/*
 ______                    _   _       _               _     _                 
|  ____|                  | | (_)     | |     /\      | |   | |                
| |__   ___ ___  ___ _ __ | |_ _  __ _| |    /  \   __| | __| | ___  _ __  ___ 
|  __| / __/ __|/ _ \ '_ \| __| |/ _` | |   / /\ \ / _` |/ _` |/ _ \| '_ \/ __|
| |____\__ \__ \  __/ | | | |_| | (_| | |  / ____ \ (_| | (_| | (_) | | | \__ \
|______|___/___/\___|_| |_|\__|_|\__,_|_| /_/    \_\__,_|\__,_|\___/|_| |_|___/
-------------------------------------------------------------------------------------

01. General Styles
02. Common styles for slider elements
03. Fancy Text Style
04. Creative Button styles
05. Countdown Styles
06. Post Timeline Styles
07. Team Members Styles
08. Testimonials Styles
09. Product Styles
10. Contact forms common
11. Contact Form 7 Styles
12. weForm Styles
13. Ninja Form Styles
14. Gravity Form
15. Post Grid Style
16. Post Grid Column
17. Infobox Style
18. Flipbox Style
19. Call To Action
20. Dual Color Heading
21. Pricing Table
22. Caldera Contact Form Styler
23. WPForms
24. Social Feeds
25. Data Table
26. Magnific Popup
27. Filterable Gallery
28. Swiper
29. Content Ticker
30. Advance Tabs
31. Advance Accordion
32. Tooltip
33. Progress Bar
34. Image accordion
-------------------------------------------------------*/
/*--------------------------*/
/* 01. General Styles
/*--------------------------*/
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/*---------------------------------------*/
/* 02. Common styles for slider elements
/*---------------------------------------*/
.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
  padding-top: 40px;
}

/*--------------------------*/
/* 03. Fancy Text Style
/*--------------------------*/
.eael-fancy-text-container p {
  margin: 0;
}

.eael-fancy-text-strings,
.eael-fancy-text-prefix,
.eael-fancy-text-suffix {
  display: inline-block;
}

.morphext > .animated {
  display: inline-block;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink_cursor 0.7s infinite;
  animation: blink_cursor 0.7s infinite;
}

@keyframes blink_cursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink_cursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--- Style 2 ---*/
.eael-fancy-text-container.style-2 {
  font-size: 24px;
}

.eael-fancy-text-container.style-2 .eael-fancy-text-strings {
  background: #ff5544;
  color: #fff;
  padding: 10px 25px;
}

/*-----------------------------*/
/* 04. Creative Button styles
/*-----------------------------*/
.eael-creative-button-align-center {
  text-align: center;
}

.eael-creative-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.eael-creative-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.eael-creative-button:focus {
  outline: none;
}

.eael-creative-button > span {
  vertical-align: middle;
}

.eael-creative-button {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1;
}

