/*
Theme Name: Minerva Montessori
Theme URI: www.minervamontessori.ie
Author: Quick Brown Fox
Author URI: http://qbf.ie/
Description: Bootstrap based theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, responsive, bootstrap
Text Domain: mm
*/

html {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%;
	
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
	background-color:#f5efe7;
	margin:0px;
	height:100%;
}

.header{
	background-color:#FFF;
	margin-top:20px;
	border-radius: 20px 20px 0px 0px;
	padding:20px;
}

.site-description{
	color:#808285;
	text-align:left;
	font-family: 'Butterfly Kids', cursive;
	font-size:40px;
}

#primarymenu{
	position:relative;
	text-align:left;
	border:0px solid #f00;
	margin-top:22px;
}

#primarymenu ul{
	list-style:none;
	position:relative;
	font-size:16px;
	padding-top:5px;
	padding-bottom:20px;
	padding-left:0px;
}

#primarymenu ul li{
	float:left;
	padding-right:10px;
}

#primarymenu ul li a{
	text-decoration:none;
	color:#000;
	font-size:16px;
	font-weight:bold;
}

#primarymenu ul li a:hover{
	color:#999999;	
}

#primarymenu ul li ul{
	position:absolute;
	border:1px solid #b7c0c8;
	background-color:#004b8d;
	z-index:10;
	padding:0px;
	top:50px;
	margin-left:-5px;
	display:none;
}

#primarymenu ul li ul li{
	float:none;
	padding:10px;
	border-bottom:1px solid #b7c0c8;	
}
#primarymenu ul li ul li:last-child{
	border-bottom:0px;
}

#primarymenu ul li:nth-child(1) a{
    color:#f69679;
}

#primarymenu ul li:nth-child(2) a{
    color:#f04a93;
}

#primarymenu ul li:nth-child(3) a{
    color:#118ace;
}

#primarymenu ul li:nth-child(4) a{
    color:#8cc687;
}

#primarymenu ul li:nth-child(5) a{
    color:#b28ac4;
}

#primarymenu ul li:nth-child(6) a{
    color:#f68233;
}

#primarymenu ul li:nth-child(7) a{
    color:#8ed8f9;
}

#primarymenu ul li:nth-child(8) a{
    color:#ffcb33;
}

.content-body{
	background-color:#fff;
	padding:20px;
}

.content-body h1{
	text-align:center;
	color:#53b7e8;
	font-size:18px;
}

.sub_page h1{
	text-align:left;
	font-size:20px;
	margin-bottom:5px;
}

.sub_page h2{
	margin-top:5px;
	font-size:16px;	
}

.sidenav{
	background-color:#e33383;
	border-radius:20px;
	color:#fff;
	padding:5px 20px 20px 20px;
	margin-bottom:10px;
}

.sidenav h3{
	font-family: 'Butterfly Kids', cursive;
	font-size:40px;	
}

.sidenav a{
	display:block;
	color:#fff !important;
	border-bottom:dotted 2px #e33383;	
}

.sidenav a:hover{
	text-decoration:none;
	border-bottom:dotted 2px #fff !important;
}

.our-school h1, .our-school h2, .our-school a{
	color:#e33383;
	
}

.school-hour{
	background-color:#fbd5de;
	border-radius:20px;
	color:#e33383;
	padding:5px 20px 20px 20px;
	margin-bottom:10px;
}


.curriculum h1, .curriculum h2, .curriculum a{
	color:#2375bf;	
}

.curriculum .sidenav{
	background-color:#2375bf;	
}

.curriculum .sidenav a{
	border-bottom:dotted 2px #2375bf;		
}


.our-menu h1, .our-menu h2, .our-menu a{
	color:#8cc687;	
}

.our-menu .sidenav{
	background-color:#8cc687;	
}

.our-menu .sidenav a{
	border-bottom:dotted 2px #8cc687;		
}


.gallery h1, .our-menu h2, .gallery a{
	color:#b28ac4;	
}

.gallery .sidenav{
	background-color:#b28ac4;	
}

.gallery .sidenav a{
	border-bottom:dotted 2px #b28ac4;		
}


.calendar-of-events h1, .calendar-of-events h2, .gallery a{
	color:#f68233;	
}

.calendar-of-events .sidenav{
	background-color:#f68233;	
}

.calendar-of-events .sidenav a{
	border-bottom:dotted 2px #f68233;		
}


.testimonials h1, .testimonials h2, .gallery a{
	color:#8ed8f9;	
}

.testimonials .sidenav{
	background-color:#8ed8f9;	
}

.testimonials .sidenav a{
	border-bottom:dotted 2px #8ed8f9;		
}


.contact-us h1, .contact-us h2, .gallery a{
	color:#ffcb33;	
}

.contact-us .sidenav{
	background-color:#ffcb33;	
}

.contact-us .sidenav a{
	border-bottom:dotted 2px #ffcb33;		
}


.content-body-bottom{
	background-color:#FFF;
	min-height:20px;
	margin-bottom:20px;
	border-radius: 0px 0px 20px 20px;
	padding:20px;	
}

.footer{
	text-align:center;
	color:#999999;	
}

.footer_col2{
	font-size:14px;
	
}

.circle {
	display:block;
	border-radius: 10px;
	width: 100%;
	height: auto;
	background-color:#e33383;
	color:#fff;
	text-align:left;
	/*margin:auto;*/
	
	padding:2px 10px 10px 10px;
	margin-bottom:20px;
}

.circle h2{
	font-family: 'Butterfly Kids', cursive;
	margin-bottom:5px;
}

.circle a{
	color:#fff;
}

.circle a:hover{
	text-decoration:none;
}

.circle_curriculum{
	background-color:#2375bf;	
}

.circle_calendar{
	background-color:#eb6f2d;
}

.circle_menu{
	background-color:#7cbd30;
}

.circle_newcreche{
	background-color:#b28abe;
}

.small-responsive{
    width: 100%;
    height: auto;	
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gcv_sportsblocks_img{
	width:100%;
	padding-bottom:90%;
	position:relative;
	background-size:cover;                    
    background-repeat:no-repeat;
    background-position: center center; 		
}

.gcv_gallery .gcv_sportsblocks_img{
	margin-bottom:20px;	
}

span.tes{
	font-size: 15px;
	font-weight: bold;
	color: #8ed8f8;	
}

div.dots {
    height: 10px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #8ed8f8;
}

	
@media (min-width: 992px) {

	.small-responsive{
		width:auto;
		height:auto;	
	}
	
	.circle {
		display:none;
		border-radius: 50%;
		width: 130px;
		height: 130px;
		color:#fff;
		text-align:center;
		/*margin:auto;*/
		font-size:12px;
		padding:2px 5px 0px 5px;
		margin-bottom:20px;
	}
	
	.circle_curriculum{
		
		width: 170px;
		height: 170px;	
	}
	
	.circle_calendar{
		background-color:#eb6f2d;
		width: 200px;
		height: 200px;
		margin-top:170px;
		padding:2px 7px 0px 7px;
	}
	
	.circle_menu{
		background-color:#7cbd30;
		width: 150px;
		height: 150px;
		margin-left:20px;
	}
	
	.circle_newcreche{
		background-color:#b28abe;
		width: 210px;
		height: 210px;
		padding:2px 9px 0px 9px;
	}
	
	.site-description{
		text-align:right;
	}	
	
	#primarymenu{
		float:right;	
	}
	
	#primarymenu ul li{
		padding-left:16px;
		padding-right:0px;
	}
	
	
}