/* Element Styles */

.wpfox_upcoming_events_adoption_section {
	margin: 0;
}

.wpfox_upcoming_events_adoption_section .preheader {
	margin: 0 0 0.4em;
}

.wpfox_upcoming_events_adoption_section .header {
	margin: 0 0 0.8em;
}

.wpfox_upcoming_events_adoption_section .text {
	margin: 0 0 2em;
}

.wpfox_upcoming_events_adoption_section .sections {
	margin: 0px -76px !important;
}

.wpfox_upcoming_events_adoption_section .sections > div {
	padding: 0px !important;
}

.wpfox_upcoming_events_adoption_section .sections > div .section-wrapper {
	padding: 110px 76px 106px;
	height: 100%;
}

@media (max-width: 63.999em) {
	.wpfox_upcoming_events_adoption_section .sections {
		margin: 0px -45px !important;
	}
	.wpfox_upcoming_events_adoption_section .sections > div {
		padding: 0px 45px !important;
	}
	.wpfox_upcoming_events_adoption_section .sections > div .section-wrapper {
		padding: 45px 0;
	}
}

@media (max-width: 39.999em) {
	.wpfox_upcoming_events_adoption_section .header {
		/*margin: 0;*/
	}
	.wpfox_upcoming_events_adoption_section .sections > div .section-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}




/* Events Half */

.wpfox_upcoming_events_adoption_section .sections > div.events-section {
	background-color: #f2f2f2;
    max-width: 525px;
}

.wpfox_upcoming_events_adoption_section .sections > div.events-section .preheader {
	
}

.wpfox_upcoming_events_adoption_section .sections > div.events-section .button {
	
}

.wpfox_upcoming_events_adoption_section .sections > div.events-section .button:hover {
	
}

.wpfox_upcoming_events_adoption_section .sections > div.events-section .section-wrapper {
	background-color: #f2f2f2;
}

@media (min-width: 1030px) {
	.wpfox_upcoming_events_adoption_section .sections > div.events-section .section-wrapper {
		margin-left: calc(515px - 50vw);
		padding-left: calc(50vw - 439px);
	}
}

@media (max-width: 63.999em) {

}

@media (max-width: 39.999em) {
	.wpfox_upcoming_events_adoption_section .sections > div.events-section {
		max-width: none;
	}
}




/* Adoption Half */

.wpfox_upcoming_events_adoption_section .sections > div.adopt-section {
	
}

.wpfox_upcoming_events_adoption_section .sections > div.adopt-section .preheader {
	
}

.wpfox_upcoming_events_adoption_section .sections > div.adopt-section .button {
	
}

.wpfox_upcoming_events_adoption_section .sections > div.adopt-section .button:hover {
	
}

.wpfox_upcoming_events_adoption_section .sections > div.adopt-section .section-wrapper {
}


/* Adoption Grid */

.adopt-grid {
	margin: 50px 0 60px !important;
}

.adopt-grid > .cell {
	padding: 0 !important;
}

@media (max-width: 63.999em) {
	.adopt-grid .image-wrapper {
		margin: 38px 0 45px !important;
	}
}

@media (max-width: 39.999em) {
	.adopt-grid .image-wrapper {
		margin: 25px calc(50% - 50vw) 30px !important;
	}
}



.adopt-grid > .cell > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.adopt-grid .pet-image {
	height: 0;
	padding-bottom: 83.2%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform 2s;
}

.adopt-grid a:hover .pet-image {
	transform: scale(1.2);
}

.adopt-grid .overlay {
	position: absolute;
	background-color: rgba(75,40,132,0.85);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity 0.4s;
}

.adopt-grid a:hover .overlay {
	opacity: 1;
}

.adopt-grid .cell:nth-child(1) .overlay {
	background-color: rgba(252,238,29,0.85);
	background-color: rgba(0,84,166,0.85);
}

.adopt-grid .cell:nth-child(2) .overlay {
	background-color: rgba(241,93,34,0.85);
}

.adopt-grid .cell:nth-child(3) .overlay {
	background-color: rgba(76,190,160,0.85);
}

.adopt-grid .cell:nth-child(4) .overlay {
	opacity: 1;
}

.adopt-grid .animal-grid {
	height: 100%;
	margin: 0 !important;
}

.adopt-grid .animal-grid > .cell {
	padding: 0 !important;
}

.adopt-grid .name,
.adopt-grid .age,
.adopt-grid .browse {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.47;
}


.adopt-grid .browse::before {
	font-family: 'mdspca-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90b";
	display: block;
	margin: 0 auto 10px;
	-webkit-transform: translate3d(0,0,0) scale(1);
	-moz-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	-webkit-transition: transform 0.75s;
	-moz-transition: transform 0.75s;
	transition: transform 0.75s;
	box-shadow: 0 0 0 #000;
	font-size: 29px;
}

.adopt-grid a:hover .browse::before {
	-webkit-transform: translate3d(0,0,0) scale(1.3);
	-moz-transform: translate3d(0,0,0) scale(1.3);
	transform: translate3d(0,0,0) scale(1.3);
	box-shadow: 0 0 0 #000;
}

@media (max-width: 63.999em) {
	.adopt-grid .name, .adopt-grid .age, .adopt-grid .browse {
		font-size: 11px;
		letter-spacing: 0em;
		line-height: 1.2;
		padding: 0 20px;
	}
}

@media (max-width: 39.999em) {
}





