/*
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.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/*Add your own styles here:*/
.newgreen-review__content {
    width: calc(100% + 30px);
}

/*top menu */
#header_meta .sub_menu ul li{
	border-right-width: 0;
}
#header_meta .sub_menu ul li[class*="top-"] a{
	padding-left: 20px;
}
#header_meta .sub_menu ul li a{
	color: #444;
}
#header_meta .sub_menu ul li a:hover{
    color: #444;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-mail:before{
    content: "";
    background-image: url('media/envelope.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-adres:before{
    content: "";
    background-image: url('media/location.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}
/*mail icon top menu*/
#header_meta .sub_menu ul li.top-phone:before{
    content: "";
    background-image: url('media/phone.png');
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
}

/* #top #header .avia_mega_div .sub-menu {
	 background-color: #253081;
} */
/*responsive*/
@media (max-width: 760px){
	.social_bookmarks{
		display: none;
	}
}

/*wpml top menu*/
.avia_wpml_language_switch{
	display: none;
}
#lang_sel_list ul li a.lang_sel_sel:after{
    content: "";
    border-bottom: 1px solid #777;
    display: block;
}
#lang_sel_list ul li a{
	padding-right: 5px;
	border-right: 1px solid #777;
}
#lang_sel_list ul li:last-child a{
	padding-right: 0;
	border-right: 0;
}
#lang_sel_list{
	float: right;
	font-family: inherit;
    font-weight: bold;
    padding: 9px 0;
    height: 0;
}
#lang_sel_list ul li a{
	background-color: inherit;
}

.mobile-contact-btn-container {
    z-index: 99;
}
#header_main .logo img{width: 250px;}
#header_main .logo a{display: flex;align-items: center;}
#top #main .type_window .gfield_radio li label, #top #main .size_window .gfield_radio li label,#top #main #gform_page_1_1 .button.gform_next_button,.newgreen-review__author, .newgreen-review__content:before, .newgreen-review__content:after,.newgreen-review__author, .newgreen-review__content:before, .newgreen-review__content:after{color: #253081 !important;}
#top #main #gform_page_1_1 .gform_page_footer{background-color: #253081 !important;}
.newgreen-review__initials span {background-color: #253081 !important;}
.iconlist_icon.avia-font-entypo-fontello {background-color: #253081 !important;}
a.mobile-contact__icon.quote-btn { display:none;}

/*custom icons*/
@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #icons .av_one_fourth {
        width: 47%;
    }
    .responsive #stop #wrap_all #icons .av_one_fourth:nth-child(odd) {  
        margin-right: 6%;
    }
	a.mobile-contact__icon.quote-btn {
    border-radius: 30px;
    position: fixed;
    bottom: 1rem;
    right: 176px;
    z-index: 1;
    padding: 10px 20px !important;
    width: auto;
    background: #e84f13;
    color: #fff;
    font-size: 16px;    
	display: inline-block;
	margin-right: 0rem !important;
}
	a.mobile-contact__icon.quote-btn:hover{text-decoration:none;}
	.mobile-contact { padding: 1rem 0.5rem; }
	.mobile-contact__icon:not(:last-child) { margin-right: 0.5rem;}
}
}


.footer-top {
    background-color: #f6f6f6;
}
#top .footer-top .flex_column_table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top .footer-top .flex_column .iconbox_content {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#top .footer-top .flex_column .iconbox_content h2 {
    margin-top: 0;
}
#top .footer-top .flex_column {
    width: 23.5%;
}
#top  .footer-top .iconbox_content h2 {
    color: #65af24;
    font-size: 25px;
}

@media only screen and (max-width: 1024px) {
    #top .footer-top .flex_column {
        width: 47%;
    }
    #header_meta .sub_menu .menu {
        display: none;
    }
    .sidebar-review {
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    #top .footer-top .flex_column {
        width: 100%;
    }
    .sidebar-review .sidebar-top-menu:first-child {
        display: none;
    }
}

#top .av-iconlist-small .iconlist_icon {
    margin-top: 7px;
}

/*footer copyright*/
#socket .copyright {
    display: block;
    text-align: center;
    float: none;
}

/*google review*/
.recommendation-container p {
    margin: 0;
    padding: 0;
}

