/*
Theme Name: Mission Tuition
Theme URI: http://ryanshirley.ie./
Author: Ryan Shirley
Author URI: http://ryanshirley.ie/
Description: School Grinds Wordpress Theme by Ryan Shirley
Version: 1.0
*/


img#wpstats {
display: none;
}

img {
    max-width: 100%;
    height: auto;
}

textarea#comment {
width: 100%;
}

input#submit {
    background-color: #e05151;
    border-color: #e05151;
    color: #fff;
}

.img-portfolio-grid {
    width: 263px;
    height: 220px;
    margin-bottom: 40px; 
    border: solid 2px #e5e5e5;  
}

.pink-quote {
    background-color: #df3d82;
    color: #fff;
    padding: 20px 20px;
    text-transform: uppercase;
    font-size: 1.4em;
    text-align: center;
}

.pink-quote a {
    margin-left: 20px;
}

/*
 * General
 * --------------------------------------------------
 */
.admin-bar .navbar-fixed-top { margin-top: 20px; }
.img-centered { display: block; margin-left: auto; margin-right: auto; }
.space-top { margin-top: 30px; }
.space-top-big { margin-top: 60px; }


hr.pink {
    border-color: #01b0f3;
}


.bg-blue {
    background: #01b0f3;
    padding: 20px;
    color: #fff;
    font-size: 25px;
}

.bg-blue a {
    float: right;
    font-size: 20px;
padding: 2px 15px;
}

/*
 * Typography
 * --------------------------------------------------
 */

h1, h2, h3,h4,h5,h6 { color: #01b0f3; }
p { color: #191919; font-size: 1.1em; }

a {
    color: #01b0f3;
    text-decoration: none;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
}
a:hover { color: #01b0f3; text-decoration:underline; }

.white { color: #fff; }

.sidebar { 
	margin-top: 40px;
	color: #3d3d3d;
}

.sidebar h3 {
	color: #3d3d3d;
    margin-top: 0;
}



/*
 * Header
 * --------------------------------------------------
 */

.header {
    background: #01b0f3;
}

.logo {
    height: 140px;
    width: auto;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.header-info {
    text-align: right;
    margin-top: 30px;
    font-size: 1.2em;
}

/*
 * Navbar
 * --------------------------------------------------
 */

.navbar-space { margin-top: 40px; }

.navbar-static-top { border-width: 0 0 0; }

.navbar-inverse { background-color: #01b0f3 ; border-bottom-color: : #01b0f3; border-color: #01b0f3 } 


.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 1.2em;
    padding: 22px 25px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.navbar-inverse .navbar-nav>li:hover {
    color: #fff;
    background-color: #00A0DD ;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.current-menu-item > a, .current-menu-parent > a {
    padding: 17px 15px;
}
.current-menu-parent li a {
	background: inherit;
}

.navbar-inverse .navbar-nav>li.current-menu-item {
    color: #fff;
    background-color: #00A0DD;
}

@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #fff;
		padding: 15px 10px;
		width: 200px;
        border: solid 1px #E7E7E7; 
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 15px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #428bca;
	text-decoration: none;
        -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.sub-menu> li>a:hover  {
	color: #ee2925;
}	


/* Testimonial ----------- */

blockquote {
    font-size: 1.35em;
    margin: 4% 0;
    color: #fff;
    border-left: solid 5px #e05151;
}

cite {
    font-style: normal;
    text-transform: capitalize;
    font-size: 1.25em;
    line-height: 1em;
    color: #e3e3e3;
    margin: 0 0 6% 4%;
 }


/*
 * Button
 * --------------------------------------------------
 */

.btn-default {
    background: #01b0f3;
    border: #01b0f3;
    border-radius: 0px;
    color: #fff;
}

.btn-default:hover {
    background: #0287ba;
    border: #0287ba;
    border-radius: 0px;
    color: #fff;
}


.btn-outline {
    border-radius: 0px;
    border: solid 2px #fff;
    font-size: 1.1em;
    color: #fff;
    background: 0 0;
    transition: all .2s ease-in-out;
}

.btn-outline:hover,
.btn-outline.active {
    border: solid 2px #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.19);
}

.btn-solid {
    margin-top: 35px;
    border-radius: 35px;
    border: solid 2px #e05151;
    font-size: 20px;
    color: #fff;
    background: #e05151;
    transition: all .3s ease-in-out;
}

.btn-solid:hover,
.btn-outline.active {
    border: solid 2px #cb3c3c;
    color: #fff;
    background: #cb3c3c;
}

.btn-solid-square {
    border-radius: 0;
    border: solid 2px #01b0f3;
    font-sze: 1.2em;
    color: #fff;
    background: #df3d82;
    transition: all .3s ease-in-out;
}

.btn-solid-square:hover,
.btn-outline-square.active {
    border: solid 2px #059bd4;
    color: #fff;
    background: #059bd4;
}


input[type="submit"] {
    border-radius: 0;
    border: solid 2px #01b0f3;
    font-size: 20px;
    color: #fff;
    background: #01b0f3;
    padding: 5px 10px;
    transition: all .3s ease-in-out;
}

input[type="submit"]:hover {
    border: solid 2px #059bd4;
    color: #fff;
    background: #059bd4;
}




/*
 * Footer
 * --------------------------------------------------
 */

.footer-bg { 
    margin-top: 40px;
    padding: 10px;
    background-color: #01b0f3;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset; 
}

.footer-bg div.widget h3,
.footer-bg div.widget p,
.footer-bg div p { 
    color: #fff; 
}

.footer-bg div a {
    color: #424242;
}


