/*
    Theme Name: Epik
    Theme URI: http://my.studiopress.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.3
 
	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
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* 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: 1139px
		- 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: #f2f2f2;
	color: #333;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	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: -4px;
	margin-bottom: -0.25rem;
}

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

p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 0;
}
.search-no-results .entry {
	padding: 20px;
}
strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

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

cite {
	font-style: normal;
}

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

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

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

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

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

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

.quote-black a {
	color: #aaa;
}

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

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}

.hideimage {
display: none;
}

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

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

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}
h2.home-blog-heading {
	text-align: center;
	margin-bottom: 30px;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

h1 a,
h2 a {
	color: #333;
}

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

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

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

input,
select,
textarea {
	box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

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

input[type="search"] {
	background-color: #fff;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position:  right center;
}

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

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

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;
	letter-spacing: 0.1rem;
	padding: 12px 20px;
	padding: 0.75rem 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"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
}

.home-feature-6 .mab-content input:hover[type="submit"],
.epik-blue .mab-id-108 .mab-main-action-wrap input:hover[type="submit"],
.widget-box13 .mab-content input:hover[type="submit"],
.entry-content .mab-content input:hover[type="submit"], {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	background: #fb9c2b;
	transition:all .5s ease;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.entry-content .mab-content {
	max-width: 400px;
	margin: 0 auto;
}
.entry-content .mab-content input {
	margin-bottom: 8px;
}

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

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    display: inline-block;	
    font-size: 13px;
    font-weight: 400;	
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;	
}

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

a.button.small {
	background-color: #303236;
	color: #fff;
    font-size: 13px;
    font-weight: bold;	
    line-height: 13px;
    padding: 8px 20px;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}

a.button.large {
	background-color: #303236;
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    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: #3573b9 !important;
	border: none !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 !important;
	color: #fff !important;
}

/* 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 2px 20px;
	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 2px 20px;
	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 2px 20px;
	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 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.gray-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: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 20px 15px 20px;	
}

/* Circles */

span.circle {
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	background: #000;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em; 
}


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

.plans {
	clear: both;
	margin: 0 auto;
	padding: 20px 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: 40px 10px;
}

.plans .plan-head h4 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px;
	text-transform: uppercase;


	text-align: center;
}

.plan-head em {
	font-size: 14px;
}

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

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

.plan-price sup {
	font-size: 24px;
}

.plan-pricing .monthly {
	font-size: 14px;
}

.plan-list {
	margin: 0 0 20px;
	overflow: hidden;
}

.plan-list li {
	list-style: none;
	margin: 0 0 20px;
}

.plan-list li a {
	font-weight: bold;
}

.plan-button {
	clear: both;
}

.plan-button a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #303236;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 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: 10px 0 0 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%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
#gform_wrapper_1 {
	max-width: 700px;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* 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;
	margin-right: 1.5rem;
}

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

.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 { }

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	margin-bottom: 12px;

	margin-bottom: 0.75rem;
}

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

.alignright {
	float: right;
	text-align: right;
}
.home .entry-content a,
.page-template-page_blog-php .entry-content a,
.archive .entry-content a,
.search .entry-content a {
	display: block;
	width: 100%;
	text-align: center;
}
.home img.alignleft,
.page-template-page_blog-php img.alignleft,
.archive img.alignleft,
.home .wp-caption.alignleft,
.search img.alignleft {
	float: none;
	margin-bottom: 10px;
	margin-bottom: 0.5rem;
}

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

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

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

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

.author-box a { }

.author-box p {
	margin: 0;
}

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

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

.entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.3;
	padding: 0 20px;
}

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

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

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

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

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

.sidebar .widgettitle {
	border: none;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


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

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

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

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

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

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

.slider {	
    clear: both;
}

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

.slider .widget {
	margin: 0 0 20px;
}

/* 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
---------------------------------------------------------------------------------------------------- */

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

.welcome .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 0;
    width: 1140px;
}

.welcome .widget {
	margin: 0 0 20px;
	overflow: hidden;
}

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

.welcome h4 {
	color: #fff;
}

.welcome p {
	color: #ccc;
    margin: 0 0 20px;
}

.welcome a {
	color: #fff;
}

.welcome-wide {
	clear: both;
}

/* Welcome Feature 1-3 */

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

.welcome-features h4 {
	font-size: 20px;
	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 10px;
	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 20px;
}


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

.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: 40px 0 0;
	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: 15px;
}

.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: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

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


/* 
Home Feature BG Alt 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-alt {
	background: #fff;
}
.home .home-feature-bg-alt {
	margin-bottom: 0;
}
.home-feature-bg-alt .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
	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 .page h2 a,
.home-feature-bg-alt .featuredpost .post h2 a {
	font-size: 15px;
}

.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: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

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


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

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

.home-feature-bg-dark .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
	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: 15px;
}

.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: 11px !important;
	line-height: 15px !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 20px;
}

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


/*
Home Features
---------------------------------------------------------------------------------------------------- */

/* Home Feature 1 */

.home-feature-1 {
	float: left;
	width: 50%;
	overflow: hidden;
}
.home-feature-1 h4 {
	padding-top: 19px;
}
.home-feature-1 a:hover {
	text-decoration: none;
}

.home-feature-1 div {
	margin: 0 0 40px;
	overflow: hidden;
	text-align: center;
}

.home-feature-1 div img {
	margin: 0 !important;
}

.home-feature-1 .widgettitle {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 28px;
}

/* Home Feature 2 */

.home-feature-2 {
	float: right;
	margin: 0;
	width: 50%;
	overflow: hidden;
}
.home-feature-2 h4 {
	padding-top: 19px;
}
.home-feature-2 a:hover {
	text-decoration: none;
}
.home-feature-2 div {
	margin: 0 0 40px;
	overflow: hidden;
	text-align: center;
}
.home-feature-2 div img {
	margin: 0 !important;
}
.home-feature-2 .widgettitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

/* 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 40px;
	overflow: hidden;
}

/* Home Feature 4 */

.home-feature-4 {
	margin: 0;
	width: 100%;
}
#mab-widget-2 {
	background: #fff;
}
.mab-id-108 .mab-wrap {
	padding: 15px;
}
.mab-id-108 .mab-aside {
	float: left;
	height: 287px;
}
.mab-id-108 .mab-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #4c4c4c;
	text-transform: uppercase;
	font-weight: 600;
	margin: 25px 0;
}
.mab-id-108 .mab-main-copy {
	margin-left: 479px;
}
.mab-id-108 .mab-main-copy ul {
	list-style: none;
}
.mab-id-108 .mab-main-copy ul li {
	padding-left: 29px;
	background: url(images/list-mark.png) left 7px no-repeat;
}

