/*!
Theme Name: raffi2020
Theme URI: http://underscores.me/
Author: Teresa Nightingale
Author URI: https://attentiondesign.ca
Description: Custom theme for RaffiNews 2020
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: raffi2020

raffi2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 9, 2012 */
@font-face {
    font-family: 'SancoaleMedium';
    src: url('font/sancoalemediumwebfont.eot');
    src: local('ò?'), 
			url('font/sancoalemediumwebfont.eot?#iefix') format('embedded-opentype'),
			url('font/sancoalemediumwebfont.woff') format('woff'),
			url('font/sancoalemediumwebfont.ttf') format('truetype'),
			url('font/sancoalemediumwebfont.svg#SancoaleMediumMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  }

body {
  line-height: 1.4em; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before,
  blockquote:after,   
  q:before,
  q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none;
max-width: 100%;
height: auto;  }

img {
	max-width: 100%;
	height: auto;
}
.wp-block-columns .wp-block-embed-youtube,
.wp-block-columns figure.wp-block-image {
	margin: 0 0 1em 0;
}

/* Basic HTML elements */

body	{
	margin: 0;
	padding: 0 0 2em;
	font: 90%/1.4 Arial, Helvetica, sans-serif;
	background: #003d96;
}

@media screen and (min-width: 768px) {
	body {
		background: #003d96 url(images/underwaterbg.jpg) center top no-repeat;
	}
}

a img {
  border: 0px none;
}

p {
  margin: 0 0 1em 0;
}

td {
	padding: 3px 1.5em;
	font-size: 0.9em;
}

fieldset {
  margin-bottom: 1em;
}

input, select, option, textarea {
	font: 1em/1.2em Arial, Helvetica, sans-serif;
}

div.checkbox, p.checkbox, span.checkbox {
  padding-left: 2em;
  text-indent: -2em;
}

/* menu */

ul#nav {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  color: #fff;
  background: #01bace;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul#nav li {
    list-style: none;
    margin: 0;
	padding: 0;
	border: 0;
	background: #01bace;
	font-size: 16px;
	line-height: 1.3;
	flex: 0 1 33.3%;
	box-shadow: inset 6px 3px 3px rgba(255,255,255,0.7);
}
ul#nav a {
    display: block;
	text-align: center;
    text-decoration: none;
    overflow: hidden;
	color: #fff;
	padding: 10px 18px;
	box-shadow: inset -6px -5px 3px rgba(0,0,0,0.4);
}
ul#nav a:hover {
		background: #ed1c24;
	}
ul#nav li.current-menu-ancestor,
ul#nav li.current-menu-item,
.single-childrens-music ul#nav li.menu-item-42 { 
	background: #ed1c24; 
}
@media screen and (min-width: 768px) {
	ul#nav {
		margin: 0;
		height: 62px;
		font-family: "SancoaleMedium", Arial, Helvetica, sans-serif;
		display: flex;
		background: transparent;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	ul#nav li {
		position: relative;
		font-size: 24px;
		line-height: 62px;
		flex: 0 1 100%;
		-moz-box-shadow: inset 6px 3px 3px rgba(255,255,255,0.7);
		-webkit-box-shadow: inset 6px 3px 3px rgba(255,255,255,0.7);
		box-shadow: inset 6px 3px 3px rgba(255,255,255,0.7);
	}
	ul#nav > li:first-child, ul#nav > li:first-child > a {
		border-radius: 54px 0 0 0;
	}
	ul#nav > li:last-child, ul#nav > li:last-child > a {
		border-radius: 0 54px 0 0;
	}
	ul#nav a {
		padding: 0;
	}  
}
@media screen and (min-width: 1140px) {
	ul#nav {
		height: 62px;
	}
	ul#nav li {
		white-space: nowrap;
		font-size: 30px;
		line-height: 62px;
		flex-basis: 192px;
	}
	ul#nav a {
		display: block;
		float: left;
		text-align: center;
		text-decoration: none;
		height: 62px;
		overflow: hidden;
		color: #fff;
		width: 192px;
		-moz-box-shadow: inset -6px -5px 3px rgba(0,0,0,0.4);
		-webkit-box-shadow: inset -6px -5px 3px rgba(0,0,0,0.4);
		box-shadow: inset -6px -5px 3px rgba(0,0,0,0.4);
	}
}
ul#nav ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 62px;
	left: 0px;
	float: left;
	width: 192px;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	z-index: 99999;
}

