/*
===================================================
    Marketing Manna.CSS
    -------------------
    - This CSS file works only for marketing-manna.
===================================================
*/


/* Resets */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: auto;
    /* iOS Safari */
    -webkit-user-select: auto;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: auto;
    /* Old versions of Firefox */
    -ms-user-select: auto;
    /* Internet Explorer/Edge */
    user-select: auto;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

body #mk-theme-container {
    overflow: visible;
}


/* Header CSS */

body #mk-theme-container header.transparent-header .mainlogosvganim svg path {
    fill: #fff;
    stroke: #fff;
}

body.sticky-header #mk-theme-container header.transparent-header .mainlogosvganim svg path {
    fill: #fff;
    stroke: #fff;
}

body #mk-theme-container header.a-sticky .mainlogosvganim svg path {
    fill: #fff;
    stroke: #fff;
}

body #mk-theme-container .left-sidebar-section {
    padding: 0;
}

body .left-sidebar-section .row {
    position: relative;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}

body .left-sidebar-section.first-fold-section .row {
    background: #FBF9F2;
}

body .left-sidebar-section .row .col-1 {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 23%;
    height: 100vh;
    justify-content: center;
    align-items: flex-end;
    background: #202945;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 35px;
    padding-bottom: 20px;
}

body .left-sidebar-section .row .col-1 .main-text-section {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

body .left-sidebar-section .row .col-2 {
    width: 100%;
    margin-left: 23%;
    padding: 100px 5%;
    padding-top: 85px;
    padding-right: 9%;
    padding-bottom: 40px;
    padding-left: 5%;
}

body .left-sidebar-section .row .col-1 .main-heading h1 {
    margin-bottom: 15px;
    color: #fff;
}

body .left-sidebar-section .row .col-1 .para-text p {
    color: #fff;
    margin-bottom: 0px;
}

body .left-sidebar-section .row .col-1 .sub-heading-2,
body .left-sidebar-section .row .col-1 .sub-heading {
    position: relative;
    color: #fff;
}

body .left-sidebar-section .row .col-1 .sub-heading-2 h3,
body .left-sidebar-section .row .col-1 .sub-heading h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
}

body .left-sidebar-section .row .col-1 .post-date,
body .left-sidebar-section .row .col-1 .sidebar-desc {
    position: relative;
}

body .left-sidebar-section .row .col-1 .post-date:before,
body .left-sidebar-section .row .col-1 .sidebar-desc:before {
    position: absolute;
    content: '';
    bottom: -25px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}

body .left-sidebar-section .row .col-1 .main-heading h1 {
    color: #F7D54E;
}


/* Sign up form CSS */

body #mk-theme-container .left-sidebar-section .gform_wrapper .top_label .gfield_label {
    display: none;
}

body #mk-theme-container .left-sidebar-section .gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 0;
    padding-right: 0;
}

body #mk-theme-container .left-sidebar-section .gform_wrapper input {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 11px;
}

body #mk-theme-container .left-sidebar-section .gform_wrapper input::placeholder {
    font-weight: 400;
    color: #7b7b7b;
    font-style: italic;
}

body #mk-theme-container .gform_wrapper .gform_footer {
    margin: 0;
}

body #mk-theme-container .left-sidebar-section .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    padding: 16px;
    color: #202945;
    background: #F7D54E !important;
    border-bottom: none;
    margin-top: 10px;
}

body #mk-theme-container .left-sidebar-section .gform_wrapper .gform_footer input {
    transition: all 0.4s;
}

body #mk-theme-container .left-sidebar-section .gform_wrapper .gform_footer input:hover {
    background: #FFF !important;
    transition: all 0.6s;
}

body .mk-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body .mk-pagination .mk-total-pages {
    position: absolute;
    left: 0;
    color: #202945;
    opacity: 1;
    float: left;
}

body .mk-pagination .page-number {
    color: #202945;
}

body .mk-pagination .current-page {
    background: #202945;
    color: #fff;
}

body .mk-pagination .current-page:hover,
body .mk-pagination .page-number:hover {
    border-color: #202945;
}

body .mk-pagination .mk-pagination-next:hover,
body .mk-pagination .mk-pagination-previous:hover {
    border-color: #202945;
}

body .mk-pagination .mk-pagination-next svg,
body .mk-pagination .mk-pagination-previous svg {
    fill: #202945;
}


/* Blog Articles CSS */

body .edited-newspaper {
    overflow: visible;
}

body .edited-newspaper .blog-item-holder {
    position: relative;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0.6vw;
    cursor: pointer;
    margin-bottom: 10px;
    background: #fff;
}

body .edited-newspaper .blog-item-holder .mk-blog-meta {
    pointer-events: none;
}

body .all-blog-posts-element .edited-newspaper .blog-item-holder {
    padding: 0px 0.6vw;
    min-height: 35vh;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .012);
}

body .edited-newspaper .blog-item-holder .post-category p {
    font-weight: 600;
    letter-spacing: 2px;
}

