/*
 Theme Name: Hello Elementor Child
 Theme URI: 
 Description: Hello Elementor Child Theme
 Author: Degraf
 Author URI: https://degraf.com
 Template: hello-elementor
 Version: 1.0.0
*/
 
/* Theme customization starts here
------------------------------------------------------- */
.skb-section-title {
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.skb-gellery-area {
    padding: 0;
}
.skb-gellery-area .skb-button-group {
    margin-bottom: 20px;
}


/**
* Elementor
* ----------------------------------------------------------------------------
*/
@media (max-width: 1199px) {
    .e-con-boxed >  .e-con-inner,
    .elementor-location-footer > .elementor-element > .e-con-inner,
    #content > .page-content > .elementor > .elementor-element > .e-con-inner {
        width: 90%;
    }
}

.elementor-widget-theme-site-logo img {
    width: 100% !important;
}

p {
    margin-block-end: 20px;
}

.elementor-widget-text-editor > .elementor-widget-container > p:last-child {
    margin-bottom: 0;
}

.elementor-location-footer {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2857;
    color: #9C9B9B;
}

.elementor-location-footer .elementor-widget {
    padding-right: 20px;
}

.elementor-location-footer .elementor-widget:last-child {
    padding-right: 0;
}

.elementor-location-footer h2 {
    font-size: 14px;
    font-weight: 700;
    color: #BDA272;
    margin-bottom: 10px;
}

.elementor-location-footer ul {
    padding: 0;
}

.elementor-location-footer ul li {
    list-style-type: none;
    margin-bottom: 6px;
}

.elementor-location-footer .copyright .extra div:first-child {
    margin-right: 5px;
}

.sec-padding-top-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sec-padding-bottom {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .sec-padding-top-bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .sec-padding-bottom {
        padding-top: 60px;
    }

    .con-padding-left {
        padding-left: 15px;
    }

    .con-padding-right {
        padding-right: 15px;
    }
}

/**
* Init
* ----------------------------------------------------------------------------
*/
img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
  
button, .button {
    border-width: 1px;
}

input[type=reset], input[type=submit], button, html input[type=button] {
    font-family: inherit;
    color: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0px; 
    cursor: pointer;    
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
    font-family: inherit;
    color: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0px; 
    background: none;
    border: 1px solid #444; 
    padding: 10px 10px 10px 15px;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

::-webkit-input-placeholder {
color: #aaa;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
:-ms-input-placeholder {
color: #aaa;
}

blockquote {
    position: relative;
    font-style: italic;
    color: #000; 
    background: #fff;
    border-left: 3px solid #E2E2E2;
    padding: 10px 18% 10px 20px;
    margin: 30px 0 30px 0;
}

blockquote p:last-child {
    margin: 0;
}

.flex-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-no-wrap {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}  

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} 

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
} 
  
.flex-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
  
.flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;  
    justify-content: flex-end;
} 
  
.flex-justify-space-between {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
    justify-content: space-between;
}
  
.flex-justify-center {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
    justify-content: center;
}

/**
* Shortcodes
* ----------------------------------------------------------------------------
*/
a.theme-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

a.theme-button .text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #bda272;
    padding-right: 10px;
    text-decoration: none;
}
a.theme-button.light .text {
    color: #fff;
}

a.theme-button:hover .text {
    color: #bda272;
}

svg.more-arrow-small {
    position: relative;
    width: 17px;
    height: auto;
}

a.theme-button svg.more-arrow-small .st0 {
    fill: none;
    stroke: #bda272;
}
a.theme-button.light svg.more-arrow-small .st0 {
    stroke: #fff;
}
a.theme-button:hover svg.more-arrow-small .st0 {
    stroke: #bda272;
}

div.open-close-section {
    display: none;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

div.open-close-section.active {
    display: block;
    height: auto;
    opacity: 1;
}
  
a.open-close-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
}
  
a.open-close-section {
    padding: 0;
    margin: 0;
}
  
a.open-close-section .text {
    font-size: 26px;
    line-height: 1;
    padding: 0;
    margin: 0;
}
  
a.open-close-section.dark .text {
    color: #fff;
}
a.open-close-section.light .text {
    color: #27231E;
}
  
