@charset "UTF-8";
/*
Theme Name: Thème WordPress Gioia Pace
Theme URI : https://pixeleez.ch
Description: 
Author: Sinabe Sàrl / Pixeleez Sàrl
Author URI : https://sinabe.ch

Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, template-editing, translation-ready, wide-blocks

Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 7.4

Version: 1.0.0

License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Reset CSS */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

/* Variables */
/* Max width of the web site*/
/* Client colors */
/* WordPress base style */
.entry-content {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 148px;
}

.content {
  max-width: 1404px;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-group__inner-container {
  max-width: 1140px !important;
  margin-right: auto;
  margin-left: auto;
}

.alignwide {
  margin-left: -50px;
  margin-right: -50px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-image {
  margin: 0px;
}

.hidden {
  display: none;
}

@media screen and (max-width: 1485px) {
  .entry-content {
    max-width: 1140px;
  }
  .content {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-content {
    max-width: 940px;
  }
  .content {
    max-width: 940px;
  }
}
@media screen and (max-width: 800px) {
  .entry-content {
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .content {
    max-width: 710px;
  }
  .wp-block-group__inner-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobi-hidden {
    display: none !important;
  }
}
/* Fonts */
/* Fonts */
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/gioiapace/assets/fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/gioiapace/assets/fonts/Lato/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/gioiapace/assets/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: bold;
}
/* Typography */
body {
  font-family: "Lato";
  font-weight: 300;
  font-size: 120%;
  line-height: 1.5em;
  color: #000000;
  text-align: justify;
  background-color: #ffffff;
  z-index: 1;
}

/* Header style */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  text-align: left;
  margin: 20px 0 10px 0;
  line-height: 1.2em;
}

h1 {
  font-size: 2.5em;
  line-height: 1em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #aa1917;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.3em;
}

/* Content style */
p, dl, multicol {
  display: block;
  margin: 1em 0;
}

strong {
  font-weight: 400;
  font-size: 1em;
}

em {
  font-style: italic;
}

ol li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

ol li::marker {
  color: #aa1917;
}

ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
ul li {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 1em;
}
ul li::marker {
  font-size: 20px;
  color: #aa1917;
}

/* Link style */
a {
  text-decoration: none;
  color: #FF0000;
}
a:hover {
  text-decoration: underline;
}

/* Vertical padding */
/** ----------------------------------------------------------------------------
/* Vertical padding 
---------------------------------------------------------------------------- **/
.padding-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-l {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-m {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-s {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-top-xl {
  padding-top: 50px;
}

.padding-top-l {
  padding-top: 20px;
}

.padding-top-m {
  padding-top: 15px;
}

.padding-top-s {
  padding-top: 10px;
}

.padding-bottom-xl {
  padding-bottom: 50px;
}

.padding-bottom-l {
  padding-bottom: 20px;
}

.padding-bottom-m {
  padding-bottom: 15px;
}

.padding-bottom-s {
  padding-bottom: 10px;
}

/* Align style */
.center {
  width: 100%;
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.align-bottom {
  align-self: flex-end;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

/* Mobile style*/
@media screen and (max-width: 800px) {
  .mobi-center {
    text-align: center;
  }
  .mobi-left {
    text-align: left;
  }
}
/* Layout */
/* Client block style and WordPress rewrite */
.gio-valeurs {
  font-size: 2em;
  color: #FF0000;
}

/* Color styles */
.gio-blanc {
  color: #ffffff;
}

.gio-bg-gris {
  background-color: #f4f4f4;
}

/* bouton using link */
.btn {
  color: #ffffff;
  background-color: #FF0000;
  width: fit-content;
  padding: 10px;
}
.btn a {
  color: #ffffff;
}
.btn a:hover {
  color: #ffffff;
}

.has-text-align-center.btn {
  margin-right: auto;
  margin-left: auto;
}

.gio-post-item {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  flex-basis: 33.33% !important;
  max-width: 33.33%;
}

.home .gio-post-item {
  flex-basis: 100% !important;
}

/* Components */
/* SinPix Slider for partners*/
#sinpix-partners-slider {
  position: relative;
  color: #ffffff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* Fading animation */
  /* Navigation */
}
#sinpix-partners-slider .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#sinpix-partners-slider .slider::after {
  content: "";
  display: block;
  clear: both;
}
#sinpix-partners-slider .carousel-container {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 120px);
}
#sinpix-partners-slider .carousel {
  max-width: calc(100% - 100px);
  overflow: hidden;
  margin: auto;
}
#sinpix-partners-slider .items {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 0px;
}
#sinpix-partners-slider .item {
  display: table-cell;
  align-content: center;
  padding: 20px;
}
#sinpix-partners-slider .item-content figure {
  margin-left: auto;
  margin-right: auto;
}
#sinpix-partners-slider .review-item-logo {
  flex: 40%;
  text-align: center;
}
#sinpix-partners-slider .review-item-logo img {
  width: 206px;
}
#sinpix-partners-slider .item-content {
  flex: 60%;
}
#sinpix-partners-slider .prev, #sinpix-partners-slider .next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: solid 1px #FF0000;
  background-color: transparent;
  color: #FF0000;
}
#sinpix-partners-slider .prev:hover, #sinpix-partners-slider .next:hover {
  box-shadow: 0 0 0 4px #FF0000;
}
#sinpix-partners-slider .car-nav-box {
  width: 140px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
