/*
Theme Name: Hopper HQ 2020
Theme URI: https://www.hopperhq.com
Author: Hopper HQ
Author URI: https://www.hopperhq.com
Description: The 2020 Hopper HQ website.
Version: 1.0.0
*/

@import url("style-parent.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather|Karla:400,700&amp;display=swap");
@import url("hopper-tools.css");
@import url("hopper-generated-captions.css");
@import url("table-styles.css");
body {
    background: #ffffff;
    color: #141414;
    font-family: "Karla","Helvetica Neue","Helvetica",sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Karla","Helvetica Neue","Helvetica",sans-serif;
    color: #141414;
    margin-top: 20px;
}

a { color: #2F71E4; }
a:hover { color: #4f8bef; }

p {
    margin-bottom: 10px;
}


.blogx h2 { font-size: 24px; }
.blogx h3 { font-size: 20px; }
.blogx h4 { font-size: 18px; }


.padding-30 {
    padding: 30px;
}

.line-black {
    border: 1px solid #000000;
}

.btn {
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    text-shadow: none;
    font-family: "Karla","Helvetica Neue","Helvetica",sans-serif;
    text-transform: none !important;
    font-size: 14px;
}

.btn.btn-primary {
    background: #2F71E4;
    color: #fff;
    border: 1px solid #4f8cef;
    font-weight: 700;
}

.btn.btn-primary:hover, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background: #2269dd;
    border: 1px solid #2269dd;
    color: #fff;
    outline: none;
}

.btn.btn-default {
    background: #EEF0F1;
    border: 1px solid #d5d9dc;
    color: #76879e;
}

.btn.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


.btn.btn-invert {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.btn.btn-invert:hover {
    background: #2269dd;
    color: #fff;
    border: 1px solid #2269dd;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.site-content [class*="navigation"] a:hover {
    background: #4f8cef;
}

.nav.navbar-nav {
    float: none;
    padding-top: 18px;
    padding-bottom: 18px;
}

.navbar-default .navbar-nav > li > a {
    padding: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #000;
}

/** Dropdown Arrow **/
.dropdown-menu {
    margin-top: 10px;
    min-width: 120px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.navbar-nav > li > .dropdown-menu {
    padding-top: 4px;
    padding-bottom: 4px;
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.dropdown-menu > li > a {
    padding: 5px 15px;
}

.anchor-offset {
    display: block;
    position: relative;
    visibility: hidden;
    top: -15px;
}

.dropdown-menu>.active>a {
    background-color: transparent;
    color: #636467;
    border: transparent;
}
.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: transparent;
    color: #999;
    border: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #999;
    background-color: transparent;
}

.dropdown-menu {
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
}

.access {
    padding-top: 20px;
    float: right;
}

.entry-meta span {
    margin-right: 0px;
}
.entry-meta > span {
    margin-right: 1em !important;
}

.post-navigation a, .paging-navigation a {
    max-width: 450px;
}

.posted-on i {
    display: none;
}

.entry-title {
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.6;
}

.entry-title a {
    color: #000;
}

.entry-content {
    font-family: "Karla","Helvetica Neue","Helvetica",sans-serif !important;
}

.entry-content p, .entry-content li {
    line-height: 30px;
    font-size: 18px;
    color: #000000;
    font-family: "Karla","Helvetica Neue","Helvetica",sans-serif;
    -webkit-font-smoothing: antialiased
}


.single.blogx .relatedcontent h5 {
    margin-top: 8px;
}

.container {
    max-width: 920px;
}


.post-inner-content {
    padding: 0px;
    border: none;
}

.post-inner-content:first-child {
    border: none;
}

.widget-area .well {
    background: #f1f3f4;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    border: none;
}

#secondary .widget a {
    color: #76879e;
}

#secondary .widget > h3 {
    color: #424950;
    margin-bottom: 10px;
}

#secondary .widget {
    margin-bottom: 19px;
}

#secondary .widget_categories ul li:before {
    display: none;
}

.widget ul li {
    padding-bottom: 0px;
}

.comment-author .fn, .author-bio h4,
.comment-reply-title,
.btn.btn-default, #secondary .widget > h3,
.navbar-default .navbar-nav > li > a {
    text-transform: none;
}
.avatar.photo{
    border-radius: 50%;
    margin-right: 5px;
}

.wp-block-separator {
    border: 1px solid #eaecee;
}

.form-allowed-tags {
    display: none;
}

.navbar.navbar-default {
    background-color: #ffffff;
    font-family: "Lato","Helvetica Neue","Helvetica",sans-serif !important;
}

.collapse.navbar-collapse.navbar-ex1-collapse {
    padding-right: 0px;
}


/* Blog post style changes */

.single .page-header {
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .blogx .nav.navbar-nav {
        float: none !important;
    }

    .blogx .nav.navbar-nav > li a {
        padding-left: 0px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
}

.readingtime {
    float: right;
    padding: 4px 10px;
    border-radius: 5px;
    background: #f5f7f9;
    color: #5B728F;
    font-size: 12px;
}


.spotlight {
    background: #ed4b57;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 5px;
    width: fit-content;
    font-size: 12px;
    float: right;
    margin-right: 10px !important;
}

.spotlight i {
    margin-right: 5px;
}

.spotlight:hover {
    background: #e82e3c;
}

/* start */
.number-nav {
    text-align: center;
}

.number-nav .navigation ul {
    padding-left: 0px;
}

.number-nav .navigation li a,
.number-nav .navigation li.disabled {
    color: #76879E !important;
    text-decoration:none;
    display:table;
    padding:8px 15px;
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #eaecee;
    font-size: 14px;
}

.number-nav .navigation li {
    display: inline-block;
    margin: 5px;
}
.number-nav .navigation li a:hover{
 background-color: #4f8bef;
    color: #fff!important;
}
.number-nav .navigation li.active a{
 background-color: #4f8bef;
    color: #fff!important;
}
/* end */


/* CUSTOM POST EDITS */
.post-4981 .entry-title  {
    letter-spacing: -1.6px;
}


.navbar-default .navbar-nav > li > a, .headlink {
    color: #4F8CEF;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 0px;
    font-family: "Lato","Helvetica Neue","Helvetica",sans-serif;
    font-weight: 700;

}

.headlink {
    padding-right: 0px;
    margin-left: 20px;
}

.caret {
    display: none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #2269dd;
}

.navbar-default .navbar-nav > .active > a {
    color: #2B3242;
}

.email-promo {
    background: #f1f3f4;
    box-shadow: inset 0px 0px 2px rgba(0,0,0,0.2);
    padding: 20px 15px;
    color: #999;
}

.email-promo .input-group-btn:last-child>.btn {
    font-size: 14px;
    text-transform: none;
}

#exit-email {
    border: 1px solid #d5d9dc;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    color: #999999;
    font-size: 14px;
}


