/*
Theme Name: Plateau Excavation
Description: Unicon Child Theme
Author: Insight Designs
Author URI: https://insightdesigns.com
Template: unicon
Version: 1.1
*/

/*
+++++++++++++++++++++
COLORS
+++++++++++++++++++++

Dark Gray		535353
Yellow			f2bb48
Icons Yellow	edbe45
Burnt Yellow	c38b00
Cream			f6f4ed
Light Gray		ededec
Link Color		e3a600
*/



/*#############################################  
#############################################  FONTS
#############################################*/  






/*###############################################
SITEWIDE STYLES
###############################################*/

body :is(h1, h2){
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1em;
}

body h2:not(.no-icon):not(.no-icon *)::before {
    content: url('https://plateauexcavation.com/wp-content/uploads/2025/02/icon-logo.svg');
    width: 36px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
}

body .no-flag h2::before {
    content: none;
}

body .no-icon h2::before{
	content: none;
	width: 0;
	height: 0;
	margin-right: 0;
}

body .color-light :is(h1, h2){
	color: #f2bb47;
	margin-bottom: 8px;
	line-height: 1.1em;
}

body .color-light :is(h2){
	color: #fff;
}

body :is(h3, h4, h5){
	font-weight: 500;
	font-family:"Barlow";
	margin-bottom: 6px;
	line-height: 1.1em;
}

body h4{
	font-weight: 300;
}

body :is(h1, h2, h3, h4, h5, h6) a{
	color: #004edd;
}

body :is(h1, h2, h3, h4, h5, h6) a:hover{
	color: #020202;
}


body :is(.wpb_row,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid > li,
	.last_toggle_el_margin,
	.wpb_button) {
	    margin-bottom: 0px;
	}

body a i.fa {
    font-weight: 600 !important;
}

body :is(.vc_section.vc_section-has-fill,
	.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
	.vc_section.vc_section-has-fill+.vc_section) {
		padding-top: 0;
}

body .color-light :is(p,ul, li, ol){
	font-weight: 500;
}

/* BUTTON YELLOW */

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active{
	background: transparent;
}

/* ----- OUTER */
body .vc_btn3-container.vc_do_btn,
body a.button.color-1 {
    width: max-content;
    margin: auto;
    background: #f2bb48;
    border: 2px solid #ffffff;
    transform: skewX(-18deg) scale(1);
    border-radius: 10px;
    transition: .35s all ease-in-out;
    font-family: "Barlow Semi Condensed";
}

body .vc_btn3-container.vc_do_btn:hover,
body a.button.color-1:hover {
	color:#fff!important;
	background-color: #020202;
}

/* ----- INNER */
body :is(.vc_btn3-container.vc_do_btn .vc_btn3, a.button.color-1) {
    color: #020202;
    text-transform: uppercase;
    padding: 14px 20px;
    background-color: transparent;
    transform: skewX(18deg);
    font-size: 19px;
    letter-spacing: 0;
    border: none;
    background-image: none;
    font-family: 'Barlow Semi Condensed';
}

body :is(.vc_btn3-container.vc_do_btn .vc_btn3, a.button.color-1):hover {
    color: #ffff;
    border-color: #fff;
    background-color: transparent;
}


/* BUTTON INVERTED */

/* ----- OUTER */
body :is(.vc_btn3-container.inverted-button.vc_do_btn, .inverted-button a.button.color-1){
    width: max-content;
    margin: auto;
    background: rgba(0,0,0,.8);
    border: 2px solid #ffffff;
    transform: skewX(-18deg);
    border-radius: 10px;
    transition: .35s all ease-in-out;
}

body :is(.vc_btn3-container.inverted-button.vc_do_btn:hover, .inverted-button a.button.color-1:hover) {
	color:#000!important;
	background-color: #f2bb48;
}

/* ----- INNER */
body :is(.vc_btn3-container.inverted-button.vc_do_btn .vc_btn3, .inverted-button a.button.color-1) {
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    background-image: none;
}

