/*
Theme Name: OverStrap: Blog
Theme URI: https://hotwpthemes.com/themes/overstrap-blog/
Description: OverStrap: Blog is a blog style child theme for UnderStrap.
Author: UnderStrap
Author URI: https://understrap.com
Template: understrap
Version: 0.9.6
*/

body.blog,
body.archive {
    background-color: #f7f8fa;
}


/* 1. HEADER */

nav.navbar {
    background-color: #ffffff;
    padding: 1em 0;
}

.navbar h1 {
    font-size: 25px;
    text-transform: capitalize;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        border: none;
    }
}


/* ARTICLES */

.archive-header h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1.5em;
}

article {
    margin-bottom: 3em;
    border-bottom: 1px solid #eee;
}

article .entry-title a {
    color: #000;
    font-size: 32px;
    line-height: 37px;
    text-decoration: none;
}

article .entry-meta {
    margin-top: 18px;
}

article .entry-meta,
article .entry-meta a {
    color: #787887;
    font-size: 15px;
    text-transform: capitalize;
}

article .entry-content {
    margin-top: 1.5em;
    color: #6e6e6e;
    font-size: 17px;
    line-height: 27px;
}

@media only screen and (min-width: 600px) {
    .entry-content,
    article .entry-meta,
    article .entry-title {
        padding-right: 25px;
        padding-left: 25px;
    }
}

article .entry-content p {
    margin-top: 0;
    margin-bottom: 1.4em;
}

article .featured-image {
    margin-bottom: 1.5em;
}

article .no-featured-image {
    margin-bottom: 0;
}

article .featured-image img {
    width: 100%;
}

article a.understrap-read-more-link {
    color: #000;
}


/* SINGLE */

.single article .featured-image {
    margin-top: 1.5em;
}

article blockquote::before {
    content: url("https://stylebyemilyhenderson.com/wp-content/themes/understrap-blog/Assets/icons/right-quote.svg");
    font-size: 17px;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 26px;
    margin-bottom: 21px;
}

article blockquote {
    background: #ffffff;
    padding: 2.4em 2.4em 2em;
    margin: 1.8em 0;
    color: #6e6e6e;
    margin-left: calc(var(--gap--vertical)*-1 - 4px);
}

article blockquote>cite {
    color: #000;
}

.single h1.entry-title {
    font-size: 43px;
    line-height: 47px;
}

article .entry-footer,
article .entry-footer a {
    color: #787887;
    font-size: 15px;
    text-transform: capitalize;
}


/* SIDEBAR - WIDGETS */

h3.widget-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: -.2px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

aside {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

aside .btn-primary:hover {
    background-color: #000;
    border-color: #000;
}

.footer-widget ul,
aside ul {
    padding: 0;
    list-style: none;
}

.footer-widget ul li,
aside ul li {
    padding: 0.5em 0;
    border-bottom: 1px solid #f7f8fa;
}

.footer-widget ul li a,
aside ul li a {
    color: #787878;
}

aside ul li a:hover {
    text-decoration: none;
}

.wrapper#wrapper-footer-full {
    background-color: #fff;
}

#wrapper-footer .site-info {
    text-align: center;
    font-size: 13px;
}


/**
 * Post/Page Navigation
 */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 50%;
    display: inline-block;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: right;
}


/**
 * COMMENTS
 */

.comments-count-wrapper {
    padding: 2em 0;
}

.comments-count-wrapper .comments-title {
    font-weight: normal;
    word-wrap: break-word;
}

.comment-list {
    margin: 0;
    word-wrap: break-word;
    padding-bottom: 0.5em;
    list-style: none;
}

.comment-list li {
    list-style: none;
}

.comment-list li.depth-1 .comment,
.comment-list li.depth-2 .comment {
    border-bottom: 1px solid #eeeeee;
}

.comment-list .children {
    margin-left: 2em;
}

@media (max-width: 992px) {
    .comment-list .children {
        margin-left: 1em;
    }
}

@media (max-width: 544px) {
    .comment-list .children {
        margin-left: 0.66666em;
    }
}

.comment-list .comment-respond {
    padding: 1em 0;
    border-bottom: 1px solid #eeeeee;
}

.comment-list .comment-respond .comment-reply-title {
    margin-top: 0;
    padding-top: 0;
}

.comment-list .comment-respond p {
    margin-bottom: .5em;
}

