/* 
Theme Name: perellion
Theme URI: https://wordpress.org/themes/starter-theme/ 
Author: Adam Woloszyn 
Author URI: webmovementllc.com 
Description: this is a base theme used to build ontop of. 
Version: 1.8 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Tags: 
Text Domain: starter-theme This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.
*/
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.7rem);
  }

  100% {
    transform: translateY(0);
  }
}

* {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  color: var(--black);
}

:root {
  --link-color-blue: #0669fe;
  --black: #231f20;
}

html,
body {
  overflow-x: hidden;
}

.content {
  /* 	overflow-x: hidden !important; */
  margin-top: 50px;
}

p {
  font-size: 1.8rem;
  margin: 3rem 0;
  line-height: 3.7rem;
  max-width: 58.7rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
}

.container-name strong {
  font-size: 1.8rem;
}


a {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--link-color-blue);
  letter-spacing: 0.01rem;
}

h1 {
  letter-spacing: 0.01rem;
  font-weight: 500;
  font-size: 6rem;
  line-height: 44px;
}

h2 {
  letter-spacing: 0.01rem !important;
  font-weight: 500 !important;
  font-size: 5rem !important;
  line-height: 44px !important;
}

h3 {
  letter-spacing: 0.01rem !important;
  font-weight: 500 !important;
  font-size: 4rem !important;
  line-height: 44px !important;
}

ul {
  margin-left: 4rem;
  letter-spacing: 0.01rem;
}

ul li {
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (min-width: 900px) {
  .container {
    padding: 4rem 0;
  }
}

.header,
.footer {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.footer-layouts {
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
  max-width: 1400px;
  margin: auto;
  padding: 50px 0;
}

@media (min-width: 900px) {
  .footer-layouts {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 73%;
    padding: 100px 0 120px;
  }
}

.copyright_icon_and_year {
  font-size: 16px;
  font-weight: 400;
}

.footer-layouts__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
}

.footer-layouts__link {
  margin: 7px 10px;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
}

.footer-layouts__icons {
  display: flex;
  flex-direction: row;
}

.footer-layouts__icon-link {
  cursor: pointer;
}

.footer-layouts__icon {
  margin: 5px;
}

@media (max-width: 899px) {

  #aerospace-defense,
  #manufacturing-logistics,
  #machine-automation {
    padding: 6rem 0;
  }
}

#manufacturing-logistics,
#machine-automation {
  background: linear-gradient(0deg,
      rgba(35, 31, 32, 0.04),
      rgba(35, 31, 32, 0.04)),
    rgba(255, 255, 255, 0);
  backdrop-filter: blur(67.5px);
}

#engineering-services {
  margin-top: 3rem !important;
}

@media (min-width: 900px) {
  #engineering-services {
    margin-top: -6rem;
  }
}

.slick-dots li button:before {
  font-size: 15px !important;
}

.slick-dots li.slick-active button:before {
  color: #00a8ff !important;
  font-size: 15px !important;
}

/* latest styles */
.global_cta {
  font-weight: 600 !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.15rem !important;
  padding: 1rem 3.5rem !important;
}

h1>span,
h2.hero__headline-title span {
  color: #009eff;
  font-size: 60px;
  font-weight: 500;
  line-height: 0px;
}

.global_quote {
  background: rgba(255, 255, 255, 0.7) !important;
}

.global_quote_text {
  font-weight: 600 !important;
  font-size: 1.6rem !important;
  line-height: 23px !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
}

.global_quote_attribution {
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  line-height: 20px !important;
  letter-spacing: 1px !important;
}

.global_quote_attribution_cert {
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  line-height: 20px !important;
  letter-spacing: 1px !important;
  margin: 0;
}

@media (min-width: 540px) {
  .global_headline {
    font-family: "Poppins" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 6rem !important;
    line-height: 75px !important;
    letter-spacing: 0.24rem !important;
  }
}

@media (max-width: 539px) {
  .global_headline {
    font-family: "Poppins" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 5rem !important;
    line-height: 57px !important;
    letter-spacing: 0.01rem !important;
  }

  .hero__headline {
    max-width: 100% !important;
  }

  .contact__intro-text {
    width: 100% !important;
    margin: 2rem auto !important;
  }

  .media-quote__media-block {
    margin: 110px auto 0px auto !important;
  }

  .contact__media-quote__wrapper {
    left: -4rem !important;
    max-width: 15rem;
  }

  .contact__media-quote__image {
    margin-left: 8% !important;
  }

  body.isIOS .content {
    padding-top: 30px !important;
  }

  body.isIOS.home .content {
    /* 		padding-top: 0px!important; */
  }

  .menu-main-menu-container #menu-main-menu>li>a {
    width: 90% !important;
  }

  .hero__intro-text {
    font-size: 2.1rem !important;
  }

  p {
    font-size: 1.6rem;
    max-width: 90%;
  }

  .news-feed__card {
    height: 32.9rem !important;
  }

  .copy-left__text {
    max-width: 100%;
    margin: 0rem auto !important;
  }

  .column-callouts,
  .column-callouts--background-color {
    margin-bottom: 3rem !important;
  }

  .content {
    margin-top: 70px;
  }
}