body :is(.vc_btn3-container.inverted-button.vc_do_btn .vc_btn3, .inverted-button a.button.color-1):hover {
    color: #ffff;
    border-color: #fff;
    background-color: transparent;
}


/* ----- BUTTON A TYPE WRAPPER */

body .plateau_projects_wrapper.insight_cpt_wrapper .contact_us_btn_wrapper {
    width: max-content;
    margin: auto;
    background: #f2bb48;
    border: 2px solid #ffffff;
    transform: skewX(-18deg) scale(1);
    border-radius: 10px;
    transition: .35s all ease-in-out;
    font-family: "Barlow Semi Condensed";
    padding-top: 0px;
}

body .plateau_projects_wrapper.insight_cpt_wrapper .contact_us_btn_wrapper:hover {
    background: #000;
}

/* ----- BUTTON FILTER (styles moved to plateau-elements-pages.css) */






body #content a {
    font-weight: 600;
}

body :is(.vc_separator.vc_sep_color_purple .vc_sep_line,
	.vc_separator.vc_sep_color_blue .vc_sep_line,
	.vc_separator.vc_sep_color_turquoise .vc_sep_line,
	.vc_separator.vc_sep_color_violet .vc_sep_line,
	.vc_separator.vc_sep_color_peacoc .vc_sep_line,
	.vc_separator.vc_sep_color_mulled_wine .vc_sep_line,
	.vc_separator.vc_sep_color_chino .vc_sep_line,
	.vc_separator.vc_sep_color_sky .vc_sep_line,
	.vc_separator.vc_sep_color_vista_blue .vc_sep_line){
		border-color: #f2bb48;
}


body :is(.vc_separator.vc_sep_color_orange .vc_sep_line,
	.vc_separator.vc_sep_color_pink .vc_sep_line,
	.vc_separator.vc_sep_color_juicy_pink .vc_sep_line,
	.vc_separator.vc_sep_color_sandy_brown .vc_sep_line){
		border-color: #f2bb48;
}
	
body :is(.vc_separator.vc_sep_color_green .vc_sep_line){
		border-color: #f2bb48;
}

body :is(.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section) {
    padding-top: 0px;
}


body ::marker {
	color: #f2bb48;
}

body .iconbox-style-1 i.boxicon {
    font-size: 37px;
    margin-bottom: 0;
    float: left;
    width: 52px;
    display: inline-block;
    position: relative;
    bottom: -9px;
    height: 40px;
}

#content .wpb_text_column li {
    margin-bottom: 12px;
    line-height: 1.2em;
}



/* Header styles moved to plateau-header.css */

/*###############################################
HOME INTRO STYLES
###############################################*/

#intro-section img.vc_single_image-img {
    width: 220px;
}

#intro-section h3{
	font-weight: 600;
}

#intro-section h4{
	font-weight: 400;
	font-size: 28px;
}


/*###############################################
HOME PROMO STYLES
###############################################*/

section.with-yellow-fade {
    background-image: url('/wp-content/uploads/2025/02/bg-fade-yellow-75.png');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}


body .promo-card.wpb_column.column_container.col {
    background-position: center bottom;
}

body .promo-card .vc_btn3-container.vc_do_btn {
    transform: skewX(-18deg) scale(.9);
}

body section.vc_section.gray-black-fade-div {
    min-height: 50px;
    margin-top: 0;
    background: rgb(85,85,85);
    background: linear-gradient(90deg, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);
}

body section.vc_section.yellow-dark-fade-div {
    min-height: 50px;
    margin-top: 0;
	background: rgb(242,187,71);
	background: linear-gradient(90deg, rgba(242,187,71,1) 0%, rgba(195,139,1,1) 100%);
}

.promo-card .vc_btn3-container.vc_do_btn .vc_btn3, a.button.color-1 {
    font-size: 18px;
}


