/*
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
*/


/* START: When there is no homepage takeover ad */
/* 
	body {
		background-color: #fff !important;
	}
	#mvp-site { 
		width: 1250px; 
	}
	#mvp-nav-right { 
		width: 1050px; 
	}
	.mvp-fixed, .mvp-main-boxed-wrap {
		width: 1250px !important;
	}
	*/
/* END: When there is no homepage takeover ad */

.mvp-feat2-main-title h2.mvp-stand-title, .mvp-feat2-main-title h3.mvp-stand-title {
	font-size: 1.6rem;
	line-height: 125%;
	font-family: 'Work Sans', sans-serif;
	background-color: rgba(0,0,0,.8);
	color:#fff;
	}

.mvp-feat2-sub-text h3 {
	font-size: 1rem;
  line-height: 110%;
	font-family: 'Work Sans', sans-serif;
}

.mvp-main-blog-in .mvp-main-blog-text a h3 {
	font-size: 1.3rem;
}

#mvp-post-feat2-text h1.mvp-post-title {
	background-color: rgba(0,0,0,.8);
	box-decoration-break: clone;
	-webkit-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
	   -moz-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
	    -ms-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
	     -o-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
		box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
	color: #fff;
	display: inline;
	font-size: 1.6rem;
	line-height: 122%;
	}


/* WPTS #13029 - RT */
.user-location-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(0,0,0,0.5);
}

.select-user-locations-wrapper {
    position: fixed;
    background: #FFF;
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 50px;
    height: 300px;
    border-radius: 5px;
}

.select-user-locations-wrapper ul {margin-top: 20px;overflow-y: scroll;height: 92%;}

.select-user-locations-wrapper ul li {
    margin-bottom: 10px;
    float: left;
    width: 50%;
    text-align: center;
}

.select-user-locations-wrapper ul li input {
    margin-right: 5px;
}

.select-user-locations-wrapper {
    text-align: center;
}