/*
Theme Name:   Click Mag Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Click Mag Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     click-mag
Version:      1.01.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  click-mag-child
*/

@font-face {
    font-family: 'Sofia Pro';
    src: url(fonts/Sofia-Pro-Regular.woff2);
}

@font-face {
    font-family: 'Sofia Pro Bold';
    src: url(fonts/Sofia-Pro-Bold.woff2);
}

@font-face {
    font-family: 'Sofia Pro Semi Bold';
    src: url(fonts/Sofia-Pro-Semi-Bold.woff2);
}

@font-face {
    font-family: 'Sofia Pro Medium';
    src: url(fonts/Sofia-Pro-Medium.woff2);
}

#mvp-logo-nav {
    width: 107px;
    margin: 10px 0 0;
}

#mvp-logo-nav img {
    border-radius: 0;
}

#mvp-nav-wrap .mvp-main-out {
    background: #fff;
}

.mvp-fly-but-wrap {
    z-index: 1000;
}

.mvp-fly-but-wrap span {
    background: #8a40e1;
}

#mvp-fly-logo img {
    width: 150px;
    height: auto;
}

#mvp-fly-menu-top {
    padding: 20px 0 20px 0;
}

#mvp-fly-menu-wrap {
    top: 100px;
}

#mvp-nav-wrap {
    background-color: #fff;
    border-bottom: #8a40e1 1px solid;
}

li.current-menu-item>a,
li.current-category-ancestor>a {
    font-weight: 800;
    color: #d4af37 !important;
}

#mvp-nav-wrap .mvp-main-nav-cont {
    background-color: #fff;
}

#mvp-main-content-wrap {
    border: 0;
}

#mvp-nav-menu ul li a {
    color: #8a40e1;
}

#mvp-nav-right-wrap {
    margin-left: -30px;
}

span.mvp-nav-soc-but {
    color: #8a40e1;
}

span.mvp-nav-search-but {
    color: #8a40e1;
}

span.mvp-feat2-main-cat {
    border-radius: 10px;
    text-transform: capitalize;
    background: #fff !important;
}

span.mvp-main-blog-cat {
    border-left: #8a40e1 2px solid;
    border-radius: 0 !important;
    padding: 2px 0 0 10px;
}

span.mvp-feat2-sub-cat {
    border-radius: 10px;
    padding: 6px 10px 3px;
}

.mvp-feat2-main-title h2 {
    background-color: none;
}

.mvp-feat2-sub {
    width: 24%;
    margin-left: 2%;
}

.mvp-feat2-sub-img img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.mvp-feat1-info span a {
    margin-left: 4px;
}

img {
    border-radius: 10px;
}

.mvp-feat2-main {
    width: 48%;
}

.featured_image img {
    border-radius: 10px;
}

.dpe-flexible-posts {
    clear: both;
}

h4.mvp-side-widget-head {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

#dpe_fp_widget-2 img,
#dpe_fp_widget-3 img,
#dpe_fp_widget-4 img,
#dpe_fp_widget-5 img {
    opacity: 0.9;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

#dpe_fp_widget-2 li,
#dpe_fp_widget-3 li,
#dpe_fp_widget-4 li,
#dpe_fp_widget-5 li {
    overflow: hidden;
    position: relative;
    counter-increment: mvp-trend;
    margin-bottom: 20px;
}

#dpe_fp_widget-2 a h4,
#dpe_fp_widget-3 a h4,
#dpe_fp_widget-4 a h4,
#dpe_fp_widget-5 a h4,
#dpe_fp_widget-2 .title,
#dpe_fp_widget-3 .title,
#dpe_fp_widget-4 .title,
#dpe_fp_widget-5 .title {
    margin-top: 20px;
}

#dpe_fp_widget-2 a h4:hover,
#dpe_fp_widget-3 a h4:hover,
#dpe_fp_widget-4 a h4:hover,
#dpe_fp_widget-5 a h4:hover {
    color: #d4af37 !important;
}

#dpe_fp_widget-2 li a:after,
#dpe_fp_widget-3 li a:after,
#dpe_fp_widget-4 li a:after,
#dpe_fp_widget-5 li a:after {
    content: counter(mvp-trend);
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: -18px;
    line-height: 1;
    padding-top: 5px;
    position: absolute;
    top: 16%;
    left: -2px;
    text-align: center;
    width: 30px;
    height: 25px;
    background: #8b40e2;
}

