/**
====================================================================
  Breadcrumbs
====================================================================
*/

.breadcrumb-wrapper {
    margin: 15px 0;
    text-align: center;
}

.breadcrumbs-wrapper li {
    display: inline-block;
    padding-right: 10px;
}

.breadcrumb-wrapper .trail-items li {
    display: inline-block;
    padding: 0 3px;
}

.breadcrumb-wrapper .trail-items li a {
    padding-left: 10px;
}

.breadcrumb-wrapper span {
    display: inline;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breadcrumb-wrapper .trail-items li:after {
    content: ">";
    display: inline-block;
    padding-left: 10px;
    padding-right: 5px;
}

.breadcrumb-wrapper .trail-items li:last-child:after {
    content: "";
    display: inline-block;
}


.breadcrumb-wrapper .trail-items li a:hover {
    text-decoration: none;
}

/**
====================================================================
  Sticky Header
====================================================================
*/

#header-main.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #0000000d;
}

.sticky .top-menu .navigation>li:last-child:hover {
    background: none;
}

.woocommerce .main-title {
    color: white;
}

.sticky .top-menu-wrapper {
    -moz-box-shadow: 0px 2px 4px -2px;
}

.logo .logo-alt {
    display: none;
    max-width: 50%;
    margin-top: -8px;
    margin-bottom: 5px;
}

.header-wrapper.sticky .logo .logo-alt {
    display: block;
}


.header-wrapper.sticky .logo .custom-logo {
    display: none;
}

.sticky .trending-news {
    padding-top: 102px;
}

.style2 #header-main.sticky {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 2px 4px -2px;
    -webkit-box-shadow: 0px 2px 4px -2px;
    -moz-box-shadow: 0px 2px 4px -2px;
}

.style2 .sticky .top-menu-wrapper {
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.style3 #header-main.sticky {
    padding-top: 30px;
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 2px 4px -2px;
    -webkit-box-shadow: 0px 2px 4px -2px;
    -moz-box-shadow: 0px 2px 4px -2px;
}

.style3 .sticky .top-menu-wrapper {
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


/**
====================================================================
  Menu Search
====================================================================
*/

.hd-bar .search-form-wrapper {
    margin-top: 70px;
}

.hd-bar .search-form-wrapper input {
    float: left;
    width: 75%;
    height: 50px;
    padding: 20px;
    border: none;
}

.hd-bar .search-form-wrapper button[type=submit] {
    float: left;
    width: 25%;
    padding: 14px 16px;
    height: 50px;
    border: none;
}

.hd-bar .search-form-wrapper::after {
    content: "";
    clear: both;
    display: table;
}


/**
====================================================================
  Top Bar
====================================================================
*/

.style-1 .top-bar,
.style-2 .top-bar {
    padding: 5px 0;
}

.style-1 .top-bar {
    border-bottom: 1px solid #ffffff1f;
}

.style-2 .top-bar {
    background: #efefef;
}

.topbar-text {
    color: #fff;
}

.topbar-text p {
    margin: 0;
}

.top-right-sidebar {
    text-align: right;
}

.top-right-sidebar ul {
    list-style-type: none;
}

span#call-us a,
i {
    margin-right: 20px;
    color: black;
    padding: 0 0px 0px 5px
}

#menu-social {
    list-style-type: none;
    margin-left: 0;
    float: right;
}

#menu-social li {
    display: inline-block;
    padding: 0 10px;
}

#menu-social li i {
    color: #fff;
}


#top-bar .topbar-text p>a {
    color: #fff;
    padding: 0 0px 0px 5px
}

/**
====================================================================
  Related Posts
====================================================================
*/

.related-posts {
    margin-top: 100px;
    margin-bottom: 0;
}

.related-posts h3 {
    text-align: center;
}

.single .related-posts .blog-post .image {
    margin-bottom: 0;
}

.related-posts.archive article {
    width: 32%;
}


