/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.work_tag-eaf0f6 .elementor-heading-title::after {
  background: #eaf0f6 !important;
}
.work_tag-c8dbf1 .elementor-heading-title::after {
  background: #c8dbf1 !important;
}
.work_tag-faddd4 .elementor-heading-title::after {
  background: #faddd4 !important;
}

/* Global */
a {
  text-underline-offset: 4px;
}

/* Header */
.main-navigation .main-nav ul li a {
  padding-left: 0;
}
.main-navigation .main-nav ul li:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.main-navigation ul ul {
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.25);
}
.main-navigation .main-nav ul ul li a {
  padding: 12px 26px;
}
.main-navigation .main-nav ul li#menu-item-27 a {
  padding-right: 20px;
  padding-left: 10px;
}

.main-navigation.has-branding .menu-toggle,
.main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
  color: #000;
  padding: 0 20px;
}

/* Footer */
.site-footer {
  margin-top: 120px;
}
.site-footer #block-9 {
  font-size: 24px;
  line-height: 1.4em;
}
.site-footer .footer-connect-me {
  color: #000;
}
.site-footer .current_page_item {
  display: none;
}
#menu-footernav li {
  margin-bottom: 1.2em;
}
.footer-widget-2 {
  padding-left: 200px;
}
.footer-widget-2 .widget ul li {
  margin-bottom: 0;
}
.generate-back-to-top {
  border-radius: 100px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  font-size: 40px;
}
.contact-icons-wrapper a {
  font-size: 30px;
  color: #000;
  margin-right: 24px;
}

body #magicMouseCursor,
body #magicPointer {
  color: #000;
  border: 1px solid #000 !important;
  z-index: 999999 !important;
}
body #magicPointer {
  background: #000 !important;
}
body #magicPointer.is-hover {
  background: rgba(0, 0, 0, 0.2) !important;
}

.elementor.work.type-work:hover > section .elementor-heading-title::after {
  right: 50%;
}

.main-text-ellen {
  font-size: 64px;
  font-weight: 600;
  position: relative;
}
.ecs-load-more-button span {
  position: relative;
}
.ecs-load-more-button span::after,
.bottom-line-animated::after {
  content: '';
  position: absolute;
  left: -4px;
  right: -10px;
  bottom: 2%;
  top: 94%;
  background: #ffc700;
  z-index: -1;
  transition: top 500ms;
}
.ecs-load-more-button span:hover::after,
.bottom-line-animated:hover::after {
  top: 0.75em;
  transition: top 500ms;
}
.line-through {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}
.position-relative {
  position: relative;
}
.position-change {
  position: absolute;
  left: 0;
  bottom: -1.2em;
  font-size: 60px;
}
.font-gochi-hand {
  font-family: 'Gochi Hand';
  color: #ffc700;
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button,
.elementor-slideshow__header {
  margin-top: 72px;
}

.elementor-element[data-widget_type='uael-posts.feed']
  .uael-post__content-wrap {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.interest-uael-posts .uael-post__thumbnail {
  flex: 2;
}
.interest-uael-posts .uael-post__content-wrap {
  flex: 3;
}

.fix-counter-number .elementor-counter-number-wrapper {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .pc-display-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-widget-2 {
    padding-left: 40px;
  }
  .inside-footer-widgets {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 40px;
  }
  .site-footer #block-9 {
    font-size: 18px;
  }
  .footer-widget-2 {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-widget-2 #block-12 {
    flex-basis: 100%;
  }
  .inside-footer-widgets {
    flex-direction: column;
  }
  .main-text-ellen {
    font-size: 24px;
  }
  .ecs-load-more-button span::after,
  .bottom-line-animated::after {
    left: -1px;
    right: -3px;
    bottom: 0;
    top: 1.1em;
  }
  .main-text-name {
    font-size: 16px;
  }
  .position-change {
    position: static;
    font-size: 24px;
    margin-left: 4px;
  }
  .line-through {
    text-decoration-thickness: 2px;
  }
  .m-display-none {
    display: none;
  }

  /* Offcanvas nav */
  .slideout-navigation.main-navigation .main-nav ul li a {
    padding: 0;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .slideout-navigation.main-navigation .main-nav ul li.item-smaller a {
    font-size: 24px;
  }
  .slideout-navigation.main-navigation
    .main-nav
    ul
    li.current-menu-item
    a::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #ffc700;
    position: absolute;
    left: -17px;
    top: 28px;
  }
  .generate-back-to-top {
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    right: 10px;
  }
}
