.std-home-header {
    padding: 150px 0px 150px 0px;
}
.std-home-header::before {
    background: linear-gradient(90deg,rgba(255,255,255,.99) 1%,rgba(255,255,255,.7) 23%,rgba(255,255,255,0) 40%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.std-home-header .block {
    max-width: 1000px;
}
.std-home-header .block h1 span {
    color: rgb(var(--wpb-accent-2));
    font-size: inherit;
    font-family: inherit;
    position: relative;
}
.std-home-header .block h1 span::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_underline_1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 35px;
    /* top: 65px; */
    bottom: -15px;
    /* left: -10px; */
    transform: rotate(2deg);
}


.std-home-header .block p {
    color: rgba(var(--wpb-accent-1),0.85);
    max-width: 800px;
}

.std-home-header .block .search-form {
    max-width: 500px;
}
.std-home-header .block .search-container {
    display: flex;
    height: 50px;
    align-items: center;
    margin-top: 25px;
    box-shadow: 0px 15px 20px 0px rgb(255 110 65 / 10%); 
    border-radius: 12px;
}
.std-home-header .block .search-container .search-glass {
    background-color: white;
    text-align: center;
    height: 100%;
    border-radius: 12px 0px 0px 12px;
}
.std-home-header .block .search-container .search-glass i {
    padding: 18px 20px 0px 20px;
    color: rgb(var(--wpb-accent-1));
}
.std-home-header .block .search-container .search-input {
    border-style: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
.std-home-header .block .search-container .search-input::placeholder {
    opacity: 0.15;
}
.std-home-header .block .search-container .search-btn {
    border-style: none;
    color: #fff;
    padding: 10px 30px 10px 30px;
    text-align: center;
    cursor: pointer;
    width: auto;
    background-color: rgb(var(--wpb-accent-2));
    height: 100%;
    border-radius: 0px 12px 12px 0px;
}
.std-home-header .block .search-form .search-btn-under {
    margin-top: 20px;
    border-style: none;
    color: #fff;
    padding: 10px 30px 10px 30px;
    text-align: center;
    cursor: pointer;
    width: auto;
    background-color: rgb(var(--wpb-accent-2));
    height: 100%;
    border-radius: 12px;
    display: none;
}
@media only screen and (max-width: 968px){
    .std-home-header .block h1 span::before{
        display: none;
    }
}
@media only screen and (max-width: 568px){
    .std-home-header .block .search-form{
        max-width: 100%;
    }
    .std-home-header .block .search-container .search-btn{
        display: none;
    }
    .std-home-header .block .search-form .search-btn-under{
        display: block;
    }
    .std-home-header .block .search-container .search-input{
        border-radius: 0px 12px 12px 0px;
    }
}

.wpb-navigation .inner{
    height: 110px;
}
.wpb-navigation .inner .logo{
    height: 100%;
    display: flex;
    align-items: center;
}
.wpb-navigation .inner .logo .logo-primary{
    width: 100%;
    max-width: 300px;
    aspect-ratio: 27/10!important;
}
@media only screen and (max-width: 445px){
    .std-home-header {
        background-repeat: no-repeat; 
        background-position: -940px;
        padding: 20px 0px 70px 0px;
    }
    .std-home-header::before {
        background: linear-gradient(90deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,.7) 100%,rgba(255,255,255,0) 88%);
    }

    /* .std-home-header::after {
        background: linear-gradient(90deg,rgba(255,255,255,.99) 1%,rgba(255,255,255,.7) 23%,rgba(255,255,255,0) 100%);
    } */
    .wpb-navigation {
        padding: 0px;
    }

    .wpb-navigation .inner .logo .logo-primary{
        width: 90%;
        height: auto;
    }
}

.std-footer {
    background-color: rgb(var(--wpb-accent-1));
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}
.std-footer .inner .footer-menu .menu-title{
    display: block;
    color: white;
    font-family: 'Poppins';
}
.std-footer .inner .footer-menu .menu-title i{
    margin-right: 5px;
}
.std-footer .inner .footer-menu ul{
    margin-top: 5px;
}
.std-footer .inner .footer-menu ul li{
    list-style: none;
    padding: 3px 0px;
}
.std-footer .inner .footer-menu ul li a{
    color: white;
    opacity: 0.65;
    text-decoration: none;
    transition: 200ms ease-in-out;
}
.std-footer .inner .footer-menu ul li a:hover{
    color: rgb(var(--wpb-accent-2));
    opacity: 1;
}
.std-footer .inner .footer-menu img{
    width: 250px;
}
.std-footer .inner .footer-menu ul.custom li{
    border-top: 2px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 350px){
    .std-footer .inner .footer-menu img{
        width: 100%;
    }
}
.std-footer .footer-socialmedia{
    margin-top: 11px;
}
.std-footer .footer-socialmedia .item{
    position: relative;
    width: 50px;
    height: 50px;
    background-color: rgb(255 255 255 / 15%);
    border-radius: 100%;
    display: inline-block;
    transition: 200ms ease-in-out;
    text-align: center;
}
.std-footer .footer-socialmedia .item:hover{
    background-color: rgb(255 255 255 / 25%);
}
.std-footer .footer-socialmedia .item i{
    color: white;
    position: relative;
    top: 14px;
}
.std-footer .footer-socialmedia .item i::before{
    font-size: 25px;
}
.footer-copyright{
    background-color: #14313B;
    padding: 20px 0px;
}
.footer-copyright p{
    color: white;
    opacity: 0.65;
}
@media only screen and (max-width: 768px) {
    .footer-copyright{
        text-align: center;
    }
}


.std-under-home-header{
    background-color: rgb(var(--wpb-accent-1));
    padding-bottom: 80px;
}
.std-under-home-header .text-card{
    width: 100%;
    height: min-content;
    margin-top: -40px;
    box-shadow: 0px 25px 50px 0px rgb(8 31 39 / 40%);
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    background-color: rgb(var(--wpb-accent-1));
}
.std-under-home-header .text-card:nth-child(2){
    margin-top: -80px;
}
.std-under-home-header .text-card i{
    color: white;
    font-size: 24px;
}
.std-under-home-header .text-card h2{
    color: white;
}
.std-under-home-header .text-card p{
    color: white;
    opacity: 0.65;
}
@media only screen and (max-width: 1250px){
    .std-under-home-header .text-card:nth-child(2){
        margin-top: -40px;
    }
    .std-under-home-header .text-card:nth-child(3){
        margin-top: 12px;
    }
}
@media only screen and (max-width: 768px){
    .std-home-header {
        padding: 30px 0px 70px 0px;
    }
    .std-home-header::before {
        background: linear-gradient(90deg,rgba(255,255,255,.1) 1%,rgba(255,255,255,.7) 100%,rgba(255,255,255,0) 9%);
    }
    .std-under-home-header .text-card:nth-child(2){
        margin-top: 12px;
    }
    .std-under-home-header .text-card:nth-child(3){
        margin-top: 12px;
    }
}

.std-popular-cities{
    /* background: linear-gradient(0deg, white 50%, rgba(var(--wpb-accent-1)) 50%); */
    background: linear-gradient(0deg, white 41%, rgba(var(--wpb-accent-1)) 0%);
    padding: 50px 0px 0px 0px;
}
.std-popular-cities .header{
    margin-bottom: 50px;
}
.std-popular-cities .header h2::before{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_divider.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 35px;
    top: -20px;
    left: 0;
}
.std-popular-cities .header h2{
    color: white;
}
.std-popular-cities .header h2 span{
    color: rgb(var(--wpb-accent-2));
    font-size: inherit;
    font-family: inherit;
    position: relative;
}
.std-popular-cities .header h2 span::before{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_underline_populairste.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 35px;
    bottom: -30px;
    transform: rotate(2deg);
}
.std-popular-cities .header p{
    color: white;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 50px;
}
.std-popular-cities .inner .item{
    text-decoration: none;
    transition: 200ms ease-in-out;
}
.std-popular-cities .inner .item:hover{
    transform: translateY(-10px);
}
.std-popular-cities .inner .item img{
    width: 100%;
    object-fit: cover;
    max-height: 280px;
    /* max-width: 250px; */
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%);
}
.std-popular-cities .inner .item .body{
    text-align: center;
}
.std-popular-cities .inner .item .body p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width: 1250px) {
    .std-popular-cities{
        background: linear-gradient(0deg, white 60%, rgba(var(--wpb-accent-1)) 0%);
    }
}
@media only screen and (max-width: 968px) {
    .std-home-header{
        padding: 110px 0px 170px 0px;
    }
    .std-popular-cities{
        background: linear-gradient(0deg, white 65%, rgba(var(--wpb-accent-1)) 0%);
    }
    .std-popular-cities .header h2::before {
        top: -35px;
    }
    .std-popular-cities .header h2 span::before{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .std-popular-cities{
        background: linear-gradient(0deg, white 80%, rgba(var(--wpb-accent-1)) 0%);
    }
}
@media only screen and (max-width: 600px) {
    .std-popular-cities{
        background: linear-gradient(0deg, white 78%, rgba(var(--wpb-accent-1)) 0%);
    }
}

.std-call-to-action{
    padding-top: 250px;
    padding-bottom: 250px;
    background-image: url(/wp-content/themes/wux/assets/img/backgrounds/cta-bg.svg);
    background-size: contain;
    background-position: top;
}
.std-call-to-action .container {
    max-width: 1500px !important;
}
.std-call-to-action .content {
    display: flex;
    background-color: rgb(var(--wpb-accent-2));
    border-radius: 20px;
    /* padding: 52px; */
    padding: 30px 100px 30px 100px;
    /* align-content: center; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* text-align: center; */
}
.std-call-to-action h2 {
    color: white;
}
.std-call-to-action p{
    color: white;
    opacity: 0.85;
}
@media only screen and (max-width: 1600px) {
    .std-call-to-action .container {
        max-width: 1400px !important;
    }
}
@media only screen and (max-width: 1400px) {
    .std-call-to-action .container {
        max-width: 1200px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .std-call-to-action{
        background-size: contain;
        background-position: center;
    }
    .std-call-to-action .container {
        max-width: 1000px !important;
    }
}
@media only screen and (max-width: 1100px) {
    .std-call-to-action .content {
        padding: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .std-call-to-action .container {
        max-width: 768px !important;
    }
}
@media only screen and (max-width: 768px) {
    .std-call-to-action{
        background-image: none;
        padding: 150px 0px 50px 0px;
    }
    .std-call-to-action .container {
        max-width: 100% !important;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 768px) {
    .std-call-to-action .content {
        display: block;
        text-align: center;
    }
    .std-call-to-action .content a {
        margin-top: 10px;
    }
    .std-call-to-action .content h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .std-call-to-action .content h2 span {
        font-size: 30px;
    }
}
.std-monthly-city{
    margin: 50px 0px;
}
.std-monthly-city .container{
    padding: 40px 0px;
}
.std-monthly-city .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.std-monthly-city .inner .block-left {
    width: 65%;
    margin-right: 50px;
}
.std-monthly-city .inner .block-right {
    width: 35%;
}
.std-monthly-city .inner .block-left h2 {
    color: white;
    margin-bottom: 20px;
}
.std-monthly-city .inner .block-left p {
    color: white;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.std-monthly-city .inner .block-right .card {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 510px;
    margin-top: -70px;
    margin-bottom: -70px;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0px 0px 50px 0px rgb(29 72 88 / 20%);
}
.std-monthly-city .inner .block-right .card p {
    opacity: 0.85;
    color: rgb(var(--wpb-accent-1));
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.std-monthly-city .inner .block-right .card .links {
    margin-top: auto;
}
.std-monthly-city .inner .block-right .card .links a {
    display: block;
    text-decoration: none;
    color: rgb(var(--wpb-accent-2));
    margin-top: 10px;
}
.std-monthly-city .inner .block-right .card .links a:hover i {
    margin-left: 10px;
}
.std-monthly-city .inner .block-right .card .links a i {
    margin-left: 5px;
    transition: 200ms ease-in-out;
}

@media only screen and (max-width: 1250px) {
    .std-monthly-city {
        margin: 0;
    }
    .std-monthly-city .container {
        padding: 40px 20px;
    }
    .std-monthly-city .inner {
        display: block;
    }
    .std-monthly-city .inner .block-left {
        width: 100%;
    }
    .std-monthly-city .inner .block-right {
        width: 100%;
    }
    .std-monthly-city .inner .block-right .card {
        margin-top: 30px;
        margin-bottom: unset;
        height: unset;
    }
    .std-monthly-city .inner .block-right .card p{
        -webkit-line-clamp: 3;
    }
}

.std-tekst{
    padding: 50px 0px;
    background-image: url(/wp-content/themes/wux/assets/img/backgrounds/tekst-bg.svg);
    background-size: contain;
    background-position: left;
}
.std-tekst .inner h2{
    margin-bottom: 20px;
}
.std-tekst .inner h2::before{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_divider_2.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 35px;
    top: -20px;
    left: 0;
}
.std-tekst .inner h2 span{
    color: rgb(var(--wpb-accent-2));
    font-size: inherit;
    font-family: inherit;
    position: relative;
}
.std-tekst .inner h2 span::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_underline_stedentripper.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 35px;
    /* top: 65px; */
    bottom: -20px;
    /* left: -10px; */
    transform: rotate(2deg);
}
.std-tekst .inner .text{
    max-width: 750px;
    margin: 0 auto;
}
.std-tekst .inner .text p{
    margin-bottom: 10px;
    color: rgba(var(--wpb-accent-1),0.75);
}
@media only screen and (max-width: 1600px) {
    .std-tekst{
        background-image: none;
    }
}
@media only screen and (max-width: 968px) {
    .std-tekst .inner h2::before{
        top: -35px;
    }
}

.std-popular-blogs{
    padding: 50px 0px;
}
.std-popular-blogs .header{
    display: flex;
    margin-bottom: 20px;
}
.std-popular-blogs .header a{
    align-self: center;
    margin-left: auto;
}
.std-popular-blogs .inner{
    display: flex;
    justify-content: space-between;
}
.std-popular-blogs .inner .block-left{
    width: 47%;
}
.std-popular-blogs .inner .block-left .big-item{
    text-decoration: none;
    display: flex;
    align-content: space-between;
    flex-flow: column;
}
.std-popular-blogs .inner .block-left .big-item img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 30px 0px 30px 0px;
    margin-bottom: 10px;
    transition: 200ms ease-in-out;
}
.std-popular-blogs .inner .block-left .big-item:hover img{
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%);
}
.std-popular-blogs .inner .block-left .big-item p{
    color: rgba(var(--wpb-accent-1),0.75);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.std-popular-blogs .inner .block-right{
    width: 50%;
}
.std-popular-blogs .inner .block-right .item{
    text-decoration: none;
    display: flex;
    height: 150px;
}
.std-popular-blogs .inner .block-right .item:not(:last-child){
    margin-bottom: 30px;
}
.std-popular-blogs .inner .block-right .item img{
    width: 35%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0px 30px 0px;
    transition: 200ms ease-in-out;
}
.std-popular-blogs .inner .block-right .item:hover img{
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%);
}

.std-popular-blogs .inner .block-right .item .content{
    width: 65%;
    padding: 10px 20px;
    align-self: center;
}
.std-popular-blogs .inner .block-right .item .content h4{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width: 968px) {
    .std-popular-blogs .inner{
        display: block;
    }
    .std-popular-blogs .inner .block-left{
        width: 100%;
    }
    .std-popular-blogs .inner .block-left .big-item{
        margin-bottom: 30px;
    }
    .std-popular-blogs .inner .block-right{
        width: 100%;
    }
}
@media only screen and (max-width: 568px) {
    .std-popular-blogs .header{
        display: block;
    }
    .std-popular-blogs .inner .block-right .item{
        flex-direction: column;
        height: auto;
    }
    .std-popular-blogs .inner .block-right .item img{
        width: 100%;
        max-height: 300px;
        min-height: 300px;
    }
    .std-popular-blogs .inner .block-right .item .content{
        width: 100%;
        padding: 10px 0px 0px 0px;
        align-self: unset;
    }
}

.std-page-header{
    padding: 40px 0px;
}
.std-page-header .inner {
    max-width: 900px;
}
.std-page-header .inner h1 {
    color: white;
    font-size: 60px;
    line-height: 80px;
}
/* .std-page-header .inner h1::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_divider.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 35px;
    top: -20px;
    left: 0;
} */
@media only screen and (max-width: 968px) {
    /* .std-page-header .inner h1::before {
        top: -35px;
    } */
    .std-page-header .inner h1 {
        color: white;
        font-size: 30px;
        line-height: 40px;
    }
}

.std-grid{
    padding: 50px 0px;
}
.std-grid .header{
    margin-bottom: 20px;
}
.std-grid .header p{
    margin-bottom: 20px;
}
.std-grid .inner .item{
    text-decoration: none;
}
.std-grid .inner .item img{
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    min-height: 300px;
    border-radius: 30px 0px 30px 0px;
    transition: 200ms ease-in-out;
}
.std-grid .inner .item:hover img{
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%);
}
.std-grid .inner .item h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.std-grid .inner .item h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.std-grid .inner .item p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(var(--wpb-accent-1),0.75);
}

.std-blog-detail-categories{
    text-align: center;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
.std-blog-detail-categories a{
    display: inline-block;
    background-color: rgb(var(--wpb-accent-2));
    padding: 10px;
    border-radius: 30px 0px 30px 0px;
    text-align: center;
    color: white;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    z-index: 5;
}
.std-blog-content{
    margin-top: 50px;
    margin-bottom: 50px;
}
.std-blog-content .container{
    max-width: 860px;
}
.std-blog-content .container .content p{
    color: rgba(var(--wpb-accent-1),0.75);
}
.std-blog-content .container .content img{
    width: 100%;
    border-radius: 30px 0px 30px 0px;
    margin: 15px 0px;
}
.std-blog-content .container .content h2{
    font-size: 34px;
    line-height: 50px;
}
.std-blog-content .container .content h3{
    font-size: 26px;
    line-height: 34px;
}
@media only screen and (max-width: 860px) {
    .std-blog-content .container{
        padding: 0px 20px;
    }
}
.std-blog-content .container .content a{
    color: rgb(var(--wpb-accent-1), 1);
}

.std-pagination{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.std-pagination .nav-links{
    display: flex;
    justify-content: center;
    font-size: 16px;
}
.std-pagination a, .std-pagination span{
    text-decoration: none;
    border-radius: 0.4rem;
    margin-right: 5px;
    min-width: 2.7em;
    text-align: center;

    background-color: #fff;
    border: 1px solid rgba(29, 72, 88, 0.15);
    color: rgb(var(--wpb-accent-1));
    display: block;
    position: relative;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.425rem 0.75rem;
}
.std-pagination .current{
background-color: rgba(29, 72, 88, 0.15);
}

.std-pagination a:hover {
    background-color: rgba(29, 72, 88, 0.15);
}

.std-comments hr{
    opacity: 0.4;
    color: rgb(var(--wpb-accent-1));
    margin: 20px 0px;
}
.std-comments .header p{
    color: rgb(var(--wpb-accent-1));
    opacity: 0.85;
}
.std-comments .field{
    margin-bottom: 15px;
}
.std-comments .field input{
    width: 100%;
    border-radius: 8px;
    border-style: none;
    background-color: rgba(29, 72, 88, 0.15);
    height: 40px;
    color: rgb(var(--wpb-accent-1));
    padding: 10px;
}
.std-comments .field textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 5px;
    border-style: none;
    background-color: rgba(29, 72, 88, 0.15);
    color: rgb(var(--wpb-accent-1));
    padding: 10px;
}
.std-comments .field input:focus-visible{
    outline: 0;
}
.std-comments .field textarea:focus-visible{
    outline: 0;
}
.std-comments .form-submit{
    display: flex;
    justify-content: flex-end;
}
.std-comments .form-submit .submit{
    display: inline-block;
    background-color: rgb(var(--wpb-accent-1));
    border: 2px solid rgb(var(--wpb-accent-1));
    color: white;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    border-radius: 8px;
    transition: 200ms ease-in-out;
}
.std-comments .form-submit .submit:hover{
    cursor: pointer;
}
.std-comments .comment-form .two-columns{
    display: flex;
}
.std-comments .comment-form .two-columns .field{
    width: 57%;
}
.std-comments .comment-form .two-columns .empty-field{
    width: 6%;
}
@media only screen and (max-width: 500px) {
    .std-comments .comment-form .two-columns{
        display: block;
    }
    .std-comments .comment-form .two-columns .field{
        width: 100%;
    }
}
.std-comments .comment-form-cookies-consent{
    display: flex;
    margin-bottom: 15px;
}
.std-comments .comment-form-cookies-consent input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    width: 30px; 
    min-width: 30px;
    height: 30px;
    font-size: 30px;
    border-radius: 8px;
    margin-right: 5px;
    background-color: rgba(29, 72, 88, 0.15);
}
.std-comments .comment-form-cookies-consent input[type=checkbox]:checked:after {
    position: relative;
    left: 4px;
    top: 3px;
    color: rgb(var(--wpb-accent-1));
    content: "\2713";
}
.std-comments .list .item .row{
    display: flex;
}
.std-comments .list .item .row .info{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    align-self: center;
    /* min-width: 180px;
    max-width: 180px; */
}
.std-comments .list .item .row .info .avatar{
    width: 60px;
    height: 60px;
    background-color: rgba(29, 72, 88, 0.15);
    border-radius: 999px;
}
.std-comments .list .item .row .info .avatar i{
    position: absolute;
    color: rgb(var(--wpb-accent-1));
    transform: translate(15px, 15px);
}
.std-comments .list .item .row .info .name{
    font-weight: 900;
    color: rgb(var(--wpb-accent-1));
    padding: 2px 0px;
    text-align: center;
}
.std-comments .list .item .row .info .date{
    color: rgb(var(--wpb-accent-1));
    opacity: 0.65;
    text-align: center;
}
.std-comments .list .item .row .info .avatar i::before{
    font-size: 30px;
}
.std-comments .list .item .row .content{
    align-self: center;
}
.std-comments .list .item .row .content p{
    color: rgba(var(--wpb-accent-1));
}
.std-comments .list .item .row .content .author{
    opacity: 0.75;
    padding: 5px 0px;
    display: block;
}
@media only screen and (max-width: 860px) {
    .std-comments .list .item .row{
        flex-direction: column;
    }
    .std-comments .list .item .row .info{
        align-self: center;
        padding-right: 0px;
        padding-bottom: 5px;
    }
    .std-comments .list .item .row .content{
        text-align: center;
    }
}
.std-all-cities{
    padding: 50px 0px;
}
.std-all-cities .header{
    text-align: center;
}
.std-all-cities .header h2 span{
    color: rgb(var(--wpb-accent-2));
    font-size: inherit;
    font-family: inherit;
    position: relative;
}
.std-all-cities .header h2::before{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_divider_2.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 35px;
    top: -20px;
    left: 0;
}
.std-all-cities .header h2 span::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_underline_alle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 35px;
    bottom: -22px;
    left: -6px;
    transform: rotate(2deg);
}
.std-all-cities .inner .cities{
    column-count: 4;
    list-style: none;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    column-gap: 100px;
}
.std-all-cities .inner .cities .item{
    position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-end;
}
.std-all-cities .inner .cities .item span{
    color: rgb(var(--wpb-accent-2));
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    right: 100%;
    margin-right: 8px;
    top: 0;
    width: 22px;
    text-align: center;
    position: absolute;
}
.std-all-cities .inner .cities .item a{
    text-decoration: none;
    color: rgb(var(--wpb-accent-1));
    opacity: 0.75;
    transition: 200ms ease-in-out;
    line-height: 1;
}
.std-all-cities .inner .cities .item a:hover{
    opacity: 1;
}
@media only screen and (max-width: 968px) {
    .std-all-cities .header h2::before {
        top: -35px;
    }
    .std-all-cities .header h2 span::before{
        bottom: -30px;
    }
}
@media only screen and (max-width: 968px) {
    .std-all-cities .inner .cities{
        column-count: 3;
    }
}
@media only screen and (max-width: 768px) {
    .std-all-cities .inner .cities{
        column-count: 2;
    }
}
@media only screen and (max-width: 568px) {
    .std-all-cities .inner .cities{
        columns: auto;
    }
}
.std-detail-menu-sticky{
    position: sticky;
    top: 0;
    z-index: 1;
}
.std-detail-menu-sticky .card{
    width: 270px;
    position: absolute;
    margin-top: 50px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.std-detail-menu-sticky .card .header{
    background-color: rgb(var(--wpb-accent-2));
    text-align: center;
    border-radius: 30px 0px 0px 0px;
}
.std-detail-menu-sticky .card .header .title{
    color: white;
    font-family: 'Playfair Display';
    font-size: 26px;
    line-height: unset;
    margin-bottom: unset;
    padding: 20px 0px 50px 0px;
}

.std-detail-menu-sticky .card .compass{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(var(--wpb-accent-1));
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.std-detail-menu-sticky .card .compass i{
    color: white;
    font-size: 40px;
}

.std-detail-menu-sticky .card .body{
    background-color: rgb(var(--wpb-accent-1));
    padding: 30px;    
    border-radius: 0px 0px 30px 0px;
    position: relative;
}
.std-detail-menu-sticky .card .body a{
    color: white;
    text-decoration: none;
    display: block;
}
.std-detail-menu-sticky .card .body a:hover{
    color: white;
    opacity: 0.8;
}

.std-detail{
    padding: 50px 0px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .std-detail.city-page .container{
        max-width: 1080px;
    }
}
@media only screen and (max-width: 1600px) {
    .std-detail-menu-sticky{
        display: none;
    }
}
.std-detail .inner{
    display: flex;
    position: relative;
}
.std-detail .inner .content{
    width: 100%;
}
.std-detail .inner .content p{
    margin-bottom: 20px;
    color: rgba(var(--wpb-accent-1),0.75);
}
.std-detail .inner .content p a{
    color: rgba(var(--wpb-accent-1),0.7);
    transition: 100ms ease-in-out;
}
.std-detail .inner .content p a:hover{
    color: rgba(var(--wpb-accent-1),1);
}
.std-detail .inner .content li a{
    color: rgba(var(--wpb-accent-1),0.7);
    transition: 100ms ease-in-out;
}
.std-detail .inner .content li a:hover{
    color: rgba(var(--wpb-accent-1),1);
}
.std-detail .inner .content .post-content p a{
    color: rgba(var(--wpb-accent-1),0.7);
    transition: 100ms ease-in-out;
}
.std-detail .inner .content .post-content p a:hover{
    color: rgba(var(--wpb-accent-1),1);
}

.std-detail .inner .content .bezienswaardigheden{
    width: 100%;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%); 
    padding: 20px;
}
.std-detail .inner .content .bezienswaardigheden .header{
    display: flex;
}
.std-detail .inner .content .bezienswaardigheden .header h2{
    align-self: center;
    margin-bottom: unset;
}
.std-detail .inner .content .bezienswaardigheden .inner{
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 28px;
}
.std-detail .inner .content .bezienswaardigheden .inner .item{
    text-decoration: none;
    transition: 200ms ease-in-out;
}
.std-detail .inner .content .bezienswaardigheden .inner .item:hover{
    transform: translateY(-5px);
}
.std-detail .inner .content .bezienswaardigheden .inner .item img{
    width: 100%;
    object-fit: cover;
    max-height: 250px;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%);
}
.std-detail .inner .content .bezienswaardigheden .inner .item .body{
    text-align: center;
}
.std-detail .inner .content .bezienswaardigheden .inner .item .body .title{
    font-size: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 33px;
    margin: 15px 0px;
}
.std-detail .inner .content .bezienswaardigheden .inner .item .body p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}
.std-detail .inner .content .bezienswaardigheden .bottom{
    margin-top: 50px;
}
.std-detail .inner .content .bezienswaardigheden .bottom a{
    align-self: center;
    margin-left: auto;
}
.std-detail .inner .content .bezienswaardigheden .bottom a i{
    margin-left: 10px;
}
@media only screen and (max-width: 1800px) {
    .std-detail .inner .content .bezienswaardigheden .header{
        display: block;
    }
    .std-detail .inner .content .bezienswaardigheden .header h2{
        margin-bottom: 10px;
    }
    .std-detail .inner .content .bezienswaardigheden .inner .item img{
        height: 200px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .std-detail .inner .content .bezienswaardigheden .inner .item img{
        height: 143px;
    }
}
@media only screen and (max-width: 968px) {
    .std-detail .inner .content .bezienswaardigheden .inner{
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 650px) {
    .std-detail .inner .content .bezienswaardigheden .inner{
        grid-template-columns: 1fr;
    }
}

.std-detail .inner .content .cant-miss-these .field{
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}
.std-detail .inner .content .cant-miss-these .field::before{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    vertical-align: baseline;
    margin-right: 10px;
    content: "\f0a9";
    color: rgb(var(--wpb-accent-1));
}
.std-detail .inner .content .cant-miss-these .field a{
    color: rgba(var(--wpb-accent-1),0.7);
    transition: 100ms ease-in-out;
}
.std-detail .inner .content .cant-miss-these .field a:hover{
    color: rgba(var(--wpb-accent-1),1);
}
.std-detail .inner .content .cant-miss-these .field p{
    margin-bottom: 0px;
}

.std-detail .inner .content .transport-ways{
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%);
    padding: 20px;
}
.std-detail .inner .content .transport-ways .columns{
    display: flex;
    flex-wrap: wrap;
}
.std-detail .inner .content .transport-ways .columns .block{
    width: 50%;
    flex: 0 0 auto;
}
.std-detail .inner .content .transport-ways .columns .block:nth-child(odd){
    padding-right: 20px;
}

.std-detail .inner .content .transport-ways .columns .block .icon{
    background-color: rgb(var(--wpb-accent-1));
    font-size: 20px;
    display: inline-block;
    padding: 13px;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    margin-right: 5px;
}
.std-detail .inner .content .transport-ways .columns .block .icon i{
    font-size: inherit;
    color: white;
    width: 25px;
    height: 25px;
    align-self: center;
    text-align: center;
}


@media only screen and (max-width: 650px) {
    .std-detail .inner .content .transport-ways .columns {
        display: block;
    }
    .std-detail .inner .content .transport-ways .columns .block {
        width: 100%;
    }
    .std-detail .inner .content .transport-ways .columns .block:nth-child(odd){
        padding-right: unset;
    }
}

.std-detail .inner .sidebar{
    width: 100%;
    max-width: 300px;
    margin-left: 75px;
}
.availability-container {
    min-height: 650px;
}
.std-detail .inner .sidebar .socialmedia img{
    width: 55%;
    margin: auto;
    display: block;
}
.std-detail .inner .sidebar .socialmedia .card .header{
    border-radius: 30px 0px 0px 0px;
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%);
    padding: 20px 30px;
    text-align: center;
}
.std-detail .inner .sidebar .socialmedia .card .header h4{
    margin-bottom: 0px;
}
.std-detail .inner .sidebar .socialmedia .card .body{
    border-radius: 0px 0px 30px 0px;
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%); 
    background-color: rgb(var(--wpb-accent-1));
    text-align: center;
    padding: 30px 0px;
}
.std-detail .inner .sidebar .socialmedia .card .body a{
    color: white;
    text-decoration: none;
}
.std-detail .inner .sidebar .socialmedia .card .body a i::before{
    font-size: 40px;
}

