a, a:focus {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
}
::selection {
	background: #660000; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #660000; /* Firefox */
	color: #FFFFFF;
}
.content_area_top {
	padding: 60px 0 74px;
}
.blog-header {
  padding: 60px 0;
  background: #f8f8f8;
}
.logo .main {
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 50px;
}
.sub {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
}

/* Form Elements CSS starts */
form{
	margin: 0;
	padding: 0;
}
form p{
	margin: 0;
}
/* Placeholder Style */
.hasPlaceholder {
	color: #666666;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	background: #f2f2f2;
	border: none;
	border-bottom: 2px solid #D0D0D0;
	box-shadow: none;
	color: #000000;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 11px 30px;
	margin: 0 0 22px 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	width: 100%;
}
textarea{
	height: 220px;
	max-width: 100%;
	min-width: 100%;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	border-bottom: 2px solid #660000;
	box-shadow: none;
	color: #000000;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #E9322D;
    box-shadow: none;
}

	.dark_form textarea,
	.dark_form input[type="text"],
	.dark_form input[type="password"],
	.dark_form input[type="datetime"],
	.dark_form input[type="datetime-local"],
	.dark_form input[type="date"],
	.dark_form input[type="month"],
	.dark_form input[type="time"],
	.dark_form input[type="week"],
	.dark_form input[type="number"],
	.dark_form input[type="email"],
	.dark_form input[type="url"],
	.dark_form input[type="search"],
	.dark_form input[type="tel"],
	.dark_form input[type="color"],
	.dark_form .uneditable-input {
		color: #FFFFFF;
		background: rgba(0, 0, 0, 0.5);
		border-bottom: 2px solid transparent;
	}
		.dark_form textarea:focus, 
		.dark_form input[type="text"]:focus, 
		.dark_form input[type="password"]:focus, 
		.dark_form input[type="datetime"]:focus, 
		.dark_form input[type="datetime-local"]:focus, 
		.dark_form input[type="date"]:focus, 
		.dark_form input[type="month"]:focus, 
		.dark_form input[type="time"]:focus, 
		.dark_form input[type="week"]:focus, 
		.dark_form input[type="number"]:focus, 
		.dark_form input[type="email"]:focus, 
		.dark_form input[type="url"]:focus, 
		.dark_form input[type="search"]:focus, 
		.dark_form input[type="tel"]:focus, 
		.dark_form input[type="color"]:focus, 
		.dark_form .uneditable-input:focus{
			color: #FFFFFF;
			border-bottom-color: #660000;
		}
/* Errors */
checkbox.error:focus,
radio.error:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
	border-color: #b94a48;
}