.comment-list #cancel-comment-reply-link {
    white-space: nowrap;
    font-size: 15px;
    font-size: 1rem;
    margin-left: 1em;
}

.comment-list .comment-edit-reply-wrap {
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
}

.comment-list .edit-link {
    flex: 1;
}

.comment-list .comment-awaiting-moderation {
    margin-bottom: 0;
}

.comment {
    padding: 1em 0;
}

.comment-avatar-wrap {
    float: left;
    clear: right;
    margin-right: 1.33333em;
}

@media (max-width: 768px) {
    .comment-avatar-wrap {
        margin-right: 0.5em;
    }
}

.comment-avatar-wrap img {
    border-radius: 50%;
}

@media (max-width: 768px) {
    .comment-avatar-wrap img {
        max-width: 2.5em;
    }
}

.comment-meta-wrap {
    float: left;
    clear: right;
    padding: 0 0 1.33333em;
}

.comment-content {
    clear: both;
}

.comment-cite-wrap {
    text-align: left;
}

.comment-cite-wrap cite {
    font-style: normal;
}

.comment-reply-title {
    padding-top: 1em;
    font-weight: normal;
    line-height: 1.65;
}

.comment-meta {
    margin-bottom: 0.5em;
}

.comment-meta .comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-metadata time {
    font-size: 12px;
    color: #6e6e6e;
}

.comment-time .timendate,
.comment-time .reply {
    margin-right: 0.5em;
}

.comments-area {
    border-top: 1px solid #eeeeee;
    margin-top: 2em;
    background: #fff;
    padding: 2em;
    /*  1 - Textarea Styles */
    /*  2 - Input Fields Styles */
    /*  4 - Comment List Styles  */
    /* Comment Cookie concent field aignment */
}

@media (max-width: 768px) {
    .comments-area {
        margin-top: 1.5em;
    }
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
    border: 1px solid #ebeced;
    padding: 1.5em;
}

.comments-area .comment-form-comment {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.comments-area .comment-notes,
.comments-area .comment-textarea,
.comments-area .form-allowed-tags {
    margin-bottom: 1.5em;
}

.comments-area .form-submit {
    margin-bottom: 0;
}

.comments-area textarea#comment,
.comments-area .comment-formwrap input[type="text"] {
    border: 1px solid #ebeced;
    width: 100%;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom: 10px;
}

.comments-area .no-comments {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.comments-area p.logged-in-as {
    margin-bottom: 1em;
}

.comments-area #wp-comment-cookies-consent {
    margin-right: 10px;
}

.comments-area input[type="submit"] {
    background-color: #53f;
    border: none;
}

.comments-area input[type="submit"]:hover {
    background-color: #000;
}


/**
 * MAIN SLIDER
 */

#main-slider .carousel-item {
    background-size: cover;
    background-position: center;
    height: 550px;
}

@media (max-width: 500px) {
    #main-slider .carousel-item {
        height: 450px;
    }
    #main-slider .carousel-item .carousel-caption h3 {
        font-size: 20px;
        text-transform: capitalize;
    }
    #main-slider .carousel-item .carousel-caption {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

#main-slider .carousel-item .carousel-caption {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

#main-slider .carousel-item .carousel-caption h3 {
    font-size: 35px;
    text-transform: capitalize;
}

#main-slider .carousel-item .carousel-caption h3 a {
    color: #fff;
    text-decoration: none;
}

.author-boxx {
    background: #fff;
    padding: 1em;
    margin-bottom: 2em;
}

.author-header h2 {
    font-size: 23px;
}

.entry-content .alignwide {
    margin-left: -25px;
    max-width: calc(100% + 50px);
    width: calc(100% + 50px);
}

.entry-content .alignfull {
    margin-left: calc( -49vw + 98% / 2);
    margin-right: calc( -49vw + 98% / 2);
    max-width: 100vw;
}

.entry-content .alignfull img {
    width: 100vw;
}

.sh-latest-post .sh-latest-post-first-img {
    height: auto;
}

.wpd-comment-wrap.wpd-blog-user.wpd-blog-post_author {
    background: #fef2f2 !important;
    padding-left: 10px;
    padding-top: 5px;
    border-top: 1px solid #dedede;
    margin-bottom: 20px;
}

