/*
Theme Name: Kallyas
Theme URI: http://hogash-demo.com/kallyas_wp/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Hogash
Author URI: http://themeforest.net/user/hogash
Version: 3.6.9
Tags: dark, light, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/* Contact form 7 */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    background-color: #FFFFFF !important;
    font-size: 14px;
    color: #000000 !important;
    border: none !important;
    width: 100% !important;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-submit {
    color: #c56409 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background-color: #3f1b09;
    border-color:#c56409;
    padding: 6px 20px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image {
    margin: 0;
}

/* Header */
#header + .clearfix {
    background: #372118
}

#mycartbtn {
    border: 3px solid #9F420C;
    padding: 5px 10px;
    font-size: 13px;
}

@media (min-width: 481px) {
    .desktop-hide {
        display: none;
    }

    .mobile-contact-header {
        display: none;
    }
}
@media (max-width: 480px) {
    #menu-header {
        display: none;
    }
    #mobileMenu_menu-main-menu {
        width: calc(100% - 42px);
    }
    #search {
        margin-top: 0;
    }
        #search .searchBtn {
            margin: 12px 0 0 8px;
            padding: 10px;
        }

    .mobile-contact-header {
        clear: both;
        color: #fff;
        margin: 5px 15px;
        text-align: center;
    }
    .mobile-contact-header a,
    .mobile-contact-header a:hover {
        color: #fff;
        font-size: 16px;
    }

    .mobile-contact-header .phone-icon {
        margin: 0 5px 7px;
    }
}

/* Mobile changes */
@media (max-width: 978px) {
    .home #slideshow .caption {
        display: none;
    }
}

@media (max-width: 767px) {
    .row-fluid {
        margin: 0 5px;
    }

    .row-fluid .image-boxes {
        text-align: center;
    }
}

/* Products */
.woocommerce .span9 .row li.product {
    min-height: 410px;
}
.woocommerce-loop-product__title {
    font-size: 16px;
}
.woocommerce .product .price {
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.woocommerce .span9 .row li.product .image {
    min-height: 200px;
    line-height: 200px;
}
.woocommerce .span9 .row li.product img {
    max-height: 200px;
    height: auto;
    width: auto;
}

@media (max-width: 978px) {
    .woocommerce .span9 .row li.product {
        min-height: 410px;
    }
    .woocommerce-loop-product__title {
        font-size: 15px;
        line-height: 1.3;
    }
}
@media (max-width: 599px) {
    .woocommerce .span9 .row li.product {
        width: 48.5%;
        min-height: 320px;
    }
    .woocommerce .span9 .row li.product .image {
        min-height: 200px;
        line-height: 200px;
    }
    .woocommerce .span9 .row li.product img {
        max-height: 200px;
        height: auto;
        width: auto;
    }
    .woocommerce .span9 .row li.product:nth-child(3n) {
        margin-right: 1.5%;
    }
}
@media (max-width: 399px) {
    .woocommerce .span9 .row li.product {
        min-height: 380px;
    }
}
/* BrightLocal ReviewBiz Badge */
.review-biz-button a.button {
    background-color: #fff !important;
}
.av_one_third .review-biz-button,
.av_one_fourth .review-biz-button,
.av_one_fifth .review-biz-button {
    width: 100% !important;
}
.av_one_third .review-biz-button .floating,
.av_one_fourth .review-biz-button .floating,
.av_one_fifth .review-biz-button .floating {
    width: 100% !important;
}
.av_one_third .review-biz-button .floating ul,
.av_one_fourth .review-biz-button .floating ul,
.av_one_fifth .review-biz-button .floating ul {
    padding: 0 5px !important;
}

.av_one_third .review-biz-button .floating li,
.av_one_fourth .review-biz-button .floating li,
.av_one_fifth .review-biz-button .floating li {
    width: 100% !important;
}

/* Login popup */

.login-panel .inputbox {
    display: inline-block;
}

.login-panel .create_account,
.login-panel input[type=submit],
.register-panel input[type=submit],
.forgot-panel input[type=submit],
.login-panel .login_facebook {
    margin-right: 0;
}

#login_form {
    text-align: center;
}

.login-panel .zn_remember {
    display: block;
    margin: 10px 0;
}


/* Contact form 7 referrer field */

.wpcf7-text.referer-page {
    display: none;
}

/* Custom order enquiry form */
.sd-custom-order-enquiry {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.sd-custom-order-enquiry h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

.sd-custom-order-enquiry p {
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 1.5;
}

.sd-custom-order-enquiry form p {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 1.3;
}

.sd-custom-order-enquiry input[type="text"],
.sd-custom-order-enquiry input[type="email"],
.sd-custom-order-enquiry input[type="tel"],
.sd-custom-order-enquiry textarea {
    height: auto;
    border: 1px solid #ddd!important;
}