/*
Theme Name: Custom Theme for Blazing 100
Theme URI: http://libbyfisher.com/
Description: Custom theme for Blazing 100.
Author: Libby Louis
Author URI: http://libbyfisher.com/
Version: 1.0
Tags: 

License:
License URI:

General comments (optional).
*/

/* CSS Document */


body {
	font-family: 'Arvo', serif;
	font-size: 15px;
	line-height: 1.5;
	color: #686868;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #454545;
}

.page-title {
	font-size: 20px;
}

hr {
    margin: 1% auto 5%;
    background: #dfdfdf;
    height: 1px;
    width: 150px;
    display: block;
    border: 0;
}

.section {
	width: 100%;
	display: inline-block;
}

.wrapper {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	padding: 5% 0;
	position: relative;
	display: table;
}

a, a:visited {
	text-decoration: none;
	color: #d13c34;
}

.content_block {
	display: inline-block;
}

.one_third {
	width: 94%;
	padding: 1.5%;
	margin: 1.5%;
}

#header {	
	background: url(/wp-content/uploads/2016/01/header.png) no-repeat bottom center scroll;
	text-align: center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: #fff;
	text-shadow: 1px 1px 1px #303030;
	position: relative;
}

#header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.25);
}

#header .wrapper {
	padding: 10% 0 5% 0;
}

#header .wrapper img {
	max-width: 100px;
}

.home #header .wrapper img {
	max-width: 150px;
}

#header h1,
#header h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #303030;
	line-height: 1;
}

#header h1 {
	font-size: 65px;
}

#header h2 {
	font-size: 35px;
}


.home #header h1 {
	font-weight: 800;
	font-size: 99px;
}

.home #header h2 {
	font-size: 54px;
	font-weight: normal;
}

#nav { 
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
position: fixed;
    top: 0;
    left: 0;
}

#nav .wrapper {
	padding: 0;
	display: table;
}

#nav .logo {
	font-size: 30px;
	color: #303030;
	width: 18%;
	display: table-cell;
	vertical-align: middle;
	font-weight: 800;
}

#nav .logo a {
	color: #303030;
}

i, a i {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #a4a4a4;
}

#nav .logo span,
#about h1 span,
#about .content_block h4 span,
#services .content_block .info h4 span,
#contact .bg_container .title_container h3 span,
i:hover,
a:hover i {
	color: #D44942;
}

#nav .menu {
	width: 62%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#nav .menu ul {
	width: 100%;
}

#nav .menu li {
	display: none;
}

#nav .menu ul,
#nav .menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav .social_media {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}

#nav .social_media .mobile-menu-trigger {
	float: right;
	font-size: 20px;
	display: block;
}

#nav .social_media ul {
	display: none;
}

#nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
}

#about {
	text-align: center;
}

#about h1 {
	color: #303030;
	font-size: 45px;
	font-weight: 800;
}

#about h2 {
	font-size: 30px;
	color: #979797;
	font-weight: normal;
}

#about h4 {
	font-size: 18px;
	font-weight: normal;
	color: #303030;
}

#about .content_block {
	text-align: center;
}

#about .content_block i {
	display: block;
	font-size: 75px;
	margin: 5% auto;
	color: #28a390;
}

#clients {
	background: url(images/clients_bg.jpg) no-repeat center center scroll;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	text-align: center;
	color: #fff;
	font-size: 23px;
}

#clients h3 {
	font-weight: 800;
	font-size: 27px;
}

#clients p {
	margin: 0;
}

#clients hr {
	backgroud: #fff;
}

#clients .logos {
	padding: 0 0 2% 0;
	width: 100%;
}

#services {
	text-align: center;
	font-size: 21px;
}

#services h3 {
	font-weight: 800;
	font-size: 27px;
	color: #303030;
}

#services .content_block {
	text-align: left;
	display: table;
	font-size: 13px;
}

#services .content_block i {
	font-size: 40px;
	width: 25%;
	display: table-cell;
	vertical-align: top;
	color: #28a390;
	text-align: center;
}

#services .content_block .info {
	width: 75%;
	display: table-cell;
	vertical-align: top;
}

#services .content_block .info h4 {
	color: #303030;
	font-size: 18px;
	font-weight: normal;
}