label.error {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	font-weight: 400;
	font-size: 13px;
	margin: -5px 0 20px 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert{
	clear: both;
}
/* .post starts */
.post{
	background: #ffffff;
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}
	.post .featured_image{
		display: block;
		/*overflow: hidden;*/
		position: relative;
		min-height: 76px;
	}
	.post_content p {
		color: #555555;
		font-size: 13px;
		font-weight: 400;
		line-height: 22px;
		margin: 0 0 22px 0;
		overflow: hidden;
		width: auto;
	}
	.post .featured_image.has_comment_count{
		min-height: 100px;
	}
		.post .featured_image img{
			max-width: 100%;
			width: 100%;
		}
		
		/* play-button for home starts */
		.post .featured_image.video_post .play-button{
			background: #660000;
			border: 2px solid rgba(255, 255, 255, 0.8);
			border-radius: 50px;
				-moz-border-radius: 50px;
				-o-border-radius: 50px;
				-ms-border-radius: 50px;
				-webkit-border-radius: 50px;
			cursor: pointer;
			display: block;
			height: 66px;
			left: 50%;
			margin-left: -33px;
			margin-top: -33px;
			opacity: 0.8;
			position: absolute;
			top: 50%;
			text-align: center;
			width: 66px;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
			.post .featured_image.video_post .play-button:hover{
				border: 2px solid rgba(255, 255, 255, 0.8);
				opacity: 1;
			}
			.post .featured_image.video_post .play-button:before{
				content: "\f04b";
				font-family: 'FontAwesome';
				color: #ffffff;
				font-size: 16px;
				line-height: 62px;
				text-align: center;
				z-index: 99;
				transition: all 0.3s ease 0s;
					-webkit-transition: all 0.3s ease 0s;
					-moz-transition: all 0.3s ease 0s;
					-ms-transition: all 0.3s ease 0s;
					-o-transition: all 0.3s ease 0s;
			}
		/* play-button for home ends */
			
		/* video js starts */
		.post .featured_image .vjs-default-skin .vjs-big-play-button{
			background: #660000;
			border: 2px solid rgba(255, 255, 255, 0.8);
			border-radius: 50px;
				-moz-border-radius: 50px;
				-o-border-radius: 50px;
				-ms-border-radius: 50px;
				-webkit-border-radius: 50px;
			box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				-o-box-shadow: none;
				-ms-box-shadow: none;
			cursor: pointer;
			height: 66px;
			left: 50%;
			margin-left: -33px;
			margin-top: -33px;
			opacity: 0.8;
			position: absolute;
			top: 50%;
			text-align: center;
			width: 66px;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
		.post .featured_image .vjs-default-skin div.vjs-big-play-button:hover{
			border: 2px solid rgba(255, 255, 255, 1);
			opacity: 1;
		}
		.post .featured_image .vjs-default-skin div.vjs-big-play-button span{
			background: none;
			width: 100%;
			margin: 0;
			left: 0;
			top: 0;
		}
		.post .featured_image .vjs-default-skin .vjs-big-play-button:before{
			content: "";
		}
		.post .featured_image .vjs-default-skin div.vjs-big-play-button span:before{
			content: "\f04b";
			font-family: 'FontAwesome';
			color: #ffffff;
			font-size: 16px;
			line-height: 66px;
			text-align: center;
			z-index: 99;
		}
		/* video js ends */
	
		/* soundcloud_widget starts */
		.post .featured_image.soundcloud_widget {
			display: block;
			height: 110px;
			overflow: hidden;
			padding-left: 70px;
		}
		
		.post .featured_image.soundcloud_widget iframe {
			height: 100%;
			overflow: hidden;
			width: 100%;
		}
		/* soundcloud_widget ends */
		
		/* quote_post starts */
		.quote_post{
			float: left;
		}
		.quote_post .quote{
			clear: both;
			/*background: #E3E3E3;*//*rgba(239, 239, 239, 1);*/
			border: none;
			height: 100%;
			margin: 0;
			padding: 100px 52px 15px;
			position: relative;
			width: 100%;
		}
		.has_comment_count.quote_post .quote{
			padding: 30px 100px 0;
		}
		.quote_post .quote:before{
			content: "\f10e";
			color: #660000;
			font-family: 'FontAwesome';
			font-size: 60px;
			line-height: 76px;
			opacity: 0.8;
			position: absolute;
			right: 10px;
			top: 0;
		}
		.quote_post .quote p{
			float: none;
			color: #333333;
			font-size: 16px;
			line-height: 28px;
			font-weight: 600;
			font-style: italic;
			margin: 0;
		}
		.quote_post .quote strong{	
			color: #777777;
			clear: both;
			font-size: 13px;
			font-style: normal;
			font-weight: 400;
			line-height: 13px;
			padding-top: 15px;
		}
		/* quote_post ends */
		
		/* link_post starts */
		.link_post{
			width: 100%;
		}
		.link_post a.link{
			clear: both;
			/*background: #E3E3E3;*//*rgba(239, 239, 239, 1);*/
			display: block;
			font-size: 16px;
			line-height: 22px;
			font-weight: 600;
			margin: 0;
			padding: 20px 52px 13px 85px;
			position: relative;
			word-wrap: break-word;
		}
		.hm_blog_post .link_post a.link:before{
			font-size: 34px;
			line-height: 76px;
			right: 10px;
		}
		.link_post a.link:before{
			content: "\f0c1";
			color: #660000;
			font-family: 'FontAwesome';
			font-size: 34px;
			line-height: 76px;
			opacity: 0.8;
			position: absolute;
			right: 10px;
			top: 0;
		}
		/* link_post ends */
		
		/* .sticky.post starts */
		.sticky.post .featured_image{
			min-height: 104px;
		}
		.sticky.post .featured_image.has_comment_count{
			min-height: 124px;
		}
		.sticky.post .featured_image .date_holder .date{
			height: 104px;
		}
		.sticky.post .featured_image .date_holder .date{
			padding-top: 43px;
		}
		.sticky.post .featured_image .date_holder .date:after{
			content: "\f0c6";
			font-family: 'FontAwesome';
			color: #fff;
			font-size: 25px;
			line-height: 43px;
			top: 5px;
			left: 0;
			position: absolute;
			width: 100%;
			z-index: 99;
			text-align: center;
		}
		/* .sticky.post ends */
			
		.post .featured_image .date_holder{
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9;
		}
			.post .featured_image .date_holder .date{
				color: #FFFFFF;
				background-color: #660000;
				font-family: "Varela", Arial, Helvetica, sans-serif;
				height: 76px;
				padding-top: 15px;
				width: 70px;
				text-align: center;
			}
				.post .featured_image .date_holder .date span{
					display: block;
					overflow: hidden;
				}
				.post .featured_image .date_holder .date .date_day{
					font-size: 35px;
					line-height: 35px;
				}
				.post .featured_image .date_holder .date .date_month{
					font-size: 13px;
					line-height: 18px;
				}
				
				.post .featured_image .comment_holder {
					background: #eaeaea;
					display: block;
					padding: 8px 0;
					text-align: center;
				}
				.post .featured_image .comment_holder .total_comment{
					color: #555555;
					display: block;
					line-height: 18px;
					overflow: hidden;
				}
					.post .featured_image .comment_holder .total_comment i{
						color: #000000;
					}
					
		.post .post_content{
			clear: both;
			display: block;
			overflow: hidden;
			padding: 30px 0 30px 30px;
			position: relative;
		}
			.post .post_content .meta_holder .title_holder{
				position: relative;
			}
				.hm_blog_post .post .post_content .meta_holder .title_holder .post_title{
					padding-right: 0;
				}
				.post .post_content .meta_holder .title_holder .post_title{
					display: block;
					font-family: 'Raleway', Arial, Helvetica, sans-serif;
					font-size: 25px;
					font-weight: 400;
					line-height: 30px;
					margin: 0 0 8px;
					padding-right: 170px;
				}

					.post .post_content .meta_holder .title_holder .post_title a{
						color: #111111;
					}
						.post .post_content .meta_holder .title_holder .post_title a:hover{
							color: #660000;
						}
				.post .post_content .meta_holder .post_author{
					color: #660000;
					font-weight: 600;
					max-width: 150px;
					position: absolute;
					right: 0;
					top: 5px;	
				}
					.post .post_content .meta_holder .post_author a{
						color: #555555;
						font-weight: 400;
					}
						.post .post_content .meta_holder .post_author a:hover{
							color: #660000;
						}
			.post .post_content .meta_holder .post_meta{
				color: #555555;
				font-size: 13px;
				margin: 0 0 9px;
			}
				.post .post_content .meta_holder .post_meta .post_cat{
					display: inline-block;
					margin-right: 35px;
					margin-top:3px;
				}
					.post .post_content .meta_holder .post_meta a{
						color: #555555;
						display: inline-block;
						font-weight: 400;
					}
						.post .post_content .meta_holder .post_meta a:hover{
							color: #660000;
						}
					.post .post_content .meta_holder .post_meta .post_cat .cat_title{
						color: #660000;
						font-weight: 600;
					}
					
.post .post_content .meta_holder .title_holder .post_title.home_post_title {
	padding-right: 0;/*fix home page post styling*/
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
}
/* .post ends */

/* Video css customize */
.video-js .vjs-tech {
	position:relative !important;
}
/* side_bar Starts*/
.right_sidebar{
	padding-left: 20px;
}
.left_sidebar{
	padding-right: 20px;
}
.left_sidebar.both_sidebars{
	padding-right: 0;
}
.right_sidebar.both_sidebars{
	padding-left: 0;
}
.widget-title {
	color: #222222;
	font-weight: 600;
	font-size: 17px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin: 0 0 18px;
	text-transform: uppercase;
}
.side_bar .widget{
	background: #ffffff;
	/*padding: 24px 30px 30px;*/
}
.widget{
	display: block;
	padding: 0;
	margin: 0 0 30px;
	overflow: hidden;
}

	/* custom_text_widget starts*/
		.custom_text_widget{
			color: #777777;
			display: block;
			margin-bottom: 25px;
		}
	
		.custom_text_widget h4{
			font-size: 15px;
			line-height: 22px;
			margin: 0 0 20px 0;
		}
		
	/* custom_text_widget ends*/
	
	/* widget_recent_entries Starts*/
	.widget_recent_entries {
	}
	.widget_recent_entries ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.widget_recent_entries ul li {
		clear: both;
		display: block;
		margin: 0 0 18px 0;
	}
	.widget_recent_entries ul li a {
		color: #333333;
		display: block;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
	}
	.widget_recent_entries ul li a:hover {
		color: #660000;
	}
	.post-date {
		color: #660000;
		font-size: 13px;
		line-height: 20px;
		font-weight: 600;
	}
	/* widget_recent_entries Ends*/
	
	
	/* widget_categories Starts*/
	.widget_categories {}
	.widget_categories ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.widget_categories ul li {
		color: #777777;
		clear: both;
		display: block;
		margin: 0 0 8px 0;
		line-height: 22px;
	}
	.widget_categories ul li a {
		color: #660000;
		display: block;
		font-size: 14px;
		line-height: 24px;
		float: left;
		font-weight: 400;
		padding: 0 5px 0 0;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	}
	.widget_categories ul li a:hover {
		color: #777777;
	}
	/* widget_categories Ends*/

	/* widget_archive starts */
	.widget_archive ul{
		list-style: none;
		margin: 0;
	}
		.widget_archive ul li {
			clear: both;
			display: block;
			margin: 0 0 15px 0;
			line-height: 22px;
		}
	/* widget_archive ends */
	
	/* widget_text Starts*/
	.widget_text {}
	.textwidget {
		color: #777777;
		line-height: 18px;
		font-weight: 300;
	}
	.textwidget strong {
		color: #660000;
		font-size: 14px;
	}
	.textwidget blockquote {
		border: none;
		font-style: italic;
		font-size: 14px;
		line-height: 22px;
		margin-top: 30px;
		padding: 0;
	}
	/* widget_text Ends*/
	
	/* widget tagcloud starts */
	.tagcloud a{
		background: #f1f1f1;
		color: #7d7d7d;
		display: inline-block;
		font-size: 13px;
		float: left;
		font-weight: 400;
		line-height: 24px;
		padding: 4px 9px;
		margin: 0 1px 1px 0;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.tagcloud a:hover {
		background: #660000;
		color: #ffffff;
	}
	/* widget tagcloud ends */
	
	/* widget_kraft_slider starts */
	.widget_kraft_slider .bxslider {
		margin: 0;
		padding: 0;
	}
	.widget_kraft_slider .bx-wrapper {
		margin: 0;
		position: relative;
	}
	.widget_kraft_slider .bx-wrapper img{
		width: 100%;
		margin-bottom: 11px;
	}
	.widget_kraft_slider .bx-wrapper .bx-prev:before {
		content: "\f104";
		font-family: FontAwesome;
	}
	.widget_kraft_slider .bx-wrapper .bx-next:before {
		content: "\f105";
		font-family: FontAwesome;
	}
	.widget_kraft_slider .bx-wrapper .bx-prev {
		right: 21px;
		left: auto;
	}
	.widget_kraft_slider .bx-wrapper .bx-next {
		right: 0;
	}
	.widget_kraft_slider .bx-wrapper .bx-controls-direction a {
		color: #cccccc;
		font-size: 20px;
		position: absolute;
		text-indent: 1px;
		top: 120px;
		width: auto;
		z-index: 99;
	}

		.widget_kraft_slider .bx-wrapper .bx-controls-direction a:hover{
			color: #660000;
		}
	.widget_kraft_slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		display: none;
	}
	.widget_kraft_slider .bx-wrapper .slider_caption{
		padding: 0 50px 0 0;
	}
	.widget_kraft_slider .bx-wrapper .bxslider .slider_caption h3 a{
		color: #222222;
		font-family: 'Raleway', Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 600;
		line-height: 22px;
		text-transform: uppercase;
	}
	.widget_kraft_slider .bx-wrapper .bxslider .slider_caption p {
		color: #444444;
		font-size: 13px;
		font-weight: 400;
		line-height: 22px;
		margin-bottom: 0;
	}
	/* widget_kraft_slider ends */
	
	/* widget_search, widget_kraft_search Starts*/
	.side_bar .widget.widget_kraft_search, .side_bar .widget.widget_search{
		padding: 0;
	}
	.widget_kraft_search label, .widget_search label{
		margin: 0;
		display: none;
	}
	#searchform{
		display: block;
		position: relative;
		overflow: hidden;
	}
	#searchform  label{
		display: none;
	}
	#s {
		border: none;
		float: left;
		width: 100%;
		padding-right: 66px;
		margin: 0;
	}
	#searchsubmit {
		background: url(../images/search.png) no-repeat scroll 40% center transparent;
		border: none;
		float: left;
		height: 43px;
		width: 43px;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		z-index: 1;
		text-indent: -99px;
	}
		#searchsubmit:hover{
			opacity: 0.8;
		}
	/* widget_search, widget_kraft_search Ends*/

	/* tweet-list Starts */
	.tweet-list .tweet, .tweet_even, .tweet_odd {
		font-size: 14px;
		padding-left: 45px;
		margin-bottom:  15px;
		min-height: 65px;
		position: relative;
	}
	.tweet-list .tweet:last-child{
		margin-bottom: 0;
	}
	.tweet-list .tweet .icon {
		color: #FFFFFF;
		background: #660000;
		display: block;
		font-size: 25px;
		height: 35px;
		left: 0;
		position: absolute;
		top: 0;
		text-align: center;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		width: 35px;
	}
		.tweet-list .tweet:hover .icon{
			color: #660000;
			background: none;
		}
	.tweet .time , .tweet_time  {
		color: #b9b9b9;
		padding: 5px 0 0 0  !important;
		margin: 0;
		display: block;
	}
	.tweet_time a {
		color: #b9b9b9;
	}
	/* tweet-list Ends */
	
	/* FLickr widget starts */
	.widget_kraft_flickr .flikr a.overlay{
		background-color: rgba(243, 102, 57, 0.7);
		color: #FFF;
		font-size: 20px;
		float: left;
		overflow: hidden;
		position: relative;
		margin-right: 1.33%;
		margin-bottom: 1.33%;
		width: 23.5%;
		float: left;
	}
	.widget_kraft_flickr .flikr a:nth-child(4n){
		margin-right: 0;
	}
	.widget_kraft_flickr .flikr a.overlay:before {
		content: "\f067";
		font-family: 'FontAwesome';
		left: 50%;
		line-height: 20px;
		margin: -10px 0 0 -10px;
		position: absolute;
		text-align: center;
		top: 50%;
		z-index: 0;
	}
	.widget_kraft_flickr .flikr a.overlay img{
		display: block;
		opacity: 1;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		position: relative;
		width: 100%;
		z-index: 9;
	}
	.widget_kraft_flickr .flikr a.overlay img:hover{
		opacity: .2;
	}
	/* FLickr widget ends */
	
	/* Gallery widget starts */
	.widget_kraft_portfolio .portfolio_thumb{
		margin-right: 3.33%;
		margin-bottom: 3.33%;
		width: 22.5%;
		float: left;
	}
	.widget_kraft_portfolio a.overlay{
		background-color: rgba(243, 102, 57, 0.7);
		color: #FFF;
		font-size: 20px;
		float: left;
		margin-right: 3.33%;
		margin-bottom: 3.33%;
		width: 22.5%;
		height: 22.5%;
		overflow: hidden;
		position: relative;
	}
	.widget_kraft_portfolio .portfolio a:nth-child(4n){
		margin-right: 0;
	}
	.widget_kraft_portfolio a.overlay:before {
		content: "\f067";
		font-family: 'FontAwesome';
		left: 50%;
		margin: -10px 0 0 -10px;
		position: absolute;
		text-align: center;
		top: 50%;
		z-index: 0;
	}
	.widget_kraft_portfolio .gallery .pp_default .video:before , .widget_kraft_portfolio .gallery .pp_custom .video:before {
		content: "\f04b";
	}
	.widget_kraft_portfolio a.overlay img{
		 display: block;
		 opacity: 1;
		 transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		 width: 100%;
		 position: relative;
	}
	.widget_kraft_portfolio a.overlay img:hover{
	 	opacity: .2;
	}
	/* Gallery widget ends */
		
	/* widget_custom_video starts */
	.widget_kraft_custom_video{
		overflow: hidden;
	}
	.widget_kraft_custom_video .video-js, .widget_kraft_custom_video .vjs-poster{
	}
	.widget_kraft_custom_video .vjs-default-skin .vjs-big-play-button{
		background: #222222;
		border: 2px solid rgba(255, 255, 255, 0.8);
		border-radius: 50px;
			-moz-border-radius: 50px;
			-o-border-radius: 50px;
			-ms-border-radius: 50px;
			-webkit-border-radius: 50px;
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-o-box-shadow: none;
			-ms-box-shadow: none;
		cursor: pointer;
		height: 66px;
		left: 50%;
		margin-left: -33px;
		margin-top: -33px;
		opacity: 0.8;
		position: absolute;
		top: 50%;
		text-align: center;
		width: 66px;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button:hover{
		border: 2px solid rgba(255, 255, 255, 1);
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-o-box-shadow: none;
			-ms-box-shadow: none;
		opacity: 1;
	}
	.widget_kraft_custom_video .vjs-default-skin:hover .vjs-big-play-button, .video-bg .vjs-default-skin .vjs-big-play-button:focus {
		background-color: #660000;
		border-color: inherit;
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-o-box-shadow: none;
			-ms-box-shadow: none;
		outline: 0 none;
		opacity: 1;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button span{
		background: none;
		width: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.widget_kraft_custom_video .vjs-default-skin .vjs-big-play-button:before{
		content: "";
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button span:before{
		content: "\f04b";
		font-family: 'FontAwesome';
		color: #ffffff;
		font-size: 16px;
		line-height: 66px;
		text-align: center;
		z-index: 99;
		vertical-align: top;
	}
	/* widget_custom_video starts */
	
	/* widget_calendar starts */
	#wp-calendar{
		width: 100%;
	}
	#wp-calendar caption{
		color: #333333;
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		margin: 0 0 10px 0;
		text-align: right;
		text-transform: uppercase;
	}
	#wp-calendar thead{
		border-bottom: 1px solid rgba(183, 183, 183, 0.5);
	}
	#wp-calendar thead th{
		color: #777777;
		line-height: 36px;
		text-align: center;
	}
	#wp-calendar tbody td{
		border: none;
		color: #777777;
		line-height: 30px;
		padding: 0;
		text-align: center;
	}
	#wp-calendar tbody td a{
		font-weight: 600;
	}
	#wp-calendar tfoot #next{ 
		padding-top: 5px;
		text-transform: uppercase;
		text-align: right;
	}
	#wp-calendar tfoot #prev{
		padding-top: 5px;
		text-transform: uppercase;
	}
	/* widget_calendar ends */
	
	/* widget_nav_menu and widget_pages Starts*/
	.widget_nav_menu {}
	.widget_nav_menu ul, .widget_pages ul, .widget_meta ul{
		float: left;
		list-style: none;
		margin: 0;
		padding-left: 20px;
		width: 100%;
	}
		.widget_nav_menu div > ul, .widget_pages > ul, .widget_meta > ul{
			padding: 0;
		}
	.widget_nav_menu ul ul, .widget_pages ul ul, .widget_meta ul ul{
		margin: 15px 0 0 0;
	}
	.widget_nav_menu ul ul li:last-child, .widget_pages ul ul li:last-child, .widget_meta ul ul li:last-child{
		margin-bottom: 0;
	}
	.widget_nav_menu ul li, .widget_pages ul li, .widget_meta ul li{
		clear: both;
		display: block;
		margin: 0 0 15px 0;
		line-height: 24px;
		overflow: hidden;
	}
	.widget_nav_menu ul li a, .widget_pages ul li a, .widget_meta ul li a {
		color: #333333;
		display: block;
		font-size: 14px;
		line-height: 24px;
		float: left;
		font-weight: 400;
		padding: 0 5px 0 0;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.widget_nav_menu ul li a:hover, .widget_nav_menu ul li.current_page_item a, .widget_pages ul li a:hover, .widget_pages ul li.current_page_item a{
		color: #660000;
	}
	.widget_meta ul li a{
		color: #660000;
	}
	.widget_meta ul li a:hover{
		color: #333333;
	}
	/* widget_nav_menu and widget_pages Ends*/
	
	/* widget_recent_comments Starts*/
	.widget_recent_comments {}
	.widget_recent_comments ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.widget_recent_comments ul li {
		clear: both;
		display: block;
		margin: 0 0 15px 0;
		line-height: 24px;
		overflow: hidden;
	}
	.widget_recent_comments ul li a {
		color: #333333;
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		padding: 0 5px 0 0;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.widget_recent_comments ul li a:hover{
		color: #660000;
	}
	/* widget_nav_menu Ends*/
	
	/* widget_rss starts */
	.widget_rss {}
	.widget_rss ul{
		float: left;
		list-style: none;
		margin: 0;
		padding-left: 0;
		width: 100%;
	}
	.widget_rss ul ul{
		margin: 15px 0 0 0;
	}
	.widget_rss ul ul li:last-child{
		margin-bottom: 0;
	}
	.widget_rss ul li{
		clear: both;
		display: block;
		margin: 0 0 15px 0;
		line-height: 24px;
		overflow: hidden;
	}
	.widget_rss ul li a{
		text-transform: uppercase;
		font-weight: 600;
	}
	.widget_rss ul li .rss-date{
		clear: both;
		display: block;
		font-size: 13px;
		overflow: hidden;
	}
	.widget_rss ul li .rssSummary{
		display: block;
		font-size: 13px;
		overflow: hidden;
	}
	.widget_rss ul li cite{
		color: #555555;
		font-size: 13px;
	}
	/* widget_rss ends */
/* sidebar Ends*/

/**			17.1- Pagination with wp-pagenavi, theme fall back	**/
/* pagination start */ 
	/*.wp-pagenavi & wp_corenavi starts*/
	  .folio_navigation{
		  font-size: 0;
		  margin: 0 0 40px 0;
		  overflow: hidden;
		  padding: 0;
	  }
	 .folio_navigation  .wp-pagenavi ,.folio_navigation .wp_corenavi{
		 clear: both;
		 display: inline-block;
		 overflow: hidden;
		 padding: 0;
		 margin: 0;
		 text-align: left;
	}
	.folio_navigation  .wp-pagenavi a:first-child,.folio_navigation .wp_corenavi a:first-child{
		margin-left: 0;
	}
		.folio_navigation  .wp-pagenavi a:last-child,.folio_navigation .wp_corenavi a:last-child{
			margin-right: 0;
		}
	.pages {
		margin: 0;
		padding: 0;
	}
	
	.folio_navigation  .wp-pagenavi span.current , .folio_navigation  .wp_corenavi span.current{
		margin: 0 5px;
		padding: 0;
	}
	.folio_navigation .wp-pagenavi a, .folio_navigation .wp-pagenavi span, .folio_navigation .wp_corenavi a.page-numbers, .folio_navigation  .wp_corenavi span {
		border: none;
		display: inline-block;
		font-size: 14px;
		padding: 0;
		line-height: 38px;
		min-width: 38px;
		margin: 0 2px;
		padding: 0 12px;
		text-align: center;
		text-decoration: none;
		width: auto;
	}
	.folio_navigation  .wp-pagenavi a, .folio_navigation  .wp_corenavi a.page-numbers {
		color: #777777;
		font-weight: 400;
	}
	.wp-pagenavi a:hover, .folio_navigation  .wp_corenavi a:hover{		
		background: #000000;
		color: #ffffff;
	}
	.wp-pagenavi span.current, .folio_navigation  .wp_corenavi span.current {
		background: #660000;
		color: #ffffff;
	}
	/*.wp-pagenavi  & wp_corenavi starts*/
/* pagination end */

/* Breadcrumbs Starts */
.top-menu {
    float: right;
    margin-top: 20px;
}
.top-menu ul {
    margin: 0;
    padding: 0;
}
.top-menu li {
    color: #999999;
    float: left;
    list-style: outside none none;
    position: relative;
    text-transform: uppercase;
}
.top-menu li a {
    color: inherit;
}

/* Breadcrumbs End */

/* social_media starts */
	.social_media {
		display: block;
		background-color: #f1f1f1;
		margin: 10px 0 22px;
		padding: 16px 30px;
		overflow: hidden;
	}
	.social_media > span {
		color: #000000;
		float: left;
		font-size: 14px;
		line-height: 34px;
		padding-right: 30px;
	}
	.social_media > ul.social_sharer_links {
		clear: none;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.social_media > ul.social_sharer_links > li:before {
		content: "";
	}
	.social_media > ul.social_sharer_links > li {
		color: #777777;
		float: left;
		font-size: 17px;
		line-height: 33px;
		margin: 0 20px 0 0;
		padding: 0;
		position: relative;
	}
	.social_media > ul.social_sharer_links > li a {
		color: #c0c0c0;
		line-height: 33px;
	}
	.social_media > ul.social_sharer_links > li a:hover {
		color: #660000;
	}
	/* social_media ends */

/**			17.5- Blog Post Comments							**/
	/* comments_section Starts */

	#comments_section {
		float: left;
		font-size: 14px;
		padding: 13px 0 0;
		width: 100%;
	}
	#comments{
		margin-bottom: 0;
	}
	#comments_section li:before{
		content: "";
	}
	
	#comments_section h3 {
		border-bottom: 1px solid #cccccc;
		color: #000000;
		font-size: 35px;
		font-weight: 400;
		line-height: 42px;
		padding: 0 0 22px;
		margin: 0 0 30px;
	}
	 
	 #comments_section h3 i{
		color: #660000;
		font-size: 22px;
		vertical-align: super;
	 }
	 #comments_section h3 span{
	 }
		#comments_section h3 .count {
			color: #222222;
		}