/*###############################################
INTERNAL STYLES
###############################################*/

#Standard-Page-Header .wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.stretch {
    background: rgb(0,0,0);
    background: linear-gradient(123deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 62%, rgba(242, 187, 72, 0) 73%, rgba(242, 187, 72, 1) 100%);
}

#Standard-Page-Header p{
	text-transform: uppercase;
	color: #cccccc;
}

#Standard-Page-Header h1{
	color: #f2bb48;
}

.subheading3 p{
    font-weight: 600;
    font-size: 25px;
    line-height: 1.25em;
    color: #010101;
}

.icons-services .fa-solid {
    color: #edbe45 !important;
    margin-bottom: 10px;
    font-size: 3em!important;
}

.icons-services .fa{
    color: #edbe45 !important;
}

.icons-services .fa.minti-icon {
    color: #edbe45 !important;
    font-size: 1.1em!important;
    width: 35px;
}


.who-we-are-row .vc_col-sm-3.box-tl-border {
    box-shadow: 0px 2px 10px #AEB7BD;
    margin: 0 20px;
    width: calc(25% - 40px);
    padding: 20px 20px 30px 20px;
}

.who-we-are-row .iconbox h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.who-we-are-row .iconbox p {
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.who-we-are-row .iconbox p.cta-link {
    font-size: 15px;
}

.who-we-are-row .iconbox .fa.boxicon{
	color: #535353!important;
	margin-bottom: 10px;
}

body blockquote p {
    margin: 0 !important;
    padding: 1px 0 1px 20px;
    border-left: 4px solid #f2bb48;
    color: #535353;
    margin-bottom: 20px!important;
}

body .vc_col-sm-3.box-tl-border.wpb_column.column_container.col.no-padding.color-dark {
    box-shadow: 0px 2px 10px #AEB7BD;
    margin: 0 20px;
    width: calc(25% - 40px);
    padding: 20px 20px 30px 20px;
    margin-top: 10px;
}

body .vc_col-sm-3.box-tl-border.wpb_column.column_container.col .wpb_raw_code.wpb_raw_html.wpb_content_element {
    text-align: center;
    margin-bottom: 20px;
}

body .vc_col-sm-3.box-tl-border.wpb_column.column_container.col {
    text-align: center;
}

div#rewards-grid {
    display: grid;
    grid-template-columns: 20% 40% 40%;
    grid-column-gap: 0px;
    grid-row-gap: 6px;
}


div#rewards-grid div {
    text-align: center;
    padding-block: 5px;
}

div#rewards-grid div.row-a {
    background-color: rgb(0 0 0 / 8%);
}

div#rewards-grid div.top-row {
    border-bottom: 2px solid;
}

div#rewards-grid h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

/*###############################################
BLOG STYLES
###############################################*/

body .news_story_wrapper.insight_cpt_wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

body .news_story_wrapper.insight_cpt_wrapper h2 a {
    font-size: 25px;
    color: #535353;
    text-decoration: none;
    transition: all .3s ease-in-out;
    line-height: 1.2em!important;
    display: inline-block;
}

body .news_story_wrapper.insight_cpt_wrapper h2 a:hover {
    font-size: 25px;
    color: #000;
    text-decoration: underline;
}

body .news_story_wrapper.insight_cpt_wrapper a i.fa {
    font-family: 'FontAwesome';
}

body .news_story_wrapper.insight_cpt_wrapper .news-list-categories {
    font-size: .8em;
    color: #7b7b7b;
    text-transform: uppercase;
}

body .news_story_wrapper.insight_cpt_wrapper .news_list_view.vc_col-sm-8 {
    padding-left: 0px;
}

body .blog-categories-sidebar .facetwp-checkbox {
    margin-bottom: 12px;
    font-size: 16px;
}

body .blog-categories-sidebar a.mobile_facet_trigger {
    display: none;
}

body .blog-categories-sidebar h6 {
    margin-bottom: 14px!important;
}

