/*
Theme Name: Lobaugh Theme
Theme URI: http://expect3.com
Description: Child theme of eXpect3 Base Theme
Author: eXpect3
Author url: http://expect3.com
Version: 1.0
Template: ex3-base
Template Version: 1.0
*/


/*
 * PUT YOUR CHANGED STYLES HERE
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');

.aTagHeader {display:none;}
#headerLogo {display:none;}

body {
	font: 300 16px/1.8 "Oswald", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Oswald', sans-serif;
}

.btn {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-style: initial;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 12px 45px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
}

.caret {
	border:none;
}

.caret:after {
	border: none;
	font-family: FontAwesome;
	content: '\f107';
	position: absolute;
	top: 38%;
	font-weight: 100;
}

.navbar-nav {
    float: right !important;
}

.navbar {
	transition-duration: 0.5s;
}

.navbar-nav>li {
    padding: 40px 0;
}

.navbar-nav>li>a {
	font-weight: 500;
	padding: 0px 20px;
	border-right: 2px solid;
	text-transform: uppercase;
	transition-duration: 0.5s;
}

.navbar-nav>li:last-child a {
	padding-right: 0;
	border-right: none;
}

.dropdown-menu>li>a {
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 1px;
	line-height: 2em;
}

.dropdown-menu {
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: rgba(255,255,255,0.9);
}

.navbar-brand {
	padding: 0;
}

.navbar {
	box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}

.navbar-brand img {
	max-height: 65px !important;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-brand {
    font-weight: 900;
}



.navbar-header .logo {
    margin-top: 20px;
}

.logo {
	max-height: 61px !important;
}

.client-logo img {
    width: 300px;
    top: 20px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.menu-sidebar-menu-container li .sub-menu {
    margin: 0 -15px !important;
    background: #aaa !important;
    padding:0 !important;
}

.menu-sidebar-menu-container .sub-menu li {
    background: #aaa;
}

header#masthead {
	color: #fff;
	padding: 0;
}

header#masthead .nav-header a, header#masthead .nav-header {
	color:#fff;
	margin-top:0px;
	font-weight:900;
}

header.content-header {
	padding: 150px 0 !important;
	text-align: center !important;
}

.navbar-default {
    background: transparent;
    box-shadow: none;
}

.navbar.active {
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}

.phone {
	padding: 10px 0;
    font-size: 18px;
    font-weight: 900;
}

.phone .client-link {
    color: #fff;
}

.phone .sociallinks {
	float: none;
}

.phone .sociallinks a {
	color: #fff;
	font-size: 1.35em;
	top: 2px;
	position: relative;
	line-height: 0;
	margin-left: 7px;
}

.col-sm-6.phonenumber.text-left {
	font-weight: 500;
	text-transform: uppercase;
}

.col-sm-6.phonenumber.text-left strong {
	color: #fff;
}

.phone i.fa.fa-phone {
	margin-right: 5px;
	font-size: 19px;
	position: relative;
	top: 3px;
}

footer.entry-meta {
    display: none;
}

/* HOMEPAGE STYLES */

section h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	position: relative;
	margin-bottom:30px;
}

section#header {
	position: relative;
    padding: 350px 0 250px;
}

section#header:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(108, 108, 108, .75);
}

section#header h1 {
    font-weight: 900;
    font-size: 75px;
    letter-spacing: -2px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #323862;
}

section#header h2 {
    font-weight: 400;
    font-size: 28px;
    margin: 25px 0;
    padding: 10px 20px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-top:3px solid;
    border-bottom:3px solid;
}

section#header p {
	text-align: center;
}

section#header h2 strong {
    font-style: italic;
}

section#header h4 {
    font-style: italic !important;
    font-weight: 900;
    margin: 15px 0;
}

section#header .btn {
    margin-top:15px;
}

.serv-single {
    width: 88%;
    text-align: center;
    border: 1px solid;
    padding: 6%;
}

.serv-single img {
    margin-top: -60px;
}

.serv-single h3 {
    text-align: center;
    text-transform: uppercase;
}

section#about {
    padding: 0;
    position: relative;
    color: #fff;
}

section#about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
}

section#about .aboutHeight {
    min-height:300px;
    padding:60px 0;
}

