/* BASE GLOBAL */
html, body {
	overflow-x: hidden;
}
body {
	font-weight: 400;
}

#wpadminbar {
	overflow: hidden;
}
.et_pb_row,
.archive.et-db #et-boc .et-l .et_pb_row {
	width: 90%;
}
#top-header .container,
#main-header .container,
#main-footer .container {
	width: 90% !important;
}
#main-header, #top-header {
	will-change: margin-top;
	transition: margin-top 400ms;
}
#main-header .menu-item a {
	transition: color 150ms ease, padding-bottom .4s ease !important;
	line-height: 1.3em;
}
#main-header .menu-item a:hover,
#main-header .menu-item.current_page_item a,
#main-header.et-fixed-header .menu-item a:hover{
	color: var(--theme-primary-color);
}
#main-header #top-menu > .menu-item .sub-menu {
	right: 0;
	width: fit-content;
	min-width: 260px;
	max-width: min(90vw, var(--wp--style--global--wide-size));
}
#et-secondary-nav .menu-item-has-children > a:first-child:after,
#top-menu .menu-item-has-children > a:first-child:after {
	font-size: 18px;
}
#top-menu-nav > ul > li > a:hover,
.et_mobile_menu li a:hover,
.nav ul li a:hover {
	opacity: 1;
}
#main-header .et_mobile_menu {
	padding: 18px 0;
}
#main-header .et_mobile_menu li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
#main-header .et_mobile_menu li:last-of-type a {
	border-bottom: unset;
}
#main-header .et_mobile_menu .toggle-menu ~ a {
	padding-right: 44px;
}
.et_mobile_menu .menu-item-has-children > a {
	font-weight: inherit;
}
.et_builder_inner_content strong {
	font-weight: 600;
}
.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 {
	text-align: center;
	line-height: 1.5 !important;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.et_pb_button:hover,
.button:hover {
	opacity: 1;
}

/* MÓDULO - Toggle  */
.et_pb_toggle {
	padding: unset;
	transition: all 150ms ease-out;
}
.et_pb_toggle:hover {
	transition: all 150ms ease-out;
}
.et_pb_toggle_title {
	padding: 20px !important;

	&::before {
		margin-right: 20px;
	}
}
.et_pb_toggle_content {
	padding-top: 6px;
	padding-inline: 20px;
	padding-bottom: 20px;
}

/* SUBMENU RECOLHÍVEL PARA MOBILE DO DIVI */
.et_pb_menu .et_mobile_menu .menu-item-has-children > a, 
#main-header .et_mobile_menu .menu-item-has-children > a {
    position: relative;
    background-color: transparent;
    text-decoration: none !important;
}
.et_pb_menu .et_mobile_menu .menu-item-has-children > a.toggle-menu, 
#main-header .et_mobile_menu .menu-item-has-children > a.toggle-menu {
    display: grid;
    place-content: center;
    position: absolute;
    right: 0;
	width: 44px;
	height: 44px;
    padding: 10px;
    font-family: 'ETmodules';
    font-size: 28px;
    font-weight: 100;
    z-index: 10;
}
.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a.toggle-menu, 
#main-header .et_mobile_menu .menu-item-has-children.visible > a.toggle-menu {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
}
.et_pb_menu .et_mobile_menu ul.sub-menu, 
#main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.et_pb_menu .et_mobile_menu .visible > ul.sub-menu, 
#main-header .et_mobile_menu .visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

/* FORMULÁRIO DE PESQUISA OTIMIZADO */
.searchform--light {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.searchform--light button {
    position: absolute;
    right: 0;
    width: 48px;
    margin-top: 6px;
    margin-right: 3px;
    padding: 4px;
    border: none;
    background-color: transparent;
	font-size: 16px;
    color: #666;
	cursor: pointer;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.searchform--light button:hover {
	opacity: 0.7;
}

/* BLOG -> Página única */
.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;
	}
}
#commentform {
	padding-bottom: 0 !important;
}
.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;
}