/*
Theme Name: Hongo Child
Theme URI: https://wordpress.org/themes/
Template:hongo
Author: Hip Hop Ed
Author URI: https://hiphoped.com
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Mukta:800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/Proxima-Nova.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff'), url('fonts/OpenSans.ttf') format('truetype'), url('fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Bebas';
	src: url('fonts/Bebas.eot?#iefix') format('embedded-opentype'), url('fonts/Bebas.woff') format('woff'), url('fonts/Bebas.ttf') format('truetype'), url('fonts/Bebas.svg#Bebas') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Regular.woff') format('woff'), url('fonts/SourceSansPro-Regular.ttf') format('truetype'), url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Neuton-Regular';
	src: url('fonts/Neuton-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Neuton-Regular.woff') format('woff'), url('fonts/Neuton-Regular.ttf')  format('truetype'), url('fonts/Neuton-Regular.svg#Neuton-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}
body {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.w3eden .form-inline {
	justify-content: center;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
}
a {
	text-decoration: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
button, input[type='submit'] {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
/***********MCB************/

section, .default-page-space {
	padding: 0;
}

.navbar-collapse.collapse.show {
    display: block !important;
}
.sg_general_text {
	background: black;
	color:white;
	border-bottom: 5px #fbcc33 solid;
	width:100%;
	padding:15px;
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	font-family: 'proxima-nova', sans-serif;
	margin: 35px auto 15px auto;
	position: relative;
	font-weight: 800;
	text-transform: uppercase;
	margin:0;
	margin-bottom:15px
}

.bio_photo img {
	border-radius: 175px;
	border: 1px solid rgba(0, 0, 0, 0.26);

}

.bio_name {
	font-size: 25px;
}

.medium_blog_text {
	width: 100%;
	display: inline-block;
	float: left;
	color: #000;
	font-family: 'Mukta', serif;
	margin-top:5px;
	line-height: 35px;
	font-size: 35px;
}

.bio_container {
	padding: 50px;
	width: 90%;
	border: #8080804a 1px solid;
	margin:10px auto 10px auto;
	background:white;
}

.bio_text p {
	margin: 10px 0 10px 0;
	text-align: justify;
}

.bio_text {
	font-family: 'proxima-nova', sans-serif;
	width: 60%;
	margin: auto;
}

.strand_text p {
	margin: 10px 0;
	text-align: justify;

}

.strand_text {
	line-height: 25px;
	width: 75%;
	margin: auto;
}

.bio_photo {
	margin: 15px;
}

.parallax_text h2 {
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	color: white;
	width: 100%;
	font-family: 'proxima-nova', sans-serif;	
	padding-top: 90px;
	font-weight: bold;
}

.article_top img {
	max-width: 70%;
	height: auto;
	margin-bottom: 15px;
}

.white_link, .white_link a:visited {
	color:white;
}


.hip_hoped_blog_text a:visited {
	color: black;
}

.hip_hoped_blog_text a {
	color: black;
}

.hover-highlight:hover{
	color: rgb(53, 17, 140);

}

.nav_center {
	flex:8;
	text-align: center
}

.main_nav {
	background-color:white;
	display:flex;
	width: 100%;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position:sticky;
	top:0;
	z-index: 10000;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
	height:60px;
}

.nav_right {
	flex:2;
}

.nav_left {
	flex:2;
}

.nav_right a {
	display: inline-block;
	text-align: center;

	color: #b9b9b9;
	padding: 18px 10px;
	position: relative;
}

.general_text, .archive-title, .page-title {
	display: inline-block;
	width: auto;
	font-size: 50px;
	line-height: 50px;
	color: #000000;
	font-family: 'proxima-nova', sans-serif;
	margin: 35px auto 15px auto;
	position: relative;
	font-weight: 800;
	text-transform: uppercase;
}

.donate_btn {
	display: inline-block;
	color: grey;
	font-family: 'Mukta', sans-serif;
	padding: 8px 0px;
	border-radius: 5px;
}

.donate_btn:hover {
	color: black;
}

.active_cart {
	display:inline-black;
	color:black;
}

.front_blog_post {
	height:175px;
	min-width:300px;
	max-width:300px;
	display:inline-block;
	flex:1;
	margin:10px;
	z-index: 100;
	color:white;
}


.sidebar_blog_post {
	height:175px;
	max-width:300px;
	width:100%;
	display:inline-block;
	flex:1;
	z-index: 100;
	color:white;
}

.front_page_blogs {
	display:flex;
	width:90%;
	margin: auto;
	flex-wrap:wrap;
	justify-content: center;
	margin-bottom:70px;
}

.front_page_image:hover {
	background: linear-gradient(rgba(112, 0, 169, 0.6), rgba(0,0,0,.55)) !important;
}

#header_video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%; 
	min-height: 100%; 

	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;

	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: 1px;
}

.front_blog_title {
	font-family: 'Mukta', sans-serif;
	line-height: 20px;
	text-transform: uppercase;

}

