/*
CSS for FAW CC Content Management

@package FAW CC Content Management
@since 1.0.0
@version 1.0.1
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Global (GL)
	GL - Multi-Selector Styling
	GL - Video Carousel
		GL_VC - Responsive
		GL_VC - Links (incl. Buttons)
Posts (PO)
	PO - Blocks
Post Cards (PC)
	PC - Blocks
	PC - Links (incl. Buttons)
	PC - Media
Carousel (C)
	C - Blocks
		C_B - Responsive
	C - Links (incl. Buttons)
	C - Media
Modules (MO)
	MO - Hopp
		MO_H - Videos
			MO_H_V - Blocks
				MO_H_V_B - Responsive
			MO_H_V - Typography
			MO_H_V - Links (incl. Buttons)
			MO_H_V - Filters
				MO_H_V_F - Responsive
				MO_H_V_F - Facets
					MO_H_V_F_F - Responsive
		MO_H - Blog Grid
			MO_H_BG - Responsive
			MO_H_BG - 9 Post Layout
			MO_H_BG - 8 Post Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Global (GL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL - Multi-Selector Styling
--------------------------------------------------------------*/
.faw-vid .flickity-button,
.faw-vid__reset {
	color: #00953D;
}

.faw-vid .flickity-button:hover,
.faw-vid .flickity-button:active,
.faw-vid .flickity-button:focus,
.faw-vid__reset:hover,
.faw-vid__reset:active,
.faw-vid__reset:focus {
	color: #005020;
}

/*--------------------------------------------------------------
GL - Video Carousel
--------------------------------------------------------------*/
.vid-carousel {
	width: 100%;
}

.vid-carousel.flickity-enabled {
	padding: 0;
}

.vid-carousel .flickity-viewport {
	margin: 0;
	overflow: visible;
}

.vid-carousel .carousel-cell {
	width: 100%;
	max-width: 27.5rem;
}

/*--------------------------------------------------------------
GL_VC - Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.vid-carousel.flickity-enabled {
		padding-right: .75rem;
		padding-left: .75rem;
	}

	.vid-carousel .carousel-cell .col {
		padding-right: .75rem;
		padding-left: .75rem;
	}
}

@media screen and (min-width: 768px) {
	.vid-carousel .carousel-cell {
		max-width: 35rem;
	}

	.vid-carousel .flickity-slider {
		width: 100%;
	}

}

/*--------------------------------------------------------------
GL_VC - Links (incl. Buttons)
--------------------------------------------------------------*/
.faw-vid .flickity-button {
	z-index: 99;
	height: 100%;
	width: 1.5rem;
	background: rgb(255 255 255 / 37%) !important;
	transition: opacity .3s;
	padding: 0;
}

.faw-vid .flickity-button:disabled {
	opacity: 0;
}

.faw-vid .flickity-prev-next-button.next {
	box-shadow: none;
}

/* Multi-Selector, Search: '.faw-vid .flickity-button' */
/* Multi-Selector, Search: '.faw-vid .flickity-button:hover' */
/* Multi-Selector, Search: '.faw-vid .flickity-button:active' */
/* Multi-Selector, Search: '.faw-vid .flickity-button:focus' */

.faw-vid .flickity-button-icon {
	max-width: 2.1rem;
	display: inline-block;
}

.faw-vid .flickity-button:after {
	content: none;
}

/* --------------------------------------------------------------
Posts (PO)
--------------------------------------------------------------*/
/* --------------------------------------------------------------
PO - Blocks
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
	.type-post .entry-content > * {
		width: 75%;
		width: calc(-1.5rem + 75%);
	}

	.type-post .entry-content > .container,
	.type-post .entry-content > .wp-block-image,
	.type-post .entry-content > .wp-block-columns,
	.type-post .entry-content > .wp-block-faw-card,
	.type-post .entry-content > .wp-block-faw-card-carousel {
		width: 100%;
	}
}

/* --------------------------------------------------------------
Post Cards (PC)
--------------------------------------------------------------*/
/* --------------------------------------------------------------
PC - Blocks
--------------------------------------------------------------*/
.faw-post-cards__card {
	box-shadow: 0px 0px .5rem #00000029;
	border-radius: 1rem;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	isolation: isolate; /* https://stackoverflow.com/questions/49066011/overflow-hidden-with-border-radius-not-working-on-safari */
}

