/* 
	Theme Name: FlexTemplate
	Theme URI: http://thoughtbox.net
	Description: FlexTemplate from ThoughtBox
	Version: 1.0
	Author: ThoughtBox
	Author URI: http://thoughtbox.net
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-top: 50px;
}

a {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	        transition: all .25s ease;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3, 
h4, .h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	display: block;
}

h1, .h1 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
}

h2, .h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}

h3, .h3 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
}

h4, .h4 {
	font-size: 17px;
	line-height: 1.2;
}

h1 a,
h2 a, 
h3 a,
h4 a {
	color: inherit;
}

h1, .h1,
.section-intro h2 {
	font-size: 32px;
}

.page-heading {
  margin-top: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  line-height: 1;
}

.section-heading {
	margin-top: 0;
}

.subtitle {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}

.single {
	margin-bottom: 0;
}

.intro {
	margin-top: 20px;
}

p {
	margin-bottom: 20px;
}

p.small {
	font-size: 13px;
}

ul {
	margin-bottom: 0;
}

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

@media (min-width: 768px) {
	body {
		padding-top: 75px;
	}
	
	h1, .h1,
	.section-intro h2 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	.page-heading {
	  margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 16px;
	}
	
	h1, .h1,
	.section-intro h2  {
		font-size: 40px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 26px;
		margin-bottom: 25px;
	}
	
	h4 {
		font-size: 19px;
	}
}




/*------------------------------------*\
    NAVBAR
\*------------------------------------*/

.navbar {
    background: #111;
	border-radius: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0;
	font-weight: 400;
}

.header-social .fa {
    margin-top: 30px;
    font-size: 25px;
    color: white;
}

/* branding */

.navbar-header .navbar-brand {
	padding: 0;
	margin: 5px 15px 5px 10px;
	height: 40px;
}

.navbar-header .navbar-brand img {
    width: 100px;
}


/* toggle */

.navbar-toggle {
    margin-right: 0;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  -webkit-transition: all .2s ease;
	     -moz-transition: all .2s ease;
	          transition: all .2s ease;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transition: all .05s ease;
	   -moz-transition: all .05s ease;
	        transition: all .05s ease;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	     -moz-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	       -o-transform: rotate(45deg);
	          transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
	  background-color: transparent;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
	  top: -6px;
	  -webkit-transform: rotate(-45deg);
	     -moz-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	       -o-transform: rotate(-45deg);
	          transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
	background-color: #fff;
	width: 25px;
}

.navbar-toggle.collapsed {
	background-color: transparent;
}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle.collapsed:hover {
	border: none;
}


/* main navigation */

.navbar-nav li > a {
	color: #f1f1f1;
	font-family: "BebasNeue",sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}

.navbar-nav li > a:hover,
.navbar-nav li > a:focus {
	color: #fff;
	background-color: #222;
}

.navbar-fixed-top {
	     -webkit-backface-visibility: hidden;
}

/* Secondary Navigation */

.sub-menu > li {
    list-style-type: none;
    padding-bottom: 8px;
}

.nf-form-fields-required {
    font-weight: 700;
	color: #000;
}

/* navbar media queries */

@media (min-width: 768px) {
    .navbar {
        height: 75px;
    }
	
	.navbar-header .navbar-brand img {
	    width: 150px;
	}
	
	.navbar-nav li > a {
	    padding: 28px 8px 27px 8px;
	    font-size: 15px;
	}
	
	.navbar-nav > li.btn-tickets > a {
		padding: 12px 24px;
		margin: 15px 0 14px 10px;
		border-radius: 4px;
	}
	
	.navbar-nav > li.btn-tickets > a,
	.navbar-nav > li.btn-tickets > a:focus {
		background: #22bde6;
		color: #fff;
	}
	 
	.navbar-nav > li.btn-tickets > a:hover {
		background: #22bde6;
		color: #fff;
	}

	.navbar-nav > li > .sub-menu {
		display: none;
	    position: absolute;
	    top: 75px;
	    z-index: 999;
	    background-color: #000;
	    padding: 0;
	    box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	    border-bottom-left-radius: 3px;
	    border-bottom-right-radius: 3px;
	}
	

		.navbar-nav > li.sub-right .sub-menu {
			right: 0;
			left: inherit;
		}

		.navbar-nav > li:hover > .sub-menu {
			display: inherit;
		}

		.navbar-nav .sub-menu li {
			white-space: nowrap;
			display: block;
			margin: 0;
		}

		.navbar-nav .sub-menu li a {
			padding: 10px 15px;
			display: block;
			font-size: 13px;
			-webkit-transition: all .4s ease;
		       -moz-transition: all .4s ease;
		            transition: all .4s ease;
		}

		.navbar-nav .sub-menu li a:hover {
		  text-decoration: none;
		}
}

