@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700italic,700);
@import url(http://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap);

/* noto-sans-jp-100 - latin */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 100;
    src: url("https://venngage.com/blog/wp-content/themes/venngage_v4/fonts/noto-sans-jp-v28-latin-100.woff2") format("woff2");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

/* noto-sans-jp-300 - latin */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: url("https://venngage.com/blog/wp-content/themes/venngage_v4/fonts/noto-sans-jp-v28-latin-300.woff2") format("woff2");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

/* noto-sans-jp-regular - latin */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("https://venngage.com/blog/wp-content/themes/venngage_v4/fonts/noto-sans-jp-v28-latin-regular.woff2") format("woff2"),
        url("https://venngage.com/blog/wp-content/themes/venngage_v4/fonts/noto-sans-jp-v28-latin-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

/* noto-sans-jp-500 - latin */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url("https://venngage.com/blog/wp-content/themes/venngage_v4/fonts/noto-sans-jp-v28-latin-500.woff2") format("woff2"),
        url("https://venngage.com/blog/wp-content/themes/venngage_v4/fonts/noto-sans-jp-v28-latin-500.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

/* noto-sans-jp-700 - latin */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("https://venngage.com/blog/wp-content/themes/venngage_v4/fonts/noto-sans-jp-v28-latin-700.woff2") format("woff2"),
        url("https://venngage.com/blog/wp-content/themes/venngage_v4/fonts/noto-sans-jp-v28-latin-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-size: 14px;
    font-weight: 300;
}

img {
    max-width: 100%;
}

hr {
    margin-left: 0;
    margin-right: 0;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
}

#footer {
    position: relative;
    min-height: 186px;
    margin-top: -186px;
    clear: both;
}

.social-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 7px;
    opacity: 0.6;
    transition: opacity 0.7s;
}

.social-link:hover {
    opacity: 1;
}

.facebook-link {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/facebook.svg") no-repeat center center;
    background-size: 18px;
}

.twitter-link {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/twitter.svg") no-repeat center center;
    background-size: 18px;
}

.pinterest-link {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/pinterest.svg") no-repeat center center;
    background-size: 18px;
}

.linkedin-link {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/linkedin.svg") no-repeat center center;
    background-size: 18px;
}

.instagram-link {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/instagram.svg") no-repeat center center;
    background-size: 18px;
}

@media only screen and (max-width: 767px) {
    #footer {
        height: auto;
    }
}

body,
body.custom-background {
    background: #fff;
    text-rendering: optimizeLegibility;
    color: #666;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", "Oxygen", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    zoom: 1;
}

a {
    color: #2d95ec;
}

a:hover {
    text-decoration: none;
    color: rgba(45, 149, 236, 0.5);
}

h1 {
    font-size: 200%;
    font-weight: 300;
}

h2 {
    font-size: 150%;
    font-weight: 300;
}

h3 {
    font-size: 125%;
    font-weight: 300;
}

h4 {
    font-size: 110%;
    font-weight: 300;
}

.navbar {
    background: #2d95ec;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 65px;
    z-index: 10;
    font-size: 110%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 768px) {
    .navbar {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
    }

    body {
        padding-top: 57px;
    }
}

@media (min-width: 768px) {
    .navbar .container-fluid {
        padding-right: 0;
    }
}

.navbar .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.navbar-brand {
    padding: 0;
    margin-top: 7px;
}

.navbar-brand img {
    max-height: 100%;
}

.navbar-nav {
    margin: 0 -15px;
}

.navbar-toggle .icon-bar {
    width: 18px;
    background-color: white;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

.navbar-toggle:active {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0;
    border: 1px solid #fff;
}

.navbar .navbar-nav > li > a:not(.btn) {
    padding: 7px 10px;
    margin: 0px;
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    text-transform: uppercase;
}

.navbar .navbar-nav > li > a:not(.btn):focus {
    background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
    .navbar .navbar-nav > li > a:not(.btn) {
        padding: 16px 12px 13px;
        min-height: 65px;
        line-height: 33px;
        font-weight: 300 !important;
    }
}

.navbar a {
    color: #fff;
}

.navbar .navbar-nav > li:hover > a:not(.btn),
.navbar .navbar-nav > li:focus > a:not(.btn) {
    background-color: transparent;
    opacity: 1;
}

.navbar.landing-nav .navbar-nav > li:hover > a:not(.btn),
.navbar.landing-nav .navbar-nav > li:focus > a:not(.btn),
.navbar:not(.landing-nav) .navbar-nav > li:hover > a:not(.btn),
.navbar:not(.landing-nav) .navbar-nav > li:focus > a:not(.btn) {
    background-color: #184e82;
}

.navbar .navbar-nav > li.current_page_item > a:not(.btn) {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav > li > a:not(.button):hover {
    background: transparent;
    color: #fff;
}

.navbar-nav > li.active > a {
    background: transparent;
}

.navbar-right .menu-item-features > .sub-menu {
    right: -120px;
    width: 775px;
    background-color: #184e82;
}

.navbar-right .menu-item-features.open .sub-menu {
    max-height: 310px;
}

.sub-menu,
.sub-menu > * {
    background-color: #184e82 !important;
}

.menu-item-features > .sub-menu > li {
    display: block;
}

/* Hide dropdown arrow */
.menu-item-features > .menu-item-has-children > a:after {
    display: none;
}

.menu-item-left > ul.sub-menu,
.menu-item-right > ul.sub-menu {
    width: 100%;
    max-height: 310px;
}

.menu-item-left,
.menu-item-right {
    padding: 15px;
    position: relative;
    float: left;
    height: 310px;
}

.menu-item-left {
    width: 135px;
}

.menu-item-right {
    width: 640px;
    border-left: 2px solid #1d578e;
}

.menu-item-left > ul.sub-menu > li {
    height: 35px;
    line-height: 35px;
    font-size: 12.75px;
}

.menu-item-right > ul.sub-menu > li {
    height: 35px;
    line-height: 30px;
    font-size: 12.75px;
    display: inline-table;
    min-width: 150px;
}

.menu-item-right > ul.sub-menu > li:nth-child(4n + 1) {
    min-width: 190px;
}

.menu-item-right > ul.sub-menu > li:nth-child(4n) {
    min-width: 105px;
}

.menu-item-features.menu-item-has-children > ul > li.menu-item-has-children > a {
    color: white;
    opacity: 1;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    pointer-events: none;
    cursor: default;
}

.menu-item-features.menu-item-has-children > ul > li.menu-item-has-children > a::after {
    display: none;
}

.menu-item-features > .sub-menu > .open > a {
    background-color: #184e82;
}

@media (max-width: 1200px) {
    .navbar-right .menu-item-features > .sub-menu {
        right: -300px;
    }
}

@media (max-width: 992px) {
    .navbar-right .menu-item-features > .sub-menu {
        right: -400px;
    }
}

.icon-bar-container {
    float: left;
    margin: 3px 5px 0 0;
}

.navbar-mobile-text {
    color: white;
    float: right;
}

.menu-item-features > .sub-menu > .menu-item-back {
    display: none;
}

@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle,
    .collapse.navbar-collapse {
        display: block;
    }

    .navbar-overlay {
        width: 100vw;
        height: 100vh;
        background-color: black;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .navbar-overlay.show {
        pointer-events: all;
        opacity: 0.5;
    }

    .navbar-right {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 300px;
        max-width: 90vw;
        background-color: #184e82;
        padding-top: 50px;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        overflow-x: hidden;
    }

    .slide-left {
        transform: translateX(-50%);
    }

    .navbar-nav.navbar-right > li.menu-item {
        float: none;
    }

    .navbar-nav.navbar-right > li.menu-item > a {
        padding: 13px 35px;
        font-weight: 500;
        transition: transform 0.3s ease 0.15s;
    }

    .navbar-right li.menu-item > a {
        font-size: 16px;
    }

    /* Hide non-features dropdown menu */
    .navbar-right > .menu-item:not(.menu-item-features) > .sub-menu {
        display: none;
    }

    .menu-item-features > .sub-menu li {
        border: none;
    }

    .menu-item-features .menu-item-left .sub-menu li,
    .menu-item-features .menu-item-right .sub-menu li {
        height: auto;
    }

    .menu-item-features.menu-item-has-children > ul > li.menu-item-has-children > a {
        padding-left: 25px;
    }

    .menu-item-features::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20%;
        transform: translateY(-50%);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid white;
    }

    .menu-item-features > .sub-menu > .menu-item-back {
        font-size: 15px;
        line-height: 30px;
        text-transform: uppercase;
        padding-top: 30px;
        display: block;
    }

    .menu-item-features > .sub-menu > .menu-item-back a {
        padding: 7px 35px;
    }

    .menu-item-back a::before {
        content: "";
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        margin-right: 15px;
        transform: rotate(135deg);
    }

    .navbar-collapse.show > div > .navbar-right {
        transform: translateX(0%);
    }

    .sub-menu {
        list-style: none;
    }

    .menu-item-features > .sub-menu {
        width: 300px !important;
        height: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: scroll;
        transform: translateX(100%);
        -webkit-transition: transform 0.3s ease 0.15s;
        transition: transform 0.3s ease 0.15s;
        z-index: 10;
    }

    .menu-item-features > .sub-menu.show {
        transform: translateX(0%);
    }

    .menu-item-features .sub-menu li > a {
        padding-left: 45px;
        height: 45px;
        font-weight: 400;
    }

    .menu-item-features > .sub-menu > li {
        font-size: 16px !important;
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        padding-bottom: 15px;
    }

    .menu-item-features > .sub-menu > li > .sub-menu > li {
        display: block;
    }
}

.align-right {
    text-align: right;
}

#front-page {
    padding-top: 0;
}

#features_page,
#front-page,
#education_page,
#enterprise_page,
.wide_page {
    font-size: 20px;
}

.navbar-toggle {
    border-color: #fff;
    margin-top: 13px;
}

@media (min-width: 767px) {
    #front-page {
        margin-top: 0;
    }
}

#features_page img,
#front-page img {
    margin-bottom: 20px;
}

#front-page a:not(.btn) {
    color: #ffab49;
}

#front-page #main_section h1,
#front-page #main_section h2,
#education_page #main_section h1,
#education_page #main_section h2,
#enterprise_page #main_section h1,
#enterprise_page #main_section h2 {
    text-shadow: 0 0 3px #000;
}

.blog-templates,
.page_templates {
    padding-top: 40px;
}

.blog-templates {
    margin-bottom: 40px;
}

.social-media-icons {
    display: inline-block;
    color: rgba(0, 0, 0, 1);
}

.social-icons {
    display: inline-block;
    color: #000;
}

.social-icons li {
    color: #fff;
    font-size: 24pt;
    display: inline-block;
    margin-left: 1em;
    text-rendering: optimizeLegibility;
    line-height: 1;
}

.facebook {
    background: #3b5998;
    width: 24px;
    height: 24px;
    position: relative;
    top: 8px;
    padding-left: 10px;
}

.twitter {
    background: blue;
}

.red {
    background-color: #dd5a43;
    border-bottom: 1px solid #d43f3a;
}

.red:hover {
    background-color: #d2322d;
    border-bottom: 1px solid #ac2925;
}

.green {
    background-color: #a8bc7b;
    border-bottom: 1px solid #9db36a;
}

.green:hover {
    background-color: #96ae60;
    border-bottom: 1px solid #7e954c;
}

.blue {
    background-color: #5e87b0;
    border-bottom: 1px solid #507aa4;
}

.blue:hover {
    background-color: #4b739a;
    border-bottom: 1px solid #3c5c7b;
}

.orange {
    background-color: #f0ad4e;
    border-bottom: 1px solid #eea236;
}

.orange:hover {
    background-color: #ed9c28;
    border-bottom: 1px solid #d58512;
}

.light-blue {
    background-color: #70afc4;
    border-bottom: 1px solid #5ea5bd;
}

.pricing-container.light-blue {
    background-color: rgba(112, 175, 196, 0.9);
}

.pricing-container.blue {
    background-color: rgba(94, 135, 176, 0.9);
}

.light-blue:hover {
    background-color: #539fb8;
    border-bottom: 1px solid #41869d;
}

.inverse {
    background-color: #555;
    border-bottom: 1px solid #484848;
}

.inverse:hover {
    background-color: #414141;
    border-bottom: 1px solid #2a2a2a;
}

.light-grey {
    background-color: #e6e6e6;
    border-bottom: 1px solid #d9d9d9;
}

.light-grey:hover {
    background-color: #d2d2d2;
    border-bottom: 1px solid #bbb;
}

.purple {
    background-color: #a696ce;
    border-bottom: 1px solid #9785c6;
}

.purple:hover {
    background-color: #8e7ac1;
    border-bottom: 1px solid #745bb2;
}

.pink {
    background-color: #db5e8c;
    border-bottom: 1px solid #d6497d;
}

.pink:hover {
    background-color: #d43d74;
    border-bottom: 1px solid #b9295e;
}

.copyright {
    font-size: 100%;
    margin-bottom: 3em;
    color: rgba(255, 255, 255, 0.6);
}

p {
    font-weight: 400;
    font-size: 16px;
    color: rgb(102, 102, 102);
    margin-top: 1em;
}

hr.horizontal-divider-1 {
    margin: 0 6em 3em 6em;
    width: auto;
}

hr.horizontal-divider-2 {
    margin: 1em 3em 1em 3em;
    width: auto;
}

hr.horizontal-divider-3 {
    margin: 2em 6em 3em 6em;
    width: auto;
}

.visible-mobile {
    display: none;
}

hr.horizontal-divider-spacing {
    margin-bottom: 4em;
    width: auto;
    border: none;
}

.colored-boxes-alignment-fix {
    margin-top: 1.5em;
}

.colored-boxes {
    color: #fff;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    width: 50%;
    height: 110px;
    margin-bottom: 0.25em;
}

.colored-boxes .icon {
    position: relative;
    top: 1.35em;
}

.red-box {
    background: #d44233;
}

.yellow-box {
    background: #f5d365;
}

.orange-box {
    background: #eb7833;
}

.blue-box {
    background: #638cf4;
}

.light-blue-box {
    background: #82d4ff;
}

.green-box {
    background: rgba(99, 221, 183, 1);
}

@media only screen and (max-width: 767px) {
    .visible-mobile {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    .colored-boxes {
        line-height: 1;
        height: 137px;
        width: 100%;
    }
    .colored-boxes .icon {
        position: relative;
        top: 1.8em;
    }

    #footer li {
        display: inline-block;
    }
    #footer li a {
        display: inline-block;
        padding: 0.5em;
        font-size: 100%;
    }
}

.footer-links {
    margin-top: 1.25em;
}

#footer {
    text-align: center;
    width: 100%;
    padding-top: 2.5em;
    background-color: #375471;
    border-top: 1px solid #2f4760;
    color: white;
}

#footer li {
    display: inline-block;
}

#footer li a {
    padding: 1em 0.5em;
    font-size: 100%;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    display: inline-block;
    transition: color 0.7s;
}

#footer li a:hover {
    color: #fff;
}

.row-head {
    background: white;
    border-bottom: 1px solid #cdd2d2;
    border-top: 1px solid #cdd2d2;
    color: #000;
}

.row-top {
    padding-top: 2em;
}

.row-bottom {
    padding-bottom: 2em;
}

.row-top .description {
    margin-bottom: 1em;
    display: block;
}

.vg-hr {
    margin: 0;
}

