/*
Theme Name: KDC Theme
Theme URI: http: //knockdown.center/
Description: This is a custom child theme for KDC
Author: My Name
Author URI: http: //moonpool.co/
Template: salient
Version: 1.1
*/
body {
  background:#ffffff!important;
   background-color: #ffffff!important;
  font-weight:400;
  color:#6b6969;
}
html body {
    background-color: #ffffff!important;
}
html, .ascend{
  background:#ffffff!important;
}


/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2019 Colophon Foundry
 *
 * Licenced to Tyler Myers Knockdown Center
 */

/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2019 Colophon Foundry
 *
 * Licenced to Tyler Myers Knockdown Center
 */

@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercu-medium.eot');
    src: url('fonts/apercu-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu-medium.woff2') format('woff2'),
         url('fonts/apercu-medium.woff') format('woff'),
         url('fonts/apercu-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Regular.eot');
    src: url('fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-Regular.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Regular.woff') format('woff'),
        url('fonts/TitilliumWeb-Regular.ttf') format('truetype'),
        url('fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header-space  {height:0px !important;}
#header-outer {padding: 0px; z-index:10; position:relative;}
body.material #search-outer {
        top: -31px!important;
}
.container-fluid{
	padding:0px 15px;
}
.full-img{
	width:100%;
}
.caption-overlay{
    padding: 0px 7px 0px 7px;
    background-color: black;
    /*width: 30%;*/
    float: right;
    color: white;
    position: relative;
    font-size: 17px;
    margin-top: -34px;
    margin-right: 8%;
}
.fullwidth{
	float:left;
	width:100%;
}
/*.artist-container{
	margin-top:30px;
}
.artist-text{
        padding: 0px;
}
.artist-text h4{
	font-size: 18px;
}
.artist-text p{
       float:left;
       margin:5px 20px 5px 0px;    
       font-size: 18px;
       font-family: 'Titillium Web';
       padding-bottom: 1.5em;
       line-height: 25px;
       margin: 0 0 10px;
}*//*
.content-right .artist-text p a:hover{
    color: #666666 !important;
}*/
.no-padding{
	padding:0px;
}
.pull-left{
	float:left;
}
.pull-left-menu{
	float:left;
        width: 65%;
}
.sf-menu li ul{
        border-bottom: 5px double #b5abaa!important;
        margin-left: 13px;
}
.pull-right{
	float:right;
}
h1,h2,h3,h4{
	margin:0px;
	font-family: 'Apercu';
}
p{
	font-size:15px;
	font-family: 'Titillium Web';
	 /*font-family: 'playfair_displayregular';*/
     line-height: 25px;
}
.content-right p{
	font-size:18px;
}
#mobile-menu, .slide-out-widget-area-toggle{
	display:none;
}
/*Header Css Start*/
.header-container, .menu-popup{
	display:flex;
	align-items:center;
}
.admin-bar #header-outer{
    top:2px;
}
.middle-div {
    float: left;
    margin: 0 auto;
    text-align: center;
}
.middle-div h2{
    font-size: 24px;
	text-transform:uppercase; 
	color: #b5abaa;		
}
.middle-div a,.middle-div a:hover{
    text-decoration:none;	
}
.logo img{
	max-width:50px;
}
.bt-menu-trigger{
	cursor:pointer;
	color: #b5abaa;
	text-transform:uppercase;    
	font-size: 24px;
	font-family: 'Apercu';
}
#top{
	border-bottom: 5px double #b5abaa;
	padding: 15px;
}
#menu.in {
    top: -450px;
    transition: 0.5s;
}
/*Menu Popup Css Start*/
#header-outer{
	z-index:100000;
}
.header-info {
    background: #ffffff;
    color: #FFF;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
	z-index: 100;
	border-bottom: 5px double #b5abaa;
	box-shadow: 0px 0px 40px 0px #010101;
}
.close-btn{
	color: #feb473;
	font-size:30px;
	cursor:pointer;    
	width: 70px;
}
header#top nav >ul {
    float: left;
    /*width: 100%;*/
}
.menu ul.main_menu{
/*	text-align: center!important;
    display: inline-block!important;
    margin: 10px 0px 0px 0px!important;
    padding: 0px!important;   
	width: 100%!important;
	position:relative!important;
	top: 0px;*/

}
.menu li{
/*    float: none!important;
    display: inline-block!important;
    margin: 0px 15px!important;
    font-size: 20px!important;
    text-transform: uppercase!important;
    color:#b5abaa!important;
    text-decoration:none!important;
    font-family: 'Apercu'!important;    
	width: auto!important;*/
}

