/*
 Theme Name:   TheFlash Child Theme
 Theme URI:    https://theflash.ancorathemes.com
 Description:  TheFlash Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     theflash
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  theflash
*/


/* =Theme customization starts here
------------------------------------------------------------ */
:root {
  --verd-clar: #68e500;
  --verd-fosc: #005245;
}
.titulo_h54 h3.elementor-image-box-title {min-height: 60px}
.descarga_h85 .elementor-image-box-content {min-height: 85px}


/*read more lastest posts */
.sc_blogger_item_on_plate .sc_blogger_item_content a:hover {color: var(--verd-fosc)}


/* cf7 button */
.wpcf7 .wpcf7-submit-style .submit-style-in {background-color: var(--verd-clar);color: var(--verd-fosc)}
.wpcf7 .wpcf7-submit-style .wpcf7-submit {color: var(--verd-fosc)}
.wpcf7 .wpcf7-submit-style:hover .wpcf7-submit {color: white}
.wpcf7 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {background-color: var(--verd-fosc);color: white}

/* image over */

.imagehover img {
    transition: all 3s ease-in-out;
}

.imagehover:hover img
{
    transform: scale(1.1);
}

.container {
  overflow: hidden;
}

/* posiciona secció bottom */
.section_bottom20 {position: absolute;bottom: 20px}

.socials_mobile {display: none}
.menu_mobile_header_wrap .sc_layouts_logo img {max-width:200px }

.tablepress-id-1 .column-1,.tablepress-id-2 .column-1,.tablepress-id-3 .column-1 {
width: 50%;
}

.tablepress-id-1 .column-2,.tablepress-id-2 .column-2,.tablepress-id-3 .column-2 {
width: 50%;
}

.tablepress-id-4 .column-1 {
width: 50%;
}
.tablepress-id-4 .column-2,.tablepress-id-4 .column-3 {
width: 25%;
}


