/*
Theme Name: Donemus
Author: Eliane Ontwerpt | Eliane Klapwijk - van Oosterom
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
input,
select,
textarea {
	color: #414142;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	clear: both;
	color: #be0019;
	margin: 0 0 20px;
	text-rendering: optimizeLegibility;
	font-weight: normal;
}

h1 {
	font-size: 32px;
	margin-bottom: 40px;

}

h2 {
	font-size: 24px;
}

h3 {
	color: #414142;
	font-size: 20px;	
}



/**
 * 4.0 - Elements
 */

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

ul {
	list-style: none;
	padding: 0 0 0 12px;
}

#text-5 li:before
, #text-5 #nieuw a:before 
, .page-template-shop #text-6 #nieuw a:before
, .page-template-publishing #text-8 li:before
, .page-template-shop .site-content li:before 
, .page-id-65 .site-content li:before
, .page-id-63 .site-content li:before
, .widget_archive li:before {
	background-color: #be0019;
    content: '';
    display: inline-block;
    height: 5px;
    margin: 0 8px 2px -10px;
    width: 5px;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

input[type="text"]
, input[type="email"]
, select  {
	height: 33px !important;
	padding: 0 10px;
}

button
, input[type=submit] {
	background: #a9a9ac;
	border: 0;
	border-radius: 20px;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 11px 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-size: 14px;
}

button:hover
, input[type=submit]:hover {
	background: #be0019;
}



/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #be0019;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #333333;
}

a:hover,
a:active {
	outline: 0;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}


.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	text-align: right;
}

.main-navigation li {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #414142;
	display: block;
	outline-offset: -1px;
}

.main-navigation .current_page_item a
, .main-navigation a:hover  {
	color: #be0019;
}

.main-navigation ul ul {
	display: none;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	height: 45px;
	padding: 15px 0;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
}

.post-navigation span {
	display: block;
}

.post-navigation .post-title {
	display: inline;
}

.pagination {
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

/* 7.0 Accesibility */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}



/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {	
	margin-bottom: 40px;
}


/**
 * 11.0 - Content
 */

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

.site-content {
	float: left;
	margin-top: 80px;
	padding: 0 2%;
	word-wrap: break-word;
	width: 96%;
}

.site-main {
	margin-bottom: 3.5em;
}


/**
 * 11.1 - Header
 */

.site-header .header_img {
	background: url('/wp-content/themes/donemus/images/header-small.jpg') center no-repeat;
	height: 250px;
	float: left;
	width: 100%;
}

.home .site-header .header_img {
	background: url('/wp-content/themes/donemus/images/header.jpg') center no-repeat;
	height: 445px;
}

.site-header .header_img .hdr_branding {
	margin: 40px auto 0;
    max-width: 1320px;
	padding-left: 2%;
    position: relative;
}

.home .site-header .header_img .hdr_branding {
	margin-top: 62px;
}

.site-header .header_img a img {
	width: 175px;
}

.home .site-header .header_img a img {
	width: 232px;
}

.site-header .header_img .hdr_branding h1 {
	color: #fff;
	font-weight: normal;
	margin-top: 30px;
    font-size: 22px;
}

.home .site-header .header_img .hdr_branding h1 {
	color: #fff;
	font-size: 32px;
	margin-top: 40px;
}


