* {
	margin: 0;
	padding: 0;
    
    
    
}
li {
    list-style:none;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
  background: url(../images/bg.png);
  position: relative;
}
.wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom:100px; /* Height of the footer element */
    height: auto !important;
}

.wrapall {
  min-height:100%;
  position:relative;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 110px;
	background: #fff;
}



#header {
    max-width:960px;
    margin:0 auto;
    height:110px;
}
#header .logo {
    margin:16px 0 0 21px;
    float:left;


}

#header .logo img {border:none}

#header .logo img:hover, 
#header .logo img:focus, 
#header .logo img:active {
	-webkit-animation-name: buzz;
	animation-name: buzz;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
	
@-webkit-keyframes buzz {
  	50% {
  	    -ms-transform: translateX(3px) rotate(2deg);
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
  	}

  	100% {
	    -ms-transform: translateX(-3px) rotate(-2deg);
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
  	}
}

@keyframes buzz {
  	50% {
	    -ms-transform: translateX(3px) rotate(2deg);
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
  	}

  	100% {
	    -ms-transform: translateX(-3px) rotate(-2deg);
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
  	}
}




#header .menu {
    float: right;
    margin-top: 50px;
    position: relative;
    left: 0;
    
}
#header .menu li {
    float:left;
    margin-right: 10px;
}
#header .menu li:last-child {
    margin:0;
}
#header .menu li a{
    color:#000;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:600;
    
}


.nav-wrap {
    margin: 0 auto;

} 


.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
} 


*:first-child + html .group {
    zoom: 1;
}
 /* IE7 */ 

#example-one {
    margin: 0 auto;
    list-style: none;
    position: relative;
  
  
} 


#example-one li {
    display: inline-block;
}

*:first-child + html #example-one li{
	display: inline;
}  


#example-one li a {

} 


#example-one li a:hover {
    color: #560000;
} 

#magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #560000;
} 


#example-two {
    margin: 0 auto;
    list-style: none;
    position: relative;
    max-width: 960px;
} 


#example-two li {
    display: inline-block;
}

*:first-child + html #example-two li{
	display: inline;
} 


#example-two li a {
    position: relative;
    z-index: 200;
    color: #bbb;
    font-size: 14px;
    display: block;
    float: left;
    padding: 6px 10px 4px 10px;
    text-decoration: none;
    text-transform: uppercase;
} 

#example-two li a:hover {
    color: white;
} 

#example-two #magic-line-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    background: rgba(220, 133, 5, 0.9);
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
} 

.current-menu-item a, .current_page_item_two a {
 
}




/* Banner
------------------------------------------------------------------------------*/


#banner {
  width: 100%;
  
 
}
#banner .banner-top {
    max-width:960px;
    margin: 0 auto
}




/* Middle
-----------------------------------------------------------------------------*/
.post-content  p{
    font-size:16px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: 21px;
}

.post-content ul li {
    font-size:16px;  
    line-height: 20px;
    margin: 4px 0;
}

.middle {
	width: 100%;
	padding: 0 0 30px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	overflow: hidden;
}
.content {
	padding: 0 240px 0 0;
    float:left;
}

.blocks li {
    float: left;
    width: 480px;
    height: 240px;
    background: #fff;
    position: relative;
    /*border-left: 4px solid #560000;*/
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
        z-index: 9;
 
  
}


.blocks li:before {
/*  background: url(../images/cube-right.png) no-repeat;
  content: "";
  width: 35px;
  height: 37px;
  display: inline-block;
  position: absolute;
  top: 94px;
  left: -4px*/
}
.blocks li:after {
 /* background: url(../images/cube-left.png) no-repeat;
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  bottom: 100px;
  left: -20px;
  z-index: 999*/
}




.blocks li a {
    text-decoration:none;
}
.blocks li:first-child {
    width: 240px;
    height: 480px;
    float: left;
    border: none;
    overflow: hidden;
        z-index: 10;
}
.blocks li:first-child:before {
    background: url(../images/cube.png) no-repeat;
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    /* bottom: 135px; */
    /* left: -20px; */
    z-index: 999;
    top: 220px;
    left: 103px;
}


.blocks li:first-child img {
    border-bottom:4px solid #560000 !important;
    border-left:none !important;

}
.blocks li:first-child:after {
  background: url(../images/cube.png) no-repeat;
  content: "";
  width: 35px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 54px;
  left: -134px;
  overflow: hidden;
  z-index: 1;
}


.blocks li p { 
    
    padding: 5px 25px;
    font-size: 100%;
    color: #999;
    text-transform: uppercase;
}
.blocks li .right {
    float:left;
    width:240px;
}

