/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
/* GERAL */
:root {
    --dLaranja: #fd5800;
}
a:focus,
.focus a, input, textarea {
	outline: none !important;
}
a:hover {
    text-decoration: none!important;
}
.gototop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: var(--dLaranja);
    padding: 2px;
    border-radius: 4px;
    color: white;
}
.wpp-footer {
    position: fixed;
    bottom: 10px;
    left: 10px;
}
/* CABEÇALHO */
.site-header .site-branding img {
    height: auto;
    max-width: none;
    max-height: none;
    width: auto;
}
.site-branding {
    margin: 0;
}
.dinamika-header {
    background-color: var(--dLaranja);
}
.dHeader .site-branding {
    padding: 10px 0px;
}
header#masthead {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0 0 5px #00000059;
}
.topbar {
    line-height: 35px;
    font-size: 15px;
    color: white;
}
.topbar-right {
    border-bottom: 1px solid #ffffff6e;
}
.mega-menu-wrap>ul>li.mega-menu-item a::before {
    content: ""!important;
    height: 3px!important;
    width: 0!important;
    background-color: white!important;
    top: 0!important;
    left: 0!important;
    position: absolute!important;
    transition: all .3s!important;
    display: block!important;
}
.mega-menu-wrap ul li.mega-menu-item a:hover::before {
    width: 100%!important;
    transition: all .3s!important;
}
/* CONTEÚDO */
.page-title-area {
    min-height: 280px;
    background-size: 100%;
    background-position: center center;
    display: flex;
    margin-bottom: 2.5em;
    justify-content: center;
    align-items: center;
    position: relative;
}
.page-title-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    left: 0;
    top: 0;
}
h1.dTitle {
    z-index: 9;
    color: white;
    font-weight: 600;
}
.anuncie-form {
    padding: 10px;
    border-radius: 5px;
    background-color: #f3f3f3;
}
.anuncie-form input[type='text'], .anuncie-form textarea, .anuncie-form label {
    width: 100%;
}
.anuncie-form input, .anuncie-form textarea {
    background-color: white;
    border-radius: 3px;
}
ul.Contact-General-info {
    margin: 0;
    list-style: none;
}
ul.Contact-General-info li {
    margin-bottom: 10px;
}
.form-contato-site label, .form-contato-site input[type="text"], .form-contato-site textarea, .form-contato-site[type="email"] {
    width: 100%;
}
.form-contato-site input, .form-contato-site textarea {
    background-color: white;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
}
.contatos-social a {
    color: black;
    text-decoration: none!important;
}
.form-contato-site textarea, .anuncie-form textarea {
    max-height: 200px;
}
.icones-index a {
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.icones-index {
    padding: 10px 0 0 0;
}
.icones-index:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
}
.icones-index .elementor-icon-box-icon svg {
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 3px 2px #e7e7e7;
} 
/* RODAPÉ */
footer a {
    text-decoration: none!important;
}
p.dSlogan {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 28px;
    margin: 0;
}
a.prefooterBTN {
    color: white;
    border: 2px solid white;
    border-radius: 3px;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s;
}
a.prefooterBTN:hover {
    background-color: white;
    color: var(--dLaranja);
    transition: all .3s;
}
ul.Foo-General-info li {
    margin-bottom: 15px;
}
footer .menu li::before {
    display: none;
}
.footer-widgets {
    padding: 30px 0 15px 0;
    border-color: var(--dLaranja);
}
footer .menu li, footer {
    padding: 0!important;
}
.site-info {
    padding: 1.3em 0;
    color: black;
}
.site-info p {
    margin: 0;
}
.site-info img {
    display: inline-block;
}
/* MEDIA */
@media screen and (min-width: 768px) {
/* GERAL */
.home .site-content .col-full {
    max-width: 100%;
    padding: 0;
}
.col-full {
    max-width: 1140px;
}
/* CABEÇALHO */

/* CONTEÚDO */

/* RODAPÉ */
footer .widget {
    margin: 0;
}
.pre-footer {
    padding: 10px 0;
    background-color: var(--dLaranja);
}
}
@media screen and (max-width: 960px) {
/* GERAL */

/* CABEÇALHO */

/* CONTEÚDO */

/* RODAPÉ */

}
@media screen and (max-width: 768px) {
/* GERAL */

/* CABEÇALHO */

/* CONTEÚDO */

/* RODAPÉ */

}