/*
Theme Name: JTU Theme
Description: JTU website theme
Author: ADAO / UP
Author URI: https://www.hotel-internet-marketing.com
Version: 1.0.0
*/

body {
  font-family: 'Lato', Calibri, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

p {
  font-size: 18px;
  line-height: 26px;
}

a {
    transition: all 0.3s ease;
    color: #8cc63e;
}

a:hover {
    color: #c6793f;
    text-decoration: none;
}

.mosiac-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/**************/
/*** HEADER ***/
/**************/

.navbar-default .navbar-nav>li>a:hover {
  color: #8CC63F;
}

.quote-me-button {
  background-color: #8CC63F;
}

.navbar-default .navbar-nav>.quote-me-button>a {
  color: white;
}

.navbar-default .navbar-nav>.quote-me-button>a:hover {
  color: white;
  background: #c6793f;
}

.navbar {
  font-size: 16px;
}

.navbar-brand {
  padding-bottom: 100px;
}

button.navbar-toggle {
  margin: 50px 25px;
}

/*** Stop nav anchors in mobile view from covering the brand logo image ***/
.navbar-nav {
  padding-top: 50px;
}
/**************************************************************************/

/*** Overide the horrible default border and color of the bootstrap navbar ***/
.navbar {
  background-color: transparent;
  border: none;
}
/*****************************************************************************/

/*** Centre the nav anchors in mobile view ***/
.nav>li>a {
  text-align: center;
}
/*********************************************/

.navbar-default .navbar-nav>li>a {
  color: #000017;
}

.nav li.current_page_item > a,
.nav li.current-menu-item > a,
.nav li.current_page_ancestor > a,
.nav li.current-menu-ancestor > a {
  color: #8CC63F;
}

.nav li.skewed-line:hover::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 100%;
  width: 20px;
  left: 50%;
  background: #8CC63F;
  display: block;
  transform: rotate(110deg);
  transform-origin: center;
}

.nav li.skewed-line:hover::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 100%;
  width: 20px;
  right: 50%;
  background: #8CC63F;
  display: block;
  transform: rotate(110deg);
  transform-origin: center;
}

.navbar-default .current-menu-item > a::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 100%;
  width: 20px;
  left: 50%;
  background: #8CC63F;
  display: block;
  transform: rotate(110deg);
  transform-origin: center;
}

.navbar-default .current-menu-item > a::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 100%;
  width: 20px;
  right: 50%;
  background: #8CC63F;
  display: block;
  transform: rotate(110deg);
  transform-origin: center;
}

.navbar-default .current-menu-item > a {
  color: #8CC63F;
}

/**************/
/*** FOOTER ***/
/**************/

.footer {
  background-color: #3F3A35;
}

.footer h2 {
  font-size: 24px;
  color: white;
}

/*** Class for empty div to create small green line under footer h2 **/
.footer-half-border {
  border-bottom: 2px solid #8CC63F;
  width: 71px;
  margin-top: 20px;
  margin-bottom: 25px;
}
/*********************************************************************/

.footer p, .footer a {
  color: white;
  font-size: 16px;
}

.quick-link {
  padding: 0px;
  margin-bottom: 20px;
  list-style-type: none;
}

.quick-link a:hover {
  text-decoration: none;
  color: #8CC63F;
}

.footer-padding {
  padding: 20px 40px 20px;
}

.footer p {
  padding-right: 22px;
}

a.email-address {
  font-size: 21px;
  color: #8CC63F;
  margin-left: 15px;
  vertical-align: middle;
}

a.phone-number {
  font-size: 21px;
  margin-left: 15px;
  vertical-align: middle;
  cursor: pointer;
  pointer-events: all;
}

a.email-address:hover, a.phone-number:hover {
  text-decoration: none;
  color: #c6793f;
}

div.space-between-email-and-phone {
  margin-top: 20px;
}

/****************/
/*** PAGE.PHP ***/
/****************/

h1.standard-page-layout {
  font-size: 30px;
  color: #58585B;
  margin-top: 0px;
}

p.special-paragraph {
  font-size: 21px;
  color: #57575C;
  letter-spacing: 0;
  line-height: 26px;
}

p.normal-paragraph {
  font-size: 18px;
  color: #343438;
  letter-spacing: 0;
  line-height: 26px;
}

p.special-paragraph, p.normal-paragraph {
  margin-top: 20px;
}

div.main-content {
  margin-top: 20px;
  padding-top: 75px;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 75px;
}

