/*
Theme Name: Ceonogy BDS 3
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/*mobile*/
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
  width: 80%;
}

@media only screen and (max-width: 48em) {
  .footer-middle .col {
    padding-bottom: 0;
  }
  .repsonsive-col > .col-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*mobile*/
/*home banner*/
.home #content {
  padding-top: 0;
}

/*home banner*/
/*box shadow*/
.box-shadow-grey, .box-shadow-col > .col-inner {
  box-shadow: 0 0 5px #ccc;
}

/*box shadow*/
/*padding styles*/
.no-padding-bottom, .no-padding-bottom.col {
  padding-bottom: 0;
}

/*padding styles*/
.no-margin, .no-margin h4 {
  margin-top: 0;
}

/*blog posts fix*/
.one-col-blog-posts, .related-products-wrapper {
  background-color: #fff;
}

.one-col-blog-posts h3, .related-products-wrapper h3 {
  padding: 0 35px;
  padding-top: 8px;
}

.one-col-blog-posts h3 .section-title-main, .related-products-wrapper h3 .section-title-main {
  border: none;
}

.one-col-blog-posts .flickity-button, .related-products-wrapper .flickity-button {
  border-radius: 0;
}

.one-col-blog-posts.row, .related-products-wrapper .row {
  margin-top: 0px !important;
}

.one-col-blog-posts > .col, .related-products-wrapper > .col {
  padding: 0;
}

/*blog posts fix*/
/*slider and scroll bar fix*/
.slider > .flickity-prev-next-button svg {
  width: 25px !important;
  border: 0 !important;
  padding: 5px;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
  margin-top: 0;
}

.slider .flickity-prev-next-button .flickity-button-icon {
  left: 50%;
  top: 50%;
}

