/**
 * Theme Name:          Mai Lifestyle Pro
 * Theme URI............https://maitheme.com
 * Description:         Mai Lifestyle Pro is a custom child theme for The Genesis Framework.
 * Author:              MaiTheme.com
 * Author URI:          https://maitheme.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
    - Structure and Layout
    - Common Classes
    - Content Area
        - Entry Meta
    - Media Queries (mobile-first)
    - Media Queries (mobile-second)

*/
/* font-family: 'Lato', sans-serif;

negro  #010101
cafe claro #b1a28f
beige #ddcbb1
rojo #c1282d
naranja claro #f15b27

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

body {
    
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
}

h2,
h3,
h4,
h5,
h6,
.site-title a,
.adjacent-entry-pagination a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.75;
}

h1,
.banner-title,
.heading,
.author-box-title,
.entry-comments h3,
.comment-respond h3,
.widget-title,
.related > h2,
.up-sells > h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.sidebar .widget-title {
    text-align: center;
}

/* ancho de 900 para el articlo */
.single-post .site-inner .content-no-sidebars article{
    /* max-width: 900px; */
    margin:  0 auto;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

.adjacent-entry-pagination a,
.after-entry .widget,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget,
.sticky-header.scroll .site-header {
    -webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.025);
    box-shadow: 0 4px 24px rgba(0,0,0,0.025);
}

/* ## Entry Meta
--------------------------------------------- */

.entry-comments .comment-meta {
    -webkit-font-smoothing: antialiased;
}

/* ## Cambiar las miniaturas en el grid
--------------------------------------------- */


.entry.flex-entry.has-post-thumbnail a.entry-image-link {
    width: 135px;
    height: 135px;
    margin: 0px;
    position: relative;
    margin: 0 auto;
    text-align:center;
}

.entry.flex-entry.has-post-thumbnail a img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height:auto;
    width: auto !important;
}

.entry.flex-entry.has-post-thumbnail {
    padding: 7px;
    text-align: center;
    border: 0px;
}
.entry.flex-entry.has-post-thumbnail .entry-title{
    font-size: .8rem;
}

div#mct-bottom-share {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 0px;
    margin-top: 0px;
}
div#mct-bottom-share h2{
    font-size:14px;
}

.entry.flex-entry.has-post-thumbnail .entry-title {
    font-size: .8rem;
}
.special a.aawp-product__title,
.special .aawp-product__content {
     font-size: .8rem;
     line-height: 1.2;
     text-decoration:none;
     color: #010101;
     min-height: 47px;
     display: block;
}
.special .aawp-product__content .aawp-product__meta{
    min-height: 67px;
}

.special span.aawp-product__ribbon {
    display: none;
}

.special a.aawp-product__image-link {
    width: 200px;
    height: 200px;
    margin: 0px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.special a .aawp-product__image {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: auto !important;
}
.home .aawp-product__reviews::before {
   margin-right: 5px;
    position: relative;
    top: 2px;
    content: "\f487";
    font-family: 'Lato', sans-serif;
    display: inline-block;
    line-height: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.home .aawp-product__reviews {
    margin-top:8px;
    margin-bottom:5px;
}

#sub-categorias .entry.flex-entry.boxed {
    padding: 10px;
}
#sub-categorias .entry.flex-entry.boxed {
    margin-bottom: 18px;
}

.home .section:nth-of-type(even) {
    background-color: #ffca2814;
}

.site-footer {
    background-color: #ff7043;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.genesis-nav-menu a {
    font-size: 14px;
    text-decoration: none;
    padding: 4px 6px;
}
    
/* # 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) {
    .section>.wrap{
        padding-left:5px;
        padding-right:5px;
    }
    .entry.flex-entry.has-post-thumbnail a.entry-image-link {
        width: 100px;
        height: 100px;
        margin: 0px;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .entry.flex-entry.has-post-thumbnail .entry-title {
        font-size: .8rem;
    }
    a.aawp-product__title,
    .aawp-product__content {
         font-size: .8rem;
         line-height: 1.2;
         text-decoration:none;
         color: #111;
    }
    .special .flex-entry.boxed.column{
        padding:5px;

    }
    .special a.aawp-product__image-link {
        width: 100px;
        height: 100px;
        margin: 0px;
        position: relative;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px;
    }
}

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


.breadcrumb,
.mai-sections.has-boxed-site-container .content.content-no-sidebars,
.section-content.width-xl,
.site-container.boxed .alignfull,
.site-container.boxed .site-header.stuck,
.site-container.boxed .width-full,
.site-inner,
.width-xl,
.wrap {
    max-width: 1140px;
}

::selection {
    background-color: #641570;
    color: #fff;
}

.entry.flex-entry.boxed {
    padding: 8px;
}
.flex-entry .entry-title,
.flex-entry .woocommerce-loop-category__title,
.flex-entry .woocommerce-loop-product__title {
    font-size: 1em;
    line-height: 1;
}

.footer-widgets {
    background-color: #ddcbb1;
    color: #111;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.home .nav-secondary .current-menu-item>a, .nav-secondary, .nav-secondary .sub-menu a {
    background-color: #FC4366;
}
.home .nav-primary .current-menu-item>a, .nav-primary {
    background-color: #FC4366;
}
.home div#columnasdecategorias {
    text-align: left;
}

.home div#columnasdecategorias .entry.boxed {
    background-color: #fff;
    padding: 10px;
    border: 0px solid rgba(0,0,0,.06);
}