/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss to this file.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 10px 0;
}

h1 {
  color: #272727;
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Times", serif;
  font-size: 4.1098906729em;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.876923471em;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.4659344037em;
  }
}
@media (max-width: 376px) {
  h1 {
    font-size: 2.0549453364em;
  }
}

h2 {
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Times", serif;
  font-size: 2.565784514em;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 992px) {
  h2 {
    font-size: 1.7960491598em;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5394707084em;
  }
}
@media (max-width: 376px) {
  h2 {
    font-size: 1.282892257em;
  }
}

h3 {
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Times", serif;
  font-size: 2.0272865295em;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.6218292236em;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.4191005707em;
  }
}
@media (max-width: 376px) {
  h3 {
    font-size: 1.2163719177em;
  }
}

h4 {
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Times", serif;
  font-size: 1.8020324707em;
}
@media (max-width: 992px) {
  h4 {
    font-size: 1.6218292236em;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.5317276001em;
  }
}
@media (max-width: 376px) {
  h4 {
    font-size: 1.4416259766em;
  }
}

h5 {
  font-size: 1.6018066406em;
}
@media (max-width: 992px) {
  h5 {
    font-size: 1.4416259766em;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.3615356445em;
  }
}
@media (max-width: 376px) {
  h5 {
    font-size: 1.2814453125em;
  }
}

h6 {
  font-family: "Georgia", "Times New Roman", "Times", serif;
  color: #272727;
  font-size: 1.423828125em;
  line-height: 1.4;
}
@media (max-width: 992px) {
  h6 {
    font-size: 1.2814453125em;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 1.2102539063em;
  }
}
@media (max-width: 376px) {
  h6 {
    font-size: 1.1390625em;
  }
}

#page-title {
  color: #272727;
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Times", serif;
  font-size: 4.1098906729em;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  #page-title {
    font-size: 2.876923471em;
  }
}
@media (max-width: 768px) {
  #page-title {
    font-size: 2.4659344037em;
  }
}
@media (max-width: 376px) {
  #page-title {
    font-size: 2.0549453364em;
  }
}

.relative {
  position: relative;
}

.page-header {
  border: 0;
  margin-top: 0;
}

p {
  font-size: 1.125em;
  line-height: 1.8020324707em;
  margin-bottom: 1.6018066406em;
}
@media (max-width: 768px) {
  p {
    font-size: 0.9em;
  }
}
@media (max-width: 376px) {
  p {
    font-size: 0.85em;
  }
}

.lead {
  font-size: 1.265625em;
  margin-bottom: 1.6018066406em;
}

ul.contextual-links, ul.tabs {
  clear: both;
}
ul.contextual-links::after, ul.tabs::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul#toolbar-menu, ul.contextual-links, ul.menu, ul.slides, ul.tabs {
  max-width: none;
}

.callout,
blockquote {
  color: #8e8e8e;
  max-width: 880px;
  position: relative;
  text-align: center;
}
* + .callout,
.callout + *,
* + blockquote,
blockquote + * {
  margin-top: 70px;
}

.callout,
blockquote section {
  font-size: 36px;
  font-style: italic;
  line-height: 44px;
}

blockquote {
  margin-left: auto;
  margin-right: auto;
}
blockquote section p {
  max-width: none;
}
blockquote footer {
  font-family: "Lato", "Verdana", "Helvetica", "Arial", sans-serif;
  margin-top: 36px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
blockquote footer cite {
  display: block;
}

.callout {
  padding-bottom: 50px;
}
.callout:after {
  border-bottom: 2px solid #bbb;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  width: 120px;
}

.caption {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 50px auto 0;
  max-width: 700px;
  opacity: 0.5555555556;
  text-align: center;
}
.caption + * {
  margin-top: 100px;
}

fieldset,
ol,
pre,
table,
ul {
  margin: 0 0 1em;
}

pre {
  margin-left: 1em;
  white-space: pre-line;
}

ol,
ul {
  font-weight: 400;
  line-height: 1.8;
  padding: 0 0 0 1em;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}
ul li li {
  list-style-type: circle;
}

li {
  margin-left: 1em;
}

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

a {
  color: #b88c61;
  cursor: pointer;
}
a:link, a:visited {
  color: #b88c61;
  outline: none;
}
a:active, a:hover {
  color: #bd1e2c;
  text-decoration: none;
}
a, a:hover {
  transition: 0.3s;
}
a:active:focus, a:focus {
  box-shadow: none;
  outline: none;
}
#skip-link a {
  line-height: 0;
}

cite,
cite a,
em,
em a,
i,
samp,
var {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

p + h2 {
  margin-top: 2.2806973457em;
}

p + h3,
ul + h3 {
  margin-top: 2.2806973457em;
  margin-bottom: 0.624295077em;
}

p.lead + .row {
  margin-top: 70px;
}

p + h4 {
  margin-top: 50px;
}

h1 + h6 {
  margin-top: 20px;
}

h1 + h5 {
  margin-top: 0.624295077em;
}

h2 + p.lead {
  margin-top: 1.125em;
}
@media (min-width: 768px) {
  h2 + p.lead {
    margin-top: 0.624295077em;
  }
}

ul + h6 {
  margin-top: 20px;
}

h4 + h6 {
  margin-bottom: 20px;
}

h5 + p {
  margin-top: 0.0948308299em;
}

.no-margin {
  margin: 0 !important;
}

small {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Lato", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #85694a;
  font-size: 0.7023319616em;
  line-height: 1.66;
  margin: 0 auto 20px;
  display: inline-block;
}
small a:hover {
  text-decoration: underline;
}
small a, small a:active, small a:visited {
  color: #060300;
  text-decoration: none;
}

.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4 {
  color: #fcfcf9;
}
.background-dark h5 {
  color: #fcdebd;
}
.background-dark h6 {
  color: #fcdebd;
}
.background-dark ol,
.background-dark p {
  color: #a4805e;
}
.background-dark a {
  color: #85694a;
}
.background-dark a:hover {
  color: #fcdebd;
}
.background-dark small {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Lato", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #85694a;
  font-size: 0.7023319616em;
  line-height: 1.66;
  margin: 0 auto 20px;
  display: inline-block;
}
.background-dark small a:hover {
  text-decoration: underline;
}
.background-dark small a, .background-dark small a:active, .background-dark small a:visited {
  text-decoration: none;
  color: #fcfcf9;
}

.transparent-color {
  opacity: 0.65 !important;
}

.disabled {
  opacity: 0.25;
}

.allow-breaks {
  white-space: pre-wrap;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.inline {
  display: inline-block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

body,
html {
  background-color: #060300;
  height: 100%;
  margin: 0;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #272727;
  font-family: "Lato", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body.nav-expanded {
  overflow-y: scroll;
}

::-moz-selection {
  background: rgba(133, 105, 74, 0.5);
}

::selection {
  background: rgba(133, 105, 74, 0.5);
}

::-moz-selection {
  background: rgba(133, 105, 74, 0.5);
}

.pre-content-wrapper {
  background-color: #fcfcf9;
}

.main-container-wrapper {
  background-color: #fcfcf9;
}

.post-content-wrapper {
  background-color: #fcfcf9;
}

.path-node {
  margin-top: 76px;
}

.feature-margin-top, .feature-margin {
  margin-top: 2.0272865295em;
}
@media (min-width: 768px) {
  .feature-margin-top, .feature-margin {
    margin-top: 3.2473210255em;
  }
}
@media (min-width: 992px) {
  .feature-margin-top, .feature-margin {
    margin-top: 4.1098906729em;
  }
}
@media (min-width: 1200px) {
  .feature-margin-top, .feature-margin {
    margin-top: 5.2015803828em;
  }
}

.feature-margin-bottom, .feature-margin {
  margin-bottom: 2.0272865295em;
}
@media (min-width: 768px) {
  .feature-margin-bottom, .feature-margin {
    margin-bottom: 3.2473210255em;
  }
}
@media (min-width: 992px) {
  .feature-margin-bottom, .feature-margin {
    margin-bottom: 4.1098906729em;
  }
}
@media (min-width: 1200px) {
  .feature-margin-bottom, .feature-margin {
    margin-bottom: 5.2015803828em;
  }
}

.standard-margin-top, .pre-content-wrapper, .standard-margin {
  margin-top: 1.6018066406em;
}
@media (min-width: 768px) {
  .standard-margin-top, .pre-content-wrapper, .standard-margin {
    margin-top: 2.565784514em;
  }
}
@media (min-width: 992px) {
  .standard-margin-top, .pre-content-wrapper, .standard-margin {
    margin-top: 3.2473210255em;
  }
}
@media (min-width: 1200px) {
  .standard-margin-top, .pre-content-wrapper, .standard-margin {
    margin-top: 4.1098906729em;
  }
}

.block-views-blockalbums-block-latest-music,
.block-views-blockvideos-block-videos, .campaignmonitor-subscribe-form, .standard-margin-bottom, .pre-content-wrapper, .standard-margin {
  margin-bottom: 1.6018066406em;
}
@media (min-width: 768px) {
  .block-views-blockalbums-block-latest-music,
.block-views-blockvideos-block-videos, .campaignmonitor-subscribe-form, .standard-margin-bottom, .pre-content-wrapper, .standard-margin {
    margin-bottom: 2.565784514em;
  }
}
@media (min-width: 992px) {
  .block-views-blockalbums-block-latest-music,
.block-views-blockvideos-block-videos, .campaignmonitor-subscribe-form, .standard-margin-bottom, .pre-content-wrapper, .standard-margin {
    margin-bottom: 3.2473210255em;
  }
}
@media (min-width: 1200px) {
  .block-views-blockalbums-block-latest-music,
.block-views-blockvideos-block-videos, .campaignmonitor-subscribe-form, .standard-margin-bottom, .pre-content-wrapper, .standard-margin {
    margin-bottom: 4.1098906729em;
  }
}

.tight-margin-top, .tight-margin {
  margin-top: 2.0272865295em;
}
@media (min-width: 768px) {
  .tight-margin-top, .tight-margin {
    margin-top: 2.2806973457em;
  }
}
@media (min-width: 992px) {
  .tight-margin-top, .tight-margin {
    margin-top: 2.565784514em;
  }
}

.tight-margin-bottom, .tight-margin {
  margin-bottom: 2.0272865295em;
}
@media (min-width: 768px) {
  .tight-margin-bottom, .tight-margin {
    margin-bottom: 2.2806973457em;
  }
}
@media (min-width: 992px) {
  .tight-margin-bottom, .tight-margin {
    margin-bottom: 2.565784514em;
  }
}

.feature-padding {
  padding-top: 5.2015803828em;
}
@media (min-width: 768px) {
  .feature-padding {
    padding-top: 6.583250172em;
  }
}
@media (min-width: 992px) {
  .feature-padding {
    padding-top: 8.331925999em;
  }
}
@media (min-width: 1200px) {
  .feature-padding {
    padding-top: 10.5450938424em;
  }
}

.feature-padding {
  padding-bottom: 5.2015803828em;
}
@media (min-width: 768px) {
  .feature-padding {
    padding-bottom: 6.583250172em;
  }
}
@media (min-width: 992px) {
  .feature-padding {
    padding-bottom: 8.331925999em;
  }
}
@media (min-width: 1200px) {
  .feature-padding {
    padding-bottom: 10.5450938424em;
  }
}

#block-events, .main-container-wrapper, .post-content-wrapper, .standard-padding {
  padding-top: 2.8865075782em;
}
@media (min-width: 768px) {
  #block-events, .main-container-wrapper, .post-content-wrapper, .standard-padding {
    padding-top: 3.2473210255em;
  }
}
@media (min-width: 992px) {
  #block-events, .main-container-wrapper, .post-content-wrapper, .standard-padding {
    padding-top: 3.6532361537em;
  }
}
@media (min-width: 1200px) {
  #block-events, .main-container-wrapper, .post-content-wrapper, .standard-padding {
    padding-top: 4.1098906729em;
  }
}

