/*
Theme Name:  Boldman Child Theme
Description: Child theme for the Boldman theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    boldman
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */


/* Header */

.top-contact.tm-highlight-left a{
    color: white;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.top-contact.tm-highlight-left a:hover{
    opacity: 0.8;
}

.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a{
    color: #182333;
}
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a:hover{
    color: #848483;
}

/* accueil */

.themetechmount-iconbox-icon{
    display: none;
}
.tm-bgcolor-darkgrey .themetechmount-iconbox.themetechmount-iconbox-styleseven {
    background-color: rgba(0, 0, 0, 0.4);
}
.themetechmount-iconbox.themetechmount-iconbox-styleseven:hover:before{
    background-color: #182333;
}

.themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-heading{
    padding-left: 0 !important;
}

/* accueil - Home Services */
.home-services .tm-element-heading-content-wrapper{
    color: #182333;
}
.home-services .tm-element-content-desctxt{
    color: #3a424d !important;
}
.home-services .tm-element-subheading{
    color: #848483 !important;
}
.home-services .tm-element-content-heading{
    color: inherit !important;
}

.home-services .themetechmount-iconbox .tm-custom-heading{
    font-size: 26px !important;
}

.home-services .tm-cta3-content-wrapper{
    line-height: 1.5;
}

.home-services .themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-content{
    border-width: 2px;
}

/* Gallerie */
.site-content .gallery-item {
  position: relative;
}
.site-content .gallery-item a{
  display: block;
}
.site-content .gallery-icon {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 75%; /* Aspect ratio 4:3 */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.site-content .gallery-icon:hover {
  transform: scale(1.02);
}

.site-content .gallery-icon img {
  display: block;
  width: 100%;
  height: 100%;
    object-fit: cover;
  transition: transform 0.5s ease;
}


.gallery-item:hover .gallery-icon img {
  transform: scale(1.05);
}

.site-content .gallery-caption {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  padding: 1em;
  background: rgba(24, 35, 51, 0.9);
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  opacity: 0;
  font-style: normal;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  font-weight: 500;
  padding: ;
}

.site-content .gallery-item:hover .gallery-caption {
  opacity: 1;
  transform: translateY(50%);
}

/* FOOTER */

.site-footer .widget-title a, 
.site-footer .tm-textcolor-white .tm-fid-icon-wrapper i, 
.site-footer .tm-textcolor-white .tm-vc_cta3-content-header h2{
    color: #182333 ;
}

.site-footer .tm-textcolor-white .tm-container-for-footer h2, 
.site-footer .tm-textcolor-white .tm-container-for-footer h3, 
.site-footer .tm-textcolor-white .tm-container-for-footer h4, 
.site-footer .tm-textcolor-white .tm-container-for-footer h5, 
.site-footer .tm-textcolor-white .tm-container-for-footer h6{
    color: #182333 !important;
}
.site-footer .widget-title a:hover{ color: #60605f;}
.site-footer p,
.site-footer .tm-pricelist-block, 
.site-footer .textwidget a,
.tm-textcolor-white ul.tm-pricelist-block li strong{
    color: #60605f;
    line-height: 1.4;
    font-size: 1.5rem;
}

.site-footer .textwidget a:hover{
    color: #182333;
}

.site-footer .wp-caption-text{
    display: none  ;
}

.site-footer .tm-pricelist-block{
    max-width: 200px;
}

/* .site-footer .gallery {
    padding-left: 20px;
} */

.site-footer .galerie-title{
    margin-bottom: 2rem;
}
.site-footer .galerie-title{
    margin-bottom: 2rem;
}

.site-footer .gallery-icon{
  overflow: hidden;
}
.site-footer .gallery-icon img{
  transition: transform 0.5s ease;
}


.site-footer .tm-skincolor{
    color: white !important;
}

/* Footer CTA */
.site-footer .tm-footer-cta-wrapper .tm-footer-cta-inner{
    position: relative;
    padding: 30px 20px;
}
.tm-footer-cta-inner .widget-area:last-child{
    position: static;
}

.tm-quicklink-box .tm-righttext-box h2{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3rem;
}

.tm-quicklink-box .tm-righttext-box p{
    color: #f0f0f0 ;
    font-size: 2.5rem;
    line-height: 1.33;
}

.cta-phone{
    position: absolute;
    bottom: -11px;
    right: 5%;
    color: white;
    font-size: 5.75rem;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.cta-phone .tm-icon{
    font-size: 5rem;
    margin-right: 5px;
}
.cta-phone:hover{
    color: #f0f0f0 !important;
}
@media screen and (max-width: 767px) {
    .site-footer .galerie-title,
    .site-footer .gallery{
        display: none !important;
    }

    .cta-phone, .cta-phone .tm-icon{
        font-size: 3.75rem;
        bottom: -8px;
    }
}

/* page contact */
.page-id-562 .site-footer .tm-footer-cta-wrapper{
    display: none;
}


@media screen and (min-width: 1200px) {
    #menu-main-menu #menu-item-8391{
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    h2.elementor-heading-title{
        font-size: 20px !important;
    }
}
