/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*contact form

2 colonne*/

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}

#right {
    width: 47%;
    float: right;
}

.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}

.clearfix {
    display:block;
}

.clearfix label{
    font-family: 'Montserrat';
    font-size: 20px;
    color: #ffffff;
}

.clearfix :is(input, textarea){
    font-family: 'Montserrat';
    font-size: 18px;
    color: #000000;
}

.campo_obb{
    color: red;
}

/*personalizzazione bottone invia form*/
.wpcf7-submit{
    width: 50%;
    font-family: 'Unbounded' !important;
    font-size: 22px !important;

    float: right;
}

/*processo cambiamento immagine su hover, da bianco e nero viene sostituita con una a colori*/
.contenitore-imgs {
    position: relative;
    text-align: center;
    width: 100%; /*mettere dimensioni immagine*/
    max-width: 412px;
    height: auto;
    cursor: pointer;
    overflow: hidden;
}
  
.contenitore-imgs img {
    width: 100%;          /* l'immagine si ridimensiona */
    height: auto;         /* mantiene le proporzioni */
    display: block;       /* elimina eventuali spazi indesiderati */

}
  
.contenitore-imgs .img-colorata {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
}

.contenitore-imgs:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.contenitore-imgs:hover .img-colorata {
    opacity: 1;
}


/*rimozione link a 'tag' luogo e data degli articoli*/
.luogo-data-articoli{
    pointer-events: none;
}

/*Tootltip che compare sopra le immagini dei vari adesivi delle macchine (singolo prodotto)*/
.container-immagine {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
  
.testo-tooltip {
    visibility: hidden;
    width: 400px;
    background-color: #1B1D21;
    text-align: left;
    padding: 30px;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.testo-tooltip p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffff;
}

.testo-tooltip h3 {
    font-family: 'Unbounded';
    font-size: 20px;
    font-weight: 200;
    color: #FFE200;
}
  
.container-immagine:hover .testo-tooltip {
    visibility: visible;
    opacity: 1;
}


.titolo-anim:hover{
    transform: scale(1.6);
    transition: 0.5s;
}



/*Personalizzazione tabella caratteristiche macchine*/
.table-container {
    width: 100%;
    overflow-x: auto;
}

.tabella-caratteristiche {
    width: 1000px;
    border-collapse: collapse;

    font-family: 'Unbounded';
    color: #000000;
}

.tabella-caratteristiche th, td {
    padding: 15px !important;
    text-align: center;
    cursor: default;
}

.tabella-caratteristiche thead {
    border-bottom: 4px solid #000000;
}

.tabella-caratteristiche thead th{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}


.tabella-caratteristiche tr{
    border-bottom: 2px solid #000000;
}

.tabella-caratteristiche tbody tr:hover{
    background-color: #ffe1008e;
}

.tabella-caratteristiche td{
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

@media (max-width: 728px) {
    .tabella-caratteristiche th, td {
        white-space: nowrap;
    }
}
