/*
Theme Name: Astra Child
Description: Child theme de Astra
Author: Projectia
Author URI: https://projectia.net/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

.site-content .ast-container {
	max-width: 100%;
	padding: 0;
}

/**
 * Footer
 */
.site-footer a {
    color: #ABABAB;
}

.ma-footer {
	display: flex;
	flex-direction: column;
}

.ma-footer .brand-footer {
	padding: 0 20px 30px 20px;
}

.ma-footer .brand-footer,
.ma-footer .follow-footer {
	margin: auto;
}

.brand-footer__title {
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}

.brand-footer__title img {
    max-width: 60px;
    margin-right: 20px;
}

.brand-footer__title p {
    color: #fff;
    font-size: 24px;
    letter-spacing: 6px;
}

.brand-footer__description p {
    font-size: 14px;
    margin: 0;
    color: #D6D6D6;
}

.follow-footer {
    margin-left: auto;
}

.follow-footer img {
    max-width: 120px;
    margin-bottom: 20px;
}

.follow-footer__icons {
	display: flex;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.follow-footer__icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #222;
	border-radius: 50%;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.follow-footer__icons .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.follow-footer__icons a:hover {
	transform: translateY(-5px);
}

.ma-footer__divider {
    width: 150px;
	height: 2px;
	background: #444;
	margin: 30px auto;
	border-radius: 2px;
}

/**
 * Modal form
 */
.ma-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
}

.ma-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.ma-modal-content {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 5vh auto;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-height: 90vh;
  overflow-y: auto;
}

.ma-modal-content .ma-form-header {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0;
}

.ma-modal-content form p {
	text-align: left;
    margin-bottom: 10px;
}

.ma-modal-content form textarea {
	max-height: 150px;
}

.ma-modal-content form input[type="submit"] {
	background-color: #191919;
    font-size: 16px;
}

.ma-modal-content span[data-name="ma_privacy_policy"] .wpcf7-list-item {
	margin: 15px 0 15px 0;
}

.ma-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}

body.ma-modal-open {
  overflow: hidden;
}
