/* 
Theme Name:     GX
Theme URI: 		https://www.gxcommunication.com
Description: Thème personnalisé pour le client. 
Author:         GX Communication
Theme URI: 		https://www.gxcommunication.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html, 
body {
	overflow-x: hidden;
}
/*
    MEGA MENU
*/

/*
.jet-menu-item-152 .jet-sub-mega-menu {
	opacity:1!important;
	visibility:visible!important;
	pointer-events:auto!important;
}
*/

.form {
	display:none;
}

.wl-megamenu-menu {
	display: flex;
	flex-wrap: wrap;
}
.wl-megamenu-menu .col {
	flex: 1 0 21%;
	margin: 5px;
}

.no-flex .col {
	flex: none!important ;
	min-width: 200px;
}



.wl-megamenu-menu .col-3 {
	flex: 1 0 42%;
}
.wl-megamenu-menu .col-3 .columns {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.wl-megamenu-menu .col>ul ul {display:none;}
.wl-megamenu-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.wl-megamenu-menu .col-1>ul>li {text-transform:uppercase;}
.wl-megamenu-menu li a {color:#000000;}
.wl-megamenu-menu li.active > a {color:#E5673E;}
.wl-megamenu-menu a:hover,
.wl-megamenu-menu a:focus,
.wl-megamenu-menu a.active {color:#000000;}

/*
    WOOCOMMERCE CUSTOM TABS (TABS INTO TABS)
*/
.wl-wc-tabs .wl-wc-tab-nav ul {
	padding:0;
	margin:0;
	list-style:none;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.wl-wc-tabs .wl-wc-tab-nav ul li {
    width:125px;
	text-align: center;
}

.wl-wc-tabs .wl-wc-tab-nav ul li a {
	color:#000000;
}
.wl-wc-tabs .wl-wc-tab-nav ul li a br {
	display:none;
}
.wl-wc-tabs .wl-wc-tab-nav ul li a .img-wrapper {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:5px;
}

.wl-wc-tabs .wl-wc-tab-nav ul li.active a {
	color:#EA5B0C;
}

#tab-title-additional_information,
#tab-additional_information{
	display: none !important ;
}

.wl-wc-tabs .wl-wc-tab-content .wl-tab-panel:not(.active) {
	display:none;
}

.wl-wc-tabs .wl-wc-tab-content {
	margin-top:60px;
}

.reset_variations {
	margin-top:5px;
	font-size: 1.1em!important;
}

.elementor-shortcode .woocommerce  {
	border-top: solid 1px #ccc;
    padding-top: 20px;
}

.elementor-shortcode .woocommerce:nth-child(2) {
  border-top: solid 0px #ccc;
}

/*  EVENTS  */
#events  P.small{
	font-size: 14px;
}
#events  .elementor-widget-image {
	min-height : 140px;
} 
 
#events .elementor-col-25 .elementor-element-populated{
    padding: 5%;
    background-color: #E4E5E4;
	margin: 3%;
}

#events P, #event-detail P{
	font-size: 18px;
}

/*Search*/
.em-search-wrapper {
    width: 500px;
    clear: both;
    float: right;
}
.css-events-list{
    clear: both;
}
    
div.css-search div.em-search-main .em-search-submit,  div.css-search div.em-search-main .em-search-submit:hover {

    background: var( --e-global-color-secondary ); 
    background-color: var( --e-global-color-secondary );
}

#event-detail .elementor-element-populated {
	padding: 1% 11% 4% 11%;
}
	@media screen and (max-width: 600px) {
			#event-detail .elementor-element-populated {
				padding: 1%  0 0% 0%;
			}
	}

#event-detail .elementor-element {
	text-align:left;
}

#event-detail hr {
	margin: 5% 0%;
}
#event-detail hr {
	margin: 5% 0%;
}
  
#event-detail .em-booking-login{
	max-width : 360px;
}
#event-detail .em-booking-login label {
    width: 150px;
}
/*Pour cacher le Login avec Amazon*/
.em-booking-login h4, .em-booking-login br, .em-booking-login a,.em-booking-login .row {
	display:none;
}
#event-detail .em-booking-form-details input.input, .em-booking-form-details textarea{
	width: 100%;
}
#event-detail input[type=submit], #event-detail input[type=submit]:hover{ 
	background-color: var( --e-global-color-primary );
	font-size: 20px;
	padding: 8px 25px;
	-webkit-border-radius: 3px;
	border: none;
	color: #fff;
}
#event-detail input[type=submit]:hover{ opacity:90%;}
 
/* SEARCH & FILTER */
.contact-results .elementor-widget-wrap {
	flex-direction:column;
}
.contact-results .location {
	border-bottom:1px solid #000000;
	padding:25px 20px 20px 50px;
	position:relative;
	width:100%;
	cursor:pointer;
}
.contact-results .location:before {
	content:"";
	height:15px;
	width:15px;
    border: 1px solid #000000;
    border-radius: 50%;
	position:absolute;
	left:15px;
	top: 50%;
    transform: translateY(-50%);
}
.contact-results .location:hover {
	background:#f6f6f6;
}
.contact-results .location h2 {
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
	margin:0 0 5px;
	border-bottom:1px solid #000000;
}
.contact-results .location h3 {
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
	margin:0 0 5px;
}
.contact-results .location h4 {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#EA5B0C;
	margin:0 0 5px;
}
.contact-results .location h5 {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#000000;
	margin:0 0 5px;
}
.contact-results .location p {
	margin:0 0 5px;
	font-weight:bold;
}

