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

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

.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 {
    background: #fff;
}

#header-main.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky .top-menu-wrapper {
    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;
}

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

.style2 #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;
}

.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;
}


/**
====================================================================
  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;
}

.single .related-posts .blog-post .meta {
    width: 100%;
    margin: 0;
    text-align: left;
}

.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: #000;
}

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;
}


/**
====================================================================
  Header Style 2
====================================================================
*/

.style2 #header-main {
    margin-top: 30px;
}

.style2 .top-social-wrap {
    text-align: right;
}

.style2 .topbar-menu {
    text-align: left;
}

.rtl .style2 .topbar-menu {
    text-align: right;
}

.rtl .style2 .top-social-wrap {
    text-align: left;
}

.style2 .topbar-menu a {
    color: #fff;
}

.style2 .topbar-menu ul li {
    display: inline-block;
    padding-right: 20px;
}

.style2 .header-wrapper .logo {
    float: left;
    width: 25%;
    padding: 0;
    text-align: left;
}

.style2 .top-menu-wrapper {
    width: 75%;
    float: right;
    border: none;
}

.style2 .top-menu {
    text-align: right;
}

.style2 h1.site-title {
    padding: 0;
}

header.style2 {
    border-bottom: 1px solid #e4e4e4;
}

header.style2 .top-menu .navigation>li:nth-last-child(3)>ul ul,
header.style2 .top-menu .navigation>li:nth-last-child(4)>ul ul {
    left: -100% !important;
}

header.style2 .header-wrapper .logo p.site-title {
    line-height: 1;
    padding: 0;
}


/**
====================================================================
  Full Width Posts Slider
====================================================================
*/

section#fwps {
    margin-bottom: 10px;
}

.full-width-posts-slider {
    position: relative;
}

.full-width-posts-slider .inner-box {
    position: relative;
}

.full-width-posts-slider .inner-box .image-box {
    position: relative;
}

.full-width-posts-slider .inner-box .image-box .image {
    position: relative;
    width: 100%;
    height: 650px;
    float: left;
}

.full-width-posts-slider.inner-box .image-box .image img {
    width: inherit;
}

.full-width-posts-slider .inner-box .image-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
}

.full-width-posts-slider .inner-box .image-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 30px;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.full-width-posts-slider .inner-box .image-box .image .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.full-width-posts-slider .inner-box .image img {
    background-size: cover;
    width: inherit;
}

.rtl .full-width-posts-slider .content {
    text-align: center;
}

.full-width-posts-slider .inner-box .image-box .image .overlay-box .overlay-inner .content h2 {
    position: relative;
    font-size: 42px;
    line-height: 1.3em;
    margin-bottom: 18px;
    padding-bottom: 15px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.full-width-posts-slider .inner-box .image-box .image .overlay-box .content .post-date {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    color: rgba(255, 255, 255, 0.80);
    text-transform: uppercase;
}

.full-width-posts-slider .owl-dots {
    display: none;
}

.full-width-posts-slider .owl-nav .owl-prev {
    left: 20px;
}

.full-width-posts-slider .owl-nav .owl-next {
    right: 20px;
}

.full-width-posts-slider .owl-nav .owl-prev,
.full-width-posts-slider .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -20px;
    width: 43px;
    height: 43px;
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.40);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
    
.carousel-fade .carousel-control {
  z-index: 2;
}

.full-width-posts-slider #carousel-indicators-wrapper,
.full-width-posts-slider #carousel-indicators-wrapper .carousel-indicators {
    position: relative !important;
}

