/**
Theme Name: McG
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: msg
Template: twentytwentyone
*/
:root {
    /* Font Family */
    --global--font-primary: 'Rokkitt', serif;
    --global--font-secondary: 'Rokkitt', serif;

    /* Font Size */
    --global--font-size-base: 1.125rem;
    --global--font-size-xxl: 4.75rem;

    /* Line Height */
    --global--line-height-body: 1.1;  
    --global--line-height-heading: 1;  

    /* Colors */
    --global--color-primary: #8C8C8C;  

    /* Headings */
    --heading--font-size-h2: 3.75rem;
    --heading--font-size-h3: 1.625rem;

    /* Header */
    --branding--title--font-size: var(--global--font-size-xxl);    

    /* Spacing */
    --global--spacing-horizontal: 10px;
    --global--spacing-vertical: 7px;  

    /* Buttons */
    --button--border-width: 1px; 
    --button--color-background: transparent;     

    /* Forms */
    --form--border-width: 0;    
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

a{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.entry-content a{
    text-decoration: unset;
    text-decoration-thickness: 1px;
}

.entry-content a:hover {
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
}

.entry-content p {
    margin-bottom: 10px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content h4{
    font-weight: 400
}

.wp-block-image img{
    border-radius: 5px
}

.wp-block-column > .wp-block-cover{
    min-height: 100%;
    border-radius: 5px
}

.wp-block-spacer{
    position: relative;
}

.wp-block-column > .wp-block-cover .wp-block-cover__background{
    opacity: 0.05
}

.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus {
    outline: unset!important;
}

.action-button a:focus {
    background: transparent!important;
    color: #FF5A00!important;
    text-decoration: unset!important;
}

.menu-item a:focus {
    background: transparent!important;
    color: #2A160D!important;
    text-decoration: unset!important;
}

.mcg-main-screen .wp-block-cover__inner-container{
    max-width: var(--responsive--alignwide-width);
    height: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.mcg-main-screen > .wp-block-cover__background{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.05;
}

.mcg-main-screen > img{
    height: 100%!important;
    opacity: 0.7;
}

.entry-content .mcg-main-screen .wp-block-button:not(.is-style-outline):not(.no-borders-button) .wp-block-button__link:hover{
    -webkit-box-shadow: 0px 0px 8px 0px #faf9f8!important;
            box-shadow: 0px 0px 8px 0px #faf9f8!important;
    border-color: #faf9f8 !important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.mcg-projects-checker{
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid rgba(250, 249, 248, 0.3);
    border-radius: 5px;
    padding: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.entry-content .mcg-projects-checker p{
    margin-bottom: 0
}

p.mcg-list-icon{
    font-size: 1.375rem;
}

.mcg-list-icon{    
    position: relative;
    padding-left: 20px;
}

.mcg-list-icon:before {
    content: '';
    background: url('img/list.svg') no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
}

p.mcg-list-icon a{
    text-decoration: unset;
}

p.mcg-list-icon a:hover{
    text-decoration: underline;
}

.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
    background-color: transparent;
}

.wp-block-button .wp-block-button__link{    
    position: relative;
    padding: 17px 54px 15px 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
        -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wp-block-button:not(.is-style-outline):not(.no-borders-button) .wp-block-button__link:hover{
    -webkit-box-shadow: 0px 0px 8px 0px #855400;
            box-shadow: 0px 0px 8px 0px #855400;
    border-color: #855400!important;
}

.wp-block-button:not(.is-style-outline).no-borders-button .wp-block-button__link:hover,
.wpcf7 button[type=submit]:hover,
.mcg-phone-link a:hover,
aside.widget-area .menu a:hover{
    text-decoration: underline;
}

.wp-block-button .wp-block-button__link:before,
.primary-navigation .menu-item.action-button a:before,
.mcg-phone-link a:before {
    content: '';
    background: url('img/arrow-white.svg') no-repeat;
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    right: 25px;
}

.mcg-red-button.wp-block-button .wp-block-button__link{
    color: #FF5A00!important;
    border: 1px solid #FF5A00;
}

.mcg-red-button.wp-block-button .wp-block-button__link:hover{
    color: #FF5A00!important;
}

.mcg-red-button.wp-block-button .wp-block-button__link:before,
.primary-navigation .menu-item.action-button a:before,
.mcg-phone-link a:before{
    background: url('img/arrow-red.svg') no-repeat;
}

.mcg-white-grid {
    border: 1px solid #E4E4E4;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 30px 50px;
    border-radius: 5px;
}

.mcg-white-grid:before{
    content: '';
    background: url('img/right-bottom-corner.png') no-repeat;
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;  
    bottom: 0;  
}

.mcg-white-grid.mcg-top-right-slick:before {
    bottom: unset;
    top: -1px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

.mcg-white-grid.mcg-top-left-slick:before{
    bottom: unset;
    right: unset;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.mcg-white-grid.mcg-bottom-left-slick:before{
    right: unset;
    left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -1px;
}

.mcg-white-grid .wp-block-heading {
    color: rgba(133, 84, 0, 1);
    font-weight: 600;
}

.mcg-bg-1:before {
    content: '';
    background: url('img/bg1.png') no-repeat;
    width: 99px;
    height: 122px;
    display: block;
    position: absolute;
    left: -56px;
    top: -57px;
}

.mcg-bg-2:before {
    content: '';
    background: url('img/bg2.png') no-repeat;
    width: 99px;
    height: 90px;
    display: block;
    position: absolute;
    right: -56px;
    bottom: -175px;
}

.mcg-bg-3:before {
    content: '';
    background: url('img/bg3.png') no-repeat;
    width: 80px;
    height: 108px;
    display: block;
    position: absolute;
    left: -600px;
    bottom: -10px;
}

.mcg-bg-4{
    -ms-flex-preferred-size: 100%!important;
        flex-basis: 100%!important
}

.mcg-bg-4:before {
    content: '';
    background: url('img/bg4.png') no-repeat;
    width: 137px;
    height: 90px;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -58px;
}

.mcg-bg-5:before {
    content: '';
    background: url('img/bg5.png') no-repeat;
    width: 1273px;
    max-width: 100%;
    height: 424px;
    display: block;
    position: relative;
    right: 15px;
    bottom: 260px;
}

.mcg-bg-5{
    height: 290px!important;
    width: 100%;
}

.mcg-bg-6:before {
    content: '';
    background: url('img/bg6.png') no-repeat;
    height: 113px;
    width: 171px;
    position: absolute;
    right: 0;
}

.mcg-bg-7:before {
    content: '';
    background: url('img/bg7.png') no-repeat;
    width: 134px;
    height: 126px;
    position: absolute;
    right: calc(50% - 67px);
    top: -65px
}

.mcg-bg-2.mcg-bg-8:before{
    right: unset;
    left: -30px;
    bottom: -40px;
}

.mcg-vertical-line{
    background: url('img/vertical-line.svg') no-repeat;    
    position: relative;
}

.mcg-vertical-line:before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    top: 0;
    left: 17px;
    background: #2B160D;
    border-radius: 20px;
}

.mcg-second-col{
    position: relative;
}

.mcg-second-col img{
    position: relative;
    top: 30px;
}

.wp-block-group.alignfull > .wp-block-group{
    width: var(--responsive--aligndefault-width);
    margin: auto;
    z-index: 1;
}

.no-borders-button a{
    border: unset!important;
    padding: 5px 54px 5px 0!important;
}

.entry-content .mcg-services p{
    margin-bottom: 3px
}

.wp-block-heading.mcg-list-icon{
    padding-left: 35px;
}

.wp-block-heading.mcg-list-icon:before{
    width: 22px;
    height: 25px;
    top: 4px;
}

.mcg-list-style-1{
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}

.mcg-list-style-1 li{
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 10px 16px
}

.mcg-list-style-2{
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;    
}

.mcg-list-style-2 li{
    border: 1px solid rgba(44, 23, 14, 1);
    background: #fff;
    border-radius: 5px;
    padding: 10px 16px;
    color: #2C170E;
}

.mcg-list-style-2 li:last-child{
    content: 'and';
}

.mcg-services{
    padding-bottom: 350px
}

.mcg-services .wp-block-cover__inner-container {
    position: absolute;
    top: 30px;
    width: calc(100% - 60px);
}

.mcg-services .wp-block-cover__inner-container .wp-block-heading{
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.25);
}

blockquote.wp-block-quote{
    padding-left: 0;
    padding-top: 40px;
    font-weight: normal;
    font-size: var(--global--font-size-base);
}

blockquote.wp-block-quote:before {
    content: '';
    background: url('img/quote.svg') no-repeat;
    width: 24px;
    height: 21px;
    left: 0;
    top: 0;
}

.mcg-before-after-works img{
    min-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 0;
}

.mcg-before-after-works .wp-block-image{
    height: 100%;
    width: 100%;
}

.mcg-before-after-images {
    gap: 5px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.mcg-before-after-images:before{
    content: '';
    background: url('img/before-after.png') no-repeat;
    width: 32px;
    height: 68px;
    left: calc(50% - 16px);
    top: calc(50% - 34px);    
    position: absolute;
}

.mcg-before-after-images .wp-block-group{
    width: 50%
}

.mcg-before-after-works.owl-gallery.owl-carousel{
    margin-top: 30px
}

.mcg-before-after-works .mcg-white-grid {
    height: 100%;
}

.mcg-before-after-works .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    color: #FF5A00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 0 30px;
}

.owl-nav button{
    text-transform: uppercase;
    font-size: 1rem!important;
    background-color: transparent!important;
    color: inherit!important;
    border-bottom: 1px solid transparent!important;
        -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-nav button:hover{
    border-bottom: 1px solid #ff5a00!important;
}

.owl-nav button:before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    top: -5px;
    position: absolute;
    background: url('img/arrow-right-red.svg') no-repeat;
}

.owl-nav button.owl-next:before{
    right: 0;
    top: -6px;
}

.owl-nav button.owl-prev:before{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0
}

.mcg-care-plan-section .wp-block-columns{
    width: 100%
}

.mcg-care-plan {
    padding: 25px 0;
    border-bottom: 1px solid #8C8C8C;
    position: relative;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.mcg-care-plan:before {
    content: '';
    background: url('img/care-step.svg') no-repeat;
    background-size: contain;
    width: 480px;
    height: 9px;
    position: absolute;
    top: 45px;
    left: 72px;
}

.mcg-care-plan > .wp-block-group > .wp-block-group:first-child{
    width: 72%
}

.mcg-care-plan > .wp-block-group > .wp-block-group:first-child p{
    color: #855400;
    font-size: 1.63rem;
    font-style: normal;
    font-weight: 700;
    background: #faf9f8;
    position: relative;
    padding: 8px 5px 0 0;
    background: #f5f3ea;
}

.mcg-care-plan:after, .mcg-cf-section .wpcf7 form:after {
    content: '';
    background: url('img/right-bottom-cor-big.png') no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mcg-care-plan-bg{
    position: absolute;
}

.mcg-care-plan-bg .wp-block-cover {
    position: relative;
    width: 360px;
    height: 240px;
    -webkit-transform: rotate(-4.73deg);
        -ms-transform: rotate(-4.73deg);
            transform: rotate(-4.73deg);
    left: 140px;
    top: -60px;
    border-radius: 5px;
    z-index: 2;
}

.mcg-care-plan-section{
    padding-bottom: 75px;
}

.mcg-cf-section{
    padding: 100px 0 10px
}

.mcg-cf-section .wp-block-group.is-vertical > * {
    width: 100%;
    gap: 20px;
}

.mcg-cf-section .wp-block-group.is-vertical > .wp-block-cover{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 5px;
}

.mcg-cf-section .wp-block-group.is-vertical{
    height: 100%;
    gap: 20px;
}

.mcg-cf-section .wp-block-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea{
    border: unset;
    border-bottom: 1px solid #E4E4E4;
    background: transparent;
    padding: 20px 0;
    margin: 5px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus {
    border-bottom: 1px solid #8C8C8C;
    outline: unset;
}

.wpcf7 button[type=submit]{
    background-color: transparent!important;
    color: #FF5A00!important;
    border: unset!important;
    padding: 5px 54px 5px 0!important;
    position: relative;
    text-transform: uppercase;
    margin-top: 5px;
}

.wpcf7 button[type=submit]:before{
    content: '';
    background: url('img/arrow-red.svg') no-repeat;
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    right: 25px;
}

.wpcf7-not-valid{
    border-bottom: 1px solid #FF5A00!important;
}

.mcg-cf-section .wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0;
}

.mcg-cf-section .wpcf7 form{
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    position: relative;
}

.mcg-form-title{
    color: #855400!important;
    font-size: 1.625rem;
    font-weight: 600
}

.mcg-cf-section .wpcf7 form:after{
    opacity: 0.5
}

.primary-navigation .menu-item a {
    text-transform: uppercase;
    color: #2A160D;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child {
    text-decoration: unset!important;
    opacity: 0.5
}

.primary-navigation .primary-menu-container > ul > .menu-item.menu-item-has-children{
    padding-right: 15px
}

.primary-navigation a:hover{
    -webkit-text-decoration-style: solid!important;
            text-decoration-style: solid!important;
}

.sub-menu-toggle{
    width: 2px!important
}

.sub-menu-toggle > span > svg{
    display: none;
}

.sub-menu-toggle > span:before{
    content: '';
    background: url('img/triangle.svg') no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 20px;
}

#page .site-header > .site-logo {
    width: auto;
    padding-bottom: 0;
    border-bottom: unset;
}

header#masthead{
    padding: 20px 0
}

main#main{
    padding: 0
}

.primary-navigation .sub-menu{
    border-radius: 5px;
    border: 1px solid #E4E4E4!important;
}

.primary-navigation .sub-menu .menu-item > a{
    padding: 10px;
    text-transform: unset;
}

.primary-navigation .sub-menu .menu-item:first-child > a{
    padding-top: 20px
}

.primary-navigation .sub-menu .menu-item:last-child > a{
    padding-bottom: 20px
}

.primary-navigation .menu-item.action-button a{
    color: #FF5A00;
    padding-right: 50px!important;
}

.primary-navigation .menu-item.action-button a:before{
    top: 11px;
}

.mcg-phone-link{
    position: relative;
    padding-right: 28px;
}

.mcg-phone-link a{
    text-decoration: unset;
    color: #FF5A00!important;
}

.mcg-phone-link a:before {
    right: 0;
    top: -4px;
}

aside.widget-area {
    display: block;
    padding: 50px 0;
    border-top: 1px solid #E4E4E4;
    width: var(--responsive--aligndefault-width);
}

aside.widget-area .menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    text-transform: uppercase;
}

aside.widget-area .menu a{
    text-decoration: unset;
    color: #2A160D;
    font-size: 1rem
}

aside.widget-area .wp-block-columns > .wp-block-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

aside.widget-area .wp-block-columns > .wp-block-column:last-child{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;    
}

.pum-container {
    border-radius: 5px!important;
    padding: 30px!important
}

.pum-container .pum-close{
    background-color: transparent!important;
    -webkit-box-shadow: unset!important;
            box-shadow: unset!important;
    border: unset!important;
    right: 15px!important
}

.pum-container .pum-close:before {
    content: '\2573';
    position: absolute;
    color: #FF5A00;
    font-size: 12px;
}

.wp-block-group.has-background {
    z-index: 1;
}

.pum.pum-overlay {
     padding-right: 0!important; 
}

@media only screen and (max-width : 1200px) {
    .mcg-bg-1:before {
        left: 0;
        top: -85px;
    }
    .mcg-bg-2:before,
    .mcg-bg-4:before {
        right: 0px;
    }
    .mcg-bg-2.mcg-bg-8:before{
        left: 0
    }
    .mcg-care-plan-bg{
        display: none!important;
    }    
}

@media only screen and (max-width : 992px) {
    :root{
        --global--font-size-xxl: 4.2rem;
        --heading--font-size-h2: 2.9rem;
    }
    .mcg-bg-5:before {
        background-size: contain;
        max-height: 28vw;
    }
    .mcg-bg-5:before {
        bottom: -2vw;
        right: 0
    }
    .mcg-projects-checker{
        width: 100%;
        justify-content: center;
    }
    .mcg-main-screen .wp-block-cover__inner-container .wp-block-columns > .wp-block-column:nth-child(2){
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .mcg-main-screen .wp-block-cover__inner-container .wp-block-columns{
        padding-bottom: 80px;
    }
}

@media only screen and (max-width : 782px) {
    :root {
        --global--font-size-xxl: 3.5rem;
        --heading--font-size-h2: 2.5rem;
    }    
    .mcg-main-screen .wp-block-cover__inner-container .wp-block-columns > .wp-block-column:nth-child(2){

    }
    .mcg-main-screen .wp-block-cover__inner-container .wp-block-columns {
        padding-bottom: 100px;
        gap: 10px;
    }
    .mcg-projects-checker{
        width: auto;
    }
    .mcg-second-col figure{
        margin-bottom: 60px!important
    }
    .mcg-second-col.wp-block-columns .wp-block-column:last-child{
        display: flex;
        flex-direction: column-reverse;
    }
    .mcg-vertical-line{
        display: none;
    }
    .wp-block-column > .wp-block-cover {
        min-height: 75vw;
        border-radius: 5px;
    }
    .wp-block-spacer{
        max-height: 30px
    }
    .mcg-services{
        padding-bottom: 220px!important
    }
    .mcg-care-plan .wp-block-heading{
        font-size: 2.13rem!important
    }
    .mcg-cf-section .wp-block-group.is-vertical > .wp-block-cover {
        min-height: 45vw;
    }
    .mcg-care-plan:before {
        width: 338px;
    }
    .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
        width: 100%;
    }
}

@media only screen and (max-width : 480px) {  
    .primary-navigation .sub-menu {
        border: unset;
    }
    .menu-button-container{
        top: 7px;
    }
    .mcg-bg-1:before {
        display: none;
    }
    .mcg-bg-2:before {
        bottom: -30px;
    }
    .mcg-care-plan:before {
        display: none;
    }
    .mcg-services {
        padding-bottom: 110px!important;
    }
    .mcg-services .wp-block-cover__inner-container .wp-block-heading{
        font-size: 1.6rem!important 
    }
    .wp-block-heading.mcg-list-icon{
        padding-left: 23px;
        font-size: 1.6rem!important
    }
    .wp-block-heading.mcg-list-icon:before {
        width: 16px;
        height: 17px;
        top: 3px;
    }
    .mcg-before-after-works .owl-nav {
        position: absolute;
        top: -50px;
        width: 100%;
        justify-content: space-between;
    }
    .mcg-care-plan-section h4{
        font-size: 1.4rem!important
    }
    .mcg-care-plan .wp-block-heading {
        font-size: 2rem!important;
    }
    aside.widget-area {
        text-align: center;
    }
    aside.widget-area .wp-block-columns > .wp-block-column {
        align-items: center!important;
    }
    .dropdown-icon{
        color: transparent;
    }
    .dropdown-icon svg{
        color: #855400;
    }
}

@media only screen and (max-width : 370px) {
    :root {
        --global--font-size-xxl: 2.5rem;
        --heading--font-size-h2: 2rem;
    }   
    .mcg-main-screen .wp-block-cover__inner-container > p{
        font-size: 1.4rem!important
    }
    .mcg-white-grid {
        padding: 20px;
    }
}

@media only screen and (min-width: 822px) {
    :root {
        --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1150px);
    }
    .mcg-main-screen .mcg-buttons-row > .wp-block-column:last-child{
        display: flex;
        justify-content: flex-end;
    }
}