/*--------------------------------------------------------------
PC - Links (incl. Buttons)
--------------------------------------------------------------*/
.faw-post-cards .wp-block-button__link:not(.wp-element-button) {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	border: none !important;
	border-radius: 0;
	background: none !important;
	padding: 0;
	text-indent: -9999999px;
	z-index: 3;
	left: 0;
}

.faw-post-cards__cats a {
	position: relative;
	z-index: 999;
}

/*--------------------------------------------------------------
PC - Media
--------------------------------------------------------------*/
/* div added to override .entry-content--hp_faw_match_h .wp-block-cover in Match Hub plugin. */
.faw-post-cards__card__card-img div.wp-block-cover {
	min-height: 0;
	padding-top: 66.66%;
}

.faw-post-cards__card__card-img {
	position: relative;
}

.faw-post-cards__vid-icon-wrapper {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	height: 4.5rem;
	width: 4.5rem;
}

.faw-post-cards__vid-icon {
	transition: all 0.2s ease;
	background: none;
	border: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
Carousel (C)
--------------------------------------------------------------*/
.card-carousel .flickity-viewport {
	border-radius: 0.5rem;
}

/* .faw-card-carousel {
	margin: .5rem 0;
} */

.card-carousel {
	width: 100%;
}

.card-carousel.flickity-enabled {
	padding: 0;
}

/* .card-carousel .carousel-cell {
	width: 100%;
	min-height: 100%;
	max-width: 27.5rem;
	display: flex;
} */

 /* .carousel-cell--last {
	margin-left: -2rem;
} */

/* .carousel-cell__wrap {
	padding: 0 1rem;
	margin-bottom: .5rem;
	margin-left: -1rem;
} */

.carousel-cell--first .carousel-cell__wrap {
	padding: 0 2rem 0 0;
	margin-left: 0;
}

.carousel-cell--last .carousel-cell__wrap {
	padding: 0 0 0 2rem;
	margin-left: 0;
}


/* .carousel-cell__wrap__padding-offset {
	height: 100%;
	padding: 0 .5rem;
} */

/*--------------------------------------------------------------
C_B - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.card-carousel .carousel-cell {
		width: 30rem;
	}

	.card-carousel .flickity-slider {
		width: 100%;
	}
}

/*--------------------------------------------------------------
C - Media
--------------------------------------------------------------*/
/* This CSS prevents scrolling on all video modals */
#faw-modal-video.plyr {
	padding-bottom: 0;
}

/* --------------------------------------------------------------
Modules (MO)
--------------------------------------------------------------*/
/* --------------------------------------------------------------
MO - Hopp
--------------------------------------------------------------*/
/* --------------------------------------------------------------
MO_H - Videos
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H_V - Blocks
--------------------------------------------------------------*/
.faw-vid .faw-res__card {
	padding: 0;
	box-shadow: none;
    position: relative;
}

.faw-vid .faw-res__card__text {
	padding-top: 1rem;
}

.faw-vid .faw-res__card__text p {
	margin-bottom: 0;
}

.faw-vid .faw-res__card__text h2 {
	margin-bottom: 0.4rem;
}

.faw-vid .faw-res__card__vid-img {
	position: relative;
}

.faw-vid .faw-res__card__vid-img img {
	border-radius: 2.5rem 2.5rem 0 0;
}

.vid-carousel .faw-res__card__vid-img .wp-block-cover {
	min-height: 20rem;
}

.vid-carousel.tall .faw-res__card__vid-img .wp-block-cover {
	min-height: 35rem;
}

.faw-dropdown .faw-acc__panel {
	padding: 1.5rem 0 2rem;
}

.facetwp-template:not(.no-blog-tag) .vid-grid-row,
.vid-car-row,
.facetwp-selections li,
.faw-vid-results-row,
.facetwp-facet-number_of_results,
.faw-vid__reset {
	animation: faw-search-slide-in .5s both;
}

.faw-vid:not(.no-blog-tag) .row.vid-grid-row,
.faw-vid:not(.no-blog-tag) .row.faw-vid-results-row,
#faw-vid-search.empty ~ * .row.faw-vid-results-row,
.faw-vid:not(.no-blog-tag) ~ * .facetwp-facet-number_of_results,
.faw-modal-wrap:not(.no-blog-tag) .facetwp-facet-number_of_results, /* need to do a check here so the number of resouces displays correctly in modal (mobile) */
.faw-vid__reset, /* Mobile (displays in modal) */
.row.faw-vid__reset,
.faw-vid:not(.no-blog-tag) .facetwp-facet-load_more {
	display: none;
}

