/* _settings.scss */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
/* page classes */
.site-content {
  padding: 20px 0;
  background-color: #fefefe;
}

.fa {
  padding: 0px 10px 0px 0px;
  width: 25px;
}

/* font classes */
.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 100;
}

.letter-spacing {
  letter-spacing: 1px;
}

html,
body {
  background-color: #fff;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

a {
  color: rgba(117, 58, 34, 0.81);
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #2b2b2b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
}

header.site-header {
  min-height: 50px;
  padding: 20px 0px;
  background: #4D83E6;
  margin-bottom: 6px;
}
header.site-header .wrapper-logo {
  height: 100%;
  overflow: hidden;
}
header.site-header .wrapper-logo img {
  width: 100%;
  max-width: 100%;
}
header.site-header .toggle-menu {
  display: none;
  text-align: right;
}
header.site-header .toggle-menu .fa {
  font-size: 30px;
  border: 1px solid #fff;
  color: #fff;
  width: 44px;
  padding: 3px 8px;
  border-radius: 6px;
}
@media (max-width: 1023px) {
  header.site-header .toggle-menu {
    display: block;
  }
}
header.site-header .wrapper-main-menu ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1023px) {
  header.site-header .wrapper-main-menu ul {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
    right: 0;
    top: 51px;
    padding: 15px 10px;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 360px;
  }
}
@media (max-width: 767px) {
  header.site-header .wrapper-main-menu ul {
    width: 270px;
  }
}
header.site-header .wrapper-main-menu ul > li {
  float: left;
  background: #FEEA3A;
  margin: 0px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  header.site-header .wrapper-main-menu ul > li {
    float: none;
    clear: both;
    background: #fff;
    box-shadow: 3px 4px 5px 0 transparent;
  }
}
header.site-header .wrapper-main-menu ul > li > a {
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  line-height: 24px;
  margin: 0px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 24px;
  color: #333;
}
header.site-header .wrapper-main-menu ul > li > ul {
  display: none;
  position: absolute;
  top: 40px;
  padding-top: 15px;
  z-index: 10001;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  header.site-header .wrapper-main-menu ul > li > ul {
    position: static;
    padding-top: 5px;
    padding-bottom: 15px;
    border: 0px;
  }
}
header.site-header .wrapper-main-menu ul > li > ul > li {
  padding: 5px 15	px;
  float: none;
  clear: both;
}
@media (max-width: 1023px) {
  header.site-header .wrapper-main-menu ul > li > ul > li {
    padding: 1px;
  }
}
header.site-header .wrapper-main-menu ul > li > ul > li a {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}
header.site-header .wrapper-main-menu ul > li > ul > li.product-box {
  min-height: auto;
  margin-bottom: 0;
}
header.site-header .wrapper-main-menu ul > li:hover {
  background: #e5d121;
}
@media (max-width: 1023px) {
  header.site-header .wrapper-main-menu ul > li:hover {
    background: #fff;
  }
}
header.site-header .wrapper-main-menu ul > li:hover > ul {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer.site-footer {
  background-color: #3271E3;
  padding: 20px 0px;
  margin-top: 20px;
}
footer.site-footer .wrapper-info-data p {
  color: #fff;
  font-size: 18px;
}
footer.site-footer .wrapper-info-data p .fa {
  float: left;
  font-size: 36px;
  width: 60px;
  padding-top: 8px;
  text-align: center;
}
footer.site-footer .wrapper-info-data p a {
  color: #fff;
}
footer.site-footer .wrapper-info-data img {
  height: 40px;
  margin-left: 5px;
  margin-bottom: 10px;
}
footer.site-footer .wrapper-copyright p {
  color: #fff;
  font-size: 12px;
  vertical-align: bottom;
}

.product-box {
  min-height: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.product-box .over {
  background-color: rgba(58, 73, 95, 0.5);
  width: 100%;
  height: 250px;
  cursor: pointer;
  border: 1px solid #4d617f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.product-box .over .title {
  text-align: center;
  font-size: 27px;
  line-height: 35px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25%;
  display: inline-block;
  width: 70%;
  margin-left: 15%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box .over button {
  visibility: hidden;
  margin-left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  border: none;
  background: transparent;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background: #FEEA3A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
}
.product-box .over:hover {
  background-color: rgba(78, 183, 254, 0.85);
  border: 1px solid #ececec;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box .over:hover .title {
  color: #fefefe;
  margin-top: 13%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box .over:hover button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  background: rgba(255, 255, 255, 0.7);
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  background: #FEEA3A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
}

.page .page-title {
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #4d617f;
  margin-bottom: 30px;
}

.page p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.contact-page .one-row {
  color: #0a0c10;
  clear: both;
  margin-bottom: 15px;
}
.contact-page .one-row .fa {
  float: left;
  font-size: 36px;
  width: 60px;
  padding-top: 8px;
  text-align: center;
}
.contact-page .one-row span {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
  z-index: 1000008;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lightbox .wrapper {
  position: relative;
  width: 40%;
  margin-left: 30%;
  height: 60%;
  margin-top: 10%;
  background: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Oswald", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
@media (max-width: 1500px) {
  .lightbox .wrapper {
    width: 80%;
    margin-left: 10%;
    height: 80%;
  }
}
@media (max-width: 1023px) {
  .lightbox .wrapper {
    width: 80%;
    margin-left: 10%;
    height: 80%;
  }
}
@media (max-width: 767px) {
  .lightbox .wrapper {
    width: 90%;
    margin-left: 5%;
    height: 90%;
  }
}
.lightbox .wrapper .subtitle {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .lightbox .wrapper .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.lightbox .wrapper .fa {
  padding: 0px;
  position: absolute;
  right: -15px;
  font-size: 41px;
  line-height: 34px;
  top: -15px;
  background: #fff;
  width: 35px;
  color: #212936;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.lightbox .wrapper .title {
  font-size: 40px;
  line-height: 50px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 1023px) {
  .lightbox .wrapper .title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .lightbox .wrapper .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.lightbox .wrapper .wc {
  height: 100%;
  overflow-y: auto;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding-right: 20px;
}

::-webkit-scrollbar {
  width: 8px;
  /* for vertical scrollbars */
  height: 8px;
  /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

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

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

.text-right {
  text-align: right !important;
}

.one-news .image-wrapper {
  width: 160px;
  height: 150px;
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}
.one-news .image-wrapper .image {
  background-position: center center;
  background-size: cover;
  width: 140px;
  height: 140px;
}
.one-news .image-wrapper .fa {
  font-size: 110px;
  width: 150px;
  text-align: center;
  height: 150px;
  padding-top: 10px;
  color: #1d2530;
}