/*	#comments .commentlist {
		padding-left:0px;
	}*/
		
	#comments .commentlist .comment .clearing-container .avatar_holder {
		float: left;
		margin-right: 20px;
	}
	#comments .commentlist .comment .clearing-container img {
		float: left;
	}
	
		#comments_section .commentlist {
			list-style: none;
			margin: 0;
		}
	
		#comments .commentlist .children {
			margin: 0 0 0 120px;
		}
		#comments .commentlist .children li {
			border: none;
			margin: 0;
			vertical-align: top;
		}
		#comments .commentlist li { 
			background-image: none !important; 
			border-bottom: 1px solid #e3e3e3;
			clear: both;
			display: block;
			margin: 0 0 27px; 
			overflow: hidden;
			padding: 0;
		}
		#comments .commentlist > li:last-child{
			border-bottom: none;
			margin-bottom: 10px;
		}
		#comments .commentlist li cite.fn, #comments .commentlist a.comment-reply-link{
			margin: 0;
		}
		#comments .commentlist li cite.fn, #comments .commentlist li cite.fn a {
			color: #222222;
			float: left;
			font-size: 17px;
			font-weight: 600;
			line-height: 24px;
		}
		#comments .commentlist li time{
			clear: both;
			float: left;
		}
		#comments .commentlist li time a {
			display: block;
			color: #444444;
			font-size: 13px;
			font-weight: 400;
			line-height: 22px;
			margin-bottom: 8px;
		}
		#comments .clearing-container .comment_block{
			clear: both;
			color: #444444;
			float: left;
			margin: -23px 0 0 120px;
			overflow: hidden;
			padding: 0 0 35px; 
		}
		#comments .clearing-container .comment p {
			clear: both;
			padding: 0;
			margin-bottom: 0;
		}
		#comments .commentlist li.odd { 
			padding: 0;
		 }
		#comments .comment-author { 
			float: left; 
			margin: 18px 0 14px; 
		}
		#comments .comment-author a {  
			font-size: 22px;
			/*font-weight: 800;*/
			line-height: 24px;
		}
		#comments .commentlist a.comment-reply-link {
			color: #660000;
			font-size: 13px;
			float: right;
			padding: 0;
			margin-top: 18px;
			line-height: 22px;
		}
			#comments .commentlist a.comment-reply-link:hover{
				color: #999999;
			}
		#comments .commentlist a.comment-reply-link i{
			color: #660000;
			font-size: 17px;
			line-height: 22px;
			margin-right: 8px;
			vertical-align: middle;
		}
		#comments_section #respond{
			clear: both;
		}
		#comments_section #respond h3 {
			border-bottom: 1px solid rgba(0, 0, 0, 0.2);
			margin-bottom: 23px;
		}
		#comments_section #commentform .input-small{
			/*color: #000000;*/
			float: left;
			width: 49%;
		}
		#comments_section #commentform .text {
			/*color: #000000;*/
		}
		#comments_section #commentform .input-small-margin{
			margin-left: 2%;
		}
		#comments_section #commentform textarea {  
			width: 100%;
		}
		#comments_section #commentform .button{
			font-weight: 400;
			margin-bottom: 0;
			overflow: hidden;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;
			text-align: center;
			width: 100%;
		}
		#comments_section #commentform .button i{
			margin-left: 15px;
		}
			#comments_section #commentform .button:hover, #comments_section #commentform .button:active, #comments_section #commentform .button:focus{
				color: #660000;
				background-color: transparent;
			}
	#comments_section .comment_block ul {
		clear: both;
		display: block;
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#comments_section .comment_block ul li:before{
		content: "\f105";
		color: #660000;
		font-family: 'FontAwesome';
		font-size: 22px;
		padding-right: 10px;
		left: 4px;
		position: absolute;
		top: 0;
	}
	#comments_section .comment_block ul > li {
		border: none;
		color: #555555;
    	font-size: 14px;
    	line-height: 22px;
		margin-right: 10px;
		margin-bottom: 0;
		padding-left: 30px;
		padding-bottom: 10px;
		position: relative;
	}
	#comments_section .comment_block ol{
		margin-left: 22px;
	}
	#comments_section .comment_block ol {
		padding: 0;
	}
	
	#comments_section .comment_block ol > li {
		color: #555555;
    	font-size: 14px;
    	line-height: 22px;
		margin-bottom: 0;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.content_bar ol {
		margin-left: 22px;
	}
	
	.content_bar ol {
		padding: 0;
	}
	/* comments_section Ends */
	
	/* Button CSS starts */


