/*
Theme Name: KRW Milieu
Version: 1.0.0
Author: Nickel and Dime
Author URI: https://www.nickelanddime.nl
Description: Template voor KRW Milieu
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

[Table of contents] 

1. CSS RESET
2. Global Styles
	2.1. Inner Columns
	2.2. Clearfix
3. Header
	3.1. Sticky Header
	3.6. Main Menu
	3.7. Mega Menu
	3.8. Title/Breadcrumbs Bar
	3.9. Search
	3.10. Header Title
4. Slider Place
5. Videos
6. Blog
	6.1. Blog Overview
	6.2. Post Posts
	6.3. Related Articles
	6.4. Post Comments
	6.5. Post Pagination
7. Contact Form 7
8. Widgets
	8.1. Search
	8.2. Categories
	8.3. Tag Cloud
	8.5. Recent Posts Extended Widget
	8.6. Footer Widgets
	8.7. Sidebar Widgets
	8.8. Contact Info Widget
	8.9. Twitter Widget
	8.10. Calendar Widget
	8.11. Recent Comments Widget
	8.12. RSS Widget
	8.13. Secondary Sidebar Widgets
		8.13.1. Newsletter Widget
9. Pages
	9.1. About Us Page
	9.2. 404 Page
10. Other
	10.1. AB Tweet Scroller
	10.2. Additional Classes
11. Footer
	11.1. Footer Menu


/*-----------------------------------------------------------------*/
/* 1. CSS RESET
/*-----------------------------------------------------------------*/
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video, a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		outline: 0px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 0;
		word-break: break-word;
	}

	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}

	html { 
		min-height: 100%;
		margin: 0;
		padding: 0;
	}

	img {
		max-width: 100%;
		height:auto;
		width: auto;
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	input[type="text"],input[type="password"],input[type="email"],input[type="tel"], textarea, select {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font: inherit;
		border: 1px solid #989898;
		color: #000;
	}
	
	input:focus, textarea:focus{
		border-color:#000;
		outline: none;
	}


/*-----------------------------------------------------------------*/
/* 2. Global styles
/*-----------------------------------------------------------------*/	
	body{
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		font-weight:300;
		line-height: 22px;
		color: #000;
		overflow-x:hidden;
	}

	body.preloader{
		visibility: hidden;
	}

	.boxed_body_wrapper{
		width:1290px;
		margin:0 auto;
		background: #fff;
	}

	.boxed_body_wrapper #main_header{
		position: static !important;
	}

	.boxed_body_wrapper #header_spacer{
		display: none;
	}

	#jpreOverlay {
		background-color: #000000;
	}

	#jpreSlide{
		display: none;
	}

	#jpreLoader{
		width:50%;
		height:8px;
	}

	#jpreBar{
		width: 100%;
		margin-bottom: 10px;
		background: linear-gradient(to right, #e6593b, #5bd4b6);
		border-radius: 4px;
	}

	#jprePercentage {
		color:#aaa;
		font-family:'Open Sans', sans-serif;
		text-align:center;
		color: #fff;
		font-size: 40px;
		margin-top: 20px;
	}

	a{
		color: #e6593b;
		text-decoration: none;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	a:hover{
		color: #7e1600;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	p{
		margin-bottom: 24px;
		text-rendering: optimizeLegibility;
	}

	hr{
		background-color: #e1e9e9;
		display: block;
		height: 1px;
		border-color: #e1e9e9; 
		border: 0;
		padding: 0;
		margin-bottom: 11px;
	}

	section{
		padding: 100px 0;
	}

	ul,
	ol{
		margin-left: 24px;
		margin-bottom:24px;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		color: #000;
		margin-bottom: 14px;
		letter-spacing: 0px;
		text-rendering: optimizeLegibility;
	}

	h1{
		font-size: 32px;
		line-height: 32px;
	}

	h2{
		font-size: 28px;
		line-height: 28px;
	}

	h3{
		font-size: 25px;
		line-height: 35px;
	}

	h4{
		font-size: 22px;
		line-height: 22px;
	}

	h5{
		font-size: 18px;
		line-height: 18px;
	}

	h6{
		font-size: 14px;
		line-height: 14px;
	}

	pre {
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -pre-wrap;
		white-space: -o-pre-wrap;
		word-wrap: break-word;
	}

	blockquote{
		font-style: italic;
		font-size: 18px;
		margin-bottom: 40px;
		padding-left: 50px;
  		border-left: 5px solid #ddd;
  		margin-left: 20px;
  		position:relative;
	}
	
	blockquote p:before{
		content: "\f10d";
  		font: normal normal normal 14px/1 FontAwesome;
  		font-size: 60px;
  		text-rendering: auto;
  		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
  		transform: translate(0, 0);
  		position: absolute;
  		left: 10px;
		color: #f5f5f5;
  		z-index: -1;
	}

	blockquote cite{
		font-size: 13px;
		padding-top: 10px;
		display: block;
		font-style: normal;
	}

	.section_gray_body .dnd_section_content{
		background: #f4f4f4;
		padding: 55px 0;
	}

	.section_body_fullwidth .dnd_section_content .dnd_container{
		width: 100%;
	}

	input,select,textarea{
		border: 1px solid #989898;
		border-radius:0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 14px;
		line-height: 26px;
		background: #fff;
		-webkit-appearance: none;
   		-moz-appearance: none;
   		appearance: none;  
	}

	input,
	select{
		padding: 6px 0 7px 20px;
		margin-bottom: 12px;
	}

	textarea{
		padding: 8px 0 8px 20px;
		margin-bottom: 36px;
	}

	button,
	input[type="submit"] {
		padding: 9px 29px;
  		font-size: 14px;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 300;
  		letter-spacing: 0.9px;
  		background: #e6593b;
  		border: 1px solid #7e1600;
  		color: #fff !important;
  		display: inline-block;
  		font-size: 14px;
  		line-height: 20px;
  		margin-right: 10px;
  		text-decoration: none;
  		font-family: 'Open Sans', sans-serif;
  		font-weight: 300;
  		-webkit-transition: all 180ms ease-in;
  		transition: all 180ms ease-in;
  		max-width: 100%;
		-webkit-appearance: none;
   		-moz-appearance: none;
   		appearance: none;  
	}

	button:hover,
	input[type="submit"]:hover{
		background: #d7492b;
		cursor:pointer;
	}
	
	.invalid input[type="submit"]{
		background: #f00;
		border-color: #B00909;
		cursor:default;
	}
	
	.sent input[type="submit"]{
		background: #398f14;
		border-color: #265A0F;
		cursor:default;
		float:left;
	}
	
	.placeholder{
		color: #989898;
	}
	
	::-webkit-input-placeholder {
   		color: #989898;
	}

	:-moz-placeholder { /* Firefox 18- */
   		color: #989898;
	}

	::-moz-placeholder {  /* Firefox 19+ */
   		color: #989898;
	}

	:-ms-input-placeholder {  
   		color: #989898;
	}
	
	input:focus .placeholder {
		color: #000;
	}
	
	input:focus::-webkit-input-placeholder {
   		color: #000;
	}

	input:focus:-moz-placeholder { /* Firefox 18- */
   		color: #000;
	}

	input:focus::-moz-placeholder {  /* Firefox 19+ */
   		color: #000;
	}

	input:focus:-ms-input-placeholder {  
   		color: #000;
	}

	strong,
	.strong{
		font-weight: bold;
	}

	em{
		font-style: italic;
	}

	.pp_gallery{
		display: none !important;
	}

	.underlined{
		display: inline-block;
		background: url("images/underlined_bg.png") bottom repeat-x;
	}

	.italic{
		font-style: italic;
	}

	.highlighted,
	.search-highlight{
		background: #f1eb3c;
		display: inline-block;
		padding: 0 3px;
	}

	.alignleft{
		float: left;
		margin-right: 30px;
	}

	.alignright{
		float: right;
		margin-left: 30px;
	}

	.floatleft{
		float: left;
		margin-right: 30px;
	}

	.floatright{
		float: right;
		margin-left: 30px;
	}

	.color_highlight{
		color: #7e1600;
	}

	.blue_text{
		color: #e6593b;
	}

	.bold{
		font-weight: 500;
	}

	.bigtext{
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		font-size: 38px;
		line-height: 38px;
	}

	.section_color_background{
		background: #7e1600;
		margin-bottom: 0;
	}

	.white_background {
		background: #fff;
		border-radius: 5px;
	}

	.leading_line{
		margin-bottom: 80px !important;
	}

	.leading_line:after{
		content: "";
		display: block;
		position: relative;
		bottom: -40px;
		width: 70px;
		height: 5px;
		background: #7e1600;
	}

	.center_aligned.leading_line:after{
		left: 50%;
		margin-left: -35px;
	}

	.right_aligned.leading_line:after{
		left: 100%;
		margin-left: -70px;
	}

	.last_child{
		margin-right: 0 !important;
	}

	.content_with_right_sidebar{
	}

	.content_with_left_sidebar{
		float:right !important;
	}

	.span12.content_with_right_sidebar{
		padding-right: 0;
	}

	.left_aligned{
		text-align: left;
	}

	.right_aligned{
		text-align: right;
	}

	.center_aligned,
	.aligncenter{
		text-align: center;
	}

	.no_padding_bottom{
		padding-bottom: 0;
	}

	.no_padding_top{
		padding-top: 0;
	}

	.no_padding{
		padding: 0;
	}
	
	.padding_top145{
		padding-top: 145px;
	}

	.padding_top100{
		padding-top: 100px;
	}

	.padding_top60{
		padding-top: 60px;
	}

	.padding_top40{
		padding-top: 40px;
	}
	
	.padding_top30{
		padding-top: 26px;
	}
	
	.padding_top20{
		padding-top: 26px;
	}
	
	.padding_top10{
		padding-top: 26px;
	}

	.padding_bottom100{
		padding-bottom: 100px;
	}

	.padding_bottom80{
		padding-bottom: 80px;
	}

	.padding_bottom75{
		padding-bottom: 75px;
	}

	.padding_bottom60{
		padding-bottom: 60px;
	}
	
	.padding_bottom50{
		padding-bottom: 50px;
	}

	.padding_bottom40{
		padding-bottom: 50px;
	}
	
	.padding_bottom30{
		padding-bottom: 50px;
	}
	
	.padding_bottom20{
		padding-bottom: 50px;
	}
	
	.padding_bottom10{
		padding-bottom: 50px;
	}

	.padding_left100{
		padding-left: 100px;
	}

	.padding_left70{
		padding-left: 70px;
	}

	.padding_left60{
		padding-left: 60px;
	}

	.padding_left10{
		padding-left: 10px;
	}

	.padding_right100{
		padding-right: 100px;
	}

	.padding_right70{
		padding-right: 70px;
	}

	.padding_right20{
		padding-right: 20px;
	}
	
	.padding10 {
		padding:10px !important;
	}
	
	.padding20 {
		padding:20px !important;
	}
	
	.padding30 {
		padding:30px !important;
	}
	
	.padding40 {
		padding:40px !important;
	}
	
	.padding50 {
		padding:50px !important;
	}

	.margin_bottom{
		margin-bottom: 40px;
	}
	
	.border_right{
		border-right: 3px solid #ededed;
	}
	
	.border_left{
		border-right: 3px solid #ededed;
	}
	
	.center {
		text-align:center;
	}

	.white_text, 
	.white_text span{
		color: #ffffff !important;
	}
	
	.white_text p{
		color: #111;
	}

	.white_text .dnd_section_dd header h3{
		color: #ffffff;
	}

	.dnd_section_dd.white_text_header header h3{
		color: #ffffff !important;
	}

	.text_blue{
		color: #e6593b;
	}
	.orange_text{
		color: #f3ae36;
	}

	a.dark_text{
		color: #3b4550!important;
		font-size: 11px;
	}

	.color_white{
		color: #ffffff;
	}

	.color_white h6 span{
		color: #fff;
		font-weight: 500;
	}

	.white_text_h3 h3{
		color: #fff;
	}

	.more_space{
		line-height: 28px;
	}

	.full, .full input[type="submit"]{
		width: 100%;
		margin-top: 7px;
	}

	sub {
		vertical-align: sub;
		font-size: smaller;
	}

	sup {
		vertical-align: super;
		font-size: smaller;
	}

	table {
		line-height: 2;
		margin: 0 0 40px;
		width: 100%;
	}

	th{
		font-weight: 500;
	}

	.pattern_overlayed{
		position: relative;
		color: #ffffff !important;
	}

	.pattern_overlayed:after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,32,55,0.5);
		z-index: 0;	
	}

	.pattern_overlayed .dnd_container{
		z-index: 1;
		position: relative;
	}

	.wp-caption{
		max-width: 100% !important;
	}

	.wp-caption.aligncenter{
		width: 100% !important;
	}

	.sticky{
		background: #f2f2f2;
		margin-bottom: 40px;
		padding: 40px 20px 0 20px;
	}

	::selection {
		color: #fff;
		background: #e6593b;
	}

	.wp-caption-text{}
	.gallery-caption{}
	.bypostauthor{}

