/* ==========================================================================
   General
/* ========================================================================== */
html, body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  color: #1F2224;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 1.8;
}

a {
  color: #1F2224;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: Montserrat, sans-serif;
}

img,
iframe {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

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

.bg-grey {
  background-color: rgb(120, 120, 120) !important;
}

.bg-light {
  background-color: rgb(235, 236, 240) !important;
}

.bg-dark {
  background-color: #1F2224 !important;
}

.bg-tan {
  background-color: #EDECE2 !important;
}

.bg-light-green {
  background-color: #a4a987 !important;
}

.btn-outlined {
  display: inline-block;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outlined:hover {
  background-color: #fff;
  color: #1F2224;
}

.btn-outlined-dark {
  display: inline-block;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  border: 1px solid #1F2224;
  color: #1F2224;
}
.btn-outlined-dark:hover {
  background-color: #1F2224;
  color: #fff;
}

.tan {
  color: #EDECE2;
}

/* ==========================================================================
   Header
/* ========================================================================== */
#header-wrapper {
  padding: 10px 0;
  position: relative;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
}

#logo {
  max-width: 260px;
}

/* ==========================================================================
   Navigation
/* ========================================================================== */
.main-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav li {
  margin-left: 30px;
}
.main-nav li a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #a4a987;
  text-transform: uppercase;
}
.main-nav li a:hover {
  color: #66592A;
}

/* ==========================================================================
   Home
/* ========================================================================== */
#slides {
  padding-top: 40%;
  position: relative;
}
#slides .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#slides .slide .slide-inner {
  float: left;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* ==========================================================================
   Content
/* ========================================================================== */
#page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 400px;
  background: url("../img/main.webp") center/cover;
}
#page-header h1.page-title {
  position: relative;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  margin: 40px 0 0;
}
#page-header:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(31, 34, 36, 0.4);
  z-index: 0;
}

.featured-image img {
  height: auto;
  margin-bottom: 30px;
}

/* ==========================================================================
   BLOG
/* ========================================================================== */
.article-photo {
  position: relative;
  padding-top: 80%;
  background-position: center;
  background-size: cover;
}
.article-photo a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
}

/* Pagination */
.pagination {
  margin-top: 20px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.pagination li {
  float: left;
}

.pagination li span,
.pagination li a {
  display: block;
  padding: 5px 10px;
  margin-right: 2px;
  background: #e2e2e2;
  text-decoration: none;
}

.pagination li span {
  background: #f3f3f3;
}

.pagination .next,
.pagination .prev {
  position: relative;
  top: auto;
  margin: 0 2px 0 0;
  right: auto;
  left: auto;
}

/* ==========================================================================
   Forms
/* ========================================================================== */
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px !important;
  height: 50px !important;
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
}
form textarea {
  display: block;
  height: 100px !important;
  padding: 6px 10px;
  font-size: 14px;
}
form input[type=submit],
form input[type=reset],
form button[type=submit] {
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 10px 20px !important;
  height: 50px !important;
  background: #1F2224 !important;
  color: #fff !important;
  text-transform: uppercase;
}
form button {
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  border: 0 !important;
  box-shadow: none !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin: 0 !important;
}

.with_frm_style .vertical_radio .frm_checkbox {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

/* ==========================================================================
   Footer
/* ========================================================================== */
#footer-wrapper {
  font-weight: 300;
  font-size: 12px;
  border-top: 1px solid rgb(235, 236, 240);
}
#footer-wrapper a {
  color: #a4a987;
}
#footer-wrapper a:hover {
  color: #66592A;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */

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