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

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

/* CONFIGURAÇÕES GERAIS */
.et_pb_row {
	width: 90%;
}
#top-header .container,
#main-header .container,
#main-footer .container {
	width: 90% !important;
}
#main-footer,
.et_builder_inner_content p {
/* 	font-weight: 400; */
}
.et_builder_inner_content strong {
	font-weight: 600;
}
.et_pb_module a {
	font-weight: 400;
}
.et_pb_module a:not(.button):not(.et_pb_button):not(.et-pb-arrow-prev):not(.et-pb-arrow-next):hover {
	text-decoration: underline;
}
.footer-widget a:hover {
	text-decoration: underline !important;
}
.et_pb_button,
.button {
	transition: all 200ms;
}
.et_pb_button:hover,
.button:hover {
	opacity: 0.85;
}
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	color: #000 !important;	
}
#moove_gdpr_cookie_info_bar {
	border-top: none !important;
	z-index: 9999999;
}
.gdpr_lightbox {
	z-index: 9999999;
}
.gdpr_lightbox .menu-item-selected .moove-gdpr-tab-nav {
	background-color: #0C4DA2 !important;
	color: #FFF !important;
}

/* SIDEBAR */
#main-sidebar .widgettitle {
	margin-bottom: 6px;
}
#main-sidebar ul li:not(:last-child){
	margin-bottom: 8px !important;
}
#main-sidebar ul li a {
	line-height: 1.3;
}
#main-sidebar ul li a:hover {
	text-decoration: underline !important;
	color: inherit !important;
}
.searchform--light {
	display: flex;
}
.searchform--light button {
    position: absolute;
    right: 0;
    width: 48px;
    margin-top: 7px;
    margin-right: 3px;
    padding: 4px;
    border: none;
    background-color: transparent;
	font-size: 16px;
    color: #666;
	cursor: pointer;
	transition: all 200ms;
}
.searchform--light button:hover {
	opacity: 0.7;
}

/* POSTAGENS (Página) */
.single-post .et_pb_post_content h2 {
	margin-top: 32px;
}
.single-post .et_pb_post_content h3 {
	margin-top: 16px;
}
.single-post .et_pb_post_content h4 {
	margin-top: 8px;
}
.single-post .et_pb_post_content li {
	margin-bottom: 12px;
}
.single-post .et_pb_post_content a {
	font-weight: 400;
}
.single-post .et_pb_post_content a:hover {
	text-decoration: underline;
}
.single-post .et_pb_title_meta_container {
	font-weight: 500;
}
.comment-form-url {
	display: none;
}
.comment-form-comment {
	padding-bottom: 6px;
}
.comment-form-comment textarea {
	resize: vertical;
}
.comment-form-author,
.comment-form-email {
	width: calc(50% - 6px);
}
@media screen and (max-width: 767px){
	.comment-form-author,
	.comment-form-email {
		width: 100%;
	}
}
.comment-form-author input,
.comment-form-email input {
	width: 100% !important;
}
@media screen and (min-width: 768px){
	.comment-form-author {
		float: right;
	}
	.comment-form-email {
		float: left;
	}
}
.comment-form-cookies-consent label {
	font-weight: 300;
}
.comment-reply-link {
	font-size: 12px !important;
}
.comment-body {
	margin-bottom: 28px;
}
.comment-form .et_pb_button {
	font-weight: 400;
}