.description {
    color: rgb(102, 102, 102);
}

.image-height-push {
    min-height: 400px;
}

.columns ul li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.boxes {
    height: 110px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    line-height: 1;
    margin-bottom: 1em;
}

#front-page .boxes {
    width: 50%;
}

.boxes .icon {
    position: relative;
    top: 1.35em;
}

.about-description {
    clear: both;
    float: left;
}

.about-social {
    line-height: 24px;
}

.about-image img {
    width: 50%;
}

@media only screen and (min-width: 767px) {
    .about-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .about-image {
        margin-bottom: 0.5em;
        text-align: center;
    }
}

.about-name {
    margin-top: 0;
}

.pricing-container {
    color: white;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 2em;
}
.pricing-container ul {
    padding: 1.2em 2.2em;
}

.pricing-container ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 120%;
    padding: 0.8em 0;
}

.pricing-container h2 {
    margin: 0;
    padding: 0.8em 1.4em;
}

.pricing-container h3 {
    margin: 0;
    padding: 1.1em 1.7em;
    background-color: rgba(255, 255, 255, 0.3);
}

.new-pricing-page {
    padding-top: 40px;
}

.new-pricing-page h1 {
    color: #2d95ec;
    font-weight: 400;
}

.new-pricing-page h1 {
    font-size: 28px;
}

.new-pricing-page h2 {
    font-size: 18px;
}

.new-pricing-table {
    text-align: center;
    margin-top: 50px;
}

.pricing-period-buttons {
    margin-top: 30px;
    text-align: center;
}

.pricing-period-buttons a {
    margin: 0 10px;
    border: 1px solid rgb(102, 102, 102);
    line-height: 30px;
    text-decoration: none;
    color: rgb(102, 102, 102);
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Raleway", "Oxygen", "Helvetica", "sans-serif";
    min-width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.pricing-period-buttons a:hover {
    background-color: #f1f2f2;
}

.pricing-period-buttons a i {
    color: #2d95ec;
    font-style: normal;
}

.pricing-period-buttons a span {
    padding: 0 20px;
}

.pricing-period-buttons a.active-period {
    background-color: #2d95ec;
    color: #fff;
    border-color: #2d95ec;
    box-shadow: none;
}

.pricing-period-buttons a.active-period i {
    color: #fff;
}

.pricing-period-buttons a.active-period span {
    background-image: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/price-checkmark.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 16px;
}

.new-pricing-main-section:not(:first-child) {
    display: none;
}

.new-pricing-section {
    background: #f1f2f2;
    border-radius: 6px;
    width: 26%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 1.3% 20px 1.3%;
    text-align: left;
    padding-bottom: 80px;
    min-height: 445px;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.new-pricing-section.large-section {
    min-height: 540px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.new-pricing-section.large-section.without-shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.new-pricing-section .top-pricing-section {
    background: #fff;
    border-radius: 6px 6px 0 0;
    padding: 10px 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.new-pricing-section.large-section .top-pricing-section {
    background: #2d95ec;
}

.education-table .new-pricing-section .new-pricing-action-bubble,
.nonprofit-table .new-pricing-section .new-pricing-action-bubble,
.new-pricing-section .new-pricing-action-bubble {
    position: absolute;
    top: 65px;
    right: 20px;
    width: 65px;
    height: 65px;
    padding: 8px;
    border-radius: 50px;
    background: #ff9a16;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.nonprofit-table .new-pricing-section .new-pricing-action-bubble {
    right: 57px;
}

.new-pricing-section .bubble-save-text {
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    letter-spacing: 0.05em;
    line-height: 16px;
}

.new-pricing-section .bubble-percent-text {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.new-pricing-section .new-pricing-old-price {
    font-size: 22px;
    font-weight: 300;
    color: #c2c4c6;
    margin: 5px 0 15px;
    display: inline-block;
    position: relative;
}

.new-pricing-section .new-pricing-old-price .price-line-through {
    height: 2px;
    background: #c2c4c6;
    bottom: 8px;
    width: 100%;
    display: block;
    position: absolute;
}

.new-pricing-section .new-pricing-old-price span {
    font-size: 30px;
}

.new-pricing-section .new-pricing-price {
    font-size: 49px;
    letter-spacing: 0.025em;
    margin: 30px 0 0 0;
    line-height: 0.7;
    color: #fff;
}

.new-pricing-section .new-pricing-price span {
    font-size: 30px;
}

.new-pricing-section.large-section .new-pricing-price {
    font-size: 42px;
}

.new-pricing-section.large-section .new-pricing-price span {
    font-size: 25px;
}

.new-pricing-section .new-pricing-name {
    margin: 10px 0;
    font-size: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Raleway", "Oxygen", "Helvetica", "sans-serif";
}

.new-pricing-section.large-section .new-pricing-name {
    color: #fff;
}

.new-pricing-section .new-pricing-period {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Raleway", "Oxygen", "Helvetica", "sans-serif";
    color: #fff;
}

.new-pricing-section ul {
    font-size: 12px;
    letter-spacing: 0.025em;
    list-style-type: disc;
    margin: 0 40px;
    line-height: 30px;
}

.new-pricing-table .signup-box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    text-align: center;
}

.new-pricing-table .signup {
    min-width: 170px;
    text-transform: uppercase;
    padding: 14px 34px;
}

.new-pricing-bottom {
    background: white;
    margin-top: 25px;
    padding: 15px 0 80px;
    font-size: 16px;
}

.new-pricing-bottom-text {
    margin-top: 30px;
}

.new-pricing-bottom-text a {
    margin-top: 30px;
    transition: color 0.7s;
}

.new-pricing-section .non-profit-check {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/circle-check.png") no-repeat top center;
    background-size: 100px;
    padding-top: 110px;
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 30px;
}

.new-pricing-section .non-profit-text {
    font-size: 15px;
    font-weight: 300;
    margin-left: 25px;
    position: absolute;
    bottom: 80px;
}

.education-table .new-pricing-section {
    min-height: 430px;
    width: 30%;
}

.education-table .new-pricing-section .top-pricing-section {
    padding: 30px 25px;
}

.education-table .new-pricing-section .new-pricing-price {
    margin-top: 0px;
}

.education-table .new-pricing-section .new-pricing-action-bubble {
    top: 15px;
}

.nonprofit-table .new-pricing-section {
    width: 30%;
    min-height: 600px;
}

.quotes-title {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: "Oxygen", "Helvetica", "sans-serif";
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
}

.quotes-title span {
    position: relative;
    z-index: 2;
    background: white;
    padding: 0 30px;
}

.quotes-title:after {
    content: "";
    border-top: 1px solid #e3e3e3;
    top: 45%;
    left: 10%;
    position: absolute;
    width: 80%;
}

.price-quotes {
    margin: 0 auto 100px auto;
    width: 800px;
}

.price-quotes .quotes-item {
    margin-bottom: 60px;
}

.price-quotes .quotes-item .quotes-img-container {
    display: inline-block;
    vertical-align: top;
    width: 160px;
}

.price-quotes .quotes-item .quotes-text-container {
    display: inline-block;
    vertical-align: top;
    width: 630px;
    padding-left: 15px;
    text-align: left;
}

.price-quotes .quotes-item .quotes-text-container {
    display: inline-block;
    vertical-align: top;
    width: 630px;
    padding-left: 15px;
    text-align: left;
}

.price-quotes .quotes-item .author-container {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.price-quotes .quotes-item p {
    font-size: 18px;
    line-height: 23px;
    font-family: "Droid Serif", "Oxygen", "Helvetica", "sans-serif";
    text-shadow: none;
    font-style: italic;
    text-align: left;
}

.price-quotes .quotes-item p.author {
    text-align: left;
    font-size: 20px;
    font-family: "Oxygen", "Helvetica", "sans-serif";
    font-style: normal;
    margin: 0;
}

.price-quotes .quotes-item p.position {
    text-align: left;
    font-size: 16px;
    font-family: "Oxygen", "Helvetica", "sans-serif";
    color: #999b9e;
    font-style: normal;
    margin: 0;
}

.price-quotes .quotes-item p.position a {
    color: #999b9e;
    text-decoration: none;
}

@media (min-width: 990px) and (max-width: 1200px) {
    .education-table .new-pricing-section,
    .nonprofit-table .new-pricing-section {
        width: 35%;
    }

    .new-pricing-section .top-pricing-section {
        padding: 15px;
    }

    .education-table .new-pricing-section .top-pricing-section {
        padding: 30px 25px;
    }

    .nonprofit-table .new-pricing-section .top-pricing-section {
        padding: 10px 25px;
    }

    .new-pricing-section ul {
        margin: 0 30px;
    }

    .education-table .new-pricing-section ul,
    .nonprofit-table .new-pricing-section ul {
        margin: 0 40px;
    }

    .new-pricing-section .new-pricing-action-bubble {
        top: 75px;
        right: 5px;
        width: 55px;
        height: 55px;
        padding: 5px;
    }
}

@media (max-width: 991px) {
    .new-pricing-section {
        width: 48%;
    }

    .nonprofit-table .new-pricing-section,
    .education-table .new-pricing-section {
        width: 60%;
    }

    .pricing-period-buttons a {
        display: block;
        width: 50%;
        margin: 10px auto;
    }

    .price-quotes {
        width: 620px;
    }
    .price-quotes .quotes-item .quotes-text-container {
        width: 450px;
    }
}

@media (max-width: 648px) {
    .new-pricing-section {
        width: 95%;
    }

    .nonprofit-table .new-pricing-section,
    .education-table .new-pricing-section {
        width: 95%;
    }

    .price-quotes {
        width: auto;
    }
    .price-quotes .quotes-item .quotes-text-container {
        width: auto;
        padding: 0 10px;
    }

    .price-quotes .quotes-item .author-container {
        margin-bottom: 10px;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .centering .button,
    .button.pricing {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .mobile-centering .button {
        transform-origin: initial;
        -webkit-transform-origin: initial;
        -moz-transform-origin: initial;
        -ms-transform-origin: initial;
        -o-transform-origin: initial;
        margin-bottom: 0em;
    }
}

.centering .button,
.button.pricing {
    transform-origin: initial;
    -webkit-transform-origin: initial;
    -moz-transform-origin: initial;
    -ms-transform-origin: initial;
    -o-transform-origin: initial;
    margin-bottom: 0em;
}

ol {
    margin-left: 40px !important;
    counter-reset: item;
}

ol li {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    position: relative;
}

ol li span {
    display: block;
    padding: 5px;
}

ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
    width: 30px;
}

@media only screen and (max-width: 767px) {
    #features_page,
    #front-page {
        text-align: center;
    }

    .mobile-centering {
        text-align: center;
    }
}

#landing-blurb {
    margin-top: 3em;
}

.centering {
    text-align: center;
}

.centering h1,
.centering h2 {
    margin-bottom: 0;
}

h3.main-reasons {
    color: #2f4760;
    font-size: 115%;
}

.support-image img {
    max-height: 150px;
    padding: 1em 0em;
}

/* ------------------------------------------------------------------------------------------*/
#main_section:before {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d95ec), color-stop(100%, #3fa0fb));
    background-image: -webkit-linear-gradient(#2d95ec, #3fa0fb);
    background-image: -moz-linear-gradient(#2d95ec, #3fa0fb);
    background-image: -o-linear-gradient(#2d95ec, #3fa0fb);
    background-image: linear-gradient(#2d95ec, #3fa0fb);
    position: absolute;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
    top: 0;
}

#main_section {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/Hero-Image-v2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    text-align: center;
    min-height: 600px;
    padding: 190px 0 0;
    color: #fff;
    margin-top: -77px;
}

#enterprise_page #main_section {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/entheader.jpg") no-repeat center center;
    padding-top: 150px;
}

#education_page #main_section {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/eduheader.jpg") no-repeat center center;
    padding-top: 150px;
}

@media (max-width: 700px) {
    #front-page #main_section {
        padding-top: 200px;
    }
}

.right-image-section {
    position: relative;
    height: auto;
}

@media (min-width: 767px) {
    .right-image-section {
        min-height: 400px;
    }
}

.right-image-section:nth-child(2n) {
    background-color: #bbb;
}

@media (min-width: 767px) {
    .right-image-section:nth-child(2n) {
        background-color: #f5f5f5;
    }
}

#main_section .container {
    padding-bottom: 20px;
}

#features_page ul {
    padding-left: 2em;
    margin: 1em 0;
    list-style: disc;
    line-height: 1.5;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

#features_page ul li {
    margin-bottom: 0.5em;
}

#features_page ul ul {
    list-style: circle;
    font-size: 80%;
    width: auto;
}

@media (min-width: 767px) {
    #features_page ul {
        width: auto;
    }
}

#features_page .right-image + .container {
    height: auto;
}

#education_page .signup,
.wide_page .signup,
#enterprise_page .signup,
#front-page .signup {
    margin-top: 4em;
    text-transform: uppercase;
    padding: 16px 30px;
    font-size: 85%;
    white-space: normal;
    background-color: rgb(27, 193, 56);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

#features_page .signup,
.new-pricing-table .signup {
    background-color: rgb(27, 193, 56);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.new-pricing-table .signup:hover,
.new-pricing-table .signup:active,
.new-pricing-table .signup:focus {
    background-color: rgb(27, 193, 56);
}

#education_page .signup:hover,
.wide_page .signup:hover,
#enterprise_page .signup:hover,
#front-page .signup:hover,
#features_page .signup:hover,
.new-pricing-table .signup:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.signup.pricing {
    margin-top: 0;
}

.section h2 {
    color: #808080;
}

#description_section {
    text-align: center;
    padding: 75px 0;
    background-color: #fff;
}

#description_section h2 {
    margin: 0;
    color: #3fa0fb;
    line-height: 1.7;
}

@media (max-width: 1000px) {
    #description_section h2 {
        font-size: 110%;
    }
}

/*
#showcase_section:before {
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000), color-stop(100%, rgba(0, 0, 0, 0.9)));
	background-image: -webkit-linear-gradient(left, #000,rgba(0, 0, 0, 0.9));
	background-image: -moz-linear-gradient(left, #000000,rgba(0, 0, 0, 0.9));
	background-image: -o-linear-gradient(left, #000000,rgba(0, 0, 0, 0.9));
	background-image: linear-gradient(left, #000000,rgba(0, 0, 0, 0.9));
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	opacity: 0.7;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 0;
	left: 0;
	top: 0;
}
*/

#how_to_section {
    position: relative;
    background: white;
    color: #2d95ec;
    padding: 50px 0 80px;
}

#how_to_section h3 {
    margin-top: 0;
}

#how_to_section h2 {
    text-align: center;
}

#how_to_section p {
    color: #2d95ec;
}

#how_to_section img {
    width: 300px;
    margin: 0;
}

#how_to_section .steps {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

#how_to_section .steps .step {
    width: 300px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
}

.top-stories-container {
    padding-top: 90px;
    background: #fff;
}

.beam-logo,
.chart-story {
    display: inline-block;
}

.beam-logo img {
    width: 245px;
}

.chart-story img {
    width: 470px;
}

.beam-buttons {
    margin-top: 5px;
    margin-bottom: -50px;
}

.beam-buttons img {
    width: 565px;
}

.top-stories-container h2 {
    margin-top: 10px;
    font-size: 25px;
    font-family: "Raleway", "Oxygen", "Helvetica", "sans-serif";
    font-weight: 200;
}