/*###############################################
TEAM PAGE STYLES
###############################################*/

.team_grid_wrapper.insight_cpt_wrapper.vc_col-sm-4.team_modal_card {
    margin-bottom: 30px;
}


.team_grid_view {
    text-align: center;
}

.team_grid_view h4.teamname {
    font-family: 'Barlow';
    font-size: 26px;
    font-weight: 500;
    color: #e3a600;
    margin: 8px 0 5px 0;
    transition: all .3s ease-in-out;
}

.team_grid_wrapper.insight_cpt_wrapper.vc_col-sm-4.team_modal_card:hover h4{
	color: #333333;
}

.team_grid_wrapper.insight_cpt_wrapper.vc_col-sm-4.team_modal_card .team_grid_view a img {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.team_grid_wrapper.insight_cpt_wrapper.vc_col-sm-4.team_modal_card:hover .team_grid_view a img {
    opacity: .8;
}

.team_grid_view p {
    font-family: 'Barlow Condensed';
    font-size: 18px;
    color: #535353;
}

.white_content.team_modal {
    text-align: left;
}


.white_content.team_modal br {
    display: none;
}

h3.h3-black\,.gold-top-box-header.custom_modal_name {
    margin-bottom: 7px;
    padding-bottom: 0;
    line-height: 1em;
    color: #000;
}

/*###############################################
DIFFERENT ELEMENTS STYLES
###############################################*/

body .promo-card.wpb_column.column_container.col {
    box-shadow: 0px 2px 10px #AEB7BD;
    margin: 0 20px;
    width: calc(25% - 40px);
    padding: 20px 20px 30px 20px;
    margin-top: 10px;
}

.emr-number {
    font-size: 98px;
    font-weight: 900;
    text-align: center;
    color: #f7bb47;
    margin-bottom: 40px!important;
}

.promo-card h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.promo-card p {
    font-size: 17px;
}

blockquote::before {
    content: "\201C";
    font-size: 40px;
    left: -40px;
    top: -32px;
    font-family: 'FontAwesome';
    color: #f1bb47;
    height: 0;
    display: block;
    position: relative;
    border-left: none;
}

#content .imagebox h3 {
    font-weight: 500;
    font-size: 24px;
}

#content p.cta-link {
    font-size: 16px;
}

#content .cta-link i.fa.fa-arrow-circle-right.minti-icon {
    margin-right: 6px!important;
}

/*###############################################
PROJECT LIST PAGE STYLES
###############################################*/

body .insight_cpt_wrapper .projects_list_wrapper {
    box-shadow: 0px 2px 10px #AEB7BD;
    border-radius: 0px 0px 0px 0px !important;
    border-top: 8px solid #535353 !important;
    display: block;
    overflow: auto;
    margin-bottom: 40px;
    background: #fff;
}

body .insight_cpt_wrapper .projects_list_wrapper h4.projects_list_title {
    line-height: 1em;
}

body .insight_cpt_wrapper .projects_list_wrapper h4.projects_list_title a {
    font-size: 21px;
    letter-spacing: -.02em;
    color: #333;
}
a.projects_cta.single,
body .insight_cpt_wrapper .projects_list_wrapper a.projects_cta {
    color: #e3a600;
    margin-bottom: 10px;
}

a.projects_cta.single,
body .insight_cpt_wrapper .projects_list_wrapper a.projects_cta:hover {
    color: #000;
}

body .insight_cpt_wrapper .projects_list_wrapper a.projects_cta i,
a.projects_cta.single i {
    font-family: 'FontAwesome';
}

/*###############################################
PROJECT DETAIL PAGE STYLES
###############################################*/

body .plateau_projects_wrapper.insight_cpt_wrapper .project_title_wrapper h1{
	font-size: 48px;
}

