/*
Theme Name: OceanWP-Child
Theme URI: 
Description: Child theme of OceanWP theme for the Type theme
Author:      Adrian
Author URI:  https://oceanwp.org/about-me/
Template: oceanwp
Version: 1.1.1
*/

.CustomMenuButton {
    background-color: #91c540;
    color: white;
    width: 250px;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
}

.CustomMenuButton:hover {
    background-color: #c62560;
    color: white;
}

/* CONTACT FORM 7 SETTING TO SET ALL RADIO BUTTONS BELOW EACH OTHER */
span.wpcf7-list-item {display: block;}

.NewButton {
    background-color: #91c540;
    color: white;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
}
.NewButton:hover {
    background-color: #c62560;
    color: white;
}
.NewButton a {
    color: white;
}
.NewButton a:hover {
    color: white;
}
.NewButton a:link {
    color: white;
}
.NewButton a:visited {
    color: white;
}
.NewButton a:active {
    color: white;
}