/*
Theme Name: Structial
Theme URI: https://codebean.co/structial/
Author: Esmet
Author URI: http://themeforest.net/user/esmet
Description: Multi-Purpose Creative WordPress Theme. Build Anything Visually. Update notifications available on ThemeForest - <a href="http://themeforest.net/user/esmet">Follow us on Themeforest</a>
Version: 1.0.0
Text domain: structial
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready

CSS changes can be made in files in the /assets/css/ folder. This is a placeholder file required by WordPress, so do not delete it.

 */

/* _____ Painel Login WP Personalizado ________*/

body.login { /* Altera a cor do Background da pagina de Login */
    background: #676666;
}

.login #login_error, .login .message, .login .success { /* Altera a cor do campo mensagem logo abaixo a LOGO */
    border-left: 4px solid #FF2300;
    background-color: #403f3f;
    color: #c5c4c4;
}
.login form { /* Altera a cor do Background do Formulario de Login */
    background: #403f3f;
    margin-top: 20px;
    margin-left: 0;
    padding: 0px 0px 0px;
}
.login label { /* Altera a cor do Label "Nome de usuario ou endereço de email" */
    color: #c5c4c4;
}
#login input[type=text]:focus, #login input[type=password]:focus, #login input[type=checkbox]:focus { /* Altera a cor do quadrado lembre-me */
    border-color: #FF2300;
    box-shadow: 0 0 2px #FF2300;
}
input[type=checkbox]:checked:before { /* Altera a cor do "v" do checkbox lembre me */
    color: #FF2300;
}
.wp-core-ui .button-primary { /* Altera cores botão acessar */
    background: #FF2300;
    border-color: #FF2300 #FF2300 #FF2300;
    box-shadow: 0 1px 0 #FF2300;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover { /* Altera cores botão acessar com o mouse sobre*/
    background: #FF6A00;
    border-color: #FF6A00;
    color: #000;
}
.login #backtoblog a, .login #nav a { /* altera a cor dos labels "Perdeu a senha?" e "voltar para..." */
    color: #c5c4c4;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover { /* altera a cor dos labels "Perdeu a senha?" e "voltar para..." com o mouse sobre */
    color: #FF2300;
}
#login a:focus { /* Altera cor texto ativado labels "Perdeu a senha?" e "voltar para..." */
    box-shadow: none;
}
#login a {
    color: #ff2300;
}
.login #nav {
    margin: 15px 0 0;
}
.login #backtoblog, .login #nav {
    padding: 0px;
}
.login #backtoblog a:focus, .login #nav a:focus, .login h1 a:focus { /* Altera cor texto ativado labels "Perdeu a senha?" e "voltar para..." */
    color: #ff2300;
}
.login form {
    margin-top: -10px;
}

.login h1 a {
    background-image: none,url(http://microsite.net.br/wp-content/uploads/2017/07/Logo-Microsite-80px.png);
    background-position: initial;
    background-position-y: 35px;
    background-position-x: -10px;
    background-size: 250px;
    padding: 0% 0 0%;
    width: 300px;
    margin-top: 80px;
}
#login {
    width: 250px;
    padding: 0% 1% 5px;
    margin: auto;
    background: #403f3f;
    border-radius: 30px;
    margin-top: 150px;
}
/*________________________________________________________*/



/* ___________Personalização Funcionalidades ________________*/

.logo img {
    width: 350px;
}
.team-member .team-member-image img {
    width: 300px;
}
.team-member.style-default .team-member-image {
    text-align: -webkit-center;
}
.back-to-top i {
    text-align: center !important;
}
/* ______________________ Ajuste de Cores __________________*/

.site-wrapper .cdb-page-wrap {
    background: #c6c3c0 !important;
}
.site-footer .footer-widgets {
    background-color: #241f1b !important;
}
.site-header.sticky.light-color {
    background-image: -webkit-linear-gradient(left , rgba(36, 31, 27, 0.984) , rgba(111, 107, 103, 0.984) 100%) !important;
}
body .site-navigation.hover-underline .structial-menu-list .item-level-0>a span:not(.menu-label):after {
    background-color: #dba55e !important;
}
#projetos .title {
	color: #b9b9b9 !important;
	font-size: 36px !important;
}
#projetos h1{
	color: #706f6f !important;	
}
#projetos p {
    margin-bottom: 0px !important;
}

#escritorio .title {
	color: #b9b9b9 !important;
	font-size: 36px !important;
}
#escritorio h6{
	color: #706f6f !important;
}
#escritorio p {
    margin-bottom: 0px !important;
}
.cdb-feature.feature-title-default .feature-title {
    color: #9d9995;
}

#valores h1 {
	color: #5e5e5e  !important;
}
#valores h2 {
	color: #5e5e5e  !important;
}
body, .menu-label, .body-font, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title, .single-product-summary-row .shop_attributes th, woocommerce-product-details__short-description table th {
    color: #5e5e5e !important;
}

#nossotime .title, .team-member .team-member-title, .team-member.style-default .team-member-subtitle {
	color: #26211d !important;
}

.light input[type=date], .light input[type=email], .light input[type=number], .light input[type=password], .light input[type=search], .light input[type=tel], .light input[type=text], .light input[type=url], .light select, .light textarea {
    background-color: hsla(0,0%,100%,.25) !important;
}

#contato .title {
    color: #b9b9b9 !important;
	font-size: 36px !important;
}
#contato h6 {
    color: #706f6f !important;
}
#contato p {
    margin-bottom: 0px !important;
}

.btn-border.color-default {
    color: #c6c3c0;
}
input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
    border: 2px solid #6d6a66 !important;
	background-color: #b8b1ab;
}

.comment-form .submit {
	background-color: #26211d !important;
}

.back-to-top:hover {
	background-color: #26211d !important;
}

#nosso_modo h5 {
	color: #9d9995 !important;
}

/* _________________________________________________________*/

.h1, h1 {
    font-size: 25px !important;
	color: #9d9995 !important;
}
.h2, h2 {
    font-size: 20px !important;
	color: #9d9995 !important;
}