@media (min-width: 992px) {
	.navbar-nav li > a {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar {
  font-size: 94%;
}

.sidebar a {
  color: inherit;
}

.sidebar li + li {
  margin-top: 4px;
}

.sidebar .widget {
	margin-top: 40px;
}

.sidebar h4 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .sidebar .widget:first-child {
    margin-top: 0;
  }
}




/*------------------------------------*\
    INTERIOR
\*------------------------------------*/

.interior {
  padding: 20px 0 40px;
}

@media (min-width: 768px) {
  .interior {
    padding: 40px 0;
  }
}




/*------------------------------------*\
    BLOCK HELPER CLASSES
\*------------------------------------*/

.background-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

background-repeat {
    
}

.section {
	padding: 40px 0;
}


/* vertical alignment */

.valign {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.valign p {
	line-height: 1.42857143;
}


/* section intro */

.section-intro {
    text-align: center;
}

.section-intro h1,
.section-intro .h1,
.section-intro h2 {
	margin: 0;
}

.section-intro .subtitle {
	margin-top: 10px;
}

.section-intro .subtitle p:last-of-type {
	margin-bottom: 0;
}

.section-intro .fa,
.section-intro .btn {
	margin-top: 20px;
}


/* section intro box */

article.section-intro-box {
	background: none;
	border-radius: 5px;
	color: #fff;
	padding: 20px 35px;
	margin: 20px;
	max-width: 800px;
}

article.section-intro-box h1, 
article.section-intro-box .h1 {
	line-height: 1.2;
}

.section-intro-box .fa {
	color: #fff;
	font-size: 28px;
	border-radius: 999px;
	border-width: 2px;
}


/* light text selected */

.light h2,
.light .subtitle,
.light .panel {
	color: #fafafa;
}


/* content spaced */

.content-spaced {
	margin-top: 30px;
}	

@media (min-width: 768px) {
	.section-intro-box {
		padding: 50px 75px;
	}
	
	.section-intro .subtitle {
		font-size: 110%;
	}
}

@media (min-width: 992px) {
	.section {
		padding: 50px 0;
	}
	
	.section-intro-box {
		padding: 35px;
	}
	
	.content-spaced {
		margin-top: 40px;
	}	
}

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




/*------------------------------------*\
    HERO IMAGE
\*------------------------------------*/

.hero-image {
	min-height: 285px;
	line-height: 285px;
}

@media (min-width: 768px) {
	.hero-image {
		min-height: 427px;
		line-height: 427px;
	}
}

@media (min-width: 992px) {
	.hero-image {
		min-height: 570px;
		line-height: 570px;
	}
}




/*------------------------------------*\
    CARDS
\*------------------------------------*/

.card {
    margin-bottom: 0;
}

.card h2 {
    font-size: 24px;
    color: #555;
}

.card p {
    font-size: 14px;
    color: #555;
}

.card img {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.card-wrapper + .card-wrapper {
		margin-top: 40px;
	}	
	
	.card img {
		max-width: 100%;
		margin: 0 auto 20px;
	}
}




/*------------------------------------*\
    TICKETS
\*------------------------------------*/

.ticket img {
    display: inline-block;
}




/*------------------------------------*\
    BANDS
\*------------------------------------*/

.band {
    position: relative;
}

.band-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: background .5s ease;
    padding: 20px;
}

.band-name {
    display: table;
    width: 100%;
    height: 100%;
}

.band-name h3 {
    display: none;
    vertical-align: middle;
    color: #fff;
}

.band:hover .band-overlay {
    background: rgba(0,0,0,0.6);   
}

.band:hover .band-name h3 {
    display: table-cell;
}

.band-date {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:initial;
	text-transform:initial;
	padding: 10px 10px;
} 

@media (max-width: 767px) {
    .band-wrapper:nth-child(n+1) {
        margin-top: 30px;
    }    
    .band .band-overlay {
        background: rgba(0,0,0,0.6);   
    }

    .band .band-name h3 {
        display: table-cell;
    }
}


@media (min-width: 768px) {
    .band-wrapper:nth-child(n+4) {
        margin-top: 30px;
    }
}

/*------------------------------------*\
    GALLERY
\*------------------------------------*/

.grid-item {
	padding: 2px;
	height: auto;
}

.grid-sizer,
.grid-item { 
	width: 50%; 
}

@media (min-width: 768px) {
	.grid-sizer,
	.grid-item { 
		width: 33.33333%; 
	}
}

@media (min-width: 992px) {
	.grid-sizer,
	.grid-item { 
		width: 25%; 
	}
}




/*------------------------------------*\
    FEATURE
\*------------------------------------*/

@media (max-width: 767px) {
	.feature .valign {
		text-align: center;
		display: block;
	}
	
	.feature img {
		max-width: 300px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.feature {
		min-height: 345px;
		line-height: 345px;
	}	
	
	.feature .valign {
		width: 100%;
	}
	
	.feature h2 {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.feature .valign {
		text-align: center;
	}
	
	.feature {
		min-height: 455px;
		line-height: 455px;
	}	
}

@media (min-width: 1200px) {
	.feature {
		min-height: 555px;
		line-height: 555px;
	}	
}




/*------------------------------------*\
    PARALLAX
\*------------------------------------*/

.parallax-window {
    min-height: 400px;
    line-height: 400px;
    background: transparent;
}

img.image-overlay {
    max-width: 250px;
    margin: 50px auto 0;
}

@media (min-width: 768px) {
    img.image-overlay {
        max-width: 300px;
    }
}

/*
@media (min-width: 992px) {
	.parallax-window {
	    min-height: 570px;
	    line-height: 570px;
	}
	
	img.image-overlay {
	    max-width: 400px;
	}
}
*/



/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.contact-form {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.light .contact-form label {
    color: #fff;
}



/*------------------------------------*\
    POSTS
\*------------------------------------*/

.recent-post + .recent-post {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.recent-post h1,
.recent-post h2,
.recent-post h3 {
  margin: 0;
  line-height: 1.2;
}

.recent-post .post-meta {
  font-size: 94%;
  margin-bottom: 10px;
  display: block;
  color: #666;
}

@media (max-width: 768px) {
  .post-thumbnail {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .recent-post + .recent-post {
    padding-top: 40px;
    margin-top: 40px;
  }
}




/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.pagination {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 20px;
  padding-top: 20px;
	text-align: right;
	display: block;
}

.pagination a {
  color: inherit;
}

.pagination a.prev {
	margin-right: 10px;
}

.pagination a.next {
	margin-left: 10px;
}

.pagination a:not(.prev):not(.next).page-numbers,
.pagination .current {
	background-color: rgba(0,0,0,0.05);
	color: #666;
	padding: 5px 10px;
	border-radius: 3px;
}

.pagination .current,
.pagination a:not(.prev):not(.next).page-numbers:hover {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}




/*------------------------------------*\
    NINJA FORMS
\*------------------------------------*/

.ninja-forms-form .label-above label {
  font-weight: 400;
}

.ninja-forms-required-items {
  display: none;
}

.ninja-forms-response-msg {
  text-align: center;
}

.ninja-forms-response-msg p {
  margin: 0;
}

.ninja-forms-error-msg {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.ninja-forms-error-msg {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.ninja-forms-success-msg {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}




/*------------------------------------*\
    PANELS
\*------------------------------------*/

.panel {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 !important;
	border-radius: 0 !important;
	border: none;
	-webkit-transition: background-color .75s ease;
	   -moz-transition: background-color .75s ease;
	        transition: background-color .75s ease;
}

.panel.open {
	background-color: rgba(0,0,0,0.20);
}

.panel + .panel {
	border-top: 1px solid rgba(0,0,0,0.10);
}

.panel .fa {
	display: block;
	margin-top: 10px;
	font-size: 20px;
}

.panel-heading {
	border: none;
}

.panel-body p:last-child {
	margin-bottom: 0;
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-group {
	margin-bottom: 0;
}

.panel-group .panel-collapse.collapse .panel-body,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
}




/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
    background-color: #111;
    color: #f1f1f1;
    padding-bottom: 40px;
}

footer ul {
	padding-left: 20px;
}

footer ul li {
	margin: 5px 0;
}

footer h4 {
	margin-top: 40px;
}

footer a {
	color: inherit;
}

footer address {
    margin-bottom: 0;
}


/* social */

.social {
	display: inline-block;
	font-size: 22px;
}

.social li {
	margin: 0 0 0 -4px;
	padding: 0;
}

.social li a {
	padding: 0 8px;
}

.social:hover a {
	color: #444;
}

.social a:hover {
	color: #fff;
}




/*------------------------------------*\
    SPONSORS
\*------------------------------------*/

.sponsors {
    background: #222;
}

.sponsors ul {
    margin: 0;
}

.sponsors ul li {
    width: 50%;
    margin: 0 0 0 -4px;
    padding:  5px 15px;
}

.sponsors img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    transition: all .3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.sponsors img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

@media (min-width: 480px) {
    .sponsors ul li {
        width: 33.3333%;
    }
}

@media (min-width: 768px) {
    .sponsors ul li {
        width: 25%;
        padding: 5px 20px;
    }
}

@media (min-width: 992px) {
    .sponsors ul li {
        padding-left: 40px;
        padding-right: 40px;
    }
}




/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon-animate {
	-webkit-transition: all .15s ease;
	   -moz-transition: all .15s ease;
	        transition: all .15s ease;
}

.open .icon-animate-rotate {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.icon-animate-down {
	position: relative;
	top: 0;
}

.icon-animate-down:hover {
	top: 7px;
}




/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn:not(button) {
	transition: all .3s ease;
	border: none;
	padding: 8px 16px;
}

.btn-primary,
.btn-primary:focus {
	background: #f24d41;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
    background: #ef4036;
}




/*------------------------------------*\
    COLORBOX
\*------------------------------------*/

#colorbox,
#cboxOverlay, 
#cboxWrapper {
  position:absolute; 
  top:0; 
  left:0; 
  z-index:9999; 
  -webkit-transform: translate3d(0,0,0);
}

#cboxWrapper { max-width: none; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear: left; }
#cboxContent { position: relative; }
#cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin: 0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
.cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; padding: 0; margin: 0; }
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }


/* user styles */

#cboxOverlay {
  background: #000; 
  opacity: 0.9; 
  filter: alpha(opacity = 90);
}

#colorbox { 
  outline:0;
}

#cboxLoadingOverlay {
  background: #000 url('img/loading.gif') no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, 
#cboxNext,
#cboxSlideshow, 
#cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background: none; }
        
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:focus, 
#cboxNext:focus, 
#cboxSlideshow:focus, 
#cboxClose:focus,
#cboxPrevious:active, 
#cboxNext:active, 
#cboxSlideshow:active, 
#cboxClose:active { outline:0; }


#cboxTitle,  
#cboxCurrent,        
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  transition: color 0.3s ease;
}    

#cboxTitle { 
  top: 100%; 
  left: 0; 
  margin-top: 10px;
  text-align: center; 
  width: 100%; 
}

#cboxCurrent {
  top: -25px; 
  left: 0; 
  font-size: 14px;
  font-weight: 400;
}

