/*
Theme Name: Casey Rule Scores
Theme URI: http://scores.caseyrule.com
Author: Casey Rule
Author URI: http://caseyrule.com/
Description: Custom Theme for scores.caseyrule.com
Version: 1.0.0
Text Domain: caseyrule

NoteNova is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
	3.1 Global
	3.2 Design
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: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x: hidden;
	 -webkit-overflow-scrolling: touch;
}

body {
	margin: 0;
	overflow-x: hidden;
}

a, object, embed {
  outline: 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;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 40px;
	margin: 0.67em 0;
}

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;
	box-sizing: content-box;
}

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;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

html {
	font-size: 16px;
}

body,
button,
input,
select,
textarea {
	font-family: Muli, "Open Sans",sans-serif;
	color: #223344;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

input,
select,
textarea {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Muli,"Open Sans",sans-serif;
	font-weight: 400;
	color: #0a3454; 
	line-height: 1.2;
}

label {
	color: #0a3454;	
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Elements - Global
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* 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/ */
	box-sizing: inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

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; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
3.1 Elements - Design
--------------------------------------------------------------*/

.standard-blue {
	background: #0a3454 url(images/navy-gradient.png);
	background-size: cover;
	background-position: 0;
}

.lighter-blue {
	background: #2084A3 url(images/teal-geometric.svg);
	background-size: cover;
	background-position: top left;
}

body {
	background: #061F31;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	clear: both;
	width: 90%;
}

.clear::after ,
.wrapper::after {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

.col-third {
	float: left;
	width: 33%;
}

.composer-tiles {
	text-align: center;
}

.composer-tiles .grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.composer-tiles .grid a {
	width: calc(25% - 20px);
    margin: 10px;
}

@media screen and (max-width: 991px) {
	.composer-tiles .grid a {
		width: calc((100% / 3) - 20px);
	    margin: 10px;
	}
}

@media screen and (max-width: 776px) {
	.composer-tiles .grid a {
		width: calc(50% - 20px);
	    margin: 10px;
	}
}

@media screen and (max-width: 500px) {
	.composer-tiles .grid a {
		width: calc(100% - 20px);
	    margin: 10px;
	}
}

.composer-tiles .grid a .cell {
    width: 100%;
	height: 100%;
    position: relative;
    overflow: hidden;
}

.composer-tiles .grid a .cell img {
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.composer-tiles .grid a:hover .cell img {
    transform: scale(1.1);
}

.composer-tiles .grid a .cell .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(10,52,84, .6);
}

.composer-tiles .grid a:hover .cell .overlay {
	background-color: rgba(10,52,84,.2);
}

.composer-tiles .grid .cell .overlay .overlay-text {
	color: white;
    font-size: 20px;
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 10px;
}


.work-tiles {
	text-align: center;
}

.work-tiles .grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.work-tiles .grid a {
	width: calc(25% - 20px);
    margin: 10px;
}

@media screen and (max-width: 991px) {
	.work-tiles .grid a {
		width: calc((100% / 3) - 20px);
	    margin: 10px;
	}
}

@media screen and (max-width: 776px) {
	.work-tiles .grid a {
		width: calc(50% - 20px);
	    margin: 10px;
	}
}

@media screen and (max-width: 500px) {
	.work-tiles .grid a {
		width: calc(100% - 20px);
	    margin: 10px;
	}
}

#featured-work-container {
    clear: both;
    border-top: 1px solid #c3c3cc;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#featured-work .column-left {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    float: left;
}

#featured-work .media {
	display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    clear: both;
    padding-top: 20px;
}

#featured-work .column-left h3 {
	font-size: 34px;
}

#featured-work .column-left .voicing {
	font-size: 22px;
}


#featured-work .column-right {
	width: 60%;
}

#featured-work .column-right h2 {
	margin: 0;
}

#featured-work .column-right h3 {
	margin-top: 0;
	font-size: 24px;
}

#featured-work .column-right .button {
	padding-top: 30px;
}

#featured-work .column-right .button a {
    padding: 15px;
    background-color: #2084A3;
    border: 2px solid #2084A3;
    border-radius: 5px;
    color: #E8EEF0;
    transition: background-color 0.35s, color 0.35s;
}

#featured-work .column-right .button a:hover {
    background-color: #E8EEF0;
    border: 2px solid #2084A3;
    color: #2084A3;
    border-radius: 5px;
    transition: background-color 0.35s, color 0.35s;
}

@media screen and (max-width: 991px) {
	#featured-work .column-left {
		display: none;
	}
	#featured-work .column-right {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	#featured-work .column-left {
		width: 100%;
		margin: auto;
		padding-bottom: 20px;
	}

	#featured-work .column-right {
		width: 100%;
	}

	#featured-work .description {
		width: 100%;
		margin: auto;
		float: none;
		padding-left: 0;
	}

	#featured-work .description p {
		margin-top: 20px;
	}

	#featured-work .iframe-container {
		padding-bottom: 20px;
	}
}

#featured-work a .cell {
    width: 100%;
	height: 100%;
    position: relative;
    overflow: hidden;
}

