:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5012fd7 *//* ========================================= */
/* POWERHOUSE - MICHAEL BLACK */
/* PART 1 - LAYOUT */
/* ========================================= */

.ph-michael-about{

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #faf8fc 100%
    );

    padding:140px 40px;

    overflow:hidden;

}

.ph-michael-about-container{

    max-width:1500px;

    margin:0 auto;

}

/* ========================================= */
/* EDITORIAL HEADER */
/* ========================================= */

.ph-michael-heading{

    width:62%;

    margin-left:auto;

    margin-bottom:70px;

}

.ph-michael-eyebrow{

    color:#5B2C83;

    font-size:14px;

    font-weight:700;

    letter-spacing:6px;

    text-transform:uppercase;

    margin-bottom:24px;

}

.ph-michael-heading h2{

    font-family:"Cormorant Garamond",serif;

    font-size:74px;

    line-height:1.02;

    font-weight:600;

    color:#111;

    margin:0;

}

.ph-michael-divider{

    width:100px;

    height:5px;

    background:#5B2C83;

    border-radius:999px;

    margin-top:36px;

}

/* ========================================= */
/* CONTENT */
/* ========================================= */

.ph-michael-about-content{

    position:relative;

}

/* ========================================= */
/* FEATURE IMAGE */
/* ========================================= */

.ph-michael-about-image{

    float:left;

    width:640px;

    margin:0 65px 45px 0;

    position:relative;

}

.ph-michael-about-image::before{

    content:"";

    position:absolute;

    top:26px;

    left:-26px;

    width:100%;

    height:100%;

    background:#5B2C83;

    border-radius:30px;

    z-index:0;

}

.ph-michael-about-image img{

    position:relative;

    z-index:2;

    width:100%;

    display:block;

    border-radius:30px;

    box-shadow:

        0 35px 90px rgba(0,0,0,.18);

}

/* ========================================= */
/* BODY COPY */
/* ========================================= */

.ph-michael-about-content p{

    font-size:22px;

    line-height:2;

    color:#555;

    margin-bottom:34px;

}

/* ========================================= */
/* CLEAR FLOAT */
/* ========================================= */

.ph-michael-about-content::after{

    content:"";

    display:block;

    clear:both;

}
/* ========================================= */
/* FEATURE QUOTE */
/* ========================================= */

.ph-michael-quote{

    clear:both;

    position:relative;

    margin:75px 0;

    padding:60px 75px;

    background:#5B2C83;

    border-radius:30px;

    color:#fff;

    text-align:center;

    font-family:"Cormorant Garamond",serif;

    font-size:40px;

    line-height:1.5;

    font-style:italic;

    box-shadow:
        0 30px 90px rgba(91,44,131,.30);

    overflow:hidden;

}

.ph-michael-quote::before{

    content:"“";

    position:absolute;

    top:-18px;

    left:30px;

    font-size:160px;

    color:rgba(255,255,255,.12);

    line-height:1;

}

.ph-michael-quote::after{

    content:"”";

    position:absolute;

    right:35px;

    bottom:-80px;

    font-size:160px;

    color:rgba(255,255,255,.12);

    line-height:1;

}

/* ========================================= */
/* STATS SECTION */
/* ========================================= */

.ph-michael-stats{

    display:flex;

    gap:35px;

    margin-top:90px;

    margin-bottom:70px;

    clear:both;

}

.ph-michael-stat{

    flex:1;

    background:#5B2C83;

    border-radius:24px;

    padding:45px 35px;

    text-align:center;

    transition:.35s;

    box-shadow:
        0 20px 55px rgba(91,44,131,.18);

}

.ph-michael-stat:hover{

    transform:translateY(-8px);

    box-shadow:
        0 28px 70px rgba(91,44,131,.30);

}

.ph-stat-number{

    font-family:"Cormorant Garamond",serif;

    font-size:58px;

    color:#fff;

    line-height:1;

    margin-bottom:18px;

    font-weight:600;

}

.ph-stat-label{

    color:rgba(255,255,255,.92);

    font-size:18px;

    line-height:1.7;

    font-weight:600;

}

/* ========================================= */
/* CALL TO ACTION */
/* ========================================= */

.ph-michael-cta{

    text-align:center;

}

.ph-michael-btn,
.ph-michael-btn:visited{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:300px;

    padding:22px 60px;

    background:#5B2C83;

    color:#fff !important;

    text-decoration:none !important;

    border-radius:999px;

    font-weight:700;

    font-size:17px;

    letter-spacing:.5px;

    transition:.35s;

    box-shadow:
        0 20px 60px rgba(91,44,131,.25);

}