.site-header .header_img .hdr_branding p {
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
	display: none;
    color: #fff;
    width: 57%;
    font-style: italic;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.home .site-header .header_img .hdr_branding p {
	display: block;
}


.site-header .header_img .hdr_branding p span {
	display: block;
	font-style: normal;
	font-size: 12px;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu-toggle {
	background: none;
	border-radius: 0;
	color: #fff;
}

.menu-toggle:hover {
	background: none;
}

.menu-toggle:before {
	content: "\f419";
	font-family: "Genericons";
	margin-right: 5px;
	display: block;
    float: left;
}

.menu-toggle.toggled-on:before {
	content: "\f406";
	font-family: "Genericons";
	font-size: 16px;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #fff;
	color: #414142;
	z-index: 998;
}

.menu-toggle:focus {
	outline: 0;
}

.mobile-hdr {
	display: none;
}

/**
 * 11.2 - Posts and pages
 */
 
.site-content .content-area {
     width: 67%;
   	 float: left;
 }
 
  .single-post .content-area article {
	 width: 100%;
   	 float: left;
  }
 
 .site-content > aside {
	 float: left;
	 margin-left: 8%;
	 width: 25%;
 }

.site-main > article {
	position: relative;
}

.post-thumbnail {
	display: block;
}

.post-thumbnail img {
	display: block;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

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


body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 11.3 - Post Formats
 */

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}



/**
 * 11.5 - Sidebar
 */



/**
 * 11.6 - Footer
 */

.site-footer {
	background-color: #747476;
	clear: both;
	color: #fff;
	float: left;
	padding-top: 40px;
	width: 100%;
}

.site-footer a {
	color: #fff;
}

.site-footer h2  {
	color: #fff;
	font-size: 22px;
}

.site-footer aside {
	margin: 0 auto;
    max-width: 1320px;
    position: relative;
}

.site-footer .widget-area {
	padding-left: 2%;
}

.site-footer .widget-area section {
	float: left;
	margin-right: 4%;
	width: 22%;
}

.site-footer .widget-area section:nth-of-type(3) {
	width: 14%;
    margin-right: 8%;
}

.site-footer .widget-area section:last-of-type {
	margin-right: 0;
}

.site-footer #text-2 span {
	display: block;
}

.site-footer #text-2 span:nth-child(4) {
	margin-top: 10px;
}

.site-footer .widget_mc4wp_form_widget label {
	display: block;
}

.site-footer input[type=email] {
	margin-top: 4px;
	width: 136px;
}

.site-footer input[type=submit] {
	background: none;
	border: 1px solid #fff;
	margin-left: 83px;
}

.site-footer input[type=submit]:hover {
	background: #be0019;
	border: none;
}

.site-footer .fb-btn:before {
	content: "\f204";
	font-family: "Genericons";
	font-size: 28px;
}

.site-footer .twitter-btn:before {
	content: "\f202";
	font-family: "Genericons";
	font-size: 28px;
}

.site-footer .spotify-btn:before {
	content: "\f515";
	font-family: "Genericons";
	font-size: 28px;
	display: block;
	float: left;
	margin-right: 5px;
}

.site-footer .fb-btn:hover:before
, .site-footer .twitter-btn:hover:before 
, .site-footer .spotify-btn:hover {
	color: #be0019;
}


.site-footer > p {
	display: block;
    width: 96%;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin-bottom: 20px;	
}


/**
 * 12.0 - Media
 */

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/* BREADCRUMBS */

#breadcrumbs{
    list-style:none;
	float: left;
    margin:10px 0 0;
    overflow:hidden;
	padding-left: 2%;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

#breadcrumbs li a {
	color: #999;
}

/* HOME */

/* widgets */

.recent-posts-extended h3 a {
	color:#666668;
}

#text-5 .textwidget {
	background-color: #eeeeee;
	line-height: 22px;
	padding: 40px 20px;
}

#text-5 #nieuw {
	margin-bottom: 40px;
	padding-left: 12px;
}

#text-5 #nieuw a p::first-line {
	color: red;
}

#text-5 #nieuw a {
	color: #666668
}

#text-11 .cff-meta-wrap {
	display: none;
}

#text-11 a {
	width: 90%;
    float: right;
}

#text-11 a p {
	color: #666668 !important;
	line-height: 16px;
}

#text-11 #cff .cff-item {
	padding: 20px 0 5px 0;
}

#text-11 .cff-date {
    clear: none;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #be0019; 
	font-size: 14px;
	line-height: 16px;
	width: 8%;
	margin: 0;
    min-width: inherit;
}

#text-11 .cff-end-date {
	display: none;
}

