/*Common style
=======================================*/
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  color: #636363;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: inherit;
  margin-bottom: 1.25rem;
}

.h1, h1 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.h2, h2 {
  font-size: 2.75rem;
  margin-bottom: 1rem;
}

.h3, h3 {
  font-size: 1.575rem;
}

ol, ul {
  list-style: none outside none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

:focus {
  outline: 0 none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #cb9c12;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover {
  color: #cb9c12;
  text-decoration: underline;
}

b, strong {
  font-weight: 700;
}

.small, small {
  font-size: 0.75rem;
}

.smaller {
  font-size: 1rem;
}

img {
  max-width: 100%;
}

.swatch-200 {
  color: #ABB1BA;
}

@media (max-width: 768px) {
  .h1, h1 {
    font-size: 1.5rem;
  }

  .h2, h2 {
    font-size: 1.575rem;
  }

  .lead {
    font-size: 1rem;
  }

  .small, small {
    font-size: 0.75rem;
  }
}
/* Header
=======================================*/
#header {
  position: relative;
  z-index: 999;
}
#header .top-header {
  padding: 0.5rem;
  background: #c3beb8;
  font-size: 1rem;
  color: #fff;
}
#header .top-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .top-header ul li {
  display: inline-block;
  margin-left: 1.5625rem;
}
#header .top-header ul li.social {
  font-size: 1rem;
}
#header .top-header ul li.social:last-child {
  margin-left: 0.625rem;
}
#header .top-header a {
  color: inherit;
}
#header #main_header {
  background: #fff;
  z-index: 9999;
}
#header #main_header.element-is-sticky {
  box-shadow: 0 0 3px #636363;
}

#logo {
  line-height: 0;
  margin: 0;
}

/*Main menu */
.navbar-expand-md {
  background: transparent !important;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: inherit;
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 1rem;
  padding-left: 0.78125rem;
  padding-right: 0.78125rem;
}
@media (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
  }
}
@media (min-width: 800px) {
  .navbar-light .navbar-nav > li:last-child > a {
    padding-right: 0;
  }
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #cb9c12;
}

@media (max-width: 767px) {
  .bg-main-nav {
    background: #c3beb8;
  }
}
/* Home page
=======================================*/
/* Footer
=======================================*/
#footer {
  font-size: 0.875rem;
  background: #f5f5f5;
  padding-top: 2.5rem;
}
#footer .widget {
  margin-bottom: 2.5rem;
}
#footer .widget h3.widgettitle {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
}
#footer .widget h3.widgettitle:after {
  background-color: #4c4c4c;
  position: absolute;
  bottom: 0;
  display: block;
  width: 35px;
  height: 2px;
  content: "";
  left: 0;
}

/* Utilities
=====================================*/
/* Form style
=======================================*/
button, input, optgroup, select, textarea {
  border: 1px solid #e1e1e1;
  min-height: 48px;
  padding: 0 0.75rem;
  border-radius: 0;
  max-width: 100%;
}

.btn-group-lg > .btn, .btn-lg {
  border-radius: 0;
  font-size: 1.125rem;
}

.btn-outline-dark {
  color: #262626;
  border-color: #262626;
}

.subscribe-form span.wpcf7-not-valid-tip {
  position: absolute;
}

.contact-form label,
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Others
=====================================*/
.subcontent-box {
  padding: 1.875rem;
}
@media (max-width: 768px) {
  .subcontent-box {
    padding: 1.875rem 0.9375rem;
  }
}
.subcontent-box .wpb_wrapper {
  margin-left: auto;
}
.subcontent-box h2 span {
  font-size: 3.4375rem;
}
@media (max-width: 768px) {
  .subcontent-box h2 span {
    font-size: 1.96875rem;
  }
}

.intro-content {
  border: 0;
  margin: 0;
  padding: 0 10% 0;
}
@media (max-width: 768px) {
  .intro-content {
    padding: 0.9375rem;
  }
}
.intro-content h3 {
  margin-bottom: 1.875rem;
}
.intro-content .aligncenter {
  margin-top: 2.5rem;
}

.subscribe-form {
  margin-top: 1.5625rem;
}
.subscribe-form .wpcf7-form-control-wrap {
  padding-right: 1rem;
  max-width: 310px;
}
@media (max-width: 768px) {
  .subscribe-form .wpcf7-form-control-wrap {
    max-width: 230px;
  }
}

body .foogallery.fg-loaded-fade-in .fg-item-inner {
  border: 1.5px solid #fff;
}

h2.vc_custom_heading {
  font-size: 2.25rem;
}

.contact-form button, .contact-form input, .contact-form optgroup, .contact-form select, .contact-form textarea {
  background: #f5f5f5;
  border: 0;
  border-radius: 0;
}
.contact-form .button {
  background: #c3beb8;
  color: #fff;
}

.one_half_box .wpb_wrapper {
  width: 100%;
  padding: 0 0.9375rem;
}

.fullimg * {
  width: 100%;
}

.aligncenter {
  margin: 0pt auto;
  display: block;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 1rem;
}

.alignleft {
  display: block;
  float: right;
  margin-left: 1rem;
}

.text-uppercase {
  text-transform: uppercase;
}

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