/*
Theme Name: Professional Monkey
Theme URI: http://webmonkeydd.com/professional-monkey
Description: A simple, clean, responsive, lightning fast theme with the power of a monkey!
Author: Myles English
Author URI: http://webmonkeydd.com
Version: 1.0
Tags: green, blue, brown, tan, white, fluid-layout, responsive-layout, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, featured-images
Text Domain: lightningmonkey
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*WordPress Core*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky{
}
.gallery-caption{
}
.bypostauthor{
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute ;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto ;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*HOME*/
.container-wrapper-bg{
	background: #f5f5f5;
	margin-bottom:-20px;
}
.section:last-of-type{
	margin-bottom:0;
}
pre span{
	font-family:monospace ;
	font-size:14px ;
}
/* BX-SLIDER */
.bx-thumb{
	margin-right:10px ;
	width:180px ;
	height:180px ;
}
.bx-thumb img{
	height: auto ;
	width: 100% ; 
}
/* GENERAL */
.header-img-wrapper{
	max-height:500px;
	overflow:hidden;
}
.header-img-wrapper img{
	width:100%;
	height:auto;
}
blockquote{
	font-size:24px ;
}
thead tr{
	background:#6598AB ;
}
table{
	width:100%;
}
tr:nth-of-type(odd){
	background:#f5f5f5;
}
td, th{
	padding:3px ;
}
.big-header{
	font-size:40px;
}
.screen-reader-text{
	color:#AE5E0A ;
}
code{
	font-size:14px ;
}
h3 i{
	margin-right:10px;
	color:#49A2B5 ;
}
.container-wrapper{
	padding-top:20px;
}
.home-container-wrapper{
	padding:80px 0;
}
.home-container-wrapper:last-of-type{
	margin-bottom:40px;
}
.container-wrapper a{
	color:rgb(89, 175, 245) ;
}
.container-wrapper a:hover{
	color:#06195B ;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 22px ;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button, input[type="submit"], #home-cta-button{
	text-shadow:1px 1px 1px green;
	font-weight:bold;
	background:#06195B !important;
	color:#fff !important;
	text-decoration: none ;
	font-size:22px ;
	display: inline-block;
	padding: 6px 30px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0 ;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
}
button:hover, input[type="submit"]:hover{
	background:#9DBCEB ;
	-webkit-transition:0.5s;
	transition:0.5s;
}
textarea{
	min-height:160px;
}
body{
	background:#fff ;
}
div, span{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
}
ul li{
	font-size:22px ;
}
h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type{
	margin-top:0;
}
h1, h2, h3, h4, h5, h6, .widget-title{
	font-weight:600;
	color:#000B35;
}

h1{
	font-size:42px;
}
h2{
	font-size:36px;
}
h3{
	font-size:30px ;
}
h4{
	font-size:24px ;
}
h5{
	font-size:20px ;
}
h6{
	font-size:18px ;
}