.ph-michael-btn:hover{

    background:#111;

    color:#fff !important;

    transform:translateY(-4px);

}
/* ========================================= */
/* TABLET */
/* ========================================= */

@media (max-width:1200px){

.ph-michael-about{

    padding:110px 35px;

}

.ph-michael-heading{

    width:100%;

    margin:0 0 50px;

}

.ph-michael-heading h2{

    font-size:58px;

}

.ph-michael-divider{

    margin-top:28px;

}

.ph-michael-about-image{

    float:none;

    width:100%;

    max-width:700px;

    margin:0 auto 55px;

}

.ph-michael-about-image::before{

    display:none;

}

.ph-michael-about-content p{

    font-size:20px;

    line-height:1.9;

}

.ph-michael-quote{

    font-size:30px;

    padding:48px;

}

.ph-michael-quote::before{

    font-size:120px;

}

.ph-michael-quote::after{

    font-size:120px;

    bottom:-55px;

}

.ph-michael-stats{

    flex-wrap:wrap;

    gap:25px;

}

.ph-michael-stat{

    flex:1 1 300px;

}

}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media (max-width:768px){

.ph-michael-about{

    padding:80px 24px;

}

.ph-michael-heading{

    width:100%;

    margin-bottom:40px;

}

.ph-michael-eyebrow{

    letter-spacing:4px;

    font-size:13px;

}

.ph-michael-heading h2{

    font-size:42px;

    line-height:1.08;

}

.ph-michael-divider{

    width:70px;

    margin-top:22px;

}

.ph-michael-about-image{

    width:100%;

    margin:0 auto 40px;

}

.ph-michael-about-content p{

    font-size:18px;

    line-height:1.85;

}

.ph-michael-quote{

    margin:50px 0;

    padding:35px 28px;

    font-size:24px;

    line-height:1.6;

    border-radius:22px;

}

.ph-michael-quote::before,

.ph-michael-quote::after{

    display:none;

}

.ph-michael-stats{

    flex-direction:column;

    gap:20px;

    margin-top:60px;

    margin-bottom:45px;

}

.ph-michael-stat{

    padding:34px 26px;

}

.ph-stat-number{

    font-size:42px;

}

.ph-stat-title{

    font-size:12px;

    letter-spacing:2px;

}

.ph-stat-label{

    font-size:16px;

    line-height:1.6;

}

.ph-michael-btn{

    width:100%;

    min-width:0;

    display:flex;

}

}

/* ========================================= */
/* LARGE DESKTOP ENHANCEMENT */
/* ========================================= */

@media (min-width:1500px){

.ph-michael-heading{

    width:58%;

}

.ph-michael-heading h2{

    font-size:82px;

}

.ph-michael-about-image{

    width:680px;

    margin-right:75px;

}

.ph-michael-about-content p{

    font-size:23px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af10648 *//* ========================================= */
/* POWERHOUSE APPROACH */
/* ========================================= */

.ph-michael-approach{

    background:#ffffff;

    padding:120px 40px;

}

.ph-michael-approach-container{

    max-width:1350px;

    margin:0 auto;

}

/* ========================================= */
/* HEADER */
/* ========================================= */

.ph-approach-eyebrow{

    text-align:center;

    color:#5B2C83;

    font-size:14px;

    font-weight:700;

    letter-spacing:5px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.ph-michael-approach h2{

    text-align:center;

    font-family:"Cormorant Garamond",serif;

    font-size:60px;

    font-weight:600;

    line-height:1.1;

    color:#111;

    margin:0;

}

.ph-approach-divider{

    width:90px;

    height:4px;

    background:#5B2C83;

    border-radius:999px;

    margin:28px auto 55px;

}

/* ========================================= */
/* CARD */
/* ========================================= */

.ph-approach-card{

    position:relative;

    overflow:hidden;

    background:linear-gradient(
        135deg,
        #4D236F 0%,
        #5B2C83 55%,
        #72429B 100%
    );

    border-radius:30px;

    padding:55px 60px;

    box-shadow:
        0 30px 70px rgba(91,44,131,.18);

}

/* Decorative circles */

.ph-approach-card::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border:2px solid rgba(255,255,255,.05);

    border-radius:50%;

    right:-180px;

    top:-220px;

}

.ph-approach-card::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border:2px solid rgba(255,255,255,.05);

    border-radius:50%;

    left:-120px;

    bottom:-170px;

}

/* ========================================= */
/* GRID */
/* ========================================= */

.ph-approach-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

    position:relative;

    z-index:2;

}

.ph-approach-item{

    text-align:center;

    padding:0 15px;

}

