/*
 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
-------------------------------------------------------------- */

#navigation .menu .menu-item-type-custom .sub-menu {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

#navigation .menu .sub-menu, #navigation .menu .children, #navigation ul.menu > li.megamenu > ul.sub-menu {
  max-height: 800px;
  overflow-y: scroll;
}
#header .inner-header .container {
  padding: 15px 0;
}
/*social share on post list*/
.penci-post-box-meta.penci-post-box-grid {
  visibility: hidden;
}
/*list post on category page*/
.penci-grid li.list-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0px;
}
/*Homepage > post list*/
.home-featured-cat-content .mag-post-box {
  width: 100%;
  overflow: hidden;
  display: table;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 0px;
}
.post-entry a, .container-single .post-entry a {
 text-decoration: underline !important;
}
/*Make width bigger for submenu*/
#navigation ul.menu ul a, #navigation .menu ul ul a {
  min-width: 245px;
}
/*Language selector */
.penci-headline .pctopbar-item {
  float: right;
}
.penci-headline .pctopbar-item:last-child {
  margin-right: 10px;
}
.container.penci-breadcrumb {
  margin-top: 72px;
}
body.pcmn-drdw-style-slide_down #navigation ul.menu li > ul {
  left: 50%;
  right: 0;
  position: fixed;
  transform: translate(-50%) !important;
}