
/*
 Theme Name:   Wave EMEA 2021 Child
 Description:  Twenty Twenty One Child Theme for Expedia EMEA Explore Blogs
 Author:       Andrew Gray
 Author URI:   https://wave.dev
 Template:     twentytwentyone
 Version:      1.0.0
*/
/* ====================== FONTS ====================== */
@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 Book';
    src: url('fonts/CentraNo2-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-Medium.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 Hairline';
    src: url('fonts/CentraNo2-HairlineItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 Hairline';
    src: url('fonts/CentraNo2-Hairline.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2';
    src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
*{
    font-family: 'Centra No2', sans-serif;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:focus{
    /* background: unset !important; */
    color: inherit;
}
p{
    font-family: 'Centra No2 Book';
    font-weight: normal;
}
body{
    margin: 0px;
}
h1{
    font-size: 44px;
    font-weight: bold;
}
h2{
    font-size: 38px;
    font-weight: bold;
}
h3{
    font-size: 30px;
    font-weight: bold;
}
h4{
    font-size: 25px;
    font-weight: 500;
}
h5{
    font-size: 24px;
    font-weight: bold;
}
h6{
    font-size: 26px;
    font-weight: 500;
}

/* ====================== FOOTER ====================== */
#ag-footer{
    display: flex;
    flex-direction: column;
    padding: 0% 10%;
    -webkit-box-shadow: 0px -2px 11px 0px rgba(0,0,0,0.22); 
    box-shadow: 0px -2px 11px 0px rgba(0,0,0,0.22);
    margin-top: 5%;
    background-color: #fff;
}
#ag-footer .ag-site-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#ag-footer .ag-site-info > p{
    font-size: 12px;
    color: #343B53;
    text-align: center;
    margin-bottom: 15px;
}
#ag-footer .ag-site-info > span{
    font-size: 12px;
    color: #343B53;
    text-align: center;
    margin: 25px 0px;
}
#ag-footer .ag-footer-icons{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.5%;
}
#ag-footer .expgroup-icon{
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.5%;
}
#footer-menu-list{
    list-style: none;
    display: flex;
    margin: 2.5% 0;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}