.mvp-post-tags {
    text-align: center;
}

#mvp-nav-menu ul li a {
    text-transform: none;
}

span.mvp-feat2-sub-cat {
    text-transform: none;
}

.mvp-feat1-info span {
    text-transform: none;
}

@media screen and (max-width: 479px) {
    #mvp-nav-right {
        width: 40px !important;
    }
    #mvp-logo-nav {
        margin-top: 0;
        max-width: 248px;
    }
    a.mvp-inf-more-but {
        margin: 0 20px;
        width: 88% !important;
    }
    .mvp-feat2-main-img img {}
    .mvp-feat2-sub {
        width: 46% !important;
        margin-left: 3%;
    }
    h3.mvp-feat2-sub-cat {
        margin-bottom: 10px;
    }
    .mvp-feat2-sub-text h2 {
        font-size: 12px !important;
    }
    /* ul.mvp-main-blog-story li {
        width: -webkit-fill-available;
    } */
    #mvp-content-main {
        padding: 0 15px;
        width: 92%;
    }
}

#mvp-nav-menu {
    max-width: 100% !important;
}

#mvp-nav-menu ul li a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 16px;
}

.es_shortcode_form {
    flex-wrap: wrap !important;
}


/*span.mvp-nav-soc-but {*/


/*padding-left: 2px;*/


/*padding-right: 3px;*/


/*}*/

#mvp-nav-menu ul li ul.sub-menu {
    max-width: 300px;
}

#mvp-nav-menu ul li ul.sub-menu li a {
    width: 250px;
    font-size: 14px;
}

.mvp-nav-left-in {
    margin-left: 172px;
}

#mvp-nav-menu ul li.menu-item-has-children a {
    padding: 23px 15px;
}

#dpe_fp_widget-2 li {
    margin-bottom: 20px;
}

.mvp-feat2-main-title h2.mvp-stand-title {
    font-size: 1.8rem;
}

.infinite-post {
    padding-top: 20px;
}

.infinite-post {
    padding: 0 10px 20px 0;
}

.mvp-home-head-toggle-list li {
    text-transform: none;
}


/* @media screen and (min-width: 980px) and (max-width: 1074px) {
    #mvp-nav-menu ul li a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 10px;
    }
    #mvp-nav-menu ul li.menu-item-has-children a {
        padding: 23px 10px !important;
    }
} */

@media (max-width: 768px) {
    /*#mvp-nav-soc-bar {
        display: none;
    }*/
    .mvp-feat2-main-title h2.mvp-stand-title {
        font-size: 0.9rem !important;
    }
    a.mvp-inf-more-but {
        margin: 0 20px;
        width: 88% !important;
        /* margin-left: 40px; */
    }
    .mvp-feat2-main-img img {}
    .mvp-feat2-main-img {
        max-height: 450px;
    }
    .mvp-feat2-sub {
        width: 46% !important;
        margin-left: 3%;
    }
    h3.mvp-feat2-sub-cat {
        margin-bottom: 10px;
    }
    .mvp-feat2-sub-text h2 {
        font-size: 13px !important;
    }
    /* ul.mvp-main-blog-story li {
        width: -webkit-fill-available;
    } */
}

ul.mvp-main-blog-story li {
    margin-top: 30px;
}

.mvp-nav-right-in {
    margin-right: 160px !important;
}

#mvp-nav-right {
    width: 160px;
}

#mvp-nav-soc {
    width: 121px !important;
}

span.mvp-nav-soc-but {
    font-size: 27px;
    padding: 16px 8px;
}

.mvp-post-soc-pin {
    background: #0077b5 !important;
}

#mvp-nav-soc-list {
    width: 337px !important;
}

a.mvp-inf-more-but {
    background: #fff !important;
    color: #8a40e1 !important;
    border: 1px solid #8a40e1;
}

a.mvp-inf-more-but:hover {
    opacity: 0.8 !important;
}

#more-relevant {
    background: #e6e6e6;
    clear: both;
}

#more-relevant h2 {
    font-size: 30px;
    text-align: center;
    padding: 30px;
}

