/*
Theme Name:   PFP Child
Theme URI:    https://www.petsforpatriots.org/
Description:  Pets for Patriots child theme for Divi
Author:       eak! digital
Author URI:   https://eak-digital.com
Template:     Divi
Version:      1.0.0
*/

/* Colors

	Red:			#AC072E
	Blue:			#2B3946
	Pea Green:		#818012
	Random Blue:	#9CA4AF

	Green light:	#BEBC22

	Blue BG:		#052A3C
	Grey BG:		#E9EDE7
*/


/* Fonts */
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-SuperItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-SuperItalic-Web.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-stretch: normal;
}

@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Super-Web.woff2') format('woff2'),
		url('fonts/Graphik-Super-Web.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-BlackItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-BlackItalic-Web.woff') format('woff');
	font-weight: 800;
	font-style: italic;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Black-Web.woff2') format('woff2'),
		url('fonts/Graphik-Black-Web.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-BoldItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-BoldItalic-Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Bold-Web.woff2') format('woff2'),
		url('fonts/Graphik-Bold-Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-SemiboldItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-SemiboldItalic-Web.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Semibold-Web.woff2') format('woff2'),
		url('fonts/Graphik-Semibold-Web.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-MediumItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-MediumItalic-Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Medium-Web.woff2') format('woff2'),
		url('fonts/Graphik-Medium-Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-RegularItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-RegularItalic-Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Regular-Web.woff2') format('woff2'),
		url('fonts/Graphik-Regular-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-LightItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-LightItalic-Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Light-Web.woff2') format('woff2'),
		url('fonts/Graphik-Light-Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-ExtralightItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-ExtralightItalic-Web.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Extralight-Web.woff2') format('woff2'),
		url('fonts/Graphik-Extralight-Web.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-ThinItalic-Web.woff2') format('woff2'),
		url('fonts/Graphik-ThinItalic-Web.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-stretch: normal;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('fonts/Graphik-Thin-Web.woff2') format('woff2'),
		url('fonts/Graphik-Thin-Web.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-stretch: normal;
}

body {
	color: #2B3946;
	font-family: 'Graphik Web', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}


h1, h2, h3, h4, h5, h6 {
	color: #2B3946;
	font-family: 'Graphik Web', sans-serif;
	/*line-height: 1.2;*/
	margin: 0 0 10px;
	/*text-transform: uppercase;*/
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, .adjacent-entry-pagination a, 
.archive-pagination a, 
.wForm input.primaryAction {
	background-color: #818012;
	/* border: none; */
	/* border-radius: 3px; */
	/* color: #FFF; */
	/* cursor: pointer; */
	font-family: 'Graphik Web', sans-serif;
	/* font-size: 15px; */
	font-weight: 600;
	/* padding: 13px 35px; */
	/* text-align: center; */
	/* text-transform: uppercase; */
	/* width: 100%; */
}




/* For impact map? */
.stat-counts {
	margin-bottom: 1.5em;
}
.stat-counts .stat-link {
	border-bottom: 4px solid transparent;
	color: #2B3946;
	display: block;
}
.stat-counts .stat {
	border-bottom: 1px solid #E0E0E0;
	font-size: 1.3rem;
	margin: 1em 0;
	padding-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}
.stat-counts .row div:last-child .stat {
	border: 0;
}
.stat-counts .stat strong {
	color: #818012;
	display: block;
	font-size: 3em;
}
@media screen and (min-width: 769px){
	.stat-counts .row > .column {
		margin: 0;
		width: 33.3333% !important;
	}
	.stat-counts .stat {
		border: 0;
		border-right: 1px solid #E0E0E0;
		margin: 0;
		padding: 1em 0;
	}
	.stat-counts .row {
		background: #F6F6F6;
		display: flex;
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
	.stat-counts .active,
	.stat-counts .stat-link:hover {
		background: #FFF;
		border-color: #818012;
		color: #818012;
	}
	.impact-map {
		height: 60vh;
		margin-bottom: -10vh;
		min-height: 300px;
		position: relative;
	}
	.impact-map #map_canvas {
		height: 100%;
	}
	.impact-map-counts {
		position: relative;
		z-index: 3;		
	}
}


/*FMN homepage shortcode*/

.fmn-display .entry-wrap a {
	color: #FFF;
	display: block;
	position: relative;
	text-decoration: none;
}
.fmn-display .entry-wrap a:hover,
.fmn-display .entry-wrap a i {
	color: #FFF;
}
.fmn-display a .details {
	bottom: 30px;
	left: 30px;
	position: absolute;
	right: 30px;
}
.fmn-display .title {
	color: #FFF;
}
.fmn-display a .subtitle {
	color: #FFF;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}
.fmn-display .indicator {
	background: rgba(211, 211, 211, .4);
	border: 0;
	border-radius: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	height: 50px;
	margin-top: -25px;
	outline: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 99;
}
.fmn-display .prev {
	left: 0;
}
.fmn-display .next {
	right: 0;
}
.fmn-display .indicator:before {
	color: #818012;
	display: block;
	font-family: ETmodules;
	font-size: 34px;
	padding-top: 10px;
}
.fmn-display .prev:before {
	content: "3";
	transform: rotate(90deg);
}
.fmn-display .next:before {
	content: "3";
	transform: rotate(-90deg);
}
.fmn-display .indicator:hover:before {
	opacity: .6;
}
.fmn-display .indicator {
	opacity: 0;
	transition: all .3s ease-in;
}
.fmn-display.slick-slider:hover .indicator {
	opacity: 1;
}


/* Slider */
.slick-slider {
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}
.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}
a.slick-arrow {
	text-decoration: none;
}
.slick-arrow.slick-hidden {
	display: none;
}
.partner-images .slick-dots,
.slick-dots {
	list-style: none;
	margin: 10px 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	list-style: none;
	margin: 0 4px;
}
.slick-dots button {
	background: #FFF;
	border: 3px solid #E9EDE7;
	border-radius: 12px;
	height: 14px;
	overflow: hidden;
	outline: 0;
	padding: 0;
	text-indent: -999em;
	width: 14px;
}
.slick-dots .slick-active button {
	background: #E9EDE7;
}