.footer-wrapper, #block-events, .main-container-wrapper, .post-content-wrapper, .standard-padding {
  padding-bottom: 2.8865075782em;
}
@media (min-width: 768px) {
  .footer-wrapper, #block-events, .main-container-wrapper, .post-content-wrapper, .standard-padding {
    padding-bottom: 3.2473210255em;
  }
}
@media (min-width: 992px) {
  .footer-wrapper, #block-events, .main-container-wrapper, .post-content-wrapper, .standard-padding {
    padding-bottom: 3.6532361537em;
  }
}
@media (min-width: 1200px) {
  .footer-wrapper, #block-events, .main-container-wrapper, .post-content-wrapper, .standard-padding {
    padding-bottom: 4.1098906729em;
  }
}

.block-twitter-block, .tight-padding {
  padding-top: 1.423828125em;
}
@media (min-width: 768px) {
  .block-twitter-block, .tight-padding {
    padding-top: 2.0272865295em;
  }
}
@media (min-width: 992px) {
  .block-twitter-block, .tight-padding {
    padding-top: 2.565784514em;
  }
}

.block-twitter-block, .tight-padding {
  padding-bottom: 1.423828125em;
}
@media (min-width: 768px) {
  .block-twitter-block, .tight-padding {
    padding-bottom: 2.0272865295em;
  }
}
@media (min-width: 992px) {
  .block-twitter-block, .tight-padding {
    padding-bottom: 2.565784514em;
  }
}

#aux-bar-wrapper {
  padding: 12px 0 10px 0;
  color: #060300;
}
#aux-bar-wrapper #block-block-4 {
  text-align: center;
}
#aux-bar-wrapper #block-block-4 p {
  margin-bottom: 0;
}
#aux-bar-wrapper #block-block-4 a {
  color: #060300;
}
#aux-bar-wrapper #block-block-4 a:visited {
  color: #060300;
}
#aux-bar-wrapper #block-block-4 a:hover, #aux-bar-wrapper #block-block-4 a:focus {
  color: #fcfcf9;
  background: none;
}
#aux-bar-wrapper #aux-nav {
  display: none;
}
#aux-bar-wrapper #aux-nav .menu.secondary {
  float: right;
}
#aux-bar-wrapper #aux-nav .menu.secondary li > a {
  padding: 0;
}
#aux-bar-wrapper #aux-nav .menu.secondary li {
  margin-left: 2.565784514em;
}
#aux-bar-wrapper #aux-nav .menu.secondary li a {
  color: #060300;
}
#aux-bar-wrapper #aux-nav .menu.secondary li a:visited {
  color: #060300;
}
#aux-bar-wrapper #aux-nav .menu.secondary li a:hover, #aux-bar-wrapper #aux-nav .menu.secondary li a:focus {
  color: #fcfcf9;
  background: none;
}
#aux-bar-wrapper #aux-nav .menu.secondary li.active a, #aux-bar-wrapper #aux-nav .menu.secondary li.active a:focus {
  color: #fcdebd;
  background: none;
}
@media (min-width: 768px) {
  #aux-bar-wrapper #block-block-4 {
    float: left;
    text-align: left;
  }
  #aux-bar-wrapper #aux-nav {
    display: block;
  }
}

#block-biography .section {
  background-color: #fcfcf9;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  #block-biography .section-bio {
    background-image: url("/themes/tamia/css/img/background-bio.jpg");
    background-position: 100% 100%;
  }
}
@media (min-width: 768px) {
  #block-biography .section-family {
    background-image: url("/themes/tamia/css/img/background-family.jpg");
    background-position: 0 100%;
  }
}

#block-views-blog-homepage .views-row {
  margin: 1.6018066406em 0;
}
#block-views-blog-homepage .view-footer {
  text-align: center;
}
#block-views-blog-homepage .view-footer a {
  margin-top: 1.6018066406em;
}
#block-views-blog-homepage .thumb a img {
  margin-bottom: 1.265625em;
  opacity: 0.8;
}
#block-views-blog-homepage .thumb a img, #block-views-blog-homepage .thumb a img:hover {
  transition: 0.3s;
}
#block-views-blog-homepage .thumb a:hover img {
  opacity: 1;
}
#block-views-blog-homepage .title {
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Times", serif;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

