/*!
Theme Name: Nickelback (Dark)
Description: Official site launch
Author: Sparkart
Version: 1.0.0
Date: January 5, 2021;
*/

@font-face {
    font-family: 'monument_extendedregular';
    src: url('fonts/monumentextended-regular-webfont.woff2') format('woff2'),
         url('fonts/monumentextended-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {

    --color-highlight-primary: #e12d26;
    --color-highlight-secondary: #ff003a;

    --color-header-button: #fff;





    --color-text: #ffffff;
    --color-text-rgb: 0, 0, 0;
    --color-body-text: #cbccd0;
    --color-small-button-text-border: #aa343d;
    --color-text-field: #ffffff;
    --color-text-field-text: #162950;
    --color-text-field-text-rgb: 22, 41, 80;
    
    --color-btn-primary: #aa343d;
    --color-btn-primary-darker: #83282f;
    --color-btn-primary-text: #ffffff;

    --color-blankstate: rgba(109, 109, 109, 0.35);
    --color-blankstate-border: rgba(109, 109, 109, 0.2);
    --color-blankstate-background: rgba(109, 109, 109, 0.1);

    --color-text-focus:#e12d26;
    --color-overlay-text-focus:#e6e6e6;
    --color-btn-primary-focus:#83282f;
    --color-btn-social-focus:#cbcbcb;
    --color-small-button-text-border-focus:#83282f;
    --predictive-search-focus:#ebebeb;

    --color-body: #000430;
    --color-bg: #000430;
    --color-bg-rgb: 0, 4, 48; /* 248, 248, 248 */
    --color-bg-alt: rgba(0, 109, 109, 0.05);
    --color-bg-currency-selector: rgba(109, 109, 109, 0.2);

    --color-overlay-title-text: #ffffff;
    --color-image-overlay: #3d3d3d;
    --color-image-overlay-rgb: 61, 61, 61;--opacity-image-overlay: 0.25;--hover-overlay-opacity: 0.65;

    --color-border: #e4e4e4;
    --color-border-form: #909090;
    --color-border-form-darker: #767676;

    --svg-select-icon: url(//cdn.shopify.com/s/files/1/0065/0913/3895/t/5/assets/ico-select.svg?v=4880337542108921758);
    --slick-img-url: url(//cdn.shopify.com/s/files/1/0065/0913/3895/t/5/assets/ajax-loader.gif?v=4135686330247201572);

    --font-weight-body--bold: 700;
    --font-weight-body--bolder: 700;

    --font-stack-header: "monument_extendedregular", Arial, sans-serif;
    --font-style-header: normal;
    --font-weight-header: 700;

    --font-stack-body: Arial, sans-serif;
    --font-style-body: normal;
    --font-weight-body: 400;

    --font-size-header: 36;

    --font-size-base: 18;

    --font-h1-desktop: 48;
    --font-h1-mobile: 45;
    --font-h2-desktop: 28;
    --font-h2-mobile: 25;
    --font-h3-mobile: 28;
    --font-h4-desktop: 24;
    --font-h4-mobile: 22;
    --font-h5-desktop: 20;
    --font-h5-mobile: 18;
    --font-h6-desktop: 19;
    --font-h6-mobile: 17;

    --font-mega-title-large-desktop: 90;

    --font-rich-text-large: 20;
    --font-rich-text-small: 15;

    --color-video-bg: #ebebeb;

    --global-color-image-loader-primary: rgba(0, 0, 0, 0.06);
    --global-color-image-loader-secondary: rgba(0, 0, 0, 0.12);
  }

/* BASE
****************************************************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

* {
    box-sizing: border-box;
}

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

body { line-height: 1.5em; }

ol, ul { list-style: none }

blockquote,
q { quotes: none }

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: var(--color-body-text);
    background: var(--color-body);
}

a {
    opacity: 0.75;
    transition: all 0.3s ease 0s;
}

a:visited {
    text-decoration: none
}

a:link {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:hover {
    color: var(--colors-text);
    text-decoration: none
}

a:hover, a:focus, a:active { opacity: 1; }

p {
    margin: 1em 0
}

p a, p a:visited, p a:link, p a:active, p a:hover {
    color: var(--color-highlight-primary);
    text-decoration: underline;
}

strong {
    font-weight: bold
}

ul {
    list-style-type: disc;
    list-style-position: inside
}

ol {
    list-style-type: decimal;
    list-style-position: inside
}

ul ul,
ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px
}

ol ol,
ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'monument_extendedregular', 'Arial', sans-serif;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
}

/* BASE: ADDITIONS
****************************************************************************************/

.grid {
    /* list-style: none;
    margin: 0;
    padding: 0; */
}

.grid--table {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.list--inline {
    margin: 0;
    padding: 0;
}

.list--inline > li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

/* LAYOUT: FOOTER
****************************************************************************************/

.footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0;
    display: block;
    color: #8c7d88;
    overflow: hidden
}

.footer .content {
    width: 93.75%;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
    text-align: center
}

.footer img {
    max-width: 80px;
}

@media (min-width: 1140px) {
    .footer {
        padding: 60px 0;
    }

    .footer img {
        max-width: auto;
    }

    .footer .content {
        width: 1140px;
        font-size: inherit;
    }
}

.footer p a {
    color: var(--color-text);
    text-decoration: none;
}

.footer .social-icons a {
    color: var(--color-text);
}


/* LAYOUT: HEADER
****************************************************************************************/

.header {
    width: 100%;
    float: left;
    display: block;
    background-color: var(--color-body);
}

.header .js-menu {
  width: 100%;
}

.header .content {
    width: 100%;
    display: block;
    margin: 0 auto
}

@media (min-width: 1065px) {
    .header .content {
        max-width: 1140px
    }
}

.header--social {
    padding: 9px 36px;
    background-color: var(--color-highlight-secondary);
}

.header--social a {
    color: var(--color-header-button);
    padding: 0 3px;
}

.header--social a[href="#newsletter"] {
    text-transform: uppercase;
    font-size: 80%;
}

.social-icons a span {
    display: none;
}

.social-icons a:before {
    font-family: "FontAwesome";
    font-size: 24px;
}

.social-icons .icon-facebook a:before {
    content: "\f09a"
}

.social-icons .icon-youtube a:before {
    content: "\f167"
}

.social-icons .icon-twitter a:before {
    content: "\f099"
}

.social-icons .icon-instagram a:before {
    content: "\f16d"
}

.social-icons .icon-spotify a:before {
    content: "\f1bc"
}

.social-icons .icon-tiktok a:before {
    width: 21px;
    height: 25px;
    background: url('img/icon--tiktok.png') center top no-repeat;
    background-size: contain;
    display: block;
    content: "";
    opacity: 0.75;
}

.social-icons .icon-tiktok a:hover:before {
    opacity: 1;
}

.social-icons .icon-amazon-music a:before {
    content: "\f270"
}

.social-icons .icon-apple-music a:before {
    content: "\f179"
}

.header--navigation {
    padding: 18px 36px;
}

.header--navigation a {
    color: var(--color-header-button);
    font-family: var(--font-stack-header);
    text-transform: uppercase;
}

.header--logo {
    display: block;
    width: 350px;
    position: relative;
    left: 50%;
    margin-left: -18px;
    transform: translate(-50%,0);
    opacity: 1;
    z-index: 1000;
    text-align: center
}

.header--logo img {
    max-width: 250px;
}

@media (min-width: 1065px) {
    .header--logo img {
        max-width: 100%;
    }
}

.site-nav {
    margin-top: -30px;
}

.site-nav > li {
    padding: 0 18px;
}

@media (min-width: 1065px) {
}

.site-nav > li:nth-child(1) {
    margin-left: -35px;
}

.site-nav > li:nth-child(2) {
    margin-right: 139px;
}

.site-nav > li:nth-child(3) {
    margin-left: 247px;  
    padding-right: 20px;
}

/* .menu--social a {
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -5000px;
  display: block;
  background-size: contain;
}

.menu--social .social-instagram a {
  background-image: url('img/icon--instagram.png');
}

.menu--social .social-facebook a {
  background-image: url('img/icon--facebook.png');
}

.menu--social .social-twitter a {
  background-image: url('img/icon--twitter.png');
}

.menu--social .social-youtube a {
  background-image: url('img/icon--youtube.png');
} */

.mc-banner {
  display: none !important;
}

.mc-banner + .mc-modal {
visibility: visible !important;
}

/* #PopupSignupForm_0 {
    display: none;
}

#PopupSignupForm_0 .mc-modal-bg {
    opacity: 0.75 !important;
}*/

#menu-main-menu,
#menu-social-media {
  display: inline-block;
  vertical-align: middle;
}

/* LAYOUT: MENU

****************************************************************************************/
/* .menu--wrapper {
    width: 15.625%;
    display: block;
    float: right;
    position: relative
}

@media (min-width: 1065px) {
    .menu--wrapper {
        width: 68.45614%;
    }
}*/

.menu--dropdown { 
  text-align: center;
}

.menu--wrapper.is-open .site-nav {
    margin-top: 0 !important;
    padding-top: 33vh;
}

.menu--wrapper.is-open .menu--dropdown {
    display: block;
}

.menu--wrapper.is-open .menu--main .menu-item {
    text-align: center;
    margin: 0;
}

.menu--wrapper.is-open .menu--main .menu-item ul {
    margin: 0;
}

.menu--wrapper.is-open .menu--main .menu-item a {
    margin-left: auto;
    margin-right: auto;
}

.menu--wrapper.is-open .menu--main .nav-home {
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu--wrapper.is-open .menu--main .nav-signup a {
    background-image: url('img/nav--signup-iconless.png');
}

.menu--wrapper.is-open .menu--main .menu-item {
    padding: 5px 20px;
}

.menu--wrapper.is-open #menu-social-media {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.menu--wrapper.is-open #menu-social-media .menu-item {
    display: inline-block;
}

.menu--wrapper .menu--action--open {
    margin-top: -30px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

@media (min-width: 1065px) {
    .menu--wrapper .menu--action--open {
        display: none
    }
}

.menu--wrapper .menu--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    color: #96c3cc;
    background-color: #131517;
}

.menu--wrapper.is-open .menu--dropdown {
    z-index: 700000;
}

@media (min-width: 1065px) {
    .menu--wrapper .menu--dropdown {
        position: relative;
        width: auto;
        height: auto;
        display: block;
        color: inherit;
        background-color: transparent
    }
}

.menu--wrapper .menu--dropdown a {
    /* height: 60px; 
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -5000px;
    display: block; */
    opacity: 0.7;
    /* background-size: contain; */
}

.menu--wrapper .menu--dropdown a:hover {
    color: #fff;
    opacity: 1;
}

/* .menu--wrapper .menu--dropdown .nav-about a {
    width: 95px;
    background-image: url('img/nav--about.png');
}

.menu--wrapper .menu--dropdown .nav-news a {
    width: 67px;
    background-image: url('img/nav--news.png');
}

.menu--wrapper .menu--dropdown .nav-videos a {
    width: 82px;
    background-image: url('img/nav--videos.png');
}

.menu--wrapper .menu--dropdown .nav-tour a {
    width: 67px;
    background-image: url('img/nav--tour.png');
}

.menu--wrapper .menu--dropdown .nav-store a {
    width: 82px;
    background-image: url('img/nav--store.png');
}

.menu--wrapper .nav-signup a {
    width: 143px;
    background-image: url('img/nav--signup.png');
} */

@media (min-width: 1065px) {
    .menu--wrapper .menu--dropdown a {
        /* height: 33px; */
        padding: 0 0 0 0
    }
}

.menu--wrapper .menu--action--close {
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: 20000000;
    cursor: pointer;
}

@media (min-width: 1065px) {
    .menu--wrapper .menu--action--close {
        display: none
    }
}

.menu--wrapper .menu-item {
    display: block
}

@media (min-width: 1065px) {
    .menu--wrapper .menu-item {
        display: inline-block
    }
}

/* .menu--wrapper .menu--main {
    list-style: none;
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    font-weight: 500;
} */

@media (min-width: 1065px) {
    .menu--wrapper .menu--main {
        
    }
}

.menu--wrapper .menu--main .menu-item {
    text-transform: uppercase;
    vertical-align: middle;
}

/* .menu--wrapper .menu--main .menu-item {
    padding: 0 20px;
    text-transform: uppercase;
    vertical-align: middle;
} */

#menu-navigation .current-menu-item > a,
#menu-navigation .current_page_parent > a,
#menu-navigation .current_page_parent > a:hover {
    opacity: 1;
    color: #fff;
}

body.home #menu-navigation .current-menu-item > a {
    opacity: 0.7;
}

