/*!
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
@font-face {
    font-family: "Poppins";
    src: url("../enfold-child/fonts/Poppins-SemiBold.eot");
    src: url("../enfold-child/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../enfold-child/fonts/Poppins-SemiBold.woff2") format("woff2"), url("../enfold-child/fonts/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url("../enfold-child/fonts/Poppins-Light.eot");
    src: url("../enfold-child/fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../enfold-child/fonts/Poppins-Light.woff2") format("woff2"), url("../enfold-child/fonts/Poppins-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url("../enfold-child/fonts/Poppins-Bold.eot");
    src: url("../enfold-child/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../enfold-child/fonts/Poppins-Bold.woff2") format("woff2"), url("../enfold-child/fonts/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
* {
    font-family: "Poppins", sans-serif !important;
}
body {
    font-family: "Poppins", sans-serif !important;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}
p {
    margin: 25px 0;
}
h2 {
    font-size: 32px;
}
@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}
body a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
body a:hover {
    text-decoration: none;
}
body .main_color table {
    border: 2px solid #515151;
    border-color: #515151;
}
body .main_color table th {
    color: white;
    font-weight: normal;
    border-color: #515151;
    background-color: #515151;
}
body .main_color table tr {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-color: #515151;
}
body .main_color table tr td {
    color: #2c3037;
    border-color: #515151;
}
body .main_color table tr strong {
    text-transform: uppercase;
}
body .main_color table tr:not(.nohover):hover {
    color: white;
    background-color: #afafaf;
}
body .main_color table tr:not(.nohover):hover td {
    color: white;
}
body .main_color table tr:not(.nohover):hover strong {
    color: white;
}
.logo {
    height: 140px;
}
.logo a,
.logo img {
    max-height: 100% !important;
}
@media (max-width: 767px) {
    .logo img {
        max-height: 90px !important;
    }
}
.avia-section-large .content,
.avia-section-large .sidebar {
    padding: 140px 0;
}
@media (max-width: 767px) {
    .avia-section-large .content,
    .avia-section-large .sidebar {
        padding: 50px 0;
    }
}
.responsive #top .av-main-nav > li > a {
    font-weight: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 1200px) {
    .responsive #top .av-main-nav > li > a {
        margin-top: 0;
    }
}
@media (max-width: 1200px) {
    .responsive #top .av-main-nav > li {
        display: none;
    }
}
@media (max-width: 1200px) {
    .responsive #top .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .responsive #top .av-main-nav > li.menu-item-avia-special a {
        line-height: 90px !important;
    }
}
.responsive #top .av-main-nav > li:hover {
    color: #addfc8;
}
.container_wrap {
    border-top: 0;
    background-size: cover;
}
.responsive header .container {
    max-width: 100%;
    padding: 0 50px;
}
.last-updated p {
    font-size: 14px;
    font-weight: 600;
    color: #a7a7a7;
    margin-top: 5px;
}
.avia_textblock h1 {
    margin-bottom: 0;
}
.last-updated p {
    margin-top: 0;
}
#main > .main_color main > .title-section {
    display: block;
    margin-bottom: 35px;
    padding-right: 50px;
}
@media (max-width: 767px) {
    #main > .main_color main > .title-section {
        margin-bottom: 0;
        padding-right: 0;
    }
    #main > .main_color main > .title-section p {
        margin-bottom: 0;
    }
}
.responsive #top ul#avia-menu > li:not(:first-of-type) {
    margin-left: 0;
}
.responsive #top ul#avia-menu > li.menu-item-has-children > a > .avia-menu-text:after {
    content: "";
    background-size: 8px;
    background-repeat: no-repeat;
    background-image: url(../enfold-child/svg/right-arrow-green.svg);
    background-position: center;
    width: 24px;
    height: 15px;
    display: inline-block;
    -webkit-transform: rotate(90deg) translateX(2px);
    -ms-transform: rotate(90deg) translateX(2px);
    transform: rotate(90deg) translateX(2px);
}
.responsive #top ul#avia-menu > li a {
    line-height: 34px !important;
    height: auto !important;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1600px){
  .responsive #top ul#avia-menu > li a {
    letter-spacing: 0.5px;
  }
  .av-main-nav > li > a {
    padding: 0 8px;
  }
}
@media(min-width: 1201px) and (max-width: 1245px){
  .responsive #top ul#avia-menu > li a {
    font-size: 11px;
  }
}
.responsive #top ul#avia-menu > li > a {
    margin-top: 28px;
}
@media (max-width: 1200px) {
    .responsive #top ul#avia-menu > li > a {
        padding: 0 10px;
        margin-top: 0;
    }
}
.responsive #top ul#avia-menu > li.av-burger-menu-main a {
    line-height: 90px !important;
}
.responsive #top ul#avia-menu > li .sub-menu li a {
    line-height: 1.4 !important;
}
.responsive #top ul#avia-menu > li:nth-last-of-type(2) {
    display: inline-block;
}
.responsive #top ul#avia-menu > li:nth-last-of-type(2) a {
    margin-left: 15px;
    color: #22312a;
    background-color: #addfc8;
    background-image: url("../enfold-child/svg/right-arrow-dark-green.svg");
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
    background-image: url("../enfold-child/svg/form.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding: 0 20px 0 38px;
    line-height: 45px !important;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.responsive #top ul#avia-menu > li:nth-last-of-type(2) a:hover {
    text-decoration: none;
}
.responsive #top ul#avia-menu > li:nth-last-of-type(2) a:hover {
    background-color: #bfe6d4;
}
@media (min-width: 1201px) and (max-width: 1470px) {
    .responsive #top ul#avia-menu > li:nth-last-of-type(2) {
        display: none;
    }
}
@media (max-width: 1200px) {
    .responsive #top ul#avia-menu > li:nth-last-of-type(2) {
        margin-top: 30px;
        margin-right: 20px;
    }
}
@media (max-width: 540px) {
    .responsive #top ul#avia-menu > li:nth-last-of-type(2) {
        margin-right: 0px;
    }
}
@media (max-width: 480px) {
    .responsive #top ul#avia-menu > li:nth-last-of-type(2) {
        display: none;
    }
}
.responsive #top #header_main > .container .main_menu .av-main-nav > li:nth-last-of-type(2) > a {
    padding: 0 20px 0 38px;
}
@media (max-width: 540px) {
    .responsive #top #header_main > .container .main_menu .av-main-nav > li:nth-last-of-type(2) > a {
        padding: 0 15px;
        background-image: none;
    }
}
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
    background-color: transparent;
}
.responsive #top #wrap_all .flex_column {
    margin-bottom: 0;
}
#top .top_bar .widget_nav_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#top .top_bar .widget_nav_menu ul li:not(:last-of-type) {
    margin-right: 15px;
}
@media (min-width: 768px) {
    #hero .entry-content-wrapper {
        padding: 100px 0;
    }
}
#hero .entry-content-wrapper h2 {
    max-width: 600px;
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 1.4;
}
@media (max-width: 991px) {
    #hero .entry-content-wrapper h2 {
        font-size: 24px;
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    #hero .entry-content-wrapper h2 {
        font-size: 20px;
        max-width: 300px;
    }
}
@media (max-width: 600px) {
    #hero .entry-content-wrapper h2 {
        max-width: 250px;
    }
}
#hero .entry-content-wrapper a {
    color: #333;
    background-color: white;
    background-image: url("../enfold-child/svg/right-arrow-green.svg");
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
}
#hero .entry-content-wrapper a:hover {
    text-decoration: none;
}
#hero .entry-content-wrapper a:hover {
    color: #22312a;
    background-color: #addfc8;
    background-image: url("../enfold-child/svg/right-arrow-white.svg");
}
#hero .entry-content-wrapper a:not(:last-of-type) {
    margin-bottom: 15px;
}
#hero .entry-content-wrapper a:hover {
    background-image: url("../enfold-child/svg/right-arrow-dark-green.svg");
}
#hero .entry-content-wrapper a:first-of-type {
    margin-right: 10px;
}
#hero .entry-content-wrapper p {
    margin-bottom: 0;
}
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2,
.template-page .entry-content-wrapper h3,
.template-page .entry-content-wrapper h4 {
    line-height: 1.6;
    font-weight: normal;
    text-transform: uppercase;
}
.template-page .entry-content-wrapper h3,
.template-page .entry-content-wrapper h3 {
    margin: 1em 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
}
.template-page .entry-content-wrapper h4,
.template-page .entry-content-wrapper h4 {
    margin: 1em 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: uppercase;
}
.template-page .entry-content-wrapper p + h1,
.template-page .entry-content-wrapper p + h1,
.template-page .entry-content-wrapper p + h2,
.template-page .entry-content-wrapper p + h2,
.template-page .entry-content-wrapper p + h3,
.template-page .entry-content-wrapper p + h3,
.template-page .entry-content-wrapper p + h4,
.template-page .entry-content-wrapper p + h4,
.template-page .entry-content-wrapper p + h5,
.template-page .entry-content-wrapper p + h5,
.template-page .entry-content-wrapper p + h6,
.template-page .entry-content-wrapper p + h6,
.template-page .entry-content-wrapper ul + h1,
.template-page .entry-content-wrapper ul + h2,
.template-page .entry-content-wrapper ul + h3,
.template-page .entry-content-wrapper ul + h4,
.template-page .entry-content-wrapper ul + h5,
.template-page .entry-content-wrapper ul + h6 {
    margin-top: 25px;
}
.avia_textblock a {
    border-bottom: 1px solid black;
}
.avia_textblock a:hover {
    border-color: #addfc8;
}
body div .avia-button.avia-color-theme-color {
    margin: 0;
    line-height: 45px;
    padding: 0 25px;
    text-transform: uppercase;
    border-radius: 0;
    border-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    background-color: #515151;
}
.responsive #top #wrap_all .top_bar {
    background-color: #a5a8af;
}
.responsive #top #wrap_all .top_bar .widget:first-of-type {
    margin-right: 10px;
}
@media (max-width: 1300px) {
    .responsive #top #wrap_all .top_bar .widget:first-of-type {
        display: none;
    }
}
@media (min-width: 1301px) {
    .responsive #top #wrap_all .top_bar {
        max-width: 100%;
    }
}
.responsive #top #wrap_all .top_bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1301px) {
    .responsive #top #wrap_all .top_bar .container {
        max-width: 100%;
    }
}
.responsive #top #wrap_all .top_bar .container > div {
    padding: 0;
}
@media (max-width: 767px) {
    .responsive #top #wrap_all .top_bar .container > div:last-of-type {
        display: none;
    }
}
.responsive #top #wrap_all .top_bar .container > div p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
    border-radius: 4px;
}
@media (min-width: 1301px) {
    .responsive #top #wrap_all .top_bar .container > div p {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .responsive #top #wrap_all .top_bar .container > div p {
        padding: 6px 0;
        line-height: 1.6;
    }
}
.responsive #top #wrap_all .top_bar .container > div p strong {
    color: white;
}
.responsive #top #wrap_all .top_bar .container > div p a {
    color: white;
    font-weight: 600;
}
.responsive #top #wrap_all .top_bar .container > div:last-of-type {
    text-align: right;
    margin-left: auto;
}
.responsive #top #wrap_all .top_bar .container > div .menu li a {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    padding: 0;
    line-height: 45px;
    font-weight: 600;
    border-radius: 4px;
}
#top .header_color .main_menu .menu ul .current-menu-item > a,
#top .header_color .main_menu .menu ul .current_page_item > a,
#top .header_color .sub_menu li ul a,
.header_color .main_menu ul:first-child > li > a,
.header_color .sub_menu > div > ul > li > a,
.header_color .sub_menu > ul > li > a {
    color: #333;
}
@media (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        height: 90px;
    }
}
#top #av-burger-menu-ul {
    background-color: #515151;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: white;
}
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner:after,
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner:before {
    background-color: white;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
    border-color: #5f5f5f;
}
.responsive .popular-treatments .container {
    max-width: 100%;
}
.responsive .popular-treatments .container .flex_column {
    padding: 140px 0 140px !important;
}
@media (max-width: 767px) {
    .responsive .popular-treatments .container .flex_column {
        padding: 45px 0 140px 0 !important;
    }
}
.responsive .popular-treatments .container h2 {
    color: #22312a;
}
.responsive #top #wrap_all .treatment-images .container {
    max-width: 100%;
}
.responsive #top #wrap_all .treatment-images .flex_column.av_one_third {
    min-height: 300px;
    background-size: cover !important;
}
@media (max-width: 989px) {
    .responsive #top #wrap_all .treatment-images .flex_column.av_one_third {
        width: calc(50% - 16px);
        margin: 0 8px;
        margin-bottom: 20px;
    }
}
@media (max-width: 420px) {
    .responsive #top #wrap_all .treatment-images .flex_column.av_one_third {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}
.responsive #top #wrap_all .treatment-images {
    /*margin-top: -140px;*/
    background-color: transparent;
}
.responsive #top #wrap_all .treatment-images .content {
    padding-top: 25px;
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .responsive #top #wrap_all .treatment-images .entry-content-wrapper {
        margin: 0 0;
    }
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_full {
    margin-top: 15px;
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_full a {
    color: #22312a;
    background-color: #addfc8;
    background-image: url("../enfold-child/svg/right-arrow-dark-green.svg");
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
    margin: 0 8px;
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_full a:hover {
    text-decoration: none;
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_full a:hover {
    background-color: #bfe6d4;
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third {
    width: 33.33%;
    position: relative;
    margin: 0;
    min-height: 440px;
    overflow: hidden;
    background-size: cover !important;
}
@media (max-width: 991px) {
    .responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third {
        min-height: 320px;
        margin: 0;
        width: 50%;
    }
}
@media (max-width: 480px) {
    .responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third {
        min-height: 220px;
    }
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third .av_textblock_section {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    z-index: 3;
    display: block;
    pointer-events: none;
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third .av_textblock_section p {
    margin-bottom: 15px;
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third .av_textblock_section a {
    color: #333;
    background-color: #fff;
    background-image: url(../enfold-child/svg/right-arrow-green.svg);
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 17px;
    display: inline-block;
    padding: 15px 40px 15px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
    margin-left: 25px;
}
@media (max-width: 767px) {
    .responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third .av_textblock_section a {
        background-position: right 10px center;
        margin: 0 15px;
        padding: 12px 40px 12px 20px;
    }
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third .av_textblock_section a:hover {
    text-decoration: none;
}
.responsive #top #wrap_all .treatment-images .entry-content-wrapper .flex_column.av_one_third:hover a {
    color: #22312a;
    background-color: #addfc8;
    background-image: url(../enfold-child/svg/right-arrow-dark-green.svg);
}
#top .about-section h2 {
    color: #fff;
}
#top .about-section p {
    color: #fff;
    margin: 25px 0;
}
#top .about-section .container {
    padding: 0;
    max-width: 100%;
}
#top .about-section .container .flex_column {
    background-size: cover !important;
}
#top .about-section .container .flex_column .avia-button {
    color: #333;
    background-color: white;
    background-image: url("../enfold-child/svg/right-arrow-green.svg");
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
    background-position: right 51px top 18px;
    min-width: 200px;
}
#top .about-section .container .flex_column .avia-button:hover {
    text-decoration: none;
}
#top .about-section .container .flex_column .avia-button:hover {
    color: #22312a;
    background-color: #addfc8;
    background-image: url("../enfold-child/svg/right-arrow-white.svg");
}
#top .about-section .container .flex_column .avia-button:hover {
    background-image: url(../enfold-child/svg/right-arrow-dark-green.svg);
}
#top .about-section .container .flex_column:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 100px 0;
}
@media (max-width: 767px) {
    #top .about-section .container .flex_column:first-of-type {
        padding: 60px 0 !important;
    }
}
.ten-reasons .avia_textblock {
    padding: 45px;
}
@media (max-width: 600px) {
    .ten-reasons .avia_textblock {
        padding: 30px 25px;
    }
}
@media (max-width: 767px) {
    .ten-reasons .avia_textblock h1 {
        line-height: 1.2;
    }
}
.ten-reasons .avia_textblock h3 {
    margin-bottom: 0;
}
.ten-reasons .avia_textblock h4 {
    margin-top: 15px;
}
.ten-reasons .avia_textblock ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.ten-reasons .avia_textblock ul li {
    font-size: 14px;
    margin-left: 0;
    position: relative;
    padding-left: 20px;
}
.ten-reasons .avia_textblock ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #addfc8;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    top: 14px;
    position: absolute;
}
.ten-reasons .avia_textblock a {
    color: #22312a;
    background-color: #addfc8;
    background-image: url("../enfold-child/svg/right-arrow-dark-green.svg");
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
}
.ten-reasons .avia_textblock a:hover {
    text-decoration: none;
}
.ten-reasons .avia_textblock a:hover {
    background-color: #bfe6d4;
}
.team-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-section p {
    font-size: 18px;
    color: #2c3037;
}
.team-section p:last-of-type {
    margin-bottom: 0;
}
.team-section a {
    color: #333;
    background-color: white;
    background-image: url("../enfold-child/svg/right-arrow-green.svg");
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
    margin-top: 20px;
}
.team-section a:hover {
    text-decoration: none;
}
.team-section a:hover {
    color: #22312a;
    background-color: #addfc8;
    background-image: url("../enfold-child/svg/right-arrow-white.svg");
}
.team-section > div {
    width: 30%;
    padding-right: 30px;
    padding-top: 20px;
}
@media (max-width: 767px) {
    .team-section > div {
        width: 100%;
    }
}
.team-section > section {
    width: 70%;
}
@media (max-width: 767px) {
    .team-section > section {
        width: 100%;
    }
}
#news .avia-content-slider-inner {
    margin: 0 -15px;
}
#news .avia-content-slider-inner div .av_one_third {
    margin: 0 15px;
    width: calc(33.33% - 30px);
}
@media (max-width: 767px) {
    #news .avia-content-slider-inner div .av_one_third {
        margin: 0 0 25px !important;
    }
}
#news .avia-content-slider-inner div .av_one_third .slide-image {
    border-radius: 3px 3px 0 0;
}
#news .avia-content-slider-inner div .av_one_third .slide-image img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}
#news article {
    position: relative;
}
#news .entry-content-header {
    margin: 10px 0;
}
#news .entry-content-header h3 {
    font-size: 16px;
}
#news .slide-content {
    margin-top: 0;
    padding: 20px;
    background-color: #f7f7f7;
}
@media (max-width: 767px) {
    #news .slide-content {
        padding: 20px 35px;
    }
}
#news .slide-content > a {
    color: #addfc8;
    font-size: 13px;
    margin-top: 25px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0 20px 0 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url("../enfold-child/svg/right-arrow-green.svg");
    background-position: right top 7px;
}
#news .slide-content > a:hover {
    text-decoration: none;
}
#news article > a {
    margin-bottom: 0;
}
.entry-content-wrapper .post-title {
    margin-top: 15px;
}
.post-template-default.single .avia-image-overlay-wrap img {
    margin-bottom: 25px;
}
#top div .avia-gallery {
    width: 100%;
    padding-bottom: 0;
}
#top div .avia-gallery img {
    border: 0;
    padding: 0;
    width: auto;
    height: 90px;
    float: none;
    margin: 0 auto;
}
#cta a {
    color: #333;
    background-color: white;
    background-image: url("../enfold-child/svg/right-arrow-green.svg");
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
    background-image: url("../enfold-child/svg/form.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding: 0 20px 0 38px;
}
#cta a:hover {
    text-decoration: none;
}
#cta a:hover {
    color: #22312a;
    background-color: #addfc8;
    background-image: url("../enfold-child/svg/right-arrow-white.svg");
}
#cta a:hover {
    background-image: url("../enfold-child/svg/form.svg");
}
@media (max-width: 767px) {
    #cta a {
        margin-top: 20px;
    }
}
#cta .flex_column p {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
}
@media (min-width: 768px) {
    #cta .flex_column:last-of-type p {
        text-align: right;
    }
}
#socket {
    border-top: 0;
}
#socket .copyright {
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #d7d7d7;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    #socket .copyright {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.footer_color {
    font-size: 14px;
}
.content .widget .widgettitle,
.flex_column .widget .widgettitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    text-transform: uppercase;
}
.flex_column .widget span {
    font-size: 10px;
    line-height: 1;
    color: #8c8f93;
}
.footer_color div .av_one_fifth.flex_column {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-left: 0;
}
@media (min-width: 768px) {
    .footer_color div .av_one_fifth.flex_column {
        padding-right: 20px;
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .footer_color div .av_one_fifth.flex_column {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .footer_color div .av_one_fifth.flex_column {
        width: 100%;
    }
}
.footer_color div .av_one_fifth.flex_column:nth-of-type(2) .widget .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
}
@media (min-width: 768px) {
    .footer_color div .av_one_fifth.flex_column:nth-of-type(2) .widget .textwidget {
        min-width: 300px;
    }
}
.footer_color div .av_one_fifth.flex_column:nth-of-type(2) .widget .textwidget > div {
    width: 50%;
}
.footer_color div .av_one_fifth.flex_column:nth-of-type(2) .widget .textwidget > div p {
    margin: 0;
}
.footer_color div .av_one_fifth.flex_column:nth-of-type(2) .widget .textwidget > div p.small {
    font-size: 10px;
    line-height: 14px;
}
.footer_color div .av_one_fifth.flex_column:nth-of-type(2) .widget .textwidget > div:last-of-type {
    text-align: right;
}
.footer_color a,
.footer_color strong {
    color: #333;
}
.footer_color a:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
#top .title_container {
    background-color: #515151;
}
@media (max-width: 767px) {
    #top .title_container .container {
        min-height: auto;
        padding: 15px 0;
    }
}
@media (max-width: 767px) {
    #top .title_container .breadcrumb {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0;
    }
}
#top .title_container .breadcrumb .breadcrumb-trail a,
#top .title_container .breadcrumb .breadcrumb-trail span {
    color: #ccc;
    font-weight: 600;
}
#top .title_container .breadcrumb .breadcrumb-trail a:hover,
#top .title_container .breadcrumb .breadcrumb-trail span:hover {
    text-decoration: none;
}
#top .title_container .breadcrumb .breadcrumb-trail a span {
    color: #fff;
}
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a,
.alternate_color .breadcrumb,
.alternate_color .breadcrumb a {
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}
#top .alternate_color.title_container .main-title a span,
#top .alternate_color.title_container .main-title span,
.alternate_color .breadcrumb a span,
.alternate_color .breadcrumb span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#footer-widgets .entry-content-wrapper {
    margin: 0 -30px;
}
#top .avia-content-slider .avia-slideshow-arrows a {
    margin: 0;
    top: 80px;
}
@media (max-width: 991px) {
    #top .avia-content-slider .avia-slideshow-arrows a {
        top: 45px;
    }
}
@media (max-width: 767px) {
    #top .avia-content-slider .avia-slideshow-arrows a {
        display: none;
    }
}
#partners {
    padding: 10px 0;
}
#partners .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#partners .owl-nav button.owl-next,
#partners .owl-nav button.owl-prev {
    font-size: 45px;
    background-color: white;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 36px;
    display: inline-block;
    margin-left: 0;
}
#partners .owl-nav button.owl-next span,
#partners .owl-nav button.owl-prev span {
    height: 40px;
    display: inline-block;
}
#partners .owl-nav button.owl-next:focus,
#partners .owl-nav button.owl-prev:focus {
    outline: 0;
    border: 0;
}
#partners .owl-nav button.owl-next img,
#partners .owl-nav button.owl-prev img {
    width: 48px;
    height: 48px;
    padding: 0 18px;
}
#partners .owl-nav button.owl-next {
    margin-right: 0;
}
.responsive #top #wrap_all #map .entry-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.responsive #top #wrap_all #map .av_textblock_section {
    float: right;
    width: 100%;
}
@media (min-width: 768px) {
    .responsive #top #wrap_all #map .av_textblock_section {
        max-width: 644px;
        padding-left: 50px;
        -ms-flex-line-pack: right;
        align-content: right;
    }
}
.responsive #top #wrap_all #map .av_textblock_section h3 {
    color: #22312a;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .responsive #top #wrap_all #map .av_textblock_section h3 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .responsive #top #wrap_all #map .av_textblock_section h3 {
        font-size: 24px;
    }
}
.responsive #top #wrap_all #map iframe {
    vertical-align: bottom;
}
.responsive #top #wrap_all #map .container {
    max-width: 100%;
    padding: 0;
}
@media (max-width: 767px) {
    .responsive #top #wrap_all #map .flex_column {
        margin-bottom: 25px;
    }
}
#social-feeds .av_textblock_section a,
#social-feeds .av_textblock_section h2 {
    color: white;
}
#social-feeds .av_textblock_section a:hover {
    color: #addfc8;
}
#social-feeds .av_textblock_section h2 {
    padding-left: 50px;
    background-size: 36px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../enfold-child/svg/fb.svg");
}
@media (max-width: 767px) {
    #social-feeds .av_textblock_section h2 {
        font-size: 20px;
        background-size: 28px;
    }
}
#social-feeds .av_textblock_section .cff-post-text a {
    color: #111;
}
#social-feeds .flex_column:nth-of-type(2) h2 {
    background-image: url("../enfold-child/svg/ig.svg");
}
#social-feeds .avia_textblock p {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #social-feeds .avia_textblock p {
        text-align: right;
    }
}
#top #footer-widgets .content .flex_column .widget_nav_menu li {
    border: 0;
}
#top #footer-widgets .content .flex_column .widget_nav_menu li a {
    padding: 0;
}
#top #footer-widgets .content .flex_column .textwidget p {
    line-height: 26px;
    margin: 0 0 15px;
}
body div.togglecontainer {
    width: 100%;
    margin-top: 0;
    margin-bottom: 35px;
    display: inline-block;
}
body div.togglecontainer .toggler {
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-color: #515151;
    text-transform: uppercase;
    border-width: 2px 2px 1px 2px;
}
body div.togglecontainer .toggler:focus {
    outline: 0;
}
body div.togglecontainer .toggler.activeTitle {
    outline: 0;
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #515151;
}
body div.togglecontainer .toggler.activeTitle:hover {
    color: white;
    background-color: #515151;
}
body div.togglecontainer .toggler.activeTitle span.toggle_icon span {
    border-color: white;
}
body div.togglecontainer .toggler span.toggle_icon {
    border: 0;
}
body div.togglecontainer .toggler span.toggle_icon span {
    border-color: #515151;
}
body div.togglecontainer section:last-of-type .toggler {
    border-width: 2px;
}
body div.togglecontainer section .toggle_content {
    border: 2px solid #111;
}
div .flex_column.page-cta {
    min-height: 380px;
    background-size: cover !important;
}
div .flex_column.page-cta .avia_textblock {
    width: calc(50% - 30px);
    left: 25px;
    bottom: 25px;
    padding: 20px;
    padding: 20px;
    position: absolute;
    background-color: rgba(81, 81, 81, 0.9);
}
@media (max-width: 1200px) {
    div .flex_column.page-cta .avia_textblock {
        width: calc(80% - 30px);
    }
}
@media (max-width: 767px) {
    div .flex_column.page-cta .avia_textblock {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 15px;
    }
}
div .flex_column.page-cta .avia_textblock h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    div .flex_column.page-cta .avia_textblock h2 {
        font-size: 18px;
    }
}
div .flex_column.page-cta .avia_textblock p {
    color: #333;
    background-color: white;
    background-image: url("../enfold-child/svg/right-arrow-green.svg");
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px top 17px;
    margin: 15px 0 0;
    background-image: url("../enfold-child/svg/right-grey.svg");
}
div .flex_column.page-cta .avia_textblock p:hover {
    text-decoration: none;
}
div .flex_column.page-cta .avia_textblock p:hover {
    color: #22312a;
    background-color: #addfc8;
    background-image: url("../enfold-child/svg/right-arrow-white.svg");
}
div .flex_column.page-cta .avia_textblock p:hover {
    background-image: url("../enfold-child/svg/right-grey.svg");
}
.widget_nav_menu ul:first-child > .current-menu-item > a,
.widget_nav_menu ul:first-child > .current_page_item > a {
    font-weight: normal;
}
.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child > .current_page_item {
    padding-left: 15px;
    border-radius: 4px;
}
.main_color aside .widget_nav_menu ul:first-child li a {
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.main_color aside .widget_nav_menu ul:first-child li:hover {
    color: #111;
}
.main_color aside .widget_nav_menu ul:first-child li:last-of-type a {
    border-bottom: 0;
}
.main_color aside .widget_nav_menu ul:first-child > .current_page_item {
    background-color: #addfc8;
}
.main_color aside .widget_nav_menu ul:first-child > .current_page_item a {
    color: #22312a;
    border-bottom: 0;
}
.toggle_icon .hor_icon {
    top: 7px;
    width: 15px;
    border-top-width: 1px;
}
.toggle_icon .vert_icon {
    top: 0;
    left: 8px;
    height: 15px;
    border-left-width: 1px;
}
.title-section h1 {
    font-weight: normal;
    text-transform: uppercase;
}
#top .news-thumb img {
    width: 100%;
}
aside .widgettitle {
    font-size: 14px;
}
aside.sidebar_left.sidebar_align_left .news-thumb {
    border: 0;
    padding: 0;
}
aside .news-headline {
    line-height: 1.4;
}
aside .news-headline span {
    margin-top: 0;
}
aside #searchform input[type="submit"] {
    background-color: #addfc8;
}
#top .news-wrap li:first-of-type {
    margin-top: 20px;
}
#top .news-wrap li:not(:last-of-type) {
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
#top .news-wrap li a .news-headline {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#top .news-wrap li a .news-headline:hover {
    color: #addfc8;
}
body div .first,
body div .no_margin {
    margin-left: 10px;
}
body div .av_one_fifth {
    width: calc(20% - 20px);
}
body div .av_one_fourth {
    width: calc(25% - 20px);
}
body div .av_one_third {
    width: calc(33.33% - 20px);
}
body div .av_two_fifth {
    width: calc(40% - 20px);
}
body div .av_one_half {
    width: calc(50% - 20px);
}
body div .av_three_fifth {
    width: calc(60% - 20px);
}
body div .av_two_third {
    width: calc(66.66% - 20px);
}
body div .av_three_fourth {
    width: calc(75% - 20px);
}
body div .av_four_fifth {
    width: calc(16.66% - 20px);
}
body div .av_one_sixth {
    width: calc(16.66% - 20px);
}
body div .av_one_seventh {
    width: calc(14.28% - 20px);
}
body div .av_one_eighth {
    width: calc(12.5% - 20px);
}
body div .av_one_nineth {
    width: calc(11.11% - 20px);
}
body div .av_one_tenth {
    width: calc(10% - 20px);
}
body div .av_one_half,
body div .av_one_half.first {
    width: calc(50% - 20px);
}
body div .av_one_third,
body div .av_one_third.first {
    width: calc(33.33% - 20px);
}
body div .av_one_fourth,
body div .av_one_fourth.first {
    width: calc(25% - 20px);
}
body div .av_one_fifth,
body div .av_one_fifth.first {
    width: calc(20% - 20px);
}
body div .flex_column {
    margin: 0 10px;
}
.responsive #top #wrap_all .entry-content-wrapper {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .responsive #top #wrap_all .entry-content-wrapper > section {
        margin: 0 10px;
    }
}
@media (min-width: 768px) {
    .responsive #top #wrap_all .entry-content-wrapper .flex_column .flex_column {
        margin: 0 10px;
    }
}
.responsive #top #wrap_all .entry-content-wrapper .flex_column.custom-bg-section {
    padding: 25px;
    margin-top: 0;
    overflow: hidden;
    border-radius: 6px;
}
@media (min-width: 992px) {
    .responsive #top #wrap_all .entry-content-wrapper .flex_column.custom-bg-section {
        padding: 50px 100px;
    }
}
.responsive #top #wrap_all .entry-content-wrapper .flex_column.bottom-about-section {
    width: calc(50% - 20px);
    margin-top: 25px;
    border: 1px solid #515151;
    border-radius: 6px !important;
    overflow: hidden;
}
@media (max-width: 991px) {
    .responsive #top #wrap_all .entry-content-wrapper .flex_column.bottom-about-section {
        width: 100%;
        margin-top: 20px;
    }
}
.responsive #top #wrap_all .entry-content-wrapper .flex_column.bottom-about-section h4 {
    color: white;
    padding: 10px;
    margin: 0;
    background-color: #515151;
}
.responsive #top #wrap_all .entry-content-wrapper .flex_column.bottom-about-section ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.responsive #top #wrap_all .entry-content-wrapper .flex_column.bottom-about-section ul li {
    padding: 15px;
    margin-left: 0;
}
.responsive #top #wrap_all .entry-content-wrapper .flex_column.bottom-about-section ul li:nth-of-type(2n) {
    background-color: #efefef;
}
.responsive #top.page-id-208 #wrap_all .entry-content-wrapper {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}
.responsive #top.page-id-208 #wrap_all .entry-content-wrapper .team-member {
    border: 1px solid #efefef;
    background-color: #efefef;
}
.responsive #top.page-id-208 #wrap_all .entry-content-wrapper .team-member img {
    padding: 0;
    border-radius: 0;
}
.responsive #top.page-id-208 #wrap_all .entry-content-wrapper .team-member .avia_textblock {
    padding: 15px;
}
.responsive #top.page-id-208 #wrap_all .entry-content-wrapper .team-member .avia_textblock p {
    margin: 0;
    font-size: 14px;
}
.responsive #top.page-id-208 #wrap_all .entry-content-wrapper .team-member .avia-image-container {
    margin-bottom: 0;
    background-color: #fff;
}
.testimonial-list .av_textblock_section {
    padding: 10px 50px 10px 80px;
    margin: 0 0 20px;
    border: 2px solid #515151;
    background-image: url("../enfold-child/svg/left-quote.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: left 15px top 20px;
}
.testimonial-list .av_textblock_section p {
    margin: 15px 0;
}
.testimonial-list .av_textblock_section p:last-of-type {
    font-size: 13px;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .responsive #top #wrap_all .flex_column.special-offers.av_one_third,
    .responsive #top #wrap_all .flex_column.special-offers.av_one_third.first {
        width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .responsive #top #wrap_all .flex_column.special-offers.av_one_third,
    .responsive #top #wrap_all .flex_column.special-offers.av_one_third.first {
        width: 100%;
    }
}
.responsive #top #wrap_all .flex_column.special-offers section {
    margin-bottom: 20px;
    border: 2px solid #515151;
}
.responsive #top #wrap_all .flex_column.special-offers section p {
    margin: 0;
    padding: 15px;
}
.responsive #top #wrap_all .flex_column.special-offers section p:last-of-type {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #addfc8;
}
.responsive #top #wrap_all .flex_column.special-offers section p:last-of-type strong {
    color: #455c52;
}
#top .main_color .contact-form-tabs .tabcontainer {
    border-right: 1px solid #ebebeb;
}
#top .main_color .contact-form-tabs .tabcontainer .active_tab,
#top .main_color .contact-form-tabs .tabcontainer .active_tab_content {
    background-color: white;
}
@media (min-width: 768px) {
    #top .main_color .contact-form-tabs .tabcontainer .tab_titles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#top .main_color .contact-form-tabs .tabcontainer .tab {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #efefef;
}
@media (min-width: 768px) {
    #top .main_color .contact-form-tabs .tabcontainer .tab {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
    }
}
@media (min-width: 1101px) {
    #top .main_color .contact-form-tabs .tabcontainer .tab:not(:first-of-type) {
        border-left: 1px solid #d4d4d4;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    #top .main_color .contact-form-tabs .tabcontainer .tab {
        width: 50%;
    }
}
#top .main_color .contact-form-tabs .tabcontainer .tab:focus {
    outline: 0;
}
#top .main_color .contact-form-tabs .tabcontainer .tab.active_tab {
    color: white;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #515151;
}
@media (max-width: 767px) {
    #top .main_color .contact-form-tabs .tab_content {
        padding: 15px;
    }
    #top .main_color .contact-form-tabs .tab_content h3 {
        margin-top: 0;
    }
    #top .main_color .contact-form-tabs .tab_content .tab_inner_content {
        margin-top: 0;
    }
}
#top .main_color .contact-form-tabs .tab_content .tab_inner_content a {
    border-bottom: 1px solid black;
}
#top .main_color .contact-form-tabs .wpcf7 {
    padding: 50px 30px;
    background-color: #515151;
}
@media (max-width: 767px) {
    #top .main_color .contact-form-tabs .wpcf7 {
        padding: 30px;
    }
}
#top .main_color .contact-form-tabs .wpcf7 h3 {
    color: white;
}
#top .main_color .contact-form-tabs .wpcf7 form {
    margin: 0 auto;
    max-width: 600px;
}
#top .main_color .contact-form-tabs .wpcf7 form .wpcf7-response-output {
    color: white;
    margin: 15px 0 0;
}
#top .main_color .contact-form-tabs .wpcf7 label span,
#top .main_color .contact-form-tabs .wpcf7 legend span {
    color: white;
}
#top .main_color .contact-form-tabs .wpcf7 label {
    position: relative;
}
#top .main_color .contact-form-tabs .wpcf7 p {
    color: white;
    margin: 0 0 20px;
}
#top .main_color .contact-form-tabs .wpcf7 input:checked {
    color: red;
}
#top .main_color .contact-form-tabs .wpcf7 input:focus {
    outline: 0;
}
#top .main_color .contact-form-tabs .wpcf7 input[type="date"] {
    width: 100%;
}
#top .main_color .contact-form-tabs .wpcf7 input[type="checkbox"],
#top .main_color .contact-form-tabs .wpcf7 input[type="radio"] {
    opacity: 0;
}
#top .main_color .contact-form-tabs .wpcf7 input[type="checkbox"] ~ span:before,
#top .main_color .contact-form-tabs .wpcf7 input[type="radio"] ~ span:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
}
#top .main_color .contact-form-tabs .wpcf7 input[type="checkbox"]:checked ~ span:before,
#top .main_color .contact-form-tabs .wpcf7 input[type="radio"]:checked ~ span:before {
    background-color: #addfc8;
}
#top .main_color .contact-form-tabs .wpcf7 input[type="submit"] {
    margin-top: 15px;
}
#top .wpcf7 input[type="submit"] {
    padding: 0 15px;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 160px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    color: #333;
    background-color: #addfc8;
}
#top .wpcf7 input[type="submit"]:hover {
    color: #111;
    background-color: #90c3ac;
}
#top .wpcf7 .input-text,
#top .wpcf7 input[type="email"],
#top .wpcf7 input[type="input"],
#top .wpcf7 input[type="number"],
#top .wpcf7 input[type="password"],
#top .wpcf7 input[type="search"],
#top .wpcf7 input[type="tel"],
#top .wpcf7 input[type="text"],
#top .wpcf7 input[type="url"],
#top .wpcf7 select,
#top .wpcf7 textarea {
    padding: 10px 15px;
    margin-bottom: 0;
}
#top .wpcf7 input[type="date"] {
    font-size: 14px;
    margin: 0;
    padding: 8px 6px;
}
#top .wpcf7 input,
#top .wpcf7 textarea {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}
#top .wpcf7 input:focus,
#top .wpcf7 textarea:focus {
    border-color: #addfc8;
}
#top .wpcf7 input.wpcf7-not-valid,
#top .wpcf7 textarea.wpcf7-not-valid {
    border-color: #fb6767;
}
#top .wpcf7 .wpcf7-not-valid-tip {
    color: #fb6767;
}
#top .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    vertical-align: bottom;
}
#top .wpcf7 label {
    font-weight: normal;
}
#top .wpcf7 .wpcf7-list-item.first {
    margin-left: 0;
}
#top .wpcf7 input[type="checkbox"],
#top .wpcf7 input[type="radio"] {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
#top .wpcf7 label.file-upload {
    color: #969696;
    padding: 15px 15px 15px 45px;
    display: inline-block;
    cursor: pointer;
    background-color: white;
    background-size: 20px;
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-image: url("../enfold-child/svg/image.svg");
}
#top .wpcf7 label.file-upload input {
    display: none;
}
#top .wpcf7 .wpcf7-acceptance input,
#top .wpcf7 .wpcf7-acceptance span {
    margin-left: 0;
}
#top .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 6px;
}
#top .wpcf7 form > p {
    margin-bottom: 20px;
    display: block;
}
.socket_color a {
    border-bottom: 1px solid black;
}
#searchform input[type="submit"]:focus {
    outline: 0;
}
.ti-reviews-container .ti-controls-dots {
    margin: 45px 0 0;
}
.ti-reviews-container .ti-controls-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 4px;
}
.avia_textblock.notice {
    padding: 15px 15px 15px 45px;
    background-color: #f7f7f7;
    background-size: 20px;
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-image: url("../enfold-child/svg/warning.svg");
}
.avia_textblock.notice p {
    margin: 0;
    font-weight: 600;
}
#top #searchform input[type="text"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 11px 47px 11px 11px;
    border-radius: 4px;
    border: 2px solid #515151;
}
#top #searchform #searchsubmit {
    right: 2px;
    top: 2px;
    width: 47px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    height: 47px !important;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #515151;
    background-image: url("../enfold-child/svg/search-white.svg");
}
#top #searchform #searchsubmit:hover {
    background-color: #9bd8bc;
    background-image: url("../enfold-child/svg/search.svg");
}
#top #searchform #searchsubmit:hover ~ input {
    border-color: #addfc8;
}
.avia-iframe-wrap,
.avia-video {
    margin-bottom: 35px;
}
#cff.facebook-feed {
    margin-top: 10px;
}
#cff.facebook-feed .cff-author,
#cff.facebook-feed .cff-media-link,
#cff.facebook-feed .cff-post-links {
    display: none;
}
#cff.facebook-feed .cff-post-text {
    background-color: white;
    border-radius: 4px;
    padding: 15px;
}
#cff.facebook-feed .cff-item {
    border-bottom: 0;
}
#top .template-search.content .entry-content-wrapper {
    padding-left: 0;
}
#top .template-search.content .post-meta-infos,
#top .template-search.content .search-result-counter {
    display: none;
}
#top .template-search.content .post-entry {
    margin-bottom: 25px;
    border-bottom: 1px solid #969696;
}
#top .template-search.content .entry-content p {
    margin-top: 0;
}
.responsive #top #wrap_all .template-search article .entry-content-wrapper {
    margin: 0;
}
.main_color .bottom-page-cta {
    padding: 30px 15px;
    border-color: #111;
    background-color: #addfc8;
    margin: 20px 0;
}
@media (min-width: 768px) {
    .main_color .bottom-page-cta {
        padding: 30px 35px;
        font-size: 18px;
    }
}
.main_color .bottom-page-cta p {
    margin: 0;
    font-weight: 600;
}
.main_color .bottom-page-cta p a {
    font-weight: bold;
    letter-spacing: 1px;
}
.main_color .bottom-page-cta p a:hover {
    color: #769c8b;
    border-bottom: 1px solid #111;
}
@media (max-width: 767px) {
    .wpcf7-checkbox > span {
        display: block;
        margin-left: 0;
    }
}
.responsive.av-burger-overlay-active #top #header_main > .container .main_menu .av-main-nav > li:nth-last-of-type(2) > a {
    opacity: 0;
}
.grecaptcha-badge {
    display: none;
    opacity: 0;
}
#cff.cff-default-styles .cff-post-text a:focus,
#cff.cff-default-styles .cff-post-text a:hover {
    text-decoration: none;
}