.front_page_video_overlay {
	height:500px;
	background-color: rgba(10, 2, 76, 0.63);
	width:100%;
	position: absolute;
	top:0;
	z-index:50;
}

.strand_overlay_text h1 {
	color: white;
	font-size: 80px;
	line-height: 80px;
}

header.site-header {
	position: relative;
}

.home-gradient-cell-title {
   font-family: 'Mukta', sans-serif;
   line-height: 45px;
   margin: 0;
   text-transform: uppercase;
   color:white;
   font-size:40px;
}

.front_page_overlay_text_container h1 {
	text-align: center;
	font-size: 100px; 
	line-height: 100px;
	color:white;    
	width:100%;
	margin: 150px auto 0 auto;
	font-family: 'proxima-nova', sans-serif;
	font-weight: bold;
}

.front_page_overlay_text_container h4 {
	text-align: center;
	font-size: 50px; 
	color:white;    
	width:100%;
	margin: 0;
	font-family: 'proxima-nova', sans-serif;
	font-weight: bold;
}

.front_page_video {
	height:500px;
	background-color:black;
	width:100%;
	background-size:cover;
	position:relative;
	overflow:hidden
}

.featured_post {
	text-align: center;
	width:60%;
	margin:auto;
}

.front_about_image {
	width:100%;
	text-align: center;
	display:inline-block;
	position: relative;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat; 
	height:300px;
	background-attachment:fixed;
}

.featured_article_label {
	margin:55px auto 5px auto !important; 
	color:#bebcbc;
	text-align: center;
	font-family: "Proxima-nova";
	font-size: 1.25rem;
	font-weight: 600;
}

.front_about_text {
	float: right;
	color: white;
	padding-top: 10vw;
	width: 50%;
	font-family: 'Futura';
	font-size: 17px;
	text-align: center;
}

.front_about_container {
	width:100%;
	padding: 25px 20%;
	height: auto;
	background-color:white;
	position:relative;
	font-family: 'proxima-nova', sans-serif;font-size: 20px;
}

.article_top {
    display: flex;
    flex-flow: column;
	margin: 25px;
}

.article_body {
	height: min-content;
	margin-left: 25px;
	width:  60%;
	display: inline-block;
	padding-top: 20px;
	font-family: 'Roboto';
	font-size: 1.12em;
	line-height: 1.58;
	letter-spacing: .02em;
	color: rgba(0, 0, 0, 0.77)
}

.strand_header {
	width:100%; 
	height:300px;
	position: relative;
}

.strand_header_image {
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center;
	background-attachment: fixed;
	position: absolute; 
	top:0;
	z-index:-1
}

.strand_header_overlay {
	background-color: rgba(10, 2, 76, 0.76);
	height:300px;
	width: 100%;
	top:0
}

.article_wrapper {
	padding: 0 150px;
}

.strand_overlay_text {
	text-align: center;
	font-size:30px; 
	color:white;   
	display:flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	vertical-align: middle;
}

.menu_mobile {
	display: none;
	font-size: 20px;
	color: #000;
	font-family: 'Lora', serif;
	cursor: pointer;
}

.nav_center div ul li:first-child {
	text-align: left;
}
.nav_center div ul li:last-child {
	text-align: right;
}

.science_genius_page_image {
	object-fit: cover
}

.conference_gallery {
	width: 75%;
	margin: auto;
}

.about_conference_text {
	padding: 0 80px;
	width: 80%;
	margin: auto;
	text-align: justify;
	font-size: 18px;
	font-family: 'proxima-nova', sans-serif;
}

.use-proxima-font {
	width: 80%;
	margin: auto;
	font-size: 18px;
	font-family: 'proxima-nova', sans-serif;
}

.diamond_background {
	background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%23f0ff00' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.wavy_background {
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='18' viewBox='0 0 100 18'%3E%3Cpath fill='%23efe9f9' fill-opacity='0.4' d='M61.82 18c3.47-1.45 6.86-3.78 11.3-7.34C78 6.76 80.34 5.1 83.87 3.42 88.56 1.16 93.75 0 100 0v6.16C98.76 6.05 97.43 6 96 6c-9.59 0-14.23 2.23-23.13 9.34-1.28 1.03-2.39 1.9-3.4 2.66h-7.65zm-23.64 0H22.52c-1-.76-2.1-1.63-3.4-2.66C11.57 9.3 7.08 6.78 0 6.16V0c6.25 0 11.44 1.16 16.14 3.42 3.53 1.7 5.87 3.35 10.73 7.24 4.45 3.56 7.84 5.9 11.31 7.34zM61.82 0h7.66a39.57 39.57 0 0 1-7.34 4.58C57.44 6.84 52.25 8 46 8S34.56 6.84 29.86 4.58A39.57 39.57 0 0 1 22.52 0h15.66C41.65 1.44 45.21 2 50 2c4.8 0 8.35-.56 11.82-2z'%3E%3C/path%3E%3C/svg%3E");
}

.timer_number {
	font-size: 50px;
	font-weight: bold;
	display:block;
}
.timer_flex {
	flex:1; max-width: 300px; height: auto;
	text-align: center;
}