/*-------- 2.1. Inner columns --------*/
	.container,
	.dnd_container{
		width: 1170px;
		margin: 0 auto;
	}
	
	.content .dnd_container,
	.content_with_right_sidebar .dnd_container,
	.content_with_left_sidebar .dnd_container{
		width: 100%;
	}

	.row{
		width: 100%;
	}

	.row:before,
	.row:after{
		display: table;
		line-height: 0;
		content: "";
	}

	.row:after{
		clear: both;
	}

	.row > [class*="span"]{
		display: block;
		float: left;
		width: 100%;
		min-height: 20px;
		margin-left: 2.564102564102564%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box;
	}

	.row > [class*="span"]:first-child{
		margin-left: 0;
	}

	.row .span12{width: 100%;}
	.row .span11{width: 91.45299145299145%;}
	.row .span10{width: 82.90598290598291%;}
	.row .span9 {width: 74.35897435897436%;}
	.row .span8 {width: 65.81196581196581%;}
	.row .span7 {width: 57.26495726495726%;}
	.row .span6 {width: 48.71794871794872%;}
	.row .span5 {width: 40.17094017094017%;}
	.row .span4 {width: 31.62393162393162%;}
	.row .span3 {width: 23.07692307692308%;}
	.row .span2 {width: 14.52991452991453%;}
	.row .span1 {width: 5.982905982905983%;}

	.half,
	.third,
	.fourth,
	.fifth{
		float: left;
	}

	.alpha{
		margin-left: 0 !important;
	}

	.half{width: 50%;}
	.third{width: 33.33333%;}
	.fourth{width: 25%;}
	.fifth{width: 20%;}

	.left{
		float: left !important;
	}

	.right{
		float: right !important;
	}

	.no_margin{
		margin: 0;
	}

	.no_padding{
		padding: 0;
	}

	.bottom_margin{
		margin-bottom: 40px;
	}

	.img_top_padding{
		padding-top: 6px;
		margin-bottom: 10px;
	}

	.border_bottom{
		border-bottom: 1px solid #ebedef;
	}

	.border_top{
		border-top: 1px solid #ebedef;
	}

	.border_both{
		border-top: 1px solid #ebedef;
		border-bottom: 1px solid #ebedef;
	}


/*-------- 2.2. Clearfix --------*/
	.clearfix:before,
	.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	}

	.clearfix:after {
	  clear: both;
	}


/*-----------------------------------------------------------------*/
/* 3. Header
/*-----------------------------------------------------------------*/
	#main_header.default{
		padding: 0px 0 0px 0px;
		z-index: 9999;
		width: 100%;
		position: absolute;
	}

	#top_bar{
		max-height: 200px;
		text-align:right;
		overflow: hidden;
		transition: all 600ms ease-in;
		-webkit-transition: all 600ms ease-in;
	}

	.quick_contact_phone,
	.quick_contact_mail{
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
		font-size: 12px;
		margin-left: 20px;
		display: inline-block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.quick_contact_phone:hover,
	.quick_contact_mail:hover{
		color:#e6593b;
	}
	
	.quick_contact_phone a,
	.quick_contact_mail a{
		color: #fff;
	}
	
	.quick_contact_phone:hover a,
	.quick_contact_mail:hover a{
		color:#e6593b;
	}

	.quick_contact_phone{
		margin-right: 16px;
	}

	.quick_contact_phone i,
	.quick_contact_mail i{
		margin-right: 11px;
		position: relative;
		font-size: 15px;
		transition: all 180ms ease-in;
  		-webkit-transition: all 180ms ease-in;
  		  top: 2px;
	}
	
	#logo_menu_bar {
		margin-top:10px;
	}
	
	#header_image {
		overflow:hidden;
		position:relative;
		height:175px;
		background:#f2f2f2;
	}
	
	#header_image:before {
		content:'';
		position:absolute;
		width:100%;
		height:100%;
		-webkit-box-shadow: inset 0px 150px 125px -65px rgba(0,0,0,0.75);
  		-moz-box-shadow: inset 0px 150px 125px -65px rgba(0,0,0,0.75);
  		box-shadow: inset 0px 150px 125px -65px rgba(0,0,0,0.75);
	}
	
	#header_spacer {
		position:relative;
	}
	
	#header_spacer:before {
		content:'';
		position:absolute;
		width:100%;
		height:100%;
		-webkit-box-shadow: inset 0px 170px 70px -85px rgba(0,0,0,0.9);
  		-moz-box-shadow: inset 0px 170px 70px -85px rgba(0,0,0,0.9);
  		box-shadow: inset 0px 170px 70px -85px rgba(0,0,0,0.9);
	}
	
	.home #header_image {
		height:320px;
	}
	
	#header_image img{
		max-width:none;
	}
	
	#main_slider{
		padding: 0;
		background-size: cover;
		position: relative;
		height: 455px;
		background: #f2f3f4;
		overflow: hidden;
	}

	#main_slider_content{
		text-align: center;
	}

	#main_slider_logo{
		position: absolute;
		top: 10%;
		width: 100%;
	}

	#main_slider_text{
		font-size: 70px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 84px;
		position: absolute;
		top: 30%;
		width: 100%;
	}

	#main_slider_text .bold{
		font-size: 84px;
		display: block;
	}

	#main_slider_scroll{
		position: absolute;
		bottom:70px;
		width: 100%;
	}

	.main_slider_scroll_icon{
		display: inline-block;
		background: rgba(0,0,0,0.5);
		padding: 9px 25px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.main_slider_scroll_info{
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
	}

	.pattern_overlayed #main_slider_content{
		z-index: 1;
	}

	#logo{
		float: left;
		width:15%;
	}
	
/*-------- 3.1. Sticky Header --------*/
	#main_header.sticky_header_low nav > ul > li > ul:before{
		height: 15px;
		top: -15px;
	}


	.header_layout_1.sticky_main_header #top_bar{
		transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
		max-height: 400px;
	}

	#main_header.sticky_header_low #top_bar{
		max-height: 0px;
		overflow: hidden;
		transition: all 600ms ease-in;
		-webkit-transition: all 600ms ease-in;
	}

	.header_layout_1.sticky_main_header #logo{
		transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
	}


	.header_layout_1.sticky_header_low #logo{
		margin-bottom: 15px;
		margin-top: 15px;
		transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
	}