#more-relevant .container {
    max-width: 1250px;
    margin: 0 auto;
}

#mvp-post-info-col {
    display: none !important;
}

#more-relevant .mvp-related-posts-list {
    display: flex;
}

#more-relevant .mvp-related-posts-list li {
    padding: 0 10px;
}

.es_textbox_class {
    border: #8a40e1 2px solid;
    border-radius: 10px;
    padding: 10px 20px;
}

.mvp-related-img {
    background: transparent;
}

.es_textbox_button {
    border-radius: 10px;
    padding: 12px;
    border: none;
    background: #d3ae37;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.mvp-nav-soc-down #mvp-nav-soc-title h4:last-child {
    display: none;
}

.es_shortcode_form {
    display: flex;
}

.es_shortcode_form div {
    margin: 0 10px 0 0;
}

.es_lablebox label {
    line-height: 35px;
}

.es_button {
    padding: 0;
}

#mvp-fly-wrap .mvp-fly-but-wrap span {
    background: #444444 !important;
}

#mvp-content-left-wrap .show_no_posts {
    display: none;
}

@media (max-width: 600px) {
    #more-relevant .mvp-related-posts-list {
        display: block;
    }
    .es_shortcode_form {
        display: block !important;
    }
    .wppsac-post-slider.design-4 .slick-arrow {
        top: 21%;
    }
}

.theiaPostSlider_slides iframe:not(.instagram-media) {
    height: 360px;
    width: 640px;
    margin: 0 auto;
    display: block;
}

.mvp-trend-widget-img:after {
    top: 20% !important;
    left: -4px !important;
}


/*blockquote,
q {
    quotes: none;
    border-top: #000000 8px solid !important;
    padding: 10px 0 !important;
    font-family: Georgia;
    float: left;
    margin: 0 30px 10px 0 !important;
}

blockquote p,
q p {
    margin: 0 !important;
    font-family: Georgia !important;
    color: #000 !important;
    line-height: 30px !important;
    font-size: 25px !important;
    width: 100% !important;
}*/

blockquote,
q {
    quotes: none;
    border-top: #000000 8px solid !important;
    padding: 10px 0 !important;
    max-width: 250px;
    font-family: 'Sofia Pro Semi Bold';
    float: left;
    margin: 0 30px 10px 0 !important;
}

blockquote p,
q p {
    margin: 0 !important;
    font-family: 'Sofia Pro Semi Bold' !important;
    color: #000 !important;
    line-height: 30px !important;
    font-size: 25px !important;
    width: 100% !important;
}

@media (max-width: 500px) {
    blockquote,
    q {
        max-width: 100%;
    }
    .mvp-main-blog-text h4 {
        font-size: 9px;
    }
}

.big-letter {
    font-size: 95px;
    float: left;
    line-height: 87px;
    margin-right: 20px;
}

.mvp-story-share-wrap {
    display: none !important;
}

#cat-banner {
    padding: 25px 0;
    text-align: center;
}

#cat-banner img {
    width: 70%;
}

#child-cats {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.child-cat {
    box-sizing: border-box;
    padding: 10px;
    width: 33.33%;
}

.child-cat img {
    margin-bottom: 10px;
}

.high-highness-quote {
    text-align: center;
    border: none !important;
    max-width: 100%;
    float: none;
}

.high-highness-quote::before {
    content: url(./images/commas.png);
    width: 80px;
    height: 18px;
}

.high-highness-quote::after {
    content: url(./images/commas2.png);
    width: 80px;
    height: 18px;
}

.high-highness-quote p {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 20px !important;
}

.high-highness-quote p cite {
    font-size: 20px !important;
    font-family: arial;
    text-transform: uppercase;
    font-style: normal;
}

#mvp-post-content-mid {
    margin-top: 0;
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 786px) {
    .mvp-feat2-main {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
}

.mvp-fixed {
    position: relative !important;
}

span.mvp-post-cat,
span.mvp-main-blog-cat {
    text-transform: none;
}

@media (max-width: 768px) {
    #child-cats {
        display: block;
        margin: 0;
    }
}

ul.mvp-post-soc-list li {
    padding: 7px 10px;
}

#mvp-post-content-mid h4 {
    font-size: 20px;
}