#sinpix-partners-slider .next {
  margin-left: 20px;
}
#sinpix-partners-slider .prev {
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  #sinpix-partners-slider .carousel {
    /*height: 500px;*/
  }
  #sinpix-partners-slider .review-item-logo {
    width: 100%;
  }
  #sinpix-partners-slider .review-item-content {
    width: 100%;
  }
  #sinpix-partners-slider .item {
    padding-right: 0px;
    padding-left: 0px;
  }
  #sinpix-partners-slider .review-item-content {
    padding-top: 20px;
  }
  #sinpix-partners-slider .sinpix-box-review .car-nav-right, #sinpix-partners-slider .sinpix-box-review .car-nav-left, #sinpix-partners-slider .sinpix-box-review .item {
    height: 500px;
  }
}

label {
  display: block;
}

input, textarea, select {
  font-family: "Lato";
  font-size: 1em;
  color: #454545;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  outline-width: 0;
  padding: 10px;
  margin-top: 10px;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #454545;
  border-radius: 0px;
}

input, textarea {
  width: 100%;
}

textarea {
  margin-top: 20px;
  font-weight: 300;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  font-family: "Lato";
  font-weight: 300;
}

/* Dropdown */
.dropdown {
  font-family: "Lato";
  font-size: 1em;
  position: relative;
  display: inline-block;
  width: 300px;
  padding-right: 20px;
  margin: 5px;
}
.dropdown-button {
  font-family: "lato";
  font-size: 1em;
  background-color: #f0f0f0;
  color: #454545;
  padding: 14px 20px;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
  outline: none;
}
.dropdown-button:focus {
  border-color: #454545;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
  border: 1px solid #f0f0f0;
  border-top: none;
}
.dropdown-menu li {
  padding: 10px;
  color: #454545;
  list-style: none;
  background-color: #f0f0f0;
  cursor: pointer;
  text-indent: 0px;
}
.dropdown-menu li:hover {
  background-color: #aa1917;
  color: white;
}
.dropdown.open .dropdown-menu {
  display: block;
}

/* Navigation */
/* Menu Styling */
/* Language menu style */
.menu-pll {
  position: absolute;
  top: 12.5px;
  right: 15px;
  display: flex;
  padding: 10px 0px;
}
.menu-pll li {
  list-style-type: none;
  margin-right: 5px;
  padding-right: 5px;
}
.menu-pll li:not(:last-child) {
  border-right: 1px solid #000000;
}
.menu-pll li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
}
.menu-pll li a:hover {
  color: #aa1917;
}
.menu-pll li.current-lang a {
  color: #aa1917;
}
@media screen and (max-width: 1024px) {
  .menu-pll {
    display: none;
  }
}

