/*--------------------------------------------------------------
## Loader
--------------------------------------------------------------*/

.loader-rel {
    position: relative;
}

.loader {
    position: absolute;
    right: 47.7%;
    border: 5px solid;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3 !important;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    /* Safari */
    animation: spin 0.8s linear infinite;
    display: none;
    margin: 20px 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Content loader*/
@-webkit-keyframes ContentLoaderAnimation {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes ContentLoaderAnimation {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.content-loader {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ContentLoaderAnimation;
    animation-name: ContentLoaderAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 10px solid #fff;
}

.contetn-loader-blur {
    position: relative;
}

.contetn-loader-blur:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
## Section Title
--------------------------------------------------------------*/
.section-title h1 {
    font-weight: bold;
}

.section-title p {
    margin-top: 20px
}

/*--------------------------------------------------------------
## Ajax text and image
--------------------------------------------------------------*/
.post-block-item.style-1:hover .ajax-quick-view-popup,
.post-block-item.style-2:hover .ajax-quick-view-popup,
.post-block-item.style-3:hover .ajax-quick-view-popup,
.post-block-item.style-4:hover .ajax-quick-view-popup,
.grid-item:hover .ajax-quick-view-popup {
    display: block;
}

.post-block-item.style-1:hover .ajax-quick-view-popup {
    height: 25px;
    width: 25px;
    line-height: 25px;
    top: 10px;
    left: 10px;
    font-size: 14px;
}

.post-block-item.style-2:hover .ajax-quick-view-popup {
    top: 10px;
    left: 10px;
}

.layout-3 .post-block-item.style-4:hover .ajax-quick-view-popup {
    top: 100px;
    right: 40px;
}

.post-block-item.style-4:hover .ajax-quick-view-popup {
    right: 30px;
    color: #333;
}

.ajax-quick-view-popup {
    background: #fff;
    position: absolute;
    display: none;
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 6px;
    text-align: center;
    color: #333;
    z-index: 1;
}

.white-popup-block {
    background: #fff;
    margin: 100px auto;
    max-width: 700px;
}

/*--------------------------------------------------------------
## Banner block
--------------------------------------------------------------*/
.banner-block-item.style-1 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.banner-block-item.style-1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44.79%, rgba(0, 0, 0, 0)), color-stop(63.54%, rgba(0, 0, 0, 0.35)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-block-item.style-1.on-hover-action ul {
    height: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
}

.banner-block-item.style-1.on-hover-action:hover ul {
    height: 20px;
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.banner-block-item.style-1 .banner-block-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
    z-index: 1;
}

.banner-block-item.style-1 .banner-block-content:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
    z-index: -1;
}

.banner-block-item.style-1 .banner-block-content a {
    color: #fff;
}

.banner-block-item.style-1 .banner-block-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
}

.banner-block-item.style-1 .banner-block-content ul li {
    font-size: 14px;
    color: #fff;
}

.banner-block-item.style-1 .banner-block-content ul li i {
    margin-right: 5px;
}

/*--------------------------------------------------------------
## Social network
--------------------------------------------------------------*/
.social-network-item {
    border-radius: 6px;
}

.social-network-item a {
    padding: 10px 20px;
    display: block;
}

.social-network-item i {
    font-size: 22px;
}

.social-network-item .social-count {
    font-weight: 600;
    font-size: 1.25rem;
    display: block;
}

.social-network-item span {
    font-size: 14px;
}

.social-network-item .social-count,
.social-network-item span,
.social-network-item i {
    color: #fff;
}

/*--------------------------------------------------------------
## Gallery item
--------------------------------------------------------------*/
.gallery-block-item.style-1 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-block-item.style-1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44.79%, rgba(0, 0, 0, 0)), color-stop(63.54%, rgba(0, 0, 0, 0.35)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slideshow-gallery.video .gallery-block-item.style-1:after {
    background: unset;
}

.gallery-block-item.style-1 .gallery-block-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 60px 50px 35px;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
}

