/*
Theme Name:  Fixter Child Theme
Description: Child theme for the Fixter theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    fixter
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
-------------------------------------------------------------- */
/* Correction checkbox CF7 */
.wpcf7 input[type="checkbox"]:checked:after {
    background-color: #000 !important;
    border-color: #000 !important;
}
/* Rend les liens de texte réellement cliquables */
.elementor-widget-text-editor a,
.elementor-text-editor a {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

/* Empêche les pseudo-éléments Elementor/thème de bloquer les clics */
.elementor-widget-text-editor:before,
.elementor-widget-text-editor:after,
.elementor-text-editor:before,
.elementor-text-editor:after,
.elementor-column:before,
.elementor-column:after,
.elementor-widget-wrap:before,
.elementor-widget-wrap:after,
.elementor-background-overlay {
  pointer-events: none;
}
.preyantechnosys-pf-detailbox-list {
	display: none;
}
.prt-pf-right-details {
	display: none;
}