/*-------- 3.6. Main Menu --------*/
	#menu_toggle{
		display: none;
		cursor: pointer;
	}
	
	#header_nav {
		float: left;
		width:85%;
	}
	
	nav {
		background:#fff;
		width: 100%;
  		display: inline-block;
	}

	nav > ul{
		list-style: none;
		margin: 0;
		float: right;
		position: relative;
		padding:10px 0;
		background: #fff;
		position:relative;
	}
	
	nav > ul:after{
		position: absolute;
  		left: 100%;
  		top: 0;
  		content: "";
  		background-color: #fff;
  		width: 5000px;
  		height: 100%;
  		z-index: 0;
  	}

	nav > ul > li{
		float: left;
		position:relative;
	}

	nav > ul > li a{
		color: #000;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		text-align: center;
		display: inline-block;
		width: 100%;
		position: relative;
	}

	nav > ul > li a:hover{
		color: #7e1600;
	}

	nav > ul > li:hover a{
		color: #e6593b;		
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	nav > ul > li:after{
		content: '/';
  		color: #000;
  		position: absolute;
	}
	
	nav > ul > li:last-child:after{
		display:none;
	}
	
	nav > ul > li:last-child span{
		padding-right: 0;
	}

	nav > ul > li span{
		display: block;
		text-transform: uppercase;
		margin-left: 15px;
		padding-right: 15px;
		line-height: 15px
	}

	nav > ul ul{
		display: none;
		list-style: none;
		position: absolute;
		background: #fff;
		margin: 0;
		min-width: 228px;
		z-index: 2001;
		overflow: visible;
		margin-top: 17px;
	}

	nav > ul li:hover > ul,
	nav > ul li.sfHover > ul{
		display: block;
		z-index: 2003;
	}

	nav > ul ul li{
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	nav > ul ul li:last-child{
		border-bottom: 0px solid #e9eaec;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;	
	}

	nav > ul ul li a{
		width: 100%;
		text-align: left;
		padding: 6px 13px 7px 13px;
		color: #e6593b;
		margin-left: 0;
		border-left-width:5px;
	}

	nav > ul ul li:hover{
		background: #ffffff;
	}

	nav > ul ul li:hover a{
		color: #7e1600;
	}

	nav > ul ul ul{
		position: absolute;
		left: 100%;
		top: -1px !important;
		margin-left: 0px;
		margin-top: 0;
		z-index: 2002;
		border-top-left-radius: 0px;
	}

	nav > ul ul ul li > a{
		color: #848998!important;
	}

	nav > ul ul ul li > a:hover{
		color: #e6593b!important;
	}

	nav > ul ul ul:after{
		display: none;
	}

	.sf-arrows .sf-with-ul:after{
		content:"\f105"; /*.ci_icon-chevron-right*/
		font-family:FontAwesome;
		color: #aaa;
		margin-left: 5px;
		float:right;
		position: relative;
		top: 2px;
	}

	.sf-arrows ul .sf-with-ul:after{
		content:"\f105"; /*.ci_icon-keyboardalt*/
		top: 0;
	}

	.sf-arrows ul li:hover .sf-with-ul:after{
		color: #fff;
	}

	.sf-arrows > li:hover > .sf-with-ul:after{
		color: #d84949;
	}

	.sf-arrows .current_menu_ancestor .sf-with-ul:after{
		color: #333;
	}

	nav > ul > .current-menu-item > a,
	nav > ul > .current-post-ancestor > a,
	nav > ul > .current-menu-ancestor > a,
	nav > ul ul > .current-menu-item > a{
		color: #e6593b !important;
	}

	.whhg-search {
		float: right;
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-left: 34px;
		background: #ffffff;
		border-radius: 50%;
		text-align: center;
		font-size: 13px;
		margin-top: 17px;
	}

/*-------- 3.7. Mega Menu  --------*/
	.sf-mega {
		width: 1170px;
		position: absolute;
		right: 0;
		display: none;
		top: 100%;
		z-index: 9999;
	}
	
	.sf-mega-inner{
		background: #fff;
		border: 1px solid #e9eaec;
		border-radius: 5px;
	}
	
	nav > ul li:hover > .sf-mega,
	nav > ul li.sfHover > .sf-mega {
		display: block;
	}
	
	.sf-mega li,
	.sf-mega ul{
		position: static !important;
		display: block !important;
		padding: 0;
		margin: 0;
		border: none;
		height: auto !important;
		background: none;
		box-shadow: none;
	}
	
	.sf-mega-inner ul li ul ul > li:hover{
		background: #ffffff;
	}
	
	nav > ul .sf-mega-inner{
		display: table !important;
		width: 100%;
	}
	
	nav > ul .sf-mega-inner > ul {
		display: table-row !important;
	}
	
	nav > ul .sf-mega-inner > ul > li{
		border-right: 1px solid #e9eaec;
		display: table-cell !important;
		vertical-align: top;
		padding-bottom: 0;
		background: #fff;
	}

	nav > ul .sf-mega-inner > ul > li:first-child{
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	nav > ul .sf-mega-inner > ul > li:last-child{
		border-right: none;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	.sf-mega li,
	.sf-mega li{
		border-bottom: none;
	}
	
	nav > ul .sf-mega-inner > ul > li > a{
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		color: #3b4550;
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}
		
	nav > ul .sf-mega-inner > ul > li > ul > li a{
		font-size: 13px;
		line-height: 28px;
	}
	
	nav > ul .sf-mega-inner a{
		text-transform: none;
		padding: 7px 10px 6px 14px;
		margin-bottom: 1px;
	}
		
	nav > ul > .mega1 .sf-mega-inner > ul > li{width: 100%;}
	nav > ul > .mega2 .sf-mega-inner > ul > li{width: 50%;}
	nav > ul > .mega3 .sf-mega-inner > ul > li{width: 33.33333333333333%;}
	nav > ul > .mega4 .sf-mega-inner > ul > li{width: 25%;}
	nav > ul > .mega5 .sf-mega-inner > ul > li{width: 20%;}
	nav > ul > .mega6 .sf-mega-inner > ul > li{width: 16.66666666666667%;}
	nav > ul > .mega7 .sf-mega-inner > ul > li{width: 14.28571428571429%;}
	

	nav > ul > .mega1 ul,
	nav > ul > .mega2 ul,
	nav > ul > .mega3 ul,
	nav > ul > .mega4 ul,
	nav > ul > .mega5 ul,
	nav > ul > .mega6 ul,
	nav > ul > .mega7 ul{
		min-width: 0;
	}
	
	nav > ul .sf-mega-inner .description_menu_item{
		padding: 20px;
		font-size: 13px;
		font-weight: 300;
		line-height: 22px;
		color: #111;
	}
	
	nav > ul .sf-mega-inner .description_menu_item a{
		display: inline;
		padding: 0;
		margin: 0;
		line-height: inherit;
		font-size: inherit;
		color: #e6593b;
	}
	
	nav > ul .sf-mega-inner .description_menu_item a:hover{
		color: #7e1600;
		background: none;
	}

	.sf-mega ul ul li:hover a{
		color: #e6593b !important;
	}

	#main_header.default .sf-mega{
		right: -66px;
	}

	.megamenu_header:hover{
		background: #fff;
	}

	.megamenu_header a span{
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		color: #3b4550;
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}
	

/*-------- 3.8. Title/Breadcrumbs Bar --------*/
	#title_breadcrumbs_bar{
		padding: 50px 0;
		font-family: Open Sans;
		font-weight: 300;
		font-size: 18px;
	}

	#title_breadcrumbs_bar h1{
		font-size: 25px;
		margin-bottom: 0;
		font-family: 'Open Sans', sans-serif;
	}

	#title_breadcrumbs_bar .breadcrumbs{
		line-height: 36px;
	}

	#title_breadcrumbs_bar .breadcrumbs,
	#title_breadcrumbs_bar .breadcrumbs a,
	#title_breadcrumbs_bar .breadcrumbs i{
		color: #e6593b;
		font-size: 13px;
	}

	#title_breadcrumbs_bar .breadcrumbs a:hover{
		color: #7e1600;
	}

	#title_breadcrumbs_bar .breadcrumbs .current{
		color: #000;
	}
	
	#title_breadcrumbs_bar .breadcrumbs .delimiter {
		color:#000;
		padding:0 10px;
	}

	#title_breadcrumbs_bar .breadcrumbs i{
		font-size: 8px;
		top: 0;
		padding: 0 6px;
		
	}
 
/*-------- 3.9. Search --------*/
    .search-toggle {
        cursor: pointer;
        float: right;
		margin-left: 10px;
		position: relative;
    }
    
    .search-toggle:hover .search-icon i{
        background: #e6593b;
        -webkit-transition: all 180ms ease-in;
        transition: all 180ms ease-in;
    }

    .search-toggle:hover .search-icon i{
    	color: #fff;
    	-webkit-transition: all 180ms ease-in;
        transition: all 180ms ease-in;
    }

    .search-icon i{
    	float: right;
		width: 36px;
		height: 36px;
		line-height: 37px;
		margin-left: 20px;
		background: #ffffff;
		border-radius: 50%;
		text-align: center;
		font-size: 13px;
		margin-top: 17px;
		margin-bottom: 23px;
    }

    .search-icon.active i{
    	background: #e6593b;
    	color: #fff;
    }

    .search-toggle.active{
		background: #E4664D;
		color: #fff;
    } 
    
    .search-toggle .screen-reader-text i{ 
        color: #8a8d94;
        font-size: 15px;
        line-height: 76px;
    }
    
    .search-box-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
        position: absolute;
        top: 76px;
		right: 0;
        width: 250px;
        height: 74px;
        z-index: 2;
        background: #fff;
        border:1px solid #e9eaec;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 1px 1px rgba(151,156,162,0.1);
        -moz-box-shadow:    0px 1px 1px 1px rgba(151,156,162,0.1);
        box-shadow:         0px 1px 1px 1px rgba(151,156,162,0.1);
    }
    
    .search-box {
        padding: 12px;
    }
    
    .search-box:before {
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #b7b9c2;
		content: "";
		position: absolute;
		top: -8px;
		right: 10px;
	}

    #search-container .widget_search input[type="text"]{
        border: 0;
        background: #ffffff;
        text-align: left;
        outline:0;
        font-size: 13px;
        line-height: 22px;
        width: 210px;
        height: 32px;
        margin: 6px 0 0 7px;
        position: relative;
    }

    #search-container .widget_search i{
    	position: absolute;
    	top: 16px;
    	right: 20px;
    }

    .hide{
        display: none;
    }
    
/*-------- 3.10. Header Title --------*/

	.home_title {
		position: absolute;
  		top: 190px;
  		text-align: center;
  		font-size: 40px;
  		width: 100%;
  		padding: 0 !important;
	}
	
	.home_title h2{
		font-size: 44px;
  		color: #fff;
  		text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
	}

