/*
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
*/
:root {
  --bronze-color: #a35a2a;
}

:root {
  --blue-color: #002060;
}

@font-face {
    font-family: 'Helvetica Now Text';
    src: url('../enfold-child/fonts/HelveticaNowText-Light.woff2') format('woff2'),
         url('../enfold-child/fonts/HelveticaNowText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Text';
    src: url('../enfold-child/fonts/HelveticaNowText-Regular.woff2') format('woff2'),
         url('../enfold-child/fonts/HelveticaNowText-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Text';
    src: url('../enfold-child/fonts/HelveticaNowText-Medium.woff2') format('woff2'),
         url('../enfold-child/fonts/HelveticaNowText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Text';
    src: url('../enfold-child/fonts/HelveticaNowText-Bold.woff2') format('woff2'),
         url('../enfold-child/fonts/HelveticaNowText-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body.montserrat,
h1, h2, h3, h4, h5, h6,
#top .title_container .main-title,
tr.pricing-row td, #top .portfolio-title,
.callout .content-area,
.avia-big-box .avia-innerbox,
.av-special-font, .av-current-sort-title,
.html_elegant-blog #top .minor-meta,
#av-burger-menu-ul li {
    font-family: 'Helvetica Now Text', Helvetica, Arial, sans-serif;
}

.big-preview.single-big img{
    max-height: 50vh;
    object-fit: contain;
}

span.fallback-post-type-icon{
    display: none;
}

.blog .avia-content-grid-active .slide-entry img{
    display: flex;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog .avia-content-grid-active .slide-entry .slide-content{
    margin-top: 1rem;
}

.blog .slide-entry-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.template-blog .pagination {
    padding: 0;
    margin-top: 2rem;
}

.blog .slide-entry-wrap article{
    width: 100%;
    margin: 0;
}

.avia-content-slider-inner > .slide-entry-wrap{
    margin: 3rem 0;
}

.avia-content-slider-inner > .slide-entry-wrap:first-of-type{
    margin-top: 0;
}

.avia-content-slider-inner > .slide-entry-wrap:last-of-type{
    margin-bottom: 0;
}

li.view-all-label a:before{
    display: flex;
    content: 'View All';
    margin-right: 5px;
    font-weight: 600;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li li a{
    padding-left: 50px;
}

.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet{
    left: 30px;
}

li.view-all-label{
    display: flex;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li.view-all-label a{
    display: flex;
    font-weight: 600;
}

.avia-timeline-vertical .av-milestone-content-wrap{
    vertical-align: middle;
}

form.wpcf7-form.invalid .wpcf7-response-output{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

form.wpcf7-form.sent .wpcf7-response-output{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

form.wpcf7-form .wpcf7-response-output{
    text-align: center;
    padding: 20px;
    border-radius: 3px;
}

#top .avia-cookie-consent {
    position: fixed;
    background-color: rgba(163, 90, 42, .9);
}

.avia-video{
    margin-bottom: 0;
}

#service-swiper .swiper-button-next:after,
#service-swiper .swiper-button-prev:after{
    content: '';
}

#service-swiper .content{
    padding: 0;
}

#what-our-clients-say h3{
    margin-bottom: 25px;
}

#service-swiper .swiper-button-next{
    height: 45px;
    width: 45px;
    border-radius: 100%;
    background: var(--blue-color) url(svg/right-arrow.svg);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

#service-swiper .swiper-button-prev{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: var(--blue-color) url(svg/left-arrow.svg);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

#home-header h1{
    color: #fff;
    text-transform: none;
    font-size: 70px;
    margin: auto;
    font-weight: 600;
}

#contact-map{
    margin-top: 20px;
}

.avia-button.avia-color-orange,
.avia-button.avia-color-orange:hover{
    background-color: var(--bronze-color);
    border: none;
}

#home-header .avia-button{
    margin-top: 20px;
}

.main_menu{
    position: relative;
    flex-basis: 65%;
}

.avia-button.avia-size-large {
    padding: 15px 30px;
    font-size: 16px;
}

#home-header .content{
    padding-top: 130px;
    padding-bottom: 130px;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 500;
}

#custom-slider .container{
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.swiper-button-prev-custom{
    position: absolute;
    height: 40px;
    width: 40px;
    background: #005d99 url(svg/left-arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    right: unset;
    border-radius: 100%;
    bottom: 110px;
    z-index: 1;
    opacity: .8;
    transition: .3s;
    left: 0;
}

#download-grid img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#header_meta .container a:hover{
    text-decoration: underline;
}