img{
	max-width:100%;
}
/* HOME */
#home-img-wrapper{
	overflow:hidden;
	max-height:700px;
	position:relative;
}
#home-img-wrapper h2, #home-img-wrapper h1{
	text-align:center;
}
#home-img-wrapper h1{
	margin-top:80px;
	font-size:89px ;
	color:#fff ;
}
#home-img-wrapper h2{
	color:#fff ;
	font-size:24px ;
}
@media screen and (max-width:1100px){
	#home-img-wrapper h1{
		font-size:58px ;
	}
}
@media screen and (max-width:900px){
	#home-img-wrapper h1{
		margin-top:40px;
	}
}
@media screen and (max-width:600px){
	#home-img-wrapper h1{
		margin-top:00px;
	}
}
@media screen and (max-width:800px){
	#home-cta-button{
		margin-top:80px ;
	}
}
@media screen and (max-width:710px){
	#home-img-wrapper h1{
		font-size:36px ;
	}
	#home-img-wrapper h2{
		font-size:20px ;
	}
}
@media screen and (max-width:540px){
	#home-cta-button{
		margin-top:0px ;
	}
	#home-text{
		display:none;
	}
}
@media screen and (max-width:477px){
	#home-img-wrapper h2{
		display:none;
	}
}
#home-page-main-container{
	margin-top:-20px;
}
#home-img-wrapper img{
	width:100%;
}
.home-cta-wrapper{
    text-align: center;
}
#home-text{
	text-align: center;
	color:#fff;
}
#home-cta-button{
    min-width: 160px;
	background:#98B9EE ;
	font-weight: bold;
	margin: 160px auto 0 auto;
	text-align: center;
	padding: 10px;
	max-width: 260px;
	font-size: 26px ;
	text-shadow: 1px 1px 1px green;
}
#home-cta-button:hover{
	text-decoration: none;
	background:#A1DD84 ;
	-webkit-transition:0.5s;
	transition:0.5s;
}
#logo{
	margin:40px auto;
	display:block;
	text-align:center;
}
#home-header{
	font-size:40px;
	color:green;
}
#phone-number{
	display:block;
	text-align: center;
}
#home-subheader{
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 40px;
	color:rgb(244, 154, 15) 
}
.left-home, .home-section-wrapper{
	text-align:center;
}
@media screen and (max-width:991px){
	.home-section-wrapper{
		margin-bottom:60px;
	}
}
.container-wrapper .container{
	padding-top: 20px;
	padding-bottom: 20px;
}
.social-icons{
	font-size: 22px;
	text-align: right;
	color: gray;
	margin:8px 0;
}
.social-icons a{
	color:#bbb ;
}
.social-icons a:hover{
	text-decoration: none ;
	color:rgb(101, 152, 171) ;
}
/* Blog */
.prev-post-wrapper{
	width:50%;
	min-height: 10px;
	float:left;
}
.next-post-wrapper{
	width:50%;
	min-height: 10px;
	float:left;
	text-align:right;
}
.blog-post-wrapper{
	margin-bottom: 20px;
}
.blog-post-wrapper:last-of-type{
	margin-bottom:0;
}
.blog-post-wrapper:last-of-type{
	margin-bottom: 0;
}
#comment{
	width:100%;
}
/* Blog Excerpt */
.blog-excerpt-thumb-wrapper{
	width:150px;
	max-height:150px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.blog-excerpt-thumb-wrapper img{
	width:150px;
	height:auto;
}
.post-meta, .categories-meta, .tags-meta{
	font-size:16px;
}
.categories-meta{
	margin-bottom:20px;
}
.thumb-wrapper{
	width:200px;
	height:200px;
	overflow:hidden;
	float: left;
	margin: 0 20px 20px 0;
}
.thumb-wrapper img{
	width:100%;
	height:auto;
}
/* Header */
#main-header{
	padding-top:20px;
}
@media screen and (max-width:782px){
	#admin-bar-comp{
		height:42px ;
	}
}
/* Footer */
#bottom-footer{
	padding: 20px 0;
	background: #365774 ;
	color:#fff;
}
#bottom-footer a{
	color:#fff ;
}
#footer{
	padding: 60px 0;
	margin-top:20px;
	background:rgb(101, 152, 171);
}
#footer a{
	color:#fff ;
}
#footer a:hover{
	text-decoration: underline;
}
#footer{
	color:#fff;
}
#footer ul{
	padding-left: 25px ;
}
#footer ul li{
	margin-right:10px;
}
/* COMMENTS */
.cancel-comment-reply-link{
	font-size:22px;
}
.comment{
	list-style-type:none;
	background:white;
	border:1px solid lightgray;
	padding:20px;
	margin-bottom:20px;
}
.comment .comment{
	padding:0;
}
.comment li{
	border:0;
	margin-bottom: 0;
}
.children{
	padding:0;
}
.comments-template ol{
	padding:0;
}
/*Comments*/
#comments{
	margin-bottom: 20px;
}
/* Widgets */
#searchsubmit{
	margin-top:10px;
}
.widget-title{
	font-size: 22px;
	margin-top: 0;
}
.widget{
	margin-bottom:10px;
}
/* NAVIGATION */
.top-header-wrapper{
	padding:10px 0;
	text-align: right;
}
.header-meta:first-of-type{
	margin-top:15px;
}
.navbar-nav .open .dropdown-menu{
	background:#FFF ;
}
nav button{
	background-color:transparent ;
}
nav{
	background-image:none ;
	background-color:rgb(250, 250, 250) ;
}
nav ul li a{
	color:#1D1A53 ;
	padding-top:25px ;
	padding-bottom:25px ;
}
nav ul li a:hover{
	color:black ;
}
nav ul li ul a{
	padding-top:5px ;
	padding-bottom:5px ;
}
.navbar-default .navbar-nav > li > a{
	padding:30px 15px;
}
.nav-wrapper{
	background:#D2F3FE;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}
@media screen and (max-width:767px){
	.nav-wrapper{
		background:transparent;
	}
	.navbar-header{
		position: relative;
		top: 2px;
		background:#D2F3FE;
	}
	.navbar{
		margin: 0 -30px;
	}
	.navbar-collapse{
		padding: 0 30px ;
	}
}
.navbar-default{
	background-color:transparent ;
	border:0 ;
	margin-bottom:0 ;
}
.navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{
	background:#9DBCEB ;
	background-image:none ;
}
.navbar-nav>li>.dropdown-menu{
	/*background-color:rgb(30, 182, 101) ;*/
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background:#000B35 ;
	background-image:none ;
}
.dropdown-menu>.active>a{
	background:#9DBCEB ;
	color:#fff ;
}
.navbar-nav>li>.dropdown-menu li a:hover{
	color:#fff ;
}
.logo{
	padding:0 20px ;
	max-height:95px;
}
.logo-a{
	text-align:left;
	display:inherit;
}
.logo img{
	width:auto;
	height:100%;
	padding:10px;
}
@media screen and (max-width:767px){
	.logo-a, .header-meta{
		text-align: center;
	}
}
@media screen and (max-width:991px){
	#right-sidebar{
		border-top: 1px solid #6598AB;
		padding-top: 40px;
		margin-top: 40px;
	}
}
.archive-header{
	margin-top:0;
}
/* BOOTSTRAP CHANGES */
.tab-content{
	padding:16px ;
}
.btn-default{
	font-size:18px ;
}
.navbar-toggle{
	background:none;
	margin-right:30px;
}
.navbar-toggle:hover{
	color:black ;
	background:none ;
}
/* FONT AWESOME */
.fa-arrow-left{
	margin-right:10px;
}
.fa-arrow-right{
	margin-left:10px;
}
.fa-li{
	color:#49A2B5;
}
/* BXSLIDER */
.bx-wrapper img{
	width:100%;
}
#teachers-carousel-wrapper .bx-wrapper li{
	text-align:center;
}
#teachers-carousel-wrapper .bx-wrapper img{
	border-radius:40px;
	margin:0 auto;
	width:80px;
}
#teachers-carousel-wrapper .bx-wrapper strong{
	font-size:14px;
}
#teachers-carousel-wrapper .bx-wrapper a:hover{
	text-decoration: none ;
}
#teachers-carousel-wrapper .bx-wrapper a{
	color:black ;
}
#teachers-carousel-wrapper .bx-wrapper{
	padding:120px 0 100px 0;
	margin-bottom:0 ;
	max-width:100% ;
}
#teachers-carousel-wrapper .bx-viewport{
	box-shadow:none ;
}
#teachers-carousel-wrapper .bx-viewport:hover{
	border-color:#fff ;
}
/* TEACHERS */
.teacher-image img{
	border-radius: 40px;
}
/* STUFF */
.cta{
	display: inline-block;
	margin: 20px auto;
	text-align: center;
	padding: 5px 20px;
	border-radius: 4px;
	border: 1px solid #337ab7;
    background: #f5f5f5;
   	transition:0.5s;
}
.cta:hover{
	text-decoration: none;
	background:white;
	transition:0.5s;
}
/*PUBLICATIONS*/
.publication-container{
	margin-bottom:40px;
	border:1px solid lightgray;
	text-align: center;
}
.publication-container img{
    width: 100%;
    height: auto;
}
.publication-container-title{
	background: #D5F0F9;
	display: block;
	padding:20px;
}
.publication-container-author{
	padding:10px;
	display: block;
	background: #6598AB;
	color: white;
}
.recording-container img{
	height:auto;
}
.featured-teacher-image{
	float: left;
    margin-right: 20px;
    margin-top:10px;
}
/* Events */
.tribe-events-loop{
	max-width:100% !important;
}