/*
Theme Name: Ceonogy ELE 5
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .promo-img img {
    object-position: 13.5% 50%;
  }
  .home-banner.section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-banner .promotion-news > .col-inner > .row > .col.post-item:last-child {
    padding-bottom: 15px;
  }
  .home-banner .slider img {
    height: 160px;
  }
  .home-banner .slider .flickity-viewport {
    height: 170px !important;
  }
}
.header-main .searchform-wrapper.ux-search-box.relative.is-normal:not(.form-flat) form.searchform {
  background: #fff;
  border: 2px solid #ff6a00;
  border-radius: 100px;
  padding-left: 25px;
}
.header-main .searchform-wrapper.ux-search-box.relative.is-normal:not(.form-flat) form.searchform button {
  border-radius: 80px;
}

.home-banner .promotion-news h3 {
  font-size: 1em;
  padding-left: 10px;
  background: #ff6a00;
  color: #fff;
}
.home-banner .promotion-news h5.post-title {
  text-shadow: 0 0 5px #000;
  font-size: 1em;
}
.home-banner .promotion-news .col.post-item {
  padding-bottom: 35px;
}
.home-banner.section {
  box-shadow: 0 0 5px #ccc;
  padding-bottom: 0 !important;
}
.home-banner.section > .section-content > .row > .col {
  padding-bottom: 0;
}
@media screen and (min-width: 850px) {
  .home-banner.section .large-3 {
    flex-basis: 18.8%;
    max-width: 18.8%;
  }
}
@media screen and (min-width: 850px) {
  .home-banner.section .large-7 {
    flex-basis: 64.5355555%;
    max-width: 64.5355555%;
  }
}

#wrapper, #main {
  background-color: #f9f9f9;
}

/*# sourceMappingURL=style.css.map */