.main_color .avia-timeline .milestone_inner{
    background-color: var(--bronze-color);
}

#top .main_color h2.av-milestone-date strong{
    color: #a35a2a;
}

.swiper-button-next-custom{
    position: absolute;
    height: 40px;
    width: 40px;
    background: #005d99 url(svg/right-arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    border-radius: 100%;
    bottom: 110px;
    opacity: .8;
    transition: .3s;
    z-index: 1;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover{
    opacity: 1;
    transition: .3s;
    cursor: pointer;
}

#custom-slider .image-caption{
    position: absolute;
    max-width: 1310px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
}

#custom-slider .image-caption .image-caption-inner{
    max-width: 45%;
}

#top #wrap_all .all_colors #custom-slider h1{
    color: #fff;
}

body .avia-button.slider-button{
    background: #fff;
    margin-top: 30px;
    padding: 16px 25px 14px 25px;
    line-height: 1;
}

#custom-footer ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#custom-footer ul li{
    margin-left: 0;
    padding-left: 0;
    color: #f1f6fb;
}

#custom-slider .image-caption h2{
    color: #fff;
}

.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main{
    padding-top: 189px;
}

#custom-slider .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    flex-direction: column;
    max-height: 500px;
}

#custom-slider .swiper-slide img{
    width: 100%;
}

.template-page .entry-content-wrapper h2{
    letter-spacing: 0;
    text-transform: none;
}

body div .avia-button{
    border-radius: 30px;
}

.avia-button.avia-size-medium {
    padding: 16px 20px 14px 45px;
    font-size: 14px;
}

#header-btn{
    line-height: 1;
}

.main_color .breadcrumb a,
.main_color .breadcrumb{
    color: #111;
}

.breadcrumb .sep{
    overflow: visible;
    width: 12px;
}

#page-header .template-page .entry-content-wrapper h1{
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 700;
}

#page-header.avia-section{
    min-height: unset;
}

#page-header .flex_column .avia_textblock{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    max-width: 50%;
}

#page-header p{
    color: #fff;
}

#custom-footer.main_color h4{
    color: #fff;
}

#speak-to-an-expert{
    min-height: 0;
    height: unset;
}

#scroll-top-link {
    right: unset;
    left: 50px;
    border-radius: 100%;
}

#header_meta{
    border-top: none;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    margin-bottom: 0px;
}

#speak-to-an-expert .content{
    padding: 0;
}

#speak-to-an-expert div.avia_codeblock{
    position: fixed;
    display: flex;
    right: -75px;
    height: 50px;
    width: 200px;
    bottom: 200px;
    background: var(--bronze-color);
    transform: rotate(-90deg);
    align-items: center;
    justify-content: center;
    opacity: .9;
    transition: .3s;
}

#speak-to-an-expert div.avia_codeblock:hover{
    opacity: 1;
    transition: .3s;
}

.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 138px;
}

#speak-to-an-expert div.avia_codeblock a{
    color: #fff;
}

#footer-contact-information a{
    color: var(--bronze-color);
}

#custom-footer .flex_column .widget .widgettitle,
#custom-footer .content .widget .widgettitle{
    margin-top: 0;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 18px;
}

#custom-footer.main_color p{
    color: #dddddd;
}

#page-header{
    position: relative;
}

#top .main_color .input-text,
#top .main_color input[type='text'],
#top .main_color input[type='input'],
#top .main_color input[type='password'],
#top .main_color input[type='email'],
#top .main_color input[type='number'],
#top .main_color input[type='url'],
#top .main_color input[type='tel'],
#top .main_color input[type='search'],
#top .main_color textarea,
#top .main_color select{
    min-height: 50px;
    padding-left: 15px;
}