.menu--wrapper .menu--main .menu-item a:hover {
  color: var(--color-highlight-secondary);
}

/* .menu--wrapper .menu--main .nav-home > a {
    width: 66px;
    height: 57px;
    background: url('img/eagle-distressed.png?v=2') center no-repeat;
    background-size: 100%;
    text-indent: -5000px;
    display: block;
    opacity: 0.7 !important;
} */

/* .menu--wrapper .menu--main .nav-home.menu-item.current-menu-item > a {
    opacity: 0.7 !important;
}

.menu--wrapper .menu--main .nav-home > a:hover,
.menu--wrapper .menu--main .nav-home.menu-item.current-menu-item > a:hover {
    opacity: 1 !important;
} */

.menu-item { position: relative; }

@media (min-width: 1065px) {
    #open-popup {
        display: block;
    }
}

@media (min-width: 1065px) {
    .menu-item .sub-menu {
        position: absolute;
        top: 30px;
        left: 10px;
        width: 240px;
        margin-left: 0;
        display: none;
        background: url("img/background--dropdown.jpg") center #eb3f39 no-repeat;
        border-radius: 3px;
    }

    .menu-item .sub-menu li {
        display: block;
    }
}

@media (min-width: 1065px) {
    .menu-item .sub-menu .menu-item a,
    .menu--action--open .menu-item .sub-menu .menu-item a {
        display: block;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0;
    }
}

