/* header-layout2************************** */
.header_s .header-layout2 .top-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.header-layout2 .right-info {
    float: right;
}

.header-layout2 .top-header .top-social {
    float: left;
}

.header_s.header-fix.header_s1.header-layout2 .top-header .logo-block {
    text-align: left;
}

/*banner section *********************** */
.slider-carousel {
    margin-top: 60px;
}

.hearder-topbar-inn .advertise-block {
    margin-top: 0;
    text-align: right;
}

/* .type-post.blog-onecolumn*********************** */
.type-post.blog-onecolumn .entry-cover .post-meta {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 2px;
    display: inline-block;
    visibility: hidden;
    transition: 0.5s ease all;
}

.type-post.blog-onecolumn:hover .entry-cover .post-meta {
    visibility: visible;
}

.type-post.blog-onecolumn:not(.post-position) .entry-header .entry-title::before {
    display: none;
}

/* categories-box*********************** */

.widget .categories-box ul {
    margin-bottom: 0;
}

.widget .categories-box ul li {
    margin-bottom: 15px;
}

.widget .categories-box ul li:last-child {
    margin-bottom: 0;
}

/* Newsletter*********************** */

.news-letter-wrap #form_newsletter {
    position: relative;
}

.news-letter-wrap {
    background-color: #fcb811;
    padding: 30px 0;
    text-align: center;

}

.news-letter-wrap h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.news-letter-wrap #subscribe_email {
    width: 100%;
    height: 60px;
    padding: 15px 10px 15px 45px;
    border: none;
}

.newsletter-detail i {
    position: absolute;
    top: 20px;
    left: 15px;
}

.news-letter-wrap #btn-subscribe {
    position: absolute;
    right: 0;
    height: 60px;
    top: 0;
    border: none;
    padding: 0 15px;
    transition: 0.5s ease all;
    cursor: pointer;
}

.news-letter-wrap #btn-subscribe:hover {
    background-color: #333;
    color: white;
}


/* footer nav dark *************************/
.footer-main.footer-section1 {
    margin-top: 60px;
}

.foot-navigation {
    text-align: center;
}

.foot-navigation ul li {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
}

.foot-navigation ul li a {
    color: #151515;
}

.footer-dark .foot-navigation ul li a {
    color: #fff;
}

.foot-navigation ul li a:hover,
.footer-dark .foot-navigation ul li a:hover {
    color: #717171;
}


/* advertise-block *************************/
.advertise-block,
.news-letter-wrap {
    margin-top: 30px;
}


/* light-social-icon footer */
.footer-light .widget_social>ul {
    background-color: transparent;
    text-align: left;
}

.footer-light .widget_social>ul li {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: 0 0 10px 10px;
    background-color: #fcbb13;
    text-align: center;
    line-height: 50px;
    transition: 0.5s ease;
}

.footer-light .widget_social>ul li a {
    background-color: #fcbb13;
    height: 50px;
    width: 50px;
    border-radius: 100%;

}

.footer-light .widget_social>ul li:hover a {
    color: white;
}


.footer-light .widget_tranding_post .trnd-post-box span a {
    font-size: 12px;
}

.footer-light .widget_tranding_post .trnd-post-box h3>a {
    font-size: 15px;
}

.footer-main.footer-section1.footer-dark aside.widget.widget_latestposts {
    border: 1px solid #333;
}

.footer-main.footer-section1.footer-dark .widget_tranding_post .trnd-post-box {
    border-bottom: 1px solid #333;
}

.footer-main.footer-section1 .tagcloud a:hover .footer-main.footer-section1 .widget_archive>ul li:hover,
.footer-main.footer-section1 .widget_categories>ul li:hover {
    background: #333;
}



/* btn styles ************************/

.blog-paralle .type-post .entry-content>a.btn-style1,
.type-post .entry-content>a.btn-style1 {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    line-height: 2;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    padding: 0;
    color: #333;
    background-color: transparent;

}

.blog-paralle .type-post .entry-content>a.btn-style1:hover,
.type-post .entry-content>a.btn-style1:hover {
    background-color: transparent;
}

.blog-paralle .type-post .entry-content>a.btn-style1:before,
.type-post .entry-content>a.btn-style1:before {
    position: absolute;
    content: '';
    background-color: #fcb811;
    height: 2px;
    width: 20%;
    bottom: 0;
    transition: 0.5s ease all;
}