.slider .flickity-page-dots {
  left: 0;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #118264;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

/*slider and scroll bar*/
/*vertical product category menu*/
.vertical-product-category-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vertical-product-category-menu-wrapper ul li {
  padding-left: 0;
  padding: 8px 4px;
  margin-bottom: 0;
  margin-left: 0 !important;
}
.vertical-product-category-menu-wrapper ul li a {
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 0;
}
.vertical-product-category-menu-wrapper ul li img {
  margin-right: 8px;
}
.vertical-product-category-menu-wrapper ul li .icon-angle-down {
  top: 2px;
  margin-right: -0.1em;
  margin-left: auto;
}
.vertical-product-category-menu-wrapper ul li .icon-angle-down:before {
  content: "\f105";
}
.vertical-product-category-menu-wrapper ul li .nav-dropdown-default li {
  border-bottom: 1px solid #ececec;
}
.vertical-product-category-menu-wrapper ul li .nav-dropdown-default li a {
  border: none;
}

/*vertical product category menu*/
/*icon title*/
.icon-title .icon-box-text, .two-col-with-title .icon-box-text, .one-col-with-title .icon-box-text {
  margin-bottom: 15px;
}
.icon-title .icon-box-text p, .two-col-with-title .icon-box-text p, .one-col-with-title .icon-box-text p {
  margin-left: -42px;
}
@media only screen and (max-width: 48em) {
  .icon-title .icon-box-text p, .two-col-with-title .icon-box-text p, .one-col-with-title .icon-box-text p {
    margin-top: 8px;
  }
}
.icon-title .icon-box-text h3, .two-col-with-title .icon-box-text h3, .one-col-with-title .icon-box-text h3 {
  margin-bottom: 0;
}

/*icon title*/
/*limit text to 3 lines*/
.limit-2-lines, .slider-style-tr-btn p.product-title a, .limit-3-lines {
  word-wrap: break-word;
  overflow: hidden;
  max-height: 32.8px;
  line-height: 16.4px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limit-3-lines {
  max-height: 49.2px;
}

/*limit text to 3 lines*/
/*left right vertical button for slider*/
/*left right vertical button for slider*/
/*top right control button for slider*/
.slider-style-tr-btn {
  overflow: inherit;
}
.slider-style-tr-btn button.flickity-button.flickity-prev-next-button {
  background: #fff;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  width: 30px !important;
  height: 30px;
  opacity: 1 !important;
  transform: translate(0);
  box-shadow: none;
  top: -40px;
  min-height: 30px;
}
.slider-style-tr-btn button.flickity-button.flickity-prev-next-button.previous {
  left: calc(100% - 75px) !important;
}
.slider-style-tr-btn button.flickity-button.flickity-prev-next-button.next {
  right: 10px !important;
}
.slider-style-tr-btn p.product-title a {
  max-height: 36.8px;
  line-height: 18.4px;
}

/*top right control button for slider*/
/*two columns layout with title*/
.two-col-with-title > .col > .col-inner {
  min-height: 359px;
}

.two-col-with-title > .col > .col-inner, .one-col-with-title > .col > .col-inner {
  box-shadow: 0 0 5px #ccc;
}

/*two columns layout with title*/
/*one column layout with title*/
/*one column layout with title*/
/*footer styles*/
.absolute-footer {
  background: #0f896e;
  box-shadow: 0 0 1px #000;
  padding-bottom: 0;
}
.absolute-footer .footer-secondary.pull-right {
  margin-bottom: 5px;
}
.absolute-footer .footer-primary.pull-left {
  margin-top: 12px;
}

.footer-middle {
  color: #fff;
}
.footer-middle .ux-menu-title, .footer-middle h4 {
  color: #fff;
  font-size: 1em;
  min-height: 3em;
  text-transform: uppercase;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.footer-middle .social-icons {
  font-size: 1em;
}
.footer-middle a:hover {
  color: #fff6f0 !important;
  text-shadow: 0 0 3px #ccc;
}
.footer-middle p {
  margin-bottom: 0.6em;
}

.linear-default {
  background: linear-gradient(45deg, #118264, #009688);
  padding: 15px;
}

/*footer styles*/
.no-border-bottom h4, .no-border-bottom h3, .no-border-bottom h2, .no-border-bottom h1 {
  border-bottom: none;
}

.green-title .section-title-main {
  background: #068f7c;
  color: #fff;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .home-banner.section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-banner .slider img {
    height: 160px;
  }
  .home-banner .slider .flickity-viewport {
    height: 170px !important;
  }
  .rem-search-3 .rem-search-tab-item {
    margin: 0;
  }
  .rem-search-3 .searcher > .row {
    display: flex;
    flex-direction: column;
  }
  .single-rem_property #main > section > div > .row {
    margin: 0;
  }
  .single-rem_property #main .type-rem_property {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !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.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;
}

.rem-style-2 .content-container h2 {
  min-height: 39.59px;
}

.search-field.property_country_iso {
  display: none;
}

.rem-search-tab .rem-search-tab-link {
  background-color: #fff !important;
  color: #000 !important;
}
.rem-search-tab .rem-search-tab-link.active-tab {
  color: #fff !important;
  background-color: rgb(17, 130, 100) !important;
}

.ich-settings-main-wrap .btn-default, .ich-settings-main-wrap .btn {
  background-color: rgb(17, 130, 100) !important;
  color: #fff !important;
}

.custom-pd-bottom.col {
  padding-bottom: 14.2px;
}

.property-box-intro {
  position: relative;
  overflow: hidden;
}
.property-box-intro:hover .box-text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 15px !important;
  bottom: 0 !important;
  padding-bottom: 20px !important;
}
.property-box-intro:hover .box-text p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.property-box-intro:hover .box-text h4 {
  padding-top: 0;
}
.property-box-intro .box-text {
  background: rgba(17, 130, 100, 0.6);
  padding: 10px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  position: absolute;
  bottom: 0px;
}
.property-box-intro .box-text h4 {
  padding-top: 10px;
  color: #fff;
}
.property-box-intro .box-text p {
  color: #fff;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
}

.clean-title h4 {
  margin: 0;
  padding: 0;
  border: none;
}
.clean-title .section-title-main {
  border-color: #10795d;
}

.circle-image img {
  border-radius: 100%;
}
.circle-image .icon-box-img {
  margin-bottom: 0 !important;
}

.home .info-section > .col, .home .info-section .post-item {
  padding-bottom: 0;
}
.home .rem-style-2 .img-container img {
  height: 250px;
}

/*# sourceMappingURL=style.css.map */
