/*
	Theme Name: Orourke Child
	Author: O'rourke Hospitality
	Author URI: https://www.orourkehospitality.com/
	Description: Modern WordPress theme framework
	Version: 0.1.23
	Template: orourke_parent
	Text Domain: orourkechild
*/

/* ----------- Bootstrap Media Queries ----------- */
/* xl */
@media (min-width: 1200px) {}

/* lg, xl */
@media (min-width: 992px) {}

/* md, lg, xl */
@media (min-width: 768px) {}

/* sm, md, lg, xl */
@media (min-width: 576px) {}


/* Optional: Customize .focus-visible */
a:focus {
   outline: 2px solid #D91417;
}

/* WordPress alignment classes inside entry content */
.entry-content::after {
	content: "";
	display: table;
	clear: both;
}

.entry-content img.alignleft,
.entry-content .alignleft {
	float: left;
	margin: 0 24px 20px 0;
	height: auto;
}

.entry-content img.alignright,
.entry-content .alignright {
	float: right;
	margin: 0 0 20px 24px;
	height: auto;
}

@media (max-width: 767.98px) {
	.entry-content img.alignleft,
	.entry-content .alignleft,
	.entry-content img.alignright,
	.entry-content .alignright {
		float: none;
		display: block;
		margin: 0 0 16px 0;
		max-width: 100%;
	}
}