/*
Theme Name: Jennings Oil Custom Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description:
Author: Optional Reality / 322 Marketing
Author URI: 
template: bb-theme
*/

/* Add your custom styles here... */ 

li { padding-bottom: 15px; }

.footer-copy, .footer-copy a { color: #ffffff; font-size: 18px; }


/* Give the link some padding and some color */
li.ss-nav-button {
  padding: 10px;
}

li.ss-nav-button > a {
  padding: 15px 25px !important;
  color: #ffffff !important;
  border-radius: 15px;
  background-color: #224794;
}

/* Adjust the position for the fixed navigation menu */
li.ss-nav-button > a {
  position: relative;
  bottom: 6px;
}

/* Give the button a hover & active state */
li.ss-nav-button > a:active,
li.ss-nav-button > a:hover {
  color: #224794 !important;
  background-color: #FAE965;
}

li.ss-orange a { color: #F5981D; font-size: 24px; font-weight: 600; }

#gform_submit_button_2 { color: #ffffff; }