a.button,
input.button,
button.button {
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
a.button, a.button:active, a.button:hover,
input.button,
input.button:active,
input.button:hover,
button.button,
button.button:active,
button.button:hover {
  transition: 0.3s;
}
a.medium,
input.medium,
button.medium {
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 24px 100px;
}
@media (max-width: 767px) {
  a.medium,
input.medium,
button.medium {
    display: block;
    padding: 24px 0;
  }
}
a.large,
input.large,
button.large {
  border: 6px solid transparent;
  font-size: 0.8888888889em;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.624295077em 1.265625em;
}
@media (max-width: 767px) {
  a.large,
input.large,
button.large {
    font-size: 14px;
  }
}
a.brown,
input.brown,
button.brown {
  box-shadow: none;
  background: #85694a;
  border: 0;
  color: #fff;
}
a.brown:hover,
input.brown:hover,
button.brown:hover {
  background: #b88c61;
}
a.white-framed-brown,
input.white-framed-brown,
button.white-framed-brown {
  box-shadow: none;
  background-clip: padding-box;
  background-color: rgba(184, 140, 97, 0.85);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
a.white-framed-brown:hover,
input.white-framed-brown:hover,
button.white-framed-brown:hover {
  background: #b88c61;
  border-color: #fff;
}
a.brown-to-red,
input.brown-to-red,
button.brown-to-red {
  box-shadow: none;
  background: #b88c61;
  border-color: #c1bfbf;
  color: #fff;
}
a.brown-to-red:hover,
input.brown-to-red:hover,
button.brown-to-red:hover {
  background: #bd1e2c;
}

.campaignmonitor-subscribe-form {
  align-items: flex-end;
  background-color: #272727;
  display: flex;
  flex-direction: column;
  padding: 1.6018066406em;
}
@media (min-width: 768px) {
  .campaignmonitor-subscribe-form {
    flex-direction: row;
  }
}
.campaignmonitor-subscribe-form #campaignmonitor-subscribe-form {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
}
.campaignmonitor-subscribe-form .block-title {
  color: #c1bfbf;
  flex-basis: 50%;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .campaignmonitor-subscribe-form .block-title {
    text-align: left;
  }
}
.campaignmonitor-subscribe-form .form-item {
  flex-grow: 1;
  margin: 0;
  text-align: left;
}
.campaignmonitor-subscribe-form label {
  color: #fcfcf9;
}
.campaignmonitor-subscribe-form .form-submit {
  border: 6px solid transparent;
  font-size: 0.8888888889em;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.624295077em 1.265625em;
  box-shadow: none;
  background-clip: padding-box;
  background-color: rgba(184, 140, 97, 0.85);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  font-size: 0.7901234568em;
  height: 50px;
  margin-left: 1.265625em;
}
@media (max-width: 767px) {
  .campaignmonitor-subscribe-form .form-submit {
    font-size: 14px;
  }
}
.campaignmonitor-subscribe-form .form-submit:hover {
  background: #b88c61;
  border-color: #fff;
}

.divider,
hr {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #202127;
  border-top-color: rgba(117, 117, 117, 0.09);
  width: 100%;
  padding: 0;
  margin: 0;
}
.background-light .divider,
.background-light hr {
  border-top-color: rgba(117, 117, 117, 0.7);
}
.divider.small,
hr.small {
  border-top-width: 1px;
}
.divider.loose,
hr.loose {
  margin: 40px 0 40px 0;
}
.divider.tight,
hr.tight {
  margin: 25px 0 25px 0;
}
.divider.xtight,
hr.xtight {
  margin: 15px 0 15px 0;
}
.divider.xxtight,
hr.xxtight {
  margin: 5px 0 5px 0;
}
.divider.bottom,
hr.bottom {
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}
.divider.transparent,
hr.transparent {
  border-top-color: transparent;
}

#block-events {
  background-image: url("/themes/tamia/images/features/events.jpg");
  background-size: cover;
  position: relative;
}
#block-events .desktop {
  position: relative;
}
#block-events .bit-logo {
  position: absolute;
  right: 4px;
  top: 4px;
}
#block-events .bit-logo a {
  background: transparent;
  display: block;
  padding: 13px;
}
#block-events .mobile {
  display: none;
}
@media (max-width: 767px) {
  #block-events .desktop {
    display: none;
  }
  #block-events .mobile {
    display: block;
  }
}

#bit-events {
  color: #fff;
  font-family: "Lato", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
#bit-events .bit-track-artist-header {
  display: none !important;
}
#bit-events table {
  border: none !important;
  color: #fff;
  text-transform: uppercase;
}
#bit-events table a {
  text-decoration: none;
}
#bit-events table tr td,
#bit-events table tr th {
  background: none;
  border: none !important;
}
#bit-events table tr th {
  color: inherit;
  padding-bottom: 28px;
}
#bit-events table tr th .bit-header-overflow-fix {
  padding-right: 38px;
}
#bit-events table tr th .bit-header-links {
  font-weight: 600;
}
#bit-events table tr th .bit-header-links a {
  color: #b99166;
  display: inline;
  font-weight: 500;
}
#bit-events table tr th .bit-share-text {
  font-weight: 700;
  text-transform: none;
}
#bit-events table tr th .bit-share-links a {
  background: transparent 50% no-repeat;
  float: left;
  height: 26px;
  width: 26px;
}
#bit-events table tr th .bit-share-links a.bit-fb-share {
  background-image: url("img/facebook.png");
  margin: 0 12px 0 4px;
}
#bit-events table tr th .bit-share-links a.bit-twitter-share {
  background-image: url("img/twitter.png");
}
@media (max-width: 767px) {
  #bit-events table tr th .bit-share-links,
#bit-events table tr th .bit-share-text {
    display: none;
  }
}
#bit-events table tr td.bit-description-links {
  position: relative;
  width: 10px;
}
#bit-events table tr td.bit-description-links:before {
  background: #fff;
  content: "+";
  display: block;
  font-size: 10px;
  height: 10px;
  line-height: 1;
  margin-top: -5px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 10px;
  color: #060300;
}
#bit-events table tr td.bit-date {
  width: 95px;
}
#bit-events table tr td.bit-venue a {
  color: #bd1e2c !important;
}
#bit-events table tr td.bit-location {
  text-transform: none;
}
#bit-events table tr td a:hover {
  color: #b99166 !important;
}
@media (max-width: 767px) {
  #bit-events table tr td.bit-rsvp, #bit-events table tr td.bit-tickets {
    display: block;
    width: 77px;
  }
}
#bit-events table tr td.bit-rsvp label {
  box-shadow: none;
  background: none;
  border: none;
  font: inherit;
  height: auto;
  padding: 0;
}
#bit-events table tr td a.bit-buy-tix,
#bit-events table tr td a.bit-rsvp {
  background: none;
  border: 2px solid transparent;
  color: #fff !important;
  font-weight: 700;
  padding: 9px 0;
  text-align: center;
  width: 130px;
}
#bit-events table tr td a.bit-buy-tix {
  border-color: #db1e2c;
}
#bit-events table tr td a.bit-buy-tix:hover {
  background: #db1e2c;
}
#bit-events table tr td a.bit-rsvp {
  border-color: #b99166;
}
#bit-events table tr td a.bit-rsvp:hover {
  background: #b99166;
}
#bit-events table tr.bit-header + tr {
  display: none;
}
#bit-events table tr.no-dates a:hover {
  color: #b99166;
}
#bit-events table.bit-events-narrow {
  font-size: 12px;
}
#bit-events table.bit-events-narrow tr td {
  height: auto;
}
#bit-events table.bit-events-narrow tr td.bit-concert {
  position: relative;
}
#bit-events table.bit-events-narrow tr td.bit-concert a {
  font-size: 10px !important;
  line-height: 1 !important;
}
#bit-events table.bit-events-narrow tr td.bit-concert .venue {
  color: #bd1e2c;
}
#bit-events table.bit-events-narrow tr td.bit-rsvp {
  padding-top: 42px;
}
#bit-events table.bit-events-narrow tr td a.bit-buy-tix,
#bit-events table.bit-events-narrow tr td a.bit-rsvp {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
  padding: 9px 0;
  width: 77px;
}
#bit-events table.bit-events-narrow tr td a.bit-buy-tix {
  position: absolute;
  top: 4px;
  right: -81px;
}

.important-hidden {
  display: none !important;
}

.view-display-id-categories .view-content ul.disabled,
ul.menu.disabled {
  height: 0;
  overflow: hidden;
}