.button, a.button {
	background-color: #660000;
	border: 1px solid #660000;
}
.button-dark, a.button-dark {
	background-color: #222222;
	border: 1px solid #222222;
}
.button, a.button , .button-dark, a.button-dark{
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 51px;
	margin-bottom: 20px;
	padding: 0 28px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-align: center;
	text-transform: uppercase;
}
.button.button-arrow i{
	margin-left: 28px;
}
	.button-large, a.button-large{
		font-size: 15px;
		line-height: 52px;
		padding: 0 48px;
	}
	.button.button-xlarge {
		font-size: 18px;
		font-weight: 600;
		line-height: 64px;
		padding: 0 39px;
		text-transform: capitalize;
	}
	.button.button-medium {
		font-size: 13px;
		line-height: 44px;
		padding: 0 40px;
	}
	.button.button-small {
		font-size: 12px;
		line-height: 34px;
		padding: 0 29px;
	}
	.button:hover, a.button:hover{
		background-color: transparent;
		color: #660000;
		text-decoration: none;
	}
	
	.button-dark:hover, a.button-dark:hover{
		background-color: transparent;
		color: #222222;
		text-decoration: none;
	}

input[type="submit"]{
	background-color: #660000;
	border: 1px solid #660000;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 400;
	height: 46px;
	line-height: 46px;
	margin-bottom: 20px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-align: center;
	width: 100%;
}
	input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus{
		color: #660000;
		background-color: transparent;
	}
	