#text-11 p.cff-date::first-line {
	font-size: 24px;
}

.home #text-15 p {
	margin-top: 0;
}

.home .fpw-featured-image {
	height: 250px !important;
    overflow: hidden;
    position: relative;
    width: 100%;	
}

.home .fpw-featured-image img {
	position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
	width: 100%;
}

/* NEWS */

.widget_archive {
	background-color: #eeeeee;
	line-height: 22px;
	padding: 20px 20px;
}

.category-latest-news .entry-summary p {
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
	line-height: 24px;
}

/* EVENTS */

.page-template-events .widget_fpw_widget {
	background-color: #eeeeee;
    line-height: 22px;
    padding: 20px 20px;
}

.page-template-events .fpw-layout-wrapped .fpw-featured-image {
	display: none;
}

.captainform-backlink {
	display: none;
}



/* COMPOSERS */

.page-template-composers .fpw-featured-image
, .page-template-composers .fpw-featured-image img
, .page-template-composers2 .fpw-featured-image
, .page-template-composers2 .fpw-featured-image img {
    text-align: left;
}

.page-template-composers .fpw-featured-image
, .page-template-composers2 .fpw-featured-image {
	float: left;
	margin: 0 10px 0 0;
	width: 25%;
}

.page-template-composers #nav_menu-3
, .page-template-composers2 #nav_menu-5 {
	display: none;
	width: 96%;
}

.page-template-composers #nav_menu-2
, .page-template-composers2 #nav_menu-4   {
	width: 96%;
}

.content-area.composers .entry-summary {
	display: none;
}

.content-area.composers .entry-content h2 {
	margin-top: 40px;
}

.single #text-13
, .single #text-14 {
	display: none;
}

#text-13 {
	margin-top: 200px;
    float: left;
}

#text-14 {
	margin-top: 180px;
    float: left;
}

/* Composer menu */

.menu-composers-container
, .menu-treasured-composers-container
{
	margin-top:15px;
}

.menu-composers-container ul
, .menu-treasured-composers-container ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 100%;
}

.menu-composers-container ul a
, .menu-treasured-composers-container ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	letter-spacing: 0.05em;
	line-height:32px;
	padding:0 10px;
}

.menu-composers-container ul a:first-of-type
, .menu-treasured-composers-container ul a:first-of-type  {
	padding-left: 0;
}

.menu-composers-container > ul > a
, .menu-treasured-composers-container > ul > a  {
	padding-left: 0;
}

.menu-composers-container ul li
, .menu-treasured-composers-container ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 15%;
}

.menu-composers-container ul li.current-menu-item a
, .menu-treasured-composers-container ul li.current-menu-item a
{
	color: #be0019;
}

.menu-composers-container ul li a:hover
, .menu-treasured-composers-container ul li a:hover
{
	color: #be0019;
}

.menu-composers-container ul.sub-menu
, .menu-treasured-composers-container ul.sub-menu {
	z-index: 999;
}

.menu-composers-container ul ul
, .menu-treasured-composers-container ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#eee;
	padding: 5px 0 5px 10px;
	width: 200px;
}


.menu-composers-container li:nth-child(n+5) ul
, .menu-treasured-composers-container li:nth-child(n+5) ul {
	left: -100px;
	
}

.menu-composers-container ul ul li
, .menu-treasured-composers-container ul ul li
{
	float:none;
	width:200px
}

.menu-composers-container ul ul a
, .menu-treasured-composers-container ul ul a
{
	line-height:120%;
	padding:10px 15px
}

.menu-composers-container ul ul ul
, .menu-treasured-composers-container ul ul ul
{
	top:0;
	left:100%
}

.menu-composers-container ul li:hover > ul
, .menu-treasured-composers-container ul li:hover > ul
{
	display:block
}


/* biography */

.single .site-content .composers-hdr aside.content-composers {
    float: right;
    width: 24%;

}

.single h2.composers-title {
	float: left;
	font-size: 32px;
}

