/*
Theme Name: ClickCease Blog
Author: Eagleray Web
Author URI: http://eagleray.co.il/
Description: Custom Wordpress themes tailored for your needs.
Version: 1.0.1
Text Domain: eagleray
*/

:root {
    --brand-orange: #F1640F;
    --dark-gray: #77736F;
}

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    html, body {
        overflow-x: hidden;
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

em {
  font-style: italic;
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box;
}

input:focus {
    outline: none;
}

/* Global Rules */
.clear {
    clear: both;
}

.hidden {
    display: none;
}

:root {
    --black-color: #282421;
    --orange-color: #F1640F;
}

.text-orange {
    color: var(--orange-color);
}

/* == WordPress WYSIWYG Editor Styles == */

body {
    font-family: 'sofia-pro', sans-serif;
    font-size: 14px;
    font-size: 18px;
    line-height: 34px;
    background-color: #fff;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.mobile-only {
    display: none;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.post-content .alignleft,
.post-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.post-content .alignright,
.post-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.post-content .aligncenter,
.post-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.post-content .aligncenter {
  text-align: center;
}


.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.section {
    max-width: 1200px;
    padding: 70px 0;
    margin: 0 auto;
}

.section-title {
    font-size: 40px;
    font-weight: bold;
    color: var(--black-color);
    margin-bottom: 20px;
}



@media (max-width: 500px) {
    .section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 20px;
    }
}

.container--wide {
    max-width: 1350px;
}

/* Header */

.header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    height: 69px;
    position: sticky;
    box-shadow: 0 -36px 40px 7px #5c5c5c;
    border-bottom: 1px solid #F3F3F3;
}

.header .container {
    padding-left: 30px;
    padding-right: 30px;
}

.landing-page .primary-menu,
.landing-page .menu-item--home,
.landing-page .icons-nav:before,
.landing-page .menu--mobile-menu,
.landing-page .menu-item--search-form,
.landing-page .breadcrumbs,
.landing-page .article-section .post-tag {
    display: none !important;
}

.admin-bar .header {
    top: 32px;
}

.header .logo a {
    display: flex;
    align-items: end;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    color: var(--black-color);
    text-decoration: none;
}

.header .logo a span {
    margin-left: 3px;
}

@media (max-width: 781px) {
    .admin-bar .header {
        top: 0;
    }
}