.responsive_menu_toggle{
	display: none;
}
/* Button CSS ends */

/* .navigation Starts (Single post) */
	.page_nav {
		clear: both;
		display: block;
		font-size: 0;
		overflow: hidden;
		margin-bottom: 40px;
	}
		/* .navigation (for Project single page) */
		.page_nav.project_page_nav {
			width: 100%;
			float: left;
			margin-top: 30px;
		}
	.page_nav a{
		background: #660000;
		border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			-ms-border-radius: 100px;
			-o-border-radius: 100px;
		display: inline-block;
		color: #ffffff;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		text-align: center;
		width: 40px;
	}
	.page_nav a:last-child{
		margin-left: 14px;
	}
	.page_nav a i{
		font-size: 14px;
		line-height: 40px;
	}
		.page_nav a:hover{
			background: #000000;
		}
/* .navigation Ends (Single post) */

/*-----------------------------------------------------------------------------------*/
/*	Quotes Styles
/*-----------------------------------------------------------------------------------*/
	/* quote_styling Starts */
	/* blockqoute */ 
	.quote_1, .quote_2, .quote_3, .quote_4, .quote_5{
		margin: 35px 0 40px 0;
		padding: 0 10px 0 47px;
		clear: both;
	}
	.quote_4, .quote_5{
		padding: 25px 38px 25px 38px;
		border: none;
		background: #ccc;/*rgba(239, 239, 239, 1);*/
	}
	.quote_1{
		border-left: 3px solid #660000;
	}
	.quote_2, .quote_3 {
		border-left: 3px solid  #660000;
	}
	
	/* blockqoute p */
	.quote_1 p, .quote_4 p , .quote_5 p{
		float: none;
		color: #000000;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		padding-bottom: 15px;
		margin: 0;
	}
	.quote_2 p, .quote_3 p {
		float: none;
		color: #000000;
		font-size: 22px;
		font-style: italic;
		font-weight: 400;
        line-height: 28px;
		padding-bottom: 15px;
		margin: 0;
	}
		.quote_3 p{
			font-weight: 600;
		}
	.quote_4 p , .quote_5 p{
		font-size: 22px;
		line-height: 28px;
		font-style: italic;
	}
		.quote_5 p{
			font-weight: 600;
		}
	
	/* blockqoute strong */
	.quote_1 strong{	
		color: #979797;
		clear: both;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 13px;
	}
	.quote_4 strong, .quote_5 strong, .quote_3 strong, .quote_2 strong {	
		color: #979797;
		clear: both;
		font-size: 13px;
		font-style: italic;
		font-weight: 400;
		line-height: 13px;
	}
	/* quote_styling Ends */




