
.entry-content {
	margin-bottom: 20px;
}

@media screen and (min-width:1200px) {
	.entry-content--has-post-thumbnail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.entry-content--has-post-thumbnail .post-thumbnail-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	min-width: 40%;
}

.entry-content--has-post-thumbnail .post-thumbnail-container .wp-post-image {
	width: 100%;
	max-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

.entry-content--has-post-thumbnail .excerpt-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.alert-banner {
	background-color: red;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
	position: fixed;
	z-index: 99;
}

@media screen and (min-width:1041px) {
	.alert-banner {
		position: fixed;
		z-index: 99999;
	}
}

.alert-banner__inner-container {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: inherit;
	background-color: inherit;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-transition: height .25s ease-out, -webkit-transform .25s ease-out;
	transition: height .25s ease-out, -webkit-transform .25s ease-out;
	transition: height .25s ease-out, transform .25s ease-out;
	transition: height .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out;
}

@media screen and (min-width:1041px) {
	.alert-banner__inner-container {
		width: calc(100% - 24px);
		margin-left: 12px;
		margin-right: 12px;
	}
}

.alert-banner__icon-alert {
	width: 34px;
	height: 34px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.alert-banner__image {
	max-width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alert-banner__content {
	color: #fff;
}

.alert-banner__divider {
	font-weight: 300;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

.alert-banner__link.alert-banner__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: underline;
}

.alert-banner__link.alert-banner__link:hover {
	text-decoration: none;
	color: #fff;
}

.alert-banner__icon-arrow-left {
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.alert-banner__close-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	border: 2px solid #fff;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: inherit;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.alert-banner__close-button:hover {
	background-color: rgba(0, 0, 0, .25);
}

.dialog-container {
	position: fixed !important;
	width: 90% !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (min-width:1061px) {
	.dialog-container {
		width: 50% !important;
		top: 10% !important;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.dialog {
	background-color: red;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
	position: relative;
	z-index: 99;
}

.dialog__inner-container {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: inherit;
	background-color: inherit;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dialog__icon-alert {
	width: 34px;
	height: 34px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 10px;
	margin-right: 10px;
}

.dialog__image {
	max-width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.dialog__content {
	color: #fff;
}

.dialog__divider {
	font-weight: 300;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

.dialog__link.dialog__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
}

.dialog__link.dialog__link:hover {
	color: #fff;
}

.dialog__icon-arrow-left {
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dialog__close-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	border: 2px solid #fff;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: inherit;
}

.dialog__close-button:hover {
	background-color: rgba(0, 0, 0, .25);
}
