/*
    Theme Name: Epik
    Theme URI: http://appfinite.com/themes/epik
	Description: Epik is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Appfinite
    Author URI: http://www.appfinite.com/
 
    Version: 1.4.1
 
	Tags: black, blue, default, gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
		- Pricing Plans
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider Wide
		- Slider
		- Slider Misc
		- Welcome
		- Welcome Feature 1-3
		- Home Feature BG
		- Home Feature BG Alt
		- Home Feature BG Dark
		- Home Features
			- Home Feature (1-14)
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Miscellaneous
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Black
		- Blue
		- Dark Blue
		- Gray
		- Green
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 960px
		- max-width: 767px
		- max-width: 580px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: #ffffff;
	color: #999999;
	font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%; 
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: 0;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

.site-inner p {
	margin: 0 0 1.25rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li > ul {
	margin-left: 1em;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 1.25rem;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 1.25rem;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 .625rem;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 1.25rem;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 .625rem;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 1.25rem;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 .625rem;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #fff !important;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: .625rem 0 0;   
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans Condensed', 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 2.250em;
}

h2 {
	font-size: 1.875em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 1em;
}

h1 a,
h2 a {
	color: #333;
	font-weight: 600;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
	vertical-align: bottom;
}

img {
	height: auto;
	width: auto; /* IE8 */
	vertical-align: bottom;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	box-shadow: 0 1px 3px rgba(255,255,255, .4);
	-moz-box-shadow: 0 1px 3px rgba(255,255,255, .4);
	-webkit-box-shadow: 0 1px 3px rgba(255,255,255, .4);
	background: rgba(0,0,0,.1);
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: .75rem;
	width: 100%;
	margin-bottom: .5rem;
}

#gform_1 input {
	color: #ffffff;
}
input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #ccc;
}

::-webkit-input-placeholder {
	color: #ccc;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #2a2a2a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	padding: .68rem 1.25rem;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	background: #111;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: 1;
	box-shadow: 0 1px 3px rgba(255,255,255, .4);
	-moz-box-shadow: 0 1px 3px rgba(255,255,255, .4);
	-webkit-box-shadow: 0 1px 3px rgba(255,255,255, .4);
	transition:all .5s ease;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    display: inline-block;	
    font-size: .813em;
    font-weight: 400;	
    line-height: .813em;
    margin: 0 0 .625rem;
    padding: .5rem 1.25rem;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	color: #fff;
	opacity: .7;
	transition:all .5s ease;	
}

a.button.small {
	background-color: #303236;
	color: #fff;
    font-size: .813em;
    font-weight: bold;	
    line-height: .813em;
    padding: .5rem 1.25rem;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 1em;
    line-height: 1.625em;
    padding: .5rem 1.25rem;
}

a.button.large {
	background-color: #303236;
	color: #fff;
    font-size: 1.125em;
    line-height: 1.5em;
    padding: 1rem 2rem;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: .875em;
    line-height: 1.375em;
    margin: 0;
    padding: .25rem 2.5rem;
    text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}

a.button.black {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #2196f3 !important;
	border: 1px solid #105c9e !important;
	color: #fff !important;
}

a.button.darkblue {
	background-color: #293f5e !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.gray {
	background-color: #777 !important;
	border: 1px solid #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #9dcb2a !important;
	border: 1px solid #83a924 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #ff7e00 !important;
	border: 1px solid #cb6400 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff55a9 !important;
	border: 1px solid #c14080 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #7154c4 !important;
	border: 1px solid #594299 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	border: 1px solid #a8271e ;
	color: #fff ;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 .125rem 1.25rem;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 .125rem 1.25rem;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 .125rem 1.25rem;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 .125rem 1.25rem;
	padding: 17px 15px 20px 55px;
}	

.black-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #000;
    color: #fff;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;
}
.white-box {
	 border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffffff;
    color: #979797;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;
}
.blue-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #7adaff;
    color: #005e82;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;
}

.gray-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #eee;
    color: #888;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}	

.green-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2;
    color: #689c2a;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}

.orange-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #ff7f3a;
    color: #fff;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}	


.pink-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #f2dbdb;
    color: #c8001c;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}	

.red-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #ff3d3d;
    color: #fff;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}

.yellow-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97;
    color: #ac670e;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;
}

/* Circles */

.circle {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 1.125em;
	line-height: 18px;
	margin: 0 2px;
	min-width: 10px;
	padding: .625rem 14px;
	text-align: center;
	text-decoration: none;
}	


/* 
20 Pricing Plans 
---------------------------------------------------------------------------------------------------- */

.plans {
	clear: both;
	margin: 0 auto;
	padding: 1.25rem 0 0;
	text-align: center;
}

.plan-col {
	background: #eee;
	float: left;
	font-weight: 300;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.plan-col-popular {
	background: #fff;
	float: left;
	font-weight: 300;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.plan-col, 
.plan-col-popular {		
	width: 25%;
}

.plan-col-wrap, 
.plan-col-popular-wrap {
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	padding: 2.5rem 10px;
}

.plans .plan-head h4 {
	font-size: 1.25em;
	font-weight: 300;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
	text-align: center;
}

.plan-head em {
	font-size: .875em;
}

.plan-pricing {
	background: url(images/border-img-x.png) repeat-x scroll center bottom;
	clear: both;
	margin: 0 0 1.25rem;
	padding: 0 0 1.25rem;
	text-align: center;
} 

.plan-price {
	font-size: 60px;
}

.plan-price sup {
	font-size: 1.5em;
}

.plan-pricing .monthly {
	font-size: .875em;
}

.plan-list {
	margin: 0 0 1.25rem;
	overflow: hidden;
}

.plan-list li,
.entry-content .plan-list li {
	list-style: none;
	margin: 0 0 1.25rem;
}

.plan-button {
	clear: both;
}

.plan-button a,
.entry-content .plan-button a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #303236;
	color: #fff;
	font-size: 1.125em;
	font-weight: 400;
	padding: .375rem 25px 8px;
}

.plan-button a:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
	text-decoration: underline;
}
	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 0;
}

