/*
Theme Name:   JM Starter
Description:  Customize Bootstrap Starter
Author:       jmladje
Author URL:   Write here the author's blog or website url
Template:     wp-bootstrap-starter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  jm-starter
*/

/* Write here your own personal stylesheet */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+HK:300,400,500,700,900&display=swap');


.nav-logo .elementor-image:hover {
    opacity: .8 !Important;
}
.entry-header {
    display: none;
}
.header-search i:hover {
    color: #00ce1b;
}

#content.site-content {
    /* padding-top: 2.125rem; */
    padding-top: 0;
}
header#masthead {
   
    background-color: rgba(255, 255, 255, 0) !Important;
        /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1) !Important; */
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.0), inset 0 -1px 0 rgba(0,0,0,0) !Important;

}

.content-area a {
    color: #00ce1b;
}
.woocommerce-Price-amount {
    color: #2e2e2e;
}

.elementor-search-form__toggle {
    color: #4C4C4C !Important;
}

/* Type Styles */
h1, .h1 {
    font-size: 1.5rem;

}
/* SLIDER */
/* .n2-section-smartslider {
    margin-bottom: 40px;
}
 */

@media (max-width: 1199px) {
    .br-lg {
        display: none;
    } 
}