/*
 Theme Name:   Divi Child Theme
 Author: Hooma
 Author URI: https://hooma.com.br/
 Description:  Child Theme for Divi
 Template:     Divi
 Version:      1.0.0
*/

/* * * Add any custom CSS below this line * * */

body {
    opacity: 1;
    transition: 150ms opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

/* CABEÇALHO -> Submenu */
#main-header #top-menu > .menu-item .sub-menu .menu-item {
	width: 100%;
	padding-left: unset !important;
	padding-right: unset !important;
	text-wrap: nowrap;
}
#main-header #top-menu > .menu-item .sub-menu .menu-item a {
	width: inherit !important;
		padding: 12px 20px !important;
		overflow: hidden;
}

/* RODAPÉ */
.footer-widget .title {
	color: var(--theme-footer-title-color);
	font-size: 22px;
	font-weight: bold;
}

/* SIDEBAR */
#main-sidebar ul li a:hover {
	text-decoration: underline !important;
	color: inherit !important;
}

/* PLUGIN - WP-PageNavi */
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	color: #212121 !important;
}

/* PLUGIN - GDPR Cookie Compliance */
#moove_gdpr_cookie_info_bar {
	border-top: none !important;
	z-index: 9999999;
}
.moove-gdpr-infobar-close-btn {
	cursor: pointer;
}
.gdpr_lightbox {
	z-index: 9999999;
}
.gdpr_lightbox .menu-item-selected .moove-gdpr-tab-nav {
	background-color: #0C4DA2 !important;
	color: #FFF !important;
}

/* PLUGIN - Contact Form 7 */
.wpcf7 .wpcf7-response-output {
	margin: 24px 0px 0px 0px !important;
	padding: 16px 24px !important;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 400;
	border-width: 1px;
	border-radius: 3px;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: rgb(70 180 80 / 20%);
	border-color: #46b450;
	color: #005408;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background-color: rgb(220 50 50 / 15%);
	border-color: #dc3232;
	color: #ab0606;
}
.wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
	border-color: #f56e28;
	color: #FFF;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: rgb(255 185 0 / 15%);
    border-color: #ffb900;
	color: #835f00;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 textarea { 
	width: 100%;     
	padding: 8px 16px;     
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	font-weight: 500;
    font-size: 14px;
}
.wpcf7 input[aria-invalid="true"] { 
	border-bottom: 1px solid #dc3232;
}
.wpcf7 input[type="text"]::-webkit-input-placeholder, 
.wpcf7 input[type="email"]::-webkit-input-placeholder, 
.wpcf7 input[type="url"]::-webkit-input-placeholder, 
.wpcf7 input[type="number"]::-webkit-input-placeholder, 
.wpcf7 input[type="password"]::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder { 
	color: #919191;
}
.wpcf7 input[type="text"]::-moz-placeholder, 
.wpcf7 input[type="email"]::-moz-placeholder, 
.wpcf7 input[type="url"]::-moz-placeholder, 
.wpcf7 input[type="number"]::-moz-placeholder, 
.wpcf7 input[type="password"]::-moz-placeholder, 
.wpcf7 textarea::-moz-placeholder { 
	color: #919191;
}
.wpcf7 input[type="text"]:-ms-input-placeholder, 
.wpcf7 input[type="email"]:-ms-input-placeholder, 
.wpcf7 input[type="url"]:-ms-input-placeholder, 
.wpcf7 input[type="number"]:-ms-input-placeholder, 
.wpcf7 input[type="password"]:-ms-input-placeholder, 
.wpcf7 textarea:-ms-input-placeholder { 
	color: #919191;
}
.wpcf7 input[type="text"]::-ms-input-placeholder, 
.wpcf7 input[type="email"]::-ms-input-placeholder, 
.wpcf7 input[type="url"]::-ms-input-placeholder, 
.wpcf7 input[type="number"]::-ms-input-placeholder, 
.wpcf7 input[type="password"]::-ms-input-placeholder, 
.wpcf7 textarea::-ms-input-placeholder { 
	color: #919191;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="url"]::placeholder,
.wpcf7 input[type="number"]::placeholder,
.wpcf7 input[type="password"]::placeholder,
.wpcf7 textarea::placeholder { 
	color: #919191;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus { 
	border-color: #919191;
}
.wpcf7 textarea {
	height: 120px;
	min-height: 85px;
	max-height: 350px;
	resize: vertical;
}
.wpcf7 input[type="submit"]{
	width: 100%;
	margin: 4px 0px;
	cursor: pointer;
}
.wpcf7 .wpcf7-list-item {
	width: 100%;
	margin-left: 0;
	margin-bottom: 4px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 8px 0px 0px 0px;	
}
.wpcf7-spinner::before {
    -webkit-animation-name: spin;
            animation-name: spin;
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.wpcf7 .wpcf7-spinner {
	position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 p {
	position: relative;
}

/* DIVI - Deslizante */
.et_pb_slide_title a:hover {
	text-decoration: unset !important;
}

/* BLOG -> Página única */
.single-post .et_pb_post_content h2 {
	margin-top: 32px;
	margin-bottom: 16px;
}
.single-post .et_pb_post_content h3 {
	margin-top: 22px;
	margin-bottom: 10px;
}
.single-post .et_pb_post_content h4 {
    margin-top: 12px;
    margin-bottom: 6px;
}
.single-post .et_pb_post_content li {
	margin-bottom: 12px;
}