ul#nav ul li {
	min-width: 192px;
	height: auto;
	text-align: left;
	border: 0;
	margin-left: 0;
	padding-left: 0; 
	margin-bottom: 0;
	margin-top: 0;
}

ul#nav ul ul {
	left: 100%;
	top: -1px;
}

ul#nav ul a {
	background: #01bace;
	color: #fff;
	padding: 4px 10px;
	white-space: normal;
	margin-bottom: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	width: 172px;
	height: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
ul#nav ul:hover > a {
	background: #ed1c24;
}

ul#nav li:hover > ul {
	display: block;
}
body.has_menu #main {
  background: #fff;
}
#columns {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 15px;
}
#columns #content {
	padding: 0 15px 15px;
}
#columns #menu {
	order: -1;
	background: #fff;
	position: relative;
}
@media screen and (min-width: 768px) {
	#columns {
		flex-direction: row;
	}
	#columns #content {
		padding: 0 0 15px;
		flex-basis: 730px;
	}
	#columns #menu {
		flex-basis: 147px;
		border-radius: 0 0 0 54px;
		padding-bottom: 2em;
		margin-right: 23px;
	}
}
#menu a {
  text-decoration: none;
  color: #000;
  zoom: 1;
}

#menu h3 {
  display: none;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  background: #D6D6BE;
  margin: 0 0 9px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
	#menu li {
		text-align: right;
	}
}

#menu ul ul { margin: -2px 0 0 0; }

#menu li li {
  font-weight: normal;
  margin-bottom: 0px;
}

#menu li.current_page_item a, 
#menu li.current_page_item a:hover, 
#menu li li.current_page_item a,
#menu li li.current_page_item a:hover,
.post-type-archive-childrens-music #menu > ul > li:first-child > a,
.post-type-archive-childrens-music #menu > ul > li:first-child > a:hover,
.childrens-music-template-default #menu > ul > li:first-child > a,
.childrens-music-template-default #menu > ul > li:first-child > a:hover,
#menu li.current_page_item li.current_page_item a,
#menu li.current_page_item li.current_page_item a:hover {
	background: #ed1c24;
	color: #fff;
}
#menu li.current_page_item li a {
  background: #D6D6BE;
  color: #000;  
}
#menu li.current_page_item li a:hover {
  background: #A9AA99;
  color: #fff;
  cursor: pointer;
}

#menu li a {
  display: block;
  font-weight: bold;
  padding: 8px 12px;
}
@media screen and (min-width: 768px) {
	#menu li a {
		padding: 4px 12px 4px 30px;
	}	
}

#menu li li a {
  padding: 0px 12px 1px 0;
  font-weight: normal;
}
#menu li a:hover {
  background: #A9AA99;
  color: #fff;
}

/* Layout elements */

#wrapper {
	position: relative;
	max-width: 960px;
	margin: 30px auto 0 auto;
	padding: 0;
	overflow: visible;
}
#beluga {
	display: none;
}
@media screen and (min-width: 768px) {
	#wrapper {
		padding: 0 20px;
	}
	#beluga {
		display: block;
		position: absolute;
		top: 56px;
		left: -29px;
		max-width: 100px;
	}
}
@media screen and (min-width: 1140px) {
	#wrapper {
		padding: 0 90px;
	}
	#beluga {
		top: 3px;
		left: -189px;
		max-width: 100%;
	}
}
#root {
  position: relative;
  margin: 0;
  background: #fff;
  color: black; 
	border-radius: 0 0 54px 54px;
	box-shadow: 8px 8px 7px rgba(0,0,0,0.7);
  }
@media screen and (min-width: 768px) {
	#root {
		border-radius: 54px;
	}
}
#header	{
	position: relative;
	width: auto;
	margin: 0;
	padding: 12px 0 12px 50px;
	background: #fff url(images/headerbg.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	display: block;
	white-space: nowrap;
	padding: 0 20px;
/* 	position: absolute;
	top: 30px;
	left: 328px; */
	margin: 0;
	text-align: center; 
	font-family: "SancoaleMedium", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.1;
	font-weight: normal;
	color: #CF5752;
}
#header h1 span.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .87em; 
}
@media screen and (min-width: 1140px) {
	#header {
		padding: 20px 0 0 32px;
	}
	#header h1 {
		font-size: 38px;
	}
}
#raffi-title {
/* 	position: absolute;
	top: 20px;
	left: 35px; */
}
#raffi-staff {
	/* position: absolute;
	top: 32px;
	right: 0; */
	}
