/*---------------------------------------------------------------------------------
Theme Name:   Global Automation Technologies
Theme URI:    https://globalautomationtechnologies.com
Description:  
Author:       Zack Skynar, Chris Kade
Author URI:   http://zackskynar.com
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Mailchimp mobile popup styling */
@media only screen and (max-width: 600px) {
  #PopupSignupForm_0 iframe {
    position: fixed;      /* Attach the iframe to the viewport */
    bottom: 0;            /* Place it at the bottom of the screen */
    left: 0;
    width: 100%;          /* Ensure it spans the full width */
    height: auto;         /* Allow dynamic height */
    z-index: 9999;        /* Keep it above other elements */
  }
}
#PopupSignupForm_0 iframe {
  max-height: 75vh;
}

/* Paint/Dispense/Material Handling/CRX page */
#service-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
}

#service-hero h1 {
    font-size: 2em;
    color: #333;
    font-weight: normal;
    margin: 0;
    margin-top: 1em;
}

#service-hero p {
    font-size: 1em;
    color: #333;
    width: 60%;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

#service-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
    font-size: 0.9em;
}

#service-nav a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 3em;
    text-decoration: none;
}

#service-nav a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#service-nav img {
    height: 4vh;
    width: 4h;
}

#service-nav p {
    font-size: 1em;
    text-decoration: none;
    color: black;
}

.service-hr {
    width: 80%;
    height: .1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    border-color: #A7E448;
    background-color: #A7E448;
    border-radius: 15px;
}

.service-ctr {
    width: 100%;
}

.sec-hdr {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 0;
    font-size: 1.7em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.sec-content {
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 2em;
    width: 60%;
}

.sec-features {
    display: flex;
    background-color: #f7f7f7;
    margin-top: 0;
    padding-bottom: 1em;
}

.sec-features div {
    width: 100%;
}

.sec-features ul {
    width: 50%;
    margin: 0 auto;
}

.sec-features li {
    margin-bottom: 1em;
}

.use-bnft-ctr {
    display: flex;
}

.sec-uses {
    width: 50%;
    background-color: #00a54f;
    padding: 1em;
    color: black;
}

#mat-ctr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dsc-lbl {
    text-align: center;
}

