/*
 Theme Name:   Jay Child
 Theme URI:    http://jay.mondotheme.com
 Description:  Jay Child Theme
 Author:       MondoTheme
 Author URI:   http://themeforest.net/user/mondotheme
 Template:     jay
 Version:      1.0.0
*/

@import url("../jay/style.css");
@import url("libs/slick-lightbox-0.2.12/dist/slick-lightbox.css");

/* Media Queries
-------------------------------------------------------------- */


/* tablet */

@media (min-width: 768px) {}


/* md - laptop */

@media (min-width: 992px) {}


/* lg - desktop */

@media (min-width: 1200px) {}


/* Theme customization starts here
-------------------------------------------------------------- */

body {
    background-color: #FFFFFF;
}

:focus {
    outline: none;
}

.wp-block-button__link {
    padding: .09em 1.333em;
}

#content {
    padding-top: 0;
    padding-bottom: 0;
}

h3 {
    color: #292C73;
}


/* tablet */

@media (min-width: 768px) {
    #content {
        padding-bottom: 60px;
    }
    .with-sticky-navigation.with-top-bar {
        padding-top: 90px;
    }
}


/* md - laptop */

@media (min-width: 992px) {}


/* lg - desktop */

@media (min-width: 1200px) {}


/* Slick slide
-------------------------------------------------------------- */

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    border: none;
    font-size: 0;
}

button.slick-prev.slick-arrow::before,
button.slick-next.slick-arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "\f205";
    display: inline-block;
    font: normal normal normal 24px/1 MaterialDesignIcons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    color: #FFFFFF;
    font-size: 26px;
    line-height: 40px;
}

button.slick-next.slick-arrow::before {
    content: "\f206";
}


/* Destaques
-------------------------------------------------------------- */

.wp-block-columns.destaques {
    color: #292C73;
}

.wp-block-columns.destaques .wp-block-image {
    margin: 0;
}

.wp-block-columns.destaques p {
    line-height: initial;
    font-size: 0.9em;
}


/* Banner home page
-------------------------------------------------------------- */

#banner-home {
    position: relative;
}

#banner-home h3 {
    color: #FFFFFF;
}

#banner-home .banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 500px;
}

#banner-home .banner-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

#banner-home .left-side {
    background-color: blue;
    height: 100%;
    /* The image used */
    background-image: url(http://localhost/wp-content/themes/jay-child/img/banner1@1X.png);
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner-home .right-side {
    background-color: #292c73;
    height: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    color: #FFF;
    flex-flow: column;
    padding: 0 10px 120px 10px;
    text-align: left;
}

#banner-home .right-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: -180px;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTI4MHB4IiBoZWlnaHQ9IjEyODBweCIgdmlld0JveD0iMCAwIDEyODAgMTI4MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4MCAxMjgwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjMjkyYzczIiBkPSJNMCwwdjEyODBoMTI4MFYwSDB6IE02NDAuMDAxLDEyMDIuNjEyYy0zMTAuNzIyLDAtNTYyLjYxMi0yNTEuODkxLTU2Mi42MTItNTYyLjYxMQ0KCQkJYzAtMzEwLjcyMiwyNTEuODktNTYyLjYxMiw1NjIuNjEyLTU2Mi42MTJjMzEwLjcyMSwwLDU2Mi42MTEsMjUxLjg5LDU2Mi42MTEsNTYyLjYxMg0KCQkJQzEyMDIuNjEyLDk1MC43MjIsOTUwLjcyMiwxMjAyLjYxMiw2NDAuMDAxLDEyMDIuNjEyeiIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDU5MUM0IiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0wLDB2MTI4MGgxMjgwVjBIMHogTTY0MC4wMDEsMTIwMi42MTINCgkJCWMtMzEwLjcyMiwwLTU2Mi42MTItMjUxLjg5MS01NjIuNjEyLTU2Mi42MTFjMC0zMTAuNzIyLDI1MS44OS01NjIuNjEyLDU2Mi42MTItNTYyLjYxMmMzMTAuNzIxLDAsNTYyLjYxMSwyNTEuODksNTYyLjYxMSw1NjIuNjEyDQoJCQlDMTIwMi42MTIsOTUwLjcyMiw5NTAuNzIyLDEyMDIuNjEyLDY0MC4wMDEsMTIwMi42MTJ6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-size: 1500px;
    background-color: transparent;
    background-position: 94% 38%;
    width: 185px;
}

#banner-home svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20vw;
    /* set height to pixels if you want angle to change with screen width */
    display: block;
}


/* tablet */

@media (min-width: 768px) {
    #banner-home .right-side {
        padding: 0 157px 150px 50px;
    }
}


/* md - laptop */

@media (min-width: 992px) {}


/* lg - desktop */

