/*
 Theme Name:   GSM Industrial Child Theme
 Author:       MSonder
 Template:     twentynineteen
*/
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
html, body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  margin-top: 0px !important;
  text-align: left;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  color: #231f20;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
  background: #fff;
}

body.admin-bar {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}



body:not(.custom-background-image).admin-bar::before {
  top: 0px;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
  height: 0px;
}
a {
  outline: none;
}
ul {
  padding-top: 0px;
  margin-top: 0px;
}
:root {
  overflow-y: scroll !important;
}
::-moz-selection {
  background: #393939;
  color: #6a6a6a;
  text-shadow: none;
}
::selection {
  background: #393939;
  color: #6a6a6a;
  text-shadow: none;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.clear {
  clear: both;
}
img.right {
  float: right !important;
  margin: 0 0 20px 20px !important;
}
img.left {
  float: left !important;
  margin: 0 20px 20px 0 !important;
}
img {
  border: none;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.responsive {
  width: 90%;
  margin: 0 auto;
}
/*	--------------------------------------------------
	:: Alert Banner
	-------------------------------------------------- */
.gsm-banner {
  background: #d26f1a;
  padding: 5px;
  color: white;
  text-align: center;
}
.gsm-banner a {
  color: white;
  text-decoration: underline;
}
.gsm-banner a:hover {
  color: #feb914;
}
.gsm-banner p {
  padding-bottom: 0px;
  font-size: 14px;
}
/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */
#top-wrapper {
  width: 100%;
  height: auto;
  background: #feb914;
}
#top {
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
}
.top-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
form.is-search-form {
  flex: 0 0 25%;
}
.contact-info {
  font-size: 16px;
  color: #d26f1a;
}
.contact-info a {
  color: #231f20;
  text-decoration: none;
}
.contact-info a:hover {
  color: #000;
  text-decoration: underline;
}
.phone {
  font-weight: 700;
}
ul.social-icons {
  margin-left: auto !important;
}
#header-wrapper {
  width: 100%;
  height: auto;
  background: #ffffff;
}
body:not(.home) #header-wrapper {
  border-bottom: 2px solid #eee;
}
#header {
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
#header .g70 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#logo img {
  width: auto;
}
/* Options - Footer Social */
ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social-icons li {
  display: inline;
  padding: 2px 0px 0px 0px;
  margin: 0 !important;
}
ul.social-icons a i {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #feb914;
  color: #d05c02;
  border-radius: 6px;
}
ul.social-icons li a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.grey-wrapper {
  width: auto;
  height: auto;
  background: #eeeeee;
  padding: 80px 0;
}
.grey {
  width: 90%; /* Change to exact pixels for static (non-responsive)*/
  margin: 0 auto;
  color: #231f20;
}
body.home .grey-wrapper.first {
  width: auto;
  height: auto;
  background: linear-gradient(135deg, #feb914 50%, #d26f1a 50%);
  padding: 50px 0;
}
body.home .grey-wrapper.first h2:after {
  display: none;
}
.grey a {
  color: #d26f1a;
  text-decoration: underline;
  line-height: 20px;
}
.grey a:hover {
  color: #ad580e;
  text-decoration: none;
}
.content-wrapper {
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  height: auto;
  margin: 0px auto;
}
.content {
  width: 100%;
  margin: 0px auto;
  height: auto;
  padding: 40px 0px 50px 0px;
}
.content a {
  color: #d26f1a;
  text-decoration: underline;
  line-height: 20px;
}
.content a:hover {
  color: #ad580e;
  text-decoration: none;
}
a.highlight-link {
  margin-top: 1.5vh;
  display: block;
}
p.highlight-link a, a.highlight-link {
  color: #d26f1a;
  font-weight: bold;
  text-decoration: none;
}
p.highlight-link a:after, a.highlight-link:after {
  content: '\f178';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 600;
  padding-left: 10px;
  color: #d26f1a;
  transition: all 0.25s ease-in-out;
}
p.highlight-link a:hover:after, a.highlight-link:hover:after {
  padding-left: 15px;
}
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
button#menuToggle {
  display: none;
}
ul.menu {
  margin: 0;
  padding: 0px 0 0 0;
}
ul.menu li {
  list-style: none;
  position: relative;
  float: left;
}
ul.menu li:last-child a {}
ul.menu li:first-child a {}
ul.menu li:hover {
  cursor: default;
}
ul.menu li a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0 9px;
  width: 100%;
  color: #525252;
  border-bottom: 2px solid #fff;
  text-decoration: none;
	text-transform: none !important;
  -webkit-transition: border-bottom 0.25s ease-in-out;
  -moz-transition: border-bottom 0.25s ease-in-out;
  -o-transition: border-bottom 0.25s ease-in-out;
  transition: border-bottom 0.25s ease-in-out;
}
ul.menu li a:hover, ul.menu li a:focus {
  border-bottom: 2px solid #525252;
}
ul.menu li ul {
  position: absolute;
  left: -9999em;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
ul.menu li:hover ul {
  left: 0;
  -webkit-box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
  box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
}
ul.menu li:hover ul li {
  float: none;
  width: 100%;
  position: relative;
  z-index: 9999;
}
ul.menu li:hover ul li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
  text-transform: none;
  text-shadow: none;
  text-align: left !important;
  padding: 0 15px;
  background: #fff;
  width: 100%;
  color: #525252;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  text-decoration: none;
}
ul.menu li:hover ul li a:hover {
  background: #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #525252;
}
/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */
#pre-footer-wrapper {
  height: auto;
  width: 100%;
  background: #292929 url(images/prefooter-bg.jpg) no-repeat scroll center center / cover;
}
#pre-footer {
  height: auto;
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  margin: 0 auto;
  padding: 100px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
