/*
Theme Name: Ravic Empreendimentos
Version: 1.0
Author: Nbiz Internet
Author URI: https://nbiz.com.br
*/

header .default-header .menu-item-228 {
	margin-right: 0;
}
header .topbar .social {
    display: flex;
}
header .topbar .social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #004136;
    border: 1px solid #004136;
    margin-left: 10px;
}
header .topbar .social a:hover {
    background: #004136;
}
header .topbar .social a:hover i {
    color: #FFF
}
header .topbar a:before {
	display: none;
}
header .topbar a i {
    margin-right: 0 !important;
}
footer .box-newsletter {
    display: none;
}
.home footer .box-newsletter {
    display: flex;
}
.banner-empreendimento {
    height: calc(100svh - 175px);
}
.single-empreendimentos .lity-iframe .lity-container {
    max-width: 1500px !important;
}
.wrap-about-empreendimento-2 .carousel-gallery {
    padding: 0;
}
.wrap-about-empreendimento-2 .carousel-gallery .owl-nav button {
    background: rgb(0 0 0 / 40%);
}
.wrap-about-empreendimento-2 .carousel-gallery .owl-nav button:hover {
    background: rgb(0 0 0 / 60%);
}
.wrap-about-empreendimento-2 .carousel-gallery .owl-nav button.disabled > span {
    color: rgb(255 255 255 / 40%);
	pointer-events: none;
	cursor: default;
}
.wrap-about-empreendimento-4 .carousel-gallery {
    padding: 0;
}
.wrap-about-empreendimento-4 .carousel-gallery .owl-stage-outer{
    border: 1px solid #ccc;
}
.wrap-about-empreendimento-4 .carousel-gallery .owl-stage {
    mix-blend-mode: multiply;
}
.wrap-about-empreendimento-4 .carousel-gallery .owl-item a {
    padding-bottom: 50px;
}
.wrap-about-empreendimento-4 .carousel-gallery .owl-nav button {
    background: rgb(0 0 0 / 40%);
}
.wrap-about-empreendimento-4 .carousel-gallery .owl-nav button:hover {
    background: rgb(0 0 0 / 60%);
}
.wrap-about-empreendimento-4 .carousel-gallery .owl-nav button.disabled > span {
    color: rgb(255 255 255 / 40%);
	pointer-events: none;
	cursor: default;
}
.wrap-full-map iframe {
	filter: grayscale(100%);
}
.btn-default {
    padding: 23px 40px 18px 40px !important;
}
.btn-default i {
    margin-top: -7px !important;
}
footer .copyright a {
	color: #999;
}
footer .copyright a:hover {
	color: #000;
}
.fix-contacts {
    background: rgb(0 176 185 / 60%);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	border-radius: 12px 0 0 12px;
}
.fix-contacts:before {
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
    border: 2px solid rgb(0 176 185 / 0%);
	border-radius: 15px 0 0 15px;
}
.fix-contacts:hover:before {
	border: 2px solid rgb(0 176 185 / 60%);
}
.fix-contacts a i {
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
	font-size: 24px;
}
.fix-contacts a i.fa-whatsapp {
    font-size: 30px;
}
@media only screen and (max-width: 991px) {
	.banner-empreendimento {
		height: calc(100svh - 100px);
	}
	.btn-default {
		padding: 21px 20px 18px 20px !important;
	}
	.btn-default i {
		margin-top: -5px !important;
	}
	footer .copyright {
		margin-bottom: 10px;
	}
	.fix-contacts {
		padding: 12px 12px 8px 12px !important;
		border-radius: 12px 12px 0 0;
		width: max-content;
	}
	.fix-contacts:before {
		border-radius: 15px 15px 0 0;
	}
	.fix-contacts .title {
		display: none !important;
	}
}
