/**
Theme Name: Refugio Sonrisas
Author: Jonas Breuer
Author URI: https://www.j-breuer.de
Description: Astra child theme for Refugio Sonrisas
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: refugio-sonrisas
Template: astra
*/

.post-thumb {
	text-align:center;
}

.post-thumb img {
	max-width:1024px;
}

body .entry-content h2 {
	font-size:26px;
}

.ast-article-post .post-thumb-img-content img{
	/* aspect-ratio:unset; */
}


.pa_pet {
	display:grid;
	grid-template-columns:750px 350px;
	grid-gap:20px;
}

.pa_pet_slider img {
	max-width:750px;
	max-height:560px;
	margin:0 auto;
}

.pa_pet_properties {
	grid-row:1/2;
	grid-column:2/3;
	background-color:rgba(255,140,165,0.05);
	padding:10px;
	border-radius:5px;
	font-size:0.9em;
}

.pa_pet_property {
	display:grid;
	grid-template-columns:50% 50%;
	margin-bottom:5px;
}

.pa_pet_property :first-child {
	font-weight:bold;
}

.pa_pet_content {
	grid-row:2/3;
	grid-column:1/3;
}

.pa_pet_content a.ast-button {
	text-decoration:none;
}


@media (max-width:480px) {
	img.size-medium {
		display:block;
		float:none;
	}
	
	.pa_pet {
		grid-template-columns:100%;
	}

	.pa_pet_slider img {
		max-width:100%;
		max-height:calc(100vw * 0.75);
	}
	
	.pa_pet_content {
		grid-row:3/4;
		grid-column:1/2;
	}
	
	.pa_pet_properties {
		grid-row:2/3;
		grid-column:1/2;
	}
	
	.pa_pet_content a.ast-button {
		font-size: 2.5vw;
		padding-left: 5px;
        padding-right: 5px;
	}
	
}