.contact-results .no-results {
	padding:30px 0;
}

.contact-results .location .sales_territory {
	font-weight:bold;
	text-transform:uppercase;
}

.contact-results .location .extra {
	display:none;
}

.contact-results .location.active {
	background:#f6f6f6;
}
.contact-results .location.active .extra {
	display:block;
}

.contact-results .location.active:before {
	background:#000000;
}

.contact-results .elementor-column.map {
	padding-left:20px;
}

@media screen and (max-width: 767px) {
	.contact-results .elementor-column.map {padding-left:0;}
}

/* ACF MAP */
.acf-map {
    width: 100%;
    height: 600px;
}

.acf-map img {
   max-width: inherit !important;
}

.acf-map .marker {
	display:none;
}

.acf-map .gm-style-iw button {
	top: 0!important;
	right: 0!important;
}

.acf-map a.contact {
	display:inline-block;
	border:2px solid #E5673E;
	padding:7px 10px;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:5px;
}
.acf-map a.contact:hover {
	background:#E5673E;
	color:#ffffff;
}

.acf-map h3 {
	margin-top:0;
	margin-bottom:10px;
	font-size:20px;
}

.acf-map div:focus {
	outline:0;
}

/* CONTACT FORM */
#ajax-contact-form  .elementor-widget-wrap {
	flex-direction:column;
}
#ajax-contact-form {
	display:none;
	/*padding:50px 30px 30px;*/
	padding:50px 0;
	margin:0;
}
#ajax-contact-form h6 {
	font-size:22px;
	line-height:26px;
	text-transform:uppercase;
	color:#000000;
	margin:0 0 25px;
}
#ajax-contact-form .content {
    width: 100%;
    display: block;
}

#ajax-contact-form .content .wpcf7-form-control-wrap {
	width:100%;
}

#ajax-contact-form .content .field-row {
	margin-bottom:15px;
	margin-left:-15px;
	margin-right:-15px;
}
#ajax-contact-form .content .field-row .elementor-column {
	margin-left:15px;
	margin-right:15px;
}

#ajax-contact-form .content input,
#ajax-contact-form .content textarea,
#ajax-contact-form .content select {
	border-radius:0;
	border:2px solid #E9E9ED;
}

#ajax-contact-form .content .wpcf7-submit {
	background:transparent;
	color:#EA5B0C;
	padding:8px 35px;
	border:2px solid #EA5B0C;
	font-size:26px;
}

#ajax-contact-form .content .wpcf7-submit:focus,
#ajax-contact-form .content .wpcf7-submit:hover {
	background:#EA5B0C;
	color:#ffffff;
	outline:none;
}

@media screen and (max-width: 1024px) {
	#ajax-contact-form .content .elementor-column {
		width:100%!important;
		margin-bottom: 15px!important;
	}
	#ajax-contact-form .content .field-row {
    	margin-bottom: 0!important;
	}
}

/* WOOCOMMERCE */

/**
 * My Account
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
	font-size:14px;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f3fd";
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f291";
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f1c6";
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f015";
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f09d";
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f007";
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: "Font Awesome 5 Free";
	content: "\f2f5";
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.grecaptcha-badge,
.elementor-field-type-recaptcha_v3{
   display:none !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%!important;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none!important;
		width: 100%!important;
		margin-left:0!important;
		padding-top:45px!important;
	}
}

/** DEVISU **/

.single_variation_wrap .single_variation {
	display: none !important;
}

.product .product_meta {
	display: none;
}

.searchandfilter ul {
	padding: 0;
	margin: 0;
}

.searchandfilter h4 {
	font-size: 15px;
	color: #E5673E;
	font-weight: 400 !important;
}

.searchandfilter ul li li {
	display: flex;
}

/** SEARCH AND FILTER **/

.sf_image {
	height: 350px;
	background-color: #fff;
	position: relative;
}
.sf_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	display: block;
	margin: 0 auto;
}
.sf_title {
	color: #000;
	font-family: "BrownSTD", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}
.sf_title a {
	color: #000;
}
.sf_content {
	padding: 40px 20px 20px 20px;
}
.sf_content p.price,
.sf_content p.price span {
	margin-bottom: 0;
	font-family: "BrownSTD", Sans-serif;
	font-size: 20px !important;
	font-weight: bold;
	fill: #E5673E !important;
	color: #E5673E !important;
}
.sf_content .elementor-button {
	background-color: #E5673E;
	margin-top: 20px;
	color: #fff;
}
.sf_content .elementor-button:hover {
	background-color: #000;
	color: #fff;
}
@media (max-width: 768px) {
	.sf_image {
		height: 200px;
	}
}