.fakebox {
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #85694a;
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 10px;
  text-align: left;
  margin: 0 auto;
}
.fakebox.default .fakebox-header, #flexBox div.fakebox.flexBox.youtube .fakebox-header, .fakebox.dark .fakebox-header {
  transition: all 0.2s;
  background: url("img/down-chevron-lt.png");
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center right 5px;
  font-size: 13px;
  text-decoration: none;
  display: block;
  color: #fcdebd;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 1;
  padding-right: 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.85;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .fakebox.default .fakebox-header, #flexBox div.fakebox.flexBox.youtube .fakebox-header, .fakebox.dark .fakebox-header {
    background-image: url("img/2x/down-chevron-lt.png");
    background-size: 12px 8px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  .fakebox.default .fakebox-header, #flexBox div.fakebox.flexBox.youtube .fakebox-header, .fakebox.dark .fakebox-header {
    background-image: url("img/3x/down-chevron-lt.png");
  }
}
.fakebox.default .fakebox-header:hover, #flexBox div.fakebox.flexBox.youtube .fakebox-header:hover, .fakebox.dark .fakebox-header:hover {
  opacity: 1;
}
.fakebox.default .fakebox-header.active, #flexBox div.fakebox.flexBox.youtube .fakebox-header.active, .fakebox.dark .fakebox-header.active {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}
.fakebox.default ul, #flexBox div.fakebox.flexBox.youtube ul, .fakebox.dark ul {
  transition: all 0.15s;
  transform: scaleY(0.7);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  top: -15px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
  transform-origin: top;
  -moz-transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  position: absolute;
  left: -10px;
  right: -10px;
  background: #362012;
  padding: 20px;
  z-index: -1;
  opacity: 0;
  max-height: 500px;
  overflow-y: auto;
}
.fakebox.default ul.active, #flexBox div.fakebox.flexBox.youtube ul.active, .fakebox.dark ul.active {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transform: scaleY(1);
  z-index: 200;
  opacity: 1;
  border-radius: 12px;
}
.fakebox.default ul.active li, #flexBox div.fakebox.flexBox.youtube ul.active li, .fakebox.dark ul.active li {
  opacity: 1;
}
.fakebox.default ul li, #flexBox div.fakebox.flexBox.youtube ul li, .fakebox.dark ul li {
  transition: all 0.2s;
  transform: translate3d(0, 0, 0);
  display: block;
  opacity: 0;
}
.fakebox.default ul li a, #flexBox div.fakebox.flexBox.youtube ul li a, .fakebox.dark ul li a {
  text-decoration: none;
  color: #fcdebd;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  display: block;
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
  line-height: 18px;
}
.fakebox.default ul li a:hover, #flexBox div.fakebox.flexBox.youtube ul li a:hover, .fakebox.dark ul li a:hover {
  color: #fef6ee;
}
.fakebox.default ul li a.placeholder, #flexBox div.fakebox.flexBox.youtube ul li a.placeholder, .fakebox.dark ul li a.placeholder {
  color: #a4805e;
}
.fakebox.dark .fakebox-header {
  background-image: url("img/down-chevron.png");
  color: #362012;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .fakebox.dark .fakebox-header {
    background-image: url("img/2x/down-chevron.png");
    background-size: 12px 8px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  .fakebox.dark .fakebox-header {
    background-image: url("img/3x/down-chevron.png");
  }
}

.photo-content {
  background-color: #b88c61;
  display: none;
  margin: 0 auto;
  max-width: 640px;
}
.photo-content img {
  display: block;
  margin: 0 auto;
}
.photo-content .photo-copy {
  color: #fcfcf9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1;
  padding: 20px 15px;
  text-align: center;
}
.photo-content .photo-vid iframe {
  display: block;
  max-width: 640px;
}

.flex-container {
  display: flex;
}
.flex-container.flex-column {
  flex-direction: column;
}
.flex-container.flex-wrap {
  flex-wrap: wrap;
}
.flex-container.height100 {
  height: 100%;
}
.flex-container.space-around {
  justify-content: space-around;
}
.flex-container.justify-center {
  justify-content: center;
}

.flex-col {
  flex: 1;
}

.flex {
  display: flex;
}

.masonry-item .flexbox-content-target {
  display: none;
}

#flexBox {
  display: block;
}

#flexBox div.flexBox {
  transition: transform 0.3s, opacity 0.3s, z-index 0.5s;
  position: absolute;
  width: 92%;
  padding: 0 4%;
  top: 120px;
  height: 0;
  z-index: 451;
  opacity: 0;
}
#flexBox div.flexBox.visible {
  z-index: 600;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s, z-index 0.2s;
}
#flexBox div.flexBox.loading .flexBox-inner {
  background-image: url("img/loader.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
#flexBox div.flexBox .flexbox-close {
  transition: color 0.3s;
  padding: 12px 8px;
  background: #FFF;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  line-height: 1;
  text-indent: 0;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: none;
  color: rgba(6, 3, 0, 0.8);
}
#flexBox div.flexBox .flexbox-close:hover {
  color: #060300;
}
#flexBox div.flexBox .flexBox-wrapper {
  box-sizing: border-box;
  box-shadow: rgba(6, 3, 0, 0.5) 0 10px 25px;
  max-width: 1100px;
  margin: 50px auto;
  position: relative;
  background: #FFF;
  padding: 10px;
  transition: all 0.3s;
}
#flexBox div.flexBox .flexBox-inner {
  position: relative;
}
#flexBox div.flexBox .flexbox-content-target {
  text-align: center;
}
#flexBox div.flexBox .flexbox-content-target .flexbox-caption {
  margin-top: 5px;
  font-size: 100%;
  color: #060300;
}
#flexBox div.flexBox.default, #flexBox div.flexBox.youtube, #flexBox div.flexBox.fakebox.dark {
  transform: scale(1.1);
}
#flexBox div.flexBox.default.out, #flexBox div.flexBox.out.youtube, #flexBox div.flexBox.out.fakebox.dark {
  transform: scale(0.8);
}
#flexBox div.flexBox.default.in, #flexBox div.flexBox.in.youtube, #flexBox div.flexBox.in.fakebox.dark {
  transform: scale(1);
}
#flexBox div.flexBox.default .flexbox-close:hover, #flexBox div.flexBox.youtube .flexbox-close:hover, #flexBox div.flexBox.fakebox.dark .flexbox-close:hover {
  opacity: 1;
}
#flexBox div.flexBox.slideshow {
  transition: all 0.3s;
}
#flexBox div.flexBox.slideshow .flexBox-wrapper {
  padding: 10px;
  transition: all 0.3s;
}
#flexBox div.flexBox.slideshow .flexbox-next,
#flexBox div.flexBox.slideshow .flexbox-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 80px;
  margin-top: -40px;
  width: 44px;
  text-indent: -9001px;
  background-color: #FFF;
}
#flexBox div.flexBox.slideshow .flexbox-next {
  right: 0;
  background-image: url("img/flexbox-next.png");
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #flexBox div.flexBox.slideshow .flexbox-next {
    background-image: url("img/2x/flexbox-next.png");
    background-size: 15px 24px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  #flexBox div.flexBox.slideshow .flexbox-next {
    background-image: url("img/3x/flexbox-next.png");
  }
}
#flexBox div.flexBox.slideshow .flexbox-prev {
  left: 0;
  background-image: url("img/flexbox-prev.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #flexBox div.flexBox.slideshow .flexbox-prev {
    background-image: url("img/2x/flexbox-prev.png");
    background-size: 15px 24px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  #flexBox div.flexBox.slideshow .flexbox-prev {
    background-image: url("img/3x/flexbox-prev.png");
  }
}
#flexBox div.flexBox.slideshow.right-in .flexBox-wrapper {
  transform: translate3d(10%, 0, 0);
}
#flexBox div.flexBox.slideshow.right-out .flexBox-wrapper {
  transform: translate3d(-10%, 0, 0);
}
#flexBox div.flexBox.slideshow.left-in .flexBox-wrapper {
  transform: translate3d(-10%, 0, 0);
}
#flexBox div.flexBox.slideshow.left-out .flexBox-wrapper {
  transform: translate3d(10%, 0, 0);
}
#flexBox div.flexBox.slideshow img {
  max-width: 100%;
  display: block;
  margin: auto;
}
#flexBox div.flexBox.youtube {
  padding: 0 4%;
  transform: scale(1.1);
}
#flexBox div.flexBox.youtube.out {
  transform: scale(0.8);
}
#flexBox div.flexBox.youtube.in {
  transform: scale(1);
}
#flexBox div.flexBox.youtube .flexBox-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
#flexBox div.flexBox.youtube .flexBox-wrapper iframe {
  display: block;
  margin: auto;
}
#flexBox div.flexBox.subscribe {
  transform: scale(1.1);
}
#flexBox div.flexBox.subscribe.out {
  transform: scale(0.8);
}
#flexBox div.flexBox.subscribe.in {
  transform: scale(1);
}
#flexBox div.flexBox.subscribe .flexBox-wrapper {
  max-width: 320px;
}
#flexBox div.flexBox.subscribe .flexBox-wrapper .block-title {
  display: block;
  margin-top: 0;
  text-align: center;
}
#flexBox div.flexBox.subscribe .flexBox-wrapper input {
  width: 100%;
}
#flexBox div.flexBox.subscribe .flexBox-wrapper .form-submit {
  border-radius: 0;
  text-shadow: none;
}
#flexBox div.flexBox.subscribe .flexBox-wrapper .flexBox-inner {
  padding: 30px 10px 10px;
}
#flexBox div.flexBox.subscribe .flexBox-wrapper .flexBox-inner .block-campaignmonitor {
  display: block;
}
#flexBox div.flexBox.status {
  transform: scale(1.1);
}
#flexBox div.flexBox.status.out {
  transform: scale(0.8);
}
#flexBox div.flexBox.status.in {
  transform: scale(1);
}
#flexBox div.flexBox.status .flexBox-wrapper {
  max-width: 640px;
}
#flexBox div.flexBox.status .flexBox-wrapper .messages {
  margin: 30px;
}
#flexBox .flexBox-overlay {
  transition: opacity 0.3s, z-index 0.3s;
  position: fixed;
  background: #111;
  top: -200px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#flexBox .flexBox-overlay.visible {
  z-index: 450;
  opacity: 0.8;
  transition: opacity 0.3s;
}
#flexBox .modal-hidden {
  display: none;
}
#flexBox .messages {
  margin-top: 20px;
}
#flexBox .block-title,
#flexBox .throbber {
  display: none;
}
#flexBox .block-webform small {
  display: block;
}
#flexBox .block-webform .form-item {
  text-align: left;
}
#flexBox .block-webform .form-item input {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 320px) {
  #flexBox .block-webform .form-item input {
    width: 100%;
  }
}
#flexBox .block-webform .form-item input error {
  border-color: #E74C3C !important;
}
.js #flexBox .block-webform .form-item label {
  display: none;
}
.ie #flexBox .block-webform .form-item label {
  display: block;
}
#flexBox .block-webform input[type=submit] {
  width: 80%;
  margin-right: 0;
}
@media screen and (max-width: 320px) {
  #flexBox .block-webform input[type=submit] {
    width: 100%;
  }
}
#flexBox .block-webform .links {
  display: none;
}