.menu-item:hover .sub-menu {
    display: block;
}

.footer .menu--social {
    display: block;
    margin-top: 22px;
    text-align: center;
}

@media (min-width: 1065px) {
    .footer .menu--social {
        margin-top: 44px;
        margin-left: 0
    }
}

.footer .menu--social a { text-indent: -9999em; }

.footer .menu--social .menu-item {
    display: inline-block;
    margin: 0 .5em;
}

.news--container {
    width: 93.75%;
    display: block;
    margin: 18px auto 30px
}

.news--container:after {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 1140px) {
    .news--container {
        width: 1140px;
    }
}

.news--article .news--article--title,
.stack--news--wrapper .stack--news--title {
  font-family: 'monument_extendedregular', 'Arial', sans-serif;
  color: var(--color-text);
}

.stack--news--content {
  padding-bottom: 20px;
}

.stack--news__image-container {

}

.stack--news__content-container {
    flex-grow: 1;
}

.stack--news__content-link-container {
}

.news--article h4 {
    text-transform: uppercase;
}

.news--article,
.stack--news--wrapper .stack--news--teaser {
    /* position: relative;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
    overflow: hidden; */
    margin-bottom: 20px;
}

.stack--news--teaser .h-100 {
    height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px) {

    .news--article,
    .stack--news--wrapper .stack--news--teaser {
        box-sizing: border-box;
    }

}

.news--article .news--article--thumbnail,
.stack--news--wrapper .stack--news--teaser .news--article--thumbnail,
.stack--news--wrapper .stack--news--teaser .stack--news--thumbnail {
    float: left;
    margin-right: 18px;
    min-height: 100px;
}

.news--article .button,
.stack--news--wrapper .stack--news--teaser .button {
    /* margin-left: 18px; */
    margin-bottom: 18px;
    clear: both;
}

.stack--news--wrapper .stack--news--teaser .button {
    position: static;
}

@media (min-width: 640px) {

    .news--article .button,
    .stack--news--wrapper .stack--news--teaser .button {
        margin-left: 0
    }

    .news--article--content {
        padding: 20px ;
    }
}

