/*
Theme Name:   SafetyLogix Theme
Theme URI:    https://safetylogix.co.uk
Description:  A child theme of Your Theme
Author:       Aspire Creative
Author URI:   https://aspirecreative.co.uk
Template:     generatepress
Version:      1.0.2
*/

html, body {
  font-family: 'Poppins', sans-serif;
}

/* GeneratePress Overrides */
.grid-container, .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.separate-containers .inside-article {
  padding-top: 0;
}

.separate-containers .site-main {
  margin-top: 0;
}

#masthead .site-header .header-image {
  width: 300px;
}
 
@media screen and (min-width:1920px) {
  .gb-container > .gb-container,
  .site-header > .inside-header,
  .footer-widgets > .footer-widgets-container {
      margin: 0 auto;
      max-width: 1800px;
  }
}
@media screen and (min-width:1600px) {
  .gb-container > .gb-container,
  .site-header > .inside-header,
  .footer-widgets > .footer-widgets-container {
      margin: 0 auto;
      max-width: 1440px;
  }
}
/*technically don't need this as the above covers it*/
@media screen and (min-width:1536px) {
  .gb-container > .gb-container,
  .site-header > .inside-header,
  .footer-widgets > .footer-widgets-container {
    margin: 0 auto;
    max-width: 1440px;
  }
}

/* .site-header > .inside-header, */
.footer-widgets > .footer-widgets-container {
  padding-left: 0;
  padding-right: 0;
}

.nav-float-right #site-navigation {
  margin-left: auto;
  margin-right: auto;
}

/* Primary Navigation */
#primary-menu .menu-item {
  color: #3AAAA0;
  background-color: #fff;
}
#primary-menu .menu-item a {
  color: #3AAAA0;
}
#primary-menu .menu-item a:hover {
  color: #fff;
  background-color: #3AAAA0;
}
#primary-menu .menu-item.current_page_item {
  color: #fff;
  background-color: #3AAAA0;
}
#primary-menu .menu-item.current_page_item a {
  color: #fff;
}
.main-navigation .main-nav ul li a {
  line-height: 45px;
}
.main-navigation .main-nav > ul {
  gap: 10px;
}
/* Header */
#masthead {
  box-shadow: 0px 3px 6px #00000029;
  padding-top: 20px;
  padding-bottom: 40px;
}
#masthead .inside-header {
  padding-left: 16px;
  padding-right: 16px;
}
#masthead .site-logo {
  margin-left: 0;
  padding-left: 20px;
}
/* @media screen and (min-width:1440px) {
  #masthead .site-logo {
    margin-left: -145px;
    padding-left: 0;
  }
} */
.main-navigation a {
  font-size: 20px;
}

/* Get In Touch Button */
.get-in-touch-wrapper a {
  position: relative;
  padding-right: 72px !important;
}
.get-in-touch-wrapper a::after {
  position: absolute;
  top: 12px;
  right: 44px;
  content: '';
  width: 18px;
  height: 18px;
  background: transparent url('./img/next-arrow.png') no-repeat center /cover ;
}
.get-in-touch-btn {
  position: relative;
  padding-right: 40px !important;
}
.get-in-touch-btn::after {
  position: absolute;
  top: 12px;
  right: 14px;
  content: '';
  width: 18px;
  height: 18px;
  background: transparent url('./img/next-arrow.png') no-repeat center /cover ;
}

.call-link strong {
  font-weight: normal;
  color: #3AAAA0;
}
.call-link a {
  text-decoration: none;
}
.call-link a:hover {
  color: #3AAAA0;
}

.visit-safehand {
  position: relative;
  padding-right: 40px !important;
}
.visit-safehand::after {
  position: absolute;
  top: 12px;
  right: 14px;
  content: '';
  width: 18px;
  height: 18px;
  background: transparent url('./img/next-arrow.png') no-repeat center /cover ;
}

/* Footer */
.footer-widgets {
  padding: 1rem;
}
.site-footer .site-info {
  background-color: #000;
  height: 11px;
}
.site-footer .site-info .inside-site-info {
  padding: 0;
}
.footer-widget-1 a {
  text-decoration: none;
}

/* Form */
.wpcf7 ::placeholder,
.wpcf7-select,
.wpcf7-select option {
  color: #447892;
}
.wpcf7-select {
  text-transform: uppercase;
}
.action-buttons p input[type="submit"],
.action-buttons p span {
  display: block;
  margin: 0 auto;
}