.footer-wrapper {
  background-color: #060300;
  color: #757575;
  font-weight: 500;
  text-align: center;
}

.footer {
  border: 0;
  margin-top: 0;
  padding: 0;
}

#block-footer .menu {
  margin: 0;
}
#block-footer .menu li {
  display: inline-block;
  font-size: 0.7901234568em;
  font-weight: 500;
  list-style: none;
  margin: 0;
  padding: 0 2.565784514em 1.265625em;
}
#block-footer .menu a {
  color: #828282;
  text-decoration: none;
  text-transform: uppercase;
}
#block-footer .menu a, #block-footer .menu a:hover {
  transition: 0.3s;
}
#block-footer .menu a:hover {
  background: none;
  color: #c2c2c2;
}

#block-footerlogoandlinks {
  font-size: 0.7023319616em;
  margin-top: 1.125em;
  text-align: center;
}
#block-footerlogoandlinks .logos {
  margin-bottom: 1.8020324707em;
}
#block-footerlogoandlinks .logos img {
  opacity: 0.5;
}
#block-footerlogoandlinks .logos > img {
  height: 79px;
  padding: 14px 0;
}

.form-actions {
  margin-top: 30px;
}

fieldset.panel {
  background-color: transparent;
  border: none;
}
fieldset.panel .panel-heading {
  background-color: #2f1700;
  color: #060300;
  border-color: #060300;
  margin-bottom: 0;
  padding-top: 5px;
}

.node-type-webform #block-system-main form select {
  background: none !important;
}

input[type=date],
input[type=email],
input[type=image],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
  border: 1px solid;
  border-color: #a4805e;
  background-color: #fcfcf9;
  height: 50px;
  width: 100%;
  color: #060300;
  outline: none;
  font-size: 24px;
  border-radius: 0;
  padding: 6px;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=image]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  box-shadow: 0 0 0 1px #85694a;
  transition: 0.3s;
  border-color: #a4805e;
  color: #060300;
}
input[type=date]:disabled,
input[type=email]:disabled,
input[type=image]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
textarea:disabled {
  border: 1px solid;
  border-color: rgba(6, 3, 0, 0.2);
  background-color: rgba(252, 252, 249, 0.2);
  height: 50px;
  width: 100%;
  color: rgba(6, 3, 0, 0.2);
  outline: none;
  font-size: 24px;
  border-radius: 0;
  padding: 6px;
}
input[type=date]:disabled:focus,
input[type=email]:disabled:focus,
input[type=image]:disabled:focus,
input[type=number]:disabled:focus,
input[type=password]:disabled:focus,
input[type=tel]:disabled:focus,
input[type=text]:disabled:focus,
input[type=time]:disabled:focus,
input[type=url]:disabled:focus,
textarea:disabled:focus {
  box-shadow: 0 0 0 1px #85694a;
  transition: 0.3s;
  border-color: #a4805e;
  color: #060300;
}
.inverted input[type=date],
.inverted input[type=email],
.inverted input[type=image],
.inverted input[type=number],
.inverted input[type=password],
.inverted input[type=tel],
.inverted input[type=text],
.inverted input[type=time],
.inverted input[type=url],
.inverted textarea {
  border: 1px solid;
  border-color: rgba(252, 252, 249, 0.05);
  background-color: rgba(252, 252, 249, 0.1);
  height: 50px;
  width: 100%;
  color: #fcfcf9;
  outline: none;
  font-size: 24px;
  border-radius: 0;
  padding: 6px;
}
.inverted input[type=date]:focus,
.inverted input[type=email]:focus,
.inverted input[type=image]:focus,
.inverted input[type=number]:focus,
.inverted input[type=password]:focus,
.inverted input[type=tel]:focus,
.inverted input[type=text]:focus,
.inverted input[type=time]:focus,
.inverted input[type=url]:focus,
.inverted textarea:focus {
  box-shadow: 0 0 0 1px #85694a;
  transition: 0.3s;
  border-color: #a4805e;
  color: #060300;
}

input[type=radio] {
  margin-right: 5px;
}

textarea.form-control {
  background-color: #060300;
  border-color: #fcfcf9;
}
textarea.form-control:focus {
  box-shadow: 0 0 0 2px #85694a;
  transition: 0.3s;
  border-color: #a4805e;
  color: #060300;
}

::-webkit-input-placeholder {
  color: rgba(252, 252, 249, 0.2) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(252, 252, 249, 0.2) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(252, 252, 249, 0.2) !important;
}

:-ms-input-placeholder {
  color: rgba(252, 252, 249, 0.2) !important;
}

select {
  background-image: url("/sites/all/themes/gh/images/select-arrow.png");
  background-position: right center;
  background-size: 13px 4px;
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #fcdebd;
  background-color: #fcfcf9;
  height: 50px;
  width: 100%;
  color: #060300;
  outline: none;
  font-size: 24px;
  border-radius: 0;
  padding: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  box-shadow: 0 0 0 1px #85694a;
  transition: 0.3s;
  border-color: #a4805e;
  color: #060300;
}
.inverted select {
  border: 1px solid;
  border-color: #fcdebd;
  background-color: #060300;
  height: 50px;
  width: 100%;
  color: #fcdebd;
  outline: none;
  font-size: 24px;
  border-radius: 0;
  padding: 6px;
}
.inverted select:focus {
  box-shadow: 0 0 0 1px #85694a;
  transition: 0.3s;
  border-color: #a4805e;
  color: #a4805e;
}
.store.inverted select {
  border: 1px solid;
  border-color: #fcdebd;
  background-color: #fcfcf9;
  height: 50px;
  width: 100%;
  color: #060300;
  outline: none;
  font-size: 24px;
  border-radius: 0;
  padding: 6px;
}
.store.inverted select:focus {
  box-shadow: 0 0 0 1px #85694a;
  transition: 0.3s;
  border-color: #a4805e;
  color: #060300;
}

select::-ms-expand {
  display: none;
}

label {
  color: #060300;
  font-size: 16px;
  max-width: inherit;
  font-family: "Lato", "Verdana", "Helvetica", "Arial", sans-serif;
}
label.stacked {
  color: rgba(6, 3, 0, 0.5);
  margin: 0 0 3px;
  text-align: left;
}
label.stacked input {
  margin-bottom: 0;
}
label.stacked a {
  color: inherit;
}
label.stacked i {
  position: absolute;
  top: 0;
  right: 0;
}
label.inline {
  width: auto;
  font-size: inherit;
  color: #fcdebd;
  margin-left: 2px;
  margin-right: 3px;
}
.background-light label.inline {
  color: #060300;
}
label.full {
  width: 100%;
}