.blog-paralle .type-post .entry-content>a.btn-style1:hover:before,
.type-post .entry-content>a.btn-style1:hover:before {
    width: 100%;
}

/* btn style2 **********************/

.blog-paralle .type-post .entry-content>a.btn-style2,
.type-post .entry-content>a.btn-style2 {
    margin-top: 0;
    background-color: #333;
    position: relative;
    color: white;
    border-radius: 0;
    font-weight: 600;
    color: white;
}

.blog-paralle .type-post .entry-content>a.btn-style2:hover,
.type-post .entry-content>a.btn-style2:hover {
    background-color: transparent;
    color: white;
}

.blog-paralle .type-post .entry-content>a.btn-style2:before,
.type-post .entry-content>a.btn-style2:before {
    background: #d35400;
    content: '';
    position: absolute;
    height: 27px;
    width: 4px;
    left: 0;
    top: 0;
    height: 100%;
    transition: 0.5s ease all;

}

.blog-paralle .type-post .entry-content>a.btn-style2:hover:before,
.type-post .entry-content>a.btn-style2:hover:before {
    width: 100%;
    color: white;
    right: 0;
    z-index: -1;
}

/* btn style3 ********************************** */
.blog-paralle .type-post .entry-content>a.btn-style3,
.type-post .entry-content>a.btn-style3 {
    background-color: #d35400;
    height: 30px;
    padding: 0 15px;
    border-radius: 20px;
    transition: all 1s ease 0s;
    line-height: 30px;
    font-weight: 600;
}

.blog-paralle .type-post .entry-content>a.btn-style3:hover,
.type-post .entry-content>a.btn-style3:hover {
    color: White;
    background-color: #333;
}

/* btn-style4 *********************** */
.slider-carousel-4 .post-box {
    float: left;
    position: relative;
    width: 100%;
    height: 60vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.blog-paralle .type-post .entry-content>a.btn-style4,
.type-post .entry-content>a.btn-style4 {
    background-color: transparent;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 20px 1px;
    line-height: 2;
    margin-top: 14px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-top: 0;
    margin-bottom: 15px;
    border: 2px solid #333;
    border-radius: 0;
    color: #333;
}

.blog-paralle .type-post .entry-content>a.btn-style4:hover,
.type-post .entry-content>a.btn-style4:hover {
    background-color: #333;
    color: white;
}

/* footer nav ****************/
.footer-dark .menu {
    margin-top: 30px;
}

.footer-dark .foot-navigation ul li {
    border-right: 1px solid #333;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
}

.footer-dark .foot-navigation ul li a {
    font-size: 14px;
}

.footer-light .menu {
    margin-top: 30px;
}

.footer-light .foot-navigation ul li {
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
}

.footer-light .foot-navigation ul li a {
    font-size: 14px;
}

/* single page******************* */
.blog-single.single-page .post-meta .social {
    float: none;
}

.blog-single.single-page .post-meta .social li {
    margin-left: 0;
}

.single-page p.has-background {
    padding: 10px;
}

article[class*="type-"] .entry-content .wp-block-pullquote blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
}

article[class*="type-"] .entry-content blockquote p {
    color: white;
    position: relative;
    border-left: 2px solid white;
    padding-left: 10px !important;
    margin-left: 60px;
}

article[class*="type-"] .entry-content blockquote:before {
    font-family: FontAwesome;
    content: '\f10d';
    /*quote left icon*/
    position: absolute;
    font-size: 50px;
    color: white;
}
.blog-single.with-overlay .type-post .entry-content{
    margin-top:0;
}
article[class*="type-"] .entry-content figure.wp-block-pullquote p,
article[class*="type-"]
.entry-content figure.wp-block-pullquote blockquote:before{
    color:#717171;
}

article[class*="type-"] .entry-content figure.wp-block-pullquote blockquote p {
 
    position: relative;
    border-left: 2px solid #717171;
    padding-left: 10px !important;
    margin-left: 60px;
}

/* Responsive ***************************************/
@media (max-width: 991px) {
    .news-letter-wrap h2 {
        font-size: 20px;
    }

    .news-letter-wrap #subscribe_email,
    .news-letter-wrap #btn-subscribe {
        height: 45px;
    }

    .news-letter-wrap i {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}