/*
Theme Name:   Flex Mag Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Flax Mag Child
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     flex-mag
Version:      1.0.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:  flex-mag-child
*/

.home-widget p.wp-caption-text {
	color:#000;
	padding-top:10px!important;
}
#home-feat-wrap .feat-title-wrap h3.home-feat-title {
	display:none;
}
/*
#home-feat-img {
	margin-top:15px;
}
*/
body.single .post-feat-text {
	position:relative;
	left:auto;
	bottom:auto;
	width:auto;
	padding:20px 20px 20px 20px;
	background:#efefef;
	font-style:italic;
	color:#666;
	display:block!important;
}
body.single .post-feat-text .post-excerpt {
	float:none;
	font-size:15px;
	line-height:20px;
	padding:10px 0;
	display:block;
}
body.single #post-feat-img {
	float:none;
}
body.single .post-feat-text span.feat-caption {
	font-size:13px;
	color:#999;
	top:12px;
	right:25px;
	width:95%;
	bottom:auto;
}
body.single #post-info-wrap .post-info-img {
	display:none;
}
body.single #post-info-wrap .post-info-in {
	margin-left:0;
}
body.single #content-main p.wp-caption-text {
	font-size:15px;
	line-height:20px;
	font-style:italic;
	color:#222;
}
body.single #content-main .wp-media-credit {
	font-size:13px;
	font-style:italic;
	text-transform:uppercase;
	text-align:right;
	color:#999;
}
body.single #content-main .wp-caption p {
	margin-bottom:10px;
}

body .home-widget a.read-more,
body .side-widget a.read-more {
	background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    margin: 20px auto 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    width: 99%;
	color: #669e39 !important;
	border: 1px solid #669e39;
}
body .home-widget a.read-more:hover,
body .side-widget a.read-more:hover {
	background: #669e39;
	color:#FFF!important;
}
body .wp-caption, 
body #content-main p.wp-caption-text, 
body .gallery-caption,
body #content-main table div {
	line-height:155%;
}
body span.nav-soc-but {
	padding:17px 7px;
}
body .nav-right-wrap {
	width:196px;
}
body .nav-menu-in {
	margin-right:196px;
}
body #latest-widget-link {
	margin-bottom:10px;
}

.hub-wrapper {
	position:relative;
	margin:0 20px;
	z-index:101;
	left:-20px;
}
.hub-toggle {
	display:none;
}
.hub-menu {
	width:140px;
	position:absolute;
	z-index:101;
}
.hub-menu .side-widget {
	margin-top:0;
	margin-bottom:15px;
}
.hub-menu h4.post-header {
	margin-bottom:20px;
}
.hub-menu .widget_nav_menu a,
.right-menu.widget_nav_menu a {
	display:block;
	padding:5px 0;
	font-family:'Biryani', sans-serif;
	font-size:14px;
	line-height:17px;
	font-weight:700;
	text-transform:none;
}
.hub-middle {
	padding-left:155px;
	box-sizing:border-box;
}

body #content-main .span3 {
	width:25%;
	float:left;
	padding-right:25px;
	display:block;
	box-sizing:border-box;
}
body #content-main .span9 {
	width:75%;
	float:left;
	display:block;
	box-sizing:border-box;
}
body #content-main .row {
	clear: both;
	padding: 1.5em 0 1em;
	display:inline-block;
    border-bottom: 1px solid #DDDDDD;
}
body #content-main .row:before,
body #content-main .row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
#sidebar-wrap h4.post-header {
	text-align:left;
}

body .right-menu a {
	display:block;
	padding:5px 0;
}
body .feat-info-views {
	display:none;
}
body .dfw-unit.display-block:before {
	display:none;
}

body .home-widget-dfp {
	width:33.3%;
	box-sizing:border-box;
	padding:0 10px 10px 0;
}
body .home-widget-dfp:last-child {
	padding-right:0;
}

body #content-main ul li, body #content-main ol li {
	font-family:'Lato', sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media screen and (max-width: 1099px) {
	body .col-tabs-wrap {
		display:none!important;
	}
	body #feat-top-wrap {
		display:block!important;
	}
	body #tab-col2, 
	body .feat-title-wrap, 
	body #tab-col2 .side-title-wrap, 
	body ul.col-tabs li.pop-col-tab, 
	body #prev-next-wrap, 
	body #wallpaper,
	body #tab-col3 {
		display:block!important;
	}
}

@media screen and (max-width: 650px) {
	.hub-middle {
		padding-left:0;
	}
	.hub-wrapper {
		left:0;
	}
	.hub-toggle {
		cursor:pointer;
		display:block;
		background: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		display: inline-block;
		font-family: 'Montserrat', sans-serif;
		font-size: .8rem;
		font-weight: 700;
		margin: 0 auto 20px auto;
		padding: 8px 0;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		color: #669e39 !important;
		border: 1px solid #669e39;
	}
	.hub-toggle.active {
		background: #669e39;
		color:#FFF!important;
	}
	.hub-menu {
		width:100%;
		right:-120%;
		top:25px;
		background:#FFF;
		border: 1px solid #669e39;
		border-top:none;
	}
	.hub-menu.active {
		right:-2px;
		top:29px;
	}
	.hub-menu .side-widget {
		margin-bottom:0;
	}
}

@media screen and (max-width: 600px) {
	body .home-widget-dfp {
		width:100%;
		box-sizing:border-box;
		padding:0 0 20px 0;
		float:none;
	}
	body .home-widget-dfp:last-child {
		padding-bottom:0;
	}
}

@media screen and (max-width: 479px) {
	body .nav-right-wrap {
		width: 50px;
	}
}



