/*
Theme Name: Seja Design Framework V2.12
Description: Customise styles - This is where you style your theme. 
This style sheet should load last (although some plugins may load later), so anything 
written here should be final, without the need for the !important call. 
*/

body {	
	background:url(../images/sa-background-inverted.png) #fcfcfc no-repeat 0 0;
	background-size:100%;
	font-size:16px;
	/* set a background colour here if required */
}

/* =Fonts
-------------------------------------------------------------- */

/* header fonts */
h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
	font-family: 'Open Sans', sans-serif;
}
/*content fonts */
p,
ol,
ul,
dd,
pre,
td,
input,
textarea,
address,
form,
#copyright-wrapper,
.testimonials-widget  {
	font-family: 'Open Sans', sans-serif;
}

pre,
#respond .form-allowed-tags
{
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code,
kbd {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Default Font Colours
-------------------------------------------------------------- */

/*main highlight colours */
h1,
h2,
h3,
h4,
h5,
h6,
legend,
th,
address,
.entry-title,
.entry-title a:link,
.entry-title a:visited,
h3#comments-title,
h3#reply-title,
.widget-title,
#wp-calendar caption {
	color:#ed1b24;
}
/* highlight colours */
.highlight {
	color:#2d3796;
}
/* default link colours  */
a:link {
	color: #0081cc;
}
a:visited {
	color: #0081cc;
}
/*menu colours */

#seja-framework-menu a {
	color:#fff;
}
#seja-framework-menu ul a {
	color:#555;
}
#seja-framework-menu li:hover > a {
	color: #fff78f;
}
#seja-framework-menu ul :hover > a {
	color:#3b86b0;
}

/*default colour */
p,
ol,
ul,
dd,
pre,
td,
.comment-body p,
.custom-block {
	color:#444;
}
#footer-widget-area p,
#footer-widget-area ol,
#footer-widget-area ul,
#footer-widget-area dd,
#footer-widget-area pre,
#footer-widget-area td,
#footer-widget-area a:link,
#footer-widget-area a:visited {
	color:#fff;
}
/*
/* light colour */
#footer-widget-area .widget-title,
#footer-widget-area a:active,
#footer-widget-area a:hover,
.entry-meta,
.entry-meta a:link,
.entry-meta a:visited,
.entry-utility,
.entry-utility a:link,
.entry-utility a:visited,
.navigation a:link,
.navigation a:visited,
p.logged-in-as,
p.logged-in-as a:link,
p.logged-in-as a:visited,
p.form-allowed-tags,
p.comment-meta,
.comment-meta a:link,
.comment-meta a:visited {
	color:#999;
}

/* dark colour */
input,
textarea,
.category-title {
	color:#900;
}

/* link hover colours */

a:active,
a:hover,
.entry-title a:active,
.entry-title a:hover,
.entry-meta a:active,
.entry-meta a:hover,
.entry-utility a:active,
.entry-utility a:hover,
.navigation a:active,
.navigation a:hover,
#comments .comment-meta a:active,
#comments .comment-meta a:hover,
p.logged-in-as a:active,
p.logged-in-as a:hover,
.site-info a:active,
.site-info a:hover,
.copyright a:active,
.copyright a:hover {
	color: #0052cc;
}

/* background colours 
-------------------------------------------------------------- */

#header-shell {
	background: rgb(45,86,153);
	background: -moz-linear-gradient(top,  rgba(45,86,153,1) 0%, rgba(66,122,201,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(45,86,153,1) 0%,rgba(66,122,201,1) 100%);
	background: linear-gradient(to bottom,  rgba(45,86,153,1) 0%,rgba(66,122,201,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5699', endColorstr='#427ac9',GradientType=0 );
	border-bottom:1px solid #ccc;
}
#header {}
#top-content-block {
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:1;
	float:none;
}
@media (max-width:1200px) {
	#top-content-block {
		width:100%;
	}
}
#content-shell {}
#alt-content-block {}
#content {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#footer-content-block {
	background:#f1f1f1;
	padding:20px 20px 50px;
}
#footer {
	background:#333;
}
#colophon {

}
/* header 
-------------------------------------------------------------- */ 
.header-contact{
	font-size:0.75rem;
	height:20px;
	width:100%;
	padding:5px 0;
	background:#f1f1f1;
	border-bottom:1px solid #aaa;
}
#header-contact {
	position:relative;
}
.header-telephone,
.header-email {
	display:inline;
	padding:4px 20px 4px 0;
}
.header-social {
	position:absolute;
	top:0;
	right:0;
}
.header-telephone a i.fa,
.header-email a i.fa,
.header-social a i.fa {
	color:#2d3796;
	padding-right:5px;
}
.header-telephone a,
.header-email a,
.header-social a {
	color: #666;
}
#header #searchform {
	position:relative;
	top:100px;
	float:right;
	width:260px;
}
#header #searchform label {
	display:none;
}
.no-bullet {} /* remove the bullet - this needs to move to a different location */
.header-contact h3.widget-title {}