@media (max-width: 500px) {
    .header .container {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.container--wide {
    max-width: 100%;
}

.icons-nav {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0;
    position: relative;
    padding-left: 25px;
}

.icons-nav .menu-item {
    list-style-type: none;
}

.icons-nav .menu-item--home {
    padding-right: 25px;
    border-right: 1px #626879 solid;
}

.icons-nav .menu-item:first-child {
    margin-left: 0;
}

.search-icon a {
    background: url('img/search-icon.html') scroll no-repeat 0 0;
    width: 16px;
    height: 16px;
}

.main-nav {
    padding: 0;
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-nav .menu-item {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.main-nav .menu-item:last-child {
    margin-right: 0;
}

.main-nav .menu-item.pink-button a {
    background: #FB275D;
    border: 1px solid #FB275D;
    font-size: 14px;
    font-weight: 300;
    width: 116px;
    height: auto;
    padding: 9px 0 6px;
    line-height: initial;
    text-align: center;
}

.main-nav .menu-item.pink-button a:hover {
    background: rgba(228, 66, 88, 0.8);
}

.button-brand,
.main-nav .menu-item.cta-button a {
    color: #282421;
    background: #FFFFFF;
    border: 1px solid #282421;
    border-radius: 68px;
    font-size: 18px;
    font-weight: 300;
    width: auto;
    height: auto;
    padding: 6px 18px 8px;
    line-height: initial;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    margin: 0 7px;
    transition: all 0.2s;
}

a.orange-btn {
    color: #fff;
    background: #fc6723;
    border: 1px solid #fc6723;
}

a.orange-btn:hover {
    background-color: #ea5b1a;
    color: #fff;
}

.button-brand:hover,
.main-nav .menu-item.cta-button a:hover {
    background: inherit;
    color: inherit;
}

.button-brand--transparent,
.main-nav .menu-item.button-brand--transparent a {
    color: #323338;
    background: transparent;
}

.button-brand--transparent:hover,
.main-nav .menu-item.button-brand--transparent a:hover {
    color: #323338;
    background: transparent;
}


/*Category Menu Header*/
.primary-menu {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-left: 0;
    flex-wrap: wrap;
}

.menu--mobile-menu {
    padding: 0;
    border-bottom: 1px solid #E6E9EF;
    list-style: none;
    text-align: center;
    display: block;
    height: auto;
    max-height: 40vh;
    overflow-y: scroll;
}

.menu__list {
    list-style-type: none;
    margin-right: 40px;
    position: relative;
}

.menu__item,
.menu-item--home a {
    position: relative;
    transition: all 0.25s ease-in-out;
    color: var(--black-color);
    padding: 10px 0;
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    border: 1px solid transparent;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.15s linear;
}

.menu-item--home a {
    color: #282421;
    text-decoration: none;
    font-size: 18px;
}

.menu__list:hover > .menu__item,
.menu-item--home a:hover,
.menu__item.active {
    color: #000;
    color: #F1640F;
}

.menu-item--search-form {
    width: 210px;
    margin: 0 20px 0 25px;
}

.menu__arrow {
    margin-left: 10px;
    transition: all 0.15s linear;
    width: 12px;
    height: 12px;
}

.menu__list:hover .menu__arrow {
    transform: rotate(180deg);
}

.menu__list:hover .menu__arrow path {
    stroke: #F1640F;
}

.submenu {
    background: #fff;
    opacity: 0;
    padding-top: 20px;
    position: absolute;
    transition: opacity 0.1s ease-in-out;
    margin: 0 0 -30px;
    padding: 6px 0 0;
    pointer-events: none;
    left: -32px;
    border-radius: 5px;
}

.submenu__title {
    font-size: 16px;
    padding-left: 45px;
    padding-bottom: 10px;
    min-width: 300px;
}

@media (max-width: 1040px) {
    .primary-menu {
        display: none;
    }
}

@media (max-width: 1135px) {
    .menu__list {
        margin-right: 0;
    }

    .icons-nav {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .menu--desktop-menu .collapse {
        display: block;
    }

    .menu__list:hover .menu__item + .submenu,
    .menu__list .menu__item[aria-expanded=true] + .submenu {
        height: auto;
        opacity: 1;
        pointer-events: all;
    }

    .submenu {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        margin: 10px 0 0;
    }

    .menu__item, .menu-item--home a {
        padding: 30px 0;
        border-top-color: #fff;
    }

    .home .section.explore-section {
        margin-top: -100px;
    }
}

.submenu .menu__list {
    border-bottom: 1px solid #E6E9EF;
    margin: 0;
}

.submenu .menu__list:last-child {
    border: 0;
}

.submenu .menu__item {
    padding: 0px 45px;
    font-size: 16px;
    padding: 0px 15px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    line-height: 45px;
}

.logo-image {
    width: 190px;
    max-width: 100%;
    height: auto;
}

.rnd-blog .logo-image {
    height: 38px;
}

a.dapulse_link svg {
    fill: #333;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

a.dapulse_link g#mondaySvg, a.blog_link g#blogSvg {
    fill: #333;
    transition: all .2s;
}

a.dapulse_icon {
    display: inline-block;
    width: 28px;
    height: 18px;
    vertical-align: middle;
    line-height: 0;
    margin-right: 4px;
}

a.dapulse_link {
    display: inline-block;
    width: 117px;
    height: 33px;
    vertical-align: middle;
    line-height: 0;
}

a.blog_link {
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
    width: 46px;
    height: 18px;
    line-height: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    left: 4px;
}

.toggle-mobile-menu {
    width: auto;
    padding: 0 15px;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
    border: 0;
    position: relative;
}

.navbar-toggler-icon svg {
    width: 30px;
    height: 30px;
}

.header-dropdown {
    background: #fff;
    position: relative;
    top: 1px;
    width: 100%;
    z-index: 50;
    box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
}

.header-dropdown .button-brand {
    font-size: 16px;
    padding-left: 37px;
    padding-right: 37px;
}

.header-dropdown__container {
    padding: 20px 0 0;
}

.search-form {
    display: flex;
    width: 100%;
}

.header-dropdown .search-form {
    max-width: 1085px;
    margin: 0 auto;
    padding: 0px 30px 20px;
}

.search-input {
    max-width: 170px;
    height: 43px;
    border: 1px solid #707070;
    border-radius: 24px 0 0 24px;
    font-size: 16px;
    color: #676879;
    padding: 0 20px;
    background-color: #fff;
    border-right: 0;
    font-weight: 300;
    line-height: 40px;
    flex: 1;
}

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
    font-size: 16px;
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 16px;
}

.header-dropdown .search-input {
    width: calc(100% - 50px);
    box-shadow: none;
    background: #fff;
    border: 1px solid #282421;
    border-right: 0;
}

.search-submit {
    display: inline-block;
    width: 45px;
    height: 43px;
    border-radius: 0 24px 24px 0;
    border: 1px solid #707070;
    border-left: 0;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
}

.search-submit svg {
    fill: #707070;
    margin-right: 10px;
    margin-top: -5px;
}

.header-dropdown .search-submit {
    border: 1px solid #282421;
    margin-left: -1px;
    border-left: 0;
}

@media (min-width: 768px) and (max-width: 1130px) {
    .menu-item--search-form {
        width: 150px;
        margin: 0 40px 0 30px;
    }

    .menu-item--search-form .search-input {
        max-width: 150px;
    }

    .menu__list {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .header {
        height: 70px;
        box-shadow: none;
        border-bottom: 1px solid #E6E9EF;
    }

    .header-dropdown__container {
        width: 100%;
    }

    .header-dropdown .search-form {
        padding: 0 20px 20px;
    }

    .main-nav .menu-item.pink-button a {
        font-size: 13px;
        width: 100px;
        padding: 9px 0 8px 0;
    }

    .main-nav .menu-item {
        margin-right: 14px;
    }

    .logo-image {
        max-width: 150px;
    }

    .menu__list {
        display: block;
        text-align: left;
        padding: 0 20px;
        margin: 0;
        border-top: 1px solid #E6E9EF;
    }

    .menu__item {
        display: block;
        font-size: 18px;
        line-height: 60px;
        text-align: left;
        letter-spacing: -0.3px;
        color: var(--black-color);
        width: 100%;
        border: 0;
        padding: 0;
    }

    .menu__list:hover .menu__arrow {
        transform: rotate(0);
    }

    .menu__list .menu__item[aria-expanded="true"] .menu__arrow,
    .menu__list:hover .menu__item[aria-expanded="true"] .menu__arrow {
        transform: rotate(180deg);
    }

    .menu__list:hover .menu__arrow path,
    .menu__list .menu__item[aria-expanded="true"] path {
        stroke: var(--orange-color);
    }

    .submenu {
        background: #F9F6F3;
        border-top: 1px solid #E6E9EF;
        border-bottom: 1px solid #E6E9EF;
        opacity: 1;
        pointer-events: all;
        left: 0;
        position: relative;
        margin: 0;
        padding: 0;
        transition: height .35s ease;
    }

    .submenu .menu__list {
        margin: 0;
        border-color: #E2DBD9;
        border-top: 0;
    }

    .submenu .menu__item {
        line-height: 26px;
        padding: 18px 0;
        font-size: 18px;
        font-weight: 300;
        color: var(--black-color);
    }

    .header .logo {
        order: 1;
    }

    .icons-nav,
    .mobile-toggles-wrapper {
        flex: 1;
        order: 2;
        max-width: 50px;
        justify-content: center;
    }

    .icons-nav {
        display: none;
    }

    .icons-nav::before {
        display: none;
    }

    .menu-item--home {
        display: flex;
        align-items: center;
    }

    .menu-item--home a {
        font-size: 18px;
        line-height: 22px;
        padding: 20px 5%;
        width: 100%;
        border-bottom: 1px solid #E6E9EF;
    }

    .header-dropdown .search-submit {
        background-color: #fff;
        order: 2;
    }

    .header-dropdown .search-input {
        max-width: 100%;
        line-height: 42px;
        order: 1;
    }

    .show-navbar {
        display: flex !important;
    }

    .show-navs-list {
        display: block !important;
        width: 110%;
        margin: 0 -5%;
        padding: 0 5%;
    }

    #mobile-navbar .button-brand {
        max-width: 275px;
        width: 100%;
        display: inline-block !important;
        height: 40px;
    }

    #mobile-navbar .cta-button-first {
        padding-top: 45px;
        padding-bottom: 20px;
    }

    #mobile-navbar .cta-button-second {
        padding-bottom: 65px;
    }

    #menu-mobile a:hover {
        color: #f1640f;
    }
}

@media (max-width: 370px) {
    .menu--mobile-menu {
        max-height: 405px;
    }

    footer {
        background-color: red;
    }
}

@media (max-width: 330px) {
    .menu--mobile-menu {
        max-height: 345px;
    }
}

/* Search box for header */
.search-box {
    height: 0;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 0;
    transition: height 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.search-box__title {
    font-size: 16px;
    line-height: 48px;
    letter-spacing: -0.3px;
    color: #C4C4C4;
    width: 100%;
    font-weight: 300;
}

.search-box .search-form {
    margin: 0;
}

.search-box .search-input,
.search-box .search-submit {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #323338;
    border-radius: 0;
    height: 35px;
    padding: 0;
}

.search-box .search-input {
    width: 550px;
    color: #323338;
}

.search-box .search-input:focus {
    outline: none;
}

.search-box .search-submit {
    width: 20px;
}

.search-box .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #323338;
    opacity: 1; /* Firefox */
    font-size: 16px;
}

.search-box .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #323338;
    font-size: 16px;
}