#cboxTitle,
#cboxCurrent,
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose {
  color: rgba(255,255,255,0.9);
}

#cboxPrevious,
#cboxNext {
  bottom: 50%;
  margin-bottom: -50px;
  font-size: 45px;
  color: rgba(255,255,255,0.4);
  padding: 25px;
}    
            
#cboxPrevious {
  left: -55px; 
}
        
#cboxNext {
  right: -55px; 
}
        
#cboxClose {
  top: -37px; 
  right: 0; 
  font-size: 30px;
  font-weight: 300;
}
        

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media (min-width: 768px) {
  #cboxPrevious {
    left: -75px; 
  }
          
  #cboxNext {
    right: -75px; 
  }
}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

img.alignnone,
img.aligncenter,
img.alignleft,
img.alignright,
.wp-caption img,
.wp-caption {
  display: block;
  margin: 0 auto 20px;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.wp-caption img {
  margin-bottom: 0;
}

.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 90%;
	color: #666;
	font-style: italic;
	margin: 5px 0 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

select#archives-dropdown-2 {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select#archives-dropdown-2:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

@media (min-width: 992px) {
  .alignright {
    float: right;
  	margin: 0 0 20px 20px;
  }
  
  .alignleft {
    float: left;
  	margin: 0 20px 20px 0;
  } 
  
  .wp-caption.alignleft,
  .wp-caption.alignright {
    text-align: left;
  }
}


/*------------------------------------*\
	Alert Styles
\*------------------------------------*/

.alert {
	padding: 25px 15px;
	margin-bottom: 0;
	font-weight: 700;
	color: black
}
.timer_class {
   color: #000000;
}
