/* Custom CSS */


/*
.equal-height {
    display: flex;
}
.equal-height > div {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px;
} 

h2, h3, h4{
    margin: 30px 0 25px;
}

#promo_div {
    text-align: center;
    background-color: rgb(220,55,38);
    position: fixed;
    top: 0;
    width: 100%;
    padding: 5px;
    z-index: 999;
}

#promo_text {
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
}

#promo_btn {
    margin-left: 5px;
    background-color: #333;
    border-color: #ccc;
    font-size: 103%;
    font-weight: bold;
}


.single-bottom-padding > h1 {
    font-size:40px;
    color:#666;
}
*/


.section-main {
    padding-left: 6rem;
    padding-right: 6rem;
}

.header-nav-tabs {
    border-bottom:none;
    margin-top:12px
}

#headerCTA {
    border-radius: 3rem;
}

.featured_img_div{
    display: inline-block;
}

.featured_img_div.sticky_first_post {
    position: relative;
    width: 100%;
}

.sticky_first_post .img-responsive-freemium {
    /*height: 30rem;*/
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2.8;
}

#header .container, #header .container-fluid, .section-main, .narrato-blog-footer-body {
    max-width: 1500px;
    margin: auto !important;
}

.list-social-icon {
    max-width: 2rem;
}

.freemium-post {
    /*margin-top: 5px;*/
    margin-top: 3rem;
}

.freemium-post-home {
    margin-top: 5rem;
}

.content-right-sidebar {
    background-color: #fafafa;
    margin-top: 5rem;
}

a:hover {
    text-decoration: none;
}


h1, .h1 {
    font-size: 36px;
}


h2, .h2 {
    font-size: 30px;
}


h3, .h3 {
    font-size: 24px;
}


h4, .h4 {
    font-size: 18px;
}


h5, .h5 {
    font-size: 14px;
}


.blog {
    padding-top: 62px;
}

.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px; 
}

body {
    padding-top: 70px;
    font-size: 17px;
    /* color: #484848 !important; */
}

ul li:last-child, ol li:last-child {
    margin-bottom: 2rem;
}


.freemium-post .single-content img {
    border-radius: 1rem !important;
}

figure img {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
}


body, h1, h2, h3, h4, h5, h6, p, div, a, ul, li, span {
    font-family: 'Nunito', sans-serif;
    color: #444444;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.7rem;
    font-weight: 600;
}

.vcard.author {
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.saboxplugin-wrap {
    background-color: #fafafa;
}

/*ul {
    margin-bottom: -15px;
}

ul, ol {
    display: inline-block;
}*/

body, div, p {
    /* line-height: 1.7em; */
    line-height: 170%;
}

.single-post-content-custom li {
    /* margin-top: 10px; 
    margin-bottom: 10px;
    line-height: 2em; */
    color: #444444;
    font-size: 17px;
    margin-bottom: 0.5rem;
}

.single-post-content-custom p {
    margin-bottom: 20px;
}

.single-post-content-custom div {
    margin-bottom: 15px;
}

.single-post-content-custom > p > img {
    margin-bottom: 10px;
}

.single-blog-title, .index-blog-title > a {
    font-weight: normal;
    font-family: 'Lora', serif;
    /*font-style: italic;*/
    font-weight: 600;
    color: #666;
}

/*.index-blog-title > a {
    font-weight: 600;
    color: #666;
}*/

.index-blog-title {
    margin: 1rem 0;
}

.index-post-meta, .index-post-meta a {
    font-size: 14px;
    color: #999;
}

.index-post-descr, .index-post-descr p, .index-post-descr a, .index-post-descr span, .index-post-descr div {
    font-size: 14px;
    color: #666;
    line-height: 140%;
}

.post-card {
    padding: 15px;
    border-radius: 1rem;
    color: #555;
    /* border: 1px solid #eee !important;
    box-shadow: 0px 2px 5px 5px #f5f5f5; */
    cursor: pointer;
    transition: box-shadow .25s ease, transform .25s ease;
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1) !important;
}

.post-card:hover {
    /* background-color: #335eea1f;
    translate: 2px -2px; */
    background-color: #fafafa;
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    transform: translate3d(0,-3px,0);
}

.inpost-promo-card {
    /*background-color: #fafafa;
    text-align: center;*/
    /* box-shadow: none !important;
    border: none !important; */
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fef4ea !important;
}

/*.inpost-promo-title {
    display: inline-block;
    margin: 1rem 2rem 0;
}*/

.inpost-promo-heading {
    font-size: 29px;
    font-weight: 600;
    font-family: 'Lora', serif;
}

.inpost-promo-subheading {
    color: #666;
    font-size: 16px;
}