.beam_stories {
    background: rgb(241, 242, 242);
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.beam_stories div.stories-container {
    padding: 20px 30px;
}

.beam_stories div.stories-container,
.beam_stories div.stories-container p {
    text-align: center;
    font-family: "Dancing Script";
    font-size: 20px;
    color: #1d1d1b;
}

.beam_stories div p {
    margin: 0;
}

.beam_stories img {
    box-shadow: 0 0 10px rgba(0, 0, 1, 0.2);
    margin-top: 5px;
    cursor: pointer;
}

.beam_stories img:hover {
    box-shadow: 0 0 30px rgba(0, 0, 1, 0.2);
}

.beam_stories div.stories-container:hover,
.beam_stories div.stories-container:hover p {
    color: rgb(250, 0, 82);
}

.create-beam-infograph {
    box-sizing: border-box;
    border: 1px solid rgb(88, 89, 91);
    color: rgb(88, 89, 91);
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: Raleway;
    text-transform: uppercase;
    padding: 10px 25px;
    background: transparent;
}

.create-beam-infograph:hover {
    border: 1px solid transparent;
    color: rgb(255, 255, 255);
    background: rgb(250, 0, 82);
}

@media (max-width: 768px) {
    .top-stories-container {
        padding: 50px 2% 0;
    }

    .top-stories-container h2 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .beam_stories div.stories-container,
    .beam_stories div.stories-container p {
        font-size: 16px;
    }

    .beam-logo {
        width: 42%;
        text-align: right;
    }

    .chart-story {
        width: 48%;
        text-align: left;
    }
}

@media (max-width: 431px) {
    #how_to_section img {
        width: 250px;
    }
    #how_to_section .steps .step {
        width: 250px;
        margin: 0 10px;
    }
}

#showcase_section_title {
    background-color: #fff;
    position: relative;
    padding: 3em 0 2em;
    color: rgb(94, 94, 94);
    text-align: Center;
}

#showcase_section {
    background-color: #fff;
    position: relative;

    padding: 1em 0 6em;
    color: #fff;
}

#showcase_section .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

#showcase_section img {
    width: 50%;
}

#as_simple_as_section2 h2,
#as_simple_as_section2 h4 {
    color: rgb(102, 102, 102);
}

@media (min-width: 767px) {
    #showcase_section img {
        width: auto;
    }
    #as_simple_as_section2 h2,
    #as_simple_as_section2 h4 {
        color: rgb(94, 94, 94);
    }
    #showcase_section2 h2,
    #showcase_section2 h4 {
        color: white;
    }
}

#showcase_section2 {
    position: relative;
    background: #2d95ec;
    color: white;
    min-height: 600px;
}

#showcase_section2 .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/Laptop_V2.png") no-repeat center center;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
}

#as_simple_as_section {
    background: #2d95ec url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/Templates-1.png") no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;

    padding: 3em 0;
    position: relative;
    min-height: 620px;
    text-align: center;
    color: #fff;
}

@media (min-width: 1130px) {
    #as_simple_as_section {
        min-height: 680px;
    }
}

@media (min-width: 1360px) {
    #as_simple_as_section {
        min-height: 740px;
    }
}

@media (min-width: 1600px) {
    #as_simple_as_section {
        background-size: 1500px;
    }
}

#second_footer_section h2,
#second_footer_section h4 {
    color: white;
}

#as_simple_as_section2 {
    position: relative;
    min-height: 600px;
    background-color: white;
}

#second_footer_section {
    position: relative;
    min-height: 600px;
    background-color: #2d95ec;
}

#as_simple_as_section2 .signup,
#second_footer_section .signup,
#as_simple_as_section .signup,
#showcase_section2 .signup {
    margin-top: 2em;
}

#as_simple_as_section2 ul,
#second_footer_section ul,
#as_simple_as_section ul {
    margin-top: 2em;
}

#as_simple_as_section2 ul li,
#second_footer_section ul li,
#as_simple_as_section ul li {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    font-size: 115%;
}
#enterprise_page #section2,
#education_page #section2,
.wide_page .purple-section {
    position: relative;
    min-height: 600px;
}

#enterprise_page #section2,
#education_page #section2,
#enterprise_page #section4,
#education_page #section4 {
    background-color: #2d95ec;
}

.wide_page .purple-section {
    background-color: #3e5cd3;
}

#education_page #section2 .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/educationdata.png") no-repeat center center;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
}
@media (min-width: 1350px) {
    #education_page #section2 .right-image {
        -webkit-background-size: 65%;
        -moz-background-size: 65%;
        -o-background-size: 65%;
        background-size: 65%;
    }
}

#enterprise_page #section2 .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/enterprise-1_03.png") no-repeat center center;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
}

@media (min-width: 767px) {
    #enterprise_page #section2 h2,
    #enterprise_page #section2 h4,
    #enterprise_page #section4 h2,
    #enterprise_page #section4 h4,
    #education_page #section2 h2,
    #education_page #section2 h4,
    #education_page #section4 h2,
    #education_page #section4 h4,
    .wide_page .purple-section h2,
    .wide_page .purple-section h4,
    .wide_page .green-section h2,
    .wide_page .green-section h4 {
        color: white;
    }
}

#enterprise_page #section3,
#education_page #section3,
.wide_page .white-section {
    position: relative;
    min-height: 600px;
}

#enterprise_page #section3 .right-image,
#education_page #section3 .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/enterprise-2.png") no-repeat center center;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
}

#enterprise_page #section4,
#education_page #section4,
.wide_page .green-section {
    position: relative;
    min-height: 600px;
}

.wide_page .green-section {
    background-color: #5bc080;
}

#enterprise_page #section4 .right-image,
#education_page #section4 .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/enterprisedata.png") no-repeat center center;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
}

@media (min-width: 1350px) {
    #enterprise_page #section4 .right-image,
    #education_page #section4 .right-image {
        -webkit-background-size: 65%;
        -moz-background-size: 65%;
        -o-background-size: 65%;
        background-size: 65%;
    }
}

#education_page #section5,
.wide_page .white-section-centered {
    position: relative;
    min-height: 400px;
    margin-top: 220px;
}

.right-image-section:nth-child(1) .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/features_1.png") no-repeat center center;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
}

.right-image-section:nth-child(2) .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/features_2.png") no-repeat center center;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
}

.right-image-section:nth-child(3) .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/features_3.png") no-repeat center center;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
}

.right-image-section:nth-child(4) .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/features_4.png") no-repeat center center;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
}

.right-image-section:nth-child(5) .right-image,
#as_simple_as_section2 .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/Share.png") no-repeat center center;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
}

#second_footer_section .right-image {
    background: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/edu-circle.png") no-repeat center center;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
}

@media (min-width: 1350px) {
    #second_footer_section .right-image {
        -webkit-background-size: 65%;
        -moz-background-size: 65%;
        -o-background-size: 65%;
        background-size: 65%;
    }
}

.left-image,
.right-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.right-image + .container,
.left-image + .container {
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    height: 613.2px;
}

#showcase_section2 .right-image + .container,
#second_footer_section .right-image + .container {
    background-color: rgba(45, 149, 236, 0.8);
}

#as_simple_as_section2 h2,
#as_simple_as_section2 h4 {
    color: #fff;
}

#as_simple_as_section2 .right-image + .container,
#second_footer_section .right-image + .container {
    padding: 180px 30px 0;
}

#showcase_section2 .right-image + .container,
#education_page #section2 .right-image + .container,
#education_page #section3 .right-image + .container,
#education_page #section4 .right-image + .container,
#enterprise_page #section2 .right-image + .container,
#enterprise_page #section3 .right-image + .container,
#enterprise_page #section4 .right-image + .container {
    padding: 180px 30px 0;
}

.navbar-collapse {
    box-shadow: none;
    border-top: 0;
}

@media (max-height: 400px) {
    .navbar-collapse.in {
        max-height: 250px;
    }
}

.pink-email-signup-form {
    font-family: Oxygen, Arial, sans-serif;
}

.pink-email-signup-form .email-field {
    height: 50px;
    width: 395px;
    margin-right: -5px;
    border: solid 1px #d1d3d4;
    border-radius: 5px 0 0 5px;
    padding: 0 20px;
    line-height: 25px;
    font-size: 19px;
    color: #bcbec0;
    vertical-align: middle;
}
.pink-email-signup-form .email-field:focus {
    outline: none;
    border: 1px solid rgb(250, 0, 82);
}

.pink-email-signup-form .submit-email,
.pink-email-signup-form .submit-email:hover {
    width: 285px;
    height: 50px;
    color: #fff;
    background: rgb(250, 0, 82);
    text-transform: uppercase;
    font-size: 19px;
    border: none;
    border-radius: 0 5px 5px 0;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .pink-email-signup-form .email-field {
        margin-right: 0px;
        margin-bottom: 10px;
        border-radius: 5px;
        width: 340px;
    }

    .pink-email-signup-form .submit-email,
    .pink-email-signup-form .submit-email:hover {
        width: 340px;
        border-radius: 5px;
    }
}

.navbar.landing-nav {
    position: fixed;
    right: 0;
    left: 0;
    font-size: 115%;
}

@media (min-width: 767px) {
    .navbar.landing-nav {
        position: relative;
        background-color: transparent;
        height: auto;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-height: 65px;
    }

    .navbar.landing-nav .navbar-nav li a {
        background: transparent;
        border: 0;
    }

    /*
	.navbar.landing-nav .navbar-nav li a:hover{
		text-decoration:underline;
		color:#FFAB49;
	}
	*/
    .navbar.landing-nav .navbar-nav > li:last-of-type a {
        margin-left: 0.5em;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        border: 1px solid #fff;
        box-shadow: 0 0 5px #fff;
        text-shadow: 0 0 2px #000;
        padding: 0px 20px;
        margin-top: 16px;
        min-height: 32px;
    }

    .navbar.landing-nav .navbar-nav > li:last-of-type a:hover {
        background-color: rgba(255, 255, 255, 0.5);
        color: white;
    }

    .landing-nav .navbar-nav > li > a:not(.button) {
        background: transparent;
    }

    .left-image {
        width: 40%;
        left: 0;
        right: auto;
    }

    .left-image + .container {
        width: 60%;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        background: transparent;
        text-align: left;
        color: #5e5e5e;
    }

    .right-image {
        width: 40%;
        right: 0;
        left: auto;
    }

    .right-image + .container {
        width: 60%;
        margin-left: 0;
        margin-right: auto;
        background: transparent !important;
        padding-left: 180px !important;
        padding-right: 30px !important;
        padding-top: 180px;
        text-align: left;
        color: rgb(102, 102, 102);
    }

    #features_page .right-image + .container {
        padding-top: 100px;
        padding-bottom: 100px;
        min-height: 600px;
        height: auto;
    }
    .wide_page .right-image + .container {
        height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

#footer.landing-footer {
    border-top: 0;
    background-color: #2d95ec;
}

#footer.landing-footer img {
    width: 30px;
    margin: 10px;
}

#learn_more {
    margin-top: 10%;
    display: inline-block;
    text-align: Center;
    font-size: 80%;
    color: White !important;
    border-radius: 50px;
    border: 1px solid #fff;
    line-height: 1;
    padding: 10px 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

#learn_more:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 3px 25px 3px;
}

.btn-lg {
    padding: 10px 16px;
}

.btn {
    color: #6a6a6a;
}

.btn-gray {
    color: #fff;
    background: #747474;
    border-color: #747474;
}

.btn-gray:hover {
    color: #fff;
    background: #3d3d3d;
    border-color: #3d3d3d;
}

.btn-green2 {
    color: #fff;
    background: rgba(157, 179, 107, 1);
    border: 0;
}

.btn-green2:hover,
.btn-green2:focus,
.btn-green2:focus:active {
    color: #fff;
    background: rgb(175, 202, 115);
    border: 0;
    outline: none;
}

.btn-green3 {
    color: #fff;
    border: 0;
    background: rgb(27, 193, 56);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.btn-green3:hover,
.btn-green3:focus,
.btn-green3:focus:active {
    border: 0;
    color: #fff;
    background: rgb(27, 193, 56);
    box-shadow: none;
    outline: none;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.btn-green {
    color: #fff;
    background: rgba(157, 179, 107, 1);
    border: 0;
    letter-spacing: 0.05em;
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background: rgb(175, 199, 121);
    border: 0;
}

.btn-pink {
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    padding: 16px 30px;
    font-size: 19px;
    background: rgb(250, 0, 82);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}

.btn-pink:hover,
.btn-pink:focus {
    color: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.btn-yellow {
    color: #fff;
    background: #ff9a16;
    border-color: #ff9a16;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background: #ce9545;
    border-color: #ce9545;
}

#premium_benefits {
    margin: 30px auto;

    width: 85%;
    color: #6a6a6a;
}

#premium_benefits tbody tr:first-of-type td {
    padding-top: 30px;
}

#premium_benefits tbody tr:last-of-type td {
    padding-top: 30px;
    padding-bottom: 30px;
}

#premium_benefits td,
#premium_benefits th {
    width: 33%;
    text-align: center;
    padding: 15px 10px;
}

#premium_benefits th {
    background: #c0e0d3;
    color: white;
    font-size: 150%;
}

#premium_benefits th:nth-of-type(2) {
    background: #15c981;
    border-top: 12px solid #15c981;
    border-bottom: 12px solid #f3f3f3;
}

#premium_benefits tr:last-of-type td:nth-of-type(2) {
    border-bottom: 25px solid #f3f3f3;
}

#premium_benefits td {
    font-size: 105%;
    background: #fafafa;
}

#premium_benefits td:nth-of-type(2) {
    background: #f3f3f3;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.premium-badge {
    text-transform: uppercase;
    position: absolute;
    padding: 0px 6px 2px;
    top: 10px;
    right: 10px;
    z-index: 1;
    font-size: 85%;
    background: #fa7e7e;
    color: #fff;
}

#features_page .btn-green {
    text-transform: uppercase;
    padding: 14px 22px;
    font-size: 85%;
    white-space: normal;
}

#education_page,
#enterprise_page,
.wide_page {
    padding-top: 70px;
}

.sub-menu li a {
    padding: 7px 0 7px 20px;
    opacity: 0.85;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.sub-menu li a:hover {
    opacity: 1;
    /*background-color: rgba(0, 0, 0, 0.1);*/
}

.sub-menu {
    background: #227cc7;
}

@media screen and (min-width: 769px) {
    .sub-menu {
        display: none;
        position: absolute;
        font-size: 85%;
        width: 100%;
        font-weight: normal;
        background: rgba(41, 134, 213, 1);
    }

    .navbar.landing-nav .sub-menu {
        background: rgba(0, 0, 0, 0.1);
    }

    .menu-item-has-children:hover .sub-menu {
        display: block;
    }

    .menu-item-has-children > a:after {
        display: inline-block;
        content: " ";
        margin-left: 10px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-left: 4px solid rgba(0, 0, 0, 0);
    }

    .sub-menu li a {
        padding: 0 0 5px 12px;
        text-decoration: none;
    }

    :lang(ar) .sub-menu li a {
        padding: 0 12px 5px 0;
    }

    .landing-nav .sub-menu li a {
        padding: 0 0 5px 12px;
    }

    .navbar-right .sub-menu {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    .navbar-right .open .sub-menu {
        max-height: 200px;
    }
}

#pricing_table {
    position: relative;
    margin: auto;
    width: 95%;
    margin-top: 30px;
}

#pricing_table.edu-table {
    width: 75%;
}