/*-----------------------------------------------------------------*/
/* 4. Slider place
/*-----------------------------------------------------------------*/
	#frontpage_slider{
		padding: 0;
		margin: 0;
	}

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		background: #999999;
		width: 48px;
		height: 48px;
		text-align: center;
		line-height: 48px;
	}

	.tp-leftarrow.default:before,
	.tp-rightarrow.default:before {
		font-family:FontAwesome;
		display: block;
		color: #fff;
		content:'\f489'; /*.ci_icon-chevron-left*/
		text-align: center;
		font-size: 16px;
		line-height: 48px;
		width: 100%;
		height: 100%;
	}

	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover {
		background: #c0c0c0;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.tp-rightarrow.default:before {
		content:'\f105'; /*.ci_icon-chevron-right*/
	}

	.tp-bullets.simplebullets.round .bullet {
		background-image: url(images/bullet.png);
		background: #fff;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 7px;
	}

	.tp-bullets.simplebullets.round .bullet.selected{
		background:#e6593b;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 7px;
		border: 2px solid #e6593b;
	}

	.tp-bullets.simplebullets.round .bullet{	
		background:transparent;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 7px;
		border: 2px solid #fff;
	}

	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected{	
		background-color:#e6593b;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.tp-caption.Blue_Button,
	.tp-caption.White_Button{
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.tp-caption.Blue_Button:hover{
		background-color:#fff;
		cursor: pointer;
	}

	.tp-caption.Blue_Button:hover a{
		color:#e6593b !important;
	}

	.tp-caption.White_Button:hover{
		background-color:#111;
		cursor: pointer;
	}

	.tp-caption.White_Button:hover a,
	.tp-caption.White_Button:hover a i{
		color:#fff !important;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

/*-----------------------------------------------------------------*/
/* 5. Videos
/*-----------------------------------------------------------------*/
	.videoWrapper-youtube{
		position:relative;
		padding-bottom:56.25%;
		padding-top:0px;
		height:0;
		overflow:hidden;
	}

	.videoWrapper-youtube iframe,
	.videoWrapper-youtube object,
	.videoWrapper-youtube embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	.videoWrapper-vimeo{
		position:relative;
		padding-bottom:53%;
		padding-top:30px;
		height:0;
		overflow:hidden;
	}

	.videoWrapper-vimeo iframe,
	.videoWrapper-vimeo object,
	.videoWrapper-vimeo embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	.wp-video {
		margin-left: auto;
		margin-right: auto;
	}


/*-----------------------------------------------------------------*/
/* 6. Blog
/*-----------------------------------------------------------------*/
	.sidebar_left{
		margin-left: 0 !important;
	}

	.post_padding ul,
	.post_padding ol,
	#default_page_row ul,
	#default_page_row ol,
	.post_content ul,
	.post_content ol{
		margin-left: 20px;
		margin-bottom: 40px;
	}

	.post_padding dl,
	#default_page_row dl,
	.post_content dl{
		margin-bottom: 40px;
	}

	.post_padding ul ul,
	.post_padding ol ol,
	.post_padding dl dl,
	#default_page_row ul ul,
	#default_page_row ol ol,
	#default_page_row dl dl,
	.post_content ul ul,
	.post_content ol ol,
	.post_content dl dl{
		margin-bottom: 0px;
	}

/*-------- 6.2. Blog Overview --------*/

	.blog_category_index_right .post,
	.blog_category_index_left .post,
	.blog_category_index_none .post{
		border-bottom: 0;
	}
	
	.blog_category_index_right .post_content .post_badges .avatar,
	.blog_category_index_left .post_content .post_badges .avatar,
	.blog_category_index_none .post_content .post_badges .avatar{
		width: 76px;
		height: 76px;
	}
	
	.blog_category_index_right .post_date,
	.blog_category_index_left .post_date,
	.blog_category_index_none .post_date{
		width: 73px;
		height: 73px;
		background: #e6593b;
		border: 1px solid #7e1600;
		text-align: center;
	}
	
	.blog_category_index_right .post_info,
	.blog_category_index_left .post_info,
	.blog_category_index_none .post_info{
		position: absolute;
		top: 38px;
		left: 30px;
	}
	
	.blog_category_index_right .post_info .post_main_date,
	.blog_category_index_left .post_info .post_main_date,
	.blog_category_index_none .post_info .post_main_date{
		font-family: Lato,sans-serif;
		font-weight: 500;
		font-size: 25px;
		line-height: 24px;
		color: #fff;
		display: block;
		padding-top: 14px;
		padding-bottom: 1px;
	}

	.blog_category_index_right .post_info .post_main_month,
	.blog_category_index_left .post_info .post_main_month,
	.blog_category_index_none .post_info .post_main_month{
		font-family: 'Open Sans',sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 24px;
		color: #fff;
	}
	
	.blog_category_index_right .post_type,
	.blog_category_index_left .post_type,
	.blog_category_index_none .post_type{
		height: 56px;
		width: 73px;
		background: #f5f5f5;
		border: 1px solid #e9eaec;
		text-align: center;
		position: relative;
		margin-right: 0;
	}
	
	.blog_category_index_right .post_type i,
	.blog_category_index_left .post_type i,
	.blog_category_index_none .post_type i{
		font-size: 21px;
		color: #ccc;
		position: absolute;
		top: 17px;
		left: 26px;
	}
	
	.blog_category_index_right .post_main,
	.blog_category_index_left .post_main,
	.blog_category_index_none .post_main{
		margin-left: 111px;
  		border: 1px solid #d7d7d7;
  		border-bottom: 5px solid #d7d7d7;
	}
	
	.blog_category_index_right .post_main .videoWrapper-vimeo,
	.blog_category_index_left .post_main .videoWrapper-vimeo,
	.blog_category_index_none .post_main .videoWrapper-vimeo,
	.blog_category_index_right .post_main .videoWrapper-youtube,
	.blog_category_index_left .post_main .videoWrapper-youtube,
	.blog_category_index_none .post_main .videoWrapper-youtube,
	.blog_category_index_right .post_main iframe,
	.blog_category_index_left .post_main iframe,
	.blog_category_index_none .post_main iframe{
		margin-bottom: 0;
	}
	
	.blog_category_index_right .post_content .post_main .wp-post-image,
	.blog_category_index_left .post_content .post_main .wp-post-image,
	.blog_category_index_none .post_content .post_main .wp-post-image{
		margin-bottom: 0;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper,
	.blog_category_index_left .post_main .post_main_inner_wrapper,
	.blog_category_index_none .post_main .post_main_inner_wrapper{
		padding: 30px 30px 30px 135px;
		position: relative;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper h5,
	.blog_category_index_left .post_main .post_main_inner_wrapper h5,
	.blog_category_index_none .post_main .post_main_inner_wrapper h5{
		margin-bottom: 2px;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper h5 a,
	.blog_category_index_left .post_main .post_main_inner_wrapper h5 a,
	.blog_category_index_none .post_main .post_main_inner_wrapper h5 a{
		color: #3b4550;
		font-family: Lato, sans-serif;
		line-height: 24px;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper h5:hover a,
	.blog_category_index_left .post_main .post_main_inner_wrapper h5:hover a,
	.blog_category_index_none .post_main .post_main_inner_wrapper h5:hover a{
		color: #e6593b;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post_author,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_author,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_author{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#111;
		text-align:left;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post_author span,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_author span,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post_author span i,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_author span i,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: -2px;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post_author span:last-child,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_author span:last-child,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_author span:last-child{
		margin-right: 0;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post_category a,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_category a,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_category a{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#111;
		text-align:left;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post_category a:hover,
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_category a:hover,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_category a:hover{
		font-family:'Open Sans';
		font-size:13px;
		line-height:22px;
		color:#e6593b;
		text-align:left;
	}

	.blog_category_index_right .post_main .post_main_inner_wrapper .post_padding, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post_padding,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post_padding{
		padding-top: 16px;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post-readmore, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post-readmore,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post-readmore{
		border-top: 0;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post-readmore .more-link, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post-readmore .more-link,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post-readmore .more-link{
		width:143px;
		height:38px;
		background: #f5f6f8; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #e6593b;
		text-transform: uppercase;
		font-family:Lato;
		font-size:14px;
		font-weight:500;
		text-align: center;
		padding-top: 7px;
	}		

	.blog_category_index_right .post_main .post_main_inner_wrapper .post-readmore .more-link:hover, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post-readmore .more-link:hover,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post-readmore .more-link:hover{
		width:143px;
		height:38px;
	    background: #e6593b;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff;
	}
	
	.blog_category_index_right .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags, 
	.blog_category_index_left .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags,
	.blog_category_index_none .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags{
		position: relative;
		top: 8px;
	}

/*-------- 6.6. Blog Mini --------*/
	.blog_category_index_right_mini .has-post-thumbnail.post_wrapper,
	.blog_category_index_left_mini .has-post-thumbnail.post_wrapper,
	.blog_category_index_none_mini .has-post-thumbnail.post_wrapper{
		margin-bottom: 50px;
		padding-bottom: 0;
		position: relative;
		border: 0;
	}
	
	.blog_category_index_right_mini .post_wrapper,
	.blog_category_index_left_mini .post_wrapper,
	.blog_category_index_none_mini .post_wrapper{
		margin-bottom: 100px;
		padding-bottom: 0;
		position: relative;
	}
	
	.blog_category_index_right_mini .has-post-thumbnail .post_content,
	.blog_category_index_left_mini .has-post-thumbnail .post_content,
	.blog_category_index_none_mini .has-post-thumbnail .post_content{
		padding-bottom: 50px;
	}
	
	.blog_category_index_right_mini .has-post-thumbnail .post_content:before,
	.blog_category_index_left_mini .has-post-thumbnail .post_content:before,
	.blog_category_index_none_mini .has-post-thumbnail .post_content:before{
		content:"";
		border-bottom: 1px solid #e9eaec;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
	}
	
	.blog_category_index_right_mini .post_content,
	.blog_category_index_left_mini .post_content,
	.blog_category_index_none_mini .post_content{
		padding-bottom: 0px;
	}
	
	.blog_category_index_right_mini .post_content:before,
	.blog_category_index_left_mini .post_content:before,
	.blog_category_index_none_mini .post_content:before{
		content:"";
		border-bottom: 1px solid #e9eaec;
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%;
		height: 1px;
	
	}
	
	.blog_category_index_right_mini .has-post-thumbnail .post_main,
	.blog_category_index_left_mini .has-post-thumbnail .post_main,
	.blog_category_index_none_mini .has-post-thumbnail .post_main{
		margin: 0;
		padding: 0;
	}
	
	.blog_category_index_right_mini .post_main,
	.blog_category_index_left_mini .post_main,
	.blog_category_index_none_mini .post_main{
		margin: 0;
	}
	
	.blog_category_index_right_mini .post_type,
	.blog_category_index_left_mini .post_type,
	.blog_category_index_none_mini .post_type{
		display: inline-block;
		height: 28px;
		width: 38px;
		background: #e6593b;
		text-align: center;
		position: absolute;
		line-height: 32px;
	}
	
	.blog_category_index_right_mini .post_type i,
	.blog_category_index_left_mini .post_type i,
	.blog_category_index_none_mini .post_type i{
		font-size: 15px;
		color: #fff;
		line-height: 26px;
	}
	
	.blog_category_index_right_mini .post_main h5,
	.blog_category_index_left_mini .post_main h5,
	.blog_category_index_none_mini .post_main h5{
		display: inline-block;
		line-height: 22px;
		padding-left: 55px;
		margin-bottom: 20px;
	}
	
	.blog_category_index_right_mini .post_main h5 a,
	.blog_category_index_left_mini .post_main h5 a,
	.blog_category_index_none_mini .post_main h5 a{
		color: #3b4550;
	}
	
	.blog_category_index_right_mini .post_main h5 a:hover,
	.blog_category_index_left_mini .post_main h5 a:hover,
	.blog_category_index_none_mini .post_main h5 a:hover{
		color: #e6593b;
	}
	
	.blog_category_index_right_mini .has-post-thumbnail .post_main .post_author,
	.blog_category_index_left_mini .has-post-thumbnail .post_main .post_author, 
	.blog_category_index_none_mini .has-post-thumbnail .post_main .post_author{
		display: block;
		margin: 0 0 15px;
	}
	
	.blog_category_index_right_mini .post_main .post_author,
	.blog_category_index_left_mini .post_main .post_author, 
	.blog_category_index_none_mini .post_main .post_author{
		display: block;
		margin: 6px 0 15px;
	}

	.blog_category_index_right_mini .post_main .post_author span,
	.blog_category_index_left_mini .post_main .post_author span, 
	.blog_category_index_none_mini .post_main .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.blog_category_index_right_mini .post_main .post_author span i,
	.blog_category_index_left_mini .post_main .post_author span i, 
	.blog_category_index_none_mini .post_main .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: 0px;
	}

	.blog_category_index_right_mini .post_main .post_author span:last-child,
	.blog_category_index_left_mini .post_main .post_author span:last-child, 
	.blog_category_index_none_mini .post_main .post_author span:last-child{
		margin-right: 0;
	}

	.blog_category_index_right_mini .post_main .post_author span.post_category a,
	.blog_category_index_left_mini .post_main .post_author span.post_category a, 
	.blog_category_index_none_mini .post_main .post_author span.post_category a{
		color: #111;
	}

	.blog_category_index_right_mini .post_main .post_author span.post_category a:hover,
	.blog_category_index_left_mini .post_main .post_author span.post_category a:hover, 
	.blog_category_index_none_mini .post_main .post_author span.post_category a:hover{
		color: #e6593b;
	}
	
	.blog_category_index_right_mini .post_main .post_main_inner_wrapper .post-readmore, 
	.blog_category_index_left_mini .post_main .post_main_inner_wrapper .post-readmore,
	.blog_category_index_none_mini .post_main .post_main_inner_wrapper .post-readmore{
		border-top: 0;
	}

	.blog_category_index_right_mini .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags, 
	.blog_category_index_left_mini .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags,
	.blog_category_index_none_mini .post_main .post_main_inner_wrapper .post-readmore .post_meta_tags{
		padding-top: 8px;
		margin-bottom: 0;
	}
	
	.blog_category_index_right_mini .post_main .post_main_inner_wrapper .post-readmore .more-link, 
	.blog_category_index_left_mini .post_main .post_main_inner_wrapper .post-readmore .more-link,
	.blog_category_index_none_mini .post_main .post_main_inner_wrapper .post-readmore .more-link{
		width:143px;
		height:38px;
		background: #ffffff; 
		border: 1px solid #eaecef;
		border-radius: 45px;
		color: #e6593b;
		text-transform: uppercase;
		font-family:'Open Sans', sans-serif;
		font-size:14px;
		font-weight:500;
		text-align: center;
		padding-top: 7px;
	}
	
	.blog_category_index_right_mini .post_main .post_main_inner_wrapper .post-readmore .more-link:hover, 
	.blog_category_index_left_mini .post_main .post_main_inner_wrapper .post-readmore .more-link:hover,
	.blog_category_index_none_mini .post_main .post_main_inner_wrapper .post-readmore .more-link:hover{
		width:143px;
		height:38px;
	    background: #e6593b;
		border: 1px solid transparent;
		border-radius: 45px;
		color: #fff;
	}

/*-------- 6.2. Blog Posts --------*/
	.post{
		border-bottom: 0px;
	}

	.post_content{
		position: relative;
		padding-bottom: 20px;
	}

	.post_wrapper{
		margin-bottom: 40px;
	}

	.post_content .post_main{
		position: relative;
	}

	.post_content .post_main .wp-post-image,
	.post_content .post_main .videoWrapper-youtube,
	.post_content .post_main .videoWrapper-vimeo,
	.post_content .post_main iframe{
		margin-bottom: 15px;
	}

	.post_content .post_main h3{
		margin-bottom: 21px;
		line-height: 30px;
	}

	.post_content .post_main h3 a{
		color: #3b4550;
	}

	.post_content .post_main h3 a:hover{
		color: #e6593b;
	}

	.post_content .post_badges{
		float: left;
		display: inline-block;
		text-align: center;
		color: #505558;
	}

	.post_content .post_badges .avatar{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-bottom: 13px;
	}

	.post_content .post_badges .post_author{
		display: block;
		border-bottom: 1px solid #e1e9e9;
		padding-bottom: 16px;
		margin-bottom: 8px;
	}

	.post_content .post_badges .post_date{
		display: block;
		font-size: 13px;
		color: #939fa6;
	}

	.postmeta-tags{
		text-align: left;
		display: inline-block;
		margin-bottom: 8px;
	}

	.post_meta_tags{
		font-size: 13px;
		float: right;
	}

	.post_meta_tags a{
		color: #ccc;
	}

	.post_meta_tags a:hover{
		color: #e6593b;
	}

	.post_meta_tags i{
		margin-right: 10px;
		margin-left: 0px;
		font-size: 14px;
		position: relative;
		top: 2px;
		color: #ccc;
	}

	.post_main .postmeta-above{
		border-bottom: 1px solid #e9eaec;
	}

	.post_main .postmeta-under{
		border-top: 1px solid #e9eaec;
		border-bottom: 1px solid #e9eaec;
	}

	.post_main .postmeta-above{
		color: #111;
		font-size: 13px;
		line-height: 20px;
		padding: 0px 0 15px 0;
		margin-bottom: 24px;
	}

	.post_main .postmeta-above a{
		color: #111;
		font-size: 13px;
		line-height: 20px;
		padding: 12px 0 15px 0;
		margin-bottom: 24px;
	}

	.post_main .postmeta-above a:hover{
		color: #e6593b;
	}

	.post_main .postmeta-above p{
		display: inline-block;
		margin-right: 25px;
		margin-bottom: 0;
	}

	.post_main .postmeta-above p i{
		margin-right: 6px;
		position: relative;
		line-height: 20px;
		top: 2px;
	}

	.post_main .postmeta-above .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.post_main .postmeta-above .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: -2px;
	}

	.post_main .post_main_inner_wrapper .post_author span{
		position: relative;
		margin-right: 15px;
	}

	.post_main .post_main_inner_wrapper .post_author span i{
		position: relative;
		font-size: 4px;
		right: -8px;
		top: -2px;
	}

	.post_main .postmeta-above .post_author span:last-child{
		margin-right: 0;
	}

	.post_main .postmeta-above .post_meta_comments{
		float: right;
		margin: 0;
	}

	.post_main .postmeta-under{
		padding: 15px 0;
		margin: 0 0 40px 0;
		text-align: center;
		display: block;
	}

	.post_main .postmeta-under p{
		margin-bottom: 0;
	}

	.post_meta_share a{
		left: 0;
		display: inline-block;
		background: #ffffff;
		color: #ccc;
		width: 36px;
		height: 36px;
		line-height: 39px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		text-align: center;
		margin-left: 10px;
	}

	.post_meta_share span{
		margin-right: 10px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		font-size: 14px;
		color: #3b4550;
		position: relative;
		top: -1px;
		text-transform: uppercase;
	}

	.post_meta_share a:hover i{
		color: #fff;
	}

	.post_meta_share i{
		font-size: 13px;
		top: -2px !important;
		color: #ccc;
		position: relative;
	}

	.post_meta_share .post_share_facebook:hover{background: #3B5998;color: #fff;}
	.post_meta_share .post_share_twitter:hover{background: #4099FF;color: #fff;}
	.post_meta_share .post_share_googleplus:hover{background: #d34836;color: #fff;}
	.post_meta_share .post_share_linkedin:hover{background: #0e76a8;color: #fff;}
	.post_meta_share .post_share_pinterest:hover{background: #c8232c;color: #fff;}

	.post_about_author{
		margin-bottom: 50px;
	}

	.post_about_author img{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}

	.post_about_author h5{
		font-family:'Open Sans', sans-serif;
		font-size:14px;
		font-weight:500;
		line-height:22px;
		color:#3b4550;
		text-align:left;
	}

	.post_about_author p{
		padding-right: 50px;
	}

	.post-readmore{
		border-top: 0px solid #e1e9e9;
	}

	.more-link{
		color: #e6593b;
		font-size: 14px;
		margin-bottom: 0px;
		display: inline-block;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	.more-link:hover{
		color: #7e1600;
	}

	.more-link i{
		font-size: 8px;
		margin-left: 5px;
	}

	.post_excerpt{
		line-height: 38px;
		margin-top: -4px;
	}

	.sticky{
		background: #f2f2f2;
		margin-bottom: 60px;
		padding: 20px 20px 0 20px;
	}

	#comments_section #comments h3#comments-title{
		font-size: 18px;
	}

	#comments_section #comments h3#reply-title{
		font-size: 18px;
	}

	.post-navigation {
		padding-top: 1px;
	}

	.previous_post{
		float: left;
	}	

	.next_post{
		float: right;
	}

	.previous_post_icon{
		color: #ccc;
		font-size: 12px;
		line-height: 29px;
		display: inline-block;
		margin-right: 20px;
		border-radius: 50%;
		border: 1px solid #e9eaec;
		width: 32px;
		height: 32px;
		background: -webkit-linear-gradient(#fff, #ffffff);
        background: -o-linear-gradient(#fff, #ffffff);
        background: -moz-linear-gradient(#fff, #ffffff);
        background: linear-gradient(#fff, #ffffff);
		text-align: center;	
	}

	.next_post_icon{
		color: #ccc;
		font-size: 12px;
		line-height: 29px;
		display: inline-block;
		margin-left: 20px;
		border-radius: 50%;
		border: 1px solid #e9eaec;
		width: 32px;
		height: 32px;
		background: -webkit-linear-gradient(#fff, #ffffff);
        background: -o-linear-gradient(#fff, #ffffff);
        background: -moz-linear-gradient(#fff, #ffffff);
        background: linear-gradient(#fff, #ffffff);
		text-align: center;		
	}

	.previous_post a,
	.next_post a{
		color: #111;
		cursor: pointer;
	}
	
	.previous_post:hover a,
	.next_post:hover a{
		color: #e6593b;
	}

	.previous_post_icon i,
	.next_post_icon i{
		font-size: 8px;
		line-height: 29px;
		margin: 0 5px;
		cursor: pointer;
	}

	.previous_post:hover i,
	.next_post:hover i{
		color: #e6593b;
	}

/*-------- 6.5. Related Articles --------*/
	#related_articles{
		padding: 0;
	}

	.related_item_meta a{
		color: #111;
	}

	.related_item_meta a:hover{
		color: #e6593b;
	}

	.related_article .overlayed{
		position: relative;
	}

	.related_article .overlayed .overlay {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		overflow: hidden; 
		top: 0; 
		left: 0; 
		filter: alpha(opacity=0); 
		opacity: 0; 
		background: none; 
		color: #fff;
		-webkit-transition: all 300ms ease-in-out; 
		-moz-transition: all 300ms ease-in-out; 
		-o-transition: all 300ms ease-in-out; 
		-ms-transition: all 300ms ease-in-out; 
		transition: all 300ms ease-in-out;
		z-index: 1;
	}

	.related_article .overlayed .overlay .overlay_icon {
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: 50%;
		margin-left: -25px;
		line-height: 60px;
		text-align: center;
	}

	.related_article .overlayed .overlay .overlay_icon i{
		font-size: 22px;
		line-height: 50px;
	}

	.related_article:hover .overlayed .overlay {
		filter: alpha(opacity=100); 
		opacity: 1; 
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(80,162,222,0.75) 75%);
	    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(80,162,222,0.75) 75%); 
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.related_article:hover .overlayed_detailed .overlay {
		filter: alpha(opacity=100); 
		opacity: 1; 
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(80,162,222,0.75) 75%);
	    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(80,162,222,0.75) 75%);
		border-radius: 5px;
	}

	.related_article .overlayed .overlay:before,
	.related_article .overlayed .overlay:after{
		position: absolute;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	.related_article .overlayed .overlay:before{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: scale(0,1);
		transform: scale(0,1);
	}

	.related_article .overlayed .overlay:after{
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		-webkit-transform: scale(1,0);
		transform: scale(1,0);
	}

	.related_article:hover .overlayed .overlay:before,
	.related_article:hover .overlayed .overlay:after{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

/*-------- 6.4. Post Comments --------*/
	#comments_section{
		padding-bottom: 0;
		padding-top: 0;
	}

	#comments_section ul,
	#comments_section ol{
		list-style: none;
		margin-left: 0;
	}

	#comments_section .comment.depth-1:after{
		content:"";
		width: 100%;
		height: 1px;
		background: #e9eaec;
		position: absolute;
		bottom: 0;
		left: 0;
		visibility: visible;
	}

	.comment p{
		margin-bottom: 0;
	}

	#comments_section p.logged-in-as,
	#comments_section p.comment-notes{
		margin-bottom: 38px;
	}

	.comment {
		position: relative;
		padding-left: 112px;
		padding-bottom: 30px;
		min-height: 70px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.comment .children .comment{
		margin-top: 0;
		padding-bottom: 0;
	}

	.children .comment:last-child{
		margin-bottom: 0;
	}

	.comment .avatar{
		width: 90px;
		height: 90px;
		position: absolute;
		top: 0px;
		left: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 50%;
	}

	.comment .comment-text{
		padding-bottom: 34px;
		margin-top: 11px;
	}

	.comment .children{
		padding-top: 30px;
	}

	.comment .comment-author{
		font-size: 14px;
		color: #3b4550;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		margin-right: 20px;
	}

	.comment time{
		font-size: 13px;
		margin-right: 30px;
	}

	.comment .reply,
	.comment .edit-link,
	.comment .reply a,
	.comment .edit-link a{
		font-family:"Open Sans";
		font-size:13px;
		line-height:22px;
		color:#000;
		float: left;
		position:relative;
	}

	.comment .reply{
		float: right;
	}
	
	.comment .reply:before, .comment .edit-link:before{
		font-family: FontAwesome;
  		display: block;
  		font-size: 12px;
  		position: absolute;
  		top: 0;
  		line-height: inherit;
  		left: -25px;
  		color: #000;
	}

	.comment .reply:before {
		 content: "\f112";	
	}
	
	.comment .edit-link{
		float: right;
		margin-left: 60px;
	}

	.comment .edit-link:before{
		content: "\f040";
	}

	#respond .comment-reply-title{
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		font-size: 18px;
		color: #3b4550;
	}

	#respond .comment_fields p{
		width: 31%;
		margin-right: 30px;
		display: block;
		float: left;
		margin-bottom: 0;
	}

	#respond .comment_fields p:last-child{
		margin-right: 0;
	}

	#respond #comment{
		margin-bottom: 22px;
	}

	#respond .comment-form-comment{
		margin-bottom: 0;
		font-family: 'Open Sans';
		font-size: 13px;
		color: #111;
	}

	#respond .comment-form input[type="text"],
	#respond .comment-form textarea[id="comment"]{
		font-family: 'Open Sans';
		font-size: 13px;
	}

/*-------- 6.5. Post Pagination --------*/
	#blog_pagination{
		padding-top: 0;
		text-align: center;
		margin-top: 20px;
	}

	#blog_pagination .pagination{
		position: relative;
	}

	#blog_pagination .page-numbers{
		color: #ccc;
		font-size: 12px;
		line-height: 29px;
		display: inline-block;
		margin-right: 6px;
		border-radius: 50%;
		border: 1px solid #e9eaec;
		width: 32px;
		height: 32px;
		background: -webkit-linear-gradient(#fff, #ffffff);
        background: -o-linear-gradient(#fff, #ffffff);
        background: -moz-linear-gradient(#fff, #ffffff);
        background: linear-gradient(#fff, #ffffff);
		text-align: center;
	    }


	#blog_pagination i{
		font-size: 8px;
		line-height: 29px;
		margin: 0 5px;
	}

	#blog_pagination .page-numbers:hover{
		background: #e6593b;
		color: #fff;
	}
	
	#blog_pagination .page-numbers.current{
		color: #e6593b;
		text-align: center;
	}

	#blog_pagination .page-numbers.current:hover{
		background: -webkit-linear-gradient(#fff, #ffffff);
        background: -o-linear-gradient(#fff, #ffffff);
        background: -moz-linear-gradient(#fff, #ffffff);
        background: linear-gradient(#fff, #ffffff);
		color: #e6593b;
	}

	#blog_pagination .prev{
		margin-right: 6px;
		text-align: center;
	}

	#blog_pagination .next{
		text-align: center;
	}

	#inner_post_pagination{
		margin-bottom: 40px;
	}

	#inner_post_pagination > span,
	#inner_post_pagination > a{
		color: #ccc;
		font-size: 12px;
		line-height: 29px;
		display: inline-block;
		margin-right: 6px;
		border-radius: 50%;
		border: 1px solid #e9eaec;
		width: 32px;
		height: 32px;
		background: -webkit-linear-gradient(#fff, #ffffff);
        background: -o-linear-gradient(#fff, #ffffff);
        background: -moz-linear-gradient(#fff, #ffffff);
        background: linear-gradient(#fff, #ffffff);
		text-align: center;
	}

	#inner_post_pagination > a span{
		border: none;
	}

	#inner_post_pagination > a:hover{
		color: #e6593b;
	}

/*-------- 6.12. Testimonials --------*/

	.testimonial_overview .details {
		position:relative;
	}
	
	.testimonial_overview .details:after {
		content: '';
 	 	position: absolute;
  		top: 50px;
  		right: 0;
  		display: block;
  		width: 0;
  		height: 0;
  		border-style: solid;
  		border-width: 20px 25px 25px 0;
  		border-color: transparent #fff transparent transparent;
	}
	
	.excerpt_container{
		background: #fff;
 	 	border: 1px solid #e9eaec;	
	}
	
	.excerpt_container p{
		padding: 25px;
  		margin-bottom: 0;
  		font-size: 13px;
  	}

	.details_container {
		color: #fff;
		width:100%;
  		background: #000;
  		background: rgba(0, 0, 0, 0.8);
  		padding: 5px 20px;
  		text-align: right;
  		font-size: 13px;
  		position: absolute;
  		bottom: 0;
	}

/*-----------------------------------------------------------------*/
/* 7. Contact Form 7
/*-----------------------------------------------------------------*/
	.wpcf7 input{
		margin-top: 0;
		margin-bottom:-1px;
		outline: 0;
	}

	.wpcf7 textarea{
		height: 180px;
		margin: 0 0 21px 0;
		-webkit-appearance: none;
		background: #ffffff;
		font-size: 13px;
		outline: 0;
		max-width:100%;
		color:#989898;
	}
	
	.wpcf7 textarea:focus{
		color:#000;
	}

	.wpcf7-response-output{
		border: 0 !important;
		margin: 0 !important;
		text-align: right;
		float:right;
	}
	
	.wpcf7-response-output.wpcf7-mail-sent-ok {	
		color: #398f14;
		font-size:15px;
		padding:0;
		margin-top:8px !important;
	}

	.wpcf7-not-valid-tip{	
		width: auto;
		padding: 8px 8px;
		background: transparent;
		border: 1px solid #f05347;
	}

	.wpcf7-validation-errors{
		display:none !important;		
		padding: 19px !important;
		background: #ffe9e9;
		color: #d04544;
		border: none !important;
		margin: 0 !important;
	}

	#contact_form_submit{
		-webkit-appearance: none;
		width: 100%;
		background: #7e1600 !important;
		height: 55px;
		margin-top: 0;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
	}

	div.wpcf7 img.ajax-loader {
		float:right;
	}

	.wpcf7 p{
		margin-bottom: 0;
	}
	
	.wpcf7-form {
		position:relative;
	}

	.wpcf7-list-item{
		display: block;
		float: left;
		width: 48%;
		margin-left:0 !important;;
	}
	
	.wpcf7-list-item.first{
		margin-right:4%;
	}
	
	.wpcf7-list-item .wpcf7-list-item-label {
		width: 100%;
		display: block;
		padding: 6px 7px 7px;
		border:1px solid #e6593b;
		text-align:center;
		color: #e6593b;
		position: relative;
		top: -20px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}
	
	.wpcf7-list-item .wpcf7-list-item-label:hover {
		border-color:#7e1600;
		cursor:pointer;
	}

	.wpcf7-list-item input{
		margin: 0;
	}
	
	.wpcf7-list-item input[type="radio"] {
		display:none;
	}
	
	.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label{
		border-color:#7e1600;
		background:#7e1600;
		color:#fff;
	}
	
	.wpcf7-form .row{
		opacity:1;
		filter: alpha(opacity=100);
		transition: all 280ms ease-in;
		-webkit-transition: all 280ms ease-in;
	}
	
	.wpcf7-form.sent .row{
		opacity:0.1;
		filter: alpha(opacity=10);
	}

/*-----------------------------------------------------------------*/
/* 8. Widgets
/*-----------------------------------------------------------------*/
	.widget input{
		margin-bottom: 0;
	}

	aside .widget{
		margin-bottom: 42px;
		border:1px solid #d7d7d7;
		padding:15px;
	}
	
	aside .widget.widget_search {
		border:0;
		padding:0;
	}
	
	aside .widget.widget_search form#search input{
		border-color:#d7d7d7;
	}

	.sidebar-widget-heading h3,
	.sidebar-widget-heading,
	#comments-title,
	#reply-title{
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 24px;
		position: relative;
		margin-bottom: 10px;
		display: block;
		text-align: left;
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	.sidebar-widget-heading h3:after,
	#comments-title:after,
	#reply-title:after{
		display: none;
		content: "";
		width: 60px;
		height: 2px;
		background: #56b9ff;
		position: absolute;
		bottom: -2px;
		left: 0;
		margin-left: 0;
	}

	aside .widget a{
		color: #000;
		margin-left:25px;
	}

	aside .widget a:hover{
		color: #e6593b;
	}

	h3.footer-widget-heading{
		font-weight: 500;
		font-size: 14px;
		margin-bottom: 17px;
	}

	.textwidget{
		font-size: 13px;
		line-height: 22px;
		color: #fff;
		padding-right: 22px;
	}

/*-------- 8.1. Search --------*/	
	form#search {
		position: relative;
	}

	#search a{
		cursor: pointer;
		position: absolute;
  		top: 0;
  		right: 0;
	}

	#search i{
		color: #000;
		position: absolute;
		top: 13px;
		right: 15px;
		font-size: 13px;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	#search i:hover{
		color: #7e1600;
	}
	
	#search input:focus i{
		color: #000;
	}
 
	#search input{
		padding: 9px 13px;
		font-size: 13px;
		height: 38px;
		width: 100%;
		outline: 0;
		position:relative;
	}

	.search_results_content_item{
		padding-left: 41px;
		position: relative;
	}

	.search_resuls_number{
		font-family: 'Open Sans', sans-serif;
		font-size: 19px;
		font-weight: 300;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 19px;
	}

	.search_results_content_item h4{
		margin-bottom: 12px;
	}

	#search_results_sum_title{
		margin-bottom: 50px;
	}

/*-------- 8.2. Categories, Menu, Pages --------*/	
	.widget ul{
		list-style: none;
		margin-left: 0;
	}

	.widget ul li{
		position: relative;
	}

	.widget ul.children li{
		word-break:break-word;
	}

	aside .widget_pages li,
	aside .widget_recent_entries li,
	aside .widget_archive li,
	aside .widget_nav_menu li,
	aside .widget_meta li,
	aside .widget_categories li{
		border-bottom: 1px solid #e6ebed;
		position: relative;
		padding: 0;
		line-height: 36px;
	}

	aside .widget_pages ul.children,
	aside .widget_recent_entries ul.children,
	aside .widget_archive ul.children,
	aside .widget_nav_menu ul.sub-menu,
	aside .widget_meta ul.children,
	aside .widget_categories ul.children{
		border-top: 1px solid #e6ebed;
		position: relative;
		padding: 0;
	}

	aside .widget_pages li:last-child,
	aside .widget_recent_entries li:last-child,
	aside .widget_archive li:last-child,
	aside .widget_nav_menu li:last-child,
	aside .widget_meta li:last-child,
	aside .widget_categories li:last-child{
		border-bottom: none;
	}

	aside .widget_pages ul.children li a,
	aside .widget_recent_entries ul.children li a,
	aside .widget_archive ul.children li a,
	aside .widget_nav_menu ul.sub-menu li a,
	aside .widget_meta ul.children li a,
	aside .widget_categories ul.children li a{
		margin-left: 10px;
	}

	aside .widget_pages ul.children li li a,
	aside .widget_recent_entries ul.children li li a,
	aside .widget_archive ul.children li li a,
	aside .widget_nav_menu ul.sub-menu li li a,
	aside .widget_meta ul.children li li a,
	aside .widget_categories ul.children li li a{
		margin-left: 20px;
	}
	aside .widget_pages ul.children li li li a,
	aside .widget_recent_entries ul.children li li li a,
	aside .widget_archive ul.children li li li a,
	aside .widget_nav_menu ul.sub-menu li li li a,
	aside .widget_meta ul.children li li li a,
	aside .widget_categories ul.children li li li a{
		margin-left: 30px;
	}
	aside .widget_pages ul.children li li li li a,
	aside .widget_recent_entries ul.children li li li li a,
	aside .widget_archive ul.children li li li li a,
	aside .widget_nav_menu ul.sub-menu li li li li a,
	aside .widget_meta ul.children li li li li a,
	aside .widget_categories ul.children li li li li a{
		margin-left: 40px;
	}

	aside .widget_pages li:after,
	aside .widget_recent_entries li:after,
	aside .widget_archive li:after,
	aside .widget_nav_menu li:after,
	aside .widget_meta li:after,
	aside .widget_categories li:after{
		font-family: FontAwesome;
		content: "\f105"; /*.ci_icon-chevron-right*/
		display: block;
		font-size: 8px;
		position: absolute;
		top: 0;
		line-height: inherit;
		left: 0px;
		color: #000;
	}



/*-------- 8.3. Tag Cloud --------*/	
	.tagcloud{
		padding-top: 5px;
		margin-bottom: 20px;
	}

	.tagcloud a{
		display: inline-block;
		margin: 0 5px 5px 0 !important;
		padding: 7px 9px 8px 9px;
		float: left;
		font-size: 12px !important;
		line-height: 13px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #fff;
		border: 1px solid #d7d7d7;
		text-transform: capitalize;
	}

	.tagcloud a:hover{
		background: #000;
		border: 1px solid #000;
		color: #fff !important;
	}

	.tagcloud:after{
		display: block;
		clear: both;
		content: "";
		height: 0;
	}

	#main_footer .tagcloud a{
		background: #1c1f23;
		border: 1px solid #1c1f23;
	}

	#main_footer .tagcloud a:hover{
		background: #e6593b;
		color: #fff;
		border: 1px solid #e6593b;
	}

