/*
Theme Name: Conway Creative Elementor Child Theme
Author: Conway Creative
Description: This is the child theme for Hello Elementor theme, created by Conway Creative
Version: 2.6.1
Template: hello-elementor

This is the child theme for Hello Elementor theme, created by Conway Creative.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/



#wpadminbar {
	display: none;
}
body {
	overflow-x: hidden !important;
}
.main-wrappersection {
	overflow: hidden;
}
.wp-block-gallery.wp-block-gallery-1 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 4px ) ) );
    gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 4px) ) ) !important;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  
    flex-grow: 0 !important;
}
.home-arrow:hover {
	padding-top: 60px !important;
}
.footer-p a {
	font-size: 14px !important;
}
.sec-content ul {
  list-style-image: url('img/orange-check.svg');
}

h1,
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6,
.elementor-widget-theme-post-content h1,  
.elementor-widget-theme-post-content h2,  
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h4{
	margin-block-start: 1rem !important;
    margin-block-end: 0.6rem !important;
}
.elementor-widget-theme-post-content h1:first-child,  
.elementor-widget-theme-post-content h2:first-child,  
.elementor-widget-theme-post-content h3:first-child,
.elementor-widget-theme-post-content h5:first-child,
.elementor-widget-theme-post-content h4:first-child {
	margin-top: 0 !important;
}
.text-white h2 {
	color : #fff !important;
}
/* p {
	margin-block-start: 1rem !important;
    margin-block-end: 1.6rem !important;
} */
.elementor-widget-icon-list a:hover,
.elementor-widget-text-editor p a:hover {
	color: var(--e-global-color-secondary) !important;
}
.gform_title {
	padding-bottom: 30px !important;
}
.gform-theme--foundation .gform_fields{
	row-gap: 20px !important;
}
.gform-theme--foundation  {
	--gf-form-gap-y: 20px !important;
}
.ginput_container.ginput_container_text input[type=text],
.ginput_container.ginput_container_phone input[type=tel],
.ginput_container.ginput_container_email input[type=email],
.ginput_container.ginput_container_select select,
.ginput_container.ginput_container_textarea textarea {
	box-shadow: none !important;
	background: #F6F6F6 !important;
	color: #808184 !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-color: #16170E !important;
	padding: 2px 10px 2px 10px !important;
	height: 45px !important;
	/* font-family: var(--e-global-typography-d051be6-font-family), Sans-serif !important; */
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	appearance: none !important;
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.ginput_container.ginput_container_email input[type=checkbox]:active,
.ginput_container.ginput_container_email input[type=checkbox]:focus,
.ginput_container.ginput_container_email input[type=checkbox]:focus-visible,
.ginput_container.ginput_container_email input[type=checkbox]:focus-within,
.ginput_container.ginput_container_email input[type=checkbox]:target,
.ginput_container.ginput_container_email input[type=checkbox]:hover,
.ginput_container.ginput_container_email input[type=checkbox]{
	box-shadow: none !important;
	outline:0 !important;
	--gf-local-shadow: none !important;
	appearance: none !important;
}
.ginput_container.ginput_container_checkbox label,
.gfield_label.gform-field-label {
	    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-d051be6-font-size) !important;
    font-weight: var(--e-global-typography-d051be6-font-weight) !important;
    line-height: var(--e-global-typography-d051be6-line-height) !important;
	box-shadow: none !important;
}
.ginput_container.ginput_container_textarea textarea{
	min-block-size: 7rem !important;
	padding: 10px 10px 2px 10px !important;
	box-shadow: none !important;
}
.ginput_container.ginput_container_select select {
	padding: 10px 10px 2px 10px !important;
	box-shadow: none !important;
	appearance: menulist !important;
}
.gform_footer input[type=submit] {
	color: #fff !important;
	background: #F79420 !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 16px !important;
	display: inline-block !important;
	/* margin-top: 30px !important; */
	 padding: 10px 18px 10px 18px !important;
	 box-shadow: none !important;
}
.gform_footer input[type=submit]:hover {
	background: #FAAF41 !important;
}
.wp-block-button a {
	color: #16170E !important;
	background: transparent !important;
	border: 1px #16170E solid !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	font-family: var(--e-global-typography-d051be6-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-d051be6-font-size) !important;
    font-weight: var(--e-global-typography-d051be6-font-weight) !important;
    line-height: var(--e-global-typography-d051be6-line-height) !important;
	display: inline-block !important;
	padding: 18px 40px 18px 40px !important;
	 
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{
	 box-shadow: none !important;
}
h2.gform_title {
	display: none !important;
}
.rc-anchor{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* .wp-block-button a:hover,
.gform_footer input[type=submit]:hover {
	color: #FFFAF2 !important;
	background: #16170E !important;
} */

.contact-white a{
	color: #fff !important;
}
.contact-white a:hover,
.contact-white p a:hover{
	color: #1E75BB !important;
}
.custom-button a{
	background: transparent !important;
	border: 1px #fff solid !important;
}
.custom-button a:hover{
	background-color: rgba(255, 255, 255, 0.3) !important;
	border: 0 !important;
}

.elementor-widget-theme-post-content{
	width:100%;
	height:100%;
}
.elementor-widget-theme-post-content > .elementor-widget-container > h2{
	margin-top:40px;
	margin-bottom:40px;
}
.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location{
	    min-width: 0 !important;
}
.facetwp-facet {
    margin-bottom: 0px !important;
}
.facetwp-icon{
	display:none !important;
}
.facetwp-input-wrap{
	display:block !important;
}
.facetwp-facet input.facetwp-search,
.facetwp-search{
	border: 1px solid #16170E !important;
    border-radius: 10px !important;
    padding: 7px 15px 10px !important;
    font-size: 14px !important;
    color: #16170E !important;
    line-height: 19px !important;
    outline: 0 !important;
        width: 100% !important;
    max-width: 100% !important;
    appearance: none !important;
    background: #ffffff url('img/magni.svg') no-repeat right 15px center;
}
.facetwp-dropdown{
	border: 1px solid #16170E !important;
	border-radius:0 !important;
	padding:12px 15px 14px !important;
	font-size:14px !important ;
	color:#16170E !important;
	line-height:19px !important;
	outline: 0 !important;
	appearance:none !important;
	    width: 100% !important;
    max-width: 100% !important;
	background:#ffffff url('img/feed-arrow.svg') no-repeat right 15px center;
	border-radius: 10px !important;
}

.facetwp-facet ::-webkit-input-placeholder { /* Edge */
    color:#16170E !important;
	font-size: 14px !important;
	opacity: 1 !important;
	font-family: var(--e-global-typography-6c8c557-font-family ), Sans-serif;
}
.facetwp-facet  :-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color:#16170E !important;
    color: #584283 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-family: var(--e-global-typography-6c8c557-font-family ), Sans-serif;
}

.facetwp-facet  ::placeholder {
    color:#16170E !important;
	font-size: 14px !important;
	opacity: 1 !important;
	font-family: var(--e-global-typography-6c8c557-font-family ), Sans-serif;
}
.gform_wrapper.gravity-theme ::-webkit-input-placeholder,
.wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
    opacity: 1 !important;
	color:#16170E !important;
	font-size: 14px !important;
/*	color:#584283 !important;*/
}
 .gform_wrapper.gravity-theme :-moz-placeholder,
.wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1 !important;
	font-size: 14px !important;
	color:#16170E !important;
/*	color:#646464 !important;*/
}
 .gform_wrapper.gravity-theme,
.wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1 !important;
	font-size: 14px !important;
	color:#16170E !important;
/*	color:#646464 !important;*/
}
 .gform_wrapper.gravity-theme  :-ms-input-placeholder,
.wpforms-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 1 !important;
	font-size: 14px !important;
	color:#16170E !important;
/*	color:#646464 !important;*/
}
 .gform_wrapper.gravity-theme  ::-ms-input-placeholder,
.wpforms-container ::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 1 !important;
	font-size: 14px !important;
	color:#16170E !important;
/*	color:#646464 !important;*/
}
 .gform_wrapper.gravity-theme ::placeholder,
.wpforms-container ::placeholder {
    opacity: 1 !important;
	font-size: 14px !important;
	color:#16170E !important;
/*	color:#646464 !important;*/
}
.wpforms-container .wpforms-submit-container,
.wpforms-container .wpforms-recaptcha-container{
	padding:0 !important;
}

.gform_wrapper.gravity-theme select{
	padding: 15px 15px 15px 15px;
	
	appearance:none !important;
	background:#EBEBEB url('img/dropdown-arrow-mobile-menu-contact-form.svg') no-repeat right 15px center;
	border-radius: 0 !important;
	border: 0 !important;
	color:#818386 !important;
	font-size: 14px !important;
	color:#16170E !important;
}
.gform_wrapper.gravity-theme .gform_fields{
	    grid-row-gap: 10px;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 10px 0 0;
    padding: 0px 0;
}
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme .gform_footer input{
	outline: 0 !important;
}
.ginput_container.ginput_container_checkbox label, .gfield_label.gform-field-label{
	color:#16170E !important;
	--gf-label-space-y-secondary: #16170E !important;
}

