/*Global Styles*/

.form-group .form-control[type=text], .form-group .form-control, .btn.btn-danger {
	min-height: 3.25rem;
}

.internal main#main {
	padding-bottom: 3rem;
}

.btn {
	color: #fff;
}

/*End*/
body, h1, h2, h3, h4, h5, h6, p, ul, li, table, td, .slide-content .slide-header, .slide-content .slide-text, [class*=colored-boxed] .box-header, .top-bar .top-bar-links > li .top-bar-link, .btn.btn-template, .btn-template-reverse, .footer-header, .footer-col h3 {
	font-family: 'Londrina Solid', cursive;
	letter-spacing: 2px;
}

.qr-code {
  max-width: 250px;
  max-height: 250px;
}

.navbar-default .navbar-nav > .nav-item > .nav-link {
	font-size: 1.25rem;
}

.top-bar .top-bar-link {
  display: inline-block;
  padding: 0.3125rem 0.75rem;
  height: 2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.top-bar .top-bar-link:hover, .contact-box a:hover, .footer-btm a:hover, .footer-col a:hover {
	color: #f1e833;
}

.navbar .navbar-brand img {
	min-height: 120px;
}

.navbar-default, .header.header-sticky.sticky > .navbar {
	background-color: #fff;
}

.london.main .header {
	position: relative;
}

/*Menu stuff*/

.header-brown {
	background-color: #553318;
}

.left-border-brown {
	border-left: 4px solid #553318;
}

.header-pink {
	background-color: #e91b6d;
}

.left-border-pink {
	border-left: 4px solid #e91b6d;
}

.header-blue {
	background-color: #59c1c9;
}

.left-border-blue {
	border-left: 4px solid #59c1c9;
}

.header-orange {
	background-color: #f58a2d;
}

.left-border-orange {
	border-left: 4px solid #f58a2d;
}

.header-light-brown {
	background-color: #907c6c;
}

.left-border-light-brown {
	border-left: 4px solid #907c6c;
}

.header-green {
	background-color: #81bf45;
}

.left-border-green {
	border-left: 4px solid #81bf45;
}

.header-turq {
	background-color: #179d93;
}

.left-border-turq {
	border-left: 4px solid #179d93;
}

.header-purple {
	background-color: #b08fbe;
}

.left-border-purple {
	border-left: 4px solid #b08fbe;
}


div[class^="header-"], div[class*=" header-"] {
	padding: 1rem;
	margin-bottom: 3rem;
	text-transform: uppercase;
	margin-top: 3rem;
}

div[class^="header-"] h3, div[class*=" header-"] h3 {
	margin-bottom: 0;
	color: #fff;
}

div[class^="left-border-"], div[class*=" left-border-"] {
	margin-bottom: 10px;
	padding-left: 7px;
}

/*End menu stuff*/

.contact-box {
	padding: 1.5rem;
	text-align: center;
	background-color: #308146;
	-webkit-box-shadow: 4px 4px #444;
	        box-shadow: 4px 4px #444;
	margin-bottom: 1rem;
	color: #fff;
}

.contact-box h2, .contact-box h3, .contact-box h4, .contact-box a {
	color: #fff;
}

.contact-box h2, .contact-box h3 {
  font-family: "Londrina Solid", cursive;
}

.footer-btm a {
	color: #fff;
}

.footer-col h3 {
	margin-bottom: 0;
	color: #f1e833;
}

.footer-col .footer-header {
	font-size: 3rem;
}

.footer-header, .footer-col h3 {
	text-transform: uppercase;
}

.nav-flag{
	max-height:18px;
}

.location-phone{
	font-size:20pt;
	color:#f1e833 !important;
}

.order-top{
	font-weight: 700 !important;
	color: #308146 !important;
	background-color: #f1e833 !important;
}

.order-btn{
	min-width: 200px;
}

/* ------ Review Carousel ------ */

@media (max-width: 767px){
.parallax-bg .parallax-bg--image-container .parallax-bg--image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}}

.testimonial-carousel {
  background-image: url(../images/design/parallax-bg.jpg);
  min-height: 35vh;
  background-size: cover;
  background-position: center;
}

.testimonial-carousel::after {
  background-color: rgb(0, 0, 0, .7);
}

.testimonials-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  padding-top: 1rem;
    width: 100%;
    height: 100%;
    text-align: center;
  min-height: 35vh;
    border-top: 1vh solid #111;
}

.testimonial-text {
  font-size: 3rem;
  color: #fff;
}

.testimonial-header {
  color: #fff;
}

.testimonial-carousel .btn-template {
    position: relative;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    /* padding: 15px 25px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.review-carousel {
  padding: 3rem 0;
  background-color: #000;
}

.review-text {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-word;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.c-spacer {
  padding-bottom: 1rem;
}

.source-logo {
  min-height: 3rem;
  max-height: 3rem;
}

.review-header {
  color: white;
  
}

.review-carousel .btn-template {
    position: relative;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.fa-star {
  background-image: -o-linear-gradient( left, #e8cc6e 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #e8cc6e 100% );
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #e8cc6e), color-stop(22%, #cb9b51), color-stop(45%, #f6e27a), color-stop(50%, #f6f2c0), color-stop(55%, #f6e27a), color-stop(78%, #cb9b51), to(#e8cc6e) );
  background-image: linear-gradient( to right, #e8cc6e 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #e8cc6e 100% );
  color:transparent;
  -webkit-background-clip:text;
  font-size: 30px;
  margin-left: .2rem;
  margin-right: .2rem;
}

.no-decoration {
  color: white;
  text-decoration: none;
}

.no-decoration:hover, .no-decoration:focus, .no-decoration:active {
  color: white;
  text-decoration: none;
}

.modal-header {
  background-color: var(--primary-color);
}

.modal-header button {
  color: white;
}

.modal-content {
  border-radius: .5rem;
}

.subscribe-button:not(:hover) {
  background-color: var(--primary);
}

.cmsform {
  text-align: start;
}

.cmsform h5.text-center.form-heading {
  font-size: 1.5rem;
  text-align: start !important;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.cmsform p {
  text-align: center;
}
.form-group .form-control[type=text], .form-group .form-control, .btn.btn-danger {
  min-height: 2.75rem !important;
}
.form-group textarea.form-control, .form-group textarea.form-control[type=text], .form-group textarea.form-control {
  min-height: 8rem !important;
  border: 1px solid rgb(187, 187, 187);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  width: 100%;
  color: #7a7a7a;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: border, background-color, color, -webkit-box-shadow;
  transition-property: border, background-color, color, -webkit-box-shadow;
  -o-transition-property: border, box-shadow, background-color, color;
  transition-property: border, box-shadow, background-color, color;
  transition-property: border, box-shadow, background-color, color, -webkit-box-shadow;
}
.btn{
  font-family: 'Londrina Solid', cursive;
  letter-spacing: 2px;
}
.cmsform .btn {
  padding: 2px;
  font-size: 1.25rem;
  width: 100%;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--headers);
  border-color: var(--headers);
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem var(--primary-transparent);
          box-shadow: 0 0 0 .2rem var(--primary-transparent);
}

.btn-group>.btn:not(:last-child) {
  border-right: 2px solid var(--secondary)
}

#event-calendar, #event-gallery, #event-form {
  scroll-margin-top: 10rem;
}

div#event-gallery {
  margin-bottom: -48px;
}