<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     DFD Native Child Theme
Theme URI: 		http://nativewptheme.net/home/
Description:    Native - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://dfd.name
Template:       dfd-native
Version:        1.0.0
*/

.d-none {
    display: none;
}

.portfolio-custom-link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.dfd-button-module-wrap.dfd-button-module-wrap--custom {
    padding-bottom: 0 !important;
}

.portfolio-custom-link:hover .dfd-button-text-main {
    color: #D20A11 !important;
}

.portfolio-custom-link:hover i {
    color: #D20A11 !important;
}

.portfolio:hover .portfolio-custom-link i, .portfolio:hover .portfolio-custom-link .dfd-button-text-main {
    color: #D20A11 !important;
}

.dfd-header-top-info {
    display: flex !important;
    align-items: center !important;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.dfd-header-logos {
    display: flex;
    align-items: center;
    gap: 24px;
}


.google-review, .google-review svg {
    height: 54px;
    width: auto;
}

.google-review-mobile {
    display: flex;
}

@media only screen and (max-width: 1400px) {
    .google-review {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .dfd-header-logos {
        gap: 16px;
    }
}

</pre></body></html>