.gallery-block-item.style-1 .gallery-block-content a {
    color: #fff;
}

.gallery-block-item.style-1 .gallery-block-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
}

.gallery-block-item.style-1 .gallery-block-content ul li {
    font-size: 14px;
    color: #fff;
}

.gallery-block-item.style-1 .gallery-block-content ul li i {
    margin-right: 5px;
}

.slideshow-gallery .slider-nav {
    margin-top: 20px;
}

.slideshow-gallery .slider-nav .gallery-block-item {
    height: 160px;
}

.slideshow-gallery .slider-nav .gallery-block-item.style-1 .gallery-block-content {
    padding: 20px;
}

.slideshow-gallery .slider-nav .gallery-block-item h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.slideshow-gallery .slider-for-vertical .gallery-block-item.style-1 {
    height: 650px;
}

.slideshow-gallery .slider-nav-vertical {
    height: 650px;
    overflow: hidden;
}

.slideshow-gallery .slider-nav-vertical .slideshow-gallery-item {
    padding: 0 0 15px 0 !important;
}

.slideshow-gallery .slider-nav-vertical .gallery-block-item {
    height: 150px;
}

.slideshow-gallery .slider-nav-vertical .gallery-block-item.style-1 .gallery-block-content {
    padding: 20px;
}

.slideshow-gallery .slider-nav-vertical .gallery-block-item h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.slider-for-vertical .popup-video {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 26px;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    top: 43%;
    left: 43%;
    color: #333;
    z-index: 2;
}

.slideshow-gallery.video .slider-nav-vertical .slideshow-gallery-item {
    position: relative;
}

.slider-nav-vertical .popup-video {
    position: absolute;
    content: '';
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    background: #fff;
    top: 34%;
    left: 40%;
    width: 45px;
    height: 45px;
    z-index: 2;
}

.slideshow-gallery.video .gallery-block-content {
    height: 100%;
}

.slideshow-gallery.video h2 {
    color: #fff;
    position: absolute;
    bottom: 5%;
}

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
.newsletter {
    text-align: center;
    background: #ececec;
    padding: 50px 30px;
    border-radius: 10px;
}

.newsletter p {
    margin-bottom: 30px;
}

.newsletter input[type=email] {
    height: 50px;
    background: #fff;
    border: 1px solid #ccc;
}

/*--------------------------------------------------------------
## Post block arrow
--------------------------------------------------------------*/
.post-block-arrow li a {
    border: 1px solid #ccc;
    color: #333;
    padding: 2px 10px;
    border-radius: 20px;
}

.post-block-arrow li a:hover {
    color: #fff;
}

.post-block-view-all {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-block;
}

/*--------------------------------------------------------------
## Post block
--------------------------------------------------------------*/
.post-block-item h2 {
    font-weight: 600;
    line-height: 35px;
}

.post-block-item ul li {
    font-size: 14px;
    color: #fff;
}

.post-block-item.style-2 ul li {
    font-size: 14px;
    color: #262626;
}

.post-block-item ul li span {
    color: #333;
}

.post-block-item ul li a {
    display: inline-block !important;
}

.block-title {
    position: relative;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    display: inline-block;
}

.post-block-item h2 {
    font-size: 18px;
}

.post-block-item.style-1 .post-block-meta span {
    font-size: 12px;
}

.post-block-item.style-1 h2 {
    font-size: 14px;
    margin: 0 !important;
    line-height: 20px;
}

.post-block-item.style-1 .post-block-thumb {
    border-radius: 6px;
    overflow: hidden;
}

.post-block-item.style-2 .block-item-category,
.post-block-item.style-1 .block-item-category {
    font-size: 10px;
    top: unset;
    padding: 0 7px;
    padding-right: 12px;
    bottom: 0px;
    left: 15px;
    line-height: 19px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
}

.post-block-item.style-1 a,
.post-block-item.style-2 a {
    color: #333;
}

.post-block-item.style-1 {
    position: relative;
}

