body {
  background-color: #000 !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body li {
  font-family: Arial, Helvetica, sans-serif !important;
}
body .elementor-heading-title.elementor-size-default {
  margin-top: 100px !important;
}
body .entry-title {
  display: none !important;
}
body #main_header {
  height: 120px;
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 200;
  margin-bottom: 50px;
}
body #main_header .header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0px 50px;
}
body #main_header .header_container .main_logo img:hover {
  -webkit-filter: contrast(65%);
          filter: contrast(65%);
}
body #main_header .header_container .nav_container {
  margin-left: auto;
}
body #main_header .header_container .nav_container a {
  color: #fff;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
}
body #main_header .header_container .nav_container a::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
body #main_header .header_container .nav_container a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
body #main_header .header_container .hbgrContainer {
  display: none;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 20px;
  z-index: 200;
}
body #main_header .header_container .hbgrContainer p {
  margin-top: 3px;
  margin-left: 1px;
  color: white;
  text-align: center;
}
body #main_header .header_container .hbgrContainer #nav-icon1 {
  width: 50px;
  height: 24px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
body #main_header .header_container .hbgrContainer #nav-icon1 span, body #main_header .header_container .hbgrContainer #nav-icon3 span, body #main_header .header_container .hbgrContainer #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body #main_header .header_container .hbgrContainer #nav-icon1 span:nth-child(1) {
  top: 0px;
}
body #main_header .header_container .hbgrContainer #nav-icon1 span:nth-child(2) {
  top: 13px;
}
body #main_header .header_container .hbgrContainer #nav-icon1 span:nth-child(3) {
  top: 26px;
}
body #main_header .header_container .hbgrContainer #nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
body #main_header .header_container .hbgrContainer #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
body #main_header .header_container .hbgrContainer #nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
body .menu-mobile {
  position: fixed;
  width: 0px;
  height: 100%;
  background-color: #000;
  z-index: 400;
  margin-top: 100px;
}
body .menu-mobile .menus {
  display: none;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .menu-mobile .menus a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
  border-top: 1px solid rgba(128, 128, 128, 0.349);
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
body .menu-mobile .menus a:last-child {
  border-bottom: 1px solid rgba(128, 128, 128, 0.349);
}
body #page_title_container #page_title_content {
  height: 300px;
  background-color: #0064ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}
body .home_artists_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .home_artists_container .artists_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body .home_artists_container .artists_row .artists_home_img_container {
  width: 100%;
  max-width: 350px;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
}
body .home_artists_container .artists_row .artists_home_img_container .artists_home_img {
  background-size: cover;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  width: 350px;
  height: 300px;
}
body .home_artists_container .artists_row .artists_home_img_container .artists_description {
  width: 100%;
  padding: 5px;
  border-left: 1px solid #fff;
}
body .home_artists_container .artists_row .artists_home_img_container .artists_description p, body .home_artists_container .artists_row .artists_home_img_container .artists_description a {
  color: white;
  margin: 2px 0px;
}
body .home_artists_container .artists_row #alonzo_bodden {
  background-image: url("https://comedyevent.bm/wp-content/uploads/2022/11/alonzo_bodden_color_350x300.png");
}
body .home_artists_container .artists_row #danny_bhoy {
  background-image: url("https://comedyevent.bm/wp-content/uploads/2022/11/danny_bhoy_color_350x300.png");
}
body .home_artists_container .artists_row #tammy_pescatelli {
  background-image: url("https://comedyevent.bm/wp-content/uploads/2022/11/tammy_pescatelli_color_350x300.png");
}
body .home_artists_container .artists_row #jonathan_young {
  background-image: url("https://comedyevent.bm/wp-content/uploads/2022/11/jonathan_young_color_350x300.png");
}
body .home_artists_container .artists_row #ivan_decker {
  background-image: url("https://comedyevent.bm/wp-content/uploads/2022/11/ivan_decker_350x300.png");
}
body .home_about_image_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
body .home_about_image_container img {
  width: 80%;
}
body .jkit-posts.jkit-ajax-flag article {
  margin: 15px !important;
}
body .homepage_shows_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .homepage_shows_container h2 {
  color: #fff;
  font-size: 60px;
}
body .homepage_shows_container .colored_show_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .homepage_shows_container .colored_show_row #blue {
  background-color: #0064ff;
}
body .homepage_shows_container .colored_show_row #blue .text_content h3, body .homepage_shows_container .colored_show_row #blue .text_content p, body .homepage_shows_container .colored_show_row #blue .text_content a {
  color: #fff;
}
body .homepage_shows_container .colored_show_row #blue .text_content a {
  border: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
}
body .homepage_shows_container .colored_show_row #green {
  background-color: #26e33d;
}
body .homepage_shows_container .colored_show_row #green .text_content h3, body .homepage_shows_container .colored_show_row #green .text_content p, body .homepage_shows_container .colored_show_row #green .text_content a {
  color: #000;
}
body .homepage_shows_container .colored_show_row #green .text_content a {
  border: 2px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
}
body .homepage_shows_container .colored_show_row .colored_show_section {
  width: 50%;
  height: 300px;
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body .homepage_shows_container .colored_show_row .colored_show_section .text_content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .homepage_shows_container .colored_show_row .colored_show_section .text_content h3 {
  margin: 5px 0px;
}
body .homepage_shows_container .colored_show_row .colored_show_section .text_content a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body .homepage_shows_container .colored_show_row .colored_show_section:first-child {
  margin-right: 20px;
}
body .n2-ss-slider .n2-ss-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .n2-ss-slider .n2-ss-slide--focus {
  z-index: 100;
}
body .n2-ss-item-content.n2-ss-text div p {
  font-size: 25px !important;
  letter-spacing: 0.065em;
  line-height: 1.75em !important;
}
body #contact_form .wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #000 !important;
  border: 2px solid #fff !important;
}
body #contact_form .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #0064ff !important;
}
body #contact_form .wpcf7-spinner {
  position: absolute !important;
}
body #contact_form input[type=text], body #contact_form input[type=email], body #contact_form textarea {
  color: #000 !important;
}
body #contact_form .wpcf7 form.sent .wpcf7-response-output {
  color: #fff !important;
  border: 2px solid #0064ff;
}
body #richard_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0px 20px 0px;
}

footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px;
}
footer .footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
footer .footer_container .logo_recall_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_container .logo_recall_container .logo_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_container .logo_recall_container .logo_copyright p {
  margin: 5px;
  color: #fff;
  text-align: center;
}
footer .footer_container .links_recall_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
footer .footer_container .links_recall_container .links_content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_container .links_recall_container .links_content_container .links_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 50px;
}
footer .footer_container .links_recall_container .links_content_container .links_content a {
  margin: 10px 0px;
}
footer .footer_container .links_recall_container .links_content_container .links_content i {
  font-size: 12px;
  color: gray;
}
footer .footer_container .social_media_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_container .social_media_container .social_media_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_container .social_media_container .social_media_content i {
  color: #fff;
  font-size: 30px;
  padding: 20px;
}
footer .footer_container .social_media_container .social_media_content .fa.fa-facebook:hover {
  color: #4267B2;
}
footer .footer_container .social_media_container .social_media_content .fa.fa-twitter:hover {
  color: #1DA1F2;
}
footer .footer_sponsors_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0px;
  width: 100%;
}
footer .footer_sponsors_container .footer_sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_sponsors_container .footer_sponsors .footer_sponsors_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_sponsors_container .footer_sponsors .footer_sponsors_title h3 {
  padding: 0px;
  margin: 10px 0px;
  position: relative;
  left: 20px;
}
footer .footer_sponsors_container .footer_sponsors .footer_sponsors_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_sponsors_container .footer_sponsors .footer_sponsors_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_sponsors_container .footer_sponsors .footer_sponsors_img a img {
  margin: 10px;
  width: 75%;
}