/*--- Winona ---*/
.eael-creative-button--winona {
  overflow: hidden;
  padding: 0 !important;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.eael-creative-button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.eael-creative-button--winona > span {
  display: block;
}

.eael-creative-button--winona::after,
.eael-creative-button--winona > span {
  padding: 1em 2em;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.eael-creative-button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.eael-creative-button--winona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/*--- Ujarak ---*/
.eael-creative-button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  -o-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.eael-creative-button--ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.eael-creative-button--ujarak,
.eael-creative-button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.eael-creative-button--ujarak:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--- Wayra ---*/
.eael-creative-button--wayra {
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.eael-creative-button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.eael-creative-button--wayra:hover::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*--- Tamaya ---*/
.eael-creative-button--tamaya {
  overflow: hidden;
}

.eael-creative-button--tamaya::before,
.eael-creative-button--tamaya::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.eael-creative-button--tamaya::before {
  top: 0;
  padding: 20px 30px;
}

.eael-creative-button--tamaya::after {
  bottom: 0;
  line-height: 0;
}

.eael-creative-button--tamaya:hover::after {
  bottom: -1px;
}

.eael-creative-button--tamaya > span {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.eael-creative-button--tamaya:hover::before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.eael-creative-button--tamaya:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.eael-creative-button--tamaya:hover > span {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/*--- Rayen ---*/
.eael-creative-button--rayen {
  overflow: hidden;
  padding: 0 !important;
}

.eael-creative-button--rayen::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.eael-creative-button--rayen > span {
  display: block;
}

.eael-creative-button--rayen::before,
.eael-creative-button--rayen > span {
  padding: 1em 2em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
     transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.eael-creative-button--rayen:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.eael-creative-button--rayen:hover > span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/*---------------------------------*/
/* 05. Countdown Styles
/*---------------------------------*/
/*--- General ---*/
.eael-countdown-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.eael-countdown-items > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  position: relative;
}

.eael-countdown-item > div {
  text-align: center;
  padding: 20px;
}

.eael-countdown-label-block .eael-countdown-digits,
.eael-countdown-label-block .eael-countdown-label {
  display: block;
  text-align: center;
}

.eael-countdown-digits {
  font-size: 54px;
  line-height: 1;
}

.eael-countdown-label {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}

.eael-countdown-show-separator .eael-countdown-digits::after {
  content: ":";
  position: absolute;
  left: 98%;
  z-index: 9999;
}

.eael-countdown-item:last-child .eael-countdown-digits::after {
  display: none;
}

/*--- Style 1 ---*/
.eael-countdown-items.style-1 .eael-countdown-item > div {
  background: #262625;
}

/*----------------------------*/
/* 06. Post Timeline Styles
/*----------------------------*/
.eael-post-timeline {
  margin-bottom: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.eael-timeline-column {
  width: 50%;
  margin-left: 0;
  float: left;
  margin-top: 0 !important;
}

.eael-timeline-post {
  position: relative;
}

.eael-timeline-post:after {
  background-color: rgba(83, 85, 86, 0.2);
  content: "";
  width: 2px;
  height: 245px;
  position: absolute;
  right: 0;
  top: 70px;
}

.eael-timeline-post:nth-child(2n):after {
  display: none;
}

.eael-timeline-bullet {
  background-color: #9fa9af;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 20px;
  position: absolute;
  right: -9px;
  top: 60px;
  width: 20px;
  z-index: 3;
  cursor: pointer;
}

.eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
  background-color: #9fa9af;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  bottom: 36px;
  content: "";
  height: 20px;
  left: -11px;
  position: absolute;
  top: 300px;
  width: 20px;
  z-index: 3;
}

.eael-timeline-post-inner {
  background: -webkit-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
  border: 8px solid #e5eaed;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  float: right;
  margin: 30px 40px 30px auto;
  position: relative;
  height: 320px;
  width: calc(100% - 40px);
}

.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
  float: left;
  margin-left: 40px;
}

.eael-timeline-post-inner:after {
  border-color: transparent transparent transparent #e5eaed;
  border-style: solid;
  border-width: 15px;
  content: "";
  height: 0;
  position: absolute;
  right: -36px;
  top: 17px;
  width: 0;
}

.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
  border-color: transparent #e5eaed transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: "";
  height: 0;
  left: -36px;
  position: absolute;
  top: 257px;
  width: 0;
}

.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
  border-left-color: transparent !important;
}

.eael-timeline-post p {
  margin: 1.6rem 0 0 0;
  font-size: 0.9em;
  line-height: 1.6em;
}

.eael-timeline-post-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: .6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.eael-timeline-post-title {
  bottom: 40px;
  position: absolute;
  width: 100%;
}

.eael-timeline-post-title h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 0 25px;
  text-align: left;
  text-transform: uppercase;
}

.eael-timeline-post-excerpt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.eael-timeline-post-excerpt p {
  color: #fff;
  font-size: 14px;
  padding: 25px;
}

.eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
  opacity: 1;
  top: 10px;
}

.eael-timeline-post-inner:hover .eael-timeline-post-image {
  opacity: .3;
}

.eael-timeline-post time {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 10px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: absolute;
  right: -97px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50px;
  z-index: 99;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.eael-timeline-post:nth-child(2n) time {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #fff;
  font-size: 10px;
  height: 30px;
  left: -99px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 290px;
  width: 100px;
  z-index: 99;
}

.eael-timeline-post time:before {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 45px;
  position: absolute;
  top: -5px;
  width: 0;
}

.eael-timeline-post:hover time {
  opacity: 1;
}

.eael-timeline-post::after {
  height: 100%;
}

.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
  height: 245px;
}

.eael-post-timeline .eael-timeline-post:last-child::after {
  display: none;
}

