/* ==========================================================================
   Global partials
   ========================================================================== */
/* ==========================================================================
   Shortcodes styles
   ========================================================================== */
/* ==========================================================================
   Accordions shortcode style - begin
   ========================================================================== */
.eltdf-accordion-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-accordion-holder .eltdf-accordion-title {
  position: relative;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-tab-title {
  display: block;
  width: 100%;
  line-height: inherit;
  box-sizing: border-box;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark {
  position: absolute;
  top: 2px;
  right: 8px;
  width: 45px;
  height: 45px;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #000;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark span:before {
  display: block;
  line-height: inherit;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark span.eltdf_icon_minus {
  opacity: 0;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark span.eltdf_icon_plus {
  opacity: 1;
}

.eltdf-accordion-holder .eltdf-accordion-title.ui-state-active .eltdf-accordion-mark span.eltdf_icon_minus, .eltdf-accordion-holder .eltdf-accordion-title.ui-state-hover .eltdf-accordion-mark span.eltdf_icon_minus {
  opacity: 1;
}

.eltdf-accordion-holder .eltdf-accordion-title.ui-state-active .eltdf-accordion-mark span.eltdf_icon_plus, .eltdf-accordion-holder .eltdf-accordion-title.ui-state-hover .eltdf-accordion-mark span.eltdf_icon_plus {
  opacity: 0;
}

.eltdf-accordion-holder.eltdf-ac-boxed.eltdf-white-skin .eltdf-accordion-title {
  background-color: #fff;
}

.eltdf-accordion-holder.eltdf-ac-boxed.eltdf-white-skin .eltdf-accordion-content {
  color: #fff;
}

.eltdf-accordion-holder.eltdf-ac-boxed .eltdf-accordion-title {
  margin: 24px 0 0;
  padding: 13px 50px 13px 28px;
  background-color: #f4f4f4;
  border-left: 3px solid #e08686;
}

.eltdf-accordion-holder.eltdf-ac-boxed .eltdf-accordion-title:first-child {
  margin: 0;
}

.eltdf-accordion-holder.eltdf-ac-simple {
  border-bottom: 1px solid #ddd;
}

.eltdf-accordion-holder.eltdf-ac-simple .eltdf-accordion-title {
  padding: 13px 0;
  border-top: 1px solid #ddd;
}

.eltdf-accordion-holder.eltdf-ac-simple .eltdf-accordion-title .eltdf-accordion-mark {
  right: 0;
  width: 18px;
}

.eltdf-accordion-holder.eltdf-ac-simple .eltdf-accordion-content {
  padding-bottom: 24px;
  border-top: 1px solid transparent;
}

.eltdf-accordion-holder.eltdf-ac-simple .eltdf-accordion-content.ui-accordion-content-active {
  border-color: #ddd;
}

.eltdf-accordion-holder .eltdf-accordion-content {
  margin: 0;
  padding: 23px 0 0;
}

.eltdf-accordion-holder .eltdf-accordion-content p:first-child {
  margin-top: 0;
}

.eltdf-accordion-holder .eltdf-accordion-content p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Accordions shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Banner shortcode style - begin
   ========================================================================== */
.eltdf-banner-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.touch .eltdf-banner-holder {
  cursor: pointer;
}

.eltdf-banner-holder.eltdf-light-skin .eltdf-banner-subtitle,
.eltdf-banner-holder.eltdf-light-skin .eltdf-banner-title {
  color: #fff;
}

.eltdf-banner-holder.eltdf-light-skin .eltdf-banner-link-text .eltdf-btn.eltdf-btn-solid {
  color: #000;
  background-color: #fff;
  border: 0 !important;
}

.eltdf-banner-holder.eltdf-light-skin .eltdf-banner-link-text .eltdf-btn.eltdf-btn-solid:hover {
  background-color: #000 !important;
}

.eltdf-banner-holder.eltdf-parallax-enabled {
  overflow: hidden;
}

@media (min-width: 1025px) {
  .eltdf-banner-holder.eltdf-parallax-enabled .eltdf-banner-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.eltdf-banner-holder.eltdf-banner-info-centered .eltdf-banner-text-holder {
  padding: 70px 20px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .eltdf-banner-holder.eltdf-banner-info-centered .eltdf-banner-text-holder {
    padding: 0 20px;
  }
}

.eltdf-banner-holder.eltdf-banner-info-centered .eltdf-banner-text-inner {
  vertical-align: middle;
}

.eltdf-banner-holder .eltdf-banner-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-banner-holder .eltdf-banner-image img {
  display: block;
}

.eltdf-banner-holder .eltdf-banner-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .eltdf-banner-holder .eltdf-banner-text-holder {
    padding: 25px;
  }
}

.eltdf-banner-holder .eltdf-banner-text-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.eltdf-banner-holder .eltdf-banner-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}

.eltdf-banner-holder .eltdf-banner-subtitle {
  margin: 0;
}

.eltdf-banner-holder .eltdf-banner-title {
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .eltdf-banner-holder h1.eltdf-banner-title {
    font-size: 55px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 320px) {
  .eltdf-banner-holder h1.eltdf-banner-title {
    font-size: 45px;
    line-height: 55px;
  }
}

.eltdf-banner-holder .eltdf-banner-link-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0;
  z-index: 2;
}

.eltdf-banner-holder .eltdf-banner-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ==========================================================================
   Banner shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Billboard shortcode style - begin
   ========================================================================== */
.eltdf-billboard-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 1024px) {
  .eltdf-billboard-holder {
    display: block;
  }
}

.touch .eltdf-billboard-holder {
  cursor: pointer;
}

.eltdf-billboard-holder.eltdf-light-skin .eltdf-billboard-subtitle,
.eltdf-billboard-holder.eltdf-light-skin .eltdf-billboard-title {
  color: #fff;
}

.eltdf-billboard-holder.eltdf-light-skin .eltdf-billboard-link-text .eltdf-btn.eltdf-btn-solid {
  color: #000 !important;
  background-color: #fff;
  border: 0 !important;
}

.eltdf-billboard-holder.eltdf-light-skin .eltdf-billboard-link-text .eltdf-btn.eltdf-btn-solid:hover {
  background-color: #e5e5e5 !important;
}

.eltdf-billboard-holder.eltdf-billboard-info-centered .eltdf-billboard-text-holder {
  padding: 70px 20px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .eltdf-billboard-holder.eltdf-billboard-info-centered .eltdf-billboard-text-holder {
    padding: 0 20px;
  }
}

.eltdf-billboard-holder.eltdf-billboard-info-centered .eltdf-billboard-text-inner {
  vertical-align: middle;
}

.eltdf-billboard-holder .eltdf-billboard-image {
  display: none;
  overflow: hidden;
}

.eltdf-billboard-holder .eltdf-billboard-image img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .eltdf-billboard-holder .eltdf-billboard-image {
    display: block;
  }
}

.eltdf-billboard-holder .eltdf-billboard-text-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .eltdf-billboard-holder .eltdf-billboard-text-holder {
    padding: 25px;
  }
}

.eltdf-billboard-holder .eltdf-billboard-text-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.eltdf-billboard-holder .eltdf-billboard-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}

.eltdf-billboard-holder .eltdf-billboard-subtitle {
  margin: 0;
}

.eltdf-billboard-holder .eltdf-billboard-title {
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .eltdf-billboard-holder h1.eltdf-billboard-title {
    font-size: 60px;
    line-height: 70px;
  }
}

.eltdf-billboard-holder .eltdf-billboard-link-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0;
  z-index: 2;
}

.eltdf-billboard-holder .eltdf-billboard-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.eltdf-billboard-holder .eltdf-billboard-main-section,
.eltdf-billboard-holder .eltdf-billboard-side-section {
  position: relative;
  box-sizing: border-box;
}

.eltdf-billboard-holder .eltdf-billboard-main-section {
  width: 48.63%;
}

