/*
 * Linkable Elementor Addons Styles
 */
/* ------------------------------ Heading ------------------------------------- */
h2.linkable-heading {
  margin: 0px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
}
h2 .lea-line-center.center {
  text-align: center;
}
h2 .lea-line-center.center .content {
  max-width: 860px;
  margin: 0 auto;
}
h2 .lea-line-center.left {
  text-align: left;
}
h2 .lea-line-center.right {
  text-align: right;
}

.elementor-widget-linkable-heading .linkable-heading.elementor-size-small {
  font-size: 16px;
}

.elementor-widget-linkable-heading .linkable-heading.elementor-size-medium {
  font-size: 26px;
}

.elementor-widget-linkable-heading .linkable-heading.elementor-size-medium-pillar {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  line-height: 36px;
  letter-spacing: 5px;
}

.elementor-widget-linkable-heading .linkable-heading.elementor-size-large-pillar {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  line-height: 1.2em;
  letter-spacing: 5px;
}

.elementor-widget-linkable-heading .linkable-heading.elementor-size-large {
  font-size: 36px;
}

.elementor-widget-linkable-heading .linkable-heading.elementor-size-xl {
  font-size: 48px;
}

.elementor-widget-linkable-heading .linkable-heading.elementor-size-xxl {
  font-size: 72px;
}

.lea-line {
  display: inline-block;
  width: 150px;
  margin: 26px 0 20px;
  border: 1px solid #d1d1d1;
}

