.msRed {
    color: #bf0605 !important;
}

.msGrey {
    color: #4c4c4c !important;
}

.bold {
    font-weight: bold !important;
}

p {
    line-height: 1.5 !important;
}

#header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    height: 57px;
    padding: 15px 5px 0px 5px;
}

#mainMenu nav > ul > li .dropdown-menu {
    min-width: 165px;
    margin-top: -10px;
}

#mainMenu nav > ul > li .dropdown-menu > li > a, 
#mainMenu nav > ul > li .dropdown-menu > li > span,
mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    padding: 10px 15px 10px 15px;
}

#footer {
    display: none;
}

.site-footer {
    color: rgba(255, 255, 255, .7);
}

.site-footer a {
    color: rgba(255, 255, 255, .7) !important;
}
.site-footer a:hover {
    color: #bf0605 !important;
}

.home-any-occasion h5 {
    font-size: 17px;
}

.home-safe-space {
    line-height: 1.5;
}

.home-why {
    text-align: center;
}

.home-why h4 {
    font-size: 15px;
    font-weight: bold;
}

.home-why h5 {
    font-size: 12px;
}

.home-why a {
    font-size: 13px;
    font-weight: bold;
}

.our-people {
}

.our-people .bot-area {
    padding: 5px 15px 15px 15px;
    margin-bottom: 50px;
    box-shadow: 0px 5px 5px 5px #f5f5f5;
}

.our-people h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.our-people h3 {
    font-size: 18px;
    font-weight: bold;
    height: 36px;
}

.list-item img {
    border-radius: 30px;
}

.list-item h2 {
    font-size: 24px !important;
    margin-bottom: 5px;
}

.list-item h3 {
    font-size: 24px !important;
}

.list-item hr {
    margin-bottom: 17px;
    margin-top: 17px;
}

.news .post-meta-date {
    color: #bf0605 !important;
    font-size: 14px !important;
    font-weight: bold;
}

.news h2, .news h2 a {
    font-size: 24px !important;
    font-weight: bold !important;
}

.news a {
    font-size: 14px !important;
    font-weight: bold;
}

.contact-container {
    position: relative;
}

.contact-form {
    display: block;
    position: absolute;
    left: 45%;
    top: 200px;
    padding: 30px;
    background-color: #000;
    width: 600px;
    border-radius: 15px;
    color: #fff;
}

.contact-form h3, .contact-form p {
    color: #fff;
}    

.contact-form label {
    color: #fff !important;
}

#msBanner {
  transition: background-image 1s ease-in-out;
}

#msBanner .lucent {
    background-color: #2d2d2de6;
    color: var(--bodycolor);
    border-radius: 15px;
}

.header-extras a {
    font-size: 13px !important;
    padding: 0px 13px !important;
}

@media (min-width: 1025px) and (max-width: 1067px) {
    #mainMenu nav>ul>li>a {
        font-size: 13px;
    }
}

@media (min-width: 1068px) and (max-width: 1110px) {
    #mainMenu nav>ul>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .mainMenu-open #header[data-transparent=true] #header-wrap, .mainMenu-open #header[data-transparent=true] .header-inner {
        background-color: #000 !important;
    }
}