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

3.5 BLOG

 ************************************/
.blog-container{
	float:left;
	width:100%;
}
.blog-post{
	padding-bottom:72px;
	margin-bottom:72px;
	position:relative;
	border-bottom:1px solid #c5c5c5;
}

.blog-title{
	font-weight:400;
	color:#004d4c;	
    line-height: 36px;    
}

.blog-title a, .articles-title a{
	color:#004d4c;
	letter-spacing:1px;
}
.blog-title a:hover, .articles-title a:hover{
	text-decoration:none;
    color: #ae1320 ;
}

.blog-date{
	margin: 0 0 10px;
	padding: 0;
}
.blog-date li{
	display:inline-block;
	margin:0 24px 0 0;
	font-size: 15px;
}
.blog-date li i{
	margin-right:5px;
	color:#004d4c ;
}
.blog-date li:last-child{
	margin-right:0;
}

.blog-date li, .blog-date li a{
	color:#020202;
}
.blog-date li a:hover{
	color:#004d4c ;
}

.page-numbers, .page-numbers:hover{
	margin: 0 3px;
	text-decoration:none;
	font-weight:normal;
	display:inline-block;
	color:#333;
	font-size: 35px;
} 
.page-numbers:hover, .current, .current:hover{
	color:#004d4c ;
	font-size: 35px;
    text-decoration: none;
}
/* .current, .current:hover{    
    font-family: 'HelveticaNeueCondensedBold';
} */
.articles-holder, .articles-title {
    margin-top: 32px;
}
.sidebar{
	padding-left:20px;
	margin-top:10px;
}
.sidebar h1{
	
	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-area {
    float: left;
    width: 100%;
}
.widget{
	width: 100%;
	float: left;
	margin-bottom:20px;
	list-style: none;
}
.widgettitle{
	color:#020202;
	padding-bottom: 5px!important;

}
.textwidget p{
	color:#020202;
}
.widget_text{
	color:#020202;
}

.widget ul {
	margin-bottom:0;
}
.widget_categories ul li, 
.widget_archive ul li, 
.widget_recent_entries ul li{	
	list-style:none;
}
.widget_categories ul li a, 
.widget_archive ul li a, 
.widget_recent_entries ul li a{	
	color: #5d5d5d;
    font-size: 17px;
    line-height:20px;   
	
}
.widget_categories ul li a:hover, 
.widget_archive ul li a:hover, 
.widget_recent_entries ul li a:hover{
	color:#ae1320 ;
	text-decoration:none;
}
.widget_categories ul li:before, 
.widget_archive ul li:before, 
.widget_recent_entries ul li:before{
	font-family: "FontAwesome";
	content: "\f105";
    display: inline-block;
    padding-right: 8px;
	color:#004d4c ;}

.widget_tag_cloud a{
	margin:0 8px 8px 0;
	padding: 6px 12px;
	display:inline-block;
	border:3px solid #004d4c ;
	background:#004d4c ;
	color:#ffffff;
	font-size:14px!important;
	text-transform: uppercase;
	
	line-height:20px;
}

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

.comment-reply-link{
	color:#020202;
}
.comm-title{
	padding-top:20px;
}

/**** COMMENTS STYLES*****/
.comment-list { margin: 0 }
.comment-list 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; 
}
.comment-list 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 #004d4c  ;
}
.comment-right{
	border:1px solid #c5c5c5;
	padding:16px;
	background:#f2f2f2 ;
}
.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: 13px; 
	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;color: #004d4c ; }
.comment-reply-link:before{font-family: FontAwesome;
	content: "\f112";
    display: inline-block;
    padding-right: 8px;
	color: #004d4c ;}
.comment-reply-link:hover{
    color: #004d4c ;
}
.comment-list .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%;
	margin-top:8px;
	color:#707070;
    resize: none;
	border:1px solid #cccccc;
	
	font-size:18px;
	line-height:24px;
}
.comm-field, #msg-contact{
	width:100%;
	padding:16px!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{
	padding: 8px 13px;
	margin-top:4px;
	text-align:center;
	font-weight:700;
	border:3px solid #004d4c ;
	background: #004d4c ;
	color:#ffffff;
	font-size:14px!important;
	text-transform: uppercase;
	margin-top: 20px;
}
.form-submit  #submit:hover{
	background:#fff;
	color: #004d4c ;
	text-decoration:none;
}
.comment-reply-title, .logged-in-as{
	color: #393939;
    padding: 0!important;
}
.logged-in-as {
    font-size: 22px!important;
    line-height: 24px!important;
}
.comment-reply-title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px!important;
	text-align: left !important;
}
.comment-respond p{
	width: 100%;
    font-size: 16px;
	float: left;
}
.comment-respond p textarea{
	height: 225px;
	max-width: none;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
}
.comment-respond p input[type="text"]{
	font-size:18px;
	line-height: 20px;
}
.logged-in-as a{
	color: #004d4c ;
}
.logged-in-as a:hover{
	color: #020202;
}
.search-form .screen-reader-text{
	display:none;
}
.search-field{
	width:100% !important;
	padding:5px 16px !important;
	margin-top:8px !important;
	border:1px solid #a8a8a8 !important;
	background:#ffffff !important;
	color:#5d5d5d !important;
    box-shadow: none !important;
}
.search-submit{
	display:none;
}

