/*
 Theme Name:   La Rinconera
 Template:     generatepress
 Version:      1.0.0
*/

body {
    background-color: white;
	overflow-x: hidden;
}

.home .entry-title {
	display: none;
}

/* FIBO SEARCH */
.dgwt-wcas-search-wrapp {
    max-width: none !important;
}

/* METASLIDER */
.metaslider {
    border-radius: 10px;
    overflow: hidden;
}

/* Center the products grid */
.wc-block-product-template__responsive.columns-5 {
    margin: auto;
}

.wc-block-components-product-image, .attachment-woocommerce_thumbnail, .woocommerce-product-gallery__image {
	border-radius: 3px;
    overflow: hidden;
}

.wc-block-product-template__responsive {
	grid-gap: 3rem 1.25em !important;
}

/* Hide search button in top bar */
.dgwt-wcas-menu-bar-item, .dgwt-wcas-menu-search-item, .dgwt-wcas-search-item {
    display: none;
}

.woocommerce-breadcrumb {
    display: none;
}

.wc-block-checkout__sidebar.is-sticky {
    top: 40px;
}

.wc-block-product-template__responsive>li {
    display: flex;
    flex-direction: column;
}

.wp-block-post-title{
    flex-grow: 1;
}

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

.main-navigation a {
	font-size: 20px;
}

.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
	font-weight: 600;
    color: #303030;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold !important;
	color: #303030 !important;
}

h2 {
	margin-bottom: 2rem !important;
}

.copyright-bar {
	display: none;
}