.mvp-feat2-main-img:after {
    content: '';
    background-image: linear-gradient( to bottom, transparent, rgba(103, 38, 178, 0.7));
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50%;
    border-radius: 10px !important;
}

.mvp-feat2-main {
    position: relative;
}

@media screen and (max-width: 479px) {
    .mvp-feat2-main-text {
        padding: 0 30px 30px !important;
        width: 86%;
    }
}

@media (max-width: 768px) {
    .mvp-feat2-main-img:after {
        border-radius: 10px;
    }
}

.mvp-post-info-in {
    margin-left: 0;
}

#mvp-post-info-top #mvp-post-author-img {
    display: none;
}

@media screen and (max-width: 479px) {
    ul.mvp-post-soc-list {
        width: auto;
    }
    span.mvp-feat1-main-cat,
    span.mvp-feat2-sub-cat,
    span.mvp-feat3-cat,
    span.mvp-blog-col-cat,
    span.mvp-feat2-main-cat {
        font-size: 0.5rem;
    }
    .mvp-related-img {
        float: left;
        width: auto;
        margin-right: 13px;
    }
    .mvp-related-text {
        width: 65%;
    }
}

@media screen and (max-width: 479px) {
    .mvp-main-blog-text {
        height: auto !important;
    }
    .mvp-main-blog-text {
        overflow: visible;
    }
}


/* @media screen and (max-width: 479px) {
    .mvp-home-head-toggle-list li {
        font-size: .7rem;
        margin-left: 15px;
        display: block;
        margin: 0 0 10px 0 !important;
    }
} */

#mvp-nav-menu ul li.menu-item-has-children a:after {
    right: 0;
}

.mvp-main-blog-story {
    width: 100%;
}

@media screen and (max-width: 479px) {
    span.mvp-feat2-sub-cat {
        padding: 5px 5px;
        font-size: 7px !important;
    }
}

@media screen and (max-width: 1024px) {
    #comments {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.fa-clock-o {
    display: none !important;
}

#mvp-post-content hr {
    margin: 25px 0;
}

.mvp-post-ft-img {
    margin-bottom: 30px;
}

.mvp-fly-top:hover,
span.mvp-feat1-main-cat,
span.mvp-feat2-sub-cat,
span.mvp-feat3-cat,
span.mvp-blog-col-cat,
span.mvp-feat2-main-cat,
.mvp-trend-widget-img:after,
.mvp-feat-vid-but,
.mvp-feat-gal-but,
span.mvp-post-cat,
.mvp-prev-next-text a,
.mvp-prev-next-text a:hover,
#mvp-comments-button a,
#mvp-comments-button span.mvp-comment-but-text,
a.mvp-inf-more-but:hover,
.mvp-side-widget .mvp-tag-cloud a:hover,
span.mvp-ad-rel-but {
    background: transparent;
    border: #8b40e2 1px solid;
}

span.mvp-feat1-main-cat,
span.mvp-feat2-sub-cat,
span.mvp-feat3-cat,
span.mvp-blog-col-cat,
span.mvp-feat2-main-cat,
span.mvp-post-cat,
span.mvp-main-blog-cat {
    color: #8b40e2;
    border-radius: 15px;
}

li.infinite-post .mvp-main-blog-text h4 {
    display: none;
}

#mvp-comments-button span.mvp-comment-but-text,
#mvp-comments-button span.mvp-comment-but-text:hover,
span.mvp-ad-rel-but {
    color: #8b40e2 !important;
}

#respond p,
#respond #submit {
    font-family: 'Sofia Pro';
}

#mvp-post-feat-img {
    /* margin-bottom: 30px; */
}

.mvp-prev-next-text a {
    background: #8b40e2 !important;
    color: #fff !important;
}

body .mvp-fixed,
body #mvp-nav-soc-bar {
    bottom: 0 !important;
    box-shadow: none;
    top: auto !important;
    transform: none;
}

body .mvp-fixed-next {
    margin-top: 0;
}

#mvp-nav-menu ul li ul.sub-menu li.current-menu-item a {
    background: rgba(0, 0, 0, 0.1);
}

#mvp-foot-wrap {
    background: #f2f2f2;
}