/*-------- 8.5. Recent Posts Extended Widget --------*/
	.rpwe-block li{
		border-bottom: none;
		padding-bottom: 0;
		position: relative;
		padding-left: 81px;
		min-height: 50px;
		margin-bottom: 16px;
		padding-right: 0;
		padding-top: 10px;
	}

	.rpwe-block li a{
		text-transform: capitalize;
		font-size: 13px;
		color: #111;
	}

	.rpwe-thumb {
		border: 0px;
		box-shadow: none;
		margin: 5px 0 0 0;
		padding: 0;
		width: 70px;
		height: 70px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.rpwe-title{
		margin-bottom: 0;
		font-family: 'Open Sans';
		font-size: 13px;
		line-height: 20px;
		font-weight: normal;
	}

	.rpwe-title a{
		color: #ccc;
	}

	.rpwe-title a:hover{
		color: #e6593b;
	}

	.rpwe-time{
		font-size: 12px;
		color: #111;
		padding-left: 8px;
	}

	.rpwe-time:before{
		content: '\f20f';
		font-family: FontAwesome;
		position: relative;
		left: -8px;
		font-size: 11px;
	}

	.rpwe-clearfix:before,
	.rpwe-clearfix:after{
		content: "";
		display: table;
	}

	.rpwe-clearfix:after{
		clear:both;
	}

	.rpwe-clearfix{
		zoom: 1;
	}


/*-------- 8.6. Footer Widgets --------*/
	#main_footer .widget{
		margin-bottom: 0px;
	}

	#main_footer .rpwe-block li{
		padding-left: 80px;
		padding-top:6px;
	}

	#main_footer .rpwe-title{
		line-height:22px;
	}
	
	#main_footer .rpwe-time{
		font-family:'Open Sans';
		color:#6b7078;
		text-align:left;
	}
	
	#main_footer a.footer_text_readmore{
		color: #fff;
	}

	#main_footer .footer_text_readmore i{
		font-size: 8px;
		color: #fff;
		margin-left: 10px;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

	#main_footer a.footer_text_readmore:hover{
		color: #e6593b;
	}

	#main_footer a.footer_text_readmore:hover i{
		color: #e6593b;
		-webkit-transition: all 180ms ease-in;
		transition: all 180ms ease-in;
	}

