/**
	@Author:	Paul Strandoo
	@Date:		1 June 2015 /3 Nov 2023
	@Notes:		Rachel Raval Cello
*/

@import url(reset.css); 
/*	
	color: #3887BE;
	color: #59a7de;
	darker blue: #3887be;
*/
html {
	font-size: 100%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 0;
	}

body {
  background: #ffffff;
  position: relative;
}

body, input, textarea, table {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-weight: 400;
  color: #1f5163;
}

::selection {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
  background: #df4747;
}

a {
  color: #6F9E91;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700; 
}

input::-webkit-input-placeholder,
isindex::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #515254;
}

img {
  display: block;
  border: none;
  outline: none;
  /*width: 100%;*/
}


/* ----- [ Base Typography ] -----------------*/
p, li {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em;
}

h1, h2, h3, h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 0.9em;
	margin: 0;
	}
/*
h1 {
	font-family: 'Cinzel', serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	color: #1f5163;
	overflow: hidden;
	text-align: left;
	}
*/
h1,
.h1 {
	font-family: 'Cinzel', serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1.5em;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	}

.masthead h2 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1em;
	margin: 0 0 0.2em;
	text-transform: uppercase;
	}


h1 + blockquote {
	margin: 2em 0;
	}

/*
.content h2:before, 
.content h2:after {
	border-top: 1px solid #c2c6c7;
}
.content h2:before,
.content h2:after {
	content: " ";
	position: absolute;
	top: 55%;
	margin-left: -999em;
	height: 2px;
	width: 998.5em;
}
*/

h2,
h3 {
	font-size: 18px;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 700;
	margin: 1em 0 0.5em;
	margin: 0 0 1em;
	/*text-transform: uppercase;*/
}

h2 strong {
	text-transform: capitalize;
	font-weight: 300;
	}

h2 + h3 {
	margin: 0 0 0.25em;
	}

/* ----- [ Masthead & top ] -----------------*/
.topnav {
	text-align: center;
	margin: 30px -10px 70px;
	}
.topnav li {
	display: inline-block;
	margin: 0 10px;
	}
.topnav a {
	padding: 0px;
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.topnav a:hover {
	text-decoration: none;
	border-bottom: 2px solid #6F9E91;
	}
.topnav a.on {
	color: #1F5163;
	border-bottom: 2px solid #1F5163;
	}
	
.logo-wrap {
	text-decoration: none;
	}
.head-logo {
	width: 100%;
	max-width:470px;
	margin: 0 auto;
	}


/* ----- [ Structure ] -----------------*/
.wrapper {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	padding: 0 20px;
	}

header,
section,
footer {
	width: 100%;
	margin: 20px 0 40px;
	position: relative;
	overflow: hidden;	/* this is for the background on the features. */
	}

.left-panel,
.right-panel {
	position: fixed;
	right: 50%;
	bottom: 0;
	margin-right: 350px;
	width: 315px;
	height: 100%;
	background: url("../images/cello-left.png") 50% bottom no-repeat;
	opacity: 0.7;
	}
.right-panel {
	left: 50%;
	top: 0;
	margin-left: 350px;
	background: url("../images/cello-right.png") 50% 20px no-repeat;
	opacity: 0.7;
	}

/* ----- [ Content ] -----------------*/
.content li {
	list-style-type: square;
	margin: 0 1.5em 0.6em;
	}
.content li:first-of-type {
	margin-top: 1em;
	}
.content li:last-of-type {
	margin-bottom: 1.5em;
	}
	
.content img {
	max-width: 100%;
	margin: 2em auto;
	}

/*
img.post-thumbnail {
	float: left;
	margin: 6px 20px 20px 0;
	}
*/
.featured-image {
	margin: 2em 0;
	max-width: 100%;
	}

.post-nav {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	}

.blog-post {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #768fa9; /* #1f5163 */
	}

.post-date {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	}
	
.links-header {
	margin-top: 3em;
	}

.MarkupPagerNav {
	text-align: right;
	}
.MarkupPagerNav li {
	list-style-type: none;
	display: inline-block;
	font-style: normal;
	margin: 0;
	}
.MarkupPagerNav a {
	padding: 5px;
	}


.content a {
	color: #3887BE;
	font-weight: 400;
}
.content a:hover {
	color: #59a7de;
	text-decoration: underline;
}
.content a.small,
.content a.morelink {
	font-weight: 400;
	/*font-size: 13px;*/
	/*text-transform: uppercase;*/
	}

.content em {
	font-style: italic;
	}

article p strong {
	font-size: 0.95em;
	}

.sponsors ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
.sponsors li {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0 10px 10px;
	}
.sponsors li img {
	height: 80px;
	width: auto;
	}	

.anchor {
	display: block;
	height: 175px; /*same height as header*/
	margin-top: -175px; /*same height as header*/
	visibility: hidden;
	}

hr {
	border: none;
	height: 1px;
	background: #768fa9;
	margin: 1.5em 0;
	}

/* --- [ Basic Page ] --------------- */

img.right {
	float: right;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}
	
blockquote {
	font-style: italic;
	font-size: 1.2rem;
	margin: 0 0 1.5em;
	}

/* --- [ Map ] --------------- */
section.map {
  height: 400px;
}

#map-canvas {
  height: 400px;
  width: 100%;
}
#map-canvas h4, #map-canvas p {
  margin: 0;
  font-size: 17px;
}
#map-canvas h4 {
  margin-bottom: 0.3em;
}

