/*
Theme Name: cashmaticbenelux
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	@media (max-width: 768px) {
		.footer {
		padding: 20px !important;
	}
}

}




.tooltipster-content {
    display: none;
}
.tooltipster-base {
    display: none;
}
.tooltipster {
    display: none;
}


.icon-box {
  text-align: left;
  border: 0px solid #000 !important;
  padding: 10px;
  border-radius: 5px;
}
.icon-box:hover {
  text-align: left;
  border: 0px solid #000 !important;
  padding: 10px;
  border-radius: 5px;
  background-color:#f5f5f5;	
}
.icon-custom-hp {
  
  padding: 0 15px 15px !important;
  
}




.widget > ul > li > a  {
    display: inline-block;
    padding: 6px 0;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
}
.widget > ul > li > a:hover  {
    display: inline-block;
    padding: 6px 0;
    -ms-flex: 1;
    flex: 1;
    color: #8b8b8b;
}
ul.menu > li + li, .widget > ul > li + li {
    border-top: 1px solid transparent;
    
}
.footer .button.icon.circle {
    color: #000;
}
.absolute-footer {
    color: 
    #000;
    font-size: .9em;
}
.footer {
    padding: 100px;
}
.is-divider {
  height: 3px;
  display: block;
  background-color: #2e3c4b;
  margin: 1em 0 1em;
    margin-top: 1em;
  width: 100%;
  max-width: 30px;
}
.archive .is-divider {
    display:none;
}

.button.back-to-top {
    position: fixed;
    left: 0;
    right: 100%;
    margin-left: 1em;
}
/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}
/* Shows the reCAPTCHA on the Contact page */
.page-id-18 .grecaptcha-badge {
    display: block !important;
}

.byline {
    display:none;
}

.txt_vert_cta_contact {
    margin-top: 12px;
}


/* Cacher les drapeaux du language switcher */
.header-language-dropdown .image-icon,
.header-language-dropdown .icon-image,
.header-language-dropdown .icon-image img,
.header-language-dropdown .image-icon img {
  display: none !important;
}