@media (min-width: 1140px) {

    /* .news--article .button,
    .stack--news--wrapper .stack--news--teaser .button {
        position: absolute;
        right: 20px;
        top: 20px;
        margin: 0
    }

    .news--article--content {
        padding: 20px 210px 20px 0;
    } */
}

.news--article--thumbnail,
.stack--news--wrapper .stack--news--teaser .stack--news--thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 59.375%;
    display: block;
    margin-bottom: 18px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.stack--news--thumbnail img,
.news--article--thumbnail img {
    width: 100%;
    display: block;
    background: none;
}

@media (min-width: 640px) {

    .news--article--thumbnail,
    .stack--news--wrapper .stack--news--teaser .stack--news--thumbnail {
        width: 50%;
        padding-bottom: 29.6875%;
        margin-bottom: 0;
        float: left
    }
}

/* @media (min-width: 1140px) {

    .news--article--thumbnail,
    .stack--news--wrapper .stack--news--teaser .stack--news--thumbnail {
        width: 323px;
        padding-bottom: 16.66667%
    }
} */

.news--article--title,
.stack--news--wrapper .stack--news--teaser .stack--news--title {
    display: block;
    margin-bottom: 18px;
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: var(--color-text);
}

@media (min-width: 640px) {

}

@media (min-width: 1140px) {

    .news--article--title,
    .stack--news--wrapper .stack--news--teaser .stack--news--title {
        width: auto;
        float: none
    }
}

.news--article--date,
.stack--news--wrapper .stack--news--teaser .stack--news--date {
    padding: 0 18px;
    display: none;
    color: var(--color-text);
    background-color: var(--color-highlight-primary);
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    text-transform: uppercase;
}

.post > .heading + p span.date {
    display: none;
}

.stack--news__image-container {
    position: relative;
    overflow: hidden;
}

.stack--news--date {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    border-radius: 100%;
    z-index: 2;
    padding: 10px 12px !important;
}

.stack--news--date .date--day {
    font-size: 175%;
    display: block;
}

.stack--news--date .date--month {
     display: block;
}

@media (min-width: 640px) {

    /* .news--article--date,
    .stack--news--wrapper .stack--news--teaser .stack--news--date {
        width: 53%;
        padding: 0;
        float: right
    } */
}

@media (min-width: 1140px) {

    .news--article--date,
    .stack--news--wrapper .stack--news--teaser .stack--news--date {
        width: auto;
        float: none
    }
}

.news--article--excerpt,
.stack--news--wrapper .stack--news--teaser .stack--news--excerpt {
    padding: 0 0;
    /* font-size: 18px;
    line-height: 22px;
    font-weight: 300 */
}

@media (min-width: 640px) {

}

@media (min-width: 1140px) {

    .news--article--excerpt,
    .stack--news--wrapper .stack--news--teaser .stack--news--excerpt {
        width: auto;
        float: none;
    }
}

.page--container.page--tour {
    overflow: hidden
}

.page--container {
    clear: both;
    padding: 0;
}

.page--container:after {
    content: "";
    display: block;
    clear: both;
}

.page--container .content {
    width: 93.75%;
    display: block;
    margin: 0 auto;
    padding: 18px 3%;
}

@media (min-width: 640px) {
    .page--container .content {
        max-width: 98%;
        width: 1140px;
        margin: 0 auto;
        /* padding: 0 0 32px 0 */
    }
}

.button {
    padding: 30px 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.button--primary {
    color: var(--color-highlight-primary);
    border: 2px solid var(--color-highlight-primary);
}

.button--primary:hover, .button--primary:focus, .button--primary:active {
    color: var(--color-highlight-primary);
    border: 2px solid var(--color-highlight-primary);
}

.button--secondary {
    color: var(--color-highlight-secondary);
    border: 2px solid var(--color-highlight-secondary);
}

.button--link {
    background-color: transparent;
    color: var(--color-highlight-primary);
    padding: 0;
    font-size: initial;
    font-family: inherit;
    text-transform: initial;
}

.button--wide {
    width: 100%;
    opacity: 0.5;
}

.button--wide:hover, .button--wide:focus, .button--wide:active {
    opacity: 1;
}

.input-group__field {
    padding: 30px 40px;
    display: inline-block;
    font-size: 18px;
    border: 2px solid #fff;
    line-height: 1em;
    background-color: transparent;
    color: #fff;
}

.input-group__field::placeholder {
    color: #fff;
}

/* .button.button--outline--white {
    padding: 7px 20px;
    border: 4px solid #fff;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.button.button-icon {
    position: relative;
    padding-left: 49px
}

.button.button-icon .icon {
    position: absolute;
    left: 15px;
    top: 5px
}

.cs-iframe {
    margin-top: -1em
}

.featured-merchandise--list {
    list-style: none;
    overflow: hidden
}

.featured-merchandise--list .featured-merchandise--item {
    width: 100%;
    display: block;
    margin-bottom: 24px;
    clear: left;
    overflow: hidden
}

.featured-merchandise--list .featured-merchandise--photo {
    width: 32.66667%;
    display: block;
    float: left
}

@media (min-width: 1140px) {
    .featured-merchandise--list .featured-merchandise--photo {
        width: 27.52809%
    }
}

.featured-merchandise--list .featured-merchandise--info {
    width: 60.66667%;
    display: block;
    float: right
}

@media (min-width: 1140px) {
    .featured-merchandise--list .featured-merchandise--info {
        width: 66.85393%
    }
}

.featured-merchandise--list .featured-merchandise--info .featured-merchandise--price {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1em
}

.featured-merchandise--list .featured-merchandise--info .featured-merchandise--title {
    display: block;
    margin-bottom: 11px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1em
} */

.heading {
    font-size: 24px;
    line-height: 1em;
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .heading {
        margin-left: 0;
        font-size: 36px
    }
}

.newsletter--wrapper {
    background-color: var(--color-highlight-secondary);
    padding: 36px 0;
}

.newsletter--wrapper .heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}