/* Image Hover */
.ih-item {
  position: relative;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  box-sizing: border-box;
}
.ih-item.square.effect7 {
  overflow: hidden;
}
.ih-item.square .info {
  right: 0;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
}
.ih-item * {
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.square {
  position: relative;
  width: 100%;
  height: 100%;
}
.ih-item.square .img span {
  box-shadow: none !important;
  display: none;
}
.ih-item.square .info {
  position: absolute;
  backface-visibility: hidden;
}
.ih-item.square.effect7 .img {
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
.ih-item.square.effect7 .info {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect7 .info p {
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px;
  text-align: center;
  transform: scale(5);
  transition: all 0.35s 0.3s linear;
}
.ih-item.square.effect7 .info .image-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -12px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect7:hover .img {
  transform: scale(1.2);
}
.ih-item.square.effect7:hover .info {
  opacity: 1;
}
.ih-item.square.effect7:hover .info h3, .ih-item.square.effect7:hover .info p {
  transform: scale(1);
}
.ih-item.square .img {
  margin: 0;
}
.ih-item.square .img img {
  margin: 0;
}

/* ------------------------------ Image Hover Effect ------------------------------------- */
.linkable-image-hover-effect .effect7 img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.linkable-image-hover-effect .effect7:hover img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* ------------------------------ Blockquote ------------------------------------- */
.linkable-blockquote {
  margin-bottom: 0;
  padding: 0 20px;
}
.linkable-blockquote p {
  margin-bottom: 0;
}

/* ------------------------------ Info Box ------------------------------------- */
.lea-info-box {
  padding-bottom: 1px;
  padding: 40px;
  min-height: 100%;
}
.lea-info-box h3 {
  font-size: 18px;
}
.lea-info-box .lea-info-img {
  display: block;
  padding-bottom: 12px;
  margin: 0 auto;
}
.lea-info-box i {
  margin-bottom: 12px;
}
.lea-info-box .lea-info-title {
  margin-bottom: 20px;
  font-weight: bold;
}
.lea-info-box .lea-info-desc {
  margin-bottom: 20px;
  font-size: 14px;
}
.lea-info-box .lea-info-btn {
  color: #2b1e79;
  border-bottom: 1px solid #2b1e79;
  padding-bottom: 1px;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .lea-info-box {
    padding: 80px;
  }
}
/* ------------------------------ Member Profile ------------------------------------- */
.elementor-widget-linkable-team-members {
  padding: 0 15px;
}
.elementor-widget-linkable-team-members hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.elementor-widget-linkable-team-members img {
  width: 100%;
  margin-bottom: 20px;
}
.elementor-widget-linkable-team-members h3 {
  font-weight: 700;
  font-size: 18px;
}
.elementor-widget-linkable-team-members h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999999;
}

.linkable-team-member-description {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  color: #999999;
}

.linkable-social-icon {
  background-color: none;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  cursor: pointer;
}

.linkable-social-icon.elementor-social-icon i {
  color: #999999;
}

.linkable-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  background-color: transparent !important;
  font-size: 20px;
  text-align: center;
}
.linkable-icon i, .linkable-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

/* ------------------------------ Chapter Box ------------------------------------- */
.elementor-widget-linkable-chapter-box {
  height: 100%;
}

.lea-chapter-box {
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  max-width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lea-chapter-box .lea-chapter-number {
  position: absolute;
  float: left;
  top: 75%;
  left: 67%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.lea-chapter-box .lea-chapter-number-top {
  text-align: left;
  color: #DAE5EB;
  font-size: 72px;
  line-height: 1.6em;
  letter-spacing: 3px;
  font-weight: 600;
}
.lea-chapter-box .lea-chapter-number-top {
  text-align: left;
  color: #DAE5EB;
  font-size: 72px;
  line-height: 1.6em;
  letter-spacing: 3px;
  font-weight: 600;
}
.lea-chapter-box .lea-chapter-text {
  line-height: 1.42;
}
.lea-chapter-box .lea-no-style .lea-chapter-number, .lea-chapter-box .lea-img-nonumber .lea-chapter-number {
  visibility: hidden;
}
.lea-chapter-box .lea-chapter-image {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.lea-chapter-box .lea-chapter-image.lea-img-rounded img, .lea-chapter-box .lea-chapter-image.lea-img-nonumber img {
  border-radius: 50%;
}
.lea-chapter-box .lea-chapter-image img {
  max-width: 55%;
}
.lea-chapter-box.lea-chapter-box-column .lea-chapter-image img {
  max-width: 100%;
  padding-top: 25px;
}
.lea-chapter-box.lea-chapter-box-column .lea-chapter-title {
  padding: 0px;
}
.lea-chapter-box.lea-chapter-box-column .lea-chapter-title h3 {
  display: block;
}
.lea-chapter-box .lea-chapter-title {
  padding: 15px 20px;
  text-align: left;
}
.lea-chapter-box .lea-chapter-title a, .lea-chapter-box .lea-chapter-title a:hover, .lea-chapter-box .lea-chapter-title a:visited, .lea-chapter-box .lea-chapter-title a:active {
  text-decoration: none;
  color: #333333;
}
.lea-chapter-box .lea-chapter-title h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 0px;
  display: inline;
}
.lea-chapter-box .lea-chapter-title span, .lea-chapter-box .lea-chapter-title span a, .lea-chapter-box .lea-chapter-title span a:hover, .lea-chapter-box .lea-chapter-title span a:visited, .lea-chapter-box .lea-chapter-title span a:active {
  font-size: 15px;
}

.lea-chapter-box-column {
  max-width: none;
}

.lea-chapter-box .lea-chapter-title .lea-chapter-number-top a {
  text-align: left;
  color: #DAE5EB;
  font-size: 72px;
  line-height: 1.6em;
  letter-spacing: 3px;
  font-weight: 600;
}

/* ------------------------------ Table of Contents ------------------------------------- */
.linkable-toc-list-title {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.3em;
  text-align: left;
}

.linkable-simple-toc .linkable-toc-list-item > a {
  line-height: 2em;
}

@media (max-width: 767px) {
  .linkable-toc-list-item > a {
    line-height: 2em;
  }
}
.linkable-simple-toc, .linkable-image-toc {
  border: solid 1px #cccccc;
  border-radius: 3px;
}
.linkable-simple-toc .linkable-toc-list-title, .linkable-image-toc .linkable-toc-list-title {
  border-bottom: solid 1px #cccccc;
}
.linkable-simple-toc ul, .linkable-image-toc ul {
  padding: 20px 20px 20px 40px;
}

ul.linkable-toc-list-items {
  list-style: decimal;
}

li.linkable-toc-list-item {
  display: list-item;
}
li.linkable-toc-list-item img {
  display: none;
  padding-top: 25px;
}

#toc-header-links {
  z-index: 999999;
  background-color: #ffffff;
  color: #515962;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  border-start-start-radius: 0;
  border-start-end-radius: 3px;
  border-end-start-radius: 0;
  border-end-end-radius: 3px;
  position: fixed;
  top: 100px;
  width: 240px;
  right: 30px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  cursor: move;
}
#toc-header-links .toc-header-no-h2 {
  padding: 10px;
}
#toc-header-links .toc-header-links-title {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#toc-header-links .toc-header-links-footer {
  margin-top: 15px;
  text-align: center;
}
#toc-header-links li {
  list-style: decimal;
  border-bottom: 1px solid #ccc;
  padding: 8px 8px 8px 15px;
}
#toc-header-links li:last-child {
  border-bottom: none;
}
#toc-header-links .swd-admin-toc {
  padding-inline-start: 30px;
}