.posts-carousel-layout-8 .post-block-item.style-1 {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}

.posts-carousel-layout-8 .slick-arrow {
    top: 25%;
}

.posts-carousel-layout-8 .slick-arrow.fa-chevron-right {
    right: -5px;
}

.posts-carousel-layout-8 .slick-arrow.fa-chevron-left {
    left: -5px;
}

.post-block-item.style-2 {
    margin-bottom: 30px;
    position: relative;
}

.post-block-item.style-2 .block-item-category {
    font-size: 15px;
    padding: 5px 15px;
    padding-right: 20px;
    bottom: 0px;
    left: 15px;
    line-height: 21px;
    border-bottom-left-radius: 10px;
}

.post-block-item.style-2 img {
    border-radius: 10px;
    width: 100%;
}

.post-block-item.style-2 h2 {
    margin-bottom: 10px;
    font-size: 22px;
}

.post-block-item.style-2 .post-block-meta {
    font-size: 14px;
    margin-bottom: 10px;
}

.post-block-item.style-2 p {
    margin-bottom: 0;
}


.post-block-item.style-4 {
    margin-bottom: 30px;
}

.post-block-item.style-4 .post-block-thumb-content {
    position: relative;
}


.post-block-item.style-4 .post-block-thumb-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44.79%, rgba(0, 0, 0, 0)), color-stop(63.54%, rgba(0, 0, 0, 0.35)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.post-block-item.style-4 .post-block-content {
    position: absolute;
    padding: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
}

.layout-3 .post-block-item.style-4 .post-block-thumb-content ul {
    height: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
}

.layout-3 .post-block-item.style-4:hover .post-block-thumb-content ul {
    height: 20px;
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.post-block-item.style-4 .post-block-thumb-content ul li a,
.post-block-item.style-4 .post-block-thumb-content ul li span {
    color: #fff;
}

.post-block-item.style-4 img {
    border-radius: 10px;
    width: 100%;
}

.post-block-item.style-4 a {
    color: #fff;
}

.post-block-item.style-4 h2 {
    line-height: 26px;
}

.post-block-item.style-4 li i {
    font-size: 14px;
    margin-right: 10px;
}

.post-block-item.style-4 p {
    margin-bottom: 0;
    margin-top: 20px;
}

.block-item-category {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    padding: 1px 15px;
    border-radius: 20px;
    z-index: 1;
}

.block-item-category:hover {
    color: #fff;
}

.layout-5 {
    border: 1px solid #ddd;
    padding: 30px;
}

.layout-5 ul {
    margin-bottom: 0;
    border-right: 2px solid #f7f7f7;
}

.layout-5 ul li {
    width: 100%;
    line-height: 28px;
}

.layout-5 ul li a {
    color: #333;
    font-weight: 600;
    display: block;
    padding: 3px 20px;
    font-size: 14px !important;
}

.layout-5 ul li a.active {
    background: #f7f7f7;
}

.post-block-item.style-5 img {
    margin-bottom: 15px;
    border-radius: 10px;
}

.post-block-item.style-5 h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 22px;
}

.post-block-item.style-5 h2 a {
    color: #333;
}


.layout-6 {
    border: 1px solid #ddd;
    padding: 30px;
}

.layout-6 ul {
    margin-bottom: 20px;
}

.layout-6 ul li {
    line-height: 28px;
}

.layout-6 ul li a {
    color: #333;
    font-weight: 600;
    display: block;
    padding: 0 7px;
    font-size: 14px !important;
}

.layout-6 ul li a.active {
    background: #f7f7f7;
}

.layout-2 .get-category-id {
    color: #333;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 600;
}

.layout-2 .get-category-id.active {
    color: #fff;
    border-radius: 20px;
    padding: 2px 12px;
}

.ajax-load-more {
    border: 1px solid #ccc;
    padding: 13px 65px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
}

.ajax-load-more i {
    display: inline-block;
    text-align: center;
    margin: 0 auto
}

.ajax-load-more:hover {
    color: #fff;
}

.ajax-load-more-right.disabled {
    pointer-events: none;
    color: #ccc;
}

.ajax-load-more-left.disabled {
    pointer-events: none;
    color: #ccc;
}

.layout-3 .post-block-item.style-1,
.layout-2 .post-block-item.style-1 {
    margin-bottom: 25px;
}

.layout-3 .post-block-item.style-3 {
    margin-bottom: 30px;
}

.layout-2 .post-block-item.style-1:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# News ticker
--------------------------------------------------------------*/
.news-ticker .carousel {
    display: -webkit-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.news-ticker .carousel .carousel-inner {
    width: unset;
}

.news-ticker .carousel .news-ticker-title {
    padding: 8px 30px 8px 15px;
    margin-right: 20px;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.news-ticker .carousel a {
    color: #333;
}

/*--------------------------------------------------------------
# Popular posts
--------------------------------------------------------------*/
.popular-posts .post-block-item {
    margin-bottom: 20px;
    position: relative;
}

.popular-posts .post-block-item .count {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 7px;
    padding-right: 12px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 6px;
    display: block;
    z-index: 9999;
    font-size: 12px;
}

/*--------------------------------------------------------------
# Widget weather
--------------------------------------------------------------*/
.weather {
    padding: 50px 25px;
    border-radius: 10px;
}

.weather-temp {
    font-size: 62px;
}

.weather i,
.weather h2,
.weather p {
    color: #fff;
}

.city-name {
    font-size: 28px;
}

.weather h2 sup {
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 95px;
}

.weather p {
    margin-top: 10px;
    margin-bottom: 0;
}

.weather p i {
    margin-right: 10px;
    display: inline-block;
}

.weather-icon i {
    font-size: 76px;
    margin-bottom: 30px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-animation: pulse 1.5s infinite;
            animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }

    70% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }

    70% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
}

/*--------------------------------------------------------------
# Widget three tabs
--------------------------------------------------------------*/
.widget-three-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.widget-three-tabs .nav-tabs li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.widget-three-tabs .nav-tabs .nav-link {
    color: #333;
    font-weight: 600;
    border-radius: 50px;
}

.widget-three-tabs .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
}