#services .content_block .info hr {
	float: left;
    margin: 3% 0 10% 0;
    width: 100px;
}

#services .content_block .info p {
	clear: both;
}

#quote {
	background: url(images/quote_bg.jpg) no-repeat center center scroll;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	text-align: center;
	color: #fff;
	font-size: 21px;
}

#quote .quote_img {
	position: absolute;
} 

#quote .quote_img.top_left {
	top: 15%;
	left: 0;
}

#quote .quote_img.bottom_right {
	bottom: 50%;
	right: 0;
}

#quote p {
	width: 80%;
	margin: 0 auto;
}
#quote .signature {
	font-size: 18px;
}

#team {
	text-align: center;
	font-size: 21px;
}

#team .wrapper {
	padding-bottom: 0;
}

#team h3 {
	font-weight: 800;
	font-size: 27px;
	color: #303030;
}

#team .headshots {
	background: #f0f0f0 url(images/headshots_bg.jpg) no-repeat top center;
	padding: 5% 0;
    display: inline-block;
    width: 100%;
}

#team .headshots .wrapper {
	padding: 0;
}

#team .headshots .team_member {
	overflow: hidden;
	text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

#team .headshots .team_headshot,
#team .headshots .info {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #8c8c8c;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#team .headshots .team_member:hover .team_headshot {
	width: 110%;
	margin-left: -5%;
	margin-top:-7.5%;
}

#team .headshots .info {
	padding: 5%;
	background: #fff;
	border-bottom: 3px solid #39a38f;
	display: inline-block;
	width: 90%;
	text-align: left;
}

#team .headshots .info .text,
#team .headshots .info ul {
	width: 100%;
}

#team .headshots .info h5 {
	font-size: 18px;
	color: #303030;
	font-weight: normal;
}

#team .headshots .info p {
	margin: 0;
}

#team .headshots .info ul li {
	display: inline-block;
	padding: 0 2%;
}

#team .headshots .info ul li i {
	font-size: 20px;
}

#portfolio {
	text-align: center;
	font-size: 21px;
}

#portfolio h3 {
	font-weight: 800;
	font-size: 27px;
	color: #303030;
}

#portfolio ul {
	width: 100%;
}

#portfolio ul li {
	display: inline-block;
	padding: 0 2%;
}

#portfolio ul li a {
	font-size: 16px;
	color: #959595;
	text-decoration: none;
}

.portfolioFilter a.current { 
    font-weight:bold;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item { 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

#portfolio .portfolio_items {
  padding-top: 5%;
  display: block;
  margin: 0 auto;
  width: 288px;
}

#portfolio .portfolio_items .content_block {
	width: 288px;
	height:227px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

#portfolio .portfolio_items .content_block img {
	position: relative;
	z-index: 10;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#portfolio .portfolio_items .content_block .overlay {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	background: rgba(57,163,143, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#portfolio .portfolio_items .content_block:hover .overlay {
	background: rgba(57,163,143, .75);
	z-index: 20;
}

#portfolio .portfolio_items .content_block .info {
	display: table-cell;
	vertical-align: middle;
}

#portfolio .portfolio_items .content_block .overlay i {
	font-size: 40px;
	color: #fff;
	margin-bottom: 5%;
	display: block;
}

#portfolio .portfolio_items .content_block .overlay strong {
	font-size: 16px;
	font-weight: 800;
	display: block;
}

#contact {
	text-align: center;
	font-size: 21px;
}

#contact h3 {
	font-weight: 800;
	font-size: 27px;
	color: #303030;
}

#contact .bg_container {
	background: #f0f0f0 url(images/contact_bg.jpg) no-repeat top center;
	padding: 10% 0 5% 0;
}

#contact .bg_container .title_container {
	background: #fff;
	width: 40%;
	margin: 0px auto;
}

#contact .bg_container .title_container h3 {
	padding: 2% 0;
}

#contact .bg_container .arrow {
		width: 0; 
		height: 0; 
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		margin: 0px auto;
		margin-bottom: 10%;
}

#contact .form_container {
	width: 90%;
	background: #fff;
	padding: 5%;
	display: inline-block;
	text-align: left;
}

#contact .form_container .one_third,
#contact .form_container .two_thirds {
	float: left;
}

#contact .form_container .one_third {
	font-size: 14px;
	color: #898989;
}