.sec-uses div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.sec-uses ul, .sec-benefits ul {
    padding: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.uses {
    text-align: center;
    font-size: 1.3em;
}

.sec-benefits {
    width: 50%;
    background-color: #2E2E2E;
    color: white;
    padding: 1em;
}

.benefits {
    text-align: center;
    font-size: 1.3em;
}

.sec-benefits li, .sec-uses li {
    margin-bottom: 1em;
}

.keys {
    text-align: center;
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding-top: 1em;
    font-size: 1.7em;
}

.key-hdr {
    text-align: center;
    margin-top: 3em;
    font-size: 1.3em;
}

.use-bnft-ctr {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

.service-inactive {
    display: none;
}

@media only screen and (max-width: 600px) {
    /* Desktop styles (your original code) */

    /* Service Hero */
    #service-hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #service-hero h1 {
        font-size: 2em;
        color: #333;
        font-weight: normal;
        margin: 0;
        margin-top: 1em;
    }

    #service-hero p {
        font-size: 1em;
        color: #333;
        width: 60%;
        margin: 0;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #service-nav {
        display: flex;
        width: 80%;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5em;
        font-size: 0.7em;
    }

    #service-nav a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 3em;
    }

    #service-nav a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    #service-nav img {
        height: 1vh;
        width: 1vh;
    }

    #service-nav p {
        text-decoration: none;
        color: black;
    }

    /* Class stylings */
    .service-hr {
        width: 70%;
        height: 0.1em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        border-color: #A7E448;
        background-color: #A7E448;
        border-radius: 15px;
    }

    .service-ctr {
        width: 100%;
    }

    .sec-hdr {
        text-align: center;
        margin-top: 3em;
        margin-bottom: 0;
        font-size: 1.7em;
    }

    .sec-content {
        margin: 0 auto;
        margin-top: 1em;
        width: 60%;
    }

    .sec-features {
        display: flex;
        background-color: #f7f7f7;
        margin-top: 0;
        padding-bottom: 1em;
    }

    .sec-features ul {
        width: 40%;
        margin: 0 auto;
    }

    .sec-features li {
        margin-bottom: 1em;
    }

    .use-bnft-ctr {
        display: flex;
    }

    .sec-uses {
        width: 50%;
        background-color: #3ADC1F;
        padding: 1em;
    }

    .sec-uses ul {
        padding: 0;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .sec-uses li {
        margin-bottom: 10px;
    }

    .uses {
        text-align: center;
        font-size: 1.3em;
    }

    .sec-benefits {
        width: 50%;
        background-color: #2E2E2E;
        color: white;
        padding: 1em;
    }

    .benefits {
        text-align: center;
        font-size: 1.3em;
    }

    .sec-benefits ul {
        padding: 0;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .keys {
        text-align: center;
        background-color: #f7f7f7;
        margin-bottom: 0;
        padding-top: 1em;
        font-size: 1.7em;
    }

    .key-hdr {
        text-align: center;
        margin-top: 3em;
    }

    .use-bnft-ctr {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
    }

    /* Hero section */
    #service-hero h1 {
        font-size: 1.4em;
        margin-top: 0.5em;
        text-align: center;
        width: 90%;
    }

    #service-hero p {
        font-size: 0.9em;
        width: 80%;
        margin-top: 1.2em;
        margin-bottom: 1em;
    }

    /* Service navigation */
    #service-nav {
        display: flex;
        justify-content: center;
        width: 80%;
        margin-top: 3em;
        font-size: .5em;
        margin: 0 auto;
        margin-top: 5em;
    }

    #service-nav a {
        margin: 0.5em 1em;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #service-nav img {
        height: 2vh;
        width: 2vh;
    }

    #service-nav p {
        font-size: 1em;
    }

    /* Content section */
    .sec-content {
        width: 80%;
        font-size: .9em;
    }

    .sec-hdr {
        font-size: 1.5em;
        margin-top: 2em;
    }

    /* Features section */
    .sec-features {
        flex-direction: column;
        font-size: .9em;
    }

    .sec-features ul {
        width: 80%;
    }

    /* Use and Benefit sections */
    .sec-uses, .sec-benefits {
        width: 100%;
        box-sizing: border-box;
    }

    .uses, .benefits {
        font-size: 1.1em;
    }

    .sec-uses ul, .sec-benefits ul {
        width: 80%;
    }

    .sec-uses li, .sec-benefits li {
        margin-bottom: 1em;
        font-size: 0.9em;
    }

    /* Key points */
    .keys {
        font-size: 1.4em;
    }

    .use-bnft-ctr {
        flex-direction: column;
    }
    
}
/* End Paint/Dispense/Material Handling/CRX page */

