<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Theme Name:     Hatfield Raindrop
    Template:       understrap
    Author:         Hatfield Media
    Description:    Custom blank Bootstrap 4 Theme for use by Hatfield Media.
*/

body * {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
}

h1,
h2,
h1 span,
h2 span {
    font-size: 2.5rem!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 600!important;
}

.dropdown-menu {
    background-color: #c4171d; 
}

.dropdown-menu li:hover {
    background-color: rgb(64,64,64);
}

@media(max-width:767px) {
    .dropdown-toggle:after {
        display: none!important;
    }
}

#mobile-contact-wrapper {
    display: none;
}

@media(max-width:1100px) {
    #mobile-contact {
        width: 40px;
        min-width: 40px;
        display: block;
        margin-top: -4px;
    }

    #mobile-contact-wrapper {
        display: inline-flex;
    }

    #menu-item-285,
    #menu-item-205 {
        display: none;
    }
}

.top-nav-wrapper {
    display: flex!important;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
}

.go-right {
    justify-content: flex-end;
}

@media(max-width:991px) {
    .go-right {
        justify-content: flex-start;
    }
}

#nav-logo {
    height: 100%;
    margin-top: 0px;
    margin-left: 50px;
}

.equalNaturalMenuItems &gt; .menu-item {
    flex: auto;
}

.navbar-brand {
    height: 80px;
    height: inherit;
    margin-left: -30px;
    background-image: url(/wp-content/uploads/2018/01/logo_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 331px;
}

@media(max-width:700px) {
    .top-nav-wrapper {
        display: none!important;
    }
}

.site-footer {
    min-height: 200px;
    padding-top: 60px;
    background-color: #404040;
}

.main-content {
    min-height: 65vh;
}

.bumpers {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.col1of2 {
    display: inline-block;
    vertical-align: middle;
}

.col1 {
    width: 60%;

}

.col2 {
    width: 30%;
}

.col2-content {
    text-align: center;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /*16:9 */
    height: 0;
    width: 100%;
    margin: 0 auto;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center {
    align-items: center;
}

.section-banner {
    background-color: #f2f2f2;
}

.nav-link {
    padding-left: 0!important;
}

.headerMenuWrapper {
    margin-bottom: 4px;
}

/*footer*/

footer * {
    color: white!important;
    text-align: left;
    word-wrap: break-word;
}

footer li {
    list-style-type: none;
    text-align: left;
}

footer ul {
    padding-left: 0;
}

.social-icons {
    margin-bottom: 15px;
}

.social-icons div {
    display: inline-block;
    width: 20%;
    min-width: 30px;
    max-width: 60px;
    padding: 0 5px;
}

footer h4 {
    margin-bottom: 30px;
}

footer .bumpers {
    width: 90%;
}

footer .row &gt; div {
    margin-top: 30px!important;
}

#quick-links a {
    display: block;
}

/*search form overrides*/

#searchform label,
#searchform .input-group-btn {
    display: none;
}

/*home chat*/

#wp-live-chat {
    display: none!important;
}

.menu-lower-nav-container {
    display: inline-flex!important;
}

/*Search page editing*/

.search-results .container {
    margin-top: 45px;
}

#read-more-custom {
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1rem;
}

#quick-links {
    padding-right: 0!important;
}

@media (max-width: 1010px) {
    #main-office {
        padding-left: 0!important;
    }
}

@media (max-width: 991px) {
    .big {
        display: none;
    }
    #main-office {
        padding-left: 15px!important;
    }
}
@media(min-width:992px){
    footer .bumpers{
        width:80%;
        padding-left:50px;
    }
}
@media(min-width:1400px){
    footer .bumpers{
        width:80%;
        padding-left:135px;
    }
}
a:hover{
    color:none;
    text-decoration: none;
}</pre></body></html>