/*
Theme Name: OneCommunity Child Theme
Tags: buddypress
Template: onecommunity
*/

body, header#main { padding-right:0; }
header#main .logo {
    margin-top: 0px;
}

header#main .logo img {
    display: block;
	height: 100%;
}
#main .header-top {
	border-bottom: none;
}
#sidenav {
	display: none;
}
#header-menu-container li a:hover { color: rgb(248, 121, 103) }
#header-menu-container li a:hover { color: rgb(248, 121, 103) }
.home-page .top-bar-notifications-container span,.home-page .shortcode-bp-groups-tabs-container #object-nav .tabs-nav li.current, .shortcode_go, .shortcode_notice, .shortcode_quotebyauthor,.home-page .shortcode-login #shortcode-login-submit,.home-page .box-blog-entry .box-blog-cat a, #buddypress .bp-navs ul li.selected, #buddypress .bp-navs ul li.current, .page-numbers.current,.home-page .header-top-signin, .user-top-menu-container ul li span, .single-event-image span, .single-event-cat,.home-page .offers-container .offer.best, .offers-container a.button, .single-post-category,.home-page #object-nav ul li.current,.home-page .top-bar-messages span, .woocommerce h2.woocommerce-loop-category__title mark.count,.home-page ul.products li.product .woocommerce-listing-item-cat, body.single-product button.single_add_to_cart_button, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce a.checkout-button, #place_order, .buddypress-wrap #group-create-body .bp-cover-image-status p.warning, .buddypress-wrap .bp-feedback.info .bp-icon, .buddypress-wrap .bp-feedback.help .bp-icon,.home-page .hero-button.join, #wp-calendar tbody td#today a, #buddypress .main-navs.bp-navs .object-nav-menu li.current, body.dark-mode .page-numbers.current, ul.learnpress-featured li.course-entry .box-course-cat, ul.learn-press-courses li.lp_course .box-course-cat, .learnpress-page .lp-button, ul.learn-press-nav-tabs .course-nav.active::after, ul.learn-press-nav-tabs .course-nav:hover::after, .course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status, .widget_lp-widget-popular-courses .widget-body .course-entry .course-detail .course-detail-top .category, .lp-widget .lp-course-info-fields .lp-course-info .lp-label, .lp-label.label-enrolled, .lp-label.label-started, #sidebar .course-category a, .dd_single-event .dd_single-event-cat, .dd_single-event .dd_single-event-image span,
body #main .cart .single_add_to_cart_button,
#tab-title-description,
#buddypress #object-nav ul li.current,
#profile-edit-form .submit #profile-group-edit-submit,
#your-profile #submit{
    background: rgb(248, 121, 103) !important;
}
.home-page .load-more-groups span {
    border-bottom: 3px solid rgb(248, 121, 103);
    cursor: pointer;
}
#header-menu-container .header-menu li ul li a:hover { color: rgb(248, 121, 103) !important; }
.header-search, .home-page .frontpage-row-4.frontpage-row, .top-bar-notifications-container, .home-page .frontpage-row-7.frontpage-row, .wpulike.wpulike-default { display: none; }
.hero-button.button-home-2 { background: #168b8f !important; color: #fff !important; box-shadow: none !important;}


.page-id-5408 .content {
	display: none;
}


.page-id-5408 .page-title {
	display: none;
}

.page-id-5408 .sidebar {
	display: none;
}
.home-page .frontpage-row-2.frontpage-row { display: none; }
#content {
	width: 100%;
	margin-top: 50px;
}
#sidebar-spacer {
	display: none;
}
.home-page .bounceInDown:not(.animated) {
    opacity: 0;
    animation-name: bounceInDownDemo;
    animation-duration: 0.9s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
@keyframes bounceInDownDemo {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
  	opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeftDemo {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.home-page .bounceInLeft:not(.animated) { animation-name: bounceInLeftDemo; animation-duration: 0.9s; animation-delay: 0.7s;animation-fill-mode: forwards; opacity: 0; }

.elementor-element-b2e6c31 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.home-page .hero-button:hover {
  background: #ff5037 !important;
}
.home-page .button-home-2:hover {
  background: #005f63 !important;
}
#event-form #event-name {
    width: 80%;
    padding: 7px !important;
}
.titre_part_2 {
  color: rgb(248, 121, 103) !important;
}
.page-header h2 {
  text-transform: uppercase;
}
.page-header h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 2px;
  margin: -27px auto;
  content: '';
  opacity: 1;
  background: #F87967;
}
h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 2px;
  margin: -27px auto;
  content: '';
  opacity: 1;
  background: #F87967;
}
h2 {
	margin-top: 40px;
}
.home-page .mamcoaching-tag {
  background-color: #168b8f !important;
}
.orange-mamp, .elementor-widget-shortcode .elementor-shortcode > h2 {
  color: rgb(248, 121, 103);
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.page-title {
	display: none;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.page h1:not(.home-page h1) {
	font-family: "Nunito";
}

.block-esprit {
    padding: 20px;
	background-color: #fff;
	margin: 6px;
}
.block-green-mamp {
	background-color: rgba(37,145,148,0.5);
}
footer {
  background: #4D4D4D;
}
.footer-logo {
  width: 100%;
  height: 100px;
}
.footer-logo img{
  width: 100%;
  height: 100%;
}
.footer-left p {
  margin-left: 15px;
}
.footer-logo > a {
  height: 100%;
}
.footer-mentions {
  color: #fff;
}
.footer-left {
  width: 24%;
}

.elementor-widget-shortcode .elementor-shortcode h2 {
	background-color: #eee;
	color: rgb(248, 121, 103);	
	padding: 15px;
	margin-top: 0;
}
.elementor-widget-shortcode .elementor-shortcode h2::after {
	content: none;
}

.button_mamp a {
	background-color: #259194;
	color: #fff;
	font-family: "Nunito";
	font-weight: bold;
	width: 250px;
	padding: 14px 40px;
	border-radius: 3px;
	border: 1px solid #259194;
	transition: all 0.2s ease-in-out;
}
.button_mamp a:hover {
	transition: none;
	background-color: #fff;
	color: #259194;
	transition: all 0.2s ease-in-out;
}
.button_mamp_orange a {
	background-color: rgb(248, 121, 103);
	color: #fff;
	font-family: "Nunito";
	font-weight: bold;
	width: 250px;
	padding: 14px 40px;
	border-radius: 3px;
	border: 1px solid rgb(248, 121, 103);
	transition: all 0.2s ease-in-out;
}
.button_mamp_orange a:hover {
	transition: none;
	background-color: #fff;
	color: rgb(248, 121, 103);
	transition: all 0.2s ease-in-out;
}

.custom-show-pop-login {
	cursor: pointer;
}

.border-right {
	border-right: 1px solid #eee;
}
.border-bottom {
	border-bottom: 1px solid #eee;
}
.border-left {
	border-left: 1px solid #eee;
}
.border-top{
	border-top: 1px solid #eee;
}

.elementor-testimonial-wrapper {
	display: flex;
	flex-direction: column-reverse;
}
.elementor-testimonial-content {
	margin-top: 15px;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img.attachment-full.size-full { width:50px; height:50px; }
.home-page .elementor-1370 .elementor-element.elementor-element-8f55076 .elementor-heading-title {text-decoration: none;}
/** MAP **/
.gm-style .gm-style-iw-c {
    border-radius: 8px !important;
}
.single-post .thumbnail { display: none; }
/** FOOTER **/
.footer-columns-col-2,
.footer-columns-col-3,
.footer-columns-col-4 {
	padding-top:10px;
}
.footer-columns a {
    color: #fff;
}
#main .header-top-signin,
#budypress .buddypress-wrap .bp-feedback.info .bp-icon,
#signup-form #submit,
#login-jump #shortcode-login-submit { background-color: rgb(248, 121, 103) !important; }
#profile-details-section .input-options.datebox-selects {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.input-options.datebox-selects .xprofile-field-label,
.input-options.datebox-selects select{
	margin-right: 8px !important; 
}
/** ------- CF7 -------- **/
#wpcf7-f97-p5388-o1 form, #wpcf7-f6782-p5384-o1 form,
#wpcf7-f6816-p5386-o1 form { margin-left: -2px; }
#wpcf7-f97-p5388-o1 form p:nth-child(12) {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#wpcf7-f97-p5388-o1 form p:nth-child(12) .ajax-loader {
	position: absolute;
	left: 0;
}
#wpcf7-f97-p5388-o1 form .wpcf7-form-control.wpcf7-submit,
#wpcf7-f6782-p5384-o1 .wpcf7-form-control.wpcf7-submit,
#wpcf7-f6816-p5386-o1 .wpcf7-form-control.wpcf7-submit {
    display: block;
    background-color: #F87967 !important;
	border: 1px solid #F87967 !important;
	width: 100%;
	transition: all 0.2s ease-in-out;
}
#wpcf7-f97-p5388-o1 form .wpcf7-form-control.wpcf7-submit:hover,
#wpcf7-f6782-p5384-o1 .wpcf7-form-control.wpcf7-submit:hover,
#wpcf7-f6816-p5386-o1 .wpcf7-form-control.wpcf7-submit:hover {
    display: block;
    background-color: #FFF !important;
	color: #F87967 !important;
	border: 1px solid #F87967 !important;
	transition: all 0.2s ease-in-out;
}
#wpcf7-f97-p5388-o1 .wpcf7-text,
#wpcf7-f6782-p5384-o1 input ,
#wpcf7-form-control input,
#wpcf7-f6816-p5386-o1 input { width: 100%; }
#wpcf7-f6782-p5384-o1 form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/** -------------------- **/
#event-form .event-categories select {
    height: 40px;
}
#profile-edit-form .button-tabs.button-nav li {
	padding: 10px 20px;
    background-color: #eee;
    margin-right: 20px;
}
#profile-edit-form .button-tabs.button-nav li.current {
	background-color: rgb(248, 121, 103) !important;
}
#profile-edit-form .button-tabs.button-nav li.current a { color: #fff; font-weight: bold;}
#buddypress .subnav-search {
	width: 280px !important;
}
/*** Mamcafé **/
#event-form .wrap h3 {
	color: #FF596B;
	padding: 15px 0;
}
#event-form .wrap .inside {
	background-color: #eee;
	padding: 20px;
}
.submit .button-primary {
	display: block;
	margin: 20px auto;
	width: min-content;
	padding: 10px 80px;
	background-color: #FF596B;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 4px;
}
#content a {
	border-radius: 4px;
}
aside#left {
	display: none;
}