.home .site-inner {
	padding-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content  */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky { }

.site-inner img.centered,
.site-inner .aligncenter {
	display: block;
	margin: 0 auto 1.5rem;
}

img.alignnone {
	margin-bottom: .750rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 1.5rem 1.5rem;
}

.wp-caption-text {
	font-size: .875em;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 2.5rem;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 2.5rem;
}

.archive-description,
.author-box  {
	margin-bottom: 2.5rem;
	padding: 2.5rem 2.5rem 1.5rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box a {}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 1.5rem;
}

/* Titles
--------------------------------------------- */


.entry-title a {
	color: #333;
	font-weight: 400;
}

.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	color: #333;
	font-size: 1.125em;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}

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

.sidebar .widgettitle {
	border: none;
	font-size: .875em;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 1.25em;
	margin-bottom: 1.5rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */

.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto 20px;
    padding: 1.875rem 0 0;
    max-width: 100%;	
}

.slider-wide .widget {
	margin: 0;
}

.slider-wide .flexslider .slides img {
	width: 100% !important;
}

.slider-wide .flexslider {
	max-width: 100% !important;
}

.slider-wide h1,
.slider-wide h2,
.slider-wide h3,
.slider-wide h4,
.slider-wide h5,
.slider-wide h6 {
	color: #ffffff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

.slider-wide h1 {
	font-size: 3.250em;
}

.slider-wide h2 {
	font-size: 1.875em;
}

.slider-wide .header-right-stuff {
	padding-top: 4rem;
}

/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
}

.slider .wrap {
    margin: 0 auto 1.25rem;
    padding: 0;
    width: 1140px;	
}

.slider .widget {
	margin: 0 0 1.25rem;
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}


/* 
Welcome
NOT USED
---------------------------------------------------------------------------------------------------- */

.welcome {
	clear: both;
	color: #ccc;
    margin: 0 auto;
    text-align: center;
}

.welcome .widgettitle {
	font-size: 36px;
	font-weight: 300;
	line-height: 46px;
}

.welcome h4 {
	color: #fff;
}

.welcome p {
	color: #ccc;
    margin: 0 0 1.25rem;
}

.welcome a {
	color: #fff;
}

.welcome .entry-header .entry-meta {
	border-bottom: 1px solid #555;
}

/* Welcome Wide 
	NOT USED
*/

.welcome-wide {
	clear: both;
}

.welcome-wide .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 120px 0 60px;
    width: 1140px;
}

.welcome-wide .widget {
	margin: 0 0 60px;
	overflow: hidden;
}

/* Welcome Feature 1-3 
	NOT USED
*/

.welcome-features {
	background: #303236;
	overflow: hidden;
	width: 100%;
}

.welcome-features .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 120px 0 60px;
    width: 1140px;
}


.welcome-features .widget {
	margin: 0 0 60px;
	overflow: hidden;
}

.welcome-features h4 {
	font-size: 1.25em;
	line-height: 26px;
}

.welcome-feature-1,
.welcome-feature-2 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.welcome-feature-3 {
	float: right;
    width: 32%;
}	

.welcome-feature-1 .widgettitle, 
.welcome-feature-2 .widgettitle, 
.welcome-feature-3 .widgettitle {
	color: #fff;
	margin: 0 0 .625rem;
	padding: 0 0 10px;
}

.welcome-feature-1 h4, 
.welcome-feature-2 h4, 
.welcome-feature-3 h4 {
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0;
    padding: 0;
}

.welcome-feature-1 p, 
.welcome-feature-2 p, 
.welcome-feature-3 p {
	margin: 0 0 1.25rem;
}


/* 
Home Feature BG 
NOT USED
---------------------------------------------------------------------------------------------------- */

.home-feature-bg {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.home-feature-bg .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 120px 0 80px;
	width: 1140px;
}

.home-feature-bg .featuredpage .page,
.home-feature-bg .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
}

.home-feature-bg .featuredpage .page h2,
.home-feature-bg .featuredpost .post h2 {
    margin: 10px 0;
}

.home-feature-bg .featuredpage .page h2 a,
.home-feature-bg .featuredpost .post h2 a {
	font-size: .938em;
}

.home-feature-bg .featuredpage img, 
.home-feature-bg .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg .featuredpage img:hover, 
.home-feature-bg .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg .byline, 
.home-feature-bg .byline {
	font-size: .688em !important;
	line-height: .938em !important;
	margin: 0 0 8px !important;
}

.home-feature-bg p {
	margin: 0 0 25px;
}


/* 
Home Feature BG Alt 
 NOT USED
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-alt {
	background: #fff;
}

.home-feature-bg-alt .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 120px 0 80px;
	width: 1140px;
}

.home-feature-bg-alt .featuredpage .page,
.home-feature-bg-alt .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

.home-feature-bg-alt .featuredpage img, 
.home-feature-bg-alt .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-alt .featuredpage img:hover, 
.home-feature-bg-alt .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-alt .byline, 
.home-feature-bg-alt .byline {
	font-size: .688em !important;
	line-height: .938em !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-alt p {
	margin: 0 0 25px;
}

.home-feature-bg-alt .entry-header .entry-meta {
	border-bottom: 1px solid #ddd;
}


/* 
Home Feature BG Dark 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-dark {
	background: #303236;
	color: #aaa;
}

.home-feature-bg-dark .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 120px 0 80px;
	width: 1140px;
}

.home-feature-bg-dark .featuredpage .page,
.home-feature-bg-dark .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

.home-feature-bg-dark .featuredpage .page h2 a,
.home-feature-bg-dark .featuredpost .post h2 a {
	font-size: .938em;
}

.home-feature-bg-dark .featuredpage img, 
.home-feature-bg-dark .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-dark .featuredpage img:hover, 
.home-feature-bg-dark .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-dark .byline, 
.home-feature-bg-dark .byline {
	font-size: .688em !important;
	line-height: .938em !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-dark h1,
.home-feature-bg-dark h2,
.home-feature-bg-dark h3,
.home-feature-bg-dark h4,
.home-feature-bg-dark h5,
.home-feature-bg-dark h6 {
	color: #fff;
}

.home-feature-bg-dark p {
	color: #aaa;
	margin: 0 0 1.25rem;
}

.home-feature-bg-dark a {
	color: #fff;
}


/*
Home Features
NOT USED
---------------------------------------------------------------------------------------------------- */