.full-width-posts-slider .carousel-indicators .active {
    background: none !important;
    width: auto;
    height: auto;
    margin: auto;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/**
====================================================================
  Three Columns Posts Slider
====================================================================
*/

.slider-three-columns-width-wrapper .category {
    margin-top: 10px;
}

.slider-three-columns-width-wrapper .image-box .image {
    display: inline-block;
    overflow: hidden;
}

.slider-three-columns-width-wrapper .image-box {
    overflow: hidden;
}

.slider-three-columns-width-wrapper img {
    transition: all 0.5s ease;
    vertical-align: middle;
}

.slider-three-columns-width-wrapper img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.three-columns-slider-post-content .owl-theme .owl-nav {
    display: none;
}

.three-columns-slider-post-content .owl-theme .owl-dots {
    margin-top: 10px;
    margin-bottom: 50px;
}


/**
====================================================================
  Two Columns Posts Slider
====================================================================
*/

.slider-two-columns-width-wrapper .category {
    margin-top: 10px;
}

.slider-two-columns-width-wrapper .image-box .image {
    display: inline-block;
    overflow: hidden;
}

.slider-two-columns-width-wrapper .image-box {
    overflow: hidden;
}

.slider-two-columns-width-wrapper img {
    transition: all 0.5s ease;
    vertical-align: middle;
}

.slider-two-columns-width-wrapper img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.two-columns-slider-post-content .owl-theme .owl-nav {
    display: none;
}

.two-columns-slider-post-content .owl-theme .owl-dots {
    margin-top: 10px;
    margin-bottom: 50px;
}


/**
====================================================================
  One Column Posts Slider
====================================================================
*/

.slider-one-column-width-wrapper .category {
    margin-top: 10px;
}

.slider-one-column-width-wrapper .image-box .image {
    display: inline-block;
    overflow: hidden;
}

.slider-one-column-width-wrapper .image-box {
    overflow: hidden;
}

.slider-one-column-width-wrapper img {
    transition: all 0.5s ease;
    vertical-align: middle;
}

.slider-one-column-width-wrapper img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.one-column-slider-post-content .owl-theme .owl-nav {
    display: none;
}

.one-column-slider-post-content .owl-theme .owl-dots {
    margin-top: 10px;
    margin-bottom: 50px;
}

.rtl .content {
    text-align: right;
}


/**
====================================================================
  Header Style 3
====================================================================
*/

.style3 #header-main {
    margin-top: 30px;
}

.style3 .top-social-wrap {
    text-align: right;
}

.style3 .top-social-wrap {
    text-align: right;
}

.rtl .style3 .top-social-wrap {
    text-align: left;
}

.rtl .style3 .topbar-menu {
    text-align: right;
}

.style3 .topbar-menu a {
    color: #fff;
}

.style3 .topbar-menu ul li {
    display: inline-block;
    padding-right: 20px;
}

.style3 .header-wrapper .logo {
    width: 30%;
    padding: 0;
    text-align: left;
    float: left;
}

.style3 .top-advertisement-wrapper {
    float: right;
    margin-bottom: 20px;
}

.style3 .top-advertisement-wrapper div.widget {
    margin-bottom: 0 !important;
}

.style3 h1.site-title {
    padding: 0;
}

header.style3 .header-wrapper .logo p.site-title {
    line-height: 1.4;
    padding: 0;
}


/**
====================================================================
  Header Style Purea Fashion
====================================================================
*/

.style-pf .header-wrapper .logo {
    float: left;
    width: 50%;
    padding: 0;
    text-align: left;
}

.style-pf .header-wrapper .section-right {
    width: 50%;
    float: right;
    border: none;
}

.style-pf .top-menu {
    text-align: center;
}

.style-pf h1.site-title {
    padding: 0;
    line-height: 1;
}

header.style-pf {
    border-bottom: 1px solid #e4e4e4;
}

header.style-pf .top-menu .navigation>li:nth-last-child(3)>ul ul,
header.style-pf .top-menu .navigation>li:nth-last-child(4)>ul ul {
    left: -100% !important;
}

header.style-pf .top-menu .navigation>li:nth-last-child(3)>ul>li.dropdown>a:after,
header.style-pf .top-menu .navigation>li:nth-last-child(4)>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: "\f104";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    line-height: 21px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    display: block;
}

.style-pf .top-social li i {
    color: #555 !important;
}

.style-pf .section-right .social,
.style-pf .section-right .date-column {
    text-align: right;
}

.style-pf .top {
    margin: 15px 0;
}

.style-pf .top-menu-wrapper {
    border-bottom: none;
    border-top: 1px solid #e0e0e0;
}

.style-pf .menu-header-search {
    float: right;
    margin: 5px;
}

.style-pf .section-right .date-time .year {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.style-pf .section-right .date-time .day {
    font-size: 11px;
    font-style: italic;
    line-height: 1.5;
}

.style-pf .section-right .date-time #date {
    width: 170px;
    float: right;
    text-align: left;
}

.style-pf .top-social li a {
    font-size: 16px;
}

