/*Hide the recaptcha*/
.grecaptcha-badge{
	display: none !important;
}

/*Make the slides smaller*/
#post-slides-news-section {
	width: 50% !important;
	text-align: center !important;
	margin: 20px auto 0 auto !important;
}
/*Hide or make smaller the titles*/
#post-slides-news-section > .slides > li > .slide-excerpt > h2 {
	font-size: 15px !important;
}

/*Smaller images on posts*/
#post-695 > div > ul {
	width: 70% !important;
	margin: 0 auto !important;
}

/*Responsive style*/
@media screen and (max-width: 800px) {
	#post-slides-news-section {
		width: 100% !important;
	}
}

/*OUR PPL SECTION STARTS HERE*/

/*Put in middle the speakers text*/
.stay_in_the_middle_mobile{
	margin: 0 auto 0 auto !important;
	text-align: center !important;
}

/*The speakers photos & on mouse hover style*/
.the_speakers_styles{
	color: #000000;
	font-size: 16px;
	/*width: 300px;
	height: 300px;*/
	width: 100% !important;

	border: none !important;
	border-radius: 5px !important;
	background-color: #ffffff;
	/*padding: 5px;*/
    display: inline-block;
    box-shadow: 2px 2px 2px 2px #d7d7d7 !important; /*d7d7d7*/
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.the_speakers_styles:hover{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	background-color: rgba(250,250,250,0.5);
}
.the_speakers_styles:after{
	content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.the_speakers_styles:hover::after{
	opacity: 1;
}

/*Responsive Style at 800px*/
@media screen and (max-width: 800px){
	/*Center the division of all the speakers-centers the pic/title*/
	.stay_in_the_middle_mobile{
		margin: 0 auto 0 auto !important;
		text-align: center;
	}
	/*Center the pictures of speakers*/
	.the_speakers_styles{
		margin: 0 auto 0 auto;
		text-align: center;
		width: 300px;
		max-width: 100%;
	}
}

/*OUR PPL SECTION ENDDDS HERE*/