body .plateau_projects_wrapper.insight_cpt_wrapper .project_title_wrapper h1::before {
    content: url('https://plateauexcavation.com/wp-content/uploads/2025/02/icon-logo.svg');
    height: 36px;
    width: 36px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
}

body .plateau_projects_wrapper.insight_cpt_wrapper .additional_details_wrapper {
    background-color: #f5f5f5;
    border-top: 8px solid #535353;
    overflow: auto;
    display: block;
    padding: 20px 20px 30px;
    margin-bottom: 40px;
}

body .plateau_projects_wrapper .project_client_testimonial_wrapper h4 {
    color: #949494 !important;
}

body .plateau_projects_wrapper h4{
	color: #535353!important;
}



/*###############################################
FOOTER STYLES
###############################################*/


body footer#footer {
    font-size: 16px;
    line-height: 1.2em;
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: linear-gradient(to top, black 0%, transparent 60%), url(/wp-content/uploads/2026/03/bg-footer-right.webp);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border-top: 4px solid #dba103;
}

body #footer .widget a,
body #footer .widget a:hover{
	border-bottom: none;
}



body #footer .widget a:hover{
	text-decoration: underline;
}

body #footer .widget ul li {
    border-bottom: none;
    padding: 0;
}

body #footer .widget ul li a {
    display: inline-block;
}

body #copyright .copyright-text{
	font-size: 14px;
}

body footer .sixteen.columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*-- Plateau Footer Redesign --*/

body #footer {
    background: #000000;
    position: relative;
}

body #footer .widget {
    margin-bottom: 0;
}

body footer .sixteen.columns .widget_text {
    width: 100%;
    text-align: left;
}

body footer .sixteen.columns .textwidget {
    width: 100%;
}

body #footer .plateau-footer {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

/* -- Row 1: Brand bar (logo) -- */
body #footer .plateau-footer .footer-brand-row {
    display: flex;
    align-items: center;
    padding-bottom: 36px;
}

body #footer .plateau-footer .footer-logo {
    flex-shrink: 0;
}

body #footer .plateau-footer .footer-logo img {
    width: 200px;
    height: auto;
    display: block;
}

body #footer .plateau-footer .footer-social {
    margin-top: 20px;
}

body #footer .plateau-footer .footer-social ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

body #footer .plateau-footer .footer-social ul li {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

body #footer .plateau-footer .footer-social ul li:before {
    display: none;
    content: none;
}

body #footer .plateau-footer .footer-social ul li a {
    color: #e8a824;
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    transition: all 0.3s ease;
}

body #footer .plateau-footer .footer-social ul li a:hover,
body #footer .plateau-footer .footer-social ul li a:focus-visible {
    color: #f5ba2e;
}

body #footer .plateau-footer .footer-social ul li a .plateau-tiktok-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1-122.8-39.3v178.8A162.6 162.6 0 1 1 185 188.3v89.9a74.6 74.6 0 1 0 52.2 71.2V0h88a121 121 0 0 0 1.9 22.2 122.2 122.2 0 0 0 53.9 80.2 121.4 121.4 0 0 0 67 20.1z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1-122.8-39.3v178.8A162.6 162.6 0 1 1 185 188.3v89.9a74.6 74.6 0 1 0 52.2 71.2V0h88a121 121 0 0 0 1.9 22.2 122.2 122.2 0 0 0 53.9 80.2 121.4 121.4 0 0 0 67 20.1z'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
}

/* -- Row 2: Navigation + Socials + Image -- */
body #footer .plateau-footer .footer-content-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 40px;
    padding: 40px 0 48px;
}


/* -- Column labels (section-label style) -- */
body #footer .plateau-footer .footer-col-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e8a824;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body #footer .plateau-footer .footer-dot {
    width: 6px;
    height: 6px;
    background: #e8a824;
    border-radius: 50%;
    display: none; 
    flex-shrink: 0;
}

/* -- Nav link lists -- */
body #footer .plateau-footer .footer-col-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body #footer .plateau-footer .footer-col-nav ul li {
    padding: 0;
    margin: 0 0 10px;
}

