/*
Theme Name:  Howes Child
Description: Child theme for the Howes theme
Author:      Theme Mount
Author URI:  http://themeforest.net/user/thememount
Template:    howes
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* =Parent theme style.css file
-------------------------------------------------------------- */
@import url("../howes/style.min.css");
@import url('https://fonts.googleapis.com/css?family=Anton|Oswald:300,400,600');


/* =Theme customization starts here
-------------------------------------------------------------- */
/********************************************************************************/

span.wpcf7-not-valid-tip {
	color: #000 !important;
}
.wpcf7-response-output.wpcf7-validation-errors {
	background: #000 !important;
}
.green_text{
	width:100% !important;
	display:inline-block !important;
	position:relative !important;
}
.green_text h1, .green_text h4, .green_text p {
	text-align:left !important;
}
.sale_text{
    font-size: 20px!important;
    line-height: 31px!important;
	color:#fff !important;
    font-family: Roboto,'Trebuchet MS', Helvetica, sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
    margin-bottom: 10px !important;
	text-align: center !important;
	width:100% !important;
	display:inline-block !important;
}
.million_text{
	width:100% !important;
	display:inline-block !important;
	text-align: center !important;
	font-family: Oswald,sans-serif !important;
    line-height: 69px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #329834 !important;
    font-size: 70px !important;
}
.parah_text{
	width:100% !important;
	display:inline-block !important;
	text-align: center !important;
    font-size: 20px!important;
    color: #f2f2f2 !important;
}
.owl-item .thememount-testimonial-text .contarea {
    min-height: 208px !important;
}
.wpb_single_image img {
    width: 350px !important;
}
/************************************************/
@media all and (min-width: 100px) and (max-width: 768px) {
.sale_text{
		text-align:left !important;
}
.million_text{
		text-align:left !important;		
       font-size: 45px !important;
}
.parah_text{
			text-align:left !important;			
}
	/*.owl-carousel.owl-loaded{
		display:none !important; 
	}*/
}
@media all and (min-width: 100px) and (max-width: 480px) 
{	
#video iframe{width: 290px !important;
    margin: 0 auto !important;
    float: none !important;}	
.million_text {
    text-align: left !important;
	font-size: 23px !important;
}
.sale_text {
    font-size: 12px !important;
	line-height: 16px !important;
}
.parah_text {
	font-size: 12px !important;
}
.vc_separator h4{
	text-align: center !important;	
}	
}
/*************************************/
/********************************************************************************/