.blocks li span {
    padding: 0 25px;
    display: inline-block;
    color: #000;
    font-size: 80%;

}
.blocks li .intro {
  
  padding: 0 25px;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  float: left;


}




.blocks li:last-child {
    float: left;
    width: 480px !important;
    height: 240px !important;
    position: relative;
    border: none;
    overflow: hidden;
    z-index: 9;
}

.blocks li:last-child:after {
  background: url(../images/cube-left.png) no-repeat;
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 97px;
    left: 224px;
    overflow: hidden;
    right: 0
}

.blocks li:last-child img {
    float:left;
    border-right:4px solid #560000 !important;
    border-left:none !important;
    width:244px;
}

.blocks li:last-child .right {
    width:236px;
}

.blocks li img {
    float:right;
    width:240px ;
    height:240px;
    border:none;
    border-left:4px solid #560000 !important;
  
}

.blocks li:after {
  background: url(../images/cube-right.png) no-repeat;
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 97px;
    left: 240px;
    overflow: hidden;
    z-index: 1;
}


.blocks li:hover {

-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);

}








.content-page {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 21px;
}

.content-page h1{
    margin:20px 0;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 240px;
	margin-left: -240px;
	position: relative;
    background:#560000;
    min-height:480px;
        z-index: 999;

}

.right-sidebar h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 13px;
    margin-bottom: 13px;
}


.right-sidebar .img-right {
    text-align:center;
}
.right-sidebar .desc-right {
  color: #fff;
  margin: 0 30px;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 80%;
}

.right-sidebar .vcalendar{
    margin:0 30px;
}
.right-sidebar .img-events img {
    border: 1px solid #fff;
    border-radius: 5px;
    float:left;
    
}
.right-sidebar .right-events {
  float: left;
  width: 120px;
  margin-left: 5px;
}

.right-sidebar .date-start {
    color:#fff;
    font-size: 14px;
    font-weight:600
}
.right-sidebar .end-time {
    color:#fff;
    font-size: 14px;
    font-weight:600
}

.right-sidebar .entry-title a {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
    font-size: 80%;
}
.right-sidebar .tribe-events-widget-link  {
    text-align: center;
    background: #fff;
    margin: 0 30px;
    border-radius: 5px;
    position: relative;
    bottom: 15px;
    border: 2px solid #fff;
    height: 44px;
    line-height: 40px;
   
}
.right-sidebar .tribe-events-widget-link:hover {
     background:#560000;
     border-radius: 5px;
     border:2px solid #fff;
}
.right-sidebar .tribe-events-widget-link:hover a {
    color:#fff;
}
.book-tickets {
    float:right;
    margin-left: 10px;
}
.book-tickets-single {
    float: right;
    margin-top: 20px;
    margin-left: 30px;
}

.book-tickets a ,.book-tickets-single a{
    color: #000;
    text-decoration:none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 35px;
    border: 1px solid #000;
    padding:8px 8px 6px 8px;
    
}
.book-tickets a:hover,.book-tickets-single a:hover {
    background:#560000;
    color:#fff !important;
}




.right-sidebar .tribe-events-widget-link  a {
    color:#000;
    font-weight:bold;
    text-transform:uppercase;
    
}
.wpcf7-submit {
    float: left;
  width: 71%;
  /* margin-top: 50px; */
  display: inline-block;
  text-align: center;
  margin: 50px 105px 0 105px;
  background:#000;
  color:#fff;
  text-transform:uppercase;
  padding:10px 0;
  font-size:14px;
  font-weight:bold;
  border:none;
  cursor:pointer;
}

.wpcf7-submit:hover {
  background: #560000;  
}

.comedians {
    
  float: left;
  width: 100%;
  margin-bottom: 50px;
    
}
.comedians li {
    width:100%;
    margin-bottom:30px;
    display:inline-block;
}
.comedians li img {
    border-radius:100px;
}
.comedians li .left-comedy  {
    float:left;
    width:17%;
}
.blocks li:last-child .right {
        width: 236px;
}



.comedians li .right-comedy .title {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  font-weight: bold
}
.comedians li .right-comedy .desc {
    font-size:16px;
    line-height: 21px;
}

.comedians li .right-comedy {
    float:left;
    margin-left:20px;
    width:80%;
}

.comedians li .right-comedy .readmore {
float: right;
  font-weight: bold;
  margin-top: 15px;
  border: 1px solid #000;
  padding: 8px 8px 5px 8px;
     
}
.comedians li .right-comedy .readmore a {
    color:#000;
    text-transform:uppercase;
    font-size:14px;
    text-decoration:none;
}

   





