/*
 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
------------------------------------------------------- */
#top-of-page-gap {
    padding: 40px 0 0 0;
}

@media (min-width: 768px) {
    #top-of-page-gap {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    #top-of-page-gap {
        padding-top: 60px;
    }
}

#sec-cta a.contact > div {
   display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* Align items vertically */
  /*
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Align items horizontally */   
}

#sec-cta a.contact .text {
  padding-right: 6px;
}

#sec-cta a.contact .icon svg {
  height: 9px;
  width: auto;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: rotate(-90deg);
}

#sec-cta a.contact.active .icon svg,
#sec-cta a.contact:hover .icon svg {
  transform: rotate(0deg);
}

#sec-cta a.contact .icon svg path {
  stroke: #8c8c9a;
}

#sec-cta a.contact:hover .icon svg path {
  stroke: #000;
}

#sec-cta a.contact {
  display: block;
  width: 242px;
  color: #8c8c9a;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
}

#sec-cta a.contact:hover {
  color: #000;
}




/**
* 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%;
    }

    .top-header-inner > .e-con-inner {
        width: 100%;
    }    
}

@media (max-width: 1199px) {
    .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.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;
}

@media (min-width: 768px) {
    .con-padding-left {
        padding-left: 15px;
    }

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

@media (min-width: 1024px) {
    .con-padding-left {
        padding-left: 30px;
    }

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

/**
* 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: #00b4ed;
    padding-right: 10px;
    text-decoration: none;
}
a.theme-button.light .text {
    color: #fff;
}

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

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

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

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: 33px;
  }
  
  @media (min-width: 768px) {  
    svg.button-x {
      width: 33px;
    }
  }
  
svg.button-x .item-x {
  stroke: #8c8c9a;
}


/**
* 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.homeX .n2-ss-slide:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90%;
    background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(255,255,255,0.90) 20%, rgba(255,255,255,0.0) 100%);
    z-index: 11;
}

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;
}

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

header.header-top a.logo-header img {
    width: 240px;
    height: auto;
    max-width: 100%;
}

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

#header-featured-image {
    position: relative;
    height: 400px;
}

body.error404 #header-featured-image,
body.plain #header-featured-image {
    height: 200px;
}

body.home #header-featured-image {
    height: 650px;
}

@media (min-width: 768px) {
  body.home #header-featured-image {
      height: 725px;
  }  
}

@media (min-width: 992px) {
  body.home #header-featured-image {
      height: 890px;
  }  
}

header.header-top .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 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.sticky-menu .tel a,
header.header-top .right .tel a {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  background: #00b4ec;
  border-radius: 4px;
  padding: 8px 15px;
  margin-left: 12px;
}

header.sticky-menu .tel a:hover,
header.header-top .right .tel a:hover {
  background: #0085c8;
}


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 {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #1d1d1b;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 0 16px 0;
  margin-right: 12px;
  text-align: left;
}

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

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

header.sticky-menu .tel a,
header.header-top .right .tel a,
nav.menu-main {
    display: none;
}

@media (min-width: 1024px) {
    header.sticky-menu .tel a,
    header.header-top .right .tel a,
    nav.menu-main {
        display: block;
    }
}

#menu-sticky .sub-menu,
#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;
    background-color: rgba(250, 250, 250, 1);
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 0;
    margin: 0;
}

#menu-sticky .sub-menu li,
#menu-main .sub-menu li { 
    display: block; 
    padding: 0;
    margin: 0;
}

#menu-sticky .sub-menu a,
#menu-main .sub-menu a {
  display: block;
  border-top: 0;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 20px 20px 15px;
  position: relative;
  word-wrap: break-word;
  text-decoration: none;
  text-transform: none;
  color: #333;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
} 

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

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

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

/**
* Footer
* ----------------------------------------------------------------------------
*/

.logo-footer {
    width: 180px;
    max-width: 100%;
}

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

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

.footer-lower .copyright > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  width: 100%;  
}

