
/*
 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
-------------------------------------------------------------- */


/* ------------- header ------------- */

@media only screen and (min-width: 961px) {
	#navigation.header-5 #top-search {
		float: right;
	}
}

/* ------------- content ------------- */

.widget ul li, .post-entry, p, .post-entry p {
    letter-spacing: 0.05em;
}
.penci-more-link a.more-link:hover:before {
	top: 50%;
	right: 100%;
	width: 60px;
	margin-right: 10px;
}
.penci-more-link a.more-link:hover:after {
	top: 50%;
	left: 100%;
	width: 60px;
	margin-left: 10px;
}

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

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

