/*
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;
    }
	
}



