/* 
Theme Name:		 We Are Com
Theme URI:		 https://www.inneo.net;
Description:	 Theme enfant We Are Com, basé sur SimpleMag
Author:			 Florient DELAFOY
Template:		 simplemag
Text Domain:	 SimpleMag-child
Version:		 1.1
-------------------------------------------------------------- */ 

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

/*****************************
	GLOBAL
******************************/

.post-has-dropcap ul li {
    list-style: disc !important;
}

.et_bloom_form_header, .et_bloom_form_content, .et_bloom_form_container_wrapper {
    height: 100% !important;
}

.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content,
.et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content {
    gap: 50px;
}

.mega-menu-item {
	margin-right: 30px;
	margin-bottom: 30px;
}

/*****************************
	HEADER
******************************/

#content {
	margin-top: 60px;
}

nav.no-print.anmtd.main-menu {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

nav li, input#s, .tagline, .widget h3, .entry-header, .comment-box label, .section-header, .comment-meta, .comment .vcard, .widget-post-title, .widget_pages li, .widget_nav_menu li, .widget_categories li, .comment-reply-link, #submit, .widget h4, .copyright, .entry-meta, .top-strip nav, input[type="submit"], [class*="read-more"], .slide-dock h4, .related-posts h4, .secondary-menu li, .sub-menu li {
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.main-menu > ul > li > a > span {
	font-weight: 400;
}

a.glink:not(:last-child) {
    margin-right: 10px;
    margin-left: 10px;
}

.clubContainer {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    margin-left: -135px;
    width: 100%;
    gap: 20px;
    padding-right: 11%;
}

@media (max-width: 767.98px){
	.clubContainer {
		position: inherit;
		justify-content: center;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
}

button.btn.clubLogin {
    float: right;
    background: red;
    color: white;
    font-weight: 800;
    letter-spacing: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

button.btn.clubRegister {
	float: right;
    background: #ffe200;
    color: black;
    font-weight: 800;
    letter-spacing: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.clubMenu {
    float: right;
}

.clubMenu ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
    background: red;
    padding: 5px 15px;
    color: white;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    right: 12%;
}

/*****************************
	NEXT WAC EVENT
******************************/

.wac-next-event-container {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	line-height: 2rem;
}

.wac-next-event-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 3rem;
}

/*****************************
	HOMEPAGE
******************************/

nav li, input#s, .tagline, .sub-title, .widget h3, .entry-title, .vcard.author, .entry-header, .comment .vcard, .comment-box label {
    font-family: 'Oswald';
    font-size: 18px;
}

.post .author, 
.post .written-by {
	font-family: 'Oswald';
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: black;
	letter-spacing: 2px;
}

.author {
	text-decoration: underline;
}

span.button.product_type_variable.add_to_cart_button.home-download-button {
    background: red;
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 25px;
}

/*****************************
	KNOWLEDGE BASE
******************************/

#kbe-wrapper {
	width: 1050px;
	margin-bottom: 50px;
}

.textwidget div {
	height: auto !important;
}

.wacAdsContainer {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.kbe_knowledgebase h1.entry-title {
	font-size: 1.75rem;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

li.kbe-object-list-item.kbe-list-item-is-view-all-articles a, 
li.kbe-object-list-item.kbe-list-item-is-view-all-articles svg {
    color: red;
}

@media screen and (max-width: 768px){

	#kbe-wrapper {
		width: 100%;
		padding: 0 30px;
	}

}

/*****************************
	JOBS
******************************/

.wac-cta {
	text-align: center;
}

.wac-cta a {
	display: block;
	width: 420px;
    margin-left: auto;
    margin-right: auto;
	background: #ff0000;
	padding: 10px 20px;
	border-radius: 8px;
	color: white;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all .5s ease-in-out;
	animation: cta 1.5s linear infinite alternate;
}

.wac-cta a:hover {
	box-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
}

@media screen and (max-width: 767px) {
	.wac-cta a {
		width: auto;
	}
}

@keyframes cta {
	0% { 
		box-shadow: 4px 4px #000; 
		transform: scale(1.1);
	}
	100% { 
		box-shadow: none; 
		transform: scale(1.0);
	}
}

.job-manager-info {
    border: none;
    box-shadow: none;
	text-align: center;
    font-size: 25px;
    font-weight: 800;
}

.job-manager-info:before {
    display: none;
}

.job-manager-info img {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
    display: block;
}

ul.job_listings li.job_listing a img.company_logo,
.single_job_listing .company img {
    object-fit: contain;
}

.company_logo {
	display: none;
}

/*****************************
	HOMEPAGE
******************************/

.entry-title, .section-title {
	text-transform: initial !important;
}

.footer-sidebar .widget {
	font-size: 14px;
	padding: 30px 0;
}

.footer-sidebar .widget p {
	line-height: 20px;
	margin-right: 70px;
}

.widget_nav_menu li {
	font-family: Oswald;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.footer-sidebar .widget_rss li:after, .footer-sidebar .widget_pages li a:after, .footer-sidebar .widget_nav_menu li a:after, .footer-sidebar .widget_categories ul li:after, .footer-sidebar .widget_recent_entries li:after, .footer-sidebar .widget_recent_comments li:after {
	background-color: #8c919b;
}

.footer-sidebar .widget_rss li:after, .footer-sidebar .widget_pages li a:after, .footer-sidebar .widget_nav_menu li a:after, .footer-sidebar .widget_categories ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.2;
}

.wac-home-downloads {
    background: black;
    min-height: 400px;
    margin: -130px;
	overflow: hidden;
    position: relative;
	padding-top: 30px;
	padding-left: 30%;
}

.wac-home-downloads header.section-header, 
.wac-home-downloads .sub-title {
    color: white;
}

.wac-home-downloads .downloads-lists {
	color: white;
	text-align: center;
	padding: 0 10%;
}

.wac-home-downloads h3 {
    font-size: 32px;
}

.wac-home-downloads ul {
    padding: 0;
}

.wac-home-downloads ul li a {
    color: white !important;
    font-family: 'Oswald', sans-serif;
}

img#wac-point {
    position: absolute;
    top: -150px;
	left: 0;
}