@media (min-width: 1200px) {
    #banner-home .banner-row {
        height: 70vh;
    }
}


/* Banner footer page
-------------------------------------------------------------- */

.banner {}

.banner p {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #292C73;
}

.banner .top {
    margin-bottom: 40px;
}

.banner .middle {}

.banner .middle p {
    font-size: 2em;
}

.banner p .highlight {
    color: #00A2E3;
}

#banner-footer {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
    /* hide for mobile */
    display: none;
}

#banner-footer svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    /* set height to pixels if you want angle to change with screen width */
    display: block;
}

#banner-footer-2 {
    background-color: #292C73;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-align: left;
    /* hide for mobile */
    display: none;
}

#banner-footer-2 svg {
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    height: 20vw;
    margin-top: -101px;
    /* set height to pixels if you want angle to change with screen width */
    display: block;
}

#banner-footer-2 p {
    text-align: left;
    font-size: 1.5em;
    color: #FFFFFF;
}

#banner-footer-2 ul {
    font-size: 1.5em;
}

/* tablet */
@media (min-width: 768px) {
    #banner-footer {
        padding-bottom: 60px;
        /* hide for mobile */
        display: block;
    }

    #banner-footer-2 {
        /* hide for mobile */
        display: block;
        padding-bottom: 100px;
        padding-top: 20px;
    }
    #banner-footer svg {
        position: absolute;
        bottom: 0;
        height: 120px;
        /* height: 466px; */
        /* set height to pixels if you want angle to change with screen width */
    }
    #banner-footer-2 p {
        font-size: 2.5em;
    }
}
/* md - laptop */
@media (min-width: 992px) {
    #banner-footer {
        padding-top: initial;
        padding-bottom: 270px;
    }
    #banner-footer svg {
        height: 360px;
        /* set height to pixels if you want angle to change with screen width */
    }
}
/* lg - desktop */
@media (min-width: 1200px) {
    #banner-footer {
        padding-bottom: 270px;
    }
    #banner-footer svg {
        height: 640px;
        /* set height to pixels if you want angle to change with screen width */
    }
}


/* Search home page
-------------------------------------------------------------- */

.search-group {
    display: none;
}


/* tablet */

@media (min-width: 768px) {
    .search-group {
        display: flex;
    }
}


/* md - laptop */

@media (min-width: 992px) {}


/* lg - desktop */

@media (min-width: 1200px) {}

.search-group {
    flex-direction: row;
    justify-content: center;
}

.search-group .group {
    width: 100%;
    padding: 5px 20px;
}

.search-group .group.first {
    border-radius: 30px 0 0 30px;
    padding-left: 30px;
    border-right: none;
}

.search-group .group.last {
    border-radius: 0 30px 30px 0;
    border: 1px solid #e9e9e9;
    border-left: 0;
}

.search-group select {
    background-color: #292C73;
    color: #FFFFFF;
    text-align-last: center;
}

.search-group button {
    background-color: #0791C4;
    color: #FFFFFF;
}


/* hide on mobile */


/* Gray topbar
-------------------------------------------------------------- */

#topbar {
    background-color: #E1E1E1;
    height: 30px;
    color: #0C315B;
    font-size: 10px;
    line-height: 30px;
    font-weight: 800;
}

#topbar .phones {}

#topbar .phones>div {
    display: inline-block;
    margin-right: 10px;
}

#topbar .social-icons {
    font-size: 20px;
}

#topbar .social-icons a {
    color: #0C315B;
}

.main-navigation .brand-logo>img {
    max-height: 50px;
}


/* Legacy footer
-------------------------------------------------------------- */

#colophon .top {
    background: #292C73;
    color: #FFFFFF;
    padding: 60px 0;
}

#colophon .bottom {
    background-color: #0791C4;
    color: #FFFFFF;
    min-height: 100px;
}

#colophon .footer-widget {
    background-color: transparent;
    padding: 0;
    color: #FFFFFF;
}

#colophon .widget .widget-title {
    color: #FFFFFF;
}

#colophon .widget a {
    color: #FFFFFF;
}

#colophon .widget ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}


/* Product Detail Page
-------------------------------------------------------------- */

.product-header {
    height: 200px;
    width: 100%;
    background-color: #292C73;
    margin-bottom: -215px;
}

.single-product {
    background-color: #E1E1E1;
}

.product-images {
    margin-bottom: -20px;
}

.product-images .slick-arrow {
    opacity: 1;
}

.product-images .woocommerce-product-gallery__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 365px; /* (old) 4%; */
    position: relative;
}

.product-images .woocommerce-product-gallery__image a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slick-slide {
    margin: 0 5px;
}

.slick-list {
    margin: 0 -10px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #FFFFFF;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #0991C4;
}

