/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	border: 0;

	clip: rect(1px, 1px, 1px, 1px);

	clip-path: inset(50%);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

	background-color: #eee;

	clip: auto !important;

	clip-path: none;

	color: #444;

	display: block;

	font-size: 1em;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

	/* Above WP toolbar. */

}
/* Hero content box */

.text_overlay{
	background-color:rgba(246, 246, 246, 0.8);
	padding-bottom:20px;
	transform: translateY(20%);
	width: 100%;
	max-width: 85rem;
	padding:30px;
	
}
/* This is for the Home page Hero*/

.page-id-193 .text_overlay{
	padding:none;
	display:none;
}
/* Mobile view for the text overlay section */

 @media only screen and (max-width:700px) {

	 .text_overlay{
		 padding-top:37px;
		 /* margin-left:0%;
		 margin-right:0%; */
	}
}
.ceo .testimonials-image{
	margin-top:11.25rem;
}
/* Ceo image sectoin */
@media only screen and (max-width:900px) {
	.ceo .testimonials-image{ 
		margin-top:-0.75rem;
	}
}

.button-container {
  display: flex;
  justify-content: space-evenly;
	flex-wrap: wrap;
}
@media only screen and (max-width:600px){
	.align-center{
		margin-top: 15px;
	}
}
span.title-post-link {
    text-shadow: 4px 2px 9px #000000;
}

@media only screen and (max-width: 768px) {
	.s-padding-bottom{
		text-align:center;
	} 
}
.wp-block-table td, .wp-block-table th{
	border-color:#ffffff;
}
/*Gets rid of shadow from the image in the testimonial*/

.testimonial .inner-con .testimonials-image{
	box-shadow: none;
}

/*This centers text for the two columns block*/

.wst-two-columns .section-inner .right_area {
	margin:auto;
}
/*Resizing the post-title to make it smaller*/
article.post .post-image-link .post-title {
	font-size:2.6rem;
}

/*button align left in desktop view*/

.button-left .button-container{
	justify-content: flex-start;
}

.button-left a.cta.theme-outline-5{
	margin-right: 2rem;
}

/*button center that are align left in desktop view*/
@media only screen and (max-width: 768px) {
.mobile-c .button-container{
		justify-content: center;
	}
}
.space .blurb{
	min-width: 55rem;
	min-height: 55rem;
}

/*** final revisions ***/

header.wst-header .header__nav .menu .menu-item a {
	font-family: "Josefin Sans", sans-serif;
}

/* moving hero content up hero section revisions request */
.home #home .hero-content {
	padding-bottom: 15rem;
}

/* contact page disclaimer text styling */
.contact-form-disclaimer {
	font-style: italic;
}

/* Making section mimic popup list styling */

.popup-list-style p.list-item {
    margin: 1rem 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    transition: .3s ease-in-out;
}

.popup-list-style p.list-item a {
	text-decoration: none;
	color: #11173f;
}

.popup-list-style p.list-item a:hover,
.popup-list-style p.list-item a:focus {
	color: #80bdb8;
}