.mab-id-108 .magic-action-box .mab-content .big {font-size: 48px;}
.mab-id-108 .magic-action-box .mab-wrap .mab-heading  strong {font-weight: 800;}
.mab-id-108 .mab-main-action-wrap {
	width: 100%;
	padding: 20px 30px;
	clear: both;
	background: #3573b9;
	color: #fff;
}
.mab-id-108 .mab-main-action-wrap p {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0;
}
.mab-id-108 .mab-main-action-wrap input {
	display: inline-block;
	box-shadow: none;
	margin-left: 20px;
	padding: 11px;
	border: none;
}
.mab-id-108 .mab-main-action-wrap input.name {
	width: 187px;
}
.mab-id-108 .mab-main-action-wrap input.email {
	width: 248px;
}
.epik-blue .mab-id-108 .mab-main-action-wrap input[type="submit"] {
	background: #fbb12b;
	font-weight: 700;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(237, 146, 38, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(237, 146, 38, 1);
	box-shadow:         0px 2px 0px 0px rgba(237, 146, 38, 1);
}


/* Home Feature 5 */

#text-72 {
	margin: 0;
	width: 100%;
	background: #3573B9;

	text-align: center;
	font-weight: 200;
	padding: 40px 0;
	color: #fff;
}
#text-72 h3 {
	font-size: 18px;
	color: #fff;
}
#text-72 h2 {
	color: #fff;
}
#text-72 .wrap {
	text-align: center;	
}
#text-72 a {
	width: 30%;
	display: inline-block;
	text-align: center;	
	margin: 0 2.5%;
	padding-top: 104px;
	height: 100px;
	color: #fff;
	overflow: hidden;
	padding-bottom: 130px;
}
#text-72 a:last-child {
	margin-right: 0;
}
#text-72 a:hover {
	text-decoration: none;
}
#text-72 a.fb-marketing {
	background: url(images/fb-marketing-univ.png) top center no-repeat;
}
#text-72 a.one-on-one {
	background: url(images/1-1-fb.png) top center no-repeat;
}
#text-72 a.fb-mobile {
	background: url(images/fb-mobile-app.png) top center no-repeat;
}
#text-72 a span {
	background: #3573b9;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
}
#text-72 a:hover > span {
	background: #fff;
	color: #3573b9;
}
.widget-wrap {
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;}
#text-14 {
	margin-bottom: 20px;
}
#text-73 {
	background: #fff;
	overflow: hidden;
	padding: 40px 0 0 0;
}

/* Home Feature 6 */

.home-feature-6 {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-6 a.cat-block {
	display: block;
	float: left;
	width: 23.68%;
	background: #fff;
	height: 154px;
	margin: 0 0.6%;
	overflow: hidden;
	border-bottom: #dcdcdc 2px solid;
}
.home-feature-6 a.cat-block:hover {
	border-bottom: #346397 2px solid;
	transition: border 0.4s ease-in-out 0s;
}

.home-feature-6 .cat-container {
	display: block;
	width: 200%;
	height: 100%;
	margin-left: -100%;
	transition: margin-left 0.3s ease-in-out 0s;
}
.home-feature-6 a:hover .cat-container {
transition: margin-left 0.3s ease-in-out 0s; margin-left: 0;
}
.home-feature-6 .cat-container .left {
	display: block;
	float: left;
	width: 50%;
	height: 100%;
}
.home-feature-6 .cat-container .right {
	display: block;
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	color: #2a2a2a;
	font-weight: 700;
}
.home-feature-6 .cat-container .right p {
    padding-top: 110px;
}
#cat-facebook .cat-container .right p {
	background: url(images/cat-facebook.png) center 20px no-repeat;
}
#cat-twitter .cat-container .right p {
	background: url(images/cat-twitter.png) center 20px no-repeat;
}
#cat-youtube .cat-container .right p {
	background: url(images/cat-youtube.png) center 20px no-repeat;
}
#cat-more-networks .cat-container .right p {
	background: url(images/cat-more.png) center 20px no-repeat;
}
.home-feature-6 .cat-container .left {
	display: block;
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: #3573b9;
	font-style: italic;
	font-weight: 200;
	font-size: 14px;
}
.home-feature-6 .cat-container .left p {
	padding: 0 20px;
}
.home-feature-6 .cat-container .left p.cat-name {
	line-height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-style: normal;
}
.home-feature-6 .mab-widget {
	margin: 0 auto 25px;
    max-width: 1140px;
	background: #3573b9;
}

.home-feature-6 .mab-content {
	padding: 20px;
	color: #fff;
}
.home-feature-6 .mab-content input {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-top: 5px;
}
.home-feature-6 .mab-content input.name,
.home-feature-6 .mab-content input.email  {
	width: 38%;
	margin-right: 1%;
}
.home-feature-6 .mab-content input[type="submit"] {
	width: 20%;
	background: #fbb12b;
	font-weight: bold;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(237, 146, 38, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(237, 146, 38, 1);
	box-shadow:         0px 2px 0px 0px rgba(237, 146, 38, 1);
}
.home-feature-6 .mab-content p {
	margin-bottom: 0;
}

/* Home Feature 7 */

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

.home-feature-7 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}



/* Home Feature 8 */

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

.home-feature-8 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 9 */

.home-feature-9, .home-feature-10, .home-feature-15 {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}

.home-feature-9 .subcat-block,
.home-feature-10 .subcat-block,
.home-feature-15 .subcat-block {
	display: block;
	float: left;
	width: 13.08%;
	background: #fff;
	height: 170px;
	margin: 0 0.6%;
	overflow: hidden;
	border-bottom: #dcdcdc 2px solid;
}
#cat-facebook-profile-facebook {
	background: #fff url(images/fb-profile.png) no-repeat center 10px;
}
#cat-facebook-page-facebook {
	background: #fff url(images/fb-pages.png) no-repeat center 10px;
}
#cat-facebook-groups {
	background: #fff url(images/fb-groups.png) no-repeat center 10px;
}
#cat-facebook-ads {
	background: #fff url(images/fb-ads.png) no-repeat center 10px;
}
#cat-facebook-infographics {
	background: #fff url(images/fb-infographics.png) no-repeat center 10px;
}
#cat-facebook-insights {
	background: #fff url(images/fb-insights.png) no-repeat center 10px;
}
#cat-facebook-power-editor {
	background: #fff url(images/fb-powereditor.png) no-repeat center 10px;
}
#cat-twitter-strategy {
	background: #fff url(images/s-tw-strategy.png) no-repeat center 12px;
}
#cat-twitter-ads {
	background: #fff url(images/s-tw-ads.png) no-repeat center 10px;
}
#cat-twitter-infographics {
	background: #fff url(images/tw-infographics.png) no-repeat center 20px;
}
#cat-twitter-marketing-tools {
	background: #fff url(images/tools.png) no-repeat center 10px;
}
#cat-pinterest {
	background: #fff url(images/pinterest.png) no-repeat center 30px;
}
#cat-linkedin {
	background: #fff url(images/linkedin.png) no-repeat center 30px;
}
#cat-google-plus {
	background: #fff url(images/google-plus.png) no-repeat center 30px;
}
#cat-vine {
	background: #fff url(images/vine.png) no-repeat center 25px;
}
#cat-instagram {
	background: #fff url(images/instagram.png) no-repeat center 30px;
}
#cat-wordpress {
	background: #fff url(images/wordpress.png) no-repeat center 20px;
}
.home-feature-9 a.subcat-block:hover,
.home-feature-10 a.subcat-block:hover,
.home-feature-15 a.subcat-block:hover,
.home-feature-9 .subcat-block.current,
.home-feature-10 .subcat-block.current,
.home-feature-15 .subcat-block.current
 {
    color: #fff;
	text-decoration: none;
	border-bottom: #305f93 2px solid;
}
.home-feature-9 .widget, .home-feature-10 .widget, .home-feature-15 .widget {
	margin: 0;
	overflow: hidden;
}