.product-details .card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    clear: both;
    margin-bottom: 20px;
}

/* tablet */
@media (min-width: 768px) {
    .product-images .woocommerce-product-gallery__image {
        padding-bottom: 355px !important;
    }
}

/* md - laptop */
@media (min-width: 992px) {
    .product-images .woocommerce-product-gallery__image {
        padding-bottom: 332px !important;
    }
}

/* lg - desktop */
@media (min-width: 1200px) {
    .product-images .woocommerce-product-gallery__image {
        padding-bottom: 402px !important;
    }
}

/*
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*/

.product-attributes {
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-around;
}

.product-attributes .attribute {
    flex: 1 0 21%;
    margin: 0 20px 20px 0;
}

.product-items ul {
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-around;
    list-style: none;
    padding: 0;
}

.product-items ul li {
    flex: 1 0 21%;
    margin: 0 20px 40px 0;
    line-height: 16px;
}


/* Shop page
-------------------------------------------------------------- */

.shop-header {
    height: 200px;
    width: 100%;
    background-color: #292C73;
    color: #FFFFFF;
    padding: 55px;
    display: none;
}

/* tablet */
@media (min-width: 768px) {
    .shop-header {
        display: block;
    }
}
/* md - laptop */
@media (min-width: 992px) {}
/* lg - desktop */
@media (min-width: 1200px) {}

.product-meta {
    color: #000000;
    font-size: 13px;
}

.product-meta ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.product-meta ul li {
    display: inline;
    /*
     white-space: nowrap should be moved to child A
     because IE fails to wrap resulting list completely
    */
}

.product-meta ul li::before {
    content: ' ';
    /*
     this content is important only for Chrome in case
     the HTML will be minified with *no whitespaces* between </li><li>
    */
}

.product-meta ul li:not(:last-child):after {
    content: '|';
    /*
     this is actual placeholder for background-image
     and it really must be space (or tab)
    */
    white-space: normal;
    word-spacing: 1em;
    /*
     = nav@padding-right - this actually makes width
    */
    /* background-image: radial-gradient(circle, black, black 7%, transparent 15%, transparent 35%, black 45%, black 48%, transparent 55%); */
    /* background-size: 1em 1em; */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* opacity: 0.5; */
}


/* WPCF7
-------------------------------------------------------------- */

.wpcf7-form-control {}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
    margin-bottom: 10px;
    border: 1px solid #999;
    border-radius: 25px;
}

.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: 25px;
    margin-top: 10px;
}

.wpcf7-form-control .wpcf7-checkbox {
    font-size: 12px;
}

.wpcf7-form-control .wpcf7-not-valid {}

.wpcf7 p {
    margin: 0;
}

div.wpcf7 .ajax-loader {
    visibility: visible;
    display: none;
}

div.wpcf7 .ajax-loader.is-active {
    display: inline-block;
}

.wpcf7-list-item {
    margin: 0;
}


/* Woocommerce
-------------------------------------------------------------- */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce-page .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product {
    padding: 0;
}

.products.columns-4 li.product {
    width: 22.05% !important;
    /*width: auto !important;
    margin: auto !important;
    clear: initial !important;
    padding: 0 !important;
    position: initial !important;*/
}

.woocommerce .widget_price_filter .price_label {
    display: inline;
}


/* Product list */

.woocommerce ul.products li.product a img {
    margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #292C73;
    margin-bottom: -10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-top: -10px;
    min-height: 15px;
}


/* Azul slider home
-------------------------------------------------------- */

.azul-products {}

.azul-products ul {
    padding: 0;
    list-style-type: none;
}

.azul-products .woocommerce-loop-product__title {
    color: #292C73;
    padding: .5em 0;
    margin: 0 0 -10px 0;
    font-size: 1em;
}


/* Product
-------------------------------------------------------- */

.woocommerce div.product .product_title {
    color: #292C73;
    margin: 0;
}

.modelo {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #000000;
}

.product-attributes {
    margin-top: 30px;
}

.product-attributes,
.product-attributes a {
    color: #000000;
}

.observacoes {
    color: #000000;
    font-size: 0.9em;
}

.product-items {
    padding-top: 30px;
    color: #000000;
}

.woocommerce #primary {
    padding-top: 0;
}
/* tablet */
@media (min-width: 768px) {}
/* md - laptop */
@media (min-width: 992px) {}
/* lg - desktop */
@media (min-width: 1200px) {}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #292C73;
    font-size: 2em;
    font-weight: bold;
}


/* Product Price
-------------------------------------------------------- */

.product-price .price.off {
    background: #cccccc;
    height: 50px;
}

.price-btn {
    font-size: 28px;
    cursor: pointer;
}

#azul-categories {}

#azul-categories .azul-category {}

#azul-categories .azul-category small {}

