/*
Theme Name: Thompson Safety 2024
Theme URI: http://wpspins.com/
Author: WPspin LLC
Author URI: http://wpspins.com/
Description: Description
Version: 3.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thompson-safety
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/  
body footer.site-footer {
  background: #272727;
  color: #f0f0f0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  position: relative;
  z-index: 1;
  gap: 25px;
  width: 100%;
}
body footer.site-footer:after{
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: #303030;
  display: block;
  width: 363px;
}
body footer.site-footer a {
  color: #f0f0f0;
  text-decoration: none;
}
.site-footer .footer-left-main-content{
  width: 100%;
}
.site-footer .footer-right-main-content{
  padding: 52px 0 58px 30px;
  background: #303030;
  max-width: 363px;
  width: 100%;
  z-index: 1;
}
body footer.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
body footer.site-footer .footer-inner .footer-col {
  padding: 52px 0 0 30px;
  flex: 1 1 1px;
  padding-bottom: 30px;
}
body footer.site-footer .widget-title:after{
  content: none;
}
body footer.site-footer .widget-title{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  padding-bottom: 0px;
}
.site-footer .footer-col .menu li a{
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 21px;
}
.footer-widget-area.footer-col h3,
.footer-newsletter h3{
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  line-height: 24.7px;
  letter-spacing: 0.6px;
}
.footer-widget-area.footer-col p,
.footer-widget-area.footer-col .uagb-icon-list__label,
.footer-newsletter p{
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.footer-newsletter .list.list-payment{
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.footer-widget-area.footer-col .uagb-icon-list__wrap .wp-block-uagb-icon-list-child{
  margin-bottom: 20px;
}
.footer-widget-area.footer-col .uagb-icon-list__wrap .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{
  padding-top: 4px;
  align-self: start;
}
.footer-widget-area.footer-col .uagb-icon-list__wrap .wp-block-uagb-icon-list-child .uagb-icon-list__label{
  line-height: 22px;
}
body footer.site-footer .menu a:hover{
  color: #e4862b;
  padding-left: 4px;
}
body footer.site-footer input:focus,
body footer.site-footer textarea:focus,
body footer.site-footer select:focus,
body footer.site-footer button:focus,
body footer.site-footer a:focus{
  outline: none;
  box-shadow: none;
}
body footer.site-footer .footer-col.footer-col1{
  padding-right: 25px;
  border-right: 1px solid #ffffff69;
  max-width: 28%;
  width: 100%;
}
.footer-col.footer-col2,
.footer-col.footer-col3,
.footer-col.footer-col4{
  max-width: 24%;
  width: 100%;
}
body footer.site-footer .site-copyrights{
  padding-left: 42px;
  padding-right: 42px;
  border-top: 1px solid #ffffff69;
  padding: 14px 0px;
  align-items: center;
  justify-content: space-between;
}
.site-copyrights p{
  color: #fff;
  font-family: Roboto, serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 0px;
}
.site-copyrights .copyright-widget{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer-newsletter form{
  position: relative;
  margin-top: 18px;
}
body footer.site-footer .footer-newsletter input{
  max-height: 45px;
  border-radius: 0px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.4px;
}
.footer-newsletter h3{
  font-size: 16px;
}
body footer.site-footer .footer-newsletter form button{
  position: absolute;
  padding: 0px;
  cursor: pointer;
  right: 10px;
  background-color: transparent;
  border-color: transparent;
  top: 10px;
}
.footer-newsletter form button svg path{
  fill: #272727;
}
.footer-newsletter p{
  padding-top: 20px;
  padding-bottom: 10px;
}
body footer.site-footer .footer-newsletter p > a{
  text-decoration: underline;
}
.footer-social-icons {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.footer-social-icons li {
  display: inline-block;
}
body footer.site-footer .footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
body footer.site-footer .footer-social-icons a:hover {
  background: #e4862b;
}
/* For tablets (≤1024px) */
@media (max-width: 1024px) {
  .site-footer {
    flex-direction: column;
    padding: 30px 25px !important;
  }
  .site-footer:after {
    display: none !important;
  }
  .footer-inner {
    flex-direction: column !important;
    gap: 30px;
  }
  .footer-col {
    border-right: none !important;
    max-width: 100% !important;
    padding: 25px 0 !important;
  }
  .site-footer .footer-right-main-content {
    max-width: 100%;
    padding: 40px 25px;
  }
  .footer-newsletter input {
    width: 100%;
  }
  .site-copyrights {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
/* For mobile devices (≤768px) */
@media (max-width: 768px) {
  body footer.site-footer{
    flex-direction: column-reverse;
    padding-bottom: 0px !important;
  }
  body footer.footer-inner {
    flex-direction: column;
  }
  .site-footer {
    padding: 25px 20px !important;
  }
  .footer-col {
    padding-left: 0 !important;
  }
  .footer-social-icons {
    justify-content: center;
  }
  .footer-newsletter form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-newsletter form button {
    position: static;
    align-self: flex-end;
  }
  .site-copyrights {
    padding: 10px 20px !important;
  }
}
/* For small mobile screens (≤480px) */
@media (max-width: 480px) {
  .site-footer {
    gap: 10px;
    padding: 20px 15px !important;
  }
  .footer-col {
    padding-top: 10px !important;
  }
  .footer-newsletter h3 {
    font-size: 14px !important;
  }
  .footer-newsletter input {
    font-size: 14px !important;
  }
  .footer-social-icons a {
    width: 28px !important;
    height: 28px !important;
  }
  .site-copyrights p {
    font-size: 12px !important;
  }
}