.table-col {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    vertical-align: middle;
}

.table-cell,
.table-header {
    background: #fafafa;
    font-size: 105%;
    min-height: 51px;
    text-align: center;
    padding: 15px 10px;
}

.table-header {
    color: #fff;
    font-size: 150%;
    background: #71d5ad;
}

.highlight {
    z-index: 2;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
}

.highlight .table-header {
    background: #15c981;
    line-height: 40px;
}

.highlight .table-cell {
    background: #f3f3f3;
}

.table-cell:last-of-type {
    min-height: 100px;
}

.hightlight .table-cell:last-of-type {
    min-height: 115px;
}

.table-cell.price {
    font-size: 300%;
    font-weight: bold;
    padding: 25px 10px;
    line-height: 1;
}

.free-plan .table-cell.price {
    line-height: 1.8;
    font-size: 150%;
}

.table-cell.price .per-month {
    font-size: 60%;
}

.table-cell.price .savings {
    margin-top: 10px;
    font-size: 35%;
}

.highlight .btn {
    margin-top: -7px;
}

.download-button {
    background-color: #2d95ec;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 19px 38px;
    line-height: 62px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.download-button:hover {
    color: #fff;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .table-col {
        width: 32.4%;
        margin-left: 0.3%;
        margin-right: 0.3%;
    }

    .enterprise .table-col,
    .edu-table .table-col {
        width: 49.4%;
        margin-left: 0.3%;
        margin-right: 0.3%;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .navbar .container {
        width: 100%;
    }
}

.ee-toggle {
    margin-top: 30px;
}

.ee-toggle label.btn.active {
    color: #fff;
    background: #15c981;
    border-color: #15c981;
    box-shadow: 0 0 0 0;
}

.ee-square {
    color: white !important;
}

.ee-square img {
    width: 60%;
    opacity: 0.5;
}

.ee-square:hover {
    text-decoration: none;
}
.ee-square:hover img {
    opacity: 0.7;
}

.blog .entry-header,
.land-template-container .entry-header,
.blog .entry-title a,
.land-template-container .entry-title a {
    font-size: 100%;
    font-weight: 300;
}

@media (max-width: 500px) {
    .blog .entry-header,
    .land-template-container .entry-header,
    .blog .entry-title a,
    .land-template-container .entry-title a {
        font-size: 90%;
    }
}

/*
    [JB] h3 that is unused line has been removed for the new nav and footer menu.
    Need to be removed this css style block after confirmation.
*/
.blog h1,
.land-template-container h1,
.blog h2,
.land-template-container h2,
.land-template-container h3:not(.widget-title),
.blog h4,
.land-template-container h4,
.blog h5,
.land-template-container h5 {
    color: rgb(102, 102, 102);
    font-weight: 400;
}

.land-template-container h1,
.blog h1 {
    font-size: 225%;
}

.land-template-container h2,
.blog h2 {
    font-size: 200%;
}

/* .land-template-container h3:not(.widget-title),
.blog h3:not(.widget-title):not(.menu_menuHeader) {
    font-size: 24px;
    letter-spacing: 0.025em;
    line-height: 1;
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
} */

.land-template-container h4,
.blog h4 {
    font-size: 150%;
}

.land-template-container h5,
.blog h5 {
    font-size: 125%;
}

.continue-reading {
    position: relative;
    top: 5px;
    font-size: 14px;
    font-weight: normal;
}

.continue-reading-arrow {
    position: relative;
    font-size: 14px;
}

.search-box {
    display: block;
}

#searchform .form-group {
    position: relative;
}

#search {
    font-size: 16px;
    border-radius: 25px;
    width: 100%;
    margin-top: 45px;
    border: 1px solid #dedede;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 35px;
}

.search-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 9px;
    right: 16px;
    cursor: pointer;
}

#search-2 {
    margin-bottom: 10px;
}

.blog .search-title {
    font-size: 18px;
    color: #757575;
}

.fc-post-feature-image {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 0;
    float: none;
}

.fc-post-feature-image img {
    display: block;
    margin: 0 auto;
}

#community {
    margin-bottom: 50px;
}

#community_container {
    padding-top: 30px;
}

#community .spinner_container {
    display: block;
    height: 100px;
    width: 100%;
    margin-top: 100px;
}

#community .spinner_container .spinner {
    display: inline;
}

#community .block {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 360px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(48, 61, 75, 0.1);
    overflow: hidden;
}

@media (max-width: 768px) {
    #community .block {
        height: 560px;
    }
}

@media (max-width: 960px) {
    #community .block {
        height: 460px;
    }
}

#community .block:hover {
    cursor: zoom-in;
}

#community .block .community-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#community .block:hover .community-image {
    opacity: 0.5;
}

#community .community-title-container {
    background: #303d4b;
    padding: 10px 18px;
    color: white;
    position: relative;
    margin-top: -62px;
}

#community .community-title,
#community .community-author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#community .community-author {
    font-size: 90%;
}

.widget-title {
    font-size: 18px;
    line-height: 250%;
    font-weight: 300;
    color: #2d95ec;
    border-bottom: 1px solid #eee;
}

.widget-area .widget .cat-item a {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 0 5%;
    color: rgb(102, 102, 102);
}

.widget-area .widget .cat-item.current-cat a,
.widget-area .widget .cat-item a:hover {
    text-decoration: none;
    color: #fff;
    background: #2d95ec;
}

.navigation {
    margin-top: -10px;
}

.navigation .wp-paginate {
    padding: 0;
    margin: 0 !important;
    text-align: center;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: "Inter", "Oxygen", Arial;
    font-weight: normal;
    color: #2d95ec;
}

.navigation .wp-paginate a {
    border: none;
    background: transparent;
}

.navigation .wp-paginate .current {
    border: none;
}

.navigation .wp-paginate li {
    display: inline-block;
    min-width: 25px;
    margin: 0 2px;
    position: static;
}

.navigation .wp-paginate li:before {
    content: "";
}

.navigation .wp-paginate li .page,
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
    display: block;
    padding: 2px 3px 2px 4px;
    color: #2d95ec;
    transition: color 0.7s;
}

.navigation .wp-paginate li .page.current {
    text-decoration: none;
    border-radius: 25px;
    color: #fff;
    background: #2d95ec;
    min-width: 25px;
}

.dpe-flexible-posts a:hover {
    color: #2d95ec;
    text-decoration: none;
}

.dpe-flexible-posts div.title {
    font-size: 140%;
    line-height: 120%;
    margin-bottom: 8px;
}

.dpe-flexible-posts img {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
}

#dpe_fp_widget-2 .widget-title,
#dpe_fp_widget-3 .widget-title {
    margin-bottom: 0;
    text-align: left;
}

#dpe_fp_widget-2,
#dpe_fp_widget-3 {
    text-align: center;
}

/* Hide topics list when screen is smaller than 768px */
.blog-sidebar #categories-2 {
    display: none;
}

.bt_sidebar_col #categories-3 li,
.bt_sidebar_col #categories-3 li a {
    display: inline;
    padding: 0;
}

.bt_sidebar_col #categories-3 li {
    padding-right: 12px;
}

.bt_sidebar_col #categories-3 li a {
    color: #2d95ec;
    transition: color 0.7s;
    letter-spacing: 0.05em;
}

.bt_sidebar_col #categories-3 li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    color: rgba(45, 149, 236, 0.5);
}

@media (min-width: 768px) {
    .blog-main {
        width: 65%;
    }

    .blog-sidebar {
        margin-left: 10%;
        padding-right: 0;
    }

    .blog-sidebar #categories-2 {
        display: block;
    }
}

.venngage-modal + .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
}

.venngage-modal.modal .modal-dialog {
    margin: 90px 5%;
}

@media (min-width: 768px) {
    .venngage-modal.modal .modal-dialog {
        margin: 90px auto;
    }
}

.venngage-modal.modal .modal-content {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #bbb;
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}

.venngage-modal.modal.warning .modal-header {
    background: #f0ad4e;
}

.venngage-modal.modal.error .modal-header {
    background: #d95350;
}

.venngage-modal.modal .modal-header {
    padding: 10px;
    background: #fff;
    border: 0;
}

.venngage-modal.modal .modal-header .modal-title {
    font-weight: 400;
    font-size: 16px;
}

.venngage-modal.modal .modal-header .close {
    margin-top: -5px;
    margin-right: -5px;
    font-size: 250%;
    line-height: 19px;
    padding-bottom: 5px;
}

.venngage-modal.modal.warning .modal-body,
.venngage-modal.modal.error .modal-body {
}

.venngage-modal.modal .modal-footer {
    margin-top: 0;
    padding: 10px;
    border: 0;
    text-align: left;
}

.venngage-modal.modal .modal-body {
    padding: 15px 10px;
    font-size: 90%;
}

.use-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.col-200 {
    width: 100%;
}

@media (min-width: 440px) {
    .col-200 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .col-200 {
        width: 234px;
    }
}

.infographic-container {
    height: 213px;
    margin-bottom: 20px;
    margin-top: 11px;
    position: relative;
    width: 100%;
    display: block;
}

.infographic-container .menu {
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 35px 20px;
    background: rgba(12, 38, 60, 0.7);
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

@media (min-width: 768px) {
    .infographic-container .menu {
        opacity: 0;
    }
    .infographic-container .title {
        z-index: 1;
    }
}

.infographic-container:hover .menu {
    opacity: 1;
}

.infographic-container .title {
    opacity: 1;
    background: #666;
}

.infographic-container .menu a,
.infographic-container .menu .preview-template {
    display: block;
    color: white;
    text-decoration: none;
    padding: 4px 10px 6px;
    font-size: 120%;
    text-transform: uppercase;
    width: 140px;

    margin-bottom: 5px;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
}

.infographic-container .menu a:hover,
.infographic-container .menu .preview-template:hover {
    background: #2d95ec;
    cursor: pointer;
}

.infographic-container.create-from-template .image {
    background: #a696ce;
    border-color: #a696ce;
}

.infographic-container.create-infographic .image {
    background: #9db36b;
}

.infographic-container .image {
    height: 100%;
    background: #cccccc;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.infographic-container .image .image-spacer {
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    margin-left: -4px;
}

.infographic-container .image .missing-infographic-image {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #d0d2da;
    font-weight: 400;
    font-size: 125%;
    padding: 80px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.infographic-container .image img {
    max-width: 100%;
    /*opacity:0.5;*/
}

.infographic-container .menu a.infographic-upgrade:hover {
    background: #ff9a16;
}

.infographic-container .menu a.infographic-upgrade .flaticon-star {
    width: 28px;
    margin-left: -3px;
}

.infographic-container.upgrade-to-premium,
.infographic-container.create-infographic,
.infographic-container.create-from-template {
    cursor: pointer;
}

.infographic-container.upgrade-to-premium .title,
.infographic-container.create-infographic .title,
.infographic-container.create-from-template .title {
    background: transparent;
    font-size: 140%;
}

.infographic-container.upgrade-to-premium .menu,
.infographic-container.create-infographic .menu,
.infographic-container.create-from-template .menu {
    padding: 178px 10px 0px;
    text-align: center;
    opacity: 1;
    background: transparent;
}

.infographic-container.create-infographic:hover .menu {
    background: rgba(12, 38, 60, 0.7);
}

.infographic-container .image [class^="flaticon-"] {
    font-size: 600%;
    /*margin-top: 42px;*/
    color: #fff;
}

.infographic-container.create-infographic .image .flaticon-add {
    margin-top: 23%;
}

@media (min-width: 768px) {
    .infographic-container.create-infographic .image .flaticon-add {
        margin-top: 40%;
    }
}

.infographic-container.upgrade-to-premium .image .flaticon-star {
    margin-top: 35%;
}

.infographic-container.create-from-template .image .flaticon-template {
    margin-top: 25%;
}

.template-container .infographic-container {
    height: 300px;
    font-size: 90%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.template-container .infographic-container .menu {
    padding-top: 70px;
}

.infographic-container .title {
    position: absolute;
    bottom: 0px;
    background: #303d4b;
    color: #fff;
    text-transform: uppercase;
    padding: 14px;
    font-size: 14px;
    width: 100%;
    display: block;
    min-height: 50px;
    transition: opacity 0.3s;
    z-index: 3;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.infographic-container .author {
    font-size: 80%;
    text-transform: none;
}

#klockwork-lightbulb {
    width: 80px;
    height: 65px;
    background-image: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/klockwork-lightbulb.png");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    text-decoration: none;
    top: 84px;
    outline: none;
}

#klockwork-lightbulb:hover,
#klockwork-lightbulb:active,
#klockwork-lightbulb:focus {
    background-color: transparent;
    background-image: url("https://venngage.com/blog/wp-content/themes/venngage_v2/img/v2/klockwork-lightbulb-hover.png");
}
#klockwork-lightbulb span {
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 16px;
    color: white;
    width: 95px;
    position: absolute;
    top: 31px;
    text-align: left;
    left: 70px;
}
#klockwork-lightbulb:hover span {
    opacity: 1;
}

.marketplace-top {
    background: #2d95ec;
    padding-bottom: 0;
    height: 357px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: background 0.8s ease-in-out;
}

.marketplace-top-sticky {
    background: #303d4b;
    position: fixed;
    top: -307px;
    width: 100%;
    z-index: 6;
}

/* apply padding to marketplace when sticky top is activated */
.marketplace-top-sticky + #marketplace {
    padding-top: 357px;
}

.template-container .infographic-container .title {
    padding: 10px;
    min-height: 0;
}

.marketplace-categories {
    text-align: center;
}

.marketplace-categories .open .marketplace-category-bg,
.marketplace-category:hover .marketplace-category-bg,
.marketplace-categories .marketplace-category-ring {
    opacity: 0.4;
}

.marketplace-categories .marketplace-category-bg,
.marketplace-category:hover .marketplace-category-ring,
.marketplace-categories .open .marketplace-category-ring {
    opacity: 0;
}

#marketplace {
    padding: 0;
}

.marketplace-category {
    width: 160px;
    height: 202px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    color: white;
}

.marketplace-category:hover .dropdown-menu {
    max-height: 275px;
}

.marketplace-category-grid {
    margin: 0 auto;
}

.marketplace-category-grid:after {
    clear: both;
    display: block;
    content: " ";
}

.marketplace h3 {
    color: #2d95ec;
    margin: 0 15px 0 13px;
    padding: 20px 0 10px;
    font-size: 24px;
}

.marketplace h3:not(:first-child) {
    border-top: 1px solid #ccc;
}

.marketplace-category .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: rgba(48, 61, 73, 0.95);
    padding: 0;
    z-index: 4;
    overflow: hidden;
    max-height: 0;
    display: block;
    text-align: left;
    transition: max-height 0.2s ease-in-out;
}

.marketplace-categories .open .dropdown-menu {
    max-height: 275px;
}

.marketplace-category svg {
    display: block;
}
.marketplace-category .dropdown-menu a {
    padding: 0;
    color: #fff;
    text-decoration: none;
}
.marketplace-category .dropdown-menu a:hover,
.marketplace-category .dropdown-menu a:active,
.marketplace-category .dropdown-menu a:focus {
    background: transparent;
    color: #fff;
}
.marketplace-category .dropdown-menu li {
    padding: 6px 19px;
    font-size: 13px;
}
.marketplace-category .dropdown-menu li:hover {
    background: rgba(35, 31, 32, 0.6);
}

