/*
Theme Name: Ceonogy ELE 4
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  ***************/
  #top-bar {
    display: none;
  }
  .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    width: 100%;
  }
  .nk_tooltip_content span {
    color: #000 !important;
  }
  .nk_tooltip_content span:first-child {
    font-weight: bolder;
  }
  .footer-notes {
    padding-left: 15px;
  }
}
/*hotline top-bar*/
.nk_tooltip a:link {
  color: #fff;
}

.nk_tooltip .icon {
  margin-top: 6px;
  float: left;
  height: 36px;
  line-height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  vertical-align: middle;
  margin-right: 4px;
}

.nk_tooltip .nk_tooltip_content {
  float: right;
  width: 125px;
  height: 40px;
}

.nk_tooltip .nk_tooltip_content span:nth-child(1) {
  font-size: 100%;
  color: yellow;
}

.nk_tooltip span {
  display: block;
}
.nk_tooltip span:nth-child(1) {
  font-weight: bolder;
}

/*hotline top-bar*/
/*blog posts fix*/
.one-col-blog-posts {
  background-color: #fff;
}
.one-col-blog-posts h3 {
  padding: 0 35px;
  padding-top: 8px;
}
.one-col-blog-posts h3 .section-title-main {
  border: none;
}
.one-col-blog-posts .flickity-button {
  border-radius: 0;
}
.one-col-blog-posts.row {
  margin-top: 30px !important;
}
.one-col-blog-posts > .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: #0693e3;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

/*slider and scroll bar*/
.home .banner h3 {
  line-height: 1.6em;
}
.home .banner p {
  font-size: 20px;
}

#header {
  box-shadow: 0 0 2px #000;
}

.section .scroll-for-more {
  margin: 0;
  border: 0;
  opacity: 1;
  color: #fff !important;
}
.section .scroll-for-more i {
  padding: 0;
  margin: 0 !important;
  text-align: center;
  font-size: 1.5em;
}
.section .scroll-for-more:hover {
  color: #fff;
  background: transparent !important;
}
.section .scroll-for-more.blue {
  color: #0693e3 !important;
  bottom: -40px;
}
.section .scroll-for-more.blue.partner {
  bottom: -80px;
}

.experience-blocks .col-inner > .banner h4, .experience-blocks .col-inner > .banner p {
  color: #333333;
}
.experience-blocks .col-inner > .banner:hover {
  transform: scaleY(1.05);
  transition: 0.6s ease-in;
  z-index: 1;
}
.experience-blocks .col-inner > .banner:hover .text-box {
  z-index: 1;
}
.experience-blocks .col-inner > .banner:hover h4, .experience-blocks .col-inner > .banner:hover p {
  color: #fff !important;
}
.experience-blocks .col-inner > .banner:hover:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.solution-blocks .is-border {
  border-color: #0c86cb;
}
.solution-blocks .banner:hover p {
  background: #005585;
  padding: 8px;
  transition: 0.5s ease-in-out;
}

.our-partners {
  position: relative;
  -webkit-box-shadow: 0 25px 45px 0 rgba(33, 42, 82, 0.12);
  -moz-box-shadow: 0 25px 45px 0 rgba(33, 42, 82, 0.12);
  -o-box-shadow: 0 25px 45px 0 rgba(33, 42, 82, 0.12);
  box-shadow: 0 25px 45px 0 rgba(33, 42, 82, 0.12);
}
.our-partners > .col {
  padding-top: 40px;
}
.our-partners:before, .our-partners:after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  width: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#068bce), to(#0693e3));
  background: -webkit-linear-gradient(#068bce, #0693e3);
  background: -o-linear-gradient(#068bce, #0693e3);
  background: linear-gradient(#068bce, #0693e3);
}
.our-partners:before {
  left: -10px;
  border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -o-border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -o-border-bottom-left-radius: 50px;
}
.our-partners:after {
  right: -10px;
  border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -o-border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -o-border-bottom-right-radius: 50px;
}
.our-partners .icon-box-text {
  opacity: 0;
  position: absolute;
  top: 0;
}
.our-partners .icon-box-text, .our-partners .icon-box-img {
  -moz-transition: all 400ms ease-in 0s;
  -webkit-transition: all 400ms ease-in 0s;
  -o-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}
.our-partners > .col:hover {
  cursor: pointer;
}
.our-partners > .col:hover .icon-box-text {
  opacity: 1;
  top: auto;
}
.our-partners > .col:hover .icon-box-img {
  opacity: 0.73;
  width: 80px !important;
  margin-top: -35px;
  margin-bottom: 0;
}

.linear-bg-blue {
  background: -webkit-linear-gradient(280deg, #0095d9, #22aabe);
  background: -o-linear-gradient(280deg, #0095d9, #22aabe);
  background: linear-gradient(170deg, #0095d9, #22aabe);
}

.border-all-sm-white {
  border: 1px solid #fff;
}

.our-partners-wrapper.section h2.section-title {
  padding-top: 0px;
}

.footer-menu .ux-menu-title, .footer-menu .ux-menu-link__text {
  color: #fff !important;
}
.footer-menu .ux-menu-link__link:hover .ux-menu-link__text {
  color: #ffeef4 !important;
}

.absolute-footer {
  background: #000e5e;
}

#shop-sidebar .product-categories .flex-row {
  width: auto;
}
#shop-sidebar .product-categories li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/*# sourceMappingURL=style.css.map */