p .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
p .wpcf7-form-control-wrap input[type="text"],
p .wpcf7-form-control-wrap input[type="email"] {
  width: 100%;
}

.wpcf7 .wpcf7-form-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.action-buttons input[type="submit"] {
  color: #000;
  background-color: #fff;
}
/* Lists */
.circle-checkmark-list,
.green-circle-checkmark-list,
.blue-circle-checkmark-list {
  list-style: none;
  margin-left: 0;
}
.circle-checkmark-list li,
.green-circle-checkmark-list li,
.blue-circle-checkmark-list li {
  position: relative;
  padding-left: 34px;
  color: #447892;
  line-height: 130%;
  margin-bottom: 24px;
}

.circle-checkmark-list li::before,
.green-circle-checkmark-list li::before,
.blue-circle-checkmark-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.circle-checkmark-list li::before {
  background-image: url('./img/circle-checkmark.png');
}
.green-circle-checkmark-list li::before {
  background-image: url('./img/green-circle-checkmark.png');
}
.blue-circle-checkmark-list li::before {
  background-image: url('./img/blue-circle-checkmark.png');
}

.green-circle-checkmark-list.crosses li::before {
  background-image: url('./img/green-circle-cross.png');
}
.blue-circle-checkmark-list.crosses li::before {
  background-image: url('./img/blue-circle-cross.png');
}
#block-12 {
  display: none;
}
/* Design / Embellishments */
@media screen and (min-width: 1400px) {
  #contact::before {
    width: 10%;
  }
}
@media screen and (min-width:768px) {
  #masthead .site-header .header-image {
  
  }
  .aqua-dots-right {
    position: relative;
  }
  .aqua-dots-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url('./img/aqua-dots-right.png');
    background-repeat: no-repeat;
    background-position: center right;
  }
  #contact {
    position: relative;
  }
  #contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 1;
    width: 8%;
    height: 100%;
    background-image: url('./img/aqua-dots-left-sml.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 259px auto;
  }
  #about-pattern {
    position: relative;
  }
  #about-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 10%;
    height: 100%;
    background-image: url('./img/aqua-dots-left-sml.png');
    background-repeat: no-repeat;
    background-position: -100px 120px;
    background-size: 259px auto;
  }
  #about-pattern::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 10%;
    height: 100%;
    background-image: url('./img/aqua-dots-right-sml.png');
    background-repeat: no-repeat;
    background-position: 20px 0;
    background-size: 207px auto;
  }
  #safetylogix-advantage {
    position: relative;
  }
  #safetylogix-advantage::after {
    content: '';
    position: absolute;
    top: 220px;
    right: 0;
    z-index: 1;
    width: 10%;
    height: 100%;
    background-image: url('./img/aqua-dots-right-sml.png');
    background-repeat: no-repeat;
    background-position: 20px 0;
    background-size: 207px auto;
  }
}
/* Feature Cards */
.feature-card {
  position: relative;
}
.modal-btn-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

/* Helpers */
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0px 3px 6px #00000029;
}
.grey-separator {
  box-shadow: 0px 3px 6px #00000029;
  height: 5px;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.text-center {
  text-align: center !important;
}

/* Colors */
.aqua-text {
  color: #3baaa0 !important;
}
.dark-aqua-text {
  color: #447892 !important
}
/* Modal */
.blocker {
  z-index: 30;
}
.modal {
  z-index: 40;
  max-width: 1440px;
  padding: 0;
}
.modal-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #3aaaa0;
  color: #ffffff;
  text-decoration: none;
}

.shrink-list li {
	margin-bottom: 13px;
}

.site-header .header-image {
    width: 320px;
}

@media screen and (min-width:992px) {
  #masthead .site-header .header-image {
    width: 300px;
  }
}

@media screen and (min-width:1200px) {
  #masthead .site-header .header-image {
    width: 500px;
  }
  .site-header .header-image {
    width: 520px;
  }
}

@media screen and (min-width:1300px) {
  #block-12 {
    display: block;
  }
}


.feature-card-1,
.feature-card-2,
.feature-card-3 {
	cursor: pointer;
}

.no-results.not-found {
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 50px 0;
}