#header-separator {
	display: none;
}
@media screen and (min-width: 768px) {
	#header-separator {
		display: block;
		margin: 0 0 28px 0;
		padding: 0;
		width: 100%; 
		height: 10px; 
		background: transparent;
		box-shadow: 0px 7px 7px rgba(0,0,0,0.2);
	}
}
#footer {
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  padding: 25px 0;
  text-align: center;
  font-size: .9em;
  color: #fff;
  display: block; 
  }
  #footer a {
    text-decoration: none;
    color: #fff; }
    #footer a:hover {
      text-decoration: underline; }
#thin-footer {
    list-style: none;
    display: flex;
    justify-content: center;
}
#thin-footer li:after {
	content: "|";
	color: #fff;
}
#thin-footer li:last-child:after {
	content: "";
}
#thin-footer a {
	padding: 0 12px;
}

#main {
  width: auto;
  position: relative;
	-moz-border-radius: 0 0 54px 54px;
	-webkit-border-radius: 0 0 54px 54px;
	border-radius: 0 0 54px 54px;
}

#content {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0 15px;
}
body.cart #content {
	padding-left: 60px; 
	padding-bottom: 1em;
}

#content .column {
  float: left;
  display: inline;
  zoom: 1;
  width: 244px;
  margin-right: 30px;
}

#right-col {
	float: right;
	width: 216px;
	margin: 0 30px 0 0;
	background: #fff;
	min-height: 433px;
	padding: 198px 0 80px 0;
	text-align: center;
	-moz-border-radius: 0 0 54px 0;
	-webkit-border-radius: 0 0 54px 0;
	border-radius: 0 0 54px 0;
}
#right-col img {
	display: block;
	margin: 0 auto -.25em auto;
	}
.cover-angle {
	display: block;
	margin: 0 auto 2em auto;
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	-webkit-transform: rotate(8deg); 
	-moz-transform: rotate(8deg); 
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg); 
}

#social {
	text-align: center;
	padding-bottom: 1rem;
}
@media screen and (min-width: 1140px) {
	#social {
		text-align: left;
		padding-bottom: 0;
		width: 216px;
		height: 37px;
		position: absolute;
		bottom: 25px;
		left: 722px;
	}
}
#social span {
	display: inline;
    margin: 0 5px; 
	}

#flash ul.error, #flash ul.notice {
  list-style: none;
}

body.feature #right-col {
	display: none;
	}

body.feature #content {
  width: 730px;
  padding: 0;
  border-right: none;
}

body.feature #social {
	top: 160px !important;
}

/* no right column */

#right-col {
	display: none;
	}

body.has_menu #content {
  width: 730px;
  padding: 0;
  border-right: none;
}

#social {
	top: 160px !important;
}


body.main #content {
  float: left;
  margin-left: 0;
  width: 730px;
  padding: 0 0 0 100px;
  border-right: none;
  margin-bottom: 15px;
  display: inline; /* hack double float bug */
}

/* Common element styles */


.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
.container { display: inline-block; }

.section {
  padding: 2em 0;
}

.error {
  padding:2em;
  margin:3em auto;
  border:1px solid #ccc;
  width: 350px;
}

div.leaf {
  background: url(images/leaf.png) 50% 50% no-repeat;
  height: 34px;
  clear: both;
}

div.leaf hr {
  display:none;
}

div.page-break {
  clear: both;
  text-align:center;
  margin: 2em 0 1em;
  padding: 0.5em;
  border-top: 1px dotted #999;
  font-size: 10px;
  font-weight: bold;
}

div.page-break .page-number {
  margin: 0 1em;
  text-transform: uppercase;
}

div.page-break a {
  text-decoration: none;
}

div.page-break a:hover,
div.page-break a:active {
  text-decoration: underline;
}

.fll { 
	float: left; 
	margin: 5px 15px 10px 0; 
}

.flr {
	float: right;
	margin: 5px 0 10px 15px;
}

.cen { text-align: center; }
.icon { vertical-align: middle; }

.date {
  float: right;
  margin-left: 3em;
}

.dateline {
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 2em;
}

.dateline .date {
  float:none;
  display: inline;
  margin-left: 0;
}

