/*
Home Page Styles
Description: Home page styles for BonneFete Pro theme.
Author: goodyBank
Author URI: https://goodybank.com
Last modified: 13 jan, 2020
--------------------------------------------- */
/* Home Page
--------------------------------------------- */

body { 
background-color: #01122d;
}

.bonnefete-home .site-header {

	margin: 0 auto;
	min-height: 30px;
	width: 100%;
	display: block;
	z-index: 1;
	/*background-color: rgba(0,70,128,0.3);
	background: linear-gradient(0deg, rgba(0,5,12,0.3) 40%, rgba(0,70,128,0.3) 70%);*/
	background-color: transparent;
}

 .bonnefete-home .site-header .site-title {
	font-weight: 700; 
	text-transform: uppercase;
 }

.bonnefete-home .site-header .site-title a {
	/*color: #f8d6eb;*/
	color: #ff6204;
}

	
.bonnefete-home .site-inner {
	clear: both;
	margin: 0 auto;
	overflow: visible;
	width: 100%;
}

.bonnefete-home .wrap-top {
	background-color: #450b1b;
	color: #ff607f;
	padding-bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.2) 50%, rgba(14,06,255,0.4) 100%), url(images/ab-cake-top.jpg) no-repeat center/cover; 
	position: relative;
	}


.bonnefete-home .site-header {
	margin: 0 auto;
	min-height: 50px;
	width: 100%;
}

.bonnefete-home .title-area {
    float: left;
    max-width: 40%;
    text-align: left;
}

.bonnefete-home .nav-primary {
    float: right;
    max-width: 60%;  
}

.bonnefete-home .nav-primary a {
	color: #fff;
	margin-right: 10px;
	border-bottom: none;
}


.bonnefete-home .full-width-content .content {
	width: 100%;
	max-width: none;
}


/* WELCOME / BIENVENUE
----------------------------------------------------------------------------- */

/*.bienvenue {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #ff607f;
	margin: 0 auto;
} */

.bienvenue {
	background:linear-gradient(90deg, rgba(238, 6, 6, 0.62) 10%, rgba(0,0,0,0.4) 100%), url(images/ab-asleep-footer-2020.jpg) ;
}
	
.bonnefete-home .top {
	/*background-color: #450b1b;
	background: linear-gradient(0deg, rgba(0,0,0,0.2) 50%, rgba(255,06,127,0.4) 100%), url(images/ab-cake-top.jpg) no-repeat center/cover; */ 
	background: linear-gradient(0deg, rgba(0,0,0,0.2) 50%, rgba(9,29,39,0.4) 100%);
	
	margin: 0 auto;
	color: #ff607f;
	padding-bottom: 20px;

	}
	
.top .home-welcome {
	margin-left: 25%;
	margin-top: 7%;
}
	
.home-welcome .widget-title {
	font-size: 70px;
	}


.home-welcome .text-center,
.home-welcome .text-left,
.home-welcome .text-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
}

.home-welcome > .widget {
	margin-bottom: 30px;
	
}