.home-feature-9 .subcat-block h4,
.home-feature-10 .subcat-block h4,
.home-feature-15 .subcat-block h4 {
	font-size: 14px;
	font-weight: 700;
	padding-top: 108px;
	line-height: 22px;
}

/* Home Feature 10 */

#text-74 {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 20px 0;
	display: block;
	clear: both;
}
#text-71 {
	margin: 0 0 20px 0;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 20px 0;
	display: block;
	clear: both;
}
#text-74 .textwidget, #text-71 .textwidget {
	padding: 20px 0;
}
#text-74 .widgettitle, #text-71 .widgettitle {
	/* color: #3573B9; */
	font-size: 1.875rem;
	font-weight: 700;
}
#text-74 a {
	display: inline-block;
	width: 87px;
	height: 53px;
	margin-right: 20px;
	transition: all 200ms ease-out 0s;
}
#text-71 a {
	margin-right: 60px;
	transition: all 200ms ease-out 0s;
}
#text-71 a:last-child, #text-74 a:last-child {
	margin-right: 0;
}
#text-74 a:hover, #text-71 a:hover {
	opacity: 0.5;
}
#text-74 a.facebook {
	background: url(images/home-social-facebook.png) center center no-repeat;
}
#text-74 a.twitter {
	background: url(images/home-social-twitter.png) center center no-repeat;
}
#text-74 a.youtube {
	background: url(images/home-social-youtube.png) center center no-repeat;
}
#text-74 a.google {
	background: url(images/home-social-google.png) center center no-repeat;
}

/* Home Feature 11 */

.widget-box11 {
	margin: 0 0 20px 0;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
}

.widget-box11 .widget {
/*	width: 612px; */
	margin: 0 auto;
}

.widget-box11 section {
	display: inline-block;
}

/* Home Feature 12 */

.widget-box12 {
	background: #d5d5d5;
}

.widget-box12 .widget-wrap {
    margin: 0 auto;
	width: 100%;
    max-width: 1140px;
	padding: 40px 0;
	overflow: hidden;
	
}
.widget-box12 .widgettitle {
	text-align: center;
	font-size: 18px;
}
.widget-box12 .wpp-post-title {
	font-size: 14px;
	line-height: 19px;
}
.widget-box12 .wpp-list li {
	display: block;
	float: left;
	margin: 0 1% 12px;
    width: 48%;
	clear: none;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	box-sizing: padding-box;
    padding: 16px;
}
.widget-box12 .wpp-list .post-stats {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.widget-box12 .wpp-list .post-stats .wpp-category{
	display: inline-block;
}

/* Home Feature 13 */

.widget-box13 {
	margin: 0 auto 25px;
    max-width: 1140px;
	background: #3573b9;
}

.widget-box13 .mab-content {
	padding: 20px;
	color: #fff;
}
.widget-box13 .mab-content input {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-top: 5px;
}
.widget-box13 .mab-content input.name,
.widget-box13 .mab-content input.email  {
	width: 38%;
	margin-right: 1%;
}
.widget-box13 .mab-content input[type="submit"] {
	width: 20%;
	background: #fbb12b;
	font-weight: bold;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(237, 146, 38, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(237, 146, 38, 1);
	box-shadow:         0px 2px 0px 0px rgba(237, 146, 38, 1);
}
.widget-box13 .mab-content p {
	margin-bottom: 0;
}


/* Home Feature 14 */

.widget-box14 {
	padding: 30px 40px;
	background: #FBB12B;
}
.widget-box14 .mab-main-copy {
	width: 45%;
	float: left;
	color: #fff;
}
.widget-box14 .mab-main-copy h3 {
	color: #fff;
	font-size: 30px;
}
.widget-box14 .mab-main-copy h4 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
}
.widget-box14 .mab-main-copy p {
	font-size: 18px;
}
.widget-box14 .mab-main-action-wrap {
	width: 50%;
	float: right;
	margin-top: 20px;
}
.widget-box14 .mab-main-action-wrap input {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 6px;
}
.widget-box14 .mab-main-action-wrap input[type="submit"] {
	background: #333;
}
.widget-box14 .mab-main-action-wrap input:hover[type="submit"] {
	opacity: 0.75;
}
#mab-671 input:hover[type="submit"] {
	opacity: 0.75;
}
input:hover[type="submit"] {
	opacity: 0.75;
}
.widget-box14 .mab-main-action-wrap p {
	margin-bottom: 0;
}

.related-posts {
	padding: 1.5rem;
}
.related-posts ul {
	list-style: none;
}
.related-posts ul li {
	overflow: hidden;
	margin-bottom: 5px;
}
.related-posts a.title {
	font-size: 14px;
	font-weight: 700;
}
.related-posts a.thumb {
	float: left;
}
.related-posts img {
	width: 50px;
	height: auto;
	margin-right: 10px;
}
.prev-next-navigation {
	padding: 1.5rem;
	clear: both;
    overflow: hidden;
}
.prev-next-navigation .previous {
	float: left;

}
.type-tool .entry-meta, .type-tool .prev-next-navigation {
	display: none;
}
.prev-next-navigation .next {
	float: right;

}
.epik-blue .prev-next-navigation a {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
	width: 150px;
	text-align: center;
}
.wpp-post-title a  {
	font-size: 16px;
	line-height: 20px;
}
.wpp-thumbnail {
	margin: 0 10px 5px 0;
}
.home .wpp-thumbnail {
	width: 98px;
}
.sidebar .wpp-list li {
	margin-bottom: 20px;
}
.wpp-excerpt {
	margin-left: 170px;
	font-size: 14px;
	line-height: 18px;
}

/* Home Feature h4 */

.home-feature-3 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-size: 2.25rem;
	font-weight: 300;
	line-height: 46px;
}