/*
 * Flickity hates being subjected to display: none - it throws a massive hissy. So to get around this, these
 * declarations are needed instead of display: none.
 */
#faw-vid-search ~ * .row.vid-car-row {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	z-index: -99999;
	animation: none;
	visibility: hidden;
}

#faw-vid-search ~ * .row.vid-grid-row,
#faw-vid-search ~ * .row.faw-vid-results-row,
#faw-vid-search ~ * .row.faw-vid__reset {
	display: flex;
}

#faw-vid-search ~ * .faw-res__filters + div {
	min-height: 4.5rem;
	padding-top: 1.5rem;
	border-top: .1rem solid #ccc;
}

/*--------------------------------------------------------------
MO_H_V_B - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	#faw-vid-search ~ * .row.faw-vid__reset {
		margin-bottom: 1.5rem;
	}
}

/*--------------------------------------------------------------
MO_H_V - Typography
--------------------------------------------------------------*/
.faw-res__spkr {
	color: #00953D;
	font-weight: bold;
}

body .faw-vid .facetwp-facet input.facetwp-search,
body .faw-popup-modal__wrapper .facetwp-facet input.facetwp-search {
    border: 0;
    box-shadow: 2px 3px 9px #00000029;
}

/*--------------------------------------------------------------
MO_H_V - Links (incl. Buttons)
--------------------------------------------------------------*/
.faw-vid .faw-res__card .wp-block-button__link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    border: none !important;
    border-radius: 0;
    background: none !important;
    padding: 0;
    text-indent: -9999999px;
    z-index: 1;
}

.faw-vid .faw-res__card .wp-block-button__link:hover,
.faw-vid .faw-res__card .wp-block-button__link:focus,
.faw-vid .faw-res__card .wp-block-button__link:active {
    background-color: transparent !important;
    border-color: #fff !important;
    transform: scale(1);
    background: none !important;
}

.faw-vid .faw-res-vid__icon {
	width: 4.5rem;
    height: 4.5rem;
    border: 0.2rem solid #fff;
    border-radius: 999px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
	background: none;
}

.faw-vid .faw-res-vid__icon-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
	height: 4.5rem;
}

.faw-vid .faw-res__card .wp-block-button__link:hover ~ .faw-res__card__vid-img .faw-res-vid__icon,
.faw-vid .faw-res__card .wp-block-button__link:active ~ .faw-res__card__vid-img .faw-res-vid__icon,
.faw-vid .faw-res__card .wp-block-button__link:focus ~ .faw-res__card__vid-img .faw-res-vid__icon {
	border-color: #f4241d;
	transform: scale(1.25);
}

.faw-vid .faw-res-vid__icon::before {
	content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 1.3rem;
    width: 0;
    height: 0;
    border-top: 1.05rem solid transparent;
    border-bottom: 1.05rem solid transparent;
    border-left: 1.75rem solid #fff;
    transition: all 0.2s ease;
}

.faw-vid .faw-res__card .wp-block-button__link:hover ~ .faw-res__card__vid-img .faw-res-vid__icon::before,
.faw-vid .faw-res__card .wp-block-button__link:active ~ .faw-res__card__vid-img .faw-res-vid__icon::before,
.faw-vid .faw-res__card .wp-block-button__link:focus ~ .faw-res__card__vid-img .faw-res-vid__icon::before {
	border-left-color: #f4241d;
}

.faw-vid .flickity-prev-next-button.next:before {
	display: none;
}

.faw-popup--vid #faw-modal-video,
#faw-modal-video-wrapper:not(.livestream) #faw-modal-video {
	padding: 0;
	border-radius: 1rem;
	overflow: hidden;
}

.faw-vid__reset {
	background: none;
	border: none;
	padding: 0;
	font-size: 1.4rem;
}

/* Multi-Selector, Search: '.faw-vid__reset' */
/* Multi-Selector, Search: '.faw-vid__reset:hover' */
/* Multi-Selector, Search: '.faw-vid__reset:active' */
/* Multi-Selector, Search: '.faw-vid__reset:focus' */

