/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#media_image-3 {
    width: 250px;
}


ul#menu-menu-categorias li a {
    text-decoration: none;
	color: #a6955c;
}
ul#menu-menu-categorias li {
    border-bottom: 1px solid #CCC;
}


.titulo-produto h4 {
    margin: 0;
}

.titulo-produto h4::before {
    content: "";
    display: block;
    background-image: url(imagens/icon-logo.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    margin: 0 auto;
}

.box-produto a {
    text-decoration: none;
}

.titulo-produto {
    text-align: center;
    color: #FFF;
    background: #065b92;
	padding: 10px;
}


.wp-show-posts-inner {
    background: white;
    padding: 20px;
    border: 1px solid #d4d4d4;
	border-radius: 10px;
}

/*PRODUTOS*/

.entry-content.archive-produtos {
    margin: 0;
}

.gallery-item {
    max-width: 33.33%;
/*    border: 1px solid #CCC;*/
    padding: 10px;
}

.gallery-icon {
    border: 1px solid #CCC;
    margin: 10px;
}

.gallery-caption {
    display: block;
    background: #065b92;
    padding: 10px;
    color: #FFF;
	margin: 10px;
}

.gallery-caption:hover {
    background: #786b3b;
}

@media (max-width: 768px){
	
	.gallery-item {
    max-width: 50% !important;
	
}
	
}