/*
Theme Name:   Founder Child Theme
Theme URI:    http://demo.courtyardthemes.com/founder
Author:       Dean McCann
Author URI:   http://www.courtyardthemes.com
Description:  Customizations for derrickkwa.com
Version:      1.0.0
Template:     founder-parent
*/

body.home #masthead{
	background: none;
}
body.home .background-cover-image{
	opacity: 1;
}
body.home .background-cover-image:after{
	    content: '';
    height: 82%;
    width: 100%;
    background-image: url('/wp-content/uploads/2015/12/me.png');
    position: absolute;
    display: block;
    right: 5%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.postcta{
	background-color: #f16701; text-align: center; color: white; border: 1px solid #acacac;
}
.postcta *{
	color: white;
}
.postcta .ctabutton{
	color: white;
	text-decoration: none;
	font-size: 1.3rem;
	padding: 1rem;
	margin: 2.5rem;
	background-color: #019686;
	border: 1px solid white;
}
p a{
	border-bottom: none;
}
a.button{
	color: white !important;
}
.icon-nav, #sidebar{
	display: none;
}
.blog-left p{
	font-size: 1.2rem;
}
.featured-item p{
	padding: 0;
	margin-top: 1.5rem;
	line-height: 1.5rem;
	font-size: 1.1rem;
}
.featured-item h2{
	font-size: 2rem;
}
.view-full-blog{
	margin-top: 5rem;
}
.featured-item .product-buttons{
	padding-top: 5%;	
}
.featured-item .post-excerpt{
	margin: 2rem 0 0;
}
.featured-item .post-excerpt li, .featured-item .post-excerpt ul{
	list-style: disc outside none;
	margin-left: 1rem;
}
.featured-item .post-content{
	padding: 2% 0 0 4%;
}
.featured-item li.even div.post-content{
	padding-top: 5%;
}
.testimonial-box{
	padding: 3%;
}
.testimonial-box .testimonial-thumb img {
    width: 8.5rem;
    height: auto;
    border-radius: 999px;
}
.testimonial-items .testimonial-title .title-line{
	display: none;
}
.testimonial-box .testimonial-line{
	display: none;
}
.testimonial-items .testimonial-content {
	padding: 0;
}
section.testimonial-feature{
	background-position: center 10%;
}
.project .sharedaddy {
    display: none;
}
.subscribe-footer .ck_form.ck_naked #ck_firstNameField, .subscribe-footer .ck_form.ck_naked  #ck_emailField{
	width: 100% !important;
	margin: 0.5rem 0;
}
.subscribe-footer .ck_form.ck_naked .ck_subscribe_button{
	margin-top: 0.5rem;
}

.ck_form.ck_naked.width500 .ck_subscribe_button{
	margin-top: 0 !important;
}

.ck_form.ck_naked #ck_firstNameField, .ck_form.ck_naked #ck_emailField{
  width: 40%;
  font-size: 1rem;
}

.sidebar-author .author-info, .sidebar-author .photo{
	display: none;
}
.meta-page-content .widget:last-child:after{
	display: none;
}
@media only screen and (max-width: 959px) {
	body.home .homepage-mailchimp {
    		width: 60%;
	}
	.ck_form.ck_naked #ck_firstNameField, .ck_form.ck_naked #ck_emailField, #ck_subscribe_button{
		width: 100% !important;
		margin: 0.5rem 0;
	}
	body.home .background-cover-image:after{
		right: 0;
		height: 58%;
	}
}
@media only screen and (max-width: 579px) {
	body.home .background-cover-image:after{
		display: none;
	}
	body.home .homepage-mailchimp {
    		width: 100%;
	}
}