/**
====================================================================
  Author Box
====================================================================
*/

.author-info {
    margin-top: 70px;
    background: #f5f5f5;
    padding: 50px;
}

.author-avatar img {
    border: 1px solid #ddd;
}

.postauthor img {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.author-aka {
    font-size: 16px;
    text-transform: lowercase;
    font-weight: normal;
    color: #5e5e5e;
}

.author-aka-name {
    font-size: 17px;
    text-transform: lowercase;
    font-weight: normal;
    color: #111111;
}

.post-author-links {
    display: inline-block;
}

a.author-link {
    background: #cc0000;
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 1;
    height: 30px;
    font-size: 12px;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 100%;
    margin: 0 7px 0 0;
    float: left;
}

a.author-link.f {
    background: #3b5998;
}

a.author-link.t {
    background: #2DA8D2;
}

a.author-link.i {
    background: #EC3B58;
}

a.author-link.l {
    background: #2A7BB6;
}

a.author-link.w {
    background: #e64522;
}

.author-description h4 {
    padding: 0;
}

.author-desc {
    margin-bottom: 20px;
}

.view-more-posts {
    margin-top: 20px;
}

.post-author-links a,
.post-author-links a:hover {
    color: #fff !important;
}


/**
====================================================================
  Social Share Icons
====================================================================
*/

.social-share-links {
    margin-top: 80px;
    text-align: center;
}

.social-share-links .social-share-list li {
    display: inline-block;
    padding: 20px;
    padding-top: 0;
    font-size: 20px;
}


/**
====================================================================
  Author Info Widget
====================================================================
*/

#author-info-box li {
    display: inline-block;
    width: 40px;
    padding: 7px;
    text-align: center;
    border: 1px solid #cecece;
}

#author-info-box .fa-facebook-f {
    color: #3b5998;
}

#author-info-box .fa-twitter {
    color: #1da1f2;
}

#author-info-box .fa-instagram {
    color: #df2176;
}

#author-info-box .fa-pinterest-p {
    color: #cc0000;
}

.author-image-widget {
    margin-top: 25px;
}

.author-image-widget img {
    vertical-align: middle;
    border-radius: 2%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.49);
}

#author-info-box h5 {
    margin-top: 10px;
}


/**
====================================================================
  Header Menu
====================================================================
*/

.top-menu .navigation>li>a:before {
    z-index: 0 !important;
}


/**
====================================================================
  Slider
====================================================================
*/

.cp-slider .carousel-inner .carousel-item .carousel-caption .slider-title {
    padding: 0;
}


/**
====================================================================
  Footer Social
====================================================================
*/


#footer ul.social-icons li {
    display: inline-block;
    padding-right: 15px;
}


/**
====================================================================
  Footer Columns 
====================================================================
*/

.blog footer h4.widget-title,
.search footer h4.widget-title,
.archive footer h4.widget-title,
.single footer h4.widget-title {
    border-bottom: none;
}

footer .title,
footer .content {
    width: 100% !important;
}

.footer-widgets-wrapper .widget-column {
    margin-bottom: 0;
    padding: 20px;
}


/**
====================================================================
  WooCommerce Extra 
====================================================================
*/

.archive.woocommerce h1.main-title {
    display: none;
}

.archive.woocommerce article {
    width: 100%;
}


/**
====================================================================
  Elementor slider 
====================================================================
*/

.slider-grid-area-content {
    background-size: cover !important;
}

/**
====================================================================
  Elementor post carousel 
====================================================================
*/

.posts-carousel .blog-posts article:last-child {
    margin-right: 0 !important;
}

.posts-carousel .post-grid-area-content {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    transition: all 0.5s ease;
    overflow: hidden;
}

.posts-carousel article.bottomcenter .post-grid-area-content .content-wrapper:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(#ff000000, black);
    opacity: 0.5;
}

.posts-carousel article.center .post-grid-area-content .content-wrapper:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(black, black);
    opacity: 0.2;
}