@media (min-width: 768px) {
  .linkable-image-toc .linkable-toc-list-title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.3em;
    text-align: center;
    border: none;
  }
  .linkable-image-toc {
    border: none;
  }
  ul.linkable-toc-image.linkable-toc-list-items.linkable-inline-items .linkable-inline-item {
    word-break: break-word;
    flex-direction: row;
  }
  #left-area ul.linkable-toc-image.linkable-toc-list-items,
  .elementor .elementor-element ul.linkable-toc-image.linkable-toc-list-items,
  .elementor-edit-area .elementor-element ul.linkable-toc-image.linkable-toc-list-items {
    padding: 0;
  }
  .elementor-widget .linkable-toc-inner {
    flex-direction: column;
    justify-content: space-between;
  }
  .elementor-widget .linkable-toc-image.linkable-toc-list-items.linkable-inline-items .linkable-toc-list-item {
    flex-direction: column;
    justify-content: space-between;
  }
  .elementor-widget .linkable-toc-image.linkable-toc-list-items.linkable-inline-items .linkable-toc-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px;
  }
  .elementor-widget .linkable-toc-image .linkable-toc-list-item {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .elementor-widget .linkable-toc-image .linkable-toc-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .elementor-widget .linkable-toc-image .linkable-toc-list-item, .elementor-widget .linkable-toc-image .linkable-toc-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--toc-vertical-align, left);
  }
  .elementor-widget.elementor-list-item-link-full_width a {
    width: 100%;
  }
  .elementor-widget.elementor-align-center .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-align-center .linkable-toc-image .linkable-toc-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-align-center .linkable-toc-image .linkable-toc-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-align-center .linkable-toc-image.linkable-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-align-left .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-align-left .linkable-toc-image .linkable-toc-list-item a {
    text-align: left;
  }
  .elementor-widget.elementor-align-left .linkable-toc-image.linkable-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-align-right .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-align-right .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-align-right .linkable-toc-image.linkable-toc-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-align-right) .linkable-toc-image .linkable-toc-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-align-left) .linkable-toc-image .linkable-toc-list-item:after {
    right: 0;
  }
  .elementor-widget .linkable-toc-image.linkable-toc-list-items.linkable-inline-items .linkable-toc-list-item {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #CCCCCC;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .linkable-toc-image li.linkable-toc-list-item img {
    display: flex;
  }
  ul.linkable-toc-image.linkable-toc-list-items {
    counter-reset: swd-counter;
  }
  .linkable-toc-image li.linkable-toc-list-item a::before {
    counter-increment: swd-counter;
    content: counter(swd-counter, decimal-leading-zero);
    padding-bottom: 10px;
    color: #DAE5EB;
    font-size: 72px;
    line-height: 1.6em;
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
  }
  ul.linkable-toc-image.linkable-toc-list-items.linkable-inline-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .elementor-widget .linkable-toc-image.linkable-toc-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: -1) {
  .elementor-widget.elementor-widescreen-align-center .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-widescreen-align-center .linkable-toc-image .linkable-toc-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-widescreen-align-center .linkable-toc-image .linkable-toc-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-widescreen-align-center .linkable-toc-image.linkable-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-widescreen-align-left .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-widescreen-align-left .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-widescreen-align-left .linkable-toc-image.linkable-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-widescreen-align-right .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-widescreen-align-right .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-widescreen-align-right .linkable-toc-image.linkable-toc-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-widescreen-align-right) .linkable-toc-image .linkable-toc-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-widescreen-align-left) .linkable-toc-image .linkable-toc-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-laptop-align-center .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-laptop-align-center .linkable-toc-image .linkable-toc-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-laptop-align-center .linkable-toc-image .linkable-toc-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-laptop-align-center .linkable-toc-image.linkable-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-laptop-align-left .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-laptop-align-left .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-laptop-align-left .linkable-toc-image.linkable-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-laptop-align-right .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-laptop-align-right .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-laptop-align-right .linkable-toc-image.linkable-toc-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-laptop-align-right) .linkable-toc-image .linkable-toc-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-laptop-align-left) .linkable-toc-image .linkable-toc-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-tablet_extra-align-center .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-tablet_extra-align-center .linkable-toc-image .linkable-toc-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet_extra-align-center .linkable-toc-image .linkable-toc-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-tablet_extra-align-center .linkable-toc-image.linkable-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet_extra-align-left .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-tablet_extra-align-left .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-tablet_extra-align-left .linkable-toc-image.linkable-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-tablet_extra-align-right .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-tablet_extra-align-right .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-tablet_extra-align-right .linkable-toc-image.linkable-toc-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-tablet_extra-align-right) .linkable-toc-image .linkable-toc-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-tablet_extra-align-left) .linkable-toc-image .linkable-toc-list-item:after {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .elementor-widget.elementor-tablet-align-center .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-tablet-align-center .linkable-toc-image .linkable-toc-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet-align-center .linkable-toc-image .linkable-toc-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-tablet-align-center .linkable-toc-image.linkable-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet-align-left .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-tablet-align-left .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-tablet-align-left .linkable-toc-image.linkable-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-tablet-align-right .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-tablet-align-right .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-tablet-align-right .linkable-toc-image.linkable-toc-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-tablet-align-right) .linkable-toc-image .linkable-toc-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-tablet-align-left) .linkable-toc-image .linkable-toc-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-mobile_extra-align-center .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-mobile_extra-align-center .linkable-toc-image .linkable-toc-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile_extra-align-center .linkable-toc-image .linkable-toc-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-mobile_extra-align-center .linkable-toc-image.linkable-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile_extra-align-left .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-mobile_extra-align-left .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-mobile_extra-align-left .linkable-toc-image.linkable-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-mobile_extra-align-right .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-mobile_extra-align-right .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-mobile_extra-align-right .linkable-toc-image.linkable-toc-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-mobile_extra-align-right) .linkable-toc-image .linkable-toc-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-mobile_extra-align-left) .linkable-toc-image .linkable-toc-list-item:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .elementor-widget.elementor-mobile-align-center .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-mobile-align-center .linkable-toc-image .linkable-toc-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile-align-center .linkable-toc-image .linkable-toc-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-mobile-align-center .linkable-toc-image.linkable-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile-align-left .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-mobile-align-left .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-mobile-align-left .linkable-toc-image.linkable-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-mobile-align-right .linkable-toc-image .linkable-toc-list-item, .elementor-widget.elementor-mobile-align-right .linkable-toc-image .linkable-toc-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-mobile-align-right .linkable-toc-image.linkable-toc-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-mobile-align-right) .linkable-toc-image .linkable-toc-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-mobile-align-left) .linkable-toc-image .linkable-toc-list-item:after {
    right: 0;
  }
}
/* ------------------------------ Testimonials Slider ------------------------------------- */
.lea-testimonials-slider {
  clear: both;
  position: relative;
}
.lea-testimonials-slider.lea-container {
  max-width: 900px;
  margin: 0 auto;
}
.lea-testimonials-slider.control_nav_style {
  margin: 0 auto 50px;
}
.lea-testimonials-slider.control_nav_style ul {
  margin-bottom: 18px;
}
.lea-testimonials-slider .lea-testimonial-text {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 21px;
  line-height: 42px;
  color: #666;
}
.lea-dark-bg .lea-testimonials-slider .lea-testimonial-text {
  color: #ccc;
}
.lea-testimonials-slider .lea-testimonial-text .lea-icon-quote {
  font: normal normal normal 14px/1 FontAwesome;
}
.lea-testimonials-slider .lea-testimonial-text .lea-icon-quote:before {
  font-size: 42px;
  content: "\f10d";
}
.lea-testimonials-slider .lea-testimonial-text i {
  color: #ccc;
  font-size: 32px;
  display: block;
  margin-bottom: 35px;
  background: none;
  width: auto;
  height: auto;
}
.lea-dark-bg .lea-testimonials-slider .lea-testimonial-text i {
  color: #ddd;
}
.lea-testimonials-slider .lea-image-wrapper img {
  max-width: 180px;
  border-radius: 50%;
  margin-bottom: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rtl .lea-testimonials-slider .lea-image-wrapper img {
  margin: 0 0 0 15px;
}
.lea-testimonials-slider .lea-testimonial-user {
  margin: 0 auto;
}
.lea-testimonials-slider .lea-testimonial-user .lea-text {
  text-align: center;
  color: #888;
}
.lea-dark-bg .lea-testimonials-slider .lea-testimonial-user .lea-text {
  color: #909090;
}
.lea-testimonials-slider .lea-testimonial-user .lea-text .lea-author-name {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 0.7;
  color: #333333;
}
.lea-dark-bg .lea-testimonials-slider .lea-testimonial-user .lea-text .lea-author-name {
  color: #e5e5e5;
}
.lea-testimonials-slider .lea-testimonial-user .lea-text .lea-author-credentials {
  font-size: 16px;
  font-weight: 600;
}

/* --------------- Flexslider Styles -------------- */
.lea-container .lea-thumbnailslider.lea-flexslider {
  margin-top: 15px;
}
.lea-container .lea-thumbnailslider.lea-flexslider .lea-slide {
  margin: 0 5px 0 0;
}
.lea-container .lea-thumbnailslider.lea-flexslider .lea-slide img {
  display: block;
  opacity: 0.5;
  cursor: pointer;
}
.lea-container .lea-thumbnailslider.lea-flexslider .lea-slide img:hover {
  opacity: 1;
}
.lea-container .lea-thumbnailslider.lea-flexslider .lea-slide.lea-flex-active-slide img {
  opacity: 1;
  cursor: default;
}
.lea-container .lea-flex-direction-nav {
  padding: 0 !important;
  margin: 0 !important;
}
.lea-container .lea-flex-direction-nav li {
  position: initial;
}
.lea-container .lea-post-read-more a {
  color: #2b1e79;
  border-bottom: 1px solid #2b1e79;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.lea-container .lea-flex-direction-nav a, .lea-container .lea-flex-direction-nav a:hover {
  opacity: 1;
  text-shadow: none;
  background: none;
  color: #888;
  font-size: 24px;
  width: 28px;
  height: 28px;
  margin: -5px 0 0;
  bottom: initial;
  left: initial;
  right: initial;
  top: 50%;
  text-indent: 0;
  text-align: center;
  color: #aaa;
  transition: all 0.3s ease-in-out 0s;
  outline: none;
}
.rtl .lea-container .lea-flex-direction-nav a, .rtl .lea-container .lea-flex-direction-nav a:hover {
  transform: scaleX(-1);
  direction: ltr;
}
.lea-container .lea-flex-direction-nav a:before, .lea-container .lea-flex-direction-nav a:hover:before {
  margin: 2px;
  vertical-align: middle;
  display: inline;
  font-family: inherit !important;
  opacity: 1;
}
.lea-dark-bg .lea-container .lea-flex-direction-nav a, .lea-dark-bg .lea-container .lea-flex-direction-nav a:hover {
  color: #888;
}
.lea-dark-bg .lea-container .lea-flex-direction-nav a:hover, .lea-dark-bg .lea-container .lea-flex-direction-nav a:hover:hover {
  color: #aaa;
}
@media only screen and (max-width: 960px) {
  .lea-container .lea-flex-direction-nav a, .lea-container .lea-flex-direction-nav a:hover {
    display: none; /* Let users navigate via touch */
  }
}
.lea-container .lea-flex-direction-nav a.lea-flex-prev {
  left: -30px;
  font: normal normal normal 14px/1 FontAwesome;
  z-index: 99;
  overflow: visible;
  text-decoration: none;
}
.lea-container .lea-flex-direction-nav a.lea-flex-prev:before {
  font-size: 42px;
  content: "\f104";
}
.lea-container .lea-flex-direction-nav a.lea-flex-next {
  right: -30px;
  font: normal normal normal 14px/1 FontAwesome;
  z-index: 99;
  overflow: visible;
  text-decoration: none;
}
.lea-container .lea-flex-direction-nav a.lea-flex-next:before {
  font-size: 42px;
  content: "\f105";
}
.lea-container .lea-flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
.lea-container .lea-flex-control-nav li, .lea-container .lea-flex-control-nav li:hover {
  margin: 0 8px 0 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.lea-container .lea-flex-control-nav li a, .lea-container .lea-flex-control-nav li a:hover {
  background: #aaa;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: none;
  transition: all 0.2s ease-in 0s;
  display: inline-block;
  vertical-align: middle;
  outline: none;
}
.lea-dark-bg .lea-container .lea-flex-control-nav li a, .lea-dark-bg .lea-container .lea-flex-control-nav li a:hover {
  background: #ccc;
  border-color: #ccc;
}
.lea-container .lea-flex-control-nav li a.lea-flex-active, .lea-container .lea-flex-control-nav li a:hover.lea-flex-active, .lea-container .lea-flex-control-nav li a:hover {
  background: none;
}
.lea-container .lea-flex-control-nav li a.lea-flex-active, .lea-container .lea-flex-control-nav li a:hover.lea-flex-active {
  width: 14px;
  height: 14px;
}
.lea-container .lea-flex-control-thumbs {
  bottom: -120px;
}
@media only screen and (max-width: 600px) {
  .lea-container .lea-flex-control-thumbs {
    bottom: -80px;
  }
}
.lea-container .lea-flex-control-thumbs li {
  width: auto;
  float: none;
}
.lea-container .lea-flex-control-thumbs li img {
  max-width: 100%;
  width: 150px;
}
@media only screen and (max-width: 600px) {
  .lea-container .lea-flex-control-thumbs li img {
    width: 100px;
  }
}

/* ---------------------------------- Posts Carousel ---------------------------------- */
.lea-posts-carousel {
  clear: both;
  max-width: none;
}
.lea-posts-carousel .lea-posts-carousel-item {
  outline: none;
}
.lea-posts-carousel .lea-posts-carousel-item .hentry {
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.lea-posts-carousel .lea-posts-carousel-item .woo-price a {
  text-decoration: none;
}
.lea-posts-carousel .lea-posts-carousel-item .woocommerce {
  padding-top: 0.5em;
}
.lea-posts-carousel .lea-posts-carousel-item .woocommerce a.added_to_cart {
  padding-top: 0;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-add-to-cart {
  color: #2b1e79;
  border-bottom: 1px solid #2b1e79;
  padding-bottom: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image {
  position: relative;
  overflow: hidden;
  outline: none;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image img {
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out 0s;
  max-width: 100%;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image:hover img {
  filter: brightness(50%);
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info {
  display: block;
  text-align: center;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info .lea-entry-info {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  transform: translateY(-50%);
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info .lea-post-title {
  padding: 10px;
  margin: 0;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0s;
}
@media only screen and (min-width: 1024px) {
  .lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info .lea-post-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info .lea-post-title a {
  display: inline;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info .lea-post-title a:hover {
  color: #fff;
  text-decoration: underline;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info .lea-terms {
  display: block;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0s;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info .lea-terms a {
  color: #ddd;
  position: relative;
  display: inline;
  zoom: 1;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image .lea-image-info .lea-terms a:hover {
  color: #fff;
  text-decoration: underline;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-project-image:hover .lea-image-info .lea-post-title, .lea-posts-carousel .lea-posts-carousel-item .lea-project-image:hover .lea-image-info .lea-terms {
  opacity: 1;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap {
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
  padding: 25px 0px;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .entry-title {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 10px;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .entry-title:after, .lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .entry-title:before {
  display: none;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .entry-title a {
  color: #333333;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .entry-title a:hover {
  color: #888;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-entry-meta {
  font-size: 14px;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-entry-meta abbr[data-original-title], .lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-entry-meta abbr[title] {
  cursor: pointer;
  border-bottom: none;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-entry-meta span {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #999;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-entry-meta span a {
  transition: all 0.3s ease-in-out 0s;
  font-style: normal;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-entry-meta span:after {
  content: "|";
  padding-left: 6px;
  padding-right: 6px;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-entry-meta span:first-child {
  border: none;
  padding-left: 0;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-entry-meta span:last-child:after {
  display: none;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .entry-summary {
  padding: 0;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 24px;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-category-list {
  transition: all 0.4s ease-in-out 0s;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-category-list:after {
  width: 35px;
  height: 1px;
  background: #aaa;
  display: block;
  content: "";
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-category-list:after {
  text-align: center;
  margin: 10px auto 10px;
}
.lea-posts-carousel .lea-posts-carousel-item .lea-entry-text-wrap .lea-category-list a {
  font-style: italic;
  transition: all 0.4s ease-in-out 0s;
}
.lea-posts-carousel .lea-posts-carousel-item .type-post .lea-entry-text-wrap .entry-summary:before {
  display: none;
}

/* Sleek Carousel Styles */
.lea-posts-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.lea-posts-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.lea-container button.slick-prev, .lea-container button.slick-next {
  position: absolute;
  bottom: initial;
  left: initial;
  right: initial;
  top: 50%;
  width: 28px;
  height: 40px;
  margin: -30px 0 0;
}
.rtl .lea-container button.slick-prev, .rtl .lea-container button.slick-next {
  transform: scaleX(-1);
  direction: ltr;
}
.lea-container button.slick-prev, .lea-container button.slick-prev:before, .lea-container button.slick-prev:after, .lea-container button.slick-next, .lea-container button.slick-next:before, .lea-container button.slick-next:after {
  text-shadow: none;
  background: none !important;
  border: none;
  padding: 0;
  opacity: 1;
  font-size: 24px;
  color: #aaa !important;
  overflow: hidden;
  box-shadow: none;
  outline: none;
  text-indent: 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.lea-container button.slick-prev:before, .lea-container button.slick-next:before {
  margin: 2px;
  vertical-align: middle;
}
.lea-container button.slick-prev:hover:before, .lea-container button.slick-prev:hover:after, .lea-container button.slick-next:hover:before, .lea-container button.slick-next:hover:after {
  color: #888 !important;
}
.lea-dark-bg .lea-container button.slick-prev:before, .lea-dark-bg .lea-container button.slick-prev:after, .lea-dark-bg .lea-container button.slick-next:before, .lea-dark-bg .lea-container button.slick-next:after {
  color: #888 !important;
}
.lea-dark-bg .lea-container button.slick-prev:hover:before, .lea-dark-bg .lea-container button.slick-prev:hover:after, .lea-dark-bg .lea-container button.slick-next:hover:before, .lea-dark-bg .lea-container button.slick-next:hover:after {
  color: #aaa !important;
  background: none !important;
}
.lea-container button.slick-prev {
  left: -40px;
  font: normal normal normal 14px/1 FontAwesome;
}
.lea-container button.slick-prev:before {
  font-size: 42px;
  content: "\f104";
}
.lea-container button.slick-next {
  right: -40px;
  font: normal normal normal 14px/1 FontAwesome;
}
.lea-container button.slick-next:before {
  font-size: 42px;
  content: "\f105";
}
.lea-container ul.slick-dots {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
.lea-container ul.slick-dots li {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  display: inline-block;
  font-size: 0;
}
.lea-container ul.slick-dots li button {
  padding: 0;
  background: #aaa;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: none;
  transition: background 0.3s ease-in-out 0s;
  font-size: 0;
  outline: none;
}
.lea-container ul.slick-dots li button:before {
  display: none;
}
.lea-dark-bg .lea-container ul.slick-dots li button {
  background: #888 !important;
  border-color: #888 !important;
}
.lea-container ul.slick-dots li button:hover, .lea-container ul.slick-dots li.slick-active button {
  background: none !important;
  border-color: #aaa !important;
}
.lea-container ul.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
}

/**************** Media Grid *******************/
/*************************************************/
.linkable-img-gallery-filter, .linkable-blog-filter {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linkable-img-gallery {
  clear: both;
  overflow: hidden;
}

.linkable-gallery-container .linkable-gallery-item {
  padding: 10px;
  float: left;
}
.linkable-gallery-container .grid-sizer {
  width: 33.33%;
}
.linkable-gallery-container .lea-gallery-item {
  padding: 10px;
}

.linkable-img-gallery-filter .linkable-gallery-cats-container li a.category, .linkable-blog-filter .linkable-blog-cats-container li a.category {
  text-decoration: none;
  border-radius: 75px;
  margin: 15px 5px 20px;
  padding: 7px 20px;
  transition: all 0.3s ease-in-out;
}

.linkable-img-gallery-filter .linkable-gallery-cats-container li a.category span {
  transition: all 0.3s ease-in-out;
}

.lea-gallery-img {
  position: relative;
}
.lea-gallery-img .lea-gallery-whole-link {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lea-gallery-img.style2 .lea-gallery-whole-link {
  z-index: 99;
}

.lea-gallery-img-container {
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.lea-gallery-img-container img {
  display: block;
  width: 100%;
  max-width: 100%;
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}

.linkable-img-gallery.gray img {
  filter: grayscale(100%);
}
.linkable-img-gallery.zoomout img, .linkable-img-gallery.scale img {
  transform: scale(1.2);
}
.linkable-img-gallery.sepia img {
  filter: sepia(30%);
}
.linkable-img-gallery.bright img {
  filter: brightness(1);
}
.linkable-img-gallery.trans img {
  transform: translateX(-15px) scale(1.1);
}

.lea-gallery-img .lea-gallery-magnific-image, .lea-gallery-img .lea-gallery-img-link {
  outline: none;
}
.lea-gallery-img .lea-gallery-magnific-image span, .lea-gallery-img .lea-gallery-img-link span {
  line-height: 1;
  display: inline-block;
  opacity: 0;
  margin: 0 5px;
  padding: 15px;
  border-radius: 50%;
}
.lea-gallery-img.style2 .lea-gallery-magnific-image span, .lea-gallery-img.style2 .lea-gallery-img-link span {
  margin: 0 5px 20px;
}
.lea-gallery-img:hover .lea-gallery-magnific-image span {
  transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
}
.lea-gallery-img:hover .lea-gallery-img-link span {
  transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
}
.lea-gallery-img:hover .lea-gallery-magnific-image span, .lea-gallery-img:hover .lea-gallery-img-link span {
  opacity: 1;
}

.linkable-gallery-icon-show a.lea-gallery-video-icon span {
  opacity: 1;
}

.linkable-img-gallery-filter ul.linkable-gallery-cats-container, .linkable-blog-filter ul.linkable-blog-cats-container {
  text-align: center;
  margin: 0;
  padding: 0;
}

.linkable-img-gallery-filter .linkable-gallery-cats-container li, .linkable-blog-filter .linkable-blog-cats-container li {
  list-style: none;
  -js-display: inline-flex;
  display: inline-flex;
}

.linkable-img-gallery.shadow .lea-gallery-img .swd-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0s;
}
.linkable-img-gallery.shadow .lea-gallery-img:hover {
  background: rgba(0, 0, 0, 0.3);
}
.linkable-img-gallery.shadow .lea-gallery-img:hover .swd-image-overlay {
  opacity: 0.4;
}
.linkable-img-gallery.shadow .default.lea-gallery-img .swd-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  filter: alpha(opacity=0.4);
  -moz-opacity: 0.4;
  opacity: 0.4;
  transition: opacity 0.4s ease-in-out 0s;
}
.linkable-img-gallery.shadow .default.lea-gallery-img:hover {
  background: rgba(0, 0, 0, 0.3);
}
.linkable-img-gallery.shadow .default.lea-gallery-img:hover .swd-image-overlay {
  opacity: 0;
}
.linkable-img-gallery.zoomin .lea-gallery-img:hover img {
  transform: scale(1.1);
}
.linkable-img-gallery.zoomout .lea-gallery-img:hover img {
  transform: scale(1);
}
.linkable-img-gallery.scale .lea-gallery-img:hover img {
  transform: scale(1.3) rotate(5deg);
}
.linkable-img-gallery.trans .lea-gallery-img:hover img {
  transform: translateX(0px) scale(1.1);
}

.lea-gallery-img .linkable-gallery-caption {
  margin: 20px auto 0;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  min-height: 60px;
  z-index: 1;
}
.lea-gallery-img .linkable-gallery-caption .linkable-gallery-img-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
}
.lea-gallery-img .linkable-gallery-caption a {
  color: #555555;
}
.lea-gallery-img.style1 {
  overflow: hidden;
}
.lea-gallery-img:not(.style2) .lea-gallery-icons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.lea-gallery-img:not(.style2) .lea-gallery-icons-inner-container {
  position: absolute;
  top: 33.33%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 999;
}
.lea-gallery-img.style1 .linkable-gallery-caption {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  transition: all 500ms ease 0s;
  transform: translate3d(0, 100%, 0);
}
.lea-gallery-img.style1:hover .linkable-gallery-caption {
  transform: translate3d(0, 0, 0);
  bottom: -1px !important;
}
.lea-gallery-img.default .linkable-gallery-caption, .lea-gallery-img.style-1 .linkable-gallery-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.lea-gallery-img.style2 .lea-gallery-icons-caption-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  backface-visibility: hidden;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 1;
  background-color: rgba(108, 191, 226, 0.68);
  -js-display: flex;
  display: flex;
  text-align: center;
  align-items: center;
}
.lea-gallery-img.style2 .lea-gallery-icons-caption-cell {
  width: 100%;
}
.lea-gallery-img.style2:hover .lea-gallery-icons-caption-container {
  opacity: 1;
  transform: translate(15px, 15px);
}

.linkable-clearfix {
  clear: both;
}

/** * Metro Style */
.linkable-img-gallery-metro .linkable-gallery-item {
  overflow: hidden;
}
.linkable-img-gallery-metro .lea-gallery-img, .linkable-img-gallery-metro .lea-gallery-img-container {
  height: 100%;
}
.linkable-img-gallery-metro .lea-gallery-image {
  min-height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.linkable-img-gallery .linkable-gallery-item-hidden {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.linkable-gallery-load-more .linkable-gallery-load-more-btn {
  box-shadow: none;
  text-shadow: none;
  border: none;
  outline: none;
  align-items: center;
  vertical-align: bottom;
  cursor: pointer;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  background-image: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.linkable-gallery-load-more-btn {
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
}

.linkable-loader {
  border: 3px solid #f3f3f3;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid;
  border-top-color: #bbb;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

.linkable-gallery-load-more-btn div {
  margin-left: 3px;
}
.linkable-gallery-load-more-btn .linkable-loader {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.lea-gallery-img .lea-gallery-lightbox-wrap {
  display: inline-block;
}

.linkable-img-gallery-no-lightbox .linkable-gallery-video-item .lea-gallery-img, .lea-gallery-img .lea-gallery-video-icon {
  cursor: pointer;
}

.lea-gallery-icons-inner-container svg, .lea-gallery-icons-caption-cell svg {
  width: 14px;
  height: 14px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.linkable-gallery-item .lea-gallery-img.style-1:hover .linkable-gallery-caption {
  display: block;
}

.linkable-gallery-item .lea-gallery-img.default .linkable-gallery-caption, .linkable-gallery-item .lea-gallery-img.style-1 .linkable-gallery-caption {
  margin: 0 auto;
}
.linkable-gallery-item .lea-gallery-img.default .linkable-gallery-img-name, .linkable-gallery-item .lea-gallery-img.style-1 .linkable-gallery-img-name {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
}
.linkable-gallery-item .lea-gallery-img.default .linkable-gallery-img-desc, .linkable-gallery-item .lea-gallery-img.style-1 .linkable-gallery-img-desc {
  font-size: 22px;
}

.linkable-gallery-item .default hr.sep {
  border-color: #ffffff;
  width: 18%;
  text-align: center;
  margin: 0.75em auto 1.2em;
  transition: all 0.8s ease-in-out 0s;
}
.linkable-gallery-item .default:hover hr.sep {
  width: 45%;
  transition: all 0.8s ease-in-out 0s;
}
.linkable-gallery-item .default .linkable-gallery-img-desc {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.linkable-gallery-item .style-1 .linkable-gallery-img-name {
  visibility: hidden;
}
.linkable-gallery-item .style-1:hover .linkable-gallery-img-name {
  visibility: visible;
}
.linkable-gallery-item .style-1 .linkable-gallery-img-desc {
  visibility: hidden;
}
.linkable-gallery-item .style-1:hover .linkable-gallery-img-desc {
  visibility: visible;
}
.linkable-gallery-item .style-1 hr.sep {
  visibility: hidden;
  border-color: #ffffff;
  width: 18%;
  text-align: center;
  margin: 0.75em auto 1.2em;
}
.linkable-gallery-item .style-1:hover hr.sep {
  visibility: visible;
  width: 45%;
  transition: all 0.8s ease-in-out 0s;
}
.linkable-gallery-item .style-1 .linkable-gallery-img-desc {
  font-size: 16px;
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=addons-style.css.map */