.comedians li .right-comedy .readmore:hover
 {
   background: #560000;
 
}.comedians li .right-comedy .readmore:hover a {
    color:#fff;
}
.comedians li .right-comedy .title:hover {
    color:#560000;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
   width: 100%;
    margin: 0 auto 0;
    /*height: 60px;*/
    position:absolute;
    bottom:0;
    left:0;
}
.footermore {

}
.footer .footer-line {
    background: #000;
    height:30px;
    width:100%;
    /*position:absolute;    
    bottom:0;*/
}
.footer #footer {
    max-width:960px;
    margin:0 auto;
    
}
.footer #footer .copy {
    float:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    margin-top: 8px;
}

#footer .footer-menu {
    float:right;
    margin-top: 8px;
}

#footer .footer-menu li {
    float:left;
    margin-right: 20px;
}
#footer .footer-menu li:last-child {
    margin:0;
}
#footer .footer-menu li a{
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
    
    
}


.videoplace {
  max-width: 500px;
  margin: 25px auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_title {
  text-align: center;
  padding: 30px 0 10px;
}

.page_title h1{
  color:#560000;

}

#tribe-events-bar {
  margin: 30px 0!important;
}

.tribe-events-page-title {
  margin: 50px 0;
  color: #560000;
}

.time_details_place {
    margin: 25px 0!important;
}

#tribe-events .tribe-events-content p, 
.tribe-events-after-html p, 
.tribe-events-before-html p {
  font-size: 16px;
  line-height: 21px!important;
}

.tribe-events-address span {
  width:auto!important;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0px 0;
}

.tribe-events-list .tribe-events-loop .tribe-events-content a {
  margin-top: 0!important;

}

.tribe-events-list .tribe-events-loop .tribe-events-content a:hover {
    background:#560000;
    color:#fff !important;
}

.type-tribe_events {
    margin-bottom: 20px!important;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
.type-tribe_events:last-child {
    border:none;
}
.duration {display:none;}

.tribe-events-list .tribe-events-loop .tribe-events-content li a {
  padding: 0px!important;
  color:#560000;
}
.tribe-events-list .tribe-events-loop .tribe-events-content li {
  margin: 0 10px 0 0!important;
}

.tribe-events-read-more {
  color:#000!important;
  padding: 8px;
}

.tribe-events-ical {
  display: none!important;
}

#tribe-events-pg-template {
    padding: 40px 20px 20px;
}

#tribe-events-header {
  padding: 5px 0;
}

.tribe-events-single-event-description {
  margin-left: 30px!important;
  
}

.tribe-events-nav-previous a,
.tribe-events-nav-next a {
  color:#000;
}

.tribe-events-event-url a,
.url a {
  color: #560000;
}

div.wpcf7 {
    padding: 0;
    display: block!important;
    width: 79%;
    margin: 15px auto!important;
}

.delimiter {
  display: none!important;
}

#tribe-events-header {
  margin-bottom: 0!important;
}
@media (max-width: 1024px){ 
    
    #header .menu {
    float: right;
    margin-top: 50px;
    position: static;
    left: 30px;
}
#header .menu li {
 
    margin-right: 13px;
}
.comedians li .right-comedy .readmore {

    padding: 8px 8px 8px 8px;
}


    
}


