/********************************
components
********************************/
/********************************
header
********************************/
.site-header {
  background-color: #ffd800;
}

.site-header > a {
  display: block;
  float: left;
}

@media (max-width: 980px) {
  .site-header > a {
    float: none;
  }
}

.site-header > a > img {
  width: auto;
  height: 60px;
}

@media (max-width: 980px) {
  .site-header > a > img {
    width: 100%;
    height: auto;
  }
}

.site-header .top-header {
  display: none;
}

@media (max-width: 980px) {
  .site-header .top-header {
    display: block;
  }
}

.site-header #sticky_header {
  background-color: #ffd800;
}

.site-header #sticky_header .container {
  max-width: none;
}

.site-header #sticky_header .nav-site-title {
  padding: 15px;
}

.site-header .nav-menu {
  float: right;
}

.site-header .custom-logo {
  width: auto;
  height: 60px;
  float: left;
  opacity: 1;
}

.site-header .custom-logo > a {
  display: block;
}

/********************************
footer
********************************/
footer#colophon {
  background-color: #f0e7e8;
}

footer#colophon .widget-wrap {
  background-color: transparent;
  border: none;
}

footer#colophon .column-4 {
  border-color: #000000;
}

footer#colophon .site-info {
  display: none;
}

footer .footer__tagline {
  padding-bottom: 0;
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 32px;
}

/********************************
modules
********************************/
/********************************
custom title
********************************/
.custom-title__title::after {
  content: '';
  display: block;
  width: 70%;
  max-width: 280px;
  height: 2px;
  background-color: #466553;
}

/********************************
custom sibscribe
********************************/
.custom-subscribe {
  max-width: 800px;
  margin: auto;
  text-align: center;
  color: #ffffff;
}

.custom-subscribe .elementor-widget-container h5 {
  display: none;
}

.custom-subscribe #subscribe-email input {
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  outline: 0;
}

.custom-subscribe #subscribe-submit button {
  min-width: 140px;
  padding: 10px 15px;
  background-color: #dfbcba;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  outline: 0;
}

/********************************
plugins
********************************/
/********************************
recent post slider
********************************/
.wppsac-post-carousel.design-1 .wppsac-post-title {
  padding-bottom: 5px;
}

.wppsac-post-carousel.design-1 .wppsac-sub-content {
  line-height: 1.5;
}

.wppsac-post-carousel.design-1 .slick-arrow {
  top: -30px !important;
  height: 30px;
  background-size: 15px !important;
}

.wppsac-post-carousel.design-1 .slick-prev {
  left: auto !important;
  right: 50px;
}

.wppsac-post-carousel.design-1 .slick-next {
  right: 10px !important;
}
/*# sourceMappingURL=style.css.map */