/*-------- 8.7. Sidebar Widgets --------*/

/*-------- 8.8. Contact Info Widget --------*/
	.contact_info_widget{
		margin-bottom: 13px;
	}

	.contact_info_widget p{
		padding-left: 45px;
		position: relative;
		margin-bottom: 0px;
		font-size: 15px;
		font-weight: 300;
	}

	.contact_info_widget i{
		position: absolute;
		left: 0;
		top: -5px;
		display: inline-block;
		background: transparent;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

/*-------- 8.9. Twitter Widget --------*/	

	.sidebar .ab-tweet-scroller {
		position: relative;
		padding-bottom: 0px;
	}

	.sidebar .ab-tweet-scroller .caroufredsel_wrapper{
		padding-bottom: 0px;	
	}

	.sidebar .ab-tweet-scroller-inner{
		width: 236px;
		padding-left: 15px;
	}

	.sidebar .ab-tweet-scroller:before {
		display: none;
		content: "";
	}

	.sidebar .ab-tweet-item{
		text-align: left;
		padding: 0px 10px 50px;
		position: relative;
		vertical-align: top;
	}

	.sidebar .ab-tweet-scroller-inner:before{
		content: '\f16a'; /*.ci_icon-twitter*/
		font-family: FontAwesome;
		background: none;
		width: auto;
		height: auto;
		font-style: normal;
		font-size: 14px;
		color: #ccc;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.sidebar .ab-tweet-item .ab-tweet-username{
		font-size: 13px;
		color: #e6593b;
		position: relative;
		left: 61px;
		top: 0px;
	}

	.sidebar .ab-tweet-item .ab-tweet-date{
		font-size: 13px;
		font-style: italic;
		color: #a0a8ad;
		position: absolute;
		bottom: 20px;
		left: 72px;
	}
	
	.sidebar .ab-tweet-item .ab-tweet-text{
		font-size: 13px;
		color: #111;
		margin-top: 0;
	}

	.sidebar .ab-tweet-text a{
		font-size: 13px;
		color: #111;
	}

	.sidebar .ab-tweet-navigation{
		display: none;
	}

/*-------- 8.10. Calendar Widget --------*/
	#wp-calendar caption{
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		color: #3b4550;
	}

	#wp-calendar thead tr th{
		font-weight: 500;
		color: #3b4550;
	}

	#wp-calendar tbody td{
		text-align: center;
	}