/* parallex 
-------------------------------------------------------------- */ 

.site-header {
    background-color: #fafafa;
    position: relative;
}
body.has-header-image .custom-header-media {
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
}
body.has-header-image.admin-bar  .custom-header-media {
    height: calc(100vh - 32px);
}
.has-header-image .custom-header-media {
    height: 0;
    position: relative;
}
.custom-header-media::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.has-header-image .custom-header-media::before {
    height: 33%;
}
.has-header-image .custom-header-media img, 
.has-header-video .custom-header-media video, 
.has-header-video .custom-header-media iframe {
    height: 100%;
    left: 0;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100vw;
    padding-bottom: 1px;
    position: fixed;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    width:  100%;
	object-fit: cover;transform: none;
}
.top-nav-bar,
.scroll-nav-bar {
	top:0;
	display:block;
	height:80px;
	padding-top:0;
	position:fixed;
	width:100%;
	vertical-align:top;
	z-index:5;
}
.top-nav-bar {
	background:rgba(18,41,108,0.5);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}
.scroll-nav-bar {
	background:rgba(18,41,108,1);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}
.admin-bar .top-nav-bar {
	top:32px;
}
.site-branding {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    padding-top: 0;
    position: absolute;
    width: 100%;
	vertical-align: bottom;
	z-index:3;
}
.site-branding a {
    text-decoration: none;
    transition: opacity 0.2s ease 0s;
	transition: margin-bottom 0.2s ease 0s;
    z-index: 3;
}
.site-branding a:hover,
.site-branding a:focus {
	opacity:0.7;
}
#header-shell .wrap {
    position: relative;
}
.wrap {
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
	margin-left: auto;
    margin-right: auto;
}
.wrap::after {
    clear: both;
    content: "";
    display: block;
}
.site-branding-text {
    display: inline-block;
    vertical-align: middle;
}
.site-title {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
}
.site-title a {
    color: #ffffff;
	opacity: 1;
}
.site-description {
    font-size: 1rem;
}
body.has-header-image .site-description, 
body.has-header-video .site-description {
    color: #ffffff;
    opacity: 0.8;
}
.site-header .menu-scroll-down .icon {
    transform: rotate(90deg);
}
.menu-scroll-down .icon {
    height: 18px;
    width: 18px;
}
svg:not(:root) {
    overflow: hidden;
}

/* parallax - other elements */

.has-header-image .site-logo {
	float:left;
	width:250px;
	position:relative;
	top:0;
	padding:0 0 0 50px;
}
.has-header-image #navigation{
	width:900px;  /* let's make this dynamic, based on the logo image width */
	position:relative;
	clear:none;
	margin-top:20px;
}
.has-header-image #content-shell {
	position:relative;
	background:#fff;
}
.seja-parallax-scroll-icon {
	fill:#e6e7e8; 
	fill-rule:evenodd;
	clip-rule:evenodd;
}

/* Navigation 
-------------------------------------------------------------- */

#navigation {
	position:relative;
	z-index:10;
}


.header-menu {
	width:100%; 
	/* add float right if you want a right justified menu (NOTE: Right float menu is not suitable if you're going to add drop down elements (especially if they are at the right hand side) */
}
#navigation #seja-framework-menu {
}
#navigation #seja-framework-menu li {
}
#navigation #seja-framework-menu a {
	text-transform: uppercase;
	font-size:0.8rem;
	font-weight:600;
}
#navigation #seja-framework-menu ul {
	top: 43px; /* change this to adjust the drop-down's position */
	background: #fff;
}
#navigation #seja-framework-menu ul {
}
#navigation #seja-framework-menu ul ul {
}
#navigation #seja-framework-menu ul li {
}
#navigation #seja-framework-menu ul a:hover {
	background-color: #f1f1f1;
}
#navigation #seja-framework-menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
/* navigation arrow colours */
/*
#navigation #seja-framework-menu ul li:first-child > a::after {
	border-bottom-color: ADD YOUR DOWN ARROW COLOUR HERE
}
#navigation #seja-framework-menu ul li:first-child > a:hover::after {
	border-bottom-color: ADD YOUR DOWN ARROW HOVER COLOUR HERE
}
#navigation #seja-framework-menu ul ul li:first-child a:after{
	border-right-color: ADD YOUR LEFT ARROW COLOUR HERE
}
#navigation #seja-framework-menu ul ul li:first-child a:hover:after {
	border-right-color: ADD YOUR LEFT ARROW HOVER COLOUR HERE
}
*/
/*responsive menu */
#navigation nav select {
	border: 1px solid #000;
	background:url(../images/bar.svg) #f1f1f1 no-repeat 8px 16px;
	color:#333;
}
#navigation nav select option::before,
#sidebar-navigation nav select option::before {
	font-family:'FontAwesome';
	font-size:0.4em;
	content: "\f1db";
	padding-right:12px;
	position:relative;
	top:-5px;
}
/* NOTE: to set colour of the navbar icon you will need to edit the bar.svg file in the images folder (or use bar-light.svg on dark themes) */

