/* 
Theme Name: Child of TheBuilt
Theme URI: http://magniumthemes.com/;
Description: Child theme based on TheBuilt
Author: Your Name
Version: 1.0
Template: thebuilt
*/

/* WPBAKERY SLIDER */
.flex-next{
	background: transparent url(img/arrow-right-big-invert.png) no-repeat center center !important;
}

.flex-prev{
	background: transparent url(img/arrow-left-big-invert.png) no-repeat center center !important;
}

/* CF7 */
input[type="submit"]{
	color: #fff;
}

/* SIDEBAR */
.sidebar.main-sidebar .widget.widget_nav_menu .current-menu-item > a{
	color: #fff;
}

/* BUTTONS */
.btn{
	color: #fff !important;
}

/* HEADER */
.header-info-2-text .header-info-half{
	width: 33%;
}

.header-info-2-text .header-info-half .header-info-content-text{
	font-size: 18px;
}

/* FOOTER */
#footer-sidebar-2 > #media_image-2{
	margin-top: 24px;
}

/* MOBILE */
.show-mobile > div > div > .mgt-header-block{
	display: none;
}

@media only screen and (max-width: 1199px){
	.header-info-2-text .header-info-half{
		display: none;
	}
}

@media only screen and (max-width: 767px){
	.hide-mobile{
		display: none;
	}
	
	.show-mobile > div > div > .mgt-header-block{
		display: block;
	}
}