section#about h2 {
	margin: 0 0 15px;
	font-size: 28px;
	color: #fff;
}


section#experience {
	text-align: center;
	color: #fff;
	position: relative;
	min-height:0;
}

section#experience:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.55);
}

section#experience ul {
	list-style: none;
	margin:0;
	padding:0;
}


section#experience li {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	padding: 10px 0;
}


.imgbreak {
    min-height: 450px;
}

.testimonial-single h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 27px;
    margin: 40px auto;
}

.testimonial-single h5 {
    font-style: italic;
    font-weight: 500;
}

.testimonial-single img {
	max-height: 130px;
	width: auto !important;
	margin: 0 auto;
}

section#blogs {

}

section#blogs h3 {
    font-size: 0.95em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

section#blogs h4 {
    text-align: left;
    margin: 15px;
    font-size: 16px;
    line-height: 1.35em;
}

section#blogs .post-single {
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

section#blogs a {
    color: #555;
    cursor: pointer;
}

section#blogs .thumb {
    width: 100%;
    height: 180px;
    background-size: cover !important;
}

section#blogs .excerpt {
    text-align: left;
    margin: 15px;
    font-size: 0.8em;
    opacity: 0.6;
}

section#blogs .read-more {
    display: none;
}

section#blogs .meta {
    text-align: left;
    margin: 0 15px 15px;
    font-size: 0.65em;
    opacity: 0.6;
    position: relative;
}

section#blogs .meta:before {
    content: '';
    border-top: 1px solid;
    position: absolute;
    top: -6px;
    left: 0;
    width: 60px;
    opacity: 0.3;
}

section#blogs .meta span .fa {
    margin-left: 8px;
}

section#contact {
    color: #fff
}

section#contact h2 {
	color:#fff;
}

input.wpcf7-form-control.wpcf7-submit {
	display: block;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
}

section#contact .imgbreak.contactHeight {
	background-size: cover !important;
	background-position: center center !important;
}

section#contact .container form {
	padding-top: 0px;
	padding-bottom: 40px;
	padding-right:30px;
}

section#contact textarea {
    height: 140px;
}

#map {
	height: 100%;
	min-height:600px;
}

footer .sociallinks {
	text-align: right;
	padding: 0 !important;
}

aside#text-2 {

}

aside#text-2 br {
	display: none;
}

aside#text-2 p {
	margin: 0;
}

aside#text-3 {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
}

aside#text-4 {
    padding-top: 50px;
}

aside#media_image-3 img {
    max-width: 250px !important;
    float: right;
}

/* ========== INTERIOR STYLES ========== */

body.interior #content {
    padding-top: 0px;
}

body.interior header.content-header {
    padding: 185px 0 50px !important;
	position: relative;
}

body.interior header.content-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: -1;
}

.content-header h1 {
    border-bottom: none;
    padding-bottom: 0px;
}

body.interior #main-grid {
    min-height: 300px;
    padding-bottom: 60px;
}

body.interior .entry-meta {
    display: none;
}

body.blog .entry-meta {
    display: block;
}

body.blog .post-thumbnail {
	display: none;
}

body.interior .site-content p, body.interior .site-content ol, body.interior .site-content ul, body.interior .site-content blockquote {
    margin: 0 0 10px;
    font-size: 18px;
}

/* ========== FOOTER & SIDEBAR ========== */

footer {
	padding-top: 40px;
}

footer h2.widget-title {
    color: #fff;
}

footer .textwidget, footer .textwidget a {
    color: #fff;
}

footer .widget li a {
    color: #fff !important;
}

footer .sociallinks .fa {
    color: #fff;
}

.sidebar-footer {
	background: transparent;
	color: #777;
	padding-bottom: 35px;
}

h2.widget-title {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
}

.sample-menu-footer-container {
	position: relative;
}

.sample-menu-footer-container a.smoothscroll {
	font-size: 2em;
	width: 50px;
	height: 50px;
	border: 1px solid;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	line-height: 1em;
	padding: 6px;
}

div#site-credits {
	font-size: 0.7em;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #777;
}

div#site-credits a, footer .sociallinks a {
	color: #fff;
	font-weight: 900;
	filter: brightness(100%) !important;
}

