/*
Theme Name: anxiet child
Tags:  custom-menu, editor-style, featured-images
Template: anxiet
Version: 1.0.0
*/

/* Rodapé */
@media all and (min-width: 991px){
	
	.footer-middle .col-lg-3:nth-of-type(1) {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.footer-middle .col-lg-3:nth-of-type(3) {
		flex: 0 0 35%;
		max-width: 35%;
	}
	
}

/* Banner home em desktop */
@media all and (min-width: 768px){
	#banner_home {
		background: #f8f8f8;
		min-height: 85vh;
	}
	
	
}

.mean-container a.meanmenu-reveal > span {
	position: relative;
}

.mean-container a.meanmenu-reveal > span:after,
.mean-container a.meanmenu-reveal > span:before  {
	content: '';
	position: absolute;
	display: block;
	background: white;
	height: 3px;
	top: -7px; left: 0;
	width: 100%;
}

.mean-container a.meanmenu-reveal > span:before  {
	top: initial;
	bottom: -7px;
}

body .mean-container .mean-nav ul li {
	background: white;
}

body .mean-container .mean-nav,
body .mean-container .mean-bar {
	background: #1282ad;
}

.accordion_area {
    font-size: .9em;
    line-height: 1.3;
}

.accordion_area ul,
.accordion_area ol {
	padding-left: 45px;
	list-style: initial;
	margin-bottom: 20px;
	margin-top: -5px;
}

.accordion_area ul li,
.accordion_area ol li {
	list-style: initial;
}

.accordion_area .witr_ac_card i {
	top: 1px;
}

body .logo a {
	margin-top: 17px;
}

body .anxiet-description-area a img {
    max-height: 60px;
    margin-bottom: 10px;
}


body .witr_apartment_form form select, body .witr_apartment_form input {
	border: 1px solid #ddd;
}


.wpcf7 textarea {
	padding-top: 10px !important;
}


body.home .witr_ac_style:before {
	display: none;
}


.footer-middle a,
.footer-middle a:hover {
	color: white;
	text-decoration: none;
}


/* CORES */

body .nav-tabs .nav-link:hover,
body .witrfm_area,
body .anxiet_menu ul .sub-menu,
body .anxiet-header-top {
	background: #009fe3; /* azul */
}

body .anxiet_menu > ul > li.current > a, 
body .anxiet_menu > ul > li:hover > a, 
body .creative_header_menu > ul > li:hover > a,
body .anxiet_menu ul .sub-menu li:hover > a, 
body .anxiet_menu ul .sub-menu .sub-menu li:hover > a, 
body .anxiet_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, 
body .anxiet_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
	color: #009fe3;
}

body .top-address p a i, 
body .top-address p span i {
	color: #ffffff;
}

body #scrollUp {
	background: #55b56e; /* verde */
}

body .accordion_area .card-2 {
	border: 0;
}

body .witr_ac_style {
	padding-bottom: 6px;
}


.menu-item img {
    position: relative;
    bottom: 2px;
}

@media all and (max-width: 768px) and (min-width: 0){
	.order_1 {
		order: 1;
	}
	.order_2 {
		order: 2;
	}
}