.std-detail .inner .pros-and-cons .columns{
    display: flex;
    flex-wrap: wrap;
}
.std-detail .inner .pros-and-cons .columns .block{
    width: 50%;
    flex: 0 0 auto;
}
.std-detail .inner .pros-and-cons .columns .block:nth-child(odd) {
    padding-right: 20px;
}
.std-detail .inner .pros-and-cons .columns .block .item{
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}
.std-detail .inner .pros-and-cons .columns .block .item p{
    margin-bottom: 0px;
}
.std-detail .inner .pros-and-cons .columns .block .item::before{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    vertical-align: baseline;
    margin-right: 10px;
}
.std-detail .inner .pros-and-cons .columns .block .pro + .con{
    margin-top: 20px;
}
.std-detail .inner .pros-and-cons .columns .block .pro::before{
    content: "\f00c";
    color: green
}
.std-detail .inner .pros-and-cons .columns .block .con::before{
    content: "\e59b";
    color: red;
}
@media only screen and (max-width: 500px) {
    .std-detail .inner .pros-and-cons .columns .block{
        width: 100%;
    }
    .std-detail .inner .pros-and-cons .columns .block:first-child{
        margin-bottom: 20px;
        padding-right: 0px;
    }
}

.std-detail .inner .sidebar .city-information .card{
    background-color: rgb(var(--wpb-accent-1));
    padding: 20px;
}

