@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body{
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top:100px;
}
a {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #A34559;
    text-decoration: none;
    transition: 0.3s all;
}
a:hover{
    
    text-decoration: none;
    color: #966C75;
}
.font-accent{
    font-family: Merriweather;
}
h1, .h1{
    color: #000;
    font-family: Merriweather;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
}
h2, .h2{
    color:#1C1C1C;
    font-family: Merriweather;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
h3, .h3{
    color: #000;
    font-family: Merriweather;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}
h4, .h4{
    color: #000;
    font-family: Merriweather;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}
h5, .h5{
    color: #000;
    font-family: Merriweather;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.font-small {
    font-size: 11px;
}
.btn-primary{
    height: 36px;
    padding: 8px 18px;
    border-radius: 7px;
    background: #342125;
    border: none;
    transition: 0.3s all;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn:hover, .btn:focus, .btn:active,
.btn:first-child:active:focus-visible,
.btn:focus-visible, .btn:first-child:active{
    background: #A34559;
    border: none;
    box-shadow: none;
}
header#wrapper-navbar {
    position: absolute;
    transition: 0.5s all;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
header#wrapper-navbar.fixed {
    position: fixed;
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.small{
    font-size: 12px;
}
.last-p_0 p:last-child{
    margin-bottom:0;
}
.text-link > *, .text-link{
    text-decoration: none;
    transition: 0.3s all;
}
.text-link:hover > *{
    color: #A34559;
}
.text-link:hover .post-title_img{
    color: #A34559!important;
}
.cat-title{
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin-bottom: 18px;
    }
 a.cat-links {
    color: inherit;
    text-decoration: none;
}
.title-alt{
    color: #1C1C1C;
    font-family: Merriweather;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
h4.title-alt:after {
    content: "";
    position: relative;
    width: 100%;
    height: 20px;
    border-radius: 50px;
    background: #FAF4F5;
    display: block;
}
.line-break{
    position: relative;
    width: 100%;
    height: 3px;
    background:#FAF4F5;
    display: block;
}
.line-break_big{
    border-radius: 50px;
    background: #FAF4F5;
    height:20px;
    position: relative;
    display: block;
    margin-top:70px;
}
.sep-32{
    margin-top:32px;
    margin-bottom:32px;
}
.sep_b-32{
    margin-bottom:32px;
}
.sep_t-32{
    margin-top:32px;
}
.separator-inner{
    border-radius: 50px;
    background: #FAF4F5;
    height:20px;
    position: relative;
    display: block;
    margin:70px 0;
}
.sfsi_widget {
    min-height: auto;
}
.title-border{position: relative;display: inline-block;margin-bottom: 36px;}
.title-border:after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: #A34559;
    left: 0;
    border-radius: 6px;
}    
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
.slide-date{
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 1px;
    text-transform: uppercase;
}
.post-title_img{
    color: #FFF;
    font-family: Merriweather;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.post-date_img{
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 240% */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tag-bubble{
    display:  inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration:none;
    background:#A34559;
    position: absolute;
    top:16px;
    left:16px;
    z-index:10;
    transition: 0.3s all;
}
.tag-bubble span{
    color: #FFF;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}
.tag-bubble:hover {
    filter: brightness(0.8);
}
.above-inline{
    margin-bottom:12px;
}
.above-inline .tag-bubble{
    padding: 0px 15px;
}
.above-inline .tag-bubble span{
    font-size: 10px;
}
.navbar-nav .nav-link {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #342125;
}
.b_radius{
    border-radius: 7px;
}
.b_radius-small{
    border-radius: 5px;
}
/*COLORS*/
.green-1{color:#342125}
.green-2{color:#A34559}
.green-3{color:#966C75}
.green-4{color:#B89FA4}
.green-5{color:#FAF4F5}
.green_bg-1{background:#342125}
.green_bg-2{background:#A34559}
.green_bg-3{background:#966C75}
.green_bg-4{background:#B89FA4}
.green_bg-5{background:#FAF4F5}
/*COLORS*/
.logo-container {
    padding: 7px 0;
}
ul.social-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}
.footer-partners a {
    line-height: 1;
    position: relative;
    top: -3px;
}
.footer-partners img {
    height: 14px;
}
footer ul.social-list{
    gap:0;
    justify-content: center;
}
.site-info > img {
    width: 190px;
    margin: 0 auto;
}
.article-footer {
    display: flex;
    align-items: center;

}
.social-list li a {
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    text-decoration: none;
    color: #342125;
}
.header-social .social-list li a{
    background: #FAF4F5;
    border-radius: 20px;
    transition: .3s all;
}
.header-social .social-list li a:hover{
    background:#B89FA4
}
.footer-social .social-list li a {
    color: #fff;
    font-size: 20px;
    transition: .3s all;
}
.wp_bread{
    z-index: 999;
}
.footer-social .social-list li a:hover, ul#menu-footer li a:hover,
.wp_bread a:hover{
     color:#B89FA4
}
.wp_bread a{
    transition: 0.3s all;
}
.post-box_img, .post-box_half{
    position: relative;
}
.post_img {
    width: 100%;
    height: 370px;
}
.post_img:after, .header-simplepage:after, .newsletter-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 46.5%, #000 100%);
}
.post-box_half .post_img:after{
    content: none;
}
.post_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
    transform: scale(1);
}
.post-box_img .post_content {
    bottom: 19px;
    position: absolute;
    left: 16px;
    right: 16px;
    height: 85px;
}
.post-box_img_big .post_content {
    bottom: 29px;
    left: 20px;
    right: 20px;
    height: 95px;
}
.post-box_img .post_content h4{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.post-box_half{
    border-radius: 6px;
    border: 1px solid #D9D9D9;
}
.post-box_half .post_img {
    width: 50%;
    flex-shrink: 0;
    height:270px;
}
.post-box_half .post_content {
    width: 50%;
    flex-shrink: 0;
}
a.block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
a.block-link:hover + .post_img img{
    transform: scale(1.1);
}
.newsletter-box{
    width: 100%;
    min-height: 266px;
    padding: 60px;
    border-radius: 16px;
    overflow: hidden;
}
.newsletter-title{
    color: #FFF;
    font-family: Merriweather;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.newsletter-subtitle{
    color: #FFF;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.section{
    padding:30px 0;
}
.news-sections:first-child{
    padding-top:0;
}
.banner-bilboard{
    max-width:970px;
    margin:0 auto;
}
.banner-bilboard.banner-bilboard-4 {
    max-width: 1072px;
}
.banner-img{
    width:100%;
    height:250px;
}
.banner-full{
    width:100%;
    height:100%;
    max-width: 970px;
    margin:0 auto
}
.banner-half img, .banner-third img{
    width:100%;
    height:100%;
}
.banner-half:nth-child(1){
    margin-right:12px;
}
.banner-half:nth-child(2){
    margin-left:12px;
}

.banner-third:nth-child(1), .banner-fourth:nth-child(1){
    margin-right:12px;
}
.banner-third:nth-child(2), .banner-fourth:nth-child(2), .banner-fourth:nth-child(3){
    margin-left:12px;
    margin-right:12px;
}
.banner-third:nth-child(3), .banner-fourth:nth-child(4){
    margin-left:12px;
}
.banner-img.banner-fourth {
    max-width: 250px;
}





.banner-slider{
    flex-direction: column;
}
.banner-slider .banner-half{
    height:280px
}
.banner-slider .banner-third{
    height:180px
}
.banner-slider .banner-half:nth-child(1) {
    margin-bottom: 12px;
    margin-right:0px;
}
.banner-slider .banner-half:nth-child(2) {
    margin-top: 12px;
    margin-right:0px;
    margin-left:0px;
}
.banner-slider .banner-third:nth-child(1) {
    margin-bottom: 12px;
    margin-right:0px;
}
.banner-slider .banner-third:nth-child(2) {
    margin-bottom: 12px;
    margin-top: 12px;
    margin-right:0px;
    margin-left:0px;
}
.banner-slider .banner-third:nth-child(3) {
    margin-bottom: 0px;
    margin-top: 12px;
    margin-right:0px;
    margin-left:0px;
}


.header-city_archive {
    height: 200px;
    position: relative;
    background: #198754;
}
.header-simplepage {
    height: 400px;
    position: relative;
}
.header-simplepage h1 img{
    height:30px
}

.page-link, .page-item:first-child .page-link {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background:#342125;
    color:#fff;
    border:none;
}
.active>.page-link, .page-link.active, .page-link:hover{
    background:#FAF4F5!important;
    border:none;
    color:#342125!important;
}
.page-link:focus {
    z-index: 3;
    color:#342125;
    background:#FAF4F5!important;
    outline: 0;
    box-shadow: none;
}
footer {
    background: #342125;
    padding: 48px 0;
    text-align: center;
}
ul#menu-footer {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 18px;
    justify-content: center;
    padding-top:14px;
    padding-bottom:12px;
    padding-left: 0;
}
ul#menu-footer li a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    transition: .3s all;
}
.wp_bread, .wp_bread a, .breadcrumbs a, .breadcrumbs p, .breadcrumbs span {
    color: #9F9F9F;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
.swiper-city{
    width: 100%;
    height:650px;
    overflow: hidden;
}
.swiper-fade .swiper-slide-active img{
    transition-duration: 6s;
    transform: scale(1.06);
    transition-timing-function: ease-in;
    
}
.swiper-city .swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.swiper-home {
    height: 550px;
    width: 100%;
}
.swiper-home .post_img, .swiper-home .post-box_img{
    height: 100%;
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    border-radius: 20px;
    background: var(--Zelena-Accent-Light, #FAF4F5);
}
.swiper-container .swiper-pagination-bullet {
    width: 90px;
    height: 10px;
    opacity: 1;
    font-size:0;
}
.swiper-pagination-bullet-active{
    background:#342125!important;
}
.swiper-container .swiper-pagination{
    bottom:-51px!important;
}
.swiper-container .swiper-navigation{
    bottom:-40px!important;
    position: absolute;
    left: 0;
    right: 0;
}
.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M13.3607 12.2411L4.59571 21.0061C3.98989 21.6119 3.01027 21.6119 2.4109 21.0061L0.954363 19.5495C0.348546 18.9437 0.348546 17.9641 0.954363 17.3647L7.16721 11.1519L0.954363 4.93904C0.348546 4.33323 0.348546 3.35361 0.954363 2.75424L2.40446 1.28481C3.01027 0.67899 3.98989 0.67899 4.58926 1.28481L13.3543 10.0498C13.9665 10.6556 13.9665 11.6353 13.3607 12.2411Z' fill='%23342125'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAF4F5;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-next:after {
    content:none!important;
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M0.953547 10.0498L9.71856 1.28481C10.3244 0.678995 11.304 0.678995 11.9034 1.28481L13.3599 2.74135C13.9657 3.34717 13.9657 4.32679 13.3599 4.92616L7.14706 11.139L13.3599 17.3519C13.9657 17.9577 13.9657 18.9373 13.3599 19.5367L11.9098 21.0061C11.304 21.6119 10.3244 21.6119 9.72501 21.0061L0.959991 12.2411C0.34773 11.6353 0.34773 10.6556 0.953547 10.0498Z' fill='%231C1C1C'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAF4F5;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-prev:after {
    content:none!important;
}
.header-title{
    position: absolute;
    z-index: 999;
    transform: translateY(-50%)
}
.mayor-img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
}
.mayor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mayor-name{
    font-family: Merriweather;
}
.city-logo {
    max-width: 120px;
    margin: 0 auto;
}
.archive .mayor-name{
    width:150px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    color:#000
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
    background: #E9EEF1;
    --bs-table-accent-bg:none
}
.table>:not(caption)>*>*, .wp-block-table table>:not(caption)>*>*{
    border-bottom-width: 0;
}
.table>:not(caption)>*>* {
    padding: 9px 20px;
}
.mayor-content {
    position: relative;
    padding: 0 25px;
}
.mayor-content .mayor-img{
    border-radius: 100%;
    width: 150px;
    height: 150px;
}
.mayor-content .mayor-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    transform: scale(1);
}
.mayor-content a:hover img{
    transform: scale(1.1);
}
.facebook-widget {
    border-radius: 20px;
    background: #E9EEF1;
    padding: 20px 12px;
}
.single-gradonacelnici .breadcrumbs {
    position: absolute;
    z-index: 99;
}
.poll-intro {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    position: relative;
    top: 50%;
    max-width: 70%;
    transform: translateY(-50%);
}
.poll-intro h3, .poll-intro h2{
    color:#fff;
}
.totalpoll-buttons {
    background: #0B588E !important;
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
}

/*MEDIA*/
@media (min-width:768px){
    #archive-wrapper .col-md-12.sep_b-32:last-child {
        margin-bottom: 0;
    }
}
@media (min-width:768px) and (max-width:991px){
    .banner-full img {
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}
    button.navbar-toggler {
        top: 17px!important;
        right: 36px!important;
    }
    .mobile-search {
        right: 90px!important;
    }
}
@media(max-width:767px){
    body{
        padding-top:50px;
    }
    .banner-img{
        height: auto;
    }
    .banner-half img, .banner-third img{
        width: auto;
    }
    .banner-bilboard.banner-bilboard-4 {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
    .banner-img.banner-fourth {
        max-width: 150px;
        margin: 0;
    }
    .post_subtitle{
        font-size:13px;
        line-height:16px;
    }
    .post-box_img_big .post_content {
        bottom: 30px;
        height: auto;
    }
    .wp-embedded-content{
        width:100%;
    }
	.banner-poll .banner-img.banner-third{
		width:100%;
		        margin: 0;
	}
    .banner-img{
        height: auto;
    }
    .banner-half img, .banner-third img{
        width: auto;
    }
        .sfsi_wicons {
        padding-top: 5px;
    }
    .article-footer{
        margin-bottom:15px;
    }
    .breadcrumbs {
        line-height: 18px;
    }
    .header-city{
        position: relative;
    }
    
    .swiper.swiper-city {
        width: 100%;
        height: 350px;
    }
    .line-break_big{
        margin-top:35px;
    }
    .mayor-content {
        padding: 0 15px;
    }
    .mayor-content .mayor-img{
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    .tag-bubble{
        padding: 0px 15px;
    }
    .tag-bubble span {
        font-size: 10px;
    }
    
    .swiper-slide h3{
        font-size: 14px;
    }
    .swiper-home ~ .swiper-navigation .swiper-button-next, .swiper-home ~ .swiper-navigation .swiper-button-prev{
        width: 28px!important;
        height: 28px!important;
        background-size: 7px !important;
    }
    .swiper-container .swiper-pagination-bullet {
        width: 45px;
        height: 6px;
    }
    .swiper-container .swiper-pagination {
        bottom: -48px !important;
    }
    
    .separator-inner {
        margin: 40px 0;
    }
    .newsletter-box{
        padding:25px;
    }
    .logo-container {
        max-width: 205px;
    }
    nav#main-nav.navbar {
        background: #342125;
        position: fixed;
        top: 50px;
        right: 0;
        z-index: 9999;
    }
    
    
    .swiper-home {
        /*height: 440px;*/
		height: 270px;
    }
    h1, .h1{
        font-size: 26px;
        line-height: 32px;
    }
    h2, .h2{
        font-size: 24px;
    }
    h5, .h5{
        font-size: 20px;
    }
    .title-border{
        margin-bottom: 26px;
    }
    .small-post_mobile:last-child .line-break.my-3{
        margin-bottom: 0!important;
    }
    .small-post_mobile:last-child .line-break.my-3{
        margin-top: 25px!important;
    }
    .cat-title{
        margin-bottom:12px;
    }
    .post_img_mobile{
        height:200px;
    }
    .sep-32 {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .banner-img.banner-half {
        margin: 0;
        margin-bottom: 10px;
    }
    .col-lg-4.box-3 .post-box_img,
    .col-lg-4.box-6  .post-box_img{
        margin-bottom: 0 !important;
    }
    ul#menu-footer{
        flex-direction: column;
                gap: 5px;
    }
    
}
@media (max-width:991px){
    .single-gradonacelnici .mayor-img {
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .post-box_half .post_img{
        width: 100%;
    }
    .post-box_half .post_content {
        width: 100%;
        padding: 1rem;
    }
    .dropdown-toggle::after {
    margin-left: 1rem;
}
    .swiper-home {
        margin-bottom: 65px;
    }
    .header-social{
        display: none;
    }
        .icon-search {
        cursor: pointer;
        position: relative;
        top: 0px;
        font-size: 18px;
        color: #363636;
    }
    .search-field {
        transition: width 1s ease-in-out;
        top: -6px;
        position: absolute;
        top: 35px;
        right: 165px !important;
        opacity: 0;
        width:100%;
    }
    .asl_w_container{
        min-width: 0!important;
    }
    .open-search.search-field{
        opacity: 1;
    }
    .open-search.search-field .asl_w_container{
        min-width: 200px!important;
    }
    div.asl_w .probox .promagnifier{
        display: none!important;
    }
    .mobile-search {
        position: absolute;
        right: 60px;
    }
    .navbar-collapse ul#main-menu {
        background: #520212;
        padding: 15px;
        padding-top: 25px;
    }
    button.navbar-toggler {
        position: absolute;
        top: 5px;
        right: 10px;
        background: #520212;
        width: 35px;
        height: 35px;
        border: none;
        padding: 5px;
        border-radius:4px!important
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    nav#main-nav.navbar .container{
        padding:0;
    }
    nav#main-nav.navbar {
        background: none;
        position: fixed;
        top: 0px;
        right: 00px;
        left:0;
        z-index: 9999;
        width: 100%;
        height: auto;
        padding:0;
    }
    .navbar-nav .nav-link{
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        background: no-repeat;
        border: none;
        margin-top:0;
    }
    .navbar-nav .dropdown-menu .dropdown-item{
        color: #fff;
    }
}
@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
  display: block;
}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.96rem;
        padding-left: 0.96rem;
    }
    .navbar-expand-lg{
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .section{
        padding:80px 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background: #FAF4F5;
        border-radius: 8px;
        border: 0px solid;
        padding: 20px;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: 15px;
    }
    .navbar-nav .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .7s;
        margin-top: 15px;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: .7s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
      
    .dropdown-item{
        color: #969696;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        transition: 0.3s all;
    }
    .dropdown-menu li.active a, .dropdown-menu li a:focus, .dropdown-menu li a:hover{
        color: #342125;
        background: none;
    }
    ul.dropdown-menu:before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 9px solid #FAF4F5;
        content: "";
        top: -8px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .home-slider{
        position: relative;
        margin-top: -210px;
    }
        
}
@media (min-width:1024px) and (max-width:1366px){
    .post-box_img .post_content h4{
        font-size:12px
    }
}
.mc4wp-form-fields p {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Inter';
    margin-top: 5px;
    margin-bottom: 5px;
}
.mc4wp-form input[type=email] {
    border-radius: 6px;
    border: none;
    padding: 12px 24px;
    width: 100%;
}
.newsletter-box .row{
	position:relative;
	z-index:9;
}
.mc4wp-response {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}
.vt_grey_box {
  background: #f9f8f5;
  padding: 5px 25px;
  clear: both;
  display: block;
  border-left: 5px solid #e7e5e1;
}
.col-md-3:has(+ * + .sponsored-post-2), .col-md-3:has(+ .sponsored-post-1) {
    display: none;
}