#featured-work a .cell img {
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

#featured-work a .cell .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(10,52,84, .6);
}

#featured-work a:hover .cell .overlay {
	background-color: rgba(10,52,84,.9);
}

#featured-work .cell .overlay .overlay-text {
	color: #FFF;
    font-size: 20px;
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 10px;
    text-align: center;
}

#featured-work .cell .overlay .overlay-text hr {
	height: 1px;
    background: #fff;
    width: 50%;
    margin-bottom: 0px
}

#featured-work .cell .overlay .overlay-text .title {
	margin-top: 5px;
    font-size: 16px;
}

#featured-work .cell .overlay .overlay-text .voicing {
	margin-top: 5px;
    font-size: 16px;
}

#featured-work .cell .overlay .overlay-text .detail {
	margin-bottom: 15px;
}

#featured-work .cell .overlay .overlay-text .detail .composer {
	font-size: 24px;
	line-height: 1em;
}

#featured-work .cell .overlay .overlay-text h3 {
	color: #ffffff;
    margin-bottom: 5px;
    margin-top: 15px;
}

.col-tile h3 {
	color: #ffffff;
	font-weight: 700;
}

.col-tile img {
	margin: 15px;
	transition: border .25s ease-in-out;
  	-moz-transition: border .25s ease-in-out;
   	-webkit-transition: border .25s ease-in-out;
}

.col-tile img:hover {
	border: 4px solid #0A3454 !important;
}

.col-tile {
	float: left;
	width: 25%;	
	background-color: #0F7584;
/*	background-color: rgba(15, 117, 132, 0.5);
*/	border: 2px solid #ffffff;
}


.col-tile.tile1 {
	background-color: #77A4AD;
}

.col-tile.tile2 {
	background-color: #218DA3;
/*	background-color: rgba(33, 141, 163, 0.5);
*/}

.col-tile.tile3 {
	background-color: #7ABABC;
/*	background-color: rgba(122, 186, 188, 0.5);
*/}

.col-tile.tile4 {
	background-color: #33ACC4;
/*	background-color: rgba(51, 172, 196, 0.5);
*/}

.col-tile.tile5 {
	background-color: #DD8980;
/*	background-color: rgba(221, 137, 128, 0.5);
*/}

.col-tile.tile6 {
	background-color: #3A9694;
/*	background-color: rgba(41, 189, 219, 0.5);
*/}

@media screen and (max-width: 750px) {
	.col-tile {
		float: left;
		width: 33%;	
	}
}

@media screen and (max-width: 776px) {
	.col-third {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 580px) {
	.col-tile {
		float: left;
		width: 50%;	
	}
}

@media screen and (max-width: 400px) {
	.col-tile {
		float: left;
		width: 100%;	
	}
}

#masthead {
	position: fixed;
	width: 100%;
	background: #ffffff;
	transition: all 0.4s ease;
	line-height: 100px;
	height: 100px;
	z-index: 999;
	top: 0;
	box-shadow: rgba(10, 10, 10, 0.5) 0 5px 20px;
}

#masthead #icon{
	width: 60px;
	height: 60px;
	position: absolute;
	opacity: 0.0;

	-webkit-transform: rotateX(-90deg) rotateY(0deg);
	-moz-transform: rotateX(-90deg) rotateY(0deg);
	transform: rotateX(-90deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#masthead #logo {
	height: 80px;
	margin-top: 10px;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#masthead.condensed {
	line-height: 60px;
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 999;
	background: #0a3454;
	color: #FFF;
	box-shadow: rgba(10, 10, 10, 0.5) 0 5px 20px;
}

#masthead.condensed #icon{
	display: block;
	opacity: 1.0;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#masthead.condensed #logo {
	margin-top: 0;
	opacity: 0.0;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

#masthead .site-branding {
	float: left;
}

#masthead .site-branding a {
	font-weight: inherit; /* don't know why, but this is important */
}

#masthead #site-navigation {
	float: right;
}

#content {
	padding: 100px 0 0;
	background: #f6f7fb url(./images/paper-bg.png);
}

#banner-bg {
	background: #0a3454;
	width: 100vw;
	height: 100vh;
	position: absolute;
}

@media screen and (max-width: 600px) {
	height: calc(100vh - 72px);
}

.banner-bg {
	background: #0a3454;
}

.banner {
	height: 250px;
	min-height: 25vw;
	background: #061F31 url(./images/dream-1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: rgba(0, 0, 0, .5) 0 0 30px inset;
}

.banner.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

@media screen and (max-width: 1000px) {
	.banner.blur {
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
	}
}


#primary {
	padding: 30px 0;
}

#secondary {
	background: #0a3454;
    color: #FFF;
    z-index: 2;
    position: relative;
}

#colophon {
	background: #0a3454;
    color: #ffffff;
    text-align: center;
    clear: both;
    padding: 0;
    position: relative;
    z-index: 1;
    line-height: 70px;
    font-size: 12px;
}


@media all and (max-width: 600px) {
	#masthead {
		line-height: 72px;
  		height: 72px;
	}

	#masthead #logo {
		height: 54px;
		margin-top: 9px;
	}
	#content {
		padding-top: 72px;
	}
}

