/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* meta data for posts  */
.text-sep-cat { display: none;} /* if author or comments are shown, comment out this line
	

/*Add your own styles here:*/

/* website blue is #3d71a1 */

/* CSS FOR the process page */
.process-wrapper {
	min-height: 100px;
	padding-top: 0px;
}
.process-icon {
	min-height: 100px;
	padding-top: 0px;
	float: left;
	padding-right: 12px;
}
.process-icon img {
	width: 80px;
	padding-top: 0px;
}

.process-text {
	margin-left: 102px;
}

/*CSS FOR footer Request a Quote */
#request-a-quote {
    color: #f7f7f7;
    padding: 30px 0px;
    text-align: center;
}



/* CSS for the portfolio display */
#top .no_margin.av_one_fourth {
    
    padding: 0px 10px;
}
#top .no_margin.av_one_third {
    
    padding: 10px 10px;
}
/* CSS for the home page bulleted list */
h4 { text-transform: none!important; }

/* CSS for the customer testimonial images */
.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
    height: 100px; width: 100px;
}
.avia-testimonial-meta-mini {padding-top: 15px;}
.avia-icon-list .iconlist_title {
	margin-bottom: 2px;
}

.blog-meta {
    display: none; 
}
.post_author_timeline {
    display: none; 
}
.content { margin-left: 40px;}

/* underline links site-wide */
a {     text-decoration: underline;  }

/* CSS FOR people pods */

/* BLOG POST PAGES */
.primary {
	
	margin-left: 40px;
    margin-right: 360px;
	margin-top:0px;
	margin-bottom: 0px;
	
}
.blog-content {
	margin: 30px 0px;
	padding: 40px 0px;
}
.blog-content img {
	border: 1px solid gray;
    padding: 0px;
	width: 100%;
}
.post_fullpage_content {
	
	padding-left: 40px;
	padding-bottom: 40px;	
	min-height: 200px;
}
.post_fullpage_content img {
	border: 1px solid gray;
    padding: 0px;
	width: 100%;
}
.blog-body {
	padding-bottom: 20px;
}
.featured-client-box {
    background-color: #3d71a1;
    border: 1px solid black;
    padding: 25px;
    margin: 20px 0px;
	display:table-cell;
	vertical-align:middle;	
	width:900px;
	color: #ffffff;
}
.featured-client-box a {
	color: #ffffff;
}
.featured-client-box a:hover {
	color: #e1e1e1;
}
.featured-client-box strong {
	color: #e1e1e1;
}
.featured-client-box img {
	float:left; 
    border: 1px solid black;
    padding: 3px;
    margin: 0px 10px;
	width: 165px;
}
p.italic {
    font-style: italic;
}

/* PODS FOOTER WIDGET CSS */
#news_wrapper_home {
	min-height: 70px;
	clear: both;
}
.news-thumb-date {
	color:gray;
	font-size: .9em;
}
.news-thumb-home {
	float: left;
	padding: 3px;
	border: 1px solid #DDD;
	margin-bottom: 8px;
}
.news-thumb-home img {
	width: 80px;
}
.news-body-home {
	line-height: 1.3;
	font-size: 13px;
	margin-left: 100px;
	margin-bottom: 18px;
}