/*--------- 8.11. Recent Comments Widget --------*/
	.widget_recent_comments .recentcomments{
		margin-top: 10px;
		border-top: 1px solid #e6ebed;
		padding-bottom: 10px;
		font-family: 'Open Sans', sans-serif;
		color: #e6593b;
	}
	
	.widget_recent_comments .recentcomments:first-child{
		border-top:0;
	}

	.widget_recent_comments .recentcomments .url{
		font-family: 'Open Sans', sans-serif;
		color: #000;
	}

	.widget_recent_comments .recentcomments .url:hover{
		color: #e6593b;
	}

	.widget_recent_comments .recentcomments a{
		color: #000;
	}

/*--------- 8.12. RSS Widget --------*/
	.widget_rss li{
		margin-bottom: 20px;
	}

	.widget_rss .rss-date{
		color: #111;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.widget_rss cite{
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		color: #3b4550;
	}

/*--------- 8.13. Secondary Sidebar Widgets --------*/

/*--------- 8.13.1. Newsletter Widget  --------*/
	.dual_sidebar .textwidget{
		padding-right: 0;
	}

	.dual_sidebar #text-7 .textwidget .dnd-button{
		display: block;
		margin: 0 auto;
	}

	.dual_sidebar.sidebar_right .dnd_follow_us a{
		width: 40px;
		height: 40px;
		border-radius: 4px;
		margin: 0 14px 14px 0;
		border: 1px solid #e9eaec;
		background: #fff;
		line-height: 40px;
	}

	.dual_sidebar.sidebar_right .dnd_follow_us a i{
		color: #111;
	}

	.dual_sidebar.sidebar_right .dnd_follow_us a:hover i{
		color: #ffffff;
	}

	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_facebook:hover{background: #3B5998;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_twitter:hover{background: #4099FF;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_googleplus:hover{background: #d34836;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_linkedin:hover{background: #0e76a8;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_youtube:hover{background: #c4302b;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_pinterest:hover{background: #c8232c;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_github:hover{background: #171515;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_feed:hover{background: #ee802f;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_behance:hover{background: #1769ff;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_blogger_blog:hover{background: #f57d00;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_delicious:hover{background: #3399ff;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_designcontest:hover{background: #5faad2;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_deviantart:hover{background: #4e6252;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_digg:hover{background: #000;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_dribbble:hover{background: #ea4c89;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_dropbox:hover{background: #007ee5;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_emailalt:hover{background: #ed1c16;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_flickr:hover{background: #ff0084;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_forrst:hover{background: #5b9a68;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_instagram:hover{background: #3f729b;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_lastfm:hover{background: #c3000d;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_myspace:hover{background: #313131;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_picasa:hover{background: #9a45a0;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_skype:hover{background: #00aff0;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_stumbleupon:hover{background: #f74425;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_vimeo:hover{background: #44bbff;}
	.dual_sidebar.sidebar_right .dnd_follow_us .dnd_socialicon_zerply:hover{background: #9dcc7a;}

	.dual_sidebar.sidebar_right .recentcomments{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e9eaec;
	}	

	.dual_sidebar.sidebar_right .recentcomments:last-child {
		border-bottom: 0;
	}


/*-----------------------------------------------------------------*/
/* 9. Pages
/*-----------------------------------------------------------------*/

	#default_page_row{
		padding: 100px 0;
	}

	#default_page_row .dnd_section_dd:first-child{
		padding-top: 0;
	}

	#default_page_row .dnd_section_dd:last-child{
		padding-bottom: 0;
	}