img#wac-smartphone-mockup {
    position: absolute;
    top: 0;
	left: 0;
}

img#wac-trace {
    position: absolute;
    top: 0;
    right: 2%;
}

/*****************************
	DOWNLOADS
******************************/

.download-post.post-item-inner {
    box-shadow: 1px 1px #000, 2px 2px #000, 2px 2px #000;
    border: 1px solid;
}

.download-post .entry-details.product-details {
    opacity: 1 !important;
}

.download-post h2.entry-title {
    font-size: 20px;
    padding: 0 30px;
}

.download-post span.price {
    font-size: 14px !important;
}

.grid-layout .product-details .button {
	border-color: red;
}

h2.entry-title {
    height: 104px;
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 750px) {
	.download-post .entry-image {
		width: auto !important;
		margin-right: 0 !important;
	}

	.download-post .entry-details.product-details {
		display: grid;
	}

	.download-post span.price {
		padding: 0 30px;
	}

	.download-post a.button.product_type_variable.add_to_cart_button {
		margin: 30px auto;
	}
}

/*****************************
	ARCHIVE
******************************/

.list-layout .entry-image {
	max-width: 330px;
}

.wac-tag-counter {
	text-align: center;
}

.wac-tag-counter a {
	display: block;
	width: auto;
    margin-left: auto;
    margin-right: auto;
	background: #ff0000;
	padding: 10px 20px;
	border-radius: 8px;
	color: white;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	transition: all .5s ease-in-out;
}

.wac-tag-counter a:hover {
	box-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
}

/*****************************
	AGENDA
******************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.wpfc-calendar-wrapper {
	box-shadow: 0px 32px 47px rgb(32 23 23 / 9%);
	margin-top: 100px;
	margin-bottom: 100px;
}

.fc-toolbar.fc-header-toolbar {
	padding: 20px 30px 10px 30px;
}

.fc-view-container {
	font-family: 'Montserrat', sans-serif;
}

.fc-center h2 {
	font-size: 24px !important;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	color: #51565d;
	font-weight: 600;
}

.fc-button-group button,
button.fc-today-button {
	background: #fff;
	box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
	border: 2px solid #fbfafa;
	font-size: 12px !important;
	text-shadow: none;
}

button.fc-state-active {
    background: #ed3833;
    border: 2px solid #ed3833;
    color: white;
    font-weight: 700;
}

td.fc-head-container {
    border: none;
}

th.fc-day-header {
	font-size: 12px;
	text-transform: uppercase;
	color: #99a1a7;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	background: white;
	border: none;
}

td.fc-day-top {
	padding: 15px 15px;
	font-size: 12px;
	color: #98a0a6;
	pointer-events: none;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
}

td.fc-other-month {
	color: rgb(101, 101, 101);
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffd6d6' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
	cursor: not-allowed;
}

td.fc-day.fc-today {
	background: #fff !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: : none !important;
}

.fc-today .fc-day-number {
    background: #ed3833;
    color: white;
    border-radius: 100px;
    padding: 5px;
    font-weight: 600;
}

a.fc-event {
	border-left: 3px solid #fa607e !important;
	grid-column: 2/span 3;
	grid-row: 3;
	margin-top: 15px;
	background: rgba(253, 197, 208, 0.7) !important;
	align-self: end;
	color: #f8254e !important;
	padding: 8px 12px;
	border-radius: 7px;
	border-right: none;
    border-top: none;
    border-bottom: none;
}

.fc-content .fc-title, .fc-content .fc-time {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px !important;
}

.fc-scroller.fc-day-grid-container {
    height: auto !important;
}

/*! Tippy.js v6.2.7 - https://unpkg.com/tippy.js@6.2.7/themes/material.css */
.tippy-box {
    background-color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    color: #51565d;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
    padding: 15px;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
    border-top-color: #FFF;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
    border-bottom-color: #FFF;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
    border-left-color: #FFF;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
    border-right-color: #FFF;
}
.tippy-box > .tippy-backdrop {
    background-color: #FFF;
}
.tippy-box > .tippy-svg-arrow {
    fill: #FFF;
}

