/*
Theme Name: POCS
Theme URI: http://pacificoakschildrensschool.org/
Author: Nickie B
Author URI: http://www.nickiebdesign.com/
Description: Custom theme for Pacific Oaks Children's School, based on the Underscores.me theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pocs
Tags:

POCS is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html { font-family: "museo-sans", "Avenir", sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { display: block; }

audio,
canvas,
progress,
video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden],
template { display: none; }

a { background-color: transparent; }

a:active,
a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b,
strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 42px; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code,
kbd,
pre,
samp { font-family: monospace, monospace; font-size: 1em; }

button,
input,
optgroup,
select,
textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button,
select { text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled],
html input[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td,
th { padding: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input, 
select,
textarea { color: #666; font-size: 1.2rem; font-size: 18px; line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 { clear: both;  font-family: "museo-slab", "Rockwell", serif; }

h1 {font-size: 42px; font-size: 2.33em; font-weight: 300; margin: 0.67em 0 0; color: #4aaa42; line-height: 1.3em;}

body.home h1.entry-title {display: none; visibility: hidden;}
body.home .entry-content {width: 90%; margin-left: auto; margin-right: auto; font-size: 120%; line-height: 1.6em;}
body.home .entry-content h1 {font-size: 42px;}


h2, h3 {margin-bottom: .4em;}

p { margin: 0.6em 0 1.2em; }

dfn,
cite,
em,
i { font-style: italic; }

blockquote { margin: 0 1.5em; }


article blockquote {
	background: rgba(249,249,249,0.4);
	border-left: 4px solid #ccc;
	padding: 1em 1.6em;
	margin-left: 2.6em;
	font-size: 120%;
	}


blockquote p {
  display: inline;
}

address { margin: 0 0 1.5em; }

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code,
kbd,
tt,
var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }

abbr,
acronym { border-bottom: 1px dotted #666; cursor: help; }

mark,
ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

*,
*:before,
*:after { box-sizing: inherit; /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ }

body { background: url(images/symphony.png) repeat; }
/*
blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; }

blockquote,
q { quotes: "" ""; }
*/
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

