@font-face {
	font-family: "AvenirLTStd-Roman";
	src: url("../fonts/fonts/AvenirLTStdRoman/font.woff2") format("woff2"),
		url("../fonts/fonts/AvenirLTStdRoman/font.woff") format("woff");
}
@font-face {
	font-family: "Metric-Regular";
	src: url("../fonts/fonts/metric-regular.woff2") format("woff2");
}
@font-face {
	font-family: "Metric-Light";
	src: url("../fonts/fonts/metric-light.woff2") format("woff2");
}
@font-face {
	font-family: "Metric-Bold";
	src: url("../fonts/fonts/metric-bold.woff2") format("woff2");
}
@font-face {
	font-family: "Metric-Black";
	src: url("../fonts/fonts/metric-black.woff2") format("woff2");
}

.d-flex {
	display: flex;
}
.d-flex > div {
	flex: 1;
}

.pagination {
	padding: 30px 0;
}
.pagination span,
.pagination a {
	display: inline-block;
	padding: 3px 6px;
	border: 1px solid #ffd5e3;
	font-size: 18px;
	margin: 3px 2px;
	border-radius: 5px;
}
.pagination span {
	color: #462769;
	border-color: #462769 !important;
}
.pagination span.current {
	border-color: #462769 !important;
}
.pagination span.current {
	font-weight: bold;
}
.pagination a:hover {
	border-color: #462769 !important;
}

#new-header {
	background: #000;
}
header.fixed #new-header .container-fluid {
	padding-top: 5px;
	padding-bottom: 5px;
}
#new-header .row {
	display: flex;
	align-items: center;
}
#new-header a.logo {
	display: inline-block;
	margin: 20px 0;
}
header.fixed #new-header a.logo {
	margin: 0;
}
header.fixed #new-header a.logo img {
	height: 40px;
}
header.fixed #new-header .secondary-logo {
	display: inline-block;
	height: 45px;
}
#new-header .mmenu {
	color: #fff;
	float: none;
	margin: 0 10px 0 0;
}
#new-header .btn-donate {
	margin: 0 10px;
	padding: 5px 20px;
	border-radius: 20px;
	border: none;
	font-size: 13px;
	font-family: "Metric-Bold";
	color: #000;
}
header.fixed #new-header .social {
	display: block;
}

footer.section {
	background-color: #000;
	padding: 50px 0 20px;
}
footer.section .footer-info {
	padding-bottom: 80px;
}
.footer-info h3 {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 30px;
	font-family: "Metric-Black";
	color: #fff;
}
.footer-info li {
	margin: 0 0 20px;
}
.footer-info li a {
	font-size: 18px;
	font-weight: normal;
	font-family: "AvenirLTStd-Roman";
}
.footer-info li a:hover {
	color: #a52270;
}
.footer-menu {
	margin: 0 auto;
	max-width: 80%;
	font-size: 16px;
	line-height: 1.7em;
	font-family: "AvenirLTStd-Roman";
}
.footer-menu .row {
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.footer-menu .row {
		display: block;
	}
}
.footer-menu .secondary-logo {
	margin-right: 10px;
}
@media (max-width: 768px) {
	.footer-menu .secondary-logo {
		margin: 0 0 10px;
	}
}
.footer-menu .copy {
	display: inline-block;
}
.footer-menu .mc-logo {
	margin: 0 0 0 10px;
}
@media (max-width: 768px) {
	.footer-menu .mc-logo {
		margin: 10px 0 0;
	}
}

@media (max-width: 768px) {
	footer.section .col {
		margin-bottom: 40px;
	}
}

/**Gravity form */
.gform_wrapper.gravity-theme label {
	display: inline-block !important;
}
.joy-inbox .gform_heading {
	display: none;
}