.view-gallery-button {
  background-color: #8CC63F;
  display: inline-block;
  padding: 15px;
  margin-top:20px;
  margin-bottom: 30px;
}

.view-gallery-button {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
}

.view-gallery-button:hover {
  background: #c6793f;
  text-decoration: none;
  color: #FFFFFF;
}

.main-content div.main-text-content {
  padding-right: 50px;
}

img.mosiac-divider-standard-page {
  width: 100%;
}

h2.center {
  font-size: 21px;
  margin-bottom: 30px;
}

h2.h2-default-page-template {
  font-size: 20px;
}

img.leaf-cluster {
  display: block;
  margin: auto;
}

div.services-info-area {
  background-color: #F6F6F6;
  padding: 30px 30px 0;
}

div.services-info-area p {
  color: #828286;
  margin: 0;
}

div.services-info-area h2 {
  color: #58585B;
  margin-bottom: 20px;
}

div.center {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 26px;
}

div.center a {
  color: #8CC63F;
}

div.center a:hover {
  text-decoration: none;
  color: #c6793f;
}

/***************/
/*** GENERAL ***/
/***************/

.center {
  text-align: center;
}

.full-width-img {
  max-width: 100%;
}

/*************************/
/*** PAGE-SERVICES.PHP ***/
/*************************/

div.services-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 40px;
}

img.small-img {
  height: 290px;
  width: 100%;
  opacity: 0.7;
}

div.second-image {
  margin: 30px 0;
}

img.large-img {
  height: 610px;
  width: 100%;
  opacity: 0.7;
}

a.services-img-link:hover img {
  opacity: .5;
}

.services-content > h1 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #58585B;
}

.our-services-img-text-header {
  font-size: 36px;
}

.our-services-img-text-paragraph {
  font-size: 18px;
  line-height: 26px;
}

.tint {
  background: black;
  position: relative;
}

.large-img-margin {
  margin-bottom: 30px;
}

.y-center-text {
  color: white;
  position: absolute;
  margin: 0 25px 0 25px;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  line-height: .8;
}

.learn-more-button {
  font-size: 15px;
  border: white solid 1px;
  padding: 8px;
  color: white;
}

span.learn-more-button:hover {
  background: #c6793f;
}

.services-content a:hover {
  text-decoration: none;
}

.services-content img {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* This is the polyfill for IE and Edge */
}

.span-header-font {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1.3;
}

/*********************/
/*** PAGE-HOME.PHP ***/
/*********************/

.top-mosaic, .banner, .bottom-mosaic {
  width: 100%;
}

.banner img.banner-img {
  height: 643px;
  width: 100%;
  object-fit: cover;
  object-position: 30%;
  font-family: 'object-fit: cover; object-position: 30%;' /* This is the polyfill for IE and Edge */
}

.mosaic-containing-div {
  width: 100%;
  height: 20px;
  background-image: url('bg-mosaic-divider.svg');
  background-repeat: repeat-x;
  margin-bottom: -3px;
}

.banner {
  position: relative;
}

.banner-text {
  position: absolute;
  bottom: 12%;
}

.banner-call-us {
  position: absolute;
  bottom: 9.5%;
  right: 0;
  background: #24AC4F;
  width: 222px;
  cursor: pointer;
}

.banner-call-us:hover {
    text-decoration: none;
}

.banner-call-us a {
  margin-left: 15px;
  color: white;
}

.banner-call-us a:hover {
  text-decoration: none;
  color: #c6793f;
}

.slick-slide {
  position: relative; /* Need to do this to make the banner-call-us div use right: 0; with position: absolute; */
}

.home-slider {
    display: flex !important;
}

.big-banner-text {
  font-size: 48px;
  line-height: 1;
  color: white;
}

.medium-banner-text {
  font-size: 30px;
  color: white;
}

.gallery-button-container {
  margin-top: 45px;
}

.gallery-button {
  font-size: 16px;
  background: #8CC63F;
  color: white;
  padding: 18px;
}

span.gallery-button:hover {
  background: #c6793f;
}

.call-us-on-message {
  background: #8CC63F;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 10px;
  line-height: 26px;
}

.call-us-on-number {
  color: white;
  font-size: 24px;
  text-align: center;
}

img.call-us-on-img {
  display: inline;
}

.banner-slider a:hover {
  text-decoration: none;
}

.home-page-h1 {
  font-size: 30px;
  margin-top: 50px;
  color: #58585B;
}

.home-page-intro-p {
  padding: 0 15%;
  margin-top: 25px;
  color: #828286;
}

