/*
Theme Name: Senior Living Advocates Child
Theme URI: https://www.senior-advocate.com
Template: sla-advocates
Author: Senior Living Advocates
Description: Child theme for Senior Living Advocates. Holds all of the site CSS (assets/css/main.css) plus every customisation — colour overrides, template overrides and custom functions — so the parent theme can be updated safely.
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sla-child
*/

/* -------------------------------------------------------------------------
   All site CSS lives in this theme:

     assets/css/main.css  — the full design (loads first, handle "sla-main")
     style.css            — this file, loads last; put tweaks here

   Add your own CSS below. Everything here overrides main.css.

   Brand colours can be re-pointed in one place:

   :root{
     --navy:#1C3F73;
     --green:#4A9E3F;
     --red:#EE3B2E;
   }
   ------------------------------------------------------------------------- */

.founder-plate {display:none;}

body section.logos {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.award_col {
  
    order: 3;
}


.founder-flip .founder-body {
    order: 1;
}


.founder-flip .founder-frame {
    height: 412px;
}