.webform-datepicker .form-item {
  display: inline-block;
}
.webform-datepicker .form-item select {
  width: auto;
}
.webform-datepicker input[type=image] {
  background: none;
  border: 0;
  height: auto;
  width: auto;
}
.webform-datepicker input[type=image]:focus {
  border: 0;
  box-shadow: none;
}

.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline-block;
  margin-right: 10px;
}

.full-width-photo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 4.1098906729em 0;
  min-height: 250px;
  position: relative;
}
.full-width-photo .caption-wrapper {
  background-color: rgba(6, 3, 0, 0.7);
  bottom: 0;
  padding: 1.125em 0;
  position: absolute;
  width: 100%;
}
.full-width-photo .caption-wrapper .field-name-field-caption {
  color: #a4805e;
}
@media (min-width: 376px) {
  .full-width-photo {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .full-width-photo {
    min-height: 500px;
  }
  .full-width-photo .caption-wrapper {
    padding: 1.265625em 0;
  }
}
@media (min-width: 992px) {
  .full-width-photo {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .full-width-photo {
    min-height: 800px;
  }
  .full-width-photo .caption-wrapper {
    padding: 1.423828125em 0;
  }
}

.view-media .view-content::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.view-media .view-content .views-row {
  margin: 1.6018066406em 0;
}
.view-media .view-content .views-row .thumb a {
  display: block;
  position: relative;
}
.view-media .view-content .views-row .thumb a .overlay {
  transition: 0.3s;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #242424;
}
.view-media .view-content .views-row .thumb a .overlay .icon {
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 200%;
  margin: -36px 0 0 -36px;
  border: 6px solid #fff;
  padding: 32px;
  background: rgba(6, 3, 0, 0.32);
}
.view-media .view-content .views-row .thumb a .overlay .icon .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.view-media .view-content .views-row .thumb a:hover .overlay {
  border: 6px solid #fff;
}
.view-media .view-content .views-row .thumb a:hover .overlay .icon {
  top: 50%;
}
.view-media .view-content .views-row .thumb a img {
  box-sizing: border-box;
  width: 100%;
}
.view-media .view-content .views-row .thumb a:hover img {
  border-color: rgba(255, 255, 255, 0.3);
}
.view-media .view-content .views-row .flexbox-content-target {
  display: none;
}
.view-media .view-content .views-row .title {
  height: 26px;
  overflow: hidden;
}
.view-media .view-footer {
  margin-top: 10px;
  text-align: center;
}
.view-media .pager {
  background: none;
  border: none;
}
.view-media .pager .ajax-progress {
  display: none;
}
.view-media .pager li {
  display: none;
}
.view-media .pager li.pager-next, .view-media .pager li.pager-previous {
  display: inline-block;
  border: none;
}
.view-media .pager li.pager-next a, .view-media .pager li.pager-previous a {
  width: 20px;
  height: 20px;
  padding: 0;
  background: 50% no-repeat;
  text-indent: -9001px;
}
.view-media .pager li.pager-previous a {
  background-image: url("img/prev-arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .view-media .pager li.pager-previous a {
    background-image: url("img/2x/prev-arrow.png");
    background-size: 10px 12px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  .view-media .pager li.pager-previous a {
    background-image: url("img/3x/prev-arrow.png");
  }
}
.view-media .pager li.pager-next {
  position: relative;
  right: 0;
}
.view-media .pager li.pager-next a {
  background-image: url("img/next-arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .view-media .pager li.pager-next a {
    background-image: url("img/2x/next-arrow.png");
    background-size: 10px 12px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  .view-media .pager li.pager-next a {
    background-image: url("img/3x/next-arrow.png");
  }
}

#block-block-9 .photo-item {
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 6px;
  text-align: center;
}
#block-block-9 .photo-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
#block-block-9 .photo-item a .fa {
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 200%;
  margin: -36px 0 0 -36px;
  border: 6px solid #b99166;
  padding: 32px;
  background: rgba(6, 3, 0, 0.32);
}
#block-block-9 .photo-item a .fa-camera {
  background-image: url("img/camera.png");
  background-position: 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #block-block-9 .photo-item a .fa-camera {
    background-image: url("img/2x/camera.png");
    background-size: 41px 36px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  #block-block-9 .photo-item a .fa-camera {
    background-image: url("img/3x/camera.png");
  }
}
#block-block-9 .photo-item a .fa-play::after {
  content: "";
  position: absolute;
  margin: -17px 0 0 -10px;
  width: 0;
  height: 0;
  border: 17px transparent;
  border-right-width: 0;
  border-left-width: 30px;
  border-left-color: #fff;
}
#block-block-9 .photo-item a .feed-border {
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid #242424;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#block-block-9 .photo-item a img {
  box-sizing: border-box;
  width: 100%;
}
#block-block-9 .photo-item a:hover .feed-border {
  border: 6px solid #b99166;
}
#block-block-9 .photo-item a:hover .fa {
  top: 50%;
}
#block-block-9 .photo-item a:hover img {
  border-color: rgba(255, 255, 255, 0.3);
}
#block-block-9 .photo-item:nth-of-type(7n + 1) {
  clear: left;
}
#block-block-9 .photo-item:nth-of-type(1), #block-block-9 .photo-item:nth-of-type(11), #block-block-9 .photo-item:nth-of-type(15) {
  width: 40%;
}
#block-block-9 .photo-item:nth-of-type(11) {
  float: right;
}
@media (max-width: 767px) {
  #block-block-9 .photo-item {
    width: 33.333%;
    clear: none;
  }
  #block-block-9 .photo-item a .feed-border {
    border: 6px solid #b99166;
  }
  #block-block-9 .photo-item:nth-of-type(1), #block-block-9 .photo-item:nth-of-type(11), #block-block-9 .photo-item:nth-of-type(15) {
    width: 33.333%;
  }
  #block-block-9 .photo-item:nth-of-type(7n + 1) {
    clear: none;
  }
  #block-block-9 .photo-item:nth-of-type(3n + 1) {
    width: 66.666%;
    clear: both;
  }
  #block-block-9 .photo-item:nth-of-type(6n-2) {
    float: right;
  }
}

#block-views-blog-latest .block-title,
#block-views-blog-latest .view-footer {
  text-align: center;
}
#block-views-blog-latest .view-content {
  margin: 2.0272865295em 0 0;
}
#block-views-blog-latest .view-content::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#block-views-blog-latest .card {
  background-color: #fcfcf9;
  display: block;
  margin-bottom: 2.0272865295em;
}
#block-views-blog-latest .card::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#block-views-blog-latest .card .thumbnail {
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0;
}
#block-views-blog-latest .card .content {
  padding: 1.6018066406em;
}
#block-views-blog-latest .card .content h5 {
  color: #85694a;
}
#block-views-blog-latest .card .content p {
  color: #060300;
  font-size: 0.8888888889em;
  margin-bottom: 0;
}
#block-views-blog-latest .card, #block-views-blog-latest .card:hover, #block-views-blog-latest .card h5, #block-views-blog-latest .card:hover h5 {
  transition: 0.3s;
}
#block-views-blog-latest .card:hover {
  box-shadow: 0 0 0 4px #a4805e;
}
#block-views-blog-latest .card:hover h5 {
  color: #060300;
}
#block-views-blog-latest .card:hover h5,
#block-views-blog-latest .card:hover p,
#block-views-blog-latest .card:hover .tags {
  text-decoration: none;
}

.nav-expanded .dialog-off-canvas-main-canvas {
  overflow: hidden;
}

.nav-icon-wrapper {
  display: inline-block;
  position: absolute;
  right: 20px;
}
@media (min-width: 768px) {
  .nav-icon-wrapper {
    display: none;
  }
}
.nav-icon-wrapper .nav-icon {
  display: block;
  font-size: 0;
  line-height: 1;
  padding: 10px;
  position: relative;
  z-index: 400;
}
.nav-icon-wrapper .nav-icon:hover .bar {
  background: #060300;
}
.nav-icon-wrapper .nav-icon .inner {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 35px;
}
.nav-icon-wrapper .nav-icon .bar {
  transition: 0.5s all;
  background: #b88c61;
  display: block;
  height: 2px;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 32px;
}
.nav-icon-wrapper .nav-icon .bar-top {
  top: 0;
}
.nav-icon-wrapper .nav-icon .bar-middle {
  top: 7px;
}
.nav-icon-wrapper .nav-icon .bar-bottom {
  bottom: 0;
}
.nav-icon-wrapper .nav-icon.nav-icon-close .bar {
  background: #060300;
}
.nav-icon-wrapper .nav-icon.nav-icon-close .bar-top {
  transform: rotate(-45deg);
  top: 7px;
}
.nav-icon-wrapper .nav-icon.nav-icon-close .bar-middle {
  background: none;
}
.nav-icon-wrapper .nav-icon.nav-icon-close .bar-bottom {
  transform: rotate(45deg);
  bottom: 7px;
}

