/*
Theme Name: Novo 
Theme URI: http://promo-theme.com/novo/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: We present you an Awesome Photography WordPress Theme. You can build a beautiful site, using 6 homepages. Much galleries, styles of blogs, and much much more make your site individual and creative.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novo
Template: novo

*/

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    color: #fff;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #666666;
    background: transparent;
    margin-bottom: 30px;
}
.wpcf7-form p {
    margin: 0 0 28px;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 1px solid #c48f56;
    outline-offset: 0;
}
div.wpcf7-mail-sent-ok {
    border: 0;
    background: rgba(84, 222, 197, 0.9);
    color: #fff;
    padding: 18px;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
}
span.wpcf7-not-valid-tip {
    color: #f9443b;
}
/* 
** Button Styles 
*/
.wpcf7-form .button,
.wpcf7-form [type="submit"] {
    background-color: #c48f56;
    border: 0;
    color: #fff;
    border-radius: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: auto;
    padding: 20px 42px;
    letter-spacing: 2px;
    font-size: 14px;
}
.wpcf7-form .button:hover,
.wpcf7-form [type="submit"]:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
}

.site-footer .footer-contact-rows .contact-row {
    gap: 8px;
}

/* @media only screen and (min-width: 1025px) {
    .site-footer .footer-contact-rows.flex-end .contact-row div {
        justify-content: center !important;
    }
} */

@media only screen and (max-width: 1024px) {
    .site-footer .footer-contact-rows .contact-row {
        gap: 8px;
        justify-content: center !important;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footerHeading .heading-block.with-line.tar:after {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.footer-contact-rows a {
    color: #c48f56;
}

.footer-contact-rows a:hover {
    color: #c66a08;
}

.homecategory_boxes .owl-carousel .owl-item .category-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #000000 -10%, #ffffff00 50%);
    z-index: -1;
}

.homecategory_boxes .owl-carousel .owl-item .category-item .button-style1 {
    background-color: #c48f56;
}
.homecategory_boxes .owl-carousel .owl-item .category-item .button-style1:hover {
    background-color: transparent;
}

.opacity-0 {
    opacity: 0 !important;
}