.faw-vid__reset svg {
	width: 2rem;
	height: 2rem;
	margin-right: 0.5rem;
}

/*--------------------------------------------------------------
MO_H_V - Filters
--------------------------------------------------------------*/
.faw-vid div.facetwp-facet-faw_p_search {
	max-width: 53.5rem;
	margin-left: auto;
}

/*--------------------------------------------------------------
MO_H_V_F - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.faw-dropdown .faw-acc__header > span > strong {
		font-weight: 300;
	}

	.faw-dropdown .faw-acc__header > span > strong:before {
		content: '';
		position: absolute;
		border: solid #221E1B;
		border-width: 0 .2rem .2rem 0;
		top: -.3rem;
		bottom: 0;
		right: 1rem;
		margin: auto;
		width: 1.2rem;
		height: 1.2rem;
		transform: rotate(45deg);
		background: none;
	}

	.faw-dropdown .faw-acc__header:hover > span > strong:before,
	.faw-dropdown .faw-acc__header:active > span > strong:before,
	.faw-dropdown .faw-acc__header:focus > span > strong:before {
		background: none;
	}
	
	.faw-dropdown .faw-acc__header > span > strong::after {
		display: none;
	}
	
	.faw-dropdown .faw-acc__header[aria-expanded=true] > span > strong:before {
		top: 1rem;
	}
	
	.faw-res__filters .row .col-auto {
		padding-right: 1.5rem;
	}
}

/*--------------------------------------------------------------
MO_H_V_F - Facets
--------------------------------------------------------------*/
.faw-dropdown {
	padding: 1rem 0;
}

.faw-dropdown .facetwp-radio {
	background: none;
	padding: 0;
}

.faw-dropdown .facetwp-radio.checked {
	background: none;
	font-weight: 700;
	color: #005020;
}

/*--------------------------------------------------------------
MO_H_V_F_F - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.faw-dropdown {
		border: 0;
		display: inline-block;
		position: relative;
		width: 100%;
	}

	.faw-dropdown .faw-acc {
		border: none;
	}
	
	.faw-dropdown .js-accordion--alt .faw-acc__header {
		background: #fff !important;
		border: none;
		color: #221E1B !important;
		padding: 1rem 1rem 1rem 0;
		font-family: inherit;
		font-size: inherit;
		width: auto;
	}
	
	.faw-dropdown .js-accordion--alt .faw-acc__header > span {
		padding: 0;
	}
	
	.faw-dropdown .faw-acc__header[aria-expanded=true] {
		border-bottom: 0;
	}
	
	
	.faw-dropdown .faw-acc__panel {
		position: absolute;
		z-index: 990;
		background: #fff;
		padding: 2rem;
		width: auto;
		box-shadow: 2px 3px 9px #00000029;
		border: 0;
		border-radius: 2.2rem;
		white-space: nowrap;
	}

	.faw-dropdown .facetwp-facet {
		margin: 0;
	}
	
	.faw-dropdown .facetwp-checkbox {
		background: url('../images/checkbox.png') 0 50% no-repeat;
		background-size: 14px 14px;
		margin-bottom: 4px;
		padding-left: 20px;
		cursor: pointer;
	}
	
	.faw-dropdown .facetwp-checkbox.checked {
		background-image: url('../images/checkbox-on.png');
	}
}

/*--------------------------------------------------------------
MO_H - Blog Grid
--------------------------------------------------------------*/
.faw-res {
	overflow: hidden;
}

.faw-res .hopp-blocks-main-carousel {
	overflow: visible;
}

.faw-p-grid .row {
	height: 100%;
}

/* These styles are needed for the grid view (search results) of the cards */
.faw-post-cards > .col {
	flex: 0 0 100%;
    max-width: 100%;
}

.faw-post-cards__card__text {
	height: 100%;
	display: flex;
	flex-direction: column;
	z-index: 2;
	background: #fff;
	line-height: 1.35;
}

.faw-post-cards__card__text p {
	font-weight: 600;
}

.faw-post-cards__card__text p.description {
	font-weight: 400;
	font-size: 1.6rem;
}

.faw-post-cards__date,
.faw-post-cards__cats {
	color: #2C2C2C;
	font-size: 1.4rem;
}

.faw-post-cards__cats {
	margin-top: auto;
	color: #D92E22;
}

.faw-post-cards__title {
	position: relative;
}