#what-are-you-looking-for .entry-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#what-are-you-looking-for .entry-content-wrapper .flex_column.av_one_full{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}

#top #what-are-you-looking-for .no_margin.av_one_fourth.flex_column{
    flex-basis: 24%;
    width: unset;
    min-height: 220px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
}

#top #what-are-you-looking-for .no_margin.av_one_fourth.flex_column div.avia_textblock{
    background: #005d99;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    transition: .3s;
}

#top #what-are-you-looking-for .no_margin.av_one_fourth.flex_column:hover div.avia_textblock{
    height: 80px;
    transition: .3s;
}

#top #what-are-you-looking-for .no_margin.av_one_fourth.flex_column div.avia_textblock p{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#top #what-are-you-looking-for .no_margin.av_one_fourth.flex_column:hover div.avia_textblock p:after{
    content: 'View here';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.logo-swiper img{
    height: 130px;
    width: auto;
}

.logo-swiper .swiper-slide{
    display: flex;
    justify-content: center;
}

body div .avia-button .avia_iconbox_title{
    display: flex;
    line-height: 1;
}

#cta .content{
    padding: 30px 0;
}

#page-header .entry-content-wrapper ul{
    color: #fff;
}

#top .avia-button-fullwidth{
    font-size: 1.25em;
}

#top .avia-button-fullwidth span{
    justify-content: center;
}

/*a.header-btn,
.avia-color-theme-color,
.main_color .avia-color-theme-color{
    background-image: url(svg/question-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 15px center;
    border: none;
}*/

#why-choose-us ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#why-choose-us{
    color: #005d99;
}

.main_color #why-choose-us h3{
    color: #005d99;
}

#why-choose-us ul li{
    padding: 10px 0 10px 30px;
    background-image: url(svg/arrow-right-bullet.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 0;
}

#top .content .flex_column .widget_nav_menu li a:hover,
#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item,
#top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item{
    background: transparent;
}

p:first-child{
    margin-top: 0;
}

.main_color a.avia-color-white {
    color: #176ca2;
}

#cta .avia-button.avia-color-white{
    background: #fff url(svg/question-blue.svg);
    background-size: 20px;
    background-position: left 10px center;
    background-repeat: no-repeat;
}

.logo a{
    display: flex;
    align-items: center;
}

div .logo{
    position: relative;
    flex-basis: 20%;
}

.container.av-logo-container .inner-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container.av-logo-container .inner-container h3.widgettitle{
    color: #005d99;
    font-size: 12px;
}

#custom-footer{
    color: #f1f6fb;
}

#custom-footer.main_color strong{
    color: #fff;
    font-weight: 500;
}

#custom-footer.main_color #contact-information a{
    color: #fff;
    text-decoration: underline;
}

#accreditations{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#accreditations img{
    height: 50px;
    width: auto;
}

#product-swiper .container .content{
    overflow: visible;
}

#product-overview-grid .flex_column{
    border: 1px solid #eee;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #eee;
}

#product-overview-grid .flex_column img{
    height: 140px;
    margin-bottom: 20px;
    width: auto;
    object-fit: cover;
}

body #product-overview-grid .column-top-margin{
    margin-top: 0;
}

.container.av-logo-container .inner-container .widget{
    padding: 0;
    line-height: 1;
    flex-basis: 15%;
    justify-content: flex-end;
    display: flex;
}

#header_main{
    border-bottom: 0;
    background: #fff;
    border: none;
}

.avia-menu.av-main-nav-wrap{
    width: 100%;
}

#custom-socket .entry-content-wrapper{
    display: flex;
    align-items: center;
}

.flex_column#legal{
    display: flex;
    justify-content: flex-end;
}

#custom-socket p{
    margin: 0;
}

#product-overview-grid .entry-content-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

#product-overview-grid .clearfix:before{
    content: '';
    display: none;
}

