/*
GLOBAL
FRONT-PAGE
FOOTER
CONTACT
*/

/* GLOBAL */
body {
	padding: 0;
	margin: 0;
}

body .topic-row:nth-child(odd) {
	background: green;
}

.logo {
	height: 80px;
}

.vertical-divider {
  width: 2px;
  height: 100px;
  margin: 6px 0;
  background: #000;
}

.divider-light {
	background: #FFF;
}

.divider-dark {
	background: #000;
}

.vertical-links, .horizontal-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vertical-links a, .horizontal-links a {
	text-decoration: none;
}

.horizontal-links li {
	display: inline;
}

.button {
    display: inline-block;
    font-weight: 400;
    color: #373a3c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
 }
 
.wrapper {
	margin: 0 auto;
	max-width: 1440px;
}

.dark-overlay {
	background: rgba(10,10,10,.8);
	color: white;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

/* #FRONT-PAGE */
.row-content {
	padding: 1.5em 5em;
}

@media(max-width:1000px) {
	.row-content {
		padding: 1.5em 4em;
	}
}

@media(max-width:525px) {
	.row-content {
		padding: 1.5em 3em;
	}
}

.showcase {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('showcase.jpg');
	background-size: cover;

	min-height: 60vh;
}

@media(max-width:425px) {
	.showcase {
		min-height: 40vh;
	}
}

.page-template-default .showcase {
		min-height: 30vh;
}

.showcase-content {
	position: relative;
	width: 80%;
	max-width: 600px;
	padding: 3em;
	border-radius: 5px;
	background: rgba(10,10,10,.8);
	text-align: center;
}

.showcase-title, .showcase-subtitle {
	color: white;
}

.showcase-title {
	font-size: 2.5em;
}

.showcase-subtitle {
	font-size: 2em;
}

.showcase-button {
	position: absolute;
	border-radius: 5px;
	margin: 0 auto;
	width: 30%;
	bottom: -15px;
	left: 0;
	right: 0;
	background: #962D36;
	color: #FFF;
}

.showcase-button:hover {
	background: #FF9E2E;
}

.topic-row {
	background: yellow;
}

.topic-row {
	position: relative;
	height: 40vh;
	cursor: pointer;
}

.topic-banner {
    position: absolute;
    left: -35px;
    top: 0;
    background: rgba(10,10,10,.8);
    transform: skewX(35deg);
    padding: .5em 5em;
}

.topic-title {
	color: white;
	transform: skewX(-35deg);
}

.topic-blurb {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
}

.topic-blurb {
	display: block;
}

.toggled-focus .topic-blurb {
	display: block;
}

.topic-blurb p{
	width: 50%;
	padding: .5em 1em;
	min-width: 290px;
	color: white;
	background:rgba(10,10,10,.8);
	border-radius: 5px;
	position: absolute;
	bottom: 10px;
	right: 1em;
	font-size: 1.3em;
}

@media(max-width:425px) {
	.topic-blurb p{
		width: 80%;
		left: 0;
		right: 0;
		bottom: 10px;
	}
}

.topic-link {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.cta {
	background: lightblue;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-content {
	text-align: center;
	width: 50%;
	max-width: 600px;
}

@media(max-width:600px) {
	.cta-content {
		width: 100%;
		max-width: unset;
	}
}

.cta-title, .cta-subtitle {
	color: white;
}

.cta-title {
	font-size: 2.5em;
}

.cta-subtitle {
	font-size: 1.5em;
	padding: .5em 0;
}

.cta-button {
	font-size: 1.5em;
	background: transparent;
	border:4px solid #FF9E2E;
	color: white;
	width: inherit;
}

@media(max-width:600px) {
	.cta-button {
		width: unset;
		display: block;
	}
}

.cta-button:hover {
	background: #FF9E2E;
	color: white;
}

.statement {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: darkred;
	height: 10vh;
}

.statement-content {
	
}

.statement {
	height: 100%;
}

.support {
	display: block;
	font-size: 1.5em;
	color: white;
	padding: .5em;
}

@media(max-width:704px) {
	.support {
		font-size: 1.2em;
	}
	
	.statement {
		text-align: center;
	}
}


.location-row {
	background: white;
}

.location-header {
	padding: 2em .5em;
	padding-top: 0;
}

.location-title, .location-subtitle {
	color: black;
	text-align: center;
}

.location-title {
	font-size: 2.2em;
	margin: 0;
}

.location-subtitle {
	font-size: 1.5em;
	padding-top: .5em;
}

@media(max-width:480px) {
	.location-row.row-content {
		padding: .5em;
	}
	.location-title {
		font-size: 1.8em;
	}
	.location-subtitle {
		font-size: 1.2em;
	}
}


.location-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.location-map-col, .location-info-col {
	flex: 1;
	min-width: 400px;
	text-align: center;
}

@media(max-width:425px) {
	.location-map-col, .location-info-col {
		min-width: 90vw;
	}
	.location-map-col iframe {
		width: 100%;
	}
}

.location-map-col {
	border-right: 1px solid #000;
}

@media(max-width: 960px) {
	.location-map-col {
		border-color: transparent;
	}
}

.info-title {
	font-size: 2.5em;
	margin: 0;
}

.info-content {
	font-size: 1em;
}

.info .vertical-links {
	font-size: 1.2em;
}

.info .vertical-links li {
	padding: .1em;
}

.info .vertical-links li a:hover {
	color: #FFF;
}

.location-button {
	font-size: 1.5em;
	margin: .5em 0;
	border: 4px solid orange;
	width: 50%;
}

.location-button:hover {
	background: orange;
	color: white;
}

#nf-form-title-2 {
	display: none;
}

.contact-row {
	position: relative;
	background-image: url('contact.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.contact-header {
	position: relative;
	padding: 1.5em;
	text-align: center;
	z-index: 1;
}

.contact-title {
	color: white;
	font-size: 2.5em;
	margin: 0;
}

.contact-content {
		z-index: 2;
    position: relative;
		margin: 0 auto;
}

.wpforms-field-row-block {
	width: unset !important;
	flex: 1;
}

.wpforms-validate.wpforms-form {
	position: relative;
	z-index: 2;
	color: white;
}

.wpforms-validate.wpforms-form input,
.wpforms-validate.wpforms-form textarea {
	background: rgba(10,10,10, .8) !important;
	border: 3px solid orange !important;
	border-radius: 5px !important;
}

.wpforms-field-row.wpforms-field-medium {
	max-width: unset !important;
	display: flex;
}

/* #FOOTER */
.footerbar{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.bar-item {
	flex: 1;
	padding: 2em;
}

.footerbar .bar-item  {
	min-width: 300px;
	padding: 1.5em;
}

@media(max-width:1040px) {
	.footerbar .bar-item  {
		padding: 1em;
	}
}

.footer-actions {
	background: #222;
	color: white;
}

.footer-actions a:hover {
	color: #FFF;
}

.footer-info {
	background: #962D36;
	color: #FFF;
}

@media(max-width:1206px) {
	#visit-talk-divider, #payment-keep-divider {
		opacity: 0;
		display: none;
	}

	.footer-actions .action:last-child {
		border-top: 1px solid #FFF;
	}

	.footer-info .info:last-child  {
		border-top: 1px solid #000;
	}
}

@media(max-width:791px) {
	#call-visit-divider, #why-payment-divider {
		opacity: 0;
		display: none;
	}

	.footer-actions .action:nth-child(3) {
		border-top: 1px solid #FFF;
	}

	.footer-info .info:nth-child(3)  {
		border-top: 1px solid #000;
	}
}

.action {
	text-align: center;
	transition: transform ease-in-out .3s;
	cursor: pointer;
	min-width: 305px;
	position: relative;
}

.action:hover {
	transform: translateY(-20px);
}

.info {
	text-align: center;
	min-width: 305px;
}

.footer {
	background: #222;
	color: #FFF;
	border-top: 1px solid #FFF;
	text-align: center;
}

.action-title, .info-title {
	display: block;
	font-size: 1.5em;
	z-index: 3;
	position: relative;
	margin: .5em 0;
}

.action-subtitle, .info-subtitle {
	font-size: 1.3em;
	z-index: 3;
	position: relative;
}

.footer-links ul li:not(:last-child){
	padding: .5em;
	border-right: 1px solid #000;
}

.action:before {
	font-family: 'Font Awesome\ 5 Free';
			font-weight: 800;
			font-size: 5.5em;
			padding-top: 15px;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;

			position:absolute;
			z-index: 0;
}

.call:before {
	content: "\f095";
	color:#303030;
}

.visit:before {
	content: "\f3c5";
	color:#303030;
}

.talk:before {
	content: "\f086";
	color:#303030;
}