.marketplace-category-dropdown-button {
    background: transparent;
    width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: white;
    text-transform: uppercase;
}

.marketplace-categories .open .marketplace-category-dropdown-button,
.marketplace-category:hover .marketplace-category-dropdown-button {
    background: rgba(65, 64, 66, 0.4);
}

.marketplace-top-sticky .open .marketplace-category-dropdown-button,
.marketplace-top-sticky .marketplace-category:hover .marketplace-category-dropdown-button {
    background: rgba(35, 31, 32, 0.6);
}

.marketplace-category-dropdown-button .caret {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.marketplace-title {
    margin: 0;
    padding: 40px 0 20px;
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 30px;
}

.marketplace-subtitle {
    margin: 0 0 40px;
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 20px;
}

.marketplace-category-col {
    width: 200px;
    min-height: 300px;
    margin: 0 15px;
    float: left;
}

.marketplace-item {
    box-shadow: 0px 5px 15px #d1d3d4;
    border-radius: 0 0 10px 10px;
    margin: 0 0 30px;
}
.marketplace-item .premium-badge {
    position: relative;
    right: initial;
    left: 60px;
    top: -300%;
    margin: 7px auto;
    width: 65px;
    font-size: 10px;
    line-height: 20px;
    padding: 0;
    text-align: center;
}
.marketplace-item .marketplace-item-overlay {
    opacity: 0;
    background: rgba(12, 38, 60, 0.7);
    transition: opacity 0.5s;
    position: relative;
    top: -200%;
    height: 100%;
}
.marketplace-item .marketplace-image-fade {
    opacity: 1;
    background: #fff;
    transition: opacity 0.7s;
    position: relative;
    top: -100%;
    height: 100%;
}
.marketplace-item .marketplace-item-overlay a,
.marketplace-item .marketplace-item-overlay .preview-template {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 100px;
    letter-spacing: 0.05em;
    margin: 0 auto;
    background: transparent;
    cursor: pointer;
    border-radius: 25px;
}
.marketplace-item .marketplace-item-overlay .preview-template {
    margin: 5px auto 0;
    outline: none;
    border: 0;
}
.marketplace-item .marketplace-item-overlay a:hover,
.marketplace-item .marketplace-item-overlay .preview-template:hover,
.marketplace-item .marketplace-item-overlay .preview-template:active {
    background: rgb(27, 193, 56);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.btn-green3.create-infograph-from-market {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.btn-green3.create-infograph-from-market:hover,
.btn-green3.create-infograph-from-market:focus,
.btn-green3.create-infograph-from-market:focus:active {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.marketplace-item .marketplace-item-overlay .infographic-upgrade:hover {
    background: #ff9a16;
}
.marketplace-item:hover {
    box-shadow: none;
}
.marketplace-item:hover .marketplace-item-overlay {
    opacity: 1;
}
.marketplace-item p {
    width: 200px;
    height: 40px;
    padding: 10px;
    margin: 0;
    border-radius: 0 0 10px 10px;
    background: #303d4b;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}
.marketplace-item-image {
    transition: height 0.7s;
    overflow: hidden;
    height: 100%;
}
.marketplace-item-image img {
    display: block;
    width: 100%;
}

@media (max-width: 926px) {
    #klockwork-lightbulb {
        top: 140px;
    }
    .marketplace-top {
        height: 315px;
    }
    .marketplace-top-sticky {
        top: -280px;
    }
    .marketplace-top-sticky + #marketplace {
        padding-top: 315px;
    }
    .marketplace-category {
        width: 140px;
        height: 168px;
    }
    .marketplace-title {
        font-size: 26px;
        margin: 0;
        padding: 40px 0 20px;
    }
    .marketplace-subtitle {
        font-size: 18px;
    }
    .marketplace-category .dropdown-menu {
        min-width: 140px;
    }
    .marketplace-category .dropdown-menu li {
        font-size: 12px;
        padding: 4px 0 4px 15px;
    }
    .marketplace-category-dropdown-button {
        width: 140px;
        font-size: 12px;
        line-height: 35px;
        height: 35px;
    }
}

@media (max-width: 767px) {
    #klockwork-lightbulb {
        top: 82px;
    }
}

@media (max-width: 715px) {
    #klockwork-lightbulb {
        top: 67px;
        width: 60px;
    }
    #klockwork-lightbulb span {
        display: none;
    }
    .marketplace-top {
        height: 139px;
    }
    .marketplace-top-sticky {
        top: 0;
        position: static;
        background: #2d95ec;
    }
    .marketplace-top-sticky + #marketplace {
        padding-top: 0;
    }
    .marketplace-title {
        font-size: 22px;
        margin: 0;
        padding: 25px;
    }
    .marketplace-category {
        display: none;
    }
}

@media (max-width: 481px) {
    #klockwork-lightbulb {
        display: none;
    }
    .marketplace-top {
        height: 109px;
    }
    .marketplace-title {
        font-size: 18px;
        padding: 20px;
    }
    .marketplace-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .marketplace-title {
        padding: 30px 10px 20px;
    }
    .marketplace-subtitle {
        display: none;
    }
}

.post-page-content {
    font-family: "Inter", "Raleway", "Oxygen", "Helvetica", "sans-serif";
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.5;
}

.archive-header {
    border: none;
    margin: 0;
    padding: 0;
}

.site-content article {
    margin: 0;
    border: 0;
}
/*
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	//////////////////////////// Style for new blog page rv which is updated to new design /////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.blog-main-section {
    padding-right: 112.5px;
    padding-top: 25px;
}

.blog-article-main-section {
    width: 650px;
    float: none;
    margin: 0 auto;
    font-family: "Inter", "Oxygen", Helvetica, Arial, sans-serif;
}

.blog-article-main-section .post-page-content > p:first-child a:first-child img,
.blog-article-main-section .post-page-content > p:first-child img {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}

.blog-article-main-section p {
    color: #2B2B35;
    font-family: "Inter", "Oxygen", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: normal;
}

.blog-article-main-section header h1 {
    padding-left: 0;
    padding-right: 0;
}

.blog-article-main-section h1,
.blog-article-main-section .land-template-container h1,
.blog-article-main-section h2,
.blog-article-main-section .land-template-container h2,
.blog-article-main-section h3:not(.widget-title),
.blog-article-main-section .land-template-container h3:not(.widget-title) {
    color: #2B2B35;
    line-height: 1.2em;
    font-weight: bold;
}

.blog-article-main-section h4,
.blog-article-main-section .land-template-container h4,
.blog-article-main-section h5,
.blog-article-main-section .land-template-container h5,
.blog-article-main-section h6,
.blog-article-main-section .land-template-container h6 {
    color: #2B2B35;
    font-weight: 400;
}

.blog-article-main-section #bsp_title_border {
    margin-bottom: 30px;
}

.blog-article-main-section p {
    margin: 0 0 24px;
}

.blog-article-main-section ol li span {
    display: inline !important;
    position: relative;
}

.blog-article-main-section .post-page-content ol,
.blog-article-main-section .post-page-content ul {
    font-family: "Inter", "Oxygen", Helvetica, Arial, sans-serif;
    margin: 0 0 24px;
    color: #2B2B35;
    font-size: 20px;
    letter-spacing: normal;
    font-weight: 400;
}

.blog-article-main-section .post-page-content ol {
    margin-left: 0 !important;
}

.blog-article-main-section .post-page-content ol li {
    right: 0;
    position: static;
    display: list-item;
}

.blog-article-main-section .post-page-content ol li:before {
    width: 12px !important;
}

.blog-article-main-section h2,
.blog-article-main-section h3,
.blog-article-main-section h4,
.blog-article-main-section h5,
.blog-article-main-section h6 {
    margin: 24px 0;
    line-height: 1.2;
    letter-spacing: normal;
}

.blog-article-main-section h2 {
    font-size: 30px;
}

.blog-article-main-section h3:not(.widget-title) {
    font-size: 24px;
    color: #2B2B35;
}

.blog-article-main-section h5,
.blog-article-main-section h6 {
    font-size: 25px;
    color: #717178;
}

.blog-article-main-section h4 {
    font-size: 22px;
}

.blog-article-main-section img {
    margin-bottom: 32px;
}

.blog-article-main-section .post-page-content a {
    color: #0073E6;
}

.blog-article-main-section .post-page-content a:hover {
    text-decoration: underline;
    color: rgba(45, 149, 236, 0.5);
}

.blog-article-sidebar {
    float: none;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .blog-article-sidebar {
        width: 80%;
    }
}

.blog-article-sidebar .bt_sidebar_col .bt_posts_col {
    width: 250px;
    display: inline-block;
    margin: 20px;
    float: none;
}

@media (min-width: 1281px) {
    .blog-article-main-section {
        width: 750px;
    }
}
@media (max-width: 1280px) {
    .blog-main-section {
        padding-right: 47.5px;
    }
}

/*accomodation for sumome spacing*/
@media (max-width: 1095px) {
    div.blog-article-main-section .post-page-content > p:first-child a:first-child img:first-child,
    div.blog-article-main-section .post-page-content > p:first-child img:first-child {
        max-width: 100% !important;
        margin-left: 0% !important;
    }
    div.blog-article-main-section {
        padding-left: 65px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .blog-main-section {
        padding-right: 15px;
    }
}

@media (max-width: 890px) {
    .blog-article-sidebar {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .blog-article-main-section article {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        text-align: left;
    }
    .blog-article-main-section h2 {
        font-size: 30px;
    }
    .blog-article-main-section h3:not(.widget-title) {
        font-size: 25px;
    }
    .blog-article-main-section h4,
    .blog-article-main-section h5,
    .blog-article-main-section h6 {
        font-size: 20px;
    }
    .blog-article-main-section p {
        font-size: 18px;
    }
}

/* width of content column */
@media (max-width: 650px) {
    div.blog-article-main-section {
        width: 100%;
    }
}

@media (max-width: 495px) {
    div.blog-article-main-section {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .blog-article-main-section p,
    .blog .blog-article-main-section h1,
    .blog .blog-article-main-section h2,
    .blog .blog-article-main-section h3,
    .blog .blog-article-main-section h4,
    .blog-article-main-section h5,
    .blog-article-main-section h6,
    .blog-article-main-section .post-page-content ol,
    .blog-article-main-section .post-page-content ul,
    .blog-article-main-section .post-page-content > span {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-article-sidebar {
        padding-right: 20px;
        padding-left: 20px;
    }

    img.img-width-resize {
      width: 100%;
    }

    #main {
      padding-bottom: 0;
    }

    div.post-navigation-blocks .bp_posts_tiles .bt_posts_col .bt_posts_view {
      height: auto;
    }

    div.blog-breadcrumb-section {
      flex-wrap: nowrap;
      overflow-x: auto;
      padding: 10px 15px;
    }

    .blog-breadcrumb-home,
    #breadcrumbs {
      /* Prevents flex items from growing and shrinking */
      flex: 0 0 auto;
    }

    .blog-breadcrumb-section a,
    .blog-breadcrumb-section span,
    .blog-breadcrumb-section .breadcrumb_last {
      white-space: nowrap;
      flex-shrink: 0;
    }

    .blog-breadcrumb-section .breadcrumb-separator::after {
      margin: 0 8px;
    }
}

.bt_posts_col {
    width: 100%;
    float: left;
    border: 1px solid #dddedf;
    border-radius: 10px;
    margin: 0 0 0 0;
    padding: 10px;
    transition: all 0.5s ease 0s;
}
.bt_posts_col .author,
.bt_posts_col p.featured-author {
    color: #666666;
    font-family: "Inter", "Raleway", Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: 0.05em;
    margin: 20px 0 10px 0;
    padding-left: 15px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    clear: both;
    display: block;
}
.bt_posts_col a {
    color: #2B2B35;
    font-weight: 400;
    text-decoration: none !important;
    transition: all 0.5s ease 0s;
}
.bt_posts_col .title,
.bt_posts_col p.featured-title {
    color: #2B2B35;
    line-height: 1.2;
    font-family: "Inter", "Oxygen", Arial, Helvetica, sans-serif;
    font-size: 22.5px;
    padding: 0 0 0 15px;
    letter-spacing: 0.025em;
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    margin: 0;
    font-weight: 400;
}

.bt_posts_col .bt_posts_view {
    width: 100%;
    height: 180px;
    float: left;
    transition: all 0.5s ease 0s;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

/* Category feed thumbnail height for staging */
.env-staging.category-24 .bt_posts_col .bt_posts_view,
/* Category feed thumbnail height for production */
.category-448 .bt_posts_col .bt_posts_view {
  height: auto;
}
.bt_posts_col .bt_posts_view img {
    max-width: 100%;
    max-height: none;
}

.bt_posts_col .bt_posts_view:hover ~ .title a,
.bt_posts_col .title:hover a,
.bt_posts_col .author:hover a {
    color: #0073E6;
    transition: all 0.5s ease 0s;
}

.bt_loadmore p {
    color: #d4d6d7;
    font-size: 14px;
    margin: 30px 0 0 0;
    display: inline-block;
    width: 100%;
}
.bt_loadmore a {
    background: #3397e9;
    padding: 12px 30px;
    color: #ffffff;
    margin: 30px 0 0 0;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
}
.bt_loadmore a:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.9;
}
.bt_sidebar_col {
    width: 100%;
    float: left;
}
.bt_sidebar_col h1,
.bt_sidebar_col p.featured-title {
    font-size: 18px;
    height: 75px;
    text-align: left;
    clear: both;
    display: block;
}
.bt_sidebar_col h2,
.bt_sidebar_col p.featured-author {
    text-align: left;
}
.bt_pagination {
    list-style: none;
    margin: 20px 0;
    padding: 0 10%;
    text-align: center;
}
.bt_pagination li {
    display: inline-block;
}
.bt_pagination li a {
    display: inline-block;
    color: #3397e9;
    padding: 0 0;
    width: 25px;
    height: 25px;
    text-decoration: none !important;
    line-height: 25px;
    font-size: 14px;
}
.bt_pagination li a:hover {
    background: #e8e9ea;
}
.bt_pagination li .active {
    background: #3397e9;
    color: #ffffff;
}
.bt_pagination li.pull-left a {
    width: auto;
    background: none;
}
.bt_pagination li.pull-right a {
    width: auto;
    background: none;
}
.bp_pagination_nav {
    margin: 27px auto 0;
}
.bp_pagination_nav .navigation {
    margin: 20px auto 0;
}

@media (max-width: 1280px) {
    .bt_posts_col .bt_posts_view {
        height: 198px;
    }
}

@media all and (max-width: 767px) {
    .blog-post-grid {
        text-align: center;
    }
    .bt_posts_col .title {
        font-size: 18px;
    }
    .bt_posts_col {
        margin-top: 10px;
    }
    .bp_pagination_nav {
        margin: 10px auto 0;
    }
    article.status-publish {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        text-align: left;
    }
}
article.status-publish a {
    transition: color 0.7s;
}
#bp_posts_wrap .navigation {
    clear: both;
    margin-top: 0;
}
#arpw_featured {
    font-size: 18px;
    font-weight: 300;
    color: #2d95ec;
    margin-bottom: 0px;
}
.bp_posts_tiles.col-sm-6 {
    padding: 20px;
}
.bt_sidebar_col .bt_posts_col {
    margin: 20px 0 0 0;
}
.bt_sidebar_col .bt_posts_col .bt_posts_view {
    height: 125px;
}