/*-------- 9.1. About Us Page --------*/
	.section_stats{
		padding: 37px 0 0 0;
	}

/*-------- 9.2. 404 Page --------*/
	#page404{
		text-align: center;
		margin-bottom: 76px;
	}

	.big_404{
		font-size: 169px;
		line-height: 169px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		color: #000;
		text-align: center;
	}

	.big_404_text{
		font-size: 18px;
		line-height: 18px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		color: #000;
		text-align: center;
	}

	.page-template-404-php #page404{
		margin-bottom: 0;
		padding-bottom: 17px;
	}

	.page-template-404-php .big_404{
		font-size: 200px;
		line-height: 200px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		color: #3b4550;
		text-align: center;
		margin-bottom: 11px;
	}

	.page-template-404-php .big_404_text{
		font-size: 28px;
		line-height: 28px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		color: #3b4550;
		text-align: center;
		margin-bottom: 53px;
	}


/*-----------------------------------------------------------------*/
/* 10. Other
/*-----------------------------------------------------------------*/

/*-------- 10.1. AB Tweet Scroller --------*/
	.ab-tweet-scroller {
		position: relative;
		border: 0;
	}

	.ab-tweet-scroller:before{
		content: '\f16a'; /*.ci_icon-twitter*/
		font-family: FontAwesome;
		background: none;
		width: auto;
		height: auto;
		font-style: normal;
		font-size: 38px;
		color: #fff;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -19px;
	}

	.ab-tweet-item{
		position: relative;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.ab-tweet-username{
		color: #d5edff;
		font-size: 16px;
		position: absolute;
		left: 50%;
		top: 53px;
		margin-left: -61px;
	}

	.ab-tweet-text{
		margin-top: 70px;
		font-family: 'Open Sans', sans-serif, sans-serif;
		font-size: 20px;
		color: #fff;
	}

	.ab-tweet-text a{
		font-family: 'Open Sans', sans-serif, sans-serif;
		font-size: 20px;
		color: #d5edff;
	}

	.ab-tweet-date {
		color: #dbf0ff;
		font-family: 'Open Sans', sans-serif, sans-serif;
		font-size: 14px;
		position: absolute;
		bottom: 12px;
		left: 50%;
		margin-left: -61px;
		z-index: 10;
	}

	.ab-tweet-navigation{
		margin: 0 100px;
	}

	.ab-tweet-prev{
		color:transparent;
	}

	.ab-tweet-next{
		color:transparent;
	}

	a.ab-tweet-prev:hover{
		color:transparent;
	}

	a.ab-tweet-next:hover{
		color:transparent;
	}

	.ab-tweet-prev:after{
		content: '\f489'; /*.ci_icon-chevron-left*/
		font-family: FontAwesome;
		color: #fff;
		font-size: 20px;
		position: absolute;
		bottom: 50%;
		left: 0;
		right: auto;
		margin-bottom: -24px;
	}

	.ab-tweet-prev:hover:after{
		color: #d5edff;
	}

	.ab-tweet-next:hover:after{
		color: #d5edff;
	}

	.ab-tweet-next:after{
		content: '\f105'; /*.ci_icon-chevron-right*/
		font-family: FontAwesome;
		color: #fff;
		font-size: 20px;
		position: absolute;
		bottom: 50%;
		right: 0;
		left:auto;
		margin-bottom: -24px;
	}

/*-------- 10.2. Additional Classes --------*/
	.left_column .column_title_left{
		margin-bottom: 15px;
	}

	.left_column .dnd_shortcode_ul{
		margin-bottom: 2px;
	}

	.left_column .dnd_shortcode_ul li{
		margin-bottom: -3px;
	}

	.dnd_section_dd.section_big_header header h3{
		font-size: 32px;
		position: relative;
		margin-bottom: 33px;
	}

	.dnd_section_dd.section_big_header header h3:after{
		content:"";
		width: 26px;
		height: 2px;
		background: #cbcbcb;
		position: absolute;
		bottom: -21px;
		left: 50%;
		margin-left: -13px;
	}

	.dnd_section_dd.section_big_header header p{
		font-size: 14px;
		color: #ccc;
	}

	.dnd_section_dd.section_alt_header header h3{
		font-size: 22px;
		position: relative;
		margin-bottom: 30px;
	}

	.dnd_section_dd.section_alt_header header h3:after{
		content:"";
		width: 26px;
		height: 2px;
		background: #cbcbcb;
		position: absolute;
		bottom: -17px;
		left: 50%;
		margin-left: -13px;
	}

	.dnd_section_dd.section_alt_header header p{
		font-size: 14px;
		color: #ccc;
	}

	.about_us_list{
		margin-right: 140px;
	}

	.list_right{
		float: right;
		margin-right: 100px;
	}

	.list_left{
		float: left;
	}

	#fancybox-wrap{
		z-index: 9999;
	}

/*-----------------------------------------------------------------*/
/* 11. Footer
/*-----------------------------------------------------------------*/
	#main_footer{
		color: #fff;
	}

	#main_footer h3{
		color: #fff;
		text-transform: capitalize;;
	}

	#main_footer a{
		color: #fff;
	}

	#main_footer a:hover{
		color: #e6593b;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#main_footer .dnd_follow_us a{
		background: #1c1f23;
	}

	#main_footer .dnd_follow_us a i{
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	#footer_columns{
		padding: 70px 0;
		background: #000;
	}
	
	#footer_columns img{
		margin-top:25px;
	}
	
	#footer_columns .container{
		width:940px;
	}
	
	#footer_columns .contact{
		text-align:left;
	}	
	
	#footer_columns .contact .textwidget{
		padding-right:0;
	}
	
	#footer_columns .span3 p:last-child{
		margin-bottom:0;
	}

	#footer_columns .copyright{
		color: #ccc;
		font-size:11px;
		text-transform:uppercase;
		margin-top:20px;
	}
	
	#footer_columns .copyright a{
		color: #ccc;
	}
	
	#footer_columns .copyright a:hover{
		color: #e6593b;
	}
	
	#back_to_top {
		padding: 15px 17px;
		text-align:center;
	}
	
	#back_to_top i{
		color:#fff;
		font-size: 25px;
		cursor:pointer;
	}
	
	#back_to_top i:hover{
		color:#e6593b;
	}

/*----------- 11.1. Footer Menu --------------*/	
	#footer_copyright #footer_menu ul{
		float:right;
	}	
	
	#footer_copyright #footer_menu ul li{
		display: inline-block;
		margin-left: 10px;
	}

	#footer_copyright #footer_menu ul li a, #footer_copyright .footer_copyright, #footer_copyright .footer_copyright a{
		color: #ffffff;
	}

	#footer_copyright #footer_menu ul li a:hover, #footer_copyright .footer_copyright a:hover{
		color: #ccc;
	}

	#footer_copyright #footer_menu ul li.current-menu-item a{
		color: #ccc;
	}

	.squaredOne,
	.squaredTwo,
	.radioButtonOne,
	.radioButtonTwo{
		margin-bottom: 80px;
	}