.faw-post-cards__title:after {
	content: '';
    display: block;
    position: relative;
    width: 3rem;
    bottom: -0.9rem;
	transition: width 0.3s ease-in-out;
	height: 0.4rem;
}

.faw-post-cards .wp-block-button__link ~ .faw-post-cards__card__card-img .wp-block-cover,
.faw-post-cards .wp-block-button__link ~ div > .faw-post-cards__card__text {
	transition: transform 0.3s ease-in-out;
}

.faw-post-cards .wp-block-button__link:hover ~ div > .faw-post-cards__card__text .faw-post-cards__title:after,
.faw-post-cards .wp-block-button__link:active ~ div > .faw-post-cards__card__text .faw-post-cards__title:after,
.faw-post-cards .wp-block-button__link:focus ~ div > .faw-post-cards__card__text .faw-post-cards__title:after {
	width: 5rem;
}

.faw-post-cards .wp-block-button__link:hover ~ .faw-post-cards__card__card-img .wp-block-cover,
.faw-post-cards .wp-block-button__link:active ~ .faw-post-cards__card__card-img .wp-block-cover,
.faw-post-cards .wp-block-button__link:focus ~ .faw-post-cards__card__card-img .wp-block-cover {
	transform: scale(1.05);
}

/* Re-order the side/sub posts in the faw-post-cards--7 layout to match design*/
.faw-post-cards--7 .row-sub-posts > div:nth-of-type(1) {
	order: 1;
}

.faw-post-cards--7 .row-sub-posts > div:nth-of-type(2) {
	order: 2;
}

.faw-post-cards--7 .row-sub-posts > div:nth-of-type(3) {
	order: 4;
}

.faw-post-cards--7 .row-sub-posts > div:nth-of-type(4) {
	order: 5;
}

.faw-post-cards--7 .row-sub-posts > div:nth-of-type(5) {
	order: 3;
}

.faw-post-cards--7 .row-sub-posts > div:nth-of-type(6) {
	order: 6;
}

/*--------------------------------------------------------------
MO_H_BG - Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {

	/* Hide the side/sub posts in the faw-post-cards--7 layout tablet */
	.faw-post-cards--7 .row-sub-posts>div:nth-of-type(5) {
		display: none;
	}

	.faw-post-cards--7 .row-sub-posts>div:nth-of-type(6) {
		display: none;
	}

}

@media screen and (min-width: 310px) and (max-width: 575px) {
	.faw-p-grid.mob-layout-default .faw-post-cards__card,
	.facetwp-template.no-blog-tag .faw-post-cards__card {
		display: block;
	}

	.faw-p-grid.mob-layout-default .faw-post-cards__card > div,
	.facetwp-template.no-blog-tag .faw-post-cards__card > div {
		float: left;
		width: 50%;
		background: #fff;
		z-index: 2;
		position: relative;
	}

	.faw-post-cards__card__text {
		height: auto;
	}

	.faw-p-grid.mob-layout-default .faw-post-cards__card__card-img,
	.faw-p-grid.mob-layout-default .faw-post-cards__card__card-img .wp-block-cover,
	.facetwp-template.no-blog-tag .faw-post-cards__card__card-img,
	.facetwp-template.no-blog-tag .faw-post-cards__card__card-img .wp-block-cover {
		height: 100%;
	}

	.faw-p-grid.mob-layout-default .faw-post-cards__full-size .faw-post-cards__card,
	.facetwp-template.no-blog-tag .faw-p-grid > div:first-child > .row > div:first-child .faw-post-cards__card {
		display: flex;
	}

	.faw-p-grid.mob-layout-default .faw-post-cards__full-size .faw-post-cards__card > div,
	.facetwp-template.no-blog-tag .faw-p-grid > div:first-child > .row > div:first-child  .faw-post-cards__card > div {
		float: none;
		width: 100%;
	}

	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .col-12:not(.faw-p-grid--9__last-col) .col-sm-6,
	.faw-p-grid.mob-layout-half-w-pics .faw-post-cards .col-12 .col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.faw-p-grid.mob-layout-full .faw-post-cards .col-12 .col-sm-6 {
		flex: 0 0 100%;
    	max-width: 100%;
	}

	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .col-12.faw-p-grid--9__last-col .col-sm-6 .faw-post-cards__card__card-img {
		display: none;
	}

	.faw-p-grid .row.faw-post-cards__cats {
		height: auto;
	}

	.faw-p-grid:not(.mob-layout-half-no-pics):not(.mob-layout-half-w-pics):not(.mob-layout-full) .faw-post-cards > *:not(:first-child) .wp-block-button__link:hover ~ .faw-post-cards__card__card-img .faw-post-cards__vid-icon,
	.faw-p-grid:not(.mob-layout-half-no-pics):not(.mob-layout-half-w-pics):not(.mob-layout-full)  .faw-post-cards > *:not(:first-child) .wp-block-button__link:active ~ .faw-post-cards__card__card-img .faw-post-cards__vid-icon,
	.faw-p-grid:not(.mob-layout-half-no-pics):not(.mob-layout-half-w-pics):not(.mob-layout-full)  .faw-post-cards > *:not(:first-child) .wp-block-button__link:focus ~ .faw-post-cards__card__card-img .faw-post-cards__vid-icon {
		transform: translateX(-30%) scale(1.25);
	}

	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:hover ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:active ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:focus ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:hover ~ div > .faw-post-cards__card__text,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:active ~ div > .faw-post-cards__card__text,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:focus ~ div > .faw-post-cards__card__text {
		transform: none;
	}

}

