@charset "UTF-8";

/* Toggle Button */
button#light-dark-toggle {
    cursor: pointer;
    background-color: #078944;
    color: #fff;
    border: 2px solid #078944;
    padding: 8px 15px;
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

/* Toggle Button Hover */
button#light-dark-toggle:hover {opacity: 0.7;}

/* Hi, please go to  the custom divi css settings to change the rest of the styles */