/**
 * Theme Name:          Mai Law Pro
 * Theme URI............https://maitheme.com
 * Description:         Mai Law Pro is a custom child theme for The Genesis Framework.
 * Author:              Mike Hemberger, BizBudding Inc
 * Author URI:          https://bizbudding.com/
 * Version:             1.3.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: 1px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.heading {
	text-align: inherit;
}

.genesis-nav-menu a {
	font-weight: normal;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 545px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 1160px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 544px) {}


/* CÓDIGO MELNATUR
---------------------------------------------------------------------------------------------------- */

.entry-content a {
    text-decoration: none;
}

a {
    color: #eaa000;
}


/* HOME -------------------------------- */

/* TOPBAR */ 

.header-before .widget-area {
    justify-content: center;
}

.simple-social-icons ul {
    padding: 0 50PX;
}

#nav_menu-3 {
    padding: 0 50PX;
}


.gb-block-layout-column-inner.has-white-background-color {
    border-radius: 15px;
	    opacity: 90%;
}

/* PRODUCTOS DESTACADOS */ 

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: medium;
}


/* PRODUCTO -----------------------------*/

.woocommerce div.product p.stock {
    display: none;
}
/*Ocultar pestañas de producto*/
.woocommerce .woocommerce-tabs ul.tabs {display:none !important}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #EAA000;
    font-size: x-large;
}
a.reset_variations {
    color: currentColor;
}

span.count {
    display: none;
}

h2.woocommerce-loop-product__title {
    color: #323232;
}

.entry-content li, .widget li {ç
    list-style-type: inherit;
    margin-bottom: 4px;
    font-size: larger;
    font-weight: 600;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    display: none;
}

div.images .woocommerce-product-gallery__trigger {
    
    display: none;
}

/* Productos relacionados -------------------------*/



@media handheld, only screen and (max-width: 767px) {
.related.products, .up-sells.products {
display:none;
}
}
