@charset "UTF-8";
/*
Theme Name: HOS theme
Author: Alice Cannava
Description: Custom Theme for the Heroines of Sound website
Version: 1.0
Template: twentyseventeen
Text Domain: hos
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Accessibility
2.0 Clearings

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
2.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after {
  clear: both;
}
/*--------------------------------------------------------------
5.0 General Elements
--------------------------------------------------------------*/
html {
  font-size: 100%;
}
body {
  color: #000;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%;
  line-height: 1.8;
  background: rgba(255, 237, 0, 0.9);
}
body.page-template-mother {
  background: #95d6e0;
}

h1 {
  font-weight: 700;
  font-size: 170%;
  display: block;
}
h2, .home.blog .entry-title {
  font-size: 145%;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: -0.5rem;
}
h3 {
  font-size: 140%;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  background: #000000;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 18px;
  letter-spacing: 0.02rem;
}
h4 {
  font-size: 110%;
  font-weight: 700;
  line-height: 1.5;
  color: #03535f;
  border-bottom: 2px solid;
  display: table;
}
h5 {
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
}


.single-artists h5 {
  font-size: 90%;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  margin: 50px 0;
}

.single-artists h5 a{
  color: #000;
}
p {
  margin: 0 0 0.8em 0;
  padding: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  font-style: italic;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
address {
  margin: 0 0 1.5em;
}
:focus {
  outline: none;
}
hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.tab {
  margin-left: 10px;
  display: block;
}
.small {
  font-size: 84%;
}
/*------------
 Lists
-----------*/
ul, ol {
  margin: 0 0 1.2em 1.6em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/*----------------------
Tables
---------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #eee;
}
td {
  padding: 0.4em;
}
th:first-child, td:first-child {
  padding-left: 0;
}
th:last-child, td:last-child {
  padding-right: 0;
}
/*----
 * Links
------ */
a {
  color: #00798b;
}
a:hover, a:active, a:focus {
  color: #fff;
}
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1em;
}
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.post-thumbnail a:hover img, .post-thumbnail a:focus img {
  opacity: 0.7;
}
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  margin-left: 0;
}
.main-navigation li {
  margin-left: 8px;
}
.main-navigation li:first-child {
  margin-left: 0;
}
.main-navigation ul li:first-child, .main-navigation ul li {
  margin-left: 0;
}
.main-navigation li a {
  display: block;
  padding: 0 12px;
  line-height: 1;
}
.main-navigation ul li a {
  display: block;
  padding: 5px 12px;
  line-height: 1;
}
.main-navigation a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 74%;
  letter-spacing: 0.16em;
}
.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus, .main-navigation .current_page_item a, .main-navigation .current-menu-ancestor a, .main-navigation .current-menu-parent a, .main-navigation .current_page_parent a, .main-navigation .current_page_ancestor a, .main-navigation .active a {
  color: #ffffff;
}
.page-template-mother-yellow .main-navigation a:active, 
.page-template-mother-yellow .main-navigation a:focus, 
.page-template-mother-yellow .main-navigation .current_page_item a, 
.page-template-mother-yellow .main-navigation .current-menu-ancestor a, 
.page-template-mother-yellow .main-navigation .current-menu-parent a, 
.page-template-mother-yellow .main-navigation .current_page_parent a, 
.page-template-mother-yellow .main-navigation .current_page_ancestor a, 
.page-template-mother-yellow .main-navigation .active a,
.page-template-sidebar-page .main-navigation a:active, 
.page-template-sidebar-page .main-navigation a:focus, 
.page-template-sidebar-page .main-navigation .current_page_item a, 
.page-template-sidebar-page .main-navigation .current-menu-ancestor a, 
.page-template-sidebar-page .main-navigation .current-menu-parent a, 
.page-template-sidebar-page .main-navigation .current_page_parent a, 
.page-template-sidebar-page .main-navigation .current_page_ancestor a, 
.page-template-sidebar-page .main-navigation .active {
  color: #00798b !important;
}

.bellows-current_page_item a,
.bellows-current-menu-item a {
  color: #00798b !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 8rem;
  width: auto;
  padding: 1.5rem 0.5rem 1rem 0;
  margin: 0 0 0 -0.5rem;
  font-size: 90%;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  background: rgba(255, 237, 0, 0.9);
}

body.page-template-mother .dropdown-menu {
  background: #95d6e0;
}

.dropdown-menu a.dropdown-item:hover, .dropdown-menu a.dropdown-item:active, .dropdown-menu a.dropdown-item:focus {
  background: inherit;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  border: 0;
}

/*sidebar nav*/

.side-nav ul {
  list-style: none;
  margin-left: 0;
  margin-top: 8px;
}
.side-nav ul li {
 margin-bottom: 4px;
}

.side-nav li.current_page_item a {
  color: #00798b;
}

ul.sub-menu, ul.bellows-submenu {
  font-size: 88%;
  margin-top: 0;
}

.bellows .bellows-nav .bellows-submenu li {
  padding-left: 12px;
}

/*fixes plugin accordion menu */

.bellows .bellows-nav .bellows-subtoggle {
  width: 100% !important;
  justify-content: flex-end !important;
}

.bellows .bellows-nav .bellows-custom-content.bellows-custom-content-padded, .bellows .bellows-nav .bellows-target, .bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-image.bellows-image-padded, .bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-target-text {
  padding: 12px 0 6px 0 !important;
}

.bellows {
  margin-top: 6px !important;
}






/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.header-image {
  margin-bottom: 3rem;
}
/* Site branding */
.navbar-brand img {
  max-width: 200px;
}
.navbar-brand a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.navbar-brand a:hover, .navbar-brand a:focus {
  opacity: 0.85;
}
.more a {
  display: block;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 0.15rem;
}
.more a:after {
  content: ' >';
  vertical-align: 9%;
}
.home h2 a {
  color: #000000;
}
/* ---
 * Home
 -----*/
