/*************************************

3.5 BLOG

 ************************************/
.blog-post{
	padding-bottom:72px;
	margin-bottom:72px;
	position:relative;
	border-bottom:1px solid #c5c5c5;
}

.blog-title{
	color: #32523d;
    font-family: 'AvantGarde-Book';
    font-size: 33px;
    font-weight: normal;
    line-height: 38px;
	padding-bottom:8px;
}

.blog-title a, .articles-title a{
	color:#404040;
}
.blog-title a:hover, .articles-title a:hover{
	color:#f46a24;
	text-decoration:none;
}

.blog-date{
	margin: 0 0 20px;
	padding: 0;
}
.blog-date li{
	display:inline-block;
	margin-right:24px;
}

.blog-date li:before{
    font-size: 22px !important;
    line-height: 20px;
    position: inherit !important;
    top:0 !important;
    content: none !important;
     
}  
.blog-date li i{
	margin-right:5px;
	color:#f46a24;
}
.blog-date li:last-child{
	margin-right:0;
}

.blog-date li, .blog-date li a{
	color:#999999;
}
.blog-date li a:hover{
	color:#f46a24;
}

.page-numbers, .page-numbers:hover{
	margin: 0 3px;
	padding: 2px 12px;
	text-decoration:none;
	font-weight:700;
	display:inline-block;
	border: 3px solid #f46a24;
	color:#f46a24;
	font-size: 17px;
} 
.page-numbers:hover, .current, .current:hover{
	color:#ffffff;
	background:#f46a24;
	border: 3px solid #f46a24;
	font-size: 17px;
}
.articles-holder, .articles-title {
    margin-top: 32px;
}
.blog-page .blog-post-single {
	padding-top: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 24px;
}
.blog-post-single p{
	color:#393939;
}
.sidebar{
	padding-left:20px;
	margin-top:10px;
}
.sidebar h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
}
.sidebar ul{
	padding:0;
	list-style:none;
}
.sidebar ul li{    
	float: left;
    padding: 0 0 8px;
    width: 100%;
}
.sidebar.screen-reader-text{
	display: none;
}	

.widget{
	width: 100%;
	float: left;
	margin-bottom:20px;
	list-style: none;
}
.widgettitle{
	color:#404040;
	padding-bottom: 10px;
}
.textwidget p{
	color:#393939;
}
.widget_text{
	color:#393939;
}
.widget_categories ul li a, 
.widget_archive ul li a, 
.widget_recent_entries ul li a{
	color: #000;
}
.widget_categories ul li a:hover, 
.widget_archive ul li a:hover, 
.widget_recent_entries ul li a:hover{
	color:#f46a24;
	text-decoration:none;
}
.widget_categories ul li:before, 
.widget_archive ul li:before, 
.widget_recent_entries ul li:before{
	font-family: "FontAwesome";
	
    display: inline-block !important;
    padding-right: 8px !important;
	color:#f46a24 !important;
	
    font-size: 22px !important;
    line-height: 20px;
    position: inherit !important;
    top:0 !important;
     content: "\f105" !important;
	}

.widget_tag_cloud a{
	margin:0 8px 8px 0;
	padding: 8px 12px;
	display:inline-block;
	border:3px solid #f46a24;
	background:#f46a24;
	color:#ffffff;
	font-size:16px!important;
	text-transform: uppercase;
}

.widget_tag_cloud a:hover{
	background:#fff;
	color:#f46a24;
	text-decoration:none;
}

.textwidget{
	font-size: 18px;
}
.comment-reply-link{
	color:#f46a24;
}
.comm-title{
	padding-top:20px;
}

/**** COMMENTS STYLES*****/
.commentlist { margin: 0 }
.commentlist li { list-style: none; margin: 0;
margin-top:20px;}
.children li.depth-2 { margin: 0 0 0px 63px }
.children li.depth-3 { margin: 0 0 0px 63px }
.children li.depth-4 { margin: 0 0 0px 63px }
.children li.depth-5 { margin: 0 0 0px 63px }
.children li.depth-6 { margin: 0 0 0px 63px }
.children li.depth-7 { margin: 0 0 0px 63px }
.children li.depth-8 { margin: 0 0 0px 63px }
.children li.depth-9 { margin: 0 0 0px 63px }
.children li.depth-10 { margin: 0 0 0px 63px }
.comment-body { 
	margin-bottom: 20px; 
}
.commentlist li:last-child .comment-body{
	margin-bottom:20px;
}
.comment-details{
	 position: relative; 
	 margin-left: 72px 
}
.comment-avatar{ 
	position: absolute; 
	left: -72px; 
	top:0 
}
.comment-avatar img{ 
	display: block;
	border:3px solid #f46a24;
}
.comment-right{
	border:1px solid #c5c5c5;
	padding:16px;
	background:#fff;
}
.comment-text p{
	color:#393939;
}
.comment-author .author a:link, 
.comment-author .author a:visited {
	border:none;
}
.comment-author cite, 
.comment-author .author a:link{
	color:#404040;
	font-style: normal;
	font-weight:700;
}
.comment-content p:last-child{ margin: 0; }
.comment-date { font-size: 14px; font-weight: normal;
margin-bottom:24px;
color:#999999;}
.reply{text-align:right;}
.comment-reply-link{ margin-top: 16px;text-decoration:none; }
.comment-reply-link, #cancel-comment-reply-link { display: inline-block;border:none; }
.comment-reply-link:before{font-family: FontAwesome;
	content: "\f112";
    display: inline-block;
    padding-right: 8px;
	color:#f46a24;}
.commentlist .children { margin: 0 }
#comments_wrap { margin-top: 16px }
#cancel-comment-reply { float: right; margin-top: 16px; }
.children #commentform textarea { width: 95.6% }

#comment {
	width:100%;
	padding: 9px 16px 16px !important;
	margin-top:8px;
	border:1px solid #e5e5e5;
	background:#f8fcf4;
	color:#707070;
}
#comment:focus {
	border:1px solid #999999;
	} 
