/*
Theme Name: Reel Big Fish
Author: Ben Sumali
Description: Theme for the band "Reel Big Fish". I really hope they like it ;__;
Version: 2.0.0
Tags: bootstrap, jquery
*/


/* Safari 4.0 - 8.0 */
@-webkit-keyframes tickets-rsvp-button-hover {
    0%   {transform: rotate(0deg);}
    25%  {transform: rotate(-5deg);}
    50%  {transform: rotate(5deg);}
    75%  {transform: rotate(-5deg);}
    100% {transform: rotate(5deg);}
}

/* Standard syntax */
@keyframes tickets-rsvp-button-hover {
    0%   {transform: rotate(0deg);}
    25%  {transform: rotate(-5deg);}
    50%  {transform: rotate(5deg);}
    75%  {transform: rotate(-5deg);}
    100% {transform: rotate(5deg);}
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #EFFAFA;
    margin: 0px;
}
#rbf-nav-main-container {
    height: 70px;
    margin: 0px auto;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
}

#rbf-nav-links-container, #menu-main-nav, .menu-main-nav-container, #rbf-nav-social-container {
    display: inline-block;
    vertical-align: top;
}
#menu-main-nav {
    height: 100%;
}
#rbf-header-logo > a > img {
    margin-top: 10px;
    width: 200px;
}
#rbf-header-logo > a:hover {
    text-decoration: none;
}
#rbf-header-logo-1 {
    display: block;
    text-align: center;
}
#rbf-header-logo-1 > a > img {
    margin-top: 10px;
    width: 200px;
}
#rbf-header-logo-1 > a:hover {
    text-decoration: none;
}
#menu-main-nav {
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes jiggle-hover {
    0%   {transform: rotate(0deg);}
    25%  {transform: rotate(-5deg);}
    50%  {transform: rotate(5deg);}
    75%  {transform: rotate(-5deg);}
    100% {transform: rotate(5deg);}
}

/* Standard syntax */
@keyframes jiggle-hover {
    0%   {transform: rotate(0deg);}
    25%  {transform: rotate(-5deg);}
    50%  {transform: rotate(5deg);}
    75%  {transform: rotate(-5deg);}
    100% {transform: rotate(5deg);}
}

#menu-main-nav > li > a {
    color: #f8f100;
    padding: 13px 10px;
    position: relative;
    display: inline-block;
    text-shadow: -2px 2px black;    
    font-weight: 800;
    -webkit-text-stroke: 1px #E61E51;
    text-transform: uppercase;
}
#menu-main-nav > li > a::after {
    content: "";
    display: none;
    height: 10px;
    width: 100%;
    background-color: #e8174e;
    left: 0px;
    position: absolute;
    top: 20px;
    z-index: -1;
}   
#menu-main-nav > li:nth-child(odd) > a::after {
    transform: skew(-10deg,4deg);
} 
#menu-main-nav > li:nth-child(even) > a::after {
    transform: skew(10deg,-4deg);
} 
#menu-main-nav > li.current-menu-item > a::after {
    display: block;
}
#rbf-main-content-container {
    min-height: calc(100vh - 44px);
    position: relative;
}
#rbf-homepage-background-video-container {
    background-color: #3EB1A8;
    background-image: url("images/rbf-mobile-pattern.png");
    height: calc(100vh - 44px);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1;
}
#rbf-homepage-album-overlay-container {
    position: relative;
    height: 100%;
    width: 100%;
}
#rbf-homepage-background-video-container > video {
    min-height: 100vh;
    min-width: 100vw;
    position: absolute;
    width: auto;
}
#rbf-homepage-album-cover-aligner {
    position: absolute;
    width: 100%;
}
#rbf-homepage-album-cover-container {
    background-color: rgba(0,0,0,0.5);
    margin: 0px auto;
    padding: 15px;

    max-width: 500px;
}
#rbf-homepage-album-cover-image {
    height: 100%;
}
#rbf-homepage-album-cover-image > img {
    height: 200px;
    width: 200px;
}
#rbf-homepage-album-message {
    color: white;
    font-weight: bold;
    padding-left: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 265px;
}
#rbf-homepage-album-message-text {
    font-size: 20px;
}
#rbf-homepage-album-message-buttons > a {
    border: 1px solid white;
    color: white;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 3px;
}
#rbf-homepage-album-message-buttons > a:hover {
    background-color: #f8f100;
    border-color: #f8f100;
    color: black;
    text-decoration: none;
}
#rbf-nav-main-mobile-button {
    background-color: transparent;
    border: 0px;
    display: inline-block;
    float: right;
    margin-top: 15px;
    padding: 6px 12px;
    width: 59px;
    vertical-align: middle;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#rbf-nav-main-mobile-button:focus {
    outline: none;
}
#rbf-nav-main-mobile-button > div {
    background-color: white;
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 7px;
    border-radius: 1px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#rbf-nav-social-container > span {
    background-color: white;
    border-radius: 30%;
    margin: 0px 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding-top: 2px;
}
.rbf-band-member-container {
    padding-bottom: 20px;
    padding-top: 20px;
    color: #E61E51;
    text-align: center;
    text-transform: uppercase;
}
.rbf-band-member-photo > img {
    border-radius: 100%;
    width: 100%;
}
.rbf-band-member-position {
    text-transform: lowercase;
}