#mvp-foot-bot-wrap {
    background: #d8d8d8;
}

ul.mvp-foot-soc-list li a {
    background: #d8d8d8;
    color: #393939 !important;
}

ul.mvp-foot-soc-list li a:hover {
    color: #fff !important;
}

#mvp-foot-nav ul li a,
#mvp-foot-copy p {
    color: #393939 !important;
}

.mvp-main-blog-text p {
    font-size: 0.9rem;
}

body,
.mvp-main-blog-text p,
.mvp-feat1-info span {
    font-family: 'Sofia Pro';
}

.mvp-home-head-toggle-list li {
    font-family: 'Sofia Pro Semi Bold';
}

@media screen and (max-width: 479px) {
    .single .main_content #mvp-post-content-mid {
        margin-top: 15px !important;
    }
}

span.mvp-feat-caption {
    margin-top: -20px;
}

@media (min-width: 520px) and (max-width: 1230px) {
    .es_shortcode_form {
        -webkit-flex-flow: column;
    }
}

@media screen and (max-width: 479px) {
    .mvp-main-blog-text {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 479px) {
    .mvp-feat2-sub-text {
        padding: 10px 5% !important;
    }
}


/* @media screen and (max-width: 1250px) and (min-width: 768px) {
   #mvp-nav-main {
       display: none
   }
} */

@media screen and (max-width: 1011px) and (min-width: 768px) {
    #mvp-nav-menu {
        display: none;
    }
}

@media screen and (max-width: 1313px) and (min-width: 1039px) {
    #mvp-nav-menu ul li a {
        font-size: 16px;
    }
    #mvp-nav-menu ul li.menu-item-has-children a {
        padding: 23px 12px;
    }
}

@media screen and (max-width: 1038px) and (min-width: 1012px) {
    #mvp-nav-menu ul li a {
        font-size: 15px;
    }
    #mvp-nav-menu ul li.menu-item-has-children a {
        padding: 23px 12px;
    }
}

@media screen and (max-width: 1011px) and (min-width: 768px) {
    #mvp-nav-menu ul li a {
        font-size: 16px;
    }
    #mvp-nav-menu ul li.menu-item-has-children a {
        padding: 23px 12px;
    }
}

@media screen and (max-width: 1250px) and (min-width: 1012px) {}

.mvp-feat2-sub-text-before {
    width: calc(100% - 2px);
}

@media screen and (max-width: 1100px) and (min-width: 1004px) {
    .mvp-feat2-sub-text h2 {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1313px) and (min-width: 400px) {
    .mvp-feat2-sub:last-child .mvp-feat2-sub-text-before {
        border-right: 1px solid #ddd !important;
    }
}

.vdocap {
    padding: 20px 20px 0;
}

.vdocap .cap {
    color: #777;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    margin-top: 5px;
    margin-bottom: 0;
    max-width: 100%;
    text-align: left;
}

@media (min-width: 1011px) {
    .mvp-fly-but-wrap {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .mvp-main-blog-text h2 {
        font-size: 0.9rem !important;
    }
    h1.mvp-post-title {
        font-size: 1.7rem !important;
    }
    h4.mvp-post-bot-head {
        font-size: 1.7rem !important;
    }
}

@media screen and (max-width: 768px) {
    .mvp-main-blog-text h2 {
        font-size: 0.9rem !important;
    }
    h1.mvp-post-title {
        font-size: 1.7rem !important;
    }
    h4.mvp-post-bot-head {
        font-size: 1.7rem !important;
    }
    #tags-cloud {
        padding: 35px !important;
    }
}

#mvp-comments-button {
    margin-top: 0;
}

@media screen and (max-width: 812px) {
    #mvp-nav-wrap {
        margin-bottom: 10px;
    }
}

.also-read hr {
    margin: 0 !important;
}

.also-read p {
    margin: 0 !important;
}

.also-read hr:last-child {
    margin-bottom: 20px !important;
}

#tags-cloud {
    text-transform: capitalize;
    padding: 35px 0 0;
    clear: both;
    font-size: 1.15rem;
    line-height: 160%;
}

@media (max-width: 1011px) {
    #mvp-logo-nav {
        margin: 10px 0 0 10px !important;
    }
}

figcaption {
    color: #777;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem !important;
    margin-top: 5px;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: left;
}