a.open-close-section .icon {
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
  
a.open-close-section.active .icon {
    transform-origin: center;
    transform: rotate(90deg);
}
  
a.open-close-section .icon svg.angle-right {
    width: 11px;
    height: auto;
}
  
a.open-close-section.dark .icon svg.angle-right .cl-1 {
    stroke: #fff;
}
  
a.open-close-section.light .icon svg.angle-right .cl-1 {
    stroke: #6D6E71;
}

svg.button-x {
    width: 35px;
  }
  
  @media (min-width: 768px) {  
    svg.button-x {
      width: 44px;
    }
  }
  
  svg.button-x .item-x {
    stroke: #BDA272;
  }
  
  #sec-quote-form a.close-form-quote:hover svg.button-x .item-x {
    stroke: #AA9165;
  }

/**
* Header
* ----------------------------------------------------------------------------
*/
h1.hdr-title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

@media (min-width: 768px) {
    h1.hdr-title {
        font-size: 30px;
    }
}

body.home .n2-ss-slide:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/gradient-slider.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#site-header-1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 80%);
} 

header.header-top {
    text-decoration: none;
}

header.header-top {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

header.header-top .left {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-right: 0px;
    width: auto;
    text-align: left;
}

.header-logo img {
    width: 280px;
    max-width: 90%;
}

@media (min-width: 768px) {
    .header-logo img {
        width: 397px;
    }
}

@media (min-width: 922px) {
    .header-logo img {
        width: 280px;
    }
}

@media (min-width: 1200px) {
    .header-logo img {
        width: 397px;
    }
}

header.header-top .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: auto;
    text-align: right;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0px;
}

header.header-top .right > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.header-top ul#menu-main {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

header.header-top ul#menu-main > li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

header.header-top ul#menu-main > a {
    margin-right: 0;
}

header.header-top ul#menu-main > li > a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 10px 0 0px 0;
    margin-right: 24px;
}

header.header-top ul#menu-main > li:last-child > a {
    margin-right: 0;
}

header.header-top ul#menu-main li.current_page_parent > a, 
header.header-top ul#menu-main li.current-menu-item > a, 
header.header-top ul#menu-main li > a:hover {
    color: #bda272;
}

nav.menu-main {
    display: none;
}

@media (min-width: 981px) {
    nav.menu-main {
        display: block;
    }
}

#menu-main .sub-menu {
    background-color: transparent;
    border: none;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    z-index: 999;
}

#menu-main .sub-menu li { 
    display: block; 
}

#menu-main .sub-menu a {
    display: block;
    border-top: 0;
    font-size: 1.6rem;
    padding: 10px 60px 10px 15px;
    position: relative;
    word-wrap: break-word;
    text-decoration: none;
    background-color: rgba(196,178,139,0.9);
    color: #fff;
    font-weight: 300;
} 

#menu-main .sub-menu li:first-of-type a {
    padding-top: 20px;
}

#menu-main .sub-menu li:last-of-type a {
    padding-bottom: 20px;
}

#menu-main .menu-item:hover {
	position: static;
}

#menu-main .menu-item:hover > .sub-menu {
	left: auto;
    margin-left: -40px;
	opacity: 1;
}

header.header-top ul#menu-main .sub-menu a {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #444;
}

header.header-top ul#menu-main .sub-menu li.current-menu-item a,
header.header-top ul#menu-main .sub-menu a:hover {
    color: #fff;
}

#menu-desktop li.current-menu-item a,
#menu-services li.current-page-parent a,
#menu-services li.current-menu-item a {
    color: #444 !important;
}

/**
* Footer
* ----------------------------------------------------------------------------
*/
#footer-bottomX {
    display: none;
    padding: 0;
    margin: 0;
}

#footer-widgets-themeX {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 50px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    #footer-widgets-themeX {
        padding-top: 70px;
        padding-bottom: 30px;
    }    
}

#footer-widgets-themeX .footer-widgets {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #818181; 
    padding: 0 0 25px 0;
    margin: 0;
}

@media (min-width: 981px) {
    #footer-widgets-themeX .footer-widgets {
        padding: 0;
    }   
}

#footer-widgets-themeX .footer-widgets h3,
#footer-widgets-themeX .footer-widgets h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #BABABA;
    padding-bottom: 10px;
}
  
#footer-widgets-themeX .footer-widgets a {
    color: inherit;
    text-decoration: none;
}
  
#footer-widgets-themeX .footer-widgets a:hover {
    color: #BABABA;
}

#footer-widgets-themeX .footer-widgets {
    width: 100%;
}