/* Homepage */

.home .banner {
	position: fixed;
	z-index: 0;
	top: 100px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 500px;
	height: calc(100vh - 100px);
	width: 100%;
/* 	display: none;
 */}

/* .home .banner.active {
	display: block;
} */

@media screen and (max-width: 600px) {
	.home .banner {
		top: 72px;
		height: calc(100vh - 72px);
	}
}

/* .home .banner#banner-1 {
	background:
	    linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-1.jpg');
    background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.home .banner#banner-2 {
	background:
	    linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-2.jpg');
    background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.home .banner#banner-3 {
	background:
	    linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-3.jpg');
    background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.home .banner#banner-4 {
	background:
	    linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-4.jpg');
    background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.home .banner#banner-5 {
	background:
	    linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-5.jpg');
    background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
 */

.home #main-content {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    margin-top: 200px;
    margin-top: calc(100vh - 100px);
    box-shadow: rgba(0,0,0,.8) 0 0 40px;
    width: 100%;
}

@media screen and (max-width: 600px) {
	.home #main-content {
		margin-top: calc(100vh - 72px);
	}
}

.home .content-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 600px) {
	.home .content-header {
		height: calc(100vh - 72px);
	}
}

.home .content-header .entry-title {
	color: #FFF;
	font-size: 4.5vw;
	font-weight: normal;
	font-family: Muli,'Open Sans';
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	margin-bottom: 10px;
	margin-top: 0;
}

.home .content-header .entry-subtitle {
	color: #FFF;
    font-size: 2em;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    text-align: center;
    line-height: 1.2em;
    padding-top: 10px;
}

@media screen and (max-width: 1400px) {
	.home .content-header .entry-title {
		font-size: 5vw;
	}
}

@media screen and (max-width: 1200px) {
	.home .content-header .entry-title {
		font-size: 5.5vw;
	}
}

@media screen and (max-width: 991px) {
	.home .content-header .entry-title {
		font-size: 6vw;
	}
}

@media screen and (max-width: 776px) {
	.home .content-header .entry-title {
		font-size: 6.5vw;
	}
	.home .content-header .entry-subtitle {
		font-size: 3vw;
	}
}

@media screen and (max-width: 700px) {
	.home .content-header .entry-title {
		font-size: 7vw;
	}
}

@media screen and (max-width: 600px) {
	.home .content-header .entry-title {
		font-size: 42px;
	}
	.home .content-header .entry-subtitle {
		font-size: 24px;
	}
}

.home .content-header .entry-button {
	text-align: center;
	padding-top: 30px;
}

.home .content-header .entry-button a {
	padding: 15px;
    background-color: #2084A3;
    border-radius: 5px;
    color: #ffffff;
    transition: background-color 0.35s, color 0.35s;
}

.home .content-header .entry-button a:hover {
    background-color: #ffffff;
    color: #2084A3;
}

.home .hentry {
	font-size: 1.2em;
}

.home .entry-title,
.home .entry-content {
	text-align: center;
}


.home #main {
	text-align: center;
}

.home .steps {
	font-size: 1.5em;
	margin: auto;
	max-width: 700px;
	padding: 30px 0 60px 0;
}

.home .steps .col-third {
	text-align: center;
}

/*.home .steps .dashicons {
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
}*/

.home .steps .icons {
	width: 100%;
	height: 100px;
	display: block;
	margin: auto;
}

.home .steps .icon-img {
	display: block;
	background-size: 100px;
	background-repeat: no-repeat;
	height: 100px;
	background-position: center;
	margin: 15px 0;
}

.home .steps .icon-cart {
	background-image: url('images/shop-white-01.png');
}

.home .steps .icon-arrow {
	background-image: url('images/arrow-white-02.png');
}

.home .steps .icon-paper {
	background-image: url('images/paper-white-03.png');
}

.home .steps p {
	padding-top: 50px;
	clear: both;
}

.home #main-content .site-main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: left;
}

.home #main-content .site-main .column-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home #main-content .site-main .column-left h2 {
	font-size: 34px;
    line-height: 48px;
    text-align: left;
    font-style: normal;
}

.home #main-content .site-main .column-left p {
	margin-top: 0;
}

.home #main-content .site-main .column-right {
	width: 50%;
	background-color: #0a3454;
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 20px;
	margin-left: 75px;
}

.home #main-content .site-main .column-right .icon-row dt {
	width: 40px;
	height: 40px;
	float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    font-size: 32px;
    line-height: 20px;
}

.home #main-content .site-main .column-right .icon-row dd {
	margin-left: 60px;
	line-height: 20px;
}

.home #main-content .site-main .column-right .icon-row dd .icon-title {
	color: #ffffff;
	line-height: 24px;
	font-size: 17px;
	margin-bottom: 0;
	font-weight: bold;
}

.home #main-content .site-main .column-right .icon-row dd .icon-description {
	margin-top: 10px;
}

