/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.enigma_service_detail h3 a {
	font-size: 20px;
	letter-spacing: normal;
	line-height: 32px;
	word-wrap: break-word;
	margin: 0 0 10px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #444;
}

.enigma_callout_area p {
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 35px;
	padding-top: 10px;
}

.enigma_callout_area p i {
	font-size: 40px;
	float: left;
	margin-right: 20px;
	vertical-align: middle;
	display: none;
}

/* Make the contact form full-width in its container. */
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
}

/* Mat requested Home button to always remain blue despite current page. */
#menu-item-69 a {
	background-color: #31A3DD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 3px 3px 0 rgba(201,201,201,1);
	-moz-box-shadow: 3px 3px 0 rgba(201,201,201,1);
	box-shadow: 3px 3px 0 rgba(201,201,201,1);
	color: #fff;
	font-weight: normal;
}

/*Pictures 3 and 5 when viewed on the IPAD have page circles that  
obscure the narrative. When viewing on our phones or the lap tops not  
a problem. (Not sure this can be fixed)*/
ol.carousel-indicators {
	display: none;
}

/*2022*/

.cta-phone {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    color: white;
    font-size: 18px;
}
.cta-phone h2, .cta-phone h3{
    text-align: center;
    width: 100%;
color:white;
}

.cta-phone h2 {
   margin: 0;
}

.cta-phone h3 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 2rem;
}

.cta-phone h3 a{
    font-size: 3rem;
	border:none;
	font-family:inherit;
	padding:0;
	vertical-align: baseline;
}
.cta-phone span a{
	border:none;
	font-family:inherit;
	padding:0;
	vertical-align: baseline;
}

.cta-phone h3 a:hover,.cta-phone span a:hover{
   background:transparent;
	opacity:.8;
}
.enigma_service {
    padding-top: 60px;
    padding-bottom: 0px;
}
.ta-center {
    text-align: center;
}
.feature_section1 p, .ta-center  p {
	line-height:1.6;
	font-size:1.8rem;
}

.ta-center h1:nth-of-type(2) {
    margin-top:40px;
}
.cta-last {
	padding-bottom:40px;
	margin-top:-20px;
}
.head-contact-info {
    padding-top: 20px;
}

.logo {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 5px;
}