.std-detail .inner .sidebar .city-information .card .field{
    /* opacity: 0.65; */
    color: white;
    padding: 5px 0px;
}

@media only screen and (max-width: 1250px) {
    .std-detail .inner{
        display: block;
    }
    .std-detail .inner .content{
        margin-bottom: 20px;
    }
    .std-detail .inner .sidebar{
        max-width: unset;
        margin-left: unset;
    }
}

.std-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(var(--wpb-accent-1));
    opacity: 0.75;
}
.mt-10{
    margin-top: 10px;
}
.mb-30{
    margin-bottom: 30px;
}
.sm-30{
    scroll-margin-top: 30px;
}

.std-btn-acccent-1{
    display: inline-block;
    background-color: rgb(var(--wpb-accent-1));
    border: 2px solid rgb(var(--wpb-accent-1));
    color: white;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    border-radius: 12px;
    transition: 200ms ease-in-out;
}
.std-btn-acccent-1:hover{
    background-color: transparent;
}

.std-btn-acccent-2{
    display: inline-block;
    background-color: rgb(var(--wpb-accent-2));
    border: 2px solid rgb(var(--wpb-accent-2));
    color: white;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    border-radius: 12px;
    transition: 200ms ease-in-out;
}
.std-btn-acccent-2:hover{
    background-color: transparent;
}
.hover-color-accent-2:hover{
    color: rgb(var(--wpb-accent-2));
}