.global_quote_attribution_cert {
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  line-height: 20px !important;
  letter-spacing: 1px !important;
  margin: 0;
  max-width: 100%;
}

.inner_headline {
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 4rem !important;
  line-height: 44px !important;
  letter-spacing: 0.01em !important;
}

div.contact__contact-info>p {
  margin: 0;
}

section.code-only p {
  max-width: 100% !important;
  width: 100% !important;
}

.body-background {
  position: relative;
  z-index: 0;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.85) 80%,
      rgba(245, 245, 245, 0.85) 100%),
    linear-gradient(80deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 97%,
      rgba(50, 238, 255, 0.7) 100%);
}

/* Gray blur */
/* Contact blur */
@media (min-width: 600px) {

  .page-home,
  .page-what-we-do,
  .page-template-default {
    background: radial-gradient(100px 170px at left 88%,

        #ececec 5%,
        #f5f5f5 35%,
        #f9f9f9 50%,
        #ffffff) !important;
  }
}

@media (max-width: 400px) {
  .page-home {
    background: radial-gradient(200px 300px at left 75%,
        #ececec 5%,
        #f5f5f5 35%,
        #f9f9f9 50%,
        #ffffff);
  }
}

/* What we do blur */
@media (min-width: 600px) {
  section#aerospace-defense {
    background: radial-gradient(100px 300px at right 65%,

        #ececec 10%,
        #f5f5f5 55%,
        #f9f9f9 65%,
        #ffffff);
  }
}

@media (max-width: 400px) {
  section.column-callouts {
    background: radial-gradient(75px 200px at left 13%, #f5f5f5 15%, #ffffff);
  }
}

/* Quote padding */
@media (max-width: 899px) {
  .contact__media-quote__wrapper {
    padding: 20px 0 0 0 !important;
  }
}

/* Quote boxes */
@media (max-width: 899px) {
  .copy-left__quote__wrapper {
    max-width: 16rem !important;
  }
}

@media (max-width: 899px) {
  .circle-image__media-block__wrapper {
    right: -5.5rem !important;
    max-width: 16rem !important;
  }
}

/* Gray icon */
@media (max-width: 899px) {
  .hero__icon--grey {
    display: block !important;
  }
}

@media (max-width: 899px) {

  /* Adjustments to news card Read more link */
  .news-feed__card-link {
    text-decoration: none !important;
    position: absolute !important;
    bottom: 3.5rem !important;
  }
}

/* Breaks functionality of header */
/* #desktop-header-menu {
  height: 70px !important;
} */

@media (max-width: 899px) {

  /* Scroll padding */
  #engineering-services,
  #who-we-are,
  #team,
  #what-we-do {
    scroll-margin-top: 100px !important;
  }

  /* Scroll padding */
  #manufacturing-logistics,
  #aerospace-defense,
  #machine-automation {
    scroll-margin-top: 40px !important;
  }

  #our-culture {
    scroll-margin-top: 15px !important;
  }
}

/* Adjustments to hero component */
@media (min-width: 760px) {
  .hero {
    padding: 5rem 2rem 1rem 2rem !important;
  }
}

@media (max-width: 500px) {
  .hero {
    padding: 3rem 2rem 1rem 2rem !important;
  }
}

/* Adjustments to Jump links */
.jump-links {
  padding: 2rem 0 0 0 !important;
}

.jump-links__link {
  margin: 1rem 0 0 0 !important;
}

/* Slider adjustments */

@media (max-width: 899px) {
  .slick-slide {
    filter: blur(1.7px) !important;
  }

  .slick-slide.slick-current.slick-center {
    filter: blur(0) !important;
  }

  .slick-slide.slick-active {
    filter: blur(0) !important;
  }
}

/* Remove background from Arrows */
.single-post__pagination-arrow {
  background: none !important;
}

@media (max-width: 899px) {
  #who-we-are .circle-image__media-block__background--blur {
    bottom: -25rem;
    left: -26rem;
    display: block;
    transform: scale(0.5);
  }

  #who-we-are .circle-image__media-block__image {
    transform: scaleX(-1);
  }
}

@media (min-width: 900px) {
  div#manufacturing-renderings {
    background: bottom no-repeat url('assets/images/manlog.png');
  }
}

@media (min-width: 900px) {
  body.page-aerospace-defense .container {
    padding: 0 !important;
  }

  body.page-aerospace-defense .hero {
    padding: 5rem 0 !important;
  }
}