﻿/*  WoodPellets.com
    menu color:  #4d8628  
    Green Link color: #146a37;
*/

/* Use the clearfix technique: http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-   
    overflowhidden-demystified/ */

.order-quanity-ddl {
    min-width: 110px;
}

#countContainer {
    position: relative;
    left: 10px;
    top: -10px;
}

    #countContainer .icon-circle {
        font-size: 1.4rem;
        color: #fcd91b;
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 11;
    }

    #countContainer .count {
        font-size: .7rem;
        font-weight: bold;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 1px;
        z-index: 12;
    }

@media (max-width: 880px) {
    #countContainer .icon-circle {
        font-size: 1.2rem;
        top: 2px;
    }

    #countContainer .count {
        font-size: .8rem;
        right: 10px;
        top: 2px;
    }
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.line-height-normal {
    line-height: normal !important;
}

.postion-absolute {
    position: absolute;
}

hr {
    border: thin 1px #4d8627;
    width: 90%;
}


.display-inline-block {
    display: inline-block;
}

.disabled {
    background-color: #eaeaea !important;
}

.nowrap {
    white-space: nowrap;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.valign-top {
    vertical-align: top;
}

.valign-middle {
    vertical-align: middle;
}

.valign-bottom {
    vertical-align: bottom;
}

.card-round {
    border: 1px solid #4d8627;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
    background-color: #fdfbf9;
}

    .card-round.whitecard {
        background-color: white !important;
    }

    .card-round.blackcard {
        background-color: #424242 !important;
        color: white !important;
    }

    .card-round.greencard {
        background-color: #4d8627 !important;
        color: white !important;
    }


/* ======== Evnrionment Overrides ======== */
.body-dev {
    background-color: #fff;
}

.body-qa {
    background-color: #faede1;
}

.body-local {
    background-color: #f0f0ff;
}

.body-preprod, .homeBackgroundPelletsTop-preprod {
    background-color: #f4fff3; /* very light green*/
}


/* ======== RESPONSIVE 2 or 3 COLUMNS ======== */
.pagecolumns {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 0;
    margin: 0 auto;
}

    .pagecolumns .columlabel {
        padding-top: 5px;
        margin-bottom: 10px;
        text-align: right;
    }

    .pagecolumns .columinput {
        margin-bottom: 10px;
        text-align: left;
    }

    .pagecolumns .pagecolumns-5 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    .pagecolumns .pagecolumns-3 {
        width: 32%;
        display: inline-block;
        vertical-align: top;
    }

    .pagecolumns .pagecolumns-6 {
        width: 65%;
        display: inline-block;
        vertical-align: top;
    }

@media (max-width: 440px) {
    .pagecolumns {
        padding: 0;
    }

        .pagecolumns .pagecolumns-5, .pagecolumns .pagecolumns-3, .pagecolumns .pagecolumns-6 {
            display: block;
            width: 100%;
            font-size: 1.1em;
        }

        .pagecolumns .columlabel {
            padding-top: 4px;
            margin-bottom: 0;
            text-align: left;
        }

        .pagecolumns .columinput {
            padding-top: 0;
            margin-bottom: 4px;
            text-align: left;
        }
}
/* ======== END: RESPONSIVE FOOTER IN 3 COLUMNS ======== */


/* ======== RESPONSIVE FOOTER IN 3 COLUMNS ======== */
/* https://blog.eduonix.com/web-programming-tutorials/build-responsive-website-footer-using-html-css/  */
#footer {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    background-color: #fff;
    /*font-size: 0.6em;*/
    font-size: 12px;
}

    #footer .separator {
        border: thin 1px #4d8627;
        width: 90%;
        margin-bottom: 1.5em;
    }


    #footer a {
        color: #146a37;
    }

    #footer ul {
        margin: 0;
        padding: 0;
        display: block;
    }

        #footer ul li {
            list-style: none;
            display: inline;
            margin-right: 13px;
            padding-top: 0;
            white-space: nowrap;
        }

    #footer p {
        text-align: center;
        padding: 5px 10px 10px 10px;
        margin: 0;
    }

footer {
    position: fixed;
    bottom: 0;
}

@media (max-width: 880px) {
    footer {
        position: static;
    }
}

.footer-distributed {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    /* Footer left */
    .footer-distributed .footer-left {
        width: 30%;
    }

    /* Footer Center */
    .footer-distributed .footer-center {
        width: 35%;
    }

    /* Footer Right */
    .footer-distributed .footer-right {
        width: 30%;
    }

.footer-bottom {
    text-align: center;
    border: thin 1px #4d8627;
    border-radius: 6px;
    margin: 10px;
    padding: 10px;
}

@media print {
    .no-print, .footer-distributed, .homeBackgroundPelletsTop, #menuContainer {
        display: none !important;
    }

    #content_wrapper {
        padding-top: 0;
    }
}

@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        margin-bottom: 40px;
    }

    .footer-bottom {
        font-size: 1.1em;
    }
}