.comm-field, #msg-contact{
	width:100%;
	padding:4px 10px !important;
	margin-top:8px;
	border:1px solid #e5e5e5;
	background:#f2f2f2;
	color:#707070;
}

#contact-form-holder label{
	color:#404040;
}

.search-form label{
	float:left;
	width:100%;
	max-width: 250px;
}
.form-submit  #submit{
  text-align:center;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-top:3px solid #F7812C; 
  border-left:none; border-right:none;
  border-bottom:3px solid #32523D;
  font-family: 'AvenirLTStd-Light';
text-transform:uppercase;
  color: #ffffff;
  font-size: 16px;
  background: #F7812C;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin:15px auto;}
}

.form-submit  #submit:hover{
  background: #e87625;
  border-bottom:3px solid #32523D; 
  border-left:none; border-right:none;
  border-top:3px solid #e87625;
     -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
}

.comment-reply-title, .logged-in-as{
	color: #393939;
}
.comment-respond p{
	width: 100%;
	float: left;
}
.comment-respond p textarea{
	height: 225px;
	max-width: none;
	text-align: left;
}
.logged-in-as a{
	color: #f46a24;
}
.logged-in-as a:hover{
   text-decoration: underline;
}
.search-form .screen-reader-text{
	display:none;
}
.search-field{
	width:100%;
	padding:5px 16px;
	margin-top:8px;
	border:1px solid #e5e5e5;
	background:#f2f2f2;
	color:#707070;
}
.search-submit{
	display:none;
}

.blog-post-single img{
	float:left;
	max-width:28%;
	height: auto;
	margin: 10px 10px 10px 0;
}

.search-field{
	margin-top: 0;
}

.page-header h1{
	font-size: 34px;
    line-height: 46px;
    padding-bottom: 0;
}

.error-page p{
	color: #393939;
}

.error-page .search-form .search-field{
	width: 200px;
	border: 3px solid #00704a;
    color: #00704a;
    font-family: 'alright_sansblack';
    font-size: 15px;
    font-weight: 400;
	border-radius: 0;
	padding: 10px !important;
}

.image-page .entry-header{
	margin: 40px 0 20px;
}

.image-page .entry-header h1{
	color: #404040;
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 0;
}

.image-page .entry-meta{
	display: none;
}

.image-page .comment-respond{
	margin-top: 20px;
}

.image-page .comment-respond #comment{
	border: 3px solid #00704a;
	border-radius: 0;
	color: #00704a;
    font-family: 'alright_sansblack';
    font-size: 15px;
    font-weight: 400;
} 

.screen-reader-text{ display:none;}
.searchform #s{ width:auto;text-align:left;padding: 5px;}


.page-content {
	padding:40px 0 32px 0;
}
.blog-page h1,
.blog-page h2{
	padding-bottom:20px;
	margin: 0;
}
.nav-links {
	margin-bottom:10px;
}
.nav-links a[rel="next"] {
	float:right;
}
.nav-links a:hover{
	text-decoration:none;;
}
.meta-nav {
    display: none;
}
.page-header {
	margin:0;
	padding-bottom:0;
	border:none;
}

.comment-reply-link:hover{
	text-decoration:none;
}

/**** END COMMENTS STYLES*****/
.section-container-inner.blog-outer{
    padding: 34px 0 0 14px;
}




#wrap_404 {
	float:left;
	width:100%;
    text-align: center;
}
#wrap_404 h1 {
    font-size: 176px;
	color:#f46a24;
    margin: 50px 0;
	line-height:176px;
}
#wrap_404 h2 {
    display: block;
	color:#f46a24;
    font-size: 18px;
	font-weight:normal;
}

#wrap_404 h6{
    display: inline-block;
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 21px;
	font-weight:normal;
}
#wrap_404 p {
    display: block;
	color:#f7a4a0;
    font-size: 16px;
	margin:0;
}
#wrap_404 p a{
	padding: 8px 12px;
	display:inline-block;
	background:none;
	color:#f46a24;
	border:3px solid #f46a24;
	font-size:16px;
	line-height:16px;
}

#wrap_404 p a:hover{
	color:#ffffff;
	background:#f46a24;
	text-decoration:none;
}