.home-feature-10 h4,
.home-feature-11 h4,
.home-feature-12 h4,
.home-feature-13 h4 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 28px;
}

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

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

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 10px 0;
	margin: 0.625rem 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;
	margin-bottom: 1.25rem;;
}

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

.enews-widget input[type="submit"] {
	background: #2a2a2a;
	border: none;
	color: #fff;
	margin: 0 0 20px;
	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: 16px 24px;
	padding: 1rem 1.5rem;
}

.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;
	margin-bottom: 1rem;
}

/* 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: 16px;
	font-size: 1rem;
	padding: 8px;
	padding: 0.5rem;
}

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
	font-size: 1.125rem;
}
div.gform_wrapper .gform_footer input:hover[type="submit"] {
	opacity: 0.75;
}


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

img#wpstats {
	display: none;
}


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

.head-wrap {
	/*background: #303236; */
	margin: 0 0 20px;
}

.nav-primary {
	background: #303236;
}

.site-header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
	max-width: 1140px;
}

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

/*
Top Search
---------------------------------------------------------------------------------------------------- */

.top-search {
	margin: 0 auto 20px;
	padding: 20px;
	max-width: 1140px;
	background: #e1e1e1;
}

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

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

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

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

.site-title {
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	line-height: 1;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}

.site-header .site-title a {
	display: block;
	width: 420px;
	height: 110px;
	text-indent: -9999em;
}

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

.site-description {
	color: #999;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 10px;
	display: none;
}

/* 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: right;
	text-align: right;
	width: auto;
}
.site-header #text-68 {
	position: relative;
}
.site-header #text-68 a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 10px 2px 0 0;
	background-position: bottom;
}
.site-header #text-68 a:hover,
.site-header #text-68 a.active {
	background-position: top;
}
.site-header #text-68 a.facebook {
	background-image: url(images/facebook.gif);
}
.site-header #text-68 a.twitter {
	background-image: url(images/twitter.gif);
}
.site-header #text-68 a.youtube {
	background-image: url(images/youtube.gif);
}
.site-header #text-68 a.google {
	background-image: url(images/google.gif);
}
.site-header #text-68 a.rss {
	background-image: url(images/rss.gif);
}
.site-header #text-68 .pop-up {
	display: none;
	position: absolute;
	right: 0;
	height: 140px;
	width: 250px;
	overflow: hidden;
	margin-bottom: 40px;
}
.site-header .widget-area a {
	color: #fff;
}

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

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


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

.genesis-nav-menu {
	clear: both;
	color: #ccc;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

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

.genesis-nav-menu #menu-item-28.menu-item {
	float: right;
}

.genesis-nav-menu #menu-item-28.menu-item a {
	padding-left: 15px;
}
.genesis-nav-menu #menu-item-28.menu-item a.opened {
	background: url(images/search-opened.png) left center no-repeat;	
}
.genesis-nav-menu #menu-item-28.menu-item a.closed {
	background: url(images/search-closed.png) left center no-repeat;
	font-weight: bold;	
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 13px;
	position: relative;
	outline: 0;
}
.genesis-nav-menu .custom-search {
	float: right;
	width: 250px;
}
.genesis-nav-menu .custom-search input {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 6px;
	margin: 8px 0;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	padding: 13px 26px 13px 0;
}

.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 .sub-menu .current-menu-item > a {
	color: #aaa;
}

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

.genesis-nav-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);
	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 {
	background: #222;
	color: #fff;
	letter-spacing: 0;
	padding: 13px;
	position: relative;
	width: 200px;
}

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

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

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

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

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

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

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

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

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

.genesis-nav-menu > .search input {
	padding: 6px;
}

.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 {
	color: #aaa;
}

.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: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.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;
}

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

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

.entry {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
	background: #fff;
	margin: 0 3px 40px;
	padding: 20px 0 0;
}
.home .entry {
	float: left;
	width: 48%;
	margin: 0 1% 22px;
}

.entry-content {
	padding: 0 20px 20px;
}

.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: 25px;
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	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: 14px;
	font-size: 0.875rem;
}
.single-the_service .entry-meta,
.the_service .entry-meta {
	display: none;
}


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

.entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	margin: 0 0 10px;

	margin: 0 0 1.25rem;
	padding: 20px;
	text-transform: uppercase;
}

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

.entry-footer  {
	background: #eee;
}
.entry-footer p  {
	font-size: 12px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-time {
	display: inline-block;
}
.entry-categories {
	display: block;
}
.entry-tags {
	float: right;
	font-size: 12px;
}
.entry-content .more {
	display: block;
	text-align: right;
}
.entry-content .more-link, .home .entry-content .more-link, .page-template-page_blog-php .entry-content .more-link,
.archive .entry-content .more-link, .search .entry-content .more-link {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #3573B9;
	color: #fff;
	display: inline-block;
	width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;	
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;	
}
.entry-content .more-link:hover {
	color: #fff;
    opacity: 0.5;	
}
.home .entry-content p {
	margin-bottom: 5px;
}
.bottom-social {
	display: inline-block;
	background: #f69d29;
	padding: 0 10px 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
.bottom-social a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 10px 4px 0 0;
	background-position: bottom;
}
.bottom-social a:hover,
.bottom-social a.active {
	background-position: top;
}
.bottom-social a.facebook {
	background-image: url(images/facebook-bottom.png);
}
.bottom-social a.twitter {
	background-image: url(images/twitter-bottom.png);
}
.bottom-social a.youtube {
	background-image: url(images/youtube-bottom.png);
}
.bottom-social a.google {
	background-image: url(images/google-bottom.png);
}
.bottom-social a.rss {
	background-image: url(images/rss-bottom.png);
}

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

.archive-pagination,
.entry-pagination {
	clear: both !important;
	position: relative !important;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 40px 0;
	margin: 2.5rem 0;
}
.epik-blue .archive-pagination a {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #3573B9;
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;	
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;	
}
.epik-blue .archive-pagination .pagination-next,
.epik-blue .archive-pagination .pagination-previous {
    margin: 20px 1%;
}
.archive-pagination ul {
	text-align: right;
}
.archive-pagination li {
	display: inline-block;
}
.archive-pagination li.active a {
	opacity: 0.5;
}

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

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

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

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	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;
	margin-right: 1.2rem;
}
#respond input:hover[type="submit"] {
	opacity: 0.75;
}

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

.comment-list li li { }

li.comment {
	border-radius: 10px;
	padding: 30px;
}

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;
	margin: 0 1rem 1.5rem 0;
}

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

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

.bypostauthor { }

.form-allowed-tags {
	background: #dedede;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}


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

.sidebar {
	color: #666;
	font-size: 16px;
	font-size: 1rem;
}

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

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

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

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

.sidebar .search-form {
	width: 100%;
}
#adrotate_widgets-3 .widget-wrap {
	width: 308px;
	margin: 0 auto;
}
.sidebar .enews-widget {
	background: #2a2a2a;
	color: #aaa;
	padding: 30px;
	padding: 1.875rem;
}
.sidebar .sb-services a {
	display: block;
	height: 81px;
	background: #fff;
	border-bottom: #dcdcdc 2px solid;
	margin-bottom: 9px;
    padding-left: 110px;
}
.sidebar .sb-services a:hover {
	text-decoration: none;
	border-bottom: #3573b9 2px solid;
}
.sidebar .sb-services a:last-child {
	margin-bottom: 0;
}

.sidebar .sb-services .fb-marketing-university {
	background: #fff url(images/sb-fb-marketing-univ.png) 20px 5px no-repeat;
}
.sidebar .sb-services .mobile-app {
	background: #fff url(images/sb-fb-mobile-app.png) 20px 5px no-repeat;
}
.sidebar .sb-services .one-on-one-facebook-coaching {
	background: #fff url(images/sb-fb-one-on-one.png) 20px 5px no-repeat;
}
.sidebar .sb-services .twitter-marketing-university {
	background: #fff url(images/sb-tw-marketing-univ.png) 20px 5px no-repeat;
}
.sidebar .sb-services .twitter-ads {
	background: #fff url(images/sb-tw-ads.png) 20px 5px no-repeat;
}
.sidebar .sb-services .one-on-one-twitter-coaching {
	background: #fff url(images/sb-tw-one-on-one.png) 20px 5px no-repeat;
}
.sidebar .sb-services .twitter-strategy {
	background: #fff url(images/sb-tw-strategy.png) 20px 5px no-repeat;
}
.sidebar .sb-services a h6 {
	font-size: 14px;
	line-height: 80px;
}

/* Social Media Box
------------------------------------------------------------ */

#socialBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #DDD;
	-webkit-box-shadow: white 0 1px 0 0 inset;
	-moz-box-shadow: white 0 1px 0 0 inset;
	box-shadow: white 0 1px 0 0 inset;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #EEE), color-stop(100%, #F0F0F0));
	background-image: -webkit-linear-gradient(#EEE, #F0F0F0);
	background-image: -moz-linear-gradient(#EEE, #F0F0F0);
	background-image: -o-linear-gradient(#EEE, #F0F0F0);
	background-image: linear-gradient(#EEE, #F0F0F0);
	text-shadow: 0 1px #EEE;
	border: 1px solid #E4E4E4;
	color: #666;
}

.socialBox {
	padding: 10px;
}

.fbBox {
	height: 60px;
	overflow: hidden;
	padding-top: 6px;
	margin-bottom: 10px;
}

.fbBox .fb-like,
.fbBox .fb-like span,
.fbBox .fb-like span iframe
{
	width: 100%;
}

.twBox {
	padding-top: 10px;
	padding-bottom: 3px;
	border-top: 1px solid #DBDBDB;
	box-shadow: inset 0 1px white;
	border-bottom: 1px solid #DBDBDB;
}

.ytBox {
	padding-top: 10px;
	border-top: 1px solid white;
	margin-bottom: -6px;
}

.gBox {
	padding-top: 10px;
	border-top: 1px solid white;
	margin-bottom: -6px;
}

/* Social Media Box
------------------------------------------------------------ */

#follow-box{margin:0 auto 25px;width:100%;overflow:hidden;}
#follow-box .fb-likebox{background:#f7f7f7;width:100%;border:1px #e2e2e2 solid;border-bottom:0;padding:5px 10px 2px 45px;margin-top:20px;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;position:relative; height: 70px;}
#follow-box .fb-likebox .icon-placement{width:35px;height:78px;position:absolute;background:#f0f0f0 url(images/facebook-socialbox.png) no-repeat center;top:0;left:0;border-radius:5px 0 0 0;-moz-border-radius:5px 0 0 0;border-right:1px #dcdcdc solid;border-bottom:1px #ccc solid}

#follow-box .twitter-container{width:100%;background:#F7F7F7;border:1px #dcdcdc solid;border-top:1;border-bottom:0;padding-top:16px;padding-bottom: 	16px;padding-left:43px;position:relative}
#follow-box .twitter-container .icon-placement{width:35px;height:60px;position:absolute;background:#f0f0f0 url(images/twitter-socialbox2.png) no-repeat center;top:0;left:0;border-right:1px #dcdcdc solid;border-bottom:1px #ccc solid}

#follow-box .youtube-container{width:100%;height:60px;overflow:hidden;background:#F7F7F7;border:1px #dcdcdc solid;border-top:1; border-bottom: 0;padding-left:44px; padding-top: 5px; padding-bottom: 5px; position:relative}
#follow-box .youtube-container .mask{position:absolute;right:0px;width:0%;height:60px;background:white;border-top:1px #dcdcdc solid;padding-top: 10px; border-bottom:1px #dcdcdc solid}
#follow-box .youtube-container .icon-placement{width:35px;height:60px;position:absolute;background:#f0f0f0 url(images/youtube-socialbox.png) no-repeat 7px;top:0;left:0;border-right:1px #dcdcdc solid;border-bottom:1px #ccc solid;border-top:0px #dcdcdc solid;z-index:5}

#follow-box .googleplus-container{height:60px;overflow:hidden;width:100%;background:#F7F7F7;border:1px #dcdcdc solid;border-top:1;border-bottom:0;padding-top: 20px; padding-bottom: 20px; padding-left:44px;position:relative}
#follow-box .googleplus-container .mask{position:absolute;right:0px;width:0%;height:60px;background:white;border-top:1px #dcdcdc solid;border-bottom:1px #dcdcdc solid; margin-top: 100px;}
#follow-box .googleplus-container .icon-placement{width:35px;height:60px;position:absolute;background:#f0f0f0 url(images/googleplus-socialbox.png) no-repeat 7px;top:0;left:0;border-right:1px #dcdcdc solid;border-bottom:1px #ccc solid;border-top:0px #dcdcdc solid;z-index:6}

#follow-box .rss-container{width:100%;height:51px;background:#f7f7f7;border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border:1px #dcdcdc solid;border-top:1;padding:15px 0 0 44px;position:relative}
#follow-box .rss-container .icon-placement{width:35px;height:50px;position:absolute;background:#f0f0f0 url(images/rss-socialbox.png) no-repeat center;top:0;left:0;border-radius:0 0 0 5px;-moz-border-radius:0 0 0 5px;border-right:1px #dcdcdc solid;border-bottom:1px #ccc solid}
#follow-box .rss-container a{font-size:12px;font-family:Arial,Helvetica,sans-serif;font-weight:bold }



#follow-box .social-spacebox{width:100%;height:9px;background:white;border:1px #dcdcdc solid;border-top:0;margin-left:23px;margin-bottom:-20px;position:relative;top:-20px;z-index:1}

#follow-box .googleplusone-container{width:100%;height:60px;background:#fff;border:1px #dcdcdc solid;border-top:0;padding-top:20px;padding-left:45px;position:relative}
#follow-box .googleplusone-container .icon-placement{width:35px;height:60px;position:absolute;background:#f0f0f0 url(images/googleplusone-socialbox.png) no-repeat center;top:0;left:0;border-right:1px #dcdcdc solid;border-bottom:1px #ccc solid}

#follow-box .linkedin-container{width:100%;height:51px;background:#f0f0f0;border:1px #dcdcdc solid;border-top:0;padding:15px 0 0 44px;position:relative}
#follow-box .linkedin-container .icon-placement{width:35px;height:50px;position:absolute;background:#f0f0f0 url(images/linkedin-socialbox.png) no-repeat center;top:0;left:0;border-right:1px #dcdcdc solid;border-bottom:none}
	



/*
Services
---------------------------------------------------------------------------------------------------- */

#my_custom_type-list li {
	font-weight: 700;
	font-size: 24px;
	padding: 0 0 40px 0;
	width: 100%;
}
.entry-content #my_custom_type-list li {
	margin-left: 0;
}

.entry-content #my_custom_type-list, .entry-content #my_custom_type-list ul {
	list-style: none;
}
.entry-content #my_custom_type-list li, .entry-content #my_custom_type-list ul li {
	list-style: none;
}