.ph-approach-item:not(:last-child){

    border-right:1px solid rgba(255,255,255,.18);

}

.ph-approach-featured{

    transform:translateY(-10px);

}

.ph-approach-title{

    font-family:"Cormorant Garamond",serif;

    font-size:42px;

    font-weight:600;

    color:#fff;

    margin-bottom:18px;

}

.ph-approach-item p{

    color:rgba(255,255,255,.92);

    font-size:18px;

    line-height:1.8;

    margin:0;

}

/* ========================================= */
/* TABLET */
/* ========================================= */

@media (max-width:992px){

.ph-michael-approach{

    padding:90px 35px;

}

.ph-michael-approach h2{

    font-size:50px;

}

.ph-approach-card{

    padding:45px;

}

.ph-approach-grid{

    grid-template-columns:1fr;

    gap:35px;

}

.ph-approach-item{

    border-right:none !important;

    padding:0;

}

.ph-approach-item:not(:last-child){

    border-bottom:1px solid rgba(255,255,255,.18);

    padding-bottom:35px;

}

.ph-approach-featured{

    transform:none;

}

}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media (max-width:768px){

.ph-michael-approach{

    padding:80px 24px;

}

.ph-michael-approach h2{

    font-size:40px;

}

.ph-approach-card{

    padding:35px 25px;

    border-radius:22px;

}

.ph-approach-card::before,

.ph-approach-card::after{

    display:none;

}

.ph-approach-title{

    font-size:32px;

}

.ph-approach-item p{

    font-size:16px;

    line-height:1.7;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57d1c37 *//* ========================================= */
/* WHY LAWYERS CHOOSE MICHAEL */
/* ========================================= */

.ph-kristi-choose{

    background:#5B2C83;

    padding:110px 40px;

    position:relative;

    overflow:hidden;

}

/* Decorative Background */

.ph-kristi-choose:before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    border:2px solid rgba(255,255,255,.05);

    border-radius:50%;

    top:-330px;

    right:-250px;

}

.ph-kristi-choose:after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border:2px solid rgba(255,255,255,.05);

    border-radius:50%;

    bottom:-240px;

    left:-140px;

}

.ph-kristi-container{

    max-width:1400px;

    margin:0 auto;

    position:relative;

    z-index:2;

}

/* ========================================= */
/* HEADER */
/* ========================================= */

.ph-kristi-header{

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.ph-kristi-eyebrow{

    color:rgba(255,255,255,.75);

    font-size:14px;

    font-weight:700;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.ph-kristi-header h2{

    color:#ffffff;

    font-family:"Cormorant Garamond",serif;

    font-size:64px;

    line-height:1.08;

    font-weight:600;

    margin:0 0 30px;

}

.ph-kristi-header p{

    color:rgba(255,255,255,.88);

    font-size:21px;

    line-height:1.9;

    max-width:850px;

    margin:0 auto;

}

/* ========================================= */
/* GRID */
/* ========================================= */

.ph-kristi-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

    align-items:stretch;

}

/* ========================================= */
/* CARD */
/* ========================================= */

.ph-kristi-card{

    position:relative;

    background:#FCFBFE;

    border-radius:10px;

    padding:32px;

    overflow:hidden;

    display:flex;

    flex-direction:column;

    transition:all .35s ease;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

/* Folder Tab */

.ph-kristi-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:74px;

    height:13px;

    background:#1F1B20;

    border-radius:0 0 10px 0;

}

/* Hover */

.ph-kristi-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(0,0,0,.18);

}

/* ========================================= */
/* NUMBER */
/* ========================================= */

.ph-kristi-number{

    position:absolute;

    top:18px;

    right:20px;

    font-family:"Cormorant Garamond",serif;

    font-size:50px;

    font-weight:300;

    line-height:1;

    color:#4B1F73;

    pointer-events:none;

    user-select:none;

}

/* ========================================= */
/* TITLE */
/* ========================================= */

.ph-kristi-card h3{

    position:relative;

    z-index:2;

    color:#5B2C83;

    font-family:"Cormorant Garamond",serif;

    font-size:31px;

    line-height:1.15;

    font-weight:600;

    margin:0 0 18px;

    padding-right:70px;

}

/* Divider */

.ph-kristi-card h3:after{

    content:"";

    display:block;

    width:52px;

    height:3px;

    background:#5B2C83;

    border-radius:999px;

    margin-top:15px;

}

/* ========================================= */
/* BODY */
/* ========================================= */

.ph-kristi-card p{

    position:relative;

    z-index:2;

    color:#666666;

    font-size:17px;

    line-height:1.8;

    margin:0;

}