/* Home Feature Classes */
 
/*You can add background images/colors to each section of the homepage by adding them to the classes below.
*/

.hf1,
.hf3,
.hf4,
.hf5,
.hf6,
.hf7,
.hf8,
.hf9,
.hf14 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.hf1 {}

.hf3 {}

.hf4 {}

.hf5 {}

.hf6 {}

.hf7 {}

.hf8 {}

.hf9 {}

.hf14 {}

/* Home Feature 1 */

.home-feature-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 45%;
}

.home-feature-1 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

.home-feature-1 .widgettitle {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.75em;
}

/* Home Feature 2 */

.home-feature-2 {
	float: right;
	margin: 0;
	width: 45%;
}

.home-feature-2 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

.home-feature-2 .widgettitle {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.75em;
}

/* Home Feature 3 */

.home-feature-3 {
	background: none;
    clear: both;
   	margin: 0 auto ;
   	overflow: hidden;
   	padding: 0;
   	text-align: left;
}

.home-feature-3 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 4 */

.home-feature-4 {
	margin: 0;
	width: 100%;
}

.home-feature-4 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 5 */

.home-feature-5 {
	margin: 0;
	width: 100%;
}

.home-feature-5 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 6 */

.home-feature-6 {
	margin: 0;
	width: 100%;
}

.home-feature-6 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 7 */

.home-feature-7 {
	margin: 0;
	width: 100%;
}

.home-feature-7 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 8 */

.home-feature-8 {
	margin: 0;
	width: 100%;
}

.home-feature-8 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 9 */

.home-feature-9 {
	clear: both;
	text-align: center;
}

.home-feature-9 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

.home-feature-9 h4 {
	font-size: 2em;
	font-weight: 400;
	line-height: 38px;
}

/* Home Feature 10 */

.home-feature-10 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-10 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 11 */

.home-feature-11 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-11 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 12 */

.home-feature-12 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-12 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 13 */

.home-feature-13 {
	float: right;
	margin: 0;
	width: 24%;
}

.home-feature-13 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature 14 */

.home-feature-14 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.home-feature-14 .widget {
	margin: 0 0 2.5rem;
	overflow: hidden;
}

/* Home Feature h4 */

.home-feature-3 h4,
.home-feature-4 h4,
.home-feature-5 h4,
.home-feature-6 h4,
.home-feature-7 h4,
.home-feature-8 h4,
.home-feature-9 h4,
.home-feature-14 h4 {
	font-size: 36px;
	font-weight: 300;
}

.home-feature-10 h4,
.home-feature-11 h4,
.home-feature-12 h4,
.home-feature-13 h4 {
	font-size: 1.5em;
	font-weight: 400;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 1.25rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 1.125em;
	line-height: 1.5;
	margin: 10px 0;
}

.home .featured-content .entry-title {
	font-size: 28px;
	padding: 0;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #2a2a2a;
	border: none;
	color: #fff;
	margin: 0 0 1.25rem;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	border: none;
	box-shadow: none;
	width: 100%;
}

.footer-widgets .enews-widget input[type="submit"] {
	background: #111;
	padding: 1rem 24px;
}

.enews-widget input:hover[type="submit"] {
	opacity: .7;
	transition: all .5s ease;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background: #ccc;
	box-shadow: none;
	opacity: 10;
	transition: 0;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 1em;
	padding: .5rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 1rem 0 0;
	list-style-type: none;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 1.125em;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.head-wrap {
	background-color: #ffffff;
	margin: 0;
}

.site-header {
	margin: 0 auto;
}

.site-header .wrap {
	padding: 1rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 600;
	float: left;
	padding: 0;
	padding: 0;
	width: 360px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 2em;
	margin: 0 0 .625rem;
}

.site-header .site-title a {
	color: #fff;
	font-weight: 300;
}

.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 .625rem;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #ddd;
	float: left;
	text-align: left;
	width: 30%;
}



.header-image .site-header .widget-area {
	padding: 2.5rem 0;
}