body .edited-newspaper .blog-item-holder .post-category p span {
    text-transform: uppercase;
    background: #202945;
    color: #fff;
    padding: 0px 4px;
}

body .edited-newspaper .blog-item-holder h2 {
    margin-bottom: 10px;
}

body .all-blog-posts-element .edited-newspaper .blog-item-holder h2 {
    min-height: 66px;
    padding-right: 35px;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder h2 {
    font-size: 36px;
}

body .edited-newspaper .blog-item-holder .the-excerpt p {
    margin-bottom: 10px;
}

body .edited-newspaper .blog-item-holder .post-date p {
    margin-bottom: 5px;
    font-weight: 600;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder .post-date {
    display: none;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder .post-category p {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 120%;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder {
    background: #fff;
}

body .all-blog-posts-element .edited-newspaper .blog-item-holder {
    background: #fff;
    padding-bottom: 15px;
    margin: 10px;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder a.newtab-cta,
body .all-blog-posts-element .edited-newspaper .blog-item-holder a.newtab-cta {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 40px;
    width: 40px;
    border: 2px solid #202945;
    border-radius: 50%;
    z-index: 9;
    opacity: 0;
    transition: 0.3s;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder:hover a.newtab-cta,
body .all-blog-posts-element .edited-newspaper .blog-item-holder:hover a.newtab-cta {
    opacity: 1;
    transition: 0.5s;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder a.newtab-cta svg,
body .all-blog-posts-element .edited-newspaper .blog-item-holder a.newtab-cta svg {
    width: 100%;
    height: 100%;
    transform: rotate(135deg);
    padding: 8px;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder a.newtab-cta:hover,
body .all-blog-posts-element .edited-newspaper .blog-item-holder a.newtab-cta:hover {
    background: #202945;
}

body .featured-blog-post-element .edited-newspaper .blog-item-holder a.newtab-cta:hover svg path,
body .featured-blog-post-element .edited-newspaper .blog-item-holder a.newtab-cta:hover svg rect,
body .all-blog-posts-element .edited-newspaper .blog-item-holder a.newtab-cta:hover svg path,
body .all-blog-posts-element .edited-newspaper .blog-item-holder a.newtab-cta:hover svg rect {
    fill: #fff;
}

body .all-blog-posts-element .edited-newspaper:last-child {
    border-bottom: none;
}

body .all-blog-posts-element .edited-newspaper .blog-item-holder .post-category {
    display: none;
}


/* Output Post Content Section CSS */

body .output-post-content-section a,
body .output-post-content-section a span {
    color: #202945;
    font-weight: 600 !important;
}

body #mk-theme-container .output-post-content-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    background: #FFFFFF;
    overflow-y: scroll;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
}

body #mk-theme-container .output-post-content-section:before {
    position: fixed;
    content: '';
    top: 0;
    right: 0;
    width: 50vw;
    height: 50vw;
    background: url('../../../../../../wp-content/uploads/2020/02/pattern-bg.jpg') top right/cover no-repeat;
    z-index: -1;
}

body #mk-theme-container .output-post-content-section .post-preloader-html {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 200px;
    pointer-events: none;
    margin-left: 11.5%;
}

body #mk-theme-container .output-post-content-section .post-preloader-html .wpb_wrapper,
body #mk-theme-container .output-post-content-section .post-preloader-html .post-output-preloader {
    position: relative;
    height: 100%;
    width: 100%;
}

body #mk-theme-container .output-post-content-section .post-preloader-html .post-output-preloader .preloader-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F7D54E;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1;
}

body #mk-theme-container .output-post-content-section .output-post-content-html {
    position: relative;
    top: 100px;
    pointer-events: none;
    opacity: 0;
    padding-top: 40px;
    max-width: 90%;
    margin: 0 auto;
}

body #mk-theme-container .output-post-content-section .output-post-content-html .mk-page-section {
    padding: 0;
}

body #mk-theme-container .output-post-content-section .close-post-html {
    position: relative;
}

body #mk-theme-container .output-post-content-section .close-post-html .close-post-page {
    position: fixed;
    display: block;
    right: calc(6% + 0px);
    top: 25px;
    height: 70px;
    width: 70px;
    background: #FBF9F2;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .082);
    z-index: 999;
}

body #mk-theme-container .output-post-content-section .close-post-html .close-post-page .close-icon {
    position: relative;
    height: 100%;
    width: 100%;
}

body #mk-theme-container .output-post-content-section .close-post-html .close-post-page .close-icon:before,
body #mk-theme-container .output-post-content-section .close-post-html .close-post-page .close-icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 2px;
    width: 40%;
    background: #202945;
    transform: translate(-50%, -50%) rotate(45deg);
}

body #mk-theme-container .output-post-content-section .close-post-html .close-post-page .close-icon:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body #mk-theme-container .output-post-content-section .blog-quote-container {
    position: relative;
    left: 0%;
    width: 100%;
    background: transparent;
    padding: 60px;
    padding-left: 20px;
    margin-top: 0px;
}

