@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:wght@600&display=swap');

body, html {
	font-family: 'PT Sans', sans-serif;
}

h2, h1, h5, .h4, .display-1 {
	font-family: 'Playfair Display', serif;
}

.headline-divider {
	width: 100px;
}

.brand-logo {
	height: 40px;
	width:auto !important;
}

.brand-logo.size-60 {
	height: 60px;
}
.brand-logo.size-80 {
	height: 80px;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: 0.75rem;
}

.main--header {
	position: fixed;
	top:0;
	left:0;
	z-index:500;
	width: 100%;
}

.form-control.is-invalid {
	background-color: rgba(255,0,0,0.1);
}

.form-control + label > span {
	opacity: 0;
}

.form-control:required + label > span {
	opacity: 1;
}

.main--header .nav-link {
	color: #fff;
	font-weight: 700;
}
.main--header.bg-white .nav-link {
	color: #000;
}
.main--header.bg-white .nav-link.active {
	color: #fff;
	
}

.main--header.bg-white .btn.text-white {
	color: #000 !important;
}

.main--header:not(.bg-white) .nav-link.active {
	background-color: white !important;
	color: black !important;
}

.btn {
    font-weight: 600;
}

.btn-group-sm>.btn, .btn-sm {
	font-size: 1rem;
}

.btn-sm, .nav-pills .nav-link {
	    border-radius: 0.5rem
}

.hero--section {
	height: 80vh !important;
	min-height: 480px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}

.hero--section.multiple .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:0;
	background-color: #0d6efd;
    mix-blend-mode: multiply;
}

img.size-64x64 {
	width:44px !important;
	height: 44px!important;
}

.main--footer p, .main--footer a {
	color:#999b9d;
	text-decoration: none;
}

.main--footer ul {
	margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.main--footer ul li {
	display: inline-block;
    width: 100%;
}

.main--footer ul li a {
	text-decoration: none;
	color:#999b9d;
}

.plan--section .nav-pills .nav-link:not(.active) .text-white-50 {
	color: #000 !important;
}
.plan--section .nav-pills .nav-link:not(.active) {
	color: #000 !important;
}

.nav-overflow {
	position: relative;
}

.nav-overflow::before {
	content: "";
	display: inline-block;
	width: 15%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
	background: rgb(248,249,250);
	background: -moz-linear-gradient(-90deg, rgba(248,249,250,1) 0%, rgba(248,249,250,0) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(248,249,250,1) 0%, rgba(248,249,250,0) 100%);
	background: linear-gradient(-90deg, rgba(248,249,250,1) 0%, rgba(248,249,250,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#f8f9fa",GradientType=1);
}

iframe {
	max-width: 100%;
}

@media (min-width: 576px) {
	.nav-overflow .overflow-scroll {
		overflow: hidden !important;
	}
}

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	.bg-cover {
		background-image: none !important;
	}
}
#paymentSection .form-check-input + label img {
	opacity: .7;
}
#paymentSection .form-check-input:checked + label {
	border-color: #198754 !important; 
}
#paymentSection .form-check-input:checked + label img {
	opacity: 1;
}

body.single .hero--section::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .7);
}

body.page-template-events-archive .cardnew {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
body.page-template-events-archive .cardnew > * {
    position: relative;
    z-index: 1;
}
body.page-template-events-archive .cardnew::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .7);
}