/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.16.1
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/*Acerta titulo e h1 do produto*/
.tituloproduto{
	font-weight: 600;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1.7em;
    margin-bottom: 0;
}
@media(max-width:767px){
	.tituloproduto{text-align:center;}
}
.h1oculta{display:none;}
/*Fim acerta titulo*/
.wpcf7-not-valid-tip {font-size: 0.7em !important;}
.wpcf7-response-output{font-size: 0.7em !important;}
.ytudo {width: 100%; float: left;padding: 30px;}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{font-size: .85em!important;}

#bredmobi{display:none;}

@media(max-width:767px){
	#bredpai{display:none !important;}
	#bredmobi{ display:block; }
}

a.button.success.is-outline {
    font-weight: 200;
    border: 1px solid #127749!important;
    color: #FFF !important;
    background: #127749;
	line-height: 2.4em;
}

a.button.success.is-outline:hover{
    font-weight: 200;
    border: 1px solid #127749!important;
    color: #127749 !important;
    background: #FFF;
	line-height: 2.4em;
}

input#enviar {
    background: #127749;
	border: 1px solid #127749!important;
    border-radius: 25px;
    padding: 1px 25px;
    font-size: 90%;
	color:#fff;
}

input#enviar:hover {
    background: #fff;
	border: 1px solid #127749!important;
    border-radius: 25px;
    padding: 1px 25px;
    font-size: 90%;
	color:#127749;
}

label, legend {	font-size: .8em;margin-bottom:0}

@media (max-width: 549px){
	.ytudo {padding: 0;}
	.wpcf7 form .wpcf7-response-output {border: none;}
}