.style-pf .top-social li {
    padding-right: 15px;
}

.style-pf #blog-section {
    margin-top: 150px;
    margin-bottom: 70px;
}


/**
====================================================================
  Posts Layout 2
====================================================================
*/

.pmpa-posts-layout-2-wrapper {
    margin-bottom: 30px;
}

.pmpa-layout-2-category-post {
    clear: both;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}

.pmpa-layout-2-area-content {
    position: relative;
    background-size: cover !important;
    background-position: center;
    transition: all 0.5s ease;
}

.pmpa-layout-2-category-post .content-wrapper {
    clear: both;
    position: relative;
    color: #555;
    padding: 0;
    vertical-align: bottom;
    display: table-cell;
    -webkit-font-smoothing: antialiased;
}

.pmpa-layout-2-category-post .content .post-categories a {
    font-size: 11px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    background: #bc2a26;
    padding: 3px 10px;
    border-radius: 45px;
    font-weight: 500;
}

.pmpa-layout-2-area-content .title h3 a,
.pmpa-layout-2-area-content .meta a,
.pmpa-layout-2-area-content span {
    color: #abaaaa;
    position: relative;
}

.pmpa-layout-2-area-content .category ul li {
    padding-bottom: 10px;
}

.pmpa-layout-2-area-content .category .post-categories a {
    color: #bc2a26;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

.pmpa-layout-2-area-content .title h3 {
    margin: 0;
    padding: 0;
    margin: 20px 0;
}

.pmpa-layout-2-area-content .title h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.pmpa-layout-2-category-post .content .read-more {
    display: none;
}

.pmpa-section-layout-2-area-box {
    overflow: hidden;
    margin: 15px 0;
}

.pmpa-layout-2-category-post .pmpa-layout-2-area-content:hover::before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.pmpa-layout-2-category-post .pmpa-layout-2-area-content .content {
    position: relative;
}

.pmpa-layout-2-category-post .pmpa-layout-2-area-content .category {
    margin: 10px 0;
}

.pmpa-section-layout-2-area-box .pmpa-layout-2-post-image {
    display: inline-block;
    overflow: hidden;
}

.pmpa-section-layout-2-area-box .pmpa-layout-2-post-image img {
    transition: all 0.5s ease;
    vertical-align: middle;
}

.pmpa-section-layout-2-area-box .pmpa-layout-2-post-image img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.pmpa-layout-2-area-content .meta {
    padding: 10px 0;
}


/**
====================================================================
  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;
}


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

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

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


/**
====================================================================
  Misc 
====================================================================
*/

#content-left .featured-category-post:first-child .content-wrapper .content,
#content-right .featured-category-post:first-child .content h3 a {
    background: none !important;
}

.widget-area .featured-category-post:first-child .content h3 a,
.widget-area .featured-category-post:first-child span,
.widget-area .featured-category-post:first-child span a,
.widget-area .featured-category-post:first-child .content .read-more a,
.widget-area .featured-category-post:first-child .category .post-categories a {
    color: #fff !important;
}

.trending-content.owl-theme .owl-nav [class*='owl-'] {
    color: #555 !important;
}

.trending-content.full-width-trending-slider .carousel-indicators {
    width: 75px !important;
}


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

@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;
    }
    .style2 .top-social-wrap,
    .style2 .topbar-menu,
    .style3 .top-social-wrap,
    .style3 .topbar-menu {
        text-align: center;
    }
    .style2 .top-social-wrap,
    .style3 .top-social-wrap {
        margin: 20px 0;
    }
    .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) {
    .style2 .header-wrapper .logo {
        width: 70%;
    }
    .style2 .top-menu-wrapper {
        width: 30%;
    }
    .style2 .top-social-wrap,
    .style2 .topbar-menu {
        text-align: center;
    }
    .style2 .top-social-wrap {
        margin: 20px 0;
    }
    .style3 .header-wrapper .logo {
        width: 100%;
        text-align: center;
    }
    .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;
    }
    .style-pf .section-right .date-time #date {
        text-align: right;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-menu .navigation>li {
        overflow: hidden;
    }
    .style3 .header-wrapper .logo {
        width: 40%;
    }
    .style3 .top-advertisement-wrapper {
        float: right;
        width: 60%;
    }
    .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;
    }
}