body #mk-theme-container .output-post-content-section .blog-quote-container .quote-text {
    position: relative;
    display: block;
    margin-bottom: 20px;
    z-index: 1;
}

body #mk-theme-container .output-post-content-section .blog-quote-container .quote-text:before {
    position: absolute;
    content: '';
    top: -55px;
    left: -55px;
    height: 60px;
    width: 60px;
    background: url('../../../../../../wp-content/uploads/2020/03/q1-y.svg') center/contain no-repeat;
    z-index: -1;
}

body #mk-theme-container .output-post-content-section .blog-quote-container .quote-text:after {
    position: absolute;
    content: '';
    bottom: -40px;
    right: -20px;
    height: 60px;
    width: 60px;
    background: url('../../../../../../wp-content/uploads/2020/03/q2-y.svg') center/contain no-repeat;
    z-index: -1;
}

body #mk-theme-container .output-post-content-section .blog-quote-container .quote-author p {
    margin-bottom: 0;
    font-weight: 600;
}

body #mk-theme-container .output-post-content-section .graphic-raw-html {
    overflow: visible;
}

body #mk-theme-container .output-post-content-section .graphic-section-container {
    position: relative;
    overflow: visible;
    padding: 0px 0px;
    margin-top: 25px;
    margin-bottom: 35px;
    /*     min-height: 520px; */
}

body #mk-theme-container .output-post-content-section .graphic-section-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 520px;
    height: 520px;
    background: #FBF9F2;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}

body #mk-theme-container .output-post-content-section .graphic-section-container .graphic-heading h2 {
    position: relative;
    margin-bottom: 25px;
}

body #mk-theme-container .output-post-content-section .post-share-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    margin-bottom: 0px;
    background: #202945;
    padding: 6%;
}

body #mk-theme-container .output-post-content-section .post-share-container h3,
body #mk-theme-container .output-post-content-section .post-share-container ul li {
    color: #fff;
}

body #mk-theme-container .output-post-content-section .post-share-container h3,
body #mk-theme-container .output-post-content-section .post-share-container .social-share-container {
    font-weight: 400;
    display: block;
    text-align: center;
    width: 100%;
}

body #mk-theme-container .output-post-content-section .post-share-container .social-share-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

body #mk-theme-container .output-post-content-section .post-share-container:before,
body #mk-theme-container .output-post-content-section .post-share-container:after {
    position: absolute;
    content: '';
    top: calc(50% - 40px);
    left: 6%;
    height: 1px;
    width: 35px;
    background: #e0dfd8;
}

body #mk-theme-container .output-post-content-section .post-share-container:after {
    left: initial;
    right: 6%;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers {
    list-style-type: none;
    display: flex;
    margin-bottom: 0px;
    margin-left: 25px;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li {
    margin-bottom: 0px;
    margin-left: 0px;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #F7D54E;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a svg {
    padding: 2px;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li:nth-child(1) a svg {
    padding: 0px;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li:nth-child(3) a svg {
    padding: 1px;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li:last-child a {
    margin-right: 0px;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a svg .stroke-change {
    stroke: #202945;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a svg .color-change {
    fill: #202945;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a:hover {
    background: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a.email-share .small-text {
    position: absolute;
    bottom: -48px;
    left: 50%;
    width: 190px;
    background: #fff;
    transform: translateX(-50%) rotate(-2deg);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    z-index: 1;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a.email-share .small-text:before {
    position: absolute;
    content: '';
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    box-shadow: 0px -1px 15px rgba(0, 0, 0, .2);
    z-index: -1;
}

body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a.email-share .small-text p {
    text-align: center;
    margin-bottom: 0px;
    padding: 6px 15px;
    font-weight: 600;
    transform: rotate(2deg);
}

body #mk-theme-container .other-posts-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
}

body #mk-theme-container .other-posts-navigation .nav-link {
    position: relative;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: flex-start;
}

body #mk-theme-container .other-posts-navigation .nav-link.next-post-cta {
    justify-content: flex-end;
}

body #mk-theme-container .other-posts-navigation .nav-link a {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #202945;
    text-align: left;
}

body #mk-theme-container .other-posts-navigation .nav-link.prev-post-cta a {
    margin-right: 30px;
    padding-left: 40px;
}

body #mk-theme-container .other-posts-navigation .nav-link.next-post-cta a {
    text-align: right;
    margin-left: 30px;
    padding-right: 40px;
}

body #mk-theme-container .other-posts-navigation .nav-link.prev-post-cta a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #202945;
    transform: translateY(-50%);
}

body #mk-theme-container .other-posts-navigation .nav-link.next-post-cta a:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #202945;
    transform: translateY(-50%);
}

body #mk-theme-container .other-posts-navigation .nav-link a:hover {
    color: #F7D54E;
}

body #mk-theme-container .other-posts-navigation .nav-link.prev-post-cta a:hover:before {
    border-right-color: #F7D54E;
}

body #mk-theme-container .other-posts-navigation .nav-link.next-post-cta a:hover:before {
    border-left-color: #F7D54E;
}