.posts-carousel .post-grid-area-content .content-wrapper {
    position: relative;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.posts-carousel article.center .post-grid-area-content .content-wrapper .content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.posts-carousel article.bottomcenter .post-grid-area-content .content-wrapper .content-inner {
    padding: 0 20px;
    position: absolute;
    top: 80%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.posts-carousel .post-grid-area-content .content-wrapper .content {
    padding: 210px 70px;
}

.posts-carousel .post-grid-area-content ul.post-categories {
    list-style-type: none;
}

.posts-carousel .post-grid-area-content .title h2 a,
.posts-carousel .post-grid-area-content .meta,
.posts-carousel .post-grid-area-content .meta .author a,
.posts-carousel .post-grid-area-content .category .post-categories a {
    position: relative;
}

.posts-carousel article .post-grid-area-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
}

.posts-carousel article .post-grid-area-content:hover::before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.posts-carousel .post-grid-area-content .meta>span {
    border-right: 1px solid #fff;
    padding: 0 5px;
}

.posts-carousel .post-grid-area-content .meta>span:last-child {
    border-right: none;
}

.posts-carousel .blog-posts article {
    margin-bottom: 25px;
}

/**
====================================================================
  Elementor Latest Posts 
====================================================================
*/

.latest-posts-wrapper.elementor article .post-image,
.latest-posts-wrapper.elementor article .content {
    display: inline-block;
}

.latest-posts-wrapper.elementor article .post-image {
    width: 30%;
    padding: 25px;
    padding-left: 0;
    padding-top: 0;
    vertical-align: bottom;
}

.latest-posts-wrapper.elementor article .content,
.latest-posts-wrapper.elementor article.showpostimage .content {
    width: 65%;
}

.latest-posts-wrapper.elementor article .meta>span {
    border-right: 1px solid rgb(95, 95, 95);
    padding: 0 5px;
}

.latest-posts-wrapper.elementor article .meta>span:first-child {
    padding-left: 0;
}

.latest-posts-wrapper.elementor article .meta>span:last-child {
    border-right: none;
}

.latest-posts-wrapper.elementor article.hidepostimage .content {
    width: 100%;
}

.latest-posts-wrapper.elementor article .title h2 {
    margin-bottom: 0;
}


/**
====================================================================
  Responsive Post Carousel
====================================================================
*/


@media only screen and (max-width: 480px) {

    .posts-carousel .blog-posts article {
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .posts-carousel .blog-posts article {
        margin-right: 5px !important;
    }
}



/**
====================================================================
  Responsive Media Queries
====================================================================
*/

@media only screen and (max-width: 991px) {
    ul.md-cart-menu.navbar-right {
        margin-right: 0;
    }

    header ul.md-cart-menu {
        float: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .full-width-posts-slider .inner-box .image-box .image {
        height: 200px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 480px) {
    .full-width-posts-slider .inner-box .image-box .image {
        height: 250px !important;
    }
}

@media only screen and (max-width: 480px) {
    .author-info {
        padding: 25px;
    }

    #pre-loader {
        left: 42% !important;
    }

    .full-width-posts-slider .overlay-inner .content h2 {
        width: 100% !important;
        font-size: 15px !important;
    }

    .full-width-posts-slider .content .post-date {
        font-size: 11px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .full-width-posts-slider .overlay-inner .content h2 {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .full-width-posts-slider .inner-box .image-box .image {
        height: 350px;
    }

    .full-width-posts-slider .overlay-inner .content h2 {
        width: 100%;
    }

    .single .title,
    .single .content {
        width: 100% !important;
        margin: 0 auto;
    }

    .navbar-nav {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-menu .navigation>li {
        overflow: hidden;
    }

    .full-width-posts-slider .inner-box .image-box .image {
        height: 500px;
    }

    .full-width-posts-slider .overlay-inner .content h2 {
        width: 100%;
        font-size: 25px !important;
    }
}