body *{
		    word-wrap: break-word;
}
div.clearfix{
	clear:both;
}
.elementor-widget-text-editor ul{
	padding-left: 14px;
	margin-block-end: 0.9rem !important;
}
/* ul li::marker{
	font-size:8px !important;
} */


.elementor-widget:not(:last-child){
	    margin-bottom: 0;
}


div.clearfix{
	clear:both;
	width:100%;
	height:1px;
}
.elementor-icon i, .elementor-icon svg{
	height:auto;
	    width: unset;
}
b, strong {
    font-weight: bold;
}


/* Header */
.site-header{
	padding: 0 40px 0 35px !important;
    height: 76px;
    z-index: 999;
    width: 100%;
    display: block;
    background: #FFF;
	transition: 0.5s;
	position:fixed !important;
}
.fullwidthhead{
	width:100%;
	padding-top: 28px;
}
.fix-head .fullwidthhead {
	padding-top: 0;
}
.fullwidthhead .site-branding{
	width:328px;
	float:left;
}
.fullwidthhead .site-rightheader{
	width:69%;
	float:right;
	text-align: right; 
	padding-top: 10px;
	
    
}
.social-icons{
	display: inline-block;
	margin-left: 15px;
	    vertical-align: top;
}
.social-icons .book-now-button{
	    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    fill: var(--e-global-color-a897a54);
    color: var(--e-global-color-a897a54);
    padding: 10px 18px;

}
.social-icons .book-now-button:hover {
	background-color: #FAAF41 !important;
	color: #fff !important;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
	line-height: var(--e-global-typography-accent-line-height) !important;
}
.social-icons .instagram-ico:hover{
	background:url('img/in-icon-hover.svg') no-repeat 0px 0px;
    background-size: cover;
	}
.social-icons .fb-ico{
	background:url('img/fb-icon.svg') no-repeat 0px 0px;
    background-size: cover;
	width:28px;
	height:28px;
	display: inline-block;
	    margin: 0 5px;
		position: relative;
    top: -5px;
}
.social-icons .fb-ico:hover{
	background:url('img/fb-icon-hover.svg') no-repeat 0px 0px;
    background-size: cover;
	}
