/*
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.02.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
*/

/* Pre-2022 */
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

#mvp-content-main p {
    font-size: 1rem !important;
    line-height: 150% !important;
}

#mvp-404 {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-image: url(/wp-content/uploads/2017/05/404-image.jpg);
    min-height: 530px;
    padding: 120px 0 0 0;
    background-repeat: no-repeat;
}


#mvp-404 > h1 {
    color: white;
}

#mvp-404 p {
    color: #ccc;

}

#mvp-404 p:before {
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5rem;
	display:block;
	padding:10px;
    content: "Nothing to see here. Please disperse. ";
}

#mvp-leader-wrap {background: transparent;}

/* Changes made in 2022 */
/* GLOBAL */
a {
    text-decoration: none !important;
}

/* HEADER */
body.revamp22 #mvp-side-wrap {
    float: none;
    margin-left: 0;
    width: 100%;
}

body.revamp22 .mvp-nav-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media screen and (min-width: 576px) {
    body.revamp22.home .mvp-nav-wrap {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    body.revamp22.home .mvp-nav-wrap {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    body.revamp22.home .mvp-nav-wrap {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    body.revamp22.home .mvp-nav-wrap {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    body.revamp22.home .mvp-nav-wrap {
        max-width: 1320px;
    }
}

body.revamp22 #mvp-nav-main {
    display:flex;
    justify-content:center;
    background-color: white;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

body.revamp22 #mvp-nav-wrap, body.revamp22 #mvp-nav-main, body.revamp22 #mvp-nav-menu {
    height: auto;
}

/* NAVIGATION */

body.revamp22 #mvp-nav-menu ul {
    margin-bottom: 0;
    padding: 0;
}

body.revamp22 #mvp-nav-menu ul li:hover ul.sub-menu {
    z-index: 1;
}

body.revamp22 #mvp-logo-nav-new {
    display: flex;
    align-items: center;
}

body.revamp22 #mvp-nav-menu ul li a {
    padding: 10px 15px;
    border-left: 1px solid #ddd;
    text-decoration: none;
}

body.revamp22 #mvp-nav-menu ul li:first-child a {
    border-left: none;
}

body.revamp22 #mvp-nav-menu ul li.menu-item-has-children a:after {
    top: 16px;
    right: 7px;
}

body.revamp22 .mvp-nav-right-in {
    display:flex;
    margin: 0;
}

/* HEADER: HOVER NAV */
body.revamp22 #mvp-nav-menu ul li ul.sub-menu {
    top: 34px;
}
 
/* HEADER: CALLOUT */
body.revamp22 img.callout {
    display: none;
    height: 100px;
    width: 155px;
    object-fit: contain;
}

@media screen and (min-width: 992px) {
    body.revamp22 img.callout {
        display:block;
    }
}

/* HEADER: SOCIAL MEDIA */
body.revamp22 span.mvp-nav-soc-but {
    padding: 22px 5px;
    
}

body.revamp22 span.mvp-nav-search-but {
    margin-left: 4px;
    font-size: 24px;
}

body.revamp22 .mvp-fly-but-wrap span {
    height: 4px;
}

body.revamp22 .mvp-fly-but-wrap span:nth-child(1) {
    top: 18px;
}

body.revamp22 .mvp-fly-but-wrap span:nth-child(4) {
    top: 39px;
}

/* FOOTER: */
footer {
    color: white;
}

footer strong {
    font-size: 18px;
}

footer ul {
    margin-left: 0 !important;
    padding-left: 0;
    gap: 5px 15px;
}

footer ul li {
    margin-left: 0 !important;
    font-size: 16px;
    padding-bottom: 5px;
}

footer ul:not(#menu-footer-copy-links) li:first-child {
    font-size:18px;
    font-weight: bold;
    pointer-events: none;
}

footer ul li a {
    text-decoration: none;
    color: white !important;

}

footer #menu-footer-copy-links {
    display: flex;
    font-weight: normal;
}

footer ul.mvp-foot-soc-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

footer .logos-caro {
    min-height: 100px;
    min-width: 745px;
}

@media screen and (min-width: 768px) {
    footer .logos-caro {
        min-width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    footer .copyright {
        text-align: right;
    }
}

/* FOOTER: SOCIAL MEDIA */
footer .social {
    padding-left: 30px;
}

footer .social:before {
    margin-left: -30px;
}

/* SUB FORM */
footer form input, aside form input {
    height: 40px;
    color: white;
    background: transparent;
    border-right: none !important; 
    border-left: none !important; 
    border-bottom: 2px solid rgba(255, 255, 255, 0.604);
}

aside form input {
    color: black;
    border-bottom: 2px solid black;
}

footer form input[type="email"], aside form input[type="email"] {
    min-width: 200px;
    max-width: 300px;
    width: 75%;
    margin-right: 20px;
}

footer form input[type="submit"], aside form input[type="submit"] {
    font-family: 'Georgia', 'TNYAdobeCaslonPro', 'Times New Roman', sans-serif !important;
    border-top: 2px solid rgba(255, 255, 255, 0.604);
}

aside form input[type="submit"] {
    color: white;
    background-color: black;
}

aside form .col-4 {
    padding-left:0;
}

/* FOOTER: Customer Service */
footer .cust-service {
    height: 40px;
    padding: 6px 20px 5px !important;
    color: white;
    font-family: 'Georgia', 'TNYAdobeCaslonPro', 'Times New Roman', sans-serif !important;
    border: 2px solid rgba(255, 255, 255, 0.604);
    background: transparent;
    border-radius: 0;
}

footer .cust-service:hover {
    color: black;
    background-color: white;
}

/* MAIN: CONTENT */
body.revamp22 #mvp-main-content-wrap {
    border-top: none;
}

#mvp-post-feat2-img {
    margin-top: 0 !important;
}

/* Main - Home Page: Category Section */
body.revamp22 .hp-cat-sec {
    border: grey;
}

body.revamp22 .hp-article-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

body.revamp22 .fullad .hp-article-img { /* For  */
    height: 100px;
}

body.revamp22 #mvp-side-wrap {
    float: none;
}

body.revamp22 .mvp-feat1-info {
    margin-top: 0;
}

body.revamp22 #mvp-nav-right-wrap{
    width:auto;
}

body.revamp22 #mvp-nav-soc {
    width: auto;
    height: auto;
}

body.revamp22 .hamburger-container {
    width: 180px;
}

@media screen and (max-width: 600px) {
    body.revamp22 #mvp-nav-main, body.revamp22 img.callout {
        display: none;
    }

    body.revamp22 #mvp-logo-nav-new {
        position:inherit;
    }
}

@media screen and (max-width: 1024px) {
    body.revamp22 #mvp-nav-right-wrap #mvp-nav-soc {
        display: none;
    }
    body.revamp22 .hamburger-container {
        width: 24px;
    }
}

/* SIDEBAR */
body.revamp22 #mvp-side-wrap {
    margin-left: 0;
}

body.revamp22 #mvp-side-wrap .mvp-widget-ad {
    width: 100%;
}

body.revamp22 ul.mvp-foot-soc-list li a {
    height: 40px;
    width: 40px;
    text-decoration: none;
}

body.revamp22 #mvp-side-wrap .mvp-trend-widget-img:after {
    padding-top: 5px;
    width: 35px;
    height: 35px;
    left: -15px;
}

/* SINGLE REVIEWS */
.single #mvp-content-main {
    font-family: 'Georgia', 'TNYAdobeCaslonPro', 'Times New Roman', sans-serif;
}