/* 
Theme Name: Astra Child 
Theme URL: https://github.com/ByakkoKa/
Description: Astra Child Theme 
Author: Paulo Cezario 
Author URL: https://github.com/ByakkoKa/
Template: astra
Version: 3.3.2 
Text Domain: astra-child 
Custom CSS goes after this line */
:root {
	--main-color: #D8C20C;
	--text-color: #777671;
}
.site-header {
	border-top: 10px solid var(--main-color);
}
.site-header-section {
	position: relative;
}
header .social-icons {
	position: absolute;
	top: 15px;
	right: 0;
}
.ast-flex-grow-1 {
	margin-top: 30px;
}
/* Adjusts */
.underline5 a, .underline2 a{
	text-decoration: none !important;
}
.underline5 {
	border-bottom: 5px solid var(--main-color);
}
.underline2 {
	border-bottom: 2px solid var(--main-color);
}
.title:after {
	content: "";
	display: block;
	background: #000;
	width: 80px;
	height: 5px;
}
.attends-area .elementor-widget {
  margin-bottom: 0;
}
#contact {
	width: 100%;
	max-width: 310px;
}
.social-icons {
	font-size: 24px;
	line-height: 30px;
	min-width: 105px;
}
.social-icons i{
	margin: 0 10px;
}
a.n2-ow {
	transition: .2s !important;
}
.point-down img, .point-top img {
	opacity: 1;
	background-color: var(--main-color);
	transition: .2s;
}
.point-down:hover img, .point-top:hover img {
	opacity: .6;
}
.point-down:before {
	content: "";
	width: 100%; 
	height: 0; 
	border-left: 170px solid transparent;
	border-right: 170px solid transparent;  
	border-top: 30px solid var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .2s;
}
.point-down:hover:before {
	bottom: -30px;
	opacity: 1;
}
.point-top:before {
	content: "";
	width: 100%; 
	height: 0; 
	border-left: 170px solid transparent;
	border-right: 170px solid transparent;  
	border-bottom: 30px solid var(--main-color);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .2s;
}
.point-top:hover:before {
	top: -30px;
	opacity: 1;
}
.contact-page ul{
	list-style: none;
}
.contact-page i{
	color: var(--main-color);
	margin-right: 10px;
}
.contact-page, .contact-page a{
	color: var(--text-color);
	text-decoration: none !important;
}
.wpcf7-form-control {
	transition: .2s;
}
/* Footer */
footer {
	font-size: 16px;
}
footer .widget {
	margin-bottom: 0;
}
footer h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 700;
}
footer h3:after {
	content: "";
	display: block;
	background: var(--main-color);
	width: 45px;
	height: 5px;
	margin-top: -1px;
	margin-left: 1px;
}
footer li {
	line-height: 30px;
}
footer i {
	margin-right: 10px;
}
.andress {
	font-size: 14px;
	line-height: 16px;
	display: flex;
	justify-content: center;
}
.andress i{
	margin-top: 3px;
	margin-right: 15px;
}
footer figure {
	margin: 0 !important;
	text-align: center;
}
footer .social-icons {
	margin-top: -5px;
	margin-bottom: 5px;
	text-align: center;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	min-height: auto;
}

.whatsapp-ico {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 11111111;
}
.whatsapp-ico img{
	width: 70px;
	height: 70px;
}
/* Cookie Bar */
#cookie-law-info-bar {
	background-color: rgba(2, 2, 2, .7) !important;
	border-top: 3px solid var(--main-color);
	max-width: 100%;
}
#cookie-law-info-bar a{
	color: #fff;
}
.cli-style-v2 {
	font-size: 14px !important;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
 	padding: 5px 25px;
}
@media only screen and (max-width: 985px) {
	.cli-style-v2 .cli-bar-message {
		width: 80%;
	}
}
ul.infos li:first-child {
	padding: 0 0 10px 0;
}
ul.infos li {
	padding: 10px 0;
}