#product-overview-grid .av_one_fourth{
    width: 100%;
    margin-left: 0;
}

.container.av-logo-container .inner-container .widget .textwidget p,
.container.av-logo-container .inner-container .widget .textwidget p a{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
    color: #111;
}

.container.av-logo-container .inner-container .widget .textwidget p a{
    background: var(--blue-color) url(svg/question.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    border-radius: 30px;
    padding: 14px 20px 14px 40px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .3s;
    line-height: 1.2;
    text-transform: uppercase;
}

.container.av-logo-container .inner-container .widget .textwidget p a:hover{
    background: var(--bronze-color) url(svg/question.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    transition: .3s;
}

#top .av-main-nav ul a{
    font-size: 16px;
}

#top .av-main-nav ul{
    width: 300px;
}

#header_meta .container{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header_meta .container span{
    margin-left: 20px;
}

.header_color strong{
    margin-right: 10px;
}

.header_color span:nth-of-type(2) strong{
    color: var(--bronze-color);
}

.phone-info div{
    color: #005d99;
    font-weight: 500;
    font-size: 20px;
}

#why-choose-wilco-manufacturers ul{
    list-style: none;
    margin-left: 0;
}

#why-choose-wilco-manufacturers ul li{
    padding-left: 30px;
    background: url(svg/arrow-circle.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1;
}

.header_color .phone-info div a{
    text-decoration: underline;
    color: #111;
    font-weight: 600;
}

p.avia_cookie_text + h2{
    margin-top: 0;
}

#top .avia-button.avia-cookie-consent-button{
    margin-top: 20px;
}

.avia-cookiemessage-bottom-left{
    padding: 25px;
}

.main_color .tabcontainer .tab {
    color: #111;
}

ul.menu.av-main-nav{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

#top .content .flex_column .widget_nav_menu li:first-child{
    border-top-width: 0;
}

#top .content .flex_column .widget_nav_menu li{
    border-bottom: none;
}

#top .main_color .content .flex_column .widget_nav_menu li a{
    color: #f1f6fb;
}

#top .main_color .content .flex_column .widget_nav_menu li{
    font-size: 16px;
}

#top .content .flex_column .widget_nav_menu li a {
    padding: 5px 0;
}

#top .content .flex_column .widget_nav_menu li a:hover{
    background: transparent;
}

#header_main_alternate{
    background: #005d99;
}

.html_modern-blog #top .post-entry .blog-categories {
    top: 0;
}

.html_elegant-blog #top .post-entry .post-title{
    padding: 0;
    margin-bottom: 0;
}

.av-main-nav > li > a {
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 13px;
}

#custom-footer .news-thumb{
    display: none;
}

#quality-introduction p{
    font-size: 20px;
    line-height: 1.4;
}

#quality-introduction a{
    text-decoration: underline;
    color: var(--blue-color);
}

#custom-slider .swiper-slide img.slide-accreditation-image{
    width: 120px;
    margin-left: 10px;
}

.slider-accreditation{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#we-supply-to img{
    height: 90px;
    width: auto;
    margin-bottom: 10px;
}

#top #wrap_all .all_colors #custom-slider h4{
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

#cta h3{
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 400;
}

#cta.main_color strong{
    font-weight: 500;
}

#top .avia-logo-element-container .slide-entry{
    padding: 25px;
}

.service-swiper h4,
#service-static h4{
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 25px;
}

#service-static h4:after,
.service-swiper h4:after{
    content: 'View Service';
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;
    transition: .3s;
    transform: translateY(10px);
    opacity: 0;
    margin-top: 10px;
}

#service-static .flex_column:hover h4:after,
.service-swiper .swiper-slide:hover h4:after{
    transition: .3s;
    transform: translateY(0px);
    opacity: 1;
}

#service-static .flex_column .av_textblock_section:after,
.service-swiper .swiper-slide:hover .av_textblock_section:after{
    height: 100%;
    width: 100%;
    background: rgba(163, 90, 42, .75);
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    transition: .3s;
    opacity: 1;
    z-index: 1;
}