.dateline .loc {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.article_links {
  margin: 3em 0 1em;
  padding: 0.5em 1em;
  border-top: 1px dotted #ccc;
}

.article_links_owl {
  margin: 3em 0 1em;
  padding: 0.5em 1em;
}
.article_links.owl {
	margin: 0;
	padding: .2em 1em;
}


.article_links h6 {
  display: inline;
  margin-right: 1.5em;
  font-size: 1.1em;
}

.article_links a {
  margin-right: 2em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  display: inline;
}

.article_links_owl a
{
 margin-right: 2em;
  text-decoration: underline;
  text-transform: none;
 
  display: inline;
  letter-spacing: 0.1em;
}

.article_links p a {
  margin: 0 0.5em;
}

.article_links .inpage {
   float: right;
}

.album {
	margin: 2em 0;
	overflow: hidden;
}
.album .cover {
	float: left;
	margin: 0 20px 1em 0;
	width: 200px;
}
.album .description {
	float: right;
	width: 510px;
	margin: 0;
}
.bottom-description {
	clear: both;
	margin-top: 1em;
}

.cart_link {
  border: 1px solid #ccc;
  padding: 10px;
  padding-left: 85px;
  margin: 20px;
  background-color: #FFEBB1;
}

h4.call_to_action {
  background: red;
  color: white;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.cart_link h4.call_to_action {
  margin: -10px -10px 10px -85px;
}

.cart_link a.add {
  display: block;
  height: 48px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: -30px;
  margin-left: -60px;
  padding-left: 60px;
  background: url(images/cart-48x48.png) 0 0 no-repeat;
}
.cart_link a.add:hover {
  text-decoration: underline;
}
.cart_link .release_date {
  font-weight: bold;
  color: red;
  margin-left: 1em;
}

#cart a {
  color: #00694F;
  font-weight: bold;
  text-decoration: none;
}
#cart a:hover {
  text-decoration: underline;
}

#cart {
  padding: 10px 20px;
  margin: 0;
  background: #A1CAEA;
  line-height: 1em;
  position: relative;
  z-index:8;
  overflow: hidden;
}

#cart_checkout {
  display: block;
  height: 26px;
  padding: 5px 0;
  padding-left: 36px;
  background: url(images/cart-32x32.png) 0 5px no-repeat;
}

#cart .items {
  display: block;
  margin: 0;
}

#cart_empty {
  font-size: 10px;
  float: right;
}

#cart_count {
  font-weight: bold;
  font-size: 1.3em;
}

.audiofile {
  margin: 1em 0;
}

.audiofile object {
  display: block;
  margin: 0.5em 0;
}

.audiofile a {
  margin-right: 1em;
}


/* Links */

a {
	color: #234aa7;
}

a:hover		{
	color: #036;
	text-decoration: none;
}
a:hover.owl		{
	text-decoration: none;
}

a.more {
  margin-left: 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
}

a.offsite, a.pdf, a.mailto, a.top, a.audio, a.download {
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
a.offsite { white-space: nowrap; }

a.offsite { background-image: url(images/remote.gif); }
a.pdf     { background-image: url(images/acrobat.gif); }
a.mailto  { background-image: url(images/mailto.gif); padding-left: 18px; }
a.top     { background-image: url(images/scrollup.gif); }
a.audio   { background-image: url(images/sound.gif); }
a.download { background-image: url(images/disk.gif); }

a.offsite:hover { background-image: url(images/remote_a.gif); }
a.pdf:hover     { background-image: url(images/acrobat_a.gif); }
a.mailto:hover  { background-image: url(images/mailto_a.gif); }
a.top:hover     { background-image: url(images/scrollup_a.gif); }
a.audio:hover   { background-image: url(images/sound_a.gif); }


#footer a {
  text-decoration:none;
}



/* Typography */


p, ul, ol {
	margin: 0 0 1em 0;
	color: #000;
	font-size: 1.1em;
}
@media screen and (min-width: 768px) {
	p, ul, ol {
		font-size: 1em;
	}
}
ul {
	margin-left: 1.25em;
}
h2 {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
}
h3 {
	color: #000;
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}
h4 {
	font-weight: bold;
	color: #000;
	font-size: 1.2rem;
	margin: 1em 0 0 0;
	padding: 0;
}
h5 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	margin: 0.5em 0 .25em;
	padding:0;
}
h6 {
  font-size: 1rem;
  margin: 1em 0 0;
}

h6.photo_credit {
  font-size: 9px;
  line-height: 10px;
  margin: 2px 0 10px;
  padding: 0;
  color: #666;
  font-weight: normal;
}

