/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/






ul.list_check li:before {
  color: #ffffff;
}

ul.list_check li:after {
  background: rgba(255,255,255,0);
}

#book-a-table {
  margin-bottom: -15px !important;
}

.small-right {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.8em;
}


.home-header-square h3 {
  font-weight: 800;
  padding-bottom: 0;
  margin-bottom: 0;
}

.home-header-square p {
  margin-bottom: 0;
}

.home-header-square {
  position: relative;
  padding-top: 0;
  color: #ffffff;
}

.sq-h {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60px;
  margin-top:0;
  background-color: rgba(125, 0, 0, .7);
  background-blend-mode: multiply;
  transition: all .5s;
}

.home-header-square:hover .sq-h {
  height: 100% !important;
}
h3.red-bg {
  position: absolute;
  width: 90%;
  bottom: 0;
  margin: 0;
  padding: 10px 5% 10px;
  color: white;
  line-height: 110%;
  font-size: 20px;
}
.home-header-square:hover h3.red-bg {
  background-color: transparent !important;
}


.whats-on-home {
  padding-top:150px;
}

.widgets_wrapper {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

a.powered-by {
  display:none !important;
}

.widgets_wrapper .column .one-third {
  padding-left:20px;
  padding-right:20px;
}

.find-out-more {
  background-color: rgba(200,0,0,1);
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.find-out-more a {
  color: #ffffff;
  margin-right:20px;
}

.event-padding {
  padding: 0px 20px 10px 20px;
}

.button_size_4 a {
  font-size: 180%;
}

#home-about {
  margin-bottom: -20px;
}

.style-simple .accordion .question {
  background-color: #E0E0E0 !important;
  margin-bottom: 8px;
}

.style-simple .accordion .question .title {
  font-size: 1.2em;
}

.accordion .question .title > .acc-icon-plus {
  color: #c80000;
}

.text-on-red {
  color:#ffffff !important;
}

.line-on-red {
  background: #ffffff;
}

.white-links a {
  color: white;
}

.white-links a:hover {
  color: white;
}

#Action_bar {
	background-color: #000 !important;
}

#Top_bar .menu > li ul {
  background-color: rgba(200, 0, 0, 1);
}

#Top_bar .menu > li ul li a {
  color: #ffffff;
}

/* MOBILE STUFF */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h3.red-bg {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .whats-on-home {
    padding-top: 10px;
  }
  .whats-on-home h3 {
    line-height: 1.25;
  }
  h3.red-bg {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #home-about {
    background-image:url(#) !important;
  }
}

@media only screen and (max-width: 767px) {
  .text-on-red {
    color:#8d827a !important;
  }
  .line-on-red {
    background: rgba(200,0,0,1);
  }
}