#service-static .flex_column .av_textblock_section:after,
.service-swiper .swiper-slide .av_textblock_section:after{
    height: 100%;
    width: 100%;
    background: rgba(163, 90, 42, .75);
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    transition: .3s;
    opacity: 0;
}

body #usps .column-top-margin{
    margin-top: 0;
}

#custom-cta p{
    font-size: 55px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-top: 50px;
}

#top .ti-widget.ti-goog .ti-reviews-container-wrapper{
    margin: 0;
}

#cta-accreditations{
    display: flex;
    margin-top: 100px;
}

#custom-cta .flex_column#floating-parts .avia-image-container{
    position: absolute;
    right: 0;
    top: -275px;
}

#top .ti-widget.ti-goog .ti-review-item{
    padding: 0;
}

#usps p{
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2em;
    padding-right: 20px;
}

#usps .flex_column {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    padding: 10px;
}

#service-swiper .container{
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#top .ti-widget.ti-goog .ti-col-4 .ti-review-item{
    flex: 0 0 24%;
}

#custom-cta{
/*    background-image: -webkit-linear-gradient(-80deg, rgb(0 32 96) 60%, transparent 0%);*/
/*    background-image: -webkit-linear-gradient(-75deg, white, blueviolet 75.3%, transparent 0%);*/
/*background: linear-gradient(176deg, white, white 75%, black calc(75% + 1px), black 100%);*/
background: linear-gradient(-10deg, white, white 45%, #001746 calc(45% + 1px), #002060 100%)
}

.news-thumb.no-news-thumb{
    display: none;
}

.menu-item.menu-item-top-level:not(.menu-item-has-children) a .avia-menu-text:after,
li.current_page_item ul:not(.sub-menu) a .avia-menu-text:after{
    background: var(--blue-color);
    bottom: 23px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transition: margin-left 0.2s,width 0.2s;
    width: 0;
}

#top #page-header.avia-section.av-section-color-overlay-active,
#top #page-header.avia-section .av-section-color-overlay{
    background-color: var(--bronze-color)!important;
}

#top li.current_page_item:not(.menu-item-has-children) a .avia-menu-text:after{
    width: 50%;
    margin-left: -25%;
}

#top ul.sub-menu .menu-item.menu-item-top-level:not(.menu-item-has-children) a .avia-menu-text:after,
#top ul.sub-menu li.current_page_item  a .avia-menu-text:after{
    width: 0;
}

.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a{
    color: var(--blue-color);
}

h5{
    line-height: 1.5em;
}

td {
    font-size: 16px;
}

li.menu-item-has-children {
    background: url(svg/arrow-down.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 0;
    padding-right: 18px;
}

#top .ti-name{
    text-transform: capitalize;
}

#top .ti-widget.ti-goog .ti-col-3 .ti-review-item{
    width: 24%;
    flex: 0 0 24%;
    max-width: 24%;
}

.menu-item.menu-item-top-level:hover a .avia-menu-text:after {
    margin-left: -25%;
    width: 50%;
}

#top .ti-widget.ti-goog .ti-reviews-container-wrapper{
    justify-content: space-between;
}

#service-static .flex_column,
#service-swiper .swiper-slide,
#service-swiper .swiper-slide .av_textblock_section{
    height: 300px;
}

#service-static .entry-content-wrapper{
    display: flex;
    justify-content: space-between;
}

#page-header .content{
    padding-top: 40px;
    padding-bottom: 40px;
}

#service-static .entry-content-wrapper .flex_column{
    flex-basis: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19%;
}

#service-swiper .swiper-slide .avia_textblock{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

#service-swiper{
    display: flex;
    align-items: center;
    justify-content: center;
}

#usps .flex_column .avia-image-container{
    display: flex;
    justify-content: flex-start;
    flex-basis: 20%;
    margin-bottom: 0;
}

#usps .flex_column .av_textblock_section{
    flex-basis: 80%;
}

#usps .flex_column img{
    max-width: 25px;
}

.avia-logo-element-container .av-partner-fake-img{
    background-size: 80%;
    background-position: center;
}

