/**
Theme Name: MapacheStudio_AstraChild
Author: VRock
Author URI: https://vrock.es
Description: Personalización para MapacheStudio del tema AstraPro para wordpress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mapachestudio_astrachild
Template: astra
*/

@font-face {
  font-family: 'MpSt-Amoitar';
  font-display: swap;
  src: url('/wp-content/themes/astra-child/fonts/amoitar/amoitar_regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

/* 
 * Estilos sección coliving de la pagina
 * de inicio
 */ 

div.colivinginicio > div.cb-button-prev,
div.colivinginicio > div.cb-button-next {
	height: 35px !important;
	width: 35px !important;
	/*background-color: black;*/
	/*border-radius:100%;*/
	
	/*font-weight: 900;*/
	/*-webkit-box-shadow: 0px 0px 10px 2px #ffffff; 
  box-shadow: 0px 0px 10px 1px #ffffff;
	top: 50% !important;*/
	margin-top: calc(0px - var(--wp--custom--carousel-block--navigation-size, -42px)/2) !important;
}

div.colivinginicio > div.cb-button-prev::after {
	color: white !important;

	margin:0px;
	margin-right:5px;

	content: url("https://mapachestudio.es/wp-content/uploads/FLECHA-IZQ.png");
	transform: scale(.09);
}

div.colivinginicio > div.cb-button-next::after {
	color: white !important;
	
	margin:0px;
	margin-left:5px;
	
	content: url("https://mapachestudio.es/wp-content/uploads/FLECHA-DER.png");
	
	transform: scale(.09);
}

div.colivinginicio > div.cb-button-prev {
	left: calc(var(--wp--custom--carousel-block--navigation-size, 22px)*-1/44*27 - var(--wp--custom--carousel-block--navigation-sides-offset, 25px)) !important;
	
}

div.colivinginicio > div.cb-button-next {
	
	right: calc(var(--wp--custom--carousel-block--navigation-size, 22px)*-1/44*27 - var(--wp--custom--carousel-block--navigation-sides-offset, 25px)) !important;
	
}

/* 
 * Estilos sección coliving de la pagina
 * de inicio - Fin
 */ 