.newsletter--wrapper .content {
    padding-bottom: 0;
}

.newsletter--wrapper a {
    color: #fff !important;
}

.newsletter--wrapper .button--white {
    border-color: #fff;
    cursor: pointer;
    line-height: 1.2em;
}

input.mce_inline_error {
    border-color: #000;
    background-color: #000;
    color: var(--color-highlight-secondary);
}

input.mce_inline_error::placeholder {
    color: var(--color-highlight-secondary);   
}

#mce-success-response {
    padding: 10px;
    background: #fff;
    color: var(--color-highlight-secondary);
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}

@media (min-width: 640px) {

    .newsletter--wrapper .row {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: center;
    }

}

.newsletter--wrapper p {
    font-size: 80%;
    color: #fff;
    margin: 18px 0 0 0;
}

.newsletter--wrapper .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news--container > .heading, 
.content > .heading {
  display: none;
}

.heading.heading-contrast {
    color: #fff;
    margin-bottom: .5em;
}

.subheading {
    font-size: 18px;
    line-height: 1em;
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    font-weight: 300;
    color: #001c27
}

@media (min-width: 640px) {
    .subheading {
        margin-left: 0;
        font-size: 24px
    }
}

.icon {
    color: #fff;
}

.icon span {
    display: none;
}

.icon:before {
    font-family: "FontAwesome";
    font-size: 24px;
}

.icon--close:before {
    content: "\f00d";
}

.icon--menu:before {
    content: "\f0c9";
}

.icon--amazon a {
    display: block;
    width: 24px;
    height: 22px;
    background: url("img/icon--amazon.png") 0 0 no-repeat
}

.icon--apple a {
    display: block;
    width: 18px;
    height: 22px;
    background: url("img/icon--apple.png") 0 0 no-repeat
}

.icon--facebook a {
    display: block;
    width: 22px;
    height: 22px;
    background: url("img/icon--facebook.png") 0 0 no-repeat
}

.icon--google-play a {
    display: block;
    width: 20px;
    height: 22px;
    background: url("img/icon--google-play.png") 0 0 no-repeat
}

.icon--instagram a {
    display: block;
    width: 22px;
    height: 22px;
    background: url("img/icon--instagram.png") 0 0 no-repeat
}

.icon--pandora a {
    display: block;
    width: 17px;
    height: 21px;
    background: url("img/icon--pandora.png") 0 0 no-repeat
}

.icon--spotify a {
    display: block;
    width: 27px;
    height: 27px;
    background: url("img/icon--spotify.png") 0 0 no-repeat
}

.icon--twitter a {
    display: block;
    width: 26px;
    height: 22px;
    background: url("img/icon--twitter.png") 0 0 no-repeat
}

.icon--youtube a {
    display: block;
    width: 18px;
    height: 22px;
    background: url("img/icon--youtube.png") 0 0 no-repeat
}

.sbi {
    height: auto;
    overflow: hidden
}

.pagination {
    clear: both
}

.pagination .current,
.pagination .inactive {
    padding: 10px 18px;
    display: inline-block;
    margin-right: 18px;
    font-size: 20px;
    line-height: 1em;
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    color: #96c3cc;
    background-color: #96c3cc
}

.pagination .current {
    background-color: #fff
}

.logo {
    display: block;
    text-indent: -999em
}

.logo.logo--elvie-shane {
    width: 100%;
    height: 50px;
    background: url("img/logo--elvie-shane.png") center no-repeat;
    background-size: contain;
    margin: 0 auto;
    float: none;
    position: absolute;
    z-index: 2;
}

@media (min-width: 1065px) {
    .logo.logo--elvie-shane {
      width: 336px;
      height: 100px;
      margin-bottom: -10px;
      position: relative;
      z-index: 2;
    }
}

#gallery-1 dl.gallery-item {
    width: 23.23176%;
    display: block;
    margin-top: 1rem;
    margin-right: 2.35765%;
    float: left
}

@media screen and (max-width: 767px) {
    #gallery-1 dl.gallery-item {
        float: left;
        display: block;
        margin-right: 16.03631%;
        width: 41.98184%
    }
}

@media screen and (max-width: 767px) {
    #gallery-1 dl.gallery-item:nth-of-type(2n) {
        margin-right: 0
    }
}

#gallery-1 dl.gallery-item:nth-of-type(4n) {
    margin-right: 0
}

#gallery-1 dl.gallery-item:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    #gallery-1 dl.gallery-item:last-child {
        margin-right: 0
    }
}

#gallery-1 dl.gallery-item a {
    display: block;
    padding: 0.5rem;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out
}

#gallery-1 dl.gallery-item a:hover {
    background: #8a897a
}

#gallery-1 dl.gallery-item img {
    display: block;
    width: 100%;
    max-width: 9999px;
    height: auto;
    border: none
}

#gallery-1 dl.gallery-item .gallery-caption {
    display: none
}

@media screen and (max-width: 480px) {
    #gallery-1 dl.gallery-item {
        float: left;
        display: block;
        margin-right: 16.03631%;
        width: 100%
    }

    #gallery-1 dl.gallery-item:last-child {
        margin-right: 0
    }
}