#my_custom_type-list li > a {
	color: #323232;
	display: block;
}
#my_custom_type-list li > a:hover {
	text-decoration: none;
	cursor: default;
}
#my_custom_type-list li ul {
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}
#my_custom_type-list ul li {
	float: left;
	margin: 0 0.6%;
	padding: 0;
	float: left;
	width: 23.68%;
	height: 170px;
}
#my_custom_type-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	border-top: 4px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 104px 20px 0;
}
#my_custom_type-list ul li a:hover {
	border-top: 4px solid #3573b9;
	border-bottom: 1px solid #3573b9;
	text-decoration: none;
	cursor: pointer;
}
#my_custom_type-list .page-item-12248 {
	background: #fff url(images/s-fb-marketing-univ.png) no-repeat center 15px;
}
#my_custom_type-list .page-item-96 {
	background: #fff url(images/s-fb-one-on-one.png) no-repeat center 15px;
}
#my_custom_type-list .page-item-97 {
	background: #fff url(images/s-fb-mobile-app.png) no-repeat center 15px;
}
#my_custom_type-list .page-item-98 {
	background: #fff url(images/s-tw-ads.png) no-repeat center 15px;
}
#my_custom_type-list .page-item-99 {
	background: #fff url(images/s-tw-marketing-univ.png) no-repeat center 15px;
}
#my_custom_type-list .page-item-100 {
	background: #fff url(images/s-tw-strategy.png) no-repeat center 15px;
}
#my_custom_type-list .page-item-12249 {
	background: #fff url(images/s-tx-one-on-one.png) no-repeat center 15px;
}


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

.entry-portfolio {
	margin: 0 0 40px;
	padding: 0;
}
#portfolio-filter {
	list-style: none;
	margin-bottom: 20px;
}
#portfolio-filter li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
#portfolio-filter li a {
	background: #56a1d5;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#portfolio-filter li a.current {
	background: #3573B9;
	
}
.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: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	margin: 0;
	padding: 15px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.page-template-page_portfolio-php h1 {
	padding: 0;
}
	
.portfolio .entry-title a {

	margin: 0;
	text-decoration: none;
}

.portfolio p {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

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

.portfolio .entry-content {
	padding: 0 20px 0;
}

.portfolio .entry-footer {
	background: none;
	padding: 0;
}
.page-template-page_portfolio-php .archive-pagination,
.page-template-page_tools .archive-pagination {
	display: block;
	width: 500px;
	position: absolute !important;
	bottom: -50px;
	right: 0;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
		  padding-bottom: 50px;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
		  display: block;
		  overflow: hidden;
}

/*
Tools
---------------------------------------------------------------------------------------------------- */
.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
}
.videowrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#portfolio-list .tags {
	margin-top: 1em;
	font-style: italic;
	color: #8e8e8e;
	font-size: 14px;
}
#portfolio-list .tags span {
	font-style: italic;
	color: #8e8e8e;
	font-size: 14px;
}
#portfolio-list .tags span:after {
	content: ",";
}
#portfolio-list .tags span:last-child:after {
	content: "";
}
#portfolio-list .price {
	display: block;
	border-radius: 3px;	
	font-style: italic;
	margin-top: 1em;
	border: 1px solid #50cf5c;
	color: #50cf5c;
	text-align: center;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 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: #eee;
	float: left;
	padding: 3px 10px;
	margin: 0 2px 5px;
}

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

/* 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 {
	background-image: url(images/checkmark.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

/* Responsive Videos */

.video-container {
	height: 0; 
	overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;     
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

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

.footer-widgets {		
	background-color: #2a2a2a;	
	clear: both;
	color: #aaa;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

.footer-widgets .wrap {
	padding: 60px 0 20px;
	padding: 3.75rem 0 1.25rem;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets p {
	color: #aaa;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin: 0 4.166666666% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	float: right;
	width: 30.555555555%;
}

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

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

.footer-widgets .widgettitle {
	color: #fff;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.footer-widgets .entry {
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: 0 0 10px;
}


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

.site-footer {
	background: #1a1a1a;
	color: #aaa;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.site-footer .wrap {
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
}

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

.site-footer p {
	margin: 0;
}


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

/* Epik Black
--------------------------------------------- */

.epik-black .head-wrap,
.epik-black .welcome,
.epik-black .home-feature-bg-dark,
.epik-black .author-box,
.epik-black .footer-widgets {
	background: #111;
}

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

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

.epik-black .content .portfolio .more-link:hover,
.epik-black .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-black button,
.epik-black input[type="button"],
.epik-black input[type="reset"],
.epik-black a.button.small,
.epik-black a.button.medium,
.epik-black a.button.large,
.epik-black .circle {
	background: #111;
}

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

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

.epik-black .footer {
	background: #222;
}

/* Epik Blue
--------------------------------------------- */
 
.epik-blue a {
 	color: #3573b9;
}

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

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

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

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

.epik-blue .genesis-nav-menu a:hover {
    color: #bbb;
}

.epik-blue .genesis-nav-menu .current-menu-item > a {
    font-weight: bold;
}

.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 { 
	color: #3573b9;
}

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

.epik-blue h1 a:hover,
.epik-blue h2 a:hover {
	color: #3573b9;
}

/*.epik-blue .head-wrap, */
.epik-blue .welcome,
.epik-blue .nav-primary,
.epik-blue .home-feature-bg-dark,
.epik-blue .author-box,
.epik-blue .footer-widgets {
	background: #3573b9;
	color: #eee;
}

.epik-blue .head-wrap a,
.epik-blue .welcome a,
.epik-blue .home-feature-bg-dark a,
.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: #eee;
}

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

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

.epik-blue .content .portfolio .more-link:hover,
.epik-blue .plan-button a:hover,
.prev-next-navigation 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: none;
}

.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,
.prev-next-navigation a {
	background: #3573b9;
}

.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;
	opacity: .7;
	transition: all .5s ease;
}

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