.eltdf-billboard-holder .eltdf-billboard-main-section:hover .eltdf-billboard-image img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

@media only screen and (max-width: 1024px) {
  .eltdf-billboard-holder .eltdf-billboard-main-section {
    width: 100%;
    background-image: none;
  }
}

.eltdf-billboard-holder .eltdf-billboard-side-section {
  width: 51.37%;
  padding: 0 0 0 15px;
}

.eltdf-billboard-holder .eltdf-billboard-side-section .eltdf-blog-list-holder.eltdf-tiny-space .eltdf-outer-space .eltdf-item-space:not(:last-child) {
  margin: 0 0 15px;
}

@media only screen and (max-width: 680px) {
  .eltdf-billboard-holder .eltdf-billboard-side-section .eltdf-blog-list-holder.eltdf-tiny-space .eltdf-outer-space .eltdf-item-space:not(:last-child) {
    margin: 0 0 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .eltdf-billboard-holder .eltdf-billboard-side-section {
    width: 100%;
    padding: 15px 0 0;
  }
}

/* ==========================================================================
   Billboard shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Blockquote shortcode style - begin
   ========================================================================== */
.eltdf-blockquote-holder {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 680px) {
  .eltdf-blockquote-holder {
    min-width: 100%;
  }
}

.eltdf-blockquote-holder.eltdf-dark-skin .eltdf-blockquote-text-holder {
  color: #000;
}

.eltdf-blockquote-holder.eltdf-dark-skin .eltdf-blockquote-mark .eltdf-quote-mark {
  color: #000;
}

.eltdf-blockquote-holder.eltdf-dark-skin .eltdf-blockquote-text > span,
.eltdf-blockquote-holder.eltdf-dark-skin .eltdf-blockquote-author > span {
  background-color: #fff;
}

.eltdf-blockquote-holder.eltdf-dark-skin .eltdf-blockquote-text > span {
  box-shadow: 9px 0 0 #fff, -9px 0 0 #fff;
}

.eltdf-blockquote-holder.eltdf-dark-skin .eltdf-blockquote-author > span {
  box-shadow: 3px 0 0 #fff, -3px 0 0 #fff;
}

.touch .eltdf-blockquote-holder {
  cursor: pointer;
}

.eltdf-blockquote-holder .eltdf-blockquote-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-blockquote-holder .eltdf-blockquote-image img {
  display: block;
}

.eltdf-blockquote-holder .eltdf-blockquote-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .eltdf-blockquote-holder .eltdf-blockquote-text-holder {
    padding: 25px;
  }
}

.eltdf-blockquote-holder .eltdf-blockquote-text-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.eltdf-blockquote-holder .eltdf-blockquote-text-inner {
  position: relative;
  top: -11px;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.eltdf-blockquote-holder .eltdf-blockquote-mark {
  margin-bottom: 11px;
}

.eltdf-blockquote-holder .eltdf-blockquote-mark .eltdf-quote-mark {
  font-size: 83px;
}

@media only screen and (max-width: 480px) {
  .eltdf-blockquote-holder .eltdf-blockquote-mark .eltdf-quote-mark {
    font-size: 63px;
  }
}

.eltdf-blockquote-holder .eltdf-blockquote-text,
.eltdf-blockquote-holder .eltdf-blockquote-author {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.eltdf-blockquote-holder .eltdf-blockquote-text > span,
.eltdf-blockquote-holder .eltdf-blockquote-author > span {
  background-color: #000;
  box-decoration-break: clone;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eltdf-blockquote-holder .eltdf-blockquote-text > span,
  .eltdf-blockquote-holder .eltdf-blockquote-author > span {
    /* IE10+ CSS styles */
    box-shadow: none;
  }
}

.eltdf-blockquote-holder .eltdf-blockquote-text {
  margin: 0 0 19px;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: .02em;
}

@media only screen and (max-width: 768px) {
  .eltdf-blockquote-holder .eltdf-blockquote-text br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-blockquote-holder .eltdf-blockquote-text {
    font-size: 17px;
    line-height: 27px;
  }
}

.eltdf-blockquote-holder .eltdf-blockquote-text > span {
  box-shadow: 9px 0 0 #000, -9px 0 0 #000;
}

.eltdf-blockquote-holder .eltdf-blockquote-author {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .03em;
}

.eltdf-blockquote-holder .eltdf-blockquote-author > span {
  box-shadow: 3px 0 0 #000, -3px 0 0 #000;
}

/* ==========================================================================
   Blockquote shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Button shortcode style - begin
   ========================================================================== */
.eltdf-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.14em;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  padding: 9px 26px;
  font-size: 12px;
  cursor: pointer;
}

.eltdf-btn.eltdf-btn-simple {
  padding: 0 !important;
  vertical-align: top;
  font-size: 10px;
  line-height: inherit;
  color: #000;
  background-color: transparent;
  border: 0;
}

.eltdf-btn.eltdf-btn-simple:hover .eltdf-btn-text .eltdf-btn-action:before {
  width: 100%;
}

.eltdf-btn.eltdf-btn-simple .eltdf-btn-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.eltdf-btn.eltdf-btn-simple .eltdf-btn-text .eltdf-btn-action {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e08686;
}

.eltdf-btn.eltdf-btn-simple .eltdf-btn-text .eltdf-btn-action:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.eltdf-btn.eltdf-btn-simple:not(.eltdf-btn-custom-hover-color):hover {
  color: #000 !important;
}

.eltdf-btn.eltdf-btn-simple:not(.eltdf-btn-custom-hover-bg):hover {
  background-color: transparent !important;
}

.eltdf-btn.eltdf-btn-simple:not(.eltdf-btn-custom-border-hover):hover {
  border-color: transparent !important;
}

.eltdf-btn.eltdf-btn-solid {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-hover-color):hover {
  color: #fff !important;
}

.eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-hover-bg):hover {
  background-color: #2d2d2d !important;
}

.eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-border-hover):hover {
  border-color: #2d2d2d !important;
}

.eltdf-btn.eltdf-btn-outline {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.eltdf-btn.eltdf-btn-outline:not(.eltdf-btn-custom-hover-color):hover {
  color: #fff !important;
}

.eltdf-btn.eltdf-btn-outline:not(.eltdf-btn-custom-hover-bg):hover {
  background-color: #2d2d2d !important;
}

.eltdf-btn.eltdf-btn-outline:not(.eltdf-btn-custom-border-hover):hover {
  border-color: #2d2d2d !important;
}

.eltdf-btn.eltdf-btn-small {
  padding: 7px 20px;
  font-size: 11px;
}

.eltdf-btn.eltdf-btn-large {
  padding: 12px 50px;
}

.eltdf-btn.eltdf-btn-huge {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 26px;
}

.eltdf-btn.eltdf-btn-icon > i,
.eltdf-btn.eltdf-btn-icon > span:not(.eltdf-btn-text) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 4px;
  font-size: 1.142857142857143em;
  line-height: inherit;
}

.eltdf-btn.eltdf-btn-icon > i:before,
.eltdf-btn.eltdf-btn-icon > span:not(.eltdf-btn-text):before {
  display: block;
  line-height: inherit;
}

/* ==========================================================================
   Button shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Clients Carousel shortcode style - begin
   ========================================================================== */
.eltdf-clients-carousel-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-clients-carousel-holder .eltdf-cc-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-clients-carousel-holder .eltdf-cc-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.touch .eltdf-clients-carousel-holder .eltdf-cc-item {
  cursor: pointer;
}

.eltdf-clients-carousel-holder .eltdf-cc-item img {
  display: block;
}

