<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hellhound Foundation
Description: Hellhound Foundation
Author: Daniel Korzin
Template: charity-help
Version: 1.0.0
Text Domain: charity-help-child
*/
.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex-item-one-third {
    width: 30%;
    margin-right: 3%
}

.post-title {
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.blog-post-repeat .post-thumb img {
    float: none;
    margin: 0px 15px 15px 0px;
    height: auto;
    width: 100%
}

.threebox .thumbbx {
    background-size: contain !important;
    background-position: center center !important;
    background-attachment: inherit !important;
}

.page-template-template-no-sidebar .projectlists {
    height: 280px;
    margin: 0 3% 3% 0;
}

.nivoSlider .nivo-caption {
    bottom: 35%;
}

.themefeatures a.borderbutton {
    color: #383838;
    border-color: #383838;
    margin-top: 30px;
}

.projectlists h5 {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

h1.entry-title, .page-header {
    margin-top: 20px;
}

.home .doglist img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.categorylist {
    margin-bottom: 20px;
}

#fixed-donate-button {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 9999;
    border: 1px solid #ddd;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

#fixed-donate-button a {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#fixed-donate-button::before {
    display: none;
}

.social-icons a {
    width: 24px;
}

.teamlist .projectlists ul {
    display: none
}

.teamlist .projectlists ul li {
    list-style: none
}

.teamlist .projectlists a.mail {
    display: none
}

.teamlist .projectlists:hover ul {
    display: block;
    color: #fff;
    text-align: center;
    list-style: none;
    position: absolute;
    width: 100%;
    bottom: 50%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
}

.teamlist .projectlists:hover a.mail {
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 10px;
}

.teamlist .projectlists:hover h5 {
    bottom: 80%;
}

.blog-post-repeat .post-thumb-single img {
    width: 33%;
    float: left;
}

.wpcf7 form input[type="submit"] {
    width: auto;
}

.tmnllisting {
    min-height: auto;
}

.tmnllisting ul {
    font-size: 13px;
}

.woocommerce-page div.product div.summary {
    float: none;
    width: auto;
}

.woocommerce-page div.product div.images {
    width: 33%;
    margin: 0px 15px 15px 0px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e63a12;
}

.woocommerce textarea,
.woocommerce input[type=text],
.woocommerce input[type=date],
.woocommerce input[type=password],
.woocommerce input[type=tel],
.woocommerce input[type=email] {
    border: 1px #e8e8e8 solid;
    border-radius: 0;
    padding: 12px;
    color: #6e6d6d;
}

.woocommerce .select2-container--default .select2-selection--single {
    border: 1px #e8e8e8 solid;
    border-radius: 0;
    color: #6e6d6d;
}

.woocommerce form.login {
    border: none;
    padding: 0;
}

.woocommerce-Price-amount.amount {
    font-size: inherit !important;
}

.woocommerce div.product p.price {
    color: #99cc00;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: inherit;
}

.woocommerce div.product .legal-price-info {
    display: none;
}

.woocommerce button.button.alt:hover {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .nivoSlider .nivo-caption {
        bottom: 20%;
    }

    .header_right {
        display: none;
    }

    #fixed-donate-button {
        width: 100%;
        left: 0;
        top: calc(100vh - 8vh);
        height: 3vh;
        text-align: center;
        padding: 18px 0;
    }

    h1.entry-title {
        font-size: 26px;
        margin-top: 0;
    }

    #wpadminbar.mobile {
        display: none
    }

    #back-top {
        bottom: 8vh;
        right: 2vw;
    }

    #pagearea .container {
        visibility: visible !important;
    }

    #pagearea .container.fadeInLeft {
        -webkit-animation-name: none;
        animation-name: none;
    }

    .blog-post-repeat .post-thumb-single img {
        width: 100%;
        float: none;
    }

    .tmnllisting .tmnlthumb {
        height: auto;
    }

    .header .donatenow {
        font-size: 0.8em;
    }
}</pre></body></html>