@media screen and (max-width: 991px) {
	.home #main-content .site-main .column-right {
		margin-left: 25px;
	}
	.home #main-content .site-main .column-left h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 890px) {
	.home #main-content .site-main {
		flex-direction: column;
	}
	.home #main-content .site-main .column-left {
		width: 90%;
		margin: auto;
		padding-bottom: 50px;
	}
	.home #main-content .site-main .column-right {
		width: 90%;
		margin: 0 auto;
	}
}


/*--------------------------------------------------------------
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;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

input[type=submit] {
    background: #0a3454;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #0a3454;
    color: #ffffff;
    transition: background-color 0.35s, color 0.35s;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    outline: none;
}

input[type=submit]:hover {
	background: transparent;
	color: #0a3454;
	border: 1px solid #0a3454;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited,
.ui-widget-content a {
	color: #218DA3;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 400;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #7ABABC;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

#site-navigation a {
	position: relative;
	display: inline;
	outline: none;
	text-transform: lowercase;
	letter-spacing: 0px;
	color: #0a3454;
	text-decoration: none;
	transition: none;
}

#site-navigation .large-menu a {
	margin: 10px 20px;
    padding-bottom: 5px;
}

#site-navigation .menu>li>a {
	font-size: 1.35em;
	transition: font-size 0.3s;
	line-height: 50px;
}


@media screen and (max-width: 800px) {
	#site-navigation .menu>li>a {
		font-size: 1.1em;
		line-height: 40px;
		margin: 0 8px;
	}
}

#site-navigation .menu>li>a {
    position: relative;
    color: #0a3454;
    text-decoration: none;
    overflow: hidden;
}

#site-navigation .menu>li>a::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0a3454;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#site-navigation .menu>li:hover>a::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}

#masthead.condensed #site-navigation .menu>li>a {
	color: #FFF;
	font-weight: normal;
	font-size: 1.1em;
}


.small-menu {
	display: none;
}

.large-menu {
	display: inline;
	float: right;
}

@media screen and (max-width: 600px) {
/*	#site-navigation .menu-toggle {
		display: block;
		margin: 0;
	}

	#site-navigation ul{
		display: none;
	}
*/
	.large-menu {
		display: none;
	}

	.small-menu {
		display: block;
	}

	.small-menu a {
		width: 25px;
	}

	#nav-toggle {
		display: inline-block;
		height: 30px;
	}

	.small-menu .menu-primary-nav-container {
		background: #0a3454 url(images/0a3454.png);
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 72px;
		transition: top 0.3s;
		box-shadow: 0 4px 10px #0a3454;
	}

	#site-navigation .menu>li>a::before, #site-navigation .menu>li>a::after {
		display: none;
	}

	#site-navigation .menu>li>a {
		color: #ffffff;
		transition: color 0.35s;
	}

	#site-navigation .menu>li>a:hover {
		color: #2084A3;
	}

	.condensed .small-menu .menu-primary-nav-container {
		top: 60px;
	}

	.condensed #nav-toggle span,
	.condensed #nav-toggle span::before,
	.condensed #nav-toggle span::after {
    	background-color: #FFF;
	}
}

#nav-toggle {
	display: none;
	cursor: pointer;
	padding: 10px 30px 10px 10px;
	float: right;
	margin-top: 25px;
}

.condensed #nav-toggle {
	margin-top: 20px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

#nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {
	border-radius: 1px;
	height: 3px;
	width: 25px;
	background: #0a3454;
	position: absolute;
	display: block;
	content: '';
}

#nav-toggle span:before {
	top: -6px;
}

#nav-toggle span:after {
	bottom: -6px;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0 !important;
}

#nav-toggle.active span:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 0 !important;
}

.small-menu .sub-menu {
	display: none;
}

.small-menu .menu-primary-nav-container {
	display: none;
}

.small-menu .menu-primary-nav-container li {
	display: inline;
}

.small-menu .menu-primary-nav-container a {
	display: block;
}

.main-navigation .large-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation .small-menu ul {
	width: 100%;
    padding-left: 0;
}

.main-navigation .large-menu li {
	float: left;
	position: relative;
}

.main-navigation .small-menu li {
	padding: 0 10px;
	display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
    border-bottom: 1px solid white;
}

.main-navigation .small-menu li a {
	font-family: 'Muli', sans-serif;
	font-weight: lighter;
}

.main-navigation .large-menu a {
	display: block;
}

/* sub-menu */

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    width: 275px;
    opacity: 0;
    transition: opacity .35s;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	background: #FFF;
	line-height: 2;
	border-top: 1px solid #EEE;
	width: 100%;
	cursor: pointer;
}

.main-navigation ul ul li:first-child {
	border-top: 0;
}

.main-navigation ul ul li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 5px;
}

.main-navigation ul ul li:hover {
	background: #2084A3;
}

#site-navigation.main-navigation ul ul li:hover > a {
	color: #FFF;
}

.main-navigation ul li:hover > ul {
	left: auto;
	opacity: 1;
}