.rbf-band-member-name-first {
    font-size: 24px;
    font-weight: 700;
    height: 30px;
}
.rbf-band-member-name-last {
    font-weight: 600;
}
.rbf-band-member-position {
    font-size: 12px;
}
#rbf-band-photo > img {
    width: 100%;
}
#rbf-band-photo-caption {
    font-style: italic;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

#rbf-band-bio-container {
    background-color: #e8184e;
    margin-bottom: 1rem;
    color: white;
    padding: 30px;
}
#rbf-band-bio-container > p:last-child {
    margin-bottom: 0px;
}
.rbf-tour-dates-tour-name-container {
    margin-bottom: 20px;
}
.rbf-tour-dates-event-date, .rbf-tour-dates-event-location, .rbf-tour-dates-event-links-container {
    display: inline-block;
}
.rbf-tour-dates-tour-event-photo {
    position: relative;
}
.rbf-tour-dates-tour-event-photo > span {
    display: inline-block;
    position: sticky;
    top: 20px;
    z-index: -1;
}
.rbf-tour-dates-tour-event-photo > span > span {
    display: inline-block;
    position: relative;
}
.rbf-tour-dates-tour-event-photo > span > span> img {
    width: 100%;
}
.rbf-tour-dates-event-container {
    margin-bottom: 20px;
}
.rbf-tour-dates-event-date {
    font-weight: bold;
    min-width: 100px;
    position: relative;
    text-transform: uppercase;
    width: 15%;
}

.rbf-tour-dates-event-date > div {
    display: inline-block;
    vertical-align: middle;
}
.rbf-tour-dates-event-date-date {
    font-size: 40px;
}
.rbf-tour-dates-event-date-month-year {
    font-size: 20px;
    margin-left: 2px;
}
.rbf-tour-dates-event-date-month-year > div {
    color: #E61E51;
    line-height: 18px;
}
.rbf-tour-dates-event-venue {
    font-size: 24px;
}
.rbf-tour-dates-event-city-state {
    text-transform: uppercase;
}
.rbf-tour-dates-event-container > div {
    vertical-align: top;
}