.single-post-details .single-blog-comments,
.single-post-details .single-blog-time {
	display: none;
}
.single-post-details {
	border-bottom: none;
}
/*******/
#item-body #subnav {
	height: 40px;
}
#item-body #subnav .subnav {
	height: 40px;
}
#item-body #subnav .subnav li {
	padding: 6px 18px;
}
#item-body #subnav .subnav li a {
	font-size: 16px;
}
#buddypress #page-header {
	display: none;
}
#buddypress #bps_accordion_form_6880 {
	margin-top: 80px;
}
#buddypress #ui-id-1.ui-state-default{
	background: #F87967;
	color: #fff;
	font-weight: bold;
	border: none;
}
.em-event-delete {
	color: red;
}
.widefat.events-table.test-events tr th {
	background-color: #eee;
	border: 1px solid gray;
}
.wrapper .ui-accordion.ui-widget.ui-helper-reset #form_6880{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 120px;
}
.wrapper .ui-accordion.ui-widget.ui-helper-reset #form_6880 div input {
	padding: 6px;
}
.wrapper .ui-accordion.ui-widget.ui-helper-reset #form_6880 div select {
	width: 100%;
}
.wrapper .ui-accordion.ui-widget.ui-helper-reset #form_6880 div:last-child {
	margin-top: 24px;
}
body.page-template-blog-1 #page-header,
body.page-template-blog-1 #item-nav {
	display: none;
}
@media (min-width: 1301px) {
	.blog-1 .box-blog-thumb a img {
		width: 594px;
		height: 445px;
		object-fit: cover;
	}
}
.single-event main#content article {
	float: none;
	width: 100%;
}
.single-event main#content .thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-event main#content article > div:nth-child(1) {
	width: 65%;
}
.single-event main#content .em-location-map-container {
	width: 100% !important;
}