@font-face {
    font-family: Gilroy;
    src: url(https://stylebyemilyhendersoncom.bigscoots-staging.com/wp-content/themes/understrap-blog/fonts/Gilroy-Light.woff);
}

@font-face {
    font-family: Gilroy-ExtraBold;
    src: url(https://stylebyemilyhendersoncom.bigscoots-staging.com/wp-content/themes/understrap-blog/fonts/Gilroy-ExtraBold.woff);
}

@font-face {
    font-family: Gilroy-Bold;
    src: url(https://stylebyemilyhendersoncom.bigscoots-staging.com/wp-content/themes/understrap-blog/fonts/Gilroy-Bold.woff);
}

.home__banner {
    position: relative;
}

h1.banner_title span {
    /*     color: #fff; */
    display: block;
    /*     text-align: right; */
    /*     max-width: 425px; */
}

h1.banner_title {
    font-size: 102px;
    /* text-align: right; */
    font-family: 'bodoni-cyrillic';
    text-transform: uppercase;
    line-height: 111px;
}

p.title__bottom {
    /*     text-align: right; */
    font-size: 28px;
}

h3.banner__subtitle {
    font-size: 40px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 40px;
    /* max-width: 655px; */
    color: #FFF;
}

.banner-overlay .row {
    justify-content: center;
}

p.title__bottom {
    /*     text-align: right; */
    /*     font-size: 18px; */
    color: #FFF;
    font-family: 'Gilroy';
}

h3.banner__subtitle span {
    color: #FFF;
}

a.banner_cta {
    font-size: 14px;
    color: #FFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid #232f3e;
    display: initial;
    font-family: 'Gilroy-bold';
    padding: 16px 60px;
    background-color: #232f3e;
    letter-spacing: 1px;
}

.home__banner {
    background-image: url(https://stylebyemilyhendersoncom.bigscoots-staging.com/wp-content/uploads/2022/02/9781984826480-copy-2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    display: flex;
    padding-top: 80px;
}

.overly_container {
    /* 	display: flex; */
    /*     align-items: center; */
}

.home_row {
    max-width: 1366px;
    margin: auto !important;
}

h1.about__title {
    font-family: 'bodoni-cyrillic';
    font-size: 36px;
    max-width: 600px;
    margin-bottom: 18px;
}

p.abt__content {
    font-size: 18px;
    font-family: 'Gilroy';
    line-height: 31px;
    max-width: 600px;
}

p.abt__top {
    font-size: 30px;
    line-height: 42px;
    font-family: 'bodoni-cyrillic';
    font-style: italic;
    font-weight: 300;
    color: #292929;
    max-width: 1030px;
    margin: auto;
    padding: 100px 0px;
    /*     margin-bottom: 100px;
    margin-top: 100px; */
}

.right_content_area p span {
    padding: 12px 0;
    display: block;
}

a.btn.abt_btn {
    font-size: 14px;
    font-family: 'Gilroy';
    border: 1px solid #cba54d;
    border-radius: 0px;
    line-height: initial;
    padding: 14px 18px;
    margin-bottom: 8px;
}

a.btn.abt_btn:hover {
    background-color: #cba54d;
    color: #FFF;
}

.member_btn {
    font-size: 14px !important;
    font-family: 'Gilroy';
    border: 1px solid #cba54d !important;
    border-radius: 0px !important;
    background-color: #cba54d !important;
    color: #FFF !important;
    padding: 10px 30px !important;
    margin-bottom: 50px;
    margin-top: 20px;
}

.member_container {
    text-align: center;
}

span.testimonial__designation.text-center,
span.testimonial__author.text-center {
    display: block;
}

h1.text-center.testimonial__title {
    font-size: 36px;
    font-family: 'bodoni-cyrillic';
    line-height: 28px;
    margin-top: 30px;
    color: #191919;
}

p.testimonial__content.text-center {
    font-size: 24px;
    line-height: 35px;
    color: #292929;
    font-family: 'bodoni-cyrillic';
    font-style: italic;
    margin: 50px 0px;
}

span.testimonial__author.text-center {
    font-size: 24px;
    color: #292929;
    font-family: 'bodoni-cyrillic';
}

span.testimonial__designation.text-center {
    font-size: 18px;
}

.container_blog {
    max-width: 1440px;
    margin: auto;
    border: 1px solid #cba54d;
    padding: 60px;
    margin-top: 100px;
    margin-bottom: 100px;
}

img.blog__img {
    max-width: 100%;
    width: 100%;
}

h1.text-center.blog__title {
    font-size: 36px;
    line-height: 48px;
    font-family: 'bodoni-cyrillic';
    margin-bottom: 40px;
}

.blog__img_block p {
    font-size: 16px;
    font-family: 'Bodoni';
    color: #232f3e;
    text-align: center;
    margin: 10px 0px 0;
}

.blog__img_block p span {
    color: #cba54d;
}

h2.blog_post_title {
    font-size: 30px;
    line-height: 42px;
    font-family: 'bodoni-cyrillic';
    /* min-height: 85px; */
    margin: 0;
    padding: 16px 0;
}

.right_content_area {
    padding-right: 0 !important;
}

.left_bnr_img {
    padding: 0 !important;
}

h2.blog_post_subtitle {
    font-size: 22px;
    line-height: 31px;
    color: #232f3e;
    font-family: 'Bodoni';
}

.wrapper_main {
    max-width: 1920px;
    margin: auto;
}

img.banner__img {
    width: 100%;
}

.team__img_block,
.team__inner {
    text-align: center;
}

h1.text-center.team__title {
    font-size: 36px;
    font-family: 'bodoni-cyrillic';
}

h2.team_post_title {
    font-size: 18px;
    text-align: center;
    font-family: 'bodoni-cyrillic';
    margin: 20px 0px;
    line-height: 28px;
}

h2.text-center.team_grid_title {
    max-width: 64%;
    margin: auto;
    font-size: 18px;
    font-family: 'Gilroy';
    margin-bottom: 40px;
    color: #232f3e;
    padding: 30px 0;
    line-height: 30px;
}

.container.member_container .col-md-3 {
    padding: 10px;
}

h2.team_post_title span {
    font-family: 'Gilroy';
}

a.view_insta {
    font-size: 14px;
    font-family: 'Gilroy-bold';
    color: #232f3e !important;
    border-bottom: 1px solid #cba54d;
    text-decoration: none !important;
}

.wrapper.p-0.team_wrapper {
    background-color: #f1f1f1;
    padding: 80px 0px !important;
    margin-bottom: 90px;
}

.container.member_container {
    margin-bottom: 100px;
}

h2.text-center.team_top_title {
    max-width: 660px;
    margin: auto;
    font-size: 18px;
    font-family: 'Gilroy';
    margin-bottom: 40px;
    line-height: 30px;
    padding: 30px 0;
}

.member {
    border: 1px solid #cba64e;
    margin-bottom: 0px;
    padding: 10px;
    min-height: 200px;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 39px;
}

.member img {
    width: 24%;
    border-radius: 100px;
    margin-bottom: 6px;
}

.member p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'bodoni-cyrillic';
    margin: 0px;
    color: #232f3e;
    /* 	display: flex; */
    width: 100%;
    /*     padding-left: 20px; */
}

p.blog__content {
    font-size: 18px;
    line-height: 31px;
    color: #232f3e;
    font-family: 'Gilroy';
}

.member a {
    /* 	width: 20%; */
    font-size: 14px;
    font-family: 'Gilroy';
    color: #232f3e !important;
    text-decoration: none !important;
}

._mob {
    display: none;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background-color: #f1f1f1;
    width: 33px;
    height: 33px;
    border-radius: 4px;
}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
    display: none;
}

.slick-next,
.slick-prev {
    top: 110% !important;
}

.slick-prev {
    left: 46% !important;
}

.slick-next {
    right: 46% !important;
}

.row.glry_img_rw {
    margin-top: 50px;
}

.row.testimonial__rw {
    margin: 120px 0px;
}

.left_bnr_img img.about__img {
    box-shadow: -6px 9px 10px 4px #0000004a;
}

@media (max-width: 768px) {
    .blog__img_block p {
        text-align: left;
        margin: 18px 0px 0;
    }
    h1.banner_title {
        font-size: 44px;
        line-height: 48px;
    }
}

@media (max-width: 544px) {
    ._desk {
        display: none;
    }
    ._mob {
        display: block;
    }
    .banner-overlay img.about__img {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    h1.banner_title {
        font-size: 44px;
    }
    p.title__bottom {
        font-size: 16px;
    }
    h3.banner__subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    p.abt__top {
        font-size: 17px;
        line-height: 30px;
    }
    h1.about__title {
        font-size: 26px;
    }
    p.abt__content {
        font-size: 16px;
        line-height: 28px;
    }
    .container.member_container .col-md-3 {
        max-width: 50%;
    }
    .member p {
        font-size: 19px;
    }
    a.btn.abt_btn {
        font-size: 12px;
        padding: 10px 20px !important;
    }
    h1.text-center.testimonial__title {
        font-size: 24px;
        line-height: 35px;
        font-weight: 700;
    }
    p.testimonial__content.text-center {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0px;
    }
    span.testimonial__author.text-center {
        font-size: 18px;
    }
    span.testimonial__designation.text-center {
        font-size: 12px;
    }
    h1.text-center.blog__title {
        font-size: 28px;
        line-height: 38px;
    }
    h2.blog_post_title {
        font-size: 24px;
        line-height: 38px;
        min-height: unset;
    }
    p.blog__content {
        font-size: 16px;
        line-height: 31px;
        color: #232f3e;
    }
    .container_blog {
        border: 0px solid #cba54d;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    h1.text-center.team__title {
        font-size: 30px;
    }
    h2.text-center.team_top_title {
        font-size: 12px;
        margin-left: 15px;
        margin-right: 15px;
    }
    h2.team_post_title {
        font-size: 12px;
        margin: 15px 0px;
    }
    a.view_insta {
        font-size: 12px !important;
    }
    .team__inner {
        margin-bottom: 40px;
    }
    h2.text-center.team_grid_title {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1267px !important;
    }
}

@media (max-width: 1280px) {
    body.post-template-default.single.single-post .entry-content.p-0.sh-entry-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1199px) {
    div.adthrive-player-position.adthrive-collapse-float {
        width: 270px;
    }
}

@media (max-width: 1060px) {
    div.adthrive-player-position.adthrive-collapse-float {
        width: 240px;
    }
}

@media (max-width: 998px) {
    div.adthrive-player-position.adthrive-collapse-float {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .member img {
        width: 42%;
    }
    h2.text-center.team_grid_title {
        margin-bottom: 0;
    }
    .home_row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .wrapper.p-0.team_wrapper {
        margin-bottom: 50px;
    }
    .row.testimonial__rw {
        margin: 16px 0px;
    }
    .team_wrapper .col-xs-6.col-sm-6 {
        flex: 1 1 50%;
        max-width: 50%;
    }
    h2.team_post_title {
        line-height: 20px;
    }
    h2.text-center.team_top_title {
        margin-bottom: 0;
        line-height: 20px;
        padding: 20px 0 30px;
    }
    .wrapper.p-0.team_wrapper {
        background-color: #f1f1f1;
        padding: 50px 0px !important;
        margin-bottom: 70px;
    }
    .banner-overlay img.about__img {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .left_bnr_img {
        padding: 0 15px !important;
    }
    .home__banner {
        padding-top: 15px;
    }
    .banner-overlay .row {
        flex-direction: column-reverse;
    }
    body.post-template-default.single.single-post .entry-content.p-0.sh-entry-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    p.abt__top {
        padding: 40px 0px;
    }
    .left_img_area {
        padding: 0 !important;
    }
    button.slick-next {
        right: 37% !important;
    }
    .slick-prev {
        left: 37% !important;
    }
    .slick-next,
    .slick-prev {
        bottom: -24% !important;
        top: unset !important;
    }
    .right_content_area {
        padding-right: 15px !important;
    }
    .member {
        min-height: 220px;
    }
}

@media (min-width:769px) {
    .home__banner {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .banner-overlay .row {
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .banner-overlay .col-md-8 {
        max-width: 603px;
    }
    .left_bnr_img {
        max-width: 302px !important;
    }
    h1.banner_title {
        font-size: 75px;
        line-height: 80px;
    }
    p.title__bottom {
        font-size: 24px;
    }
    h3.banner__subtitle {
        font-size: 30px;
        line-height: 40px;
    }
}

@media(max-width:1020px) and (min-width:769px) {
    .left_bnr_img img.about__img {
        max-width: 260px;
    }
    h1.banner_title {
        font-size: 70px !important;
        line-height: 76px;
    }
    p.title__bottom {
        font-size: 22px !important;
    }
}