.epik-blue .footer {
	background: #3573b9;
}

/* Epik Dark Blue
--------------------------------------------- */
 
.epik-darkblue a {
 	color: #293f5e;
}

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

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

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

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

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

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

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

.epik-darkblue h1 a:hover,
.epik-darkblue h2 a:hover {
	color: #293f5e;
}

.epik-darkblue .head-wrap,
.epik-darkblue .welcome,
.epik-darkblue .home-feature-bg-dark,
.epik-darkblue .author-box,
.epik-darkblue .footer-widgets {
	background: #293f5e;
	color: #eee;
}

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

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

.epik-darkblue .archive-pagination li a:hover,
.epik-darkblue .archive-pagination li.active a {
	background: #293f5e;
}

.epik-darkblue .content .portfolio .more-link,
.epik-darkblue .plan-button a {
	background: #293f5e;
	color: #fff;
}

.epik-darkblue .content .portfolio .more-link:hover,
.epik-darkblue .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-darkblue button,
.epik-darkblue input[type="button"],
.epik-darkblue input[type="reset"],
.epik-darkblue input[type="submit"],
.epik-darkblue .sidebar .enews-widget input[type="submit"],
.epik-darkblue a.button.small,
.epik-darkblue a.button.medium,
.epik-darkblue a.button.large,
.epik-darkblue .circle {
	background: #293f5e;
}

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

.epik-darkblue .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-darkblue .footer-widgets input[type="submit"] {
	background: #111;
}

.epik-darkblue .footer {
	background: #293f5e;
}

/* Epik Gray
--------------------------------------------- */
 
.epik-gray a {
 	color: #777;
}

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

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

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

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

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

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

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

.epik-gray h1 a:hover,
.epik-gray h2 a:hover {
	color: #777;
}

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

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

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

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

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

.epik-gray .content .portfolio .more-link:hover,
.epik-gray .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-gray button,
.epik-gray input[type="button"],
.epik-gray input[type="reset"],
.epik-gray input[type="submit"],
.epik-gray .sidebar .enews-widget input[type="submit"],
.epik-gray a.button.small,
.epik-gray a.button.medium,
.epik-gray a.button.large,
.epik-gray .circle {
	background: #777;
}

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

.epik-gray .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-gray .footer-widgets input[type="submit"] {
	background: #111;
}

.epik-gray .footer {
	background: #777;
}

/* Epik Green
--------------------------------------------- */
 
.epik-green a {
 	color: #9dcb2a;
}

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

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

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

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

.epik-green .genesis-nav-menu a:hover,
.epik-green .genesis-nav-menu .current-menu-item > a {
    color: #6d8c1d;
}

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

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

.epik-green h1 a:hover,
.epik-green h2 a:hover {
	color: #9dcb2a;
}

.epik-green .head-wrap,
.epik-green .welcome,
.epik-green .home-feature-bg-dark,
.epik-green .author-box,
.epik-green .footer-widgets {
	background: #9dcb2a;
	color: #eee;
}

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

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

.epik-green .archive-pagination li a:hover,
.epik-green .archive-pagination li.active a {
	background: #9dcb2a;
}

.epik-green .content .portfolio .more-link,
.epik-green .plan-button a {
	background: #9dcb2a;
	color: #fff;
}

.epik-green .content .portfolio .more-link:hover,
.epik-green .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-green button,
.epik-green input[type="button"],
.epik-green input[type="reset"],
.epik-green input[type="submit"],
.epik-green .sidebar .enews-widget input[type="submit"],
.epik-green a.button.small,
.epik-green a.button.medium,
.epik-green a.button.large,
.epik-green .circle {
	background: #9dcb2a;
}

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

.epik-green .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-green .footer-widgets input[type="submit"] {
	background: #111;
}

.epik-green .footer {
	background: #9dcb2a;
}

/* Epik Orange
--------------------------------------------- */
 
.epik-orange a {
 	color: #ff7e00;
}

.epik-orange .site-title a:hover {
	color: #ddd;
}

.epik-orange .site-description {
	color: #ddd;
}

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

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

.epik-orange .genesis-nav-menu a:hover,
.epik-orange .genesis-nav-menu .current-menu-item > a {
    color: #994c00;
}

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

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

.epik-orange h1 a:hover,
.epik-orange h2 a:hover {
	color: #ff7e00;
}

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

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

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

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

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

.epik-orange .content .portfolio .more-link:hover,
.epik-orange .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-orange button,
.epik-orange input[type="button"],
.epik-orange input[type="reset"],
.epik-orange input[type="submit"],
.epik-orange .sidebar .enews-widget input[type="submit"],
.epik-orange a.button.small,
.epik-orange a.button.medium,
.epik-orange a.button.large,
.epik-orange .circle {
	background: #ff7e00;
}

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

.epik-orange .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-orange .footer-widgets input[type="submit"] {
	background: #111;
}

.epik-orange .footer {
	background: #ff7e00;
}

/* Epik Pink
--------------------------------------------- */
 
.epik-pink a {
 	color: #ff55a9;
}

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

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

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

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

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

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

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

.epik-pink h1 a:hover,
.epik-pink h2 a:hover {
	color: #ff55a9;
}

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

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

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

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

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

.epik-pink .content .portfolio .more-link:hover,
.epik-pink .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-pink button,
.epik-pink input[type="button"],
.epik-pink input[type="reset"],
.epik-pink input[type="submit"],
.epik-pink .sidebar .enews-widget input[type="submit"],
.epik-pink a.button.small,
.epik-pink a.button.medium,
.epik-pink a.button.large,
.epik-pink .circle {
	background: #ff55a9;
}

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

.epik-pink .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-pink .footer-widgets input[type="submit"] {
	background: #111;
}

.epik-pink .footer {
	background: #ff55a9;
}

/* Epik Purple
--------------------------------------------- */
 
.epik-purple a {
 	color: #8542c4;
}

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

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

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

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

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

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

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

.epik-purple h1 a:hover,
.epik-purple h2 a:hover {
	color: #8542c4;
}

.epik-purple .head-wrap,
.epik-purple .welcome,
.epik-purple .home-feature-bg-dark,
.epik-purple .author-box,
.epik-purple .footer-widgets {
	background: #8542c4;
	color: #eee;
}

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

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

.epik-purple .archive-pagination li a:hover,
.epik-purple .archive-pagination li.active a {
	background: #8542c4;
}