.dark-theme .nav-icon:hover .bar {
  background: #fef6ee;
}
.dark-theme .nav-icon .bar {
  background: #fcdebd;
}

.menu-overlay {
  background-color: #85694a;
  background: -o-linear-gradient(top, #85694a, #362012);
  background-repeat: no-repeat;
  transition: 0.5s all;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
.menu-overlay.visible {
  opacity: 1;
  z-index: 98;
}

#mobile-nav-menu {
  transition: 0.5s all;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#mobile-nav-menu.visible {
  opacity: 1;
  z-index: 99;
}
@media screen and (max-height: 400px) {
  #mobile-nav-menu {
    padding-top: 90px;
  }
}
#mobile-nav-menu .content .menu {
  transition: 0.5s all;
  transform: scale(1.5);
  margin: 0;
  padding: 0;
}
.nav-expanded #mobile-nav-menu .content .menu {
  transform: scale(1);
}
#mobile-nav-menu .content .menu li {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#mobile-nav-menu .content .menu li a {
  color: #fcdebd;
  display: block;
  padding: 20px 0;
  text-decoration: none;
}
#mobile-nav-menu .content .menu li a:hover {
  background: #85694a;
  color: #fcfcf9;
}
@media screen and (max-height: 730px) {
  #mobile-nav-menu .content .menu li {
    font-size: 30px;
  }
}
@media screen and (max-height: 600px) {
  #mobile-nav-menu .content .menu li {
    font-size: 20px;
  }
}
@media screen and (max-height: 520px) {
  #mobile-nav-menu .content .menu li a {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .view-albums .views-row {
    box-sizing: border-box;
    margin: 1.6018066406em 0;
    overflow: hidden;
  }
  .view-albums .views-row:hover .overlay {
    top: -10px;
  }
}
.view-albums .cover,
.view-albums .overlay {
  color: #fff;
}
.view-albums .overlay {
  background-color: #b88c61;
  border-bottom: 1px solid #272727;
  margin-bottom: 1.6018066406em;
  padding: 1.6018066406em 0;
  text-align: center;
}
@media (min-width: 992px) {
  .view-albums .overlay {
    transition: 0.3s top;
    background: rgba(184, 140, 97, 0.9);
    bottom: -30px;
    left: 15px;
    padding: 34px 20px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 100%;
  }
}
.view-albums .overlay h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 4px 0 13px;
}
@media (min-width: 992px) {
  .view-albums .overlay h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.view-albums .overlay a {
  display: inline-block;
  padding: 0 5px 15px;
  text-align: center;
  width: 40%;
}
.view-albums .cover {
  border: 1px solid #272727;
}
.view-albums .tamia {
  display: block;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar-wrapper {
  background-color: #fcfcf9;
  border-bottom: 1px solid rgba(193, 191, 191, 0.4);
  padding: 0.624295077em 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.toolbar-horizontal .navbar-wrapper {
  top: 78px;
}

.region-navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.navbar-default {
  background: transparent;
  border: 0;
  margin-bottom: 0;
}
.navbar-default .navbar-nav {
  margin-left: 1.265625em;
}

.navbar-header {
  float: none;
}

#block-tamia-main-menu {
  display: none;
  padding: 0.624295077em 0 0;
}
@media (min-width: 768px) {
  #block-tamia-main-menu {
    display: block;
  }
}
#block-tamia-main-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#block-tamia-main-menu li a:hover {
  background: none;
  color: #b88c61;
}
#block-tamia-main-menu a {
  background: none;
  color: #757575;
  font-size: 0.7901234568em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 5px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #block-tamia-main-menu a {
    margin: 0 4px;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  #block-tamia-main-menu a {
    margin: 0 15px;
  }
}
#block-tamia-main-menu a, #block-tamia-main-menu a:hover {
  transition: color 0.3s;
}
#block-tamia-main-menu a:hover, #block-tamia-main-menu a.active-trail {
  background: transparent;
  color: #b88c61;
}

.logo-wrapper {
  align-items: center;
  display: flex;
  margin-left: 1.6018066406em;
}
@media (min-width: 768px) {
  .logo-wrapper {
    margin-left: 0;
  }
}

.navbar .logo {
  margin: 0;
  padding: 0;
  z-index: 402;
}

.navbar-brand {
  color: #060300;
  font-family: "futura-pt", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 1.8020324707em;
  font-weight: 300;
  letter-spacing: 0.3em;
  padding: 15px 0;
  text-transform: uppercase;
}
.nav-expanded .navbar-brand {
  color: #fcfcf9;
}
@media (min-width: 992px) {
  .navbar-brand {
    padding: 15px 5px 15px 0;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    padding: 15px 15px 15px 0;
  }
}
.node-type-blog .navbar-brand {
  color: #fcfcf9;
}

#block-system-main .pagination {
  border-radius: 0;
  border-top: 1px solid rgba(164, 128, 94, 0.2);
  margin: 3.2473210255em auto 0;
  padding-top: 2.565784514em;
}
#block-system-main .pagination li,
#block-system-main .pagination ul {
  margin: 0;
  padding: 0;
}
#block-system-main .pagination a {
  background: none;
  border: 0;
  color: #85694a;
}
#block-system-main .pagination .active span {
  border-radius: 50%;
  background-color: #85694a;
  border: 0;
  color: #fcdebd;
}
#block-system-main .pagination .disabled span {
  background: none;
  border: 0;
  color: #a4805e;
}

#block-menu-block-2 .menu,
#block-views-categories-block .menu {
  font-size: 0;
  margin: -10px 0 30px;
  padding-top: 30px;
  text-align: center;
}
#block-menu-block-2 .menu.disabled,
#block-views-categories-block .menu.disabled {
  margin-bottom: 0;
}
#block-menu-block-2 .menu li,
#block-views-categories-block .menu li {
  display: inline-block;
  list-style: none;
}
#block-menu-block-2 .menu li a,
#block-views-categories-block .menu li a {
  border-radius: 12px;
  border-radius: 0;
  color: #a4805e;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 25px 5px;
  padding: 15px 20px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#block-menu-block-2 .menu li a.active,
#block-views-categories-block .menu li a.active {
  background-color: rgba(164, 128, 94, 0.2);
  color: #362012;
  transition: background-color 0.3s, color 0.3s;
}
#block-menu-block-2 .menu li a:hover,
#block-views-categories-block .menu li a:hover {
  background-color: rgba(164, 128, 94, 0.075);
  color: #362012;
  transition: background-color 0.3s, color 0.3s;
}
#block-menu-block-2 .menu li:first-of-type a,
#block-views-categories-block .menu li:first-of-type a {
  margin-left: 0;
}
#block-menu-block-2 .menu li:last-of-type a,
#block-views-categories-block .menu li:last-of-type a {
  margin-right: 0;
}

#block-views-blog-categories .view-content ul {
  padding-top: 30px;
  margin: -10px 0 30px;
  font-size: 0;
  text-align: center;
}
#block-views-blog-categories .view-content ul.disabled {
  margin-bottom: 0;
}
#block-views-blog-categories .view-content ul li {
  display: inline-block;
  list-style: none;
}
#block-views-blog-categories .view-content ul li a {
  border-radius: 12px;
  border-radius: 0;
  color: #a4805e;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 25px 5px;
  padding: 15px 20px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#block-views-blog-categories .view-content ul li a.active {
  background-color: rgba(164, 128, 94, 0.2);
  color: #362012;
  transition: background-color 0.3s, color 0.3s;
}
#block-views-blog-categories .view-content ul li a:hover {
  background-color: rgba(164, 128, 94, 0.075);
  color: #362012;
  transition: background-color 0.3s, color 0.3s;
}
#block-views-blog-categories .view-content ul li:first-of-type a {
  margin-left: 0;
}
#block-views-blog-categories .view-content ul li:last-of-type a {
  margin-right: 0;
}

#block-sharethis-sharethis-block {
  border-top: 1px solid rgba(193, 191, 191, 0.2);
  margin: 0;
  padding-top: 1.6018066406em;
  text-align: center;
}

