/* This stylesheet is meant to override SASS styles. Please place them below.  To activate, uncomment line 12 in ../inc/scripts.php */

body {
	background: #efefef !important;
}

.purple {
    background: linear-gradient(5deg, #020004 42.98%, #170E22 95.36%);
    padding: 35px 0 30px;
    margin-bottom: 0 !important;
}

.solid-purple {
	background-color: #020004;
}

.h-white {
	color: #ffffff;
	padding-bottom: 0px;
	font-weight: 400;
}

.h2-padding {
	padding-top: 0 !important;
}

.h3-padding {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.p-white {
	color: #ffffff;
}

.p-teal {
	color: #8CDFE9;
}

.ul-white {
	color: #ffffff;
	list-style-type: none !important;
}

 ul.ul-white li:before {
	margin-left: -23px !important;
}

 ul.ul-white li {
	padding-bottom: 15px;
}


.h-gradient {
    background: linear-gradient(270deg, #2474E1 0%, #7DBAC0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    display: inline-block;
}

.center-button {
	text-align: center;
}

.bg-grey {
	background: #efefef;
	padding: 45px 0 40px;
}

.img-round {
	border-radius: 40px;
}

.block003_magnets ul {
	list-style-type: none !important;
	color: #8cdfe9 !important;
	margin-left: -16px !important;
	font-size: 14px;
}

.block003_magnets li {
 margin-left: 10px !important;
 color: white;
}

.block003_magnets li::before {
 margin-left: -23px !important;
}

.block003_magnets p {
	margin-bottom: 23px !important;
}

.gfield_required.gfield_required_text {
	color: #2474E1 !important;
}

/* About Page */

.page-id-240 .block003_magnets figure figcaption h3 {
    color: #1d2728;
}

.page-id-240 .block003_magnets figure figcaption p {
    color: #1d2728;
}

.page-id-240 .wp-block-image img {
	border-radius: 40px;
}

/* Services Page */

.post-type-archive-services .services .link {
  width: 100%;
  max-width: 360px;
}

@media (max-width: 1096px) {
  .post-type-archive-services .services .link {
  width: 100%;
  max-width: 220px;
	}
}

@media (max-width: 650px) {
  .post-type-archive-services .services .link {
  width: 100%;
  max-width: 400px;
	}
}

@media (max-width: 600px) {
  .post-type-archive-services .services .link {
  width: 100%;
  max-width: 220px;
	}
}


/* Services - Individual */

.block002_cta .image {
  z-index: 100;
	top: 0;
}

.block002_cta .cta-content {
  z-index: 200;
}

.color-dark-grey {
	background-color: #E4E4E4;
}

/* digital tooling */

.postid-257 .wp-block-heading.gradient-font-blue {
	font-size: 40px;
}

.postid-257 .wp-image-561,
.postid-257 .wp-image-958 {
	border-radius: 20px;
}

.p-white {
	color: #fff;
}

/* engineering-consulting & manufacturing support */

@media (min-width: 1000px) {
  .postid-253 .block003_magnets,
  .postid-245 .block003_magnets{
    padding: 70px 0 60px;
  }
}


/* sales training */


.postid-255 .filler-img {
	display: none;
}

/* contact us */

.page-id-6 input,
.page-id-6 textarea {
	border-radius: 10px !important;
	border: 1px solid #d0d0d0 !important;
}

.page-id-6 legend,
.page-id-6 label {
	font-weight: bold !important;
}

.page-id-6 #gform_submit_button_1 {
	background: -webkit-linear-gradient(right, #2474E1 0%, #7DBAC0 100%) !important;
	background: -o-linear-gradient(right, #2474E1 0%, #7DBAC0 100%) !important;
	background: linear-gradient(to left, #2474E1 0%, #7DBAC0 100%) !important;
	border: none !important;
	appearance: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  padding: 0 30px;
  font-family: "Lato","Helvetica Neue","Roboto","Arial",sans-serif;
  font-size: 16px;
  border-radius: 30px !important;
  transition: all .25s ease;
  text-transform: uppercase;
}

.page-id-6 #gform_submit_button_1:hover {
	background: #FFFFFF !important;
	color: #000 !important;
	border: 1px solid #000;
}