/*
 Theme Name:   Cote D'Azur
 Theme URI:    https://amola.ca
 Description:  GeneratePress child theme. Requires GeneratePress theme.
 Template:     generatepress
 Version:      1.0
*/

:root {
    --base-2: #fffff;
    --accent: #666;
}

body,
button,
input,
select,
textarea {
    /*font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Nunito Sans', serif;
}

h1 {
    text-transform: unset;
}

body {
    overflow-x: hidden;
}

/* Center logo */

img.is-logo-image {
    max-width: 260px;
}

.main-navigation {
    background: #000;
}

.main-navigation a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a,
.main-navigation .main-nav ul li a {
    color: white;
}

.gp-icon.icon-search svg {
    color: white;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a {
    text-decoration: underline;
    color: white;
}

.site-content .content-area {
    width: 100%;
}

.is-left-sidebar {
    width: 25%;
}

/* Formidable Forms */

.frm_style_formidable-style.with_frm_style .frm_submit button {
    background: #333;
    border-color: #333;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #666;
    border-color: #666;
    color: #fff
}

/* WooCommerce */

.woocommerce-loop-product__title {
    text-align: center;
}

.product_meta {
    display: grid;
}

.posted_in {
    margin-top: 20px;
}

.related.products {
    margin-top: 100px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: .9em;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 23%;
    text-align: center;
    min-height: 220px;
    margin: 0 1% 3%;
}

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

.woocommerce table.shop_attributes td p {
    margin-left: 10px;
}

.woocommerce-loop-category__title mark.count {
    display: none;
}

.product-category.product {
    border: 1px solid #eee;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff;
}

/* Sidebar Widgets */

.home .is-left-sidebar {
    width: unset;
}

@media screen and (min-width: 1024px) {
    .separate-containers .inside-left-sidebar {
        margin-top: 50px;
    }
}

.inside-left-sidebar .widget {
    padding: 10px 20px;
}

#block-4.widget {
    padding: 10px 20px;
    margin-bottom: 0;
}

.sidebar .widget a {
    text-decoration: none;
}

.sidebar .widget a:hover {
    text-decoration: underline;
}

.home .inside-article {
    background-color: transparent;
}

body.home {
    background: url('/wp-content/uploads/2024/03/background-main.jpg') no-repeat center 150px;
}

.home a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #b1801f;
}

.home a.wp-block-button__link:not(.has-background):hover {
    background-color: #000;
}

h2.woocommerce-loop-category__title {
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce ul.products li.product-category:hover img,
.woocommerce-page ul.products li.product-category:hover img {
    opacity: .6;
}

.main-navigation .menu-toggle {
    color: white;
}

#menu-item-17 {
    display: none;
}