/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*The following 2 paragraphs are to create a centered button class*/
	


@media only screen and (max-width: 800px) {
	.one-third-center {
		margin: 0;
		width: 100%;
	}
}

/*This will increase the width of the content class to fill the width of the site-inner class.*/
.team-content {
	padding: 0 0 25px !important;
}

.entry-header::after {
	padding-bottom: 10px !important;
}

/*boxes for front page 3 backgrounds*/
#text-98 {
	/*background: rgba(127,28,106,0.8);
	padding-top: 20px;
}

#text-99 {
	background: rgba(2,116,189,0.8);
	padding-top: 20px;
}

#text-101 {
	background: rgba(86,143,15,0.8);
	padding-top: 20px;
}*/

/*boxes for front page 4 backgrounds*/
#text-86 {
	background: rgba(2,116,189,0.8);
}

#text-88 {
	background: rgba(127,28,106,0.8);
}

#text-87 {
	background: rgba(204,202,201,0.8);
}

#text-85 {
	background: rgba(86,143,15,0.8);
}

/*BIll Ericson blog page customisation*/
.display-posts-listing .listing-item {
	clear: both;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
}

/* Blog COntent View Style Change*/
.pt-cv-title a {
	font-weight: 600;
}

.pt-cv-title {
	font-size: 20px;
}

.pt-cv-content, .pt-cv-content * {
	font-size: 16px;
}

.btn-success {
	color: #ffffff;
	background-color: #0274bd;
	border-color: #0274bd;
}

/* Table Press tables*/

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*The following 2 paragraphs are to create a centered button class*/
	


@media only screen and (max-width: 800px) {
	.one-third-center {
		margin: 0;
		width: 100%;
	}
}

/*This will increase the width of the content class to fill the width of the site-inner class.*/
.team-content {
	padding: 0 0 25px !important;
}

.entry-header::after {
	padding-bottom: 10px !important;
}

/*boxes for front page 2 backgrounds*/
#text-117 {
	background: rgba(204,0,0,0.8);
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#text-119 {
	background: rgba(255,128,0,0.8);
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#text-120 {
	background: rgba(86,143,15,0.8);
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

/*boxes for front page 3 backgrounds*/
#text-98 {
	background: rgba(127,28,106,0.8);
	padding-top: 15px;
}

#text-99 {
	background: rgba(2,116,189,0.8);
	padding-top: 15px;
}

#text-101 {
	background: rgba(86,143,15,0.8);
	padding-top: 15px;
}

/*boxes for front page 4 backgrounds*/
#text-86 {
	background: rgba(2,116,189,0.8);
	padding-top: 15px;
	padding-bottom: 10px;
}

#text-88 {
	background: rgba(127,28,106,0.8);
	padding-top: 15px;
	padding-bottom: 10px;
}

#text-87 {
	background: rgba(204,202,201,0.8);
	padding-top: 15px;
	padding-bottom: 10px;
}

#text-85 {
	background: rgba(86,143,15,0.8);
	padding-top: 15px;
	padding-bottom: 10px;
}

.one-fourth {
	padding-Top: 15px;
	padding-bottom: 10px;
}

.one-third first {
	padding-top: 15px;
	padding-bottom: 25px;
}

.one-third {
	padding-top: 15px;
	padding-bottom: 25px;
}

/*BIll Ericson blog page customisation*/
.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
}

/* Blog COntent View Style Change*/
.pt-cv-title a {
	font-weight: 600;
}

.pt-cv-title {
	font-size: 20px;
}

.pt-cv-content, .pt-cv-content * {
	font-size: 16px;
}

.btn-success {
	color: #ffffff;
	background-color: #0274bd;
	border-color: #0274bd;
}

/* First page lighten images*/
/* Footer Height & Padding Control*/
.footer-widgets .wrap {
	padding-bottom: 25px;
	padding-top: 25px;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

/*Don't display close button on confidentiality deed popup*/
.popmake.theme-2557 > .popmake-close {
	display: none;
}

/*Reduction of confidentiality deed pop-up size*/
.popmake.theme-2557 p {
	margin: 5px;
}

.popmake.theme-2557 input {
	padding: 5px;
}

.popmake.theme-2557 {
	max-height: 100%;
}
* --------------------------------------------------------------
   Front Page 2 – Why Clients Choose Optimal
   Scoped so it does NOT affect Front Page 3
   -------------------------------------------------------------- */

.front-page-2 .fp2-why-optimal {
    padding: 80px 0;
    text-align: center;
}

.front-page-2 .fp2-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.front-page-2 .fp2-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 50px;
}

.front-page-2 .fp2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.front-page-2 .fp2-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.front-page-2 .fp2-item p {
    font-size: 16px;
    color: #4b5563;
}

.front-page-2 .fp2-cta .button {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
    .front-page-2 .fp2-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .front-page-2 .fp2-grid {
        grid-template-columns: 1fr;
    }
}
	/* --------------------------------------------------------------
   FRONT PAGE 3 — Left Align (Matches Page 2)
   Works with Flexible Widgets + Rust Background
   -------------------------------------------------------------- */

/* 1. Target the actual FP3 container */
.widget-area.flexible-widgets.widget-thirds {
    padding: 80px 0;
    text-align: left; /* LEFT ALIGN EVERYTHING */
}

/* 2. Typography (same as Page 2) */
.widget-area.flexible-widgets.widget-thirds h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    text-align: left !important;
}

.widget-area.flexible-widgets.widget-thirds h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    text-align: left !important;
}

.widget-area.flexible-widgets.widget-thirds p {
    font-size: 16px !important;
    color: #f3f4f6 !important;
    text-align: left !important;
}

/* 3. Card styling (transparent cards over rust) */
.widget-area.flexible-widgets.widget-thirds .widget {
    background: rgba(0,0,0,0.35) !important;
    padding: 32px !important;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    backdrop-filter: blur(2px);
    text-align: left !important; /* LEFT ALIGN CARD CONTENT */
}

/* 4. Responsive spacing */
@media (max-width: 900px) {
    .widget-area.flexible-widgets.widget-thirds .widget {
        margin-bottom: 30px;
    }
}