/* Navigation menu */
.navbar {
  width: 100vw;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 148px;
  background-color: #ffffff;
  padding-top: 5px;
  z-index: 999;
}
.navbar .content {
  width: 100%;
  max-width: 1404px;
  margin-right: auto;
  margin-left: auto;
}
.navbar .content .logo {
  position: relative;
  top: 25px;
  left: 0px;
  width: fit-content;
  z-index: 998;
}
.navbar .content .logo-big img {
  width: 400px;
}
.navbar .content .logo-small img {
  height: 60px;
}
.navbar .content .menu-icon {
  display: none;
}
.navbar .content nav {
  position: absolute;
  top: 0px;
  width: 100%;
  max-width: 1404px;
  height: 148px;
  margin-right: auto;
  margin-left: auto;
}
.navbar .content nav ul .menu {
  z-index: 1000;
  position: absolute;
}
@media screen and (max-width: 1485px) {
  .navbar .content {
    max-width: 1140px;
  }
  .navbar .content nav {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .content {
    max-width: 940px;
  }
  .navbar .content nav {
    max-width: 940px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .content {
    display: flex;
    width: 100%;
    max-width: none;
  }
  .navbar .content nav {
    max-width: 100%;
    height: 118px;
  }
  .navbar .content .menu-icon {
    display: block;
    z-index: 1000;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .navbar .content .logo-big img {
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .navbar {
    height: 118px;
  }
}

/* Nav bar change size on scroll */
.navbar-scrolled {
  height: 118px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.navbar-scrolled .content nav {
  height: 118px;
}

/* Styl on home page only */
.home .navbar {
  background: rgba(0, 0, 0, 0.5);
}
.home .navbar .menu a {
  color: #ffffff;
}
.home .navbar .menu a:hover {
  color: #aa1917;
}
.home .navbar .menu li.current-menu-item a {
  color: #aa1917;
}
.home .navbar .menu-pll a {
  color: #ffffff;
}
.home .navbar .menu-pll li.current-lang a {
  color: #aa1917;
}
@media screen and (max-width: 1024px) {
  .home .navbar .menu {
    background-color: #ffffff;
  }
  .home .navbar .menu a {
    color: #333;
  }
}

/* list and link */
.menu {
  list-style: none;
  display: flex;
  align-items: stretch; /* Default */
}

.menu-item {
  padding-left: 0px;
  text-indent: 0px;
}

.menu li {
  display: inline-block;
  padding: 10px 0px;
  z-index: 1000;
  /* If li has a before value with content */
}
.menu li::before {
  content: "";
}
.menu li .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  background-color: #ffffff;
}
.menu li .sub-menu li {
  display: block;
}
.menu li:hover .sub-menu {
  display: block;
  padding: 10px;
}
.menu li a {
  text-transform: uppercase;
  color: #333;
  padding: 10px 15px;
}
.menu li a:hover {
  color: #aa1917;
  text-decoration: none;
}
.menu li .current-menu-item a {
  color: #aa1917 !important;
}

.menu .current-menu-item a, .menu .current_page_parent a, .menu .current-page-ancestor a {
  color: #aa1917;
}

.menu li.lang-item {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu li.lang-item {
    display: block;
  }
}

.wp-block-navigation-item {
  text-indent: 0px;
}

/* Add responsive CSS styles for mobile view and hamburger menu */
@media screen and (max-width: 1024px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    width: 100vw;
  }
  .menu-bar-top {
    display: flex;
    width: 100%;
  }
  nav {
    width: auto;
  }
  /* Display hamburger icon on mobile device */
  .menu-icon {
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23FFFFFF;}.st2{fill:none;stroke:%23aa1917;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="9.5" y1="13.6" x2="32.5" y2="13.6"/><line class="st2" x1="9.5" y1="21" x2="32.5" y2="21"/><line class="st2" x1="9.5" y1="28.4" x2="32.5" y2="28.4"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .menu-icon.close {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23aa1917;}.st2{fill:none;stroke:%23aa1917;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="12.9" y1="29.1" x2="29.1" y2="12.9"/></g><g><line class="st2" x1="29.1" y1="29.1" x2="12.9" y2="12.9"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home .menu-icon {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23FFFFFF;}.st2{fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="9.5" y1="13.6" x2="32.5" y2="13.6"/><line class="st2" x1="9.5" y1="21" x2="32.5" y2="21"/><line class="st2" x1="9.5" y1="28.4" x2="32.5" y2="28.4"/></g></svg>');
  }
  .home .menu-icon.close {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23FFFFFF;}.st2{fill:none;stroke:%23FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="12.9" y1="29.1" x2="29.1" y2="12.9"/></g><g><line class="st2" x1="29.1" y1="29.1" x2="12.9" y2="12.9"/></g></svg>');
  }
  ul .menu {
    height: 100vh;
    background-color: burlywood;
  }
  .menu {
    display: none;
    flex-direction: column;
    background-color: #ffffff; /* Change background color for mobile menu */
    position: absolute;
    top: 118px; /* Adjust top position as needed */
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 10px 0;
    justify-content: start;
    text-align: center;
    z-index: 1000;
  }
  .menu li {
    background-color: #ffffff;
  }
  .menu ul.sub-menu {
    display: block;
    position: relative;
    top: 0px;
  }
  .menu ul.sub-menu li {
    background-color: #F6EBE0;
  }
  .menu li .sub-menu {
    display: block;
  }
  .menu.open {
    display: flex;
  }
  .menu-icon {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
  .menu-shop-icon {
    display: flex;
    direction: rtl;
    align-items: center;
    height: 50px;
    width: 33.33%;
    padding-right: 10px;
  }
}
.menu {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .menu {
    right: 0px;
  }
}

/*# sourceMappingURL=style.css.map */