#header_meta .sub_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
    margin-top: -10px;
	height: 46px;
}
.sidebar-review a {
    color: #000000;
}
.sidebar-review {
    display: flex;
    align-items: center;
}
.sidebar-review .sidebar-top-menu {
    margin-right: 15px;
}
.sidebar-review .sidebar-top-menu:first-child {
    position: relative;
}
#header_meta .sub_menu .arrow {
    position: absolute;
    right: -25px;
    bottom: 0;
}


.newgreen-review__author,
.newgreen-review__content:before, 
.newgreen-review__content:after {
    color: #65af24;
}
.newgreen-review__initials span {
    background-color: #65af24;
}
.newgreen-review__content:before,
.newgreen-review__content:after {
    top: 30px;
}

#top #main .type_window {
    margin-bottom: 40px;
}

#top #main .type_window,
#top #main .size_window {
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 6px !important;
}

#top #main .type_window .gfield_label,
#top #main .size_window .gfield_label {
    text-align: center;
    display: block;
}

#top #main .type_window .gfield_radio,
#top #main .size_window .gfield_radio {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#top #main .type_window .gfield_radio li label,
#top #main .size_window .gfield_radio li label {
    text-transform: uppercase;
    color: #65af24;
    font-size: 1em;
}


/*icons*/
#top #main .type_window .gfield_radio li,
#top #main .size_window .gfield_radio li {
    height: 200px;
    width: 175px;
}
#top #main .type_window .gfield_radio li input,
#top #main .size_window .gfield_radio li input {
    margin-top: 155px;
}
#top #main .type_window .gfield_radio li label,
#top #main .size_window .gfield_radio li label {
    margin-top: 155px !important;
    width: 100%;
    text-align: center;
    margin-left: 0;
}

#top #main .type_window .gfield_radio li,
#top #main .size_window .gfield_radio li {
    opacity: 0.7;
}
#top #main .type_window .gfield_radio .selected,
#top #main .size_window .gfield_radio .selected,
#top #main .type_window .gfield_radio li:hover,
#top #main .size_window .gfield_radio li:hover {
    opacity: 1;
}
#top #main .type_window .gfield_radio li label:before,
#top #main .size_window .gfield_radio li label:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
}
#top #main .type_window .gchoice_1_2_0 label:before {
    /* background-image: url(/wp-content/uploads/2019/04/voorruit.png); */
    background-image: url(/wp-content/uploads/2021/12/voorruit.png);
}
#top #main .type_window .gchoice_1_2_1 label:before {
    /* background-image: url(/wp-content/uploads/2019/04/achteruit.png); */
    background-image: url(/wp-content/uploads/2021/12/achteruit.png);
}
#top #main .type_window .gchoice_1_2_2 label:before {
    /* background-image: url(/wp-content/uploads/2019/04/zijruit.png); */
    background-image: url(/wp-content/uploads/2021/12/zijruit.png);
}
#top #main .type_window .gchoice_1_2_3 label:before {
    /* background-image: url(/wp-content/uploads/2019/04/dakram.png); */
    background-image: url(/wp-content/uploads/2021/12/dakram.png);
}

#top #main .size_window .gchoice_1_3_0 label:before {
    /* background-image: url(/wp-content/uploads/2019/04/muntSmall.png); */
    background-image: url(/wp-content/uploads/2021/12/muntSmall_new.png);
}
#top #main .size_window .gchoice_1_3_1 label:before {
    /* background-image: url(/wp-content/uploads/2019/04/muntBig.png); */
    background-image: url(/wp-content/uploads/2021/12/muntBig_new.png);
}
#top #main .size_window .gchoice_1_3_2 label:before {
    /* background-image: url(/wp-content/uploads/2019/04/ster.png); */
    background-image: url(/wp-content/uploads/2021/12/barst.png);
    background-size: 52px!important;
}
#top #main .size_window .gchoice_1_3_3 label:before {
    /* background-image: url(/wp-content/uploads/2019/04/ster.png); */
    background-image: url(/wp-content/uploads/2021/12/barst.png);
    background-size: 103px!important;
}

#top .gform_wrapper .gform_page_footer {
    border-top: 0;
}

#top #main #gform_page_1_1 .button.gform_next_button {
    float: none;
    margin-bottom: 0;
    color: #65af24;
    background-color: #ffffff;
}
#top #main #gform_page_1_1 .gform_page_footer .advice {
    color: #ffffff;
    font-size: 1.5em;
}
#top #main #gform_page_1_1 .gform_page_footer {
    padding: 25px;
    background-color: #65af24;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-scrolled #header_main .logo img {
    width: auto !important;
}

