/*
Theme Name: Creative Minds International 
Description: The responsive, clean and modern site for Creative Minds International Public Charter School.
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");

@font-face {
	font-family: 'Gill Sans';
	src: url('css/fonts/GillSans.eot');
	src: url('css/fonts/GillSans.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/GillSans.woff') format('woff'),
		url('css/fonts/GillSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gill Sans';
	src: url('css/fonts/GillSans-Bold.eot');
	src: url('css/fonts/GillSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/GillSans-Bold.woff') format('woff'),
		url('css/fonts/GillSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BodoniBE-Regular';
	src: url('css/fonts/BodoniBE-Regular.eot?#iefix') format('embedded-opentype'),  url('css/fonts/BodoniBE-Regular.woff') format('woff'), url('css/fonts/BodoniBE-Regular.ttf')  format('truetype'), url('css/fonts/BodoniBE-Regular.svg#BodoniBE-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700');

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}


html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #f7fcfc;
  	font-family: 'Roboto', sans-serif;
	height: 100%;
	color: #333e48;
	max-width: 1265px;
	margin: 0 auto !important;
}

a {
	color: #c95c26;
	text-decoration: none;
}

a:hover, a:focus {
	color: #c95c26;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'BodoniBE-Regular';
	color: #0099a8;	
}

h1 {
	font-size: 43px;
	line-height: 64.5px;
}

h2, h3, h4, h5 {
	font-family: 'Gill Sans';
	font-weight: bold;	
}

h2 {
	color: #333e48;
	font-size: 40.5px;
	line-height: 60.75px;
}

h3 {
	font-size: 27px;
	line-height: 40.5px;
}

ol, ul {
	margin-bottom: 20px;
}

ol, ul, li {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
}

li {
	margin-bottom: 15px;
}

/*Basic Styling Styles*/

::selection {
	background: #c95c26; /* WebKit/Blink Browsers */
	color: #ffffff;
}
::-moz-selection {
	background: #c95c26; /* Gecko Browsers */
	color: #ffffff;
}