#contact form {
	width: 90%;
	padding: 0 5%;
	font-size: 14px;
	color: #303030;
}

#contact form input,
#contact form textarea {
	width: 100%;
	border: 1px solid #dfdfdf;
	padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact form label,
#contact form span {
	width: 50%;
	padding: 2% 0 1% 0;
	float: left;
}

#contact form span {
	color: #39a38f;
	font-size: 12px;
	text-align: right;
}

#contact form input[type="submit"] {
	background: #39a38f;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 2%;
	border: 0;
	width: 100%;
	margin-top: 2%;
}

#contact .one_third .info {
	padding-top: 5%;
	font-size: 16px;
	color: #303030;
	display: table;
	width: 100%;
}

#contact .one_third i {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 15%;
	font-size: 30px;
	color: #39a38f;
}

#contact .one_third i.small {
	font-size: 20px;
}

#contact .one_third .text {
	display: table-cell;
	vertical-align: top;
	width: 85%;
}

#footer {
	background: #131313;
	padding: 2.5% 0;
	font-size: 15px;
	color: #ddd;
}

#footer .wrapper {
	padding: 2% 0;
}

#footer .half ul {
	width: 100%;
	text-align: right;
}

#footer .half ul li {
	display: inline-block;
	padding: 0 2.5%;
}

#footer .half ul li i {
	color: #737373;
}

.button {
	text-align: center;
	margin: 15px auto;
	display: inline-block;
	width: 100%;
}

.button a {
	background: #d13c34;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2.5% 8%;
}

.button a:hover {
	background: #D44942;
}

.promo {
	display: table;	
	width: 450px;
	height: 275px;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.promo#saddlespromo {
	background:url(/wp-content/uploads/2015/07/Rotary-riders-District-Conference-2015-Nelson1-300x178.jpg) no-repeat center center;
	background-size: 100% auto;
}

.promo#spoonspromo {
	background:url(/images/DSCF0247-300x225.jpg) no-repeat center center;
	background-size: 100% auto;
}

.promo#saddlespromo:hover, 
.promo#spoonspromo:hover {
	background-size: 105% auto;
}

.promo a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-decoration: none;
}

.promo a h1 {
	background: rgba(255,255,255,.75);
	color: #D44942;
	padding: 5% 0;
	margin: 0;
}

.sponsor_logos {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.sponsor_logos img {
    margin: 20px;
    max-width: 150px;
    max-height: 150px;
    height: auto;
    width: auto;
}

@media screen and (min-width: 600px) {
	#portfolio .portfolio_items {
		width: 576px;
	}
}

@media screen and (min-width: 800px) {
	#nav .menu {
		width: 82%;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}
	#nav .menu ul {
		width: 100%;
		display: block;
		text-align: right;
	}
	#nav .menu li {
		display: inline-block;
		padding: 1.5%;
	}
	#nav .menu a {
		color: #777;
		font-size: 13px;
		text-decoration: none;
		display: block;
	}
	#nav .menu .current-menu-item a,
	#nav .menu a:hover {
		color: #D44942;
	}
	#nav .social_media {
		display: none;
	}
	#nav .social_media .mobile-menu-trigger {
		display: none;
	}
	#contact .bg_container .title_container {
		width: 20%;
	}
}

@media screen and (min-width: 960px) {
	.one_third {
		width: 27%;
		float: left;
	}
	#contact .form_container .two_thirds {
		width: 66%;
	}
	#header {
		background: url(/wp-content/uploads/2015/07/singersbay.jpg) no-repeat center center scroll;
	}
	#footer .half {
		width: 50%;
		float: left;
	}
	.forcebreak {
		display: block;
	}
	#contact form input[type="submit"] {
		width: 25%;
	}
	#portfolio .portfolio_items {
		width: 864px;
	}

	.content_two {
		display: table;
		vertical-align: top;
	}

	.content_two .half {
		display: table-cell;
		width: 450px;
		padding: 15px;
		vertical-align: top;
	}
	
	.content_two .half img {
		width: 100%;
		margin-bottom: 25px;
	}
}

.registerbutton {
	background: #d13c34;
    color: #fff !important;
    text-transform: uppercase;
}
.registerbutton a {
    color: #fff !important;
}