@media only screen and (max-width: 896px) {
    #top #main .type_window .gfield_radio li,
    #top #main .size_window .gfield_radio li {width: 50%; }
    #top #main .type_window .gfield_radio li label:before,
    #top #main .size_window .gfield_radio li label:before { left: 20%;}
}
@media only screen and (max-width: 414px) {
    #top #main .type_window .gfield_radio li,
    #top #main .size_window .gfield_radio li { width: 100%;}
    #top #main #gform_page_1_1 .gform_page_footer { flex-wrap: wrap;}
    #top #main #gform_page_1_1 .button.gform_next_button { margin-top: 25px; }
}


/*mobile icons*/
.menu-icons .sub-menu span.avia-menu-text { margin-left: 25px;}
#top .av-burger-overlay ul .menu-icons .sub-menu li span.avia-bullet {background-size: contain;height: 2.5em; width: 2.5em;background-repeat: no-repeat;background-color: transparent; opacity: 1; position: absolute;top: 5px; left: 50px;}
.menu-item-42 .sub-menu:nth-of-type(1) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/vervangen.png);}
.menu-item-42 .sub-menu:nth-of-type(2) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/repareren.png);}
.menu-item-42 .sub-menu:nth-of-type(3) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/polijsten.png);}
.menu-item-42 .sub-menu:nth-of-type(4) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/kalibreren.png);}
.menu-item-42 .sub-menu:nth-of-type(5) .avia-bullet {background-image: url(/wp-content/uploads/2022/01/ruiter.png);}
.menu-item-42 .sub-menu:nth-of-type(6) .avia-bullet {background-image: url(/wp-content/uploads/2022/06/locatie.jpg);}

.menu-item-46 .sub-menu:nth-of-type(1) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/star.png);}
.menu-item-46 .sub-menu:nth-of-type(2) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/barst.png);}
.menu-item-46 .sub-menu:nth-of-type(3) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/krassen.png);}
.menu-item-46 .sub-menu:nth-of-type(4) .avia-bullet {background-image: url(/wp-content/uploads/2025/08/ingeslagenruit.png);}
.menu-item-46 .sub-menu:nth-of-type(5) .avia-bullet {background-image: url(/wp-content/uploads/2025/08/ruit-lekkage-2.png);}
.menu-item-46 .sub-menu:nth-of-type(6) .avia-bullet {background-image: url(/wp-content/uploads/2025/08/raammechanisme.png);}

.menu-item-45 .sub-menu:nth-of-type(1) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/voorruit.png);}
.menu-item-45 .sub-menu:nth-of-type(2) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/zijruit.png);}
.menu-item-45 .sub-menu:nth-of-type(3) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/achteruit.png);}
.menu-item-45 .sub-menu:nth-of-type(4) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/dakram.png);}

.menu-item-47 .sub-menu:nth-of-type(1) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/campers.png);}
.menu-item-47 .sub-menu:nth-of-type(2) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/truck.png);}
.menu-item-47 .sub-menu:nth-of-type(3) .avia-bullet {background-image: url(/wp-content/uploads/2025/08/teslaruitschade.png);}
.menu-item-47 .sub-menu:nth-of-type(4) .avia-bullet {background-image: url(/wp-content/uploads/2025/08/oldtimer-ruitschade-2.png);}

.menu-item-48 .sub-menu:nth-of-type(1) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/car.png);}
.menu-item-48 .sub-menu:nth-of-type(2) .avia-bullet {background-image: url(/wp-content/uploads/2021/12/campers-1.png);}


#top #header li .mega_menu_title a { font-size: 14px;}
#header_main { background-color: #ffffff;}
.text-center-box picture { text-align: center;}
#top .footer-top .iconbox_content h2 a { color: #e84f13;}
.sub_menu li { padding: 0 5px;}
.autoglasprofs_image_box img {height: 400px; object-fit: cover;}

