/*
Theme Name: Margarita
Author: Digital Onpoint
Author URI: https://www.digitalonpoint.co.ke/
Description: Wordpress site for Margarita house
Version: 1.0
Text Domain: margarita
*/
body {
  font-family: "Montserrat", sans-serif;
}

b, strong {
  font-weight: 500;
}

a.plain {
  text-decoration: none;
  color: initial;
}

html,
body {
  height: 100%;
  padding-top: 77px;
}

.has-text-align-center {
  text-align: center !important;
}

.submit-a {
  height: calc(1.5em + 0.75rem + 2px);
}

.background-primary {
  background: #174784;
}

.title-holder {
  background-color: #f7f7f9;
}

.offset-book-form {
  position: relative;
  top: -2em;
}

nav {
  background: #174784;
  background-color: #174784;
  color: #fff;
}

.navbar {
  padding: 1.5rem 1rem;
  -webkit-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

.affix {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

section {
  min-height: calc(100% - 70px);
}

form .input-group-text {
  cursor: pointer;
}

#nav {
  min-height: 100% !important;
}
#nav .marg-navigation {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#nav .nav-link.marg-navigation-active,
#nav .nav-item.marg-navigation-active,
#nav .nav-item.marg-navigation-item:hover {
  background: #fff;
  color: #174784;
}
#nav .nav-link.marg-navigation-active a,
#nav .nav-item.marg-navigation-active a,
#nav .nav-item.marg-navigation-item:hover a {
  color: #174784;
}
#nav .nav-item.marg-navigation-item {
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
#nav .navbar-brand,
#nav .logo-img {
  width: 260px;
}
#nav #navbarSupportedContent ul li:last-child {
  background-color: #f2f2f6;
}
#nav #navbarSupportedContent ul li:last-child a.marg-navigation {
  color: #174784;
  font-weight: 800;
}

#introduction {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#introduction .container-fluid,
#introduction .intro-container {
  height: 100%;
}

.home-cta {
  background: #f7f7f9;
  padding: 20px;
  color: #174784;
  font-weight: bold;
}
.home-cta button {
  color: #fff;
  background: #174784;
  padding: 10px 30px;
  border-radius: 5px;
}

#display-suites {
  background: #174784;
}
#display-suites .suite-container {
  height: 100%;
  padding-bottom: 15px;
}
#display-suites .suite-image {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
#display-suites .content h1,
#display-suites .content h2,
#display-suites .content h3,
#display-suites .content h4,
#display-suites .content h5,
#display-suites .content h6 {
  color: #174784;
  font-weight: bold;
}
#display-suites .content p,
#display-suites .content a {
  font-size: 0.7em;
}
#display-suites .content .link-button {
  background: #174784;
  color: #fff;
  width: 70%;
  padding: 5px;
}
#display-suites .display-suite-border {
  border: 1px solid #174784;
  border-left: 0;
  padding-top: 1.5rem !important;
  background: #fff;
}
#display-suites .display-suite-border:last-child {
  border-right: 0;
}
@media (max-width: 768px) {
  #display-suites .display-suite-border {
    border: 1px solid #174784;
    border-left: 0;
    border-right: 0;
    padding-top: 1.5rem !important;
  }
}
#display-suites .inset-triangle {
  height: 10px;
  width: 10px;
  border: 1px solid #174784;
  border-top: 0;
  border-left: 0;
  position: relative;
  left: calc(50% - 5px);
  top: calc(-1.5rem - 5px);
  transform: rotate(45deg);
  background: #174784;
}

.preview-link-button, .invert-preview-link-button {
  background: #fff;
  color: #174784;
  border: 2px solid #174784;
  padding: 5px 10px;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.preview-link-button:hover, .invert-preview-link-button:hover {
  background: #174784;
  color: #fff;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.invert-preview-link-button {
  background: #174784;
  color: #fff;
}

.invert-preview-link-button:hover {
  background: #fff;
  color: #174784;
}

#service-preview .underline {
  background: #fff;
  height: 2px;
  width: 40%;
}
#service-preview .preview-headers {
  background-color: #174784;
  color: #fff;
  padding: 15px;
}
#service-preview .preview-header {
  font-weight: 500;
  cursor: pointer;
}
#service-preview .preview-desc {
  background: #fff;
  padding: 50px 22px;
  color: #174784;
  height: 350px;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 22px 4px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 8px 22px 4px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 8px 22px 4px rgba(0, 0, 0, 0.19);
}
@media (max-width: 576px) {
  #service-preview .preview-desc {
    -webkit-box-shadow: 0px 8px 22px 4px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 8px 22px 4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 8px 22px 4px rgba(0, 0, 0, 0.19);
  }
}
#service-preview .preview-image {
  height: 350px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#service-preview .bottom-right-triangle {
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 0 55px 350px 0;
  border-color: transparent #fff transparent transparent;
}
#service-preview .bottom-right-triangle-bottom {
  height: 350px;
  width: 55px;
  position: absolute;
  right: 0px;
}

footer {
  background-color: #f7f7f9;
  color: #174784;
}
footer li {
  list-style-type: none;
}
footer a {
  text-decoration: none;
  color: #174784;
}
footer a:hover {
  text-decoration: none;
  color: #174784;
}
@media (max-width: 992px) {
  footer {
    text-align: center !important;
  }
  footer .center-mobile {
    display: flex;
    justify-content: center;
  }
}

#top .top-image {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#meals .meal-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
#meals .content-container {
  color: #174784;
  border: 1px solid #174784;
  display: grid;
  height: 100%;
  padding: 15px;
}
#meals .meal-item {
  background-color: #f7f7f9;
}
#meals .meal-desc {
  padding: 30px;
}

#suites .suite-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
#suites .content-container {
  height: 100%;
  border: 1px solid #174784;
  padding: 15px;
  display: grid;
}
#suites .suite-item {
  background-color: #fff;
}
#suites .suite-desc {
  padding: 30px;
}

#conference .service-container {
  background: #174784;
  color: #fff;
  padding: 4em 1em;
  height: 100%;
}

#gallery .gallery-controller {
  color: #174784;
  cursor: pointer;
  border-left: 2px solid #174784;
  padding-left: 12px;
}
#gallery .images-container {
  display: none;
}
#gallery .images-container.active-gallery {
  display: block !important;
}

#single-suite .amenity-img-container {
  height: 80px;
}
#single-suite .amenity-img-container img {
  height: 100% !important;
}

.marg-form-label {
  color: #9a9a9a;
  font-size: 15px;
  width: 100%;
}

.marg-input {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.marg-submit {
  background: #174784;
  padding: 20px 30px;
  border-radius: 7px;
  color: #fff;
}

.false-book-form {
  background-color: #174784;
  border-radius: 6px;
  -webkit-box-shadow: 0px 9px 6px -3px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 9px 6px -3px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 9px 6px -3px rgba(0, 0, 0, 0.56);
}
.false-book-form .input-group,
.false-book-form .submit-btn {
  margin: 0.5em 0;
}
.false-book-form .submit-btn {
  text-decoration: none;
  background: #fff;
  color: #174784;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.false-book-form .submit-btn:hover {
  background: #174784;
  color: #fff;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.wpcf7 {
  margin: 20px 0;
  padding: 10px;
}

.wpcf7-not-valid-tip {
  color: red;
}

.screen-reader-response,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green;
  margin: 20px 0;
}

.wpcf7-list-item {
  display: block;
}

.fotorama__nav--thumbs {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  top: -68px;
}

/*# sourceMappingURL=style.css.map */
