/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Contactos - Alinhamento dos callouts com os meus icons*/
.fl-photo-align-center {text-align: left;}
.fl-callout-photo-left .fl-callout-photo, .fl-callout-photo-left-text .fl-callout-photo {padding-right:0px; width:60px;}



/* Botões - Espaçar todo o texto*/
.fl-button {letter-spacing: 2px}



/* Formulário - Duas colunas fundo branco*/
#duas-colunas-fundo-branco {width: 100%;}
#duas-colunas-fundo-branco #left { width: 48%; float: left;}
#duas-colunas-fundo-branco #right { width: 48%; float: right;}
#duas-colunas-fundo-branco #center {width: 300px; margin: 0 auto; padding:0;}

#duas-colunas-fundo-branco input
{vertical-align: middle; line-height:50px; height:50px; background-color: transparent !important; border-radius:0; border-color:rgba(0, 0, 0, 0.25) !important; letter-spacing:3px; color:#808080; margin-bottom: 20px;}

#duas-colunas-fundo-branco textarea 
{height:190px; background-color: transparent; border-radius:0; border-color:rgba(0, 0, 0, 0.25); letter-spacing:3px; color:#808080;}

#duas-colunas-fundo-branco input[type="submit"]
{background-color:rgba(0, 0, 0, 0.25); border: 1px solid rgba(0, 0, 0, 0.25); border-radius:0; margin-top:40px; letter-spacing:3px; color:#808080; font-size:8pt; width:100%; padding:0px; margin-bottom: 0px;}

#duas-colunas-fundo-branco input[type="submit"]:hover
{background-color:#333333 !important; color:#808080;}

.wpcf7 .watermark {color:#808080 !important;}
::-webkit-input-placeholder {color:#808080 !important;}
:-moz-placeholder {color:#808080 !important;}
::-moz-placeholder {color:#808080 !important;}
:-ms-input-placeholder {color:#808080 !important;}

@media screen and (max-width: 768px) {
#duas-colunas-fundo-branco {width: 100%;}
#duas-colunas-fundo-branco #left { width: 100%;}
#duas-colunas-fundo-branco #right { width: 100%;}
#duas-colunas-fundo-branco #center {width: 100%;}
#duas-colunas-fundo-branco input[type="submit"]{margin-top:20px;}
}