.btn-primary {
    background: linear-gradient(to left, #f1c400 50%, #666666 50%) right; background-size: 200%; transition: .4s ease-out;
}
.btn-primary:hover {
    background-position: left;
}
.white-yellow-hover {
    background: linear-gradient(to left, #ffffff 50%, #f1c400 50%) right; background-size: 200%; transition: .4s ease-out;
}
.oxy-gallery-item-contents {
    background-position: 50% 50%;
}
.oxy-pro-menu.oxy-pro-menu-off-canvas .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area, .oxy-pro-menu.oxy-pro-menu-open .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area {
    min-width: 21px!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px!important;
    font-family: inherit;
    font-size: 14px;
    border: 1px solid #ffffff;
    line-height: 1!important;
    min-height: 32px!important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#gform_wrapper_2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #cccccc;
}
.gform_wrapper textarea {
    padding: 8px 12px!important;
    border: 1px solid #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4!important;
    min-height: 32px!important;
}
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: inherit;
    font-weight: 500;
    line-height: 1!important;
    font-size: 14px;
    color: #ffffff;
    padding: 13px 22px;
    border: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: linear-gradient(to left, #22262b 50%, #666666 50%) right; background-size: 200%; transition: .4s ease-out;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 0px solid #666666;
    background-position: left;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
::-webkit-input-placeholder {color:#333;}
:-moz-placeholder {opacity:1;color:#333;}
::-moz-placeholder {opacity:1;color:#333;}
:-ms-input-placeholder {color:#333;}
input:-moz-placeholder {color:#333;}
p.gform_required_legend {
    display: none;
}
.oxy-pro-menu .oxy-pro-menu-list > .menu-item {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding: 8px 0 8px 35px;
    line-height: 1.7em;
    font-size: 15px;
}
.custom-list li:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url('/wp-content/uploads/2021/08/flash.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
}
#header-reviews:hover .review-star-circle {
    background-color: #666666;
    border: 1px solid #ffffff;
}
.rpi-name, .rpi-name a {
    font-size: 14px!important;
    font-weight: 500;
}
.rpi-text {
    font-size: 14px!important;
    line-height: 1.7!important;
}
.rpi-slider-next::after, .rpi-slider-prev::before {
    font-size: 30px;
}
.rpi-slider .rpi-content .rpi-cards {
    margin: 0 10px;
}
.rplg a, .rplg button, .rplg div, .rplg p, .rplg span {
    font-weight: 400 !important;
}
.rplg .rplg-flash-text .rplg-flash-name {
    font-weight: 400 !important;
    color: #22262b !important;
}
.rpi .rpi-readmore {
    color: #22262b;
    font-weight: 500;
    text-decoration: underline;
}