@media (min-width: 768px) {
  .footer-lower .copyright {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;  
  }

  .footer-lower .copyright > div:nth-child(1) {
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: auto;
    padding-right: 30px;
  }

  .footer-lower .copyright > div:nth-child(2) {
    flex: 0 0 auto;
    width: auto;
  }
}


/**
* 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,
body .gform_wrapper div.gfield.form-privacy-policy a {
  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 h3.gform_title,
body .gform_wrapper h2.gform_title {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

body .gform_wrapper span.gform_description {
    color: #636362;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 10px 0;
} 

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: #00b4ed;
  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-family: inherit;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 18px 10px 18px 15px !important;
  border-radius: 4px;
} 

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 #00b4ec;
  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 #00b4ec;
  background-color: #00b4ec;  
  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: #0085c8;
  background-color: #0085c8;
}

@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: #00b4ed;
}

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 #00b4ed;
  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: #00b4ed;
  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;
}

body #gform_wrapper_6 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body #gform_wrapper_6 textarea {
  border-color: #00b4ec;
}

body #gform_wrapper_7 textarea.large {
  height: 220px;
}

body #gform_wrapper_7 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body #gform_wrapper_7 textarea {
  border: 1px solid #f0fbfe;
  background-color: #f0fbfe;
}

body #gform_wrapper_7 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, 
body #gform_wrapper_7 textarea:focus {
  border-color: #00b4ec;
}


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

@media only screen and (max-width: 1023px) {
    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: 15px;
    z-index: 3;
}

.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: #4A4A49;
    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: #00B4EC !important;
}

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

.toggle-menu.activated span {
    border-bottom-color: #4A4A49;
}

.toggle-menu.activated:hover span {
    border-bottom-color: #00B4EC !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 ul {
    padding: 0;
}

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

@media (max-width: 991px) { 
  
    #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;
    }
    
    #responsive-menu-mobile-container { 
      width: 85%;
      max-width: 280px;    
      right: 0;
      transition: transform 0.5s;
      text-align: left;
      background-color: #fff;
      border-left: 1px solid #eee;
      /*
      background-image: url(images/header-dots.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      */
    }   
    
    #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-wrapper {
      width: 100%;
      height: 100%;    
      /*background: #666;*/
      /*background-color: rgba(33,33,33,0.7);*/
      padding: 60px 15px 40px 15px; 
    } 
    
    #responsive-menu-mobile-container li.responsive-menu-item {
      width: 100%;
      list-style: none;
    } 
    
    #responsive-menu-mobile-container .responsive-menu-item-link, #responsive-menu-mobile-container #responsive-menu-title, #responsive-menu-mobile-container .responsive-menu-subarrow {
      transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    } 
    
    #responsive-menu-mobile-container li.responsive-menu-item a {
      width: 100%;
      display: block;
      text-decoration: none;
      padding: 0 40px 0 5%;
      position: relative;
    }   
    
    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
      font-size: 15px;
      font-weight: 400;
      color: #1d1d1b;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 1.15;
      padding-top: 7px;
      margin-bottom: 8px;   
    } 

    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item.level-2 .responsive-menu-item-link {
      text-transform: none;
      padding-left: 10%;
    }     
    
    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item.active .responsive-menu-item-link {
      color: #00b4ec;
    }
    
    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link:hover,
    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item.current-menu-item > .responsive-menu-item-link,
    #responsive-menu-mobile-container #responsive-menu li.responsive-menu-item.current-menu-parent > .responsive-menu-item-link {
      color: #00b4ec;
    } 
      
    #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: 992px) {
}

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

header.sticky-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 12px 0 12px 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;
}

@media (min-width: 768px) {
    header.sticky-menu {
        padding: 20px 0;
    }
}

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 .menu a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #1d1d1b;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 0 16px 0;
  margin-left: 12px;
  text-align: left;
}

header.sticky-menu .menu a:hover {
    color: #00b4ec;
}

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

header.sticky-menu .logo img {
    width: 230px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    header.sticky-menu .logo img {
    }
}

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

ul#menu-sticky li {
    list-style-type: none;
}

header.sticky-menu .hamburger-wrap {
    display: block;
    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;
}