.site-header .search-form {
	float: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu,
.menu {
	clear: both;
	color: #ccc;
	font-size: .8em;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item,
.menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a,
.menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 1rem;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	padding: 1rem 2rem;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu a,
.menu a {
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition:    color 0.1s ease-in-out;
	-ms-transition:     color 0.1s ease-in-out;
	-o-transition:      color 0.1s ease-in-out;
	transition:         color 0.1s ease-in-out;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #aaa;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu,
.menu .sub-menu {
	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 202px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a,
.menu .sub-menu a  {
	
	letter-spacing: 0;
	padding: .813rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu,
.menu .sub-menu .sub-menu  {
	margin: -45px 0 0 201px;
}

.genesis-nav-menu .menu-item:hover,
.menu .menu-item:hover  {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.menu .menu-item:hover > .sub-menu  {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: .813rem 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu > .search input {
	padding: .375rem;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #fff;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .menu .current-menu-item > a,
.site-header .menu a:hover {
	color: #aaa;
	text-decoration: none;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { 
	color: #aaa;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {	
	clear: both;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #aaa;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	color: #aaa;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: .75em;
	padding: .5rem .813rem;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: .5rem 0 .5rem 1.25rem;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 201px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 32px/1 'dashicons';
	margin: 0 auto;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background: #fff;
	margin: 0 .188rem 2.5rem;
	padding: 2.5rem 0 0;
}

.home .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.entry-content {
	padding: 0 1.25rem 1.25rem;
	overflow: hidden;
}

.home .entry-content {
	padding: 0 0 1.25rem;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #888;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: .875em;
}

.entry-meta a {
	font-weight: 600;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	font-size: .75em;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 1.25rem;
	text-transform: uppercase;
}

.home .entry-header .entry-meta {
	padding: .625rem 0 1.25rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	overflow: hidden;
	padding: 1rem 0;
}

.entry-footer  {
	background: #eee;
	padding: .625rem 1.25rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories {
	display: block;
	float: left;
	font-size: .75em;
}

.entry-tags {
	float: right;
	font-size: .75em;
}

/* After Entry widget
--------------------------------------------- */

.after-entry {
	background: #222;
	color: #aaa;
	margin: 3.75rem 0;
	overflow: hidden;
	text-align: center;
}

.after-entry .wrap {
	padding: 2.5rem;
}

.after-entry a {
	color: #fff;
}

.after-entry .widget-title,
.after-entry h4 {
	color: #fff;
	font-size: 1.875em;
}

.after-entry h1,
.after-entry h2,
.after-entry h3,
.after-entry h4,
.after-entry h5,
.after-entry h6 {
	color: #fff;
	font-weight: 400;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: .875em;
	margin: 2.5rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	padding: 4px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 2.5rem;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li { }

li.comment {
	padding: 1.875rem;
}

li.comment ul li {
	border-radius: 0;
	border-left: 1px solid #ddd;
}

.thread-alt li.comment {
	border-radius: 0;
	border-left: 1px solid #aaa;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.thread-alt {
	background-color: #ddd;
}

.thread-even {
	background-color: #fff;
}

.bypostauthor { }

.form-allowed-tags {
	background: #dedede;
	font-size: .875em;
	padding: 1.5rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
	font-size: 1em;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: .375rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	overflow: hidden;
	padding-bottom: 32px;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #2a2a2a;
	color: #aaa;
	padding: 1.875rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 2.5rem;
	padding: 0;
}

.content .portfolio {
	background: #fff;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 1.125em;
	margin: 0;
	padding: .938rem 0;
}

.page-template-page_portfolio-php h1 {
	padding: 0;
}
	
.portfolio .entry-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	margin: 0;
	text-decoration: none;
}

.portfolio p {
	font-size: 1em;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #2a2a2a;
	color: #fff;
	display: block;
    font-size: .875em;
    font-weight: 400;	
	padding: 4px 12px;
    margin: 1.25rem 0 0;
	text-align: center;
	text-decoration: none;	
	width: 110px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio .entry-content {
	padding: 0 1.25rem 0;
}

.portfolio .entry-footer {
	background: none;
	padding: 0;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */
.grey-row {
	background-color: #f7f9fb;
}
.transparent {
	background: transparent;
}
.white {
	color: #ffffff;
}
.yellow {
	color: #f7f9fb;
}
.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 1.625rem;
}

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}

.tagcloud a {
	background: #e3e3e3;
	float: left;
	padding: 3px 10px;
	margin: 0 2px 5px;
}

.tagcloud a:hover {
	background: #f5f5f5;
}

.search .entry {
	padding: 2.5rem 1.25rem .625rem;
}

/* Content Align (Left & Right) */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}

/* Check List */

.check-list {
	list-style: none;
	margin: 0 0 30px;
}

.check-list li {
	padding: 0 0 0 30px;
}

/* Responsive Videos */

.video-container {
	
	padding: 1rem;
    position: relative;
}

/*.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;     
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}*/


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {		

	clear: both;
	color: #979797;
	font-size: 1em;
	line-height: 1.4;
}

.footer-widgets .fa {
	line-height: 1.3;
}

.footer-widgets .wrap {
	padding: 6.25rem 0 3.75rem;
}

.footer-widgets a {
	
}

.footer-widgets p {
	
}

.testimonial-footer,
.home-footer-1,
.footer-widgets-1,
.footer-widgets-2 {
	
	margin: 0 0;
	width: 100%;
}



.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #000;
}

.footer-widgets .widget {
	margin-bottom: 1.5rem;
}

.footer-widgets .widgettitle {
	color: #979797;
	font-family: 'Open Sans Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: .938rem 0;
	padding-left: 0;
}

.footer-widgets .entry-content {
	padding: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #979797;
	font-size: .75em;
	text-align: center;
}

.site-footer-text {
	font-size: .8em;
}
.site-footer ul,
.site-footer li {
	list-style-type: none;
}

.site-footer li > ul {
	display: none;
}

.site-footer .wrap {
	padding: 1rem 20px;
}

.site-footer a { 
	color: #fff;
	font-weight: 400;
}

.site-footer p {
	margin: 0;
}


/* 
16 Theme Colors
---------------------------------------------------------------------------------------------------- */


/* Epik Blue
--------------------------------------------- */
.epik-blue .blue {
	color: #1887e5; /*lightest blue*/
}
.epik-blue a {
 	color: #1887e5; /*slightly darker blue*/
}

.epik-blue .site-title a:hover {
	color: #ccc;
}

.epik-blue .site-description {
	color: #ccc;
}

.epik-blue .genesis-nav-menu a,
.epik-blue .menu a {
	color: #000;
}

.epik-blue .site-header .widget-area {
	color: #999;
}

.epik-blue .genesis-nav-menu a:hover,
.epik-blue .genesis-nav-menu .current-menu-item > a,
.epik-blue .menu a:hover,
.epik-blue .menu .current-menu-item > a {
    color: #999999;
}

.epik-blue .nav-primary .sub-menu a:hover,
.epik-blue .nav-secondary .sub-menu a:hover,
.epik-blue .site-header .sub-menu a:hover,
.epik-blue .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.epik-blue .site-header .menu .sub-menu .current-menu-item > a,
.epik-blue .menu .sub-menu .current-menu-item > a,
.epik-blue .menu .sub-menu .current-menu-item > a:hover { 
	color: #1887e5;
}

.epik-blue h1 a,
.epik-blue h2 a {
	color: #333;
}



.epik-blue h1 a:hover,
.epik-blue h2 a:hover {
	color: #1887e5;
}

.epik-blue .home-feature-bg-dark,
.epik-blue .author-box,
.epik-blue .footer-widgets {
	
	color: #eee;
}

.epik-blue .welcome a,
.epik-blue .home-feature-bg-dark a,
.epik-blue .author-box-title,
.epik-blue .author-box a,
.epik-blue .footer-widgets a {
	color: #fff;
}

.epik-blue .head-wrap p,
.epik-blue .welcome p,
.epik-blue .home-feature-bg-dark p,
.epik-blue .author-box p,
.epik-blue .footer-widgets p {
	color: #999999;
}

.epik-blue .archive-pagination li a:hover,
.epik-blue .archive-pagination li.active a {
	background: #1887e5;
}

.epik-blue .content .portfolio .more-link,
.epik-blue .plan-button a {
	background: #1887e5;
	color: #fff;
}

.epik-blue .content .portfolio .more-link:hover,
.epik-blue .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.epik-blue button,
.epik-blue input[type="button"],
.epik-blue input[type="reset"],
.epik-blue input[type="submit"],
.epik-blue .sidebar .enews-widget input[type="submit"],
.epik-blue a.button.small,
.epik-blue a.button.medium,
.epik-blue a.button.large,
.epik-blue .circle {
	background: #1887e5;
}

.epik-blue .footer-widgets button,
.epik-blue .footer-widgets input[type="button"],
.epik-blue .footer-widgets input[type="reset"],
.epik-blue .footer-widgets .enews-widget input[type="submit"],
.epik-blue .footer-widgets a.button.small,
.epik-blue .footer-widgets a.button.medium,
.epik-blue .footer-widgets a.button.large,
.epik-blue .footer-widgets .circle {
	background: #111;
}

.epik-blue .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opainputcity: .7;
	transition: all .5s ease;
}

.epik-blue .footer-widgets input[type="submit"] {
	background: transparent;
	border: 1px solid #fff;
	font-size: .6em !important
}

.epik-blue .footer {
	background: #1887e5;
	;
}


/* Epik Red
--------------------------------------------- */
 
.epik-red a {
 	color: #d91420;
}

.epik-red .site-title a:hover {
	color: #eee;
}

.epik-red .site-description {
	color: #eee;
}

.epik-red .genesis-nav-menu a {
	color: #fff;
}

.epik-red .site-header .widget-area {
	color: #eee;
}

.epik-red .genesis-nav-menu a:hover,
.epik-red .genesis-nav-menu .current-menu-item > a {
    color: #bbb;
}

.epik-red .nav-primary .sub-menu a:hover,
.epik-red .nav-secondary .sub-menu a:hover,
.epik-red .site-header .sub-menu a:hover,
.epik-red .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #d91420;
}

.epik-red h1 a,
.epik-red h2 a {
	color: #333;
}

.epik-red h1 a:hover,
.epik-red h2 a:hover {
	color: #d91420;
}

.epik-red .welcome,
.epik-red .home-feature-bg-dark,
.epik-red .author-box,
.epik-red .footer-widgets {
	background: #d91420;
	color: #eee;
}

.epik-red .head-wrap a,
.epik-red .welcome a,
.epik-red .home-feature-bg-dark a,
.epik-red .author-box-title,
.epik-red .author-box a,
.epik-red .footer-widgets a {
	color: #fff;
}

.epik-red .head-wrap p,
.epik-red .welcome p,
.epik-red .home-feature-bg-dark p,
.epik-red .author-box p,
.epik-red .footer-widgets p {
	color: #eee;
}

.epik-red .archive-pagination li a:hover,
.epik-red .archive-pagination li.active a {
	background: #d91420;
}

.epik-red .content .portfolio .more-link,
.epik-red .plan-button a {
	background: #d91420;
	color: #fff;
}

.epik-red .content .portfolio .more-link:hover,
.epik-red .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.epik-red button,
.epik-red input[type="button"],
.epik-red input[type="reset"],
.epik-red input[type="submit"],
.epik-red .sidebar .enews-widget input[type="submit"],
.epik-red a.button.small,
.epik-red a.button.medium,
.epik-red a.button.large,
.epik-red .circle {
	background: #d91420;
}

.epik-red .footer-widgets button,
.epik-red .footer-widgets input[type="button"],
.epik-red .footer-widgets input[type="reset"],
.epik-red .footer-widgets .enews-widget input[type="submit"],
.epik-red .footer-widgets a.button.small,
.epik-red .footer-widgets a.button.medium,
.epik-red .footer-widgets a.button.large,
.epik-red .footer-widgets .circle {
	background: #111;
}

.epik-red .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.epik-red .footer-widgets input[type="submit"] {
	background: #111;
}

.epik-red .footer {
	background: #d91420;
}

/* Header Left, Header Middle, and Header Right (aka header-widget-area)
-----------------------------------------------------*/
.site-header h3,
.site-header p{
	margin: 0;
}

.site-header h3 {
	font-family: 'Handlee' , sans-serif;
	font-weight: 300;
}
.site-header .genesis-nav-menu a,
.site-header .menu a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.header-left {
	text-align: right;
	float: left;
	width: 40%;
	height: 278px;
	display: inline-block;
	position: relative;
	
	
}
.header-middle {
	width: 20%;
	float: left;
	display: table;
	text-align: center;
	vertical-align: bottom;
	height: 278px;
	position: relative;
}





.header-middle a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: table-cell;
	max-width: 100%;
	vertical-align: bottom;
}
.header-middle .widget-title {
	display: none;
}

.header-middle:hover .default a img{
	display: none;
}

.header-middle a:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: bottom;  /* vertical alignment of the inline element */
    height: 100%;
}
.header-middle img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: inline;
	max-width: 300px;
	min-width: 200px;
}

.site-header .header-widget-area {
	text-align: left;
	float: left;
	width: 40%;
	height: 278px;
	display: inline-block;
	position: relative;
	
}

.site-header blockquote {
	position: absolute;
}
.site-header .widget_nav_menu {
	position: absolute;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 1.5em;
}
.site-header .header-widget-area .widget_nav_menu {
	right: auto;
	left: 0;
	width: 100%;
}
blockquote table,
.footer-social blockquote {
	border: 1px solid #eee;
	border-radius: 5px;
 	box-shadow: -3px 3px 3px -3px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	position: relative;
	margin: 5px;
	padding: .5rem 1.5rem;
	font-size: .8em;
	min-width: 300px;
	display: inline-block;
	background-color: #fff;
  	
}

blockquote table::before,
.footer-social blockquote:before{
 	background-color: #ffffff;
 	box-shadow: 0px 3px 3px -3px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
 	border-right: 1px solid #eee;
 	border-bottom: 1px solid #eee;
    content: "";
    display: block;
    height: 20px;
    right: 50px;
    position: absolute;
    bottom: -11px;
    transform:             rotate( 45deg );
        -moz-transform:    rotate( 45deg );
        -ms-transform:     rotate( 45deg );
        -o-transform:      rotate( 45deg );
        -webkit-transform: rotate( 45deg );
    width:  20px;
    z-index: 3;
}
blockquote#bubble-1 {
	right: 0;
	top: 50px;
}
blockquote#bubble-2 {
	top: 100px;
	left: 0;
}
blockquote#bubble-3 {
	left: 10%;
	
}

