/*
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
*/
body, #mvp-head-wrap #searchform input{font-family: Roboto;}
.woocommerce div.product div.summary {
    width: 100%;
}

ul.mvp-main-blog-story li {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.mvp-nav-left-in {
    margin-left: 0;
    float: right;
    width: 92%;
}

span.mvp-nav-soc-but {
    font-size: 20px;
}

.mvp-post-tags{ display: none;}

.shop-badge-text{
	text-align: center;
    color: red !important;
	font-size: 14px !important;
	font-family: 'Baloo Bhai 2', sans-serif !important;
}



@media screen and (max-width: 767px){
.mvp-nav-left-in {
    margin-left: 0 !important;
    width: auto;
}
	
	#mvp-nav-soc{ display: block !important;}	
	
	.mvp-nav-right-out {
      margin-right: 0 !important;
     }
	
	#mvp-nav-right {
    width: auto !important;
}
	.mvp-feat2-main-title h2.mvp-stand-title {
    font-size: 1.5rem !important;
}
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
	.mvp-nav-right-out {
      margin-right: 0 !important;
	}
	
	.mvp-nav-left-in {
      width: auto;
    }
	
}

/* Search */

.mvp-search-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1200px) {
    .mvp-search-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .mvp-search-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .mvp-search-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }

    /* .post-type-archive-product .mvp-content-side-out, .single-product .mvp-content-side-out{
        display: flex;
        flex-direction: column;
    }

    .post-type-archive-product .mvp-content-side-in, .single-product .mvp-content-side-in {    order: 2;}
    .post-type-archive-product #mvp-side-wrap, .single-product #mvp-side-wrap{order: 1;} */
}

/* Hide the shortcode by default */
.mobile-only-shortcode {
    display: none;
}

/* Show the shortcode only on mobile devices */
@media (max-width: 768px) {
    .mobile-only-shortcode {
        display: block;
    }
}


.mvp-search-grid-item {
    background: #fff;
    border: 0px solid #ddd;
    padding: 0px;
}

.mvp-search-grid-item .mvp-search-grid-img {
    margin: 0 0 1em;
}

.mvp-search-grid-text h2 {
    line-height: 20px;
}

.mvp-info-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #56cfe4;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}

.mvp-info-btn:hover {
    background-color: #243269;
}

.mvp-product-attributes {
    margin-top: 10px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.product-attributes-list {
    list-style: none;
    padding: 0;
}

.product-attributes-list li {
    margin-bottom: 5px;
    line-height: 25px;
}

.mvp-nav-links-page{
    text-align: center;
    padding-top: 40px;
}

.mvp-nav-links-page .pagination a, .mvp-nav-links-page .pagination a:visited, .mvp-nav-links-page .pagination span{

    color: #07e;
}


.mvp-nav-links-page .pagination a:hover, .mvp-nav-links-page .pagination .current{
   background: #e9e6ed;
}

.term-brockum .mvp-auth-data, .term-4639 .mvp-auth-data{
    display: none;
}