.single-event main#content img.wp-post-image {
	width: 300px;
}

body.page-template-blog-1  main#content .box-blog-details-bottom, 
body.page-template-blog-1  main#content .box-blog-entry .box-blog-details span.box-blog-time { display: none !important; }

#em-form-with-recurrence .em-date-range {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#em-form-with-recurrence .em-date-range input {
	width: 30%;
	padding: 8px;
	margin: 0 20px;
}
#em-form-with-recurrence p:nth-child(3) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#em-form-with-recurrence p:nth-child(3) .em-time-input.em-time-start.ui-em_timepicker-input,
#em-form-with-recurrence p:nth-child(3) .em-time-input.em-time-end.ui-em_timepicker-input{
	padding: 8px;
	width: 25%;
	margin: 0 20px;
}
#em-form-with-recurrence #em-time-all-day { margin-left: 8px; }

.buddypress #members-list.members-group-list li.item-entry {
	width: 12%;
}
h2.bp-screen-title::after {
	content: none;
}
#menu-item-7298 { color: rgb(248, 121, 103); }
.product .woocommerce-listing-item-content h2::after {
	content: none;
}
.woocommerce ul.products li.product a img {
	width: auto !important;
	height: 100%;
}
.product .product-thumbnail {
	display: block;
	height: 200px;
}
#content .container-carte-more,
.home-page .container-carte-more {
	text-align: center;
}
#content .carte-more,
.home-page .carte-more {
	display: block;
	color: #fff;
	background-color: rgb(248, 121, 103);
	border: 1px solid rgb(248, 121, 103);
	width: 160px;
	margin: 0 auto;
	padding: 4px 15px;
	border-radius: 20px;
	font-weight: 500;
	margin: 18px auto !important;
	font-size: 16px;
	line-height: 1.6em;
	transition: all 0.15s ease-in-out;
}
#content .carte-more:hover,
.home-page .carte-more:hover {
	color: rgb(248, 121, 103);
	background-color: #fff;
	transition: all 0.15s ease-in-out;
}