.sub-menu li{
/*    width: 100% !important;
    float: left !important;
    margin: 0px !important;*/
}

.ascend #header-outer .sf-menu ul li a, .ascend #header-outer .sf-menu #menu-tabs .tab-content ul li a{
/*	color:#b5abaa!important;
	text-decoration:none!important;
	font-family: 'Apercu'!important;*/
}
header#top nav > ul > li > a a:hover,.menu header#top nav > ul > li > a a.active{
	/*color: #feb473;*/
}
 .ascend #header-outer .sf-menu #menu-tabs .tab-content ul li a:hover, .ascend #header-outer .sf-menu #menu-tabs .tab-content ul li a.active{
	/*color: #feb473!important;*/
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
/*    outline: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 20px;
    padding: 0px;*/
}
#menu-tabs.in{
	/*display:none;*/
}
#menu-tabs{
/*	position:absolute;
	left:0;
	display:block;
	margin-top: 20px;
    margin-bottom: 20px;*/
}
#menu-tabs .nav{
/*	text-align:left;    
	margin: 0;*/
}
 .ascend #header-outer .sf-menu #menu-tabs ul li a {
/*    position: relative;
    display: block;
    padding: 0px;
    text-decoration:none!important;
    color: #8bced4!important;
    font-size: 16px;
    font-family: 'Apercu'!important;*/
}
#menu-tabs .nav>li {
/*    margin:0px;
    margin-bottom:10px!important;*/
}
body header#top nav .sf-menu #menu-tabs .nav-pills>ul>li.current-menu-item > a,
.ascend #header-outer .sf-menu #menu-tabs .nav-pills>li a:hover, 
.ascend #header-outer .sf-menu #menu-tabs .nav-pills>li.active>a, 
.ascend #header-outer .sf-menu #menu-tabs .nav-pills>li.active>a:hover, 
.ascend #header-outer .sf-menu #menu-tabs .nav-pills>li.active>a:focus {
/*    color: #8bced4!important;
    background-color: transparent!important;
    text-decoration:underline!important;*/
}
#menu-tabs .event-menu{
/*	margin:0px;
	padding:0px;
	margin-top: 8px;*/
}
#menu-tabs .event-menu li {
/*    float: left!important;
    display: block!important;
    margin: 0px!important;
    font-size: 16px!important;
    text-transform: none!important;
    width: 48%!important;
    margin-right: 2%!important;
    text-align: left!important;
    border-bottom: 1px solid #b5abaa;
    padding-bottom: 5px;
    margin-bottom: 10px!important;*/
}
/*Menu Popup Css End*/

#mobile-menu{
    /*background: #feb374;*/
}


/*Header Css End*/