.media--video--wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-top: 18px
}

.media--video--wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media--video--list {
    width: 100%;
    display: block;
    margin-bottom: 18px;
    overflow: hidden
}

.media--video--title {
    display: none;
}

.media--video--link {
    position: relative;
}

.media--video--thumbnail {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    cursor: pointer
}

@media (min-width: 640px) {
    .media--video--thumbnail {
        width: 23.24561%;
        margin-right: 0.87719%;
        margin-left: 0.87719%
    }
}

@media not all and (hover: none) and (max-width: 639px) {
    .media--video--link:hover {
        background-color: #96c3cc;
        outline: 0 !important;
    }

    .media--video--link:hover .media--video--thumbnail-wrapper:before {
        content: "";
        position: absolute;
        width: 0; 
        height: 0; 
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        display: none;
    }

    .media--video--link:hover .media--video--title {
        color: #fff;
    }
}

@media not all and (hover: none) {
    .media--video--link:hover img {
        outline: 8px solid #96c3cc;
    }
}

@media (max-width: 639px) {
    .media--video--link {
        background: #120806;
        float: left;
        display: block;
        padding-left: 10px;
        margin-top: 5px;
        color: inherit !important;
    }

    .media--video--link.is-active {
        background-color: #96c3cc;
        outline: 0 !important;
    }

    .media--video--thumbnail-wrapper {
        position: relative;
        width: 25%;
        float: left;
    }

    .media--video--link.is-active .media--video--thumbnail-wrapper:before {
        content: "";
        position: absolute;
        width: 0; 
        height: 0; 
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .media--video--thumbnail { width: 100%; }
    .media--video--title { width: 72.5%; float: left; display: block; padding-left: 2.5%;}

    .media--video--link:before {
        display: none !important;
    }

    .media--video--link.is-active .media--video--title {
        color: #fff;
    }

}

.media--video--link.is-active img {
    outline: 8px solid #96c3cc;
}

.hero--wrapper {
    width: 100%;
}

.hero--wrapper img {
    width: 100%;
    display: block;
}

.slideshow--wrapper {
    width: 100%;
    background-color: #120806
}

.meteor-slides {
    width: 100% !important;
    margin: 0 auto !important
}

.meteor-slides .mslide {
    width: 100% !important;
}

.meteor-slides img {
    width: 100%;
}

.meteor-slides .meteor-nav a {
  top: 50%;
  transform: translateY(-50%);
}

.meteor-slides .meteor-nav .prev a,
.meteor-slides .meteor-nav .prev a:hover {
    width: 25px;
    height: 45px;
    background: url('img/arrow--left.png?v=2') center no-repeat;
    text-indent: -5000px;
    display: block;
    left: 10px;
    background-size: contain;
}

.meteor-slides .meteor-nav .next a,
.meteor-slides .meteor-nav .next a:hover {
    width: 25px;
    height: 45px;
    background: url('img/arrow--right.png?v=2') center no-repeat;
    text-indent: -5000px;
    display: block;
    right: 10px;
    background-size: contain;
}

@media (min-width: 1065px) {
  .meteor-slides .meteor-nav .prev a,
  .meteor-slides .meteor-nav .prev a:hover,
  .meteor-slides .meteor-nav .next a,
  .meteor-slides .meteor-nav .next a:hover {
      width: 90px;
      height: 45px;
  }

}

.post {
    width: 100%;
    max-width: 700px;
    padding: 18px;
    display: block;
    margin: 18px auto;
    overflow: hidden;
    line-height: 1.5em;
    box-sizing: border-box;
    padding: 0;
    background: none !important;
}

.post em,
.post i {
    font-style: italic;
}

.post .thumbnail {
    margin-bottom: 18px;
}

.post img {
    height: auto;
}

.post img,
.post iframe {
    max-width: 100%;
}

@media (min-width: 1140px) {
    .post {
        /* width: 68.42105%; */
        font-size: 21px;
    }
}

.post:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1)
}

.post .post--title {
    font-size: 24px;
    font-weight: bold
}

iframe[src*=soundcloud] {
    width: 100%;
    height: auto
}

@media (min-width: 640px) {
    iframe[src*=soundcloud] {
        width: 500px;
        height: 400px
    }
}

.stack--news--wrapper {
    width: 100%;
    margin: 18px 0 58px 0;
    overflow: hidden;
}

.stack--news--wrapper .content {
    width: 93.75%;
    display: block;
    margin: 0 auto
}

@media (min-width: 1140px) {
    .stack--news--wrapper .content {
        width: 1140px
    }
}

/* .stack--news--wrapper .heading { color: #465664; }

.stack--news--wrapper .heading + .stack--news--actions {
    display: none;
} */

/* .stack--news--wrapper .stack--news--teaser {
    width: 100%;
    clear: none
} */

body.post-template-default .stack--news--wrapper .stack--news--teaser .stack--news--excerpt,
body.post-template-default .stack--news--wrapper .stack--news--teaser .stack--news__content-link-container,
body.post-template-default .stack--news--wrapper .heading {
    display: none;
}

body.post-template-default .stack--news--wrapper {
    border-top: 1px solid var(--color-highlight-secondary);
    margin-bottom: 0;
    padding: 64px 0;
}

body.post-template-default .stack--news--actions {
    text-align: center;
}

body.post-template-default .post {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 18px 0;
}

body.post-template-default .tag--hide-featured-image img.post--thumbnail {
    display: none;
}