.home-welcome h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	 background: linear-gradient(to right, #ff6204 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
 

.home-welcome h2.title {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
	 background: linear-gradient(to right, #ffffff 0%, #47dbfd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 


	
.home-welcome h3 {
	font-size: 22px;
	color: #47dbfd;
  	font-weight: 700;

}

.home-welcome h3.streams span {
	opacity: 0.7;
}

h3.streams {
	text-transform: none;
	position:relative;
	
	}
	
h3.streams a {
	display: inline-block;
	padding: 8px 20px 20px 15px;
	margin-left: 20px;
	animation: fadeIn 1.5s;
	color: #fff;
	background: rgba(71,219,253,0.5);
	border: none;
	transition: all .2s ease-in-out;
	clip-path: polygon(0 0, 100% 0%, 100% 73%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 73%, 0 100%);
	
}
	@keyframes fadeIn {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
	}
	
	h3.streams a:hover {
		background: rgba(255,102,0,0.6);
		}
	

.home-welcome h3.widget-title {
	font-size: 72px;
	background: linear-gradient(to right, #5df5b5 0%, #47dbfd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  margin-left: -200px;
 }	

/*Categories middle section */

.categories {
	/*background: rgba(2,69,128,0.5) url(images/ab-categories-bg.png); */
	background: rgba(2,28,98,0.4);
	/*padding: 60px 20px 10px 10px; */
	padding: 20px 10px;
	text-align: center;
	/* width: 60%;
	 clip-path: polygon(0 47%, 100% 0, 100% 100%, 0% 100%);
	 position: absolute;
	 bottom: 0;
	 right: 0;  */
    }
  

.categories ul {
	margin: 0 auto;
	color: #86c1f3;
}

.categories ul.categories-list {
	padding: 1% 3%;
	background-color: transparent;
	background-image: none;
	border: none;
}

.categories li {
	display: inline-block;
	margin: 0 15px 0 0;
	/*text-shadow: 2px 2px rgba(0,0,0,0.8); */
	font-size: 18px;
	font-weight: 700;
	opacity: 0.85;
	 background: linear-gradient(to right, #ffffff 0%, #86c1f3 75%);
	  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* EVENTS-SECTION LISTINGS
----------------------------------------------------------------------------- */
.events-section {
	position: relative;
	width: 100%;
	padding: 40px 0;
	margin: 0;
	color: #fff;
	background-color: #020024;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,38,78,1) 35%, rgba(2,5,36,1) 100%);
	font-size: 12px;
	/*clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%); */
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%);
}

.menu-events-info {
	text-align: center;
	color: #c3ebfb;
	font-size: 13px;
	display: block;
	padding: 30px 20px 30px 20px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
}


.events-section .widget-title,
 .events-section h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 38px;
	text-transform: uppercase;
	color: #252422;
}

.bonnefete-home .events-section .widget-title {
	display: none;
}

.bonnefete-home .events-section a.title {
	color: #e4d0d3;
	font-weight: 700;
}


.bonnefete-home .events-section .widget-wrap > .widget-title {
	text-align: left;
}

.bonnefete-home .events-section ul.menu-events {
	font-size: 18px;
	text-transform: uppercase;
}

.events-section ul li.floating {
	color: #deb3ba;
	opacity: 0.4;
	text-transform: none;
	font-weight: 400;
}

.bonnefete-home .events-section .widget-title > strong,
.bonnefete-home .events-section h2 > strong {
	font-weight: 900;
}

.events-section ul.display-posts-listing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.events-section ul.display-posts-listing > li {
	width: 33.333%;
	box-sizing: border-box;
	margin: 10px 0 60px;
	padding: 0 20px 0 30px;
	text-align: center;
}

.events-section h1, .events-section h2, .events-section h3, .events-section h4 {
	color: rgba(255,06,127,0.8);
}

h3.event-location {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 0; /*may need to  adjust when images bigger */
	max-width: 320px; /*to modify when images bigger */
	margin-bottom: 30px;
	text-align: left;
	display: block;
	color: rgba(255,255,255,1);
	padding: 14px 10px 28px 16px;
	background: rgba(255,98,4,1);
	margin-top: -4px;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0%, 100% 73%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 73%, 0 100%);
	
}


li:nth-child(2n) h3.event-location {	
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73%);
}




h3.event-title {
	font-weight:700;
	color: rgba(255,06,127,1);
	color: #eee;
	font-size: 18px;

	text-align: center;
	text-align: left;
	margin-left: 14px;
	margin-top: 60px;

}

h3.event-time {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	margin-left: 14px;
	margin-top: 0;
	color: rgba(255,98,4,1);
}


p.event-description {
	/*opacity: 0.5;*/ /*for when JS added to make clickable */
	text-align: left;
	font-size: 14px;
	margin: 16px 24px 10px 14px;
	color: #f9e5ef;
	}

.events-section ul.display-posts-listing > li a,
.events-section ul.display-posts-listing > li a > img {
	display: block;
	margin: 0;
	border: 0;
}

a.event-image-link {
	border:0;
	outline: none;
}

.events-section ul.display-posts-listing > li a.event-url {

	margin: 20px 0 20px 14px;
	text-align: center;
	color:#eee;
	background: rgba(255,98,4,0.0);
	border-bottom: 1px solid rgba(255,98,4,0.6);
	border-top: 1px solid rgba(255,98,4,0.6);
	display: block;
	padding: 7px 0;
}
.events-section ul.display-posts-listing > li a.event-url:hover {
	/*color: #fff; 
	background: rgba(255,98,4,0.9); */
	color:rgba(255,98,4,1);
	border-bottom: 1px solid rgba(255,98,4,1);
	border-top: 1px solid rgba(255,98,4,1);
}

.events-section ul.display-posts-listing > li {
	transition: all 0.3s ease;
}

.events-section ul.display-posts-listing > li:hover {
	margin-top: 0;
}

.events-section ul.display-posts-listing > li a > img {
	width: auto;
	margin: 0 auto;
	border-bottom: 2px solid transparent;
	box-shadow: 0 0 5px rgba(0,0,0,0.0);
	transition: all 0.3s ease;
	opacity: 0.9;
	}

.events-section ul.display-posts-listing > li:hover a > img {
	/*margin-top: 4px;*/
	/*padding-bottom: 4px;*/
	border-color: #ff607f;
	/*border-bottom: 2px solid #ff607f;*/
	border-bottom: 2px solid transparent;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	opacity: 1;
	color: #fff;
}


/*
Events-Section Menu
---------------------------------------------------------------------------------------------------- */

.menu-events {
	/*clear: both;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	margin: 30px auto;
	text-align: center;
	text-transform: uppercase;*/
	display: none;
}

ul.menu-events li {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	margin-top: 0;
}

.menu-events a {
	/*color: #d42f50; */
	color: #ff067f;
	display: block;
	padding: 21px 18px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}


/* INFORMATION
----------------------------------------------------------------------------- */
.information {
	background-color: transparent;
	color: #eaeaea;
	padding-bottom: 0;
	position: relative;
	}

.information > .wrap > section {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 20px 40px 20px;
}

.information > .wrap > section p {
	font-weight: 700;
	font-size: 18px;

}

.information > .wrap > section p b,
.information > .wrap > section p strong {
	font-weight: 700;
}

.information .menu-events-info {
	background: rgba(0,0,0,0.5);
	color: #e96c8e;
}

.credits {
	margin: 0 auto;
	padding: 20px 0;
	
}

.credits h5 {
	color: #eaeaea;
	font-size: 10px;
	text-align: center;
}
	
.credits h5 span {
	display: block;
	margin-top: 5px;

}

.credits a {
	border-bottom: none;
}

.credits a:hover {
	color: #fff;
}



/* Media Queries
----------------------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
	
	.bonnefete-home .title-area {
		margin-left: 40px;
	}
	
h3.event-location {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 15px; /*to adjust when images bigger */
	max-width: 320px; /*to modify when images bigger */
}

.home-welcome h3.widget-title {
	opacity: 0.3;
	margin-left:-188px;
	background: linear-gradient(to right, #5df5b5 20%, #13bde4 100%);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }	
 
 
 	

.events-section ul.display-posts-listing > li a > img {
	/*margin-left: 15px; */

	}
	
}



@media only screen and (max-width: 1200px) {
	
	/*.events-section ul.display-posts-listing > li {

		
}*/

.events-section ul.display-posts-listing > li a > img {
	/*margin-left: 15px; */

	}
	
}



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



.site-header .wrap {
		max-width: 100%;
		
}
	
.bonnefete-home .title-area {
    float: none;
	max-width: none;
    width: 100%;
    text-align: left;
}

 .bonnefete-home .site-header .site-title {
	padding: 5px 0 10px 0;
	padding: 0.5rem 0 1rem 0;
 }

.bonnefete-home .site-header .wrap {
	-ms-flex-direction: column;
		    flex-direction: column;
}


.bonnefete-home .nav-primary {
    float: none;
	max-width: none;
    width: 100%;
	text-align: center;
	/*background-color: rgba(0,0,0,0.2); */
}
	
	

.bonnefete-home .top {
		padding:  40px 0 0 30px;
		padding-left: 30%;
	}

.top .home-image,
	.top .home-welcome {
		/*height: 450px;*/
	}
	
	.top .home-welcome {
	margin-left: 10%;
	margin-top: 5%;
}

	.home-welcome h2 {
		font-size: 38px;

	}
	
	.events-section {
		/*background: #34000b url(images/ab-figures-events-bg-m.jpg); */
	}

	.bonnefete-home .events-section .widget-title {
		font-size: 60px;
	
	}
	
	.bonnefete-home .events-section h2,
	.information h2 {
		font-size: 30px;
	
		}
		
	h3.event-location {
	margin-left:7px; /*adjust when img bigger */
	}	
	.categories {
	padding: 20px 10px 20px 10px;
	text-align: center;
}
	.bonnefete-home .home-headline .widget {
		padding-left: 30px;
		padding-right: 30px;
	}

.events-section ul.display-posts-listing > li {
		width: 50%;
	}
}
@media only screen and (max-width: 800px) {
	.home-welcome {
		width: 80%;
		padding-left: 20px;
}

	.home-welcome > .widget {
		margin-bottom: 0;
	}
	
	.home-welcome .widget-title {
	font-size: 60px;
	}

.site-inner .events-section 
	.wrap {
		max-width: 720px;
	
	}	


	.bonnefete-home .events-section .widget-title
	{
		font-size: 38px;
	
	}
	
	
.bonnefete-home .events-section h3 {
		font-size: 24px;
			}

	
	.bonnefete-home .events-section h3.event-location {
		font-size: 18px;
		/*	margin-left:0; /*adjust when img bigger */
	}
	
	.bonnefete-home .events-section h3.event-time {
		font-size: 16px;

	
	}
	
	

	
	p.events-description {
		margin: 10px 10px 10px 30px;
	}

	/*.events-section ul.display-posts-listing > li {
		width: 100%;
	} */

	.events-section ul.display-posts-listing > li:hover {
		margin-top: 10px;
	}
	
	ul.categories {
	max-width: 100%;
	margin: 0 auto;
	
	}

}

@media only screen and (max-width: 768px) {
	.top .home-image,
	.top .home-welcome {
		width: 100%;
		float:none;
		margin-left: 0;
	}

	.top .home-welcome {
		margin-top: 0;
	}
	
.home-welcome h3.widget-title {
	background: linear-gradient(to right, #5ddaf5 0%, #29a4fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -160px;
}

/*56acf5*/

h3.streams a {
	display: block;
	margin-left: 0;
	margin-top: 15px;
	width: 200px;
	padding: 8px 20px 25px 15px;
	text-align: center;
}

	.home-image .textwidget img {
		position: relative;
	}

	.home .home-welcome .highlight {
		display: block;
		text-align: center;
	}

	.home-features > .wrap > .widget,
	.events-section > .widget,
	.events-section section.featured-content article.type-post,
	.events-section section.featured-content- {
		width: 100%;
	}
	
	
.events-section .widget:nth-of-type(3n+1) {
		clear: none;
	}
	
li.listing-item:nth-last-child(1) p.event-description {
		
	margin-bottom: 80px;



}
	
.events-section ul.display-posts-listing > li a > img {
	/*margin-left: 15px; */
	opacity: 1;

	}

	
	

h3.event-location {
	margin-bottom: 30px;

	}

h3.event-title {
	text-align: left;
	margin-left: 14px;
	margin-left: 1.4rem; 
}

h3.event-time {
	text-align: left;
	margin-left: 14px;
	margin-left: 1.4rem; 
	margin-top: 0;
}

p.event-description {
	/*opacity: 0.5;*/ /*for when JS added to make clickable */
	text-align: left;
	margin: 16px 24px 10px 14px;
	margin: 1.6rem 2.4rem 1rem 1.4rem ;

}

	
	
.menu-events a {
	padding: 10px;}

 ul.menu-events {
	margin-bottom: 40px;
}

.menu-events li.floating{
	display: none;
}
	
	.home-features > .wrap > .widget {
		padding-left: 5%;
		padding-right: 5%;
	}

}
@media only screen and (max-width: 500px) {

.bonnefete-home .top {
	padding: 40px 0 20px 0;
	}
	
	.home-welcome h3.widget-title {
	
  margin-left: 0;
}
	
.bonnefete-home .top .home-welcome {
		padding-left: 12%;
}

	.home-welcome .text-center h2,
	.home-welcome .text-center p,
	.home-welcome .text-left h2,
	.home-welcome .text-left p,
	.home-welcome .text-right h2,
	.home-welcome .text-right p {
		width: 100%;
	}

	.home-welcome h2 {
		font-size: 30px;
	
	}

	.home-welcome .text-left p {
		font-size: 15px;
	
	}
	
	.bienvenue {
	
	background:linear-gradient(90deg, rgba(238, 6, 6, 0.62) 10%, rgba(0,0,0,0.4) 100%), url(images/ab-asleep-footer-2020.jpg) ;
}

.events-section {

	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99.5%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99.5%);
}


	
}
@media only screen and (max-width: 480px) {
	
.bonnefete-home .top .home-welcome {
		margin-top: 0;
}

.home-welcome h2 {
	font-size: 56px;
	text-transform: uppercase;
	font-weight: 700;
	 background: linear-gradient(to bottom, #ff6204 40%, #ff8c04 60%);
	 -webkit-background-clip: text;
 	 -webkit-text-fill-color: transparent;
 }


.home-welcome h2.title {
	color: #fff;
	text-transform: none;
	font-size: 42px;
	 background: linear-gradient(to top, #ffffff 0%, #47dbfd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 

.home-welcome h3.widget-title {
	font-size: 60px;
	opacity: 0.4;
 	 margin-bottom: 22px;
	 margin-top: 0;
 }

 

.information > .wrap > section {

	padding: 20px 20px 20px 20px;
}

.menu-events-info {
	padding: 20px 30px 30px 30px;
}

.categories li {
	margin: 0 20px 0 0;
	font-size: 16px;
}


.categories ul.categories-list {
	padding: 5px 20px;
	background-color: transparent;
	background-image: none;
	border: none;
}
	
	.events-section > .widget
	 {
		width: 100%;
	}
	
.events-section ul.display-posts-listing > li a > img {
	margin-left: 15px;
}

	
h3.event-location {
	width: 320px;
	margin-left: 15px;
	}
	
.events-section ul.display-posts-listing {
		display: block !important;
	}	
	
	.events-section ul.display-posts-listing > li {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
		margin-bottom: 90px;
		
	
}

.events-section ul.display-posts-listing li:nth-last-child(1) {
	border-bottom: none;

}

	
	
