/*
Theme Name: John Travolta
Theme URI: https://www.studio98.com/
Author: Studio98
Author URI: https://www.studio98.com/
Description: John Travolta Responsive WP theme
Version: 1.0
Text Domain: gliesewp
*/

@import url("//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto+Slab:400,300,100,700");

body { 
	background:#ffffff; 
	font-family: 'Roboto Slab', serif;
	font-size:14px;
	color:#515151;
	line-height:22px;
	padding-top:82px;
	}
	
p {
    margin: 0 0 25px;
}

.form-control {
    border: 1px solid #726b6b;
	-webkit-box-shadow:inset 0 0 30px 0 rgba(238,238,238,1);
	box-shadow:inset 0 0 30px 0 rgba(238,238,238,1);
}

.gform_body input,
.gform_body textarea {
    border: 1px solid #726b6b;
	-webkit-box-shadow:inset 0 0 30px 0 rgba(238,238,238,1);
	box-shadow:inset 0 0 30px 0 rgba(238,238,238,1);
	border-radius:7px;
	min-height:40px;
	padding:15px;
	}


.gform_body label{ margin-top:25px !important;}
#input_1_1_3_container label { display:none !important; margin-top:0 !important;}

.img-thumbnail {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}

a.img-thumbnail:hover {
    border: 1px solid #4698dd;
}

