﻿/*
Theme Name: River Hills
Theme URI: https://example.com/river-hills
Author: River Hills Seed
Author URI: https://example.com
Description: Custom WordPress theme built from the River Hills HTML files.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: river-hills
*/

.el-radio-group,
legend.cog-label {
    color: #fff !important;
}

button.cog-button--primary.cog-button--submit {
    background-color: #007500;
    width: auto;
    float: right;
    padding: 15px 50px 14px;
    line-height: 18px;
    height: auto;
    border-radius: 30px;
    color: #ffffff;
    font-family: "proxima_nova_condensedbold";
    letter-spacing: 1px;
    transition: 500ms all;
    border: 0px;
}

button.cog-button--primary.cog-button--submit:hover {
    background-color: #acd160;
}