.main-navigation ul li:hover:last-child > ul {
	right: 0;
	opacity: 1;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
	opacity: 1;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


.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: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-area{
	font-size: .9em;	
}

.widget {
    width: 33%;
    float: left;
    padding: 30px;
    color: #FFF;
    padding-bottom: 0;
}

.widget:last-child {
	border: 0;
}

.widget a{
	color: #7ABABC;
}

.widget a:hover {
	color: #DD8980;
}

.widget-title {
	font-size: 1.2em;
	font-family: Marcellus;
	color: #FFF;
}

#social {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-field {
	vertical-align: middle;
}

.widget_search .search-submit {
	margin: 10px 0;
	background: #2D5F85;
	box-shadow: none;
	border: 0;
	text-shadow: none;
	color: #FFF;
	padding: 10px 20px;
}

.widget_search .search-submit:hover {
	background: #1A84D4;
	box-shadow: none;
	border: 0;
}

@media screen and (max-width: 800px) {
	.widget {
		width: 50%;
	}
	
	.widget.widget_search {
		width: auto;
		float: none;
		border-bottom: 1px solid #000;
	}
}

@media screen and (max-width: 500px) {
	.widget {
		width: auto;
		float: none;
		border-bottom: 1px solid #000;
	}
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.entry-title  {
	font-family: Marcellus;
}

@media screen and (max-width: 600px) {
	.page-header, .entry-header  {
		font-size: .85em;
		text-align: center;
	}
}


img.framed {
	border-radius: 16px;
	border: 8px solid #D7E1E9;
}

img.circle {
	border: 8px solid #D7E1E9;
	border-radius: 150px;
}

img.left {
	float: left;
	margin: 0 50px 50px 0;	
}

img.right {
	float: right;
	margin: 0 0 50px 50px;	
}

img.circle.featured-composer {
	border: 4px solid #ffffff;
	margin: auto;
	margin-top: 20px;
	width: 250px;
	height: 250px;
	transition: border .25s ease-in-out;
  	-moz-transition: border .25s ease-in-out;
   	-webkit-transition: border .25s ease-in-out;
}

img.circle.featured-composer:hover {
	border: 4px solid #0a3454;
}

@media screen and (max-width: 991px) {
	img.circle.featured-composer  {
		width: 200px;
		height: 200px;
	}
}


@media screen and (max-width: 600px) {
	img.left,
	img.right  {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
}

div.col-left-wide {
	float: left;
	margin-right: 350px;
}

div.col-right-side {
	width: 300px;
	float: right;
	margin-left: -300px;
}

@media screen and (max-width: 700px) {
	div.col-left-wide,
	div.col-right-side  {
		float: none;
		width: 100%;
		margin: auto;
	}
}

#about {
	color: #ffffff;
}

#about h3 {
	color: #ffffff;
	font-weight: 700;
}

#about img {
	border: 4px solid #ffffff;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 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%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.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;
}


/* Catalog */

a.tile-toggle, a.list-toggle {
	color: #0a3454;
}

.work-category {
	display: inline-block;
	position: relative; 
	vertical-align: top;
	width: 24%;
	min-width: 200px;
	text-align: center;
	margin-top: 20px;
}

.work-category .title {
	width: 100%;
	min-height: 60px
}

.work-category .title h2 {
	text-align: center; 
	color: #FFF; 
	font-size: 1.2em;
	margin-top: 10px;
}

