/**
Theme Name: Broken
Version: 1.0
Author: CAD
**/
html,
body {
  overflow-x: unset !important;
}

/* 8 30 2017 */
#main-nav ul.menu li a {
  color: #fff;
  font-style: none;
}

#main-nav ul.menu li {
  position: relative;
}

.pos-rel {
  position: relative !important;
}

#main-nav ul.menu li:before,
#header-email a:before,
#header-phone:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: all 0.2s;
}

#header-phone {
  font-weight: 600;
  font-size: 16px;
}

#main-nav ul.menu li:hover:before,
#main-nav ul.menu li.current_page_item:before,
#header-email a:hover:before,
#header-phone:hover:before {
  width: 100%;
}

.cad-container a,
.cad-container p {
  text-align: center;
  color: #fff;
}

div#bookModal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

div#bookModal .modal-content,
div#bookModal .modal-body {
  border-radius: 2em;
}

div#bookModal .modal-body {
  background-color: #af7d54;
}

div#bookModal .topM {
  position: relative;
  border-bottom: dotted 3px #000;
}

div#bookModal .topM > * {
  display: inline-block;
  color: #fff;
}

div#bookModal .topM img {
  position: absolute;
  bottom: 0;
  right: 0;
}

div#bookModal .gform_wrapper form {
  position: relative;
}

div#bookModal .gform_wrapper form li {
  margin: 8px 0;
}

div#bookModal .gform_wrapper form li > * {
  margin: 0;
}

div#bookModal .gform_wrapper form li input,
div#bookModal .gform_wrapper form li textarea {
  padding: 10px;
  font-size: 16px;
  font-family: "Arial";
}

div#bookModal .gform_wrapper form li input.datepicker {
  width: 100% !important;
}

div#bookModal .gform_wrapper form li:last-child {
  margin-top: 18px;
}

.no_label label {
  display: none !important;
}

div#bookModal .gform_footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  margin: 0;
  padding: 0;
}

div#bookModal input.gform_button {
  border: none;
  background-color: #69433e;
  color: #fff;
  font-size: 17px;
  padding: 20px 90px;
}

section#welcome .welcome-grid img:hover {
  transform: translateY(-10px);
}

.text-beige:hover {
  color: #f7e1b8;
}

section#activities ul.nav li a {
  text-transform: uppercase;
}

.tab-content > .active {
  text-align: center;
}

.tab-content > .active > div {
  float: none;
  display: inline-block;
}


.activity-gallery {
  
}
.btn-custom {
  background-color: #98625a;
  border-radius: 0;
  padding: 15px 20px;
  margin-bottom: 10px;
  color: #fff;
}

.btn-custom:hover {
  background-color: #603e39;
  color: #fff;
}

/* 8 31 2017 */
#header-left .left-menu a,
#footer-nav a {
  color: #fff;
}

section#reviews .btn {
  margin: auto;
  display: table;
}

footer {
  margin-top: 50px;
  background-size: cover;
  background-position: center;
}

.strong-view .testimonial .testimonial-inner {
  height: auto;
}

/* 9 1 2017 */
section#local-interest a {
  color: #e8d8ca;
}

section#local-interest a:hover {
  color: #e6b791;
}

section#reviews img,
.testimonial-image img {
  border-radius: 100%;
}

section#reviews img {
  padding: 6px;
  border: solid 1px #efefef;
}

#bookModal2 .modal-dialog .modal-content {
  background-image: url("img/new-modal-bg.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

#bookModal2 .modal-dialog .modal-content:before {
  content: "";
  position: absolute;
  top: -220px;
  left: -220px;
  right: -220px;
  bottom: -220px;
  background-image: url("img/splash.fw.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}

#bookModal2 .modal-dialog .modal-content .modal-body {
  border: solid 3px #c84907;
  margin: 15px;
  border-radius: 10px;
  padding: 30px 30px 0;
}

#bookModal2 .topM2 > * {
  display: inline-block;
  color: #fff;
  font-family: Arial;
  vertical-align: bottom;
}

#bookModal2 .formM2 {
  max-width: 500px;
  margin: auto;
}