div#site-credits {
	color: #fff;
}

footer .sociallinks {
	padding-top: 30px;
}

footer .sociallinks .fa {
	font-size: 32px;
	width: 35px;
	height: 35px;
	transition-duration: 0.2s;
}

footer .sociallinks .fa:hover {
	color: #aeaeae;
}

aside#text-4 p {
	margin-bottom: 0;
	font-weight: 900;
	font-size: 1.25em;
}

aside#text-3 img {
	margin-top: 25px;
}

.footer-nav-menu.pull-right {
	display: none;
}

div#site-credits {
	width: 100%;
	text-align: center;
}

.after-footer {
	text-align: center;
	background-color: #333 !important;
}


/* WOOCOMMERCE STYLES */

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 1.5em;
}

.woocommerce .content-header {
    display: none;
}

span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 1.5em;
    color: #444;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
	border:1px solid #ccc;
}

select {
    height: 40px;
}

span.wpcf7-form-control-wrap.phone {
    font-size: 1em;
}


/* EVENT STYLES */

.single-tribe_events .tribe-events-event-image, .tribe-events-single-event-description.tribe-events-content {
	float: left;
	width: 48% !important;
	margin:0 1%;
	min-width: 340px;
}

.single-tribe_events .tribe-events-event-image {
	float: right;
}

.single-tribe_events .tribe-events-event-meta {
	display: inline-block;
	width: 100%;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
	border: none !important;
}

h1.tribe-events-single-event-title {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 7px;
	text-align: center;
	font-size: 38px !important;
	margin-bottom: 40px;
}

.tribe-events-schedule h2 {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	font-size: 18px !important;
	margin-bottom: 40px;
	margin-top: 0;
}

.tribe-events-loop h2.tribe-events-list-event-title a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.35em;
	color: #333;
}

.tribe-events-list .tribe-events-loop .tribe-events-content, .tribe-events-list .tribe-events-loop .tribe-events-event-image {
	float: right !important;
	width: 50%;
	margin: 0;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
	margin-top: -50px;
}