@media (min-width: 1140px) { 
    body.post-template-default .post {
        padding-top: 36px;
    }
}

body.post-template-default .post .heading + .date {
    margin-top: 18px;
    display: inline-block;
}

@media (min-width: 1140px) {
    body.post-template-default .stack--news--wrapper .stack--news--teaser { 
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .stack--news--wrapper .stack--news--teaser {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 18px;
        /* width: 31.22807%;
        margin-right: 1.57895%;
        margin-left: 1.57895%; 
        float: left; */
    }
}

.stack--news--wrapper .stack--news--teaser:first-of-type {
    margin-left: 0
}

.stack--news--wrapper .stack--news--teaser:nth-child(4n),
.stack--news--wrapper .stack--news--teaser:last-of-type {
    margin-right: 0
}

.stack--news--wrapper .stack--news--teaser .stack--news--thumbnail {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 18px
}

.stack--news--wrapper .stack--news--actions {
    width: 100%;
    float: left;
    clear: both;
}

.stack--news--wrapper .stack--news--actions .button {
    display: inline-block;
    float: none;
}

/* .stack--news--wrapper .stack--news--teaser .button {
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
    font-weight: 600;
} */

/* @media (min-width: 640px) {
    .stack--news--wrapper .stack--news--teaser .button {
        position: absolute;
        bottom: 0;
        left: 0
    }
} */

@media (min-width: 1140px) {
    .stack--news--wrapper .stack--news--teasers {
        display: flex;
        flex-flow: wrap;
    }

    /* .stack--news--wrapper .stack--news--teaser .button {
        bottom: 5.05618%;
        left: 5.05618%
    } */
}

/* .stack--news--wrapper .button {
    float: left;
    clear: both
} */

.stack--tour--wrapper {
    width: 100%;
    padding: 50px 0;
    display: block;
    background: url("img/background--tour.png") center 0 no-repeat #59636d;
    background-size: cover;
    overflow: hidden;
}

.stack--tour--wrapper .content {
    width: 93.75%;
    display: block;
    margin: 0 auto
}

@media (min-width: 1140px) {
    .stack--tour--wrapper .content {
        width: 1140px
    }
}

.stack--tour--wrapper .umg_live_table {
    color: #fff
}

.stack--tour--wrapper .button--outline--white {
    border-color: #96c3cc !important;
    color: #96c3cc !important;
}

.stack--tour--wrapper .button--outline--white:hover {
    color: #365662 !important;
    background-color: #96c3cc !important;
}

.bit-widget {
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
}

.bit-widget .bit-event-list-title { 
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    font-size: 36px !important;
    line-height: 36px !important;
    color: #cbccd0;
    padding: 40px 0 !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 !important;
    text-align: center;
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
} 

/* .bit-widget .bit-event-list-title {
    font-weight: bold;
    width: 48%;
    text-align: center;
    text-transform: uppercase;
    border: 4px solid #fff;
    padding: 10px 0 !important;
    margin-right: 1%;
    border-radius: 3px;
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
} */

@media (min-width: 640px) {
    .bit-widget .bit-event-list-title {
        font-size: 24px !important;
    }
}

.bit-widget .bit-event-list-title.bit-clickable {
    border-color: #96c3cc;
    text-decoration: none !important;
}

.bit-widget .bit-event-list-title.bit-clickable:hover {
    background-color: #96c3cc;
    color: #365662;
}

.bit-widget .bit-top-track-button,
.bit-widget .bit-play-my-city-button, 
.bit-widget .bit-past-events-show-all-button,
.bit-widget .bit-top-track-button,
.bit-widget .bit-no-dates-title + div,
.bit-widget .bit-no-dates-title + div + div,
.bit-widget .bit-logo-container {
    display: none !important;
}

@media (min-width: 1140px) {
    .stack--tour--wrapper .umg_live_table {
        width: 61.57895%
    }
}

.stack--tour--wrapper .umg_live_table .umg_live_odd,
.stack--tour--wrapper .umg_live_table .umg_live_even {
    border-top: 1px solid #96c3cc
}

.stack--tour--wrapper .umg_live_table .umg_live_date {
    color: #96c3cc
}

.stack--tour--wrapper .umg_live_table .umg_live_ticket_link {
    border: 2px solid #96c3cc;
    color: #96c3cc
}

.stack--tour--wrapper .button {
    clear: both
}

@media (min-width: 640px) {
    .stack--tour--wrapper .button {
        margin-bottom: 0
    }
}

/* Bands in Town Plugin */
.bit-details {
    position: relative;
}

.bit-details .bit-date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}

.bit-details .bit-venue {
    position: absolute;
    top: 24px;
    left: 0;
    font-weight: bold;
    color: #fff !important;
}

.bit-widget .bit-event .bit-location {
    margin-top: 15px !important;
}

.bit-widget.bit-layout-desktop .bit-location {
    position: absolute;
    top: 42px;
    left: 0;
    text-align: left;
}
@media (max-width: 1139px) {
    .bit-details .bit-date, 
    .bit-details .bit-venue,
    .bit-widget.bit-layout-desktop .bit-location {
        position: static;
    }
}

.bit-details .bit-button {
    color: var(--color-highlight-primary);
    border: 2px solid var(--color-highlight-primary);
    font-family: 'monument_extendedregular', 'Arial', sans-serif;
}