.std-bekijken{
    color: rgb(var(--wpb-accent-2));
    font-weight: 600;
    margin-top: 10px;
}
.std-bekijken i{
    transition: 200ms ease-in-out;
}
.std-bekijken-hover:hover i{
    margin-left: 10px;
}

.std-search-overlay{
    /* background-image: url(/wp-content/uploads/2022/04/anthony-delanoix-QAwciFlS1g4-unsplash-3.jpg); */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* transition: 200ms ease-in-out; */
}
.std-search-overlay .blur{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(10px)!important;
    -webkit-backdrop-filter: blur(10px)!important;
}

@supports not (backdrop-filter: none) {
    .std-search-overlay .blur { 
    background-color: rgba(0, 0, 0, 0.7);
    }
}

.std-search-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.std-search-overlay .container{
    text-align: center;
    max-width: 1000px;
}
.std-search-overlay .container h2{
    color: white;
    margin-bottom: 15px;
}
.std-search-overlay .container h2::before{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_divider.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 35px;
    top: -20px;
    left: 0;
}
.std-search-overlay .container h2 span{
    color: rgb(var(--wpb-accent-2));
    font-size: inherit;
    font-family: inherit;
    position: relative;
}
.std-search-overlay .container h2 span::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/wux/assets/img/std_underline_zoektocht.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 35px;
    /* top: 65px; */
    bottom: -22px;
    /* left: -10px; */
    transform: rotate(2deg);
}