.event-inner {
	border: 1px solid #eee;
	padding: 25px 20px;
	margin: 15px 0 30px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.eventlist h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.borderline {
	position: relative;
	background: #eee;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}
.borderline:before {
	position: absolute;
	background: #eee;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -7px;
}

.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -8px;
}

.eventlist h4 {
	font-weight: 700;
	font-size: 60px;
	color: #111;
	padding: 0;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.event-address, .event-address2, .event-time {
	padding: 0;
	font-size: 12px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.event-time {
	margin:20px 0;
}

/* PORTFOLIO STYLES */

.envira-gallery-wrap .envira-album-title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
    font-weight: 400;
    color: #111;
}

.envira-gallery-item-inner .envira-gallery-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.envira-gallery-item-inner:hover .envira-gallery-link:before {
    background: rgba(0,0,0,0.4);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.envira-gallery-item-inner:hover .envira-gallery-link:after {
    font-family: FontAwesome;
    content: '\f083';
    position: absolute;
    top: 45%;
    left: 45%;
    color: #fff;
    font-size: 3em;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.envira-gallery-item-inner:hover .envira-gallery-link:after {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}



/* MOBILE STYLES */

.navbar-default .navbar-toggle {
	border: none;
	background:none !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#333;
	transition-duration: 0.5s;
}


@media only screen and (max-width: 768px) {

	.navbar {
		height: 100px;
	}

	.navbar-header {
		width: 100%;
	}

	.navbar-header .logo {
		margin-top: 27px;
	}

	.navbar-default .navbar-toggle {
		right: 15px;
		top: 37px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		background: rgba(100, 100, 100, 0.9);
		margin-top: 38px;
		width: 100% !important;
		max-height: inherit;
	}

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        display: block !important;
    }

	.navbar-header .collapse, .navbar-toggle {
		display:block !important;
	}
	.navbar-header {
		float:none;
		position: absolute;
		top: 6px;
	}

	.navbar-collapse {
		position: absolute;
		top: 62px;
		left: 0;
		width: 100vw !important;
		background: #fff;
		margin-left:0 !important;
		margin-right:0 !important;
	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-nav>li {
		float: none;
		text-align: center;
	    margin: 0 !important;
	    padding: 20px 0;
	}

	ul#menu-primary-navigation {
		margin-top: 0;
		width: 100%;
	}

	.navbar-header img {
		padding-top: 10px;
	}

	.btn {
		white-space: normal;
	}

	.phone {
	    padding: 5px 0;
	    font-size: 16px;
	}
	
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-brand {
	    color: #fff;
	    border: none !important;
    	padding: 0 !important;
	}	

	aside#text-3 {
	    text-align: center;
	    font-weight: 900;
	    font-size: 16px;
	}

	aside#text-4 {
	    padding-top: 40px;
	}

	body.interior header.content-header {
	    padding: 120px 0 50px !important;
	    position: relative;
	    background-image: none !important;
	}

}

@media only screen and (max-width: 480px) {

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
            margin-top: 43px;
    }

	div.navbar-collapse {
		top: 56px;
	}

	.navbar-header img {
		padding: 0;
		max-width: 70%;
	    margin-top: 0 !important;
	}

	.navbar-header {
		top: 5px;
	}

	.navbar-default .navbar-toggle {
	    right: 15px;
	    top: 23px;
	}

	.navbar-header a {
	    display: initial !important;
	    position: relative !important;
	    top: 40px;
	    left: 5px;
	}

	.client-logo {
	    width: 70%;
	    left: 15%;
	    margin: 0;
	}

	.navbar.active .logo {
	    opacity: 1 !important;
	}

	.navbar.active .logoDark {
	    display: none;
	}

	.phone {
	    font-size: 12px;
	}

	aside#text-5 .text-right {
		text-align: center;
	}

	.col-sm-6.pull-right.imgbreak.contactHeight {
		width: 100%;
		float: none !important;
	}

	section#contact .container form {
		padding: 0;
	}

	section#clients {
		min-height: 0;
		padding: 0 0 60px;
	}

	section#header {
		padding: 200px 0 100px;
		min-height: 0;
	}

	section#header .col-xs-9.col-xs-push-1.col-sm-8.col-sm-push-2 {
		padding: 10px;
		width: 80%;
	}

	section#header h2 {
		font-size: 22px;
		white-space: normal;
		display: block;
	}

	section#header h2.large {
		font-size: 75px;
		letter-spacing: -4px;
		line-height: 65px;
	}

	section#about h2 {
		margin-top: 30px;
	}

	section#areas .col-sm-3 {
		margin-bottom: 60px;
	}

	section#action {
    	padding: 40px 0;
	}

	.btn, section#action a:nth-child(2) {
		display: block;
		margin-bottom: 15px;
	}

	.col-sm-6.pull-right.contactHeight {
		float: none !important;
		padding: 0 !important;
		height: 350px !important;
	}

	footer .textwidget, footer .textwidget .sociallinks {
		text-align: center !important;
	}

	section#header h1 {
	    font-size: 55px;
	}

	.serv-single {
	    width: 100%;
	    margin-bottom: 60px;
	}

	section#about .aboutHeight {
	        width: 100%;
	    display: inline-block;
	    padding: 30px 15px !important;
	}

	aside#text-2 .textwidget img {
	    float: none !important;
	}

	body.interior header.content-header {
	    background-image: none !important;
	    padding: 100px 0 20px !important;
	}
	
	aside#media_image-3 img {
		float: none;
		display: block;
		margin: 0 auto;
	}
}




.phone { display:none; }

.navbar-header { float:none; text-align:center; }

.navbar-brand {     background-image: url(/wp-content/uploads/2018/03/MartiLogoFinal.png);
    height: 160px;
    width: 240px;
    background-size: cover; 
	float:none; margin:0 auto !important; margin-bottom:5px !important;
}