/* form elements 
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="file"],
input[type="url"],
select,
textarea { 
	background: #f1f1f1;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}
input[type="submit"],
a.button{
	border: 1px solid #114c7f;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
input[type="submit"],a.button,
.woocommerce #content input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt	{
	background:#114c7f;
}
input[type="submit"]:hover,a.button:hover,
.woocommerce #content input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover {
	background:#0d3d63;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
	background:#bdb7b8;
}
/* widget search submit button */
.widget_search input#searchsubmit {
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius:    0 15px 15px 0;
	border-radius:         0 15px 15px 0;
}
.ui-datepicker .ui-widget-header { /* add a background here if you're using the cf7 datepicker (jquery ui) */ }
#searchsubmit{
	min-width:25px;
	background:url(../images/search.svg)#0d3d63 no-repeat center;
}
/* WooCommerce - DELETE THIS SECTION IF NOT USING
-------------------------------------------------------------- */
/* pricing colour here */
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#8fae1b;}
/* GREEN colour here */
.woocommerce-message::before {
	color: #8fae1b;}
.woocommerce-message {
    border-top-color: #8fae1b;
}
/* RED colour here */
.woocommerce a.remove {
	color:#f00 !important;
}
.woocommerce a.remove:hover {
    background: #ff0000;
}
#top-content-block p {
	margin-bottom:0;
}
.homepage-leadin {
	background: rgb(170,20,20);
	background: -moz-linear-gradient(top,  rgba(170,20,20,1) 0%, rgba(237,27,36,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(170,20,20,1) 0%,rgba(237,27,36,1) 100%);
	background: linear-gradient(to bottom,  rgba(170,20,20,1) 0%,rgba(237,27,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1414', endColorstr='#ed1b24',GradientType=0 );
}
.homepage-leadin h1 {
	color:#fff;
	text-align:center;
	font-weight:300;
	padding:3px 10px 0;
	margin-bottom:0;
}
@media (max-width:600px) {
	.homepage-leadin h1 {
		font-size:1.5rem;
	}
}
@media (max-width:455px) {
	.homepage-leadin h1 {
		font-size:1.2rem;
	}
}
.bx-wrapper {
	background:#f1f1f1 !important;
	webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
	padding:20px 10px 50px;
}
.testimonials-widget.list {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:20px;
	margin-bottom:20px;
}
.credit {
	color:#000;
	font-weight:600;
	font-size:0.8rem;
}
.school-program,
.holiday-program,
.booking-cta {
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
	height:120px;
}
.school-program,
.holiday-program {
	background: rgb(64,135,63);
	background: -moz-linear-gradient(top,  rgba(64,135,63,1) 0%, rgba(116,186,68,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(64,135,63,1) 0%,rgba(116,186,68,1) 100%);
	background: linear-gradient(to bottom,  rgba(64,135,63,1) 0%,rgba(116,186,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40873f', endColorstr='#74ba44',GradientType=0 );
	margin-right:2%;
}
.booking-cta {
	background: rgb(237,27,36);
	background: -moz-linear-gradient(top,  rgba(237,27,36,1) 0%, rgba(170,20,20,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(237,27,36,1) 0%,rgba(170,20,20,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,27,36,1) 0%,rgba(170,20,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#aa1414',GradientType=0 );
}
.school-program p,
.holiday-program p,
.booking-cta a {
	color:#fff;
	font-weight:600;
	text-align:center;
}
.booking-cta a {
	text-decoration:none;
}
.custom-block {
	border-top:1px solid #f1f1f1;
	margin-top:20px;
	padding-top:50px;
	width:100%;
	clear:both;
} 
.custom-block-title {
	float:left;
	width:500px;
	padding:0;
	margin-right:20px;
}
.custom-block-text {
	float:left;
	width:calc(100% - 520px);
}
h2.strand {
	background: rgb(239,223,223);
	background: -moz-linear-gradient(top,  rgba(239,223,223,1) 0%, rgba(243,231,231,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(239,223,223,1) 0%,rgba(243,231,231,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,223,223,1) 0%,rgba(243,231,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efdfdf', endColorstr='#f3e7e7',GradientType=0 );
	font-weight:600;
	font-size:1rem;
	padding:3px 20px;
	margin-bottom:10px;
}
.chemical {
	background:url(../images/chemical.svg) no-repeat 0 0;
	padding-left:25px;
}
.biological {
	background:url(../images/biological.svg) no-repeat 0 0;
	padding-left:25px;
}
.physical {
	background:url(../images/physical.svg) no-repeat 0 0;
	padding-left:25px;
}
.earth {
	background:url(../images/earth.svg) no-repeat 0 0;
	padding-left:25px;
}
td {padding:10px 16px;}
.alt-row {background:#f1f1f1;}
.gallery+h2,
.gallery+h3,
.topspace {
	padding-top:30px;
	clear:both;
}
/* testimonial pagination */
.testimonials-widget-testimonials .prepend,
.testimonials-widget-testimonials .append {
	font-size:2rem;
}
.testimonials-widget-testimonials .prepend .alignleft a::after,
.testimonials-widget-testimonials .append .alignleft a::after {
	content: " Previous Page";
	font-size:0.8rem;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
.testimonials-widget-testimonials .prepend .alignright a::before,
.testimonials-widget-testimonials .append .alignright a::before {
	content: "Next Page ";
	font-size:0.8rem;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	
}
.testimonials-widget-testimonials .prepend a,
.testimonials-widget-testimonials .append a {
	text-decoration:none!important;
}
@media (max-width:1100px) {
	.custom-block-title {
		width:250px;
	}
	.custom-block-text {
		width:calc(100% - 270px);
	}
}
@media (max-width:800px) {
	.custom-block-title {
		width:100%;
		float:none;
	}
	.custom-block-text {
		width:100%;
		float:none;
	}
}	
.physical-sciences {}
.biological-sciences {}
.earth-space-sciences {}
.chemical-sciences {}
.shows-title { font-size:2.5rem; }

/* theme specific elements 
-------------------------------------------------------------- */
.metaslider .caption-wrap {background:rgba(8,53,92,0.6);}
.metaslider .caption{font-size:1.8em;}
.separator {
	
}
.seja-link-div {
	background:#f1f1f1;
}

/* Pagenation THIS NEEDS SOME CORRECTING
-------------------------------------------------------------- */
.pagination span, .pagination a {
	background: #fff; /* background colour of inactive pagination blocks */
}
.pagination .current,
.pagination a:hover{
	color:#fff; /* font colour of current page block */
	/* background colour selected in Admin > Seja Template > Theme Settings > Theme Content */
}
.pagination a:hover{
	background: #f90; /* match both with the theme hover colour */
	border:1px solid #f90;
}

/* Mosaic Styles
-------------------------------------------------------------- */
.mosaic-wrapper{
	/* to make responsive (but causes issues with overlay postion)width:calc( 33% - 25px); */
}
.mosaic-block {
	width:400px;
	/*fixed size */
	height:250px;
	/* responsive size
	padding-bottom:62.5%; /*maintains ratio */
}
.mosaic-block h3,
.mosaic-block p,
.mosaic-block a {
	color:#ffffff
}
.mosaic-backdrop {
	background:#111;
}
.mosaic-overlay {
	background:#fff;
}

/* new beta items @2.12
-------------------------------------------------------------- */
/* new weather icon */
.seja-current-weather {
	width:100px;
}
.seja-current-weather.has-apparent {
	width:250px;
}
.seja-weather-graph,
.seja-weather-output {
	float:left;
}
.seja-weather-graph {
	width:45px; /* in future versions we're going to allow different size icons so this will need to be dynamic */ 
}
.seja-weather-output {
	width:50px;
}
.has-apparent .seja-weather-output {
	width:200px;
}
.seja-weather-output p {
	color:#967a50;
	margin-bottom:0;
}
.seja-weather-location {
	clear:both;
}
.seja-weather-location h2 {
	font-size:0.9rem;
	font-weight:300;
	text-align:center;
}