/* Main Page Styling - Chris Kade - 7/8/24 */
.home-container {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home-image-container {
  width: 25%;
  height: 100%;
  background-position: center;
  display: flex;
  -webkit-filter: grayscale(100%);
  transition: 0.5s;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
}
@media (hover: hover) {
  .home-image-container:hover {
    -webkit-filter: grayscale(0%);
    width: 50%;
    transition: 0.5s;
  }
}
.home-t-container {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 30%;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.hidden {
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  font-size: 1.7em;
  color: white;
  position: absolute;
  width: 100%;
}
.show-txt {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  font-weight: bold;
  font-size: 3em;
  color: white;
  width: 100%;
  margin: 0.5em;
}
@media (hover: hover) {
  #home-c1:hover .hidden {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: hover) {
  #home-c1:hover .show-txt {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    font-size: 4em;
  }
}
@media (hover: hover) {
  #home-c1:hover .plus-btn {
    transform: translateY(0);
    opacity: 0;
    visibility: visible;
    font-size: 4em;
  }
}
@media (hover: hover) {
  #home-c1:hover .go-btn {
    transform: translateY(0);
    opacity: 0.7;
    visibility: visible;
  }
}
@media (hover: hover) {
  #home-c2:hover .hidden {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: hover) {
  #home-c2:hover .show-txt {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    font-size: 4em;
  }
}
@media (hover: hover) {
  #home-c2:hover .plus-btn {
    transform: translateY(0);
    opacity: 0;
    visibility: visible;
    font-size: 4em;
  }
}
@media (hover: hover) {
  #home-c2:hover .go-btn {
    transform: translateY(0);
    opacity: 0.7;
    visibility: visible;
  }
}
@media (hover: hover) {
  #home-c3:hover .hidden {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: hover) {
  #home-c3:hover .show-txt {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    font-size: 4em;
  }
}
@media (hover: hover) {
  #home-c3:hover .plus-btn {
    transform: translateY(0);
    opacity: 0;
    visibility: visible;
    font-size: 4em;
  }
}
@media (hover: hover) {
  #home-c3:hover .go-btn {
    transform: translateY(0);
    opacity: 0.7;
    visibility: visible;
  }
}
@media (hover: hover) {
  #home-c4:hover .hidden {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: hover) {
  #home-c4:hover .show-txt {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    font-size: 4em;
  }
}
@media (hover: hover) {
  #home-c4:hover .plus-btn {
    transform: translateY(0);
    opacity: 0;
    visibility: visible;
    font-size: 4em;
  }
}
@media (hover: hover) {
  #home-c4:hover .go-btn {
    transform: translateY(0);
    opacity: 0.7;
    visibility: visible;
  }
}
.plus-btn {
  width: 50px;
  height: 50px;
  background-color: black;
  /* Button color */
  border-radius: 100%;
  /* Optional: rounded corners */
  opacity: 0.5;
  outline: 3px solid white;
  margin-bottom: 3em;
  position: absolute;
  bottom: 3em;
}
#horizontal-cross {
  width: 30px;
  height: 5px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#vertical-cross {
  width: 5px;
  height: 30px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.go-btn {
  width: 100px;
  height: 100px;
  background-color: black;
  /* Button color */
  border-radius: 100%;
  /* Optional: rounded corners */
  opacity: 0;
  position: absolute;
  bottom: 20%;
  text-align: center;
  margin: 1em;
  line-height: 3em;
}
.go-txt {
  font-size: 2em;
  color: white;
  line-height: 3em;
}
@media only screen and (max-width: 768px) {
  .home-container {
    display: block;
    height: contain;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }
  .home-image-container {
    display: flex;
    height: auto;
    background-color: #f5f5f5;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  .home-t-container {
    width: 100%;
    position: relative;
  }
  .go-btn {
    width: 80px;
    height: 80px;
    background-color: black;
    border-radius: 100%;
    opacity: 0.5;
    position: relative;
    text-align: center;
    margin-right: 1em;
  }
  .go-txt {
    font-size: 2em;
    color: white;
    position: relative;
    line-height: 2.2em;
  }
  .show-txt {
    transform: none;
    opacity: 1;
    visibility: visible;
    font-weight: bold;
    font-size: 2em;
    color: white;
    width: 100%;
    left: 10px;
  }
  .hidden {
    display: none;
  }
  .plus-btn {
    display: none;
    visibility: hidden;
  }
  /* Remove all hover effects on mobile*/
  #horizontal-cross {
    display: none;
  }
  #vertical-cross {
    display: none;
  }
}
/* End of Main Page Styling */
/* Color */
#et_search_icon:hover,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.bottom-nav li.current-menu-item > a,
.comment-reply-link,
.entry-summary p.price ins,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.footer-widget h4,
.form-submit .et_pb_button,
.mobile_menu_bar:after,
.mobile_menu_bar:before,
.nav-single a,
.posted_in a,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .star-rating span:before,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page .star-rating span:before,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #00a54f;
}
::focus {
  outline: none;
  border: none;
}
/* Typography */
h1 {
  font-size: 65px;
  line-height: 1em;
  margin-bottom: 25px;
}
h2 {
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 25px;
}
h3 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 25px;
}
h4 {
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
h5 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
h6 {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
p {
  font-weight: 300;
}
h5,
h6 {
  font-weight: bold;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: 48px;
    line-height: 1em;
  }
  h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
  h3 {
    font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 24px;
    line-height: 1.4em;
  }
  h5 {
    font-size: 20px;
    line-height: 1.2em;
  }
  h6 {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 42px;
    line-height: 1em;
  }
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  h3 {
    font-size: 23px;
    line-height: 1.5em;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 18px;
    line-height: 1.4em;
  }
  h5 {
    font-size: 16px;
    line-height: 1.2em;
  }
  h6 {
    font-size: 14px;
    line-height: 1.2em;
  }
}
/* Translation */
.translation {
  position: relative;
  width: 100%;
  background-color: #ededed;
  padding: 5px;
}
.translation a {
  padding: 3px;
}
/* Top Nav  */
header.et-fixed-header {
  transform: translateY(-35px);
}
/* Button */
.gat_button.et_pb_button,
.gat_button,
.wpcf7-submit,
.wpcf7-file input {
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  padding: 15px 20px !important;
  text-transform: uppercase;
}
.gat_button.gat_button_g.et_pb_button,
.gat_button.gat_button_g,
.wpcf7-submit,
.wpcf7-file input {
  background-color: #00a54f !important;
  color: white !important;
  border: 2px solid #00a54f !important;
}
.gat_button.et_pb_button:hover {
  padding: 15px 20px !important;
}
.gat_button.gat_button_g.et_pb_button:hover,
.gat_button.gat_button_g:hover,
.wpcf7-submit:hover,
.wpcf7-file input:hover {
  background-color: rgba(0, 166, 81, 0) !important;
  color: #00a54f !important;
}
.gat_button.gat_button_g.gat_button_onDark.et_pb_button:hover {
  background-color: rgba(0, 166, 81, 0) !important;
  color: white !important;
}
.gat_header .et_pb_button {
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  padding: 15px 20px !important;
}
.gat_header .et_pb_button {
  background-color: #00a54f !important;
  color: white !important;
  border: 2px solid #00a54f !important;
}
.gat_header .et_pb_button:hover {
  padding: 15px 20px !important;
}
.gat_header .et_pb_button:hover {
  background-color: rgba(0, 166, 81, 0) !important;
  color: #00a54f !important;
}
/* GAT Header */
.gat_header .et_pb_fullwidth_header_container {
  width: 90%;
  min-height: 795px;
  padding: 10vh 0;
}
.gat_header.gat_header_small,
.gat_header.gat_header_small .et_pb_fullwidth_header_container {
  min-height: 600px !important;
}
.gat_header:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.1;
}
.gat_header.gat_header_small.et_pb_fullwidth_header_0.et_pb_fullwidth_header
  .header-content
  h1 {
  color: black !important;
  text-shadow: none;
}
.gat_header.gat_header_small:after {
  content: none;
}
.gat_header .header-content-container {
  padding: 10px 30px;
  align-self: flex-end !important;
  border-left: 4px solid #a7e448;
}
.gat_header h1,
.gat_header h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.et_pb_slider.gat_header .et_pb_slide {
  height: calc(100vh - 97px);
}
.gat_header .et_pb_fullwidth_header_container {
  width: 90%;
  min-height: 795px;
  padding: 10vh 0;
}
.gat_header .et_pb_container {
  padding: 10vh 0;
  display: flex;
  align-items: flex-end;
}
.gat_header .et_pb_slides .et_pb_slider_container_inner {
  display: block;
}
.gat_header .et_pb_slide_description {
  margin: 0;
  text-align: left;
  max-width: 900px;
  padding: 10px 30px;
  align-self: flex-end !important;
  border-left: 4px solid #a7e448;
}
.gat_header .et_pb_slide_description .et_pb_slide_title {
  font-size: 68px;
  margin: 0;
}
.gat_header.gat_header_home .et_pb_slide_image {
  animation: none !important;
  max-width: 450px;
  margin-left: 0;
}
.gat_header.gat_header_home
  .et_pb_slide:first-child
  .et_pb_slide_image
  img.active {
  animation: none !important;
}
.gat_header.gat_header_home .et_pb_slide_description {
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .gat_header.gat_header_home .et_pb_slide_image {
    position: absolute;
    margin: 0 !important;
    display: block !important;
    transform: translateY(-50%);
  }
}
/* Footer */
footer#main-footer {
  display: flex;
  flex-wrap: wrap;
}
/* Footer top */
footer#main-footer > .container {
  flex-basis: 90%;
  width: 100%;
  max-width: 1500px !important;
  padding: 60px 200px 60px 70px;
}
@media screen and (max-width: 1200px) {
  footer#main-footer > .container {
    flex-basis: 88%;
    width: 100%;
    max-width: 1500px !important;
    padding: 60px 70px 60px 70px;
  }
}
footer#main-footer #footer-widgets {
  padding-top: 0 !important;
  display: flex;
  justify-content: space-between;
}
footer#main-footer .footer-widget {
  margin-right: 0;
  margin-bottom: 0 !important;
  width: 100%;
  padding: 5px;
}
footer#main-footer > .footer-extras {
  flex-basis: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5%;
  min-height: 250px;
}
footer#main-footer > .footer-extras > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer#main-footer > .footer-extras img {
  max-width: 63px;
  width: 100%;
}
footer h4.title {
  font-size: 13px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
footer #footer-widgets p {
  font-size: 13px !important;
}
@media screen and (max-width: 960px) {
  footer#main-footer #footer-widgets {
    flex-wrap: wrap;
  }
  footer#main-footer .footer-widget {
    margin-bottom: 30px !important;
  }
  footer#main-footer > .container {
    flex-basis: 70%;
    width: 100%;
    max-width: 1500px !important;
    padding: 70px 35px 70px 35px;
  }
  footer#main-footer > .footer-extras {
    flex-basis: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 6%;
  }
}
/* Footer bottom  */
#et-footer-nav {
  flex-basis: 100%;
  background-color: #2e2e2e !important;
}
#et-footer-nav > .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}
#et-footer-nav .copyright {
  color: white;
  font-size: 12px;
  padding: 10px;
}
#et-footer-nav #menu-footer {
  padding: 10px;
}
#et-footer-nav #menu-footer li {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #et-footer-nav > .container {
    flex-wrap: wrap-reverse;
  }
  #et-footer-nav .copyright {
    color: white;
    font-size: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
  }
}
.footer-icon {
  max-height: 28px;
  padding: 2px;
  max-width: none !important;
  width: auto !important;
}
/* Popout */
.et_pb_popout .et_pb_ajax_pagination_container {
  list-style: none !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0px !important;
}
.popout {
  width: 25%;
  max-width: 400px;
  padding: 25px;
}
.popout h2 {
  font-size: 20px;
  font-weight: 300;
  color: #00a54f;
  margin-top: 0 !important;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.popout .popout-container {
  padding-top: 100%;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.popout .popout-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}
.popout .learn {
  font-size: 11px;
  font-weight: bold;
  color: #b9b9b9;
  letter-spacing: 1px;
  position: relative;
  display: block;
  text-align: right;
  line-height: 0.5em;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.popout .popout-container:hover {
  background-color: #00a54f;
}
.popout .popout-container:hover .learn {
  color: #04371d;
}
.popout .popout-container:hover h2 {
  color: white;
}
@media screen and (max-width: 980px) {
  .popout {
    flex-basis: 50%;
    max-width: auto;
    padding: 25px;
  }
}
@media screen and (max-width: 600px) {
  .popout {
    flex-basis: 100%;
    max-width: auto;
    padding: 25px;
  }
}
/* Modal  */
.modal-wrapper {
  z-index: 9999999;
}
.modal-wrapper header,
.modal-wrapper footer {
  display: none !important;
}
#modal-content {
  padding: 5vw;
}
#modal-content .entry-content {
  margin-top: 50px;
}
.modal-wrapper.styled .modal ul li,
.modal-wrapper.styled .modal ol li {
  line-height: 1.4em !important;
  font-weight: 400;
}
/* Home */
.home-client {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-client img {
  max-width: 125px;
}
.home-client.home-client-tall img {
  max-width: 70px;
}
.home-certifications .et_pb_image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.home-certifications .et_pb_image img {
  max-height: 150px;
  max-width: 150px;
}
/* Full Height Slider */
.slider-fullheight,
.slider-fullheight .et_pb_slides,
.slider-fullheight .et_pb_slides .et_pb_slide {
  height: 100%;
}
/* Engineering  */
.gat_engineering_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gat_engineering_services .et_pb_module {
  flex-basis: 28%;
}
@media screen and (max-width: 700px) {
  .gat_engineering_services .et_pb_module {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 700px) {
  .gat_engineering_services .et_pb_module {
    flex-basis: 100%;
  }
}
/* Logos  */
.logos .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logos .et_pb_column .et_pb_image {
  flex-basis: 25%;
  padding: 20px;
  height: 100px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .logos .et_pb_column .et_pb_image {
    flex-basis: 50%;
    padding: 20px;
    height: 80px;
  }
}
@media screen and (max-width: 980px) {
  .slider-fullheight,
  .slider-fullheight .et_pb_slides,
  .slider-fullheight .et_pb_slides .et_pb_slide {
    min-height: 400px !important;
  }
}
/* Icon blurb */
@media screen and (max-width: 980px) {
  .icon-left.et_pb_blurb_0.et_pb_blurb .et_pb_blurb_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .icon-left.et_pb_blurb_0.et_pb_blurb
    .et_pb_blurb_content
    .et_pb_main_blurb_image {
    flex-basis: auto;
    margin-bottom: 30px;
  }
  .icon-left.et_pb_blurb_0.et_pb_blurb .et_pb_blurb_content .et_pb_image_wrap {
    width: 100px;
  }
  .icon-left.et_pb_blurb_0.et_pb_blurb
    .et_pb_blurb_content
    .et_pb_blurb_container {
    padding-left: 0;
  }
}
/* Search */
.et-search-field {
  padding-top: 35px;
}
.et_close_search_field {
  padding-top: 16px;
}
.search #sidebar {
  display: none;
}
.search .post-meta {
  display: none;
}
.search .entry-title {
  font-size: 42px;
  margin-bottom: 15px;
}
.search article {
  margin: 0;
  padding: 50px 0px;
  border-bottom: 1px solid #f0f1f0;
}
.search article:nth-last-child(2) {
  border-bottom: none;
}
.search #main-content .container:before {
  background-color: transparent;
}
.search #main-content .container {
  max-width: 900px;
  padding-bottom: 58px;
}
.search #left-area {
  width: 100%;
}
/* Mobile Nav */
/* Nesting Menu */
/* Nesting Menu */
/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d";
}
/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu
  .menu-item-has-children
  .menu-item-has-children
  > a:first-child::after,