@media only screen and (max-width: 968px) {
    .std-search-overlay .container h2::before{
        top: -40px;
    }
    .std-search-overlay .container h2 span::before{
        display: none;
    }
    .std-search-overlay .container{
        padding: 0px 20px;
    }
    .wpb-navigation .wpb-menu.active {
        top: 108px;
    }
}

.std-search-overlay .std-search-form{
    display: flex;
    height: 50px;
}
.std-search-overlay .std-search-form .left{
    display: flex;
    width: 50px;
    height: 100%;
    background-color: white;
    border-radius: 12px 0px 0px 12px;
}
.std-search-overlay .std-search-form .left i{
    align-self: center;
    margin: auto;
}
.std-search-overlay .std-search-form .middle{
    /* height: 100%; */
    width: 100%;
}
.std-search-overlay .std-search-form .middle input{
    height: 100%;
    width: 100%;
    border: none;
    padding: 0px 5px;
}
.std-search-overlay .std-search-form .middle input:focus-visible{
    outline: 0;
}
.std-search-overlay .std-search-form .right{
    /* height: 100%; */
    width: 140px;
}
.std-search-overlay .std-search-form .right button{
    height: 100%;
    width: 100%;
    background-color: rgb(var(--wpb-accent-2));
    color: white;
    padding: 0px 20px;
    border: none;
    border-radius: 0px 12px 12px 0px;
    transition: 200ms ease-in-out;
}
.std-search-overlay .std-search-form .right button:hover{
    cursor: pointer;
    opacity: 0.9;
}