.news_short {
  clear: both;
  border-top: 1px dotted #ccc;
  margin-top: 2em;
  padding: 5px;
  background: url(images/h5_grad.gif) 0 0 repeat-x;
}

.news_short h5 {
  margin-top: 0;
}

#nav_util {
  display: block;
  list-style:none;
  height: 10px;
  line-height: 10px;
  padding: 5px 40px;
  margin: 0;
  background: url(images/nav_util.gif) 0 0 repeat-x;
  text-align: right;
}

#nav_util li {
  display: inline;
  margin: 0;
  margin-left: 20px;
}

#nav_util a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

.feedback_short {
  border-bottom: 1px solid #e8e5c6;
  border-right: 1px solid #e8e5c6;
  background: #eeecd7;
  padding: 0.2em 1em;
  border-width: 0 1px 1px 0;
  margin-bottom: 10px;
  position: relative;
  zoom: 1;
}

.feedback_short h4 { color: #c74947; margin: 5px 0; }
.feedback_short .date { margin-top: 5px; }



/* HOME PAGE */

.home a {
  color: #003d96; }

.home a:hover {
  color: #01bace;
  text-decoration: none; }

body.home  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  *font-size: small;
  *font: x-small;
  background: #003d96 url(images/underwaterbg.jpg) center top no-repeat; }

body.home  a {
    outline: none; }

.home #wrapper {
	position: relative;
	margin: 30px auto 0 auto;
	padding: 0 10px;
}
.home #root {
	padding-bottom: 146vw;
	background: #fff url(images/raffi_bg.jpg) 0 100% no-repeat;
	background-size: 207% auto;
}
.home ul#nav {
  margin: 0 0 1em 0;
}

@media screen and (min-width: 768px) {
	.home #wrapper {
		position: relative;
		max-width: 960px;
		margin: 30px auto 0 auto;
		padding: 0 20px;
		overflow: visible;
	}
	.home #beluga {
		top: auto;
		bottom: 20px;
		left: -42px;
		max-width: 222px;
	}
	.home #root {
		position: relative;
		margin: 0;
		padding-bottom: 0;
		background-position: 0 62px;
		background-size: 100% auto;
		color: black; 
		border-radius: 54px;
		box-shadow: 8px 8px 7px rgba(0,0,0,0.7);
	}
	.home #content {
		margin: 18px 20px 0 52%;
		padding: 0;
	}
	.home ul#nav {
		margin: 0;
	}
}
@media screen and (min-width: 1140px) {
	.home #wrapper {
		height: 777px;
		padding: 0 90px;
	}
	.home #beluga {
		top: 3px;
		bottom: auto;
		left: -189px;
		max-width: 100%;
	}	
	.home #root {
		background-size: auto;
		height: 777px;
	}
	.home #content {
		position: absolute;
		top: 18px;
		left: 485px;
		padding: 0;
		margin: 0;
		width: 424px;
	}
}
.home #raffi-title {
	display: block;
	position: static;
	margin: 0 0 12px 0;
}
.home #content h1 {
	font-family: "SancoaleMedium", Arial, Helvetica, sans-serif;
	font-size: 44px;
	line-height: 44px;
	font-weight: normal;
	color: #CF5752;
	margin-bottom: .2em;
}
.home #content h1 span.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px; 
}
.home #content h2 {
    font-size: 1.5em;
    margin: 0 0 .4em 0;
	line-height: 1.3;
    font-family: inherit;
    font-weight: bold;
	color: #000;
}
.home #content h2 a, .home #content h3 a {
      color: #000; }
.home  #content a {
      color: #003d96;
      text-decoration: none; 
}
.home #content a:hover {
      text-decoration: underline;
}
.home #reset a { text-decoration: underline;}
.home #reset a:hover  {text-decoration: none;}

.home #content h3 {
    margin: 0;
    font-size: 1.2em;
	line-height: 1.4;
    font-family: inherit;
    font-weight: bold;
	color: #000;
}
.home #content p {
	margin: 0 0 1em 0;
}
.home .is-style-home-album-cover {
	border: 3px solid #01bace;
	padding: 13px 12px 13px 0; 
	margin: 1.25em 0 1em 0;
}
	