#page #site-navigation .navbar.active, body.interior .navbar {
    background-color: rgba(255,255,255,.9) !important;
}
.navbar > .container { position:relative; }
.container div.navbar-collapse { position:absolute; top:37px; right:0; }
.navbar-nav > li > a { border-color:#DB1E00 !important; color:#323862 !important;}

.navbar-nav > li:nth-of-type(1), .navbar-nav > li:nth-of-type(2) { position:relative; left:-136% }
.navbar-nav > li:nth-of-type(2) > a {border:none;}
.navbar-nav > li:nth-of-type(3), .navbar-nav > li:nth-of-type(4) { position:relative; left:-50% }




section#header:before { background:rgba(255,255,255,0.75);}
section#header .col-xs-9 { position:relative; left:47%; text-align:left; padding:0;}
section#header h1 {margin-bottom:30px; font-family: Baskerville-SemiBold; font-size:70px; text-align:left; max-width:450px; }
#homeButton { background: #DB1E00; color:#fff; padding:4px 40px; font-size:24px; font-weight:400; letter-spacing:3px; font-family: Baskerville-SemiBold; float:left; position:relative; left:14%;  }
section#header > img { position:absolute; top:-30%; right:0; left:12%; height:1250px;}
@media screen and (max-width:1715px) { section#header > img {left:6%} }
@media screen and (max-width:1715px) { section#header > img {left:-2%} }




section#services { z-index:5; position:relative; margin-top:-90px;}
section#services, section#joinThe { background:#323862; color:#fff; text-align:center;}
section#services h2, section#joinThe h2{ color:#fff; text-align:center; font-family: Baskerville-SemiBold;}
section#services h3 {color:#fff; margin-bottom:110px; font-family: Baskerville-SemiBold; }
section#services h4 {color:#fff; font-family: Baskerville-SemiBold; }
section#services .serv-single { border:none; width:100%;}





section#joinThe { padding:0 0 140px;}
section#joinThe .wpcf7-submit{ width:275px !important; margin:25px auto 0; background:#DB1E00; border-color:#fff; }
input[type=text], input[type=email], input[type=tel], textarea, select {
    width: 90%;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: rgba(255,255,255,0.5);
    border: none;
    color: #333 !important;
    font-size: 17px;
	font-family: Baskerville-SemiBold;
}
.wpcf7-form p {margin-bottom:-10px; }
section#joinThe .wpcfy-form { margin-top:-30px; }


body {font-family: Baskerville-SemiBold;}



section#donate { background:#DB1E00; text-align:right; padding:50px 0 55px; }
section#donate h1 {color:#fff; margin-top:0; /* Donate To The Campai: */
font-family: Baskerville-SemiBold;
text-align: right; font-size:70px; max-width:600px; float:right;}
section#donate a {text-align:left; font-family: Baskerville-SemiBold; background: #323862; color:#fff; padding:6px 38px; font-size:24px; font-weight:400; letter-spacing:3px; float:left; margin-top:55px; margin-left:20px; }




section#map {display:none;  }



footer { padding-top: 0; background-image:url('/wp-content/uploads/2018/03/AdobeStock_2.png'); background-repeat:no-repeat; background-size:cover; }
.footerContainer { width:90%; margin:0 auto;}
footer .after-footer { background-color:rgba(255,255,255,0.8) !important; padding:140px 0 60px; position:relative;}
div#site-credits { position:absolute; bottom:0; left:0; right:0; color:#323862; font-weight:900;}
div#site-credits a {color:#323862;}
#footerSubmit { background: #323862; border:none;}
footer input[type=text] {max-width:275px; color:#333 !important; font-weight:400;}
footer h5 { font-family: Baskerville-SemiBold; color:#323862; font-size:32px; }
#footerLogo {position:relative; top:-40px; }
.subscribe h5 {margin-bottom:-15px;}
input.wpcf7-form-control.wpcf7-submit {
    width: 225px !important;;
    margin: 20px auto 0;
    background: #323862;
    border-color: #fff;
	    font-family: Baskerville-SemiBold;
}
#footerMedia a { font-size:55px; color:#323862; position:relative; top:-25px;}
#footerMedia > a:first-of-type { margin-right:15px;}
footer input[type=email] { color:#323862 !important;}


input.wpcf7-form-control.wpcf7-submit:hover { background:#DB1E00}
body.interior #site-navigation > .navbar {background-color:transparent !important;}








body.interior .site-content p {    font-family: Baskerville-SemiBold; line-height:36px; max-width:74rem; margin:15px auto 0;}
.subPages {margin-top:240px;}
.contactPage input.wpcf7-form-control.wpcf7-submit { float:left; }




@media screen and (max-width:1024px) {
	.navbar-nav > li:nth-of-type(3), .navbar-nav > li:nth-of-type(4) {
    position: relative;
    left: -52%;
}
	.navbar-nav > li:nth-of-type(1), .navbar-nav > li:nth-of-type(2) {
    position: relative;
    left: -100%;
}

	section#header > img { left: -16%; }
	section#services {margin-bottom:-1px; }

}





@media screen and (max-width:768px) {
	.navbar-collapse.collapse.in, .navbar-collapse.collapsing { margin-top:63px;     background-color: rgba(255,255,255,.9) !important; width: 100vw !important;
}
		.navbar-nav > li:nth-of-type(1), .navbar-nav > li:nth-of-type(2), .navbar-nav > li:nth-of-type(5)  {
    position: relative;
    left: -52%;
}
	.navbar-nav > li:nth-of-type(1), .navbar-nav > li:nth-of-type(2), .navbar-nav > li:nth-of-type(3), .navbar-nav > li:nth-of-type(4), .navbar-nav > li:nth-of-type(5) {text-align:right;}
	
	section#header .col-xs-9 {
    position: relative;
    left: 41%;
    text-align: left;
    padding: 0;
}
	section#header h1 {
    margin-bottom: 30px;
    font-family: Baskerville-SemiBold;
    font-size: 58px;
    text-align: left;
		max-width: 530px;}
	
	section#header > img { left:-20%; top:-23%; height:920px; }
	section#header { padding:220px 0 250px; }
	
	section#donate {margin-bottom:-50px;}
	section#donate h1 { font-size:40px; text-align:center; margin-bottom:20px; float:left; padding-left:4% }
	section#donate .row > div:last-of-type { text-align:center; }
	section#donate a { float:none; margin-left:0; text-align:center;}
	
	
	footer .after-footer { padding:60px 0 60px; }
	#footerLogo { top:0; width:280px; right:-25px; margin:15px 0;}
	.subPages {margin-top:160px; }
	
	.nav > li {
		display: block !important;
		text-align: center !important;
		position: inherit !important;
	}
	
	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		left: -9px;
	}
	
	.navbar-header a {
		display: block;
		float: left;
	}
	
	#headerLogo {
		width: 100px;
		position: relative;
		top: 8px;
		left: 10px;
		display: initial;
	}
}






@media screen and (max-width:480px) {
	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		left: 0px;
	}
	.aTagHeader {display: block !important;}
	.container > .navbar-header a {position:absolute !important;}
	.container > .navbar-header a { top:0; left:0; }
	.navbar-header { text-align:left !important;}
	#headerLogo { width:150px; position:relative; top:8px; left:10px; display:initial; }
	.subPages {margin-top:130px;}
	section#header  { padding:140px 0 100px; }
	section#header > .container { margin-bottom:-40px; margin-top:-10px;}
	section#header .col-xs-9.col-xs-push-1.col-sm-8.col-sm-push-2 { width:100%; left:0; padding:10px; padding-bottom:90px; padding-top:0;}
	section#header h1 { font-size:40px; text-align:center; z-index:5; margin-bottom:150px; }
	#homeButton { float:none; position:relative; left:0; z-index:5; top:30px; padding:10px 36px; }
	section#header > img { left:0; z-index:0; right:0; top:-7%; height:670px; width:100%; background-size:cover; }
	
	section#joinThe { padding: 0 0 60px;}
	
	section#services { padding-top:60px; padding-bottom:0px; }
	section#services h3 { margin-bottom:80px; }
	
	section#donate {margin-bottom:0;}
	section#donate h1 { font-size:40px; text-align:center; margin-bottom:20px; float:right; padding-left:0; }
	section#donate .row > div:last-of-type { text-align:center; }
	section#donate a { float:none; margin-left:0; text-align:center;}
	
	
	footer .after-footer { padding:60px 0 60px; }
	#footerLogo { top:0; width:60%; right:-15px; margin:-5px 0 30px;}
	
}





.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


.election-day {margin: 0 0 40px;}
.election-day #countdown {font-size: 5rem;}