/*
Theme Name:     i craft child
Theme URI:      http://cenasapedal.com/
Description:    Tema para a página da Loja da CaP
Author:         Bruno Santos
Template:       i-craft
Version:        0.1.0
*/

@import url("../i-craft-old/style.css");

.gallery-item {
}
.gallery-item .gallery-caption::before {
 box-shadow: none;
 border-top: 1px solid #aaa;
}
.gallery-item .gallery-caption {
 opacity: 1 !important;
 background: rgba(255,255,255,0.7);
 color: #222;
 font-size: 0.9em;
 font-weight: 600;
 bottom: 0px; 
}
.site-header {
 z-index: 1100 !important;
}
.nav-container li {
 padding: 0px 12px;
}
.main-navigation {
}
#masthead {
}
#site-titlendesc {
}
.nav-container ul:first-child > li > a {
 padding: 10px 0px !important;
}
.nav-container .sub-menu, .nav-container .children {
 top: 52px;
}
#categorias {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
}
#categorias .wp-caption {
 padding: 5px 5px 0 5px;
 background: #fff;
 margin: 2px 6px 6px 0;
 height: 180px;
 hyphens: none; 
}
@media (max-width: 395px) {
 #categorias .wp-caption {
  margin: 0px;
 }
}
#categorias .wp-caption > p {
 margin: 0px;
}
#categorias .wp-caption:hover {
}
#categorias .wp-caption:hover .wp-caption-text {
 background: rgba(200,10,10,0.9);
 top: -10px;
 transition-property: all;
 transition-duration: 0.1s;
 transition-timing-function: ease-in-out;
 transition-delay: 0s;
}
#categorias .wp-caption .wp-caption-text {
 color: #fff;
 font-weight: bold;
 font-size: 14px;
 text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
 padding: 6px 2px 4px 6px;
 line-height:1.2em;
 position: relative;
 top: -30px;
 background: rgba(200,50,50,0.8);
 min-height: 50px;
}
 