/*Content Part Css Start*/
.content-container{
	position:relative;    
	padding-top: 50px;
}
.post-title-top{
	position:absolute;
	top:140px;
	z-index:1;
}
.post-title-top h2{
    font-size: 60px;
    color: #000000;
    width: 45%;
    line-height: 1.1;
	text-shadow: 3px 3px 0px #7e7a76;
}
.post-title-top h3{
    font-size: 24px;
    color: #958e8a;
    line-height: 1.4;
    font-style: normal;
    text-transform: uppercase;
    width: 40%;
    float: right;
}
.post-title-top h2.green-text{
    color: #ffb374;
    text-align: left;
    transform: rotate(-180deg);
    margin-left: -35%;
	text-shadow: -3px -3px 0px #b4b4b2;
}
.post-title-top h2.normal-text{
    margin-right: -5%;
}
.event-featured-img-parent{
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 50px;
  float: left;
  /*width: 100%;*/
  min-height: 365px;
}
.post-img-big-1,.post-img-big-2{
     position: relative;
     /*border:2px black solid;*/
}
.post-img-big-1:after,.post-img-big-2:after{
 content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(220, 220, 220, 0.5);
}
.post-img-big{
	margin-bottom:40px;
}
.post-img-big img{
    width: 94%;
    position: relative;
    top: 0;
    left: 0;    
    border: 4px solid #000;
    height: auto;
}
.post-img-big-1 img,.post-img-big-2 img{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);    
	opacity: 0.5;
    border: 2px solid #000;
}
.post-img-big-1 img{
    position: absolute;
    top: 40px;
    left: 40px;
    width:94%;
    height: auto;
}
.post-img-big-2 img{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 94%;    
    opacity: 0.7;
    height: auto;
}
.recommended-section{
	border-top: 5px double #b5abaa;
        padding-top: 20px!important;
        padding-bottom: 20px!important;
        margin-top: 50px!important;
}
.recommended-section .row{
        padding-top: 50px!important;
}
.recommended-section{
	border-top: 5px double #b5abaa;
        padding: 20px 0px;
        margin-top: 50px;
}
.recommended-section h2{
	margin-bottom:10px;
}
.recommended-section .post-img-big img,
.recommended-section .post-img-big-1 img,
.recommended-section .post-img-big-2 img{
	height:auto!important;
}
.recommended-section .post-img-big-1 img{
	width:90%;
}
.recommended-section .post-img-big-2 img{
	width:92%;
}
.recommended-img{
	margin:20px 0px;
}
.recommended-img .panel-title {
    border-bottom: 1.6px solid transparent;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px
}
.img-ticket{
    display: flex;
    align-items: baseline;    
    padding-bottom: 0px;
} 
.ticket-info {
    float: right;
    margin-top: 10px;
}
.ticket-info a{
	color: #ffb374;
    border: 2px solid #ffb374;
    padding: 10px 15px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 20px;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Apercu';
}

.ticket-info a:hover {
	color: #ffb374!important;
    border: 2px solid #ffb374;
    padding: 10px 15px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 20px;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Apercu';
}

.ticket-info span{
	color:#000;
	text-transform:uppercase;
	font-size: 20px;
	width:100%;
	float:left;
	font-family: 'Apercu';


}
.panel {
	background: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
    border-bottom: none;
    text-align: left;
}
.panel-title>a {
    text-transform: uppercase;
    color: #6b6969;
	text-decoration:none;
}
.panel-title>a:hover,.panel-heading.active .panel-title>a {
    color:#ffb374;
    /*color:#62e4af;*/
}
.panel-default .panel-heading {
    background: transparent!important;
    border: 0 none;
    padding: 0px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;    
  padding-right: 1px;    
  padding-top: 0px;
}
.panel-body span{
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #feb473;
    margin-bottom: 5px;
	font-size: 18px;
	font-family: 'Apercu';
}
.shuttle img{
    margin-top: -19px;
    width: 28.5px;
}
.panel-group .shuttle .shuttle-title {
    font-size: 18px;
    padding-left: 3px;
    float: left;
}
.panel-body span.time{
    text-transform: none;
    font-style: italic;
    font-size: 18px;
	color: #6b6969;
	font-family: 'playfair_displayregular';
}
.panel-title {
    margin-bottom: 10px;
    font-size: 24px;    
    border-bottom: 1.6px solid #6b6969;
    float: left;
}
.panel-title:hover {
    border-bottom: 1.6px solid #ffb374;
}
.img-ticket-date, .img-ticket-date .time p,.shuttle-text{
	font-family: 'Titillium Web';
	font-style:italic;
	font-size:20px;
        padding: 5px 0px 5px 0px;
}
.shuttle-text{
    float: left;
    width:100%;
    
}
.post-details-link{ 
	margin: 15px 0px;
	float: left;
    width: 100%;
}
.post-details-link .col-sm-4:last-child{ 
	float: right;
}
.content-right{
	margin-top:30px;
	/*margin-top:450px;*/
}
.content-right p:first-of-type::first-letter {
    font-size: 200%;
    color: #000;
	font-family: 'Apercu';
}

