/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt

/*
Customized changes to child theme
---------------------------------------------------------------------------------------------------- */
.site-inner {
	background-color: #ffffff;
	border-top: 0;
	padding-top: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.genesis-nav-menu .sub-menu {
	border-top: 0;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #0066CC;
}

.site-header .widget_nav_menu {
	color: #fff;
}

.nav-primary {
	background-color: #fff;
}

.nav-primary,
.nav-primary a {
	color: #0066CC;
}

.nav-primary .sub-menu {
	border-color: #fff;
}

.nav-primary .sub-menu a {
	background-color: #fff;
	border-color: #fff;
	color: #0066CC;
}

.mysurveyfunnel {
	float: right;
	width: 45%;
	padding: 15px;
}

.entry-meta {
	display: none !important;
}

a:hover {
	text-decoration: underline;
}

/* Headings
--------------------------------------------- */
h1 {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	text-align: center;
}


h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

/*The section below styles the whole post page numbers area*/
.entry-pagination.pagination {
	font-size: 16px;
	display: block;
	clear: both;
	padding: 3px 0 5px 5px;
}

/*The section below styles the post page number links and visited links*/
.entry-pagination.pagination a,
.entry-pagination.pagination a:link,
.entry-pagination.pagination a:visited,
.entry-pagination.pagination a:active {
	padding: 4px 8px !important;
	margin: 3px !important;
	text-decoration: none !important;
	border: 1px solid #C8C8C2 !important;
	background: #FCFCFC !important;
	box-shadow: 0 0 3px rgba(0,0,0,0.1) !important;
	color: #0088B3 !important;
}

/*The section below styles the post pagination link while hovering mouse over over it*/
.entry-pagination.pagination a:hover {
	border: 1px solid #a7a7a3 !important;
	color: #fff !important;
	background: #0088B3 !important;
}

/* Block Quotes
--------------------------------------------- */
blockquote,
blockquote::before {
	color: #000;
}