/*
Theme Name: Directorio Child
Theme URI: https://www.marketiando.com
Template: storefront
Author: Marketiando
Author URI: https://marketiando.com
Description: Personalizacioón de tema para Directorio Forestal
Version: 1.0.0.1499608935
Updated: 2017-07-09 14:02:15

*/
/*
/*
Puedes añadir tu propio CSS aquí.

Haz clic en el icono de ayuda de arriba para averiguar más.
*/

/* inicio menu en mayusculas y cambio de fuente*/
#site-navigation,.menu {
    font-family:'times';
    text-transform: uppercase;
}
p, h1, h2, h3, h4, h5, h6 {
    font-family:'times';
}
/* cierra menu en mayusculas y cambio de fuente*/


/* abre alineacion e publicidad de footer*/
#text-9.widget_text, #text-11.widget_text, #text-12.widget_text {
float:left;
margin: 0.25em;
}
/* cierra alineacion e publicidad de footer*/


.custom-logo {
display: initial;
}


.page-title {
font-size: 30px;
}

/* banners*/
#masthead.site-header {
margin-bottom: 0px !important;
}


@media screen and (max-width: 768px) {
#bannermkt { 
display: none !important;
}
}

@media screen and (min-width: 768px) {
#bannermkt2 { 
display: none !important;
}
}

@media (min-width: 768px) {
.storefront-full-width-content .content-area {
	width: 70%;
}
}

#repuestos {
	display: none;
}
.home #repuestos {
	display: block !important;
	text-align: center !important;
}
@media screen and (max-width: 766px) {
#feriamympc { 
display: none !important;
}
}
@media screen and (min-width: 768px) {
#feriamymmovil { 
display: none !important;
}
}

/* Directorio */
.single-mkt_directorio .entry-meta, .single-mkt_directorio .posted-on, .single-mkt_directorio .post-author, .single-mkt_directorio .post-comments {
	display: none;
}

.single-mkt_directorio .entry-title {
	font-size: 33px;
}
.mkt_directorio-template-default p, .mkt_directorio-template-default h1, .mkt_directorio-template-default h2, .mkt_directorio-template-default h3, .mkt_directorio-template-default h4, .mkt_directorio-template-default h5, .mkt_directorio-template-default h6 {
    font-family:'lato';
}


/* Quita imagen destacada de páginas */
.page .has-post-thumbnail .wp-post-image {
	display:none;
}

/* Reduce el Div del botón de Whatsapp*/
#qlwapp {
	width: 100px;
}

/* más grande el logo solo en pc*/

@media (min-width: 768px){
.site-header .site-branding img {
    height: auto;
    max-width: 350px;
    max-height: none;
}
	/* justifica los textos de los post solo en pc*/
	.single-post .site-content p {
			text-align: justify;
			}
	
}

/* Personalización del formulario */
.wpcf7-form .wpcf7-text, .wpcf7-form textarea{
	border:solid 1px #006543 !important;
}