/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.entry-content a img,
.entry-content img {
	border: 0 !important;
}

body {
	font-family: 'Novo', serif;
	font-size: 18px;
}


/* LINK COLOURS within normal text */
/* unvisited link within paragraph */
.entry-content a:link{
  color: #d66aa8 !important;
	text-decoration: underline;
}

.entry-content li a:link{
  color: #d66aa8 !important;
	text-decoration: underline;
}

/* mouse over link */
.entry-content a:hover {
  color: #9900cc !important;
}

/* visited link */
.entry-content a:visited{
  color: #9900cc !important;
	text-decoration: underline;
}


/* LINK COLOURS of the "Read More" buttons on the home page so they are not underlined like within the paragraph text */
a.more-link:link{
  color: #d66aa8 !important;
	text-decoration: none;
}

/* mouse over link */
a.more-link:hover{
  color: #9900cc !important;
	text-decoration: none;
}


/* visited link */
.entry-content: a:visited :not(.more-link){
  color: #9900cc !important;
	text-decoration: underline;
}


#header_text {
	color: #222;
	font-size: 20px;
	font-family: 'Novo', serif;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: 10px 0 16px;
	text-transform: none;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 1px;
}

/*
Home Page Header Slogan Text
*/
#header_subtext {
	color: #941f63;
	font-size: 18px;
	font-family: 'Novo', serif;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: 10px 0 16px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	text-transform: none;
}

.genesis-nav-menu {
  	z-index: 9999;
	position: fixed;
	font-size: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Novo', serif;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: 10px 0 8px;
	padding: 0;
	text-transform: none;
}

h1 {
	font-size: 37px;
}

h2 {
	font-size: 31px;
}

h3 {
	font-size: 27px;
	font-style: bold;
}

h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	font-style: bold;
	margin-bottom: 15px;
}

h6 {
	font-size: 12px;
}


/*
Spacing between list items
*/
ol li:not(:last-child) {
    margin-bottom: 20px;
}

/*
List Numbers Bold and font size
*/
ol ::marker {
	font-weight: 600;
	font-size: 20px;
}


/*
Front Cover Posts Headings
*/
h2.entry-title {
	font-size: 30px;
}


/*
Featured Posts Headings
*/
.simple-grid.one-third .entry-title,
.simple-grid.one-fourth .entry-title,
.simple-grid.one-sixth .entry-title {
	font-size: 16px !important;
}

/*
Space between featured post images and content
*/
div.home-top {
  padding: 0px 0px 50px 0px;
}


/*
Widget Headings
*/
.widgettitle {
	color: #222;
	font-family: 'Novo', serif;
	font-size: 18px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

/*
Right Column Newsletter Sign-up Paragraph text
*/
.enews-widget {
	font-size: 15px !important;
}



/*
Profile text size
*/
.user-profile {
	font-size: 15px !important;
}


/*
Caption text styles
*/
figcaption {
	font-size: 13px !important;
	font-style: italic;
	text-align: center;
}

p.wp-caption-text {
	font-size: 13px !important;
	font-style: italic;
	text-align: center;
}