/* ========================================= */
/* TABLET */
/* ========================================= */

@media(max-width:1100px){

.ph-kristi-grid{

    grid-template-columns:repeat(2,1fr);

}

.ph-kristi-header h2{

    font-size:54px;

}

.ph-kristi-header p{

    font-size:20px;

}

}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media(max-width:768px){

.ph-kristi-choose{

    padding:85px 24px;

}

.ph-kristi-header{

    margin-bottom:55px;

}

.ph-kristi-header h2{

    font-size:42px;

}

.ph-kristi-header p{

    font-size:18px;

    line-height:1.8;

}

.ph-kristi-grid{

    grid-template-columns:1fr;

    gap:24px;

}

.ph-kristi-card{

    padding:28px;

}

.ph-kristi-number{

    font-size:72px;

    top:20px;

    right:18px;

}

.ph-kristi-card h3{

    font-size:27px;

    padding-right:50px;

}

.ph-kristi-card p{

    font-size:16px;

    line-height:1.75;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d313964 *//* ========================================= */
/* STORY */
/* ========================================= */

.ph-story{

    background:#171717;

    padding:120px 0;

}

.ph-story-container{

    width:100%;

    max-width:100%;

    margin:0 auto;

    padding:0 60px;

    box-sizing:border-box;

}

/* ========================================= */
/* HEADER */
/* ========================================= */

.ph-story-header{

    margin-bottom:45px;

    text-align:center;

}

.ph-story-eyebrow{

    color:var(--ph-purple);

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:22px;

}

.ph-story h2{

    color:#ffffff;

    font-family:"Cormorant Garamond",serif;

    font-size:62px;

    font-weight:600;

    line-height:1.1;

    margin:0 auto;

    text-align:center;

}

/* ========================================= */
/* FEATURED QUOTE */
/* ========================================= */

.ph-story-quote{

    width:100%;

    max-width:100%;

    margin:0 0 70px;

    background:#5B2C83;

    border-radius:18px;

    padding:48px 60px;

    color:#ffffff;

    font-family:"Cormorant Garamond",serif;

    font-size:34px;

    line-height:1.45;

    font-style:italic;

    font-weight:500;

    text-align:center;

    box-shadow:0 22px 55px rgba(0,0,0,.30);

    position:relative;

    overflow:hidden;

    box-sizing:border-box;

}

/* Opening quotation */

.ph-story-quote::before{

    content:"“";

    position:absolute;

    top:-10px;

    left:22px;

    font-size:120px;

    line-height:1;

    color:rgba(255,255,255,.08);

    font-style:normal;

}

/* Closing quotation */

.ph-story-quote::after{

    content:"”";

    position:absolute;

    bottom:-55px;

    right:25px;

    font-size:120px;

    line-height:1;

    color:rgba(255,255,255,.08);

    font-style:normal;

}

/* Attribution */

.ph-story-quote span{

    display:block;

    margin-top:30px;

    font-family:inherit;

    font-size:18px;

    font-style:normal;

    font-weight:600;

    letter-spacing:3px;

    text-transform:uppercase;

    opacity:.88;

}

/* ========================================= */
/* STORY CONTENT */
/* ========================================= */

.ph-story-content{

    width:100%;

    max-width:100%;

    margin:0;

}

.ph-story-content p{

    color:rgba(255,255,255,.82);

    font-size:22px;

    line-height:2;

    margin-bottom:34px;

}

.ph-story-content p:last-child{

    margin-bottom:0;

}

/* ========================================= */
/* TABLET */
/* ========================================= */

@media(max-width:1000px){

    .ph-story{

        padding:100px 0;

    }

    .ph-story-container{

        padding:0 40px;

    }

    .ph-story h2{

        font-size:52px;

    }

    .ph-story-quote{

        padding:42px 40px;

        font-size:30px;

        margin-bottom:60px;

    }

    .ph-story-content p{

        font-size:20px;

    }

}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media(max-width:768px){

    .ph-story{

        padding:80px 0;

    }

    .ph-story-container{

        padding:0 20px;

    }

    .ph-story h2{

        font-size:42px;

    }

    .ph-story-quote{

        padding:34px 26px;

        font-size:25px;

        line-height:1.5;

        border-radius:14px;

        margin-bottom:50px;

    }

    .ph-story-quote::before,

    .ph-story-quote::after{

        font-size:80px;

    }

    .ph-story-quote span{

        font-size:15px;

        letter-spacing:2px;

        margin-top:22px;

    }

    .ph-story-content p{

        font-size:18px;

        line-height:1.9;

    }

}/* End custom CSS */