/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Version:      1.0
 Template:     soledad
 Text Domain:  soledad-child
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* = Theme customization go here
-------------------------------------------------------------- */
/* Prevent layout shift from ads */
iframe {
	min-height: 90px;
}

/* Common ad container */
.ad-slot {
	min-height: 250px;
}
/* Align sidebar with content */
.penci-sidebar-content {
	align-self: flex-start;
}
/* Fix paragraph alignment and word wrapping on mobile */
@media (max-width: 768px) {

	.entry-content p,
	.post-entry p,
	.penci-entry-content p {
		text-align: left;
		word-break: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
	}
}