/*

 Theme Name:   soledad child

 Theme URI:    http://pencidesign.com/

 Description:  Soledad Child Theme - Made by PenciDesign

 Author:       Pencidesign

 Author URI:   http://pencidesign.com/

 Template:     soledad

 Text Domain:  soledad

*/



@import url("../soledad/style.css");



/* = Theme customization your go here

-------------------------------------------------------------- */
.side-by-side { float: left; margin-right: 5px }
#header {
    margin-bottom: 20px;

}
.penci-sidebar-content .widget {
 
    margin-bottom: 20px;
    clear: both;
}
.penci-sidebar-content .widget-title {
    color: #313131;
    margin-bottom: 20px;
}
.penci-homepage-title {
    position: relative;
    margin-bottom: 20px;
  
}
.home-featured-cat-content {
    margin-bottom: 20px;
}
.penci-grid .list-post.list-boxed-post {
    margin-bottom: 20px;
}

/*  single : post-nav

/* ------------------------------------ */

.post-nav li { width: 100%; display: inline; float: left; text-align: center; }

.post-nav li a { position: relative; min-height: 73px; display: block; padding: 16px 40px 24px; }

.post-nav li i { color: #ccc; font-size: 18px; position: absolute; top: 50%; margin-top: -10px; }

.post-nav li a strong { display: block; font-size: 12px; color: #aaa; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }

.post-nav li a span { font-size: 15px; color: #666; }

.post-nav li a:hover span { color: #444; }

.post-nav li.previous i { left: 10px; }

.post-nav li.next i { right: 10px; }

.post-nav li a span,

.post-nav li a i {

-webkit-transition: all 0.2s ease-out;

-moz-transition: all 0.2s ease-out;

-o-transition: all 0.2s ease-out;

transition: all 0.2s ease-out; }



/* sidebar-specific */

.sidebar .post-nav li a { border-top: 1px solid #eee; border-bottom: 1px solid #ddd; }

.sidebar .post-nav li a:hover { background: #ebebeb; background: rgba(0,0,0,0.02); }

.sidebar .post-nav li.previous a,

.sidebar .post-nav li.next a { border-bottom: 1px solid #ddd; }

.s1 .post-nav li a:hover i { color: #3b8dbd; }

.s2 .post-nav li a:hover i { color: #82b965; }

#navigation ul.menu > li,

#navigation .menu > ul > li{

	display: inline-block;

	position: relative;

	float: left;

	margin-right: 30px;

}