.home-page-info-area {
  margin-top: 50px;
}

.services-info-area p.center {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.promise-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.promise-container .col-md-4 {
  text-align: center;
}

.promise-h2 {
  color: #58585B;
  font-size: 30px;
}

.promise-p {
  color: #828286;
  margin-top: 20px;
}

.promise-ul {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.promise-li {
  color: #58585B;
  margin: 20px;
  height: 30px;
  padding-left: 40px;
  padding-top: 2px;
  font-size: 18px;
}

.joe-pic {
  margin-top: 20px;
  width: 342px;
  height: 353px;
}

.flex-row {
    display: flex;
}

.promise-content {
    width: 60%;
    padding-left: 2.5em;
}

@media (max-width: 768px) {

    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .promise-content {
        width: 100%;
        margin: 0 15px;
    }
    .logo-container, .signature-column {
        float: left;
        margin-left: 15px;
    }

    .mobile-filter {
        -webkit-appearance: none;
        border-radius: 0;
        width: 100%;
        font-size: 16px;
    }
}

.signature-column img:first-child {
    width: 17em;
    height: 100%;
    margin-bottom: 3em;
    display: block;
}

@media(max-width: 992px) {
    .signature-column img:first-child {
        margin-bottom: 2em;
        width: 14em;
    }
}

.logo-container,
.signature-column {
    align-self: start;
    margin-bottom: 1em;
}

.signature-column {
    margin-left: auto;
    margin-right: 2.5em;
}

.signature-column img {
  margin-top: 25px;
  display: block;
}

.signature-printed-name {
  color: #24AC4F;
  font-size: 24px;
  margin: 4px 0 0;
  line-height: 26px;
}

.signature-note {
  font-size: 16px;
  color: #343438;
  margin: 0;
  line-height: 26px;
}

.slick-js-container {
  background: #F6F6F6;
  padding: 0 50px;
}

.slick-js-container h2 {
  color: #58585B;
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
}

.slick-js-content p {
  text-align: center;
}

.handwritten {
  font-family: 'Cedarville Cursive', cursive;
  font-size: 36px;
  color: #4C4C4F;
  padding: 0 10%;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.customer-name {
  color: #24AC4F;
  font-size: 24px;
  margin: 0;
  line-height: 26px;
}

.customer-place {
  color: #9E9E9E;
  margin-bottom: 30px;
}

/* .slick-arrow:nth-of-type(1) {
  position: absolute;
  left: 20px;
  z-index: 1;
}

.slick-arrow:nth-of-type(2) {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 1;
} */

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}

.slick-slide:focus {
    outline: 0;
    border: 0;
 }

.fancybox-gallery h2 {
  color: #58585B;
  font-size: 30px;
  text-align: center;
  margin: 40px;
}

.fancybox-gallery {
  margin-bottom: 30px;
}

.thumbnail {
  padding: 0;
  margin-bottom: 5px;
  min-height: 20em;
  width: 100%;
}

.thumbnail-boxes {
  padding-right: 2.5px;
  padding-left: 2.5px;
}

/************************/
/*** PAGE-GALLERY.PHP ***/
/************************/

div.gallery-container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}

div.gallery-container h2 {
  margin: 20px 0 40px;
}

.grid {
    margin-right: -15px;
    margin-left: -15px;
}

button.gallery {
  margin: 5px;
  border: solid 2px #D9D9D9;
  padding: 10px;
  font-size: 22px;
  color: black;
  background-color: #F6F6F6;
  text-transform: capitalize;
}

button.gallery:focus {
    outline: 0;
}


button.gallery:hover {
  border: solid 2px #8CC63F;
  background: rgba(140,198,63,0.3);
  color: inherit;
}

button.selected {
  background: #8CC63F;
  color: white;
  border: solid 2px transparent;
}

div.button-group {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
flex-wrap: wrap;
}

div.button-group.mobile {
    display: none;
}

@media (max-width: 768px) {
    div.button-group {
      display: none;
    }

    div.button-group.mobile {
        display: flex;
    }
    .handwritten {
        font-size: 24px;
    }
}


.fancybox-container .fancybox-caption-wrap {
  background: #8CC63F;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

div.fancybox-caption {
  font-size: 30px;
}


span.thumbnail-before-tag {
  position: absolute;
  top: 10%;
  left: 3px;
  background: darkred;
  color: white;
  padding: 10px 15px;
  font-weight: bolder;
}

span.fullscreen-before-tag {
  position: fixed;
  bottom: 11.5%;
  left: 50%;
  transform: translateX(-50%);
  background: darkred;
  color: white;
  padding: 20px 30px;
  font-weight: bolder;
  font-size: .75em;
}

div.fancybox-caption-wrap {
  visibility: visible;
  opacity: 1;
}

/************************/
/*** PAGE-CONTACT.PHP ***/
/************************/

.contact-page-container {
  border-top: 1px solid #D9D9D9;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 50px;
}

.contact-page-container h1 {
  font-size: 22px;
  color: #58585B;
}

.contact-page-container .footer-half-border {
  margin-bottom: 10px;
}

.contact-info-desc {
  margin-top: 24px;
}

.contact-info-email,
.fax,
.space-between-email-and-phone .phone-number {
  color: #8CC63F;
}

.contact-info-email:hover {
  text-decoration: none;
  color: #c6793f;
}

.contact-info-desc-span {
  font-weight: bold;
}

@media (max-width:768px) {
    div.fancybox-caption {
      font-size: 18px;
      padding: 8px 0;
    }
    span.fullscreen-before-tag {
        bottom: 40px;
        padding: 12px 30px;
        font-weight: bolder;
        font-size: .75em;
    }
}

input {
  width: 100%;
  border: 2px solid #d0d0d0;
  border-radius: 3px;
  padding: 8px 15px;
}

input.wpcf7-form-control.wpcf7-submit {
  width: auto;
  float: right;
  margin-bottom: 20px;
  background: #8CC63F;
  color: white;
  border: none;
  border-radius: 0;
  margin-top: 15px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background: #c6793f;
}

label {
  width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  resize: none;
  border: 2px solid #d0d0d0;
  padding: 8px 15px;
}

input:focus, textarea.wpcf7-form-control.wpcf7-textarea:focus {
  outline: none !important;
  border-color: #8CC63F;
}

/*********************/
/*** MEDIA QUERIES ***/
/*********************/

@media (min-width: 1383px) {
  .container {
    width: 1366px;
  }
  .banner-text {
    width: 1366px;
  }
}

@media (max-width: 1382px) {
  .signature-column img {
    margin-top: 25px;
  }
  a.email-address {
    font-size: 14px;
  }
  a.phone-number {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .joe-pic {
    margin-top: 60px;
  }
  .contact-info-header {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .signature-column {
    text-align: center;
  }
  .signature-column img {
    margin: auto;
  }
  .joe-pic {
    margin-top: auto;
  }
}

@media (max-width: 850px) {
    .signature-column {
        margin-left: 1em;
    }
}

@media (max-width: 360px) {
  .joe-pic {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .banner img.banner-img {
    height: 321.5px;
  }
  .big-banner-text {
    font-size: 24px;
  }
  .medium-banner-text {
    font-size: 15px;
  }
  .gallery-button {
    font-size: 8px;
    padding: 7px;
  }
  .banner-call-us {
    position: static;
    padding-bottom: 1px;
    width: 100%;
  }
  .banner-text {
    bottom: 35%;
    text-shadow: 1px 1px 1px #000;
  }
  .gallery-button {
    font-size: 12px;
    padding: 10.5px;
    text-shadow: none;
  }
  .gallery-button-container {
    margin-top: 25px;
  }
  .navbar-nav {
    padding-top: 0;
  }
  .banner-text {
    margin-left: 40px;
  }
  button.gallery {
      font-size: 15px;
      width: 30%;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .slick-arrow:nth-of-type(1) {
    left: -30px;
  }
  .slick-arrow:nth-of-type(2) {
    right: -30px;
  }
}

.slick-arrow:nth-of-type(1) {
  left: 0px;
}
.slick-arrow:nth-of-type(2) {
  right: 0px;
}


/* @media screen and (min-width: 768px) {
   a[href*="tel:"] {
       cursor: default;
       pointer-events: none;
       color: white;
   }
   a:hover[href*="tel:"] {
       color: white;
   }
} */

.thumbnail a>img, .thumbnail>img {
    height: 25em;
    object-fit: cover;
    width: 100%;
}

html.touch form,
html.touch form input,
html.touch form textarea,
html.touch form select {
    font-size: 16px;
}

@media (max-width: 540px ) {
    .home-page-intro-p {
        padding: 0 15px;
    }
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 2px;
}

.nice-select .option:hover {
    background-color: #8cc63e;
    color: #fff;
}

.footer-link-hover:hover {
    color: #8CC63F !important;
    text-decoration: none;
}