@media (min-width: 981px) {  
    #footer-widgets-themeX .footer-widgets {
      width: auto;
      padding-right: 25px;
    } 
    
    #footer-widgets-themeX .footer-widgets:nth-child(1) {
      width: 27%;
      padding-right: 40px;
    } 
    
    #footer-widgets-themeX .footer-widgets:nth-child(2) {
      width: 17%;
    }
  
    #footer-widgets-themeX .footer-widgets:nth-child(3) {
      width: 13%;
    }
  
    #footer-widgets-themeX .footer-widgets:nth-child(4) {
      width: 25%;
    }
  
    #footer-widgets-themeX .footer-widgets:nth-child(5) {
      width: 18%;
      padding-right: 0;
    }
}

#footer-widgets-themeX .footer-widgets:nth-child(6) {
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
    color: #818181;
    background-color: #1D162E;
    padding: 0;
    margin: 0;
}

@media (min-width: 981px) {    
    #footer-widgets-themeX .footer-widgets:nth-child(6) {
      padding-left: 27%;
      padding-top: 60px;
    }  
}

#footer-widgets-themeX .footer-widgets:nth-child(1) img {
    width: 257px;
    max-width: 100%;
}

#footer-widgets-themeX .footer-widgets:nth-child(5) img {
    width: 200px;
    max-width: 100%;
}

.footer-contact {
    color: #9C9B9B;
}

.footer-contact .addr {
  margin-bottom: 10px;
}

.footer-contact .tel,
.footer-contact .email {
  margin-bottom: 2px;
}

.footer-contact .tel span,
.footer-contact .email span {
  color: #BDA272;
  margin-right: 5px;
}

.footer-contact .tel a:hover,
.footer-contact .email a:hover {
  color: #BDA272;
}

footer.et-l .widget_nav_menu {
    color: #9C9B9B;
}

footer.et-l a:hover {
    color: #bda272 !important;
}

/**
* Pages
* ----------------------------------------------------------------------------
*/
body.page #sec-van .elementor-widget-image {
    min-width: 290px;
    width: 60%;
    margin-bottom: 0;
}

@media (min-width: 1366px) {  
    body.page #sec-van .elementor-widget-image {
        margin-left: -0px;
    }
}

/**
* Home Page
* ----------------------------------------------------------------------------
*/
body.home  {
}

/**
* Gravity Forms
* ----------------------------------------------------------------------------
*/
body img.gform_ajax_spinner {
	margin-left: 6px !important;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2%;
  grid-row-gap: 9px;
}

body .gform_wrapper .gform_validation_errors {
  display: none !important;
}

body .gform_wrapper .gfield_error input,
body .gform_wrapper .gfield_error textarea {
  border-color: #c02b0a !important;
}

body .gform_wrapper div.gfield_error div.validation_message {
  font-size: 12px;
  font-weight: 400;
  border: none !important;
  background: none !important;
  padding: 0 0 8px 0 !important;
}

body .gform_wrapper.gravity-theme .gfield_validation_message, 
body .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: none;
  font-size: 14px;
  margin-top: 8px;
  padding: 0;
}

body .gform_wrapper div.gfield.form-privacy-policy {
  font-size: 13px;
  font-weight: 400;
  color: #727681;
  padding-top: 18px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  body .gform_wrapper div.gfield.form-privacy-policy {
    padding-top: 18px;
  }
}  

body .gform_wrapper {
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  body .gform_wrapper {
    margin: 0 0 30px 0;
  }
}

body .gform_wrapper h3.gform_title {
  font-weight: 400;
  font-size: 22px;
  margin: 10px 0 6px;
} 

body .gform_wrapper span.gform_description {
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  margin-bottom: 16px;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  font-weight: 700;
  color: #BDA272;
  margin-bottom: 4px;
}

body .gform_wrapper.gravity-theme .gfield_checkbox label,
body .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 13px;
  font-weight: 400;
}

body .gform_wrapper .gfield_required {
  display: none !important;
  color: inherit;
}

body .gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #B2B2B2; 
}
body .gform_wrapper :-moz-placeholder { /* Firefox 19+ */ 
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #B2B2B2; 
}
body .gform_wrapper ::-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #B2B2B2; 
}
body .gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #B2B2B2; 
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper textarea {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #BDA272;
  background-color: rgba(255, 255, 255, .7);
  padding: 11px 10px 11px 10px !important;
  border-radius: 3px !important;
} 

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  line-height: 1 !important;
}

body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper textarea:focus {
  border: 1px solid #AA9165;
  background: #fff;
}