.home #content .is-style-home-album-cover a { text-decoration: underline;}
.home .is-style-home-album-cover a:hover  {text-decoration: none;}
.home .is-style-home-album-cover figure {
	padding: 5px 5px 5px 0;
	text-align: center;
}
.home .is-style-home-album-cover img {
	max-width: 50%;
	height: auto;
	transform: rotate(7deg);
}
@media screen and (min-width: 768px) {
	.home .is-style-home-album-cover figure {
		text-align: left;
	}
	.home .is-style-home-album-cover img {
		max-width: 100%;
	}
	.home #content h2 {
		font-size: 1.3em;
	}
	.home #content h3 {
	    font-size: 1em;
	}
}
	
.home #feature2 {
	border: 3px solid #ac3231;
	padding: 13px 12px; 
	margin: 1.25em 0 1em 0;
}
	
.home #feature2 a { text-decoration: underline;}
.home #feature2 a:hover  {text-decoration: none;}
	
.home #feature p, .home #feature2 p { margin-bottom: 0; }

.home #social {
	position: static;
	width: auto;
	height: auto;
}
.home #social span {
	display: inline;
    margin: 0 5px; 
}
.home #footer {
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  padding: 25px 0;
  text-align: center;
  font-size: .9em;
  color: #fff;
  display: block; 
}
.home #footer a {
    text-decoration: none;
    color: #fff; }
.home #footer a:hover {
      text-decoration: underline; }
.home #footer span {
    display: inline;
    margin: 0 8px; }

.home ul#nav li#nav_home { background: #ed1c24; }

/* Educators styles */

.page-educators ul.music_list { margin-bottom: 10px; margin-top: 0px; }
.page-educators ul.music_list li { list-style-image: none; list-style-type: none;  }
.page-educators #content .column {
  width: 240px;
  margin: 0 20px 12px 0;
}
.page-educators textarea { width: 400px; }
.page-educators legend { font-size: 1.2em; color: #CF5752; margin-bottom: .4em;}
.page-educators fieldset { background: #D4F3F6; padding: 1em;}
.page-educators td.data { text-align: right; width: 20%; }
.page-educators td { padding: 3px .25em; }
body.page-educators.has_menu #content {
  width: 730px;
  padding: 0;
  border-right: none;
}
.page-educators #social {
	top: 160px !important;
}
.page-educators h2 { margin-bottom: 1em; }

/* appearances */
.appearance_short {
  border-bottom: 1px solid #bbc;
  border-right: 1px solid #ccd;
  background: #D4F3F6;
  padding: 0.5em 1em;
  border-width: 0 1px 1px 0;
  margin-bottom: 2px;
  position: relative;
  zoom: 1;
}
.appearance_short dl {
  margin: 0.5em 0;
}
.appearance_short dt {
  display:inline;
  font-size: 0.9em;
  text-transform:uppercase;
  color: #333;
}
.appearance_short dd { 
  display: inline;
  margin: 0 1em 0 0.5em;
}
.appearance_short p {
  margin: 0.3em 0;
  padding: 0;
}

/* children's music */

.post-type-archive-childrens-music article.childrens-music {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
	border-top: 1px dotted #ccc;
	padding: 1rem 1rem 0.5rem;
	background: url(images/h5_grad.gif) 0 0 repeat-x;
}
.post-type-archive-childrens-music article.childrens-music .post-thumbnail {
	flex: 0 0 130px;
	margin-right: 16px;
}
.post-type-archive-childrens-music article.childrens-music .entry-summary {
	flex: 0 1 100%;
}
.post-type-archive-childrens-music article.childrens-music h3 {
	margin-top: 0;
	margin-bottom: .5em;
}
.post-type-archive-childrens-music article.childrens-music h3 a {
	color: #000;
	text-decoration: none;
}
.post-type-archive-childrens-music article.childrens-music h3 a:hover {
	text-decoration: underline;
}
.post-type-archive-childrens-music article.childrens-music p {
	margin-bottom: 0;
}
.post-type-archive-childrens-music .purchase-button {
	margin-top: 1em;
}
.post-type-archive-childrens-music .purchase-button .wp-block-buttons.aligncenter {
    text-align: left;
}
@media screen and (min-width: 768px) {
	.post-type-archive-childrens-music .purchase-button {
		margin-top: 0;
	}
	.post-type-archive-childrens-music .purchase-button .wp-block-buttons.aligncenter {
		text-align: right;
	}
}
.wp-block-button__link {
	background-color: #ed1c24;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 20px;
	border-radius: 0;
	transition: all 0.3s ease;
}
.is-style-outline .wp-block-button__link {
	background-color: #fff;
}
.wp-block-button__link:hover {
	background-color: #A9AA99;
}
.is-style-outline .wp-block-button__link:hover {
	background-color: #D6D6BE;
	color: #000;
}
.wp-block-media-text {
	margin: 2rem 0;
}
.wp-block-media-text.is-style-childrens-book,
.wp-block-media-text.is-style-childrens-dvd {
    margin-top: 0;
	margin-bottom: 1rem;
	border-top: 1px dotted #ccc;
	padding: 1rem 1rem 0.5rem;
	background: url(images/h5_grad.gif) 0 0 repeat-x;
}
.is-style-childrens-book .wp-block-buttons,
.is-style-childrens-dvd .wp-block-buttons {
	text-align: right;
}
ol.is-style-song-list,
article.childrens-music ol {
  font-size: 0.9em;
  margin: 2em 0;
  padding: 0 0 0 2em;
  line-height: 1.1em;
}
@media screen and (min-width: 768px) {
	ol.is-style-song-list,
	article.childrens-music ol {
		margin: 0 0 2em 0;
	}
}