.artist-text p{
    font-size: 18px;
    font-family: 'Titillium Web'!important;
}
.gallery-container{
	overflow:hidden;    
	margin-top: 50px;
}
.carousel-cell {
  /*width:66%;*/
  height: 500px;
  margin-right: 10px;
  counter-increment: carousel-cell;
  overflow:hidden;
  outline:none;
}
.carousel-cell img {
/*  width:100%;
  height:auto;*/
    display: block;
    height: 500px;
    width: auto;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
.carousel:focus,
.carousel.is-fullscreen .carousel-cell:focus, 
.carousel-cell:focus,
.flickity-viewport:focus{
	outline:none!important;
}
/* hide disabled button */
.flickity-prev-next-button:disabled,.flickity-prev-next-button svg {
  display: none!important;
}
.gallery-container .flickity-page-dots{
    display: none!important;
}
.flickity-prev-next-button{
    height: 40px!important;
    width: 40px!important;
    position: relative;
    margin: 0 5px;
    background: #292929!important;
    border-radius: 50%!important;
    overflow: hidden!important;
    opacity: 1!important;
}
.gallery-container{
    overflow:hidden;    
    margin-top: 50px;    
    padding-bottom: 40px;
}
.carousel-cell {
    margin-right: 10px;
    counter-increment: carousel-cell;
    overflow:hidden;
    outline:none;
}
.carousel-cell img {
    width:auto !important;
    height:500px;
}

.carousel:focus,
.carousel.is-fullscreen .carousel-cell:focus, 
.carousel-cell:focus,
.flickity-viewport:focus{
    outline:none!important;
}
.flickity-prev-next-button{
    /*display:none!important;*/
}
/* big buttons, no circle */
.flickity-prev-next-button {
  width: 54px !important;
  height: 68px !important;
  background-color: transparent!important;
  border: none;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
.flickity-prev-next-button:hover {
  background: #F90;
}
/* position outside */
.flickity-prev-next-button.previous {
 float: left; 
  /*margin-top:50%;*/
}
.flickity-prev-next-button.next {
  float: right;    
  right: 0;
 /*margin-top:50%;*/
}
.flickity-enabled.is-draggable {
    position: relative;
}
.flickity-prev-next-button.previous,
.flickity-prev-next-button.next{
	position: absolute;
    top: 44%;
}
.flickity-prev-next-button.previous:after,
.flickity-prev-next-button.next:after {
    margin: 0;
    content: '';
    width: 36px;
    height: 56px;
    background-size: cover!important;
    float: right;   
}
.flickity-prev-next-button.next:after {
   background:url(images/sl-right-arrow.png) no-repeat center center transparent;    
   float: left;
}
.flickity-prev-next-button.previous:after {
    background:url(images/sl-left-arrow.png) no-repeat center center transparent;
}

/* hide disabled button */
.flickity-prev-next-button:disabled,.flickity-prev-next-button svg {
  display: none!important;
}


.flickity-page-dots{
    bottom:-50px!important;
}
.gallery-container .flickity-page-dots .dot {
    height: 10px!important;
    width: 10px!important;
    position: relative;
    margin: 0 5px;
    background: #292929!important;
    border-radius: 50%!important;
    overflow: hidden!important;
    opacity: 1!important;
}
.gallery-container .flickity-page-dots .dot.is-selected {
    background: #7a686e!important;
}

/*Event page Css Start*/
.content-main{
	margin:0 auto;
	float:none;
}
.content-main .post-title-top{
	position:relative;
	top:0px;    
	margin-bottom: 30px;
}
.content-main .post-title-top h3 {
    width: 100%;
}
/*Event page Css End*/

/*Content Part Css End*/
/*Footer Css Start*/
#footer-outer{
	border-top: 5px double #b5abaa;
	padding:20px 0px;
	margin-top:50px;
}
.container-footer{
    padding: 0 15px;
}
.contact-info p{
	font-size:19px;
}
.footer-links ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer-links a, .join-email a{
	color: #feb473;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Apercu';
}
html body #footer-outer a:not(.nectar-button) {
    color: #feb473!important;
}
.join-email{
	text-align:right;
	padding-top: 10px;
}
.join-email input {
    border: 1px solid #6b6969;
    color: #6b6969;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 70%;
    float: left;
    background: transparent;
    margin: 0px 15%;
    border-top: none;
}
.join-email button, .join-email button:hover, .join-email button:focus {
    border-radius: 0;
    margin-left: 0px;
    margin-top: 0px;
    background: transparent;
    color: #feb473;
    cursor: pointer;
	outline:none;
	font-size:20px;
	border:none;
	text-decoration:underline;
	width: 100%;
	text-transform:uppercase;
	font-family: 'Apercu';
	box-shadow: none;
}
#footer-outer .row {
    padding: 0px 0px 0px 0px!important;
}
#footer-outer .widget {
    margin-bottom: 0px!important;
}
.contact-info p {
    padding: 0px;
    margin: 0px;
}
.footer-links{
	text-align:center;
}
/*Footer Css End*/
header#top #logo img {
    margin-top: -17px;
}
@media (max-width:1280px){
.caption-overlay{
    margin-right: 16%;
    font-size: 13px;
}
.post-img-big img,.post-img-big-1 img,.post-img-big-2 img {
    width: 86%;
	height: auto;
}
@media only screen and (max-width: 999px) {
    
.container-wrap, html .container-wrap{
    padding-top: 40px!important;
}
}

.post-title-top {
    top: 100px;
}
.post-title-top h2 {
    font-size: 44px;
}
.event-featured-img-parent {
    margin-bottom: 30px; 
}
}
@media (max-width:1152px){
.post-title-top h2 {
    font-size: 38px;
}
}
@media (max-width:1024px){
.post-title-top {
    top: 60px;
}
.caption-overlay{
    margin-right: 16%;
    font-size: 11px;
}
.post-title-top h2 {
    font-size: 40px;
}
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
    
	.flickity-prev-next-button.previous:after, .flickity-prev-next-button.next:after {
		height: 49px;
	}
}

