/*
Theme Name: fieldsoffear
Theme URI: https://www.mytheme.com/themes/fieldsoffear/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The fieldsoffear theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: fieldsoffear
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('assets/fonts/ProximaNova-Light.eot');
    src: url('assets/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Light.woff') format('woff'),
        url('assets/fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('assets/fonts/ProximaNova-Regular.eot');
    src: url('assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Regular.woff') format('woff'),
        url('assets/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('assets/fonts/ProximaNovaA-Semibold.eot');
    src: url('assets/fonts/ProximaNovaA-Semibold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ProximaNovaA-Semibold.woff2') format('woff2'),
        url('assets/fonts/ProximaNovaA-Semibold.woff') format('woff'),
        url('assets/fonts/ProximaNovaA-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('assets/fonts/ProximaNovaA-Bold.eot');
    src: url('assets/fonts/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('assets/fonts/ProximaNovaA-Bold.woff') format('woff'),
        url('assets/fonts/ProximaNovaA-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('assets/fonts/ProximaNova-Bold.eot');
    src: url('assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Bold.woff') format('woff'),
        url('assets/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '3rd Man';
    src: url('assets/fonts/3rdMan.eot');
    src: url('assets/fonts/3rdMan.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/3rdMan.woff2') format('woff2'),
        url('assets/fonts/3rdMan.woff') format('woff'),
        url('assets/fonts/3rdMan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*----------intial declartaion of css----------*/