.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li a {
    background: #8b40e2 !important;
}


/*.wppsac-post-slider .wppsac-post-date {*/


/*    display: none;*/


/*}*/

.wppsac-post-slider * {
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 100%;
}

.wppsac-sub-content {
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 130%;
    color: #555;
}

.wppsac-post-slider.design-4 a.wppsac-readmorebtn:hover {
    background: none;
    border-color: #8b40e2;
}

.wppsac-post-slider.design-4 .wp-medium-5 {
    padding: 0;
}

#mvp-home-body {
    margin-top: 0;
}

.follow-us {
    text-align: center !important;
    padding-bottom: 15px !important;
}

ul.mvp-foot-soc-list li a {
    border: 1px solid black;
    background: #f2f2f2 !important;
    height: 40px !important;
    box-sizing: border-box;
}

ul.mvp-foot-soc-list li a:hover {
    background: #f2f2f2 !important;
    border: 1px solid black !important;
    padding-top: 11px !important;
    width: 40px !important;
    height: 40px !important;
}

ul.mvp-foot-soc-list li:first-child a:hover::before {
    color: #3b5998 !important;
}

ul.mvp-foot-soc-list li:last-child a:hover::before {
    color: rgb(221, 42, 123) !important;
}

ul.mvp-foot-soc-list li:nth-child(2) a:hover::before {
    color: #00acee !important;
}

.wppsac-post-slider .slick-dots li button {
    border: rgb(182, 180, 180) 1px solid !important;
}

.wppsac-post-slider .slick-dots li.slick-active button {
    background: rgb(182, 180, 180) !important;
}

.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li a {
    background: #fff !important;
    color: #8b40e2 !important;
    border: 1px solid #8b40e2 !important;
    border-radius: 20px;
}

#mvp-home-head-toggle {
    padding-top: 20px;
}

.sfwppa-navi-style.sfwppa-style-1 .sfwppa-pages:hover,
.sfwppa-navi-style.sfwppa-style-1 .nav-links .page-numbers:hover {
    color: #fff !important;
}

.wp-pagenavi {
    text-align: center;
}

#newsletter-popup {
    z-index: 9999 !important;
    width: auto !important;
}

@media (min-width: 600px) {
    .newsletter-txt {
        float: none !important;
    }
}


/* .wp-pagenavi span {
    color: #8b40e2 !important;
    border: 1px solid #8b40e2 !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #d4af37 !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border-color: #8b40e2 !important;
} */


/*#newsletter {
    background: url(images/popup-bg.gif) no-repeat #f7ffe6;
    background-size: cover;
    padding: 30px 30px 10px;
    position: relative;
    width: 512px;
    height: 309px;
}
.newsletter-txt {
    font-size: 20px;
    width: 50%;
    line-height: 30px;
    float: left;
    padding-top: 47px;
}
.newsletter-txt-purple {
    font-weight: 900;
    color: #8A40E1;
}
.newsletter-txt-yellow {
    color: #d4af37;
}
.newsletter-img {
    width: 309px;
    height: 296px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#newsletter .es_textbox_class {
    width: 110px;
}
#newsletter .es_textbox_button {
    width: auto;
}
#newsletter .es_form_container {
    padding-top: 10px;
}
#sgpb-popup-dialog-main-div {
    border-style: none !important;
}
@media (max-width: 650px) {
    #newsletter-popup {
        width: auto !important;
    }
    #newsletter {
        width: 320px;
        padding: 20px 20px 296px;
        height: auto;
    }
    .newsletter-txt,
    .newsletter-img {
        width: 100%;
        float: none;
        padding: 0;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    #newsletter .es_form_container {
        padding-top: 0;
    }
    #newsletter .es_textbox_class {
        width: 100% !important;
        padding: 3% 5%;
        box-sizing: border-box;
    }
    .es_textbox_button {
        width: 100%;
        -webkit-appearance: none;
    }
    .newsletter-img {
        width: 50%;
        margin: 0 auto;
    }

}

@media (min-width: 601px) and (max-width: 1024px) {

    #newsletter .es_textbox_class {
        width: 90%;
        padding: 1.5% 5%;
        margin-bottom: 10px;
    }
    #newsletter .es_textbox_button {
        width: 100%;
        -webkit-appearance: none;
    }
}

.newsletter-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #8A40E1;
    background: url(images/popup-close.png);
    background-size: cover;
}


@media (min-width: 1025px) {
    #newsletter {
        width: 100%;
    }
    #newsletter .es_textbox_class {
        width: 203px;
    }
}*/

