/* Enter Your Custom CSS Here */

h1, h2 {
  color: #551A8B ;
}
h3 {
  color: #FF6600;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

blockquote, blockquote::before {
  font-style: italic;
  color: #0099cc ;
}

body {
  font-size: 1.2rem;
}

h1.entry-title {
  font-size: 2.6rem;
  color: #551A8B ;
}

h2 {
  font-size: 1.5rem;
}

a {
  color: #0568CD;
  text-decoration: underline;
}

.header-image .site-title > a {
	height: 254px;
	max-width: 1064px;
}


.site-header {
  background: none;
}


.site-title a, .site-description {
  display: none;
}


@media screen and (min-width: 980px) /* Desktop */ {
  	.site-header {
    background: url("http://37.60.246.85/~sacredbu/my-holistic-healing.com/wp-content/uploads/MHH-banner-FINAL-desktop.jpg") no-repeat;
    min-height: 370px;
    background-size: 100%;
    padding: 0;
  }
}

@media screen  and (max-width: 979px) /* Tablet */ {
  	.site-header {
    background: url("http://37.60.246.85/~sacredbu/my-holistic-healing.com/wp-content/uploads/MHH-banner-FINAL-tablet.jpg") no-repeat;
    min-height: 170px;
    background-size: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 500px) /* Mobile */ {
 .site-header {
    background: url("http://37.60.246.85/~sacredbu/my-holistic-healing.com/wp-content/uploads/MHH-banner-FINAL-mobile.jpg") no-repeat;
    min-height: 100px;
    background-size: 100%;
    padding: 0;
  }
}

.genesis-nav-menu a, .genesis-nav-menu a:hover {
  color: #551a8b;
}
.genesis-nav-menu .sub-menu a:hover {
  background: #551a8b;
  color: white;
}
.genesis-nav-menu .sub-menu {
  border-bottom: none;
}

#references {
 width:100%;
 text-align:centre;
 border: 2px solid #FF7800;
 background-color: #FFCC66;
 padding-left: 30px;
 padding-top: 5px;
 margin-bottom: 10px;
}

ul li {

padding-top: 1.0em;

}

/* ------ Section 9 - Mailchimp Sign-up Form ------ */

#mc_embed_signup {background:#FF9933; clear:left; font:11px verdana,sans-serif;  align:center; width:100%; padding-left:8px;}
#mc_embed_signup .mc-field-group {clear:both; align:center; position:relative; width:500px; padding-bottom:3%; min-height:55px; margin-left:4%;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:96%; margin-left:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}
#mc_embed_signup .button {clear:both; background-color: #09F; border: 0 none; border-radius:4px; color:#000; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 28px; line-height: 28px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#39F;} 

/* Remove white space beneather banner image */

.title-area {
  padding: 0;
}
.genesis-skip-link li {
  padding-top: 0;
}

.site-inner {
  margin-top: 0px;
}

.entry-content ol li, .entry-content ul li {
    margin-left: 40px;
}

.home-button {
  background-color: #551A8B;
  color: #ffffff;
  font-weight: bold;
  border: none;
  max-height: 0.8em;
}  