@media (max-width: 767px) { 
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
  body .gform_wrapper textarea {
    font-size: 16px;
  }
}

body .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 83px;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 110px;
}

body .gform_wrapper.gravity-theme .gfield.half.full {
  grid-column: auto/span 12;
}

body .gform_wrapper.gravity-theme .gfield.tel {
  grid-column: auto/span 9;
}

@media (min-width: 480px) {
  body .gform_wrapper.gravity-theme .gfield.half {
    grid-column: auto/span 6;
  }
}

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

@media (min-width: 1200px) {
  body .gform_wrapper.gravity-theme .gfield.half.full.short {
    grid-column: auto/span 5;
  }
  
  body .gform_wrapper.gravity-theme .gfield.half.full.long {
    grid-column: auto/span 7;
  }
}

body .gform_wrapper .gform_footer input[type=submit] {
  font-size: 15px;
  font-weight: 400;
  line-height: 1 !important;
  color: #fff; 
  border: 1px solid #BDA272;
  background-color: #BDA272;  
  padding: 13px 31px 13px 30px !important;
  border-radius: 3px !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
  min-width: 100px;
  text-align: center;
  margin-top: 19px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover, 
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_footer input[type=submit]:active {
  color: #fff;
  border-color: #AA9165;
  background-color: #AA9165;
}

@media only screen and (max-width: 641px) {
  body .gform_wrapper .gform_footer input[type=submit] {
    margin-top: 15px;
  }
}

body .gform_wrapper li.hidden_label input {
  margin-top: 0;
  margin-bottom: 0px;
}

html body .gform_wrapper .top_label div.ginput_container_textarea {
  margin-bottom: 1px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
  margin-left: auto;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
}

body .gform_wrapper div.validation_error {
  display: none;
} 

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

body .gform_wrapper .gfield_description {
  font-size: 13px;
  padding-bottom: 9px;
}

.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_label {
  color: #ca4841 !important;    
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ca4841 !important;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 12px;
  font-weight: 400;
  padding-top: 0 !important;
  padding-bottom: 8px !important;  
}

.gform_confirmation_message {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #BDA272;
}

body .gform_wrapper select {
  text-transform: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 4px;  
}

body .gform_wrapper.gravity-theme select {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 11px 10px 11px 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400; 
  color: #888; 
  border: 1px solid #BDA272;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 3px;
  line-height: 1.4;
}

@media only screen and (min-width: 767px) { 
  body .gform_wrapper.gravity-theme select {
    font-size: 13px;
  }
}

body .gform_wrapper.gravity-theme select option {
  font-size: 16px;
  line-height: 2;
}

body .gform_wrapper .ginput_container_select {
  position: relative;
}

body .gform_wrapper .ginput_container_select:before {
  content: "\f107";
  position: absolute;
  right: 10px;
  font: normal normal normal 14px/1 fontawesome5;
  color: #BDA272;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

body .gform_wrapper .gfield_description.gform_fileupload_rules {
  font-size: 12px;
  font-weight: 400;
  color: #727681;
  padding: 0;
  padding-top: 4px;
  margin: 0;
}

html body .gform_wrapper .top_label div.ginput_container.ginput_container_fileupload {
} 

body .gform_wrapper .top_label .gfield_error {
  width: 100%;
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  padding: 10px 10px 10px 0;
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; 
    padding-right: 16px;
  }  
}

body .gform_wrapper div.gfield.form-privacy-policy {
  font-size: 13px;
  font-weight: 400;
}

body .gform_wrapper div.gfield.form-privacy-policy a {
  text-decoration: underline;
} 

body .gform_wrapper div.gfield.form-privacy-policy a:hover {
  color: #000;
}

body .gform_wrapper.gravity-theme .gfield-choice-input {
  vertical-align: middle;
}

body .gform_wrapper.gravity-theme .gfield-choice-input+label {
  vertical-align: top;
}

.gform_required_legend {
  display: none !important;
}

#gform_wrapper_8 .gform_heading .gform_description {
  font-size: 30px;
  font-weight: 700;
  color: #BDA272;  
  line-height: 1.1;
  margin-bottom: 13px;
}



/**
* Hamburger
* ----------------------------------------------------------------------------
*/
div.hamburger-wrap {
    display: none; 
}

@media only screen and (max-width: 991px) {
    div.hamburger-wrap {
        display: block; 
    }
}

body.responsive-menu-open .header-top div.hamburger-wrap {
  opacity: 0;
}