#logo a {
    background-image: url("../png/logo-blue-fold.png");
    background-size: 110px;
    background-repeat: no-repeat;
    height:35px;
    width: 120px;
    float:left;
    margin-top: 24px;
    margin-right: 30px;
}

.scroll-to-top {
    background: rgba(118, 135, 158, 0.6);
}

.scroll-to-top:hover {
    background: rgba(34, 105, 221, 0.6);
}

.share-buttons{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 80px;
}

.share-buttons li{
    display: inline;
}

.single-featured {
    margin-bottom: 20px;
    border-radius: 5px;
}

#footer-area, #colophon {
    background: #F5F7F9;
    color: #fff;
    border: none;
}

.copyright {
    margin-top: 0px;
}

.site-info {
    color: #999;
}

#secondary .widget .post-content a {
    color: #76879e;
}

.entry-title a:hover, #secondary .widget .post-content a:hover {
    color: #2269dd;
}

.search-widget {
    margin-bottom: 20px;
}

.search-widget .input-group .form-control:first-child {
    padding-left: 10px;
    border: 1px solid #d5d9dc;
}

.search-widget .btn {
    border-left: 0px;
    box-shadow: none;
}

/* Hopper Promo */
.blogx .hopper-promo {
    border-radius: 5px;
    background: #4f8cef;
    margin-bottom: 20px;
    padding: 30px;
    background-repeat: repeat;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    border: 1px solid #527abb;
}

.blogx .hopper-promo h3 {
    margin: 0px;
    color: #fff;
    line-height: 28px;
}

.blogx .hopper-promo p {
    margin-top: 10px !important;
    color: #fff;
    margin-bottom: 20px !important;
}


@media only screen and (min-width:768px){
    #menu-primary-navigation a[title="Sign Up"] {
        background: #4F8CEF;
        padding: 7px 10px;
        line-height: normal;
        color: #fff;
        border-radius: 4px;
        margin-left: 20px;
        margin-top: 5px;
    }
    #menu-primary-navigation a[title="Sign Up"]:hover {
        background: #2269dd;
    }
}


.mob-signup {
    background: #4F8CEF;
    padding: 6px 12px;
    line-height: normal;
    color: #fff;
    border-radius: 4px;
    margin-right: 0px;
    margin-top: 10px;
    display: inline-block;
    float: right;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    display: none;
}

.mob-signup:hover, .mob-signup:focus, .mob-signup:active {
    background: #2269dd;
}

@media only screen and (max-width:768px){
    .mob-signup {display:block;}
}




.thin-hero {
    background: #EEF0F1;
    margin-bottom: 40px;
    padding-top: 30px;
    border: 1px solid #ccc;
}

.thin-hero h2{
    font-size: 29px;
    line-height: 40px;
}

.thin-hero h3 {
    font-weight: 300;
    color: #999999;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.mt0 {
    margin-top: 0px;
}

.main-content-area.mt70 {
    margin-top: 20px;
}

 .mb20 {
     margin-bottom: 40px;
 }

.mb20x {
    margin-bottom: 20px !important;
}

.mob-access {
    padding-top: 8px;
    margin-right: 8px;
    display: none;
}

.entry-meta, .entry-meta a, .comments-title {
    font-family: "Karla","Helvetica Neue","Helvetica",sans-serif;
    font-style: normal;
}

.entry-meta {
    margin-bottom: 20px;
    font-size: 13px;
    color: #637792;
}

.entry-meta a {
    color: #2F71E4;
}

.meta-mobile {display: none;}
.meta-desk {display: inline-block;}


#footer-area {
    background: #4F8CEF !important;
    padding: 60px 0px;
    margin-top: 0px;
    color: #000000;
}
#footer-area ul {list-style: none; padding-left: 0px;}
#footer-area ul li {border: none; list-style: none; line-height: 1.9;}
#footer-area ul li.copyright {line-height: 1.4;}
#footer-area a {color: #B9D1F9;}
#footer-area a:hover {color: #ffffff; text-decoration: none; cursor: pointer;}
#footer-area h6, #footer-area h3 {color: #ffffff;}
#footer-area h3 {font-weight: 400; font-size: 20px; margin: 20px;}
#footer-area .try-footer {
    border-bottom: 1px solid #83AEF4;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
#footer-area .btn-primary {
    background: #fff;
    color: #4F8CEF;
    text-transform: none !important;
    text-shadow: none;
    box-shadow: none;
}

#footer-area .btn-primary:hover {
    color: #000000;
}

#footer-area .socialbadge {
    display: inline-block;
    border-radius: 30px;
    padding: 0px;
    background: #B9D1F9;
    color: #4F8CEF;
    margin-right: 2px;
    text-align: center;
    height: 25px;
    width: 25px;
    margin-top: 5px;
}

#footer-area .socialbadge:hover {
    background: #ffffff;
}

#footer-area .download {
    margin: 15px 0px;
    display: block;
}

#footer-area small { color: #B9D1F9;}

#footer-area .copyright {
    float: left;
    text-align: left;
}


.single .powered-by-sumo {
    display: none !important;
}