.no-scroll{
    overflow: hidden;
}

.rounded-corners{
    border-radius: 30px 0px 30px 0px;
}



.std-detail .gallery-layout {
    display: grid;
    grid-gap: 10px;
}

.gallery-layout .gallery-item {
    height: 180px;
    position: relative;
}

.gallery-layout .gallery-item img{
    height: 100%;
    width: 100%;
    color: #000;
    border-radius: 30px 0px;
    object-fit: cover;
    box-shadow: 0px 10px 20px 0px rgb(29 72 88 / 20%);
}

.gallery-layout.two-columns {
    grid-template-columns: 1fr 1fr;
}

.gallery-layout.three-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 650px) {
    .gallery-layout.three-columns {grid-template-columns: 1fr!important;}
    .gallery-layout.two-columns {grid-template-columns: 1fr!important;}
}
@media only screen and (max-width: 968px) {
    .gallery-layout.three-columns {grid-template-columns: 1fr 1fr;}
    .gallery-layout.two-columns {grid-template-columns: 1fr 1fr;}
}

.std-404-section{
    padding: 175px 0px;
}
.bigcity-page .content img{
    width: 100%;
    border-radius: 30px 0px 30px 0px;
}


#localtrips table th {
    cursor: pointer;
    padding: 8px;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid black;
    background-color: rgba(29, 72, 88, 1);
    color: #fff;
    font-weight: 100;
}
#localtrips table th i{
    font-weight: 350;
}

