/*
Theme Name: Divi Child Theme
Theme URI: https://rafaeltasca.com.br
Description: Child Theme para Divi
Author: Rafael Tasca
Author URI: https://rafaeltasca.com.br
Version: 1.0.0
Template: Divi
*/

/*** CSS Geral ***/

/* Esconde badge do ReCaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

/* Evitar Quebra de Linha */
.semquebra {
	white-space: nowrap;
}

/* Icone para links externos */
	a.link-externo:after {
	content:"\f08e";
	font-family: FontAwesome!important;
	display: inline-block;
	transform: translateY(-4px)translateX(4px);
	padding-right: 4px;
}

/* Galeria de Imagens aspect ratio square 1:1 */
.galeria-1-1 .et_pb_gallery_image {	
	padding-top: 100%;
	display: block;
}
.galeria-1-1 .et_pb_gallery_item img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}