/* Single Page CSS */

body.single header.mk-header {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    pointer-events: none;
}

body.single .mk-header .mk-header-inner {
    border: none;
}

body.single header.mk-header .mk-dashboard-trigger {
    display: none;
}

body.single .left-sidebar-section .row .col-2 {
    padding-top: 0px;
    padding-bottom: 120px;
}

body.single #theme-page .theme-page-wrapper .theme-content {
    padding: 0;
}

body.single #theme-page .theme-page-wrapper {
    margin-top: 0px;
}

body.single .theme-page-wrapper {
    background: transparent;
    margin-top: 0px;
}

body.single #mk-theme-container .output-post-content-section,
body.single #mk-theme-container .output-post-content-section .output-post-content-html {
    opacity: 1;
    pointer-events: auto;
}

body.single #mk-theme-container .output-post-content-section .post-preloader-html {
    opacity: 0;
}

body.single #mk-page-introduce {
    display: none;
}

body #mk-theme-container .mk-single-content>.mk-page-section-wrapper {
    width: auto !important;
    left: 0 !important;
}

body .blog-row .para-text,
body .blog-row .para-text p,
body .blog-row .para-text ul li,
body .blog-row .para-text ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}


/* Form CSS */

body #mk-theme-container #ipt_fsqm_form_wrap_52 .ipt-eform-width-restrain {
    min-width: 100%;
}

body #mk-theme-container .ipt-uif-custom-material-custom .ipt-eform-material-button-container {
    margin: 0 !important;
}

body #mk-theme-container .ipt-uif-custom-material-custom .ipt-eform-material-button-container .ipt_fsqm_form_button_submit {
    color: #202945;
}

body #mk-theme-container .ipt-uif-custom-material-custom .ipt_uif_column .ipt_uif_column_inner.side_margin {
    padding: 0px;
}


/* Author Like Container CSS */

body .author-like-container {
    display: flex;
    margin-bottom: 60px;
    border-top: 2px solid #ededed;
}

body .author-like-container .author-col-inner {
    display: flex;
    width: 50%;
    padding-top: 50px;
    border-right: 2px solid #ededed;
    padding-bottom: 50px;
}

body .author-like-container .like-col-inner {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
}

body .author-like-container .like-col-inner .like-text p {
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    padding: 0 20px;
}

body .author-like-container .author-col-inner .author-profile,
body .author-like-container .author-col-inner .author-info {
    display: block;
    width: 80px;
    height: 80px;
}

body .author-like-container .author-col-inner .author-profile img {
    border-radius: 50%;
}

body .author-like-container .author-col-inner .author-info {
    width: calc(100% - 80px);
    margin-left: 20px;
}

body .author-like-container .author-col-inner .author-name p {
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 150%;
}

body .author-like-container .author-col-inner .author-designation p {
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 150%;
}

body .author-like-container .author-col-inner .author-description p {
    line-height: 140%;
    padding-right: 30px;
}

body .author-like-container .like-col-inner .like-count .likebtn-button {
    border: none !important;
    padding: 10px !important;
    height: 45px !important;
    width: 45px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .082);
}


/* Smaller Screen Desktops */

@media only screen and (max-width: 1280px) {
    body .left-sidebar-section .row .col-1 {
        padding-left: 2%;
    }
    body .left-sidebar-section .row .col-1 .main-text-section {
        /* 		padding-left: calc(2vw + 15px);
		padding-right: calc(2vw + 15px); */
    }
    body .left-sidebar-section .row .col-2 {
        padding-right: 8%;
        padding-left: 5%;
    }
    body #mk-theme-container .left-sidebar-section .gform_wrapper input {
        font-size: 14px;
        padding: 10px;
    }
    body #mk-theme-container .left-sidebar-section .gform_wrapper .gform_footer input[type=submit] {
        padding: 13.5px;
    }
    body #mk-theme-container .output-post-content-section .close-post-html .close-post-page {
        top: 100px;
        right: calc(6% + 0px);
        height: 70px;
        width: 70px;
    }
    body .featured-blog-post-element .edited-newspaper .blog-item-holder h2 {
        font-size: 34px;
    }
    body .blog-row .para-text,
    body .blog-row .para-text p,
    body .blog-row .para-text ul li,
    body .blog-row .para-text ol li {
        font-size: 16px;
    }
}


/* Mid Large Screen Desktops */

@media only screen and (min-width: 1440px) {
    body .left-sidebar-section .row .col-1 {
        padding-top: 50px;
        padding-left: 2%;
    }
    body .left-sidebar-section .row .col-1 .main-text-section {
        /* 		padding-left: calc(2vw + 15px);
		padding-right: calc(2vw + 15px); */
    }
    body .left-sidebar-section .row .col-2 {
        padding-right: 10%;
        padding-left: 6%;
    }
    body .featured-blog-post-element .edited-newspaper .blog-item-holder h2 {
        font-size: 38px;
    }
    body #mk-theme-container .left-sidebar-section .gform_wrapper input {
        font-size: 16px;
        padding: 12px;
    }
    body #mk-theme-container .left-sidebar-section .gform_wrapper .gform_footer input[type=submit] {
        padding: 17px;
    }
    body #mk-theme-container .output-post-content-section .close-post-html .close-post-page {
        right: calc(6% + 0px);
        height: 75px;
        width: 75px;
    }
    body .all-blog-posts-element .edited-newspaper .blog-item-holder h2 {
        min-height: 70px;
    }
    body .blog-row .para-text,
    body .blog-row .para-text p,
    body .blog-row .para-text ul li,
    body .blog-row .para-text ol li {
        font-size: 20px;
    }
}