.site-content .content-area.composers {
	width: 100%;
}

.single-post .content-area.composers  article {
	 padding-left: 2%;
	 width: 65%;
  }

  aside.composer-info {
	  float: left;
	  margin-left: 8%;
	  margin-bottom: 40px;
	  padding-top: 38px;
	  width: 25%;
  }
  
  aside.composer-info a.compositions
  ,   aside.composer-info a.pers
  ,   aside.composer-info a.facebook
  ,   aside.composer-info a.compose4you
  , aside.composer-info  a.flyer
  , aside.composer-info  a.flyer2
  , aside.composer-info  a.flyer3
  , aside.composer-info  a.flyer4
  , aside.composer-info  a.flyer5 {
	  display: block;
  }
  
aside.composer-info .white {
	margin-bottom: 60px;
}

.owl-nav button {
	border-radius: 0;
}

.owl-carousel .slider-txt {
	display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
}

.single-post .content-area.composers article .slider-left {
	float: left;
    margin: 0 20px 10px 0;
    width: 50%;
}

  .single-post .content-area.composers article .post-thumbnail {
	  float: left;
	  margin: 0 20px 10px 0;
	  max-width: 333px;
  }
  
  .single-post .content-area.composers article #biografie + h2 {
  	margin-top: 20px;
  }
  
.single-post .content-area.composers article #werkenlijst {
  	background-color: #eeeeee;
    line-height: 22px;
    padding: 20px;
}
  
  
  
   .single-post .content-area.composers article .posted-on {
	   display: none;
   }
	
	aside.composer-info .youtube_cnt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom: 40px;
}
	aside.composer-info .youtube_cnt .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

aside.composer-info h3 {
	margin-top: 30px;
}

aside.composer-info a.compositions
, aside.composer-info a.pers
, aside.composer-info  a.facebook
, aside.composer-info  a.flyer
, aside.composer-info  a.flyer2
, aside.composer-info  a.flyer3
, aside.composer-info  a.flyer4
, aside.composer-info  a.flyer5 {
	line-height: 32px;
}

aside.composer-info  .fa {
	width: 25px;
	font-size: 20px;
	margin-right: 5px;
}

aside.composer-info a.compose4you {
	cursor: hand;
    margin: 40px 0 20px;
}



/* SHOP */

.page-template-shop .site-content button {
	margin: 10px 0 20px;
}

.page-template-shop #text-6 .textwidget {
	background-color: #eeeeee;
	line-height: 22px;
	padding: 40px 20px;
}

.page-template-shop #text-6 #nieuw {
	margin-bottom: 40px;
	padding-left: 12px;
}

.page-template-shop #text-6 #nieuw a {
	color: #666668
}

/* PUBLISHING */

.page-template-publishing .publishing-widgets .widget {
	float: left;
	width: 45%;
}

.page-template-publishing .publishing-widgets .widget:first-of-type {
	margin-right: 5%;
}

.page-template-publishing .publishing-widgets {
	margin-left: 0;
	width: 100%;
}

.page-template-publishing .publishing-widgets .fpw-featured-image {
	display: none;
}

.page-template-publishing #text-7 button {
	margin-top: 20px;
}

.page-template-publishing #text-8 button {
	margin-top: 10px;
}

/* Downloads */

.page-id-61 h2 {
	margin-top: 40px;
}

.page-id-61 .content-area {
	width: 96%;
}

.page-id-61 .entry-content div {
	float: left;
	width: 46%;
}

.page-id-61 .entry-content div:last-of-type {
	margin-left: 8%;
}

/* The Comportal */

.page-id-65 .entry-content img {
	float: left;
	margin: 20px 20px 40px 0;
}

.page-id-65 article ul:first-of-type {
	margin-top: 40px;
}

.page-id-65 .site-content .content-area {
	width: 96%;
}

.page-id-65 .entry-content img {
	float: left;
	margin: 20px 20px 40px 0;
}

.page-id-65 article ul:first-of-type {
	margin-top: 40px;
}

