/* Custom CSS */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Alegreya+SC:700');

/* Header Background */
.site-header{
  background: url("https://www.blondebumblebee.com/wp-content/uploads/2017/12/Website-Header-1.1.1.png") no-repeat;
}

/* Header Web Name Text */
.site-title{
  font-family: 'Alegreya SC', serif;
  font-size: 100 px;
}

/* Header Web Description Text */
.site-description{
  font-size: 50 px;
  line-height: 40 px;
  font-family: 'Alegreya SC', serif;
}

/* Menu Text */
.genesis-nav-menu{
  font-size: 24 px;
  line-height: 30 px;
  font-family: 'Alegreya SC', serif;
}

/* Menu Background Color */
.nav-secondary{
  background-color: #ffffff;
}

/* Menu Text Color */
.genesis-nav-menu a {
  color: #000000;
  text-transform: uppercase;
}

/* Menu Hover Color */
.genesis-nav-menu > li:hover a, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
  color: #009EAF;
}

/* Featured Content Title Background Color */
.lifestyle-pro-home .content .widget-title {
  background-color: #f7eb04;
}

/* Site Footer Background Color */
.site-footer {
  background-color: #f4f4f4;
}

/* Site Footer Text Color */
.site-footer {
  color: #000000;
}

/* Site Footer Hyperlink Text Color */
.site-footer a {
  color: #000000;
}

/* Site Background Image */
body.custom-background {
  background-image: none !important;
}

/* Site Background Color */
body {
  background-color: #ffffff;
}

/* Featured Content Title Hover Color */
.entry-title a:hover {
  color: #009EAF;
}

/* Read More Link Color */
a {
  color: #009EAF;
}

/* Email Subscription Background Color Sidebar*/
.sidebar .enews-widget {
  background: #00B6C4;
}

/* Email Subscription Button Color*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
  background-color: #f7eb04;
}

/* Email Subscription Upper Text Color */
.sidebar .enews-widget h4 {
  color: #000000;
}

/* Body Text */
body {
  color: #000000;
}

/* Email Subscription Background Color Footer Widget*/
.enews-widget {
  background-color: #00B6C4;
}

.simple-social-icons {
  background-color: #f7eb04;
}