div.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle-menu {
    display: block;
    visibility: visible;
    width: 24px;
    height: 18px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#responsive-menu-mobile-container .close-button {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    #responsive-menu-mobile-container .close-button {
        position: absolute;
        top: 30px;
        right: 25px;
    }
}

@media only screen and (min-width: 767px) {

    #responsive-menu-mobile-container .close-button {
        position: absolute;
        top: 30px;
        right: 0;
    }

    #responsive-main-menu-wrapper {
        display: none;
    }
}

.toggle-menu span {
    display: block;
    position: absolute;
    height: 4px;  
    width: 100%;
    border-radius: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}   

.toggle-menu span:nth-child(1) {
    top: 0px;
    width: 100%;
}

.toggle-menu span:nth-child(2),.toggle-menu span:nth-child(3) {
    top: 7px;
}

.toggle-menu span:nth-child(4) {
    top: 14px;
    left: auto;
    right: 0;
    width: 100%;
}

.toggle-menu:hover span {
    border-bottom-color: #bda272 !important;
}

.toggle-menu:hover span:nth-child(1),
.toggle-menu:hover span:nth-child(4) {
    width: 100%;
}

.toggle-menu.activated span {
    border-bottom-color: rgba(255, 255, 255, .9);
}

.toggle-menu.activated:hover span {
    border-bottom-color: #444 !important;
}

.toggle-menu.activated span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.toggle-menu.activated span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}

.toggle-menu.activated span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-menu.activated span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

body.responsive-menu-open #menu-fixed-menu .toggle-menu,
body.responsive-menu-open .header-widget-area .toggle-menu {
    opacity: 0;
}

/**
* Mobile Header
* ----------------------------------------------------------------------------
*/

#responsive-menu-mobile-container {
    display: none;
}

#responsive-menu-mobile-container {
    display: block;
    position: fixed;
    top: 0;
    /*bottom: 0;*/
    z-index: 99998;
    padding-bottom: 5px;
    margin-bottom: -5px;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    #responsive-menu-mobile-container {
        bottom: 0;
    }    
}

#responsive-menu-mobile-container li.responsive-menu-item {
    width: 100%;
    list-style: none;
}  

#responsive-menu-mobile-container .responsive-menu-item-link {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;  
    padding: 0;
    margin-bottom: 5px;   
    /*line-height: 40px;*/
    /*height: 40px;*/
}   

#responsive-menu-mobile-container .responsive-menu-item-link:hover,
#responsive-menu-mobile-container li.responsive-menu-item.current-menu-item > .responsive-menu-item-link,
#responsive-menu-mobile-container li.responsive-menu-item.current-menu-parent > .responsive-menu-item-link {
    color: #000;
} 

#responsive-menu-mobile-container ul {
    padding: 0;
}

#responsive-menu-mobile-container ul li {
    list-style-type: none;
}

@media (max-width: 767px) { 
    #menu-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #responsive-menu-wrapper .desktop-menu {
        display: none;
    }

    #responsive-menu-wrapper .mobile-menu {
        position: relative;
        display: block;  
        z-index: 2;  
    }

    #responsive-menu-wrapper .mobile-menu li {
        position: relative;   
    }

    #responsive-menu-mobile-container .close-button .text {
        display: none;
    }

    #responsive-menu-wrapper .mobile-menu li.level-1 {
        padding-left: 20px;   
    }
  
    #responsive-menu-mobile-container {     
        width: 85%;
        max-width: 320px;    
        right: 0;
        transition: transform 0.5s;
        text-align: left;         
        background-color: rgba(189, 161, 114, 0.96);
        /* background-image: url(images/f-logo.svg); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    } 

    #responsive-menu-mobile-container:before {
        display: block;
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
        bottom: 0;
        background-image: url(images/f-logo-white.svg);
        background-repeat: no-repeat;
        background-position: center 95%;
        background-size: contain;
        opacity: .12;
        z-index: 1;
    }

    #responsive-menu-mobile-container #responsive-menu-wrapper {
        width: 100%;
        min-height: 100%; 
        padding: 60px 25px 0 25px; 
    } 

    #responsive-menu-mobile-container {  
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
    } 

    #responsive-menu-mobile-container.responsive-menu-open {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0); 
    } 

    #responsive-menu-mobile-container .responsive-menu-item-link {
        font-size: 17px;
    }

    #responsive-menu-mobile-container li.responsive-menu-item a .responsive-menu-subarrow {
        position: absolute;
        top: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden;
    } 

    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        right: 0;
        height: 39px;
        line-height: 39px;
        width: 40px;
        color: #ffffff;
        color: inherit;    
        /*border-left: 1px solid #212121;*/
        background-color: #212121;
        background: none;
    } 

    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow.open {
        color: #ffffff;
        color: inherit;    
        border-color: #212121;
        /*background-color: #212121;*/
        background: none;    
    }  

    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow i {
        color: #3B334C;
        color: #fff;    
        position: relative;
        left: 5px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center; 
        transition: all 0.3s;  
    } 

    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.open i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }  
        
    #responsive-menu-mobile-container #responsive-menu ul.responsive-menu-submenu {
        display: none;
    }  

    #responsive-menu-mobile-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
        padding-left: 10%;
    } 
}