.blog-item-wrap:hover {
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.7);
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (max-width: 400px) {
    .xxs-hide {
        display: none;
    }
}


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

    .mob-access {
        padding-top: 8px;
        margin-right: 8px;
        display: block;
    }

    .xs-hide {
        display: none;
    }

    .signup {
        margin: 0 auto;
        float: none !important;
        padding-bottom: 1px;
    }

    .middle {
        width: 100%;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .navbar-default .navbar-toggle {
        padding: 4px 1px 4px 15px;
        color: #4F8CEF;
        border: 0px;
        font-size: 18px;
        box-shadow: none;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:hover {
        background: none !important;
        background-color: transparent !important;
    }
}

/** Sumome mobile hide **/
.page-template-home-template>.sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar.sumome-share-client-counts.sumome-share-client-light.sumome-share-client-medium.sumome-share-client-circle {display: none;}



/* Checklist icon style */
/* Remove default bullets for list items with custom classes */
li.li-check, li.li-no {
    list-style-type: none;
    position: relative;
    padding-left: 1.5em;
    margin-left: -1em;
}

/* Add custom check icon */
li.li-check:before {
    content: "\f00c"; /* Font Awesome check mark */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #16A34A;
}

/* Add custom no icon */
li.li-no:before {
    content: "\f00d"; /* Font Awesome times icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #DC2626;
}








/** Blog Styles **/
body.blogx {
    background: #F5F7F9;
}

.blogx .navbar.navbar-default {
    background-color: #FFFFFF;
    border: 0px;
    border-bottom: 1px solid #eaecee;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

/* #wpadminbar {
    display: none;
} */
.admin-bar .navbar{
    margin-top:35px;
}

/*  Hustle Fixes  */

.hustle-inline {
    opacity: 1 !important;
}

.hustle-ui .hustle-field:focus-within .hustle-input-label span:not([class*=hustle-icon-]) {display:none;}

.blogx .nav.navbar-nav {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blogx #logo a {
    background-size: 80px;
    height: 30px;
    width: 100px;
    margin-top: 15px;
}

.blogx .navbar-default .navbar-nav > li > a, .headlink, .blogx .access .btn.btn-default {
    font-size: 12px;
}

.blogx .single-featured {
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px;
    width: 100%;
}

.blogx .post-inner-content  {
    padding: 70px 120px;
    border: 1px solid #eaecee;
}
.blogx .post-inner-content.simpletoc-visible {
    padding: 40px 40px 40px 190px;
    transition: all 0.3s ease-in-out;
}

.single.blogx h1 {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: -1px;
}
.single.blogx h1.entry-title {
    line-height: 1.3;
}

.single.blogx h2, .single.blogx h3, .single.blogx h4, .single.blogx h5, .single.blogx h6 {
    margin-bottom: 0.5em;
    margin-top: 48px;
    color: #000000;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: -1px;
}

.single.blogx .float-middle h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.simpletoc-title {
    margin-top: 20px !important;
}

.single.blogx .entry-content p a, .single.blogx .entry-content ol a, .single.blogx .entry-content ul a {
    color: #2F71E4;
}

.simpletoc {
    width: 100%; 
    margin: auto;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #eaecee;
    line-height: 2;
    font-size: 15px;
    padding: 8px 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0px 1px 10px -4px rgba(0,0,0,0.2);
}


.blogx p {
    margin: 0px 0 30px;
}

.single.blogx .entry-content p a.btn {
    margin: 30px auto;
    color: #ffffff;
    display: block;
    width: fit-content;
}

.blogx .img-featured {
    overflow: hidden;
    max-height: 250px;
}


.blogx .img-featured img {
    border: 1px solid rgb(234, 236, 238);
    border-bottom: 0px;
}


.blogx .comments-area {
    margin-top: 40px;
}

.hoppercolor{
    color: #4b88f2;
}
.custom-blog-home .section.features-hero.top-blog-home{
 height:37vh;   
}
.blog-home-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.blog-home-header h1{
    font-size:3rem;
    text-align: center;
}
.blog-home-header h2{
    font-size:1rem;
    font-weight:100;
    margin: 0 0 30px;
    text-align: center;
}

.blog-home-header {
    height:500px;
}
.blog-home-header .search-box{
    position:relative;
    display:flex;
    align-items: center;
    background-color:#fff;
    box-shadow:0 0 10px rgb(219 222 227);
    height:3.5em;
    border-radius: 4px;
    padding-right:5px;
    margin-top: 20px;
    width:100%;
}
.blog-home-header .search-widget .form-search{
    height:100%;
}
.blog-home-header .search-widget {
    margin-bottom: 0;
    width:100%;
    height:100%;
}
.blog-home-header .search-widget .input-group {
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}
.blog-home-header .search-widget .btn{
    background:none;
    border:none;
}
.blog-home-header .search-widget .input-group .form-control:first-child,
.blog-home-header .search-box input.form-control{
    border:none;
    width:100%;
    height: 100%;
    padding-left:15px;
    font-size:0.9rem;
}
.blog-home-header .search-widget .input-group .form-control:first-child:focus,
.blog-home-header .search-box input.form-control:focus{
    box-shadow:none;
    border:none;
}
.blog-home-header .search-box .input-group-btn{
}
.featured-container{
    position: relative;
}
.featured-container .dots-and-circle-left.left{
    left: -1em;
    top: -1em;
    transform: rotate(180deg);
}
.featured-container .dots-and-circle-left.right{
    top:auto;
    left:auto;
    right: -1em;
    bottom: -3em;
    transform: rotate(124deg);
}
.feature-posts {
    margin:3em auto;
    margin-bottom: 30px;
    padding: 4em 2em 6em;
    background: rgba(255,255,255,0.75);
    box-shadow: 0 0 10px rgb(219 222 227);
    border-radius: 5px;
    backdrop-filter: blur(5px);
    max-height:400px;
}
.feature-posts .slick-dots{
    bottom:10px;
    left:0;
}
.feature-posts .slick-dots li button:before{
    font-size:10px;
}
.feature-posts .slick-dots li.slick-active button:before{
    color:#2F71E4;
}
.feature-posts .feature-post{
    display:flex;
    align-items: center
}
.feature-posts .feature-post .feature-cat-content{
    flex:1;
}
.feature-posts .feature-post .entry-title{
    line-height:1.3;
    font-size:28px;
    padding-right: 2em;
}
.feature-posts .feature-post .post-thumbnail{
    display: flex;
    flex:1;
    overflow:hidden;
    max-height:150px;
    align-items: center;
}

.social-icons-list{
    margin:20px 0;
    padding:0;
    justify-content: space-evenly;
    max-width:470px;
    width:100%;
}
.social-icons-list div{
    margin: 1em;
    padding:0;
    width:36px;
    height:36px;
}
.social-icons-list div a{
    width:100%;
    height:100%;
    display:block;
    background-color:#4b88f2;
    display:flex;
    align-items: center;
    justify-content: center;
    color:white;
    /* padding:1em; */
    border-radius: 50%;
    transition:0.2s all ease;
}
.social-icons-list div a:hover{
    transform:scale(1.075);
}
/* ajax filter plugin */
.custom-blog-home #caf-post-layout-container{
    padding-top:0;
    margin:5em 0;
}
.custom-blog-home #caf-post-layout-container.data-target-div1.post-layout1{
    background-color:white;
}
.custom-blog-home .caf-filter-container{
    background-color:#4b88f2;
}
.custom-blog-home ul.caf-filter-container.caf-filter-layout1{
    margin-bottom:0;
}
.custom-blog-home #caf-filter-layout1 {
    position:relative;
}

