/*
This is a sample CSS file that should be put in /peepso/
directory in the root dir of the WP theme that you are using.

That means that if you are using a Genesis theme, you should
create a directory named /peepso/ and put it in this directory:
../wp-content/themes/genesis/
You should end up creating /peepso/ directory there so it is:
../wp-content/themes/genesis/peepso/

Inside of that directory place this 'custom.css' file.
Finally it should be like that:
../wp-content/themes/genesis/peepso/custom.css

Modify this file and not the core PeepSo files, that way,
upon every PeepSo upgrade you will not lose your customizations.

======================WARNING======================
Be aware that if you upgrade your theme, the upgrade might
remove this file. So, please do keep a backup of it and keep
it up to date.
======================WARNING======================


/* ======================
== MAIN PEEPSO WRAPPER ==
========================= */

/*  Override for default button style, need !important because most of themes override button styles  */
.ps-btn {
    color: white !important;
    background-color: #cccc66 !important;
}

.ps-btn:hover,
.ps-btn:focus {
    background-color: #BDAC42 !important;
}