.modal-content {
    border-radius: 2px;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

.hr-archive { margin:20px 0 50px 0; border-color:#a8a8a8;}
	
@media (max-width: 1200px) {
body {padding-top:111px;}

}

}
  
@media (max-width: 767px) {
body {padding-top:65px;}

}
	
a, a:hover { color:#4492d5;}

h1,.h1 {font-size: 40px;}
h2,.h2 {font-size: 21px;}
h3,.h3 {font-size: 16px;}
h4,.h4 {font-size: 14px;}
h5,.h5 {font-size: 13px;}
h6,.h6 {font-size: 12px;}

.padded {padding-top:80px; padding-bottom:80px;}
.padded60 {padding-top:60px; padding-bottom:60px;}
	
.img-rounded { border-radius: 3px; }

.panel {
	-webkit-box-shadow: 1px 1px rgba(230,231,232,.75);
	-moz-box-shadow: 1px 1px rgba(230,231,232,.75);
	box-shadow: 1px 1px rgba(230,231,232,.75);}
	
.relative { position:relative;}

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.line-height1 { line-height:1;}
.line-height1-5 { line-height:1.5;}
.line-height2 { line-height:2;}

.weight100 { font-weight:100;}
.weight200 { font-weight:200;}
.weight300 { font-weight:300;}
.weight400 { font-weight:400;}
.weight500 { font-weight:500;}
.weight600 { font-weight:600;}
.weight700 { font-weight:700;}
.weight800 { font-weight:800;}
.text-upper { text-transform:uppercase;} 

.color-white { color:#ffffff;}
.color-black { color:black;}

.row.no-pad {
	margin-right:0;
	margin-left:0;}

.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;}

@media only screen and (max-width : 767px) {
h1,.h1 {font-size: 23px;}
h2,.h2 {font-size: 17px;}
h3,.h3 {font-size: 15px;}



.padded,
.padded60 {padding-top:40px;padding-bottom:40px;}
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */

.btn {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	font-family: 'Montserrat', sans-serif; 
	letter-spacing:2px;
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	border-radius:7px;
	transition: all 200ms ease-in-out;}

.btn-primary {
	background:#4596da;
	border-color:#4596da;
	color:#fff;}
	

	.btn-primary:hover,
	.btn-primary:focus {
		background:#2b7abc;
		border-color:#2b7abc;
		color:#fff;}
		
.btn-default {
	background:#4698dd;
	border:0;
	border-bottom:4px solid #2b7abc;
	color:#fff;}
	
	.btn-default:hover,
	.btn-default:focus {
		background:#2b7abc;
		border-color:#4698dd;
		color:#fff;}

.btn-prevnext {
	margin:10px 0;
	background:#fafafa;}
	
	

.gform_footer input.button, 
.gform_footer input[type=submit] {
	background:#4596da;
	border:0;
	border-bottom:4px solid #2b7abc;
	padding:10px 30px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	font-family: 'Montserrat', sans-serif; 
	border-radius:7px;
	text-transform:uppercase;
	margin:0 auto;
	color:#fff;}
	

	.gform_footer input.button:hover, 
	.gform_footer input[type=submit]:hover {
			background:#2b7abc;
			color:#fff;}
			
.gform_footer {
    text-align: center;
}
	
/**
 * Set Font Family
 * ----------------------------------------------------------------------------
 */

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; letter-spacing:2px;}
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Montserrat', sans-serif; letter-spacing:2px;}	

/**
 * Header
 * ----------------------------------------------------------------------------
 */
 
.navbar {
	background-color: #fff;
	border-radius:0;
	border: none;
	border-top:5px solid #4698dd;
	border-bottom:1px solid #303030;
	padding:13px 0;
	margin-bottom:0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	font-family: 'Montserrat', sans-serif;
}

.navbar-brand{
    line-height: 30px;
    height: 30px;
    padding-top: 0;}

.navbar-brand img { 
	height:30px; 
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	margin-top:9px}

.navbar-nav{ margin-top:0px;}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	left:0 !important;
	border:0;
	border-radius:0;
	background:#4698dd;}

.dropdown-menu > li > a {
	padding: 2px 11px;
	font-size:12px;
	min-width:220px;
	line-height: 1.82857143;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	color: #fff;}
	
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #666;
	background-color: #fff;}
	
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #8896a5;}
  
.caret {
	display: none;}


@media only screen and (min-width : 767px) {
.dropdown:hover .dropdown-menu {
	display: block;}
}

.navbar-default .navbar-nav > li > a {
	color: #40392f;
	text-transform:uppercase;
	font-size: 13px;
	padding-left:11px;
	padding-right:11px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #4698dd;
	background-color: transparent !important;}
	
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #4698dd;
	background-color: transparent !important;}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #4698dd;
	background-color: transparent !important;}
  
@media (max-width: 1200px) {
.navbar {
	padding:10px 0 5px 0; }

.navbar-nav{ margin-top:10px; margin-left:-11px;}
}

  
@media (max-width: 992px) {
.navbar {
	padding:10px 0 5px 0; }
	
.navbar-nav{ margin-left:-9px;}

.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	padding-left:9px;
	padding-right:9px;}

}
  
@media (max-width: 767px) {
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;}

.navbar-default .navbar-toggle {
	border: none;
	background-color:#fff;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-right: 0px;
	border-radius: 0px;}
	
.navbar-nav{ margin-left:-15px;}
  
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ccc8c4;}
	
.navbar-default .navbar-toggle .icon-bar {
	background-color: #5a4d40;}
	
.navbar {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:6px 0 !important;}

.navbar-default .navbar-nav > li > a {
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #f6f7f9;}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #4698dd;}

.navbar-brand{
    line-height: 15px;
	padding-left:0;
    height: 15px;}
	
.navbar-brand img { 
	height:15px;
	margin-top:17px;}
}
  
/**
 * Hero
 * ----------------------------------------------------------------------------
 */
.hero {
	color: #534a3e;
	height: 750px;
	overflow: hidden;
	background-color: #fff;
	/*background-position: left center ;*/
        background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 0px;
	margin:0;}
		
	.hero img {
		margin:0 auto;}
		
	.hero .h2 {
		margin:30px 0;}

			
@media (max-width:1200px) {

}

@media (max-width:992px) {

}
@media (max-width: 767px) {
.hero {
	height: 220px;}
.home-news .col-xs-12{
	display: block;
	max-width: 400px;
	margin: 0 auto;
	float: none;
}
body{
	padding-top: 40px;
}
}

/**
 *  Newsletter Subscibe
 * ----------------------------------------------------------------------------
 */
 
.newsletter-subscribe {
	background:#303030;
	color:#fff;
	height:120px;}
	
	.newsletter-subscribe.inner {
		margin-bottom:90px;
		position:relative;
		margin-top:-91px;}
	
	.newsletter-subscribe .h2 {
		margin-top:15px;}
	
	.newsletter-subscribe .form-control {
		height: 56px;
		padding: 15px 16px;
		color:#fff;
		border-right:0;
		font-size: 18px;
		border-radius: 6px 0 0 6px;
		-webkit-box-shadow:none;
		box-shadow:none;
		background:#303030;
		border-color:#726b6b;}
		
	.newsletter-subscribe .form-control:focus {
		border-color:#4698dd;}
		
.newsletter-subscribe .btn-lg {
    padding: 15px 16px;
    border-radius: 0 6px 6px 0;
}

@media (max-width: 767px) {
.newsletter-subscribe {
	height:150px;}
	
	.newsletter-subscribe .h2 {
		margin-top:5px;
		margin-bottom:20px;}
		
	.newsletter-subscribe .form-control {
		height: 46px;
		padding: 10px 16px;
		font-size: 14px;}

		
.newsletter-subscribe .btn-lg {
    padding: 13px 16px;
	font-size: 14px;
	letter-spacing:0;
    border-radius: 0 6px 6px 0;
}
}
/**
 *  Home News
 * ----------------------------------------------------------------------------
 */
.home-news {
	padding:80px 0;}
	
	.home-news .h2{
		margin-bottom:60px;}

	.home-news .news-link {
		display:block;
		margin-bottom:30px;
		position:relative;}
		
		.home-news .news-link .overlay {
			position: absolute;
			top:0;
			width:100%;
			padding:0 20px;
			line-height:15px;
			font-size:11px;
			font-family: 'Montserrat', sans-serif;
			letter-spacing:1px;
			text-align:center;
			text-transform:uppercase;
			color:#fff;
			opacity:0;
			-webkit-transition: all 300ms ease-in-out;
			-moz-transition: all 300ms ease-in-out;
			-ms-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
			height:100%;
			left:0;
			background:rgba(0,0,0,0.5);}
			
			.home-news .news-link:hover .overlay {
				opacity:1;}


	.home-news .all-news{
		display:block;
		margin-bottom:30px;
		position:relative;}
		
		.home-news .all-news .overlay {
			position: absolute;
			top:20%;
			width:60%;
			padding:0 20px;
			line-height:27px;
			font-size:20px;
			font-family: 'Montserrat', sans-serif;
			letter-spacing:1px;
			text-align:center;
			text-transform:uppercase;
			color:#000;
			opacity:1;
			-webkit-transition: all 150ms ease-in-out;
			-moz-transition: all 150ms ease-in-out;
			-ms-transition: all 150ms ease-in-out;
			-o-transition: all 150ms ease-in-out;
			transition: all 150ms ease-in-out;
			height:60%;
			left:20%;
			background:rgba(255,255,255,0.9);}
			
			.home-news .all-news:hover .overlay {
				height:80%;
				left:10%;
				top:10%;
				width:80%;
				background:rgba(255,255,255,0.8);}
				
@media (max-width: 767px) {
.home-news {
	padding:60px 0;}
		.home-news .news-link .overlay {
			opacity:1;}
			
			.home-news .news-link:hover .overlay {
				opacity:1;}
}

/**
 *  Home About
 * ----------------------------------------------------------------------------
 */
.home-about {
	/*background-image:url(images/jt-new.jpg);*/
        background-image:url(images/newone2.jpg);
	background-position: top right;
	background-size:cover;
	position:relative;
	line-height:25px;
	color:#fff;
	/*padding:120px 0;*/
        padding:50px 0;}

	.home-about .h3{ margin:30px 0;}
	
	.home-about a{ text-decoration:underline; display:inline-block;}
		.home-about a:hover{ color:#fff;}
	
@media (max-width: 1200px) {
.home-about {
	background-position: top right;
	padding:100px 0;}
}
@media (max-width: 992px) {
.home-about {
	background-position: top right;}
	
	.home-about .overlay {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		content:"";
		background:rgba(48,48,48,0.6);}
}

@media (max-width: 992px) {
.home-about {
	background-position: top right;
	padding:60px 0;}
}
	
/**
 * Paginate
 * ----------------------------------------------------------------------------
 */
.wp-paginate { margin-top:60px !important;}
.wp-paginate a {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    color: #333;
    margin-right: 4px;
    padding: 0px !important;
	width:40px;
	height:40px;
	display:inline-block;
	line-height:40px;
}

.wp-paginate a:hover {
    background: #e5e5e5 !important;
}


.wp-paginate .current {
    color: #fff;
    background: #ccc !important;
    border: 1px solid #ccc !important;
    margin-right: 4px;
	width:40px;
	height:40px;
	display:inline-block;
	line-height:40px;
	text-align: center;
    padding: 0 !important;
}

@media only screen and (max-width : 767px) {
.wp-paginate { margin-top:30px !important;}
	
.wp-paginate a {
    margin-right: 2px !important;
	width:30px;
	height:30px;
	line-height:30px;
}

.wp-paginate .current {
    margin-right: 2px !important;
	width:30px;
	height:30px;
	line-height:30px;
}
}

/**
 * Inner Hero
 * ----------------------------------------------------------------------------
 */
.inner-hero {
	background-color:#fff;
	background-position:left center;
	background-size:cover;
	border-bottom:1px solid #aaaaaa;
	margin-bottom:90px;
	position:relative;
	padding:120px 0;}
	
	.inner-hero img{
		margin:0 auto;}
		
	.inner-hero .heading{
		font-size:110px;
		font-family: 'Montserrat', sans-serif;
		text-align:center;
		text-transform:uppercase;
		line-height:1;
		letter-spacing:-5px;
		color:#4698dd;}
		
	.inner-hero .heading.small{
		font-size:40px;
		margin-top:10px;
		line-height:1.2;
		margin-bottom:40px;
		letter-spacing:-1px;}
		
@media only screen and (max-width : 1200px) {
	.inner-hero .heading{
		font-size:85px;}
}

@media only screen and (max-width : 992px) {
	.inner-hero .heading{
		font-size:60px;
		letter-spacing:-4px;}
}
		
@media only screen and (max-width : 767px) {
.inner-hero {
	margin-bottom:30px;
	padding:50px 0;}
	
	.inner-hero .overlay {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		content:"";
		background:rgba(255,255,255,0.7);}
	
	.inner-hero .heading,
	.inner-hero .heading.small{
		font-size:30px;
		letter-spacing:-1px;}
		
	.inner-hero .heading.small{
		margin-top:10px;
		line-height:1;
		margin-bottom:20px;}
}
		
/**
 * Footer
 * ----------------------------------------------------------------------------
 */

footer.main { 
	background: #1f1d1d;
	padding:40px 0;
	font-size:15px;
	color:#c3c3c3;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	margin:90px 0 0 0;}


footer.main a{ color:#c3c3c3; } 	


@media (max-width: 767px) {

}	
  
/**
 * Social Profiles
 * ----------------------------------------------------------------------------
 */  
 
.social-profiles {
	margin-left: -12px;
	margin-right: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;}
	
	.social-profiles li {
		list-style: none;
		float: left;
		margin-left: 12px;
		margin-bottom: 12px;
		display: block;}
		
		.social-profiles li a {
			width: 40px;
			height: 40px;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			-ms-transition: all 200ms ease-in-out;
			-o-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
			display: block;
			position: relative;
			background: #6c7070;
			font-size: 0;}
			
			.social-profiles li a.facebook {background: #39599f;}
			.social-profiles li a.twitter {background: #269fd8;}
			.social-profiles li a.googleplus {background: #ca4638;}
			.social-profiles li a.linkedin {background: #007ab9;}
			.social-profiles li a.youtube {background: #cf3427;}
			.social-profiles li a.vimeo {background: #63cece;}
			.social-profiles li a.pinterest {background: #c12128;}
			.social-profiles li a.instagram {background: #517fa6;}
			
			.social-profiles li a:before {
				position: absolute;
				font-family: FontAwesome;
				color: #fff;
				font-size: 18px;
				text-align: center;
				line-height: 40px;
				width: 100%;}
				
			.social-profiles li a:hover {opacity: 0.8;}
			.social-profiles li a.facebook:before {content: '\f09a';}
			.social-profiles li a.twitter:before {content: '\f099';}
			.social-profiles li a.googleplus:before {content: '\f0d5';}
			.social-profiles li a.linkedin:before {content: '\f0e1';}
			.social-profiles li a.youtube:before {content: '\f16a';}
			.social-profiles li a.vimeo:before {content: '\f194';}
			.social-profiles li a.pinterest:before {content: '\f231';}
			.social-profiles li a.instagram:before {content: '\f16d';}

@media (max-width: 767px) {
.social-profiles li a {
	width: 28px;
	height: 28px;}
	
.social-profiles li a:before {
	font-size: 14px;
	line-height: 28px;}
}

/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-weight:600;
	font-size:12px;
	background:none;
	margin:10px 0 20px 0;
	border:0;}

.entry-meta > span {
	margin-right: 20px;}

.entry-meta > span:last-child {
	margin-right: 0;}

.featured-post:before {
	font-family: FontAwesome;
	content: "\f0a1";
	margin-right: 2px;}

.entry-meta a:before {
	margin-right: 4px;}
	
.entry-meta .date a:before {
	font-family: FontAwesome;
	content: "\f133";}

.comments-link a:before {
	font-family: FontAwesome;
	content: "\f075";
	margin-right: 2px;
	position: relative;}

.entry-meta .author a:before {
	font-family: FontAwesome;
	content: "\f007";
	position: relative;
	top: -1px;}

.categories-links a:first-child:before {
	font-family: FontAwesome;
	content: "\f192";}

.tags-links a:first-child:before {
	font-family: FontAwesome;
	content: "\f02c";
	position: relative;}

.edit-link a:before {
	font-family: FontAwesome;
	content: "\f040";
	position: relative;}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {

}

/**
 * Post
 * ----------------------------------------------------------------------------
 */
 
.entry-content {word-wrap: break-word;}
	
	
	article.post .entry-title { margin-top:0; color:#534a3e;}
	article.post .entry-title a{ color:#534a3e;}
	article.post .entry-thumbnail { margin:0 0 30px 0;}
	
	.archive-excerpt { line-height:24px; }
	#infscr-loading { width:100% !important;  text-align: center;}
	#infscr-loading img {  margin:0 auto;}
	
	.archive-post-charity { 
		border:1px solid #c8c8c8;
		padding:7px;}
		
	.archive-post-charity .content { 
		padding:0 12px 12px 12px;}


	.video-link {
		position:relative;}
		
		.video-link:before {
			position: absolute;
			top:50%;
			left:50%;
			margin-left:-60px;
			margin-top:-60px;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3d3d+0,000000+100&0.84+0,0.84+100 */
			background: -moz-linear-gradient(top,  rgba(61,61,61,0.84) 0%, rgba(0,0,0,0.84) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(61,61,61,0.84) 0%,rgba(0,0,0,0.84) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(61,61,61,0.84) 0%,rgba(0,0,0,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63d3d3d', endColorstr='#d6000000',GradientType=0 ); /* IE6-9 */
			text-align:center;
			line-height:120px;
			width:120px;
			height:120px;
			padding-left:7px;
			border-radius:1000px;
			font-size:40px;
			color:#fff;
			font-family:FontAwesome;
			-webkit-transition: all 300ms ease-in-out;
			-moz-transition: all 300ms ease-in-out;
			-ms-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
			opacity:1;
			content:"\f04b";}
			
			.video-link:hover:before {
				color:#4698dd;
				opacity:0.9;}

/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */
	
.widget-area {}

	.widget-area .widget {
		background:#fff;
		margin:0 0 50px 0;
		color:#9a9a9a;
		padding:0px;}		
		
	.widget-area .widget .widget-title{
		margin:0;
		color:#5a4d40;}	

		.widget-area .widget ul {
			padding:0;
			margin:0;
			list-style-type: none;}
			
			.widget-area .widget ul li {}

			.widget-area .widget ul li a{
				color:#9a9a9a;
				display:block;
				padding:6px 0px;}
				
				.widget-area .widget ul li.current-menu-item,
				.widget-area .widget ul li.current-menu-item a,
				.widget-area .widget ul li.current-cat,
				.widget-area .widget ul li.current-cat a { color:#4698dd;}
			
			.widget-area .widget ul li a:hover{
				color:#5a4d40;
				text-decoration:none;}
				
			.widget-area .widget ul li ul{
				padding-left:20px;}
				
			.widget-area .widget ul li ul li{}

				
			.widget-area .widget ul li ul li ul{
				padding-left:20px;}		

		.widget-area .widget ul,
		.widget-area .widget ol,
		.widget-area .widget dl {
			margin:0; }

			


/**
 * Images
 * ----------------------------------------------------------------------------
 */
 
.alignleft {
	float: left;}

.alignright {
	float: right;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}

img.alignleft {
	margin: 5px 20px 5px 0;}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;}

img.alignright {
	margin: 5px 0 5px 20px;}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;}

img.aligncenter {
	margin: 5px auto;}

img.alignnone {
	margin: 5px 0;}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;}


/**
 * Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;}

.comments-title {
	font-size: 24px;
	font-weight:300;
	margin-top:50px;}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;}

.comment-list .children{
	margin-left: 50px;
	width:calc(100% - 50px);
	float:left;}

.comment-list li{
	float:left;
	
	width:100%;}

.comment-list li article{ 
	background:none; 
	padding:1.25em 0; 
	margin-bottom:0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	box-shadow: none;}

.comment-list li .comment-body{
	float:left;
	
	width:100%;}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	float:left;}

.comment-list > li:last-child:after {
	display: none;}

.comment-body {
	padding: 1.25rem 0;
	position: relative;
	float:left;}

.comment-author {
	float: left;
	max-width: 100px;}

.comment-author.vcard {
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 0;}

.comment-author .avatar {
	display: block;}

.comment-author .fn {
	word-wrap: break-word;}

.comment-reply-link,
.comment-reply-login {
	font-style: normal;
	font-weight: normal;}

.comment-author .url {
	color: #000;
	font-style: normal;
	font-weight: normal;}

.comment-author .fn{
	color: #000;
	position:relative;
	font-style: normal;
	padding:15px;
	font-weight: normal;
	}


.says {
	display: none;}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;}



.comment-list .edit-link {
	margin-left: 20px;}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 100px);
	width:         calc(100% - 100px);
	word-wrap: break-word;}


.comment-meta,
.comment-meta a {
	color: #000;
	font-size: 13px;}

.comment-metadata {
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px dotted #ccc;}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;}

.comment-awaiting-moderation {
	color: #a2a2a2;}

.comment-awaiting-moderation:before {
	content: "\f05e";
	font-family: FontAwesome;
	margin-right: 5px;
	position: relative;
	top: -2px;}

.comment-reply-link:before,
.comment-reply-login:before {
	font-family: FontAwesome;
	content: "\f112";
	margin-right: 3px;}

/* Comment form */
.comment-respond {
	background:#fff;
	margin-bottom:50px;
	width:100%;
	padding: 0;
	float:left;}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;}

.comment-reply-title {
	font-size: 24px;
	font-weight:300;
	margin-top:30px;}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	position:relative;
	width: 16px;}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;}

.comment-reply-title small a:before {
	font-family: FontAwesome;
	content: "\f00d";
	position:absolute;
	top:0;
	right:0;
	font-style:normal;
	text-indent:0;
	vertical-align: top;}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;}

.comment-form .comment-notes {
	margin-bottom: 2.5rem;
	color: #999;
	font-size:0.8rem;}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;}

.comment-form .required {
	color: #ed331c;}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;}

.comment-form textarea {
	width: 100%;}

.form-allowed-tags,
.form-allowed-tags code {
	color: #999;}

.form-allowed-tags code {
	margin-left: 3px;}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 1.25rem;}

.comment-navigation {
	padding: 20px 0 30px;
	width: 100%;
	float:left;}
	
	.comment-navigation .section-heading {
		font-weight: 300;
		font-size: 1.8rem;
		font-style:italic;
		margin-top:1.25rem;}
	
	.comment-navigation .nav-previous {
		float:left;}
		
	.comment-navigation .nav-next {
		float:right;}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;}
	
	
	
	
	
@media only screen and (max-width : 767px) {
.comment-author {
	max-width: 50px;}

.comment-author.vcard img {
	width:36px;
	height:36px;}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	width: -webkit-calc(100% - 50px);
	width:         calc(100% - 50px);}


.comment-list .children{
	margin-left: 25px;
	width:calc(100% - 25px);
	float:left;}
	
.comment-metadata {
	margin-bottom: 10px;
	padding-bottom:10px;
	margin-top:0px;
	font-size:12px;}
}	
	
	
	
	

/**
 * Block Grid
 * ----------------------------------------------------------------------------
 */

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}
.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}
.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-3 > .block-grid-item {
  width: 33.333333333333336%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-6 > .block-grid-item {
  width: 16.666666666666668%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-7 > .block-grid-item {
  width: 14.285714285714286%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-9 > .block-grid-item {
  width: 11.11111111111111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-11 > .block-grid-item {
  width: 9.090909090909092%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-12 > .block-grid-item {
  width: 8.333333333333334%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
 .gform_wrapper.fan-signup_wrapper h3.gform_title{
display:none;
}
.fan-signup_wrapper .gform_footer{
text-align: left;
}

@media (max-width: 320px){
.block-grid-xs-2 > .block-grid-item {
    width: 100%;
}
}
.breadcrumbs{
margin-bottom:30px;
color:#cccccc;
display: none;
}
.gform_footer input.button, .gform_footer input[type=submit]{
    border-bottom: 0 !important;
}.btn-default{
border-bottom: 0;
}
.single-post .byline{
display: none;
}
.photocategories{
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.photocategories li{
	display: inline-block;
	list-style: none;
	margin: 0 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.photocategories li a.active,.photocategories li:hover a{
	color: #000000;
}
@media (max-width: 420px) {
.home-about{
padding: 30px 0;
    line-height: 1.3;
}

}