@media only screen and (max-width: 1024px) {
    .carousel-cell {
        height: auto!important;
        max-height:300px;
    }
.page-template-template-company .title-text h2, 
.single-company .title-text h2, 
.page-template-single-company .title-text h2,.reseach-title h2 {
    padding: 80px 0px 0px 0px!important;
}
.recommended-img .panel-title {
    margin-top: 15px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 800px) {
.post-title-top h2 {
    font-size: 30px;
	}
.panel-title {
    font-size: 18px;
}
.caption-overlay{
    margin-right: 16%;
    font-size: 11px;
}
}
@media screen and (min-width: 769px) {
.desktop-view{
		display:block;
	}
.mobile-view{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.desktop-view{
		display:none;
	}
	.mobile-view{
		display:block;
	}
.caption-overlay{
    margin-right: 16%;
    font-size: 11px;
}
.post-title-top-sub{
	padding:0px;
}	
.post-title-topsub{
	float:left;
	margin:20px 0px 0px 0px;
	padding-bottom: 0px;
}	
	 #header-outer:not([data-permanent-transparent="1"]) {
        position: relative !important;
    }
.content-right {
    margin-top: 15px;
}
#menu-tabs .event-menu li {
    width: 100%!important;
}
#menu.in {
    top: -110vh;
}
.header-info {
    height: 100vh;
}
.post-img-big img,
.post-img-big-1 img,
.post-img-big-2 img {
    height: auto;
}
.post-title-top h2 {
    font-size: 50px;
}
.post-title-top h3 {
    margin-top: 20px;
}
.content-left .col-sm-3, .content-left .col-sm-9{
	width:100%;
}
.content-left .col-sm-9{
	margin-top:30px;
}
.panel {
    text-align: left;
}
.panel-group .shuttle .shuttle-title {
   font-size: 18px;
    padding-right: 3px;
    float: left;
}
.post-details-link {
    padding-left: 15px!important;
}
.artist-text {
    padding-left: 0;
}	
}
@media (max-width:768px){
#menu-tabs {
    right: 0;
}
.post-title-top {
    position: relative;
    top: 0;
}
.post-title-top h2 {
    font-size: 30px;
}
.post-title-top h3 {
    font-size: 18px;
    width: 48%;
    margin-bottom: 20px;
    float: right;
}
.container-footer .col-sm-4 {
    padding-left: 15px!important;
}
#header-outer {
    z-index: 100;
}
#header-outer header#top nav {
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding: 0px;
    top: 0px;
    margin-bottom: 0px;
    display: block!important;
    position: relative;
    z-index: 100000;
    max-width: 100%!important;
}
header#top nav > ul li {
    display: inline-block;
    width: auto;
    float: none;
    margin-left: 0px!important;
}
#menu-tabs .nav>li {
    margin-bottom: 0px!important;
}
.header-info ul{
	padding:0px;
}
.panel-group .panel {
    float: left;    
	width: 100%
}
.content-right {
    margin-top: 20px;
    float: left;
}
.img-ticket {
    display: block;
    float: left;
    margin-top: 20px;
}
.event-featured-img-parent, .ticket-info, 
.content-main, .post-details-link .col-sm-4 {
    width: 100%;
	float: left;    
	/*min-height: 200px;*/
}
.content-main, .post-details-link{
	padding: 0px!important;    
	float: left;
}
.content-main .post-title-top {
    margin-bottom: 15px;
}
.artist-container {
    float: left;
}
}
@media (max-width:600px){
#menu-tabs .nav>li {
    width: 49%;
}
.container-footer .col-sm-8,
.container-footer .col-sm-6,
.container-footer .col-sm-3
 {
    width: 100%;
}
.footer-links {
    text-align: left;
    margin-top: 20px;
}
.join-email {
    text-align: left;
    padding-top: 15px;
}
.post-title-top h2 {
    font-size: 24px;
}
.post-title-top-sub h3{
	font-size:20px;
}
}
@media (max-width:480px){
.caption-overlay{
    margin-right: 16%;
    font-size: 9px;
}
.ticket-info a {
    padding: 5px 10px 3px 10px;
}	
.post-title-top h2.green-text {
    text-shadow: -1px -1px 0px #b4b4b2;
}
.post-title-top h2 {
    text-shadow: 1px 1px 0px #7e7a76;
}	
.ticket-info a, .ticket-info span, .panel-title,.artist-text h4 {
    font-size: 18px;
}	
.img-ticket-date, .img-ticket-date .time p,.content-right p,.artist-text p {
    font-size: 16px;
}
#menu-tabs {
    max-width: 400px!important;
	padding: 0px;
}
.tab-content{
	padding: 0px;
}
img{
	width:100%;
}
.shuttle img {
    margin-top: -19px;
    width: 28.5px;
}
.join-email,.container-footer .col-sm-4 {
    width: 100%;
}
.carousel-cell {
    height: 300px;
}
.logo img,#header-outer #logo img, body.material #header-outer .logo-spacing img {
    height: auto!important;    
	/*min-height: 57px;*/
}
.post-title-top h2 {
    font-size: 26px;
}
.post-title-top h3 {
    font-size: 14px;
    line-height: 20px;
}
header#top .middle-div {
    visibility: hidden;
}
.post-title-top h2.green-text {
    margin-left: -20%;
}
.post-title-top h2.normal-text {
    margin-right: 0%;
}
.post-title-top h2 {
    font-size: 20px;
}
.post-title-top-sub h3 {
    font-size: 18px;
}
}
@media (max-width:480px){
.middle-div h2, .bt-menu-trigger {
    font-size: 20px;
}
}
@media (max-width:380px){
.carousel-cell {
    height: 250px;
}
.post-title-top h2 {
    font-size: 20px;
}
.middle-div h2,.bt-menu-trigger{
    font-size: 18px;
}
.logo img {
    max-height: 40px;
    min-height: 40px!important;
    width: 38px;
}
}