.slick-prev:before, .slick-next:before {
	color: black !important;
}

.slick_gallery_nav .slick-slide img {
	display: block;
	max-width: 150px;
	margin: 20px;
}

.slick-center img {
	display: block;
	margin: 20px;
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	color: #e67e22;
	opacity: 1;
	transform: scale(1.08);
	transition: all 300ms ease;
}

.mobile_home {
	display: none;
}

.admin-bar header.site-header {
	top: 0;
}

/***********************Book Series ***************************/
.book-cover-image {
	height: 300px;
	flex: 1 0 auto;
	margin-right: 50px;
}

.book-cover-image img {
	height: 100%;
	box-shadow: 20px 20px 20px gray;

}

.book-container {
	display: flex;
	margin-bottom: 50px;
}

.amazon-buy-button {
	height: 75px;
}


/***********************science genius*************************/
.science_genius_white_main {
	width: 100%;
	display: inline-block;
	float: left;
	background: #fff;
	padding: 30px 20px;
}
.seience_left_iframe {
	width: 48%;
	float: left;
	display: inline-block;
}
.seience_left_iframe iframe {
	width: 100%;
	height: 362px;
	border: none;
}
.science_right_tab {
	width: 50%;
	float: right;
	display: inline-block;
}
.science_right_tab #faqs dd {
	padding: 10px !important;
	border: 1px solid #f5f4f4;
}
.geneius_ul {
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 50px;
}
.geneius_ul li {
	width: 32%;
	display: inline-block;
	float: left;
	text-align: center;
	margin-left: 2%;
	background: #FFF;
	padding: 25px 15px;
}
.geneius_ul li:nth-child(3n+1) {
	margin-left: 0px;
}
.genius_image {
	width: 106px;
	height: 106px;
	line-height: 106px;
	display: inline-block;
	border-radius: 50%;
	background: #787878;
}
.genius_program_text {
	width: 100%;
	display: inline-block;
	color: #333333;
	font-size: 20px;
	font-family: 'Lora', serif;
	padding: 20px 0px 10px 0px;
}
.genius_pera {
	width: 100%;
	display: inline-block;
	float: left;
	text-align: justify;
	font-size: 14px;
	color: #888888;
	font-family: 'Lora', serif;
	line-height: 22px;
}
.participating_sec {
	width: 100%;
	display: inline-block;
	float: left;
	background: #fff;
	padding-bottom: 80px;
}
.participating_ul {
	width: 100%;
	display: inline-block;
	float: left;
	padding: 0px 90px;
}
.participating_ul li {
	width: 31.33%;
	display: inline-block;
	float: left;
	margin-left: 3%;
	margin-bottom: 30px;
}
.participating_ul li:nth-child(3n+1) {
	margin-left: 0px;
}
.participate_logo {
	width: 100%;
	display: inline-block;
	text-align: center;
	height: 230px;
	line-height: 230px;
}
.participate_logo img {
	vertical-align: middle;
}
.tronto_text {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #555353;
	font-size: 20px;
	font-family: 'Mukta', serif;
	padding: 15px 0px;
}
.slider_left .flex-direction-nav {
	display: none !important;
}