body #footer .plateau-footer .footer-col-nav ul li:before {
    display: none;
    content: none;
}

body #footer .plateau-footer .footer-col-nav ul li a {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #c8c4bb;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

body #footer .plateau-footer .footer-col-nav ul li a:hover {
    color: #e8a824;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body #footer .plateau-footer .footer-col-nav ul li a:focus-visible {
    color: #e8a824;
    outline: 2px solid #e8a824;
    outline-offset: 2px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* -- Address column -- */
body #footer .plateau-footer .footer-col-address {
    color: #8a8680;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

body #footer .plateau-footer .footer-address {
    margin-bottom: 16px;
}

body #footer .plateau-footer .footer-address strong {
    display: block;
    color: #c8c4bb;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}

body #footer .plateau-footer .footer-address a {
    color: #e8a824;
    text-decoration: none;
    transition: color 0.3s ease;
}

body #footer .plateau-footer .footer-address a:hover {
    color: #f5ba2e;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body #footer .plateau-footer .footer-address a:focus-visible {
    color: #f5ba2e;
    outline: 2px solid #e8a824;
    outline-offset: 2px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* -- Footer image column -- */
body #footer .plateau-footer .footer-col-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body #footer .plateau-footer .footer-col-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

/* -- Row 3: Locations -- */
body #footer .plateau-footer .footer-locations-row {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 32px 0 0;
}

body #footer .plateau-footer .footer-addresses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
/* -- Override parent theme li::after chevrons -- */
body #footer .plateau-footer ul li:after,
body #footer .plateau-footer ul li::after {
    display: none !important;
    content: none !important;
}

/* -- Copyright bar links -- */
body #copyright .copyright-text a:focus-visible {
    outline: 2px solid #e8a824;
    outline-offset: 2px;
}

/* -- Copyright bar social icons (hidden, social links live in footer widget) -- */
body #copyright .copyright-col2 {
    display: none;
}






/*###############################################
Gravity Forms STYLES
###############################################*/


/*********************/
/* RESPONSIVE STYLES */
/*********************/

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

	/* -- Footer Responsive -- */
	body #footer .plateau-footer {
		padding: 0 20px;
	}

	body #footer .plateau-footer .footer-brand-row {
		padding: 28px 0 24px;
	}

	body #footer .plateau-footer .footer-logo img {
		width: 150px;
	}

	body #footer .plateau-footer .footer-content-row {
		grid-template-columns: 1fr 1fr;
		gap: 28px 20px;
		padding: 24px 0 32px;
	}

	body #footer .plateau-footer .footer-col-label {
		font-size: 11px;
		letter-spacing: 2px;
		margin-bottom: 14px;
		white-space: nowrap;
	}

	body #footer .plateau-footer .footer-dot {
		width: 5px;
		height: 5px;
	}

	body #footer .plateau-footer .footer-col-nav ul li {
		border-bottom: none;
	}

	body #footer .plateau-footer .footer-col-nav ul li a {
		font-size: 14px;
	}

	body #footer .plateau-footer .footer-col-nav ul li {
		margin-bottom: 8px;
	}

	body #footer .plateau-footer .footer-col-image {
		grid-column: 1 / -1;
		justify-content: center;
	}

	body #footer .plateau-footer .footer-col-image img {
		max-width: 100%;
	}

	body #footer .plateau-footer .footer-locations-row {
		padding: 24px 0 0;
	}

	body #footer .plateau-footer .footer-addresses-grid {
		grid-template-columns: 1fr 1fr;
		gap: 16px 20px;
	}

	body #footer .plateau-footer .footer-address {
		margin-bottom: 0;
	}

	body .logo img {
	    height: 35px;
	    width: auto;
	}

	body #fulltitle.titlebar #title.ten.columns {
	    width: 90vw;
	}

	body.vc_responsive .page-section .standard-section .span_12 {
	    max-width: 100vw;
	}

	body .wpb_column.vc_column_container.vc_col-sm-1\/5 {
	    padding-left: 20px;
	    padding-right: 20px;
	}

	body .container{
		width: 100%;
	}

	body :is( .container .one.column,
		.container .one.columns,
		.container .two.columns,
		.container .three.columns,
		.container .four.columns,
		.container .five.columns,
		.container .six.columns,
		.container .seven.columns,
		.container .eight.columns,
		.container .nine.columns,
		.container .ten.columns,
		.container .eleven.columns,
		.container .twelve.columns,
		.container .thirteen.columns,
		.container .fourteen.columns,
		.container .fifteen.columns,
		.container .sixteen.columns,
		.container .one-third.column,
		.container .one-third.columns,
		.container .two-thirds.column,
		.container .two-thirds.columns) {
		    width: 88vw;
		    margin: auto 5vw;
	}

	body footer .columns:last-child p{
		padding-left: 0px;
	}

	body footer .columns:first-child p{
		padding-right: 0px;
	}

	body footer .container {
		display: block;
		text-align: center;
	}

	body footer .columns img{
		width: 70%;
		margin: 0 auto;
	}

	body footer p {
	    font-size: 18px;
	    line-height: 1.4em;
	}

	body .wpb_row .wpb_column {
	    margin-bottom: 10px;
	}

	body footer#footer {
	    background-position: right -710px center;
	}

	body #back-to-top i.fa.fa-chevron-up {
	    font-family: 'FontAwesome';
	}