.epik-purple .content .portfolio .more-link,
.epik-purple .plan-button a {
	background: #8542c4;
	color: #fff;
}

.epik-purple .content .portfolio .more-link:hover,
.epik-purple .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-purple button,
.epik-purple input[type="button"],
.epik-purple input[type="reset"],
.epik-purple input[type="submit"],
.epik-purple .sidebar .enews-widget input[type="submit"],
.epik-purple a.button.small,
.epik-purple a.button.medium,
.epik-purple a.button.large,
.epik-purple .circle {
	background: #8542c4;
}

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

.epik-purple .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-purple .footer-widgets input[type="submit"] {
	background: #111;
}

.epik-purple .footer {
	background: #8542c4;
}

/* 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 .head-wrap,
.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 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;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

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

	.wrap,
	.site-header {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	.mab-id-108 .mab-main-action-wrap input.name {
		margin-left: 0;
	}

}

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

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

	.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,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.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 .wrap {
		width: 90%;
	}
	
	.title-area {
		padding: 16px 0;
		padding: 1rem 0;
	}
	
	.site-header,
	.site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		background: none;
	}
	
	.nav-primary {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form,	
    .genesis-nav-menu .custom-search {
		float: none;
	}
    .genesis-nav-menu .custom-search {
		display: inline-block;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}
	.genesis-nav-menu #menu-item-28.menu-item {
		display: inline-block;
		float: none;
	}

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

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

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 2.5rem;
	}
	
	.wp-caption {
		width: 100% !important;
	}
	
	.footer-widgets .widget {
		margin-bottom: 40px;
		margin-bottom: 2.5rem;
	}
    .home-feature-6 .cat-container .left {
		font-size: 12px;
		line-height: 16px;
	}
	.home-feature-6 .cat-container .left p.cat-name {
		line-height: 30px;
	}
	.home-feature-6 .cat-container .right {
		font-size: 14px;
	}
	#my_custom_type-list ul li a {
		font-size: 12px;
	}
}

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

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

	.feature-margin {
		margin: 0;
	}
	.mab-id-108 .mab-wrap {
		position: relative;
	}
	.mab-id-108 .mab-aside {
		float: none;
	}
    .mab-id-108 .mab-heading {
		position: absolute;
		left: 50%;
		top: 15px;
		margin: 15px 0;
		font-size: 22px;
		line-height: 27px;
	}
	.mab-id-108 .mab-main-copy {
		position: absolute;
		left: 50%;
		top: 35%;
		margin: 0;
		font-size: 16px;
		line-height: 30px;
	}
	.mab-id-108 .mab-main-action-wrap p {
		display: block;
		text-align: center;
		margin-bottom: 12px;
	}
	.mab-id-108 .mab-main-action-wrap input.name {
		margin-left: 0;
	}

}

/* 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,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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%;
	}
	
	.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: left;
	}

	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.home-feature-10 img, 
	.home-feature-11 img, 
	.home-feature-12 img, 
	.home-feature-13 img {
		width: 100%;
	}
	
	.plan-col, 
	.plan-col-popular {	
		float: none;
		margin: 0 auto 40px;	
		width: 80%;
	}
	.home-feature-9 a.subcat-block {
		width: 23.8%;
		margin: 0 0.6% 1.2%;
	}
	.mab-id-108 .mab-main-action-wrap {
		padding: 10px;
	}
	.mab-id-108 .mab-main-action-wrap input {
		margin-left: 10px;
	}
	.mab-id-108 .mab-main-action-wrap input.name {
		width: 160px;
	}
	.mab-id-108 .mab-main-action-wrap input.email {
		width: 200px;
	}
	.home .entry {
		float: none;
		width: 100%;
		margin: 0 0  22px 0;
	}
    
   .widget-box12 .wpp-list li {
	   float: none;
	   width: 90%;
	   margin: 0 auto 12px;
    }
   .widget-box14 .mab-main-copy, 
   .widget-box14 .mab-main-action-wrap {
	   width: 100%;
	   float: none;
}
   #adrotate_widgets-3 {
	   display: none;
   }
   #text-72 a { 
   font-size: 16px;
   padding-bottom: 160px;
   }
}

@media only screen and (max-width: 580px) {
	
	.site-header {
		-webkit-background-size:90% auto !important;
		-moz-background-size:90% auto !important;
		background-size:90% auto !important;
	}
	.site-header .site-title a {
		height: 100px;
	}

	.home .wrap {
		text-align: center;	
	}
	
	.site-header .wrap {
		width: 90%;
	}
	.genesis-nav-menu {
		line-height: 1;
	}
	.nav-primary .genesis-nav-menu a {
		 padding: 13px;
	}
	.genesis-nav-menu .custom-search input {
		font-size: 13px;
		font-weight: 400;
	}
	
    .home-feature-6 .mab-content input[type="submit"],
	.widget-box13 .mab-content input[type="submit"] {
		width: auto;
	}
	.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: 40px auto 0;
		text-align: center;
		width: 100%;
	}
	.home-feature-6 a.cat-block {
		width: 45%;
		margin: 0 2.5% 5%;
	}
	.home-feature-5 h3 {
		font-size: 14px;
	}
    #my_custom_type-list ul li {
		width: 45%;
		margin: 0 2.5% 5%;
	}
	.mab-id-108 .mab-aside {
		display: none;
	}
	.mab-id-108 .mab-heading, .mab-id-108 .mab-main-copy {
		position: relative;
		left: 0;
		top: 0;
		text-align: left;
	}
	.mab-id-108 .mab-main-copy {
		margin-bottom: 20px;
	}
	.mab-id-108 .mab-main-action-wrap input.name,
	.mab-id-108 .mab-main-action-wrap input.email,
	.home-feature-6  .mab-content input.name,
	.home-feature-6  .mab-content input.email,
	.widget-box13 .mab-content input.name,
	.widget-box13  .mab-content input.email {
		width: 90%;
		margin-left: 0;
		margin-bottom: 12px;
	}
	#adrotate_widgets-4 div:nth-child(3n+0),
	#adrotate_widgets-4 div:nth-child(4n+0) {
		display: none;
	}
	.widget-box11 .widget {
		width: 306px;
	}
}

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

     
	.site-header {
		width: 90%;
	}
	.title-area {
		padding: 0;
	}
	.site-header .site-title a {
		height: 90px;
		width: 100%;
	}
	#text-12 a {
		margin-right: 0;
		width: 75px;
	}
	.bottom-social a {
		margin-right: 0;
	}
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto;
		padding: 6px;
		width: 60%;
	}
	.home-feature-9 a.subcat-block {
		width: 32.13%;
		margin: 0 0.6% 1.2%;
	}
	.epik-blue .prev-next-navigation a {
		font-size: 10px;
		width: 125px;
		padding: 0.2rem;
	}
	
}