.card-round {
    border: 1px solid #4d8627;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
    background-color: #fdfbf9;
}

    .card-round.whitecard {
        background-color: white !important;
    }

    .card-round.blackcard {
        background-color: #424242 !important;
        color: white !important;
    }

    .card-round.greencard {
        background-color: #4d8627 !important;
        color: white !important;
    }

.asplistview-body {
    padding: 14px;
    background-color: white;
    border: 1px solid gray;
    font-size: 14px;
    /*min-height: 60px;*/
}

.productdetail .img-flame {
    width: auto;
    height: 26px;
}

.productdetail .img-ash {
    height: 26px;
    width: auto;
}

.text-larger {
    font-size: larger;
}

.text-smaller {
    font-size: smaller;
}

.text-middle-center {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}


.gallery-dealer-logo {
    max-height: 2.5em;
    max-width: 200px;
    float: left;
    margin-right: 20px;
}

.galleryItem {
    width: 184px;
    height: 100%;
    border: solid 1px #cecece;
    float: left;
    margin: 0 5px 10px 5px;
    border-radius: 6px;
    padding-bottom: 0.25em;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

    .galleryItem .brand-image {
        height: 165px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .galleryItem .gallery-brand-image {
        height: 165px;
    }

    .galleryItem .brand-name {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .galleryItem a {
        text-decoration: none;
    }

    .galleryItem .gallery-item-stats {
        min-height: 45px;
        text-align: center;
    }

    .galleryItem .gallery-item-details {
        line-height: 45px;
        vertical-align: middle;
        color: #785848;
        font-weight: 600;
        font-size: 1.1em;
    }

    .galleryItem .img-flame,
    .galleryItem .img-ash {
        width: auto;
        height: 22px;
    }

    .galleryItem .old-price {
        margin-bottom: -0.3em;
        font-size: smaller;
        line-height: 1.5em !important;
        vertical-align: middle;
    }

    .galleryItem .gallery-price-box {
        min-height: 48px;
        line-height: 48px;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

    .galleryItem .gallery-price {
        line-height: normal;
        vertical-align: middle;
        font-weight: bold;
        display: block;
    }

    .galleryItem .button-row {
        height: 42px;
        line-height: 42px;
        text-align: center;
        vertical-align: middle;
    }

        .galleryItem .button-row .button {
            width: 90%;
            display: inline-block;
            padding: 0;
            margin: 0;
            vertical-align: middle;
            line-height: 1.8em;
        }

.out-of-stock {
    width: 100%;
    line-height: normal;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    color: #588f2f;
    font-weight: bold;
}

.sold-out {
    width: 100%;
    line-height: normal;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.call-for-availability {
    width: 90%;
    line-height: 1.8em;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    color: #146a37;
    font-weight: bold;
    cursor: pointer;
}

.product-image-wrapper {
    width: 400px;
    height: 400px;
    vertical-align: middle;
}

    .product-image-wrapper .product-image {
        max-width: 400px;
        height: 400px;
    }

.responsive-padding-5 {
    padding: 5px;
}

.responsive-marginBottom5 {
    margin-bottom: 5px;
}

.responsive-marginBottom10 {
    margin-bottom: 10px;
}

.responsive-marginBottom20 {
    margin-bottom: 20px;
}

.responsive-padding-10 {
    padding: 10px;
}

.responsive-padding-15 {
    padding: 15px;
}

.responsive-padding-20 {
    padding: 20px;
}

.responsive-padding-top-10 {
    padding-top: 10px;
}

#logo {
    padding-left: 5px;
    max-height: 70px;
    margin-top: 10px;
    width: 38%;
    min-width: 120px;
    max-width: 340px;
    float: left;
}

    #logo img {
        width: 100%;
    }

.logo-responsive {
    display: none;
}

.mobile-show {
    display: none !important;
}

.mobile-hide {
    /*display: initial !important;*/
}

span.mobile-newline {
    display: initial !important;
}

/*Shopping Cart*/
.pnlCart {
    margin: 0 auto;
    width: 95%;
    /*font-size: 0.8em;*/
}

.cartHeader {
    font-weight: 700;
}

.cartDataTotals {
    line-height: 1em;
    font-size: 1.2em;
}

.cartData {
    color: #534741;
    font-weight: bold;
}

.cartLabel {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.4;
    /*margin-right: 1em;*/
    /*color: #534741;*/
    display: inline-block;
}

#contact {
    float: right;
    margin-right: 3%;
    height: 60px;
    text-align: center;
    width: 40%;
    min-width: 150px;
}

    #contact a {
        font-size: 12px;
    }

#contactLabel {
    margin: 1% auto;
    color: #5D9632;
    display: block;
    white-space: nowrap;
}

#contactLabelPhone {
    display: block;
    margin-top: -6px;
    font-weight: bold;
    color: #42210B; /* brown */
}

