/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

/*********************************
*********** Nav ************
**********************************/

#navigation ul li.contact a{
	line-height: 1em;
    margin-top: 9px;
    padding: 13px 15px;
    background-color: #f38bb9;
    color: #fff;
}

/*********************************
*********** blockquote ************
**********************************/

.post-entry blockquote, .post-entry blockquote p, .wpb_text_column blockquote, .wpb_text_column blockquote p {
    font-size: 20px;
    line-height: 1.5;
}

/*********************************
*********** About widget ************
**********************************/

.penci_about_widget h4 span{
	font-weight:bold;
}

/*********************************
*********** Testimonials ************
**********************************/

.post-entry blockquote.easy_testimonial .testimonial_body p{
	font-size:16px !important;
}
.easy_testimonial .testimonial_author .date{
  display:none;
}
.easy_testimonial .testimonial_author .testimonial-client{
	font-weight:bold;
	font-size:14px;
}
	

/*********************************
*********** cookie notice ************
**********************************/

.cookie-notice-container {
	max-width: 1280px;
	margin: 0px auto;
	padding: 20px;
}
.cookie-notice-container a{
	font-weight:bold;
	color:#f38bb9;
}
#cookie-notice .button {
	display:inline-block;
	padding:5px 10px;
	color:#FFF;
	background-color:#f38bb9;
	border:none;
	border-radius:0px;
    margin-top: 10px;
}
#cookie-notice .button:hover{
	text-decoration:none;
}
