/*
Theme Name: London Art Fair
Description:
Author: Anonymous
Author URI:
Version: 0.0.10
Text Domain: londonartfair
Tags: custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, rtl-language-support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

	ADD CUSTOM CSS HERE
	===================
*/
html{
	overflow-x:hidden;
}
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Febrica Regualer", Sans-serif;
	font-size:18px;
	overflow-x: hidden;
}
p{/*margin:0;*/}
.elementor-text-editor p{/*padding-bottom:10px;*/}
b, strong {
    font-weight: 800;
    font-family: "Muli", Sans-serif;
}

/*header css*/
#mega-menu-wrap-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column, #mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu span.mega-menu-badge{
	font-family: "Muli", Sans-serif;
	font-weight: bold;
}
.third-col a{
	width:100%;
}
.third-col .button-second{
	margin-left:12px;
}
#header{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fixed-header #header .main-header-wrapper{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
	border-bottom: 1px solid #ddd;
}

/*serach*/
#search-open {
    color: #222;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.header-search {
    position: absolute;
    top: 0px;
    right: 0;
    background: #000;
    border-top: 1px solid #eee;
    z-index: 9999;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 1px 3px;
    width: 0;
    margin: 0 auto;
    max-width: 1802px;
    right: -300px;
    -webkit-transition: width 2s ease;
       -moz-transition: width 2s ease;
        -ms-transition: width 2s ease;
         -o-transition: width 2s ease;
            transition: width 2s ease;
            opacity: 0;
}
.header-search.active{
    width: 370px;
    opacity: 1;
    right: 56px;
}
.header-search .search-btn-top::after{
    display: inline-block;
    content: "\f00d";
    font-size: 15px;
    font-family: FontAwesome;
    position: absolute;
    right: -300px;
    top: 0px;
    cursor: pointer;
    line-height: 15px;
    text-align: center;
    color:#fff;
    background:#000;
    padding: 6px 7px;
    -webkit-transition: width 2s ease;
       -moz-transition: width 2s ease;
        -ms-transition: width 2s ease;
         -o-transition: width 2s ease;
            transition: width 2s ease;
    display: none;
}
.header-search.active .search-btn-top::after{
    display: block;
    right: 0;
}

.header-search .searchform {
    display: block;
}

header .header-search .searchform .search-field {
    min-width: 1px;
    width: 100%;
    background-color: #F2F2F2;
    border: none;
    padding: 10px 20px 10px 10px;
    font-weight: normal;
    color: #000;
    -webkit-appearance: none;
    line-height: 24px;
    font-size: 16px;
}

header .header-search .searchform .search-field:focus {
    box-shadow: none;
}

.header-search label {
    margin-bottom: 0;
    display: block;
}
#header .inner-header {
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}


/*Footer*/
.footer-soc-icon a:hover svg{
	fill: #e5c38d;
}