#mvp-nav-soc-bar {
    border-top: #cdcdcd 1px solid;
    display: none;
}

#mvp-nav-soc-list .footer-logo img {
    width: 85px;
}

@media (min-width: 900px) {
    .wppsac-post-slider.design-4 .wppsac-post-image-bg {
        height: 284px;
    }
}

.category-title {
    font-size: 30px;
    padding: 50px 0 30px;
}

#story-cards {
    padding: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.story-card {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.story-thumb {
    margin-bottom: 10px;
}

.story-cat {
    margin-bottom: 10px;
    border: #8b40e2 1px solid;
    color: #8b40e2;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 5px;
}

.story-card h2 {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 123%;
}

.story-desc {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 130%;
}

.story-card a:visited {
    color: #000;
}

.story-author {
    font-size: 0.7rem;
    margin-bottom: 8px;
}


/* #mvp-nav-wrap .mvp-main-nav-cont,
#mvp-nav-wrap .mvp-main-out {
  background: none !important;
} */

@media (max-width: 480px) {
    .category-title {
        font-size: 20px;
        padding: 50px 15px 30px;
    }
    #story-cards {
        margin: 0;
    }
    .story-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #mvp-post-info-bot {
        display: none;
    }
    ul.mvp-foot-soc-list li a {
        height: 30px !important;
    }
    #mvp-nav-soc-list .footer-logo img {
        border-radius: 0;
    }
    ul.mvp-fly-soc-list li a {
        height: 32px;
    }
    #mvp-post-feat-img {
        margin-bottom: 20px;
    }
    #mvp-nav-soc-bar {
        display: block;
    }
    .mvp-main-blog-wrap {
        padding: 0 20px;
    }
}

#mvp-tab-col3 {
    display: none !important;
}

#mvp-tab-col1 {
    display: block !important;
}

.mvp-foot-in-wrap h5 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 10px;
}

.wp-medium-7 .wppsac-post-categories ul.wppsac-post-categories-list .hide-tab {
    display: none !important;
    background: #0077b5;
}

@media (max-width: 650px) {
    /* #newsletter {
        padding: 20px 20px 277px !important;
    } */
    #newsletter-popup {
        overflow: hidden !important;
    }
    .emaillist {
        padding-top: 0 !important;
    }
    .wp-caption,
    #mvp-content-main p.wp-caption-text,
    .gallery-caption {
        font-size: 0.8rem !important;
    }
    #mvp-foot-wrap {
        padding-bottom: 50px;
    }
    .wppsac-post-date,
    .wppsac-post-content {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .page #mvp-post-content-mid {
        float: none !important;
        padding: 0 !important;
        margin: 0 auto;
    }
    #mvp-content-main {
        width: 100%;
    }
    #mvp-content-main p {
        font-size: 1.15rem !important;
    }
    .newsletter-txt {
        padding: 0 20px !important;
    }
    .page-id-1885 #newsletter {
        width: 100%;
    }
}

.wppsac-post-slider .wppsac-post-date:after {
    display: none;
}

.mvp-main-blog-text {
    padding-top: 0 !important;
}

@media screen and (max-width: 1300px) and (min-width: 1201px) {
    .single #mvp-post-content-mid {
        width: 100% !important;
        padding-top: 30px !important;
    }
}

#mvp-nav-wrap,
#mvp-nav-right-wrap,
#mvp-nav-main,
.mvp-main-nav-cont {
    height: auto !important;
}

span.mvp-nav-search-but {
    padding: 17px 0 0 0;
    margin-left: 0;
    margin-right: 8px;
    font-size: 24px;
}

.wppsac-post-slider h2.wppsac-post-title a {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    line-height: 123% !important;
}

@media screen and (max-width: 1400px) and (min-width: 1301px) {
    #mvp-post-content-mid {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    #mvp-post-feat-img {
        margin-bottom: 0;
    }
}