.logo a img{
    height: 80px;
    width: auto;
}

#top .avia-smallarrow-slider-heading> div.new-special-heading{
    display: none;
}

#cta .entry-content-wrapper{
    display: flex;
    align-items: center;
}

#custom-footer.main_color h4{
    color: #fff;
}

.main_color input[type="submit"]{
    border-radius: 50px;
    font-family: 'Heebo';
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 30px;
    background: var(--bronze-color);
    transition: .3s;
}

.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a:hover{
    color: lightblue;
}

.main_color input[type='submit']:hover{
    transition: .3s;
}

.main_color p.toggler.activeTitle{
    background: var(--bronze-color);
    color: #fff;
}

.avia-timeline .av-milestone-date{
    font-size: 20px;
}

.toggler .toggle_icon, .toggler:hover .toggle_icon * {
    transition: none;
}

div.av-milestone-contentbox{
    vertical-align: middle;
}

.main_color .toggler.activeTitle:hover{
    background: var(--blue-color);
    color: #fff;
}

.main_color .toggler:hover{
    background: var(--blue-color);
    color: #fff;
}

.swiper-kenburn .swiper-slide img.slide-image {
  transform: scale(1.2);
  transition: transform 3s linear;
  max-width: 100%;
  width: 100%;
}
.swiper-kenburn .swiper-slide.swiper-slide-duplicate-active img.slide-image,
.swiper-kenburn .swiper-slide.swiper-slide.swiper-slide-active img.slide-image {
  transform: scale(1);
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
    .logo a img{
        height: 60px;
    }

    nav.main_menu{
        order: 4;
        flex-basis: 33%;
    }

    #avia-menu .menu-item {
        display: none;
    }

    .main_menu{
        flex-basis: unset;
    }

    #home-header{
        background-attachment: scroll;
    }

    .av-burger-menu-main.menu-item-avia-special {
        display: block;
    }

    li.menu-item-has-children {
        background: url(svg/arrow-down.svg);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: right center;
        margin-right: 0;
        padding-right: 13px;
    }

    .container.av-logo-container .inner-container .widget,
    div .logo{
        flex-basis: unset;
    }

}