/*mega menu*/
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item{
	position:unset;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li{
	display:inline-block !important;
	width:auto !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
	float:none;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu{
	background:#fff !important;
	text-align:center;
	top:73px;
	border-top:1px solid #e5c38d !important;
	border-bottom:1px solid #e5c38d !important;
	line-height:normal;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li{
	display:inline-block;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li a{
	background:#fff !important;
	font-weight:bold !important;
	font-size:14px !important;
	letter-spacing: 2px !important;
	color: #333333 !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li a:hover{
	color:#e5c38d !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li{
	position:relative;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li::before {
    display: inline-block;
    content: "";
    height: 26px;
    width: 1px;
    background: #979797;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
	margin-top:2px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li:first-child::before {
	display:none;
}

@-moz-document url-prefix() {
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li a{line-height:22px !important;}
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333333;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item::after{
	background-color:#fff;
	content:"";
	height:2px;
	display:inline-block;
	width:100%;
	position:relative;
	bottom:-16px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item::after, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor::after{
	background-color:#e5c38d;	
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:hover::after{
	background-color:#e5c38d;
}
#mega-menu-header-menu{
	top: 12px !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item::after{
	background-color:#fff;
	content:"";
	height:2px;
	display:inline-block;
	width:100%;
	position:relative;
	bottom:11px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item::after{
	background-color:#e5c38d;
}
 #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:hover::after{
	background-color:#e5c38d; 
 }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	height:60px;
	padding:0;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a{
	padding:22px 25px 14px 25px !important;
}
.mega-indicator{
	display:none !important;
}

/*Footer*/
/*Newsletter Section*/
.news-letter-outer #bottom-newsletter-email{
    height: 50px;
    line-height: 50px;
    width: 100%;
    max-width: 210px;
    border:0;
    padding: 10px 20px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1.25px;
  	background-color:#fff;
}
.news-letter-outer #bottom-newsletter-email::placeholder { 
  color: rgba(0, 0, 0, 0.69);
  opacity: 0.85; /* Firefox */
}
.news-letter-outer #bottom-newsletter-email:-ms-input-placeholder { 
  color: rgba(0, 0, 0, 0.69);
}
.news-letter-outer #bottom-newsletter-email::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.69);
}
.news-letter-outer #submit_newsletter{
    font-size: 14px;
    text-transform: uppercase;
    background-color:#e5c38d;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    border:1px solid #e5c38d;
    color: #000;
    margin-left: -4px;
    font-family: "Muli", Sans-serif;
    letter-spacing: 1px;
}
.news-letter-outer #submit_newsletter:hover{
    background-color:#000;
    color: #e5c38d;
	border-color:#e5c38d;
}
.news-letter-outer .elementor-text-editor{
    display: flex;
    justify-content: left;
}
.home-news-sec .elementor-pagination{
	display: none;
}
.news-listing-page .elementor-grid-item{
	padding-left: 5px !important;
	margin-left: -5px !important;
}

/*Homepage*/
.home .entry-header{display:none;}
.home .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#e5c38d !important;}
.home .swiper-pagination-bullet{opacity:0.8;}

/*Project box*/
.bot-type-project > .elementor-column-wrap > .elementor-widget-wrap .elementor-button-wrapper a{text-align:left;}
.bot-type-project > .elementor-column-wrap > .elementor-widget-wrap:hover .elementor-button-wrapper a{
	color:#e5c38d;
}
.bot-type-project > .elementor-column-wrap > .elementor-widget-wrap:hover .elementor-button-wrapper .elementor-button-icon svg path{fill:#e5c38d;}
.project-section-home .elementor-row{flex-wrap: wrap;}
.project-section-home .elementor-row .bot-type-project{width:33.33%;}
.bot-type-project > .elementor-column-wrap > .elementor-widget-wrap .elementor-button-wrapper a .elementor-button-text{line-height:25px;}
.bot-type-project > .elementor-column-wrap > .elementor-widget-wrap .elementor-image img{width:100%;}

/*What's on section*/
.what-on-gallery-inner{max-width:1490px; margin:0 auto;	padding:0 20px;}
.what-on-gallery-inner .what-on-top-title{
	font-size: 50px; 
	font-weight: bold; 
	letter-spacing: 2px; 
	color:#000; 
	font-family: "Muli", Sans-serif; 
	text-transform:uppercase;
	margin-bottom:20px;
	display:inline-block;
	padding-right:200px;
}
.what-on-gallery-inner .what-on-top-title:hover, .what-on-gallery-inner .gallery-title-link:hover{
	color:#e5c38d;
}
.what-on-gallery-inner .gallery-title-link{
	display:inline-block;
	font-size: 24px;
	font-weight: 600;
	text-transform:uppercase;
	font-family: "Muli", Sans-serif; 
	color:#000;
	margin-top:20px;
	margin-bottom:5px;
	display:none;
}
.what-on-gallery-inner .gallery-description{
	font-size: 16px;
	color:#000;
	margin-top:30px;
}
.home-gallery .slick-dots{
	padding:0; 
	text-align:center;
	position: absolute;
	left: 0;
	right: 0;
	margin:0 !important;
}
.home-gallery .slick-dots li{
	display:inline-block;
	margin:0 7px;
}
.home-gallery .slick-dots li button{
	padding:0;
	font-size:0;
	height:12px;
	width:12px;
	border:1px solid #b2b2b2;
	border-radius:50px;
	background-color:transparent;
}
.home-gallery .slick-dots li.slick-active button{
	background-color:#e5c38d;
}
.what-on-btn-sec {
    /*position: absolute !important;
    max-width: 500px;
    right: 0;
	top:0;*/
}

/*News Listing*/
.news-listing .elementor-widget-posts .elementor-post__read-more{
	border:1px solid #e5c38d;
	padding:11px 50px 11px 20px;
	display:inline-block;
	background: url(images/arrow-black.svg) no-repeat center right 22px;
	background-color:#e5c38d;
}
.news-listing .elementor-widget-posts .elementor-post__read-more:hover{
	background-color:#000 !important;
	color:#e5c38d !important;
	border:1px solid #000 !important;
}
.news-listing .elementor-post__text{
	position:relative;
}
.news-listing .elementor-post__meta-data{
	position:absolute;
	top:26px;
	left:20px;
}
.news-listing .elementor-post__text{
	max-width: 88%;
	margin-top: -56px;
	background: #fff;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
    box-shadow: 0px 2px 10px 1px rgba(86, 86, 86, 0.1);
}
.news-listing .elementor-widget-posts .elementor-post__read-more:hover{
	color:#fff;
	background: url(images/arrow-golden.svg) no-repeat center right 22px;
	background-color:#e5c38d;
	border-color:#e5c38d;
}
.news-listing .elementor-widget-posts .elementor-post__title a::after{
	display:block;
	width: 50px;
	height: 1px;
	background-color: #0f384a;
	content:"";
	margin:14px 0;
}
.home-news-sec .elementor-widget-container > .elementor-posts-container {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.home-news-sec .elementor-grid-item {
    position: relative;
    overflow: visible !important;
    margin: 0px 15px 0px 15px !important;
    padding-bottom: 0px !important;
}
.news-listing .elementor-post__title a:hover{
	color:#e5c38d;
}
/*dots*/
.home-news-sec .slick-dots{
	padding:0; 
	text-align:center;
}
.home-news-sec .slick-dots li{
	display:inline-block;
	margin:0 7px;
}
.home-news-sec .slick-dots li button{
	padding:0;
	font-size:0;
	height:12px;
	width:12px;
	border:1px solid #b2b2b2;
	border-radius:50px;
	background-color:transparent;
}
.home-news-sec .slick-dots li.slick-active button{
	background-color:#e5c38d;
}

/*Sponsor Section*/
.home .sponsor-logo .container{
	width:100%;
}
.sponsor_widget .sponsor-logo-image {
	height: 188px;
}
.sponsor_widget .owl-dots .owl-dot span{
	background:#fff !important;
	border:1px solid #b2b2b2;
	height:12px !important;
	width:12px !important;
}
.sponsor_widget .owl-dots .owl-dot.active span{
	background:#e5c38d !important;
}
.sponsor_widget .sponsor-logo-image{
	box-shadow:none !important;
}

/*Banner Section*/
.middlebar-innerpage{
	height:501px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:40px;
}
.innerpage-middlebar{
	max-width: 1420px;
	margin: 35px auto 10px auto;
	padding: 0 20px;
}
.innerpage-middlebar .entry-header .post-title{
	font-size: 50px;
	text-transform:uppercase;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.04;
	letter-spacing: 2px;
	color: #000000;
	font-family: "Muli", Sans-serif;
}
.inner-header .elementor-container, #footer-wrapper .elementor-container{
	padding-left:0 !important;
	padding-right:0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container{
	padding-left: 10px;
	padding-right: 10px;
}
/* Adestra Form Type1 */
select::-ms-expand {
    display: none;
}
.adestra-form-typ1{
    padding-bottom: 0px;
    max-width: 850px;
    margin: 0 auto;
}
.adestra-form-typ1 select,.adestra-form-typ1 input[type="text"],.adestra-form-typ1 input[type="password"],.adestra-form-typ1 input[type="email"],.adestra-form-typ1 input[type="url"]{
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 46px;
    color: #555;
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.adestra-form-typ1 select{
    padding: 0 30px 0 15px;
    background: #fff url('images/dropdown-arrow.svg') no-repeat center right 15px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
}
.adestra-form-typ1 textarea{
	width: 100%;
	border: solid 1px #cccccc;
}
.adestra-form-typ1 form .amf-el{
    margin-bottom: 15px;
}
.adestra-form-typ1 input[type="checkbox"]{
    display: none;
}
.adestra-form-typ1 input[type="checkbox"] + label{
    margin-bottom: 0px;
    line-height: normal;
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}
.adestra-form-typ1 input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 0px;
    background: transparent;
    vertical-align: middle;
    content: '';
    padding: 2px;
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 0px;
    right: 0;
    text-align: center;
    box-shadow: none;
    color: #000;
    font-size: 14px;
}
.adestra-form-typ1 input[type="checkbox"]:checked + label::before {
    content: '\f00c';
    font-family: FontAwesome;
}
.adestra-form-typ1 input[type="radio"]{
    display: none;
}
.adestra-form-typ1 input[type="radio"] + label{
    margin-bottom: 10px;
    line-height: normal;
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}
.adestra-form-typ1 input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 20px;
    background: transparent;
    vertical-align: middle;
    content: '';
    padding: 2px 2px 2px 3px;
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 0px;
    right: 0;
    text-align: center;
    box-shadow: none;
    color: #000;
    font-size: 12px;
}
.adestra-form-typ1 input[type="radio"]:checked + label::before {
    content: '\f111';
    font-family: FontAwesome;
}
.adestra-form-typ1 input[type="submit"]{
    font-size: 16px;
    text-align: center;
    font-style: normal;
    line-height: 1;
    color: #fff;
    border: 1px solid #000;
    box-shadow: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #006a8d;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 24px 14px 24px;
    font-weight: bold;
    background-color: #006a8d;
	font-family: "Muli", Sans-serif;
}
.adestra-form-typ1 input[type="submit"]:hover{
    color: #fff;
    background-color: #fff;
	border-color:#8F2E25;
}
.adestra-form-typ1 .amf-type-htmlblock a{
    color: #000;
}
.adestra-form-typ1 .amf-type-htmlblock a:hover{
    color: #636363;
}
.adestra-form-typ1 label{
	font-weight: 500;
	padding-top: 0;
}

/*Photo Gallery Page*/
.load-more #loading{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.21px;
	color: #000 !important;
	background-color: #e5c38d !important;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0px 0px 0px 0px;
	padding: 14px 17px 12px 17px;
	font-family: "Muli", Sans-serif;
}
.load-more #loading:hover{
	background-color:#000 !important;
	color:#e5c38d !important;
}
.gallery-plugin .image-title{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50%;
	text-align: center;
	padding: 10px;
	background: #e5c38d;
	color: #000;
	z-index: 9;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.gallery-plugin .image-inner a{
	overflow:hidden;
}
.gallery-plugin .image-inner a:hover .image-title{
	bottom:0;
}
/*Vip portal page*/
.portal-login-vip{
	padding-left:15px;
	padding-right:0px;
	margin-top:15px;
}
.portal-login-vip input[type="password"]{
	padding: 5px 13px;
	font-size: 16px;
}
.portal-login-vip .btn-typ1{
	display: inline-block;
	height: 100%;
	line-height: normal;
	padding: 14px 22px 12px 22px !important;
	margin-top: 15px;
}
.vip-profile-page {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}
.vip-profile-page .form-elements{
	padding-right:0px;
	padding-left:0px;
	margin-top:20px;
}
.vip-profile-page .form-elements .span12 label.main-label{
	display:block;
	font-weight: 500;
	padding-top: 0;
	font-size:18px;
}
.vip-profile-page .form-elements .span12 .form-control{
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 46px;
	max-width:900px;
	color: #555;
	border-radius: 0px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, 
	-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, 
	box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.vip-profile-page  .space-next .form-group label {
    font-size: 18px;
    line-height: normal;
    margin-left: 10px;
	margin-bottom:0;
}
.vip-profile-page .wysija-checkbox-label{
	margin-left:10px;
}
.vip-profile-page #vip_submit{
	color: #000;
	border: 0px;
	transition: all 0.2s ease 0s;
	margin-top: 20px;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	background-color: #e5c38d;
	border-radius: 0px 0px 0px 0px;
	padding: 16px 35px 16px 35px;
	font-weight: bold;
}
.vip-profile-page #vip_submit:hover {
    background-color: #000 !important;
	color:#e5c38d;
}
.vip-profile-page .success-msg .pages{
	background-color: #e5c38d;
	border: 2px solid #e5c38d;
	margin-top: 30px;
	color: #000;
}
.portal-login-vip .error-msg{
	color:#FF0000;
}
/**Gallery zone**/
.ezone-gallery-login-page{
	max-width:650px;
	text-align:center;
	margin:0 auto;
}

@media(min-width:1920px) {
.top-head-sec {width: calc(100% + 50%);  margin-left: -25%;}
}

@media(max-width:1600px) {
.header-search.active{right:20px;}
.home .swiper-container .swiper-slide{height:400px !important;}
.home-gallery .gallery-image, .home-gallery .gallery-image img{height:400px; display:block; object-fit:cover;}
}

@media(max-width:1490px) {
.what-on-gallery-inner{max-width:100%;}
.innerpage-middlebar{max-width: 1340px;}
.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px !important;}
}

@media(max-width:1299px){
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {font-size: 12px; padding: 0px 10px 0px 10px;}
.third-col a {font-size: 11px !important; padding-left: 10px !important; padding-right: 10px !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li a{font-size: 12px !important; letter-spacing: 1px !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a{padding:15px 10px !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item::after{bottom:13px;}
.footer-menus .ft-menu-col{width:23% !important;}
.footer-menus .ft-menu-col:last-child{width:31% !important;}
.home .swiper-container .swiper-slide{height:300px !important;}
}

@media(max-width:1199px){
.third-col{position:absolute !important; width: 332px !important; right: 0; top: 4px;}	
.main-header-navigation{width:auto !important; position: absolute !important; right: 340px; top: 11px;}
.third-col .button-first{width:150px !important;}
.third-col .button-second{width:150px !important;}
.third-col a {font-size: 11px !important; padding:15px !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li {display: block !important; width: 100% !important; text-align: left;}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {
    padding: 15px 15px !important;
}
.news-letter-outer #bottom-newsletter-email{width:190px;}
.bot-type-project > .elementor-column-wrap > .elementor-widget-wrap .elementor-button-wrapper a .elementor-button-text{line-height:22px;}
.innerpage-middlebar .entry-header .post-title{font-size: 36px;}
.entry-header{margin-bottom:10px;}
.breadcrumb-list, #breadcrumbs{margin-bottom:20px;}
#header{overflow:hidden;}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item .mega-sub-menu li::before{display:none;}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 0px !important;
}
}

@media(max-width:991px){
.third-col{top: 5px;}
.main-header-navigation{top: 12px;}
.footer-menus .ft-menu-col {width: 33% !important;}
.footer-menus .ft-menu-col:last-child {width: 100% !important;}
.project-section-home .elementor-row .bot-type-project{width:50%;}
.what-on-gallery-inner .what-on-top-title{font-size:30px;}
.what-on-btn-sec{top:-13px;}
}

@media(max-width:767px){
.third-col {position: fixed !important; width: 100% !important; right: 0; top: auto !important; bottom: 0; z-index: 9; left:0; margin:0 auto; max-width:100%; border-top:1px solid rgba(255, 255, 255, 0.6);}
.third-col .button-first{width:50% !important;}
.third-col .button-second{width:50% !important;}
.third-col .button-second {margin-left: 0;}
.logo-col{width:100px !important;}
.top-head-sec .elementor-row, .main-header-wrapper > .elementor-container > .elementor-row {padding-left: 15px !important; padding-right: 20px !important;}
.main-header-navigation{right:0;}
.header-search.active{right: 16px; width: 288px; top:128px;}
.footer-menus .ft-menu-col {width: 100% !important;}
/* Footer */
#footer .mob-main-ft{width: 100%;}
#footer .mob-main-ft .elementor-widget-heading{padding: 10px 0px 0px 0px; margin: 0px;}
.mob-main-ft .elementor-heading-title {position: relative;}
.mob-main-ft .elementor-heading-title::after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	position: absolute;
	right: 0;
	top: 4px;
}
.mob-main-ft.active .elementor-heading-title::after{content: "\f106";}
.mob-main-ft.ft-menu-col .elementor-widget-wrap{border-bottom: 1px solid rgba(255, 255, 255, 0.6);}
.mob-main-ft .elementor-widget-wrap .elementor-widget-icon-list{display: none;}
.mob-main-ft .elementor-widget-wrap .elementor-widget-text-editor{display: none;}
.mob-main-ft .elementor-widget-wrap .elementor-widget-social-icons{display: none;}
.mob-main-ft.ft-menu-col:last-child .elementor-widget-wrap{border-bottom:0;}

/*Slider section*/
.home .swiper-container .swiper-slide{height:250px !important;}

/*Project Section*/
.project-section-home .elementor-row .bot-type-project{width:50%;}

/*Whats on*/
.what-on-gallery-inner .what-on-top-title{
	font-size:30px; 
	opacity:0; 
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slick-active .what-on-gallery-inner .what-on-top-title{font-size:30px; opacity:1;}
.home-gallery .gallery-image, .home-gallery .gallery-image img{height:250px; display:block; object-fit:cover;}
.what-on-gallery-inner .what-on-top-title{padding-right:0;}
.home-gallery .slick-dots{position:relative; top: auto !important; bottom:0 !important;}

/*News*/
.news-listing .elementor-post__text {margin-top: -33px;}
.what-on-gallery-inner .gallery-description{margin-bottom:15px;}

/*Inner pages banner*/
.middlebar-innerpage {height: 200px;}

/*Vip Portal*/
.portal-login-vip input[type="password"]{width:100%;}
.portal-login-vip #term_condition{width:14px; margin-top:8px;}
.vip-profile-page #term_condition + .wysija-checkbox-label{width:90% !important; vertical-align:top;}

.third-col{z-index:99;}
}


@media(max-width:480px){
/*Slider section*/
.home .swiper-container .swiper-slide{height:160px !important;}	

/*Project Section*/
.project-section-home .elementor-row .bot-type-project{width:100%;}

/*Sponsor section*/
.sponsor_widget .sponsor-logo-image img{max-height:100px !important;}
}

/*new css*/
#breadcrumbs span{
	font-family: "Muli", Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
#breadcrumbs .chevron {
    font-size: 26px;
    padding: 0 10px;
    position: relative;
    bottom: -2px;
}
#breadcrumbs span a {
    text-decoration: underline;
    color: #000;
}
.project-section-home .elementor-image > a{display:block !important;}
.home-video .elementor-fit-aspect-ratio{padding-bottom: 0% !important;height: auto !important;}

.vsz_fade button.mfp-arrow{box-shadow: none !important;	color: #fff !important;	background: transparent !important;}
.vsz_fade .mfp-arrow-left {left: -110px !important;}
.vsz_fade .mfp-arrow-right {right: -110px !important;}
.popup-gallery .gallery-pop-up-images .title-class h3{
	margin-top: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	padding-bottom: 0;
}
.arrow-tite-box .elementor-heading-title{
	position: relative;
    padding-right: 20px;
    display: inline-block;
}
.arrow-tite-box .elementor-heading-title:hover{
	color: #E5C38D;
}
.arrow-tite-box .elementor-heading-title::after{
	background: url(images/arrow-black.svg) no-repeat center right;
	content:"";
	display:inline-block;
	width:7px;
	height:13px;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.arrow-tite-box .elementor-heading-title:hover::after{
	background: url(images/arrow-golden.svg) no-repeat center right;
}
.one-btn-header .third-col section > .elementor-container > .elementor-row,
.one-btn-header #hide-ticket-btn.third-col section > .elementor-container > .elementor-row{
	flex-direction: row-reverse;
}

/*header new icon*/
.header-social-section svg g path{fill: #000;}
.header-social-section svg:hover g path{fill: #E5C38D;}

@media(max-width:1800px){
.middlebar-innerpage{height: 430px;}	
}
@media(max-width:1490px){
.home-gallery.gallery-section{max-width: 1290px; margin: 0 auto;}
.middlebar-innerpage{height: 360px;}	
}
@media(max-width:1199px){
.middlebar-innerpage{height: 310px;}
.third-col{margin-top: 6px;}
.main-header-navigation{margin-top: 6px;}
/*one header css*/
.one-btn-header .third-col .button-first{margin-right:20px;}
.one-btn-header .third-col .button-second{margin-right:20px;}
.one-btn-header .main-header-navigation{right: 200px;}
.one-btn-header .third-col {width: 180px !important;}
}
@media(max-width:1024px){
.middlebar-innerpage{height: 250px;}
}
@media(max-width:991px){
.vsz_fade .mfp-arrow-left {left: 15px !important;}
.vsz_fade .mfp-arrow-right {right: 15px !important;}	
.middlebar-innerpage{height: 200px;}
}
@media(max-width:767px){
#header{overflow:visible;}
.middlebar-innerpage{height: 175px;}
.main-header-navigation{margin-top: 0; top: 4px; right: 10px;}
/*one button header css*/
.one-btn-header .main-header-navigation {right: 10px;}
.one-btn-header .third-col{width:100% !important;}
.one-btn-header .third-col .button-first {margin-right:0;}
.one-btn-header .third-col .button-second{margin-right:0;}
.one-btn-header .third-col .button-second{width:100% !important;}
}
@media(max-width:480px){
.middlebar-innerpage {height: 100px;}
}

.galleri-fee-form .cognito #c-submit-button,
.galleri-fee-form .cognito #c-submit-button:focus{
	padding: 14px 17px 12px 17px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.21px;
    color: #000000;
    font-weight: bold !important;
    font-family: "Muli", Sans-serif;
    height: auto;
    outline: none;
}
.galleri-fee-form .cognito #c-submit-button:hover{
    color: #E5C38D;
}