.custom-blog-home #caf-filter-layout1 .cat-nav-background{
    /* this active class added by js */
    background: linear-gradient(90deg, #ffffff 20px, transparent 1%) center, linear-gradient(#ffffff 20px, transparent 1%) center, #4b88f2;
    background-size: 22px 22px;
    position: absolute;
    width: 100%;
    height: 100px;
    top: auto;
    z-index: 0;
    margin-top: -10px;
}
.custom-blog-home ul.caf-filter-layout1 li{
    margin-top:20px;
    transition: .15s all ease;
    font-size:20px;
}
.custom-blog-home .data-target-div1 #caf-filter-layout1 li a{
    background-color:transparent;
    padding:10px 25px;
}
.custom-blog-home .data-target-div1 #caf-filter-layout1 li.active{
    /* this active class added by js */
    transform: translateY(10px);   
}
.custom-blog-home .data-target-div1 #caf-filter-layout1 li a.active{
    background-color:white;
    color:#4b88f2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0;
    padding:15px 25px;

}
.custom-blog-home #manage-ajax-response{
    max-width:1200px;
    margin:100px auto 50px;
}
.custom-blog-home #manage-ajax-response.loading{
    opacity:0.5;
}
.custom-blog-home #manage-ajax-response .status i{
    color:white;
    background:#4b88f2;
}
/* only first post */
.custom-blog-home #manage-ajax-response .first-post-item{
    margin:2em 0 5em 0 !important;
    flex: 0 0 100%;
    max-width:100%;
}
.custom-blog-home #manage-ajax-response .first-post-item .manage-layout1{
    display:flex;
    align-items: center;    
}
.custom-blog-home #manage-ajax-response .first-post-item .manage-layout1{
    display:flex;
    align-items: center;
    box-shadow:none;
    gap: 1em;
}
.custom-blog-home #manage-ajax-response .first-post-item .manage-layout1>div{
    flex:1;
}
.custom-blog-home #manage-ajax-response .first-post-item .manage-layout1 .caf-featured-img-box{
    height:100%;
    display:block;
}
.custom-blog-home #manage-ajax-response .first-post-item .caf-content-read-more a.caf-read-more {
    border-radius: 3px;
    background-color: #2F71E4;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color:white;
    padding: 1.5em 2.5em;
    margin-top:1em;
    margin-bottom: 1em;
    border:none;
}
.custom-blog-home #manage-ajax-response .first-post-item .caf-content-read-more a.caf-read-more:hover{
    background-color: #5b96fd;
}
.custom-blog-home #manage-ajax-response .first-post-item #manage-post-area{
    margin-right: 5em;
}

.custom-blog-home #manage-ajax-response .first-post-item .post-thumbnail-wrapper{
    display:flex;
    align-items: center;
    flex-direction: column;
}
.custom-blog-home #manage-ajax-response .first-post-item .post-thumbnail-wrapper .post-thumbnail{
    height:200px;
    width:100%;
    box-shadow:0 0 10px rgb(219 222 227);
    padding: 2em;
    border-radius: 3px;
}
.custom-blog-home #manage-ajax-response .first-post-item .post-thumbnail-wrapper .caf-meta-content{
    border-bottom:0;
    background:none;
    margin-top:1em;
    justify-content: space-between;
    font-weight: bold;
}
.custom-blog-home .post-category{
    background: rgb(218,230,252);
    background: linear-gradient(0deg, rgba(218,230,252,1) 0%, rgba(218,230,252,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    display: inline-block;
}

.custom-blog-home #manage-ajax-response .first-post-item .post-thumbnail-wrapper .author-wrapper{
    max-width:35%;
}

/* First and other posts */
.custom-blog-home #manage-ajax-response .post-thumbnail-wrapper .post-thumbnail .caf-featured-img-box{
    border-radius: 3px;
}
.custom-blog-home #manage-ajax-response  .caf-content-read-more,
.custom-blog-home #manage-ajax-response  .caf-content{
    padding:0;
}