@media (max-width: 995px){

  .type-tribe_events{
    border-bottom: 0;
  }
  .comedians li .left-comedy{
    width: auto;
  }
  .comedians li .right-comedy {
    width: 60%;
  }

  #tribe-events-pg-template { 
    padding: 40px 20px 20px;
  }

    .content-page {
      padding: 0 15px 50px;

    }

    #magic-line {
      bottom: -10000px;
    }

    .middle {
      padding-bottom: 0;
    }

    .footer {
      height: auto;
      margin: 0;
    }

    .footer .footer-line {
      padding: 7px 0;
    }

    .footer #footer .copy{
        margin-left: 15px;
    }

    .blocks li {
      padding: 15px 15px;
    }

    .blocks li:first-child:after,
    .blocks li:after,
    .blocks li:before,
    .blocks li:last-child:after {
      display:none;
    }
    
    
    .blocks li img {
    float: left;
     border:none !important;
  
    }
    
    .blocks li:first-child:before {
        display:none;
    }
    
    

    .right-sidebar {
      float: left;
      width: 100%;
      margin-left: 0px;
      position: relative;
      background: #560000;
      height: auto;
      min-height: 0;
      display: block;
      margin-top: 15px;
      padding-bottom: 20px;
      margin-bottom: 15px;
    }

    .right-sidebar .desc-right {
      text-align: center;
      margin-top: 8px;
      margin-bottom: 20px;
    }
    #tribe-events-bar {
  margin: 5px 0!important;
}

    .tribe-events-list-widget ol li {
      display: inline-block;
      vertical-align: top;
      width: 49%;
      margin-bottom: 0;
    }

    .right-sidebar .right-events{
      width: 210px;
    }

    .right-sidebar .tribe-events-widget-link {
      bottom: 0;
      margin-top: 20px;
    
    }


    #header .menu {  margin-top: 37px;}
    #magic-line {display:none}    
    #menu-toggle{display:inline-block;position:absolute;  top: 32px;right:15px;height:45px;font-size:22px;text-transform:uppercase;font-weight:300;padding:0 39px 0 13px;text-align:center;cursor:pointer;transition:color .2s ease,height .4s ease,padding .4s ease}
    #nav-toggle{display:inline-block}
    #nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{cursor:pointer;border-radius:1px;height:4px;width:26px;background:#444;position:absolute;display:block;content:''}
    #nav-toggle span:before{top:-8px}
    #nav-toggle span:after{bottom:-8px}
    #nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{transition:all 200ms ease-in-out}
    #nav-toggle.open span{background-color:transparent!important}
    #nav-toggle.open span:before,#nav-toggle.open span:after{top:0;bottom:0}
    #nav-toggle.open span:before{transform: rotate(45deg)}
    #nav-toggle.open span:after{transform: rotate(-45deg)}
    #menu-toggle.active,#menu-toggle.over{color:#000}
    #main-menu{display:none;  right: 0;position:absolute !important;z-index:99;top:72px;left:0;transition:top .4s ease;float:right !important;}
    #main-menu .triangle{position:absolute;top:-11px;left:14px;width:0;height:0;border-style:solid;border-width:0 12px 12px 12px;border-color:transparent transparent #F5F5F5 transparent}
    #main-menu .triangle-border{top:-12px;border-color:transparent transparent #CCCCCC transparent}
    #main-menu ul{ float: right;position:relative;width:200px;background:#F5F5F5;list-style-type:none;margin:0;border:1px solid #DFDFDF;border-radius:3px;box-shadow:0 5px 5px -4px rgba(0,0,0,0.2)}
    #main-menu>ul{padding:15px 0}
    #main-menu ul li{padding:0;position:relative}
    #main-menu ul li a{position:relative;display:block;color:#333;font-size:14px;font-weight:400;line-height:1em;padding:10px 20px 10px 20px;transition:color .2s ease}
    #main-menu ul ul{position:absolute;left:198px;top:-10px;padding:10px 0}    


    .content {
      padding:0;
      margin: 0 15px;
    }
    .blocks li .right {
        width: 70%;
    }

     .blocks li:last-child img {
      float: left;
      border: none !important;
    }
    .blocks li:last-child {
    float: none;
    width: 100%!important;
    padding: 15px 15px;
    display: inline-block;
    height: auto !important;


    }
    .blocks li {
    width: 100%;
    height: auto;
    border: none;
    /* float: none; */
    display: inline-block;

    }
    .blocks li:first-child {
    width: 100%;
    height: auto;
    float: left;
    border: none;
      
    }
    .blocks li:first-child:after {
        background:none;
     }   
    .blocks li:before {
        background:none;
    } 
    .blocks li:first-child img {
        border:none !important;
    }  

    #footer .footer-menu li {
      float: right;
      margin-right: 20px;
    }

}

@media (max-width: 925px) { 

  div.wpcf7 {
    width: 100%!important;
    margin: 0!important;
  }

}
@media (max-width: 865px) { 

    .footer .footer-line {
      height: auto;
    }
    
    .blocks li .right {
        width: 60%;
    }   
    .blocks li:last-child .right {
    width: 60%;
}

    .footer #footer .copy {
      float:none;
      text-align:center;
    }     

    .footer-menu ul {
      text-align: center;
    }

    #footer .footer-menu {
      float:none;
    }

    #footer .footer-menu li {
      float: none;
      display: inline-block;
      vertical-align: top;
    }
   
}

@media (max-width: 840px) {

  .time_details_place {
    margin: 15px 0!important;
  }

  .book-tickets-single {
      float: right!important;
  }
  .tribe-events-single-event-description {
    width: 100%!important;
    padding-right: 30px!important;
    margin-left: 20px!important;
  }

  .tribe-events-event-image {
    text-align:center!important;
    float:none!important;
  }

  .tribe-events-loop .event-right,
  .tribe-events-event-image {
    width: 100%!important;
  }
}

