/*
Theme Name: Moose Child
Theme URI: http://demo.elated-themes.com/moose
Description: A child theme of Moose Theme
Author: Elated Themes
Author URI: https://elated-themes.com
Version: 1.1
Template: moose
*/

.menu-item > a > span:hover,
.menu-item > a.current > span {
    background-color: #722364 !important;
    color: #fff;
}

.logo_wrapper > .eltd_logo > a {
    height: 80px !important;
}

.logo_wrapper > .eltd_logo > a > img.sticky {
    padding-top: 8px !important;
    height: 60px !important;
}

.logo_wrapper > .eltd_logo > a > img.mobile {
    padding-top: 10px !important;
    height: 50px !important;
}

@media only screen and (min-width: 1000px) {
    header.centered_logo .header_inner_right {
        display: none !important;
    }
}

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-date,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-quiz {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 8px;
}

input.wpcf7-form-control.wpcf7-text:focus,
input.wpcf7-form-control.wpcf7-number:focus,
input.wpcf7-form-control.wpcf7-date:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus,
select.wpcf7-form-control.wpcf7-select:focus,
input.wpcf7-form-control.wpcf7-quiz:focus {
    border: 1px solid #fff;
}

input.wpcf7-form-control.wpcf7-text::placeholder,
input.wpcf7-form-control.wpcf7-number::placeholder,
input.wpcf7-form-control.wpcf7-date::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder,
select.wpcf7-form-control.wpcf7-select::placeholder,
input.wpcf7-form-control.wpcf7-quiz::placeholder {
    color: #fff;
}

.wpcf7-submit {
    margin-left: 14px !important;
}

.wpcf7-submit:hover {
    background-color: #500d44 !important;
    color: #fff!important;
}

.uc_boxes h3, .uc_boxes h4, .uc_boxes p {
    margin: 0 20px;
}

#back_to_top > span {
    background-color: #500d44;
}

.wa__widget_container > .wa__btn_popup {
    right: 80px!important;
}

.uc_content_content .uc_shop-bottom {
    display: none !important;
    transition: none!important;
}

.uc_content_content .uc_entry img {
    border-radius: 0px !important;
}

.uc_content_content .uc_entry {
    border-radius: 0px !important;
}