/*--- Responsive Style for Post Timeline ---*/
@media only screen and (max-width: 1366px) {
  .eael-timeline-post-title h2 {
    font-size: 0.8em;
  }

  .eael-timeline-post-excerpt p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1169px) {
  .eael-timeline-post-inner {
    height: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .eael-post-timeline {
    margin-left: 0;
  }

  .eael-timeline-bullet,
  .eael-timeline-post:after,
  .eael-timeline-post:before,
  .eael-timeline-post-inner:after {
    display: none;
  }

  .eael-timeline-post {
    display: inline-block;
    float: left !important;
    width: 50% !important;
    margin: 15px auto;
  }

  .eael-timeline-post-inner {
    height: 320px;
    padding-bottom: 30px;
  }

  .eael-timeline-post-title {
    bottom: 50px;
  }

  .eael-timeline-post-title h2 {
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .eael-timeline-post .eael-timeline-post-inner {
    margin: 0 10px auto 0;
    width: 90%;
  }

  .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
    margin: 0 auto 0 10px;
    width: 90%;
  }

  .eael-timeline-post-excerpt {
    opacity: 0 !important;
  }

  .eael-timeline-post-image {
    opacity: .3;
  }

  .eael-timeline-post time,
  .eael-timeline-post:nth-child(2n) time {
    background-color: #fff;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    left: 0;
    opacity: 1;
    padding-top: 3px;
    top: 275px;
    width: 100%;
  }

  time:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .eael-timeline-post {
    display: block;
    float: none !important;
    margin: 20px auto;
    width: 100% !important;
  }

  .eael-timeline-post .eael-timeline-post-inner,
  .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .eael-timeline-post .eael-timeline-post-inner,
  .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
    height: 250px;
    margin: 0 auto;
    width: 95%;
  }

  .eael-timeline-post time,
  .eael-timeline-post:nth-child(2n) time {
    top: 205px;
  }
}
/*----------------------------*/
/* 07. Team Members Styles
/*----------------------------*/
.eael-team-item {
  overflow: hidden;
  position: relative;
}

.team-avatar-rounded figure img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: auto;
}

.eael-team-image > figure {
  margin: 0;
  padding: 0;
}

.eael-team-image > figure img {
  display: block;
  margin: 0 auto;
}

.eael-team-item .eael-team-content {
  padding: 10px;
}

.eael-team-item .eael-team-member-name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 5px 0;
  text-transform: uppercase;
}

.eael-team-item .eael-team-member-position {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 5px 0 10px;
  text-transform: uppercase;
}

.eael-team-item .eael-team-content,
.eael-team-item .eael-team-content .eael-team-text {
  font-size: 14px;
  line-height: 1.5;
}

.eael-team-content > ul {
  margin: 0;
  padding: 0;
}

.eael-team-content li {
  display: inline-block;
  list-style: outside none none;
  margin-right: 10px;
  text-align: center;
}

.eael-team-content li a {
  font-size: 2.5rem;
}

.eael-team-align-left .eael-team-item .eael-team-member-name,
.eael-team-align-left .eael-team-item .eael-team-member-position,
.eael-team-align-left .eael-team-item .eael-team-text,
.eael-team-align-left .eael-team-item .eael-team-content p,
.eael-team-align-left .eael-team-item .eael-team-content ul,
.eael-team-align-left .eael-team-item .eael-team-content li {
  text-align: left;
}

.eael-team-align-right .eael-team-item .eael-team-member-name,
.eael-team-align-right .eael-team-item .eael-team-member-position,
.eael-team-align-right .eael-team-item .eael-team-text,
.eael-team-align-right .eael-team-item .eael-team-content p,
.eael-team-align-right .eael-team-item .eael-team-content ul,
.eael-team-align-right .eael-team-item .eael-team-content li {
  text-align: right;
}

.eael-team-align-centered .eael-team-item .eael-team-member-name,
.eael-team-align-centered .eael-team-item .eael-team-member-position,
.eael-team-align-centered .eael-team-item .eael-team-text,
.eael-team-align-centered .eael-team-item .eael-team-content p,
.eael-team-align-centered .eael-team-item .eael-team-content ul,
.eael-team-align-centered .eael-team-item .eael-team-content li {
  text-align: center;
}

.eael-team-item.eael-team-members-overlay .eael-team-content {
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
  padding-top: 15%;
  opacity: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.eael-team-item.eael-team-members-overlay:hover .eael-team-content {
  opacity: 1;
}

.eael-team-member-social-link > a {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  tran