.page-id-65 .site-content .content-area {
	width: 96%;
}

/* Publishing audio */

.page-id-63 .site-content li {
	margin-bottom: 10px;
}

/* ABOUT US */

.site-content .content-area.about {
	width: 100%;
}

.site-content .content-area.about .entry-content > p:first-child {
	float: left;
	width: 67%;
}

.site-content .content-area.about .about_contact {
	float: left;
	margin-left: 8%;
	width: 25%;	
}

/* Our team */

.team-mmbrs div {
    float: left;
    width: 20%;
    height: 350px;
    margin-right: 5%;
}

.team-mmbrs div p:first-child {
	color: #414142;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}

.team-mmbrs div:nth-of-type(4)
, .team-mmbrs div:nth-of-type(8) {
	margin-right: 0;
}

/* About widgets */

.page-template-about .site-content .widget {
	float: left;
	width: 45%;
}

.page-template-about .site-content .widget:nth-of-type(odd) {
	margin-right: 5%;
}

.page-template-about .site-content .widget_text p
, .page-template-about .site-content .widget_text .img-cnt + p + a {
	float: left;
	margin-left: 20px;
	width: 67%;
}

.page-template-about .site-content .widget_text .img-cnt {
	float: left;
	width: 20%;
}

#fpw_widget-6 .fpw-featured-image {
	float: left;
	height: 200px !important;
	margin-right: 20px;
	width: 42%;
}

#fpw_widget-7 .fpw-featured-image
, #fpw_widget-8 .fpw-featured-image {
	display: none;
}

/* Foundation */

.page-id-62 .post-thumbnail img {
	margin-bottom: 20px;
	width: 30%;
}

/* CONTACT */

.page-id-50 .site-content .content-area {
	width: 100%;
}

.page-id-50 .site-content h2 {
	margin-top: 40px;
}

.page-id-50 div.contact-general {
	clear: both;	
	float: left;
	margin-bottom: 40px;
}

.page-id-50 .entry-content img {
	float: left;
}

.page-id-50 .entry-content div.contact-txt {
	float: left;
	margin-left: 20px;
	width: 50%;
}

.page-id-50 .entry-content div.contact-info {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.page-id-50 .entry-content div.contact-info:last-of-type {
	margin-right: 0;
}




/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {

	.site-main {
		margin-bottom: 5.25em;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}


	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}
	
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}


	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}





/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		display: inline-block;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation ul ul {
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		padding: 0;
		width: 25%;
	}
	
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {




}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	

}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}



	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
@media only screen and (max-device-width: 700px) {
	/* HOME */
	
	.home .rpwe-thumb {
		margin-bottom: 10px;
		width: 100%;
	}
	
	/* MENU */
	.menu-hoofdmenu-container {
   		z-index: 999;
    	position: absolute;
		top: 50px;
		width: 100%;
	}
	
	.main-navigation ul {
    text-align: left;
	}
	
	.main-navigation li {
		background: #fff;
		border-top: 0;
		border-bottom: 1px solid #d1d1d1;
		height: 40px;
		padding: 2%;
	}
	
	.dropdown-toggle:after {
		display: none;
	}
	
	.site-header-menu {
		position:inherit;	
	}
	
	.menu-toggle {
		color: #fff;
		font-size: 16px;
		position: fixed;
		top: 20px;
		right: 5px;
		z-index: 998;
	}
	
	.menu-toggle.toggled-on {
		right: 0;
	}
	
	.main-navigation .primary-menu {
		padding-top: 0;
	}
	
	.main-navigation {
		float: left;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		z-index: 997;
		background: rgba(0, 0, 0, .7);
	}
	
	.main-navigation li a {
		margin: 10px;
	}
	

	/* HEADER */
	
	.site-header .mobile-hdr {
		display: block;
		background: url('/wp-content/themes/donemus/images/mobile-header.jpg') -400px no-repeat;
		box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
		height: 100px;
		padding: 0 2%;
		width: 96%;
		position: fixed;
		top: 0;
		z-index:996;
	}
	
	.site-header .mobile-hdr a img {
		margin-top: 5px;
		width: 100px;
	}
	
	.site-header .mobile-hdr h1 {
		color: #fff;
		font-size: 18px;
		margin: 4px 0 0;
	}
	
	
	.site-header .header_img  {
		display: none;
	}
	
	
	/* FOOTER */
	
	.site-footer {
		padding: 5% 2%;
		width: 96%;
	}
	
	.site-footer .widget-area section
	, .site-footer .widget-area section:nth-of-type(3) {
    margin-right: 4%;
    width: 48%;
}


.site-footer .widget-area section:nth-child(even) {
	margin-right: 0;
}

	/* GENERAL */
	
	.home .site-content {
		margin-top: 130px;
	}
	
	
	.site-content {
		margin-top: 30px;
	}
	
	#breadcrumbs {
		margin: 120px 0 0;
	}
	
	.site-content > aside {
    margin-left: 0;
    width: 100%;
}

