/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 3.3.3.1658871504
Updated: 2022-07-26 21:38:24

*/
/* PER LA TIPOGRAFIA KELSON REGULAR 
@font-face {
  font-family: "kelson sans regular";
  src: url("fonts/KelsonSans-Regular/KelsonSans-Regular.woff2");
  src:
    url("fonts/cicle_fina-webfont.woff2") format("woff2"),
    url("fonts/KelsonSans-Regular/KelsonSans-Regular.woff") format("woff"),
    url("fonts/kelson/Kelson Sans Regular.otf") format("otf"),
    url("fonts/cicle_fina-webfont.svg#ciclefina") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/

/*h1,h2,h3,h4,h5,h6 {
  font-family: 'kelson sans regular', sans-serif !important; /* Usa el nombre de tu fuente */
	/*font-style: normal;
  font-weight: normal;
	/*font-size: 20px !important;*/
	/*background-color:green !important;/*
}





/* tipografia per cos */ 

p, input, li, th, td {
  font-family: 'Lato', sans-serif !important; /* Usa el nombre de tu fuente */
	font-style: normal;
  font-weight: normal;
	/*font-size: 20px !important;
	background-color:green;*/
}

/* Productes */
/*.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {margin-bottom:10px;}
.woocommerce ul.products li.product .woo-entry-inner li.title {margin-bottom:2px;}
.woocommerce ul.products li.product li.title h2 {margin-bottom:0px;}*/
	
/* Menú */
/*.effect-three #site-navigation-wrap .dropdown-menu >li.menu-item-54 >a.menu-link >span:after {display:none;}*/

/* Peu */
/*.footer-box .oceanwp-custom-links li a:before {display:none;}*/


/* Menú mòbil */
/*a.mobile-menu span.oceanwp-text {display:none;}
a.mobile-menu.opened span.oceanwp-close-text {display:none !important;}
a.mobile-menu.opened i {}
a.mobile-menu.opened .fa-bars:before {content:"\f00d";font-size:20px;}*/


/*@media (max-width:768px) {
.elementor-element-8b05fac {display:none;}
}*/


/*@media only screen and (max-width: 767px)
.woocommerce ul.products li.product .woo-entry-image-swap img {
  width: 0p !important;
}*/


/*.woocommerce ul.products li.product .woo-entry-image-swap img {width:auto;}*/
/*.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {border-radius:50%; padding:4px;}
.wpcf7 form.sent .wpcf7-response-output {display: inline-block;}
.elementor-41 .elementor-element.elementor-element-a548c2b .wlspcial-banner .banner-content {background: rgba(255,255,255,0.5);}*/





/* Per posar el color de fons de la on es mostra nom i preu producte */
/*.woocommerce ul.products li.product .woo-entry-inner {
  margin: 0;
  background-color: white;
}*/

/* per la linea inferior footer */ 
/*#footer-widgets {
	border-bottom-width: 1px;*/      /* Grosor de la línea */
  /*border-bottom-style: solid;    /* Estilo de la línea (solid, dashed, dotted, etc.) */
  /*border-bottom-color: #f47b20; */   /* Color de la línea */
/*}*/

/* per al títol dels footers */
/*#footer-widgets .footer-box .widget-title {
  color: #7ac142 !important;
}*/

/* botó formulari de contacte */
/*.elementor-kit-3695 input[type="submit"] {
	background-color:  #f47b20 !important;
}

.elementor-kit-3695 input[type="submit"]:hover {
	background-color:  black !important;
}*/


/* per centrar els productes */
/* Només a la zona amb la classe .botiga-centrada */
/*.botiga-centrada ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.botiga-centrada ul.products li.product {
    float: none !important;
    margin: 0 1% 30px;
    flex: 0 0 calc(33.333% - 20px);
    box-sizing: border-box;
}

@media (max-width: 1024px) {
  .botiga-centrada ul.products li.product {
      flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .botiga-centrada ul.products li.product {
      flex: 0 0 100%;
  }
}*/