ul,
ol { margin: 0 0 1.5em 1.0em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li {margin: 0.2em 0;}

li > ul,
li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img {height: auto; max-width: 100%; /* scale images correctly. Adhere to container width.*/
}

table { margin: 0 0 1.5em; width: 100%; }

article img {box-shadow: 0 2px 5px rgba(204, 204, 204, 0.4); }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, .8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { border-color: #ccc #bbb #aaa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus { color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"] { padding: 3px; }

textarea { padding-left: 3px; width: 100%; }

.wpcf7 {background: rgba(255,255,255,0.7); border-radius: 15px; }
.wpcf7 form { padding: 15px;}
.wpcf7 form label { min-width: 200px; width: 30%; display: inline-block;}

button.menu-toggle, .menu-toggle,
.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"] 
{
  background: #e87511;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 1px 1px 3px #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold; 
  text-transform: uppercase;
  padding: 8px 15px;
  text-decoration: none;
  border: 1px solid; border-color: #febf88 #e85e0b #e85509; 
  box-shadow: inset 0 1px 0 rgba(255, 217, 134, 0.6), inset 0 15px 17px rgba(255, 217, 134, 0.25), inset 0 -5px 12px rgba(223, 76, 0, 0.9);
}

.wpcf7 button:hover, .wpcf7 input[type="button"]:hover, .wpcf7 input[type="reset"]:hover, .wpcf7 input[type="submit"]:hover, 
.wpcf7 button:focus, .wpcf7 input[type="button"]:focus, .wpcf7 input[type="reset"]:focus, .wpcf7 input[type="submit"]:focus, 
.wpcf7 input[type="submit"]:focus, .wpcf7 button:active, .wpcf7 input[type="button"]:active, .wpcf7 input[type="reset"]:active, .wpcf7 input[type="submit"]:active {
  background: #fe6a1d;
  background-image: -webkit-linear-gradient(top #e87511, #fe6a1d);
  background-image: -moz-linear-gradient(top #e87511, #fe6a1d);
  background-image: -ms-linear-gradient(top #e87511, #fe6a1d);
  background-image: -o-linear-gradient(top #e87511, #fe6a1d);
  background-image: linear-gradient(to bottom #e87511, #fe6a1d);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(174, 59, 0, 0.6), inset 0 15px 17px rgba(174, 59, 0, 0.25), inset 0 -5px 12px rgba(174, 59, 0, 0.9);

}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, a:visited { color: #f58025; text-decoration: none; }

a:hover,
a:focus,
a:active { color: #88ce1b; }

a:focus { outline: thin dotted; }

a:hover,
a:active { outline: 0; }


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

#site-navigation {margin: 15px 0 0; padding: 5px 0 0; border-top: 1px solid #ddd; font-family: "museo-slab", "Rockwell", serif; font-weight: 300;}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation { clear: both; display: block; float: left; width: 100%;}

.main-navigation ul { list-style: none; margin: 0; padding-left: 0; }

.main-navigation li { float: left; position: relative; padding: 0 28px 0; margin: 0;}
.main-navigation li:first-child { padding-left: 0; }
.main-navigation li:last-child { padding-right: 0;}
/*
.main-navigation ul ul li:first-child, .main-navigation ul ul li:last-child { padding: 4px; }
*/
.main-navigation a { display: block; text-decoration: none; color: #888; }
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.main-navigation li.current-menu-item a { color: #88ce1b; }
/*
.main-navigation ul ul { background: #88ce1b; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; left: -999em; z-index: 99999; font-size: 14px; min-width: 140px; width: auto;}
*/

.main-navigation ul a {padding-bottom: 15px;}
.main-navigation ul ul a {padding: 2px 0;}

.main-navigation ul ul { position:relative; }

.main-navigation ul ul:before { content:"\25B2"; position: absolute; top: -18px; left: 10px; display: block; font-size: 19px; height: 18px; color: #88ce1b; }

.main-navigation ul ul ul:before { content: none; }

.main-navigation ul li ul {background: #88ce1b; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); position: absolute; z-index: 99999; font-size: 16px; font-weight: bold; min-width: 140px; width: auto; display: none;}

.main-navigation ul li:hover ul { display: block;}

.main-navigation ul ul ul { left: -999em; top: 0; }

.main-navigation ul ul a, .main-navigation ul li.current-menu-item ul a,
.main-navigation ul ul li.current-menu-item a { color: #fff; }

.main-navigation ul ul li { display: block; width: 100%; padding: 4px; border-bottom: 1px solid #fff;}
.main-navigation ul ul li:first-child, .main-navigation ul ul li:last-child { padding: 4px; }

.main-navigation ul ul li:last-child { border-bottom: none;}

.main-navigation li:hover > a { }
.main-navigation ul ul li:hover,
.main-navigation ul ul li:focus, 
.main-navigation ul ul li:active,
.main-navigation ul.sub-menu li.current-menu-item {background: #f58025;}

.main-navigation ul ul :hover > a { color: #fff; }

.main-navigation ul ul a:hover { }

.main-navigation ul li:hover > ul { left: auto; }

.main-navigation ul ul li:hover > ul { left: 100%; }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a { }

ul.sub-menu {font-family: 'museo-sans', "Avenir", sans-serif; top: 38px;}
ul.sub-menu a, ul.sub-menu a:focus, ul.sub-menu a:active {color: #fff;}

.main-navigation ul.sub-menu {font-size: 14px; line-height:normal;}


/* Small menu. */
.menu-toggle { display: none; }

@media screen and (max-width: 600px) { .menu-toggle,
	.menu-toggle, .main-navigation.toggled .nav-menu { display: block; margin: 0 auto 5px;}

	.main-navigation ul { display: none; }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous { float: left; width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next { float: right; text-align: right; width: 50%; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.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. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear {clear: both;}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after { content: ""; display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after { clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select { max-width: 100%; }

/* Search widget. */
.widget_search .search-submit { display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.width1000 { margin: 0 auto; width: 100%; max-width: 1000px; }

.fullwidth {width: 100%;}

#primary {width: 69%; float: left; }
#secondary {padding: 10px; margin-top: 80px; width: 29%; float: right;}

#primary.fullwidth {width: 100%; float: none; }


.breadcrumbs {padding: 3px 10px; margin: 0 0 20px; }
.breadcrumbs {font-size: 14px; background: #eaeaea; color: #777;}
.breadcrumbs a {color: #999;}

.breadcrumbs a:hover {border-bottom: 1px dotted #aaa; }

body.home .breadcrumbs {display: none; visibility: hidden;}

.featuredimage img, img.fancy {display: block; -webkit-box-shadow: 0 0 4px 1px #ccc; box-shadow: 0 0 4px 1px #ccc; -webkit-border-radius: 25px 0 25px 0;
border-radius: 25px 0 25px 0; border: 6px solid #fff !important;}

#primary.fullwidth .featuredimage img {margin: 0 auto; text-align: center;}


/*---------------------------------------------
 HOME
-----------------------------------------------*/

body.home .featuredimage {display: none; visibility:hidden;}
.royal-slider {display: block; width: 100%; padding: 40px; background: url(images/new-symphony.png) repeat;}

.royalSlider, .rsOverflow {-webkit-border-radius: 25px 0; border-radius: 25px 0;}


.royalSlider {-webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,.4) !important; box-shadow: 0 0 8px 4px rgba(0,0,0,.4) !important;}

.rsNav.rsBullets {box-sizing: content-box;}

.rsBullet {cursor: pointer;}
.rsUni .rsBullet {width: 12px !important;}
.rsUni .rsBullet span {height: 12px !important; width: 12px !important;  -webkit-box-shadow:inset -1px 1px 1px 1px rgba(0,0,0,.4);
box-shadow:inset -1px 1px 1px 1px rgba(0,0,0,.4);}
.rsUni .rsBullet.rsNavSelected span {background: #ff9710 !important; -webkit-box-shadow: none; box-shadow: none;}

.slidetitle {position: absolute; bottom: 0; width: 100%; display: block; padding: 0 20px; background: rgba(0,0,0,.4); text-align: center; font-family: 'museo-sans', sans-serif; font-weight: 100; font-size: 60px; text-shadow: 1px 1px 2px #000; text-shadow: 0 0 4px #000; z-index: 999;}

a.rsLink {text-indent: -9999px;}

/** Join our Community **/

.firststeps {padding: 20px 0; background: #e9ffbf url(images/hold-hands-bg.png) repeat -100px top; -webkit-box-shadow:inset 0 5px 4px 0 #ccc; box-shadow:inset 0 5px 4px 0 rgba(204,204,204,0.60); }

.firststeps .left {width: 65%; float: left; padding-left: 95px; }
.firststeps .right {width: 35%; float: left; }

.circle {width: 200px; height: 200px; margin: 0 auto; padding: 20px; border: 8px solid #00b8b8; border-radius: 50%; background: #fff; text-align: center;}
.circle h3 {border-bottom: 1px solid #ccc; margin-bottom: 15px; font-size: 24px;}
.circle ul {padding: 0; margin: 0; text-transform: uppercase; list-style:none; font-size: 14px; line-height: 28px; font-weight: bold;}
.circle a:hover {color: #00b8b8;}

.arrowh3 {color: #00b8b8; font-size: 31px; font-weight: bold; margin-bottom: 0; position: relative;} 
.arrowh3:before {content:"\25B6"; position: absolute; left: -45px;} 

.firststeps .left p {font-size: 21px; margin: 0 0 24px;}

.firststeps .btn {font-size: 21px !important; margin-right: 25px;}
  
/** QUOTE **/  
  
.quotebox {color: #fff; padding: 20px 0; background: url(images/feather-green-bg.jpg) repeat; -webkit-box-shadow:inset 0 5px 4px 0 rgba(0,0,0,0.30); box-shadow:inset 0 5px 4px 0 rgba(0,0,0,0.30); text-align:center; font-style: italic;}
 
.quotebox blockquote {position: relative; padding: 20px 0; text-align: center; font-size: 28px; quotes: "\201C""\201D"; text-indent: none !important; }
.quotebox .quoteauthor {font-size: 18px; font-style: italic; margin-top: 0;}


.quote {position: relative; padding: 0 60px;}

.openquote, .closequote {letter-spacing: -4em; font-style: italic; font-family: Helvetica,serif; font-size: 6em; font-weight: normal; color: #abdd5f; line-height:normal; width: 70px; text-indent: -90px; max-height: 55px; }

div.openquote {position: absolute; top: -20px; left: -5px; }

div.closequote {position: absolute;   bottom: -20px;  right: -5px; }

/*
div.openquote {width: 70px; text-indent: -80px; top: -20px; left: 0; }

div.closequote {width: 70px; text-indent: -80px; bottom: -20px; right: 0;}
*/

/*--------------------------------------------------------------
--- SECONDARY SIDEBAR 
--------------------------------------------------------------*/

#secondary h3 {font-size: 20px; margin: 0; padding: 0 0 10px 20px; border-bottom: 1px solid #cccccc; position: relative;}
#secondary h3:before { content:"\25B6"; position: absolute; left: 0; }

#secondary .asidewrap {padding: 15px; margin-bottom: 15px; background: rgba(234,234,234,0.5); border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; -webkit-box-shadow:inset 0 0 1px 1px #ffffff; box-shadow:inset 0 0 1px 1px #ffffff;}

.page-id-224 .asidewrap.subnav,
.page-id-230 .asidewrap.subnav {display: none;}

#secondary aside { }


#secondary h3.parentpage:before { content: none; }

#secondary h3.parentpage li:before { content:"\25B6"; position: absolute; left: 0;color: #666;}
#secondary h3.parentpage li:hover:before, 
#secondary h3.parentpage li.current_page_item:before { color: #88ce1b;}

ul.subpagelist, 
#secondary ul.menu {position: relative;}

ul.subpagelist li, 
#secondary ul.menu li {padding-left: 15px; margin: 3px 0;}

ul.subpagelist li:before, 
#secondary ul.menu li:before {content: "\25B8"; position: absolute; left: 0; padding-right: 5px;}

ul.subpagelist li.current_page_item:before {color: #88ce1b;}

#secondary aside ul {padding: 15px 0 0; margin: 0 0 10px; border-top: 1px solid #fff;}
#secondary aside li {list-style: none;}

h3.parentpage a {color: #666;}
h3.parentpage a:hover, 
h3.parentpage a:focus,
h3.parentpage a:active {color: #88ce1b;}

ul.subpagelist {font-size: 14px; text-transform: uppercase; font-weight: 600;}
ul.subpagelist a {color: #999;}

h3.parentpage li.current_page_item a, 
ul.subpagelist li.current_page_item a,
ul.subpagelist a:hover, 
ul.subpagelist a:focus,
ul.subpagelist a:active {color: #88ce1b;}

#secondary ul.menu, ul.subpagelist {font-size: 14px; text-transform: uppercase;  font-weight: 600;}
#secondary ul.menu li {}

#secondary .asidewrap.community {background: rgba(185,239,234,1.0); border-top: 1px solid #86e0d7; border-bottom: 1px solid #86e0d7; -webkit-box-shadow:inset 0 0 1px 1px #ffffff; box-shadow:inset 0 0 1px 1px #ffffff;}

.page-id-161 .asidewrap.community, .page-id-9 .asidewrap.community {display: none; visibility: hidden}

.community h3 {border-bottom: 0 !important;}
.community h3:before {color: #00b8b8}
.community p {font-size: 14px; margin: 0 0 10px;}

.btn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 1px 1px 2px #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold; 
  text-transform: uppercase;
  padding: 8px 15px;
  text-decoration: none;
	
}

.btn:hover { text-decoration: none; color: #fff; }

.btn.blue {
  background: #00b8b8;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 1px 1px 3px #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold; 
  text-transform: uppercase;
  padding: 8px 15px;
  text-decoration: none;
  border: 1px solid; border-color: #79e1e1 #009d9d #009292; 
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 15px 17px rgba(255, 255, 255, 0.25), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}

.btn.blue:hover {
  background: #00a3a3;
  background-image: -webkit-linear-gradient(top #00b8b8, #00a3a3);
  background-image: -moz-linear-gradient(top #00b8b8, #00a3a3);
  background-image: -ms-linear-gradient(top #00b8b8, #00a3a3);
  background-image: -o-linear-gradient(top #00b8b8, #00a3a3);
  background-image: linear-gradient(to bottom #00b8b8, #00a3a3);
  text-decoration: none;

}


.btn.orange {
  background: #e87511;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 1px 1px 3px #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold; 
  text-transform: uppercase;
  padding: 8px 15px;
  text-decoration: none;
  border: 1px solid; border-color: #febf88 #e85e0b #e85509; 
  
  box-shadow: inset 0 1px 0 rgba(255, 217, 134, 0.6), inset 0 15px 17px rgba(255, 217, 134, 0.25), inset 0 -5px 12px rgba(223, 76, 0, 0.9);
}

.btn.orange:hover {
  background: #fe6a1d;
  background-image: -webkit-linear-gradient(top #e87511, #fe6a1d);
  background-image: -moz-linear-gradient(top #e87511, #fe6a1d);
  background-image: -ms-linear-gradient(top #e87511, #fe6a1d);
  background-image: -o-linear-gradient(top #e87511, #fe6a1d);
  background-image: linear-gradient(to bottom #e87511, #fe6a1d);
  text-decoration: none;
  

}

.community .btn.blue {float: left;}
.community .btn.orange {float: right;}

aside.giving h3 {border-bottom: 0 !important;}

aside.giving p {font-size: 14px; margin: 0; padding-top: 0;}
aside.giving h4 {margin: 10px 0;}
aside.giving ul {font-size: 12px; font-weight: bold; text-transform: uppercase; padding-left: 35px !important; border-top: 0 !important; padding-top: 0 !important;}
.giving ul li {list-style: disc !important;}

hr.greyhr {background: #cccccc; margin: 20px 0; padding: 0; border-bottom: 1px solid #fff;}

/*--------------------------------------------------------------
--- HEADER
--------------------------------------------------------------*/
#page {border-top: 8px solid #4aaa42; border-bottom: 8px solid #4aaa42; }

#masthead {padding: 20px 0 0; width: 100%; background: #fff; -webkit-box-shadow: 0 3px 4px 3px #cccccc; box-shadow: 0 3px 4px 3px #cccccc;}

.site-branding {width: auto; float: left; }
.site-title {}
.header-widgets { float: right; width: 255px; }
.header-widgets aside { clear: both;}

.header-widgets .widget {margin-bottom: 10px;}

.header-widgets ul.menu { padding: 0; margin: 0 0 20px; float: right; font-size: 12px; color: #777; list-style-type: none; line-height: normal; }
.header-widgets ul.menu li {margin: 0px; padding: 0 5px; float: left;  border-right: 1px solid #777;}
.header-widgets ul.menu li:last-child {border-right: none;}
.header-widgets ul.menu li a {color: #777; }
.header-widgets ul.menu li a:hover,
.header-widgets ul.menu li a:focus,
.header-widgets ul.menu li a:active {color: #88ce1b;}


.header-widgets input.search-field {float: left; width: auto; margin: 0 0 10px; padding: 0 3px; font-size: 14px; height: 27px; border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; width: 210px;}
.header-widgets input.search-submit {height: 28px; width: 29px; float: left; display: inline-block; text-indent: -9999px; background: url(images/search-ico.png) no-repeat;}

a.tourbtn {position: relative; background: #c3f775; color: #777; padding-left: 35px; display: inline-block; padding-right: 10px; font-size: 12px; line-height: 27px; text-transform: uppercase; width: auto;}
a.tourbtn:hover {background: #f58025; color: #fff;}
a.tourbtn:before {content:"\25B6"; position: absolute; left: 0; color: #fff; background: #abdd5f; margin-right: 15px; font-size: 18px; padding: 2px 5px; height: 27px;}


#menu-request-info {float: left; margin-bottom: 5px;}

/*--------------------------------------------------------------
--- FOOTER
--------------------------------------------------------------*/

.colophontop {position: relative; top: -22px;width: 100%; height: 22px; background: url(images/footer-scallop.png) repeat-x;}
#colophon {width: 100%; background: #fff; font-size: 16px; position: relative;}
#colophon .width1000 {padding: 25px 0 45px; overflow: auto; background: url(images/footer-logo.png) no-repeat 50% bottom; }

.site-info {width: 45%; float: left; }
.footernav {width: 45%; float: right;}
.footernav span {width: auto; float: right;}

.fb {display: inline-block;}
.fb img {vertical-align:middle}

.footernav a {color: #666;}
.footernav a:hover {color: #88ce1b;}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.byline,
.updated:not(.published) { display: none; }

.single .byline,
.group-blog .byline { display: inline; }

.page-content,
.entry-content,
.entry-summary { margin: .2em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title { display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object { max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; }

.wp-caption-text { text-align: center; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; margin: 10px;}

.gallery figure {margin: 0;}

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33% !important; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }



@media screen and (max-width: 999px) { 
	#menu-primary-menu {width: 98%; margin: 0 auto;}
	.main-navigation li {padding: 0 16px; }
	.width1000 {width: 98%;}

	}
	
@media screen and (max-width: 860px) { 
	.main-navigation li {padding: 0 15px; font-size: 16px;}
	.main-navigation ul.sub-menu li {font-size: 12px !important;}
	.main-navigation ul ul:before {height: 10px; top: -16px;}
	.main-navigation ul.sub-menu {top: 35px;}
	}
	
@media screen and (max-width: 840px) { 
	body {font-size: 99%;}
	body.home .entry-content h1 {font-size: 30px;}
	.slidetitle {font-size: 40px;}
	.main-navigation li {padding: 0 10px; }
	
	

	}	
	
@media screen and (max-width: 800px) { 
	.main-navigation li {font-size: 14px;}
	.sub-menu {}
	#colophon {font-size: 14px;}
	#secondary .asidewrap {padding: 10px;}
	#secondary h3 {font-size: 18px; line-height: normal;}
	.royal-slider {padding: 20px 20px 40px;}
	}	
	
@media screen and (max-width: 680px) { 
	#primary, #secondary {width: 95%; float: none; margin: 0 auto;}
	#secondary {}
	.main-navigation li {padding: 0 5px;}
	.arrowh3 {font-size: 24px;}
	.btn.blue, .firststeps .btn {font-size: 14px !important;}
	.royal-slider {padding: 10px 10px 30px;}
	
	article blockquote { border-left: 3px solid #ccc; font-size: 110%; margin-left: 1.2em; padding: 0.6em 0.8em;}
	
	.firststeps .left {padding-left: 40px; width: 58%;}
	.arrowh3:before {    left: -30px; }
	
	.firststeps .right {min-width: 175px; width: 42%;}
	.circle {border: 8px solid #00b8b8; width: 175px; height: 175px; padding: 15px 5px;}
	.circle h3 {font-size: 18px; margin-bottom: 10px;}
	}	
	
@media screen and (max-width: 600px) { 
	.site-branding, .header-widgets {float: none; display: block; text-align: center;}
	.header-widgets {margin: 10px auto;}
	#menu-parents-alumni, #menu-request-info {width: 100%; text-align: center; margin-bottom: 10px;}
	#menu-parents-alumni li, #menu-request-info li {display: inline; float: none;}
	#menu-parents-alumni {margin-top: 10px;}
	
	.slidetitle {font-size: 28px; }
	.quotebox blockquote:before, .quotebox blockquote:after, .openquote, .closequote {font-size: 4em;}
	.quotebox blockquote {font-size: 21px;}
	.quotebox .quoteauthor {font-size: 16px;}

	.royal-slider {padding: 10px 0 25px; border-radius: 0;}
	.rsOverflow {border-radius: 0;}
	.royal-slider .width1000 {width: 100%;}
	
	.arrowh3 {line-height: normal; font-size: 22px;}
	.firststeps .left p {font-size: 18px;}
	.site-info, .footernav {margin: 0 auto; float: none; display: block; text-align: center;}
	.footernav {overflow: auto; padding-bottom: 40px;}
	}	
	
@media screen and (max-width: 480px) { 
	.firststeps .left, .firststeps .right {display: block; float: none; width: 100%; text-align: center;}
	.firststeps .right {margin-top: 25px;}
	input[type="text"], 
	input[type="email"], 
	input[type="url"], 
	input[type="password"], 
	input[type="tel"], 
	input[type="search"] { width: 80%;	}

.toggled ul#menu-primary-menu li, .main-navigation li {float: none !important; display: block !important;}
	.toggled ul#menu-primary-menu .main-navigation li:first-child, .main-navigation li:first-child {padding-left: 5px !important;}
	
	.main-navigation.toggled  ul ul::before {}
	.main-navigation.toggled  ul ul {position: relative; display: block; clear: both; }
	.main-navigation.toggled  ul ul::before {top: 0; position: relative; content: ""; height: 0; background: none; }
	.main-navigation.toggled  ul li ul {display: block !important; position: relative !important;}
	.main-navigation.toggled ul.sub-menu,  .main-navigation.toggled ul li ul {display: block !important; position: relative !important; }	
	.main-navigation.toggled ul li ul {top: 0; }	
	.main-navigation.toggled ul.sub-menu { position: relative; top: 0 !important;}
	.main-navigation.toggled ul.sub-menu ul { display: none; background: #ccc;}

	.main-navigation.toggled ul ul ul {left: 0 !important;}
	.main-navigation.toggled ul ul li:hover > ul {left: 0 !important; }

}