#footer-menu-list > li > a{
    text-decoration: none;
    font-size: 12px;
    color: #343B53;
    margin-right: 15px;
}
#footer-menu-list > li > a:hover{
    text-decoration: underline;
}
#footer-menu-list > li:last-child > a{
    margin-right: 0;
}
/* ====================== HEADER ====================== */
.ag-footer-navigation-wrapper{
    padding: 0;
}
.ag-explore-header-branding{
    display: flex;
    padding: 2.5% 10%;
    justify-content: space-between;
    border-bottom: 1px solid #D7D7D7;
}
.ag-explore-header-branding .ag-explore-header-branding-left{
    display: flex;
    align-items: center;
}
.ag-explore-header-branding .ag-explore-header-branding-left img{
    height: 40px;
}
#brand-menu-list{
    list-style: none;
    display: flex;
    padding: 0;
}
#brand-menu-list > li{
    margin-left: 25px;
}
#brand-menu-list > li > a{ 
    text-decoration: none;
    font-size: 16px;
    color: #141D38;
    font-weight: 500;
}
.primary-navigation{
    padding: 0px 10% !important;
    display: flex;
    justify-content: space-between;
}
.primary-menu-container #primary-menu-list > li{
    display: flex;
    align-items: center;
    margin-right: 26px;
    position: relative;
    height: 50px;
    box-sizing: content-box;
}
.primary-menu-container #primary-menu-list > li > a{
    text-decoration: none;
    font-size: 16px;
    color: #141D38;
    font-weight: 500;
}
.primary-menu-container #primary-menu-list .menu-item-has-children > a::after{
    content: url('/stories/wp-content/uploads/2021/05/exp-down-icon-1x.png');
    margin-top: -3px;
    margin-left: 5px;
}
#primary-menu-list .sub-menu{
    display: none;
}
.ag-site-header{
    position: relative;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.primary-navigation .ag-social-icons, .primary-navigation-mobile .ag-social-icons{
    display: flex;
    align-items: center;
}
.primary-navigation .ag-social-icons a, .primary-navigation-mobile .ag-social-icons a{
    display: flex;
}
.primary-navigation .ag-social-icons img, .primary-navigation-mobile .ag-social-icons img{ 
    height: 20px;
    margin-left: 15px;
}
.ag-site-header{
    background-color: #fff;
    position: relative;
}
/* #ag-content{
    display: inline-block;
    width: 100%;
} */
.ag-home-banner{
    background-image: url('/stories/wp-content/uploads/2021/05/explore-uk-home.png');
    height: 300px;
    background-position: center;
    background-size: cover;
}
.screen-reader-text{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
@media (min-width: 800px){
    #site-navigation .menu-button-container{
        display: none;
    }
}
.primary-navigation > div > .menu-wrapper{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative;
    height: 50px;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu{
    display: block !important;
}
.primary-navigation .menu-item-has-children > .sub-menu{
    display: none;
    position: absolute;
    padding: 10px 0;
    list-style: none;
    top: 50px;
    font-size: 14px;
    background-color: #fff;
    width: 200px;
    border-radius: 0px  0px 8px 8px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    transform: translateZ(-2px);
    -webkit-transform: translateZ(-2px);
    max-height: 70vh;
    overflow: auto;
}
.primary-navigation .menu-item-has-children:hover{
    border-bottom: 2px solid #005aeb;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu > li{
    padding: 10px 12px;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu > li > a{
    color: #141D38;
    text-decoration: none;
    font-weight: 500;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu > li > a:hover{
    color: #005aeb;
}
.primary-navigation .menu-item-has-children > a:hover{
    color: #005aeb!important;
}
/* .box-shadow-cover{
    bottom: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 20px;
    z-index: 1;
}
.box-shadow{
    bottom: 0;
    position: absolute;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    width: 100%;
    height: 10px;
} */
/* .primary-menu-container{
    z-index: 3;
} */
.ag-category-banner{
    background-image: url('/stories/wp-content/uploads/2021/05/explore-uk-home.png');
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
}
.ag-category-breadcrumbs{
    margin-left: 10%;
    padding-top: 15px;
}
.ag-category-breadcrumbs a, .ag-category-breadcrumbs span{
    color: #525252;
    font-size: 14px;
    text-decoration: none;
}
.ag-category-breadcrumbs a:hover{
    text-decoration: underline;
}
.ag-category-header .page-title{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin: 2% auto;
}
.ag-category-header .archive-description{
    margin: 0% 15%;
    padding-bottom: 2.5%;
}
.ag-category-header{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%)
}
.ag-custom-pagination{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.ag-custom-pagination li{
    margin-right: 10px;
}
.ag-custom-pagination span.disabled{
    color: #757575;
    font-size: 20px;
}
.ag-custom-pagination .page-numbers{
    color: #005AEB;
    text-decoration: none;
}
.ag-custom-pagination .next, .ag-custom-pagination .prev{
    font-size: 20px;
}
.ag-custom-pagination .current{
    color: #141D38;
}
.ag-custom-pagination a:hover{
    text-decoration: underline
}
.ag-pagination-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 5%;
    margin-bottom: 2.5%;
}
.ag-archive-posts-container{
    padding: 0% 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}
.ag-archive-post-container-small{
    width: 32.5%;
    display: flex;
    flex-direction: column;
    z-index: 0;
}
.ag-archive-post-container-small .ag-archive-post-small-top{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 5px 5px 0px 0px;
    background-color: #757575;
    position: relative;
}
.ag-archive-post-container-small .ag-archive-post-small-bottom{
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    background-color: #fff;
    height: calc(100% - 200px);
}
.ag-archive-post-container-small .ag-archive-post-small-bottom .ag-archive-post-title{
    color: #141D38;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 22px;
}
.ag-archive-post-container-small .ag-archive-post-small-bottom p{
    color: #343B53;
    font-family: 'Centra No2 Book';
    font-weight: normal;
}
.ag-archive-post-container.post-large{
    width: 65.5%;
}
.ag-archive-post-container{
    display: flex; 
}
.ag-archive-post-container.post-large .ag-archive-post-left{
    width: 60%;
    background-size: cover;
    background-position: center;
    border-radius: 5px 0px 0px 5px;
    background-color: #757575;
    position: relative;
}
.ag-archive-post-container.post-large .ag-archive-post-right{
    width: 40%;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    background-color: #fff;
}
.ag-archive-post-container.post-large .ag-archive-post-right .ag-archive-post-title{
    color: #141D38;
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
}
.ag-archive-post-container.post-large .ag-archive-post-right p{
    color: #343B53;
    font-family: 'Centra No2 Book';
    font-weight: normal;
}
.ag-archive-post-container.post-medium{
    width: 49.5%;
}
.ag-archive-post-container-small, .ag-archive-post-container{
    -webkit-box-shadow: 0px 0px 8px 0px rgb(175 175 175 / 50%);
    box-shadow: 0px 0px 8px 0px rgb(175 175 175 / 50%);
    margin-bottom: 18px;
}
.ag-archive-post-container.post-medium .ag-archive-post-left{
    width: 60%;
    background-size: cover;
    background-position: center;
    border-radius: 5px 0px 0px 5px;
    background-color: #757575;
}
.ag-archive-post-container.post-medium .ag-archive-post-right{
    width: 40%;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    background-color: #fff;
}
.ag-archive-post-container.post-medium .ag-archive-post-right .ag-archive-post-title{
    color: #141D38;
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
}
.ag-archive-post-container.post-medium .ag-archive-post-right p{
    color: #343B53;
    font-family: 'Centra No2 Book';
    font-weight: normal;
}
.ag-home-post-container a{
    text-decoration: none;
}
.ag-post-featured-image{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.single .ag-breadcrumbs{
    width: 100%;
    background-color: #fff;
    padding: 0px 13%;
    height: 55px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
    position: relative;
    /* z-index: -1; */
}
.single #breadcrumbs{
    font-size: 14px;
}
.single .ag-breadcrumbs a{
    color: #005AEB;
    text-decoration: none;
}
.ag-post-container{
    background-color: #fff;
    margin: 0% 10%;
    /* max-width: 1280px; */
    padding: 4% 7.5%;
    /* position: relative; */
    /* z-index: -2; */
}
.ag-post-container img{
    width: 100%;
    height: auto;
}
.ag-post-container .ag-intro span{
    font-weight: normal;
    font-size: 14px;
}
.ag-post-container .ag-intro h1{
    margin: 15px 0px;
    font-size: 32px;
    font-weight: normal;
}
.ag-post-container p, .ag-post-container span{
    font-size: 14px;
}
.ag-post-container a{
    color: #3662D8;
}
.ag-post-container strong{
    font-size: 20px;
    font-weight: normal;
}
.ag-home-post-container{
    padding: 0% 10%;
    display: flex;
    flex-wrap: wrap;
    /* max-width: 1280px; */
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.ag-home-intro{
    display: flex;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
    flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 5%;
}
.ag-home-intro h1{
    margin-left: auto;
    margin-right: auto;
    color: #141D38;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #141D38;
    text-align: center;
}
.ag-home-message{
    width: 80%;
    background-color: #D5E7FB;
    border-radius: 7.5px;
    padding: 0px 15px;
    margin: 10px auto;
}
.ag-home-message h4{
    color: #141D38;
    margin: 0.77em 0;
    font-size: 20px;
    font-weight: 500;
}
.ag-home-message p{
    font-size: 14px;
}
.ag-home-post-container h5{
    width: 100%;
    color: #141D38;
    margin: 24px 0px;
}
.ag-more-posts{
    background-color: #025BEA;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-top: 25px;
    cursor: pointer;
}
.ag-more-articles-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ag-more-articles-title{
    color: #141D38;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}
.ag-home-slider > div{
    height: 400px;
    background-size: cover;

}
.ag-home-slider span{
    position: absolute;
    bottom: 15px;
    left: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.bx-prev{
    background: url('/stories/wp-content/uploads/2021/06/slider-prev-e1623971997966.png') no-repeat !important;

}
.bx-next{
    background: url('/stories/wp-content/uploads/2021/06/slider-next-e1623971987788.png') no-repeat !important;
}
.bx-wrapper{
    border: none;
    margin-top: 5%;
}
@media (max-width: 1024px){
    .ag-archive-post-container.post-large, .ag-archive-post-container.post-medium, .ag-archive-post-container-small{
        width: 100%;
    }
    .ag-archive-post-container{
        flex-direction: column;
    }
    .ag-archive-post-container.post-large .ag-archive-post-left, .ag-archive-post-container.post-medium .ag-archive-post-left{
        width: 100%;
        height: 200px;
    }
    .ag-archive-post-container.post-large .ag-archive-post-right, .ag-archive-post-container.post-medium .ag-archive-post-right{
        width: 100%;
        height: calc(100% - 200px);
    }
    .ag-home-message{
        width: 80%;
    }
}
.ag-single-post-title{
    color: #141D38;
    text-transform: capitalize;
}
.ag-site-header .search-form {
    margin-left: 15px;
}
 
.ag-site-header .search-field {
    background-color: transparent;
    background-image: url('/stories/wp-content/uploads/2021/05/search-icon.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.ag-site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-form .search-submit, .search-form label{ 
    display:none;
}
.ag-post-article  hr.wp-block-separator{
    max-width: 450px;
    color: #D7D7D7;
    opacity: 1;
    border-bottom: 1px solid;
}
.ag-home-cat-btn{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #D5E7FB;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    color: #141D38;
    padding: 5px 10px;
    cursor: pointer;
}
.ag-more-travel{
    position: relative;
}
.ag-more-travel-btn{
    font-size: 14px;
    color: #141D38;
    font-weight: 500;
    background-color: unset;
    border: none;
    cursor: pointer;
}
.ag-more-travel-btn::after{
    content: url('/stories/wp-content/uploads/2021/05/exp-down-icon-1x.png');
    margin-top: -3px;
    margin-left: 5px;
}
.ag-more-travel .travel-menu-container{
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem 0 rgb(0 11 38 / 24%);
    display: none;
    flex-direction: column;
    line-height: calc(20 / 16);
    max-width: 100vw;
    min-width: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.75rem 0;
    position: absolute;
    top: 30px;
    z-index: 300;
    width: 375px;
}
#travel-menu-list li a{
    -webkit-align-items: center;
    align-items: center;
    color: #141D38;
    display: -webkit-flex;
    display: flex;
    font-size: 0.875rem;
    font-weight: 400;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 1.125rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 2.25rem;
}
#travel-menu-list{
    list-style: none;
    padding-left: 0px;
    font-weight: 500;
    margin: 0;
}
.ag-more-travel-btn:after{
    content: url('/stories/wp-content/uploads/2021/05/exp-down-icon-1x.png');
}
#travel-menu-list > li > a{
    text-decoration: none;
    font-size: 16px;
    color: #141D38;
    font-weight: 500;
}
#travel-menu-list .sub-menu{
    display: none;
}
.ag-travel-more-stays a::before, .ag-travel-more-flights a::before, .ag-travel-more-cars a::before, .ag-travel-more-packages a::before, .ag-travel-more-things a::before{
    margin-right: 0.25rem;
    padding-right: 0.75rem;
}
.ag-travel-more-stays a::before{
    content: url('/stories/wp-content/uploads/2021/06/emea-stays-e1624928082907.png');
}
.ag-travel-more-flights a::before{
    content: url('/stories/wp-content/uploads/2021/06/emea-flights.png');
}
.ag-travel-more-cars a::before{
    content: url('/stories/wp-content/uploads/2021/06/emea-cars-e1624928043555.png');
}
.ag-travel-more-packages a::before{
    content: url('/stories/wp-content/uploads/2021/06/emea-packages-e1624928077717.png');
}
.ag-travel-more-things a::before{
    content: url('/stories/wp-content/uploads/2021/06/emea-things-e1624928086644.png');
}
.ag-travel-more-deals a{
    color: #005AEB !important;
}
.mobile-navbutton .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 40px 0px;
	position: absolute;
	user-select: none;
	top: calc(50% - 40px);
	right: 5%;
}

.mobile-navbutton .menu-icon .navicon {
	background: #141D38;
	display: block;
	height: 2px;
	position: relative;
	transition: background 0.2s ease-out;
	width: 30px;
	border-radius: 0px;
}

.mobile-navbutton .menu-icon .navicon::before,
.mobile-navbutton .menu-icon .navicon::after {
	background: #141D38;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
	border-radius: 0px;
}

.mobile-navbutton .menu-icon .navicon::before {
	top: 10px;
	}

.mobile-navbutton .menu-icon .navicon::after {
	top: -10px;
}
.mobile-navbutton .menu-btn {
	display: none;
}
.primary-menu {
	display: none;
}
.mobile-navbutton .menu-btn:checked ~ .primary-menu {
	display: block;
}

.mobile-navbutton
.menu-btn:checked
~ .menu-icon
.navicon {
	background: transparent;
}

.mobile-navbutton
.menu-btn:checked
~ .menu-icon
.navicon:before {
	transform: rotate(-45deg);
}

.mobile-navbutton
.menu-btn:checked
~ .menu-icon
.navicon:after {
	transform: rotate(45deg);
}

.mobile-navbutton
.menu-btn:checked
~ .menu-icon:not(.steps)
.navicon:before,
.mobile-navbutton
.menu-btn:checked
~ .menu-icon:not(.steps)
.navicon:after {
	top: 0;
}
@media (min-width: 800px){
    .ag-explore-header-branding-mobile{
        display: none;
    }
    .ag-explore-header-branding{
		display: flex;
	}
    #site-navigation{
        display: flex;
    }
    #site-navigation-mobile{
        display: none;
    }
}
@media (max-width: 800px){
	.ag-explore-header-branding{
		display: none;
	}
    .ag-explore-header-branding-mobile{
        display: flex;
    }
    #site-navigation{
        display: none;
    }
    #site-navigation-mobile{
        display: flex;
        padding: 0px 5%;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        border-top: 1px solid #D7D7D7;
    }
    .primary-menu-container{
        display: none;
    }
    .mobile-category-menu{
        position: relative;
    }
    .mobile-category-menu div.primary-menu-container{
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 35px;
        z-index: 300;
        padding: 15px 10px;
        display: none;
    }
    .mobile-category-menu ul#primary-menu-list{
        margin: 0;
        padding: 0;
    }
    .mobile-category-menu ul#primary-menu-list > li{
        display: flex;
        flex-direction: column;
        padding: 12px 10px 11px 12px;
        transform-style: preserve-3d;
        margin: 0;
        white-space: nowrap;
        height: unset;
        align-items: flex-start;
    }
    .mobile-category-menu ul#primary-menu-list .menu-item-has-children > .sub-menu{
        flex-direction: column;
        list-style: none;
        padding-left: 10px;
    }
    .mobile-category-menu ul#primary-menu-list .menu-item-has-children > .sub-menu > li{
        padding: 10px 0px;
    }
    .mobile-category-menu ul#primary-menu-list .menu-item-has-children > .sub-menu > li > a{
        color: #141D38;
    }
    #ag-footer{
        padding: 0% 5%;
    }
    div.ag-post-container{
        margin: 0% 5%;
        padding: 4% 4%;
    }
}
.ag-explore-header-branding-mobile{
    padding: 2.5% 5%;
    justify-content: space-between;
    position: relative;
}
.ag-explore-header-branding-mobile .ag-explore-header-branding-left{
    width: 80%;
}
.ag-explore-header-branding-mobile .ag-explore-header-branding-left > a{
    display: flex;
    align-items: center;
}
.ag-explore-header-branding-mobile .ag-header-logo-mobile{
    width: 100%;
    max-width: 250px;
}
.ag-explore-header-branding-mobile-menu{
    display: none;
    padding: 0% 5%;
}
.mobile-category-menu-btn{
    background-color: unset;
    border: none;
    font-size: 16px;
    color: #141D38;
    cursor: pointer;
    padding-left: 0;
}
.search-page-header h1{
    text-align: center;
}
.wp-block-image{
    margin-left: 0;
    margin-right: 0;
}
.ag-post-container figure{
    max-width: 100%;
    margin: 0;
}
.ag-ajax-loading::after{
    content: url('assets/images/ajax-loader-trans.gif');
    position: absolute;
    padding-left: 25px;
    padding-top: 2px;
}