/*
Theme Name: Luchiana-Child
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana-child
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.2
Template: luchiana
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.tu-van-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-areas:
        "h4 h4 h4"
        "h1 h2 h3";
}
.tu-van-grid div:first-child {
    grid-area: h1;
}
.tu-van-grid div:first-child {
    grid-area: h2;
}
.tu-van-grid div:first-child {
    grid-area: h3;
}
.tu-van-grid div:first-child {
    grid-area: h4;
}
#gui{
    margin-top: 20px;
    display: block;
    width: 100%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
#gui:hover{
    background: #000;
    color: #fff;
}
.register-form{
    position: relative;
}
.register-form input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #000 !important;
    color: #000 !important;
    background: #fff !important;
}
.category-custom{

}
.btn-slider .c-button{
    color: #000 !important;
}
.c-top-menu__list .current-menu-item > a{
    color: #e6b054;
}
.c-top-menu__list .c-top-menu__item{
    font-size: 15px;
}
.news-date .c-post-list__meta-date, .c-post-list__meta-date--grid{
    background-color: #e6b054 !important;
}
.c-product__atc-wrap .button{
    background-color: #e6b054 !important;
}
.c-product__quantity-minus, .c-product__quantity-plus{
    border-color: #e6b054 !important;
}

.single .c-ip-news-grid__item{
    width: auto !important;
}
.single .c-ip-news-grid__wrap{
    padding: 20px 30px;
}
.single .c-ip-news-grid__header{
    font-size: 20px;
}
.single .c-ip-news-grid__list{
    grid-template-columns: 1fr;
}
.detail-content h1.title{
    font-size: 26px;
    color: #000;
    font-weight: 600;
} 
.c-post__excerpt{
    background-color: #e6b054 !important;
    color: #fff !important;
}
.entry-content, .elementor-widget-text-editor{
    font-weight: 400 !important;
}
.single .c-post__content h1,
.single .c-post__content h2,
.single .c-post__content h3,
.single .c-post__content h4,
.single .c-post__content h5{
    font-weight: 400 !important;
    border-bottom: 2px solid #e6b054;
    padding-bottom: 10px;
}


@media (min-width: 1190px){

}

@media (min-width: 768px){
    .single .c-ip-news-grid__list{
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
    .c-ip-slider__title--full{
        font-size: 55px !important;
    }
}