@media (min-width: 768px) {

    #responsive-menu-wrapper .desktop-menu {
        display: block;
        position: relative;
        z-index: 2;
    }

    #responsive-menu-wrapper .mobile-menu {
        display: none;    
    }

    #responsive-menu-wrapper .desktop-menu > .top > .left {
        width: 40%;
    }

    #responsive-menu-wrapper .desktop-menu > .top > .right {
        width: 60%;
    }

    #responsive-menu-wrapper .desktop-menu > .top > .right .cl-1 {
        width: 38%;
    }

    #responsive-menu-wrapper .desktop-menu > .top > .right .cl-2 {
        width: 62%;
    }

    #responsive-menu-mobile-container .menu-main {
        max-width: 190px;
    }

    #responsive-menu-mobile-container .menu-slidebar li > a {
        display: block;
        position: relative;  
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 4px;
        margin-bottom: 25px;
        border-bottom: 1px solid #fff;
    }

    #responsive-menu-mobile-container .menu-slidebar li > a:hover {
        color: #444 !important;
    }

    #responsive-menu-mobile-container {  
        transform: translateY(-105%);
        -ms-transform: translateY(-105%);
        -webkit-transform: translateY(-105%);
        -moz-transform: translateY(-105%);
    } 

    #responsive-menu-mobile-container.responsive-menu-open {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0); 
    }

    #responsive-menu-mobile-container {     
        width: 100%; 
        /*min-height: 100%;*/   
        left: 0;
        transition: transform 0.5s;
        text-align: left; 
        background-color: rgba(189, 161, 114, 0.96);
        /* background-image: url(images/f-logo.svg); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    } 

    #responsive-menu-mobile-container:before {
        display: block;
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
        bottom: 0;
        background-image: url(images/f-logo-white.svg);
        background-repeat: no-repeat;
        background-position: left 95%;
        background-size: contain;
        opacity: .12;
        z-index: 1;
    }

    #responsive-menu-mobile-container #responsive-menu-wrapper {
        width: 100%; 
        padding: 50px 0 30px 0; 
    } 

    #responsive-menu-mobile-container #responsive-menu-wrapper > .wrap {  
        width: 80%;
        max-width: 1080px;
        margin: auto;
        position: relative;    
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #responsive-menu-mobile-container .close-button {
        position: absolute;
        top: 0px;
        right: 0;
        z-index: 3;
    }

    #responsive-menu-mobile-container .close-button .text {
        position: relative;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        color: rgba(255, 255, 255, .9); 
        margin-right: 22px;
    }
}

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

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

header.sticky-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #232323;
    padding: 10px 0;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}

header.sticky-menu.active {
    pointer-events: auto;
    opacity: 1;
}

header.sticky-menu .wrap-sticky-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    header.sticky-menu .wrap-sticky-menu {
        width: 1140px;
    }
}

header.sticky-menu .logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

header.sticky-menu .logo img {
    width: auto;
    height: 70px;
}

@media (max-width: 991px) {
    header.sticky-menu .logo img {
        width: 230px;
        max-width: 100%;
        height: auto;
    }
}

ul#menu-sticky {
    padding: 0;
    display: flex;
}

ul#menu-sticky li {
    display: inline-flex;
    list-style-type: none;
    margin-right: 20px;
}

header.sticky-menu .hamburger-wrap {
    display: block;
    padding: 10px;
    margin: 0;
}

@media (max-width: 991px) {
    header.sticky-menu .menu {
        display: none;
    }
}

@media (min-width: 992px) {
    header.sticky-menu .hamburger-wrap {
        display: none;
    }
}

body.responsive-menu-open header.sticky-menu .hamburger-wrap {
    opacity: 0;
}