@media only screen and (max-width: 990px) {
    #cta .entry-content-wrapper{
        flex-direction: column;
    }

    .avia-content-slider-inner > .slide-entry-wrap{
        margin: 1rem 0;
    }

    .blog .slide-entry-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .responsive .logo img{
        width: 150px;
    }

    .av-main-nav > li > a {
        text-transform: uppercase;
        padding: 0;
        font-weight: 600;
        letter-spacing: 0;
        font-size: 12px;
    }

    #service-static .entry-content-wrapper{
        grid-template-columns: 1fr 1fr ;
        display: grid;
        column-gap: 10px;
        row-gap: 10px;
    }

    .responsive #top #wrap_all #service-static .entry-content-wrapper .flex_column{
        margin-bottom: 0;
    }

    #service-static .entry-content-wrapper:before{
        display: none;
    }

    #service-static .entry-content-wrapper .flex_column {
        flex-basis: 49%;
    }

    #service-static .flex_column, #service-swiper .swiper-slide, #service-swiper .swiper-slide .av_textblock_section{
        height: 200px;
    }

    #page-header .flex_column .avia_textblock{
        flex-direction: column;
        max-width: 100%;
    }

    .responsive #top #wrap_all #custom-breadcrumbs .flex_column{
        margin-bottom: 0;
    }

    #header_meta .container{
        justify-content: center;
    }

    #top ul#av-burger-menu-ul{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a{
        padding: 15px 25px;
    }

    html.av-burger-overlay-active #header_meta{
        z-index: 10;
    }

    #top #av-burger-menu-ul {
        vertical-align: top;
    }

    .responsive #top #wrap_all header#header{
        position: fixed;
        top: 0;
    }

    .responsive #top #main {
        padding-top: 130px !important;
        margin: 0;
    }

    .container.av-logo-container .inner-container .widget .textwidget p a {
        background: var(--blue-color);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: left 10px center;
        border-radius: 30px;
        padding: 12px 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        transition: .3s;
        letter-spacing: 1px;
    }

    .responsive #top #wrap_all #page-header .flex_column{
        margin-bottom: 0;
    }

    .avia-image-container.avia-align-right {
        float: left;
        margin-left: 0;
    }

    nav.main_menu {
        flex-basis: 15%;
    }

    .phone-info div{
        font-size: 16px;
    }

    .header_color strong{
        margin-right: 5px;
    }

    #custom-socket p{
        font-size: 11px;
    }

    #custom-cta p {
        font-size: 26px;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 1.2;
        color: #fff;
        margin-top: 0;
    }

    #custom-cta .flex_column#floating-parts .avia-image-container {
        position: absolute;
        right: 0;
        top: -150px;
        width: 140px;
    }

    .avia-button.avia-size-large{
        font-size: 14px;
    }

    #header_meta .container span{
        margin-left: 0;
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    #usps .flex_column .av_textblock_section{
        flex-basis: 88%;
    }

    .responsive #top #wrap_all #speak-to-an-expert .flex_column,
    .responsive #top #wrap_all #custom-socket .flex_column.avia-builder-el-last {
        margin-bottom: 0;
    }

    #home-header .content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #usps .flex_column .avia-image-container{
        flex-basis: 10%;
    }

    .responsive #top #wrap_all #usps .flex_column{
        margin-bottom: 0;
    }

    .responsive #top .logo{
        flex-basis: 50%;
        z-index: 1000;
    }

    .container.av-logo-container .inner-container .widget{
        z-index: 1000;
        flex-basis: 30%;
    }

    #we-supply-to img {
        height: 70px;
    }

    header#header{
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
    }

    #top #wrap_all .all_colors #we-supply-to h4 {
        font-size: 16px;
    }

    #home-header h1{
        max-width: 100%;
    }

    #top #what-are-you-looking-for .no_margin.av_one_fourth.flex_column{
        min-height: 150px;
    }

    #top #what-are-you-looking-for .no_margin.av_one_fourth.flex_column div.avia_textblock{
        text-align: center;
        font-size: 12px;
    }

    .responsive #top #wrap_all .main_menu{
        position: relative;
        display: flex;
    }

    ul.menu.av-main-nav{
        justify-content: flex-end;
    }

    .header_color .av-hamburger-inner,
    .header_color .av-hamburger-inner::before,
    .header_color .av-hamburger-inner::after{
        background-color: #111;
    }

    #cta .avia-button-right{
        float: left;
    }

    .responsive #top #wrap_all #cta .flex_column.avia-builder-el-last{
        margin-bottom: 0;
    }

}

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

    #custom-socket p{
        text-align: left!important;
    }

    .responsive #top #wrap_all #custom-socket .flex_column{
        margin-bottom: 0;
    }

    #custom-socket .entry-content-wrapper{
        flex-direction: column;
    }

    .responsive #top #wrap_all .container {
        width: 90%;
        max-width: 90%;
    }

    #custom-slider .swiper-slide img.slide-accreditation-image{
        height: auto;
        width: 120px;
    }

    .responsive #top #wrap_all #custom-slider .container{
        width: 100%;
        max-width: 100%;
    }

    #custom-slider .swiper-slide img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    #custom-slider .image-caption .image-caption-inner{
        max-width: 100%;
    }

    .header_color .phone-info div a{
        line-break: anywhere;
    }

    #top #wrap_all .all_colors #custom-slider h1{
        font-size: 40px;
    }

    .logo-swiper img{
        height: unset;
    }

    .container.av-logo-container .inner-container .widget_text .textwidget p{
        font-size: 0;
        margin: 0;
    }

    #home-header h1 {
        font-size: 45px;
    }

    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a{
        padding: 0;
    }

    .logo a{
        display: flex;
        align-items: center;
    }

    .container.av-logo-container .inner-container .widget{
        flex-basis: 60%;
        justify-content: center;
    }

    nav.main_menu{
        flex-basis: 12%;
    }

}