#et-secondary-nav
  .menu-item-has-children
  .menu-item-has-children
  > a:first-child::after {
  content: "5";
}
/* - mobile menu toggling elements, injected via jQuery - */
/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
  position: relative;
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  top: 10px;
  right: 35px;
  cursor: pointer;
  text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
  background-color: rgba(255, 255, 255, 0.2);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
  font-size: 24px;
  text-transform: none;
  speak: none;
  content: "\33";
  color: #fff;
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
  content: "\32";
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
  display: none !important;
  padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
  display: block !important;
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
  padding-left: 0;
}
/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 0;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
  padding-left: 60px;
  padding-right: 20px;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  font-weight: inherit;
}
/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
  font-weight: 600;
}
/****** Code Style: Menu slide-in with background image ******/
/* Font Awesome */
.fa {
  margin-right: 15px;
}
@media only screen and (max-width: 980px) {
  #mobile_menu {
    display: block !important;
    min-height: 100vh;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    overflow: scroll;
    border-top: none;
    padding-top: 120px !important;
  }
  .et_mobile_menu li a {
    color: #fff !important;
    width: 100%;
    float: left;
    border: none !important;
    text-align: left;
    margin: 5px 10px;
    transition: 0.2s;
    text-transform: uppercase;
    font-size: 1.4em !important;
    border-left: 3px solid transparent !important;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .sub-menu li a {
    font-size: 1em !important;
  }
  .mobile_nav ul#mobile_menu .current_page_item > a {
    color: #fff !important;
    background-color: transparent;
    border-radius: 0;
    border-left: 3px solid #00a54f !important;
    font-weight: 600;
  }
  .mobile_nav.closed #mobile_menu {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: linear-gradient(rgba(66, 66, 66, 1), rgba(66, 66, 66, 1));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
  }
  .mobile_nav.opened #mobile_menu {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: linear-gradient(rgba(66, 66, 66, 1), rgba(66, 66, 66, 1));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
  }
  #main-header .container.clearfix.et_menu_container {
    width: 90%;
  }
  .mobile_menu_bar:before {
    color: #1b1d1e !important;
  }
  .mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
    z-index: 9999;
    color: #fff !important;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 980px) {
  .et_header_style_split .mobile_menu_bar,
  .et_header_style_left .mobile_menu_bar {
    z-index: 9999;
  }
  #et-top-navigation {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 481px) {
  #mobile_menu {
    width: 100%;
    /*     margin-left: calc(100% - 340px);
		 */
  }
}
@media only screen and (max-width: 480px) {
  #mobile_menu {
    width: 100%;
    /*     margin-left: calc(100% - 290px);
		 */
  }
}
/* Contact form  */
input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 16px;
  border-width: 0;
  background-color: #efefef;
  color: #4d4d4f;
  margin-bottom: 10px;
  font-size: 14px;
  -webkit-appearance: none;
}
.wpcf7-select {
  width: 100%;
  padding: 16px;
  border-width: 0;
  background-color: #efefef;
  color: #4d4d4f;
  margin-bottom: 10px;
  font-size: 14px;
  -webkit-appearance: none;
}
.Subject:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 6px solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}
.wpcf7-submit:hover,
.wpcf7-file:hover {
  cursor: pointer;
}
span.wpcf7-form-control-wrap.UploadFile {
  display: inline-block;
  /*
	position: relative;
	width: 160px;
	height: 50px;
	border: solid 2px #00a54f;
	background: white;
	color: #FFF;
	overflow:hidden;
	 */
  margin: 5px 0px 15px 0px;
}
.file-upload {
  margin-bottom: 20px;
}
.file-upload {
  font-size: 14px;
  font-weight: bold;
}
.file-upload span {
  font-weight: 400;
}
.wpcf7-submit {
  min-width: 150px;
}
/*
input.wpcf7-form-control.wpcf7-file {
position: absolute;
width: 1500px;
height: 1000px;
right: 0;
bottom: 0;
outline: none !important;
}
.wpcf7-file:before {
	content: "UPLOAD FILE";
	display: block;
	width: 160px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 500;
	color: #00a54f;
	font-size: 13px;
}
*/