.rbf-tour-dates-tour-name-container {

    font-weight: 800;
    background-color: #E61E51;
    color: white;
    font-size: 24px;
    font-weight: 800;
    padding: 10px;
    text-transform: uppercase;
}
.rbf-tour-dates-tour-cancelled-postponed {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-size: 14px;
    left: -10px;
    padding: 2px;
    position: absolute;
    top: 5px;
    transform: rotate(-30deg);
}
.rbf-tour-dates-tour-cancelled-postponed.postponed {
    background-color: #f8f100;
    color: black;
}
.rbf-tour-dates-tour-cancelled-postponed.cancelled {
    background-color: #E61E51;
    color: white;
}
.rbf-tour-dates-tour-cancelled-postponed-poster {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
    font-weight: bold;
    font-size: 30px;
    padding: 5px 10px;
}
.rbf-tour-dates-tour-cancelled-postponed-poster.postponed {
/*     background-color: #f8f100; */
	background-color: #f14668;
/*     color: black; */
	color: white;
}
.rbf-tour-dates-tour-cancelled-postponed-poster.cancelled {
    background-color: #E61E51;
    color: white;
}
.rbf-tour-dates-tour-message {
    font-size: 14px;
    font-style: italic;
}
.rbf-tour-dates-tour-container {
    margin-bottom: 50px;
}
.rbf-tour-dates-event-links-container > a {
    border: 1px solid #E61E51;
    color: #E61E51;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;

    -webkit-transition: all 0.2;
    -moz-transition: all 0.2;
    -ms-transition: all 0.2;
    -o-transition: all 0.2;
    transition: all 0.2;
}
.rbf-tour-dates-event-links-container > a:hover {
    background-color: #E61E51;
    color: white;
    text-decoration: none;

    animation-name: tickets-rsvp-button-hover;
    animation-duration: 0.2s;
}
.rbf-tour-dates-event-date-changed-cancelled-sold-out {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 95%;
}
.rbf-tour-dates-event-date-changed-cancelled-sold-out.date-changed, .rbf-tour-dates-event-date-changed-cancelled-sold-out.date-changed.sold-out, .rbf-tour-dates-event-date-changed-cancelled-sold-out.cancelled, .rbf-tour-dates-event-date-changed-cancelled-sold-out.sold-out, .rbf-tour-dates-event-date-changed-cancelled-sold-out.postponed {
    transform: rotate(-20deg);
}
.rbf-tour-dates-event-date-changed-cancelled-sold-out.cancelled, .rbf-tour-dates-event-date-changed-cancelled-sold-out.cancelled {
    transform: rotate(20deg);
}
.rbf-tour-dates-event-date-changed-cancelled-sold-out.date-changed {
    background-color: #f8f100;
    color: black;
}
.rbf-tour-dates-event-date-changed-cancelled-sold-out.date-changed {
    background-color: #f8f100 !important;
    color: black !important;
}
.rbf-tour-dates-event-date-changed-cancelled-sold-out.postponed {
	background-color: #f14668;
	color: white;
}
.rbf-tour-dates-event-date-changed-cancelled-sold-out.date-changed.sold-out {
    width: 115px !important;
}
.rbf-tour-dates-event-date-changed-cancelled-sold-out.cancelled, .rbf-tour-dates-event-date-changed-cancelled-sold-out.sold-out {
    background-color: #E61E51;
    color: white;
}
.rbf-tour-dates-event-message {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}
.rbf-tour-dates-event-message > p:last-child {
    margin-bottom: 0px;
}
.rbf-music-videos-header {
  background-color: #E61E51;
  color: white;
  font-size: 24px;
  font-weight: 800;
  padding: 10px;
}
.rbf-music-videos-featured-videos-list {
  margin-bottom: 3px;
  white-space: nowrap;
  width: 100%;
  overflow-x: scroll;
}
.rbf-music-videos-albums-list .col-md-3 {
    margin: 10px 0px;
}
.rbf-music-videos-album-container  {
    margin-bottom: 40px;
}
.rbf-music-videos-album-container > img {
    width: 100%;
}
.rbf-music-videos-album-cover > img {
  width: 100%;
}
.rbf-music-videos-album-name {
    color: #E61E51; 
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.rbf-music-videos-album-name-container {
    color: #f8f100;
    display: inline-block;
    text-shadow: -1px 1px black;
    font-weight: 800;
    -webkit-text-stroke: 1px #E61E51;
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
}
.rbf-music-videos-album-name-container::after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: #e8174e;
    left: 0px;
    position: absolute;
    top: 13px;
    transform: skew(-10deg,2deg);
    z-index: -1;
}
.rbf-music-videos-album-track-container {
  overflow: hidden;
  margin-bottom: 20px;
}
.rbf-music-videos-album-track-number {
    color: #E61E51;
    font-weight: 600;
    width: 30px;    
    display: inline-block;
    padding-right: 10px;
    text-align: right;
}
.rbf-music-videos-album-track-title, .rbf-music-videos-album-track-duration {
  display: inline-block;
}
.rbf-music-videos-album-track-title {
  float: left;
  font-size: 14px;
  width: calc(100% - 40px);
}
.rbf-music-videos-album-track-duration {
  float: right;
}
.rbf-subpage-container {
  padding-bottom: 30px;
}
.rbf-subpage-container img {
    max-width: 100%;
    height: auto;
}
footer {
  background-color: rgb(34, 34, 34);;
  padding: 10px 0px;
  overflow: hidden;
}
footer > .container {
  overflow: hidden;
}
#rbf-footer-main {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
}
#rbf-footer-main > a {
  color: white;
  font-weight: bold;
  font-size: 11px;
}
#rbf-footer-sub {
  font-size: 11px;
  float: right;
  color: #736e6e;
  padding-top: 5px;
  text-align: right;
  text-transform: uppercase;
}
.rbf-news-post-container {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 30px;
    overflow: hidden;
}
.rbf-news-post-title-meta-container h1 {
    background-color: #eb0d4b;
    color: white;
    font-size: 24px;
    font-weight: 800;
    padding: 20px;
}
.rbf-news-post-title-meta-container {

}
.rbf-news-post-meta {
    padding: 5px 20px;
    font-size: 12px;
    font-style: italic;
}
.rbf-news-post-content {
    padding: 30px;
}
#rbf-nav-social-container a {
    color: black;
}
@media screen and (min-width: 1058px) {
    #rbf-homepage-album-cover-aligner {
        bottom: 50px;
    }
    #rbf-nav-main-mobile-button {
        display: none;
    }
    #menu-main-nav > li {
        display: inline-block;
    }
    #rbf-nav-main-container {

    }
    #rbf-nav-links-container {
        width: calc(100vw - 262px);
    }
    #rbf-nav-social-container {
        float: right;
        margin-top: 13px;
    }
    .menu-main-nav-container {
        height: 100%;
    }
    #rbf-homepage-album-cover-image, #rbf-homepage-album-message {
        display: inline-block;
        vertical-align: middle;
    }
    .rbf-music-videos-album-tracks-list {
        padding-left: 40px;
    }
}
@media screen and (min-width: 992px) {
    .rbf-tour-dates-event-location {
        width: calc(100% - 270px);
    }
    .rbf-tour-dates-event-links-container > a {
        margin-top: 10px;
        padding: 10px;
    }
}
@media screen and (max-width: 991px) {
    .rbf-tour-dates-event-location {
        width: calc(100% - 193px);
    }
    .rbf-tour-dates-event-links-container > a {
        display: block;
        margin-bottom: 10px;
        padding: 3px 10px;
    }
}
@media screen and (max-width: 1057px) {
    #rbf-homepage-album-overlay-container {
        display: flex;
        align-items: center;
    }
    #rbf-homepage-album-cover-aligner {
        margin-top: 30px;
    }
    #rbf-nav-main-mobile-button {
        display: inline-block;
    }
    #rbf-nav-links-container {
        background-color: #3EB1A8;
        background-image: url("images/rbf-mobile-pattern.png");
/*         background-size: cover; */
        display: none;
        height: 100vh;
        left: 0;
        opacity: 0;
        padding-top: 135px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    #menu-main-nav > li {
        display: block;
        width: 100vw;
    }
    #menu-main-nav > li > a {
        font-size: 24px;
        font-weight: 600;
        padding-left: 30px;
    }
    #rbf-nav-social-container {
        margin-left: 25px;
    }
    #rbf-homepage-album-cover-image, #rbf-homepage-album-message {
        text-align: center;
    }
    #rbf-homepage-album-message {
        margin: 10px auto 0px auto;
        max-width: 175px;
        padding: 0px;
    }
    .rbf-band-member-photo > img {
        max-width: 250px;
    }
}
@media screen and (min-width: 768px) {
    .rbf-music-videos-albums-list .col-md-4 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .rbf-tour-dates-tour-event-photo {
        margin-bottom: 20px;
    }
}
@media (pointer: fine) {
	#menu-main-nav > li > a:hover {
		animation-name: jiggle-hover;
		animation-duration: 0.2s;
		text-decoration: none;
	}
  	#menu-main-nav > li > a:hover::after {
		display: block;
	}
}
