				/* clickable call */
a[href^="tel"] {
cursor: pointer;
pointer-events: unset;
}

                                        /* color */
h1.page__title {
    color: #64CDF8;
}


.wrap__layout.wrap__home .wrap__page-content {
    background: #7ED2F5;
    color: #ffffff !important;
}

.editable__container--inner.editable__container--inner h1 {
    color: #65CDF8;
}


.editable__container--inner.editable__container--inner li {
    color: #E8C715;
}

h1.home-title {
    color: #ffffff !important;
}

.editable__container--inner.editable__container--inner strong {
    color: #000000 !important;
}

                                        /* home img */
/* .home-gap {
    gap: 30px;
}

.homepage-custom-images {
    width: 100%;
}

div#slot-homepage-custom-img1 img {
    border-top: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    border-bottom: 55px solid #ffffff;
    border-left: 15px solid #ffffff;
    box-shadow: -3px 3px 3px rgb(0 0 0 / 20%);
    transform: rotate(
-16deg);
}

div#slot-homepage-custom-img2 img{
    border-top: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    border-bottom: 55px solid #ffffff;
    border-left: 15px solid #ffffff;
    box-shadow: -3px 3px 3px rgb(0 0 0 / 20%);
    transform: rotate(
9deg);
} */

/ HOME /
.wrap__layout--inner.wrap__home--inner .wrap__page-content {
    background: #3F2D6B;
    position: relative;
}
.wrap__layout--inner.wrap__home--inner .wrap__page-content:before {
    background: #3F2D6B;
    / background-image: url(https://my.officite.com/0075504/storage/app/media/main-bg.png); /
    content: "";
    background-size: 100% 100%;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#slot-homepage-custom-img1 img {
    width: 302px;
    height: 222px;
    vertical-align: middle;
}
#slot-homepage-custom-img2 img {
    width: 188px; 
    height: 188px;
    vertical-align: middle;
}


.main-content {
    width: 60%;
    float: left;
}
.main-content #slot-main h1 {
    color: #FFF !important;
}
.main-content #slot-main {
    color: #FFF !important;
}

.page-content {
    position: relative;
}

.homepage-custom-images {
    width: 36%;
    float: right;
    position: relative;
}
.kids-in-grass {
    width: 550px;
    height: 340px;
    bottom: -13px;
}
.kids-in-grass {
    right: -60px;
    margin-top: -300px;
}
.kids-in-grass {
    background-image: url(/storage/app/media/kids-in-grass.png);
    background-repeat: no-repeat;
    right: -75px;
    bottom: -7px;
    background-size: contain;
    position: relative;
    float: right;
}


#slot-homepage-custom-img1 {
    transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    left: 30px;
    top: 60px;
}
#slot-homepage-custom-img2 {
    transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    right: 0px;
    top: 110px;
}
#slot-homepage-custom-img1, #slot-homepage-custom-img2 {
    width: 62%;
    position: absolute;
}
#slot-homepage-custom-img1 p, #slot-homepage-custom-img2 p {
    margin: 0;
    position: relative;
    float: left;
    border-top: 15px solid white;
    border-right: 15px solid white;
    border-bottom: 55px solid white;
    border-left: 15px solid white;
    box-shadow: -3px 3px 3px rgb(0 0 0 / 20%);
}
#slot-homepage-custom-img1 p:before, #slot-homepage-custom-img2 p:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset -2px 2px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow: inset -2px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset -2px 2px 4x rgba(0,0,0,0.2);
    box-sizing: border-box;
    vertical-align: middle;
}

div#comp-titleText-mainContent {
    font-family: "grand-hotel",Arial,Helvetica,sans-serif;
    font-size: 40px;
}




                                    /* flex */
.editable-flex {
    display: flex;
    justify-content: space-evenly;
} 

                                    /* float */
.editable__container--inner.editable__container--inner .align-left {
    margin: 0px 10px 10px 0px;
}

.editable__container--inner.editable__container--inner .align-right {
    margin: 0px 0px 10px 10px;
}

.clear {
    clear: both;
}






                                        /* Tables */
.hours-table td, #officeHours td {
    border: 0px solid #ffffff;
    padding: 5px;
}

.hours-table, #officeHours {
    width: auto;
}

                                    /* header */
.wrap__header--bar--top--inner {
    background: #2D3384;
}

.navigation:not(.mm-menu) .navigation__list > .navigation__item > a {
    color: #ffffff;
}

                                    /* home */




h2.testimonials__title {
    color: #B39724;
}

.testimonials p {
    color: #43488D;
}

strong.testimonials-item--source {
    color: #80D5F7;
}



                                    /* body */
h1.bodycontact {
    padding-top: 0px;
    color: #ffffff !important;
}



.wrap__contact-info {
    background: #4E5293;
}

.wrap__form--inner {
    padding-top: 0px;
}


.form .component__title-caption-wrap {
    margin-bottom: 0px;
}

.wrap__map {
    width: 100%;
}

.wrap__contact-info--inner {
    justify-content: space-between
}


                                    /* footer */
.wrap__footer {
    background: #5A5E97;
}
.wrap__footer--top {
    justify-content: center;
}

.socialmedia_footer__container--inner.socialmedia__container--inner .socialmedia {
    justify-content: center;
    
}



@media (max-width:768px) {
.homepage-custom-images {
    display: none;
}
.kids-in-grass {
    margin-top: 1px;
    width: 100%;
    right: 0px;
}

.main-content {
    width: 100%;
    float: none;
}
}

@media (max-width:767px) {
    .editable-flex {
        flex-direction: column;
    }
}




/*---------------Pop up css------------*/
 #css-only-modals {
     position:fixed;
     pointer-events:none;
     left:0;
     top:0;
     right:0;
     bottom:0;
     z-index:10000000;
     text-align:center;
     white-space:nowrap;
     height:100%;
}
 #css-only-modals:before {
     content:'';
     display:inline-block;
     height:100%;
     vertical-align:middle;
     margin-right:-.25em;
}
 .css-only-modal-check {
     pointer-events:auto;
     display:none;
}
 .css-only-modal-check:checked ~ .css-only-modal {
     opacity:1;
     pointer-events:auto;
}
 .css-only-modal {
     width: 700px;
     background:#fff;
     z-index:1;
     display:inline-block;
     position:relative;
     pointer-events:auto;
     padding:25px;
     text-align:right;
     border-radius:4px;
     white-space:normal;
     display:inline-block;
     vertical-align:middle;
     opacity:0;
     pointer-events:none;
     max-width: 90%;
}
 .css-only-modal h2 {
     text-align:center;
}
 .css-only-modal p {
     text-align:left;
}
 .btn-primary:hover {
     color:#fff;
     background-color:#999;
     border-color:#999;
}
 .btn-primary {
     color:#fff;
     background-color:#777;
     border-color:#777;
     border-radius: 4px;
     padding: 6px 12px;
}
 .css-only-modal-check:checked ~ #screen-shade {
     opacity:.5;
     pointer-events:none;
}
 #modal1 {
     display: none;
}
 #screen-shade {
     opacity:0;
     background:#000;
     position:absolute;
     left:0;
     right:0;
     top:0;
     bottom:0;
     pointer-events:none;
     transition:opacity .8s;
}
 .css-only-modal-content {
    max-height:80vh;
     overflow-y:auto;
}