.search-box .search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #323338;
    font-size: 16px;
}

.search-box-overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.15s linear;
}

.search-box__container {
    opacity: 0;
    top: 0;
    transition: opacity 0.15s linear 0.25s;
    position: absolute;
}

.close-icon {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 18px;
    cursor: pointer;
    height: 18px;
    transition: transform 0.2s linear;
}

.close-icon:hover {
    transform: rotate(180deg);
}

.close-icon:before,
.close-icon:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 18px;
    width: 1px;
    background-color: #323338;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.search-box--active {
    position: relative;
}

.search-box--active .search-box-overlay {
    background-color: rgba(50, 51, 56, 0.3);
    z-index: 1000;
}

.search-box--active .search-box {
    height: 400px;
    position: fixed;
}

.search-box--active .search-box__container {
    opacity: 1;
    top: auto;
    position: relative;
}

/* Post items */
.post-item .box__cat {
    font-size: 16px;
    color: var(--orange-color);
    text-decoration: none;
}

.hero-post .box__title {
    font-size: 40px;
    line-height: 51px;
    font-weight: bold;
    margin-top: 0 !important;
}

.hero-posts .post-item .box__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 0 !important;
}

.hero-posts .post-item:last-child {
    margin-top: 60px;
}

.post-item .box__title a {
    text-decoration: none;
    color: var(--black-color);
    transition: all 0.2s;
}

.post-item .box__title a:hover {
    color: #9a9a9a;
}

.post-item p {
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
    color: var(--black-color);
}

.hero-posts__box .box__meta {
    margin-top: 6px;
}

.post-item .box__meta {
    font-size: 16px;
}

.post-item .box-image-holder img {
    box-shadow: 0px 0px 30px #3900002F;
    border-radius: 10px;
    image-rendering: -webkit-optimize-contrast;
}

.hero-post__box {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .hero-intro .hero-post {
        padding-right: 35px;
    }
}

/* Find by categoty */
.category-nav {
    padding: 30px 5% 0;
    justify-content: center;
}