.work-category img {
	border: 4px solid #EAEDEA;
	background: #000;
	border-radius: 120px;
	width: 200px;
	min-width: 150px;
	height: 200px;
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
  	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

.work-category img:hover {
	opacity: 1;
}

@media screen and (max-width: 1000px) {
	.work-category {
		min-height: 188px; 
	}
	
	.work-category h2 {
		font-size: 1.2em;
	}
	
	.work-category img {
		width: 188px;
		height: 188px;
	}
}

@media screen and (max-width: 800px) {
	.work-category {
		min-height: 150px; 
	}
	
	.work-category h2 {
		font-size: 1em;
	}
	
	.work-category img {
		width: 150px;
		height: 150px;
	}
}

/* CATALOG TABLE */

.tablesorter-header-inner {
    font-size: 1.2vw;
    color: #ffffff;
    padding: 10px;
}

table.tablesorter thead tr th {
    background-image: url(images/table-sorter-arrows.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 20px;
    outline: none;
}

table.tablesorter thead tr .tablesorter-headerAsc {
    background-image: url(images/table-sorter-up.png);
}

table.tablesorter thead tr .tablesorter-headerDesc {
    background-image: url(images/table-sorter-down.png);
}

.works-list thead {
	background-color: #0a3454;
}

.works-list thead th:nth-child(1), .works-list thead th:nth-child(2) {
	width: 30%;
}

.works-list thead th:nth-child(3) {
	width: 40%;
}

.works-list td {
	padding: 4px 10px;
    vertical-align: baseline;
}

.works-list tr:nth-child(even) {
	background-color: #ffffff;
}

.works-list a, .works-list td {
	font-size: 16px;
}

.subworks {
    padding-left: 30px;
    color: #0a3454;
}

.subworks a {
    font-size: .8vw;
}

@media screen and (max-width: 1600px) {
	.works-list a, .works-list td {
		font-size: 1.1vw;
	}
	.tablesorter-header-inner {
		font-size: 1.3vw;
	}
	.subworks a {
		font-size: .9vw;
	}
}

@media screen and (max-width: 1200px) {
	.works-list a, .works-list td {
		font-size: 1.5vw;
	}
	.tablesorter-header-inner {
		font-size: 1.7vw;
	}
	.subworks a {
		font-size: 1.3vw;
	}
}

@media screen and (max-width: 991px) {
	.works-list a, .works-list td {
		font-size: 2vw;
	}
	.tablesorter-header-inner {
		font-size: 2.2vw;
	}
	.subworks a {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 776px) {
	.works-list a, .works-list td {
		font-size: 2vw;
	}
	.tablesorter-header-inner {
		font-size: 2.2vw;
	}
	.subworks a {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 675px) {
	.works-list a, .works-list td {
		font-size: 2.5vw;
	}
	.tablesorter-header-inner {
		font-size: 2.7vw;
	}
	table.tablesorter thead tr th {
		background-size: 16px;
	}
	.subworks a {
		font-size: 2.3vw;
	}
}

@media screen and (max-width: 500px) {
	.works-list a, .works-list td {
		font-size: 2.8vw;
	}
	.tablesorter-header-inner {
		font-size: 3vw;
	}
	.subworks a {
		font-size: 2.6vw;
	}
}

.works-list-options {
	/*background: #194877;*/
	padding: 40px 0;
	color: #FFF;
	text-align: center;
}

.works-list-options .view-toggle {
	float: left;
	width: auto;
	font-size: 3em;
	margin: 0 20px 20px 0;
}

.works-list-options .view-toggle .dashicons {
	font-size: inherit;
}

.works-list-options .view-toggle .selected .dashicons {
	color: #FFF;
}

.works-list-options label {
	color: #FFF;
}

.works-list-options span {
	white-space:nowrap; 
	margin: 8px 30px 8px 0;
	display: inline-block;
}

.works-list-options select {
	vertical-align: middle;
	color: #218DA3;
	background: #ffffff;
	font-size: 1.1em;
	border: 0;
	border-radius: 6px;
	padding: 6px;
}

.works-list-options select:focus {
	outline:0;
}

@media screen and (max-width: 800px) {
	.works-list-options {
		text-align: left;	
	}
	
	.works-list-options label,
	.works-list-options select {
		font-size: .9em;
	}
}

.work-tiles {
	text-align: center;
}

.work-tiles .grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.work-tiles .grid a {
	width: calc(25% - 20px);
    margin: 10px;
}

@media screen and (max-width: 991px) {
	.work-tiles .grid a {
		width: calc((100% / 3) - 20px);
	    margin: 10px;
	}
}

@media screen and (max-width: 776px) {
	.work-tiles .grid a {
		width: calc(50% - 20px);
	    margin: 10px;
	}
}

@media screen and (max-width: 500px) {
	.work-tiles .grid a {
		width: calc(100% - 20px);
	    margin: 10px;
	}
}

.work-tiles .grid a .cell {
    width: 100%;
	height: 100%;
    position: relative;
    overflow: hidden;
}

.work-tiles .grid a .cell img {
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.work-tiles .grid a:hover .cell img {
    transform: scale(1.1);
}

.work-tiles .grid a .cell .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(10,52,84, .6);
}

.work-tiles .grid a:hover .cell .overlay {
	background-color: rgba(10,52,84,.9);
}

.work-tiles .grid .cell .overlay .overlay-text {
	color: white;
    font-size: 20px;
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 10px;
}

.work-tiles .grid .cell .overlay .overlay-text h3, 
.work-tiles .grid .cell .overlay .overlay-text h4 {
	color: #ffffff;
	margin: 0;
}

.work-tiles .grid .cell .overlay .overlay-text .set-title {
	font-size: .9em;
}

.work-tiles .grid .cell .overlay .overlay-text .subtitle {
	font-style: italic;
    font-size: .8em;
}

.work-tiles .grid .cell .overlay .overlay-text hr {
	height: 1px;
    background: #fff;
    width: 50%;
    margin-bottom: 0px
}

.work-tiles .grid .cell .overlay .overlay-text .voicing {
	margin-top: 5px;
    font-size: 16px;
}

.work-tiles .grid .cell .overlay .overlay-text .detail .composer {
	line-height: 1em;
}

.catalog-button {
	text-align: center;
	padding-top: 30px;
}

.catalog-button a {
	padding: 15px;
	background-color: #2084A3;
	border: 2px solid #2084A3;
	border-radius: 5px;
	color: #E8EEF0;
	transition: background-color 0.35s, color 0.35s;
}

.catalog-button a:hover {
	background-color: #E8EEF0;
	border: 2px solid #2084A3;
	color: #2084A3;
	border-radius: 5px;
	transition: background-color 0.35s, color 0.35s;
}

.composer-button {
	text-align: center;
	padding-top: 30px;
}

.composer-button a{
	padding: 15px;
	background-color: #0a3454;
	border: 2px solid #0a3454;
	border-radius: 5px;
	color: #ffffff;
	transition: background-color 0.35s, color 0.35s;
}

.composer-button a:hover {
	background-color: #ffffff;
	border: 2px solid #0a3454;
	color: #0a3454;
	border-radius: 5px;
	transition: background-color 0.35s, color 0.35s;
}

.single-work #content {
	  padding-top: 60px;
}

.single-work #primary {
	  padding-top: 10px;
}

.single-work .entry-header {
	padding: 20px 0;
}

.entry-header img {
	border: 6px solid #218DA3;
}

.page-header img {
	border: 6px solid #218DA3;
}

#tabs .tab-links {
    margin: 0;
    padding: 0;
    height: 60px;
    background: transparent;
}

#tabs .tab-links li {
    float: left;
    list-style: none;
    width: 25%;
    background-color: transparent;
    border-left: 1px solid #f6f7fb;
    border-right: 1px solid #f6f7fb;
}