/* About Page */
.page--about .post .wp-block-image:first-of-type {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page--about .post .wp-block-image:first-of-type img {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page--about .post {
    max-width: 1200px;
    background: #2d5763 url("img/concrete-light.jpg") no-repeat !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px 0;
    background-size: cover !important;
}

.page--about .post > * {
    padding-left: 40px;
    padding-right: 40px;
}

/* News Post Page */

/* .page--post .post {
    max-width: 1200px;
    background: #2d5763 url("img/concrete-light.jpg") no-repeat !important;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px;
    background-size: cover !important;
} */

/* .page--post .post .heading {
    font-size: 48px;
    color: #97c3cc;
}

.page--post .post .date {
    color: #d4b78a;
    display: block;
    margin-bottom: 20px;
} */

/* Instagram */
/* @media (max-width: 480px) {
    #sb_instagram #sbi_images .sbi_item { 
        width: 50% !important;
        height: 200px ! important;
    }

    #sb_instagram .sbi_photo {
        height: 200px;
    }

    #sb_instagram .sbi_photo img {
        display: block;
    }

    #sb_instagram:before {
        content: "Hootie on Instagram";
        font-size: 24px;
        line-height: 1em;
        font-family: 'Rubik';
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        padding: 65px 10px 10px 10px;
        color: #465664;
    }
} */

/* Foundation Template */
/* @media (max-width: 479px) {

    .page-id-1278 .post img.alignright {
        float: none;
        width: 100%;
        display: block;
        margin: 0;
        height: auto;
    }

} */

/* Music Template */
.music--album {
    display: block;
    width: 30%;
    margin: 0 2% 1em 0;
    float: left;
    text-align: center;
    line-height: 1.5em;
}

.music--album:nth-child(3n+2){
    clear: both;
}

.content--sidebar .music--album {
    width: 48%;
    text-align: left;
}

.content--sidebar .music--album:nth-child(3n+2){
    clear: none;
}

.content--sidebar .music--album:nth-child(2n){
    clear: both;
}

.content--sidebar .music--album p {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
}

@media (max-width: 640px) { 
    .music--album{
        width: 100%;
    }
}

.music--album img {
    width: 100%;
}

.music--album--title {
    text-transform: uppercase;
    font-weight: 600;
}

a.button--buy {
    width: 100%;
    display: block;
    padding: .25em 0;
    margin-bottom: .5em;
    color: #365662;
    background-color: #96c3cc;
    text-align: center;
}

a.button--buy:hover {
    background: url("img/background--dropdown.jpg") center #e34738 no-repeat;
    color: #96c3cc;
    background-size: cover;
}

a.button--buy .icon.icon--pandora {
    background-image: url("img/icon--pandora--gray.png");
}

a.button--buy:hover .icon.icon--pandora {
    background-image: url("img/icon--pandora--yellow.png");
}

a.button--buy .icon.icon--deezer {
    background-image: url("img/icon--deezer--gray.png");
}

a.button--buy:hover .icon.icon--deezer {
    background-image: url("img/icon--deezer--yellow.png");
}

.page--discography .heading { margin-bottom: .5em; }

.page--release .content--sidebar,
.page--discography .content--sidebar {
    width: 31%;
    display: block;
    margin-right: 2%;
    float: left;    
}

.page--release .content--main img
.page--discography .content--sidebar img {
    width: 100%;
}

.page--release .content--main,
.page--discography .content--main { 
    width: 64%;
    margin-right: 2%;
    display: block;
    float: left;
    text-transform: uppercase;
}

@media (max-width: 640px) { 

    .page--release .content--sidebar,
    .page--release .content--main,
    .page--discography .content--sidebar,
    .page--discography .content--main { 
        width: 100%;
        margin-right: 0;
    }

}

.page--release .content--sidebar h3 {
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page--release .content > .heading {
    margin-bottom: 20px;
}

.release--details img {
    width: 100%;
}

.release--tracks {
    margin: 20px 0;
}

.release--tracks a {
    float: right;
}

.release--retailers a.button--buy {
    display: inline-block;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.release--lyrics h3 {
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0;
    padding-top: 20px;
    float: left;
    width: 100%;
    border-top: 1px solid #7f7f7f;
}

.release--lyrics .lyric {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7f7f7f;
}

.release--lyrics .lyric h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.lyric--content {
    margin-bottom: 20px;
}

.page--discography ol li {
    padding: 1em 0;
    font-weight: 600;
    border-bottom: 1px solid #7f7f7f;
}

.page--photos #mg-banner img {
    width: 100%;
    margin-top: 1em;
}

.page--photos .content > p {
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    background: #197dbb;
    color: #fff;
    padding: 20px 20px 15px 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.page--photos .content > div + p {
    display: none;
}

.page--photos .wpsisac-slick-carousal-wrp .slick-image-slide-wrap { 
    display: block !important
}

.page--photos .wpsisac-slick-carousal-wrp .slick-image-slide {
    overflow: hidden;
}

@media only screen and (max-width: 40.0625em) {
    .page--photos .wpsisac-slick-carousal-wrp .slick-image-slide-wrap { 
        height: 400px !important; 
    }
}

.page--photos .wpsisac-slick-carousal-wrp {
    background: #fff;
    padding: 10px 20px;
    border-top: 4px solid #247bb7;
}

.page--photos .wpsisac-slick-carousal {
    margin-bottom: 0 !important;
}

.fancybox-container .fancybox-content {
    background: #fff;
}

.fancybox-container .fancybox-button svg path {
    fill: #247bb7;
}

.fancybox-container .slick-image-slide-wrap {
    height: auto !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}




html[lang="en"] {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}