/*
Theme Name: Wide Eye Creative
Theme URI: http://www.wideeyecreative.com
Author: Wide Eye Creative
Author URI: http://www.wideeyecreative.com
Description: Custom Wide Eye Creative Theme for WordPress
Version: 1.0
*/

/*=============================
=            FONTS            =
=============================*/
/**
 *	Name: 	Proxima Nova
 *	Font: 	Proxima Nova
 *	Code: 	font-family: "proxima-nova",sans-serif;
 *	Sizes: 	400, 600, 700, 800
 */
/**
 *	Name: 	Proxima Nova Condensed
 *	Font: 	Proxima Nova Condensed
 *	Code: 	font-family: "proxima-nova-condensed",sans-serif;
 *	Sizes: 	400, 600, 700, 800
 */
/**
 *	Name: 	Freight Text Pro
 *	Font: 	Freight Text Pro
 *	Code: 	font-family: "freight-text-pro",sans-serif;
 *	Sizes: 	400, 500, 600, 700
 */




/*================================
=            BASE CSS            =
================================*/
body {
	font-family: "proxima-nova",sans-serif;
	color: #333;
	background: #126834;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}
section, header, footer, main, aside, nav, article {
	position: relative;
}
a {
	text-decoration: none !important;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color:#126834;
	font-weight: 600;
}
a:hover {
	color:#38B684;
}
p {
	color: #463E3A;
	line-height: 32px;
	font-size: 20px;
	font-family: "freight-text-pro",sans-serif;
	margin:0 0 20px;
}
input, textarea  {
	outline: none !important;
	color: #7f7f7f !important;
	font-weight: 400;
	font-family: "proxima-nova",sans-serif;
	border: none !important;
	background: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: solid 1px #deddd5 !important;
	padding: 6px;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-webkit-font-smoothing: antialiased;
	border-color: #a6a6a6 !important;
	color: #7d7971;
}
input {
	height: 55px;
	line-height: 55px;
	margin-bottom: 8px;
	padding-left: 15px;
	font-size: 29px;
	letter-spacing: 0.01em;
}
h1 {
	color: #126834;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	letter-spacing: -0.05em;
	font-size: 74px;
	-webkit-font-smoothing: antialiased;
}
h2 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: -0.02em;
	color: #4c4242;
	-webkit-font-smoothing: antialiased;
}
h3 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: -0.02em;
	color: #4c4242;
	-webkit-font-smoothing: antialiased;
}
h4 {
	color: #65635e;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	-webkit-font-smoothing: antialiased;
}
::selection {
	background: #126834;
	color: #fff;
}
::-moz-selection {
	background: #126834;
	color: #fff;
}



/*========================================
=            INDIVIDUAL ITEMS            =
========================================*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.btn, input[type="submit"]{
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	color: #fff;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
	letter-spacing: 0.12em;
	border: none !important;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	background: #38B684;
	color:#fff
}
	background: #3ac98e;
}
.btn-success {
	background: #38B684;
}
.btn-success:hover, .btn-success:focus {
	background: #3ac98e;
}
.btn-success:active {
	background: #fc7059;
	-moz-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	-webkit-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
}
.btn-danger {
	background: #fc7059;
	border: solid 1px #f9693e !important;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	/*-moz-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	-webkit-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);*/
}
.btn-danger:hover, .btn-danger:focus {
	background: #ff7a68;
}
.btn-danger:active {
	background: #ff7a68;
}
.btn-gray-hollow {
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #aaa8a3 !important;
	background: transparent !important;
	border: solid 2px #aaa8a3 !important;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
}
.btn-gray-hollow:hover, .btn-gray-hollow:focus {
	background: #aaa8a3 !important;
	color: #fff !important;
	padding-top: 1px;
}
article {
	padding-bottom: 85px;
	min-height: 515px;
}
article .container {
	max-width: 1090px;
}
article.make-narrow .container {
	max-width: 705px;
}
#optional-img-wrap {
	background-repeat: no-repeat;
	background-position: 50% 0;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.triangle {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 26px 0 26px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 0;
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.alert {
	font-family: "proxima-nova",sans-serif;
	text-align: center;
}


/*===========================
=            NAV            =
============================*/
#main-nav {
	background: #2C2924;
	text-align: center;
	padding-top: 25px;
	display: none;
}
#main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-nav a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	background: transparent;
	letter-spacing: .06em;
}
#main-nav a:hover {
	background: #3ac98e;
}
.toggle-nav {
	display: block;
	width: 45px;
	text-align: center;
	height: 43px;
	line-height: 43px;
	font-size: 34px;
	position: absolute;
	top: 17px;
	left: 25px;
	color: #aaa8a3;
}
.toggle-nav:hover {
	background: #f5f5f5;
	color: #aaa8a3;
}