.gm-style .gm-style-iw {
	width: 220px;
	height: 140px;
	padding: 10px;
	height: auto;
}

.gm-style .gm-style-iw h3,
.info_content h3 {
	margin-top: 0;
	}


/* --- [ Contact Page ] --------------- */
input, textarea {
	width: 98%;
	padding: 4px 1%;
	margin: 3px 0;
	background: #fff;
	font-size: 16px;
	color: #333;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
input:focus,
textarea:focus {
	background: #fff;
	}
#wrap_InputfieldSubmit span {
	display: none;
	}
li label span {
	display: none;
	}
button {
	font-size: 15px;
	padding: 6px 10px;
	background: #3887BE;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	}
button:hover {
	background: #59a7de;
	}
.ui-widget-content p {
	text-align: right;
	margin: -1.6em 0 0;
	}
span.ui-state-error {
	color: red;
	}

.search-page h3 {
	margin-bottom: 1em;
	}


/* --- [ Footer ] --------------- */

footer {
	clear: both; 
	border: none;
	padding: 1em 0;
	}
footer p,
footer li {
	font-size: 22px;
	text-align: center;
}
footer a {
	font-weight: normal;
	color: #1f5163;
	}
footer a:hover {
	text-decoration: underline; 
	color: #1f5163; 
}

.facebook {
	text-align: center;
	}
.facebook img {
	display: inline;
	opacity: 0.8;
	}
.facebook img:hover {
	opacity: 1;
	}
.credits {
	/*float: left;
	width: 50%;*/
	font-size: 12px;
	margin: 0;
	padding: 1em 0 0em;
	clear: both;
	color: #999;
	}
.credits a {
	color: #999;
	text-decoration: underline;
	}
.credits span {
	white-space: nowrap;
	}

.top-link {
	position: fixed;
	bottom: 0;
	right: 20px;
	text-align: center;
	padding: 5px 10px 3px;
	background: #eee;
	display: none;
	}
.top-link.show {
	display: block;
	}

.pink {
	font-size: 13px;
	}

/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button 
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages. 
 *
 */
#editpage {
	position: fixed;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
	}


/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
	}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
	}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
	}


/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}

/* @media screen and (min-width: 481px) and (max-width: 680px) { */
@media screen and (max-width: 481px) {

	.left-panel,
	.right-panel {
		position: relative;
		right: 0;
		bottom: auto;
		top: 0;
		height: 160px;
		width: 100%;
		margin: 0;
		overflow:hidden;
		background: url("../images/cello-left-h1.png") right -40px no-repeat;
		background-size: 80%;
		}
	.left-panel {
		top: 70px;
		height: 240px;
		height: 60vw;
		background: url("../images/cello-left-h1.png") right 0 no-repeat;
		background-size: 80%;
		}
	.right-panel {
		left: 0;
		top: auto;
		margin-left: 0;
		background: url("../images/cello-right-h.png") 50% 0% no-repeat;
		background-size: 200%;
		}
		
	.topnav {
		position: fixed;
		top: 0;
		margin: 0;
		margin-left: -20px;
		height: auto;
		background: rgba(255, 255, 255, 0.8);
		z-index: 100;
		}
	.topnav li {
		font-size: 18px;
		margin: 5px 10px;
		}

}


/* @media screen and (min-width: 481px) {  */ /* was 481px */
@media screen and (min-width: 680px) {  /* was 481px */


}


/* Slabtext Required */
.slabtexted .slabtext {
	display:-moz-inline-box;
	display:inline-block;
	white-space:nowrap
}
.slabtextinactive .slabtext {
	display:inline;
	white-space:normal;
	font-size:1em !important;
	letter-spacing:inherit !important;
	word-spacing:inherit !important;
	*letter-spacing:0 !important;
	*word-spacing:0 !important;
}
.slabtextdone .slabtext {
	display:block;
	line-height:0.9;
}