.site-content .content-area {
    width: 100%;
}

	/* NEWS */
	
	#text-10 {
		display: none;	
	}
	
	/* COMPOSERS */
	
	.page-id-48.page-template-composers #nav_menu-3
	, .page-id-784.page-template-composers2 #nav_menu-5 {
		display: block;
		float: left;
		margin: 20px 0 30px;
	}
	
	.page-id-48.page-template-composers #nav_menu-2
	, .page-id-784.page-template-composers2 #nav_menu-4 {
		display: none;
	}	
	
	aside.composer-info {
    margin-left: 0;
    padding: 38px 2% 0;
    width: 96%;
	}
	
	.single h2.composers-title {
		margin-bottom: 30px;
	}
	
	.single-post .content-area.composers article {
		padding: 0 2%;
		width: 96%;
	}
	
	.single .site-content .composers-hdr aside.content-composers
	, .site-content .composers-hdr aside.content-composers {
    float: left;
    margin-left: 0;
	margin-bottom: 20px;
    width: 96%;
	}
	
	.single .site-content .composers-hdr aside.content-composers h2 {
		margin-bottom: 5px;
	}
	
	.menu-composers-container {
		margin-top: 0;
	}
	

.single-post .content-area.composers article .post-thumbnail {
    margin: 0 0 20px 0;
    max-width: 100%;
	max-height: 250px;
	overflow: hidden;
	width: 100%;
}

.single-post .content-area.composers article .post-thumbnail img {
	width: 100%;
}

#text-13
, #text-14 {
	margin-top: 0;
}


/* EVENTS */

.page-template-events #cff .cff-lightbox-link {
	z-index: 1;
}

.page-template-events .site-content {
	position: relative;
}

.page-template-events .site-content .site-main article {
	margin-top: 90px;
}

.page-template-events .site-content > aside {
	position: absolute;
}


.page-template-events .site-content > aside a {
    background: #a9a9ac;
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 5px 0;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 14px;
    display: block;
    cursor: pointer;
    width: 96%;
    text-align: center;
}

.page-template-events .fpw-layout-wrapped .fpw-excerpt {
	display: none;
}

.page-template-events .widget_fpw_widget {
	background: none;
	padding: 0;
}

/* ABOUT US */

.site-content .content-area.about .entry-content > p:first-child {
	width: 100%;
}

.site-content .content-area.about .about_contact {
	margin-left: 0;
	width: 100%;	
}

.team-mmbrs div {
	width: 48%;
	height: 300px;
	margin-right: 4%;
}

.team-mmbrs div:nth-child(even) {
	margin-right: 0;
}

.page-template-about .site-content .widget {
	width: 100%;
}

}

/*PAGE TEMPLATE ARTICLE*/

article img.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

article img.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

article img.aligncenter {
    display: block;
    margin: auto;
}


article h2.no-break {
    display: initial;
    line-height: 24px;
    vertical-align: text-top;
} 