/*footer widgets styling*/
.form .submit-block input[type="submit"] {
  text-align: center;
  line-height: 27px;
  padding: 0px 30px 0px 30px;
  width: auto;
}
footer .widget .widget-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #242424;
  padding-bottom: 20px;
  color:#fff;
}
footer .widget {
  margin: 0px 0 20px 0;
}

footer .widget p {
  font-size: 13px;
  line-height:29px;
}
footer .widget .footer-nav {
	list-style:none;
	padding:0px;
}
	footer .widget .footer-nav li {
	  float: left;
	  width: 50%;
	  margin-bottom: 35px;
	}

		footer .widget .footer-nav li a {
		  display: block;
		  color: #fff;
		  font-size: 13px;
		  margin-right: 0;
		  line-height: 29px;
		}
		footer .widget .footer-nav li a:hover {
		  color: #660000;
		}

footer .widget address {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
}
	footer .widget .address-inner {
		margin-bottom:32px;
		position:relative;
	}
		footer .widget .address-inner a {
			margin-bottom:32px;
			position:relative;
			color:#fff;
		}
		footer .widget .address-inner a:hover {
			color:#660000;
		}
	footer .widget address i {
	  color: #fff;
	  font-size: 15px;
	  position: absolute;
	  top:5px;
	}
	
	footer .widget address p {
	  color: #fff;
	  font-size: 13px;
	  padding-right: 30px;
	  display: inline-block;
	  width: 100%;
	  line-height: 24px !important;
	  padding-left: 30px;
	  margin:0px;
	}
	footer .widget.widget-copyright {
		padding-top: 30px;
		text-align: center;
		border-top: 1px solid #333;
	}
	
	
@media (max-width: 991px) {
	footer .widget .footer-nav li {
		margin-bottom: 15px;
	}
	footer .widget .address-inner {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.folio_navigation {
		text-align: center;
	}
	footer .widget p {
		font-size: 13px;
		line-height: 22px;
	}
}
/*footer new css*/