.blog-post-single img{
	height: auto;
	margin-bottom: 15px;
}

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

/*
.page-header h1{
	font-size: 34px;
    line-height: 46px;
    color: #000000;
    padding: 0 0 0 15px;
}
*/

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

.error-page .search-form .search-field{
	width: 200px;
	border: 3px solid #004d4c ;
    color: #004d4c ;
    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 #004d4c ;
	border-radius: 0;
	color: #004d4c ;
    font-size: 15px;
    font-weight: 400;
} 

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



.blog-page h1{
	padding-bottom:20px;
	margin: 0;
}
.nav-links {
	float: left;
    margin-bottom: 10px;
    width: 100%;
	text-align: center;
}
.nav-links a[rel="prev"] {
	float:left;
}
.nav-links a[rel="next"] {
	float:right;
}
.nav-links a:hover{
	text-decoration:underline;
}

.page-header {
	margin:0;
	padding-bottom:0;
	border:none;
}
.comment-reply-link:hover{
	text-decoration:underline;
}
.widget-title{
	margin-bottom:15px;
	font-weight:400;
	color:#004d4c ;
	font-size:26px;
    line-height: 30px;
}
.sidebar ul{
	margin-left:10px;
}
.search-field{
	font-size:16px;
	line-height:20px;
    -webkit-appearance:none;
	border-radius: 2px;
}
.comment-respond{
	float:left;
	width:100%;
}
.comment-respond #commentform{
	float:left;
	width:100%;
	max-width:500px;
}
.comment-respond #commentform input[type="text"]{
	padding:10px!important;
	border:1px solid #cccccc;
}
.comment-respond #commentform p{
	margin-bottom:20px;
}
.blog-post-single{
    border-bottom: 1px dashed #020202;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 4px;
    width: 100%;
}



#wrap_404 {
	float:left;
	width:100%;
    text-align: center;
    padding: 40px 0;
	background:#eeeeee;
}
#wrap_404 h1 {
    font-size: 176px;
	color:#004d4c;
	line-height:176px;
   
}
#wrap_404 h2 {
    display: block;
	color:#020202;
    font-size: 30px;
	font-weight:normal;
	padding-bottom: 10px;
}
#wrap_404 h1 span{
    color: #ae1320;
}
#wrap_404 h6{
    display: inline-block;
    padding-bottom: 25px;
    font-size: 24px;
    color:#020202;
	font-weight:normal;
    font-family: "Roboto",sans-serif;
}
#wrap_404 p {
    display: block;
	color:#000;
    font-size: 16px;
	margin:0;
}
#wrap_404 p a{
	padding: 8px 12px;
	display:inline-block;
	background:none;
	color: #004d4c ;
	border:3px solid #004d4c ;
	font-size:17px;
    line-height: 20px;
    
}

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

.entry-header {
    float: left;
    width: 100%;
}


/*style*/


.content-page > p {
	color: #5d5d5d;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.textwidget {
	color: #5d5d5d;
	
    font-size: 17px;
    line-height: 24px;
}
.sidebar-area{
	margin-top:0;
}


.single,.search,.archive{
    background-repeat: repeat;
}
h3.widgettitle {
    font-size: 25px;
}

.content-left{
    width: 70%;
	float: left;
}
.blog-page.content-block h1{
    padding: 10px 0 20px;
}
.content-right{
    width: 30%;
	float: left;
    padding-left: 50px;
}

.page-title{
	width:100%;
	float: left;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.page-title h1{
	font-size:50px;
	line-height: 55px;
}
.blog-post-single p{	
    line-height: 30px;
    margin-bottom: 20px;
}
.more-link{
	font-size: 22px;
    line-height: 30px;	
	color:#004d4c ;
}
.blog-container .content-block h1{
	padding:20px 0;
}

.blog h1.page-title.screen-reader-text {
	display: block;	
}
.more-link:hover {
    color: #333;
}
.no-results h2{
    padding-bottom: 10px;
}