/*
 Theme Name:   Divi Child Theme
 Description:  Child Theme for Divi
 Template:     Divi
 Version:      1.0.0
*/

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


/* GLOBAL - Grid para Contact Form 7 */
.wpcf7-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    gap: 18px 16px;
}
.wpcf7-grid__column {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px){
	.wpcf7-grid__column {
		width: 100% !important;
	}
}
.wpcf7-grid__wide {
	width: 100%;
}

/* RODAPÉ */
@media screen and (max-width: 767px){
	.copyright__separator {
		display: none;
	}
	.copyright__developer {
		display: block;
	}
}

/* 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: var(--theme-primary-color) !important;
	color: #FFF !important;
}

/* PLUGIN - Contact Form 7 */
.wpcf7 .wpcf7-response-output {
	margin: 24px 0px 0px 0px !important;
	padding: 16px 24px !important;
	border: none !important;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #BEDCC7;
	color: #13672A;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    background-color: #EDBAB5;
	color: #A3160A;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #E8D8A7;
	color: #7F4A01;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select { 
	width: 100%;     
	padding: 8px 16px;     
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	font-weight: 500;
    font-size: 14px;
}
.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: #ADADAD;
}
.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: #ADADAD;
}
.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: #ADADAD;
}
.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: #ADADAD;
}
.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: #ADADAD;
}
.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,
.wpcf7 select:focus { 
	border-color: #ADADAD;
}
.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 .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;
}

/* BLOG - Single */
.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;
}
.single-post .et_pb_post_content blockquote {
	margin-top: 6px;
}