/* HOME PAGE RESPONSIVE */

	#intro-section .wpb_single_image.vc_align_right {
	    text-align: left;
	}
	#intro-section .wpb_single_image.vc_align_right img{
	    text-align: center;
	}

	#intro-section img.vc_single_image-img {
	    width: 160px;
	    margin-bottom: 20px;
	}
	#intro-section .wpb_single_image.vc_align_right {
	    text-align: center;
	    border-bottom: 3px solid #ffffff7d;
	}
	body.vc_responsive #intro-section .wpb_row .vc_col-sm-3 {
	    padding-bottom: 10px;
	}

	body .promo-card.wpb_column.column_container.col {
	    box-shadow: none;
	    width: calc(100% - 40px);
	}

	body .vc_col-sm-3.box-tl-border.wpb_column.column_container.col.no-padding.color-dark {
	    width: calc(100% - 40px);
	}

/* INTERNAL PAGE RESPONSIVE */

	.center-images .single_image.align-left {
	    text-align: center;
	    width: calc(100% - -10px);
	}

	section.promos-photos.with-yellow-fade{
		padding-top: 40px;
	}
	.icons-services .vc_col-sm-2.wpb_column.column_container {
	    width: 33%;
	    float: left;
	    margin-bottom: -1px!important;
	}
	.icons-services .vc_col-sm-2.wpb_column.column_container h6 {
	    min-height: 60px;
	}

	#intro-section .vc_btn3-container.inverted-button.vc_btn3-inline {
	    margin-bottom: 20px;
	    margin-right: 0px!important;
	}

	.career-achievement-list.wpb_column.vc_column_container.vc_col-sm-6 {
	    text-align: center;
	}

	.career-achievement-list i.fa.boxicon {
	    float: none;
	}

	.iconbox.career-icon-box.career-icon-box-header.no-box-shadow.wpb_content_element {
	    margin-top: 20px;
	}

	body .white_content.team_modal {
	    top: 20%;
	    left: 5%;
	    right: 5%;
	    width: 83%;
	}
}

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

	/* -- Footer: keep What We Do + Connect as two columns -- */
	body #footer .plateau-footer .footer-content-row {
		grid-template-columns: 1fr 1fr;
		gap: 24px 20px;
	}

	body #footer .plateau-footer .footer-addresses-grid {
		grid-template-columns: 1fr;
	}
}

