@media (max-width: 768px) {

  .tribe-events-list .tribe-events-venue-details {
        padding: 0!important;
  }

.paper-input__wrapper {
    width: auto!important;
    display: block!important;
}

.wpcf7-submit {
    float: none;
    width: 100%;
    margin:3% 0;
}

.tribe-events-meta-group {
  margin-bottom: 30px!important;
}

#tribe-events .tribe-events-loop .tribe-events-content {
  text-align:center;
}
.tribe-events-meta-group-organizer {
    text-align: left !important;
}

  .formplace {
    padding: 0 50px;
  }

  .tribe-events-sub-nav li a {
    padding: 5px 15px;
    margin-bottom:0;
    margin-top: 15px;
  }

  .time-details span, .tribe-events-schedule span {
    line-height: 35px;
    padding: 5px !important;
  }

  .tribe-events-loop .tribe-events-event-meta {
    background: transparent!important;
    border: 0!important;
    margin: 0!important;
    padding:0!important;
  }

  .tribe-bar-collapse #tribe-bar-collapse-toggle{
      width: 100%!important;
      display: inline-block;
  }

  .tribe-events-list .tribe-events-event-image {
    float:none!important;
    text-align:center!important;
    width: 100%!important;
  }

  .tribe-events-list .tribe-events-event-image img {
    max-width: 160px;
    max-height: 400px;
  }

  .tribe-events-loop .event-right{
    width: 100%!important;
    text-align: center;
  }

  .tribe-events-list .tribe-events-loop .tribe-events-content a {
    float:right;
    display: inline-block;
    text-align: center;
    margin-top: 0;
    padding: 8px 8px 8px 8px !important;
  }

  .author, .street-address, .locality, .country-name{
    float: none!important;
    text-align: left;
  }

  #tribe-events .tribe-events-loop .tribe-events-content {
    text-align:left;
  }
  .comedians-events {
    height: 50px;
    display: inline-block;
    vertical-align: top;
    max-width: 48%;
    float:left;
  }

  .events-buttons {
    height: 50px;
    display: inline-block;
    vertical-align: top;
    max-width: 48%;  
    float: right;  
  }

  .tribe-events-list .tribe-events-loop .tribe-events-content a {
    margin-top:0!important;
  }

  .tribe-events-list h2.tribe-events-page-title {
      line-height: 29px;
  }
}

@media (max-width: 690px) {

    #footer .footer-menu li {
      display: block;
      width: 100%;
    }
    #footer .footer-menu {
    float: none;
    display: none;
}
.blocks li:last-child .right {
    width: 100%;
}

}

@media (max-width: 665px) { 

    .blocks li:last-child img {
      float:none;
    }

    .blocks li {
      height: auto!important; 
      text-align: center;
      padding: 15px 0 15px;
    }
    .blocks li img {
      display: inline-block;
      vertical-align: top;
      float: none;
      max-width: 100%;
      height: auto;
    }
    .blocks li .right {
        display: block;
        width: 100%;
    }     
    .tribe-events-list-widget ol li {
      width: 100%;
      margin: 15px 0;
    }    
    .right-sidebar .right-events {
      width: 80%;
    }
    .blocks li:last-child {
      height: 100%!important;
    }
}

@media (max-width: 570px) {
  .events-buttons {
    height: 50px;
    display: block;
    width: 100%;
    float: none;
    max-width: none;
  }

  .tribe-events-list .tribe-events-loop .tribe-events-content a{
    float:left!important;
  }

  .comedians-events {
    height: 30px;
    display: block;
    max-width: 100%;
    float:none;
  }
}

@media (max-width: 550px) {
  .comedians li .right-comedy .readmore {
    margin-right: 15px;
  }
  .comedians li .left-comedy{
    width: 100%;
    text-align: center;
  }
  .comedians li .right-comedy {
    width: auto;
    margin: 0 10px;
  }
  .comedians li .right-comedy .title {
        text-align: center;
  }

  .comedians li .right-comedy .desc  {
    padding-right: 0;
  }
}

@media (max-width: 360px) { 

   .right-sidebar .right-events {
      width: 60%;
    } 
    
}







@media (max-width: 480px) { 

  .tribe-events-single-event-description {
    margin-left: 15px!important;
  }

}


@media (max-width: 390px) {

  .time-details span, .tribe-events-schedule span {
    font-size:80%;
  }


}
@media (max-width: 320px) { 
      #header .logo {
    margin: 25px 0 0 21px;
  }
  #header .logo img {
  width:70%;
  height:100%;
  }  
    
}


@media (min-width: 995px){

  #magic-line {
    display: block;
  }

}