#tabs .tab-links li.active {
	border: 0;
}

#tabs .tab-links li a {
	padding: 15px 7px;
    display: inline-block;
    background: #0a3454;
    font-size: 20px;
    color: #ffffff;
    transition: all linear 0.15s;
    text-decoration: none;
    width: 100%;
    text-align: center;
    outline: 0;
    border-radius: 15px 15px 0 0;
    box-shadow: inset 0px -1px 5px #000;
}

@media screen and (max-width: 1200px) {
	#tabs .tab-links {
	    height: 54px;
	}
	#tabs .tab-links li a {
		font-size: 16px;
		line-height: inherit;
	}
}

@media screen and (max-width: 991px) {
	#tabs .tab-links {
		height: 78px;
	}
	#tabs .tab-links li a {
		height: 78px;
		line-height: 48px;
	}
	#tabs .tab-links li a#program-notes {
		line-height: inherit;
	}
}

@media screen and (max-width: 800px) {
	#tabs .tab-links {
		height: 54px;
	}
	#tabs .tab-links li a {
		height: 54px;
		line-height: inherit;
	}
}

@media screen and (max-width: 600px) {
	#tabs .tab-links {
		height: 78px;
	}
	#tabs .tab-links li a {
		height: 78px;
		line-height: 48px;
	}
	#tabs .tab-links li a#program-notes {
		line-height: inherit;
	}
}

#tabs .tab-links li.active a {
	background: #fff;
    color: #0a3454;
    outline: 0;
    box-shadow: none;
}

#tabs .tab-content {
	background: #ffffff;
}

#tabs .tab-content .tab-panel {
	display: none;
	height: 100%;
	padding: 30px 5% 50px;
}

#tabs .tab-content .tab-panel.active {
    display: block;
}

.single-work .entry-title {
	margin: 0;
	font-size: 2.4em;
	font-family: Marcellus;
	color: #FFF;
}

.single-work .entry-title .composer {
	font-size: .7em;
	white-space: nowrap;
}

.single-work .entry-title .composer a {
	color: #7ABABB;
}

.single-work .subworks {
	font-size: 1.2em;
	margin: 20px 0;
}

.single-work .work-voicing {
	margin: 0 0 10px 10px;
	font-style: italic;
	color: #FFF;
}

.single-work .lyricist {
	font-size: 1.1em;
	margin: 1.2em;
	display: inline-block;
}

.single-work .lyricist .details {
	font-size: .8em;
}

.single-work .entry-content.two-cols {
	padding-right: 0px;	
}

.single-work .col1 {
	width: 60%;
	float: left;
}

.single-work .col2 {
	padding-left: 20px;
	width: 40%;
	float: right;
	text-align: center;
}

.single-work .pdfs-preview {
	margin-bottom: 50px;
    max-height: 1000px;
    overflow-y: auto;
}

@media screen and (max-width: 800px) {
	.single-work .col1,
	.single-work .col2 {
		float: none;
		width: 100%;
		margin: auto;
		border: 0;
		padding: 0;
	}

	.single-work .pdfs-preview {
		max-height: none;
	}
}

.single-work .col1 h3 {
	clear: none;
}

.single-work .col2 h3 {
	margin: 10px 0;
	font-size: 1.2em;
}

.single-work .col2 h4 {
	font-family: inherit;
	font-weight: normal;
	margin: 10px 10px 0;
	font-size: .9em;
}

.single-work .col2 h4:first-letter {
	text-transform: uppercase;
}

.single-work .col2 iframe {
	margin: 0 0 20px;
}

.single-work .pdf-thumbs {
	display: inline-block;
	padding: 8px;
	background-color: #D7E1E9;
	text-align: center;
	font-size: .8em;
	margin: 8px 0;
	border-radius: 12px;
}

.single-work .pdf-thumbs img {
	border-radius: 10px;
}

.single-work .pdfs-preview.multiple .pdf-thumbs .wrapper {
	max-height: 200px;
	overflow: hidden;
	transition: max-height 2s;
}

.single-work .pdfs-preview.multiple .pdf-thumbs .wrapper .veil {
	height: 50px;
	width: 100%;
	background: transparent;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	position:absolute;
	bottom: 0px;
}