#top .oa-form-wrap .gform_heading .gform_title{text-transform: uppercase; color:#263081 !important; font-size:25px !important; font-weight:500 !important; margin-bottom:30px; margin-top:0; font-family: 'Poppins', sans-serif !important;}
.oa-form-wrap .gform_wrapper{background:#f8f8f8; border-radius:8px; padding:30px;}
.oa-form-wrap .gform_page_footer .button{font-family: 'Poppins', sans-serif; font-size:21px !important; font-weight:400; color:#ffffff; border-radius:5px; height:66px; line-height:66px; padding:0 30px; box-shadow: 2px 2px 3px 0px rgba(103, 103, 103, 0.08); margin-bottom:0 !important; margin-right: 0 !important;}
.oa-form-wrap .gform_page_footer .button.gform_previous_button{background:#ffffff; color:#263081;}
#top .oa-form-wrap .gform_wrapper .gform_page_footer{display:table; margin:15px 0 0; width:100%; padding:0;}
#top .oa-form-wrap .gform_wrapper form{margin:0;}
#top .oa-form-wrap .gform_wrapper .gform_fields{display: table; width: 100%;}
#top .oa-form-wrap .gform_wrapper .gfield{background:#ffffff; padding:35px; border-radius:8px; margin-bottom:15px !important; display: flex; align-items:center; flex-wrap: wrap; margin-top:0px; justify-content:space-between;}
#top .oa-form-wrap .gform_wrapper .gfield .gfield_label{font-size:28px; color:#263081; line-height:50px; font-family: 'Poppins', sans-serif; font-weight:500; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 12px; text-decoration-color: #e74f13; position:relative; max-width:30%;}
#top .oa-form-wrap .gform_wrapper .gfield .ginput_container{max-width:60%; flex:0 0 60%; width:100%; padding-left:30px; margin: 0;}

#top .oa-form-wrap .gform_wrapper .gfield .gfield_label .gfield_required{color:#e74f13; font-size:24px; text-decoration:none; display: inline-block;}
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio{margin:0; width: 100%; }
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li{position:relative; margin: 0 0 18px;}
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li:last-child{margin-bottom:0}
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li .gform-field-label{font-size:21px; color:#263081; line-height:1; font-family: 'Poppins', sans-serif; font-weight:400; position:relative; background:#f8f8f8; border-radius:6px; padding:20px 20px; margin:0 !important; width: 100%; max-width:100%; padding-left: 60px; transition:all 200ms;  }
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li input{position:absolute; left:0; top:0; display:none;}
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li .gform-field-label:before{background:#ffffff; border:1px solid #efefef; height:24px; width:24px; content:""; box-shadow: 2px 2px 0px 0px rgba(103, 103, 103, 0.08); display: inline-block; position:absolute; left:20px; top:17px;}
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li input:checked + .gform-field-label{background:#e84f14; color:#ffffff; box-shadow: 2px 2px 0px 0px rgba(103, 103, 103, 0.08);}
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li .gform-field-label:after{background:url(media/check-mark-green.svg) no-repeat scroll 0 0; background-size:16px auto; width:16px; height:16px; content:""; position:absolute; left:24px; top:22px; opacity:0; visibility:hidden;}
#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li input:checked + .gform-field-label:after{opacity:1; visibility:visible;}
#top .oa-form-wrap .gform_wrapper .number-plat .ginput_container input{background:url(media/numberplate-img.png) no-repeat scroll 0 0; height:107px; width:420px; background-size:cover; padding:5px 20px 0 70px; color: #000; font-size: 60px; line-height: 1; font-family: 'Poppins', sans-serif; font-weight:600; text-transform:uppercase; outline:0 !important; box-shadow: none !important;}
#top .oa-form-wrap .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width: 100% !important; border: 0;}
#top .oa-form-wrap .gform_wrapper .last-details-page .gform_page_fields{background:#fff; padding: 35px; border-radius: 8px; margin-bottom: 15px !important;
display: flex; align-items: center; flex-wrap: wrap; margin-top: 0px; justify-content: space-between;}
#top .oa-form-wrap .gform_wrapper .last-details-page .gform_page_fields:before{font-size:28px; color:#263081; line-height:50px; font-family: 'Poppins', sans-serif; font-weight:500; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 12px; text-decoration-color: #e74f13; position:relative; max-width:30%; content:"Gegevens"}
#top .oa-form-wrap .gform_wrapper .last-details-page .gform_fields{max-width:60%; flex: 0 0 60%; width: 100%; padding-left: 30px; margin: 0; display: flex;
flex-wrap: wrap;}
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield{background:transparent; padding:0; border-radius: 0; margin-bottom: 0px !important; display: block; flex: 0 0 100%; max-width:100%; width:100%;}
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield.half-size{max-width:calc((100% - 15px) / 2); flex:0 0 calc((100% - 15px) / 2);}
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield.half-size + .half-size{margin-left:15px !important;}
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield .ginput_container{padding-left: 0; max-width: 100%; margin-bottom:15px;}
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield:last-child .ginput_container{margin-bottom:0}
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield input,
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield textarea{background:#f8f8f8; padding:15px 20px; font-size:17px; color:#263081; border-radius:6px; max-height:140px; font-family: 'Poppins', sans-serif; margin:0}
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield input::placeholder,
#top .oa-form-wrap .gform_wrapper .last-details-page .gfield textarea::placeholder{color:#263081; opacity:1;}


#top .oa-form-wrap .gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area{ background: #f8f8f8; padding: 15px; border-radius: 5px; border: none; color:#263081; font-family: 'Poppins', sans-serif; font-weight:500; font-size:17px;  margin: 0; display: flex;
justify-content: space-between; align-items: center; }
#top .oa-form-wrap .gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_instructions{margin-bottom:0;}
#top .oa-form-wrap .gform_legacy_markup_wrapper .gform_button_select_files.button{background: #fff; color: #494949; font-family: 'Poppins',sans-serif; padding: 7px 20px; box-shadow: 2px 2px 3px 0px rgba(103, 103, 103, 0.08); font-size: 17px !important; font-weight: 400; border-radius: 5px;  }
#top .oa-form-wrap .gform_submission_error {font-size: 16px; text-transform: none; letter-spacing: 0;}

#top .oa-form-wrap .gform_wrapper .gform_heading ul{margin: 0 !important; list-style: none !important;}
#top .oa-form-wrap .gform_wrapper .gform_heading ul li{list-style:none !important; color:#263081; font-family: 'Poppins',sans-serif;font-size:14px; padding:0; margin:0 0 4px; line-height:24px;}
#top .oa-form-wrap .gform_wrapper .gform_heading ul li:marker{display:none !important}
#top .oa-form-wrap .gform_wrapper .gform_heading ul li .fld-val{color:#e74f13; font-weight:600;}

#top .sub_menu>ul>li.menu-item-gtranslate > a{ display: none;}
#top .sub_menu>ul>li.menu-item-gtranslate .dropdown-menu  { position: relative; width: auto; box-shadow: none; padding: 0; left: auto; top: 0; display:block; background: none; border: 0; margin-top: -4px; margin-bottom: -10px;}
#top .sub_menu>ul>li.menu-item-gtranslate .dropdown-menu li{ padding: 0 0; background: none;}
#top .sub_menu>ul>li.menu-item-gtranslate .dropdown-menu li a{padding: 0; background: none;}
#top .sub_menu>ul>li.menu-item-gtranslate .dropdown-menu li a.gt-current-lang{display: none;}


@media only screen and (max-width: 1279px) {
#header_meta .container {padding: 0 15px;}
	#header_meta .sidebar-top-menu img {margin-left: 0;}
	#header_meta .sidebar-top-menu p, #header_meta .sidebar-top-menu a {font-size: 10px !important;}
	#header_meta .sub_menu ul li a {font-size: 10px !important;}
	.sub_menu li {padding: 0 3px;}
	#header_main .container.av-logo-container {padding: 0 20px;}
	.av-main-nav>li>a {padding: 0 5px;}
}
@media only screen and (max-width: 1199px) {
	strong.logo {width: 160px;}
	#top .oa-form-wrap .gform_wrapper .gfield .gfield_label{font-size: 20px; line-height: 40px; text-underline-offset: 8px;}
	#top .oa-form-wrap .gform_wrapper .gfield .gfield_radio > li .gform-field-label{font-size: 18px;}
	#top .oa-form-wrap .gform_wrapper .gfield .ginput_container{max-width: 68%; flex: 0 0 68%;}
	#top .oa-form-wrap .gform_wrapper .last-details-page .gform_fields{max-width: 68%; flex: 0 0 68%;}
	#top .oa-form-wrap .gform_wrapper .last-details-page .gform_page_fields::before {font-size: 20px; line-height: 40px; text-underline-offset: 8px;}
	.oa-form-wrap .gform_page_footer .button{font-size: 18px !important; height:56px; line-height: 56px;}
}
@media only screen and (max-width: 989px) {
	strong.logo {width: 100%;}
	#top .oa-form-wrap .gform_wrapper .gfield .gfield_label{max-width: 100%; }
	#top .oa-form-wrap .gform_wrapper .gfield .ginput_container{max-width: 100%; flex: 0 0 100%; padding:15px 0 0 0;}
	#top .oa-form-wrap .gform_wrapper .last-details-page .gform_fields {max-width: 100%;flex: 0 0 100%;padding-left: 0; padding-top: 15px;}
	#top .oa-form-wrap .gform_wrapper .last-details-page .gform_page_fields::before{font-size: 20px;line-height: 40px;text-underline-offset: 8px; display: block;width: 100%;max-width: 100%;}
	#top .oa-form-wrap .gform_wrapper .last-details-page .gfield .ginput_container{padding: 0;}
	#header_meta .sub_menu .menu{ display: block;}
	#header_meta .sub_menu ul li{ display: none;}
	#header_meta .sub_menu ul li.menu-item-gtranslate {display: block; position: absolute; top: 87px; right: 60px;}
	#top .sub_menu > ul > li.menu-item-gtranslate .dropdown-menu li{ display: block;}
	.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a{padding: 0 0 0 60px}
	html.av-burger-overlay-active #header_meta{ z-index:2}
}

@media only screen and (min-width: 767px) {
    .mb-only {display: none;}
	
}
.html_header_top.html_header_sticky #header{top: 47px;}
@media only screen and (max-width: 413px) { 
    .html_header_top.html_header_sticky #header{top: 87px;}
}

@media only screen and (max-width: 767px) {
    /*corona message fix*/
    .responsive #top #main { padding-top: 219px !important;}
    .responsive #top .slideshow_caption h2 {margin-top: 90px;}
	#top .oa-form-wrap .gform_wrapper .gform_page_footer{display: flex; flex-wrap:wrap;}
	.oa-form-wrap .gform_page_footer .button.gform_previous_button{order: 2; margin-top: 15px;}
	#top .oa-form-wrap .gform_wrapper .number-plat .ginput_container input{height: 83px; width: 320px; padding: 5px 20px 0 60px; font-size:46px;}
	.responsive #top #wrap_all .oa-form-wrap .container{width: 100%; max-width: 100%;}
	.oa-form-wrap .gform_wrapper{border-radius: 0; margin: 0;}
	#top .oa-form-wrap .gform_wrapper .gfield{padding: 20px;}
	#top .oa-form-wrap .gform_wrapper .last-details-page .gform_page_fields{padding: 20px;}
	#top .oa-form-wrap .content{padding-top:30px;}
	.responsive #header .sub_menu{height: auto; min-height: 46px; display:block;}
	.responsive #header_meta .sub_menu > ul > li{display: none;}
	#header_meta .sub_menu ul li.menu-item-gtranslate{top: 82px; right: 43px; display: block !important;}
	.header-scrolled #header_meta .sub_menu ul li.menu-item-gtranslate{top: 61px;}
	
}
@media only screen and (max-width:546px) {
	#header_meta .sub_menu ul li.menu-item-gtranslate{top: 111px;}
	.header-scrolled #header_meta .sub_menu ul li.menu-item-gtranslate{top: 91px;}
}
@media only screen and (max-width:639px) {
	#top .oa-form-wrap .gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area{flex-wrap: wrap; justify-content: center;}
	#top .oa-form-wrap .gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_instructions{margin-bottom: 10px;}
	#top .oa-form-wrap .gform_wrapper .last-details-page .gfield.half-size{max-width: 100%; flex: 0 0 100%;}
	#top .oa-form-wrap .gform_wrapper .last-details-page .gfield.half-size + .half-size{margin-left: 0px !important;}
	#top .oa-form-wrap .content{padding-top:15px;}
}
@media only screen and (max-width:479px) {
	.oa-form-wrap .gform_wrapper{padding: 30px 15px;}
	#top .oa-form-wrap .gform_wrapper .number-plat .ginput_container input{height:73px; width: 280px; font-size: 40px; padding: 5px 20px 0 50px;}
}
@media only screen and (max-width:381px) {
html.responsive #top #main {
  padding-top: 156px !important;
}
}
@media only screen and (max-width:355px) {
	.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a { padding: 0 0 0 45px;}	
	#header_meta .sub_menu ul li.menu-item-gtranslate{top: 141px; right: 35px;}
	.header-scrolled #header_meta .sub_menu ul li.menu-item-gtranslate{ top: 120px;}
}

.grecaptcha-badge {opacity: 0 !important;}