.category-nav a.nav-link {
    max-width: 200px;
    color: var(--black-color);
    background: #EBEBEB;
    border-radius: 68px;
    font-size: 20px;
    font-weight: 300;
    padding: 6px 18px 8px;
    line-height: initial;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    margin: 15px;
    transition: all 0.2s;
}

.category-nav a.nav-link:hover {
    color: #ffffff;
    background: var(--orange-color);
}

.category-nav a.active-cat {
    color: #ffffff;
    background: var(--orange-color);
}

@media (max-width: 500px) {
    .category-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }

    .category-nav a.nav-link {
        font-size: 14px;
        margin: 5px;
    }
}

/* Footer sections */
footer {
    background-color: #FBF8F6;
}

.footer-header {
    padding-top: 90px;
}

.footer-header h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--black-color);
}

.footer-header p {
    font-size: 22px;
    font-weight: 300;
    color: var(--black-color);
    margin: 20px auto 30px;
}

.footer-header a.orange-btn {
    display: inline-block;
    padding: 13px 35px;
}

.footer-main {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-text-about {
    font-size: 15px;
    font-weight: normal;
    color: #5A5A5A;
    line-height: 24px;
}

.footer-text-about p {
    margin: 10px 0;
}

footer h5 {
    font-size: 20px;
    font-weight: bold;
    color: var(--black-color);
}

footer .navbar-nav {
    padding-top: 20px;
}

footer .nav {
    padding-top: 30px;
}

footer .navbar-nav .menu-item {
    padding-bottom: 10px;
}

footer .navbar-nav .menu-item:last-child {
    padding-bottom: 0;
}

footer .navbar-nav .menu-item a {
    font-size: 16px;
    color: var(--black-color);
    text-decoration: none;
    font-weight: 300;
    transition: all 0.2s;
}

footer .navbar-nav .menu-item a:hover {
    color: var(--orange-color);
}

footer .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    color: #33313C !important;
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    border: 1px #33313C solid;
    border-radius: 20px;
    text-align: left;
    padding: 2px 18px !important;
    transition: all 0.2s;
    line-height: 33px;
}

footer .nav .nav-item .nav-link:hover {
    background-color: #eaded8;
}

footer .nav .nav-item .nav-link svg {
    margin-right: 10px;
}

.under-footer {
    color: var(--black-color);
    font-size: 12px;
    font-weight: 300;
}

.under-footer .list-group a {
    text-decoration: none;
    color: var(--black-color);
    padding-right: 15px;
}

.under-footer a:hover {
    color: var(--orange-color);
}

.copyright {
    padding: 0 15px;
    margin-right: -40px;
}

.download-links a {
    height: 33px;
    padding: 0 8px;
}

.under-footer .social-list {
    height: 34px;
    padding-top: 0;
    column-gap: 10px;
}

.under-footer .social-list li {
    margin-left: 0 !important;
}

.under-footer .social-list .social-item {
    height: 25px;
    width: 25px;
    overflow: hidden;
}

.app-download-title,
.social-links-title {
    display: none;
    font-size: 20px;
    font-weight: bold;
}

.text-protection {
    display: none;
    font-size: 15px;
    font-weight: 200;
    color: #77736F;
    text-align: center;
    padding: 20px 5%;
}