/*.single-work .pdfs-preview.multiple .pdf-thumbs .wrapper:hover {
	max-height: 1000px;
}

.single-work .pdfs-preview.multiple .pdf-thumbs .wrapper:hover .veil {
	display: none;
}*/


.single-work .download-title {
	font-family: inherit;
	font-weight: normal;
	margin: 1em 0 .5em;	
	clear: none;
}

.single-work .download-description {
	margin: .5em 0;	
}

/*#cboxLoadedContent img,
.pdfs-preview img {
	pointer-events: none;
}
*/

.fine-print {
	color: #666;
	font-size: .8em;
}


/* Downloads */

.single-download .pdfs-preview {
	margin-bottom: 50px;
}

.single-download .pdf-thumbs {
	display: inline-block;
	padding: 8px;
	background-color: #D7E1E9;
	text-align: center;
	font-size: .8em;
	margin: 8px 0;
	border-radius: 12px;
}

.single-download .pdf-thumbs img {
	border-radius: 10px;
}


.single-download .col {
	width: 45%;
	float: left;
	box-sizing:content-box;
}

.single-download .col.left {
	padding-right: 4%;
	margin-right: 4%;
	border-right: 1px solid #e8e5ce;
}

/* Composers */

.single-composer .entry-title {
	clear: none;	
}


/* Private */

.page-template-private-page #content {
	background: #FFF;
}



/* Spinner */

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #FFF;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* EDD */

.edd_download_purchase_form {
	
}

.edd_price_options {
	  font-size: .9em;	
}

.edd_checkout_cart_item_title .price_name {
	color: #999;
	font-size: 0.9em;	
}

.edd_cart_remove_item_btn {
	font-size: 0.9em;	
}

.edd_cart_footnote {
	font-size: .75em;
	margin: 0 20px 10px;
	color: #999;
}

.edd-submit.button.blue {
	background: #2084A3;
  border-color: #0a3454;
  transition: .3s all;
}

.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus,
.edd-submit.button.blue:active  {
	background: #DD8980;
  border-color: #BD6960;
}

.edd-cart-added-alert {
    color: #2084A3;
    display: inline;
    margin-left: 10px;
}

/* jQuery UI */
.ui-widget {
	font-family: inherit;
	font-size: 1em;
    border-color: #DDDDE3;
}

.ui-widget-header {
	background: #D7E1E9;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #f6f7fb;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background-color: #FFF;
}

/* Misc */

.fb_iframe_widget {
	background: #FFF;	
}


div#accept_paypal_payment_form {
  float: right;
  background: #FFF;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #CCC;
  margin-left: 50px;
  font-size: 10pt;
}

@keyframes fadeInDown{
	0% {
	    opacity: 0;
	    transform: translateY(-100%);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0%);
	}
}

  .parallax {
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin: 100%;
    -moz-perspective-origin: 100%;
    perspective-origin: 100%;
  }

  .parallax__group {
    position: relative;
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    transform-origin: 100%;
  }

  .parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(.7);
    -moz-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 1;
  }

  .parallax__layer--base {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 5;
  }

  .parallax__layer--mid-back {
    -webkit-transform: translateZ(-150px) scale(1.5);
    -moz-transform: translateZ(-150px) scale(1.5);
    transform: translateZ(-150px) scale(1.5);
    z-index: 4;
  }

  .parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    -moz-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
  }

  .parallax__layer--deep {
    -webkit-transform: translateZ(-600px) translateY(-54px) translateX(-30px) scale(3);
    -moz-transform: translateZ(-600px) translateY(-54px) translateX(-30px) scale(3);
    transform: translateZ(-600px) translateY(-54px) translateX(-30px) scale(3);
    z-index: 2;
  }


  /* demo styles
  --------------------------------------------- */

  /* style the groups
  --------------------------------------------- */

  #jumbotron {
    z-index: 5000; /* slide over group 2 */
  }
  #jumbotron .parallax__layer--base {
  }

  #about {
    z-index: 3000; /* slide under groups 1 and 3 */
  }
  #about .parallax__layer--back {
  }

  #works {
    z-index: 4000; /* slide over group 2 and 4 */
  }
  #works .parallax__layer--base {
  }

  #selected-work {
    z-index: 2000; /* slide under group 3 and 5 */
  }
  #selected-work .parallax__layer--deep {
  }

  footer {
    z-index: 3000;
  }

.homepage-background {
	height: 0;
}

.homepage-background .background-image {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	transition: 1s opacity;
	opacity: 0;
}

.homepage-background .background-image.visible {
	opacity: 1;
}

.homepage-background .background-image#banner-1 {
	background-image: linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-1.jpg');
}

.homepage-background .background-image#banner-2 {
	background-image: linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-2.jpg');
}

.homepage-background .background-image#banner-3 {
	background-image: linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-3.jpg');
}

.homepage-background .background-image#banner-4 {
	background-image: linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-4.jpg');
}

.homepage-background .background-image#banner-5 {
	background-image: linear-gradient(
	      rgba(10,52,84, .6),
	      rgba(10,52,84, .6)
	    ),
	    url('./images/dream-5.jpg');
}