#contact a, #contact span {
    font-size: .85rem;
    font-weight: bold;
}

.responsive-invisible {
    visibility: hidden;
}
/* ===================================================== */
/* ==================== MEDIA QUERIES ================== */
/* ===================================================== */
@media (max-width: 880px) {
    .responsive-text {
        font-size: 0.8em;
    }

    .responsive-invisible {
        display: none;
    }

    #contact {
        text-align: right;
        margin-right: 0.5em;
        width: auto;
    }

    #contactLabel, #contactLabelPhone {
        display: inline-block;
    }

    .gallery-dealer-logo {
        max-height: 4em;
        max-width: 200px;
        float: left;
        margin-right: 10px;
        margin-left: 0;
    }

    .call-for-availability {
        width: 90%;
        border: 1px #146a37 solid;
        border-radius: 6px;
    }

    .mobile-width-100 {
        width: 100% !important;
    }

    .pnlCart {
        margin: 0 auto;
        width: 100%;
    }

    .cartHeader {
        line-height: 1em;
        font-size: 0.8em;
    }

    .cartData {
        line-height: 0.8em;
        font-size: 0.8em;
        line-height: 1.5em;
        font-weight: bold;
    }

    .cartDataTotals {
        line-height: 1em;
        font-size: 1em;
    }

    .cartLabel {
        margin-right: .5em;
        line-height: 1.4em;
        font-size: 0.7em;
    }

    .product-image-wrapper {
        margin: 10px 0 10px 0;
    }

    .galleryItem .linkGalleryBrand {
        font-size: 24px;
        line-height: 0.8em;
    }

    .galleryItem .brand-image {
        height: 180px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .galleryItem .gallery-brand-image {
        height: 180px;
    }

    .gallery-wrapper {
        margin-bottom: 10px;
    }

    span.mobile-newline {
        display: block !important;
    }

    .ui-accordion .ui-accordion-content {
        padding: 0.5em 1em;
    }

    .blockMsg {
        left: 5% !important;
        width: 90% !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: initial !important;
    }

    .product-image-wrapper {
        width: auto;
        height: 300px;
        vertical-align: middle;
    }

        .product-image-wrapper .product-image {
            width: auto;
            height: 300px;
        }

    .responsive-padding-5, .responsive-padding-10, .responsive-padding-15, .responsive-padding-20, responsive-padding-top-10 {
        padding: 1px;
    }

    .responsive-marginBottom5, .responsive-marginBottom10 {
        margin-bottom: 1px;
    }

    .responsive-marginBottom20 {
        margin-bottom: 2px;
    }

    #logo {
        display: none;
    }

    .logo-responsive {
        display: inline;
        max-height: 50px;
        float: left;
    }

    #bannerRight {
        width: 100%;
    }

    #cart-wrap {
        float: none;
        padding: 0;
        margin: 0.5em 0.5em 0 0.5em;
        text-align: right;
        width: auto;
    }

    #hpRibbon {
        padding: 0;
    }

        #hpRibbon ul li {
            min-height: auto;
            width: 100%;
            margin: 1em;
            padding: 1em 1em 0 1em;
        }
}

@media (max-width: 440px) {
    #contact {
        float: none;
        position: absolute;
        height: auto;
        text-align: right;
        top: 5em;
        width: 100%;
        color: white;
    }

    #contactLabel {
        display: none;
    }

    #contactLabelPhone {
        color: #fff;
        display: block;
        margin-top: 5px;
        font-weight: 300;
    }

    .icon-phone {
        color: white;
    }

    #contact a, #contact span {
        font-size: 16px;
        font-weight: 400;
    }

    .galleryItem {
        float: none;
        width: 80%;
        text-align: center;
        margin: 10px auto;
    }
}

.validation-group-summary {
    color: #c33236;
    text-align: left;
    background-color: white;
    border-radius: 6px;
    border: 1px #c33236 solid;
    z-index: 100;
    padding: 15px;
    margin: 15px;
    font-size: 12px;
}

    .validation-group-summary h4,
    .validation-group-summary h3 {
        text-align: left;
        color: #c33236;
        margin: 0;
        color: #c33236;
        font-weight: bold;
        /*padding: 8px 0 0 45px;*/
        /*background-image: url(../images/common/validationSummaryHeaderNew.png);*/
        background-repeat: no-repeat;
        z-index: 2;
    }

    .validation-group-summary ul {
        /*margin-top: 0;*/
    }

        .validation-group-summary ul li {
            color: #c33236;
            /*margin-left: 60px;*/
        }


.credit-balance {
    text-align: center;
    max-width: 30%;
    min-width: 140px;
    margin: auto;
}

/* ========  JQuery UI overrides ======== */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #452e1e;
    background: #4d8628;
}


input:disabled, select:disabled, textarea:disabled, label:disabled {
    cursor: not-allowed;
    background-color: #EBEBE4 !important;
    color: #C6C6C6;
}