#categories-2 + #dpe_fp_widget-2 .bt_posts_col .bt_posts_view {
    height: 132px;
}

.bp_pagination_nav {
    max-width: 700px;
    clear: both;
}

@media only screen and (max-width: 991px) {
    .bp_pagination_nav {
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    .widget_dpe_fp_widget h2 {
        font-size: 10px;
        padding-left: 10px;
    }
}

.bp_pagination_nav .navigation .wp-paginate li .next {
    background-color: transparent;
    padding-top: 5px;
}
.bp_pagination_nav .navigation .wp-paginate li .prev {
    background-color: transparent;
    padding-top: 5px;
}

.bp_pagination_nav .navigation .wp-paginate li .page:hover,
.bp_pagination_nav .navigation .wp-paginate li .next:hover,
.bp_pagination_nav .navigation .wp-paginate li .prev:hover,
#bsp_next_previous_link_nav a:hover {
    text-decoration: none;
    color: rgba(45, 149, 236, 0.5);
}
.navigation .wp-paginate li .page.current:hover {
    color: #fff;
}
.bt_sidebar_col #search-3 {
    margin-bottom: 0 !important;
}
.widget-area .widget .cat-item a {
    font-family: "Inter", "Raleway", sans-serif;
}

.bsp_post_title_view h2,
.bsp_post_title_view p {
    font-size: 14px;
    color: #717178;
    text-transform: uppercase;
    font-family: "Inter", "Raleway", "Oxygen", sans-serif;
    margin: 12px 0;
    letter-spacing: 0.05em;
    line-height: 1.1em;
}
.bsp_post_title_view p {
    font-family: "Inter", "Oxygen", "Raleway", sans-serif;
    font-weight: 300;
}
.bsp_post_title_view h2 a,
.bsp_post_title_view p a {
    color: #717178;
}
.bsp_post_title_view h2 a:hover,
.bsp_post_title_view p a:hover {
    color: #2d95ec;
}

.land-template-container h1,
.bsp_post_title_view h1 {
    margin: 20px 0 30px 0px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700 !important;
    color: #1d1d1d;
}

.bsp_post_title_view h1 {
    color: #2B2B35;
}

.bsp_author_info .bsp_author_avatar {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    margin-top: 15px;
    overflow: hidden;
    border-color: transparent;
}
.bsp_author_description {
    border-top: 1px solid #dddddd;
    padding: 0px 0 14px 114px;
    text-align: left;
    min-height: 120px;
}
.bsp_author_description h2,
.bsp_author_description span.about-author-title {
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    letter-spacing: 0.025em;
    color: rgb(102, 102, 102);
    margin: 35px 0 10px 0;
}
.bsp_author_description p {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: "Inter", "Raleway", "Oxygen", "Helvetica", "sans-serif";
}
.bsp_author_description h2 a,
.bsp_author_description span.about-author-title a {
    color: #2d95ec !important;
    transition: color 0.7s;
    text-decoration: none;
}

.bsp_author_description h2 a:hover,
.bsp_author_description span.about-author-title a:hover {
    color: rgba(45, 149, 236, 0.5) !important;
    text-decoration: none;
}

#bsp_next_previous_link_nav #bsp_back_blog_link {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 200px;
}
#bsp_next_previous_link_nav {
    position: relative;
    margin-top: 40px;
    padding: 0 20px;
}
.bsp_author_info {
    margin-top: 15px;
}
#bsp_post_all_tags #bsp_tag_txt {
    float: left;
    font-weight: 300;
    margin: 0 5px 0 0;
    font-family: "Inter", "Raleway", "Oxygen", "Helvetica", "sans-serif";
    text-transform: uppercase;
    line-height: 40px;
}
#bsp_post_all_tags a {
    color: #2d95ec;
    font-family: "Inter", "Raleway", "Oxygen", "Helvetica", "sans-serif";
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.05em;
    transition: color 0.7s;
}
#bsp_post_all_tags a:hover {
    color: rgba(45, 149, 236, 0.5);
}
#bsp_next_previous_link_nav a {
    letter-spacing: 0.05em;
    transition: color 0.7s;
}
#bsp_title_border {
    border-bottom: 1px solid #dddddd;
    width: 180px;
    margin-bottom: 40px;
}

.widget_advanced_recent_posts_widget .bt_posts_col .author {
    font-size: 10px;
}

.about-us-page .about-us-row {
    font-size: 0;
}

.about-us-page .about-us-row > div {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.about-us-page .user-info-box {
    margin-top: 40px;
    margin-bottom: 60px;
}

.about-us-page h1 {
    font-size: 30px;
    color: rgb(102, 102, 102);
    margin-top: 40px;
}

.about-us-page h2 {
    font-size: 20px;
    color: rgb(102, 102, 102);
    line-height: 1.4;
}

.about-us-page p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-weight: 300;
}

.about-us-page .position-text {
    color: #2d95ec;
    letter-spacing: 0.025em;
}

.about-us-page .user-info-box p {
    margin: 16px 0 0 0;
}

.about-us-page .user-name {
    margin: 22px 0 0 0;
    letter-spacing: 0.05em;
}

.about-us-page .position-text,
.about-us-page .user-name {
    text-transform: uppercase;
    font-weight: 300;
}