.widget-three-tabs .post-block-item {
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Widget categories
--------------------------------------------------------------*/
.widget-categories li {
    border-radius: 6px;
    text-align: center;
    margin-bottom: 20px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.widget-categories li a {
    position: relative;
    padding: 30px;
    color: #fff;
    font-size: 22px;
    display: block;
    z-index: 1
}

.widget-categories li a:before {
    border-radius: 6px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}

.widget-categories.style-2 .category-item {
    position: relative;
    height: 300px;
    border-radius: 10px;
    margin: 0 10px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    display: block;
    overflow: hidden;
}

.widget-categories.style-2 .category-item a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 22px;
    display: block;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.wpcf7 p {
    margin-bottom: 0
}

.wpcf7 input {
    margin-bottom: 20px
}

.wpcf7 textarea {
    height: 160px;
}

.wpcf7 input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 60px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
    .banner h1 {
        font-size: 52px;
    }

    .layout-2 .post-block-item.style-3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {}


@media (max-width: 991px) {

    .category-item-2 {
        display: block;
    }

    .category-item-2>a {
        width: 100%;
    }

    .category-item-2>a>img {
        padding-right: 0;
        margin-bottom: 20px;

    }

    .category-item-2>div {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .news-ticker .carousel .news-ticker-title {
        margin-bottom: 20px;
    }

    .news-ticker .carousel {
        display: block;
    }

    .slideshow-gallery .slider-for-vertical .gallery-block-item.style-1 {
        margin-bottom: 30px;
    }

    .carousel-inner {
        margin-top: 20px;
    }

    .products-filter-area .woocommerce-ordering {
        margin-top: 20px;
    }

    .products-filter-area .woocommerce-ordering,
    .products-filter-area p {
        text-align: center !important;
    }
}