/*==============================
=            HEADER            =
==============================*/
#site-header {
	background: #fff;
	height: 76px;
}
#site-header .share {
	position: absolute;
	top: 20px;
	right: 40px;
}
#site-header .share p {
	position: absolute;
	color: #aaa8a3;
	font-size: 13px;
	text-transform: uppercase;
	right: 100%;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0px 5px 0 0;
	font-family: "proxima-nova",sans-serif;
}
#site-header .share a {
	color: #aaa8a3;
	margin-left: 25px;
	font-size: 23px;
}
#site-header .share a:hover {
	color: #c4c3c0;
}
#site-header a.brand {
	position: relative;
	z-index: 88;
	width: 150px;
	height: auto;
	display: block;
	margin: 15px auto 0;
}
#site-header a.brand img {
	width: 100%;
	height: auto;
}





/*==============================
=            TOPPER            =
==============================*/
#topper {
	background: none;
	text-align: center;
}
.home #topper h1 {
	margin: 80px auto 20px;
}
#topper h1 {
	color: #fff;
	margin-top: 60px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	width: 100%;
	font-size: 60px;
	-webkit-text-shadow: 2px 2px 0px rgba(13, 60, 104, 0.2);
	-moz-text-shadow: 2px 2px 0px rgba(13, 60, 104, 0.2);
	text-shadow: 2px 2px 0px rgba(13, 60, 104, 0.2);
}
#topper h1 span {
	position: relative;
	margin: 0 auto;
}
#topper h1 span img {
	position: absolute;
	width: 76px;
	top: 0;
}
#topper h1 span img.left {
	right: 100%;
	margin-right: 65px;
}
#topper h1 span img.right {
	left: 100%;
	margin-left: 65px;
}
article.make-narrow #topper h1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
article.make-narrow #topper h1 span {
	display: block;
}




/*===============================
=            CONTENT            =
===============================*/
#content {
	padding: 54px 0 100px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content h2, #content h2 strong {
	color:#031A30;
	font-weight:normal !important;
}





/*=================================
=            FRONTPAGE            =
=================================*/
.home #content {
	background: none;
	padding: 0;
}
#content .action-buttons a {
	width: 100%;
	display: block;
	height: 215px;
	position: relative;
	text-align: center;
	-moz-box-shadow: 2px 2px 0px 0px rgba(13, 60, 104, 0.2) !important;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(13, 60, 104, 0.2) !important;
	box-shadow: 2px 2px 0px 0px rgba(13, 60, 104, 0.2) !important;
}
#content .action-buttons a img {
	position: absolute;
	width: 95px;
	left: 50%;
	top: 42%;
	-o-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);

	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	-ms-transition: all 225ms ease;
	-o-transition: all 225ms ease;
	transition: all 225ms ease;
}
#content .action-buttons a:hover img {
	-o-transform: translate(-50%, -50%) scale(1.15);
	-ms-transform: translate(-50%, -50%) scale(1.15);
	-moz-transform: translate(-50%, -50%) scale(1.15);
	-webkit-transform: translate(-50%, -50%) scale(1.15);
	transform: translate(-50%, -50%) scale(1.15);
}
#content .action-buttons a span {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	line-height: 18px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#content .action-buttons > .action {
	padding: 0 7px;
}
#content .action-buttons .action.early img {
	max-width: 77px;
}
#content .action-buttons .location a {
	background: #278851;
}
#content .action-buttons .location a:hover {
	background: #138343;
}