#localtrips table th:hover {
    background-color: rgba(29, 72, 88, 0.8);
}

#localtrips table th:first-child {
    border-right: 1px solid black;
    border-left: none;
}
#localtrips table th:last-child {
    border-left: 1px solid black;
    border-right: none;
}

#localtrips table td{
    padding: 10px;
}

#localtrips table tr:nth-child(even){
    background-color: rgba(29, 72, 88, 0.3);
    color: #fff;
}

#localtrips table tr:nth-child(odd){
    background-color: #fff;
    color: rgba(29, 72, 88, 1);
}

#localtrips table tr td a{
    color: inherit;
}

.header-and-filter{
    display: flex;
}
.std-filter-section{
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 18px;
    margin-bottom: 18px; */
    margin-left: auto;
}

.std-filter-section .filters{
    /* display: inline-flex;
    align-items: center; */
    display: inline-flex;
    align-items: center;
}
.std-filter-section .filters .searchandfilter ul{
    display: inline-flex;
    align-items: center;
}
.std-filter-section .filters .searchandfilter ul li:first-child{
    padding-left: 0;
}
.std-filter-section .filters .searchandfilter ul li{
    padding: 0 5px;
    position: relative;
}
.std-filter-section .filters .searchandfilter .sf-input-select{
    height: 50px;
    padding: 10px 20px;
    line-height: 16px;
    font-size: 16px;
    border: 2px solid #D1D1D1;
    border-radius: var(--wpb-btn-radius);
    -webkit-appearance: none!important;
    /* background: none; */
    color: rgb(var(--wpb-accent-1));
    border: 2px solid rgba(var(--wpb-accent-1),0.25);
    border-radius: 8px;
}