.custom-blog-home #manage-ajax-response .caf-post-layout1 .post-thumbnail-wrapper .author-wrapper{
    width:100%;
    text-align: right;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(241,211,54,1) 45%, rgba(241,211,54,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.custom-blog-home #manage-ajax-response .caf-post-layout1 .post-thumbnail-wrapper .reading-time-wrapper{
    width:auto;
    text-align: right;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(241,211,54,1) 45%, rgba(241,211,54,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    display:flex;

}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper .reading-time-wrapper .reading-time{
    margin-left:10px;
    padding-left: 3px;
    white-space: nowrap;
    background: white;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1 .post-thumbnail-wrapper .author-wrapper .author{
    background:white;
    padding-left:1em;
}

/* every posts but the first */
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item){
    border-radius: 3px;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .manage-layout1{
    padding:1em;
    height:100%;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow:0 0 10px rgb(219 222 227);

}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: bold;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper .cat-and-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper .cat-and-date .post-category{
    margin:0;
    white-space: nowrap;
    max-width:50%;
    overflow: hidden;
}

.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper span,
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper > div{
    margin:0.15em 0;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper .reading-time,
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper .date{
    padding-right:0;
    text-align: right;
    font-size:12px;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail-wrapper .reading-time-wrapper{
    margin-left:5px;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail{
    height:75px;
    width:100%;
    overflow: hidden;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .post-thumbnail .caf-featured-img-box{
    height:75px;
}

.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .caf-content-read-more{
    transition:all ease 0.5s;
    margin-top:1em;
    background: rgb(218,230,252);
    background: linear-gradient(0deg, rgba(218,230,252,1) 0%, rgba(218,230,252,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    border-radius: 0;
    display: inline-block;
    align-self: flex-start;
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .caf-content-read-more a{
    border-radius: 0;
    padding:0;
    background:none;
    border:none;
    font-weight: bold;
    color:#2F71E4;
    font-size: 18px;
    transition:all ease 0.3s;
    transform:translateY(7px);
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .caf-content-read-more:hover{
    
}
.custom-blog-home #manage-ajax-response .caf-post-layout1:not(.first-post-item) .caf-content-read-more a:hover{
    background:rgba(218,230,252,1);
    transform:translateY(2px);
    color:#2F71E4 !important;
}
.custom-blog-home .data-target-div1 ul#caf-layout-pagination{
    margin-top: 2em;
}
.custom-blog-home .data-target-div1 ul#caf-layout-pagination.post-layout1{
    display:flex;
    align-items: flex-end;
    justify-content: center;
}
.custom-blog-home .data-target-div1 ul#caf-layout-pagination.post-layout1 li {
    transition:all ease 0.5s;
    background: rgb(201 201 201);
    background: linear-gradient(0deg, rgb(201 201 201) 0%, rgb(201 201 201) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    font-weight: bold;
    margin:0 5px;
    
}
.custom-blog-home .data-target-div1 ul#caf-layout-pagination.post-layout1 li a{
    border-radius: 0;
    background:none;
    padding:5px 10px;
    display:block;
    transform: translateY(4px);
}

.custom-blog-home .data-target-div1 ul#caf-layout-pagination.post-layout1 li a:hover{
    background: rgb(201 201 201);
    color:white;
}
.custom-blog-home .data-target-div1 ul#caf-layout-pagination.post-layout1 li span{
    display:block;
}
.custom-blog-home .data-target-div1 ul#caf-layout-pagination.post-layout1 li .current{
    background:none;
    color:#000;
}
/* Hustle subscription */
.custom-blog-home .hustle-ui.module_id_10{
    z-index: 1;
    position: relative;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-layout .hustle-layout-body{
    background:none;
    font:700 20px/27px "Karla","Helvetica Neue","Helvetica",sans-serif;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-layout .hustle-title{
    text-align:center;
    color:#000;
    font-size:30px;
    font:700 20px/27px "Karla","Helvetica Neue","Helvetica",sans-serif;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-form .hustle-form-fields{
    text-align: center;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-layout .hustle-layout-form{
    background:none;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-layout .hustle-layout-form .hustle-field .hustle-input{
    border:1px solid #f1f1f1;
    border-radius: 4px;
    margin-bottom: 2em;
    padding:1.5em;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-layout .hustle-layout-form .hustle-field .hustle-input:placeholder{
    font-family:"Karla","Helvetica Neue","Helvetica",sans-serif !important;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-field .hustle-input + .hustle-input-label{
    padding-top: 20px;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-form button.hustle-button-submit{
    background:#2F71E4;
    display:inline-block;
    padding: 0.8em 2em;
    width:unset;
    border-radius: 4px;
    font-family:"Karla","Helvetica Neue","Helvetica",sans-serif !important;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-form button.hustle-button-submit:hover{
    background:#5b96fd;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-layout .hustle-layout-form .hustle-form{
    max-width:50%;
    margin:0 auto;
}
.custom-blog-home .hustle-ui.module_id_10 .hustle-success{
    background:none;
}
.custom-blog-home .site-content{
    position: relative;
}
.custom-blog-home .entry-content:after,
.custom-blog-home .entry-content:before{
    content:"";
    background: linear-gradient(90deg, #f6f7f9 13px, transparent 1%) center, linear-gradient(#f6f7f9 13px, transparent 1%) center, #4b88f2;
    background-size: 15px 15px;
    width:200px;
    height:44px;
    position:absolute;
    z-index: 0;
}
.custom-blog-home .entry-content:before{
    left:0;
    top:20px;
}
.custom-blog-home .entry-content:after{
    background: linear-gradient(90deg, #f6f7f9 13px, transparent 1%) center, linear-gradient(#f6f7f9 13px, transparent 1%) center, #000000;
    background-size: 15px 15px;
    right:0;
    top:100px;
}


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


    .blogx #logo a {
        margin-top: 16px !important;
        margin-left: 0px !important;
    }

    .entry-title {
        font-size: 27px;
        line-height: 1.6;
    }

    .blogx h1 { font-size: 27px; }
    .blogx h2 { font-size: 20px; }
    .blogx h3 { font-size: 18px; }

    .main-content-area {margin-top: 0px;}

    .data-target-div1 #caf-filter-layout1 li a,
    .custom-blog-home ul.caf-filter-layout1 li{
        font-size:12px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .custom-blog-home #manage-ajax-response .first-post-item #manage-post-area{
        margin-right:0;
    }
    .custom-blog-home #manage-ajax-response .first-post-item .post-thumbnail-wrapper{
        width:100%;
    }
    .custom-blog-home .hustle-ui.module_id_10 .hustle-layout .hustle-layout-form .hustle-form{
        max-width:100%;
        margin:0 auto;
    }
    .custom-blog-home .feature-post{
        flex-direction: column;
    }
    .page-template-blog-home ul.caf-filter-container.caf-filter-layout1{
        display:flex;
        align-items:center;
    }
    .page-template-blog-home .data-target-div1 #caf-filter-layout1 li{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .page-template-blog-home .data-target-div1 #caf-filter-layout1 li a{
        display:block;
    }
    .page-template-blog-home .data-target-div1 #caf-filter-layout1 li a.active{
        border-radius: 3px;
        transform: translateY(0);
    }
}


@media screen and (max-width: 992px) {
    .blogx .post-inner-content {padding: 40px;}

    /* caf plugin bug between 768px and 992px*/
    .caf-col-md-4{
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.blog-item-wrap a.blog-home-img {
    display: block;
    max-height: 250px;
    overflow: hidden;
}

.blog-item-wrap a.blog-home-img img {
    width: 100%;
}

.blog-item-wrap .post-inner-content {
    padding: 40px;
}

.popular-posts-wrapper .post-content {
    line-height: 1.4;
}


.popular-posts-wrapper .post-content a {
    color: #000000;
    font-weight: 700;
}

.popular-posts-wrapper .post-content date {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #999;
}

.popular-posts-wrapper h2 {
    font-weight: 400;
    color: #000;
    margin: 30px 0px;
}

.post-inner-content .cat-links {display:none;}

/*Hide date for no date category posts*/
.category-no-date .byline {display:none !important;}

.main-content-area {
    margin-top: 0px;
}

/* Mobile fixes */
@media only screen and (max-width: 420px) {
    .container.main-content-area {padding-left: 15px;padding-right: 15px;}

    body.single.blogx {
        background: #ffffff;
    }

    .single-post.blogx .post-inner-content {
        padding: 20px 10px;
        border: 0px;
        padding-top: 125px;
    }

    .blogx .img-featured {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .blogx .img-featured img {
        border: 0px;
        border-radius: 0px;
    }

    .single.blogx .container.main-content-area {
        margin-top: 0px;
    }

    .entry-title {font-size: 22px;}
    .blogx h2 {font-size: 18px;}
    .blogx h3 {font-size: 16px;}

    .meta-mobile {display: inline-block;}
    .meta-desk {display: none;}
    .custom-blog-home .data-target-div1 #caf-filter-layout1 li a.active{
        border-radius: 3px !important;
    }
}

.article ul {
        line-height: 30px;
    font-size: 18px;
    color: #33334f;
    font-family: 'Lato', san-serif;
    -webkit-font-smoothing: antialiased;
}

.sub-nav-bg {
    background: #EDF3FD;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaecee;
}

.blognav {
	padding-top: 19px;
	padding-bottom: 19px;
    text-align: left;
    padding-left: 10px;
}

.blognav a {
    color: #141414;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

.blognav a:hover {
    text-decoration: underline;
}

.blognav a.active {
    color: #2268E2;
    text-decoration: underline;
}

.blognav a i {
    font-size:12px;
    display: none;
}
.pros-cons-block{
    background: white;
    padding:2em 1em 1em;
    border-radius: 5px;
    border: 1px solid #eaecee;
    margin-top: 2em;
    margin-bottom: 2em;
    position:relative;
}
.pros-cons-block ul{
    margin-bottom: 0;
}
.pros-cons-block li{
    margin-left: 0;
}

.pros-cons-block.pros-block{
    border-color: #dcfce7;
}
.pros-cons-block.cons-block{
    border-color: #fee2e2;
}
.pros-cons-block::before{
    position:absolute;
    display:block;
    font-size:1.3em;
    top: -25px;
    left: 15px;
    background:white;
    border-radius: 2em;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 10% 45%;
    width:100px;
    padding-right: 10px;
    height:50px;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    font-weight:bold;
}
.pros-cons-block.pros-block::before{
    content: 'Pros';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M288.8 81.7c3.5-12.8 16.7-20.3 29.5-16.8s20.3 16.7 16.8 29.5l-4.5 16.4c-5.5 20.2-13.9 39.3-24.7 56.9c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2H448c17.7 0 32 14.3 32 32c0 11.3-5.9 21.3-14.8 27c-7.2 4.6-9.5 13.9-5.3 21.3c2.6 4.6 4.1 10 4.1 15.7c0 12.4-7 23.1-17.3 28.5c-4.2 2.2-7.3 6.1-8.3 10.8s.1 9.5 3 13.2c4.2 5.4 6.7 12.2 6.7 19.5c0 14.2-9.2 26.3-22.1 30.4c-7.8 2.6-12.4 10.6-10.7 18.6c.5 2.2 .7 4.5 .7 6.9c0 17.7-14.3 32-32 32H294.5c-15.8 0-31.2-4.7-44.4-13.4l-38.5-25.7c-9-6-16.6-13.7-22.4-22.6c-4.9-7.4-14.8-9.4-22.2-4.6s-9.4 14.8-4.6 22.2c8.1 12.3 18.7 23.1 31.4 31.6l38.5 25.7c18.4 12.3 40 18.8 62.1 18.8H384c35.3 0 64-28.7 64-64l0-.6c19.1-11.1 32-31.7 32-55.4c0-8.7-1.8-17.1-4.9-24.7C487.9 323.6 496 306.8 496 288c0-6.5-1-12.8-2.8-18.7C504.8 257.7 512 241.7 512 224c0-35.3-28.7-64-64-64H346.4c6.2-13.1 11.3-26.7 15.1-40.9l4.5-16.4c8.1-29.8-9.5-60.6-39.3-68.8s-60.6 9.5-68.8 39.3l-4.5 16.4c-8.9 32.6-29.6 60.8-58.2 79l-3.1 2c-11.8 7.5-21.7 17.1-29.5 28.2c-5.1 7.2-3.3 17.2 4 22.3s17.2 3.3 22.3-4c5.4-7.7 12.2-14.4 20.4-19.5l3.1-2c35.3-22.4 60.9-57.2 71.9-97.5l4.5-16.4zM32 224H96V448H32V224zM0 224V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z' fill='%23059669' /%3E%3C/svg%3E");
    color:#059669;
    background-position: 10% 30%;
    
}
.pros-cons-block.cons-block::before{
    content: 'Cons';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M288.8 430.3c3.5 12.8 16.7 20.3 29.5 16.8s20.3-16.7 16.8-29.5l-4.5-16.4c-5.5-20.2-13.9-39.3-24.7-56.9c-3.1-4.9-3.2-11.1-.4-16.2s8.2-8.2 14-8.2H448c17.7 0 32-14.3 32-32c0-11.3-5.9-21.3-14.8-27c-7.2-4.6-9.5-13.9-5.3-21.3c2.6-4.6 4.1-10 4.1-15.7c0-12.4-7-23.1-17.3-28.5c-4.2-2.2-7.3-6.1-8.3-10.8s.1-9.5 3-13.2c4.2-5.4 6.7-12.2 6.7-19.5c0-14.2-9.2-26.3-22.1-30.4c-7.8-2.5-12.4-10.6-10.7-18.6c.5-2.2 .7-4.5 .7-6.9c0-17.7-14.3-32-32-32H294.5c-15.8 0-31.2 4.7-44.4 13.4l-38.5 25.7c-9 6-16.6 13.7-22.4 22.6c-4.9 7.4-14.8 9.4-22.2 4.6s-9.4-14.8-4.6-22.2c8.1-12.3 18.7-23.1 31.4-31.6l38.5-25.7c18.4-12.3 40-18.8 62.1-18.8H384c35.3 0 64 28.7 64 64l0 .6c19.1 11.1 32 31.7 32 55.4c0 8.7-1.8 17.1-4.9 24.7C487.9 188.4 496 205.2 496 224c0 6.5-1 12.8-2.8 18.7C504.8 254.3 512 270.3 512 288c0 35.3-28.7 64-64 64H346.4c6.2 13.1 11.3 26.7 15.1 40.9l4.5 16.4c8.1 29.8-9.5 60.6-39.3 68.8s-60.6-9.5-68.8-39.3l-4.5-16.4c-8.9-32.6-29.6-60.8-58.2-79l-3.1-2 8.2-12.9-8.2 12.9c-11.8-7.5-21.7-17.1-29.5-28.2c-5.1-7.2-3.3-17.2 4-22.3s17.2-3.3 22.3 4c5.4 7.7 12.2 14.4 20.4 19.5l3.1 2c35.3 22.4 60.9 57.2 71.9 97.5l4.5 16.4zM32 352H96V128H32V352zM0 352V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z' fill='%23b91c1c'/%3E%3C/svg%3E");
    color:#b91c1c;
    background-position: 10% 60%;
}
blockquote.review-block.small,
.pros-cons-block blockquote.review-block{
    margin:0;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 1.5em 1.5em 1.5em 3.5em;
}
blockquote.review-block.small:before,
.pros-cons-block blockquote.review-block:before,
blockquote.review-block.small:after,
.pros-cons-block blockquote.review-block:after{
    opacity: 0.1;
}
/* blockquote.review-block.small:after,
.pros-cons-block blockquote.review-block:after{
    display: none;
} */
blockquote.review-block.small p,
.pros-cons-block blockquote.review-block p{
    margin-bottom:0;
}
blockquote.review-block.small cite,
.pros-cons-block blockquote.review-block cite{
    flex-direction: row;
    gap:10px;
    flex-direction: row-reverse;
}
blockquote.review-block p{
    margin-bottom:20px;
}
blockquote.review-block{
    position: relative;
    padding: 4em 4em 3.3em;
    margin: 4em 0;
}
blockquote.review-block.narrow{
    padding: 2em 2em 1.5em;
    margin: 2em 0;
}
blockquote.review-block.narrow h2{
    font-size: 1.5em;
    margin: 0;
}

blockquote.review-block::after,
blockquote.review-block::before{
    content:'\f10d'; /* quote icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3em;
    position: absolute;
    left: 0;
    top: 0;
    color: #2f71e4;
}
blockquote.review-block.narrow::after,
blockquote.review-block.narrow::before{
    font-size: 1.5em;
}
blockquote.review-block.narrow p{
    margin-bottom: 10px;
}
blockquote.review-block::after{
    content:'\f10e';
    left:auto;
    top:auto;
    bottom: 0;
    right: 0;

}
blockquote.review-block cite{
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin-top: 1em;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-style: normal;
    gap: 2px;
    margin-top: 0;
}
.star-title{
    display: flex;
}
.star-title.star-title-end{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.star-title.star-title-end:before{
    margin-right:0;
    margin-left: 5px;
}
.star-title:before{
    display:block;
    font-weight: bold;
    margin-right: 5px;
    margin-top: -2px;
}

.star-title:before,
blockquote.review-block cite::before{
    font-family: "Font Awesome 5 Free";
    color: #fcd34c;
}
.star-title.star-5:before,
blockquote.review-block.star-5 cite::before{
    content:'\f005 \f005 \f005 \f005 \f005';
}
.star-title.star-45:before,
blockquote.review-block.star-45 cite::before{
    content:'\f005 \f005 \f005 \f005 \f089';
}
.star-title.star-4:before,
blockquote.review-block.star-4 cite::before{
    content:'\f005 \f005 \f005 \f005';
}
.star-title.star-35:before,
blockquote.review-block.star-35 cite::before{
    content:'\f005 \f005 \f005 \f089';
}
.star-title.star-3:before,
blockquote.review-block.star-3 cite::before{
    content:'\f005 \f005 \f005';
}
.star-title.star-25:before,
blockquote.review-block.star-25 cite::before{
    content:'\f005 \f005 \f089';
}
.star-title.star-2:before,
blockquote.review-block.star-2 cite::before{
    content:'\f005 \f005';
}
.star-title.star-15:before,
blockquote.review-block.star-15 cite::before{
    content:'\f005 \f089';
}
.star-title.star-1:before,
blockquote.review-block.star-1 cite::before{
    content:'\f005';
}
.star-title.star-05:before,
blockquote.review-block.star-05 cite::before{
    content:'\f089';
}


/* Reviews star rating block */
.reviews-star-rating-block{
    border: 1px solid #dadada;
    padding: 10px;
    border-radius: 5px;
}
.reviews-star-rating-block .wp-block-columns{
    gap: 1em;
}
/* image block */
.reviews-star-rating-block .wp-block-columns:first-child .wp-block-column:first-child {
    flex-basis: 20%;
    display: flex;
    align-items: center;
}
.reviews-star-rating-block .wp-block-columns:first-child .wp-block-column:first-child figure {
    margin:0;
}
.reviews-star-rating-block .wp-block-columns:first-child .wp-block-column:first-child img {
    border-radius: 10px;
}
/* title & subtitle block */
.reviews-star-rating-block .wp-block-columns:first-child .wp-block-column:last-child {
    flex-basis: 80%;
}
/* title */
.reviews-star-rating-block .wp-block-columns:first-child .wp-block-column:last-child h2 {
    margin: 0;
}
/* subtitle */
.reviews-star-rating-block .wp-block-columns:first-child .wp-block-column:last-child p {
    margin: 0;
    font-size: 80%;
    line-height: 12px;
    border-radius: 10px;
}


/* star rating list block */
.reviews-star-rating-block ul{
    padding: 0; 
}
.reviews-star-rating-block ul li{
    list-style: none;
    padding-left: 30px;
    position: relative;
}
.reviews-star-rating-block ul li:before{
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #fcd34c;
    font-size: 80%;
}
.reviews-star-rating-block .wp-block-buttons {
    justify-content: center;
}
.reviews-star-rating-block .wp-block-button__link{
    background-color: #2F71E4;
}
.reviews-star-rating-block .wp-block-button__link:hover{
    background-color: #5b96fd;
    color: white;
}
@media (max-width: 1350px){
    .simpletoc{
        border: 1px solid #eaecee;
        line-height: 2;
        font-size: 15px;
        padding: 8px 30px;
        margin-top: 30px;
        margin-bottom: 50px;
        overflow: hidden;
        box-shadow: 0px 1px 10px -4px rgba(0,0,0,0.2);
    }
    .single-post-sidebar{
        display:none;
    }
}
@media (min-width: 1350px) {

    h2.simpletoc-title{
        margin: 0.5em 0 !important;
        font-size: 18px;
    }
    .simpletoc{
        position: absolute;
        left: auto;
        width: 300px;
        font-size: 12px;
        background: white;
        border: 1px solid #eaecee;
        list-style: decimal;
        padding: 16px 0 0;
        overflow: hidden;
        max-height: calc(100vh - 200px);
        min-height:400px;
        border-radius: 10px;
        box-shadow: 0px 1px 10px -4px rgba(0,0,0,0.2);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transform: translateX(-340px);
        transition: all 0.3s ease;
    }

    .simpletoc > *:not(.single-post-sidebar){
        padding: 0 0 0 16px !important;
    }
    .single-post-sidebar .widget_block{
        padding: 0 16px;
    }
    .single-post-sidebar .widget_block h3{
        font-size: 18px;
    }
    .simpletoc-list{
        margin-bottom:0;
        overflow-y: auto;
        max-height:300px;
        min-height:150px;
        width:90%;
    }
    
    .single-post-sidebar{
        margin-top:auto;
    }
    .widget-area.single-post-sidebar h2,
    .widget-area.single-post-sidebar h3{
        margin-top: 0.5em;
        line-height: 1.2;
    }
    .single-post-sidebar .try-hopper-banner{
        background: #eef3fc;
        padding: 16px;
    }
    .single-post-sidebar .try-hopper-banner .btn{
        padding: 12px 16px;
    }
    .single-post-sidebar .try-hopper-banner .stars{
        color: #fcd34c;
        gap:2px;
    }
    ul.simpletoc-list::-webkit-scrollbar {
        width: 16px;
    }
    .simpletoc-list ul{
        line-height: 20px;
        padding-left:10px;
    }
    .simpletoc-list ul ul::marker{
        content:'•';
    }
    .simpletoc-list li{
        margin-left:5px;
        margin-bottom: 10px;
        padding-left:0;
        font-size: 14px;
        line-height: 22px;
        font-weight:bold;
        /* text-wrap: nowrap; */
        overflow: hidden;
    }
    .simpletoc ul li{
    }
    .single.blogx .entry-content .simpletoc ul li a{
        color: #141414;
    }
    .simpletoc ul li a.active,
    .simpletoc ul li a:hover{
        color: #2F71E4 !important;
    }
    .single.blogx .entry-content .simpletoc-list li a:hover{
        color:#000000;
    }
    .single-post-sidebar .wp-block-scriptless-social-sharing-buttons .scriptlesssocialsharing__heading{
        font-weight: 100;
        margin-top: 1.5em;
        margin-bottom: 0.2em;
        font-size: 1.4em;
    }
    .single-post-sidebar .wp-block-scriptless-social-sharing-buttons .scriptlesssocialsharing__buttons{
        flex-wrap: nowrap;
        gap:10px;
    }
    .single-post-sidebar .wp-block-scriptless-social-sharing-buttons a.button{
        display:flex;
        flex-grow: 0;
        flex-basis: auto;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding:0;
        margin:0;
        background: #ffffff;
        color: #2F71E4;
        border-color:#eaecee;
        border-radius: 50%;    
    }
    .single-post-sidebar .wp-block-scriptless-social-sharing-buttons a.button:hover{
        background: #f5f7f9;
        color: black;
    }
    .single-post-sidebar .wp-block-scriptless-social-sharing-buttons .button .sss-name{
        display:none;
    }
    .single-post-sidebar .rate-wrapper{
        gap:4px;
        font-size:14px;
        font-weight:bold;
        color:#abb6c9;
    }
    .single-post-sidebar .hopper-socials{
        list-style:none;
        padding:0;
        margin:0;
        color:#abb6c9;
        gap:4px;
        padding:0 1em;
    }
    .simpletoc .single-post-sidebar .hopper-socials span{
        color:#abb6c9;
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    .simpletoc .single-post-sidebar .hopper-socials i.fa-youtube-shorts{
        width: 16px;
        height: 18px;
        display: flex;
        align-items: center;
    }
    .simpletoc .single-post-sidebar .hopper-socials i.fa-youtube-shorts{
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 98.94 122.88' style='enable-background:new 0 0 98.94 122.88' xml:space='preserve'%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23abb6c9;%7D%0A%5D%5D%3E%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M63.49,2.71c11.59-6.04,25.94-1.64,32.04,9.83c6.1,11.47,1.65,25.66-9.94,31.7l-9.53,5.01 c8.21,0.3,16.04,4.81,20.14,12.52c6.1,11.47,1.66,25.66-9.94,31.7l-50.82,26.7c-11.59,6.04-25.94,1.64-32.04-9.83 c-6.1-11.47-1.65-25.66,9.94-31.7l9.53-5.01c-8.21-0.3-16.04-4.81-20.14-12.52c-6.1-11.47-1.65-25.66,9.94-31.7L63.49,2.71 L63.49,2.71z M36.06,42.53l30.76,18.99l-30.76,18.9V42.53L36.06,42.53z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
    }
}

@media (max-width: 767px) {
    .blognav {padding-left: 9px;}
    .simpletoc{
        display:none;
    }
}

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

}