/* Large Screen Desktops */

@media only screen and (min-width: 1920px) {
    body .left-sidebar-section .row .col-1 {
        padding-left: 3%;
        padding-right: 4%;
    }
    body .left-sidebar-section .row .col-1 .main-text-section {
        /* 		padding-left: calc(3vw + 15px);
		padding-right: calc(4vw + 15px); */
    }
    body .left-sidebar-section .row .col-2 {
        padding-right: 11%;
        padding-left: 6%;
    }
    body .featured-blog-post-element .edited-newspaper .blog-item-holder h2 {
        font-size: 44px;
    }
    body #mk-theme-container .left-sidebar-section .gform_wrapper input {
        font-size: 18px;
        padding: 13px;
    }
    body #mk-theme-container .left-sidebar-section .gform_wrapper .gform_footer input[type=submit] {
        padding: 17px;
    }
    body #mk-theme-container .output-post-content-section .close-post-html .close-post-page {
        right: calc(10% + 0px);
        height: 80px;
        width: 80px;
    }
    body .all-blog-posts-element .edited-newspaper .blog-item-holder {
        min-height: 40vh;
    }
    body .all-blog-posts-element .edited-newspaper .blog-item-holder h2 {
        min-height: 88px;
    }
    body .blog-row .para-text,
    body .blog-row .para-text p,
    body .blog-row .para-text ul li,
    body .blog-row .para-text ol li {
        font-size: 20px;
    }
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body header.mk-header .mk-dashboard-trigger {
        top: 0 !important;
    }
    body .left-sidebar-section .row .col-1 {
        width: 28%;
    }
    body .left-sidebar-section .row .col-1 .main-text-section {
        /* 		top: 110px; */
    }
    body .left-sidebar-section .row .col-2 {
        margin-left: 28%;
        padding: 50px 2%;
        padding-top: 110px;
        padding-right: 2%;
        padding-left: 2%;
    }
    body .all-blog-posts-element .edited-newspaper .blog-item-holder {
        min-height: 40vh;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body .featured-blog-post-element .edited-newspaper .blog-item-holder h2,
    body .all-blog-posts-element .edited-newspaper .blog-item-holder h2 {
        font-size: 28px;
        line-height: 140%;
    }
    body .left-sidebar-section .row .col-1 {
        width: 36%;
    }
    body .left-sidebar-section .row .col-1 .main-text-section {
        /* 		top: 110px; */
    }
    body .left-sidebar-section .row .col-2 {
        margin-left: 36%;
        padding: 50px 2%;
        padding-top: 110px;
        padding-right: 1%;
        padding-left: 1%;
    }
    body .left-sidebar-section .mk-blog-newspaper-item.two-column {
        width: 100%;
    }
    body .featured-blog-post-element .edited-newspaper .blog-item-holder .post-category p {
        line-height: 170%;
    }
    body .all-blog-posts-element .edited-newspaper .blog-item-holder {
        min-height: 24vh;
    }
    body .all-blog-posts-element .edited-newspaper .blog-item-holder h2 {
        padding-right: 60px;
    }
    /* Left Sidebar CSS */
    body .left-sidebar-section .row {
        display: block;
    }
    body .left-sidebar-section .row .col-1 {
        position: fixed;
        top: auto;
        bottom: -205px;
        z-index: 999;
        width: 100%;
        height: auto;
        left: 0%;
        padding: 0;
        transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
    }
    body .left-sidebar-section .row .col-1 .main-text-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    body .left-sidebar-section .row .col-1.active {
        bottom: 0px;
        transition: all 0.6s cubic-bezier(.16, .84, .44, 1);
    }
    body .left-sidebar-section .row .col-1 .sub-heading,
    body .left-sidebar-section .row .col-1 .sub-heading-2 {
        padding-top: 17px;
        margin-top: 0;
    }
    body .left-sidebar-section .row .col-1 .sub-heading-2:before,
    body .left-sidebar-section .row .col-1 .sub-heading:before {
        display: none;
    }
    body .left-sidebar-section .row .col-2 {
        margin-left: 0;
        padding: 0px 20px;
        padding-top: 60px;
        padding-bottom: 100px;
    }
    body .edited-newspaper .blog-item-holder .post-category p span {
        display: block;
        margin-bottom: 20px;
    }
    body .left-sidebar-section .row .col-1 .sub-heading-2 h3,
    body .left-sidebar-section .row .col-1 .sub-heading h2 {
        margin-bottom: 0;
    }
    body .left-sidebar-section .main-banner-section {
        background: #202945;
        padding: 20px 25px;
        padding-top: 100px;
    }
    body .left-sidebar-section .main-banner-section h1 {
        color: #F7D54E;
        text-align: center;
    }
    body .left-sidebar-section .main-banner-section p {
        color: #fff;
        text-align: center;
    }
    body #mk-theme-container .left-sidebar-section .form-heading.jupiter-donut-hidden-sm {
        display: none;
    }
    body #mk-theme-container .left-sidebar-section .form-heading.jupiter-donut-visible-sm {
        display: flex !important;
        max-width: 85%;
        margin: 0 auto;
        padding-top: 17px;
    }
    body #mk-theme-container .ipt-uif-custom-material-custom.type_0 .ipt-eform-content {
        max-width: calc(85% - 60px);
        margin: 0 auto;
        padding-bottom: 15px !important;
    }
    body #mk-theme-container .left-sidebar-section .form-heading h3 {
        position: relative;
        top: 2px;
        font-size: 17px;
        text-align: left;
        width: calc(100% - 70px);
        padding: 0 30px;
        line-height: 155%;
        color: #F7D54E;
    }
    body #mk-theme-container .left-sidebar-section .gform_wrapper {
        margin-bottom: 5px;
        padding: 0 30px;
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta {
        position: relative;
        display: block;
        height: 30px;
        width: 35px;
        background-color: #F7D54E;
        margin-right: 20px;
        margin-top: 4px;
        cursor: pointer;
        border-radius: 4px;
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta:before,
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta:after {
        position: absolute;
        content: '';
        top: 20px;
        left: -43px;
        width: 36px;
        height: 1px;
        background-color: #F7D54E;
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta:after {
        position: absolute;
        content: '';
        top: 13px;
        left: -25px;
        width: 18px;
        height: 1px;
        background-color: #F7D54E;
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta span {
        display: block;
        position: relative;
        top: 0%;
        left: 0%;
        height: 100%;
        width: 100%;
        background: transparent;
        transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta span:before,
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta span:after {
        position: absolute;
        content: '';
        top: 10px;
        left: 3px;
        width: calc(50% - 1px);
        height: 3px;
        background-color: #202945;
        transform: rotate(35deg);
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta span:after {
        position: absolute;
        content: '';
        top: 10px;
        left: calc(50% - 2px);
        width: calc(50% - 1px);
        height: 3px;
        background-color: #202945;
        transform: rotate(-35deg);
    }
    body .mk-pagination .mk-total-pages {
        margin-top: 0px;
    }
    body .mk-pagination .mk-pagination-inner {
        margin: 30px 0;
    }
    /* Output Post Section */
    body #mk-theme-container .output-post-content-section .post-preloader-html {
        margin-left: 0%;
    }
    body #mk-theme-container .output-post-content-section .close-post-html .close-post-page {
        top: 90px;
        right: 30px;
        height: 50px;
        width: 50px;
        z-index: 999;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }
    body #mk-theme-container .output-post-content-section .output-post-content-html {
        padding-top: 0px;
    }
    body #mk-theme-container .output-post-content-section .graphic-section-container {
        padding: 0px;
        min-height: auto;
    }
    body #mk-theme-container .output-post-content-section .graphic-section-container:before {
        height: 300px;
        width: 300px;
        top: -20px;
        left: -20px;
    }
    body #mk-theme-container .output-post-content-section .blog-quote-container {
        padding: 60px 0px;
    }
    body #mk-theme-container .output-post-content-section .blog-quote-container .quote-text:before {
        top: -50px;
        left: -10px;
        height: 40px;
        width: 40px;
    }
    body #mk-theme-container .output-post-content-section .blog-quote-container .quote-text:after {
        height: 40px;
        width: 40px;
        right: -10px;
    }
    body #mk-theme-container .output-post-content-section .post-share-container {
        display: block;
        padding: 40px 15px;
    }
    body #mk-theme-container .output-post-content-section .post-share-container:before,
    body #mk-theme-container .output-post-content-section .post-share-container:after {
        display: none;
    }
    body #mk-theme-container .output-post-content-section .post-share-container h3 {
        text-align: center;
    }
    body #mk-theme-container .output-post-content-section .post-share-container .share-triggers {
        margin-left: 0px;
        margin-top: 25px;
        align-items: center;
        justify-content: center;
    }
    body #mk-theme-container .other-posts-navigation {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 90%;
    }
    body #mk-theme-container .other-posts-navigation .nav-link a {
        display: inline;
        margin: 0 auto;
    }
    body #mk-theme-container .other-posts-navigation .nav-link.prev-post-cta a {
        margin-bottom: 20px;
        text-align: left;
        margin-right: 50px;
        margin-left: 0px;
    }
    body #mk-theme-container .other-posts-navigation .nav-link.next-post-cta a {
        margin-left: 50px;
        margin-right: 0px;
    }
    body #mk-theme-container .other-posts-navigation .nav-link {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    body #mk-theme-container .gform_confirmation_message {
        font-size: 15px;
        padding: 8px 12px;
        margin: 15px 25px;
        line-height: 130%;
    }
    body #mk-theme-container .gform_wrapper .validation_message {
        top: 0px;
        padding-top: 0;
    }
    /*  Single Page CSS */
    body.single #mk-theme-container .output-post-content-section .output-post-content-html {
        padding-top: 0px;
        margin-top: -80px;
    }
    body.single .mk-header .mk-header-inner {
        border-bottom: 1px solid #e0dfd8;
    }
    body.single #mk-theme-container .output-post-content-section .output-post-content-html .blog-page-section {}
    body.single #mk-theme-container .other-posts-navigation {
        margin-bottom: 60px;
    }
    body .blog-row .para-text,
    body .blog-row .para-text p,
    body .blog-row .para-text ul li,
    body .blog-row .para-text ol li {
        font-size: 16px;
    }
}