@media only screen and (max-width: 1199px) {
    .bt_posts_col .title {
        font-size: 20px;
        height: 90px;
    }
    .bt_posts_col .bt_posts_view {
        height: 156px;
    }

    #categories-2 + #dpe_fp_widget-2 .bt_posts_col .bt_posts_view,
    .bt_sidebar_col .bt_posts_col .bt_posts_view {
        height: 104px;
    }
    .bt_sidebar_col h1 {
        font-size: 16px;
        height: 78px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 992px) {
    .bt_posts_col .bt_posts_view {
        height: 172px;
    }
    .widget_advanced_recent_posts_widget {
        text-align: center;
    }
    #arpw_featured,
    .bt_sidebar_col .bt_posts_col {
        text-align: left;
    }
    .bt_sidebar_col .bt_posts_col .author {
        padding-left: 5px;
    }
    .bt_sidebar_col .bt_posts_col .title {
        padding-left: 5px;
    }
    .bt_sidebar_col .bt_posts_col {
        width: 250px;
        display: inline-block;
        margin: 20px;
        float: none;
    }
    #categories-2 + #dpe_fp_widget-2 .bt_posts_col .bt_posts_view,
    .bt_sidebar_col .bt_posts_col .bt_posts_view {
        height: 125px;
    }
}

@media only screen and (max-width: 767px) {
    .land-template-container h1,
    .bsp_post_title_view h1 {
        font-size: 32px;
    }
    .bt_posts_col .author {
        letter-spacing: normal;
        padding-left: 5px;
    }
    .bt_posts_col .title {
        padding-left: 5px;
    }
    .bt_posts_col .bt_posts_view {
        height: 130px;
    }
    .blog-post-grid article.status-publish {
        width: 300px;
        padding: 0;
    }
}

.email-octopus-form-container {
    max-width: 400px;
    background: rgba(241, 242, 242, 1);
    padding: 30px 50px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: Oxygen;
}
.sumome-popup .email-octopus-form-container {
    max-width: initial;
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.email-octopus-form-container .email-octopus-form-info {
    margin: 0 0 10px;
    color: rgb(102, 102, 102);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.email-octopus-form-wrapper h2 {
    font-size: 20px;
    margin: 0 0 25px 0;
}
.email-octopus-form-row {
    margin: 15px 0;
}
.email-octopus-form-row label {
    display: block;
}
.email-octopus-form-row input {
    border-radius: 0;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px;
    height: 40px;
    border: 1px solid rgb(102, 102, 102);
    font-weight: 300;
    outline: 0;
    font-family: Oxygen;
}
.email-octopus-form-row input:focus {
    border: 1px solid #2d95ec;
}
.email-octopus-form-row-subscribe {
    margin-top: 20px;
}
.email-octopus-form-row-subscribe button,
.email-octopus-form-button {
    border-radius: 0;
    background: #2d95ec;
    padding: 0;
    margin: 20px 0 0;
    border: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    font-size: 30px;
    color: white;
    width: 100%;
    font-weight: 300;
    letter-spacing: 0.05em;
    box-shadow: 0 0 10px 3px rgb(220, 220, 220);
    font-family: Oxygen;
    text-decoration: none;
}
.sumome-popup .email-octopus-form-row-subscribe button,
.sumome-popup .email-octopus-form-button {
    line-height: initial;
    font-size: initial;
    height: initial;
}

.email-octopus-form-row-subscribe button:hover,
.email-octopus-form-button:hover {
    background: #47a1ed;
    cursor: pointer;
}
.email-octopus-form-button:hover,
.email-octopus-form-button:focus {
    color: white;
    text-decoration: none;
}
.email-octopus-form-row-hp {
    position: absolute;
    left: -5000px;
}
.email-octopus-success-message {
    margin: 0;
    display: none;
}
.email-octopus-form-container .email-octopus-success-text {
    font-size: 18px;
    margin: 0;
}
.email-octopus-form-container .email-octopus-error-message {
    color: #e74c3c;
    line-height: 1.2;
    margin: 0;
}

.footer_root {
    display: flex;
    justify-content: center;
    min-height: 100px;
    color: #fff;
    background-color: #0d2860;
    font-size: initial;
    font-style: normal;
    font-weight: 400;
    font-family: "Inter", "Noto Sans JP", sans-serif, serif !important;
    -webkit-font-smoothing: antialiased;
    z-index: 2;
    position: relative;
}

.footer_layoutContainer {
  padding: 50px 72px; 
}
@media only screen and (max-width: 768px) {
  .footer_layoutContainer {
    padding: 36px 30px; 
  } 
}
@media only screen and (min-width: 1200px) {
  .footer_layoutContainer {
    width: 100%;
    max-width: 1440px; 
  }
}

.footer_menuContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 480px) {
    .footer_menuContainer {
      gap: 20px;
    } 
}
@media only screen and (min-width: 1240px) {
    .footer_menuContainer {
      justify-content: space-between;
    } 
}

.footer_menuColumn {
    width: unset;
    max-width: 100%;
    flex: 0 0 auto; 
}
@media only screen and (max-width: 1239px) {
    .footer_menuColumn {
      width: 30%;
    }
}
@media only screen and (max-width: 768px) {
    .footer_menuColumn {
      width: 46%;
    }
}
@media only screen and (max-width: 600px) {
    .footer_menuColumn {
      width: 100%;
    }
}

.footer_menuTitle {
    color: #ffc42a;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.5;
}

.footer_menuList {
    list-style: none;
}

.footer_menuListItem {
    margin-bottom: 8px;
}

.footer_menuLink {
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
}

.footer_menuLink:hover {
    color: inherit;
    text-decoration: inherit;
}

.footer_brandingContainer {
    display: flex;
    flex-direction: column;
    align-items: right;
}
@media only screen and (max-width: 1239px) {
    .footer_brandingContainer {
      align-items: center; 
    } 
}
.footer_brandingContainer > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 1000px) {
    .footer_logoContainer {
      margin-top: 24px;
    }
}

.footer_copyright {
    margin-top: 12px;
}

.footer_socialSharing {
    margin-top: 20px;
}

.footer_socialLink {
    margin: 6px;
    width: 26px;
    height: 26px;
    position: relative;
    &:hover {
        .footer_newTab_icon {
            display: block;
            transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
        }
    }
}

.footer_socialLink svg {
    width: 26px;
    height: 26px;
}

.footer_newTab_icon {
    z-index: 10;
    display: none;
    position: absolute;
    left: -2px;
    bottom: -39px;
  }


.footer_hiddenText {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.footer_localeContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}
.footer_localeContainer > * {
    margin-left: 10px;
}

.footer_social_image {
    width: max-content;
    height: max-content;
}

.locale_dropdown_root {
    position: relative;
    z-index: 1;
}
.locale_dropdown_root .arrow {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    width: 9px;
    height: 9px;
    margin: 0 0 2px 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.locale_dropdown_root .arrow-up {
    margin: 5px 0px -2px 6px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.locale_dropdown_default {
    cursor: pointer;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;

    &:focus {
        outline: 2px solid rgb(94, 158, 214);
    }
}

.locale_dropdown_arrow {
    position: absolute;
    background-color: #fff;
    bottom: -5px;
    right: 10%;
    margin-top: 20px;
    width: 12px;
    height: 12px;
    z-index: 101;
    opacity: 0;
    box-shadow: -3px -3px 4px -2px rgba(50, 50, 50, 0.2);
    transform: rotate(225deg);
}
@media only screen and (max-width: 480px) {
    .locale_dropdown_arrow {
        right: 41%;
    }
}

.locale_dropdown_optionsContainer {
    border-radius: 4px;
    display: none;
    flex-flow: column wrap;
    background-color: #fff;
    color: #fff;
    position: absolute;
    bottom: 140%;
    right: -20%;
    padding: 16px 12px;
    width: 120px;
    height: 264px;
    z-index: -1;
}
@media only screen and (max-width: 480px) {
    .locale_dropdown_optionsContainer {
        width: 270px;
        height: auto;
        right: -100%;
        bottom: 140%;
    }
}

.locale_dropdown_option {
    position: relative;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 4px;
    padding: 3px 9px;
    border-radius: 4px;
    text-align: left;
    line-height: 19px;
    cursor: pointer;
    text-decoration: none;
    color: #2b2b35;
    background-color: transparent;
}
.locale_dropdown_option.locale_dropdown_select {
    color: #3770e9;
    background-color: #dfe9ff;
}
.locale_dropdown_option:hover {
    color: #0082ff;
}
.locale_dropdown_option:hover.locale_dropdown_select {
    background-color: #d1ddf6;
    color: #2b2b35;
}

.locale_dropdown_show {
    opacity: 1;
    z-index: 2;
}

.locale_dropdown_mobile {
    display: flex;
}

.header_root {
    z-index: 100;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    font-family: "Inter", "Noto Sans JP", sans-serif, serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 5%);
}

.link_button_root {
    display: inline-block;
    color: #2b2b35;
    white-space: nowrap;
    text-decoration: none !important;
    padding: 15px 25px;
    font-size: 18px;
}
.link_button_root:hover {
    color: #3770e9 !important;
}

.link_button_root:visited {
    color: #2b2b35 !important;
}

.menu_root {
    width: 100%;
    position: absolute;
    border-radius: 4px;
    top: 54px;
    visibility: hidden;
}
@media only screen and (max-width: 480px) {
    .menu_root {
        display: none;
    }
}

.menu_arrow {
    position: absolute;
    background-color: #fff;
    top: -5px;
    left: 50%;
    margin-top: 20px;
    width: 12px;
    height: 12px;
    z-index: 101;
    opacity: 0;
    transition: transform 0.25s, opacity 0.1s ease-in;
    will-change: transform, opacity;
    box-shadow: -3px -3px 4px -2px rgba(50, 50, 50, 0.2);
    transform: rotate(45deg);
}
.menu_arrow.menu_product {
    transform: translateY(0) translateX(-198px) rotate(45deg);
}
.menu_arrow.menu_templates {
    transform: translateY(0) translateX(-185px) rotate(45deg);
}
.menu_arrow.menu_learn {
    transform: translateY(0) translateX(-207px) rotate(45deg);
}
.menu_arrow.menu_pricing {
    transform: translateY(0) translateX(-204px) rotate(45deg);
}
.menu_arrow.menu_solutions {
    transform: translateY(0) translateX(205px) rotate(45deg);
}
.menu_root.menu_short .menu_arrow.menu_product {
  transform: translateY(0) translateX(-202px) rotate(45deg);
}
.menu_root.menu_short .menu_arrow.menu_templates {
  transform: translateY(0) translateX(-197px) rotate(45deg);
}
.menu_root.menu_short .menu_arrow.menu_learn {
  transform: translateY(0) translateX(-190px) rotate(45deg);
}
.menu_root.menu_short .menu_arrow.menu_pricing {
  transform: translateY(0) translateX(-211px) rotate(45deg);
}
.menu_root.menu_short .menu_arrow.menu_solutions {
  transform: translateY(0) translateX(214px) rotate(45deg);
}

.menu_contentContainer {
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    margin-top: 20px;
    transition: transform 0.25s ease-out, width 0.25s, height 0.25s;
    will-change: transform, width, height;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px rgba(50, 50, 50, 0.2);
}
.menu_contentContainer.menu_product {
    width: 927px;
    height: 539px;
    transform: translateX(-444px);
}
.menu_contentContainer.menu_templates {
    width: 640px;
    height: 373px;
    transform: translateX(-400px);
}
.menu_contentContainer.menu_learn {
    width: 320px;
    height: 280px;
    transform: translateX(-359px);
}
.menu_contentContainer.menu_pricing {
    width: 270px;
    height: 470px;
    transform: translateX(-334px);
}
.menu_contentContainer.menu_solutions {
    width: 927px;
    height: 343px;
    transform: translateX(-444px);
}
.menu_root.menu_short .menu_contentContainer.menu_learn {
    width: 320px;
    height: 225px;
    transform: translateX(-340px);
}
.menu_root.menu_short .menu_contentContainer.menu_pricing {
  transform: translateX(-340px);
}

.menu_menuContainer {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 35px 30px;
    font-size: 14px;
    border-radius: 4px;
    top: 0;
    left: 0;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.menu_menuContainer.menu_product {
    width: 927px;
}
.menu_menuContainer.menu_templates {
    width: 640px;
}
.menu_menuContainer.menu_learn {
    width: 320px;
}
.menu_menuContainer.menu_pricing {
    width: 270px;
}
.menu_menuContainer.menu_solutions {
    width: 927px;
}
.menu_root.menu_short .menu_menuContainer.menu_learn {
  width: 320px;
}

.menu_menuHeader {
    color: #6f7d8b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
	padding: 0;
	margin: 0;
}

.menu_divider {
    border-bottom: 1px solid #e0e0e0;
    margin: 12px 0;
}

.menu_featurePageContainer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    flex-direction: column;
    max-height: 330px;
}

.menu_pageLink {
    color: #2b2b35;
    font-size: 14px;
    text-align: left;
    width: 200px;
    margin: 4px 12px 4px 0px;
    padding: 6px;
    border-radius: 4px;
    text-decoration: none;
    line-height: 17px;
}
.menu_pageLink:hover {
    background-color: #f2f6ff;
    color: #3770e9;
}

.menu_pointer {
    pointer-events: auto;
}

.menu_visible {
    visibility: visible;
}

.menu_show {
    opacity: 1;
}

.mobile_menu_root {
    display: none;
    padding: 20px 0 124px 0;
    max-height: calc(100vh - 88px);
    background-color: #fff;
    z-index: 1005;
    overflow: hidden;
    white-space: nowrap;
}
.mobile_menu_root.menu_short {
  padding-bottom: 0;
}

.mobile_menu_show {
    display: flex;
    flex-direction: column;
}

.mobile_menu_ctaContainer {
    display: flex;
    margin: 30px 0;
    flex-flow: column wrap;
}

.mobile_menu_messageBoxHeader {
    margin: 0;
    cursor: pointer;
    padding: 6px 15px 8px 30px;
    display: flex;
    align-items: center;
}

.mobile_menu_messageBoxContent {
    overflow-y: auto;
}

.mobile_menu_messageBoxItem {
    margin: 0;
    padding: 15px 30px;
    min-width: 190px;
    text-align: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}
@media only screen and (pointer: fine) {
    .mobile_menu_messageBoxItem:hover {
        background-color: #f2f6ff;
        color: #3770e9;
    }
}
.mobile_menu_messageBoxItem.mobile_menu_selected {
    background-color: #f2f6ff;
    color: #3770e9;
}
.mobile_menu_messageBoxItem.mobile_menu_disabled {
    pointer-events: none;
    color: rgba(16, 16, 16, 0.3);
}

.mobile_menu_subMenuHeader {
    margin: 0;
    padding: 15px 30px;
    min-width: 190px;
    text-align: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}

.mobile_menu_messageBoxItemAvatar {
    width: 20px;
    height: 20px;
    margin: 0px 11px 0px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.mobile_menu_messageBoxItemText {
    display: inline-block;
    vertical-align: middle;
    flex-grow: 1;
}

.mobile_menu_messageBoxControlGroup {
    width: 100%;
    display: flex;
    padding: 20px 0px 20px 0;
    justify-content: center;
}

.mobile_menu_divider {
    height: 1px;
    padding: 0;
    margin: 0 25px;
    border: none;
    flex-shrink: 0;
    background-color: #f1f2f2;
}

.mobile_menu_typography {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-style: normal;
}
.mobile_menu_typography.mobile_menu_h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -1%;
    color: #2b2b35;
    display: inline-block;
}
.mobile_menu_typography.mobile_menu_subtitle1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    display: inline-block;
}
.mobile_menu_typography.mobile_menu_body1 {
    color: #2b2b35;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.15px;
    letter-spacing: 0.03px;
}
.mobile_menu_typography.mobile_menu_body2 {
    font-size: 14px;
    font-weight: 600;
    color: #6f7d8b;
    cursor: default;
    text-transform: uppercase;
    line-height: 15.15px;
    letter-spacing: 0.03px;
}
.mobile_menu_typography.mobile_menu_disabled {
    color: rgba(16, 16, 16, 0.3);
}
.mobile_menu_typography.mobile_menu_bold {
    color: unset;
    font-weight: 700;
}

.mobile_menu_arrow {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 10px;
    width: 9px;
    height: 9px;
}
.mobile_menu_arrow.mobile_menu_right {
    transform: rotate(-45deg);
}
.mobile_menu_arrow.mobile_menu_left {
    transform: rotate(135deg);
}

.mobile_menu_secondaryMenu {
    padding: 14px 25px 14px 51px;
}

/**
 * Navigation bar
 */
.nav_root {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 64px;
    align-items: center;
    background: #ffffff;;
    z-index: 5;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

body.logged-in.admin-bar .header_root {
    margin-top: 32px;
}

@media only screen and (max-width: 1200px) {
    .nav_root {
        padding: 0 24px;
    }

    body.logged-in.admin-bar .header_root {
        margin-top: 46px;
    }

    #wpadminbar {
        position: fixed;
    }
}

.nav_logoLink {
    display: flex;
    justify-content: center;
}

.nav_navList {
    position: relative;
    display: flex;
    font-size: 16px;
    list-style: none;
    margin-bottom: 0px !important;
    padding: 20px;
}
@media only screen and (max-width: 1024px) {
    .nav_navList {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .nav_navList {
        display: none;
    }
}

.nav_ctaContainer {
    display: flex; 
  } 

  .nav_ctaContainer .button_root {
    margin: auto;
  }

  @media only screen and (max-width: 768px) {
    .nav_ctaContainer {
      display: none;
    } 
}

@media only screen and (max-width: 1200px) {
    .nav_ctaContainer {
        margin-left: auto;
        margin-right: 44px;
    }
}

.nav_hamburgerMenu {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .nav_hamburgerMenu {
        display: block;
    }
}

.hamburger_root {
    width: 30px;
    height: 22.5px;
    position: relative;
    margin: 5px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.hamburger_root span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2b2b35;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.hamburger_root span:nth-child(1) {
    top: 0px;
}

.hamburger_root span:nth-child(2),
.hamburger_root span:nth-child(3) {
    top: 9px;
}

.hamburger_root span:nth-child(4) {
    top: 18px;
}

.hamburger_root.hamburger_open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.hamburger_root.hamburger_open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger_root.hamburger_open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger_root.hamburger_open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.submenu_item_root {
	border-radius: 4px;
	padding: 8px;
	color: #2b2b35;
	text-decoration: none; }
	.submenu_item_root:hover {
	  background-color: #f2f6ff;
	  color: #3770e9; }

  .submenu_item_content {
	display: flex;
	margin: 4px 0; }

  .submenu_item_svgContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 33px; }
	.submenu_item_svgContainer svg {
	  width: 100%;
	  height: 100%; }

  .fonts_visual_icon {
    width: 36px;
    height: 36px;
  }

  .submenu_item_textContainer {
    margin-left: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }


  .submenu_item_text {
	margin: unset;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px !important;
	font-weight: 500;
	font-family: inherit;
	padding: unset;
	/* color: #2B2B35; */
	letter-spacing: unset;
	text-transform: unset;
  }

  .submenu_item_subtext {
	margin-top: 0;
	margin-bottom: 0;
	color: #6f7d8b;
	font-size: 12px; }

  .submenu_root {
	display: flex;
	height: fit-content;
	max-height: 100%;
	flex-wrap: wrap;
	margin-left: -7px;
	flex-direction: column;
	margin-top: 15px;
  }

  .submenu_root_product {
    flex-direction: row;
    gap: 15px;
  }

  .submenu_item_image {
	width: 100%;
	height: 100%;
  }

.button_root {
    display: inline-block;
    position: relative;
    background-color: #0073e6;
    border-radius: 6px;
    color: #fff !important;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
    text-decoration: none !important;
}

.button_root:hover {
    background-color: #0052a3 !important;
}

/**
 * Breadcrumb
 */
.category__hero-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 24px 40px 24px;
    text-align: left;
}

@media only screen and (max-width:1200px) {
    .category__hero-section {
        padding: 20px 24px;
    }
}

h1.category__hero-section__title {
    font-family: "Inter";
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #2B2B35;
    margin: 0 0 20px 0;
    padding: unset;
}

p.category__hero-section__description {
    white-space: pre-line;
    padding: 0;
    margin: 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.blog-breadcrumb-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 44px;
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
}

.blog-breadcrumb-section > #breadcrumbs {
    margin: unset;
    padding: unset;
    font-size: unset;
}

.blog-breadcrumb-section span {
    display: flex;
    flex-wrap: wrap;
    color: #000000;
}

.blog-breadcrumb-section span.breadcrumb_last {
    color: #666666;
}

.blog-breadcrumb-section a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.blog-breadcrumb-section a:hover {
    color: #2d95ec;
}

.blog-breadcrumb-section a.breadcrumb-separator::after {
    content: ' ';
    display: flex;
    width: 6px;
    height: 10px;
    margin: 1px 8px 0 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjI4NjEzIDEuMjVMNS4yODYxMyA1TDEuMjg2MTMgOC43NSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-size: 100%;
    background-repeat: no-repeat;
}

.margin-navbar-spacing {
    margin-top: 136px;
}

@media only screen and (max-width: 768px) {
    .margin-navbar-spacing {
        margin-top: 80px;
    }
    .blog-breadcrumb-section {
        padding: 10px 24px;
    }
}

.blog-breadcrumb-home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    white-space: nowrap;

}

/**
 * CATEGORY NAVIGATION BAR
 */
.category-nav {
    display: flex;
    flex-direction: row;
    padding: 14px 44px;
    background: #162D5D;
    color: #ffffff;
    height: 51px;
}

/* Switching views between desktop and mobile */
.category-nav__desktop {
    display: flex;
}
.category-nav__mobile {
    display: none;
    position: 'relative';
    width: 100%;
    top: unset;
}

.category-nav__mobile__bar {
    display: flex;
    height: 51px;
    padding: 10px 24px;
}

.category-nav__list {
    display: flex;
}

.category-nav__list__item {
    margin: 0 30px 0 0;
}

.category-nav__list__item > a,
.category-nav__more {
    display: inline-block;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    color: #ffffff;
}

.category-nav__list__item > a:hover,
.category-nav__more > span:hover {
    box-shadow: 0 2px #fff;
    padding-bottom: 4px;
}

.category-nav__more:hover::after {
    content: '';
    display: block;
}

.category-nav__more {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 60px;
}

.category-nav__more > span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.category-nav__more > span::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjU3NDIyIDEuMjVMNS4wNzQyMiA0Ljc1TDguNTc0MjIgMS4yNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    content: '';
    display: flex;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 6px 0 0 4px;
}

.category-nav__dropdown {
    position: absolute;
    margin: 50px 20px 0 0;
    background: #ffffff;
    visibility: hidden;
    padding: 35px 30px 20px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 2px rgba(50, 50, 50, 0.2);
    color: #6f7d8b;
    width: 300px;
}
.category-nav__dropdown.menu_visible {
    visibility: visible;
}

.category-nav__dropdown__arrow {
    position: absolute;
    background-color: #fff;
    top: -5px;
    left: 50%;
    width: 12px;
    height: 12px;
    z-index: 101;
    opacity: 1;
    transition: transform 0.25s, opacity 0.1s ease-in;
    will-change: transform, opacity;
    box-shadow: -3px -3px 4px -2px rgb(50 50 50 / 20%);
    transform: rotate(45deg);
    margin: 0;
}

.category-nav__dropdown__contents__header {
    font-family: "Inter", "Oxygen", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #6f7d8b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.category-nav__dropdown__list__item {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 10px;
}

.category-nav__dropdown__list__item:hover {
    background-color: #f2f6ff;
    border-radius: 4px;
}

.category-nav__dropdown__list__item:hover > a {
    color: #3770e9;
}

.category-nav__dropdown__list__item > a {
    display: flex;
    margin: unset;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    padding: unset;
    color: #2b2b35;
    letter-spacing: unset;
    text-transform: unset;
    width: 100%;
    height: 100%;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .category-nav__desktop {
        display: none;
    }
    .category-nav__mobile {
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        padding: unset;
    }
}

.category-nav__mobile__bar__title {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
}

.category-nav__mobile__bar__button {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    cursor: pointer;
}

.category-nav__mobile__bar__button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjU3NDIyIDEuMjVMNS4wNzQyMiA0Ljc1TDguNTc0MjIgMS4yNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    content: '';
    display: flex;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 6px 0 0 4px;
}
.category-nav__mobile__bar__button.open::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS4zODg3IDYuNjM0NzdMNi4zODg2NyAxLjYzNDc3TDEuMzg4NjcgNi42MzQ3NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.category-nav__mobile-menu {
    display: none;
    position: 'relative';
    top: unset;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 10px 20px 0 20px;
    padding-top: 10px;
    font-family: "Inter";
    font-weight: 500;
}

.category-nav__mobile-menu__title > a {
    color: #2B2B35;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
    padding: 10px 4px;
    width: 100%;
    display: inline-block;
    font-style: normal;
    text-decoration: none;
}

.category-nav__mobile-menu .menu_divider {
    margin: 12px 4px;
}

.category-nav__mobile-menu .category-nav__dropdown__contents__header {
    padding: 10px 0;
    font-size: 16px;
}

.category-nav__mobile-menu__title:active,
.category-nav__mobile-menu__list__item:hover,
.category-nav__mobile-menu__list__item:active {
    background-color: #f2f6ff;
}