ol.is-style-song-list li,
article.childrens-music ol li {
    margin-top: 0;
    list-style-position: outside;
    padding: 0px 0px 4px 6px;
    line-height: 1.5em;
    border-left: 1px solid #bbb;
}
.single article.childrens-music .entry-header {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1em;
}
span.album-year {
	font-size: 16px;
}
.wp-block-group {
	margin-bottom: 2rem;
}
.wp-block-group .wp-block-columns {
	margin-bottom: 0;
}

.page-childrens-music ul.album_list .article_links h6 {
display: block;
margin: 0em;
text-align: left;
color: #007CAA;
}
.page-childrens-music ul.album_list .article_links a {
  margin-right: 1em;
}
.page-childrens-music h5 span.new_album { color:#b30039; font-weight: normal; margin-left: .5em; font-style: italic; }

/* children's DVD page */

.page-childrens-dvds ul.album_list .article_links h6 {
display: block;
margin: 0em;
text-align: left;
color: #007CAA;
}
.page-childrens-dvds ul.album_list .article_links a {
  margin-right: 1em;
}

/* educators > music page */
.page-music a.pdf { background-image: none; padding-left: 0px;}
.page-music a.pdf:hover     { background-image: none; }

/* contact form */
.wpcf7 label {
	display: block;
}
.wpcf7-form-control-wrap,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.search-field,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
	border: 1px solid #aaa;
	padding: 4px 8px;
	box-sizing: border-box;
}
.credits .search-field {
	border: none;
}

.search-submit,
.wpcf7-submit {
	background-color: #ed1c24;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 20px;
	border: none;
	color: white;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}
.credits .search-submit {
	padding: 2px 8px;
}
.search-submit:hover,
.wpcf7-submit:hover {
	background-color: #A9AA99;
}

@media screen and (min-width: 600px) {
	.wpcf7 label {
		display: inline-block;
		width: 15%;
		text-align: right;
		vertical-align: top;
	}
	.wpcf7-form-control-wrap {
		display: inline-block;
		width: 80%;
		margin-left: 1%;
	}
	.wpcf7-submit {
		margin-left: 1%;
	}
	.wpcf7-form-control.wpcf7-text,
	.wpcf7-form-control.wpcf7-textarea {
		width: 70%;
	}
}

#social .addtoany_list {
    vertical-align: top;
}
#social .addtoany_list a {
	padding: 0;
}

/* --------------------------------------------------
## THEME COLOURS 
---------------------------------------------------*/

.has-black-color {
	color: #000000;
}
.has-black-background-color {
	background-color: #000000;
}
.has-white-color {
	color: #FFFFFF;
}
.has-white-background-color {
	background-color: #FFFFFF;
}
.has-orange-color {
	color: #EFA532;
}
.has-orange-background-color {
	background-color: #EFA532;
}
.has-red-color {
	color: #A02A1D;
}
.has-red-background-color {
	background-color: #A02A1D;
}
.has-beige-color {
	color: #D6D1A7;
}
.has-beige-background-color {
	background-color: #D6D1A7;
}
.has-dk-beige-color {
	color: #B4AA76;
}
.has-dk-beige-background-color {
	background-color: #B4AA76;
}
.has-transparent-color {
	color: transparent;
}
.has-transparent-background-color {
	background-color: transparent;
}