#pre-footer a {
  color: #ffeab7;
  text-decoration: underline;
}
#pre-footer a:hover {
  color: #feb914;
  text-decoration: none;
}
#pre-footer h2, #pre-footer h3 {
  color: #fff;
}
.video-link {
  display: flex;
  align-items: center;
}
.video-link a {
  color: #feb914 !important;
  font-size: 20px;
  text-decoration: none !important;
}
.video-link i {
  font-size: 48px;
  margin-right: 10px;
  display: inline;
  vertical-align: middle;
}
#footer-wrapper {
  height: auto;
  width: 100%;
  background: #292929;
  position: relative;
}
#footer-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(135deg, #feb914 50%, #d26f1a 50%);
  top: -10px;
  left: 0;
}
#footer {
  height: auto;
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  margin: 0 auto;
  padding: 30px 0;
  background: #292929;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
#footer a {
  color: #feb914;
  text-decoration: underline;
}
#footer a:hover {
  color: #d6680d;
  text-decoration: none;
}
#footer .g70 {
  padding-top: 25px;
}
#footer p {
  font-size: 14px;
  line-height: 22px;
  color: #7a7a7a;
}
#footer .phone {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
#footer .phone a {
  color: #fff;
  text-decoration: none;
}
.heading {
  font-size: 22px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.heading:after {
  content: '';
  margin-left: 16px;
  width: 80px;
  height: 3px;
  background-color: #feb914;
}
ul.quicklinks {
  width: 90%;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
ul.quicklinks li {
  padding: 5px;
  font-size: 16px;
  margin: 0 0 0 15px;
}
ul.quicklinks li:hover {
  opacity: 0.8;
  text-decoration: none !important;
  background: #464646;
}
ul.quicklinks li a {
  color: #fff !important;
  text-decoration: none !important;
}
ul.quicklinks li a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
ul.quicklinks i {
  color: #d26f1a;
  font-size: 16px;
  margin-right: 5px;
}
/* Options - Footer Social */
#footer ul.social-icons {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
#footer ul.social-icons li {
  display: inline;
  padding: 2px 5px 0px 0px;
  margin: 0 !important;
}
#footer ul.social-icons a i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #292929;
  color: #d26f1a;
  border-radius: 6px;
}
#footer ul.social-icons li a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
#copyright-wrapper {
  height: auto;
  width: 100%;
  background: #292929;
}
#copyright {
  border-top: 2px solid #383838;
  height: auto;
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  margin: 0 auto;
  padding: 20px 0;
  background: #292929;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #7a7a7a;
}
#copyright a {
  color: #7a7a7a;
  text-decoration: none;
}
#copyright a:hover {
  color: #7a7a7a;
  text-decoration: underline;
}
/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
h1:not(.site-title)::before, h2::before {
  background: none !important;
  content: none !important;
  height: 0px !important;
  margin: 0 !important;
  width: 0 !important;
}
h1 {
  color: #231f20;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  line-height: 52px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  letter-spacing: .5px;
  padding-bottom: 30px;
}
h1:after {
  content: '';
  display: block;
  width: 150px;
  border-bottom: 3px solid #feb914;
  position: relative;
  bottom: -23px;
}
.home h1 {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.home h1:after {
  display: none;
}
h2, .search-results h2 a {
  color: #231f20;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  line-height: 42px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
}
h2:after {
  content: '';
  margin-left: 16px;
  width: 100px;
  height: 3px;
  background-color: #feb914;
}
h2.has-text-align-center {
  justify-content: center;
}
/* if an H2 is in a column, remove dash */
body:not(.home) .wp-block-column h2:after {
  display: none;
}
h3 {
  color: #231f20;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  letter-spacing: .5px;
}
h4 {
  color: #231f20;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
h4:after {
  content: '';
  display: block;
  width: 75px;
  border-bottom: 3px solid #231f20;
  position: relative;
  bottom: -10px;
}
p {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
hr, hr.is-style-wide {
  border: 0;
  height: 4px;
  background: #dadada;
  text-align: center;
  line-height: 4px;
  font-size: 26px;
  border-bottom: 0px;
  margin: 30px 0 45px 0;
}
hr.wp-block-separator:not(.is-style-wide) {
  border: 0;
  height: 4px;
  background: #dadada;
  text-align: left;
  line-height: 4px;
  font-size: 26px;
  border-bottom: 0px;
  margin: 30px 0 45px 0;
}
blockquote {
  border-left: 8px solid #d26f1a !important;
  background: #e4e4e4;
  padding: 20px 10px 20px 40px !important;
}
blockquote p {
  padding: 0;
}
blockquote a {
  color: #000 !important;
  font-weight: bold;
}
blockquote a:hover {
  color: #d26f1a !important;
}
blockquote cite {
  font-size: 16px;
  text-transform: uppercase;
  color: #575757;
  font-style: italic;
}
a.wp-block-button__link {
  display: inline-block;
  background: #feb914;
  font-family: 'Poppins', sans-serif;
  color: #231f20 !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  padding: 15px 30px;
  border-radius: 150px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.wp-block-button__link:hover {
  background: #fecb52 !important;
  color: #000000 !important;
}
a.wp-block-button__link:after {
  content: '\f178';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 600;
  padding-left: 10px;
  color: #d26f1a;
  transition: all 0.25s ease-in-out;
}
a.wp-block-button__link:hover:after {
  color: #d26f1a;
  padding-left: 15px;
}
.clear a.wp-block-button__link {
  display: inline-block;
  background: transparent;
  border: 2px solid #fff;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  padding: 15px 30px;
  border-radius: 150px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.clear a.wp-block-button__link:hover {
  border: 2px solid #feb914;
  background: #feb914;
  color: #000000 !important;
}
.clear a.wp-block-button__link:after {
  content: '\f178';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 600;
  padding-left: 10px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.clear a.wp-block-button__link:hover:after {
  color: #d26f1a;
  padding-left: 15px;
}
.black a.wp-block-button__link {
  display: inline-block;
  background: #231f20;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  padding: 15px 30px;
  border-radius: 150px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.black a.wp-block-button__link:hover {
  background: #000000;
  color: #fff !important;
}
.black a.wp-block-button__link:after {
  content: '\f178';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 600;
  padding-left: 10px;
  color: #d26f1a;
  transition: all 0.25s ease-in-out;
}
.black a.wp-block-button__link:hover:after {
  color: #feb914;
  padding-left: 15px;
}
/*	--------------------------------------------------
	:: CTA Styles
	-------------------------------------------------- */
.home-cta {
  background: #eeeeee;
  text-align: center;
  padding: 20px 25px 10px 25px;
}
.grey-wrapper .home-cta {
  background: #e4e4e4;
  text-align: center;
  padding: 20px 25px 10px 25px;
}
.home-cta .large-number {
  background: #feb914;
  color: #231f20;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cta {
  background: #eeeeee;
  padding: 20px 25px 10px 25px;
}
.grey-wrapper .cta {
  background: #e4e4e4;
  padding: 20px 25px 10px 25px;
}
/*	--------------------------------------------------
	:: Project Profile Styles
	-------------------------------------------------- */
.project-profile-archive:nth-of-type(odd) {
  clear: both !important;
  min-height: 300px;
}
.project-profile-archive a {
  display: block;
  text-decoration: none !important;
}
.project-profile-archive a h4 {
  transition: all 0.25s ease-in-out;
}
.project-profile-archive a:hover h4 {
  color: #feb914 !important;
}
/* for homepage only */
.home .project-profile-img {
  max-height: 150px;
}
.home .project-profile-archive:nth-of-type(odd) {
  clear: none !important;
  min-height: 300px;
}
.project-profile-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 240px;
}
.project-profile-img img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}
/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */
.hentry {
  padding: 0px !important;
}
.entry .entry-content > *, .entry .entry-content, .entry .entry-summary {
  max-width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.entry .entry-header {
  margin: 0;
}
.blog-sidebar {
  background-color: #eeeeee;
  padding: 15px 15px !important;
}
.blog-sidebar ul, .blog-sidebar ol {
  padding-left: 0;
}
.blog-sidebar h3 {
  font-size: 18px;
}
.blog-sidebar p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.widget {
  background-color: #fff;
  color: #231f20;
  margin: 0 0 24px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px 2px #c7c7c7;
  box-shadow: 0 0 10px 2px #c7c7c7;
}
.widget .widget-title {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px !important;
  padding: 0px !important;
  color: #231f20 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: .5px;
}
.widget li {
  padding: 0px;
  background: #fff;
  margin: 0 0 0px;
  font-family: 'Poppins', sans-serif;
  line-height: 0px !important;
}
.widget li:hover {
  background: #eeeeee;
}
.widget li a {
  display: block;
  color: #d26f1a !important;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 15px;
}
.widget li a:after {
  content: '\f178';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 600;
  padding-left: 10px;
  color: #d26f1a;
  transition: all 0.25s ease-in-out;
}
.widget li a:hover:after {
  padding-left: 15px;
}
h2.site-title {
  display: block;
  color: #231f20;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  letter-spacing: .5px;
}
.page-description {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #d26f1a !important;
}
/* WordPress Number Pagination CSS Styles*/
.page-navi.meta {
  color: RGB(38, 166, 154);
  font-size: 20px;
  font-weight: normal;
  border: solid 1px rgb(221, 221, 221);
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 3px;
}
.page-numbers {
  border-right: solid 1px rgb(221, 221, 221);
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  margin-left: -6px;
}
.page-numbers.current {
  padding: 10px 20px;
  background: #d26f1a;
  color: #fff;
  font-weight: 600;
}
.page-navi .prev {
  float: left;
  margin-right: 0;
  margin-top: -10px;
  border-right: solid 1px #eee;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
}
.page-navi .next {
  float: right;
  margin-top: -10px;
  border-left: solid 1px #ddd;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}
/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */
div#content > div img {
  width: 100%;
}
/* Override */ .no-full {
  width: auto !important;
}
.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
  height: auto;
  float: left;
}
.g10 {
  width: 10%;
}
.g20 {
  width: 20%;
}
.g30 {
  width: 30%;
}
.g40 {
  width: 40%;
}
.g50 {
  width: 50%;
}
.g60 {
  width: 60%;
}
.g70 {
  width: 70%;
}
.g80 {
  width: 80%;
}
.g90 {
  width: 90%;
}
.g100 {
  width: 100%;
}
.g33 {
  width: 33.33333333%;
}
.g25 {
  width: 25%;
}
.g75 {
  width: 75%;
}
.padding {
  padding: 10px 15px;
}
/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */

.form-columns-1 {max-width: 100% !important;}
.form-columns-2 {max-width: 100% !important;}

.hs-form-booleancheckbox {list-style: none !important;}

.hs-button {
max-width: 300px !important;
display: inline-block !important;
background: #feb914 !important;
font-family: 'Poppins', sans-serif !important;
color: #231f20 !important;
font-size: 16px !important;
text-transform: uppercase !important;
font-weight: 600 !important;
margin: 25px 0 !important;
float: none !important;
text-align: center !important;	
padding: 15px 30px !important;
border-radius: 150px !important;
text-decoration: none !important;
-webkit-transition: all 0.25s ease-in-out !important;
-moz-transition: all 0.25s ease-in-out !important;
-o-transition: all 0.25s ease-in-out !important;
transition: all 0.25s ease-in-out !important;
}

.hs-button:hover, .hs-button:focus, .hs-button input[type="submit"]:hover, .hs-button input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  background: #FECB52 !important;
}

input, textarea, select {
  border: 0px !important;
  background: #ecf0f3 !important;
  border-bottom: 2px solid #FEB914 !important;
  font-family: inherit;
  padding: 10px !important;
  width: 100%;
}
select {
  padding: 14px !important;
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
}
input:focus, textarea:focus, select:focus {
  border: 0px;
  background: #ccd6dd !important;
  border-bottom: 2px solid #1a5079;
  font-family: inherit;
  padding: 10px !important;
}
select:focus {
  padding: 14px !important;
}
.gform_wrapper.gravity-theme .ginput_container_address span {
  flex: 0 0 100%;
}
.ginput_complex.ginput_container_address .address_city {
  width: 31% !important;
  margin-right: 2% !important;
  margin-left: 0 !important;
  padding: 0 !important;
  display: block;
  float: left;
  flex: unset !important;
}
.ginput_complex.ginput_container_address .address_state {
  width: 31% !important;
  margin-right: 2% !important;
  margin-left: 0 !important;
  padding: 0 !important;
  display: block;
  float: left;
  flex: unset !important;
}
.ginput_complex.ginput_container_address span.ginput_right + .ginput_left.address_zip {
  width: 33% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  display: block;
  float: right;
  flex: unset !important;
}
::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #008066 0%, #025847 100%) repeat scroll 0 0;
  border-bottom: 2px solid #008066;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #025847 0%, #008066 100%) repeat scroll 0 0;
}
/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .responsive {
    width: 1200px !important;
  }
}
@media screen and (min-width: 811px) {
  .opensub {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  #header {
    width: 100% !important;
    position: static;
  }
  #logo {
    text-align: center;
  }
  #header .g30.padding {
    padding: 0 !important;
  }
  #header .g70 {
    position: static;
    transform: none;
  }
  .hero .wp-block-columns {
    display: block !important;
  }
  .hero .wp-block-column {
    text-align: center;
  }
  .hero .wp-block-buttons {
    justify-content: center;
  }
  .wp-block-cover.hero {
    min-height: 480px !important;
  }
  #pre-footer {
    padding: 30px 0;
  }
  #pre-footer .g60 {
    width: 100%;
  }
  /* ********* Mobile Navigation Styles ********** */
  button#menuToggle {
    display: block;
    border: 0;
    background: #241e20 !important;
    border-bottom: transparent !important;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0px !important;
  }
  button#menuToggle:hover, #menuToggle:focus {
    background: #242424 !important;
  }
  .menu-content {
    display: none;
  }
  .menu-content .right {
    float: none !important;
  }
  ul.menu {
    background: #363233;
  }
  ul.menu li {
    float: none;
    width: 100%;
    text-align: center;
  }
  ul.menu li a {
    color: #fff;
    border-bottom: 2px solid #525252;
    text-transform: none;
    font-size: 18px;
    line-height: 70px;
  }
  ul.menu li a:hover, ul.menu li.current-menu-item a, ul.menu li a:focus {
    color: #fff;
    background: #363233;
  }
  /* submenu */
  ul.sub-menu {
    display: none;
  }
  ul.menu li ul {
    position: static;
    left: 0;
    width: auto;
  }
  ul.menu li:hover ul li {
    float: none;
    width: 100%;
    position: static;
    text-align: center !important;
  }
  ul.sub-menu li a {
    border-bottom: none !important;
    text-transform: none;
    color: #a8a8a8;
    font-size: 16px;
    line-height: 40px;
  }
  ul.menu li:hover ul li:hover {
    text-align: center;
  }
  ul.menu li .opensub {
    color: #feb914;
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 2.5px;
    display: block;
    height: 64px;
    width: 63px;
    line-height: 60px;
    cursor: pointer;
    z-index: 99;
    background: #241e20;
  }
  .g25 {
    width: 50% !important;
  }
  .g30 {
    width: 100% !important;
  }
  .g33 {
    width: 100% !important;
  }
  .g50 {
    width: 100% !important;
  }
  .g70 {
    width: 100% !important;
  }
}
@media screen and (max-width: 765px) {
  .responsive {
    width: 95% !important;
  }
  .top-content {
    gap: 10px;
  }
  form.is-search-form {
    flex: 0 0 40%;
  }
  .top-content img {
    display: none;
  }
}
@media screen and (max-width: 663px) {
  form.is-search-form {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 565px) {
  .top-content {
    flex-wrap: wrap;
  }
  form.is-search-form {
    flex: 0 0 50%;
  }
  .contact-info {
    margin-left: auto;
  }
  ul.social-icons {
    margin-left: 0 !important;
    margin: 0 auto !important;
  }
  .gsm-banner p {
    font-size: 13px;
  }
}
@media screen and (max-width: 487px) {
  form.is-search-form {
    flex: 0 0 100%;
  }
  .home h1 {
    font-size: 40px;
  }
  .g10 {
    width: 100% !important;
  }
  .g20 {
    width: 100% !important;
  }
  .g25 {
    width: 100% !important;
  }
  .g40 {
    width: 100% !important;
  }
  .g60 {
    width: 100% !important;
  }
  .g80 {
    width: 100% !important;
  }
  .g90 {
    width: 100% !important;
  }
}
@media screen and (max-width: 361px) {
  .contact-info {
    margin-left: 0 !important;
    margin: 0 auto !important;
  }
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #feb914;
}