/* TOP NAV CTA BUTTON */

.cta-button {
	background-color: #1e73be !important;
	border-radius: 3px;
}

.cta-button a{
	font-weight:700;
	color: #ffffff !important
}

.cta-button:hover {
	background-color: #2C5285 !important
}


.margin-auto {
	margin: 0 auto !important;
	
}

/* TechID page*/

.extra-paddingbottom {
	padding-bottom:20px
}

.extra-marginbottom {
	margin-bottom:20px !important;
}

.outlined-button a {
	color: #1e73be !important
}

.outlined-button a:hover {
	color: white !important
}

.sec-shadow {
	box-shadow: 0px 2px 55px 0px rgb(0 0 0 / 16%);
}



/* FOOTER */

.ahover a {
	color: #62b6ff !important;
	text-decoration: none;
	
}

.ahover a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}


@media (max-width: 768px){
	
	.entry-content .alignwide {
		margin-left: -10px;
    width: calc(100% + 50px);
	}
	
    .gb-container.gb-container-8b6d1c4b:before {
        background-image: url(../wp-content/uploads/2022/05/home-header_MOB2.jpg);
    }
	
	.gb-container-fde64a15 {
		background-image: url(../wp-content/uploads/2022/05/TechIDManager_MOB3.jpg);
	}
	
	.img-70 img {
		width: 120px;
		padding-left: 20px;
		margin-top: 30px;
	}
	
	.img-200 img {
		width: 200px;
		margin-top: 30px;
	}
	
	
	/* TechID page BG*/
	
	.gb-container-bg {
		background-image: linear-gradient(180deg, var(--accent) 31%, var(--base) 15%);
	}
	
/*** Change Order of Column for Mobile view ***/	
	
	/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
	
/*** add margin to last column ***/
.custom_row:last-child {
margin-bottom: 30px;
}
	
	
	.align-left {
		text-align:left;
	}

	
	
}


.wp-block-latest-posts__list a {
	font-size:16px;
}
	
.img-50 img {
		width: 80px !important;
	object-fit: contain !important;
	}


.read-more {
	background-color: #1e73be;
	border-radius: 3px;
	padding: 8px 20px;
	color: white;
	text-decoration: none;
	display: table;
	margin-top:5px;
}

.read-more:hover {
	color: white;
	background-color: #11599a;
}

.read-more a {
	text-decoration: none !important;
}

.author-name, .cat-links a {
	color: grey;
	text-decoration: none !important;
}

input, textarea {
	border-color: #dcdcde !important;
}


/** reCAPTCHA badge **/
.grecaptcha-badge {
display: none !important;
}


.wp-block-latest-posts__post-title {
	font-size: 30px !important;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #222222;
    text-decoration: none;
    line-height: 1.1em;
}

.wp-block-latest-posts__post-date {
	color: #575760;
    font-size: 16px;
	margin:10px 0;
	
}

.wp-block-latest-posts__post-excerpt {
	margin: 20px 0;
}

.wp-block-latest-posts__list a {
	font-size: 19px;
	margin:20px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0 !important;
	
}

.circle-label-single {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1f3a5f;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-family: sans-serif;
  margin: 5px;
}

.circle-label-double {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 50px;
  height: 40px;
  font-family: sans-serif;
  margin: 5px;
  background-color: #5d8dbf;
}

.circle-label-triple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 60px;
  height: 40px;
  font-family: sans-serif;
  margin: 5px;
  background-color: #8b98a6;
}