#bookModal2 .formM2 h3 {
  text-align: center;
  color: #fff;
  font-family: Arial;
}

#bookModal2 .formM2 input[type="text"] {
  font-family: Arial;
  padding: 10px;
}

#bookModal2 .formM2 input.gform_button {
  background-color: #c84907;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
  padding: 15px 50px;
  font-weight: bold;
  font-size: 18px;
  display: table;
  margin: auto;
  box-shadow: 0px 16px 8px -8px rgba(0, 0, 0, 0.75);
}

.tImgCont {
  margin: auto;
}

#bookModal2 .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c84907;
  color: #fff;
  font-size: 35px;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 0 0 3px 3px;
  border-color: #c84907;
  border-radius: 0 7px 0 10px;
  box-shadow: -3px 4px 5px 1px #000;
  transition: all 0.2s;
}

#bookModal2 .close:hover {
  color: #ff0000;
  background-color: #fff;
}

#gform_confirmation_message_2 {
  color: #fff;
  padding: 20px 0;
  text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000;
}

p {
  font-size: 16px;
}

footer {
  margin-bottom: -5px;
}

h4#header-email {
  font-size: 14px;
}

#banner-carousel .item:first-child p {
  text-shadow: 0 0 5px #fff, 0 0 3px #fff;
}

#header-left h2 {
  padding-bottom: 0 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .banner-text {
    max-width: 100%;
    width: 100%;
  }
  header .banner-text > div {
    margin: 0 auto;
    max-width: 750px;
  }

  #banner-carousel .carousel-indicators {
    left: 32%;
  }

  ul.footer-cards {
    padding-left: 0;
  }
}

#wprmenu_menu.left {
  width: 60% !important;
}

#post-18 #pgc-18-1-1 ul {
  padding: 10px;
}

#post-28 #pgc-28-0-0 h3 {
  margin-top: 0;
}

#post-28 .sow-image-container img.so-widget-image {
  width: 100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  position: relative;
}

.carousel-fade .carousel-inner .item:nth-child(2):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: rgba(76, 76, 76, 0);
  background: -moz-linear-gradient(
    top,
    rgba(76, 76, 76, 0) 0%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(76, 76, 76, 0)),
    color-stop(100%, rgba(19, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(76, 76, 76, 0) 0%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(76, 76, 76, 0) 0%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(76, 76, 76, 0) 0%,
    rgba(19, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(76, 76, 76, 0) 0%,
    rgba(19, 19, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.review-form span.required.symbol,
.review-form .form-field.wpmtst-captcha label,
.review-form .required-notice {
  display: none;
}
.review-form .testimonial-success p {
  color: #68433e;
  text-align: center;
  font-size: 27px;
  margin: 30px 0;
  font-family: "lemonTuesday";
}
.contact-map-wrapper img {
  width: 100%;
  height: auto;
}
#welcome {
  background-image: url(img/welcome-bg.png);
}
#home-phone {
  background-image: url(img/section-phone-number.png);
}
#main-footer {
  background-image: url(img/footer-bg.png);
}
html {
  overflow-x: hidden;
}

div#gform_wrapper_4.gform_wrapper li.hidden_label input,
div#gform_wrapper_4.gform_wrapper,
body div#gform_wrapper_4.gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
  padding-top: 0;
}

body div#gform_wrapper_4.gform_wrapper ul li.gfield {
  margin-top: 10px;
}

input#gform_submit_button_4 {
  width: 50%;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  background: #35211f;
  border: none;
  color: #fff;
  font-weight: bold;
}

.gform_wrapper .gform_footer {
  padding: 20px 0px;
  margin: 20px 0px;
  clear: both;
  width: 100%;
  border-top: 1px solid;
  text-align: center;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) and (max-width: 767px) {
  section#local-interest .local-right {
    position: initial;
  }
}