.centered {
	text-align: center;
	float: none;
    margin: 0 auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.frame {
	border: 1px solid #f7fcfc;
	border-top: none;
	border-bottom: none;
	background-color: white;
}

a.button, .caldera-grid .btn.btn-default, .cta-button-widget a, .donate-button-widget a {
	font-family: 'Gill Sans';
    background: #d47c52;
    color: #fff;
    padding: 10px 37px;
    border-radius: 3px;
    font-size: 21px;
    line-height: 31.5px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 1px solid #c95c26;
}

a.button:hover, .caldera-grid .btn.btn-default:hover, a.button:focus, .cta-button-widget a:hover, .cta-button-widget a:focus, .donate-button-widget a:hover, .donate-button-widget a:focus {
	text-decoration: none;
	background-color: #0099a8;
	color: white;
	border-color: #0099a8;
}

.orange {
	background-color: rgba(223,157,125,.75);
}

.teal {
	background-color: rgba(102,194,203,.75);
}

.caret {
    display: none;
}

blockquote {
	border-left: none;
}

blockquote p {
	font-family: 'BodoniBE-Regular';
	font-style: italic;
	color: #0099a8;
	font-size: 27px;
	line-height: 40.5px;
}

blockquote p:before {
	content: open-quote;
	color: #0099a8;
	font-size: 39px;
	position: relative;
    top: 8px;
    left: -5px;
}

blockquote p:after {
	content: close-quote;
	color: #0099a8;
	font-size: 39px;
	position: relative;
    top: 8px;
    left: 1px;

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bdc0c4 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bdc0c4 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bdc0c4 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bdc0c4 !important;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.img-responsive {
	display: inline-block;
}

.screen-reader-text {
	display: none;
}

.navbar-fixed-top {
	margin-left: auto;
	margin-right: auto;
}

.page-section img, .frame img {
	display: inline-block;
	height: auto;
    max-width: 100%;
}

.frame img.aligncenter {
	display: block;
}

table.table th {
	font-size: 18px;
    text-align: center;
    background-color: #0099a8;
    color: white;
}

table.table>tbody>tr>td {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
}

table.table td p {
	font-size: 16px;
    line-height: 24px;
}

/*Formatting Setups*/

.table-area {
	display:table; 
	table-layout:fixed; 
	width:100%; 
	height:100%;
}

.table-align {
	display: table-cell;
    vertical-align: middle;
}

/*Header*/

.header {

}

.logo {

}

.logo img {
	height: 125px;
}

.top-menu {
	text-align: center;
	background-color: #455660;
}

.top-menu .navbar-nav {
	display: none;
}

.top-menu li {
	margin-bottom: 0;
}

.top-menu a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 22.5px;
}

.top-menu a:hover {
	color: #0099a8;
}

.social-icons {
	display: none;
}

.search-form {
	padding-top: 7px;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search] {
	background: #fff url(img/search-icon.svg) no-repeat 230px center;
	background-size: 20px;
	border: solid 2px #bdc0c4;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	padding: 0px 15px 0px 5px;
	padding-left: 10px;
	color: #0099a8;
	cursor: pointer;
	outline: none;
	height: 30px;
	font-size: 14px;
	width: 239px;
}

.menu-row {
	padding-top: 30px;
}

.main-menu {
	margin-top: 20px;
	background-color: #0099a8;
}

.main-menu li {
	margin-bottom: 0;
}

.main-menu a {
	color: white;
	font-family: 'Gill Sans';
	font-weight: bold;
}

.main-menu a:hover, .main-menu a:focus {
	color: #c95c26;
}

.navbar {
	margin-bottom: 0;
}
	
.navbar-toggle {
	background-color: white;
}

.icon-bar {
	background-color: #333e48;
}

.navbar-collapse {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.main-menu .navbar-nav {
	text-align: center;
}

li.quicklinks {
	display: none;
}

li.quicklinks:hover a.dropdown-toggle:before {
	color: #c95c26;
}

li.quicklinks a.dropdown-toggle:before {
	content: "\f0c9     \f0d7";
	color: #ffffff;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

/*Homepage*/

.hero-image {
	max-height: 300px;
	overflow: hidden;
}

.homepage-content {
	padding-top: 50px;
}

.homepage-content h1 {
	margin-top: 0;
	text-align: center;
}

.hp-tiles {
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}

.hp-tiles a:hover .tile-title {
	background-color: rgba(0, 0, 0, .25);
	-webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -moz-transition: .25s linear;
    -ms-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
}

.tile-title {
	position: relative;
	width: 100%;
	height: 100%;
}

.tile-title span {
	position: absolute;
    bottom: 15%;
    color: white;
    font-family: 'Gill Sans';
    font-weight: bold;
    font-size: 40.5px;
    text-align: left;
    left: 10%;
}

.tile-title a {

}

.hp-tiles-row {
	padding-bottom: 30px;
}

.homepage-news {
	background-color: #333e48;
	padding-top: 40px;
	padding-bottom: 40px;
}

.news-title h2 {
	font-family: 'BodoniBE-Regular';
    color: #fff;
    font-weight: 300;
    margin-top: 0;
}

.news-meta {
	color: #7d848a;
	margin-bottom: 20px;
}

.news-item-title a {
	color: white;
}

.news-item-more a {
	color: #0099a8;
}

h2.news-title-inner {
	font-size: 27px;
    line-height: 40.5px;
}

.events-resources {
	padding-top: 50px;
	padding-bottom: 100px;
}

.events-resources h2 {
	margin-bottom: 20px;
}

.border-frame {
	background-color: #eff2f4;
	padding: 35px;
}

.border-frame a {
	font-weight: bold;
}

.border-frame a.button {
	font-size: 21px;
    padding: 10px 36px;
}

.eventDate {
	color: white;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 67.52px;
}

.eventDate span {
	display: block;
}

.eventDate .month {
	background-color: #00a0af;
	text-transform: uppercase;
	font-family: 'BodoniBE-Regular';
	font-size: 16px;
	padding: 5px 10px 0;
    border-radius: 7px 7px 0 0;
}

.eventDate .day {
	background-color: #455560;
    font-size: 36px;
    padding: 5px 15px;
    border-radius: 0 0 7px 7px;
    font-family: 'BodoniBE-Regular';
}

.eventName {
	vertical-align: middle;
	display: table-cell;
}

.news-meta {
	font-weight: bold;
}

.resource {
	border-bottom: 2px solid #d6d8da;
	margin-bottom: 20px;
	clear: both;
}

.border-frame div:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.border-frame div:last-child p {
	margin-bottom: 0;
}

.academics-title {
	background-color: #333e48;
	height: 240px;
}

.academics-tile {
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
}

.academics-tile.col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.academic-tile {
	height: 100%;
}

.academics-tile .table-area {
	padding-left: 15px;
	padding-right: 15px;
}

.academics-title-tile {
	color: #0099a8;
	font-family: 'BodoniBE-Regular';
	display: block;
	font-size: 40.5px;
    line-height: 60.75px;
}

.tile-learn-more {
	color: white;
	font-size: 18px;
	line-height: 27px;
}

.academics-tile a {
	color: white;
    font-family: 'Gill Sans';
    font-weight: bold;
    font-size: 27px;
    line-height: 40.5px;
}

.academics-title a:hover, .academics-title a:focus, .academics-tile a:hover, .academics-tile a:focus {
	text-decoration: none;
}

.academic-tile:hover, .academic-tile:focus, .academics-title:hover, .academics-title:focus {
	background-color: rgba(0, 0, 0, .25);
	-webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -moz-transition: .25s linear;
    -ms-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
}

/*Default Page*/

.page-content {
	padding-top: 30.5px;
}

#breadcrumbs {
	font-size: 16px;
	margin-bottom: 30px;
}

#breadcrumbs a {
	font-weight: bold;
}

.page-title {
	padding-bottom: 25px;
	border-bottom: 1px solid #ebeced;
	margin-bottom: 40px;
}

.page-content h2, .page-content h3, .page-content h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.page-content-row {
	margin-bottom: 100px;
}

.explore-row {
	margin-bottom: 50px;
}

.explore-row .col-sm-5 {
	border-bottom: 2px solid #dbdddf;
	padding-top: 15px;
}

.explore-row h3 {
	font-family: 'BodoniBE-Regular';
	margin-top: 0;
	font-size: 31px;
}

.next-previous {
	padding-top: 25px;
}

/*Directory*/

.click-to-open {
	cursor: pointer;
}

.listings {
	display: none;
}

a:hover .fa {
	text-decoration: underline;
}

.click-to-open .fa {
	-webkit-text-stroke: 2px white !important;
	margin-left: 5px;
}

.click-to-open .fa-minus {
	display: none;
}

/*Sidebar*/

.sidebar {
	padding-top: 35px;
	padding-bottom: 35px;
}

.widget {
	background: #eff2f4 url('img/widget-bottom.jpg') no-repeat bottom;
    padding: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.widget h3 {
	font-family: 'BodoniBE-Regular';
	margin-top: 0;
	font-size: 40.5px;
	line-height: 60.75px;
}

.widget p {
	font-size: 16px;
	line-height: 24px;
}

.widget .section-links {
	margin-bottom: 0;
	list-style-type: none;
    padding-left: 0;
    text-transform: uppercase;
    width: 204px;
    margin-left: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.widget .section-links li {
	border-bottom: 2px solid #e2e5e7;
	padding-bottom: 15px;
}

.widget .section-links li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 5px;
}

.widget .section-links .current_page_item a {
	font-weight: bold;
}

.cta-button-widget, .donate-button-widget {
	margin-top: 40px;
	margin-bottom: 40px;
}

.cta-button-widget a {
    max-width: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Footer*/

.footer {
	background-color: #333e48;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
	text-align: center;
}

.footer h3 {
	color: white;
	margin-bottom: 20px;
}

.footer a {
	color: #0099a8;
	font-weight: bold;
}

.footer-center p:last-child {
	padding-left: 30px;
}

.footer .fa {
	margin-right: 10px;
    text-align: center;
    width: 25px;
}

.footer-center .fa {
	width: 35px;
	text-align: center;
	margin-left: -40px;
	margin-right: 0;
}

.footer-right h3:first-child {
	margin-top: 10px;
	margin-bottom: 27px;
}

.footer .fa-twitter {
	background-color: #00adee;
    border-radius: 50%;
    color: white;
    padding: 12px;
	width: 55px;
	margin-left: 15px;
}

.footer .fa-facebook {
	background-color: #455897;
    border-radius: 50%;
    color: white;
    padding: 12px;
	width: 55px;
}

.footer .fa-facebook-f:before, .fa-facebook:before {
	position: relative;
	left: -1px;
}

.footer a:hover .fa {
	background-color: #c95c26;
}

.footer .bottom-row {
	padding-top: 20px;
}

.footer .bottom-row p {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
}

/* =iframe embed code */
.video-container {
    position: relative;
    padding-bottom: 56.75%;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    margin: 5px 0 20px 20px;
}

.alignleft {
    margin: 5px 20px 20px 0;
}

a img.alignright {
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	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 !important;
	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. */
}

/*Media Query Goodness*/

@media (max-width: 767px) {

	.apply-tile {
		height: auto !important;
	}
}

@media (min-width: 768px) {

	h1 {
		font-size: 60.75px;
		line-height: 91.13px;
	}

	.header {
		padding-bottom: 10px;
	}

	.top-menu .navbar-nav {
		display: block;
		float: none;
    	display: inline-block;
	}
	
	.main-menu {
		background-color: transparent;
	}

	.main-menu .navbar-nav>li>a {
		padding: 15px 8px;
    	font-size: 17px;
    	color: #0099a8;
	}
	
	.main-menu li.quicklinks a.dropdown-toggle, .main-menu li.quicklinks a.dropdown-toggle:before {
		color: #c95c26;	
	}
	
	.main-menu .navbar-nav { 
		text-align: left;	
	}
	
	li.quicklinks {
		display: block;
	}
	
	.menu-item-has-children:hover .dropdown-menu {
		display: block;
		left: 45%;
	    transform: translateX(-45%);
	}
	
	.dropdown-menu {
		padding-top: 0;
		width: auto;
		background-color: #333e48;
		text-align: left;
		padding-bottom: 0;
	}
	
	.dropdown-menu>li>a {
		color: white;
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
		padding: 6px 10px;
		border-bottom: 1px solid #3d4851;
    	margin-left: 10px;
    	margin-right: 10px;
	}
	
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
		background-color: transparent;
	}
	
	.dropdown-menu>li:focus, .dropdown-menu>li:hover, .dropdown-menu>.active {
		background-color: #c95c26;
	}
	
	.dropdown-menu>li:focus a, .dropdown-menu>li:hover a, .dropdown-menu>.active a {
		color: white;
		border-bottom: 1px solid #c95c26; 
	}

	.homepage-news .col-md-5 {
		border-bottom: thin solid #5c656c;
		padding-top: 30px;
	}

}

@media (min-width: 992px) {
	
	.alignleft {
    	float: left;
    }
    
    .alignright {
    	float:right;
    }
    
    a img.alignright {
    	float: right;
	}
	
	a img.alignleft {
	    float: left;
	}
	
	.social-icons {
		display: block;
		float: left;
		padding-top: 13px;
		text-align: right;
	}
	
	.social-icons a {
		margin-right: 15px;
	}
	
	.top-menu .navbar-nav {
		display: block;
		float: left;
	}
	
	.menu-row {
		padding-bottom: 25px;
	}
	
	.main-menu {
		margin-top: 80px;
	}
	
	.main-menu .navbar-nav>li>a {
		padding: 15px 6px;
	}
	
	.homepage-content h1 {
		text-align: left;
	}
	
	.main-content {
		padding-bottom: 30px;
	}
	
	.apply-tile {
		position: relative;
	}
	
	.apply-tile .hp-tiles {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.explore-row h3 {
		font-size: 40.5px;
		line-height: 60.75px;
	}
	
	.explore-row .col-sm-5 {
		padding-top: 28px;
	}
	
	.footer {
		text-align: left;
	}

}

@media (min-width: 1200px) {
	
	.main-menu .navbar-nav>li>a {
		padding: 15px;
    	font-size: 18px;
	}
	
	.main-content {
		padding-left: 60.75px;
		padding-right: 60.75px;
	}
	
	.hp-tiles {
		width: 340px;
	}
	
}