/*
Theme Name: Grand Imperial Entertainment
Theme URI: http://underscores.me/
Author: Watson by Watson
Author URI: http://watsonbywatson.com
Description: A custom WordPress theme for Grand Imperial Entertainment.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grandimperial
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Grand Imperial Entertainment is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
################ GRAND IMPERIAL THEME SPECIFIC STYLES
--------------------------------------------------------------*/

/* COLOURS	  
	  */
  
  /* GENERAL
	 ========================================================================= */  
   body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
  }
  
.logged-in .navbar-fixed-top {
   top: 32px;
}
  
  /* Remove rounded borders from list */
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
    .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  
  .feature-banner {
	  display: table;
	  width: 100%;
	  background: #000000;
	  color: #FFFFFF;
	  margin-top: 0;
	  min-height: 150px;
	  }
  .feature-banner h1 {
	  display: table-cell;
	  vertical-align:bottom;
	  text-align: left;
	  color: #FFFFFF;
	  padding: 0 0 15px 15px;
	  
	  
	  }
	  


  
  
  
  /* NAVIGATION
	 ========================================================================= */
  
  }
  .nav-tabs li a {
      color: #777;
  }
  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #2d2d30;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      opacity: 0.9;
      text-transform: uppercase;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  }
  
  
  
/* CAROUSEL
	 ========================================================================= */
  
  .carousel-inner img {
      /*-webkit-filter: grayscale(90%);*/
     /* filter: grayscale(90%);  make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
  }
  .carousel-caption h3 {
      color: #fff !important;
  }
  
  .caro-img {
	  width:100%;
	  height:540px;
	  display:block;
	  background-size:cover!important}
  
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
    .item {
      margin-top: 50px;
    }
  }	 
	 

/* TOUR DATES (front-page)
	 ========================================================================= */

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}	




.events-filter .current-events-filter,
.events-filter .filterInput,
.events-filter h3 {
    float: left
}

.events-filter .events-filter-form {
    margin-bottom: 0
}

.events-filter .current-events-filter {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 1em 0 0 1.5em
}

.events-filter .filterInput {
    margin: 0 0 0 1.5em;
    border-top: solid 1.25em transparent
}

.events-filter h3 {
    margin: .5em 0 0 1.5em
}
 
.eventRow {
    background: #fff;
    color: #333
}

.eventListing {
    display: table;
    width: 100%
}

.eventRow {
    display: table-row;
    width: 100%;
    height: 90px
}

.eventRow>[class*=eventRow-] {
    display: table-cell;
    border-top: 1px solid #eee;
    vertical-align: middle
}

.eventListing:first-of-type .eventRow:first-child>[class*=eventRow-],
.eventListing:first-of-type .eventRow>.eventRow-thumb {
    border-top: none
}

.eventListing:first-of-type .eventRow>.eventRow-thumb.eventRow-thumb-noImg {
    border-top: 1px solid #eee
}

.eventRow-thumb,
.eventRow-thumb img {
    width: 90px
}

.eventRow-date {
    width: 100px;
    text-align: center
}

.eventRow-details .eventRow-date {
    display: block;
    width: auto
}

.eventRow-day,
.eventRow-month,
.eventRow-year {
    display: block;
    line-height: 1.2
}

.eventRow-month,
.eventRow-year {
    font-family: "Function Pro Bold Condensed", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.eventRow-day {
    font-weight: 700;
    font-size: 20px
}

.eventRow-month {
    font-size: 16px
}

.eventRow-year {
    font-size: 12px
}

.eventPopup-artist,
.eventRow-artist {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0
}

.eventPopup-location,
.eventRow-location {
    font-size: 14px;
    line-height: 1
}

.eventPopup-cityState,
.eventRow-cityState {
    margin-right: 20px
}

.eventRow-actions {
    width: 190px
}

.events-filter .current-events-filter,
.events-filter .filterInput,
.events-filter h3 {
    float: left
}

.events-filter .events-filter-form {
    margin-bottom: 0
}

.events-filter .current-events-filter {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 1em 0 0 1.5em
}

.events-filter .filterInput {
    margin: 0 0 0 1.5em;
    border-top: solid 1.25em transparent
}

.events-filter h3 {
    margin: .5em 0 0 1.5em
}

@media (max-width:767px) {
    .eventRow {
        height: 76px
    }
    .eventRow-thumb,
    .eventRow-thumb img {
        height: 76px;
        width: 76px
    }
    .eventRow-details {
        padding-left: 15px
    }
    .eventRow-actions {
        width: 80px;
        text-align: right
    }
    .eventRow-actions .btn {
        padding: 0;
        background: 0 0;
        display: block;
        color: #999;
        line-height: 2.4
    }
    .eventRow-actions .btn:focus,
    .eventRow-actions .btn:hover {
        background-color: #e6e6e6
    }
    .eventRow-actions .btn.btn-primary {
        color: #7a2a36
    }
    .events-filter .current-events-filter,
    .events-filter .events-filter-form,
    .events-filter h3 {
        display: none
    }
    .eventPopup-location,
    .eventRow-location {
        font-size: 12px
    }
    .eventRow-cityState {
        margin-right: 5px
    }
    .eventRow-date {
        line-height: 1
    }
    .eventRow-artist {
        line-height: 1;
        margin: 2px 0
    }
    .eventRow-day,
    .eventRow-month,
    .eventRow-year {
        display: inline;
        font-size: 12px;
        font-family: "Function Pro Medium", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif;
        font-weight: 400
    }
    .eventRow-month {
        margin-right: 4px
    }
}

@media (max-width:400px) {
    .eventRow-cityState,
    .eventRow-venue {
        display: block
    }
    .eventRow-cityState {
        margin-right: 0
    }
}


/* MERCHANDISE (front-page)
	 ========================================================================= */

.bg-2 {
	margin-top: 0;
    background: #000000;
    color: #FFFFFF;
}	


/* NEWS
	 ========================================================================= */
/* FOR YOUTUBE VIDEOS */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* END FOR YOUTUBE VIDEOS */


.thumbnail img {
height: auto;
}













/* ARTIST PAGE 
	 ========================================================================= */

.row.artist-padding {
	margin-top: 30px;
	}
	
	
.badge.social.artist {
	background: #000000;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 5px 20px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #FFFFFF;
	}	 
	
.badge.social.artist.twitter:hover {
	background: #CCC;
	}
		
.badge.social.artist.facebook:hover {
	background: #CCC;
	}
.badge.social.artist.instagram:hover {
	background: #CCC;
	}	
	
.birthplace {
	margin-top:-10px;
	text-transform: uppercase;
	}
	
.artist-name {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	}

/* FOOTER (front-page)
	 ========================================================================= */
footer {
	background: #000000;
	color: #FFFFFF;
	padding: 20px 0 10px;
	font-size: 12px;
	}
	
footer p {
	margin: 0;
	}
	
footer a:link, footer a:visited {
	color:#FFFFFF;
	}
		
footer a:hover {
	color: #dd5638;
	}
	
.badge.social {
	background: #CCC;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 5px 20px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #FFFFFF;
	}	 
	
.badge.social.twitter:hover {
	background: #55acee;
	}
		
.badge.social.facebook:hover {
	background: #3b5598;
	}
.badge.social.instagram:hover {
	background: #000000;
	}	
	
/* ====== Media Queries ======= */

/* Fix the top margin when logged in */
@media screen and ( max-width: 782px) {
      .logged-in .navbar-fixed-top {
           top: 46px;
}

/* Fix the top margin when logged in */
@media screen and ( max-width: 600px) {
      .logged-in .navbar-fixed-top {
           top: 42px;
}
	