blockquote#bubble-2 table::before,
blockquote#bubble-3 table::before {
	 right: auto;
	
}

.footer-social blockquote:before {
	bottom: auto;
	top: -11px;
	left: 50%;
	margin-left: -11px;
	box-shadow: none;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
 	border-top: 1px solid #eee;
 	border-left: 1px solid #eee;
 	border-bottom: 0;
 	border-right: 0;
}
.footer-social blockquote{
	text-align: center;
	display: block;
	margin: .5rem auto 0;
	padding: 1rem;
	font-size: 1.3em;
	min-width: 0;
}

.footer-social .fa-stack {
	margin: 0 .5rem;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.menu a:hover,
.menu .current-menu-item > a {
	background: url(http://hellomynameisscott.com/wp-content/themes/epik/images/underline.png) no-repeat 100% 100%;
	background-size: contain;
}
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.menu .sub-menu a:hover,
.menu .sub-menu .current-menu-item > a {
	background: none;
}

/* Entry Header-Style */
.entry-header {
	background-color: #008feb;
	padding: 37.5px 0;
	color: #ffffff;
	text-align: center;
	position: relative;

}
.entry-header::after {
	content: url(http://hellomynameisscott.com/wp-content/themes/epik/images/lightbulb.png);
	width: 73px;
	height: 73px;
	position: absolute;
	z-index: 2;
	top: -37.5px;
	left: 50%;
	margin-left: -37.5px;
}
.entry-title,
.entry-header h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	padding: 0 1.25rem;
	text-transform: uppercase;
	width: 70%;
	max-width: 100%;
	margin: 0 auto;
}
.entry-header h2 {
	font-size: 1.5em;
}
.entry-header h1.entry-title,
.entry-header h2 {
	color: #fff !important;	
}
/* Slider Wide Styles 
---------------------------------------------*/

.slider-wide {	
   background-color: transparent;
}
.slider-wide .video {
	display: inline-block;
}

.slider-wide .panel-grid {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
/*Footer Widgets Styles
------------------------------------------*/

.testimonial-footer {
	background: url(http://hellomynameisscott.com/wp-content/themes/epik/images/testimonial_bg-2.jpg) repeat-x;
	background-size: cover;
	background-position: top left;
	padding-top: 2rem;
}
.home-footer-1 .left {
	text-align: center;
}
.footer-widgets-1 {
	background: url(http://hellomynameisscott.com/wp-content/themes/epik/images/rentbrainwallpaper_dark.jpg) repeat-x 100% 100%;
	background-size: cover;
	color: #fff;	
}
.footer-widgets-1 h1,
.footer-widgets-1 h2, 
.footer-widgets-1 h3,
.epik-blue .footer-widgets-1 p {
	color: #fff;
}

.footer-widgets-2,
.footer-widgets-2 h4 {
	background-color: #21c2f8;
	font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #fff;
}
.footer-widgets-2 {
	padding: 1rem 0;
	-webkit-transition: all 1s ease-in;
  	-moz-transition: all 1s ease-in;
 	-o-transition: all 1s ease-in;
  	transition: all 1s ease-in;
}
.footer-widgets-2 form {
	text-align: center;
}
.footer-widgets-2 .gform_body,
.footer-widgets-2 .gform_footer {
	display: inline-block;
	vertical-align: bottom;
	font-size: .8em;
	line-height: 1.5;
	
}
.footer-widgets-2 .gform_body {
	min-width: 200px;
}
.footer-widgets .widget-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.elastislide-carousel {
	width: 348px;
	max-width: 100%;
	border: 1px solid #eee;
	box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	padding: 20px 0px;
}
.elastislide-wrapper,
.widget-area div.respslidercontainer {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	float: none;
}

.widget-area .elastislide-wrapper {
	color: #ccc;
}

.widget-area .srizon-pagination span.disabled {
	color: #ccc;
}
.widget-area .srizon-pagination span.current {
	background-color: #ccc;
}
.widget-area .srizon-pagination a {
	color: #ccc;
}

/*Contact Me custom drop down menu (w/out any functionality, just drop down)
------------------------------*/
.footer-widgets .drop-down {
	width: 450px;
	max-width: 100%;
	color: #fff;
	margin: 0 auto;
}
.footer-widgets .drop-down-title {
	cursor: pointer;
	clear: both;
	display: block;
	background-color: #ffffff;
	width: 100%;
	border-radius: 3px;
}
.footer-widgets .drop-down-title:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
.footer-widgets .drop-down-title .title {
	background-color: #ffffff;
	padding: 13px 1rem 13px;
	color: #ccc;
	font-weight: 400;
	height: 50px;
	display: inline-block;
	float: left;
	vertical-align: bottom;
	clear: right;
	
	

}
.footer-widgets .drop-down-title .fa {
	background-color: #21c2f8;
	padding: 15px 1rem 15px;
	color: #ffffff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	float: left;
	height: 50px;
}

.footer-widgets .drop-down-list {
	padding: 1rem;
	background-color: #252b3f;
	display: none;
	border-radius: 3px;
}

.footer-widgets .drop-down-list .list-item {
	margin-bottom: .5rem;
}

.footer-widgets .drop-down-list .list-item h3 {
	margin-bottom: 0;
	color: #fff;
}
.contact-page .footer-widgets .drop-down-title {
	border: 1px solid #eee;
}
.home .footer-widgets-1,
.contact-page .footer-widgets-1,
.articles .footer-widgets-1 {
	display: none;
}
.footer-widgets-1 .gform_widget {
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}
.epik-blue .footer-widgets-1 input.gform_button {
	width: 100%;
	background-color: #21c2f8;
	text-align: center;
	border-color: #21c2f8;
}
.epik-blue .footer-widgets-1 input.gform_button:hover {
	background-color: #56CDF5;
	opacity: 1;
}
.home .entry-content {
	overflow-y: visible;
	overflow-x: visible;
}
.hover-container {
	text-align: center;
	position: relative;
	overflow: visible;
}
.site-inner .hover-image {
	display: none;
	margin-bottom: 0;
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: ;
	width: auto;
}
.hover-container:hover .hover-image {
	display: block;
}

.circle-container {
	border-radius: 50%;
	background-color: #f6f6f6;
	height: 259px;
	padding: 35px;
	position: relative;
	padding-top: 30px;
}

.books:hover {
	background: linear-gradient(
      rgba(33,194,248, 0.45), 
      rgba(33,194,248, 0.45)
    ), url('/wp-content/themes/epik/images/books_plain.jpg');
	background-size: cover;
	background-color: #21c2f8;
	opacity: .7;
}
.speaking:hover {
	background: linear-gradient(
      rgba(33,194,248, 0.45), 
      rgba(33,194,248, 0.45)
    ), url('/wp-content/themes/epik/images/scott_plain.jpg');
	background-size: cover;
	background-color: #21c2f8;
	opacity: .7;
}
.consulting:hover {
	background: linear-gradient(
      rgba(33,194,248, 0.45), 
      rgba(33,194,248, 0.45)
    ), url('/wp-content/themes/epik/images/rentbrainwallpaper_small.jpg');
	background-size: cover;
	background-color: #21c2f8;
	opacity: .7;
}
.movies:hover {
	background-image: linear-gradient(
      rgba(33,194,248, 0.45), 
      rgba(33,194,248, 0.45)
    ), url('/wp-content/themes/epik/images/guitar_plain.jpg');
	background-size: cover;
	background-color: #21c2f8;
	opacity: .7;
}
.contact:hover {
	background-image: linear-gradient(
      rgba(33,194,248, 0.45), 
      rgba(33,194,248, 0.45)
    ), url('/wp-content/uploads/2015/07/thinkmap.KYLA_.jpg');
	background-size: cover;
	background-color: #21c2f8;
	opacity: .7;
}
.pre-planning:hover {
	background-image: linear-gradient(
      rgba(33,194,248, 0.45), 
      rgba(33,194,248, 0.45)
    ), url('/wp-content/uploads/2015/07/hmnis.cover_.jpg');
	background-size: cover;
	background-color: #21c2f8;
	opacity: .7;
}
.investment:hover {
	background-image: linear-gradient(
      rgba(33,194,248, 0.45), 
      rgba(33,194,248, 0.45)
    ), url('/wp-content/uploads/2015/07/ScottGinsberg_2011_03_04-186-Edit.jpg');
	background-size: cover;
	background-color: #21c2f8;
	opacity: .7;
}
.clients:hover {
	background-image: linear-gradient(
      rgba(33,194,248, 0.45), 
      rgba(33,194,248, 0.45)
    ), url('/wp-content/uploads/2015/07/thinkmap.KYLA_.jpg');
	background-size: cover;
	background-color: #21c2f8;
	opacity: .7;
}
.circle-container .icon {
	position: absolute;
	top: -37px;
	left: 50%;
	margin-left: -37px;
}

#pg-w55a405a2c7cf3-0 {
	margin: 0 !important;
}

/* Calendar and event styles
-------------------------------------------------*/
.widget_tribe-events-list-widget {
	
}
.widget_tribe-events-list-widget .hfeed,
.widget_tribe-events-list-widget .hfeed li {
	list-style-type: none;
	margin-left: 0;
}
.widget_tribe-events-list-widget .entry-title,
.widget_tribe-events-list-widget .duration{
	width: auto;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}
.widget_tribe-events-list-widget .duration {
	
}

/* Make the header display on that page */
.events-archive header.entry-header,
.single-tribe_events header.entry-header,
.single-tribe_organizer header.entry-header,
.single-tribe_venue header.entry-header {
	display: block !important;
}
.events-archive .entry-content, .events-archive .entry-header {
	width: 100% !important;
}

.tribe-clearfix {
	margin-bottom: 1rem;
}

/* Article Page 
------------------------------------------*/

.article-drop-down {
	color: #1887e5;
	font-weight: 500;
}

.article-drop-down div {
	cursor: pointer;
}

.article-list {
	display: none;
	 background-color: #ffffff;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
 	 background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  	background-image:    -moz-linear-gradient(top, #eeeeee, #ffffff);
 	 background-image:      -o-linear-gradient(top, #eeeeee, #ffffff);
  	background-image:         linear-gradient(to bottom, #eeeeee, #ffffff);
  	border-top-right-radius: 20px;
  	list-style-type: none;
}	

.entry-content .article-list li {
	list-style-type: none;
}


/* Modal Form 
----------------------------------------*/
.modal-bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(0,0,0,0.8);*/
	background: rgba(0,0,0, 0.6);
	z-index: 99999;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.modal-dialog {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #21c2f8;
	background: -moz-linear-gradient(#21c2f8, #008feb);
	background: -webkit-linear-gradient(#21c2f8, #008feb);
	background: -o-linear-gradient(#21c2f8, #008feb);
}

.modal-dialog h4 {
	background-color: transparent;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	cursor: pointer;
	
}

.close:hover { 
	background: #ef0000; 
	text-decoration: none;
}

#siteorigin-panels-builder-5 .panel-grid-cell .so-panel {
	margin-bottom: 0 !important;
}
#pgc-w55afe246a6f8d-0-0 {
	text-align: right;
}
#pgc-w55afe246a6f8d-0-0 .panel-widget-style {
	text-align: left;
}

.page-id-41 .entry-meta {
	display: none;
}
 .page-id-41 .entry {
 	padding-top: .5rem;
 }
 
 .page-id-41 .entry p {
 	margin-bottom: 0;
 }
 .footer-social .panel-first-child,
 .footer-social .panel-last-child {
 	text-align: right;
 }
 .footer-left {
 	display: inline-block;
 	text-align: left;
 	min-width: 100px;
 }

 
.validation_error {
	display: none;
}
.gform_widget{
	position: relative;
}
.validation_message {
	position: absolute;
	top: -3px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.wrap,
	.footer-widgets .widget-wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	
	.hf1,
	.hf3,
	.hf4,
	.hf5,
	.hf6,
	.hf7,
	.hf8,
	.hf9,
	.hf14 {
		/*background-attachment: scroll;*/
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.circle-container {
		border-radius: 50%;
		height: 214px;
		font-size: 70%;
	}
	
	.page-id-29 .circle-container {
		margin: 0 30px;
	}
	
	.circle-container.contact {
		padding: 40px;
		padding-top: 30px;
	}
	blockquote#bubble-1  {
		top: 50px;
	}


}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {

	body {
		font-size: 80%;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	
	.wrap {
		width: 100%;
	}
	.hover-container:hover .hover-image {
		display: none;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-feature-bg .wrap,
	.home-feature-bg-alt .wrap,
	.home-feature-bg-dark .wrap,
	.footer-widgets .widget-wrap,
	.footer-widgets .wrap {
		width: 90%;
	}
	.article-drop-down {
		text-align: center;
	}
	.panel-grid-cell {
		margin-bottom: 0 !important;
	}
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.site-inner {
		background: none;
	}
	
	.genesis-nav-menu a, .menu a {
		padding: .8rem;
	}

	.site-header .search-form {
		margin: 1rem auto ;
	}

	.sidebar .widget.enews-widget {
		padding: 2.5rem;
	}
	
	.wp-caption {
		width: 100% !important;
	}
	

	
	.footer-widgets-2 .widget {
		margin-bottom: 0;
		font-size: 1.3em;
	}
	
	.footer-widgets .drop-down-title .title,
	.footer-widgets .drop-down-title .fa {
		height: 40px;
	}
	
	.footer-left {
 		display: block;
 		text-align: left;
 	}
	.circle-container {
		border-radius: 50%;
		height: 214px;
		width: 214px;
		font-size: 100%;
		margin: 0 auto;
	}
	.page-id-29 .circle-container {
		margin: 2rem auto;
	}
	.video-container {
		text-align: center !important;
	}	
	
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.slider-wide .header-right-stuff {
		padding: 0 1rem 2rem;
		
	}
	
	
}

/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 960px) {
	body {
		font-size: 70%;
	}
	.feature-margin {
		margin: 0;
	}

	.header-middle,
	.header-middle * {
		height: auto;
	}
	.header-middle,
	.header-middle a {
		position: relative;
		text-align: center;
		margin: 0 auto;
		float: none;
	}
	.header-middle:hover .default a img{
		display: inline;
	}
	.header-middle .hover-show {
		display: none;
	}
	blockquote#bubble-1,
	blockquote#bubble-2,
	blockquote#bubble-3,
	blockquote#bubble-1 table:before,
	blockquote#bubble-2 table:before,
	blockquote#bubble-3 table:before,
	.header-left,
	.header-widget-area {
		display: none !important;
	}	
	
	.entry-title,
	.entry-header h2 {
		width: 100%;
	}
}


/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.home-feature-3,
	.home-feature-4,
	.home-bottom-sidebar-1,
	.home-bottom-sidebar-2,
	.home-bottom-sidebar-3,
	.home-bottom-sidebar-4,
	.testimonial-footer,
	.home-footer-1,
	.footer-widgets-1,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 1.25rem;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: .938rem 1.25rem;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 1.25rem;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}
	
	.feature-left,
	.feature-right {
		width: 45%;
	}
	
	.home-feature-10,  
	.home-feature-12 {
		width: 48%;
	}
	
	.home-feature-11,
	.home-feature-13 {
		float: right;
		margin: 0;
		width: 48%;
	}
	
	.home-feature-12 {
		clear: both;
	}

	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	

}

@media only screen and (max-width: 580px) {
	body {
		font-size: 60%;
	}
	.home .wrap {
		text-align: center;	
	}
	
	.site-header .wrap {
		width: 90%;
	}
	
	.welcome-feature-1, 
	.welcome-feature-2,
	.welcome-feature-3,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-5,
	.home-feature-6,
	.home-feature-7,
	.home-feature-8,
	.home-feature-9,
	.home-feature-10,
	.home-feature-11,
	.home-feature-12,
	.home-feature-13,
	.home-feature-14 {
		margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.feature-right {
		float: none;
		margin: 2.5rem auto 0;
		text-align: center;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.site-header {
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 1.25rem auto 0;
		padding: .375rem;
		width: 60%;
	}
	
	.elastislide-carousel {
		width: 300px;
		
	}
	.elastislide-carousel img {
		height: auto !important;
		width: 299px !important;
	}
	.elastislide-horizontal {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
}