/*

Theme Name: Industo

Theme URI: http://demo.casethemes.net/industo/

Author: Case-Themes

Author URI: https://themeforest.net/user/case-themes/portfolio/

Description: Industo is a WordPress theme specially designed for factory, manufacturing and industrial businesses. Industo has a beautiful and unique design that will be best suited for your online web presence. It is fully responsive, retina ready and easy to customize.

Version: 1.0.7

Requires PHP: 7.4

Tested up to: 6.6

License: ThemeForest

License URI: https://themeforest.net/licenses

Text Domain: industo

Tags: business, company, construction, industrial, industry, industry theme, manufacturing, factory, engineering, energy, plants, machinery, mechanical, oil

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

/**************************** Jreig ******************************************/

/* general */

/* boton */
a.link__catalogo {
    background: #022f62;
    padding: 1rem;
    color: #fff;
    border-radius: 0.3rem;
    display: block;
    margin-top: 1rem !important;
    /* width: 100px; */
    text-align: center;
}

a.link__catalogo:hover{
    color: #ffffff;
    background: #f1a137;
}



/* capçalera més petita . El client vol que es vegi abans l'imatge del producte */
#ct-pagetitle {
    padding: 50px 0 70px;
}

/* background image */

#ct-pagetitle:before {
    background-color: #000000;
    background-image: url("https://vertimaq.com/wp-content/uploads/2025/06/background-capcalera-eines.jpg");
}

.site-content {
  padding: 50px 0;
}

/**************************************** fitxes productes *************************/

h3.fitxa-descripcio__h3 {
    border-bottom: 1px solid;
    margin: 2rem 0rem;
}


/*** amagar tags de productes */

span.tagged_as {
    display: none !important;
}