*{margin:0;padding:0;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,select,input,option{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}
html {-webkit-text-size-adjust: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none; height:0;}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:''; content:none}
small{font-size:80%}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.25em}
nav ul,nav ol{list-style:none; list-style-image:none;}
button,input,select,textarea{font-size:100%; margin:0; vertical-align:baseline;}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:none; cursor:pointer; }
button:focus{outline:none !important}
/* remember to define focus styles! */
:focus {outline: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a{text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table { border:0 none; border-collapse:collapse; border-spacing:0;}
td { vertical-align:top; }
img { border:0 none; max-width:100%; }
a{ outline:none; cursor:pointer;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;text-decoration: none;color:#000;}
a:hover{text-decoration: none;color:#315569;}
a:focus{-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important}
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
.clear{ clear:both;}  
img{ max-width:100%;}
ol, ul{margin-left: 20px;margin-bottom:20px;}
ol li, ul li{color:#000000; }

/* For modern browsers */ 
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
.cf{clear: both}
/* For IE 6/7 (trigger hasLayout) */
.wrapper{overflow: hidden;}

strong{font-weight: 700;}

body { font-family: 'Proxima Nova Rg'; font-weight: normal;color: #fff;} 

/* Default Reset Css Starts Here
===============================================================*/
*, *:after, *:before { box-sizing: border-box; }
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent;box-sizing: border-box;}
article,aside,figure,footer,header,nav,section,details,summary{display:block;}
img,object,embed{max-width:100%;}
/*html{overflow-y:scroll;}*/
ul { list-style:none; padding-bottom: 15px; }
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
th{font-weight:bold;vertical-align:bottom;}
td{font-weight:normal;vertical-align:top;}
hr{display:block;height:1px;border:0;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
pre{white-space:pre; /* CSS2 */white-space:pre-wrap; /* CSS 2.1 */white-space:pre-line; /* CSS 3 (and 2.1 as well, actually) */word-wrap:break-word; /* IE */}
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align:bottom;}
select,input,textarea{font:99% sans-serif;}
table{font-size:inherit;}
small{font-size:85%;}
strong{font-weight:bold;}
td,td img{vertical-align:top;}
sub,sup{font-size:75%;line-height:0;position:relative;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
pre,code,kbd,samp{font-family:monospace,sans-serif;}
.clickable,label,input[type=button],input[type=submit],input[type=file],button{cursor:pointer;}
button,input,select,textarea{margin:0;}

/* make buttons play nice in IE */
button,input[type=button]{width:auto;overflow:visible;}
/* Let's Clear Some Floats
===================================================*/
.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alignright{
    float: right;
}

.alignleft {
    float: left;
}


div#page { overflow: hidden; }
img { max-width: 100%; width: auto; }
a, btton { outline: none; } 

h1{ font-size: 60px; line-height: 1.3; font-family: '3rd Man'; font-weight: bold; margin-bottom: 15px;letter-spacing: -0.02em;}
h2{ font-size: 52px; line-height: 1.1; font-family: '3rd Man'; font-weight: bold; margin-bottom: 15px;letter-spacing: -0.02em;}
h3{ font-size: 36px; line-height: 1.1; font-family: '3rd Man'; font-weight: bold; margin-bottom: 15px;letter-spacing: -0.02em;}
h4{ font-size: 26px; line-height: 1.3; font-family: 'Proxima Nova Alt Rg'; font-weight: bold; margin-bottom: 15px; }
h5{ font-size: 20px; line-height: 1.3; font-family: 'Proxima Nova Alt Rg'; font-weight: bold; margin-bottom: 15px; }
h6{ font-size: 18px; line-height: 1.3; font-family: 'Proxima Nova Alt Rg'; font-weight: bold; margin-bottom: 15px; }

p { color: #fff; font-size: 20px; font-family: 'Proxima Nova Rg'; font-weight: normal; line-height: 1.3; margin-bottom: 15px; }
a { font-size: 20px; color: #337ab7; font-weight: normal; transition: 0.5s all ease-in-out; }
a:focus, a:hover { color: #23527c; text-decoration: underline; }
ul li, ol li { transition: 0.5s all ease-in-out; font-size: 20px; color: #fff; font-family: 'Proxima Nova Rg'; font-weight: normal; padding-left: 15px; position: relative; display: inline-block; margin-bottom: 5px; }
ul li:before { content: ""; display: block; width: 5px; height: 5px; border-radius: 50%; background-color: #333333; position: absolute; top: 8px; left: 0; }
ol li { width: 100%; display: block; counter-increment: list; }
ol { counter-reset: list; list-style: none; }
ol li::before { content: counter(list); color: #303030; font-size: 16px; text-align: center; line-height: 1.2; display: inline-block; position: absolute; left: 0; top: 0; }

.container { max-width: 1280px; margin: 0 auto; padding: 0px 20px; width: 100%; }
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }

.d-flex { display: flex; flex-wrap: wrap; }
.align-item-center { align-items: center; }
.row > div { padding: 0 15px; }
/***************************/
        /*--- Header css--*/
        header {
            background-color: #dff9fe;
            position: relative;
        }

        header .logo-main { width: 200px; display: inline-block; }
        header .logo-main img { display: block; }

        header .nav-right { margin-left: auto; display: flex; align-items: center; flex-wrap: wrap; }
        header ul { padding: 0; margin: 0; }
        header > ul { display: flex; justify-content: flex-end; flex-wrap: wrap; }
        .mega-menu { background: url(assets/images/megamenu-bg.jpg) no-repeat; opacity: 0; visibility: hidden; background-size: cover; transition: visibility 0s, opacity 0.2s linear; padding-top: 39px; position: absolute; left: 0; width: 100%; top: 100%; padding-bottom: 55px; }
        header nav > ul > li { display: inline-block; padding: 0 10px; position: static; margin: 0; }
        header nav > ul > li > a i.fa.fa-angle-down { font-size: 14px; }

        header nav > ul > li > a { text-transform: capitalize; color: #2b2b2b; font-size: 18px; padding: 44px 0px 44px 0px; font-weight: 700; text-decoration: none; display: block; position: relative; }
        header nav > ul > li > a:after { content: ""; display: block; width: 0; height: 3px; background-color: #FFF; position: absolute; bottom: 40px; left: 0; transition: 0.3s all ease-in-out; opacity: 0; visibility: hidden; }
        header nav > ul > li:hover > a:after { opacity: 1; visibility: visible; width: 100%; }
        header nav > ul > li.dropdown:hover > a:after  { width: calc(100% - 22px); }

        header nav > ul > li > a:hover { color: #157c96; text-decoration: none; }
    
        header .mega-menu ul li a { text-transform: capitalize; color: #2b2b2b; font-size: 18px; padding: 0; font-weight: 700; text-decoration: none; line-height: 1.5em; }
        header .mega-menu ul li { display: block; padding-bottom: 0; }
        header .mega-menu ul li a { position: relative; width: fit-content; }
        header .mega-menu ul li a:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; height: 1px; background-color: #2b2b2b; width: 0; opacity: 0; visibility: hidden; transition: 0.3s all ease-in-out; }
        header .mega-menu ul li a:hover:before { width: 100%; opacity: 1; visibility: visible; }
        header .mega-menu .item figure { margin: 0; max-width: 241px; }
        header .mega-menu .item figure img { width: auto; max-width: 100%; }
        header .mega-menu .item { padding: 40px 0px; width: 33.33%; }
        header .mega-menu .inner-wrap { align-items: flex-start; }
        header .mega-menu .item:nth-child(2) ul { position: relative; }
        header .mega-menu .item:nth-child(2) ul:before { content: ""; display: block;
        width: 2px; height: calc(100% - 10px); position: absolute; left: -40px; top: 50%; background-color: #e2750a; transform: translateY(-50%); }

        header .mega-menu { background: rgba(253, 149, 64, 0.95); opacity: 0; visibility: hidden; background-size: cover; transition: visibility 0s, opacity 0.2s linear; padding: 15px 0; position: absolute; left: 0; width: 100%; top: 100%; }
        header .orange-bg .mega-menu { background-color: rgba(253, 149, 64, 0.95); }
        header .green-bg .mega-menu { background-color: rgba(161, 213, 93, 0.95); }
        header .blue-bg .mega-menu { background-color: rgba(188, 237, 246, 0.95); }
        header .yellow-bg .mega-menu { background-color: rgba(253, 209, 58, 0.95); }
        header .green-bg .mega-menu .item:nth-child(2) ul:before { background-color: #78955e; }
        header .blue-bg .mega-menu .item:nth-child(2) ul:before { background-color: #64c3d2; }
        header .yellow-bg .mega-menu .item:nth-child(2) ul:before {
            background-color: #b39138;
        }

        header nav>ul>li.orange-bg>a i {
            color: #fd6c35;
        }

        header nav>ul>li.green-bg>a i {
            color: #a1d55d;
        }

        header nav>ul>li.blue-bg>a i {
            color: #95e4f3;
        }

        header nav>ul>li.yellow-bg>a i {
            color: #fdc23f;
        }

        header nav>ul>li>a i {
            padding-left: 6px;
        }


        header .dropdown:hover .mega-menu {
            visibility: visible;
            opacity: 1;
            z-index: 111;
        }

        header .dropdown:hover .mega-menu .container {
            max-width: 965px;
            width: 100%;
        }

        .header_top {
            background: url(assets/images/top_header.jpg);
            background-position: top center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 6px 0px;
        }

         .header_top .social-header ul li {
            display: inline-block;
            padding: 5px 10px;
            margin-bottom: 0;
        }
        .header_top .social-header ul li:before {
            display: none
        }

        .header_top .social-header ul {
            padding: 0;
            margin: 0;
        }

        .header_top .social-header ul li a {
            color: #FFFFFF;
        }

        .header_top .social-header ul li a:hover {
            color: #bcedf6;
        }

        .header_top .social-header ul li a i {
            font-size: 12px;
        }

        .header_top .top-r-menu { margin-left: auto; }

        .header_top .top-r-menu ul { padding: 0; margin: 0; }

        .header_top .top-r-menu ul li { display: inline-block; padding: 10px 10px 10px; margin-bottom: 0; position: relative; vertical-align: middle; }
        .header_top .top-r-menu ul li.cart-icon a { font-size: 0; width: 31px; height: 16px; }
        .header_top .top-r-menu ul li.cart-icon a:before { content: ""; display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; background-image: url(assets/images/cart_icon.webp); }
        .header_top .top-r-menu ul li.cart-icon a:hover { opacity: 0.5; }
        
        .header_top .top-r-menu ul li a img { display: block; }
        .header_top .top-r-menu ul li:before { display: none; }  

        .header_top .top-r-menu ul li a { display: block; font-family: 'Proxima Nova Alt Rg'; font-weight: 400; color: #fff; font-size: 16px; text-decoration: none; position: relative; width: fit-content; text-decoration: none; }

        .header_top .top-r-menu ul li a:after { content: ""; display: block; width: 0; opacity: 0; visibility: hidden; position: absolute; bottom: -3px; left: 0; height: 1px; background-color: #FFFFFF; transition: 0.3s all ease-in-out; }

        .header_top .top-r-menu ul li a:hover:after { width: 100%; visibility: visible; opacity: 1; }

        .header_top .top-r-menu ul li:last-child a:after { display: none; }

        .search-bar { background-color: #758bae; padding: 15px 0px; position: absolute; z-index: 999; width: 100%; left: 0px; display: block; margin: 0; display: none; }

        .search-bar form { width: 100%; display: flex; align-items: center; }

        .search-bar i { font-size: 14px; color: #FFFFFF; margin-right: 10px; }

        .search-bar strong { margin: 0px; color: #FFF; font-size: 18px; font-weight: 700; line-height: 40px; position: relative; padding-right: 15px; margin-right: 15px; font-family: 'Proxima Nova Rg'; font-weight: normal; }

        .search-bar strong:after { content: ""; display: block; width: 2px; height: 16px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background-color: #FFFFFF; }

        .search-bar input[type="text"], .search-bar input[type="search"] { background-color: transparent; border: none; width: 62%; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; outline: none; padding: 0.36rem 0.66rem; -webkit-appearance: none; outline-offset: 0; border-radius: 0; font-size: 20px; font-family: 'Proxima Nova Rg'; }
      
        .search-bar input[type="text"]::-webkit-input-placeholder, .search-bar input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #FFFFFF; font-size: inherit; }
      .search-bar input[type="text"]::-moz-placeholder, .search-bar input[type="search"]::-moz-placeholder { /* Firefox 19+ */ color: #FFFFFF; font-size: inherit; }
      .search-bar input[type="text"]:-ms-input-placeholder, .search-bar input[type="search"]:-ms-input-placeholder { /* IE 10+ */ color: #FFFFFF; font-size: inherit; }
      .search-bar input[type="text"]:-moz-placeholderm .search-bar input[type="search"]:-moz-placeholder { /* Firefox 18- */ color: #FFFFFF; font-size: inherit; }
      .search-bar a { margin-left: auto; }
      .search_icon a { color: #2b2b2b; }
      .search_icon a:hover { color: #fdd13a; }
      
      header #wp-megamenu-primary #menu-main-menu > li:before { display: none; }
      header #wp-megamenu-primary #menu-main-menu > li > a { text-transform: capitalize; color: #2b2b2b; font-size: 18px; padding: 40px 0px 40px 0px; font-weight: 700; text-decoration: none; display: block; position: relative; font-weight: bold; font-family: 'Proxima Nova Rg'; }
      header #wp-megamenu-primary #menu-main-menu > li:hover > a,
      header #wp-megamenu-primary #menu-main-menu > li.current-menu-parent > a
      { color: #157c96; }

      header #wp-megamenu-primary #menu-main-menu > li { margin-bottom: 0; }
      header #wp-megamenu-primary { border: 0; }
        
      header #wp-megamenu-primary #menu-main-menu > li.orange_bg .fa-angle-down { color: #fd6c35; }
      header #wp-megamenu-primary #menu-main-menu > li.green_bg .fa-angle-down { color: #a1d55d; }
      header #wp-megamenu-primary #menu-main-menu > li.sky_blue_bg .fa-angle-down { color: #95e4f3; }
      header #wp-megamenu-primary #menu-main-menu > li.yellow_bg .fa-angle-down { color: #fdc23f; }

      header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li { padding: 0 10px; }    

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.orange_bg .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu { background-color: rgba(253, 149, 64, 0.95); } 

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.green_bg .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu { background-color: rgba(161, 213, 93, 0.95); }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.sky_blue_bg .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu { background-color: rgba(188, 237, 246, 0.95); }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.yellow_bg .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu { background-color: rgba(253, 209, 58, 0.95); }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li { padding: 0 15px; margin: 0; }
      
      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li { max-width: 965px; margin: 0 auto; width: 100%; display: block; }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li:before { display: none; }    
             
      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li { width: 100%; padding: 0; margin: 0; }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li:before {
          display: none; }        

        
      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > a { text-transform: capitalize; color: #2b2b2b; font-size: 18px; padding: 0; font-weight: 700; text-decoration: none; line-height: 1.5em; position: relative; font-family: 'Proxima Nova Alt Rg'; font-weight: bold; }            

       header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > a:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; height: 1px; background-color: #2b2b2b; width: 0; opacity: 0; visibility: hidden; transition: 0.3s all ease-in-out; }  

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > a { width: fit-content; display: inline-block; }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > a:hover,       header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > a:focus { color: #2b2b2b !important; }    
     
      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li > a:hover:before
      { width: 100%; opacity: 1; visibility: visible; }
        

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu { padding: 25px 0; }
      
      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(2):before { content: ""; display: block; width: 2px; height: calc(100% - 10px); position: absolute; left: -20px; top: 50%; background-color: #333333; transform: translateY(-50%); }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.orange_bg .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(2):before
     { background-color: #e2750a; }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.green_bg .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(2):before
     { background-color: #78955e; }

      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.sky_blue_bg .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(2):before
     { background-color: #64c3d2; }  
        
      header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.yellow_bg .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(2):before
     { background-color: #b39138; }  

     header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(1) { padding-right: 50px; }
     
     header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:before { display: none; }             
    
     header .search_icon { margin-left: 2px; }
     

      .search-bar input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
      .search-bar input[type="search"]::-ms-clear{ -webkit-appearance: none; appearance: none; }

      /*--- Home css --*/



.four-column-cta .box:before { content: ''; height: 100%; width: 100%; position: absolute; top: 0; left: 0; }

.content-left .content { order: 1; }
.content-left .box:nth-child(1) { order: 2; }
.content-left .box:nth-child(3) { order: 3; }

.content-right .content { order: 3; }
.content-right .box:nth-child(1) { order: 1; }
.content-right .box:nth-child(3) { order: 2; }


.four-column-cta .box.img-1:before { background-color: rgba(81, 44, 1, 0.6); }
.four-column-cta .box.img-2:before { background-color: rgba(34, 175, 200, 0.6); }
.four-column-cta .box.img-3:before { background-color: rgba(161, 213, 93, 0.6); }
.four-column-cta .box.img-4:before { background-color: rgba(255, 152, 51, 0.6); }
.single-img-content .wrap-inner { padding: 30px 30px 112px 30px; width: 100%; position: relative; min-height: 350px; }

.single-img-content .wrap-inner.add-gradient:before { content: ''; height: 100%; width: 100.5%; position: absolute; top: 0; left: 0; }

.twoimg-one-content .box { width: 33.33%; position: relative; }
.three-col-cta-sec { padding: 75px 0 75px; background-color: #1e2233; }
.full-width-cta-sec { padding: 25px 0 75px; background-color: #1e2233; }
.three-col-cta-sec + .three-col-cta-sec { padding-top: 20px; }
.twoimg-one-content .box.content { display: flex; align-items: center; justify-content: center; padding: 50px; flex-direction: column; text-align: center; background-color: #a9e3fc; }
.twoimg-one-content .box.content h2 { font-size: 52px; font-weight: 500;line-height: 1.1;font-family: '3rd Man';margin-bottom: 25px;}
.twoimg-one-content .box.content p{line-height: 1.5;} 
.twoimg-one-content .box img { height: 100%; width: 100%; left: 0; top: 0; position: absolute;object-fit: cover;}
.single-img-content { padding: 0 0 75px; }
.single-img-content h2 { color: #FFFFFF; font-size: 52px;line-height: 1.1; margin: 0; font-weight: 500; position: relative; z-index: 1; margin-bottom: 15px;font-family: '3rd Man';}
.single-img-content p { color: #FFFFFF; font-size: 20px; padding-right: 50%; line-height: 1.5em; position: relative; z-index: 1; }
.single-img-content a { position: relative; z-index: 1; }
.home-slider .left-image { width: 60%; background-size: cover; background-repeat: no-repeat; background-position: center; }
.home-slider .right-content { width: 40%; padding: 98px 60px 60px 60px; }
.home-slider .right-content .content { padding-right: 62px; }
.home-slider .right-content h2 { font-size: 50px; padding-bottom: 10px; display: block; width: 100%; margin: 0; color: #2b2b2b; font-weight: bold; font-family: 'Proxima Nova Alt Rg'; }
.home-slider .right-content p { font-size: 20px; margin: 0 0 25px 0; line-height: 1.3em; color: #2b2b2b; font-weight: normal; font-family: 'Proxima Nova Rg'; }
.home-slider .right-content a { font-size: 18px; font-weight: bold; font-family: 'Proxima Nova Alt Rg'; }
.home-slider .items .inneer-wrap { min-height: 500px; } 
.home-slider ul.slick-dots { padding: 0; margin: 0; position: absolute; right: 60px; top: 120px; }

.home-slider ul.slick-dots li { display: block; margin: 7px 0; padding: 0; line-height: 0; }
.home-slider ul.slick-dots li:before { display: none; }
.home-slidermain .slick-initialized .slick-slide { height: auto; }
.home-slider ul.slick-dots li button { padding: 0; height: 7px; width: 7px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.5); margin: 0; border: 0; font-size: 0; cursor: pointer; }
.home-slider ul.slick-dots li.slick-active button { background-color: rgba(255, 255, 255, 1); }
.home-slidermain { position: relative; overflow: hidden; }
.home-slidermain .buttons { position: absolute; right: 50px; top: 100px; z-index: 1; }

.home-slidermain .icon_svg { min-width: 40px; opacity: 1; /* Center the content */ position: absolute; top: 50%; left: 63%; -webkit-transform: translateY(-70%) translateX(-80%); transform: translateY(-70%) translateX(-80%); transition: all .25s cubic-bezier(.59, -0.26, .33, 1.42); z-index:1; }
.home-slidermain  .icon_svg:hover { opacity: 1; /*transform: scale(1.4); filter: blur(15px);*/ }
.home-slidermain .play {   opacity: 1;   transform: translate(14px, 12px); }
.home-slidermain .pause {   opacity: 1;   transform: translate(12px, 12px); }
.home-slidermain .hidden {   opacity: 0;   }
.home-slidermain .stroke-bg {   stroke: #fff; }

.home-slidermain .stroke { stroke-dasharray: 145; stroke-dashoffset: 145; -webkit-animation: dash 7s linear infinite paused; animation: dash 7s linear infinite paused; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 145;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 145;
  }
}

.home-slidermain .stroke-rest {
  stroke-dasharray: 0;
  stroke-dashoffset: 145;
  stroke-width: 0px;
  -webkit-animation: stroke-rest 7s linear infinite paused;
          animation: stroke-rest 7s linear infinite paused;
}

@-webkit-keyframes stroke-rest {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 145;
  }
}

@keyframes stroke-rest {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 145;
  }
}

.home-slidermain .stroke-dots {
  stroke-dasharray: 0;
  stroke-dashoffset: 145;
  -webkit-animation: stroke-dots 7s linear infinite paused;
          animation: stroke-dots 7s linear infinite paused;
}

@-webkit-keyframes stroke-dots {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 145;
  }
}

@keyframes stroke-dots {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 145;
  }
}



.facebook-feed-wrap { padding: 42px 0 85px; }          
.facebook-feed-wrap .row.title { align-items: center; justify-content: space-between; margin: 0 0 35px; padding: 0 20px; }
.facebook-feed-wrap .row.title h2 { margin-bottom: 0; margin-right: auto;color: #fff !important;font-weight: 500;}

.cff-story {
    font-size: 18px !important;
}

.cff-icon {
    width: 17px !important;
    height: 17px !important;
}
.custom-fb .cff-view-comments {
    box-shadow: none !important;
}

.custom-fb .cff-view-comments:hover {
    background-color: #fff !important;
}

.facebook-feed-content #cff .cff-load-more {
    position: relative;
    border: 4px solid;
    text-decoration: none;
    border-radius: 100px;
    padding: 8px 35px;
    font-size: 18px;
    color: #2b2b2b;
    background-color: #fff;
    border-color: #fff;
    transition: all 0.2s;
    margin: auto;
    width: 189px;
    float: none;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
}
.cff-load-more:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    opacity: 0;
    right: -10px;
    transition: 0.3s;
    top: 12px;
    font-size: 12px;
}

.cff-load-more:hover {
    padding-right: 60px;
    color: #2b2b2b;
    text-indent: -1em;
    cursor: pointer;
}

.cff-load-more:hover:after {
    opacity: 1;
    right: 17px;
}

.fbFeed-block h2 {
    margin-left: 0;
    font-size: 36px !important
}

.cff-no-more-posts {
    background-color: #fff !important;
    border-radius: 50px !important;
    text-align: center !important;
    padding: 10px !important;
    padding-bottom: 10px !important;
    width: 200px !important;
    margin: 0 auto !important;
    float: none !important;
}
#cff .cff-author,
#cff-lightbox-wrapper .cff-author {
    margin: 0 0 5px 0 !important;
}

#cff .cff-author .cff-page-name.cff-author-date a {
    font-size: 18px !important;
}

.cff-date,
.cff-post-text {
    font-size: 16px !important;
    line-height: 22px !important;
}
.cff-meta-wrap .cff-likes .cff-like svg,
.cff-meta-wrap .cff-likes .cff-haha svg,
.cff-meta-wrap .cff-likes .cff-love svg,
.cff-meta-wrap .cff-likes .cff-sad svg,
.cff-meta-wrap .cff-likes .cff-angry svg,
.cff-meta-wrap .cff-likes .cff-wow svg,
.cff-meta-wrap .cff-shares .cff-share svg,
.cff-meta-wrap .cff-comments .cff-comment svg,
.cff-viewpost-facebook,
.cff-dot {
    display: none !important;
}

.cff-meta-wrap .cff-shares .cff-share {
    width: auto !important;
    float: right;
    color: #2b2b2b !important;
}

.cff-meta-wrap .cff-shares .cff-share::before {
    content: 'shares';
}

.cff-post-links {
    /*	position: absolute;
    bottom: 10px;*/
    margin-top: 5px;
    padding: 2px 13px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    z-index: 99999;
}

.cff-post-links .cff-share-link {
    color: #2b2b2b !important;
}

.cff-post-links::before {
    content: "\f064";
    font-family: 'FontAwesome';
    padding-right: 8px;
    color: #2b2b2b !important;
}

.cff-item {
    padding-bottom: 25px !important;
}

.cff-count {
    color: #2b2b2b !important;
}

.cff-meta-wrap .cff-comments .cff-comment {
    width: auto !important;
    float: right;
    color: #2b2b2b !important;
}

.cff-meta-wrap .cff-comments .cff-comment::before {
    content: 'comments';
}

.cff-view-comments {
    padding-left: 0px !important;
}

.cff-meta-wrap .cff-likes .cff-like {
    color: #2b2b2b !important;
    background: url('assets/images/fbb-like.png') no-repeat top left !important;
    background-size: 17px 17px !important;
}

.cff-meta-wrap .cff-likes .cff-haha {
    color: #2b2b2b !important;
    background: url('assets/images/fbb-haha.png') no-repeat top left !important;
    background-size: 17px 17px !important;
}

.cff-meta-wrap .cff-likes .cff-love {
    color: #2b2b2b !important;
    background: url('assets/images/fbb-love.png') no-repeat top left !important;
    background-size: 17px 17px !important;
}

.cff-meta-wrap .cff-likes .cff-angry {
    color: #2b2b2b !important;
    background: url('assets/images/fbb-angry.png') no-repeat top left !important;
    background-size: 17px 17px !important;
}

.cff-meta-wrap .cff-likes .cff-sad {
    color: #2b2b2b !important;
    background: url('assets/images/fbb-sad.png') no-repeat top left !important;
    background-size: 17px 17px !important;
}

.cff-meta-wrap .cff-likes .cff-wow {
    color: #2b2b2b !important;
    background: url('assets/images/fbb-wow.png') no-repeat top left !important;
    background-size: 17px 17px !important;
}

.facebook-feed-content #cff .cff-item.cff-shadow {
	margin-bottom: 30px;
}
.facebook-feed-content #cff .cff-shares {
	float: right;
}
.mac #cff.cff-masonry .cff-load-more {
	height: auto;
}

#cff.cff-masonry .cff-load-more {
	height: auto;
}

.facebook-feed-content #cff .cff-load-more span {
	font-weight: inherit;
    font-size: inherit;
}
#cff.cff-masonry .cff-item:first-child,
#cff.cff-masonry .cff-item {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    box-shadow: none;
}

#cff.cff-masonry .cff-item .cff-view-comments-wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 9px;
}

#cff.cff-masonry .cff-item .cff-post-links {
    position: absolute;
    bottom: 17px;
}

#cff.cff-masonry .cff-item .cff-post-links a.cff-share-link {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Proxima Nova Rg';
}

#cff.cff-masonry .cff-item .cff-post-links::before {
    color: #c2c5ca !important;
}

#cff.cff-masonry .cff-item .cff-view-comments-wrap ul.cff-meta.cff-light li span {
    font-size: 12px;
    color: #9fa0a4 !important;
}


/*--- Home css End --*/

.white-btn { font-size: 16px; line-height: 1.5em; padding: 10px 20px; position: relative; border: 2px solid #FFFFFF; color: #2b2b2b; background-color: #FFFFFF; transition: all 0.2s; font-family: 'Proxima Nova Alt Rg'; font-weight: bold; border-radius: 100px; text-decoration: none; text-align: center; display: inline-block; min-width: 150px; text-decoration: none; }

.white-btn:hover { padding-right: 60px; text-decoration: none; color: #2b2b2b; }

.white-btn:after { font-family: 'Font Awesome 6 Pro'; position: absolute; opacity: 0; right: 0; transition: 0.3s; top: 11px; content: '\f105'; color: #2b2b2b; }

.white-btn:hover:after { right: 0; opacity: 1; right: 10px; text-indent: -1em; }

.red-btn { font-size: 16px; line-height: 1.5em; padding: 10px 40px; position: relative; border: 2px solid #c72904; color: #FFFFFF; background-color: #c72904; transition: all 0.2s; font-family: 'Proxima Nova Rg'; font-weight: bold; border-radius: 100px; text-decoration: none; text-align: center; display: inline-block; min-width: 150px; text-decoration: none; }
.red-btn:hover, .red-btn:focus { padding-right: 60px; padding-left: 20px; color: #FFFF; text-decoration: none; }
.red-btn:after { font-family: 'Font Awesome 6 Pro'; position: absolute; opacity: 0; right: 0; transition: 0.3s; top: 11px; content: '\f105'; color: #FFFFFF; }
.red-btn:hover:after, .red-btn:focus:after { right: 0; opacity: 1; right: 15px; text-indent: -1em; }




/*--------- All ticket Start --------*/
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.common-title-subtitle { padding: 40px 0; } 
.common-title-subtitle h1 { color: #2b2b2b; padding-bottom: 0; margin: 0; letter-spacing: .5px; font-family: 'Proxima Nova Alt Rg'; font-weight: bold; } 
.common-title-subtitle h2 { font-size: 20px; font-family: 'Proxima Nova Lt'; margin: 0; padding: 0; margin-bottom: 0px; line-height: 30px; font-weight: 300; } 

.two-column-block { background-color: #dff9fe; padding: 60px 0 40px; }
.two-column-block .row { margin: 0 -10px; }
.two-column-block .col-two { width: 50%; padding: 0 10px; margin-bottom: 20px; }
.two-column-block .col-two .content { padding: 30px; text-align: center; }
.two-column-block .col-two .content h3 { color: #2b2b2b; }
.two-column-block .col-two .content p { color: #2b2b2b; margin-bottom: 20px; word-wrap: break-word; line-height: 1.5; }
.two-column-block .col-two figure { margin: 0; width: 100%; }
.two-column-block .col-two figure img { width: 100%; display: block; }
.two-column-block .col-two .content a { font-size: 18px; min-width: 174px; }

.two-column-block .bottom-cnt { padding-top: 15px; }
.two-column-block .bottom-cnt figure { max-width: 350px; margin: 0 auto 30px; }
.two-column-block .col-two .wrap { height: 100%; }
.two-column-block .bottom-cnt p { margin-bottom: 30px; }
.two-column-block .bottom-cnt h4 { font-weight: 500; font-size: 18px; margin-bottom: 0; }
.two-column-block .two-btn .col { width: 50%; text-align: center; }
.two-column-block .wrap { width: 100%; display: flex; flex-wrap: wrap; padding-bottom: 60px; }
.two-column-block .two-btn a { background-color: #b9391d; color: #ffffff; padding: 13px 15px; border-radius: 12px; font-size: 20px; min-width: 250px; }
.two-column-block .two-btn a:after { top: 15px; } 

.common-content-wrap { background-color: #1e2233; padding: 75px 0 75px 0px; }
.common-content-wrap ol li { text-align: left; }
.common-content-wrap ol li:before { top: 5px; line-height: 1; }
.common-content-wrap .text-center { text-align: center; }
.common-content-wrap .row > div { width: 100%; }
.common-content-wrap p em { font-style: italic; font-size: 20px; line-height: 1.3; font-family: 'Proxima Nova Rg'; font-weight: normal; } 
.common-content-wrap figure { margin: 25px 0; }
.two-column-block + .common-content-wrap { padding-top: 0; }
.common-content-wrap ul li { width: 100%; display: block; text-align: left; padding-left: 20px; }
.common-content-wrap h1 { color: #fff; letter-spacing: -0.36px;font-weight: 500;}
.common-content-wrap h2 { color: #fff; letter-spacing: -0.36px;font-weight: 500;}
.common-content-wrap h3 { color: #fff; letter-spacing: -0.36px;font-weight: 500;}
.common-content-wrap h4 { color: #fff; letter-spacing: -0.36px; }
.common-content-wrap h5 { color: #fff; letter-spacing: -0.36px; margin: 35px 0; }
.common-content-wrap h6 { color: #fff; letter-spacing: -0.36px; }
.common-content-wrap ul li:before { top: 4px; content: "\f00c"; font: normal normal normal 16px/1  FontAwesome; background-color: transparent; height: auto; width: auto; }

.common-content-wrap.text-center ul li { text-align: center; width: auto; display: inline-block; }
.common-content-wrap.text-center ol li { text-align: center; width: auto; display: inline-block; }
.common-content-wrap p a { font-weight: bold; text-decoration: underline; }
.common-content-wrap p a:hover { color: #ff9833; }

.common-content-wrap p a.red-btn { text-decoration: none; }
.common-content-wrap p a.red-btn:hover { text-decoration: none; color: #FFFFFF; }

.common-content-wrap .stec-layout-event-inner-top-tabs > li:before { display: none; }
.common-content-wrap .stec-layout-event-inner-top-tabs > li { text-align: center; }

body .stec-layout-event-preview-left-text-title { font-family: 'Proxima Nova Rg'; font-weight: bold; }
.stec-layout-event-preview-left-text span.stec-layout-event-preview-left-text-location { display: none; }

.stec-layout-event-inner-intro-media-content { height: 908px !important; }
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li { background-repeat: no-repeat;  }
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li:before { border-radius: 0; }
a.stec-layout-event-preview-right-event-edit { display: none; }
.stec-layout-event-preview-left-icon, .stec-layout-event-preview-right-event-toggle.active { display: flex; align-items: center; justify-content: center; }
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i
{ display: flex; align-items: center; justify-content: center; }


/*--------- All ticket End --------*/

/*--------- Festival attractions --------*/

.subpage-banner .content-block { width: 33.33333%; padding: 4%; display: flex; align-items: center; position: relative; }
.subpage-banner.two-bottom-img .content-block { min-height: 480px; }
.subpage-banner .content-block figure img { display: block; width: 100%; }
.subpage-banner .content-block .left-img { position: absolute; left: 15px; width: 25%; bottom: -10px;  }
.subpage-banner .content-block .right-img { position: absolute; right: 0; bottom: 0; width: 45%; }

.subpage-banner .image-block { background-size: cover; background-repeat: no-repeat; background-position: center; width: 66.66667%; position: relative; }
.subpage-banner .image-block img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; }
.subpage-banner .content-block h1 { color: #2b2b2b; font-family: '3rd Man'; font-weight: normal;     letter-spacing: .5px; line-height: 1;font-size: 60px;}
.subpage-banner .content-block h2 { color: #333333; font-size: 20px; line-height: 1.45; font-weight: 400; font-family: 'Proxima Nova Rg'; }
.subpage-banner > .row { min-height: 380px; }
.subpage-banner.img-left .image-block { order: 1; }
.subpage-banner.img-left .content-block { order: 2; }

.subpage-banner .left-cnt { width: calc(100% - 150px);  }
.subpage-banner .r-btn { width: 150px; }
.announcement-bar { padding: 15px 0; }
.announcement-bar p { font-size: 19px;color: #2b2b2b; font-family: 'Proxima Nova Rg'; font-weight: normal; line-height: 1.6; }
.announcement-bar .left-cnt { width: 75% }
.announcement-bar .left-cnt p { margin-bottom: 0; }
.announcement-bar .r-btn { width: 25%; }
.announcement-bar .r-btn a { font-size: 20px; line-height: 1.5em; display: inline-block; transition: all 0.2s; position: relative; text-decoration: none; font-weight: normal; font-family: 'Proxima Nova Rg'; }
.announcement-bar .r-btn a:after { transition: all 0.2s; font-family: 'FontAwesome'; content: "\f105"; font-size: 18px; position: relative; right: -5px; display: inline-flex; align-items: center; justify-content: center; padding: 0; width: 10px; height: 30px; }
.announcement-bar .r-btn a:hover { font-weight: bold; }
.announcement-bar p b { font-weight: bold; }
.announcement-bar .r-btn a:hover:after { transition: all 0.2s; border: 2px solid #fff; border-radius: 30px; font-weight: bold; width: 30px; }
.announcement-bar .r-btn a:hover { transform: translateX(-10px); }

.festivalblock .img-block { width: 33.33333%; position: relative; }
.festivalblock .img-block img { width: 100%; height: 100%; left: 0; top: 0; position: absolute; object-fit: cover; }
.festivalblock .img-right .img-block { order: 2; }
.festivalblock .img-right .content-block { order: 1; }
.festivalblock .content-block { width: 66.66667%; padding: 4%; }
.festivalblock .content-block h5 { font-size: 52px; margin-bottom: 10px; color: #fff; font-family: '3rd Man'; font-weight: normal; }
.festivalblock .content-block a { font-size: 18px;}

.festivalblock.img-right .img-block { order: 2; }
.festivalblock.img-right .content-block { order: 1; }

.drawline { color: #fff; position: relative; box-sizing: border-box; display: inline-block; text-decoration: none;padding: 0px 5px 0px 0px;margin-top: 10px;line-height: 1.5;text-decoration: none !important;} 
.drawline::before, .drawline::after { content: ""; width: 0%; height: 2px; position: absolute; transition: all 0.2s linear; background: #fdd13a; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.drawline::before { right: 0; top: 0; transition-delay: 0.2s; }
.drawline::after { width: 100%; left: 0; bottom: 0; transition-delay: 0.6s; }
.drawline:hover::before { transition-delay: 0.4s; }
.drawline:hover::before, .drawline:hover::after { width: 100%; }
.downloadLink p a::before, .downloadLink p a::after { background: #c72904; }
.drawline:hover { text-decoration: none; }
.drawline span::before { left: 0; }

.three-col-results { background-color: #1e2233; padding: 75px 0; }
.three-col-results .row-items .resultitem { margin: 10px; position: static; width: calc(50% - 20px); border: 0; height: 450px; flex-grow: 0; }
.three-col-results .row-items .resultitem.open { height: 985px; }
.three-col-results .row-items .box { border: none; width: 100%; height: 450px; line-height: normal; background: #fff; position: relative; cursor: pointer; text-align: center; overflow: hidden; display: block; } 
.three-col-results .row-items .box figure { height: 350px; display: block; width: 100%; overflow: hidden; }
.three-col-results .row-items .box img { max-width: 100%;width: 100%; margin: 0; border: none; padding: 0; background: none; border-radius: 0; display: block;height: 100%;object-fit: cover;}
.three-col-results .row-items .box a.clickevent { background: url(assets/images/plus-icon.webp) no-repeat; width: 40px; height: 40px; float: right; display: block; position: absolute; right: 10px; bottom: 15px;background-size: contain;}

.three-col-results .row-items .resultitem.open .box a.clickevent { background: url(assets/images/close-icon.png) no-repeat; width: 40px; height: 40px; float: right; display: block; position: absolute; right: 10px; bottom: 15px; }

.three-col-results .row-items .box h3 { width: 100%; display: block; padding-left: 20px; margin: 15px 0; font-family: 'Proxima Nova Lt'; color: #2b2b2b; font-size: 24px; text-align: left; padding-bottom: 5px; font-weight: bold; font-family: 'Proxima Nova Alt Rg'; }
.three-col-results .row-items { display: flex; flex-wrap: wrap; margin: -5px; justify-content: center; }
.three-col-results .resultitem .detailview { display: none; background: #3c547a; height: 500px; position: absolute; left: 0; right: 0; overflow: auto; padding: 20px; z-index: 1; margin: 20px 0 10px 0; }
.three-col-results .thumbimg { width: 66.66667%; max-height: calc(460px); }
.three-col-results .thumbmeta { width: 33.33333%; }
.three-col-results .thumbimg .slick-list { height: 100%; }
.three-col-results .resultitem.open .detailview { display: block; }
.three-col-results .resultitem.open .detailview > .container, .three-col-results .resultitem.open .detailview > .container > .row { height: 100%; }
.three-col-results .resultitem .detailview h4 { color: #fff; margin: 10px 0; font-family: '3rd Man'; font-weight: normal; padding-bottom: 0px; float: none; padding-left: 0; font-size: 52px; }
.three-col-results .resultitem .detailview p { line-height: 1.5; color: #fff; }
.three-col-results .resultitem .detailview p a { color: #0073aa; text-decoration: none; }
.three-col-results .resultitem .detailview p a:hover, .three-col-results .resultitem .detailview p a:focus { color: #23527c; opacity: 0.8; }

.three-col-results .detailview a.detailClose { background: url(assets/images/whiteclose.png) no-repeat; display: inline-block; font-size: 16px; line-height: 26px; border-radius: 0px; width: 24px; text-align: center; height: 24px; color: #fff; margin: 0 10px; position: absolute; right: 10px; z-index: 1; }
.three-col-results .resultitem.open:after { content: ""; font-size: 0px; width: 0; height: 0; border-style: solid; border-width: 0px 20px 20px 20px; border-color: transparent transparent #3c547a transparent; top: 0; position: relative; float: right; right: 10px; }
.three-col-results .detailview a.detailClose:hover { opacity: 0.7; }

.results-slider { position: relative; height: 100%; }
.results-slider .slick-track { height: 100%; }
.results-slider .items img { width: 100%; height: 100%; object-fit: cover; }
.results-slider .slick-arrow { position: absolute; bottom: 15px; right: 15px; z-index: 1; width: 12px; height: 20px; background-size: contain; background-repeat: no-repeat; background-position: center; font-size: 0; border: 0; transition: 0.3s all ease-in-out; }
.results-slider .slick-arrow:hover { opacity: 0.7; }
.results-slider .slick-arrow.slick-prev { right: 45px; background: url(assets/images/prevarrow.png); }
.results-slider .slick-arrow.slick-next { background: url(assets/images/nextarrow.png); }

.location-main { background-color: #dff9fe; padding: 70px 0; }
.location-main .cnt-map { width: 66.66667%; padding-right: 40px; }
.location-main .fallfest-right { width: 33.33333%; }
.fallfest-sidemenu { background-color: #fff; padding: 20px 40px; color: #2b2b2b; margin-bottom: 30px; }
.fallfest-sidemenu li { padding: 5px 0px 10px; text-align: left; width: 100%; font-family: 'Proxima Nova Lt'; }
.fallfest-sidemenu > ul > li { border-bottom: 1px solid #a9e4ef; }
.fallfest-sidemenu li.menu-item-has-children ul.sub-menu { padding-left: 20px; border-top: 1px solid #a9e4ef; margin-top: 10px; padding-bottom: 0; padding-top: 10px; }

.fallfest-sidemenu > ul > li ul.sub-menu { display: none; }
.fallfest-sidemenu > ul > li.menu-item-has-children.current-menu-item ul.sub-menu { display: block; }

.fallfest-sidemenu li.menu-item-has-children ul.sub-menu li { margin-bottom: 0; }
.fallfest-sidemenu li:before { display: none; }
.fallfest-sidemenu li:last-child { border-bottom: 0; margin-bottom: 0; }
.fallfest-sidemenu li a { font-size: 20px; color: #2b2b2b; font-weight: bold; font-family: 'Proxima Nova Alt Rg'; text-decoration: none; }

.fallfest-sidemenu li.current-menu-item > a { color: #60c4d5; }
.fallfest-sidemenu > ul > li.current-menu-item > a:before { content: ''; position: absolute; left: -65px; width: 55px; display: block; background: #60c4d5; height: 3px; top: 16px; }

.fallfest-sidemenu li h4 { font-size: 20px !important; color: #2b2b2b; font-weight: bold; font-family: 'Proxima Nova Alt Rg'; }
.fallfest-sidemenu li a.active, .fallfest-sidemenu li a:hover { color: #60c4d5; }
.fallfest-sidemenu li a.active:before { content: ''; position: absolute; left: -65px; width: 55px; display: block; background: #60c4d5; height: 3px; top: 16px; }
.location-main .map { position: relative; height: 400px; margin-bottom: 60px; }
.location-main .map iframe { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; }

.location-main .cnt-map h3 { font-size: 36px; color: #2b2b2b; font-weight: bold; font-family: 'Proxima Nova Alt Rg'; padding-bottom: 10px; }
.location-main .cnt-map h4 { font-size: 18px; color: #2b2b2b; font-weight: 600; font-family: 'Proxima Nova Lt'; margin-top: 10px; margin-bottom: 10px; }
.location-main .cnt-map p { font-size: 20px; line-height: 1.5; }
.location-main .cnt-map .wrap { margin-bottom: 40px; }

/*--------- Festival attractions End --------*/


/*--------- Festival map Start --------*/
.festival-map { background-color: #1e2233; padding: 0px 0; }
.festival-map .festival-map { width: 66.66667%; padding-right: 40px; }
.festival-map .festival-rlist { width: 33.33333%; }
.festival-map .festival-map .drawline:before, .festival-map .festival-map .drawline:after { background-color: #c72904; }
.festival-map .map-img { margin-bottom: 10px; }
.festival-map .map-img img { display: block; } 




/*--------- Festival map End --------*/


/*--------- Contact us Start --------*/
.contact-main { background-color: #dff9fe; padding: 80px 0; }
.contact-main .contactform { width: 66.66%; }
.contact-main .contactaddress { width: 33.33%; }
.contact-main .contactaddress h3 { font-size: 24px; padding: 0 0 15px 0; margin: 0; font-family: 'Proxima Nova Rg'; font-weight: 500; }
.contact-main .contactaddress h4 { font-size: 20px; padding: 0 0 15px 0; margin: 0; font-family: 'Proxima Nova Rg'; font-weight: 500; }
.contact-main .contactaddress ul li a { font-size: 18px; color: #2b2b2b; padding: 5px 0; display: block; font-family: 'Proxima Nova Rg'; font-weight: normal; width: fit-content; position: relative; text-decoration: none; }
.contact-main .contactaddress ul li a:after { content: ""; width: 0%; height: 2px; position: absolute; transition: all 0.2s linear; background: #c72904; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; bottom: 0; } 
.contact-main .contactaddress ul li a:hover:after { width: 100%; }
.contact-main .contactaddress ul li a i { font-size: 14px; }
.contact-main .contactaddress ul li a i { color: #c72904; padding-right: 5px; }
.contact-main .contactaddress li { padding: 0; display: block; width: 100%; }
.contact-main .contactaddress li:before { display: none; }
.contact-main .contactaddress.contact-main .contactaddress li a { width: fit-content; }
.contact-main .contactaddress p { font-family: 'Proxima Nova Rg'; font-weight: 400; word-wrap: break-word; }
.contactform .wrap { background-color: #FFF; padding: 40px; width: 95%; }
.contact-main .contactaddress .box { padding-bottom: 15px; }

.contact-main form input[type="text"], .contact-main form input[type="email"], .contact-main form input[type="password"], .contact-main form input[type="tel"], .contact-main form textarea { border: 1px solid #2b2b2b; font-size: 12px; padding: 14px 15px; width: 100%; }

.contact-main form input[type="submit"] { background-color: #c72904; border-color: #c72904; color: #fff; border: 0; line-height: inherit; padding: 15px 35px; }
.contactaddress p a { color: #333333; text-decoration: none; position: relative; display: inline-block; font-weight: inherit; }
.contactaddress p a::before, .contactaddress p a::after { content: ""; width: 0%; height: 2px; position: absolute; transition: all 0.2s linear; background: #c72904; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; }
.contactaddress p a::after { width: 100%; }
.contactaddress p a::before { top: 0; }
.contactaddress p a::after { bottom: 0; }
.contactaddress p a:hover::before { width: 100%; }
/*--------- Contact us End --------*/


/*--------- Two Column CTA Start --------*/
.two-column-cta { padding-bottom: 75px; background-color: #dff9fe; }
.two-column-cta .content-block { width: 33.33333%; padding: 4%; display: flex; align-items: center; }
.two-column-cta .img-block { width: 66.66667%; position: relative; }
.two-column-cta .img-block img { width: 100%; height: 100%; object-fit: cover; position: absolute; height: 100%; width: 100%; left: 0; top: 0; }
.two-column-cta .row > div { padding: 0; width: 100%; }
.two-column-cta .row { min-height: 312px; }
.two-column-cta.image-left .content-block { order: 2; }
.two-column-cta.image-left .img-block { order: 1; }
.two-column-cta .red-btn { font-size: 18px; padding: 10px 40px; }
.two-column-cta .red-btn:hover { padding: 10px 60px 10px 20px; }
.two-column-cta h3 { letter-spacing: -0.72px; }
.two-column-cta p { line-height: 1.5; }

.attraction-block { background-color: #dff9fe; padding-top: 25px; }
.attraction-block .content-box { width: 33.33333%; padding: 4% 4% 1% 4%; }
.attraction-block .right-block { width: 66.66667%; padding-right: 40px; }
.attraction-block .right-block .box { width: 50%; position: relative; top: -25px; }
.attraction-block .box h3 { font-size: 22px; padding: 20px 20px 6px 20px; font-weight: bold; font-family: 'Proxima Nova Rg'; margin-bottom: 0; }
.attraction-block .box .inner-wrap { background-color: #FFFFFF; }
.attraction-block .box .inner-wrap .link-txt { padding: 0 20px 20px; }
.attraction-block .red-btn { font-size: 18px; min-width: 144px; }
.attraction-block .wrap-inner { margin-bottom: 75px; }

.attraction-block .box .btn-link { text-decoration: none; transition: all 0.2s; color: #2b2b2b; }
.attraction-block .box .btn-link:after { transition: all 0.2s; font-family: 'FontAwesome'; content: "\f105"; font-size: 14px; }
.attraction-block .box .btn-link:hover:after { transition: all 0.2s; border: 2px solid #2b2b2b; padding: 6px 9px; border-radius: 30px; font-weight: bold; }
.attraction-block .box .btn-link:hover { font-weight: bold; }


/*--------- Two Column CTA End --------*/


/*--------- Footer css ---------*/  
.social-footer { justify-content: center; display: none; margin-top: 20px; width: 100%; }  
.footer-top .social-footer ul li { padding: 5px 10px; } 
.footer-top { min-height: 800px; padding-top: 60px; background-image: url(assets/images/footer_bg.webp); background-repeat: no-repeat, repeat-x; background-position: bottom center, bottom left; background-color: #60c4d4; }
.footer-top .mobile-title { display: none; }
.footer-top .mobile-title p { color: #fff; font-size: 22px; font-family: 'Proxima Nova Rg'; padding: 0 0 10px 20px; margin: 0; }
.footer-top .footer-menu>a { color: #fffefe; font-size: 20px; line-height: 1.2; display: block; width: 100%; margin-bottom: 10px; position: relative; text-decoration: none; font-weight: bold; font-family: 'Proxima Nova Rg'; }
.footer-top .footer-menu>a .plusminus { display: none; position: relative; z-index: 1; width: 25px; height: 25px; align-items: center; justify-content: center; }
.footer-top ul { padding: 0; margin: 0; }
.footer-top ul li { display: block; padding-left: 0; margin-bottom: 10px; }
.footer-top ul li:before { display: none; }
.footer-top ul li a { color: #fff; font-family: 'Proxima Nova Rg'; font-weight: normal; font-size: 16px; line-height: 1.5; text-decoration: none; display: block; padding-bottom: 4px; width: fit-content; transition: 0.3s all ease-in-out; }
.footer-top .address p, .footer-top .address p a { color: #fff; font-family: 'Proxima Nova Rg'; font-weight: normal; font-size: 16px; text-decoration: none; line-height: 1.5; margin-top: 10px; position: relative; width: fit-content; display: inline-block; }
.footer-menu.add-menu .address p:last-of-type { margin-top: 0; }
.footer-top .address p a:after { content: ""; display: block; width: 0; height: 1px; background-color: #FFFFFF; transition: 0.3s all ease-in-out; opacity: 0; visibility: hidden; position: absolute; left: 0; bottom: 0; position: relative; }
.footer-top .address p a:hover:after { visibility: visible; opacity: 1; width: 100%; }
.footer-menu { width: calc(100% / 5); }
.footer-top ul li a:after { content: ""; display: block; width: 0; height: 1px; background-color: #FFFFFF; transition: 0.3s all ease-in-out; opacity: 0; visibility: hidden; position: absolute; left: 0; bottom: 0; position: relative; }
footer .copyrights ul li:before { display: none; }
.footer-top ul li a:hover:after { width: 100%; visibility: visible; opacity: 1; width: 100%; }
footer .copyrights { background-image: url('assets/images/top_header.jpg'); background-size: cover; background-repeat: no-repeat; background-position: top center; padding: 12px 0; }
footer .copyrights ul { margin-left: auto; display: flex; align-items: center; margin: 0 0 0 auto; padding: 0; }
footer .copyrights ul li { display: block; padding: 0px 10px; margin: 0px; position: relative; }

footer .copyrights ul li:first-child a:before { content: ""; display: block; width: 1px; height: 16px; background-color: #FFFFFF; position: absolute; left: auto; right: -10px; top: 50%; transform: translateY(-50%); }

footer .footer-menu small { color: #fff; font-family: 'Proxima Nova Rg'; font-weight: bold; font-size: 20px; line-height: 1.2em; text-decoration: none; display: block; width: 100%; margin-top: -2px; }
footer .copyrights ul li a { color: #fff; font-family: 'Proxima Nova Rg'; font-weight: normal; font-size: 16px; line-height: 1.2em; text-decoration: none; display: block; position: relative; }
footer .copyrights ul li a:after { content: ""; display: block; width: 0; height: 1px; background-color: #FFFFFF; transition: 0.3s all ease-in-out; opacity: 0; visibility: hidden; position: absolute; left: 0; bottom: 0; }
footer .copyrights ul li a:hover:after { opacity: 1; visibility: visible; width: 100%; }
footer .copyrights p { margin: 0; color: #fff; font-family: 'Proxima Nova Rg'; font-weight: normal; font-size: 16px; line-height: 1.2em; }
.four-column-cta>div { width: 100%; }
.four-column-cta .box { width: 25%; background-size: cover; background-repeat: no-repeat; background-position: center; padding: 138px 10px; text-align: center; position: relative; }
.four-column-cta .box h4 { font-size: 30px; color: #fff; position: relative; opacity: 1; font-weight: bold; font-family: 'Proxima Nova Alt Rg'; margin: 0 0 10px 0;line-height: 1.1;}
.four-column-cta .btn-block .white-btn { min-width: 200px; }
.four-column-cta .btn-block .white-btn:hover { padding-right: 50px; }

/*--------- Footer css End ---------*/

.marketblock { padding: 80px 0 130px; background-color: #dff9fe; }
.marketblock .market-content { width: 66.66667%; padding-right: 40px; }
.marketblock .market-sidebar { width: 33.33333%; }

.marketblock .market-content p { line-height: 1.5; color: #333333; margin-bottom: 20px; }
.marketblock .red-icon-list p { padding-left: 30px; }
.marketblock .market-content p a { font-size: inherit; }
.marketblock .market-sidebar .card-box { background-color: #ff9833; }
.marketblock .market-sidebar .card-box figure { width: 100%; }
.marketblock .market-sidebar .card-box figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.marketblock .market-sidebar .card-box .bottom-cnt { padding: 30px; }
.market-sidebar h5 { font-size: 24px; padding-bottom: 0; letter-spacing: -0.48px; }

.marketblock .market-content strong { font-size: 20px; letter-spacing: -0.4px; line-height: 1.4; padding: 10px 0px 10px; display: block; }

.marketblock .market-content li:before { content: "\f00c"; font: normal normal normal 14px/1 FontAwesome; padding: 0 10px; background-color: transparent; position: relative; left: -30px; }
.marketblock .market-content ul { padding-left: 18px; }
.marketblock .market-content li { padding: 3px 0; display: block; width: 100%; }
.marketblock .market-content li a { text-decoration: none; position: relative; }
.marketblock .market-content li a:after { content: ""; width: 100%; height: 2px; position: absolute; transition: all 0.2s linear; background: #2b2b2b; left: 0; bottom: -2px; }
.marketblock .market-content li a:before { content: ""; width: 0; height: 2px; position: absolute; transition: all 0.2s linear; background: #2b2b2b; left: 0; top: -4px; }
.marketblock .market-content li a:hover:before { width: 100%; }
.market-content i { font-size: 16px; color: #c72904; padding-right: 10px; }
.left-red-icon p { padding-left: 30px; line-height: 1.5; }
.marketblock .market-content .festival-map { padding: 0; background-color: transparent; }
.marketblock .market-content .festival-map .drawline:after { background: #c72904; }
.marketblock .market-content .festival-map .drawline:before { background: #c72904; }
.marketblock .market-content .festival-map .drawline { font-weight: normal; font-family: 'Proxima Nova Rg'; text-decoration: none; line-height: 1.1; }

.marketblock .market-sidebar ul li { display: block; width: 100%; padding-left: 0; }
.marketblock .market-sidebar ul li:before { display: none; }
.marketblock .market-sidebar .box ul li a { font-size: 18px; color: #2b2b2b; padding: 5px 0; display: block; font-family: 'Proxima Nova Rg'; font-weight: normal; width: fit-content; position: relative; text-decoration: none; }
.marketblock .market-sidebar .box ul li a i { color: #c72904; padding-right: 5px; font-size: 14px; }
.marketblock .market-sidebar .box ul li a:after { content: ""; width: 0%; height: 2px; position: absolute; transition: all 0.2s linear; background: #c72904; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; bottom: 0; }
.marketblock .market-sidebar .box ul li a:hover:after { width: 100%; }
.marketblock .market-sidebar h6 { font-size: 20px; }
.marketblock .market-sidebar p { margin-bottom: 10px; line-height: 1.5; }
.marketblock .market-sidebar p a { font-size: inherit; text-decoration: underline; }

.marketblock .map { margin-bottom: 60px; }
.marketblock .map iframe { width: 100%; height: 400px; object-fit: cover; }

.marketblock .market-content h3 { color: #2b2b2b; }
.marketblock .market-content h6 { color: #333333; }

.marketblock .market-sidebar .box p a { position: relative; text-decoration: none; display: inline-block; }
.marketblock .market-sidebar .box p a:before { content: ""; width: 100%; height: 2px; position: absolute; transition: all 0.2s linear; background: #c72904; box-sizing: border-box; left: 0; bottom: -2px; }
.marketblock .market-sidebar .box p a:after { content: ""; width: 0; height: 2px; position: absolute; transition: all 0.2s linear; background: #c72904; box-sizing: border-box; top: -2px; left: 0; }
.marketblock .market-sidebar .box p a:hover:after { width: 100%; }

.springevent-list { background-color: #dff9fe; padding: 75px 0; }
.springevent-list .imgwithtxt { display: flex; flex-wrap: wrap; }
.springevent-list .imgwithtxt figure { width: 80px; }
.springevent-list .imgwithtxt .cnt { width: calc(100% - 80px); padding-left: 10px; }
.springevent-list .box:nth-child(even) { padding-left: 70px; }
.springevent-list .box { margin-bottom: 20px; }
.spring-content-main { background-color: #dff9fe; padding: 75px 0; }
.spring-content-main .content-block { width: 50%; padding-left: 0; padding-right: 9px; }
.spring-content-main .content-block h5 a { color: #337ab7; }
.spring-content-main .content-block h5 a:hover { color: #23527c; text-decoration: none; }
.spring-content-main .slider-block { width: 50%; }
.spring-content-main h3 { letter-spacing: -0.72px; font-family: 'Proxima Nova Alt Rg'; font-weight: bold; }
.spring-content-main .slider-block { position: relative; }

.spring-content-main .slick-arrow { transition: 0.3s all ease-in-out; position: absolute; bottom: 15px; right: 15px; z-index: 1; background-color: transparent; font-size: 0; width: 15px; height: 22px; border: 0; box-shadow:none; }

.spring-content-main .slick-arrow.slick-next:after { content: "\f054"; display: block; color: #FFFFFF; font: normal normal normal 22px/1 FontAwesome; }
.spring-content-main .slick-prev.slick-arrow { margin-right: 30px;  }
.spring-content-main .slick-arrow.slick-prev:after { content: "\f053"; display: block; color: #FFFFFF; display: block; font: normal normal normal 22px/1 FontAwesome; }

.spring-content-main .slick-slide img { height: 350px; object-fit: cover; width: 100%; }
.spring-content-main .slick-arrow:hover { opacity: 0.6; }

.market-sidebar .full-red-btn { padding: 30px 0; }
.market-sidebar .full-red-btn a { width: 100%; }
.market-sidebar .full-red-btn a:before { content: '\f145'; font-family: FontAwesome; font-size: 18px; padding-right: 10px; font-weight: normal; display: inline-block; transform: rotate(45deg);     position: relative;
right: 5px; top: 5px; }

/*------- Search result -------*/
.searchresult { background-color: #1e2233; padding: 75px 0; }
.searchresult .search-left { width: 66.66%; padding: 0 15px; }
.searchresult .contactaddress { width: 33.33%; padding: 0 15px; }


.searchresult .search-left form { max-width: 600px; width: 100%; position: relative; border-radius: 20px; overflow: hidden; display: block; margin: 10px 0; }
.searchresult .search-left form label { width: 100%; }
.searchresult .search-left form input[type="search"] { width: 100%; background-color: #FFFFFF; border: 1px solid #333; color: #333; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; outline: none; padding: 15px 155px 15px 15px; outline-offset: 0; border-radius: 27px; font-size: 20px; font-family: 'Proxima Nova Rg'; }

.searchresult .search-left form input[type="submit"] { font-size: 16px; line-height: 1.5em; padding: 10px 20px; border: 2px solid #087689; color: #FFFFFF; background-color: #087689; transition: all 0.2s; font-family: 'Proxima Nova Alt Rg'; font-weight: bold; border-radius: 100px; text-align: center; display: inline-block; min-width: 150px; text-decoration: none; position: absolute; right: 0; height: 100%; top: 0; }

.searchresult .search-left form input[type="submit"]:hover, .searchresult .search-left form input[type="submit"]:focus { background-color: #FFFFFF; color: #087689; border-color: #087689; }


.searchresult h3 a { text-decoration: none; transition: 0.3s all ease-in-out;font-size: inherit;color: #a6b0d1;}
.searchresult h3 a:hover {color: #fdd13a;}
.search-left h2 { font-weight: 500; margin-bottom: 20px; }


.searchresult .contactaddress ul li { display: block; width: 100%; padding-left: 0; }
.searchresult .contactaddress ul li a i { color: #fdd13a; padding-right: 5px; }
.searchresult .contactaddress ul li:before { display: none; }
.searchresult .contactaddress ul li a { font-size: 18px; color: #fff; padding: 5px 0; display: block; border-bottom: 2px solid transparent; }
.searchresult .contactaddress ul li a:hover { border-bottom-color: #fdd13a; }
.searchresult .contactaddress ul li a { text-decoration: none; width: fit-content; }
.searchresult .contactaddress h3 { font-weight: 500; }

.content-with-rimage { background-color: #dff9fe; padding-top: 0px; padding-bottom: 80px; }
.content-with-rimage h2 { padding: 0 15px; width: 100%; color: #fff; }
.content-with-rimage .left-content { width: 50%; }
.content-with-rimage .right-image { width: 50%; }
.content-with-rimage .left-content p { line-height: 1.52; }

/*--------- History page css start ---------*/
.section-bullets-right { padding:  0; }
.section-bullets-right li:before { display: none; }
.section-bullets-right li { padding-left: 0; margin-bottom: 0; }
.section-bullets-right li a:after { display: none; }
.ctl-bullets-container .section-bullets-right li a { padding: 5px 5px 5px 9px; }
.common-content-wrap .cool_timeline h3 { text-align: center; }
.section-bullets-right li span { font-family: 'Proxima Nova Rg'; font-weight: bold; }

/*--------- History page css End ---------*/


/*--------- Fall festival ticket start  ---------*/
.row-flex { display: flex; flex-wrap: wrap; }
.column-1 { width: 13%; margin-left: 5px; display: flex; margin-right: 5px; align-items: center; margin-bottom: 20px; }
.column-1 .typeBox { text-align: center; padding: 15px 13px 15px; width: 100%; }
.col-1 { width: 13%; margin-left: 5px; display: flex; flex-wrap: wrap; margin-right: 5px; align-items: center; margin-bottom: 10px; }
.calendar .title { padding: 0px 13px; font-weight: bold; } 
.col-1 .typeBox { text-align: center; padding: 15px 13px; width: 100%; }
.typeBox p { font-size: 18px; text-transform: uppercase; font-size: 16px; font-family: 'Proxima Nova Rg'; font-weight: bold; margin-top: 0; margin-bottom: 0; line-height: 1.3; }
.dates { background-color: #bcedf6; }
.typeBox h3 { margin-top: 0px; margin-bottom: 0px; font-size: 36px; line-height: 1.3; }

a.col-1.dates { pointer-events: none; text-decoration: none; }
.ticketbooth.calendar a { transition: all 0.5s ease;pointer-events: unset;}
/*--------- Fall festival ticket End ---------*/


/*--------- FAQ Start ---------*/

.wpsm_panel-group .wpsm_panel+.wpsm_panel{margin-top: 7px}
.wpsm_panel-heading .wpsm_panel-title a:hover{background: #bcedf6}
.wpsm_panel-heading.acc-a .wpsm_panel-title a:hover{background: #22afc8}
.wpsm_panel-group .wpsm_panel-title a:hover {background: #bcedf6 !important;}
.wpsm_panel-group .wpsm_panel-title a .ac_open_cl_icon {color: #2b2b2b !important;}
.wpsm_panel-group .wpsm_panel-title a .ac_title_class{color: #2b2b2b !important}
.wpsm_panel-group .wpsm_panel-heading.acc-a .wpsm_panel-title a,.wpsm_panel-group .wpsm_panel-heading.acc-a .wpsm_panel-title a:hover {background: #22afc8 !important;}
.wpsm_panel-group .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_title_class{color: #fff !important;font-size: 20px;} 
.wpsm_panel-group .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_open_cl_icon{color: #fff !important}
.wpsm_panel-group .wpsm_panel-title > .ac_open_cl_icon{ background: transparent !important}
.ac_title_class { font-size: 20px; }
.ac_title_class { font-family: 'Proxima Nova Alt Rg'; font-weight: bold; }
#wpsm_accordion_841 .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_open_cl_icon,#wpsm_accordion_842 .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_open_cl_icon, #wpsm_accordion_843 .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_open_cl_icon,#wpsm_accordion_844 .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_open_cl_icon,#wpsm_accordion_840 .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_open_cl_icon,#wpsm_accordion_845 .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_open_cl_icon,#wpsm_accordion_847 .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_open_cl_icon{ color: #fff !important }
.wpsm_panel-body .drawline { color: #2b2b2b !important }
.wpsm_panel-body .drawline::before, .wpsm_panel-body .drawline::after { background: #2b2b2b; }
.wpsm_panel-body .drawline span::before, .wpsm_panel-body .drawline span::after { background: #2b2b2b; }
.wpsm_panel-group .wpsm_panel { background-color: transparent; box-shadow: none; border-radius: 0 }
.wpsm_panel-group .wpsm_panel-body { border: 0 !important; padding: 20px 25px }
.wpsm_panel-group .wpsm_panel-title { padding: 0 }
.wpsm_panel-group .wpsm_panel-title a { padding: 10px !important; }
.wpsm_panel-group .wpsm_panel-title a.collapsed { background: #fff; }
#wpsm_accordion_840.wpsm_panel-group .wpsm_panel-title a .ac_open_cl_icon { background: transparent !important }
.wpsm_panel-group .fa-plus:before { content: "\f078"; }
.wpsm_panel-group .fa-minus:before { content: "\f077"; }
.wpsm_panel-body h4 { font-weight: 100; margin-bottom: 10px }
.wpsm_panel-body ul { padding: 10px 0 }
.wpsm_panel-body ul li { padding: 5px 0 0 25px; }
.wpsm_panel-body ul li:before { content: "\f00c"; padding: 5px 10px 0 2px; font-weight: 900; font-family: 'Font Awesome 6 Pro'; }
.ewd-ufaq-faq-title a {
    background-color: #fff;
    color: #2b2b2b;
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.0;
    padding-left: 20px;
    padding-right: 35px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.ewd-ufaq-faq-category-inner div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    margin-right: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ewd-ufaq-faq-category-title h4 {
    margin-top: 30px !important;
    font-size: 36px !important;
    display: inline-block;
    margin-bottom: 26px;
}
.ewd-ufaq-faq-category-inner .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 0;
    margin: 0 auto;
    line-height: 1.1;
}
.ewd-ufaq-post-active a.ewd-ufaq-post-margin,
.ewd-ufaq-post-active a.ewd-ufaq-post-margin:hover {
    background: #22afc8 !important;
    color: #fff;
}
.ewd-ufaq-faqs .tm_pb_text p a {
    color: #c72904;
    font-size: 19px;
}
.ewd-ufaq-faqs .tm_pb_text p a:hover {
    color: #c72904;
}
.ewd-ufaq-faq-title a h4 {
    font-size: 20px;
}
.ewd-ufaq-faq-title a:hover {
    background-color: #bcedf6 !important;
}
.ewd-ufaq-post-active a.ewd-ufaq-post-margin .ewd-ufaq-faq-title-text h4 {
    color: #fff;
}
.ewd-ufaq-faq-category-inner .ewd-ufaq-faq-body {
    padding: 20px 25px !important;
}
.ewd-ufaq-faq-body {
    background-color: #bcedf6 !important;
    color: #2b2b2b !important;
    border-top-color: #fff !important;
    font-size: 16px !important;
    font-family: Open\ Sans !important;
    overflow: hidden;
    border: 2px solid transparent !important;
}
.ewd-ufaq-faq-body p {
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}
.marketblock .ewd-ufaq-faq-body p { color: #2b2b2b; }
.marketblock .ewd-ufaq-faq-body p a { color: #23527c; text-decoration: none; }
.ewd-ufaq-faq-category-inner .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span:before
{ display: block; content: "\f078"; font: normal normal normal 14px/1 FontAwesome; transition: 0.3s all ease-in-out; }
.ewd-ufaq-faq-category-inner .ewd-ufaq-post-active .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span:before
{ content: "\f077"; }
.faqcontent .ewd-ufaq-post-active, .faqcontent .ewd-ufaq-post-active:hover { background: #22afc8;
padding: 0; }
/*--------- FAQ End ---------*/


/*--------- Contact us Join page css ---------*/
.nf-form-cont .nf-response-msg { text-align: center; }
.nf-form-cont .nf-response-msg p:first-of-type { font-family: 'Proxima Nova Rg'; font-weight: bold; color: #a1d55d; font-size: 48px; }
.nf-form-cont .nf-response-msg p:last-of-type { font-family: 'Proxima Nova Rg'; font-weight: bold; font-size: 28px; }

.nf-form-cont { background: #fff; padding: 40px; } 
.nf-form-cont .nf-field-label label { color: #2b2b2b; font-size: 20px; font-weight: normal; font-family: 'Proxima Nova Rg'; word-break: break-word; }
.nf-form-cont .ninja-forms-field.nf-element { border: 1px solid #2b2b2b; height: auto; font-size: 16px; font-family: 'Proxima Nova Rg'; background-color: #FFFFFF; color: #2b2b2b; padding: 14px 12px; }

/* Change the white to any color */
.nf-form-cont .ninja-forms-field.nf-element:-webkit-autofill,
.nf-form-cont .ninja-forms-field.nf-element:-webkit-autofill:hover, 
.nf-form-cont .ninja-forms-field.nf-element:-webkit-autofill:focus, 
.nf-form-cont .ninja-forms-field.nf-element:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.nf-form-cont .ninja-forms-field.nf-element:-webkit-autofill,
.nf-form-cont .ninja-forms-field.nf-element:-webkit-autofill:hover, 
.nf-form-cont .ninja-forms-field.nf-element:-webkit-autofill:focus, 
.nf-form-cont .ninja-forms-field.nf-element:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.nf-form-cont textarea.ninja-forms-field.nf-element { height: 100px; }

.nf-form-cont .nf-error .ninja-forms-field { border: 1px solid #e80000; }
.nf-form-cont .nf-error.field-wrap .nf-field-element:after { display: none; }
.nf-form-cont .nf-error .nf-error-msg { font-weight: normal; font-family: 'Proxima Nova Rg'; font-size: 14px; }
.nf-form-cont .flatpickr-day, .nf-form-cont .flatpickr-monthDropdown-months, .nf-form-cont .numInputWrapper { font-weight: normal; font-family: 'Proxima Nova Rg'; }
.nf-form-cont .label-right .nf-field-description { margin-right: 0px; }
.label-right .checkbox-wrap .nf-field-label { width: 30%; }
.nf-form-cont .field-wrap > div input[type=checkbox] { height: auto; margin-top: 3px; opacity: 1; }
.nf-form-cont .nf-field-label label.nf-checked-label:before { font-size: 14px; left: -25px; }
.nf-form-cont .checkbox-container .nf-field-description { padding: 2px 15px 2px 25px; width: calc(100% - 20px); }
.terms-text.label-hidden .nf-field-element { width: auto; order: 1; }
.nf-form-cont .checkbox-container.label-hidden label:after { top: 1px; }
.nf-form-cont .checkbox-container.label-hidden label.nf-checked-label:before { top: 1px; left: 2px; }
.market-content .nf-form-content .nf-field-container #nf-field-18-wrap .nf-field-element li { display: inline-block;     float: none; width: auto; }
.market-content .nf-form-content .nf-field-container #nf-field-18-wrap .nf-field-element li:before { display: none; }
.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label { padding-top: 0; padding-right: 30px; font-size: 18px; font-weight: 400; }


.drawline span::before, .drawline span::after { content: ""; width: 2px; height: 0; position: absolute; transition: all 0.2s linear; background: #fdd13a; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.drawline span::after { transition-delay: 0.4s; right: 0; bottom: 0; }
.drawline:hover span::before, .drawline:hover span::after { height: 100%; }
.drawline:hover span::before { transition-delay: 0.6s; }
.drawline span { display: block; padding: 0px 5px; color: #2b2b2b; }



.nf-form-cont .checkbox-container.label-hidden label:before, .checkbox-container.label-hidden label:after { display: none; }
.nf-form-cont .nf-field .btn-sbmt { font-size: 18px; background-color: #c72904; border-color: #c72904; height: auto; padding: 16px 35px; border-radius: 25px; font-family: 'Proxima Nova Rg'; font-weight: bold; color: #FFF; }
.nf-form-cont .nf-field .btn-sbmt:hover, .nf-form-cont .nf-field .btn-sbmt:focus { background-color: #2b2b2b;
    border-color: #2b2b2b; color: #FFF; }
.nf-field .checkbox-wrap .nf-field-description { display: flex; align-items: center; padding-top: 0; }
.nf-form-cont .terms-text .nf-field-description { width: 80%; padding: 2px 15px; font-size: 20px; font-weight: normal; font-family: 'Proxima Nova Rg'; }
.nf-form-cont .nf-field .checkbox-wrap .nf-field-description { position: relative; top: -2px; order: 3; }
.nf-form-cont .terms-text .nf-field-description a.drawline { margin-left: 3px; }
.nf-form-cont .nf-form-title { padding-left: 10px; font-weight: normal; font-family: 'Proxima Nova Rg'; }
.nf-form-cont .nf-form-fields-required { padding-left: 10px; font-weight: normal; font-family: 'Proxima Nova Rg'; }
.nf-form-cont .checkbox-container.label-right .field-wrap>div.nf-field-element { width: 20px; position: relative; opacity: 1; order: 1; }
.nf-form-cont .checkbox-container.label-right .field-wrap>div.nf-field-element input[type="checkbox"] { opacity: 1; display: block; }
.nf-form-cont .checkbox-container.label-right label:before, .checkbox-container.label-right label:after { display: none; }  
.nf-form-cont .checkbox-container.label-right .field-wrap>div.nf-field-element input[type="checkbox"] { margin-top: 3px; }
.nf-form-cont .label-hidden a.drawline { line-height: 1.2; }

.checkbox-container.label-right .field-wrap>div.nf-field-label { width: 30%; align-items: baseline; order: 2; }
.nf-form-cont .nf-error-msg, .nf-form-cont .ninja-forms-req-symbol { font-weight: normal; font-family: 'Proxima Nova Rg'; }
.nf-form-cont .listradio-wrap .nf-field-element label:after { display: none; }
.nf-form-cont .listradio-wrap .nf-field-element label:after { display: none; }
.listradio-wrap .nf-field-element label.nf-checked-label:before { display: none; }
.nf-form-cont .listradio-wrap .nf-field-element li input[type="radio"] { opacity: 1; }





/*--------- Contact us Join page css End ---------*/


/*--------- Calander page css Start ---------*/
.stec-top .stec-top-menu>li { width: auto; }
body .stec-top .stec-top-menu > li::before { display: none; }
.stec-layout-month-weekrow  .stec-layout-month-daycell-events li:before { display: none; }
.common-content-wrap ul li.stec-layout-event-no-reminder:before { display: none; }
.common-content-wrap p.stec-layout-event-inner-intro-title.stec-layout-event-title-fontandcolor { font-weight: bold; font-family: 'Proxima Nova Rg'; }
.common-content-wrap .stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc { margin-top: 5px; }
.stec-top-menu-date-dropdown ul li:before { display: none; } 

/*--------- Calander page css End ---------*/
.mobile-resp { display: none; }

.error-404.not-found { padding: 120px 0;background: #263a59;}
.error-404.not-found .row { justify-content: center; text-align: center; } 
.error-404.not-found .row h1 { color: #fff; margin-bottom: 15px; font-size: 70px; }
.error-404.not-found .row h2 { color: #fff; margin-bottom: 15px;font-weight: 500;}
.error-404.not-found .row a { position: relative; text-decoration: none; }
.error-404.not-found .row a:after { font-family: FontAwesome; content: '\f105'; position: absolute; opacity: 0; right: -10px; transition: 0.3s; top: 10px; }
.error-404.not-found .row a:hover:after{opacity: 1;right: 10px;text-indent: -1em;}

section.two-col-sec .col-6 { width: 50%; } 
section.two-col-sec .col-6>div { width: 100%; } 
section.two-col-sec .col-6>div img { position: static; display: block;margin: 15px 0px;} 
section.two-col-sec { background: #263a59;padding: 25px 0;}
section.two-col-sec.img-right .row {flex-flow: row-reverse;}

/* 28-08-2024 */

.nav-right .buy-tickets-menu a, .tickets-btn a {
    background-color: #fdd13a !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #1e2233 !important;
    transition: all 0.5s ease-in-out !important;
    font-size: 16px !important;
    line-height: 1.5em;
    padding: 10px 40px;
    position: relative;
    border: 2px solid #fdd13a;
    transition: all 0.2s !important;
    font-family: 'Proxima Nova Rg' !important;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
.nav-right .buy-tickets-menu a:hover, .tickets-btn a:hover {
    color: #ffffff !important;
    background-color: #2c3762 !important;
    border-color: #2c3762 !important;
}
.calendar .date-closed .mobile-resp p:after {
    content: " - Closed";
}



/*--------- Media query start ---------*/


        

        @media (min-width: 992px)
        {
            .hamburger-icon { display: none; }
            
        }    

        @media (max-width: 1366px) {
            
            h1 { font-size: 54px; }
            h2 { font-size: 48px; }
            h3 { font-size: 32px; }
            h4 { font-size: 24px; }
            h5 { font-size: 16px; }
            h6 { font-size: 14px; }
            
            ul li, ol li { font-size: 18px; }
            p { font-size: 18px; }
            a { font-size: 18px; }
            
            .header > .container > .row { margin: 0; }
            header .logo-main { width: 205px; }
            .home-slider .right-content h2 { font-size: 40px; }
            .home-slider .right-content p { font-size: 18px; }
            .single-img-content .wrap-inner { padding: 40px 40px 90px 40px }
            .attraction-block .right-block { padding-right: 0; }
            .marketblock .market-content strong { font-size: 18px; }
            .fallfest-sidemenu li a { font-size: 18px; }
            
            .marketblock .market-sidebar h6 { font-size: 18px; }
            .market-sidebar h5 { font-size: 22px; }
            .content-with-rimage { padding-bottom: 50px; }
            .nf-form-cont .terms-text .nf-field-description { font-size: 18px; }
            .error-404.not-found .row h1 { font-size: 60px; }
            .nf-form-cont .nf-field-label label { font-size: 18px; }
            .common-content-wrap p em { font-size: 18px; }
            
        }

        @media (max-width: 1280px) {   
            .three-col-results { padding: 40px 20px; }
            .spring-content-main .content-block { padding-left: 15px; }
            .spring-content-main { padding: 50px 0; }
            .springevent-list { padding: 50px 0; }
            
        }

        @media (max-width: 1199px) {   
            .contact-main .contactaddress { width: 100%; padding-top: 50px; }
            .contact-main .contactform { width: 100%; }
            .contactform .wrap { width: 100%; }
            .contact-main .contactaddress li { margin-bottom: 0; }
            .stec-layout-event-inner-intro-media-content { height: 833px !important;  }
            
            .page-id-165 .ctl-bullets-container, .page-id-165 .ctl-footer-bullets-container
            { display: table !important; }
            .three-col-cta-sec {padding: 75px 15px 75px;}
            section.fear_attractions{padding-left: 15px;padding-right: 15px;}
            .full-width-cta-sec{padding: 25px 15px 75px;}
        }
    
        @media (max-width: 1024px) {
            h1 { font-size: 48px; }
            h2 { font-size: 44px; }
            h3 { font-size: 20px; }
            h4 { font-size: 18px; }
            h5 { font-size: 14px; }
            h6 { font-size: 13px; }
            
            ul li, ol li { font-size: 16px; }
            p { font-size: 16px; }
            a { font-size: 16px; }
            
            .home-slider .right-content h2 { font-size: 32px; }
            .home-slider .right-content p { font-size: 16px; }
            .footer-menu.add-menu { display: none; }
            .four-column-cta .box .white-btn { min-width: 150px; padding: 10px 20px; }
            .two-column-block .col-two .content a { font-size: 16px; min-width: 140px; }
            .two-column-block .col-two .content p { margin-bottom: 15px; }
            .two-column-block .two-btn a { padding: 12px 15px; border-radius: 12px; font-size: 18px; min-width: auto; }
            .three-col-results .row-items .resultitem { width: 45.5%; }
            .attraction-block .content-box { padding: 2% 2% 1% 1%; }
            .marketblock { padding: 60px 0; }
            .spring-content-main { padding: 40px 0; }
            
            .spring-content-main { padding: 40px 0; }
            .springevent-list { padding: 40px 0; }
            .marketblock .market-content p:last-of-type { margin-bottom: 0; }
            .fallfest-sidemenu li a { font-size: 16px; }
            .searchresult { padding: 50px 0; }
            .marketblock .market-sidebar h6 { font-size: 16px; }
            .four-column-cta .box { width: 50%; }
            .mobile-resp { display: block; }
            .column-1 { width: 100%; }
            .no-date { display: none; }
            .col-1 { width: 100%; }
            .typeBox.type-closed { padding: 37px 10px 37px; }
            .desktop-resp { display: none; }
            .weekNames { display: none; }
            .nf-form-cont .terms-text .nf-field-description { font-size: 16px; }
            .error-404.not-found .row h2 { font-size: 46px; }
            .nf-form-cont .nf-field-label label { font-size: 16px; }
            .nf-form-cont .nf-response-msg p:first-of-type { font-size: 40px; }
            .nf-form-cont .nf-response-msg p:last-of-type { font-size: 22px; }
            .common-content-wrap p em { font-size: 16px; }
            footer .footer-menu small { margin-top: 0; }
            .common-content-wrap h5 { margin: 15px 0; }
			.custrows.ticketbooth {display: none; }
        }

        @media (max-width: 991px) {
          .announcement-bar .left-cnt { width: 100%; }
          .announcement-bar .r-btn { width: 100%; text-align: right; } 
          .festival-map .festival-map { width: 100%; padding-right: 15px; }
          .festival-map .festival-rlist { width: 100%; padding-top: 30px; }         
          body.fixed-header { overflow: hidden; }
          header .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap { position: static; }
          header #wp-megamenu-primary { position: static; }
          body .wp-megamenu-wrap .wpmm-nav-wrap > ul { top: 100%; }
          header #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn { background-color: transparent; padding: 0; width: 18px; height: 14px; position: relative; margin: 0; top: 2px; }
          
          header #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn:after { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 100%; background-color: #333333; transition: 0.3s all ease-in-out; }
          header #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn:before { content: ""; position: absolute; left: 0; top: 100%; height: 2px; width: 100%; background-color: #333333; transition: 0.3s all ease-in-out; }
          header #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn i { position: absolute; left: 0; top: 7px; height: 2px; width: 100%; background-color: #333333; transition: 0.3s all ease-in-out; }
          header #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn i:before { display: none; }
          header { padding: 5px 0; }
          header .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu { background-color: #f1fcfe; }
          header .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu {  padding: 10px 0 0 0; height: 100vh; }
          header .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu > li { padding: 0; }
          header #wp-megamenu-primary #menu-main-menu > li > a { padding: 15px 20px; }
          header #wp-megamenu-primary #menu-main-menu > li { border-bottom: 1px solid #aaebf7; }

          header #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn.menu-active i { opacity: 0; visibility: hidden; }
          header #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn.menu-active:before { transform: rotateZ(45deg) translate(-6px, -7px); }
          header #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn.menu-active:after { transform: rotateZ(-45deg) translate(-3px, 4px); }
                    
          header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li:before { display: none; }    

          header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(1)
          { padding: 0 0 15px 0; border-bottom: 2px solid transparent; margin-bottom: 20px; }

          header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.orange_bg .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(1)
          { border-bottom-color: #e2750a; }

          header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.green_bg .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(1)
          { border-bottom-color: #78955e; }

          header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.sky_blue_bg .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(1)
          { border-bottom-color: #64c3d2; }

          header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li.yellow_bg .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li:nth-child(1)
          { border-bottom-color: #b39138; }

          header #wp-megamenu-primary > .wpmm-nav-wrap > ul.wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu > li > ul.wp-megamenu-sub-menu > li
          { padding: 0; }
               
           header .mega-menu.menu-open { display: block; visibility: visible; opacity: 1; position: relative; padding-top: 20px; padding-bottom: 25px; margin-top: 0; }
           header .mega-menu .item { width: 100%; padding: 0; }
           header .mega-menu .item.img-left { border-bottom: 2px solid #e2750a; padding-bottom: 10px; margin-bottom: 20px; }
           header .mega-menu .item figure { padding: 5px 0; }
           header .mega-menu ul li { padding-left: 0; }
           header nav > ul > li > a { text-decoration: none; }        
           header nav > ul > li > a:hover, header nav > ul > li > a:focus { color: #2b2b2b; text-decoration: none; }      
           .home-slider .right-content .content { padding-right: 0; }
           .single-img-content { padding: 0 0px 20px 0px; }
           .hamburger-icon { position: absolute; width: 30px; height: 30px; top: 22px; right: 55px; display: block; transition-duration: 0.5s; }
           .hamburger-icon .icon { transition-duration: 0.5s; position: absolute; height: 3px; width: 25px; top: 14px; background-color: #28324f; right: 0; left: 0; margin: 0 auto; }
            
           header .main-row { margin: 0; }
           .search_icon a { font-size: 16px; }
           .search_icon { margin-top: 1px; }
           header .nav-right { padding-right: 0; }
           .hamburger-icon .icon:before { transition-duration: 0.5s; position: absolute; width: 25px; height: 3px; background-color: #28324f; content: ""; top: -8px; }
            
           .hamburger-icon .icon:after { transition-duration: 0.5s; position: absolute; width: 25px; height: 3px; background-color: #28324f; content: ""; top: 8px; }
            
           /*.nav-right nav { top: 125px; left: 0; overflow: auto; transition: all 0.3s ease-in-out; position: fixed;  background-color: #f1fcfe; height: 0; z-index: 111; padding: 0; width: 100%; }
           .nav-right nav.menu-open { height: calc(100vh - 125px); }*/
            
           header nav > ul > li { padding: 0; width: 100%; border-bottom: 1px solid #aaebf7; }
           header nav > ul > li > a { padding: 20px; position: relative; }
           header nav > ul > li > a i.fa.fa-angle-down { margin-left: auto; position: absolute; right: 30px; top: 20px; }
           .three-col-cta-sec { padding: 40px 15px 35px; }
           .single-img-content p { padding-right: 0; }
           .four-column-cta .box { width: 100%; } 
           .home-slider .left-image { width: 100%; padding-bottom: 56.6%; }
           .home-slider .right-content { width: 100%; padding: 30px; }
           .home-slider .right-content h2 { font-size: 28px; }        
           .social-footer { display: flex; }    
           .location-main .cnt-map { width: 100%; padding-right: 15px; }
           .location-main .fallfest-right { width: 100%; }
           .fallfest-sidemenu li a.active:before { display: none; }
           .location-main { padding: 50px 0 70px; }
            .twoimg-one-content .box { width: 100%; padding: 0; }
            .twoimg-one-content .box img { position: relative; object-fit: cover; }
            .two-column-cta { margin-bottom: 50px; }
            .marketblock { padding: 50px 0; }
            
            .searchresult .search-left { width: 100%; }
            .searchresult .contactaddress { width: 100%; }
            .searchresult .search-left form input[type="submit"] { min-width: auto; }
            .stec-layout-event-inner-intro-media-content { height: 478px !important;  }
            .tickets-btn a {
                margin-right: 10px;
            }
        }

        @media (max-width: 767px) {
            section.two-col-sec .col-6 { width: 100%; } section.two-col-sec.img-right .row { flex-flow: column; } section.two-col-sec .col-6>div {padding-left: 0;padding-right: 0;}
            h1 { font-size: 40px; margin-bottom: 10px; }
            h2 { font-size: 36px; }
            h3 { font-size: 22px; }
            h4 { font-size: 16px; }
            h5 { font-size: 13px; }
            h6 { font-size: 12px; }
            

            .subpage-banner.two-bottom-img .content-block { min-height: auto; }
            .subpage-banner .content-block .left-img { display: none; }
            .subpage-banner .content-block .right-img { display: none; }
            
            .header_top .top-r-menu ul li { padding: 10px 8px; }
            .subpage-banner .content-block { width: 100%; }
            .subpage-banner .image-block { width: 100%; padding: 0; }
            .subpage-banner .image-block img { position: inherit; }
            .subpage-banner .content-block { padding: 7%; }
            .subpage-banner > .row { margin: 0; }
            .three-col-results .detailview a.detailClose { right: -5px; }
            .location-main { padding: 30px 0 50px; }
            
            .two-column-block .col-two .content { padding: 20px; }
            .two-column-block { padding: 40px 0; }
            .two-column-block .col-two { width: 100%; }
            .white-btn { padding: 8px 15px; font-size: 14px; min-width: auto; }
            .red-btn { padding: 8px 15px; font-size: 14px; min-width: auto; }
            .two-column-block .wrap { padding-bottom: 40px; }
            .two-column-block .two-btn a { font-size: 16px; }
            
            header .main-row { padding: 15px 0; }
            header .logo-main { width: 50%; }
            .header_top .top-r-menu { margin: 0 auto; } 
            .search-bar input[type="text"], .search-bar input[type="search"] { font-size: 16px; width: calc(100% - 170px); }
            .search-bar strong { font-size: 14px;  padding-right: 5px; margin-right: 5px; }
            
            .twoimg-one-content { padding: 20px; }
            .twoimg-one-content .box { width: 100%; padding: 0; }
            .twoimg-one-content .box.content { padding: 20px 20px 50px 20px; }
            .single-img-content .wrap-inner { padding: 7%; }
            .social-header { display: none; }
            
            .four-column-cta .box { padding: 60px 10px; } 
            .three-col-results .row-items .resultitem { width: 100%; }
            .three-col-results .thumbmeta { width: 100%; }
            .three-col-results .thumbimg { width: 100%; max-height: auto; }
            .three-col-results .row-items .box h3 { margin-bottom: 0; }
            .three-col-results .row-items .box { height: 460px; }
            .three-col-results .row-items .resultitem { height: 460px; }
            .three-col-results { padding: 40px 0; }
            .festivalblock .img-block { width: 100%; }
            .festivalblock .content-block { width: 100%; padding: 7%; }
            .festivalblock .img-block img { position: relative; }
            .festival-map { padding: 0px 0; }
            .common-content-wrap{padding-bottom: 60px;}

            .two-column-cta .content-block { width: 100%; }
            .two-column-cta .img-block { width: 100%; }
            .two-column-cta .img-block img { position: relative; }
            .two-column-cta .row { min-height: auto; margin: 0; }
            .attraction-block .content-box { padding: 4%; width: 100%; }
            .attraction-block .right-block { width: 100%; }
            .attraction-block .right-block .box { width: 100%; position: relative; top: 0; }
            .attraction-block .red-btn { font-size: 16px; }
            .marketblock .market-content { width: 100%; padding-right: 15px; }
            .marketblock .market-sidebar { width: 100%; margin-top: 20px; }
            .marketblock .market-content strong { font-size: 16px; }
            .marketblock .market-content strong { font-size: 16px; }

            .footer-top .footer-menu>a .plusminus { display: inline-block; margin-left: auto; }
            .footer-top .footer-menu>a { width: 100%; display: flex; }
            .footer-top .mobile-title { display: block; }
            .footer-top { min-height: 800px; }
            .footer-menu { width: 100%; }
            .footer-top .row { margin: 0; }
            .footer-top .row > div { padding: 0 21px; }
            .footer-top ul li a { font-size: 14px; }
            footer .copyrights p { font-size: 14px; text-align: center; width: 100%; }
            footer .copyrights ul { margin: 5px auto 0; justify-content: center; }
            footer .copyrights ul li a { font-size: 14px; }
            .footer-top .row ul { display: none; }
            
            .searchresult .search-left h1 { font-size: 32px; }
            .market-sidebar h5 { font-size: 20px; }
            .marketblock .market-sidebar h6 { font-size: 14px; }   
            
            .marketblock { padding: 30px 0; }
            .spring-content-main .content-block { width: 100%; }
            .spring-content-main .slider-block { width: 100%; }
            .content-with-rimage .left-content { width: 100%; }
            .content-with-rimage .right-image { width: 100%; }
            .content-with-rimage { padding-bottom: 30px; }
            
            .facebook-feed-wrap { padding: 40px 0; }
            .facebook-feed-wrap .row.title { justify-content: center; }
            .facebook-feed-wrap .row.title h2 { margin-bottom: 10px; }
            .facebook-feed-wrap #cff.cff-masonry { margin-bottom: 0; }
            .facebook-feed-wrap .row.title { padding: 0; }
            
            .wpsm_panel-body ul li:before { font-size: 12px; }
            .nf-form-cont { padding: 20px; }
            .nf-form-cont .nf-field-label label { font-size: 18px; }
            .checkbox-container.label-right .field-wrap>div.nf-field-label label { font-size: 14px; word-break: break-word; }
            .nf-form-cont .terms-text .nf-field-description { font-size: 14px; }
            .nf-form-cont .terms-text .nf-field-description a, .nf-form-cont .terms-text .nf-field-description a span { font-size: inherit; }
            .nf-form-cont .nf-row:last-of-type .nf-field-container { margin-bottom: 0; }
            .nf-form-cont .nf-form-title { font-size: 14px; }
            .nf-form-cont .nf-form-fields-required { font-size: 14px; }
            .nf-field .checkbox-wrap .nf-field-description { padding-left: 8px; padding-right: 0; }
            .checkbox-container.label-right .field-wrap>div.nf-field-label { display: flex; align-items: flex-start; width: 100%; }
            .nf-form-cont .nf-field .btn-sbmt { font-size: 16px; padding: 14px 35px; }
            .common-content-wrap .stec.stec-media-small ul li:before { display: none; }
            .common-content-wrap .stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section { margin-top: 0; } 
            .marketblock .map { margin-bottom: 30px; }
            .fallfest-sidemenu > ul > li.current-menu-item > a:before { display: none; }
            .three-col-results .resultitem .detailview { width: calc(100% - 30px); left: 15px; }
            .three-col-results .row-items .resultitem.open { height: 985px; } 
            .three-col-results .resultitem .detailview p { font-size: 18px; }
            .error-404.not-found { padding: 80px 0; }
            
            .nf-form-cont .nf-response-msg p:first-of-type { font-size: 30px; }
            .nf-form-cont .nf-response-msg p:last-of-type { font-size: 20px; }
            .stec-layout-event-preview-separator  { display: none; }
            .full-width-cta-sec {padding: 25px 15px 35px;}
            section.festivalblock { text-align: center; }
        }

        @media (max-width: 640px) { 
            
        }

        @media (max-width: 480px) {
            .stec-layout-event-inner-intro-media-content { height: 268px !important; }
            .two-column-block .two-btn a { font-size: 13px; }
            
        }



/****************************/
.header_top { background: #3c537a url(assets/images/top_header.jpg) top center no-repeat; padding: 5px 0px 5px 0px; } 
.header_top ul#menu-header-top-menu { padding: 0px; width: 100%; text-align: right; } 
.header_top ul#menu-header-top-menu>li { display: inline-block; padding: 0px 10px; } 
.top-r-menu { width: 100%; } 
.header_top ul#menu-header-top-menu>li:before { content: none; } 
.header_top ul#menu-header-top-menu>li>a { color: #fff; font-size: 16px; font-family: 'Proxima Nova Rg';line-height: 1.8}
header { margin: 0; padding: 15px 0px; background-color: #1e2233; box-shadow: 1px 2px 3px #000; } 
div#srch_bar { display: none; } 
.nav-right { display: flex; align-items: center; } 
ul#menu-main-menu { padding: 0px; } 
ul#menu-main-menu>li>a { font-family: '3rd Man'; letter-spacing: 0px; font-size: 28px; text-transform: capitalize; color: #a6b0d1;text-decoration: none !important;} 
ul#menu-main-menu>li { padding: 15px; margin: 0; vertical-align: middle;} 
ul#menu-main-menu>li:before { display: none; } 
header .search_icon>a { color: #ffffff; font-size: 14px; outline: none; text-shadow: 2px 2px 14px #ffffff; } 
header>div>.row {justify-content: space-between;}

section.home-banner>.container { display: flex; flex-flow: column; align-items: center;position: relative;} 
.banner-text h2 { font-size: 20px; color: #fff; font-family: 'Proxima Nova Rg'; font-weight: 400; line-height: 35px; }
.board-right { position: absolute; bottom: -5px; right: 0; } 
section.home-banner { position: relative; background-size: cover; background-position: center; } 
.banner-logo { position: relative; z-index: 1; } 
.banner-logo img{display: block;}
.banner-text { position: relative; z-index: 1; }
.header_top ul#menu-header-top-menu>li.cart-icon>a { font-size: 0px; }
.nav-logo>a { display: inline-block; } 
.nav-logo>a>img { display: block; } 
.nav-logo { display: flex; flex-wrap: wrap; align-items: center; } 
ul#menu-main-menu>li>a:hover { color: #fdd13a; text-decoration: none; }
ul#menu-main-menu>li.current-menu-item>a{color: #fdd13a;}
/************/
section.fear_attractions { background-color: #1e2233; padding-bottom: 70px; } 
.fear_attractions_inner { background-color: #2c3762; padding-top: 40px !important; } 
.fear_attractions_head h3 { margin-bottom: 15px; font-size: 52px; color: #fff; text-align: center; font-weight: 500; line-height: 1.1;font-family: '3rd Man';} 
.fear_attractions_head { text-align: center; } 
.fear_attractions_head p { font-size: 20px; line-height: 1.5; color: #fff; } 
.fear_attractions_head .cta { background-color: #fdd13a; border-color: #fdd13a; color: #1e2233; font-size: 18px; border-radius: 100px; padding: 8px 40px 10px; display: inline-block; font-weight: 500; text-decoration: none; position: relative; } 
.fear_attractions_head .cta:after { font-family: FontAwesome; content: '\f105'; position: absolute; opacity: 0; right: -10px; transition: 0.3s; top: 10px; } 
.fear_attractions_head .cta:hover:after { opacity: 1; right: 10px; text-indent: -1em; } 
.fear_attractions_head .cta:hover { padding-right: 60px !important; text-indent: -1em; } 
.fab_single { padding: 0 5px; width: 25%; } 
.fear_attractions_box { display: flex; flex-wrap: wrap; padding: 0 45px; top: 40px; position: relative; } 
.fab_single_img img { display: block;object-fit: cover;width: 100%;height: 204px !important;} 
.fab_single_text { padding: 18px 30px; } 
.fab_single_inner { background: #fff; height: 100%;} 
.fab_single_text h4 { margin: 0px; margin-bottom: 5px; font-size: 22px; color: #1e2233; font-weight: 500; } 
.fab_single_text a.explore { color: #1e2233; font-weight: 400; font-family: 'Proxima Nova Rg'; line-height: 1.5; text-decoration: none; transition: 0.3s; } 
.fab_single_text a.explore:after { transition: all 0.2s; font-family: 'FontAwesome'; content: "\f105"; font-weight: 400; display: inline-block; line-height: 1; } 
.fab_single_text a.explore:hover { font-weight: 700; } 
.fab_single_text a.explore:hover:after { border: 2px solid #1e2233; padding: 2px 6px; border-radius: 30px; font-weight: bold; }
a.yellow-btn { background-color: #fdd13a; border-color: #fdd13a; color: #1e2233; font-size: 18px; border-radius: 100px; padding: 10px 40px 10px; display: inline-block; font-weight: 500; text-decoration: none; position: relative;line-height: 1.5;font-weight: bold; }   
a.yellow-btn:after { font-family: FontAwesome; content: '\f105'; position: absolute; opacity: 0; right: -10px; transition: 0.3s; top: 10px; } 
a.yellow-btn:hover { padding-right: 60px !important; text-indent: -1em; } 
a.yellow-btn:hover:after { opacity: 1; right: 10px; text-indent: -1em; }
.mobile-menu { display: none; }
.mobile-menu.active .fa-bars:before { content: "\f00d"; }
.food-list.three-col-results .row-items .resultitem { width: calc(33.33% - 20px); height: 350px; } 
.three-col-results.food-list .row-items .box figure { height: 250px; } 
.food-list.three-col-results .row-items .box { height: 350px; }
.food-list.three-col-results .row-items .resultitem.open{height: 885px;}
/*****************/
.common-content-wrap #wpsm_accordion_240 .wpsm_panel-title a { background: #fff; } 
section.common-content-wrap #wpsm_accordion_240 .ac_open_cl_icon { background: none !important; color: #1e2233 !important; } 
section.common-content-wrap .wpsm_panel-group .wpsm_panel-heading.acc-a .wpsm_panel-title a, section.common-content-wrap .wpsm_panel-group .wpsm_panel-heading.acc-a .wpsm_panel-title a:hover { background: #263a59 !important; } 
section.common-content-wrap #wpsm_accordion_240 .wpsm_panel-heading.acc-a .wpsm_panel-title a span.ac_open_cl_icon.fa.fa-minus, section.common-content-wrap section.common-content-wrap #wpsm_accordion_240 .wpsm_panel-heading.acc-a .wpsm_panel-title a:hover span.ac_open_cl_icon.fa.fa-minus { color: #fff !important; }
section.common-content-wrap #wpsm_accordion_240 .wpsm_panel-body{border: none !important;}
section.common-content-wrap .wpsm_panel-group .wpsm_panel-title a:hover {background: #3c547a !important;} 
section.common-content-wrap .wpsm_panel-group .wpsm_panel-title a:hover span.ac_title_class { color: #fff !important; } 
section.common-content-wrap #wpsm_accordion_240 .wpsm_panel-title a:hover span.ac_open_cl_icon.fa.fa-plus { color: #fff !important; }
section.common-content-wrap.tickets-banner h3 { font-family: 'Proxima Nova Rg'; font-size: 24px; line-height: 1.1; margin-top: 20px; margin-bottom: 10px; } 
section.common-content-wrap.tickets-banner { text-align: center; } 
section.common-content-wrap.tickets-banner h3 a { color: #337ab7; font-size: inherit; text-decoration: none; } 
section.common-content-wrap.tickets-banner h3 a:hover { color: #23527c; }
section.common-content-wrap.fear-deluxe-ticket .typeBox h3 { font-family: 'Proxima Nova Rg'; font-weight: 600; } 
section.common-content-wrap.fear-deluxe-ticket .custrows.ticketbooth { margin: 35px 0 50px 0; } 
section.common-content-wrap.fear-deluxe-ticket .ticketbooth.calendar { margin: 20px 0 60px 0; } 
.dates.no-date { background-color: #3c547a; }
.ticketbooth.calendar a:hover { transition: all 0.5s ease; transform: scale(1.15); }
.facebook-feed-content, .facebook-feed-content p { color: #000; }
@media(max-width:1199px){
    .fab_single {width: 50%;margin-bottom: 10px;}
}
@media(max-width:1023px){
    .food-list.three-col-results .row-items .resultitem { width: calc(50% - 20px); } 
    ul#menu-main-menu>li>a {
        font-size: 26px;
    }
}
@media(max-width:991px){
    .mobile-menu { display: none; } 
    .mobile-menu i { font-size: 30px !important; color: #ffffff; } 
    .mobile-menu { display: block; margin-right: 20px; } 
    .menu-main-menu-container { position: absolute; width: 100%; left: 0; background: #263a59; top: 100%; z-index: 9;display: none;} 
    ul#menu-main-menu { display: flex; flex-flow: column; padding: 10px; } 
    ul#menu-main-menu>li { border-bottom: 1px solid #3c547a !important; }
    .board-right { display: none; } 
    .fear_attractions_box{padding: 0 0px;}
    .fear_attractions_box{top:0;margin-top: 30px;}
    section.home-banner { background-size: cover; background-position: center left 16%; }
    section.fear_attractions{padding-bottom: 10px;}
    .footer-menu {width: calc(100% / 4);}
}
@media(max-width:767px){
    .footer-menu {width: 100%;}
    .footer-top .mobile-title p{padding-bottom: 20px;}
    .food-list.three-col-results .row-items .resultitem { width: 100%;margin: 0 0 15px 0; } 
    section.common-content-wrap.tickets-banner h3{font-size: 20px;}
    .facebook-feed-content #cff .cff-load-more { margin-bottom: 20px; }
}
@media(max-width:600px){
    .nav-logo { justify-content: center; width: 100%; } 
    header .nav-right { margin-right: auto; margin-top: 20px; } 
    section.home-banner { background-position: bottom left 10%; } 
    .banner-text h2 { text-align: center; } 
    .three-col-cta-sec { padding: 40px 0 20px; } 
    .fab_single { width: 100%; } 
    .fab_single_text { padding: 15px 20px; } 
    .footer-top .mobile-title p { padding-left: 0px; } 
    .footer-top .row > div { padding: 0; }
}


@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%); }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0); } 
}

@-moz-keyframes fadeLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10%); }
    100% {
        opacity: 1;
        -moz-transform: translateX(0); } 
}

@-o-keyframes fadeLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-10%); }
    100% {
        opacity: 1;
        -o-transform: translateX(0); } 
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-10%); }
    100% {
        opacity: 1;
        transform: translateX(0); } 
}
.tickets-banner img.aligncenter.size-full {
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}