

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
    color: #ffffff;
}

.white-text-section .dynamic-color p,
.white-text-section .dynamic-color h1,
.white-text-section .dynamic-color h2,
.white-text-section .dynamic-color h3,
.white-text-section .dynamic-color h4,
.white-text-section .dynamic-color h5,
.white-text-section .dynamic-color h6 {
    color: #ffffff;
}

div#fancybox-overlay {
    display: none;
}

.spacer {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
    padding: 0px 5%;
    white-space: nowrap;
}

.spacer span {
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: inherit;
    text-align: center;
    width: auto;
    max-width: 20%;
    overflow: hidden;
    white-space: nowrap;
}

.spacer span:before {
    content: "-----";
    line-height: 100%;
    letter-spacing: -0.2em;
    vertical-align: middle;
    text-align: center;
    font-family: Courier New, Courier, monospace;
    display: inline-block;
    width: 100%;
    margin-left: -0.2em;
    white-space: initial;
    overflow: hidden;
    max-height: 1em;
    max-width: 100%;
}

.spacer span.before {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -0.2em;
}

.spacer span.after {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -0.2em;
}

.spacer i.fa {
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.spacer i.fa:before {
    vertical-align: middle;
}

.cp-icon {
    display: block;
    margin-bottom: 14px;
}

.cp-icon.fa6 {

    font-size: 1rem !important;
}

.cp-icon.fa5 {

    font-size: 2rem !important;
}

.cp-icon.fa4 {

    font-size: 3rem !important;
}

.cp-icon.fa3 {

    font-size: 4rem !important;
}

.cp-icon.fa2 {

    font-size: 5rem !important;
}

.cp-icon.fa1 {

    font-size: 6rem !important;
}

[data-overlap="true"] > div {
    background: #ffffff;
}

[data-reiki-hidden="true"] {
    display: none !important;
}

/*CUSTOM SECTION*/


.custom-row {
    text-align: center;
}

.clients-grayscale-images img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .2s linear;
}

.clients-grayscale-images img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    transition: all .2s linear;
}