.std-filter-section .filters .searchandfilter li[data-sf-field-input-type="select"] label:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 55%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/wux/assets/img/icon_chevron-down_black.svg);
}

.std-filter-section .filters .filter-submit{
    background-color: rgb(var(--wpb-accent-2));
    color: white;
    padding: 10px 20px;
    border: 2px solid rgba(var(--wpb-accent-1),0.25);
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 200ms ease-in-out;
    height: 50px;
}
.std-filter-section .filters .filter-submit:hover{
    cursor: pointer;
    background-color: transparent;
    color: rgb(var(--wpb-accent-2));
}

@media only screen and (max-width: 968px){
    
    .header-and-filter{
        display: block;
    }

    .std-filter-section{
        display: block;
    }

    .std-filter-section .filters .filter-submit{
        margin-bottom: 18px;
    }

    .std-filter-section .filters{
        display: unset;
    }
    .std-filter-section .filters .searchandfilter ul{
        flex-direction: column;   
        width: 100%; 
    }
    .std-filter-section .filters .searchandfilter ul li{
        width: 100%;
        padding: 0px;
        margin-bottom: 18px;
    }
    .std-filter-section .filters .searchandfilter ul li label{
        width: 100%;
    }
    .std-filter-section .filters .searchandfilter ul li label .sf-input-select{
        width: 100%;
    }
}

.single-blog .std-page-header h1{
    font-size: 36px;
    line-height: 1.3;
}