@media screen and (max-width: 1380px) {
  body #main_header {
    height: 100px;
  }
  body #main_header .header_container .main_logo img {
    width: 200px;
  }
  body #main_header .header_container .nav_container {
    display: none;
  }
  body #main_header .header_container .hbgrContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #page_title_container #page_title_content {
    margin-top: 100px;
  }
  body .n2-ss-item-content.n2-ss-text div p {
    font-size: 20px;
  }
  footer .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 10px;
  }
  footer .footer_container .social_media_container, footer .footer_container .links_recall_container {
    margin-bottom: 75px;
    width: 100%;
  }
  footer .footer_container .links_recall_container .links_content_container .links_content {
    margin: 0px 30px;
  }
  footer .footer_container .links_recall_container .links_content_container .links_content a {
    margin: 20px 0px;
  }
  footer .footer_sponsors_container .footer_sponsors {
    width: 100%;
  }
  footer .footer_sponsors_container .footer_sponsors .footer_sponsors_title h3 {
    left: 0px !important;
  }
  footer .footer_sponsors_container .footer_sponsors .footer_sponsors_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_sponsors_container .footer_sponsors img {
    width: 180px !important;
    margin: 0px !important;
  }
}
@media screen and (max-width: 1150px) {
  .home_artists_container .artists_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 5px;
  }
  .home_artists_container .artists_row .artists_home_img_container {
    max-width: 100% !important;
  }
  .home_artists_container .artists_row .artists_home_img_container .artists_home_img {
    width: 100% !important;
  }
  .home_artists_container .artists_row .artists_home_img_container #alonzo_bodden, .home_artists_container .artists_row .artists_home_img_container #danny_bhoy {
    background-position: 50%;
  }
  .home_artists_container .artists_row .artists_home_img_container #jonathan_young {
    background-position: 50% 15%;
  }
}
@media screen and (max-width: 767px) {
  body #main_header .header_container {
    padding: 0px 20px;
  }
  body #main_header .header_container .main_logo img {
    width: 150px;
    position: relative;
    top: 5px;
  }
  body #main_header .header_container .hbgrContainer #nav-icon1 span {
    height: 3px;
  }
  body .menu-mobile {
    margin-top: 80px;
  }
  body .homepage_shows_container .colored_show_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .homepage_shows_container .colored_show_row .colored_show_section {
    width: 100%;
    margin: 10px 0px !important;
  }
  body .homepage_shows_container .colored_show_row:nth-child(2) #blue {
    background-color: #26e33d;
  }
  body .homepage_shows_container .colored_show_row:nth-child(2) #blue .text_content h3, body .homepage_shows_container .colored_show_row:nth-child(2) #blue .text_content p, body .homepage_shows_container .colored_show_row:nth-child(2) #blue .text_content a {
    color: #000;
  }
  body .homepage_shows_container .colored_show_row:nth-child(2) #blue .text_content a {
    border: 2px solid #000;
  }
  body .homepage_shows_container .colored_show_row:nth-child(2) #green {
    background-color: #0064ff;
  }
  body .homepage_shows_container .colored_show_row:nth-child(2) #green .text_content h3, body .homepage_shows_container .colored_show_row:nth-child(2) #green .text_content p, body .homepage_shows_container .colored_show_row:nth-child(2) #green .text_content a {
    color: #fff;
  }
  body .homepage_shows_container .colored_show_row:nth-child(2) #green .text_content a {
    border: 2px solid #fff;
  }
  body #page_title_container #page_title_content {
    height: 150px;
  }
  body .n2-ss-item-content.n2-ss-text div p {
    font-size: 18px;
  }
}/*# sourceMappingURL=custom-style.css.map */