.inpost-promo-btn {
    border-radius: 2rem;
}

.white-bg.search-freemium {
    background: #fafafa;
    border: none;
    padding: 1rem;
    border-radius: 1rem;
}

.nav .open > a {
    background-color: transparent;
    border-color: transparent;
}

.single-post-tags-writers-details img.avatar {
    width: 35px !important;
    border-radius: 2rem !important;
}

.avatar-100 {
    width: 100px;
}

.img-responsive-freemium{
    border-radius: 1rem;
}

.dropdown-menu {
    font-size: 14px;
}

.nav-tabs > li > a {
    color: #555;
}


.single-post-tags-writers-details, .freemium-tags {
    font-size: 15px;
    color: #888;
    margin-bottom: 30px;
}

.index-page-tags-writers-details {
    font-size: 15px;
    color: #888;
    margin-top: 20px;
}

a, .freemium-post a, .freemium-tags a, .freemium-post .white-bg p a {
    color: #335eea;
    /*color: #ff5a5f;*/
    
}

.header .main-nav .navbar-toggle, .header .main-nav .navbar-toggle:hover {
    background: #ff5a5f;
}

a:hover, .freemium-post a:hover, .freemium-tags a:hover, .freemium-post .white-bg p a:hover, .header .main-nav .nav .nav-item a:hover, .header .main-nav .nav .dropdown-menu a:hover, .main-sidebar a:hover {
    /*color: #ff5a5f;*/
    color: #1746e0;
    opacity: 0.8;
}

.nav-tabs > li > a:hover {
    border-color: transparent !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
}

.nav-tabs > li > a.btn-primary:hover {
    border-color: #1746e0 !important;
}

.nav > li > a.btn-primary:hover, .nav > li > a.btn-primary:focus {
    text-decoration: none;
    background-color: #1746e0 !important;
}

.cml-2 {
    margin-left: 0.25rem;
}

.header .main-nav .nav .dropdown-menu {
    border-top: 3px solid #ff5a5f;
}

.left-box h4 {
    /*border-bottom: 2px solid #ff5a5f;*/
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 5px;
    /*margin-bottom: 20px;*/
    margin-top: 20px;
    text-transform: inherit;
}

.wp-block-search__input {
    width: 100%;
    border-color: #f5f5f5;
    padding: 7px;
    border-radius: 5px;
    font-size: 16px;
}

input[type='submit'], .wp-block-search__button {
    /*border: 1px solid #ff5a5f;
    background-color: #ff5a5f;*/
    border: 1px solid #335eea;
    background-color: #335eea;
    color: #fff;
    border-radius: 2rem;
    font-size: 15px;
    padding: 0.5rem 0.8rem;
}

p {
    font-size: 17px;
}

.default-pagination a {
    font-size: 15px !important;
    color: #335eea;
}

.logo-title {
    color: #000;
    text-transform: none;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 15px 0 15px 0;
/*    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
    background-color: #fff;
    z-index: 999;
}

.main-sidebar a {
    color: #555;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 16px;
}

.search-form label {
    width: 70%;
}


/* AddThis plugin - Bengin */
.at-yes {
    margin-right: 5px;
}

.at-no {
    display: none !important;
}

.at4-recommended.at-inline .at4-recommended-horizontal-logo {
    overflow: hidden !important;
}

.at-center-layout-1 .at-cv-lightbox-layout-image {
    min-height: auto !important;
}

.at-cv-lightbox-background {
    background: #ccc !important;
}
/* AddThis plugin - End */


/*body, h1, h2, h3, h4, h5, h6, p, div, a, ul, li, span {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
}*/


.casestudycard {
    border: 1px solid #f1f4f8;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f1f4f8;
    border-radius: .375rem;
}


/* .shadow {
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1) !important;
}


.lift {
    transition: box-shadow .25s ease, transform .25s ease;
} */


@media screen and (max-width: 684px){
    #promo_text {
        /*padding: 5px;*/
        font-size: 14px;
    }

    #promo_btn {
        font-size: 14px;
        padding: 3px 10px;
    }

    .single-bottom-padding > h1 {
        font-size:25px;
    }

    /*h2, h3{
        font-size:20px;
    }*/
}

/*@media screen and (max-width: 320px){
    #promo_div {
        padding-right: 40px;
    }
}*/

@media screen and (max-width: 468px){
    .freemium-post, .no-padding-right, .single-content {
        padding: 0;
    }

    body {
        padding-top: 120px !important;
    }

    .form-row.freemium-post-home {
        margin-left: 0;
        margin-right: 0;
        margin-top: 8rem;
    }

    .freemium-post {
        margin-top: 7rem;
    }
}


@media screen and (max-width: 768px) {
    .section-main {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