.block-twitter-block {
  background-color: #fcfcf9;
  margin-bottom: 1.265625em;
}
@media (min-width: 992px) {
  .block-twitter-block {
    background-image: url("/themes/tamia/images/features/connect.jpg");
    background-size: cover;
  }
}
.block-twitter-block .twitter-icon {
  background: url("img/twitter-brown.png") 50% no-repeat;
  display: inline-block;
  height: 29px;
  width: 35px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .block-twitter-block .twitter-icon {
    background-image: url("img/2x/twitter-brown.png");
    background-size: 37px 31px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  .block-twitter-block .twitter-icon {
    background-image: url("img/3x/twitter-brown.png");
  }
}
@media (min-width: 992px) {
  .block-twitter-block .twitter-icon {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.block-twitter-block .title h3 {
  color: #060300;
  font-family: "futura-pt", "Verdana", "Helvetica", "Arial", sans-serif;
  margin-bottom: 1em;
}
.block-twitter-block .title a {
  font-weight: 500;
  text-decoration: none;
}

.video-wrapper {
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
  width: 100%;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video {
  height: 100%;
  position: absolute;
  width: 100%;
}
.video-wrapper object embed {
  max-height: 100%;
  max-width: 100%;
}
.video-wrapper p {
  margin: 0;
}
.video-wrapper img {
  border: 0;
}

.view-videos .flexbox-row,
.block-views-blockvideos-block-videos .flexbox-row {
  margin: 1.6018066406em 0 0;
}
.view-videos .view-content,
.block-views-blockvideos-block-videos .view-content {
  overflow: auto;
}
.view-videos .view-footer,
.block-views-blockvideos-block-videos .view-footer {
  margin-top: 1.6018066406em;
}
.view-videos .thumb,
.block-views-blockvideos-block-videos .thumb {
  display: block;
}
.view-videos .thumb a,
.block-views-blockvideos-block-videos .thumb a {
  display: block;
  position: relative;
}
.view-videos .thumb a .overlay,
.block-views-blockvideos-block-videos .thumb a .overlay {
  transition: 0.3s;
  border: 1px solid #242424;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.view-videos .thumb a .icon,
.block-views-blockvideos-block-videos .thumb a .icon {
  border-radius: 50%;
  transition: 0.3s;
  background: rgba(6, 3, 0, 0.32);
  border: 6px solid #fff;
  display: inline-block;
  left: 50%;
  margin: -36px 0 0 -36px;
  padding: 32px;
  position: absolute;
  top: 200%;
}
.view-videos .thumb a .inner,
.block-views-blockvideos-block-videos .thumb a .inner {
  border: solid 17px transparent;
  border-left-color: #fff;
  border-left-width: 30px;
  border-right-width: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: -17px 0 0 -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
.view-videos .thumb a img,
.block-views-blockvideos-block-videos .thumb a img {
  box-sizing: border-box;
  width: 100%;
}
.view-videos .thumb a:hover .overlay,
.block-views-blockvideos-block-videos .thumb a:hover .overlay {
  background-color: rgba(185, 145, 102, 0.8);
  border: 6px solid #fff;
}
.view-videos .thumb a:hover .icon,
.block-views-blockvideos-block-videos .thumb a:hover .icon {
  top: 50%;
}
.view-videos .flexbox-content-target,
.block-views-blockvideos-block-videos .flexbox-content-target {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .view-videos .flexbox-content-target,
.block-views-blockvideos-block-videos .flexbox-content-target {
    display: none;
  }
}
.view-videos .flexbox-content-target iframe,
.view-videos .flexbox-content-target object,
.view-videos .flexbox-content-target video,
.block-views-blockvideos-block-videos .flexbox-content-target iframe,
.block-views-blockvideos-block-videos .flexbox-content-target object,
.block-views-blockvideos-block-videos .flexbox-content-target video {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.path-biography .main-container-wrapper {
  background-image: url("/themes/tamia/css/img/background-bio.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}

#block-biographyfeature {
  background-image: url("/sites/default/files/2020-11/tamia-love-life_2.jpg");
  background-position: center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 480px) {
  #block-biographyfeature {
    height: 400px;
  }
}
@media (min-width: 768px) {
  #block-biographyfeature {
    height: 500px;
  }
}
@media (min-width: 992px) {
  #block-biographyfeature {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  #block-biographyfeature {
    height: 800px;
  }
}

.path-events .main-container-wrapper {
  background-color: #060300;
  margin-top: 84px;
}

.path-frontpage .feature-wrapper {
  margin-top: 84px;
}
.path-frontpage .main-container-wrapper {
  background: #060300;
}

.block-views-blockalbums-block-latest-music .block-title,
.block-views-blockvideos-block-videos .block-title,
#block-events .block-title {
  border-bottom: 1px solid #272727;
  color: #fcfcf9;
  font-style: italic;
}

#block-biography .block-title {
  border-bottom: 1px solid rgba(184, 140, 97, 0.2);
  color: #b88c61;
  font-style: italic;
}

.path-music .main-container-wrapper {
  margin-top: 84px;
}

.path-videos .main-container-wrapper {
  margin-top: 84px;
}

.feature-homepage {
  position: relative;
}
.feature-homepage .feature-image {
  background-color: #b50418;
}
.feature-homepage .feature-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .feature-homepage .feature-image img {
    width: 50%;
  }
}
.feature-homepage .wrapper {
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.feature-homepage .description {
  padding-top: 3.2473210255em;
  text-align: center;
}
@media (min-width: 768px) {
  .feature-homepage .description {
    padding-top: 4.1098906729em;
  }
}
@media (min-width: 992px) {
  .feature-homepage .description {
    padding-top: 5.2015803828em;
  }
}
@media (min-width: 1200px) {
  .feature-homepage .description {
    padding-top: 10.5450938424em;
  }
}
.feature-homepage .description h1 {
  color: #272727;
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Times", serif;
  font-size: 4.1098906729em;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
  color: #fcfcf9;
  font-family: "futura-pt", "Verdana", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .feature-homepage .description h1 {
    font-size: 2.876923471em;
  }
}
@media (max-width: 768px) {
  .feature-homepage .description h1 {
    font-size: 2.4659344037em;
  }
}
@media (max-width: 376px) {
  .feature-homepage .description h1 {
    font-size: 2.0549453364em;
  }
}
@media (min-width: 1200px) {
  .feature-homepage .description h1 {
    font-size: 5.2015803828em;
  }
}
.feature-homepage .description h3 {
  color: #fcfcf9;
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Times", serif;
  font-style: italic;
  margin-bottom: 0.5549289573em;
}

.feature.connect {
  text-align: center;
}
.feature.connect .feature-image {
  background-color: #b88c61;
}
.feature.connect .wrapper {
  padding: 1.6018066406em 0;
}
.feature.connect h4 {
  color: #060300;
  font-style: italic;
}
.feature.connect .socials {
  float: none;
  list-style: none;
  margin: 1.125em auto;
  padding: 0;
}
.feature.connect .socials li {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
}
.feature.connect .socials li a {
  background: transparent 50% no-repeat;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.feature.connect .socials li a.twitter {
  background-image: url("img/3x/icon-twitter.png");
  background-size: 100%;
}
.feature.connect .socials li a.twitter::after, .feature.connect .socials li a.twitter:hover {
  background-image: url("img/3x/icon-twitter-hover.png");
}
.feature.connect .socials li a.facebook {
  background-image: url("img/3x/icon-facebook.png");
  background-size: 100%;
}
.feature.connect .socials li a.facebook::after, .feature.connect .socials li a.facebook:hover {
  background-image: url("img/3x/icon-facebook-hover.png");
}
.feature.connect .socials li a.instagram {
  background-image: url("img/3x/icon-instagram.png");
  background-size: 100%;
}
.feature.connect .socials li a.instagram::after, .feature.connect .socials li a.instagram:hover {
  background-image: url("img/3x/icon-instagram-hover.png");
}
.feature.connect .socials li a.youtube {
  background-image: url("img/3x/icon-youtube.png");
  background-size: 100%;
}
.feature.connect .socials li a.youtube::after, .feature.connect .socials li a.youtube:hover {
  background-image: url("img/3x/icon-youtube-hover.png");
}
.feature.connect .socials li a.spotify {
  background-image: url("img/3x/icon-spotify.png");
  background-size: 100%;
}
.feature.connect .socials li a.spotify::after, .feature.connect .socials li a.spotify:hover {
  background-image: url("img/3x/icon-spotify-hover.png");
}
.feature.connect .socials li a:after {
  content: "";
}
@media (min-width: 992px) {
  .feature.connect {
    text-align: left;
  }
  .feature.connect h4 {
    float: left;
  }
  .feature.connect .socials {
    float: left;
    margin: 10px 0 0 30px;
  }
}