@media (max-width: 1199px) {
  #foogallery-album-512 ul li {
    display: inline-block !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  h4#header-email {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #header-left #header-logo {
    padding: 10px;
  }

  #header-left h2 {
    padding: 0 10px;
  }

  #banner-carousel {
    box-shadow: 0 0 30px;
  }

  #banner-carousel .banner-text h2.font-lemon-tuesday {
    font-size: 100px;
  }

  #footer-nav ul li {
    padding: 0 4px;
  }

  .footer-logo {
    margin-right: auto;
    margin-left: auto;
  }
  ul.footer-cards {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #banner-carousel .banner-text {
    padding: 0 10px;
  }
  #banner-carousel .banner-text h2.font-lemon-tuesday {
    font-size: 60px;
  }
  #banner-carousel .banner-text h2.font-lemon-tuesday {
    font-size: 60px;
  }
  section#welcome .welcome-grid img {
    max-height: 165px;
  }
  section#local-interest .local-left {
    width: 100%;
  }
  section#local-interest .local-right {
    width: 100%;
    position: initial;
    transform: none;
  }
  section#local-interest #local-text {
    max-width: 100%;
  }
  #footer-nav ul li {
    display: block;
    border: none;
  }
  #post-28 .sow-image-container img.so-widget-image {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .col-xs-ls-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
  }
}

@media (max-width: 567px) {
  #banner-carousel .banner-text {
    display: none;
  }

  section#welcome .welcome-grid img {
    max-height: 200px;
  }

  #welcome p,
  #about p,
  section#local-interest #local-text p {
    text-align: justify;
  }
  #home-phone h3 {
    font-size: 17px;
  }
  #home-phone h2 {
    font-size: 25px;
  }
  section#local-interest #local-text {
    padding: 20px 20px 60px;
    max-width: 100%;
  }
  section#activities ul.nav li a {
    padding: 0 10px;
  }
  #post-20 #panel-20-0-0-0 tr td:first-child {
    white-space: normal;
    display: block;
  }
  #post-20 #panel-20-0-0-0 tr td:last-child {
    border-top: none;
    display: block;
  }
  #post-20 #panel-20-0-0-0 tr td:nth-child(2) {
    display: none;
  }

  #post-26 .strong-view-id-1 .testimonial-image {
    float: none;
  }
  #post-26 .strong-view-id-1 .testimonial-image img {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 567px) {
  #rc-imageselect,
  .ginput_recaptcha {
    transform: scale(0.67);
    -webkit-transform: scale(0.67);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/*@media only screen {
    html, body {
        overflow-x: hidden !important;
    }
}*/

.footer-logo-cont img,
#header-logo img {
  transition: 0.3s ease-in-out all;
}
.footer-logo-cont img:hover,
#header-logo img:hover {
  transform: scale(0.9);
}

/*tab-content images*/
/*.counter-37 img,
.counter-42 img,
.counter-41 img,
.counter-46 img,
.counter-51 img,
.counter-47 img,
.counter-44 img,
.counter-34 img,
.counter-48 img,
.counter-45 img,
.counter-43 img,
.counter-50 img,
.counter-49 img,
.counter-36 img,
.counter-40 img {
  width: 193px !important;
  height: 145px !important;
}

.counter-56 img,
.counter-55 img {
  width: 82px !important;
  height: 145px !important;
}

.counter-38 img,
.counter-39 img,
.counter-41 img,
.counter-35 img {
  width: 109px !important;
  height: 145px !important;
}

.counter-37 img,
.counter-41 img,
.counter-51 img,
.counter-42 img,
.counter-57 img,
.counter-48 img,
.counter-45 img,
.counter-44 img,
.counter-46 img,
.counter-43 img,
.counter-36 img,
.counter-50 img,
.counter-49 img {
  width: 183px !important;
  height: 135px !important;
}

.counter-12 img {
  width: 126px !important;
  height: 145px !important;
}

.counter-37 img,
.counter-41 img,
.counter-46 img,
.counter-48 img {
  width: 173px !important;
  height: 125px !important;
}

.counter-38 img,
.counter-39 img {
  width: 99px !important;
  height: 135px !important;
}

section#activities img {
  width: auto !important;
}*/

#contact-anchor{
  display: block;
  position: relative;
  top: -135px;
  visibility: hidden;
}

.counter-wrap {
  width: 100%;
  max-width: 170px;
  max-height: 200px;
  object-fit: cover;
  object-position: top center;
  margin: 10px 10px;
}

.counter-wrap img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}