/*======================================
=            COMMIT TO VOTE            =
======================================*/
#commit-to-vote #content {
	background: none;
	padding: 0;
}
#commit-to-vote form {
	max-width: 455px;
}
form#vote-form {
	width: 100%;
	margin: 0 auto;
}
form#vote-form input, form#vote-form button {
	display: block;
	width: 100%;
}
form#vote-form button {
	height: 55px;
	line-height: 53px;
	padding: 0;
	font-size: 20px;
}
#commit-to-vote form input {
	border-color: #0c4422 !important;
}






/*=====================================
=            SHARE BUTTONS            =
=====================================*/
#share-buttons {
	position: relative;
	text-align: center;
	padding: 40px 0;
	background: #fff;
	border-top: solid 1px #f0ede8;
}
#share-buttons a {
	position: relative;
	display: inline-block;
	height: 43px;
	line-height: 38px;
	padding: 0 25px 0 50px;
	width: 230px;
	margin: 0 10px;
}
#share-buttons a i {
	position: absolute;
	left: 14px;
	top: 9px;
	font-size: 20px;
}
article.make-narrow #share-buttons a {
	width: 100%;
	max-width: 230px;
	margin: 0 auto 10px;
	display: block;
}















/*===================================
=            SITE FOOTER            =
===================================*/
#site-footer {
	background: #f0ede8;
	text-align: center;
	padding: 35px 0 105px;
}
#site-footer .back a {
	color: #fff;
	font-size: 18px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	color: #65635e;
}
#site-footer .back a:hover {
	color: #807f7e;
}
#site-footer .copyright {
	color: #aaa8a3;
	border: solid 1px #aaa8a3;
	width: 100%;
	max-width: 440px;
	margin: 60px auto 0;
	padding: 15px 18px;
	position: relative;
}
#site-footer .copyright p, #site-footer .copyright p a {
	font-size: 12px;
	font-weight: 600;
	color: #65635e;
	line-height: 15px;
	letter-spacing: 0.25em;
	margin: 0;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
}

#site-footer .copyright p a:hover {
	color: #e1e2e5;
}


.privacy-policy {
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: 10px;
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;
}






/*=====================================
=            MEDIA QUERIES            =
=====================================*/

	/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px) {

	}

	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {

	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

	}



	/*==========  Non-Mobile First Method  ==========*/

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {
		#content .action-buttons > .action {
			margin-bottom: 14px;
		}
	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		article .container {
			width: 95%;
		}
		article .row {
			padding-left: 10px;
			padding-right: 10px;
		}
		#share-buttons a {
			width: 30%;
			margin: 0 1%;
		}
		#topper h1 {
			max-width: 500px;
			font-size:72px;
		}
		#topper h1 span {
			display: block;
		}
		#topper h1 span img.left {
			margin-right: 25px;
		}
		#topper h1 span img.right {
			margin-left: 25px;
		}
		.inner #content {
			padding-left: 30px;
			padding-right: 30px;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		article .container {
			width: 100%;
		}
		#site-header .share {
			display: none;
		}
		#topper h1 {
			font-size: 60px;
			line-height: 58px;
		}
		#topper h1 span img {
			display: none;
		}
		#share-buttons a {
			width: 100%;
			max-width: 230px;
			margin: 0 auto 10px;
			display: block;
		}
		.inner #content {
			padding-left: 10px;
			padding-right: 10px;
		}
		#content {
			padding: 15px 0 100px;
		}
		.toggle-nav {
			left: 15px;
		}
	}

	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px) {
		#topper h1 {
			font-size: 50px;
			line-height: 48px;
		}
		#main-nav {
			width: 240px !important;
			left: -240px !important;
		}
		.scotch-panel-canvas.scotch-is-showing {
			-o-transform: translate3d(240px, 0px, 0px) !important;
			-ms-transform: translate3d(240px, 0px, 0px) !important;
			-moz-transform: translate3d(240px, 0px, 0px) !important;
			-webkit-transform: translate3d(240px, 0px, 0px) !important;
			transform: translate3d(240px, 0px, 0px) !important;
		}
	}

	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px) {

	}




/*=======================================
=            BROWSER SUPPORT            =
=======================================*/
/* Turns off fluid layout */
html.ie-old, html.ie-old #site-wrapper {
	min-width: 980px;
}
html.ie-old body {
	overflow: auto;
}