/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.header-image
 {
  background-position: left center;
  background-size: cover;
  min-height: 320px;
  background-repeat: no-repeat;
  background-color: #000;
}
.page-template-mother .header-image {
  min-height: 320px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
}
.page:not(.home) #content {
  padding-bottom: 1.5em;
}
.header-image h1 {
  opacity: 0;
}
.side-nav h1, .side-nav h2 {
  font-weight: 600;
  font-size: 132%;
  margin-top: 0;
  letter-spacing: 0.03em;
}
.side-nav a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 82%;
  letter-spacing: 0.1em;
}

.side-nav .bellows-submenu a {
  font-weight: 600;
  padding-left: 8px;
}

.side-nav .sub-menu a:before {
  content: '\003E';
  padding-right: 8px;
}
.side-nav a:focus, .side-nav a:active, .side-nav a:hover, .side-nav a.active {
  color: #ffffff;
}
.page-template-mother-yellow .side-nav a:focus, 
.page-template-mother-yellow .side-nav a:active, 
.page-template-mother-yellow .side-nav a.active,
.page-template-sidebar-page .side-nav a:focus,
.page-template-sidebar-page .side-nav a:active,
.page-template-sidebar-page .side-nav a.active
 {
  color: #00798b;
}
.nav-tabs {
  border-bottom: 0;
}
.tab-content h1 {
  display: none;
}
/* collpasible within content */
.collapse-link {
  position: relative;
  padding-right: 10px;
}
.collapse-link::after {
  content: "";
  top: -3px;
  right: -8px;
  position: absolute;
  font-family: "FontAwesome";
}
.collapse-link[aria-expanded="true"]::after {
  content: "";
}
/* Cards for Artists page */
.card {
  background-color: inherit;
  border: 0;
  border-radius: 0;
}
.card-body {
  padding: 0.75rem 0 1.25rem 0;
}
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
h2.card-title {
  margin-bottom: 0;
  font-size: 118%;
}
.card p {
  line-height: 1.6;
}
.card-text {
  font-size: 84%;
}
.card-text span, .card-text a {
  display: block;
}
.card-text span {
  margin-bottom: 6px;
}
h2.card-title a {
  color: #000000;
}
.card:hover h2.card-title a, h2.card-title a:hover {
  color: #00798b;
  text-decoration: none;
}
.card a:hover img, .card:hover a img {
  opacity: 0.8;
}
.bio-popup {
  background: #ffed00;
  position: relative;
  padding: 30px 30px 15px 30px;
  margin: 40px auto;
}
.bio-popup img {
  display: block;
}
.page-template-mother .bio-popup {
  background: #95d6e0;
}
.mfp-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: black;
}
.mfp-close:hover {
  position: absolute;
  right: 10px;
  top: 10px;
  color: black;
}

.mfp-close.normalized {
  position: relative;
  right: auto;
  top: auto;
  color: #00798b;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8;
  opacity: 1;
}

/* new change-box */

#change-box ul {
  margin-left: 0;
}

/* Custom Post Artist */

.single-artists figure.wp-block-post-featured-image  {
  margin-bottom: 0.45rem;
}

.single-artists .wp-block-columns {
  margin-bottom: 1rem;
}

h2.entry-title {
  font-size: 132%;
}

h2.entry-title a {
  color: #000;
}

/*list of logos */
ul.logo {
  margin: 0 0 18px 0;
  vertical-align: top;
}
ul.logo li {
  display: inline-block;
  max-width: 150px;
  max-height: 100px;
  height: 100px;
  width: auto;
  margin-right: 10px;
}
ul.logo.medien li {
  display: inline-block;
  max-width: 150px;
  max-height: 70px;
  height: 70px;
  width: auto;
  margin-right: 10px;
  bottom: 0;
}
ul.logo li.smaller {
  max-width: 90px;
}
ul.logo li.mini {
  max-width: 70px;
}
ul.logo li.wider {
  max-width: 170px;
}
ul.logo li.bigger {
  max-height: 140px;
  height: 140px;
}
ul.logo li img {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
  background: #000;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img, video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child, p > iframe:only-child, p > object:only-child {
  margin-bottom: 0;
}
.wp-caption, .gallery-caption {
  color: #000000;
  font-size: 80%;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}
/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider, .mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}
/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus, .widget-area .gallery-item a, .widget-area .gallery-item a:hover, .widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
/* footer */
.footer-navigation li a {
  text-transform: uppercase;
  font-size: 65%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footer-navigation li {
  display: inline-block;
}
.footer-navigation {
  margin-left: 0;
}
.footer-navigation {
  padding-top: 22px;
}
/* responsive */
@media only screen and (max-width: 992px) {
  .navbar-collapse {
    text-align: center;
  }
  .navbar-collapse li {
    margin-bottom: 15px;
  }
  .dropdown-menu {
    width: auto;
    padding: 0.6rem 0 0.4rem 0;
    margin: 0;
    font-size: 90%;
    text-align: center;
  }
  .navbar-collapse .dropdown-menu li {
    margin-bottom: 6px;
  }
  .navbar-collapse .dropdown-menu li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header-image {
    min-height: 280px;
    background-size: cover;
    margin-bottom: 1rem;
  }
  .navbar-brand img {
    max-width: 150px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .header-image {
    min-height: 400px;
  }
}
/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/
@media print {
  /* Colors */
  body, .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body, a {
    color: #111 !important;
    /* Make sure color schemes don't affect to print */
  }
}