.site-navigation ul.menu li.menu-item-has-children:after{
	display: none !important;
}
.site-navigation{
	display: inline-block !important;
}
.site-navigation ul > li {
	margin: 0 4px ;
}
.site-navigation ul > li > a{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color:#808184;
	padding:0 10px 10px !important;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.site-navigation ul > li:hover > a{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	color:#929497;
}
.site-navigation ul > li.current-menu-item > a,
.site-navigation ul > li.current-menu-ancestor > a{
	color:#929497;
	
}
.site-navigation ul > li.current-menu-item > a {
	color:#27A8E0;
}

.site-navigation ul.menu li ul {
    background: #E6DBD3 !important;
    min-width: 220px !important;
    z-index: 2;
    left: auto !important;
    display: none !important;
    padding: 20px 25px 30px !important;
    right: -9px !important;
}
.site-navigation ul.menu li ul li {
    border-block-end: #eee 0px solid !important;
	    display: block !important;
    text-align: right;
	padding:0 !important;
	margin:0 !important;
}

.site-navigation ul.menu li ul li a{
	padding: 5px 0 !important;
	color:#16170E !important;
	font-size: 15px !important;
	line-height: 20px !important;
}

.site-navigation ul.menu li ul li.current-menu-item a,
.site-navigation ul.menu li ul li:hover a {
    color: #FFFAF2 !important;
	}
.site-navigation ul.menu li:hover>ul {
    display: none !important;
}
.site-navigation ul.menu  li.active-submenu ul{
	 display: block !important;
} 

.site-navigation ul.menu li.menu-item-has-children{
	    padding-inline-end: 0 !important;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
	border-radius: 0 !important;
    box-shadow: none !important;
}
/*Content*/
.wp-block-buttons{
	margin-top: 10px;
	margin-bottom: 30px;
}
.wp-block-social-links{
	    list-style: none;
    padding: 0;
}
/*Footer*/



@media (min-width: 768px){
	
}

@media (min-width: 1200px){
	.social-icons.tablet {
		display: none;
	}
}



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

@media (max-width: 1300px){

}
.site-header.fix-head{
	height:74px;
	position: fixed;
	top:0;
	width:100%;
	left:0;
	background: #f6f6f6;
}
.site-header.fix-head .fullwidthhead .site-rightheader {
    padding-top: 28px;
}


.site-header .site-branding img.logo-fixed{
	display: none !important;
}

.fix-head.site-header .site-branding img{
		display: none !important;
	}
	.fix-head.site-header .site-branding img.logo-fixed{
		display: block !important;
		width:263px;
		margin:8px 0;
	}


.fix-head .social-icons .instagram-ico {
    background: url(img/in-iconblack.svg) no-repeat 0px 0px;
    background-size: cover;
}
.fix-head .social-icons .fb-ico {
    background: url(img/fb-iconblack.svg) no-repeat 0px 0px;
    background-size: cover;
}
.fix-head .social-icons .instagram-ico:hover {
    background: url(img/in-icon-hover.svg) no-repeat 0px 0px;
    background-size: cover;
}
.fix-head .social-icons .fb-ico:hover {
    background: url(img/fb-icon-hover.svg) no-repeat 0px 0px;
    background-size: cover;
}
.fix-head .menu-trigger.active-menu-trigger {
        background: url(img/menu.svg) no-repeat 0px 0px;
		width: 36.52px;
		}

@media (min-width: 1200px){
/* .fix-head .site-navigation ul > li > a{
	color:#16170E;
	
}
.fix-head .site-navigation ul.menu > li.current-menu-item > a {
    border-bottom: 2px solid #16170E;
}
.fix-head .site-navigation ul.menu > li.current-menu-item:hover > a{
border-bottom: 2px solid #FFFAF2;
	color: #FFFAF2;
}
.fix-head .site-navigation ul > li.current-menu-item > a ,
.fix-head .site-navigation ul > li:hover > a {
	color: #FFFAF2;
}
.fix-head .site-navigation ul > li.current-menu-item > a{
	color:#16170E;
} */

}

@media (max-width: 1199px){
	.fullwidthhead,
	.fullwidthhead .site-rightheader{
    padding-top: 20px;
}
	.social-icons.desktop {
		display: none;
	}
	.site-navigation ul > li.current-menu-ancestor > a{
		color: #FFFAF2;	
	}
	.menudrop{
		display: none;
	}
	.menu-trigger{
		width:36.52px;
		height:23px;
		background:url('img/menu.svg') no-repeat 0px 0px;
		display: block;
		position: absolute;
		top: 28px;
        right: 30px;
	}
	.fix-head .menu-trigger.active-menu-trigger {
		width: 36.52px;
		}
	.menu-trigger.active-menu-trigger {
		background:url('img/menu-close.svg') no-repeat 0px 0px;
		height: 30px;
		width: 30px;
	}
	.fix-head .menu-trigger{
		top: 21.5px;
	}
	.social-icons.tablet{
		top: -11px !important;
		position: relative !important;
		right: 70px !important;
	}
	.fix-head .social-icons.tablet {
		top: -4px !important;
	}
	.fullwidthhead .site-rightheader {
		width: 48%;
	}
	.menu-dropactive .menudrop {
		display:block;
        position: absolute;
        top: 0;
        right: 0;
        background: #1E75BB;
		width: 210px;
        padding: 82px 30px 40px;
	}
	.fix-head .menu-dropactive .menudrop {
		padding: 20px 30px 20px;
		top: 100%;
	}
	.site-navigation {
    display: block !important;}
	.site-navigation ul.menu {
		display: block !important;
	}
	.site-navigation ul > li {
		margin: 0 0px;
	}
	.fullwidthhead .site-rightheader {
		text-align:right;
	}
	
	.site-navigation ul.menu li {
    	display: block !important;
	}
	.site-navigation ul > li > a {
    	color: #fff;
    padding: 10px 0 10px !important;
	}
	.site-navigation ul.menu li ul{
		        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        min-width: 100% !important;
        padding: 0 !important;
        text-align: left;
	}
	.site-navigation ul.menu li ul li a{
		text-align:right !important;
		font-size: 15px !important;
		text-transform: capitalize !important;
	}
	.site-navigation ul > li:hover > a {
		color: #FAAF41 !important;
	}
	.site-navigation ul.menu li ul li.current-menu-item a,
	.site-navigation ul > li.current-menu-item > a{
		    color: #F79420 !important;
			border:0;
	}
	
	.social-icons .instagram-ico {
    background: url(img/in-iconblack.svg) no-repeat 0px 0px;
    background-size: cover;
	}
	.social-icons .fb-ico {
    background: url(img/fb-iconblack.svg) no-repeat 0px 0px;
    background-size: cover;
	}
	.fullwidthhead .site-branding {
    width: 278px;
	}
	.site-navigation ul.menu li.menu-item-has-children {
		padding-inline-end: 0 !important;
	}
	.site-header {
   		 padding: 0 20px 0 30px !important;
	}
		    .social-icons.tablet {
        right: 60px !important;
		z-index: 2;
    }
	.menudrop {
		z-index: 3;
	}
	.menu-trigger.active-menu-trigger {
		z-index: 4;
	}
}
@media screen and (min-width: 768px){
	
}
@media screen and (max-width: 767px){
	.fullwidthhead .site-branding {
    width: 228px;}
	.menu-trigger{
		right:25px;
	}
	.site-header {
   		 padding: 0 25px 0 25px !important;
	}
	.wp-block-button a {
	padding: 13px 25px 13px 25px !important;
	 font-size: 14px !important;
}
	    .social-icons.tablet {
        right: 60px !important;
    }
	    .menu-dropactive .menudrop {
        padding: 82px 25px 40px;
    }

}
@media (max-width: 575px){
	.fullwidthhead .site-branding {
		        z-index: 9;
        position: relative;
    width: 217px;}
	.social-icons .book-now-button {
		padding: 17px 18px;
	}
.social-icons.tablet{
	    position: fixed !important;
    bottom: 0;
    top: auto !important;
    width: 100%;
    right: 0 !important;
    text-align: center;
 
}
.social-icons a{
	    width: 100%;
    display: block;
}
	.fix-head .social-icons.tablet {
        top: auto !important;
    }
}
@media (max-width: 360px){
	

	
}
