/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
#header .logo {
	margin-top: 15px;
}

.sub-menu{
	z-index: 999;
}

.banner {
	background-color: #333;
}

#header {
	border-top-color: #85a4d0;
	position: static;
}

.red-text {
	color: #fac8c5;
}

.img-circle {
	border-radius: 25px 25px 25px 0;
}

.footer-widget .menu a {
	color: #fff;
	font-size: 14px;
}

.footer-widget .menu a:hover {
	color: #000;
}

.footer-widget .menu li {
	list-style: none;
	line-height: 24px;
}

.footer-widget ul.menu {
	padding-left: 0;
}

.single-wrapper {
	padding-top: 10px;
}

/*

#main #slider {
	max-height: 650px;
}

.flexslider {
	max-height: 650px;
}

.flexslider .slides img {
	max-height: 650px;
}

.flexslider-wrap .flexslider .slides .flex-content {
	top: 50%;
}

.flexslider-wrap .flexslider .slides > li {
	background-size: 100% auto !important;
	background-position: top;
}

.flex-control-nav {
	bottom: 15px;
}

*/
.flex-control-nav {
	bottom: 15px;
}

ul.menus li a {
	padding: 40px 15px;
}

.our-teacher {
	background-image: url('wp-content/uploads/2015/08/our-facility-bg1-e1466191465622.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.our-teacher .teacher-desc p {
	color: #fff;
	font-size: 16px;
}

.our-teacher .teacher-desc .heading-block h3 {
	color: #fff;
}

.page-title {
	padding-top: 50px;
}

.teacher-photo {
	display: none;
}

#copyright .social-links ul li a {
	font-size: 24px;
}

#copyright .social-links ul li a:hover {
	color: #F7BEB9;
}

.top-sn-row-container {
	width: 100%;
	background-color: #85A4D0;
}

.top-sn-button-row {
	padding-top: 6px;
}

.top-sn-buttons {
	text-align: right;
}

.top-sn-buttons.social-links ul {
	float: right;
}

.top-sn-buttons.social-links ul li {
	display: inline-block;
	margin: 0 10px;
}

.top-sn-buttons.social-links ul li a {
	font-size: 18px;
	color: #fff;
}

.top-sn-buttons.social-links ul li a:hover {
	color: #f7beb9;
}

input[type='submit'] {
	color: #1e73be;
}

.display-posts-listing .listing-item {
	clear: both;
	margin-bottom: 15px;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}

.display-posts-listing a.title {
	font-weight: bold;
	font-size: 16px;
	color: #85a4d0;
}

.feature-item .feature-icon .icon.fa.fa-child {
	font-size: 120px;
}

.feature-item .feature-icon .icon.fa.fa-eyedropper {
	font-size: 100px;
	left: -20px;
}

body.blog #content {
	margin-top: 100px;
}

.arrow-wrap {
	position: absolute;
	z-index: 1;
	left: 90%;
	top: 3.5em;
	margin-left: -5em;
	background: #111;
	width: 10em;
	height: 10em;
	padding: 4em 2em;
	border-radius: 50%;
	font-size: .5em;
	display: block;
}

.arrow {
	float: left;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3em 3em 0;
	border-color: #ffffff transparent transparent;
	-webkit-transform: rotate(360deg);
}

.arrow:after {
	content: '';
	position: absolute;
	top: -3.2em;
	left: -3em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3em 3em 0;
	border-color: #111 transparent transparent;
	-webkit-transform: rotate(360deg);
}

@-webkit-keyframes arrows {
	0% {
		top: 0;
	}
	
	10% {
		top: 12%;
	}
	
	20% {
		top: 0;
	}
	
	30% {
		top: 12%;
	}
	
	40% {
		top: -12%;
	}
	
	50% {
		top: 12%;
	}
	
	60% {
		top: 0;
	}
	
	70% {
		top: 12%;
	}
	
	80% {
		top: -12%;
	}
	
	90% {
		top: 12%;
	}
	
	100% {
		top: 0;
	}
}

.arrow-wrap .arrow {
	-webkit-animation: arrows 2.8s .4s;
	-webkit-animation-delay: 3s;
}

.gallery {
	padding: 25px 0;
}

.gallery-item {
	width: 190px;
}

.gallery-item img {
	border-radius: 10px;
}

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

.feature-item .feature-icon {
	float: none;
	margin-right: 0;
}

.more-padding {
	padding-top: 50px;
}

.blog-single, .single-wrapper .blog {
	padding-top: 50px;
}

@media only screen and (max-width: 768px) {
	.site-main .single-wrapper {
		padding-top: 25px;
	}
}

body.blog #content {
	margin-top: 0;
}

.logo-carousel{
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}

.logo-carousel .wpl-logo img{
	max-height:125px;
}