.add_to_calendar,
.invite_to_event {
    background: red;
    display: inline;
    padding: 10px;
}

.add_to_calendar a,
.invite_to_event a {
	color: white;
}

@media screen and (max-width: 767px) {
	.fc-right,
	.fc-left {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0 calc(100% / 7);
	}

	.fc-left {
		margin-bottom: 0px;
	}
}

#event-form .event-extra-details select  {
	height: 220px;;
}

/*****************************
	SEARCH PAGE
******************************/

.search_form {
    margin: 30px 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

span.postTypeTag {
	display: inline-block;
    background: #ff0700;
    color: white;
    text-transform: uppercase;
	padding: 0px 15px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 50px;
    text-align: center;
    letter-spacing: 1px;
	margin-left: -5px;
	margin-bottom: 15px;
}

.search_categories input[name="s"] {
    font-size: 1rem;
}

select[name='post_type'] {
    border-color: black;
}

select[name='post_type']:focus-visible {
    outline: 0;
}

select[name='post_type']:focus {
	box-shadow: 3px 3px 0 #000;
}

/*****************************
	WAC CUSTOM PAGE
******************************/

h2.elementor-heading-title.elementor-size-medium a {
    font-family: 'Oswald';
    color: black !important;
    font-weight: 500;
}

/*****************************
	GREEN POPUP
******************************/

.lepopup-element::before {
	display: none !important;
}

/*****************************
	MEMBERS WIDGETS
******************************/

.youzify h1, .youzify h2, .youzify h3, .youzify h4, .youzify h5, .youzify h6 {
    line-height: initial !important;
}

.youzify-search-landing-image-container {
    background-color: #3f0d12;
	background-image: linear-gradient(315deg, #3f0d12 0%, #a71d31 74%);
}

.membersDirectoryWidget {
	background-color: black;
	padding: 7%;
    border-radius: 12px;
    box-shadow: 0px 0px 5px;
}

.membersDirectoryWidget h2 {
    color: white;
    line-height: 1em;
    width: 77%;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	font-weight: 800;
}

button.membersWidgetButton {
    background: white;
    margin-top: 5%;
    font-weight: 800;
    color: black;
    font-size: 12px;
}

.membersDirectoryWidget label.form-label {
    color: white;
    margin: 20px 0 10px 0;
    display: block;
    font-size: .9em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.membersDirectoryWidget button {
    margin-top: 10px;
}

.youzify-main-column.grid-column h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.em-events-list li {
    padding: 0 0 20px 0;
}

.subsubsub {
    margin: 20px 0 20px 0;
}

.admin-events-filter {
    margin-top: 10px;
}

a.youzify-data-item.youzify-data-vues {
    display: none;
}

/*****************************
	SHOP
******************************/
.variations .reset_variations {
    font-size: 10px !important;
}

.woocommerce p.stars a[class^=star-].active:after, 
.woocommerce p.stars a[class^=star-]:hover:after {
    color: red !important;
}

.comment-form .comment-form-comment label, 
.comment-form .comment-form-author label, 
.comment-form .comment-form-email label, 
.comment-form .comment-form-url label {
    display: block;
}

h2.entry-title {
    justify-content: center;
}

a.button.checkout.wc-forward {
    background: red;
    color: white;
}

.woocommerce-info, .woocommerce-message {
    color: red !important;
    border-color: red !important;
}

.woocommerce form .form-row .required {
    text-decoration: none;
}

/*****************************
	MEMBERSHIP LIMITED CONTENT
******************************/
.limitedContent {
    background: red;
    color: white;
    padding: 6%;
}

.limitedContent ul,
.limitedContent ul li {
	list-style: none !important;
}

.limitedContent ul li:before {
	content: '✓';
}

.limitedContent p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.limitedContent a {
    color: white;
    font-weight: 800;
}

.limitedContent a button {
    background: white;
    color: black;
}



/* FIX CSS CAROUSEL */
.elementor-widget-wp-widget-ti_latest_posts .slider-nav-arrow.prev-arrow {
  top: 30%;
  left: 10px;
}
.elementor-widget-wp-widget-ti_latest_posts .slider-nav-arrow.next-arrow {
  right: 10px;
  top: 30%;
     
}
.elementor-widget-wp-widget-ti_latest_posts .slider-nav-arrow.next-arrow, .elementor-widget-wp-widget-ti_latest_posts .slider-nav-arrow.prev-arrow {
  background: white;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.elementor-widget-wp-widget-ti_latest_posts .entry-image img {
    max-height: 253px !important;
}
