@font-face {
    font-family: "desyrel";
    src: url('/wp-content/themes/dp/patch/fonts/DESYREL.ttf') format('truetype');
    font-weight: 100;   
}
@font-face {
    font-family: "flamaCondensed";
    src: url('/wp-content/themes/dp/patch/fonts/FlamaCondensedTrial-Book.otf') format('opentype');
    font-weight: 400; 
}
@font-face {
    font-family: "flamaCondensed";
    src: url('/wp-content/themes/dp/patch/fonts/FlamaCondensedTrial-Medium.otf') format('opentype');
    font-weight: 500; 
}
@font-face {
    font-family: "flamaCondensed";
    src: url('/wp-content/themes/dp/patch/fonts/FlamaCondensedTrial-Medium.otf') format('opentype');
    font-weight: 700; 
}

.contact-info .social-media-wrapper a i {
    color: #fff !important;
}
body .btn.btn-primary {
    background-color: rgb(214,208,150) !important;
    border-color: rgb(214,208,150) !important;
}
body .btn.btn-primary:hover {
    border-color: rgb(214,208,150) !important;
    color: rgb(214,208,150) !important;
}
body .contact-info {
    border-right: 1px solid #37b5ac;
}
body .contact-info a.logo-wrap {
    display: block;
    max-width: 140px;
}
body .contact-info a.logo-wrap img {
    display: block;
    width: 100% !important;
    height: auto;
}
@media only screen and (max-width: 992px) {
    body .contact-info {
        border-right: 0;
    }
}

#main-nav ul.sub-menu li {
    background: rgb(214 208 150);
    color: rgb(0 51 51);
}
#main-nav a {
    font-size: 20px;
}
#main-nav ul.sub-menu li a {
    width: 100%;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}
#main-nav ul.sub-menu li a:hover {
    background: rgb(0 51 51);
    color: rgb(214 208 150);
}