/*
 Theme Name:   Exertion Child
 Theme URI:    http://themeforest.net/user/VictorThemes
 Description:  Exertion Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     exertion
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  exertion-child
*/

/* Write Custom CSS */

.white-bg-link{
    color: #bd8209!important;
}
p{
	color: #393939!important;
}
.w-text{
	color: white!important;
}
.process-item p{
	color: white!important;
}
p a{
	color: #f0bd54!important;
}
.light-text p{
    color: #ffffff!important;
}
.light-text h2{
    color: #ffffff!important;
}
.light-text h3{
    color: #ffffff!important;
}
.width220{
	max-width:220px;
}
.post-title{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 900;
}
.post-template-default .xrton-mid-wrap {
    padding: 50px 0 50px!important;
}
@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
	.vc_custom_heading{
		text-align: center!important;
	}
	p{
		text-align: center!important;
	}
	.footer-widget .widget_media_image{
		text-align: center!important;
	}
	.footer-widget .xrton-btns-group{
		text-align: center!important;
	}
}
body{
	overflow-x: hidden;
}
.mean-container .mean-nav{
	margin-top: 90px!important;
}
.main-screen .dhav-inner-width{
	width: 100%;
}