article p {
    margin-bottom: 20px;
}

/* PAGE LABELS */

.category-labels .site-content .content-area
, .category-composers-voice .site-content .content-area
, .category-donemus-musicians-voice .site-content .content-area
, .category-crossovers .site-content .content-area {
    width: 100%;
}

.category-labels .site-content .content-area h1
, .category-composers-voice .site-content .content-area h1
, .category-donemus-musicians-voice .site-content .content-area h1
, .category-crossovers .site-content .content-area h1 {
    margin-bottom: 10px;
}

aside.labels {
    width: 67%;
}

aside.labels .owl-stage div {
    padding: 0 !important;
}

aside.labels .owl-stage button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

aside.labels .owl-stage button a {
    color: white;
} 

aside.labels .owl-stage .sa_hover_buttons {
    display: none;
}

aside.labels .owl-stage h3 {
    font-size: 32px;
    position: absolute;
    top: 30%;
    right: 5%;
    margin: 0;
    width: 60%;
    line-height: 36px;
}

aside.labels .owl-carousel .owl-item img {
    height: 220px;
}

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

.labels-menu .main-navigation li {
    border-top: none;
    display: block;
    float: left;
}

.labels-menu .main-navigation li a {
    padding: 10px 20px;
}

.labels-menu .main-navigation li.current-menu-item {
    border-bottom: 5px solid #be0019;
}

.labels-menu .main-navigation li.current-menu-item a {
    color: #be0019;
}

.label-area {
    float: left;
    clear: both;
    background-color: #eeeeee;
    padding: 20px 0 0 20px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1200px;
}

.label-area article {
    width: 220px;
    min-height: 400px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

.label-area .pagination {
    float: left;
    margin-left: 20px;
}

.label-item-img {
    height: 220px;
    overflow: hidden;
}

.label-area article p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    margin: 5px 0;
}

.label-area article h3 {
    color: #be0019;
    font-size: 14px;
    margin-bottom: 0;
}

.label-area article .entry-content {
    margin: 0 10px;
}

.label-area article footer {
    position: absolute;
    bottom: 10px;
    border-top: 1px solid #D8D8D8;
    height: 40px;
    width: 200px;
    left: 10px;
}

.label-area article footer a.label-button {
    display: block;
    float: left;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    width: 30px;
}

.label-area article footer a.label-button.apple-music {
    background: url('/wp-content/themes/donemus/images/apple-music-icon.svg') center no-repeat;
}

.label-area article footer a.label-button.apple-music:hover {
    background: url('/wp-content/themes/donemus/images/apple-music-icon-hvr.svg') center no-repeat;
}

.label-area article footer a.label-button.spotify {
    background: url('/wp-content/themes/donemus/images/spotify-icon.svg') center no-repeat;
}

.label-area article footer a.label-button.spotify:hover {
    background: url('/wp-content/themes/donemus/images/spotify-icon-hvr.svg') center no-repeat;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 700px) {
    
h1 {
    margin-bottom: 10px;
}
    
article img.alignright {
float: initial;
margin: initial;
}

article img.alignleft {
    float: left;
    margin: initial;
}


article h2.no-break {
    display: block;
    line-height: 24px;
    vertical-align: initial;
} 
    
aside.labels {
    width: 100%
}
     
.label-area {
    padding: 20px 0 0;
}
    
.label-area article {
    float: none;
    margin: 0 auto 20px;
}

.labels-menu .main-navigation {
    position: relative;
    background: none;
    height: inherit;
    z-index: 0;
} 
    
.labels-menu .main-navigation li {
    border-bottom: 0;
}
    
.labels-menu .main-navigation li a {
    padding: 10px 0;
    margin: 0;
}
    
aside.labels .owl-stage h3 {
    font-size: 18px;
    line-height: 24px;
    width: 30%;
}
}

@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

	.site-header .mobile-hdr {
			background: url('/wp-content/themes/donemus/images/mobile-header.jpg') center no-repeat;
	}
}