.azul-category * {
    white-space: pre-wrap;
}

.azul-category {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
}

.azul-category {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-size: 65%;
    background-position: center 8px;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 9px 0 rgb(158 184 209 / 41%);
    box-shadow: 0 2px 9px 0 rgb(158 184 209 / 41%);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    white-space: nowrap;
    cursor: pointer;
}

.azul-category {
    margin: 4px;
    width: 80px;
    height: 80px;
    padding: 8px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 8px -4px rgb(0 0 0 / 30%);
    box-shadow: 0 4px 8px -4px rgb(0 0 0 / 30%);
}

.azul-category small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    margin-top: 4px;
    font-size: 12px;
    color: #737480;
    text-transform: capitalize;
}

.azul-category small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.azul-category small {
    font-size: 10px;
}

.azul-category--disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    cursor: unset;
}

.azul-category:not(.azul-category--disabled):hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 8px 16px -6px rgb(0 0 0 / 40%);
    box-shadow: 0 8px 16px -6px rgb(0 0 0 / 40%);
}

#azul_categories_home {}

#azul_categories_home .azul-category-home {
    /* height: 150px;
    width: 150px; */
    display: block;
    opacity: 1;
    background-size: cover;
}

#azul_categories_home .azul-category-home img {
    max-width: 100%;
}

#secondary {
    position: relative;
    overflow: hidden;
}

#azul-all-categories {
    background: #FFF;
    position: absolute;
    top: 60px;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 90;
    transition: ease 0.5s;
}

#azul-all-categories.open {
    right: 0;
}

.categories-back {
    float: left;
    font-size: 20px;
    margin-right: 10px;
}


/* Pagination
 =============================================================== */

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    line-height: 35px;
    min-width: 35px;
    min-height: 35px;
    font-size: 0.8em;
}

.search-form.large {
    width: 90% !important;
}


/* tablet */

@media (min-width: 768px) {
    .search-form.large {
        width: 60% !important;
    }
}


/* md - laptop */

@media (min-width: 992px) {}


/* lg - desktop */

@media (min-width: 1200px) {}

#azul-all-categories .widget ul>li {
    padding: 4px 0 !important;
}

.main-navigation .nav-list>.menu-item>span>a.search-btn.icon-btn {
    background-color: #0791c4 !important;
}

.main-navigation .search-btn.icon-btn .mdi {
    color: #FFFFFF !important;
}

.related.products li.product {
    background-color: transparent !important;
}

.search-tip {
    border: 1px solid;
    float: left;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 32px;
}

#necessities {
    margin-bottom: 0;
}
#categorias {
    margin-bottom: 0;
}
#articles {
    margin-bottom: 40px;
}

/* tablet */
@media (min-width: 768px) {
    #necessities {
        margin-bottom: 80px;
    }
    #categorias {
        margin-bottom: 80px;
    }
    #articles {
        margin-bottom: 50px;
    }
}

/* md - laptop */
@media (min-width: 992px) {}

/* lg - desktop */
@media (min-width: 1200px) {}


.main-navigation .icon-btn.mobile {
    background-color: #0791c4 !important;
    line-height: 56px;
    margin-right: 10px;
    height: 100% !important;
    margin-top: 0;
    position: initial;
}

@media (max-width: 991px) {
    #secondary aside {
        display: none;
    }
}



/*--------------------------------------------------------------
21.0 Featured posts
--------------------------------------------------------------*/
#azul_blog_home {
    margin-top: 10px;
    margin-bottom: 30px;
    opacity: 0;
    padding: 0 5px;
  }
  #azul_blog_home:hover .featured-post {
    opacity: .6;
  }
  #azul_blog_home .featured-post {
    background-position-y: center;
    background-size: cover;
    margin: 0 5px;
    outline: none;
    position: relative;
    width: 100%;
    word-break: break-word;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #azul_blog_home .featured-post:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  #azul_blog_home .featured-post .mondo-love-button {
    background-color: #009688;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 45px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #azul_blog_home .featured-post .mondo-love-button .love-count {
    font-weight: 700;
  }
  #azul_blog_home .featured-post:hover {
    opacity: 1;
  }
  #azul_blog_home .featured-post:hover .entry-title:after {
    width: 40px;
  }
  #azul_blog_home .featured-post:hover .mondo-love-button {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  #azul_blog_home .entry-label {
    background-color: #009688;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
  }
  #azul_blog_home .entry-content {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #azul_blog_home .entry-title {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #azul_blog_home .entry-title:after {
    display: none;
  }
  #azul_blog_home .entry-footer {
    display: none;
  }





/* Custom CSS 
-------------------------------------------------------------- */

/* borda arredondada na foto do produto */
img.attachment-woocommerce_thumbnail {
    border-radius: 15px;
}