@media screen and (min-width: 310px) and (max-width: 361px) {
	.faw-p-grid.mob-layout-half-w-pics .faw-post-cards .col-12 .col-sm-6,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards .col-12:not(.faw-p-grid--9__last-col) .col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.faw-p-grid.mob-layout-half-w-pics .faw-post-cards__card,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards__card {
		display: block;
	}

	.faw-p-grid.mob-layout-half-w-pics .faw-post-cards__card > div,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards > .col-12:not(.faw-p-grid--9__last-col) .faw-post-cards__card > div {
		float: left;
		width: 50%;
	}

	.faw-p-grid.mob-layout-half-w-pics .faw-post-cards__card__card-img,
	.faw-p-grid.mob-layout-half-w-pics .faw-post-cards__card__card-img .wp-block-cover,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards__card__card-img,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards__card__card-img .wp-block-cover {
		height: 100%;
	}

	.faw-p-grid.mob-layout-half-w-pics .faw-post-cards__full-size .faw-post-cards__card,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards__full-size .faw-post-cards__card {
		display: flex;
	}

	.faw-p-grid.mob-layout-half-w-pics .faw-post-cards__full-size .faw-post-cards__card > div,
	.faw-p-grid.mob-layout-half-no-pics .faw-post-cards > .col-12.faw-post-cards__full-size .faw-post-cards__card > div {
		float: none;
		width: 100%;
	}
}

@media screen and (min-width: 576px) {
	.faw-post-cards > .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

}

@media screen and (min-width: 768px) {
	.faw-post-cards > .col {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media screen and (min-width: 992px) {
	.faw-post-cards > .col {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/*--------------------------------------------------------------
MO_H_BG - 9 Post Layout
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.faw-p-grid--9__last-col .faw-post-cards__card__card-img {
		display: none;
	}

	.faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:hover ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:active ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:focus ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:hover ~ div > .faw-post-cards__card__text,
	.faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:active ~ div > .faw-post-cards__card__text,
	.faw-post-cards .faw-p-grid--9__last-col .wp-block-button__link:focus ~ div > .faw-post-cards__card__text {
		transform: none;
	}
}

/*--------------------------------------------------------------
MO_H_BG - 8 Post Layout
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.faw-p-grid--8__last-col .faw-post-cards__card__card-img {
		display: none;
	}

	.faw-post-cards .faw-p-grid--8__last-col .wp-block-button__link:hover ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-post-cards .faw-p-grid--8__last-col .wp-block-button__link:active ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-post-cards .faw-p-grid--8__last-col .wp-block-button__link:focus ~ .faw-post-cards__card__card-img .wp-block-cover,
	.faw-post-cards .faw-p-grid--8__last-col .wp-block-button__link:hover ~ div > .faw-post-cards__card__text,
	.faw-post-cards .faw-p-grid--8__last-col .wp-block-button__link:active ~ div > .faw-post-cards__card__text,
	.faw-post-cards .faw-p-grid--8__last-col .wp-block-button__link:focus ~ div > .faw-post-cards__card__text {
		transform: none;
	}
}
