/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/*------------------------------------------------*\
	misc
\*------------------------------------------------*/
.grecaptcha-badge {visibility:collapse !important;}

.text-shadow-dark {text-shadow:1px 1px 4px #000;}

.text-shadow-light {text-shadow:1px 1px 4px #fff;}


/*------------------------------------------------*\
	responsive tweaks
\*------------------------------------------------*/
@media screen and (max-width:1190px) {
	/* tablet */
}

@media screen and (max-width:480px) {
	/* mobile */
}

.post-title{
	font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2em;
}

.w-separator.width_30 {
    width: 60px;
    margin-left: 0px !important;
    margin-right: 0px !important;
	height: 2rem !important;
}

.header_ver .w-nav-anchor.level_1 {
    line-height: 22px;
}

.copyright {
    display: block;
    font-size: 13px;
    margin: 15px 0 0 0;
    color: #999;
}

@media screen and (max-width:768px) {
	/* mobile */
	.post-title{
		font-size: 27px!important;
	}
}

.wpb_raw_html > div > form > input, textarea, select {
	border: 1px solid #DDDDDD !important;
    padding: 8px !important;
    color: #999 !important;
    width: auto !important;
	margin-bottom:15px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Tahoma !important;
	line-height: 18px !important;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2) !important;
}

.wpb_raw_html > div > form > img {
	margin: 20px !important;
}