/* Mobile Devices */

@media only screen and (max-width: 765px) {
    body .featured-blog-post-element .edited-newspaper .blog-item-holder h2,
    body .all-blog-posts-element .edited-newspaper .blog-item-holder h2 {
        font-size: 28px;
        line-height: 140%;
    }
    body .all-blog-posts-element .edited-newspaper .blog-item-holder h2 {
        padding-right: 60px;
    }
    body header.mk-header .mk-dashboard-trigger {
        top: 0 !important;
    }
    /* Left Sidebar CSS */
    body .left-sidebar-section .row {
        display: block;
    }
    body .left-sidebar-section .row .col-1 {
        position: fixed;
        top: auto;
        bottom: -220px;
        z-index: 999;
        width: 100%;
        height: auto;
        left: 0%;
        padding: 0;
        transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
        padding-bottom: 30px;
    }
    body .left-sidebar-section .row .col-1 .main-text-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    body .left-sidebar-section .col-1 #ipt_fsqm_form_wrap_52 .ipt-eform-width-restrain,
    body .left-sidebar-section .col-1 #ipt_fsqm_form_wrap_59 .ipt-eform-width-restrain {
        padding: 0 20px;
    }
    body .left-sidebar-section .row .col-1.active {
        bottom: 0px;
        transition: all 0.6s cubic-bezier(.16, .84, .44, 1);
    }
    body .left-sidebar-section .row .col-1 .sub-heading,
    body .left-sidebar-section .row .col-1 .sub-heading-2 {
        padding-top: 17px;
        margin-top: 0;
    }
    body .left-sidebar-section .row .col-1 .sub-heading-2:before,
    body .left-sidebar-section .row .col-1 .sub-heading:before {
        display: none;
    }
    body .left-sidebar-section .row .col-2 {
        margin-left: 0;
        padding: 0px 20px;
        padding-top: 60px;
        padding-bottom: 100px;
    }
    body .edited-newspaper .blog-item-holder .post-category p span {
        display: block;
        margin-bottom: 20px;
    }
    body .left-sidebar-section .row .col-1 .sub-heading-2 h3,
    body .left-sidebar-section .row .col-1 .sub-heading h2 {
        margin-bottom: 0;
    }
    body .left-sidebar-section .main-banner-section {
        background: #202945;
        padding: 20px 60px;
        padding-top: 100px;
    }
    body .left-sidebar-section .main-banner-section h1 {
        color: #F7D54E;
        text-align: center;
    }
    body .left-sidebar-section .main-banner-section p {
        color: #fff;
        text-align: center;
    }
    body #mk-theme-container .left-sidebar-section .form-heading.jupiter-donut-visible-sm {
        display: flex !important;
    }
    body #mk-theme-container .left-sidebar-section .form-heading h3 {
        font-size: 15px;
        text-align: left;
        width: calc(100% - 55px);
        padding: 0 20px;
        line-height: 125%;
        color: #F7D54E;
        padding-right: 65px;
    }
    body #mk-theme-container .left-sidebar-section .gform_wrapper {
        margin-bottom: 5px;
        padding: 0 20px;
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta {
        position: relative;
        display: block;
        height: 30px;
        width: 35px;
        background-color: #F7D54E;
        margin-right: 20px;
        margin-top: 4px;
        cursor: pointer;
        border-radius: 4px;
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta:before,
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta:after {
        position: absolute;
        content: '';
        top: 20px;
        left: -43px;
        width: 36px;
        height: 1px;
        background-color: #F7D54E;
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta:after {
        position: absolute;
        content: '';
        top: 13px;
        left: -25px;
        width: 18px;
        height: 1px;
        background-color: #F7D54E;
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta span {
        display: block;
        position: relative;
        top: 0%;
        left: 0%;
        height: 100%;
        width: 100%;
        background: transparent;
        transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta span:before,
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta span:after {
        position: absolute;
        content: '';
        top: 10px;
        left: 3px;
        width: calc(50% - 1px);
        height: 3px;
        background-color: #202945;
        transform: rotate(35deg);
    }
    body #mk-theme-container .left-sidebar-section .form-heading .sidebar-cta span:after {
        position: absolute;
        content: '';
        top: 10px;
        left: calc(50% - 2px);
        width: calc(50% - 1px);
        height: 3px;
        background-color: #202945;
        transform: rotate(-35deg);
    }
    body .mk-pagination .mk-total-pages {
        width: 100%;
        top: 26px;
        left: 0px;
        margin-top: 0px;
    }
    body .mk-pagination .mk-pagination-inner {
        margin: 30px 0;
    }
    body .mk-pagination .pagination-arrows {
        display: none;
    }
    /* Output Post Section */
    body #mk-theme-container .output-post-content-section .post-preloader-html {
        margin-left: 0%;
    }
    body #mk-theme-container .output-post-content-section .close-post-html .close-post-page {
        top: 90px;
        right: 10px;
        height: 50px;
        width: 50px;
        z-index: 999;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }
    body #mk-theme-container .output-post-content-section .output-post-content-html {
        padding-top: 0px;
    }
    body #mk-theme-container .output-post-content-section .graphic-section-container {
        padding: 0px;
        min-height: auto;
    }
    body #mk-theme-container .output-post-content-section .graphic-section-container:before {
        height: 300px;
        width: 300px;
        top: -20px;
        left: -20px;
    }
    body #mk-theme-container .output-post-content-section .blog-quote-container {
        padding: 60px 0px;
    }
    body #mk-theme-container .output-post-content-section .blog-quote-container .quote-text:before {
        top: -50px;
        left: -10px;
        height: 40px;
        width: 40px;
    }
    body #mk-theme-container .output-post-content-section .blog-quote-container .quote-text:after {
        height: 40px;
        width: 40px;
        right: -10px;
    }
    body #mk-theme-container .output-post-content-section .post-share-container {
        width: 120%;
        left: -10%;
        display: block;
        padding: 40px 20px;
    }
    body #mk-theme-container .output-post-content-section .post-share-container .share-triggers li a.email-share .small-text {
        bottom: -68px;
        width: 120px;
    }
    body #mk-theme-container .output-post-content-section .post-share-container:before,
    body #mk-theme-container .output-post-content-section .post-share-container:after {
        display: none;
    }
    body #mk-theme-container .output-post-content-section .post-share-container h3 {
        text-align: center;
    }
    body #mk-theme-container .output-post-content-section .post-share-container .share-triggers {
        margin-left: 0px;
        margin-top: 25px;
        align-items: center;
        justify-content: center;
    }
    body #mk-theme-container .other-posts-navigation {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 90%;
    }
    body #mk-theme-container .other-posts-navigation .nav-link a {
        display: inline;
        margin: 0 auto;
    }
    body #mk-theme-container .other-posts-navigation .nav-link.prev-post-cta a {
        margin-bottom: 20px;
        text-align: left;
        margin-right: 50px;
        margin-left: 0px;
    }
    body #mk-theme-container .other-posts-navigation .nav-link.next-post-cta a {
        margin-left: 50px;
        margin-right: 0px;
    }
    body #mk-theme-container .other-posts-navigation .nav-link {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    body #mk-theme-container .gform_confirmation_message {
        font-size: 15px;
        padding: 8px 12px;
        margin: 15px 25px;
        line-height: 130%;
    }
    body #mk-theme-container .gform_wrapper .validation_message {
        top: 0px;
        padding-top: 0;
    }
    /*  Single Page CSS */
    body.single #mk-theme-container .output-post-content-section .output-post-content-html {
        padding-top: 0px;
        margin-top: -80px;
    }
    body.single .mk-header .mk-header-inner {
        border-bottom: 1px solid #e0dfd8;
    }
    body.single #mk-theme-container .output-post-content-section .output-post-content-html .blog-page-section {
        margin-top: -10px;
    }
    body.single #mk-theme-container .other-posts-navigation {
        margin-bottom: 60px;
    }
    body .blog-row .para-text,
    body .blog-row .para-text p,
    body .blog-row .para-text ul li,
    body .blog-row .para-text ol li {
        font-size: 16px;
    }
    /* Author Like Container CSS */
    body .author-like-container {
        display: flex;
        flex-wrap: wrap;
    }
    body .author-like-container .author-col-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    body .author-like-container .author-col-inner .author-info {
        width: 100%;
        margin-left: 0px;
    }
    body .author-like-container .author-col-inner .author-name p {
        margin-top: 15px;
        text-align: center;
        margin-left: 0px;
    }
    body .author-like-container .author-col-inner .author-info p {
        text-align: center;
        margin-left: 0px;
    }
    body .author-like-container .author-col-inner {
        width: 100%;
        border-right: none;
    }
    body .author-like-container .author-col-inner .author-description p {
        padding-right: 0px;
    }
    body .author-like-container .like-col-inner {
        width: 100%;
    }
    body .author-like-container .like-col-inner .like-text p {
        padding: 0;
    }
}