.elementor-shortcode h2:first-letter {
    text-transform: uppercase;
}

.logged-in .no-display-if-log {
	display: none;
}

body.registration #buddypress #page-header {
    display: block;
    margin-bottom: 0 !important;
	background: none;
}

body.registration .page-title {
	display: block;
	margin-top: 50px !important;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: 700;
}

body.registration .page-title::after {
	content: "";
	width: 100%;
	display: block;
	border-bottom: 1px solid#EEEEEEEE;
	margin-top: 20px;
}

body.registration .field-visibility-settings-notoggle,
body.registration .field-visibility-settings-toggle,
.page-template-template-blog .box-blog-comments,
.single-post .single-post-title,
.box-blog-comments {
	display: none !important;
}

.page-template-template-blog .box-blog-details-top,
body.category .box-blog-details-top {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.page-template-template-blog .box-blog-details-top .box-blog-cat,
body.category .box-blog-details-top .box-blog-cat {
	margin-bottom: 10px;
	margin-left: -2px;
}

.page-template-template-blog .box-blog-entry .box-blog-details a.blog-thumb-title-anchor {
	display: block;
	font-size: 20px;
	min-height: 80px;
}

.box-blog-entry .box-blog-details-bottom-author img.avatar {
	width: 23px;
}

.box-blog-entry .box-blog-details-bottom-author {
	font-size: 14px;
}

.single-post main#content article {
	width: 100%;
	float: none;
}

.aside-share,
body.archive #item-nav {
	display: none;
}

body.single.single-post #author-article-bottom {
	display: block;
	padding: 10px;
}

.date-author-article,
.author-bio-name {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

@media(max-width: 1300px) {
	.single-post main#content article {
    	width: 85% !important;
    	float: none !important;
		margin: 0 auto;
	}
}
.woocommerce-shop h1.page-title {
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
}
#header-menu-container { 
	margin-top: 35px;
}
.container header#main .logo img.logo-image {
	width: 220px;
	padding-bottom: 14px;
	padding-top: 4px;
}

.header-top-right {
	margin-top: 15px;
}
@media(max-width: 1025px) {
	.home-page h1.elementor-heading-title {
		font-size: 30px !important;
		line-height: normal !important;
	}
}
.footer-logo > a:nth-child(1) {
	width: 100%;
}
.footer-logo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}
input#signup_username {
	display: none;
}
.buddypress .standard-form label[for="signup_username"] {
	display: none;
}
.target-adhesion {
	padding: 15px 0;
	background-color: #F87967;
	border: 1px solid #F87967;
	color: #fff;
	text-align: center;
	font-weight: bold;
	transition: all 0.3 ease-in-out;
}
.target-adhesion a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}


.mam-edit-button{
display: inline-block;
    float: right;
    color: white;
    font-size: 20px;
    background-color: #F87967;
    padding: 2px 35px 1px 35px;
}
.shortcode-events-right .shortcode-event-title a{
	color: #F87967;
}
.event-wrapper .event-category{
	color: #F87967;
}
.category-events ul li a{
	color: #F87967;
}

p.em-tickets-spaces {
    display: none!important;
}

.ticket-spaces {
    display: flex;
    align-items: center;
}

.ticket-dates-to {
    display: flex;
    align-items: center;
}

.ticket-dates-to-normal {
    margin-right: 15px;
}
input.em-time-input.em-time-end.ticket-times-to-normal.ui-em_timepicker-input {
    margin-left: 15px;
    width: 10%;
}

.em-location-data tr td{
	flex-wrap: wrap;
	position: relative;
}


.em-location-data tr td i{
	position: absolute;
	right: 0;
}


.ocwpcf7_left_box{
	display: none;
}

input.wpcf7-text::placeholder, .wpcf7-textarea::placeholder{
	color: gray!important;
}

@media (max-width: 760px){
	main#content article p img{
		width: 100%;
	}
	#mobile-nav {
		margin-top: 13px!important;
		margin-right: 10px!important;
	}
}

.payment_method_stripe_sepa img{
	width: 75px;
}