@media (max-width: 1190px) and (min-width: 501px) {
    .footer-list .got-a-question {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-list .footer-item:first-child {
        width: 33% !important;
    }

    .footer-list .nav-col {
        width: 22%;
    }

    .footer-list .got-a-question .nav {
        flex-direction: row !important;
    }

    .footer-list .got-a-question .nav li {
        margin: 0 10px;
    }
}

@media (max-width: 1150px) and (min-width: 841px) {
    .under-footer .footer-links,
    .under-footer .social-downloads {
        width: 50% !important;
    }
}

@media (max-width: 1150px) {
    .copyright {
        margin-right: 0;
    }
}

@media (max-width: 840px) and (min-width: 501px) {
    .under-footer {
        flex-direction: column;
    }

    .under-footer .container {
        flex-direction: column;
    }

    .under-footer .container .footer-links {
        order: 2;
    }

    .under-footer .social-downloads,
    .under-footer .footer-links {
        flex-direction: column;
    }

    .app-download-title,
    .social-links-title {
        display: inline-block;
    }

    .social-downloads {
        align-items: flex-start !important;
    }

    .under-footer .social-links {
        display: flex;
        padding: 15px 0;
        border-top: 2px #E2DBD9 solid;
        width: 100%;
        border-bottom: 2px #E2DBD9 solid;
        justify-content: space-between;
    }

    .under-footer .download-links {
        padding: 15px 0;
        border-top: 2px #E2DBD9 solid;
        width: 100%;
        justify-content: space-between;
    }

    .under-footer .download-links div {
        column-gap: 8px;
    }

    .under-footer .download-links a {
        padding: 0 !important;
    }

    .under-footer .list-group {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .under-footer .list-group a {
        border-right: 1px var(--black-color) solid;
    }

    .under-footer .list-group li:last-child a {
        border-right: none;
    }

    .under-footer .copyright {
        order: 2;
    }

    .under-footer .text-protection {
        display: inline-block;
        order: 1;
    }

    .under-footer .footer-links,
    .under-footer .social-downloads {
        width: 100% !important;
    }

    .border-top {
        border-top: none !important;
    }

    .copyright {
        margin-right: 0;
    }

    .under-footer .list-group a {
        padding-left: 15px;
    }
}

@media (max-width: 500px) {
    footer {
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 80%, rgba(251, 248, 246, 1) 100%);
    }

    .footer-header h2 {
        font-size: 25px;
        padding: 0 5%;
    }

    .footer-header {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .footer-header p {
        font-size: 20px;
        font-weight: 200;
        padding: 0 5%;
    }

    footer .nav-col {
        max-width: 33.33% !important;
    }

    .footer-list {
        padding-top: 0 !important;
    }

    .footer-list .footer-item:first-child {
        order: 5;
    }

    .got-a-question {
        text-align: center;
        padding-top: 30px;
    }

    .got-a-question ul {
        max-width: 220px;
        margin: 0 auto;
    }

    .footer-text-about {
        font-size: 16px;
        font-weight: 200;
    }

    footer .nav .nav-item .nav-link {
        justify-content: center;
    }

    .under-footer {
        flex-direction: column;
    }

    .under-footer .container {
        flex-direction: column;
    }

    .under-footer .container .footer-links {
        order: 2;
    }

    .under-footer .social-downloads,
    .under-footer .footer-links {
        flex-direction: column;
    }

    .border-top {
        border-top: none !important;
    }

    .app-download-title,
    .social-links-title {
        display: inline-block;
    }

    .social-downloads {
        align-items: flex-start !important;
    }

    .under-footer .social-links {
        display: flex;
        padding: 15px 0;
        border-top: 2px #E2DBD9 solid;
        width: 100%;
        border-bottom: 2px #E2DBD9 solid;
        justify-content: space-between;
    }

    .under-footer .download-links {
        padding: 15px 0;
        border-top: 2px #E2DBD9 solid;
        width: 100%;
        justify-content: space-between;
    }

    .under-footer .list-group {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .under-footer .list-group a {
        border-right: 1px var(--black-color) solid;
    }

    .under-footer .list-group li:last-child a {
        border-right: none;
    }

    .under-footer .copyright {
        order: 2;
    }

    .under-footer .text-protection {
        display: inline-block;
        order: 1;
    }

    .copyright {
        margin-right: 0;
    }

}

/* Featured slider */
.featured-posts {
    margin-top: 15px;
}

.featured-posts .slick-list {
    margin: 0 -10px;
}

.featured-slides {
    padding: 0 40px;
}

.featured-slides.slick-slider {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.featured-slides .slick-slide {
    margin: 0 12px;
}

.featured-slides .slick-list {
    margin: 0 -12px;
}

.featured-slide__image-holder {
    height: 328px;
    display: block;
}

.slick-slider .featured-slide {
    padding-left: 0;
    padding-right: 0;
}

.featured-slide__image {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slide-arrow {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    position: absolute;
    z-index: 10;
    top: 23%;
    text-indent: -9999px;
    border: 0;
    background: url('img/slider-arrow.html') no-repeat center scroll #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    padding: 0;
    transition: box-shadow linear 0.3s;
}

.featured-slides .slide-arrow {
    top: 25%;
}

.slide-arrow--prev {
    left: 5px;
    background-position: 27px 23px;
}

.slide-arrow--next {
    right: 5px;
    transform: rotate(-180deg);
    background-position: 27px 23px;
}

.featured-slides .slide-arrow--prev {
    left: -35px;
}

.featured-slides .slide-arrow--next {
    right: -35px;
}

.slide-arrow:hover {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

.slide-arrow:focus,
.slide-arrow:active {
    outline: none;
    border: 0;
}

@media (max-width: 1400px) {
    .featured-slides .slide-arrow {
        width: 50px;
        height: 50px;
        background-position: 18px 14px;
        background-size: 21%;
        top: 26%;
    }

    .featured-slides .slide-arrow--prev {
        left: -20px;
    }

    .featured-slides .slide-arrow--next {
        right: -20px;
    }
}

@media (max-width: 1199px) {
    .featured-slide__image-holder {
        height: 290px;
    }
}

@media (max-width: 991px) {
    .featured-slide__image-holder {
        height: 236px;
    }

    .featured-slides .slide-arrow {
        top: 22%;
    }
}

@media (max-width: 767px) {
    .featured-slide__image-holder {
        height: 195px;
    }

    .featured-slides .box__meta {
        display: none;
    }
}

@media (max-width: 767px) {
    .featured-slides {
        padding: 0;
    }

    .featured-slides .featured-slide {
        max-width: 285px;
    }

    .featured-slide__image-holder {
        height: 150px;
    }

    .featured-slides .featured-slide__image-holder {
        height: 145px;
    }

    .featured-posts .slick-list {
        margin: 0 -5px;
    }

    .featured-slides .slick-list {
        margin: 0;
    }

    .featured-slides .slick-slide {
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    .featured-slide__image-holder {
        height: 277px;
    }

    .featured-slide {
        margin-top: 20px;
    }

    .featured-slides-wrapper {
        margin-left: 5%;
        width: 97%;
    }

    .featured-slides-wrapper .featured-slides {
        margin-left: -5%;
    }
}

@media (max-width: 500px) {
    .featured-slides-wrapper {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .featured-slide__image-holder {
        height: 198px;
    }
}

@media (max-width: 370px) {
    .featured-slide__image-holder {
        height: 173px;
    }
}

/* Hero Post */
@media (max-width: 500px) {
    .container--wide {
        padding: 0 5%;
    }

    .hero-post {
        margin-top: -40px;
    }

    .hero-post .box-image-holder {
        display: block;
        margin: 0 -5%;
    }

    .hero-post .box__title {
        font-size: 30px;
        line-height: 38px;
    }

    .hero-post .box-image-holder img {
        box-shadow: none;
        border-radius: 0;
    }

    .hero-post p {
        font-size: 18px;
        font-weight: 200;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
                line-clamp: 3; 
        -webkit-box-orient: vertical;
    }

    .hero-post .box__meta {
        font-size: 13px;
    }

    .hero-intro .slick-track .box {
        margin-top: 8px;
    }

    .hero-intro .slick-track .box .box__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .hero-intro .slick-track .box .box__meta {
        display: block;
        font-size: 14px;
    }
}

/* Explore more section */
.posts-section .post-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    padding: 50px 0 0;
}

.category .posts-section .post-items {
  padding: 0;
}

.posts-section .box-item {
    max-width: 350px;
    padding-bottom: 115px;
    margin: 0 auto;
}

.posts-section .hero-post__box {
    margin-top: 10px;
}

.posts-section .box__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 !important;
}

.posts-section .box__meta {
    color: #969696;
    padding-top: 12px;
}

.posts-section .box__meta .author-post {
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
}

.posts-section .post-item .box-image-holder {
    display: flex;
    /*align-items: center; */
    justify-content: center;
    /* max-height: 207px; */
    height: 196px;
    max-width: 362px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 30px #3900002F;
    border-radius: 10px;
}
@media (max-width: 1199px) {
  .posts-section .post-item .box-image-holder {
    height: 170px;
  }
}
@media (max-width: 991px) {
  .posts-section .post-item .box-image-holder {
    height: 145px;
  }
}
@media (max-width: 500px) {
  .posts-section .post-item {
    width: 100%;
  }
  .posts-section .post-item .box-image-holder {
    height: 85px;
    max-width: 157px;
    flex: 50% 0 0;
  }
}
@media (max-width: 340px) {
  .posts-section .post-item .box-image-holder {
    max-width: 135px;
  }
}

.posts-section .post-item .box-image-holder img {
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.posts-section .post-item .box-image-holder img:hover {
   /* transform: scale(1.2); */
}

.post-pagination {
    width: 100%;
    justify-content: center;
    font-size: 20px;
    font-weight: 200;
}

.post-pagination li {
    margin: 0 10px;
}

.post-pagination a {
    color: var(--black-color);
    text-decoration: none;
    transition: all 0.2s;
}

.post-pagination a:hover {
    color: var(--orange-color);
}

.post-pagination .active-p-link {
    color: var(--orange-color);
}

.pagination-arrow svg {
    margin-top: -3px;
}

.excerpt_part {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

@media (max-width: 1150px) {
    .posts-section .post-item {
        padding: 0 2%;
    }
}

@media (max-width: 768px) {
    .popular-section .slick-track .post-item {
        padding: 0;
    }
}

@media (max-width: 570px) and (min-width: 501px) {
    .explore-section .post-items {
        justify-content: center;
    }

    .explore-section .post-items .post-item .box-item {
        padding-bottom: 65px;
    }
}

@media (max-width: 500px) {
    .explore-section {
        width: 110%;
        margin-left: -5%;
    }

    .explore-section .section-title {
        justify-content: left !important;
        margin-bottom: 10px;
    }

    .explore-section .post-item {
        max-width: 100%;
    }

    .explore-section .box-item {
        display: flex;
        max-width: 100%;
        padding: 20px 0;
    }

    .explore-section .post-item .box-image-holder {
        /* max-height: none;
        width: 48%; */
    }

    .explore-section .post-item .hero-post__box {
        /* width: 52%;
        padding-left: 4%; */
        padding-left: 20px;
        margin-top: 0;
        width: 100%;
    }

    .explore-section .box__cat {
        font-size: 13px;
        line-height: 13px;
        padding-bottom: 5px;
    }

    .explore-section .post-item .box__cat {
        margin-top: 0 !important;
    }

    .explore-section .hero-post__box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .explore-section .box__title {
        font-size: 15px;
        line-height: 20px;
    }

    .explore-section .post-items,
    .explore-section .section-title {
        padding: 0 5% !important;
    }

    .posts-section .post-items {
        padding: 0;
    }

    .posts-section .post-item {
        padding: 0;
    }

    .post-pagination {
        margin-top: 40px;
    }

    .popular-section .post-item {
        max-width: 285px;
    }
}

/* Search result */
.resualt-search .heading-wrapper h2 {
    font-size: 30px;
}

.resualt-search .section {
    padding: 10px 0 0;
}

.resualt-search .heading-wrapper {
    position: relative;
}

.resualt-search .heading-wrapper .heading-nav {
    position: absolute;
    left: 24px;
}


@media (max-width: 500px) {
    .resualt-search {
        padding: 20px 5% 60px;
    }

    .resualt-search .heading-wrapper .heading-nav {
        position: inherit;
        left: 0;
        display: block;
        text-align: center;
    }

    .resualt-search .post-item {
        margin: 40px auto 0;
    }

    .resualt-search .posts-section .box-item {
        padding-bottom: 10px;
    }
}

/* Single */
.post-wrapper {
    padding-top: 55px;
}

.post-wrapper--with-social-icons {
    position: relative;
}

.article-section {
    position: relative;
}

.article-section__container {
    max-width: 670px;
    padding-bottom: 70px;
    position: relative;
}

.desktop-only.author-social-media {
    position: absolute;
    right: 10px;
    z-index: 0;
    height: 100%;
}

.desktop-only.author-social-media--left {
    right: auto;
    left: -17.4%;
    padding-bottom: 155px;
}

.breadcrumbs {
    color: var(--dark-gray);
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 16px;
}

.breadcrumbs a {
    color: var(--dark-gray);
    text-decoration: none;
}

.breadcrumbs__sep {
    margin-right: 1px;
}

.post-title {
    font-weight: 600;
    font-size: 41px;
    line-height: 55px;
    color: #282421;
    margin: 0;
    letter-spacing: -0.25px;
}

.post-meta {
    margin: 50px 0 35px;
    color: #282421;
}

.post-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-weight: 300;
    font-size: 12px;
    line-height: normal;
}

.post-meta__separator {
    margin: 0 1px;
}

.post-meta__author {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.post-meta__tags {
    margin-left: 20px;
    position: relative;
    bottom: -14px;
}

.post-tag {
    display: flex;
    flex-wrap: wrap;
}

.post-tag__list {
    margin-right: 13px;
    margin-bottom: 16px;
}

.post-tag__item {
    color: #282421;
    display: block;
    background-color: #ebebeb;
    border-radius: 16px;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.post-tag__item:hover {
    background-color: #dbdbdb;
    color: #282421;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
}

.author-image {
    display: flex;
}

.author-image img {
    border-radius: 60px;
    height: 52px;
    object-fit: cover;
    margin-right: 15px;
}

.post-info {
    font-size: 14px;
}

.post-details .reading-time {
    margin: 0 4px 0 0;
}

.reading-time {
    position: relative;
}

.featured-image {
    border-radius: 8px;
    margin-top: 38px;
    box-shadow: 0px 0px 30px #3900002C;
}

/* social links */
.mobile-only.author-social-media {
    display: none;
}

.author-social-media .social-links {
    margin: 19px 0 0 110px;
}

.desktop-only.author-social-media .social-links {
    margin: 0 !important;
    position: sticky;
    top: 110px;
    right: 0;
    flex-direction: column;
}

.social-links--vertical {
    flex-wrap: wrap;
    align-content: flex-end;
}

.author-social-media .social-links a {
    display: flex;
    vertical-align: middle;
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    transition: all .15s linear;
    background-color: transparent;
    align-items: center;
    border-radius: 100%;
    opacity: 0.65;
}

.social-links a:hover {
    opacity: 0.9;
}

.social-links svg {
    display: block;
    margin: 0 auto;
}

.social-link-item {
    position: relative;
    margin: 0 8px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    transition: all .15s linear;
}

.social-links--vertical .social-link-item {
    margin-bottom: 16px;
}

.link-copied-text {
    font-size: 16px;
    line-height: 16px;
    color: #676879;
    position: absolute;
    left: -110px;
    top: 15px;
    display: none;
}

.post-content {
    font-family: 'sofia-pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 2rem;
    letter-spacing: 0;
    margin-bottom: 70px;
}

.post-content a {
    color: var(--brand-orange);
}

.post-content a:hover {
    text-decoration: underline;
}

.post-content blockquote p {
    font-family: 'sofia-pro', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.post-content blockquote {
    font-family: 'sofia-pro', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 34px;
    padding: 0 0 0 21px;
    margin: 52px 0;
    position: relative;
    border-left: 8px solid #1C1F3B;
    height: auto;
    word-break: break-word;
}

.post-content b,
.post-content strong {
    font-weight: 700;
}

.post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 12px auto;
}

.post-content p {
    margin: 0 0 26px 0;
}

.post-content li {
    font-weight: 300;
    margin-bottom: 8px;
    list-style: disc;
}

.post-content ol li {
  list-style: numbers;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-family: 'sofia-pro', sans-serif;
    color: #323338;
    font-size: 20px;
    line-height: 1.2;
    margin: 66px 0 26px 0;
    font-weight: 700;
}

.post-content ol,
.post-content ul {
    padding-left: 40px;
    margin-left: 26px;
    margin-bottom: 20px;
}

.post-content hr,
.content-separator {
    width: 100%;
    height: 2px;
    background: #9699A6;
    margin: 52px 0;
    border: 0;
}

.post-content .twitter-box {
    font-family: 'sofia-pro', sans-serif;
    font-size: 24px;
    line-height: 37px;
    font-weight: bold !important;
    margin: 0 0 68px 0;
    padding: 0 10%;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.post-content .twitter-box:hover {
    color: rgba(0, 0, 0, 0.6);
}

.post-content .twitter-box span {
    content: " ";
    display: block;
    width: 32px;
    height: 37px;
    background-image: url(../../../../../res.cloudinary.com/monday-blogs/fl_lossy%2cf_auto/wp-blog/theme/icons/tw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 52px auto 0 auto;
    text-indent: -999px;
}

.post-content .twitter-box:hover span {
    animation: bounce 1.6s;
}

.post-content .twitter-box span:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.post-subtitle {
    font-family: 'sofia-pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #323338;
    margin: 0 0 30px 0;
}

#pin {
    position: fixed;
    top: 0px !important;
    background-color: #00cc6f;
    height: 4px;
    z-index: 1001;
}

@media screen and (max-width: 768px) {
    .post-content iframe {
        max-width: 100%;
    }
}

/* Comments */
#comments-section-main {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 50px;
    padding: 12px;
    overflow-x: hidden;
}

/* Widget */
.widget__title {
    color: #77736F;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
}

/* Sidebar */



.related-articles-sidebar .posts-items {
    margin-top: -20px;
}

.related-articles-sidebar .post-item {
    line-height: 25px;
}

.related-articles-sidebar .post-item .box__title a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

.related-articles-sidebar .padding__element {
    padding-right: 4px;
}

.related-articles-sidebar .box__link__readmore {
  color: #FC6723;
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
  position: relative;
  top: -1px;
  margin-left: 0;
  display: inline-block;
}
.related-articles-sidebar .post-item .box__title a:hover .box__link__readmore {
  opacity: 0.8;
}

.related-articles-sidebar .post-item .hero-post__box {
    margin-top: 22px;
}

.related-articles-sidebar .post-item:first-child .hero-post__box {
    margin-top: 0;
}

.related-articles-sidebar .post-item .box__meta .author-post {
    color: var(--black-color);
    font-weight: 700;
}

.related-articles-sidebar .post-item .box__meta {
    color: #969696;
}

/* Animations */
@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}

/* Specifics */
@media print {
    #main-header,
    aside.sidebar,
    .featured-image,
    .related-articles,
    footer {
        display: none;
    }

    .post-title {
        font-size: 26px;
    }

    .post-content h2,
    .post-content h3,
    .post-content h4 {
        font-size: 16px;
        line-height: 20px;
        margin: 30px 0 20px 0;
    }

    .post-content p {
        font-size: 16px;
        line-height: 20px;
    }
}

.anchors-table img {margin-left: 0; margin-bottom: -20px;}
.anchors-table td {padding-bottom: 28px; padding-right: 20px; line-height: 28px;}

.mobile-cta {
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  z-index: 20;
  position: fixed;
  width: 100%;
  line-height: 23px;
  font-weight: 300;
  color: #676879;
  bottom: -100%;
  opacity: 0;
  transition: all 1s ease-in;
  font-size: 16px;

  color: #433434;
}
.mobile-cta--with-text {
  justify-content: space-between;
  padding: 4px 20px;
  font-weight: 600;
}
.mobile-cta--show {
  bottom: 0;
  opacity: 1;
}
.mobile-cta p {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  line-height: 49px;
}
.mobile-cta p::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(images/cc_logo_small.png) center/contain no-repeat;
  display: inline-block;
  position: relative;
  top: 6px;
  left: -5px;
}
.mobile-cta__button {
  background: #fc6723;
  border: 1px solid #fc6723;
  color: #fff;
  padding: 5px 40px 10px;
  border-radius: 68px;
  display: inline-block;
  padding-top: 7px;
  font-size: 16px;
  text-decoration: none;
}
.mobile-cta__button:hover,
.mobile-cta__button:focus,
.mobile-cta__button:active {
  color: #fff;
}
.mobile-cta--with-text .mobile-cta__button {
  color: #fc6723;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border-color: #fff;
  flex: 0 0 auto;
}
.mobile-cta--with-text .mobile-cta__button:hover,
.mobile-cta--with-text .mobile-cta__button:focus,
.mobile-cta--with-text .mobile-cta__button:active {
  color: #fc6723;
  background: #fff;
  border-color: #fff;
}
.mobile-cta__button--red {
  background: #FB275D;
  border: 1px solid #FB275D;
}
.mobile-cta__button--blue {
  background: #6C6CFF;
  border: 1px solid #6C6CFF;
}
/* .home .mobile-cta, .single .mobile-cta {
  padding-top: 17px;
  padding-bottom: 17px;
}
.home .mobile-cta__button, .single .mobile-cta__button {
  padding: 10px 62px;
  margin: 0 auto;
} */
@media (max-width: 360px) {
  .mobile-cta {
      font-size: 15px;
      padding: 14px;
  }
}
@media (max-width: 340px) {
  .mobile-cta__button {
      padding: 3px 9px 6px;
  }
}

@media (min-width: 768px) {
  .mobile-cta {
      display: none;
  }
}

.anchors-table img {margin-left: 0; margin-bottom: -20px;}
.anchors-table td {padding-bottom: 28px; padding-right: 20px; line-height: 28px;}

/*
    Lity. Schedule A Call popup
 */
.lity {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 0.7));
}
.lity.lity-iframe .lity-container {
    position: relative;
    max-width: 380px;
    height: 650px;
}
.lity.lity-iframe .lity-container .lity-content {
    height: 100%;
    padding-top: 20px;
    background: white;
    border-radius: 30px;
}
.lity.lity-iframe .lity-container .lity-content:after {
    border-radius: 30px;
}
.lity.lity-iframe .lity-container .lity-content .lity-iframe-container {
    max-height: 936px;
    height: 100%;
}
.lity.lity-iframe .lity-container .lity-content .lity-iframe-container  iframe{
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.lity.lity-iframe .lity-container button.lity-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #969696;
    text-shadow: none;
    font-size: 30px;
}