/**************************************Blog***************************************/
.blog_ul {
	width: 100%;
	display: inline-block;
	float: left;
}
.blog_ul > li {
	width: 48%;
	float: left;
	display: inline-block;
	margin-left: 4%;
	margin-bottom: 25px;
}
.blog_ul > li:nth-child(2n+1) {
	margin-left: 0px;
	clear: left;
}
.blog_top_sec {
	width: 100%;
	display: inline-block;
	float: left;
	background: #FFF;
	padding: 15px 15px 0px 15px;
}
.hip_hoped_blog_text {
	width: 100%;
	display: inline-block;
	float: left;
	color: #000;
	font-family: 'proxima-nova', serif;
	margin-top:5px;
	line-height: 52px;
	font-size: 52px;
	font-weight: 800;
}
.hip_hoped_blog_pera {
	width: 100%;
	display: inline-block;
	float: left;
	color: #a6a6a6;
	font-size: 14px;
	font-family: 'Lora', serif;
	line-height: 22px;
	padding-bottom: 10px;
}
.blog_img {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.blog_img img {
	width: 100%;
	height:auto;
}
.blog_read_more_main {
	width: 100%;
	display: inline-block;
	float: left;
	padding: 20px 0px;
}
.blog_btn {
	width: 110px;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 10px 0px;
	font-size: 15px;
	color: #fff;
	font-family: 'Lora', serif;
	background: #494848;
	border: 1px solid #494848;
}
.blog_btn:hover {
	background: #fff;
	color: #494848;
	border: 1px solid #494848;
}
.blog_sub_ul {
	width: 200px;
	float: right;
	display: inline-block;
}
.blog_sub_ul > li {
	width: 30%;
	display: inline-block;
	float: left;
	margin-left: 5%;
	font-family: 'Lora', serif;
	font-size: 15px;
	text-align: center;
	padding: 9px 0px;
	color: #636363;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	position:relative;
}
.sharing_cont
{
	position:absolute;
	top:100%;
	left:0;
	display:none;
}
.blog_sub_ul > li:nth-child(3):hover .sharing_cont
{
	display:inline-block;
}
.blog_sub_ul li i {
	font-size: 20px;
}
.blog_sub_ul > li:first-child {
	margin-left: 0px;
	border:none;
}
.blog_calender {
	width: 100%;
	padding-top: 10px;
	display: inline-block;
	float: left;
	color: #636363;
	font-size: 14px;
	font-family: 'Lora', serif;
}
.blog_calender i {
	padding-right: 5px;
}

.about_conference_head {
	font-size:30px;
	width:100%;
	text-transform: none;
	text-align: center;
	background-color: #1f004f;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 40px;
	font-size: 40px;color:white;
	line-height: 40px;
}

@media only screen and (max-width:1200px) {
	.article_wrapper {
		padding: 0 75px;
	}
}
/* MCB mobile */
@media only screen and (max-width:767px) {

	.slick_gallery {
		height: 300px;
	}

	.slick_gallery_nav {
		height: 100px;
	}

	.front_page_overlay_text_container h1 {
		font-size: 25px;
    	line-height: 34px;
	}

	.front_page_overlay_text_container h4 {
		font-size: 18px;
		line-height: 24px;
	}

	.book-container {
		flex-flow: column;
	}

	.timer_flex {
		font-size: 20px;
	}
	.timer_number {
		font-size: 15px;
	}
	.strand_header_image {
		background-attachment: scroll;
	}
	.bio_container {
		padding:50px 25px;
		width: 100%;

	}
	.about_conference_head {
		font-size: 40px;
		padding: 0 20px;
	}
	.diamond_background {
		font-size: 30px;
	}
	.strand_text {
		line-height: 25px;
		width: 90%;
		margin: auto;
	}
	.bio_text {
		width: 100%;
		margin: auto;
		font-family: 'proxima-nova', sans-serif;
	}
	.sg_general_text {
		margin-top: 15px;
		margin-bottom:15px
	}
	.mobile_home {
		display: block;
	}
	.featured_post .hip_hoped_blog_text {
		line-height: 32px;
		font-size: 32px;
	}

	.conference_gallery {
		width:100%
	}
	.slick_gallery_nav .slick-slide img {
		display: block;
		max-width: 100px;
		margin: 20px;
	}

	.about_conference_text {
		padding: 0 25px;
		text-align: justify;
		width:90%;
	}
	.science_genius_page_image {
		object-fit: contain;
	}

	.strand_header, .strand_header_image, .strand_header_overlay {
		height: 300px;
	}
	.strand_overlay_text {
		font-size:15px;
		width: 100%;
	}
	.article_wrapper {
		padding: 0 !important;
	}
	.article_top {
		margin:0;
	}

	.article_top span{
		padding: 0 25px;
	}
	.article_top img {
		object-fit: contain;
	}
	.front_page_overlay_text_container {
		font-size: 25px;
	}
	.article_body {
		margin:0;
		width:  100%;
		padding: 0 25px;
	}
	.front_page_video_overlay, .front_page_video {
		height:300px;
	}
	.featured_post {
		width:100%;
	}
	.front_about_container {
		padding: 35px;
		font-size:17px;
		height:auto;
	}
	.front_about_image {
		width:100%;
		display:block;
		height:300px;
		background-attachment: scroll;
	}

	.parallax_text {
		font-size: 25px;
	}
	.parallax_text h2 {
		padding-top: 135px;
	}
	.front_about_text {
		float:none;
		width:100%;
	}
	.featured_article_label {
		margin: 0 auto 5px auto !important; 
	}

	.detail_form_main {
		float:none;
	}
	.latest_posts_main {
		text-align: center;
	}
	.sidebar_blog_post {
		text-align: left;
	}
	.menu_mobile {
		display: block;
		margin-top: 3px;
		text-align: center;
	}
	.menu_mobile i {
		line-height: 60px
	}
	.article_top img {
		max-width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

}
/* end mobile */


/****************************header*********************************/
.wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.navigation {
	display: inline-block;
}
.navigation > li {
	display: inline-block;
	float: left;
	text-align: center;
	position: relative;
}
.navigation > li > a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #a9a9a9;
	padding: 18px 10px;
	position: relative;
}
.navigation > li.menu-item-has-children > a
{
	padding-right:15px;
}
/***************body container****************/
.body_container {
	width: 100%;


	display: inline-block;
	float: left;
}
.general_main, .archive-header, .page-header {
	width: 100%;
	display: inline-block;
	text-align: center;
}


/***********************footer*******************/
.f_social_icon {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 15px 0 0;
}
.f_social_icon li {
	display: inline-block;
	margin-left: 20px;
}
.f_social_icon li:first-child {
	margin-left: 0px;
}
.f_social_icon li a {
	width: 100px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 35px;
	border-radius: 3px;
}
.f_social_icon li:nth-child(1) a:hover {
	color: #214285;
}
.f_social_icon li:nth-child(2) a:hover {
	color: #bb0000;
}
.f_social_icon li:nth-child(3) a:hover {
	color: #125688;
}
.f_social_icon li:nth-child(4) a:hover {
	color: #ff7700;
}
.footer_black_bac {
	width: 100%;
	display: inline-block;
	float: left;
	background: #000000;
}
.copy_right_back {
	width: 100%;
	display: inline-block;
	float: left;
	background: #000;
}
.copy_right_text {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 0px;
}

/****** woocommerce *******/

footer
{
	display:inline-block;
	width:100%;
	background: #000;
}

/*************************responsive***************************/

@media only screen and (min-width:961px) and (max-width:1200px) {
	.intersection_text {
		font-size: 34px;
	}
	.hiphop_text_main {
		margin: 200px 0px 130px 20%;
	}
	.nav_extra {
		width: 72%;
	}
	.right_white_area {
		padding: 70px 70px 60px 53px;
	}
	.realitive_pera {
		line-height: 30px;
		width: 357px;
	}
	.plus_icon {
		width: 40px;
		height: 40px;
		margin-top: 15px;
	}
	.hip_hoped_text {
		font-size: 22px;
	}
	.mo_lesson {
		font-size: 18px;
	}
	.media_pera {
		line-height: 18px;
		font-size: 14px;
		padding: 10px 10px 0px 10px;
	}
	.media_in_left_main {
		width: 82%;
	}
	.media_calender {
		padding: 10px 0px 0px 0px;
		font-size: 14px;
	}
	/**************************about us*************************/
	.responsive_tag {
		width: 100%;
		padding-right: 15px;
	}

}
@media only screen and (min-width:768px) and (max-width:960px) {
	.intersection_text {
		font-size: 26px;
	}
	.hiphop_text_main {
		margin: 200px 0px 130px 20%;
	}
	.logo {
		margin-top: -52.5px;
		width: 170px;
	}
	.nav_extra {
		width: 72%;
	}
	.navigation > li > a {
		font-size: 12px;
	}
	.navigation > li > ul > li > a {
		font-size: 14px;
	}
	.navigation > li > ul {
		width: 170px;
	}
	.navigation > li > ul > li > ul > li > a {
		font-size: 14px;
	}
	.navigation > li > ul > li > ul {
		width: 170px;
	}
	.nav_main_back {
		margin-bottom: 26px;
		margin-top: 50px;
	}
	.realive_img {
		width: 50%;
	}
	.right_white_area {
		width: 55%;
	}
	.right_white_area {
		padding: 50px 60px 50px 40px;
	}
	.strands_ul li img {
		width: 80%;
	}
	.hip_hoped_ul li {
		padding: 5px 5px 15px 5px;
	}
	.media_pera {
		font-size: 14px;
		line-height: 18px;
		padding: 10px 10px 0px 10px;
	}
	.media_in_left_main {
		width: 84%;
	}
	.media_calender {
		font-size: 13px;
		padding: 10px 0px 5px 0px;
	}
	.media_calender i {
		padding-right: 0px;
	}
	.hip_hoped_text {
		font-size: 20px;
		line-height: 22px;
	}
	.mo_lesson {
		font-size: 16px;
	}
	.plus_icon {
		width: 30px;
		height: 35px;
		line-height: 35px;
		margin-top: 15px;
	}
	/**************************about us*************************/
	.about_tab_main .r-tabs .r-tabs-nav {
		width: 97%;
	}
	.about_tab_main .r-tabs .r-tabs-nav li a {
		font-size: 12px;
	}
	.realive_img_about {
		width: 54%;
	}
	.realive_img_about img {
		height: inherit;
		width: 100%;
	}
	.right_white_area_about {
		padding: 20px 50px 20px 50px;
	}
	.christopher_text {
		font-size: 20px;
	}
	.margin_nav {
		margin-bottom: 50px;
	}
	
	/**********************************science-genius*****************************/
	.genius_program_text {
		font-size: 18px;
	}
	.participating_ul {
		padding: 0px 10px;
	}
	.participate_logo img {
		width: 80%;
	}
	/**********************************science-genius academy*****************************/
	.laboratory_img {
		width: 100%;
	}
	.science_right_pera {
		width: 100%;
	}
}
@media only screen and (min-width:100px) and (max-width:767px) {
	.hiphop_text_main {
		width: 80%;
		margin: 150px 0px 60px 10%;
	}
	.intersection_text {
		font-size: 26px;
	}

	.logo {
		z-index: 999;
	}
	.logo {
		width: 160px;
		margin-top: -49.5px;
	}
	.nav_extra {
		width: 140px;
	}
	.nav_main_back {
		padding: 10px 0px;
		margin-bottom: 23px;
	}
	.d_f {
		margin-top: 0px;
	}
	.navigation {
		width: 100% !important;
		display: none;
		position: absolute !important;
		top: 100% !important;
		left: 0px !important;
		background: white!important;
		z-index: 99 !important;
		padding-top: 0px !important;
		max-height: 400px;
		overflow-y: auto;
	}
	.navigation li {
		width: 100% !important;
	}
	.navigation li a i {
		display: none !important;
	}
	.navigation li a {
		width: 100% !important;
		display: inline-block !important;
		text-align: center !important;
		font-size: 18px !important;
		color: black !important;
		font-family: 'SourceSansPro-Regular' !important;
		padding: 18px 0px !important;
		border-bottom: 1px solid #c9c9c9 !important;
	}
	.navigation li a:hover {
		background: #fff !important;
		color: #000 !important;
	}
	.navigation li ul {
		position: inherit !important;
		left: 0px !important;
		width: 100% !important;
		background: transparent !important;
		display: inline-block !important;
	}
	.realive_img {
		width: 100%;
		position: inherit;
		left: 0px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.right_white_area {
		padding: 30px 50px 30px 50px;
		width: 100%;
	}
	.strands_ul li img {
		width: 80%;
	}
	.hip_hoped_ul li {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
	}
	.hip_hoped_ul li:last-child {
		margin-bottom: 0px;
	}
	.general_text {
		font-size: 30px;
		margin: 40px auto;

	}
	/**************************about us*************************/
	.about_tab_main .r-tabs {
		width: 90%;
		margin: 0 auto;
		max-width: 1200px;
	}
	.about_tab_main .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
		background: #494848;
	}
	.about_tab_main .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
		background: #000000;
		color: #FFF;
	}
	.realive_img_about {
		width: 100%;
		margin-top: 40px;
	}
	.realive_img_about img {
		height: inherit;
	}
	.nav_main_back {
		margin-top: 50px;
	}
	.margin_nav {
		margin-bottom: 50px;
	}
	.margin_fifty {
		margin-top: 40px;
	}
	.right_white_area_about {
		width: 100%;
		padding: 20px 20px 20px 20px;
		position:static;
	}
	/**************chat rewinds*********************/
	.slider_left {
		width: 100%;
	}
	.chat_right_text {
		width: 100%;
	}
	.hip_hop_rewind {
		padding: 20px 0px 20px 0px;
	}
	/******************hip-hoped*******************/
	.hiphoped_chat_ul > li {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
		min-height: inherit;
	}
	/********************************liberation literaces**************************/
	.big_banner_padding {
		margin-top: 300px;
	}
	.libration_white_main {
		padding: 30px 15px;
	}
	.libration_left_img {
		width: 100%;
	}
	.libration_pera {
		width: 100%;
	}
	/**********************************school leadership***********************/
	.school_left_img {
		width: 100%;
		margin-top: 0px;
	}
	.school_pera {
		width: 100%;
		margin-top: 30px;
	}
	.inquire_btn {
		width: 330px;
	}
	/**********************************science-genius*****************************/
	.seience_left_iframe {
		width: 100%;
		margin-bottom: 30px;
	}
	.science_right_tab {
		width: 100%;
	}
	.geneius_ul li {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.participating_ul {
		padding: 0px;
	}
	.participate_logo img {
		width: 80%;
	}
	/**********************************science-genius academy*****************************/
	.laboratory_img {
		width: 100%;
	}
	.science_right_pera {
		width: 100%;
	}
	/**********************************shop*****************************/
	.inter_text_shop {
		font-size: 15px;
		padding-top: 4px;
	}
	.shop_text {
		font-size: 14px;
		padding-top: 4px;
	}
	.add_cart_text_shop i {
		font-size: 16px;
		margin-right: 10px;
	}
	.add_cart_text_shop {
		font-size: 13px;
	}
	.number_text_shop {
		font-size: 14px;
		padding: 13px 0;
	}
	.hiphoped_shop_area li:nth-child(3n+1) {
		clear: none;
		margin-left: 2%;
	}
	.hiphoped_shop_area li {
		width: 49%;
		margin-left: 2%;
	}
	.hiphoped_shop_area li:nth-child(2n+1) {
		margin-left: 0px;
		clear: left;
	}
	.shop_list_con li {
		width: 40%;
	}
	.shop_list_con li:nth-child(2) {
		width: 60%;
	}
	.shop_list_con li:nth-child(3) {
		width: 50%;
		text-align: right;
		margin-top: 20px;
	}
	.shop_text {
		font-size: 16px;
	}
	.inter_text_shop {
		font-size: 16px;
	}
	/**********************************shop*****************************/
	.realive_img_stem {
		width: 100%;
		position: inherit;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.right_white_area_stem {
		width: 100%;
		padding: 30px 20px 30px 20px;
	}
	.height_ul .media_img img {
		height: inherit;
	}
	.therapy_iframe iframe {
		height: 400px;
	}
	/******************therapy******************/
	.science_right_pera_therapy {
		width: 100%;
	}
	/*********the label*****/
	.label_right_img {
		width: 100%;
	}
	.label_right_img img {
		width: 100%;
	}
	.parah_label_text {
		width: 100%;
	}
	/*****************************blod******************************/
	.blog_ul > li {
		width: 100%;
		margin-left: 0px;
	}
	/*****************************blog detail***********************/
	.blog_detail_left, .left-content {
		width: 100%;
		float: left;
	}
	.blog_detail_right {
		width: 100%;
		float: left;
	}
	.author_right {
		width: 69%;
	}
	.wendring_text {
		padding-top: 50px;
	}
	.post_img {
		width: 150px;
	}
	/*****************************donate**********************/
	.donate_ul li a {
		font-size: 16px;
	}
	.donate_white_heading {
		font-size: 23px;
	}
	.loose_hop_text {
		font-size: 28px;
	}
	.gullyface_text {
		font-size: 26px;
	}
	.donate_diffrent_text {
		font-size: 28px;
	}
	.donate_ul li {
		width: 25%;
		margin-bottom: 10px;
	}
	.donate_ul li:nth-child(4) a {
		border-right: none;
	}
	.contact_right, .contact_left
	{
		width:100%;
		padding-top:30px;
	}
}
@media only screen and (min-width:100px) and (max-width:600px) {
	.donate_right_main {
		width: 250px;
	}
	.hiphop_text_main {
		width: 95%;
		margin: 60px 0px 20px 2.5%;
	}
	.f_social_icon li {
		margin-left: 5px;
	}
	.footer_nav li {
		margin-left: 15px;
	}
	/**************************about us*************************/
	.about_pera {
		text-align: justify;
	}
	.partners_ul {
		padding: 0px;
	}
	.partners_ul li:nth-child(3n+1) {
		clear: none;
		margin-left: 4%;
	}
	.partners_ul li {
		width: 48%;
		margin-left: 4%;
	}
	.partners_ul li:nth-child(2n+1) {
		margin-left: 0px;
		clear: left;
	}
	/**************chat rewinds*********************/
	.slider_left #carousel {
		display: none !important;
	}
	.slider_left #slider {
		width: 100%;
	}
	.slider_left .flex-control-nav {
		position: absolute !important;
		top: 100% !important;
		left: 50% !important;
		width: 100px !important;
		margin-bottom: 0px !important;
		margin-left: -50px !important;
		margin-top: 10px !important;
	}
	.slider_left {
		margin-bottom: 40px;
		padding-left: 0px !important;
	}
	.hip_hop_rewind {
		padding: 20px 0px 10px 0px;
		font-size: 20px;
	}
	/**************contact us*********************/
	.contect_text {
		font-size: 16px;
	}
	.contect_form li {
		width: 100%;
		margin-left: 0px;
	}
	.map_main iframe {
		height: 300px;
	}
	/********************************liberation literaces**************************/
	.big_banner_padding {
		margin-top: 199px;
	}
	.libration_text {
		font-size: 20px;
	}
	.general_text {
		font-size: 26px;
	}
	/**********************************science-genius*****************************/
	.participating_ul li:nth-child(3n+1) {
		clear: none;
		margin-left: 4%;
	}
	.participating_ul li {
		width: 48%;
		margin-left: 4%;
	}
	.participating_ul li:nth-child(2n+1) {
		margin-left: 0px;
		clear: left;
	}
	/**********************************science-genius academy*****************************/
	.school_white_main {
		padding: 25px 20px;
	}
	/**********************************shop*****************************/
	.shop_list_con li {
		width: 100%;
	}
	.shop_list_con li:nth-child(2) {
		width: 100%;
	}
	.shop_list_con li:nth-child(3) {
		width: 70%;
		text-align: right;
		margin-top: 20px;
	}
	.shop_text {
		font-size: 17px;
	}
	.inter_text_shop {
		font-size: 17px;
	}
	.hiphoped_shop_area li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.hiphoped_shop_area li:nth-child(2n+1) {
		margin-left: 0px;
		clear: none;
	}
	.hiphoped_shop_area li {
		width: 100%;
		margin-left: 0px;
	}
	/**********************************shop*****************************/
	.therapy_iframe iframe {
		height: 320px;
	}
	/****the label****/
	.label_list_con li {
		padding: 20px 15px;
	}
	/*****************************blog detail***********************/
	.blog_calender2 {
		width: 100%;
		padding-bottom: 10px;
	}
	.author_left {
		float: none;
	}
	.author_right {
		width: 100%;
	}
	.author_pera {
		text-align: justify;
	}
	.detail_form_ul li {
		width: 100%;
		margin-left: 0px;
	}
	.post_right {
		width: 57%;
	}
	/*****************************donate**********************/
	.donate_white_heading {
		font-size: 18px;
	}
	.donate_pera {
		text-align: justify;
	}
	.contact_right form
	{
		width:100%;
	}
}
@media only screen and (min-width:100px) and (max-width:480px) {
	.mail_top {
		width: 100%;
		margin-bottom: 15px;
	}
	.donate_right_main {
		width: 100%;
	}
	.hiphop_text_main {
		padding: 50px 30px;
	}
	.intersection_text {
		font-size: 16px;
	}
	.logo {
		width: 117px;
		margin-top: -36.5px;
	}
	.nav_main_back {
		margin-bottom: 10px;
	}
	.navigation {
		padding-top: 0px !important;
	}
	.navigation li a {
		padding: 10px 0px !important;
		font-size: 16px !important;
	}
	.general_text {
		font-size: 20px;
		margin: 25px auto;
	}
	.right_white_area {
		padding: 30px 20px 30px 20px;
	}
	.realitive_pera {
		line-height: 30px;
	}
	.strands_ul {
		margin-bottom: 20px;
	}
	.strands_ul li {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.plus_icon {
		width: 40px;
		height: 35px;
		line-height: 35px;
	}
	.media_pera {
		font-size: 14px;
		line-height: 18px;
		padding: 10px 5px 0px 5px;
	}
	.media_in_left_main {
		width: 82%;
	}
	.media_calender {
		font-size: 14px;
		padding: 5px 0px;
	}
	.hip_hoped_text {
		font-size: 20px;
	}
	.mo_lesson {
		font-size: 18px;
	}
	.f_social_icon li {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.f_social_icon li:last-child {
		margin-bottom: 0px;
	}
	.footer_nav li {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
	}
	/**************************about us*************************/
	.nav_main_back {
		margin-top: 40px;
	}
	.margin_nav {
		margin-bottom: 40px;
	}
	.christopher_text {
		font-size: 20px;
	}
	.partners_ul li:nth-child(3n+1) {
		clear: none;
		margin-left: 0px;
	}
	.partners_ul li:nth-child(2n+1) {
		clear: none;
		margin-left: 0px;
	}
	.partners_ul li {
		width: 100%;
		margin-left: 0px;
	}
	.partners_ul li:nth-child(4) {
		margin-bottom: 30px;
	}
	.partners_ul li:nth-child(5) {
		margin-bottom: 30px;
	}
	.partners_ul li:nth-child(6) {
		margin-bottom: 30px;
	}
	/**************chat rewinds*********************/
	.chat_main_area {
		padding: 20px 15px;
	}
	.hip_hop_rewind_pera {
		text-align: justify;
	}
	/********contact us******************/
	.contect_form li textarea {
		height: 100px;
	}
	/********hip hoped******************/
	.hip_hoped_chat_text {
		font-size: 20px;
	}
	.hoped_pera {
		font-size: 12px;
		text-align: justify;
	}
	/***************liberation literaces************************/
	.big_banner_padding {
		margin-top: 150px;
	}
	.libration_text {
		font-size: 18px;
	}
	.responsive_text {
		font-size: 16px;
	}
	.libration_pera {
		font-size: 16px;
	}
	.libration_video_main {
		width: 100%;
	}
	/**********************************school leadership***********************/
	.school_white_main {
		padding: 25px 15px;
	}
	.school_pera {
		font-size: 16px;
	}
	.inquire_btn {
		width: 100%;
		font-size: 14px;
	}
	/**********************************science-genius*****************************/
	.seience_left_iframe iframe {
		height: 250px;
	}
	.science_genius_white_main {
		padding: 10px 10px;
	}
	#faqs dt {
		font-size: 14px !important;
	}
	#faqs dd {
		text-align: justify !important;
	}
	.participating_ul li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.participating_ul li {
		width: 100%;
		margin-left: 0px;
	}
	/**********************************science-genius academy*****************************/
	.science_right_pera {
		font-size: 16px;
	}
	/**********************************shop*****************************/
	.shop_list_con li:nth-child(3) {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	/*********stem************/
	.hip_hoped_text_therapy {
		font-size: 14px;
	}
	.therapy_iframe iframe {
		height: 230px;
	}
	.parah_label_text {
		padding-top: 20px;
	}
	/*****************************blod******************************/
	.hip_hoped_blog_text {
		/*font-size: 14px;*/
	}
	.hip_hoped_blog_pera {
		font-size: 14px;
		text-align: justify;
	}
	.blog_btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.blog_sub_ul {
		width: 100%;
	}
	/*****************************blog detail***********************/
	.detail_pera {
		font-size: 14px;
	}
	.detail_video iframe {
		height: 250px;
	}
	.author_pera {
		font-size: 14px;
	}
	.post_img {
		width: 50%;
		margin-left: 25%;
	}
	.post_right {
		width: 100%;
	}
	.wendring_text {
		padding-top: 20px;
		text-align: center;
	}
	.version_text {
		text-align: center;
	}
	/*****************************donate**********************/
	.loose_hop_text {
		font-size: 20px;
	}
	.gullyface_text {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.donate_diffrent_text {
		font-size: 18px;
	}
	.donate_ul li {
		width: 100%;
	}
	.donate_ul li a {
		border: none;
	}
	#dgx-donate-form-donor-section, #_dgx_donate_user_amount
	{
		width:100%;
	}
	.srch_frm
	{
		left:0;
		margin-left:0;
	}
}
