/*
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");


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



/* =CSS RV Digital
-------------------------------------------------------------- */

/* Geral */
.site-info {
	padding: 5px 0;
}

.site-info p {
	margin: 0;
	
	color: #fff;
}

.site-info a {
	color: #6B6B6B !important;
}

.site-info a:hover {
	color: #fff !important;
}

/* Contact Form */
.wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form .wpcf7-submit {
	margin-top: 5px;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
	background: #FFA8A8;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	top: 9px;
	right: 0;
	
	color: #009BDB;
	font-weight: bold;
}

.wpcf7-form .wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip {
	top: 108px;
	
	resize: vertical;
}

.wpcf7-form .wpcf7-response-output {
	width: 100%;
	margin: 0;
	border: 2px solid #ff0000;
	background: #FFA8A8;
	
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
	border: 2px solid #08CE50;
	background: #9CFCBF;
}

/* Mobile */
@media (max-width: 480px) {
	#quemsomos {
		padding: 0 !important;
	}
}