.category-nav__mobile-menu__title:active > a,
.category-nav__mobile-menu__list__item:hover > a,
.category-nav__mobile-menu__list__item:active > a{
    color: #3770e9;
}

.category-nav__mobile-menu__list__item > a {
    display: inline-block;
    margin: unset;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    padding: unset;
    color: #2b2b35;
    letter-spacing: unset;
    text-transform: unset;
    width: 100%;
    padding: 10px 4px;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    body {
        padding-top: 0;
    }

    .header_root {
        position: relative;
        margin-top: 0;
    }
    .margin-navbar-spacing {
        margin-top: 10px;
    }

    .category-nav__mobile-menu.open {
        display: flex;
        flex-direction: column;
    }

    .margin-navbar-spacing.mobile--fixed {
        margin-top: 60px;
    }

    .category-nav__mobile.mobile--fixed {
        position: fixed;
        top: 0;
    }
    .category-nav__mobile.mobile--fixed .category-nav__mobile-menu {
        position: fixed;
        top: 51px;
        left: 0;
    }
}

/* New UI Experiment */
.btn-cta {
  background-color: #008577;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  padding: 10px 16px;
  margin: 8px;
}

.btn-cta:hover {
  background-color: #005E54;
}

.btn-cta > b {
  font-weight: 500;
}

/* Overwrite cover image css */
.blog-article-main-section .post-page-content > p:first-child a:first-child img.img-height-resize,
.blog-article-main-section .post-page-content > p:first-child img.img-height-resize {
  width: auto !important;
  max-height: 500px !important;
}

img.img-height-resize {
  width: auto !important;
  max-height: 500px !important;
}

.blog-article-main-section .post-page-content > p:first-child a:first-child img.img-width-resize,
.blog-article-main-section .post-page-content > p:first-child img.img-width-resize {
  height: auto !important;
  max-width: 400px !important;
  margin-left: -10% !important;
}

img.img-width-resize {
  height: auto !important;
  max-width: 400px !important;
}

img.img-shadow-border {
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%), 0 0 6px 0 rgb(0 0 0 / 10%), 0 2px 2px -2px rgb(0 0 0 / 15%);
}

:lang(ar) body .menu_arrow.menu_product,
:lang(ar) body .menu_root.menu_short .menu_arrow.menu_product {
  transform: translateY(0) translateX(160px) rotate(45deg);
}

:lang(ar) body .menu_arrow.menu_templates,
:lang(ar) body .menu_root.menu_short .menu_arrow.menu_templates {
  transform: translateY(0) translateX(154px) rotate(45deg);
}

:lang(ar) body .menu_arrow.menu_learn,
:lang(ar) body .menu_root.menu_short .menu_arrow.menu_learn {
  transform: translateY(0) translateX(157px) rotate(45deg);
}

:lang(ar) body .menu_arrow.menu_pricing,
:lang(ar) body .menu_root.menu_short .menu_arrow.menu_pricing {
  transform: translateY(0) translateX(150px) rotate(45deg);
}

:lang(ar) body .menu_arrow.menu_solutions,
:lang(ar) body .menu_root.menu_short .menu_arrow.menu_solutions {
  transform: translateY(0) translateX(-169px) rotate(45deg);
}

:lang(ar) body .menu_root.menu_short .menu_contentContainer.menu_templates {
  transform: translateX(-246px);
}

:lang(ar) body .menu_root.menu_short .menu_contentContainer.menu_learn {
  transform: translateX(0px);
}

:lang(ar) body .menu_root.menu_short .menu_contentContainer.menu_pricing {
  transform: translateX(18px);
}

:lang(ar) body .menu_menuHeader,
:lang(ar) body .menu_pageLink {
  text-align: right;
}

:lang(ar) body .submenu_item_textContainer {
  margin-left: 0px;
  margin-right: 15px;
}

.blog-breadcrumb-section span.breadcrumb_last {
  color: #717178;
}

.bsp_post_title_view .author p {
  text-transform: none;
  line-height: 24px;
  margin: 0;
}

.bsp_post_title_view .author p > a {
  color: #2B2B35;
  font-weight: 700;
}

.bsp_post_title_view .author {
  display: flex;
  justify-content: center;
  line-height: 24px;
  margin: 12px 0 24px;
}

.bsp_post_title_view .author hr {
  height: 23px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 24px;
}

footer.entry-meta {
  padding-bottom: 24px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 24px;
}

div.bsp_author_info {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

div.bsp_author_info .bsp_author_avatar {
  position: relative;
  float: left;
  margin-top: 0;
  margin-right: 24px;
}

div.bsp_author_info .bsp_author_description {
  border-top: 0;
  padding: 0;
}

div.bsp_author_description span.about-author-title {
  margin: 0 0 8px;
}

p.more_about_categories,
.carousel .carousel-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
div.carousel .boxWrapper .img-shadow-border {
  margin: 0;
}

div.carousel .boxWrapper h3 {
  margin: 0;
  /* font-size: 16px; */
  font-weight: 600;
  line-height: 24px;
}

.carousel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 2rem;
}

@media only screen and (max-width: 480px) {
  div.carousel {
    padding: 0 20px;
    gap: 0;
  }

  div.carousel .boxItem {
    width: 280px;
  }

  div.carousel:not(.home) .boxItem img {
    max-width: -webkit-fill-available;
  }
}

div.carousel.home {
  margin: 0;
  gap: 24px;
}

.carousel .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0;
  background-color: white;
  z-index: 1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel .arrow:hover {
  background-color: #e9f0ff;
  border: 1px solid #4f81eb;
}

.carousel .arrow.right {
  position: absolute;
  right: -25px;
  top: 105px;
}

.carousel .arrow.left {
  position: absolute;
  left: -25px;
  top: 105px;
}

.carousel .scrollWrapper {
  position: relative;
  width: 100%;
}

.carousel .boxWrapper {
  display: flex;
  max-width: 100%;
  gap: 36px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  list-style: none;
}

.carousel.home .boxWrapper {
  gap: 24px;
}

.carousel .boxWrapper::-webkit-scrollbar {
  display: none;
}

.carousel .boxItem {
  padding: 1.5px;
  width: 328px;
}

.carousel.home .boxItem {
  width: 100%;
  min-width: 32%;
  padding: 0;
}

div.carousel.home .boxItem .bp_posts_tiles {
  padding: 0;
}

.carousel .boxItem img {
  max-width: fit-content;
  box-shadow: none;
  margin: 0;
}

.carousel.home .boxItem img {
  width: 100%;
  height: auto;
}

.carousel .boxItem a {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.carousel.home .boxItem a {
  display: unset;
}

.carousel .boxItem:first-of-type {
  margin-left: 20px;
}

.carousel.home .boxItem:first-of-type {
  margin-left: 0;
}

.carousel .boxItem:last-of-type {
  margin-right: 20px;
}

.carousel.home .boxItem:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  div.carousel.home {
    gap: 20px;
    overflow-x: scroll;
  }
  div.carousel.home::-webkit-scrollbar {
    display: none;
  }

  div.carousel .arrow {
    display: none !important;
  }

  div.carousel.home .boxItem {
    min-width: 50%;
  }

  div.carousel.home .boxItem article.status-publish {
    padding: 0;
  }
}

nav#bsp_next_previous_link_nav {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 480px) {
  nav#bsp_next_previous_link_nav {
    padding: 0 20px 24px 20px;
    margin-top: 0;
  }

  div.post-navigation-blocks {
    gap: 0;
  }

  .blog-article-main-section img {
    margin-bottom: 16px;
  }

  div.post-navigation-blocks div.nav-previous article,
  div.post-navigation-blocks div.nav-next article {
    padding: 0 5px;
  }

  p.more_about_categories {
    margin-top: 0;
  }
}

.post-navigation-blocks {
  display: flex;
  gap: 24px;
  min-height: 278px;
  padding: 0;
}

.post-navigation-blocks .bp_posts_tiles {
  padding: 0;
}

.post-navigation-blocks .bp_posts_tiles .bt_posts_col {
  padding: 0;
  border-radius: 0;
  border: none;
}

.post-navigation-blocks .bp_posts_tiles .bt_posts_col .bt_posts_view {
  height: 220px;
}

.post-navigation-blocks .bp_posts_tiles .bt_posts_col .title {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  height: auto;
  text-align: left;
}

@media (max-width: 768px) {
  .storylane-demo {
    display: none;
  }
}

.mini_templates_root {
    width: 100%;
    display: flex;
    justify-content: center;
}
.mini_templates_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 40px 15px;
    font-family: 'Inter', sans-serif;
    max-width: 750px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.48);
}
.mini_templates_container hr {
    width: calc(100% + 40px);
    background: #CACACA;
    margin: 0 -20px;
    display: none;
}
.mini_templates_root h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 14px;
}
.mini_templates_root p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0 34px 21px 34px;
}
.mini_templates_nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 60px 35px;
}
.mini_templates_nav button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 6px 12px;
    min-width: 57px;
    max-height: 32px;
    border-radius: 20px;
    color: #008577;
    border: 1px solid #008577;
    background: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini_templates_nav button:hover {
    background: #ebf6f4;
}
.mini_templates_nav button.active {
    cursor: default;
    background: #008577;
    color: #ffffff;
}
.mini_templates_content {
    column-count: 3;
    column-gap: 10px;
}
@media (max-width: 768px) {
    .mini_templates_container {
        box-shadow: none;
        border-radius: 0;
    }
    .mini_templates_content {
        column-count: 2;
    }
}
.mini_templates_template {
    break-inside: avoid;
    height: min-content;
    position: relative;
    border-radius: 4px;
    padding-bottom: 10px;
}
.mini_templates_template:first-of-type {
    margin-top: 0;
}
.mini_templates_template img {
    width: 100%;
    display: block;
    margin: 0px !important;
    border: 1px solid #DBDBDB;
}
.mini_templates_templateOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 0 42px;
    background: rgba(255, 255, 255, 0.3);
}
.mini_templates_template:hover .mini_templates_templateOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.mini_templates_overlayAnchor {
    display: none;
}
.mini_templates_templateOverlay a {
    width: 100%;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: none !important;
}
.mini_templates_templateOverlay a:first-of-type {
    background: #008577 !important;
    border: 1px solid #008577;
    color: #ffffff !important;
}
.mini_templates_templateOverlay a:last-of-type {
    background: #ffffff !important;
    border: 1px solid #008577;
    color: #008577 !important;
}
.mini_templates_templateOverlay a:first-of-type:hover {
    background: #005e54 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
.mini_templates_templateOverlay a:last-of-type:hover {
    background: #ebf6f4 !important;
    color: #008577 !important;
    text-decoration: none !important;
}
.mini_templates_cta {
    width: fit-content;
    padding: 10px 16px;
    border: 1px solid #008577;
    background: #008577;
    border-radius: 6px;
    margin: 40px auto 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
    transition: none !important;
    text-transform: uppercase;
}
.mini_templates_cta:hover {
    color: #ffffff !important;
    background: #005e54;
    text-decoration: none !important;
}
@media screen and (max-width: 640px) {
    .mini_templates_container {
        box-shadow: none;
        border-radius: 0;
        padding: 20px 0;
    }
    .mini_templates_container hr {
        display: block;
    }
    .mini_templates_root h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .mini_templates_root p {
        margin: 0 0 29px 0;
    }
    .mini_templates_nav {
        gap: 10px;
        margin: 0 -24px 32px;
        padding: 0 24px;
        justify-content: start;
        overflow: auto;
    }
    .mini_templates_content {
        column-gap: 12px;
    }
    .mini_templates_template:hover .mini_templates_templateOverlay {
        display: none;
    }
    .mini_templates_overlayAnchor {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

    .mini_templates_cta {
        margin-bottom: 60px;
    }
}

.mini_templates_content {
  min-height: 400px;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.mini_templates_content.loading {
  opacity: 0.5;
}

.mini_templates_template {
  transition: opacity 0.2s ease-in-out;
}

.mini_templates_nav button {
  transition: all 0.2s ease-in-out;
}


/* LWPTOC -  Table of Contents */
.container .lwptoc {
    max-height: 70vh;
    position: absolute;
    left: 76px;
    overflow-y: auto;
    width: 250px;
    background-color: #fff;
    z-index: 1;
}

.container .lwptoc .lwptoc_i {
    padding: 0;
    background: inherit;
}

.container .lwptoc .lwptoc_items {
    font-size: 16px;
}

.container .lwptoc .lwptoc_items .lwptoc_item {
    margin: 6px 0;
    padding: 3px 2px 3px 5px;
    font-weight: 400;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #0073E6;
}

.container .lwptoc .lwptoc_items .lwptoc_item:active,
.container .lwptoc .lwptoc_items .lwptoc_item:hover,
.container .lwptoc .lwptoc_items .lwptoc_item.active {
    background-color: #E6F1FD;
}

.container .lwptoc .lwptoc_items .lwptoc_item a:active,
.container .lwptoc .lwptoc_items .lwptoc_item a:hover {
    text-decoration: none;
    color: #0073E6;
}

.container .lwptoc .lwptoc_i .lwptoc_header .lwptoc_toggle {
    display: none;
    position: inherit;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    color: #2B2B35;
    font-size: 18px !important;
    font-weight: 400;
    width: 100%;
    text-align: left;
    margin: 0 !important;
}

@media (min-width: 1100px) and (max-width: 1460px) {
    .container .lwptoc {
        width: 200px;
        left: 10px;
    }

    .container .lwptoc .lwptoc_header {
        padding-left: 8px;
    }

    .container .lwptoc .lwptoc_items {
        padding: 0 6px 6px 6px;
        font-size: 14px;
    }

    .blog-article-main-section .post-page-content > p:first-child a:first-child img.img-height-resize, .blog-article-main-section .post-page-content > p:first-child img.img-height-resize {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 1100px) {
    .container .lwptoc {
        width: 100%;
        height: 100%;
        max-height: 100%;
        padding: 0;
        margin: 0 0 24px 0;
        position: inherit;
        display: inline-block;
        overflow: hidden;
        box-shadow: 0 0 0 1px rgb(220 200 200 / 20%);
        font-family: "Inter", "Oxygen", Helvetica, Arial, sans-serif;
    }

    .container .lwptoc .lwptoc_items {
        display: none;
        padding: 0 12px 12px 12px;
        font-size: 18px;
    }

    .container .lwptoc .lwptoc_items .lwptoc_item {
        margin: 6px 0;
        font-weight: 400;
    }

    .container .lwptoc .lwptoc_i {
        width: 100%;
        padding: 0 !important;
    }

    .container .lwptoc .lwptoc_i .lwptoc_header .lwptoc_title {
        display: none !important;
    }

    .container .lwptoc .lwptoc_i .lwptoc_header .lwptoc_toggle {
        position: inherit;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        cursor: pointer;
        color: #2B2B35;
        font-size: 18px !important;
        font-weight: 400;
        width: 100%;
        text-align: left;
        margin: 0 !important;
    }

    .container .lwptoc .lwptoc_i .lwptoc_header .lwptoc_toggle:before {
        content: 'Contents' !important;
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    .container .lwptoc .lwptoc_i .lwptoc_header .lwptoc_toggle:after {
        content: '▼' !important;
        font-size: 14px;
        margin-left: auto;
        transition: transform 0.3s ease;
    }

    .container .lwptoc .lwptoc_i .lwptoc_header .lwptoc_toggle.active:after {
        transform: rotate(180deg);
    }

}