.eltdf-clients-carousel-holder .eltdf-cc-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/***** Hover Types - begin *****/
.eltdf-cc-hover-switch-images .eltdf-cc-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-has-link a:hover .eltdf-cc-image {
  opacity: 0;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-has-link a:hover .eltdf-cc-hover-image {
  opacity: 1;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-no-link:hover .eltdf-cc-image {
  opacity: 0;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-no-link:hover .eltdf-cc-hover-image {
  opacity: 1;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-no-link .eltdf-cc-hover-image {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.eltdf-cc-hover-switch-images .eltdf-cc-item .eltdf-cc-image {
  width: auto;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item .eltdf-cc-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.eltdf-cc-hover-roll-over .eltdf-cc-item {
  overflow: hidden;
}

.eltdf-cc-hover-roll-over .eltdf-cc-item.eltdf-cci-has-link a:hover .eltdf-cc-image {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.eltdf-cc-hover-roll-over .eltdf-cc-item.eltdf-cci-has-link a:hover .eltdf-cc-hover-image {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.eltdf-cc-hover-roll-over .eltdf-cc-item.eltdf-cci-no-link:hover .eltdf-cc-image {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.eltdf-cc-hover-roll-over .eltdf-cc-item.eltdf-cci-no-link:hover .eltdf-cc-hover-image {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.eltdf-cc-hover-roll-over .eltdf-cc-item .eltdf-cc-image {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.eltdf-cc-hover-roll-over .eltdf-cc-item .eltdf-cc-hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/***** Hover Types - end *****/
/* ==========================================================================
   Clients Carousel shortcode style - end
   ========================================================================== */
/* ==========================================================================
   clients Holder shortcode style - begin
   ========================================================================== */
.eltdf-clients-grid-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.eltdf-clients-grid-holder.eltdf-cg-alignment-left {
  text-align: left;
}

.eltdf-clients-grid-holder.eltdf-cg-alignment-right {
  text-align: right;
}

.eltdf-clients-grid-holder .eltdf-cc-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* ==========================================================================
   clients Holder shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Countdown shortcode style - begin
   ========================================================================== */
.eltdf-countdown {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-countdown.eltdf-light-skin .countdown-row .countdown-section .countdown-amount,
.eltdf-countdown.eltdf-light-skin .countdown-row .countdown-section .countdown-period {
  color: #fff;
}

.eltdf-countdown .countdown-rtl {
  direction: rtl;
}

.eltdf-countdown .countdown-row {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  clear: both;
}

.eltdf-countdown .countdown-row.countdown-show1 .countdown-section {
  width: 100%;
}

.eltdf-countdown .countdown-row.countdown-show2 .countdown-section {
  width: 50%;
}

.eltdf-countdown .countdown-row.countdown-show3 .countdown-section {
  width: 33.33333%;
}

.eltdf-countdown .countdown-row.countdown-show4 .countdown-section {
  width: 25%;
}

.eltdf-countdown .countdown-row.countdown-show5 .countdown-section {
  width: 20%;
}

.eltdf-countdown .countdown-row.countdown-show6 .countdown-section {
  width: 16.66667%;
}

.eltdf-countdown .countdown-row .countdown-section {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 5px;
  box-sizing: border-box;
}

.eltdf-countdown .countdown-row .countdown-section .countdown-amount {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.25em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.eltdf-countdown .countdown-row .countdown-section .countdown-period {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  padding-top: 3px;
}

/* ==========================================================================
   Countdown shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Counter shortcode style - begin
   ========================================================================== */
.eltdf-counter-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.eltdf-counter-holder .eltdf-counter-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.eltdf-counter-holder .eltdf-counter {
  height: 1.05em;
  display: inline-block !important;
  vertical-align: middle;
  font-size: 40px;
  line-height: 1.25em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.eltdf-counter-holder .eltdf-counter-title {
  margin: 14px 0 0;
}

.eltdf-counter-holder .eltdf-counter-text {
  margin: 14px 0 0;
}

/* ==========================================================================
   Counter shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Custom Font shortcode style - begin
   ========================================================================== */
.eltdf-custom-font-holder .eltdf-cf-typed-wrap {
  width: 0;
  white-space: nowrap;
}

.eltdf-custom-font-holder .eltdf-cf-typed {
  display: inline-block;
}

.eltdf-custom-font-holder .eltdf-cf-typed span {
  display: none;
}

.eltdf-custom-font-holder .eltdf-cf-typed ~ .typed-cursor {
  display: inline-block;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ==========================================================================
   Custom Font shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Dropcaps shortcode style - begin
   ========================================================================== */
.eltdf-dropcaps {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  line-height: 24px;
  font-size: 40px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin: 13px 13px 0 0;
}

.eltdf-dropcaps.eltdf-square, .eltdf-dropcaps.eltdf-circle {
  height: 32px;
  width: 32px;
  font-size: 25px;
  line-height: 33px;
  color: #fff;
  background-color: #000;
  margin: 6px 14px 0 2px;
  box-sizing: border-box;
}

.eltdf-dropcaps.eltdf-circle {
  border-radius: 3em;
}

/* ==========================================================================
   Dropcaps shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Elements Holder shortcode style - begin
   ========================================================================== */
.eltdf-elements-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.eltdf-elements-holder.eltdf-eh-full-height {
  height: 100%;
}

.eltdf-elements-holder.eltdf-ehi-float .eltdf-eh-item {
  float: left;
}

.eltdf-elements-holder.eltdf-two-columns .eltdf-eh-item {
  width: 50%;
}

.eltdf-elements-holder.eltdf-three-columns .eltdf-eh-item {
  width: 33.33333%;
}

.eltdf-elements-holder.eltdf-four-columns .eltdf-eh-item {
  width: 25%;
}

.eltdf-elements-holder.eltdf-five-columns .eltdf-eh-item {
  width: 20%;
}

.eltdf-elements-holder.eltdf-six-columns .eltdf-eh-item {
  width: 16.66667%;
}

.eltdf-elements-holder .eltdf-eh-item {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.eltdf-elements-holder .eltdf-eh-item.eltdf-vertical-alignment-top {
  vertical-align: top;
}

.eltdf-elements-holder .eltdf-eh-item.eltdf-vertical-alignment-bottom {
  vertical-align: bottom;
}

.eltdf-elements-holder .eltdf-eh-item.eltdf-horizontal-alignment-center {
  text-align: center;
}

.eltdf-elements-holder .eltdf-eh-item.eltdf-horizontal-alignment-right {
  text-align: right;
}

.eltdf-elements-holder .eltdf-eh-item .eltdf-elements-holder-item-inner {
  width: 100%;
}

.eltdf-elements-holder .eltdf-ehi-content {
  padding: 0 20px;
}

/* ==========================================================================
   Elements Holder shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Sections shortcode style - begin
   ========================================================================== */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fp-auto-height.eltdf-fss-item,
.fp-auto-height .eltdf-fss-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.eltdf-fss-item,
.fp-responsive .fp-auto-height-responsive .eltdf-fss-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

#fp-nav {
  position: fixed;
  top: 50%;
  right: 40px;
  margin: -32px 0 0;
  z-index: 1001;
}

@media only screen and (max-width: 1024px) {
  #fp-nav {
    right: 30px;
  }
}

#fp-nav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 0;
}

#fp-nav ul li a {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
  background-color: rgba(80, 80, 80, 0.3);
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#fp-nav ul li a.active, #fp-nav ul li a:hover {
  background-color: rgba(80, 80, 80, 0.7);
}

.eltdf-light-header #fp-nav ul li a span {
  background-color: rgba(255, 255, 255, 0.3);
}

.eltdf-light-header #fp-nav ul li a.active span, .eltdf-light-header #fp-nav ul li a:hover span {
  background-color: #fff;
}

.eltdf-dark-header #fp-nav ul li a span {
  background-color: rgba(0, 0, 0, 0.3);
}

.eltdf-dark-header #fp-nav ul li a.active span, .eltdf-dark-header #fp-nav ul li a:hover span {
  background-color: #000;
}

#fp-nav ul li a span {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.eltdf-full-screen-sections {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-full-screen-sections .eltdf-fss-wrapper {
  visibility: hidden;
}

.eltdf-full-screen-sections .eltdf-fss-item {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.eltdf-full-screen-sections .eltdf-fss-item.active {
  transform: scale(0.92);
}

.eltdf-full-screen-sections .eltdf-fss-item.active.fp-completely {
  transform: scale(1);
}

.eltdf-full-screen-sections .eltdf-fss-item.fp-completely:not(.active) {
  transform: scale(0.92);
}

.eltdf-full-screen-sections .eltdf-fss-item .fp-scroller > .vc_column_container {
  padding: 0;
  margin: 0;
}

.eltdf-full-screen-sections .eltdf-fss-item .fp-scroller > .vc_column_container > .vc_column-inner {
  padding: 0;
  margin: 0;
}

.eltdf-full-screen-sections .eltdf-fss-item.eltdf-fss-item-va-top .eltdf-fss-item-inner {
  vertical-align: top;
}

.eltdf-full-screen-sections .eltdf-fss-item.eltdf-fss-item-va-bottom .eltdf-fss-item-inner {
  vertical-align: bottom;
}

.eltdf-full-screen-sections .eltdf-fss-item.eltdf-fss-item-ha-left .eltdf-fss-item-inner {
  text-align: left;
}

.eltdf-full-screen-sections .eltdf-fss-item.eltdf-fss-item-ha-center .eltdf-fss-item-inner {
  text-align: center;
}

.eltdf-full-screen-sections .eltdf-fss-item.eltdf-fss-item-ha-right .eltdf-fss-item-inner {
  text-align: right;
}

.eltdf-full-screen-sections .eltdf-fss-item.eltdf-fss-item-has-link .eltdf-fss-item-inner a {
  position: relative;
  z-index: 2;
}

.eltdf-full-screen-sections .eltdf-fss-item .eltdf-fss-item-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 5%;
  box-sizing: border-box;
}

.eltdf-full-screen-sections .eltdf-fss-item .eltdf-fss-item-inner a {
  position: relative;
  z-index: 2;
}

.eltdf-full-screen-sections .eltdf-fss-item .eltdf-fss-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.eltdf-full-screen-sections .eltdf-fss-nav-holder {
  position: fixed;
  bottom: 48px;
  left: 57px;
  display: block;
  width: 55px;
  text-align: center;
  visibility: hidden;
  z-index: 1001;
}

.eltdf-full-screen-sections .eltdf-fss-nav-holder a {
  display: block;
  font-size: 55px;
  line-height: 0.9;
  color: #000;
  height: auto;
  opacity: 1;
  -webkit-transition: color 0.2s ease-out, opacity 0.25s ease-out;
  -moz-transition: color 0.2s ease-out, opacity 0.25s ease-out;
  transition: color 0.2s ease-out, opacity 0.25s ease-out;
}

.eltdf-full-screen-sections .eltdf-fss-nav-holder a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.eltdf-light-header .eltdf-full-screen-sections .eltdf-fss-nav-holder a {
  color: #fff;
}

.eltdf-light-header .eltdf-full-screen-sections .eltdf-fss-nav-holder a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.eltdf-dark-header .eltdf-full-screen-sections .eltdf-fss-nav-holder a {
  color: #000;
}

.eltdf-dark-header .eltdf-full-screen-sections .eltdf-fss-nav-holder a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.eltdf-full-screen-sections .eltdf-fss-nav-holder a span {
  display: block;
  line-height: inherit;
}

.eltdf-full-screen-sections .eltdf-fss-nav-holder a span:before {
  display: block;
  line-height: inherit;
}

@media only screen and (max-width: 1024px) {
  .eltdf-full-screen-sections .eltdf-fss-nav-holder {
    bottom: 28px;
    left: 37px;
  }
}

/* ==========================================================================
   Full Screen Sections shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Get directions shortcode style - begin
   ========================================================================== */
.eltdf-get-directions-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.eltdf-get-directions-holder.eltdf-has-shadow .eltdf-gd-image {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.eltdf-get-directions-holder .eltdf-gd-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-get-directions-holder .eltdf-gd-image a, .eltdf-get-directions-holder .eltdf-gd-image img {
  position: relative;
  display: block;
}

.eltdf-get-directions-holder .eltdf-gd-image .godef-gd-image-title {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.eltdf-get-directions-holder .eltdf-gd-image .godef-gd-image-title .eltdf-gd-title {
  color: #fff;
}

.eltdf-get-directions-holder .eltdf-gd-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-get-directions-holder .eltdf-gd-text-holder .eltdf-gd-directions-button {
  margin-top: 28px;
}

.eltdf-get-directions-holder .eltdf-gd-text {
  margin: 17px auto;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .eltdf-get-directions-holder .eltdf-gd-image {
    padding-top: 30px;
  }
  .eltdf-get-directions-holder .eltdf-gd-text {
    margin: 17px auto;
    width: 100%;
  }
}

/* ==========================================================================
   Image With Text shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Google Map shortcode style - begin
   ========================================================================== */
.eltdf-google-map-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-google-map-holder .eltdf-google-map-direction {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 24px;
  color: #333;
  background-color: #fff;
  z-index: 999;
  box-sizing: border-box;
}

.eltdf-google-map-holder .eltdf-google-map-direction:hover {
  color: #000;
}

.eltdf-google-map-holder .eltdf-google-map {
  display: block;
  width: 100%;
  height: 300px;
}

.eltdf-google-map-holder .eltdf-google-map iframe,
.eltdf-google-map-holder .eltdf-google-map object,
.eltdf-google-map-holder .eltdf-google-map embed {
  width: 100%;
  display: block;
}

.eltdf-google-map-holder .eltdf-google-map img {
  max-width: none;
}

.eltdf-google-map-holder .eltdf-snazzy-map {
  display: none;
}

.eltdf-google-map-holder .eltdf-google-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

/* ==========================================================================
   Google Map shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon List Item shortcode style - begin
   ========================================================================== */
.eltdf-icon-list-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: auto;
  width: 100%;
  margin-bottom: 11px;
}

.eltdf-icon-list-holder .eltdf-il-icon-holder,
.eltdf-icon-list-holder .eltdf-il-text {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.eltdf-icon-list-holder .eltdf-il-icon-holder {
  width: 1%;
}

.eltdf-icon-list-holder .eltdf-il-icon-holder > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 17px;
  line-height: inherit;
}

.eltdf-icon-list-holder .eltdf-il-icon-holder > *:before {
  display: block;
  line-height: inherit;
}

.eltdf-icon-list-holder .eltdf-il-text {
  width: 99%;
  padding: 0 0 0 13px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .eltdf-icon-list-holder .eltdf-il-text {
    padding: 0 0 0 22px;
  }
}

/* ==========================================================================
   Icon List Item shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon With Text shortcode style - begin
   ========================================================================== */
.eltdf-iwt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-iwt .eltdf-iwt-icon a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.eltdf-iwt .eltdf-iwt-icon .eltdf-icon-shortcode {
  line-height: 1;
}

.eltdf-iwt .eltdf-iwt-icon .eltdf-icon-shortcode.eltdf-circle, .eltdf-iwt .eltdf-iwt-icon .eltdf-icon-shortcode.eltdf-square, .eltdf-iwt .eltdf-iwt-icon .eltdf-icon-shortcode.eltdf-dropcaps.eltdf-circle {
  line-height: 2;
}

.eltdf-iwt .eltdf-iwt-title {
  margin: 0;
  line-height: 1.2em;
}

.eltdf-iwt .eltdf-iwt-title a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.eltdf-iwt .eltdf-iwt-title-text {
  display: block;
}

.eltdf-iwt .eltdf-iwt-text {
  margin: 3px 0 0;
}

.eltdf-iwt.eltdf-iwt-icon-left {
  width: auto;
}

.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-icon,
.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-content {
  display: table-cell;
  vertical-align: top;
}

.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-icon {
  position: relative;
  top: 1px;
}

.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-icon img {
  max-width: none;
}

.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-content {
  padding: 0 0 0 13px;
}

.eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-icon,
.eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-title-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-icon .eltdf-icon-element {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-icon img {
  max-width: none;
}

.eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-title-text {
  padding: 0 0 0 17px;
}

.eltdf-iwt.eltdf-iwt-icon-top {
  text-align: center;
}

.eltdf-iwt.eltdf-iwt-icon-top .eltdf-iwt-content {
  padding: 6px 0 0;
}

.eltdf-iwt.eltdf-iwt-icon-top.eltdf-iwt-ha-left {
  text-align: left;
}

.eltdf-iwt.eltdf-iwt-icon-top.eltdf-iwt-ha-center {
  text-align: center;
}

.eltdf-iwt.eltdf-iwt-icon-top.eltdf-iwt-ha-right {
  text-align: right;
}

/* ==========================================================================
   Icon With Text shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon shortcode style - begin
   ========================================================================== */
.eltdf-icon-shortcode {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
}

.eltdf-icon-shortcode.eltdf-circle, .eltdf-icon-shortcode.eltdf-square, .eltdf-icon-shortcode.eltdf-dropcaps.eltdf-circle {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: #e08686;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.eltdf-icon-shortcode.eltdf-circle a, .eltdf-icon-shortcode.eltdf-square a, .eltdf-icon-shortcode.eltdf-dropcaps.eltdf-circle a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.eltdf-icon-shortcode.eltdf-circle .eltdf-icon-element, .eltdf-icon-shortcode.eltdf-square .eltdf-icon-element, .eltdf-icon-shortcode.eltdf-dropcaps.eltdf-circle .eltdf-icon-element {
  color: #fff;
  line-height: inherit;
}

.eltdf-icon-shortcode.eltdf-circle {
  border-radius: 50%;
}

.eltdf-icon-shortcode .eltdf-icon-element {
  display: block;
  line-height: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.eltdf-icon-shortcode .eltdf-icon-element:before {
  display: block;
  line-height: inherit;
}

.eltdf-icon-animation-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

.eltdf-icon-animation-holder.eltdf-icon-animation-show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.eltdf-icon-tiny {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.eltdf-icon-small {
  font-size: 2em;
}

.eltdf-icon-medium {
  font-size: 3em;
}

.eltdf-icon-large {
  font-size: 4em;
}

.eltdf-icon-huge {
  font-size: 5em;
}

/* ==========================================================================
   Icon shortcode style - end
   ========================================================================== */
.eltdf-icwt-holder {
  display: flex;
  align-items: center;
}

.eltdf-icwt-holder.eltdf-icwt-text-left-type .eltdf-icwt-text-side {
  width: 41%;
}

.eltdf-icwt-holder.eltdf-icwt-text-left-type .eltdf-icwt-text-side .eltdf-icwt-text-inner {
  text-align: left;
  box-sizing: border-box;
  padding: 0 18% 0 21.5%;
  margin-bottom: 15px;
}

.eltdf-icwt-holder.eltdf-icwt-text-left-type .eltdf-icwt-img-side {
  width: 59%;
}

.eltdf-icwt-holder.eltdf-icwt-text-left-type .eltdf-owl-slider .owl-dots {
  text-align: left;
  margin-top: 3px;
}

.eltdf-icwt-holder.eltdf-icwt-text-right-type .eltdf-icwt-text-side {
  width: 44%;
}

.eltdf-icwt-holder.eltdf-icwt-text-right-type .eltdf-icwt-text-side .eltdf-icwt-text-inner {
  box-sizing: border-box;
  padding: 0 38% 0 13%;
  margin-bottom: 56px;
}

.eltdf-icwt-holder.eltdf-icwt-text-right-type .eltdf-icwt-img-side {
  width: 56%;
}

.eltdf-icwt-holder.eltdf-icwt-text-right-type .eltdf-owl-slider .owl-dots {
  text-align: right;
  margin-top: 3px;
}

.eltdf-icwt-holder.eltdf-has-shadow .owl-stage-outer {
  padding: 5px 5px 20px;
}

.eltdf-icwt-holder.eltdf-has-shadow .eltdf-icwt-image {
  box-shadow: 0px 1px 10px 0px rgba(21, 52, 71, 0.1);
}

.eltdf-icwt-holder .eltdf-icwt-text-side .eltdf-icwt-title {
  margin: 0 0 9px;
}

.eltdf-icwt-holder .eltdf-icwt-text-side .eltdf-icwt-subtitle {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.23em;
  letter-spacing: 0;
  font-style: italic;
  color: #e08686;
  display: block;
  margin-top: 6px;
}

.eltdf-icwt-holder .eltdf-icwt-text-side .eltdf-icwt-text {
  font-size: 16px;
  margin-top: 17px;
  margin-bottom: 39px;
  line-height: 26px;
}

/* ==========================================================================
   Image Gallery shortcode style - begin
   ========================================================================== */
.eltdf-image-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Image Gallery Masonry Style - begin *****/
  /***** Image Gallery Masonry Style - end *****/
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
}

.eltdf-image-gallery.eltdf-has-shadow .eltdf-ig-image-inner {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.eltdf-image-gallery.eltdf-has-shadow.eltdf-ig-slider-type .owl-stage-outer, .eltdf-image-gallery.eltdf-has-shadow.eltdf-ig-carousel-type .owl-stage-outer {
  padding: 0 0 20px;
}

.eltdf-image-gallery.eltdf-has-shadow.eltdf-ig-slider-type .eltdf-ig-image, .eltdf-image-gallery.eltdf-has-shadow.eltdf-ig-carousel-type .eltdf-ig-image {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.eltdf-image-gallery .eltdf-ig-image a, .eltdf-image-gallery .eltdf-ig-image img {
  position: relative;
  display: block;
}

.eltdf-image-gallery .eltdf-ig-image-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-image-gallery .eltdf-ig-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-image-gallery .eltdf-ig-slider .eltdf-ig-image {
  border: 1px solid #e5e5e5;
  width: calc(100% - 3px);
}

.eltdf-image-gallery.eltdf-ig-masonry-type .eltdf-ig-image.eltdf-fixed-masonry-item .eltdf-ig-image-inner,
.eltdf-image-gallery.eltdf-ig-masonry-type .eltdf-ig-image.eltdf-fixed-masonry-item a {
  height: 100%;
}

.eltdf-image-gallery.eltdf-image-behavior-lightbox .eltdf-ig-image a {
  overflow: hidden;
}

.eltdf-image-gallery.eltdf-image-behavior-lightbox .eltdf-ig-image a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  backface-visibility: hidden;
}

.eltdf-image-gallery.eltdf-image-behavior-lightbox .eltdf-ig-image a img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.touch .eltdf-image-gallery.eltdf-image-behavior-zoom .eltdf-ig-image {
  cursor: pointer;
}

.eltdf-image-gallery.eltdf-image-behavior-zoom .eltdf-ig-image:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.eltdf-image-gallery.eltdf-image-behavior-zoom .eltdf-ig-image .eltdf-ig-image-inner {
  overflow: hidden;
}

.eltdf-image-gallery.eltdf-image-behavior-zoom .eltdf-ig-image img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.eltdf-image-gallery.eltdf-image-behavior-grayscale .eltdf-ig-image {
  overflow: hidden;
}

.touch .eltdf-image-gallery.eltdf-image-behavior-grayscale .eltdf-ig-image {
  cursor: pointer;
}

.eltdf-image-gallery.eltdf-image-behavior-grayscale .eltdf-ig-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.eltdf-image-gallery.eltdf-image-behavior-grayscale .eltdf-ig-image img {
  filter: url("img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image Gallery shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Image Gallery grid modifications - begin
   ========================================================================== */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .eltdf-image-gallery.eltdf-grid-list.eltdf-six-columns .eltdf-masonry-grid-sizer {
    width: 16.66667%;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-six-columns .eltdf-item-space {
    width: 16.66667%;
    clear: none !important;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-six-columns .eltdf-item-space:nth-child(6n+1) {
    clear: both !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 680px) {
  .eltdf-image-gallery.eltdf-grid-list.eltdf-two-columns .eltdf-masonry-grid-sizer {
    width: 50%;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-two-columns .eltdf-item-space {
    width: 50%;
    clear: none;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-two-columns .eltdf-item-space:nth-child(2n+1) {
    clear: both;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-three-columns .eltdf-masonry-grid-sizer {
    width: 50%;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-three-columns .eltdf-item-space {
    width: 50%;
    clear: none;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-three-columns .eltdf-item-space:nth-child(2n+1) {
    clear: both;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-four-columns .eltdf-masonry-grid-sizer {
    width: 50%;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-four-columns .eltdf-item-space {
    width: 50%;
    clear: none;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-four-columns .eltdf-item-space:nth-child(2n+1) {
    clear: both;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-five-columns .eltdf-masonry-grid-sizer {
    width: 50%;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-five-columns .eltdf-item-space {
    width: 50%;
    clear: none;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-five-columns .eltdf-item-space:nth-child(2n+1) {
    clear: both;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-six-columns .eltdf-masonry-grid-sizer {
    width: 50%;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-six-columns .eltdf-item-space {
    width: 50%;
    clear: none;
  }
  .eltdf-image-gallery.eltdf-grid-list.eltdf-six-columns .eltdf-item-space:nth-child(2n+1) {
    clear: both;
  }
}

/* ==========================================================================
   Image Gallery grid modifications - end
   ========================================================================== */
/* ==========================================================================
   Image With Text shortcode style - begin
   ========================================================================== */
.eltdf-image-with-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
}

.eltdf-image-with-text-holder.eltdf-has-shadow .eltdf-iwt-image {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.eltdf-image-with-text-holder .eltdf-iwt-image {
  border: 1px solid #e5e5e5;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-image-with-text-holder .eltdf-iwt-image a, .eltdf-image-with-text-holder .eltdf-iwt-image img {
  position: relative;
  display: block;
}

.eltdf-image-with-text-holder .eltdf-iwt-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-image-with-text-holder .eltdf-iwt-title {
  margin: 32px 0 0;
  color: #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.eltdf-image-with-text-holder .eltdf-iwt-title:hover {
  color: #e08686;
}

.eltdf-image-with-text-holder .eltdf-iwt-text {
  margin: 14px 0 0;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-custom-link .eltdf-iwt-image:hover + .eltdf-iwt-text-holder a .eltdf-iwt-title {
  color: #e08686;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-lightbox .eltdf-iwt-image a:hover:after {
  opacity: 1;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-lightbox .eltdf-iwt-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-zoom .eltdf-iwt-image {
  overflow: hidden;
}

.touch .eltdf-image-with-text-holder.eltdf-image-behavior-zoom .eltdf-iwt-image {
  cursor: pointer;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-zoom .eltdf-iwt-image:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.eltdf-image-with-text-holder.eltdf-image-behavior-zoom .eltdf-iwt-image img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-grayscale .eltdf-iwt-image {
  overflow: hidden;
}

.touch .eltdf-image-with-text-holder.eltdf-image-behavior-grayscale .eltdf-iwt-image {
  cursor: pointer;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-grayscale .eltdf-iwt-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-grayscale .eltdf-iwt-image img {
  filter: url("img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image With Text shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Item Showcase shortcode style - begin
   ========================================================================== */
.eltdf-item-showcase-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}

.eltdf-item-showcase-holder .eltdf-is-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 40%;
  margin-top: -100px;
  opacity: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  transform: translateY(70px);
}

.eltdf-item-showcase-holder .eltdf-is-image.eltdf-appeared {
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.eltdf-item-showcase-holder .eltdf-is-item-holder {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.eltdf-item-showcase-holder .eltdf-is-item-holder.eltdf-is-left-holder {
  float: left;
}

.eltdf-item-showcase-holder .eltdf-is-item-holder.eltdf-is-right-holder {
  float: right;
}

.eltdf-item-showcase-holder .eltdf-is-item-holder .eltdf-is-item:first-child {
  margin: 0;
}

.eltdf-item-showcase-holder .eltdf-is-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 56px 0 0;
  opacity: 0;
}

.eltdf-item-showcase-holder .eltdf-is-item.eltdf-is-left {
  text-align: right;
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  transform: translateX(-70px);
}

.eltdf-item-showcase-holder .eltdf-is-item.eltdf-is-left .eltdf-is-content {
  padding: 0 20px 0 0;
}

.eltdf-item-showcase-holder .eltdf-is-item.eltdf-is-right {
  text-align: left;
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  transform: translateX(70px);
}

.eltdf-item-showcase-holder .eltdf-is-item.eltdf-is-right .eltdf-is-content {
  padding: 0 0 0 20px;
}

.eltdf-item-showcase-holder .eltdf-is-item.eltdf-appeared {
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.eltdf-item-showcase-holder .eltdf-is-item .eltdf-is-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}

.eltdf-item-showcase-holder .eltdf-is-item .eltdf-is-title {
  margin: 0;
}

.eltdf-item-showcase-holder .eltdf-is-item .eltdf-is-text {
  margin: 14px 0 0;
}

/* ==========================================================================
   Item Showcase shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Pie Chart shortcode style - begin
   ========================================================================== */
.eltdf-pie-chart-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage {
  position: relative;
  display: block;
  height: 176px;
  width: 176px;
  line-height: 176px;
  text-align: center;
  margin: 0 auto;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage .eltdf-pc-percent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  line-height: inherit;
  font-weight: 500;
  color: #000;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage .eltdf-pc-percent:after {
  position: relative;
  top: -15px;
  content: '%';
  font-size: 15px;
  font-weight: 900;
}

.eltdf-pie-chart-holder .eltdf-pc-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0 0;
}

.eltdf-pie-chart-holder .eltdf-pc-text-holder .eltdf-pc-title {
  margin: 0;
}

.eltdf-pie-chart-holder .eltdf-pc-text-holder .eltdf-pc-text {
  margin: 14px 0 0;
}

/* ==========================================================================
   Pie Chart shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Pricing Tables shortcode style - begin
   ========================================================================== */
.eltdf-pricing-tables {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-price-table .eltdf-pt-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #f9f9f9;
}

.eltdf-price-table .eltdf-pt-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eltdf-price-table .eltdf-pt-inner ul li {
  margin: 0;
  padding: 17px 30px;
  text-align: center;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-title-holder {
  position: relative;
  padding: 25px 30px 6px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1px;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-title-holder .eltdf-pt-title {
  display: block;
  padding: 17px 0 0;
  box-sizing: border-box;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices {
  position: relative;
  padding: 0 15px 15px;
  font-family: "Barlow Condensed", sans-serif;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-value {
  position: relative;
  vertical-align: super;
  bottom: 2px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -5px;
  font-size: 48px;
  line-height: 1em;
  font-weight: 500;
  color: #000;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-mark {
  position: relative;
  display: block;
  margin: 1px 0 0;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-content {
  padding: 16px 30px;
  font-weight: 500;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-content ul li {
  padding: 10px 30px 0;
  font-weight: 400;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-button {
  padding: 25px 15px 51px;
}

/* ==========================================================================
   Pricing Tables shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Progress Bar shortcode style - begin
   ========================================================================== */
.eltdf-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-progress-bar.eltdf-pb-percent-floating {
  width: 100%;
  height: 100%;
}

.eltdf-progress-bar.eltdf-pb-percent-floating .eltdf-pb-percent {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.eltdf-progress-bar .eltdf-pb-title-holder {
  position: relative;
  margin: 10px 0 4px;
}

.eltdf-progress-bar .eltdf-pb-title-holder .eltdf-pb-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.eltdf-progress-bar .eltdf-pb-percent {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  z-index: 10;
  font-weight: 500;
}

.eltdf-progress-bar .eltdf-pb-percent:after {
  content: '%';
}

.eltdf-progress-bar .eltdf-pb-content-holder {
  position: relative;
  height: 3px;
  overflow: hidden;
  background-color: #ebebeb;
}

.eltdf-progress-bar .eltdf-pb-content-holder .eltdf-pb-content {
  height: 3px;
  max-width: 100%;
  overflow: hidden;
  background-color: #e08686;
}

/* ==========================================================================
   Progress Bar shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode styles - begin
   ========================================================================== */
.eltdf-section-title-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 26px;
}

.eltdf-section-title-holder .eltdf-st-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eltdf-section-title-holder .eltdf-st-title {
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

.eltdf-section-title-holder .eltdf-st-dashed-line {
  position: relative;
  bottom: 9px;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

.eltdf-section-title-holder h1 ~ .eltdf-st-dashed-line {
  position: relative;
  bottom: 14px;
}

.eltdf-section-title-holder h2 ~ .eltdf-st-dashed-line,
.eltdf-section-title-holder h4 ~ .eltdf-st-dashed-line {
  position: relative;
  bottom: 11px;
}

/* ==========================================================================
   Section Title shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Separator shortcode style - begin
   ========================================================================== */
.eltdf-separator-holder {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1em;
}

.eltdf-separator-holder.eltdf-separator-center {
  text-align: center;
}

.eltdf-separator-holder.eltdf-separator-left {
  text-align: left;
}

.eltdf-separator-holder.eltdf-separator-right {
  text-align: right;
}

.eltdf-separator-holder.eltdf-separator-full-width .eltdf-separator {
  width: 100% !important;
}

.eltdf-separator-holder.eltdf-separator-custom-border-top .eltdf-separator, .eltdf-separator-holder.eltdf-separator-custom-border-bottom .eltdf-separator, .eltdf-separator-holder.eltdf-separator-custom-border-left .eltdf-separator, .eltdf-separator-holder.eltdf-separator-custom-border-right .eltdf-separator {
  height: 2px;
  border: none !important;
}

.eltdf-separator-holder.eltdf-separator-custom-border-top .eltdf-separator {
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: top left;
  background-repeat: repeat-x;
}

.eltdf-separator-holder.eltdf-separator-custom-border-bottom .eltdf-separator {
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

.eltdf-separator-holder.eltdf-separator-custom-border-left .eltdf-separator {
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: top left;
  background-repeat: repeat-y;
}

.eltdf-separator-holder.eltdf-separator-custom-border-right .eltdf-separator {
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: top right;
  background-repeat: repeat-y;
}

.eltdf-separator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #ebebeb;
  margin: 10px 0;
}

/* ==========================================================================
   Separator shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Single Image shortcode style - begin
   ========================================================================== */
.eltdf-single-image-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
  /***** Moving Behavior Style - begin *****/
  /***** Moving Behavior Style - end *****/
}

.eltdf-single-image-holder.eltdf-has-shadow .eltdf-si-inner {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.eltdf-single-image-holder .eltdf-si-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-single-image-holder .eltdf-si-inner a, .eltdf-single-image-holder .eltdf-si-inner img {
  position: relative;
  display: block;
}

.eltdf-single-image-holder .eltdf-single-image-caption {
  color: #686868;
  font-size: 11px;
  padding-top: 5px;
}

.eltdf-single-image-holder.eltdf-image-behavior-lightbox .eltdf-si-inner a:hover:after {
  opacity: 1;
}

.eltdf-single-image-holder.eltdf-image-behavior-lightbox .eltdf-si-inner a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-zoom .eltdf-si-inner {
  overflow: hidden;
}

.touch .eltdf-single-image-holder.eltdf-image-behavior-zoom .eltdf-si-inner {
  cursor: pointer;
}

.eltdf-single-image-holder.eltdf-image-behavior-zoom .eltdf-si-inner:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.eltdf-single-image-holder.eltdf-image-behavior-zoom .eltdf-si-inner img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-grayscale .eltdf-si-inner {
  overflow: hidden;
}

.touch .eltdf-single-image-holder.eltdf-image-behavior-grayscale .eltdf-si-inner {
  cursor: pointer;
}

.eltdf-single-image-holder.eltdf-image-behavior-grayscale .eltdf-si-inner:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.eltdf-single-image-holder.eltdf-image-behavior-grayscale .eltdf-si-inner img {
  filter: url("img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner {
  overflow: hidden;
  padding: 10% 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 120%;
  -webkit-transition: background 0.7s ease-out;
  -moz-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner:hover {
  background-position: 90% center;
}

.touch .eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner {
  cursor: pointer;
}

.eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner img {
  z-index: -1;
  max-width: 80%;
}

@media only screen and (max-width: 1024px) {
  .eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner {
    padding: 0;
    background: none;
  }
  .eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner img {
    z-index: inherit;
    max-width: 100%;
  }
}

/* ==========================================================================
   Single Image shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode style - begin
   ========================================================================== */
.eltdf-social-share-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.eltdf-social-share-holder .eltdf-social-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.eltdf-social-share-holder ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0;
}

.eltdf-social-share-holder li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.eltdf-social-share-holder li a {
  font-size: 12px;
}

.eltdf-social-share-holder.eltdf-list li {
  padding: 0 27px 0 23px;
  line-height: 12px;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: top right;
  background-repeat: repeat-y;
}

.eltdf-social-share-holder.eltdf-list li:last-child {
  background-image: none;
}

.eltdf-social-share-holder.eltdf-list:not(.eltdf-title-above-icons) li:last-child {
  padding-right: 0;
}

.eltdf-social-share-holder.eltdf-title-above-icons {
  text-align: center;
}

.eltdf-social-share-holder.eltdf-title-above-icons .eltdf-social-title {
  display: block;
  margin-right: 0;
  font-weight: 400;
}

.eltdf-social-share-holder.eltdf-text li {
  margin-right: 13px;
}

.eltdf-social-share-holder.eltdf-text:not(.eltdf-title-above-icons) li:last-child {
  margin-right: 0;
}

.eltdf-social-share-holder.eltdf-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  /* opacity and visibility need to be different, but not background-color */
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown-opener {
  display: block;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown-opener .eltdf-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown li a {
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown li * {
  display: block;
  line-height: inherit;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown {
  bottom: 0;
  left: 0;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #000;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:not(:first-child) {
  border-top: none;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-facebook-share a:hover {
  background-color: #3b5998;
  color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-twitter-share a:hover {
  background-color: #00aced;
  color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-google_plus-share a:hover {
  background-color: #dd4b39;
  color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-linkedin-share a:hover {
  background-color: #007bb5;
  color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-tumblr-share a:hover {
  background-color: #32506d;
  color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-pinterest-share a:hover {
  background-color: #cb2027;
  color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-vk-share a:hover {
  background-color: #45668e;
  color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li a {
  font-size: 12px;
  color: #333;
  background-color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(1) {
  bottom: -30px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(2) {
  bottom: -60px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(3) {
  bottom: -90px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(4) {
  bottom: -120px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(5) {
  bottom: -150px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(6) {
  bottom: -180px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(7) {
  bottom: -210px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown {
  top: 0;
  right: 0;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li {
  width: calc(90px / 3);
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(1) {
  left: 5px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(2) {
  left: 35px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(3) {
  left: 65px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(4) {
  left: 95px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(5) {
  left: 125px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(6) {
  left: 155px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(7) {
  left: 185px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown {
  top: 0;
  left: 0;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li {
  width: calc(90px / 3);
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(1) {
  right: 5px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(2) {
  right: 35px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(3) {
  right: 65px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(4) {
  right: 95px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(5) {
  right: 125px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(6) {
  right: 155px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(7) {
  right: 185px;
}

/* ==========================================================================
   Social Share shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Tabs shortcode style - begin
   ========================================================================== */
.eltdf-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-tabs .eltdf-tabs-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eltdf-tabs .eltdf-tabs-nav li {
  float: left;
  margin: 0;
  padding: 0;
}

.eltdf-tabs .eltdf-tabs-nav li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.eltdf-tabs .eltdf-tab-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-tabs .eltdf-tab-container p {
  margin: 0;
}

.eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li a {
  padding: 7px 26px;
  font-size: 11px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  background-color: #f6f6f6;
}

.eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li.ui-state-active a,
.eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li.ui-state-hover a {
  color: #fff;
  background-color: #e08686;
}

.eltdf-tabs.eltdf-tabs-standard .eltdf-tab-container {
  margin: 25px 0 0;
}

.eltdf-tabs.eltdf-tabs-simple .eltdf-tabs-nav {
  border-bottom: 1px solid #000;
}

.eltdf-tabs.eltdf-tabs-simple .eltdf-tabs-nav li {
  margin: 0 31px 0 0;
}

.eltdf-tabs.eltdf-tabs-simple .eltdf-tabs-nav li a {
  padding: 13px 0;
  font-size: 18px;
  line-height: 26px;
  color: #999;
}

.eltdf-tabs.eltdf-tabs-simple .eltdf-tabs-nav li.ui-state-active a,
.eltdf-tabs.eltdf-tabs-simple .eltdf-tabs-nav li.ui-state-hover a {
  color: #000;
}

.eltdf-tabs.eltdf-tabs-simple .eltdf-tabs-nav li:last-child {
  margin: 0;
}

.eltdf-tabs.eltdf-tabs-simple .eltdf-tab-container {
  padding: 31px 0;
  border-bottom: 1px solid #000;
}

.ui-widget-content {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-widget-header {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: initial;
  background: none;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-tabs-nav li {
  position: initial;
  font-weight: inherit;
  color: inherit;
  background: initial;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-widget-content {
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

/* ==========================================================================
   Tabs shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Team shortcode style - begin
   ========================================================================== */
.eltdf-team-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.touch .eltdf-team-holder.eltdf-team-info-on-image {
  cursor: pointer;
}

.eltdf-team-holder.eltdf-team-info-on-image:hover .eltdf-team-social-wrapper {
  opacity: 1;
}

.eltdf-team-holder.eltdf-team-info-on-image:hover .eltdf-team-social-inner {
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.64, 0.01, 0.15, 1.16), opacity 0.5s;
  -moz-transition: -moz-transform 0.45s cubic-bezier(0.64, 0.01, 0.15, 1.16), opacity 0.5s;
  transition: transform 0.45s cubic-bezier(0.64, 0.01, 0.15, 1.16), opacity 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.eltdf-team-holder.eltdf-team-info-on-image .eltdf-team-social-holder {
  margin: 7px 0 0;
}

.eltdf-team-holder .eltdf-team-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-team-holder .eltdf-team-image img {
  display: block;
}

.eltdf-team-holder .eltdf-team-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 20px 0 0;
  text-align: center;
}

.eltdf-team-holder .eltdf-team-name {
  margin: 0;
}

.eltdf-team-holder .eltdf-team-position {
  margin: 6px 0 0;
}

.eltdf-team-holder .eltdf-team-text {
  margin: 9px 0 0;
}

.eltdf-team-holder .eltdf-team-social-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.eltdf-team-holder .eltdf-team-social-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.eltdf-team-holder .eltdf-team-social-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  padding: 20px 40px 33px;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.eltdf-team-holder .eltdf-team-social-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 12px 0 0;
}

.eltdf-team-holder .eltdf-team-social-holder .eltdf-team-icon {
  font-size: 12px;
  padding: 0 24px;
  border-right: 1px dotted #000;
}

.eltdf-team-holder .eltdf-team-social-holder .eltdf-team-icon .eltdf-icon-element {
  font-size: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.eltdf-team-holder .eltdf-team-social-holder .eltdf-team-icon:first-child {
  padding-left: 0;
}

.eltdf-team-holder .eltdf-team-social-holder .eltdf-team-icon:last-child {
  padding-right: 0;
  border-right: 0;
}

/* ==========================================================================
   Team shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.eltdf-video-button-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.eltdf-video-button-holder.eltdf-vb-has-img .eltdf-video-button-play,
.eltdf-video-button-holder.eltdf-vb-has-img .eltdf-video-button-play-image {
  z-index: 1;
}

.eltdf-video-button-holder .eltdf-video-button-play-inner {
  position: relative;
  display: block;
  text-align: center;
}

.eltdf-video-button-holder .eltdf-video-button-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-video-button-holder .eltdf-video-button-image img {
  display: block;
}

.eltdf-video-button-holder .eltdf-video-button-text {
  font-weight: 500;
  color: #000;
  font-size: 28px;
  line-height: 1.357142857142857em;
  letter-spacing: 0.02em;
  font-family: "Heebo", sans-serif;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.eltdf-video-button-holder .eltdf-video-button-play,
.eltdf-video-button-holder .eltdf-video-button-play-image {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eltdf-video-button-holder .eltdf-video-button-play {
  color: #000;
  font-size: 106px;
  line-height: 1;
}

.eltdf-video-button-holder .eltdf-video-button-play .eltdf-video-button-play-icon:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.95) translateZ(0);
  -moz-transform: scale(0.95) translateZ(0);
  transform: scale(0.95) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.eltdf-video-button-holder .eltdf-video-button-play span {
  display: block;
  line-height: inherit;
}

.eltdf-video-button-holder .eltdf-video-button-play span:before {
  display: block;
  line-height: inherit;
}

.eltdf-video-button-holder .eltdf-video-button-play:hover .eltdf-video-button-play-icon:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.eltdf-video-button-holder .eltdf-video-button-play-image.eltdf-vb-has-hover-image:hover img:first-child {
  opacity: 0;
}

.eltdf-video-button-holder .eltdf-video-button-play-image.eltdf-vb-has-hover-image:hover img:nth-child(2) {
  opacity: 1;
}

.eltdf-video-button-holder .eltdf-video-button-play-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.eltdf-video-button-holder .eltdf-video-button-play-image img {
  display: block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.95) translateZ(0);
  -moz-transform: scale(0.95) translateZ(0);
  transform: scale(0.95) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.eltdf-video-button-holder .eltdf-video-button-play-image img:first-child {
  position: relative;
  opacity: 1;
}

.eltdf-video-button-holder .eltdf-video-button-play-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.eltdf-video-button-holder.eltdf-default-play-button-light .eltdf-video-button-svg polygon {
  fill: #fff;
}

.eltdf-video-button-holder.eltdf-default-play-button-light .eltdf-video-button-svg circle {
  stroke: #fff;
}

.eltdf-video-button-holder .eltdf-video-button-svg {
  padding: 5px;
  overflow: visible;
}

.eltdf-video-button-holder .eltdf-video-button-svg circle:nth-child(1) {
  opacity: 0.7;
}

.eltdf-video-button-holder .eltdf-video-button-svg circle:nth-child(2) {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  backface-visibility: hidden;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.eltdf-video-button-holder .eltdf-video-button-svg:hover circle:nth-child(2) {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
  stroke-dashoffset: 0;
}

@media only screen and (max-width: 768px) {
  .eltdf-video-button-holder .eltdf-video-button-play-inner {
    font-size: 60px;
  }
  .eltdf-video-button-holder .eltdf-video-button-text {
    font-size: 16px;
  }
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/gioia-core/assets/css/shortcodes-map.css.map */
