/* Theme Name:WPStuffs
Description:This is the sample theme created for the Genesis Framework.
Author:Vivek @WPStuffs
Author URI:http://www.wpstuffs.com/
Version:2.0.0-beta2

Tags:black, orange, white, 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.0

License:GPL-2.0+
License URI:http://www.opensource.org/licenses/gpl-license.php */


/* Table of Contents

- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Forms
- Tables
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- WordPress
- Genesis
- Titles
- Widgets
- Featured Content
- 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
- Footer Widgets
- Site Footer
- Media Queries
- max-width:1139px
- max-width:1023px
- max-width:767px */


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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: 62.5%; /* 10px browser default */
}
body {
	background: #fff;
	color: #4C4C4C;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.625;
}
body.custom-background {
	background-color: #1d2242;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus {
	-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: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
}
a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}
a:hover {
	color: #333;
}
p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol, ul {
	margin: 0;
	padding: 0;
}
blockquote, blockquote::before {
	color: #555;
}
blockquote {
	background-color: #f5f5f5;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}
blockquote p {
	color: #666;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 10px 0;
	overflow: auto;
	padding: 5px 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre::selection {
	background-color: #3399ff;
}
code {
	padding: 2px 4px;
	color: #cc0000;
	font-size: 14px;
	white-space: normal !important;
}
cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Varela Round', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video {
	max-width: 100%;
}
img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */
input, select, textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] {
	background: #26ade4;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */

.wrap, .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1040px;
}
.site-inner {
	background: #ddd;
	clear: both;
	padding-top: 20px;
	padding-top: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

/* 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 {
	background: #fff;
	float: right;
	width: 600px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.home .content {
	background: transparent;
}
.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: 500px;
}
.full-width-content .content {
	width: 100%;
}
.theme-archive .content {
	width: 1040px;
	padding: 2rem 2rem 0;
}
.content-sidebar .content-sidebar-wrap {
	background: #f6f6f6;
	display: table;
	border-top: 1px solid #F1F1F1;
	border-right: 1px solid #E7E6E6;
	border-left: 1px solid #E7E6E6;
	border-bottom: 1px solid #CFCFCF;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 420px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* 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: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.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 2.4rem
}
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.gallery-caption {
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 !important;
	padding: 5px 0;
	padding: 0.5rem 0;
	border-bottom: 1px solid #eee;
	background: #eee;
}
.breadcrumb .wrap {
	padding: 0 20px;
	padding: 0 10px;
}
.breadcrumb a {
	color: #666;
}
.breadcrumb a:after {
	content: '\276f \276f';
	padding: 0 10px;
}
.breadcrumb .home {
	margin: 0 10px 0 0;
	margin: 0 1rem 0 0;
}
.archive-description, .author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.archive-description {
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}
.author-box {
	padding: 40px;
	padding: 4rem;
}
.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}
.author-box a {
	border-bottom: 1px solid #ddd;
}
.author-box p {
	margin: 0;
}
.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Headings
--------------------------------------------- */
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-family: 'Varela Round', sans-serif;
	font-weight: normal;
	color: #000000;
	line-height: 1.25;
	letter-spacing: -1px;
}
.entry-title a, .sidebar .widgettitle a {
	color: #333;
}
.entry-title a:hover {
	color: #666;
}
.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: -1px;
	letter-spacing: -0.1rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}
.sidebar .widgettitle a {
	border: none;
}
.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
}
.featured-content .entry-title {
	border: none;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 0;
	margin-top: 10px;
	margin-top: 1rem;
}
.featured-content .entry-title a {
	border: none;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
	padding: 20px;
	padding: 2rem;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: #f8f8f8;
}
.enews-widget .widgettitle, .bottom-optin-widget .widgettitle {
	color: #333;
	font-size: 20px;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
.enews-widget input:focus {
	border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
	background: #3399FF;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background: #fff;
	color: #333;
}
.top-optin-widget .enews-widget input, .bottom-optin-widget .enews-widget input {
	width: 35%;
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	padding: 1rem 2rem;
	margin-right: 10px;
	margin-right: 1%
}
.top-optin-widget .enews-widget input[type="submit"], .bottom-optin-widget .enews-widget input[type="submit"] {
	width: 25%;
}
.top-optin-widget {
	margin: 0 20px 10px 0;
	margin: 0 2rem 1rem 0;
	background: #343838;
}
.bottom-optin-widget {
	margin: 2rem -2rem;
	background: #fff;
}
.bottom-optin-widget  .widget {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-optin-widget h2, .top-optin-widget h3, .bottom-optin-widget h2, .bottom-optin-widget h3 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
}
.top-optin-widget p, .bottom-optin-widget p {
	color: #666;
	text-align: center;
}
.social-media-icons {
	display: inline-block;
	width: 100%;
	margin-bottom: -10px;
	margin-bottom: -1rem;
}
.social-media-icons, .social-media-icons a {
	color: #fff;
}
.social-media-icons .find-us, .social-media-icons .facebook, .social-media-icons .twitter, .social-media-icons .gplus {
	width: 25%;
	float: left;
	padding: 10px;
	text-align: center;
	background: #000;
}
.social-media-icons .find-us:after {
	content: '\276f \276f';
	padding: 0 5px;
}
.social-media-icons .gplus {
	float: right;
}
.social-media-icons .facebook {
	background: #4c66a4;
}
.social-media-icons .twitter {
	background: #00abf0;
}
.social-media-icons .gplus {
	background: #dd4c39;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* 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: 1.6rem;
	padding: 10px;
	padding: 1rem;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .wrap {
	padding: 10px 0;
	padding: 1rem 0;
}
.site-header {
	/* background: #1d2242;
	*/
	background: #fff;
	border-bottom: 1px solid #eee;
}
.home .site-header {
	border: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
	font-family: 'Varela Round', sans-serif;
	font-weight: 700;
	float: left;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 300px;
}
.header-image .title-area {
	padding: 0;
}
.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1.25;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}
.site-title a, .site-title a:hover {
	color: #333;
}
.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
}

/* 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 {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}
.header-image .site-header .wrap:hover {
	background: url(images/logo-hover.png) left no-repeat;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.header-image .site-title a {
	float: left;
	min-height: 40px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}
.header-image .site-header .widget-area {
	padding: 0;
}
.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #666;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}
.genesis-nav-menu .sub-menu {
	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: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background: rgba(46, 204, 113, 1);
	border-top: none;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	padding: 5px 20px;
	padding: 0.5rem 2rem;
	position: relative;
	width: 200px;
}
.genesis-nav-menu .sub-menu a:hover {
	background: #fff;
	border-top: none;
	color: #333;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -25px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}
.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}
.site-header ul.genesis-nav-menu a {
	padding: 0 16px;
	padding: 0 1.6rem;
	margin: 15px 0;
	margin: 1.5rem 0;
	color: #6f7c82;
	text-transform: none;
	font-size: 13px;
	font-size: 1.3rem;
}
.site-header ul.genesis-nav-menu a:hover, .site-header ul.genesis-nav-menu .current-menu-item > a, .site-header ul.genesis-nav-menu .current-menu-item > a:hover {
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: rgba(46, 204, 113, 0.8);
	padding: 5px;
	padding: 0.5rem;
	text-align: center;
}
.home .nav-primary {
	background-color: rgba(46, 204, 113, 1);
}
.nav-primary a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 10px;
	padding: 0.2rem 1rem;
	color: #fff;
	border: 2px solid transparent;
}
.nav-primary a:hover, .nav-primary .current-menu-item > a {
	color: #fff;
	border: 2px solid #fff;
}
.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background: none;
	padding: 20px 0;
	padding: 0 0 5rem 0;
	background: rgba(46, 204, 113, 0.8);
	text-align: center;
}
.nav-secondary a {
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
	color: #fff;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid transparent;
	text-align: center;
	margin: 10px 0;
	margin: 1rem 0;
}
.nav-secondary a:hover {
	color: #fff;
	border: 2px solid #fff;
}
.nav-secondary ul>:first-child a:before {
	content: '\f109';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 26px/1 'FontAwesome';
	vertical-align: middle;
	padding-right: 10px;
}
.nav-secondary ul>:first-child a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	padding: 10px 20px;
	padding: 1rem 2rem;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	border: 2px solid #fff;
}
.nav-secondary ul>:first-child a:hover {
	background: #fff;
	color: #333;
}
.nav-secondary ul>:first-child {
	margin-bottom: 20px;
	display: table;
	margin: auto;
}
.nav-secondary ul>:nth-child(2) a:before, .nav-secondary ul>:nth-child(3) a:before, .nav-secondary ul>:nth-child(4) a:before, .nav-secondary ul>:nth-child(5) a:before {
	content: '\f02d';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'FontAwesome';
	vertical-align: middle;
	padding-right: 10px;
}
.nav-secondary ul>:nth-child(3) a:before {
	content: '\f0c4';
}
.nav-secondary ul>:nth-child(4) a:before {
	content: '\f123';
}
.nav-secondary ul>:nth-child(5) a:before {
	content: '\f067';
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */

.entry {
	background: #fff;
	border-radius: 3px;
	padding: 40px 40px 0;
	padding: 4rem 4rem 0;
}
.entry-content a {
	border-bottom: 1px dotted #2a5db0;
	color: #2a5db0;
	font-weight: 700;
}
.entry-content a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}
.entry-content .attachment a, .entry-content .gallery a {
	border: none;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	line-height: 25px
}
.entry-content ol li, .entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}
.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: 10px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: bold;
}
.entry-meta a {
	color: #999;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.entry-footer .entry-meta {
}
.entry-categories, .entry-tags {
	display: block;
}

/* Post Icons
------------------------------------------------------------ */
.entry-meta .entry-categories:before, .entry-meta  .entry-comments-link:before, .entry-meta .entry-time:before, .entry-meta .entry-tags:before {
	content: '\f07c';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 14px/1 'FontAwesome';
	vertical-align: middle;
	padding-right: 5px;
	padding-right: 0.5rem;
}
.entry-meta  .entry-comments-link {
	float: right;
}
.entry-meta  .entry-comments-link:before {
	content: '\f075';
}
.entry-meta .entry-time:before {
	content: '\f017';
}
.entry-meta .entry-tags:before {
	content: '\f02b';
}
.entry-meta .entry-time {
	margin: 0 0 10px 0;
}
.entry-meta .entry-tags {
	margin: 10px 0 0 0;
}

/* Entry Navigation
--------------------------------------------- */
.entry .pagination-previous:before {
	content: 'PREV STORY';
	text-align: left;
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	color: #999;
}
.entry .pagination-previous {
	padding: 15px 5px 10px 50px;
	width: 50%;
	min-height: 100px;
	background: #fff url(images/arrow-left.png) no-repeat left center;
}
.entry .pagination-previous:hover {
	background: #eee url(images/arrow-left.png) no-repeat left center;
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
}
.entry .pagination-next:before {
	content: 'NEXT STORY';
	text-align: right;
	width: 100%;
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}
.entry .pagination-next {
	padding: 15px 50px 10px 5px;
	width: 50%;
	min-height: 100px;
	background: #fff url(images/arrow-right.png) no-repeat right center;
}
.entry .pagination-next:hover {
	background: #eee url(images/arrow-right.png) no-repeat right center;
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
}
.entry .navigation {
	color: #999;
}
.entry .navigation a:hover {
	opacity: 0.7;
}
.navigation li {
	display: inline;
}
.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}
.navigation li a:hover, .navigation li.active a {
	background: #26ade4;
}

/* Pagination
--------------------------------------------- */
.archive-pagination, .entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}
.archive-pagination {
	padding: 20px 40px;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #26ade4;
}
.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */
#respond {
	margin-top: 20px;
	padding: 20px;
	padding: 2rem;
}
.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.entry-comments {
	padding: 20px 40px;
	padding: 2rem 4rem;
}
.comment-respond, .entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}
.comment-respond a, .entry-comments a {
}
.comment-content, .comment-reply {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 10px !important;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}
.comment-list li, .ping-list li {
	list-style-type: none;
}
.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
}
li.comment {
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}
.children {
	border-top: 1px solid #ddd;
	margin-left: 30px;
	margin-left: 3rem;
	margin-top: 32px;
	margin-top: 3.2rem;
	position: relative;
	overflow: hidden;
}
.children li:last-child {
	border-bottom: none !important;
}
.comment-header a, .comment-respond a, .entry-comments a {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
}
.comment-author {
	padding-top: 6px;
	padding-top: 0.6rem;
}
.comment-author cite {
	font-style: normal;
}
.comment-author .says {
	display: none;
}
.comment-author, .comment-meta {
	line-height: 1.2;
}
.comment-reply-link {
	background: #f5f5f5;
	padding: 10px;
	padding: 0.5rem 1rem;
	border: none;
	color: #999;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	color: #999;
}
.sidebar a {
}
.sidebar p:last-child, .sidebar ul {
	margin: 0;
	margin-left: 20px;
}
.sidebar li {
	padding: 0;
	word-wrap: break-word;
	margin-bottom: 10px;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	background: #f6f6f6;
	border-radius: 3px;
	padding: 20px 40px;
	padding: 2rem 4rem;
	padding-left: 20px;
}
.sidebar .search-form {
	width: 100%;
}
.sidebar .enews-widget {
	background: #eee;
	padding: 20px;
	padding: 2rem;
	border: none;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background: #fff;
	color: #333;
	clear: both;
	padding: 20px 0 16px;
	padding: 2rem 0 1.6rem;
	border-top: 4px solid #f6f6f6;
}
.footer-widgets-1 {
	width: 25%;
	float: left;
}
.footer-widgets-3, .footer-widgets-2, .footer-widgets-4 {
	width: 25%;
	float: left;
}
.footer-widgets-4 {
	float: right;
}
.footer-widgets-1 .widget, .footer-widgets-2 .widget, .footer-widgets-3 .widget, .footer-widgets-4 .widget {
	padding: 5px;
	padding: 0.5rem;
}
.footer-widgets a {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}
.footer-widgets a:hover {
	color: #666;
}
.footer-widgets .widget {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.footer-widgets .widgettitle {
	color: #000;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.footer-widgets .search-form {
	width: 100%;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 0;
	padding: 1.5rem 0;
	text-align: center;
	border-top: 4px solid rgb(46, 204, 113);
	background: rgba(46, 204, 113, 0.8);
}
.site-footer a {
	color: #eee;
}
.site-footer p {
	margin: 0;
}
.site-footer .gototop {
	float: left;
}
.site-footer .gototop a:before {
	content: '\f077';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'FontAwesome';
	vertical-align: middle;
	padding-right: 10px;
}
.site-footer .gototop a {
	border: none;
	line-height: 30px;
	line-height: 3rem;
}
.site-footer .creds {
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-right: 1rem;
}

/* * Other Codes */
.home-page-top {
	color: #fff;
	padding: 20px 0;
	padding: 5rem 0 2rem 0;
	text-transform: uppercase;
	background: rgba(46, 204, 113, 0.8);
	text-align: center;
}
.home-page-top h2 {
	color: #fff;
	font-family: 'Varela Round', sans-serif;
	text-transform: none;
	font-size: 36px;
	font-size: 3.6rem;
}
.home-page-top p {
	color: #fff;
	font-family: 'Varela Round', sans-serif;
	text-transform: none;
}
.home-page-top-2 {
	min-height: 320px;
	min-height: 32rem;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding-top: 50px;
	padding-top: 5rem;
}
.home-page-mid, .home-page-bottom {
	background: #fff;
}

/* Homepage style */
.home-page-bottom, .home-page-mid {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	overflow: hidden;
	width: 100%;
	border: 2px solid #eee;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.home-page-bottom {
	margin: 20px 0;
	margin: 2rem 0;
}
.home-page-left, .home-page-right {
	float: left;
	width: 640px;
	padding: 20px;
	padding: 2rem;
}
.home-page-right {
	float: right;
	width: 390px;
	background: #f6f6f6;
}
.home-page-mid .featured-content .entry, .home-page-bottom .featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.home-page-right .featured-content .entry {
	background: #f6f6f6;
}
.home-page-bottom .featured-content .entry {
	float: left;
	width: 24%;
	background: #eee;
	margin-left: 0.8%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	min-height: 400px;
	min-height: 40rem;
	padding: 10px;
	padding: 1rem;
}
.post-bottom-coupon-widget {
	background: #fff;
	border-top: 4px solid #f6f6f6;
}
.post-bottom-coupon-widget .wrap {
	background: none;
	padding: 20px;
}
.post-bottom-coupon-widget .featured-content .entry {
	float: left;
	width: 24%;
	margin-left: 0.8%;
	margin-bottom: 0;
	padding: 0;
	background: none;
	border-bottom: none;
}
.post-bottom-coupon-widget .widgettitle {
	color: #000;
}
.home-page-bottom .featured-content .entry:hover, .post-bottom-coupon-widget .featured-content .entry:hover {
	opacity: 0.8;
}
.home-page-bottom .featured-content .entry img, .post-bottom-coupon-widget .featured-content .entry img {
	text-align: center;
}
.home-page-mid .featured-content img {
	margin: 0 20px 0 0;
	margin: 0 2rem 0 0;
}
.home-page-bottom .featured-content img {
	margin: 0 auto;
}
.home-page-mid .entry-meta .entry-comments-link, .home-page-bottom .entry-meta .entry-comments-link {
	float: right;
	padding: 0 0 0 20px;
}
.home-page-mid header:after, .home-page-bottom header:after, .home-page-mid .entry-meta {
	clear: none;
}
.home-page-mid .entry-header .entry-meta {
	margin: 10px 0;
	margin: 1rem 0;
}
.home-page-mid h2, .home-page-bottom h2 {
	margin-bottom: 0;
}
.home-page-bottom .featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 10px 0;
	margin: 1rem 0;
}
.entry-header .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	border-top: none;
}
.home-page-mid .widgettitle, .home-page-bottom .widgettitle {
	padding: 5px 15px;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}
.home-page-bottom .widgettitle {
	padding: 10px 15px;
	padding: 1rem 1.5rem;
}
.home-page-right .featured-content .entry-title {
	font-size: 20px;
}
.home-page-bottom {
	padding: 10px;
}

/* Post Author box */
.postauthor {
	margin-top: 15px;
	margin-top: 1.5rem;
	margin: 15px -40px 0 -40px;
	margin: 1.5rem -4rem 0 -4rem;
	overflow: hidden;
	padding: 10px;
	padding: 1rem;
	background-color: #f9f9f9;
}
.postauthor img {
	display: block;
	float: left;
	height: 75px;
	margin: 10px;
	width: 75px;
}
.postauthor h4 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 10px 0 8px;
}
.postauthor p {
	color: #000;
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 0;
}
.postauthor-bottom {
	padding: 0 20px;
	padding: 0 2rem;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin: 10px -40px 0 -40px;
	margin: 1rem -4rem 0 -4rem;
}
.postauthor-bottom span, .postauthor-bottom a {
	font-weight: bold;
	font-size: 12px;
	margin: 0 5px 0 0;
}
.postauthor-bottom p {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.postauthor-bottom .author-fb:before, .postauthor-bottom .author-linkedin:before, .postauthor-bottom .author-gplus:before, .postauthor-bottom .author-twitter:before, .postauthor-bottom .author-blog:before {
	content: '\f082';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'FontAwesome';
	vertical-align: middle;
	padding: 0 5px;
	color: #4c66a4;
}
.postauthor-bottom .author-linkedin:before {
	content: '\f08c';
	color: #00abf0;
}
.postauthor-bottom .author-gplus:before {
	content: '\f0d4';
	color: #dd4c39;
}
.postauthor-bottom .author-twitter:before {
	content: '\f081';
	color: #0099ff;
}
.postauthor-bottom .author-blog:before {
	content: '\f14b';
	color: #21759b;
}

/* Portfolio
------------------------------------------------------------ */
.post-type-archive-portfolio .portfolio, .tax-portfolio-type .portfolio {
	float: left;
	margin: 0 15px 30px;
	margin: 0 1.5rem 3rem;
	width: 310px;
	height: 210px;
	text-align: center;
	position: relative;
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.post-type-archive-portfolio .portfolio:hover h2, .tax-portfolio-type .portfolio:hover h2 {
	z-index: 100;
	color: #fff;
	background: rgb(0, 0, 0);
	background: transparent\9; /* clear current background for ie */
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	zoom: 1;
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
}
.post-type-archive-portfolio .portfolio h2, .tax-portfolio-type .portfolio h2 {
	position: absolute;
	font-size: 24px;
	text-align: center;
	background: #000;
	width: 300px;
	height: 200px;
	top: 0px;
	left: 0px;
	background: none;
	z-index: -10;
	padding: 20px;
	vertical-align: middle;
	line-height: 160px;
}
a.portfolio-featured-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
}
.post-type-archive-portfolio .portfolio h2 a, .tax-portfolio-type .portfolio h2 a {
	color: #ddd;
}
.single-portfolio #content {
	text-align: center;
}
.portfolio-archive-header {
	text-align: center;
	margin: 0 40px 0 20px;
	margin: 0 4rem 0 2rem;
	padding: 20px 40px;
	padding: 2rem 4rem;
}

/* Content Boxes
------------------------------------------------------------ */
/* Content Boxes
------------------------------------------------------------ */

.content-box-blue, .content-box-gray, .content-box-green, .content-box-red, .content-box-yellow {
	color: #34495e;
	padding: 16px 45px 16px 30px;
	padding: 1.6rem 4.5rem 1.6rem 3rem;
	text-shadow: none;
	background-color: #f9f8f3;
	border: 2px solid #ebece8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
}
.content-box-blue {
	background-color: #f7f9fa;
	border-color: #e9ecef;
}
.content-box-gray {
	background-color: #f8f8f8;
	border-color: #e9ecef;
}
.content-box-blue a, .content-box-gray a {
	color: #3498db;
	border-bottom: none;
}
.content-box-blue a:hover, .content-box-gray a:hover {
	color: #3498db;
	border-bottom: 1px dotted #3498db;
}
.content-box-green {
	background-color: #eef6f5;
	border-color: #e0eaeb;
}
.content-box-green a {
	color: #16a085;
	border-bottom: none;
}
.content-box-green a:hover {
	color: #16a085;
	border-bottom: 1px dotted #16a085;
}
.content-box-red {
	background-color: #f8f5f5;
	border-color: #ebe9ea;
}
.content-box-red a {
	color: #e74c3c;
	border-bottom: none;
}
.content-box-red a:hover {
	color: #e74c3c;
	border-bottom: 1px dotted #e74c3c;
}
.content-box-yellow a {
	color: #f1c40f;
	border-bottom: none;
}
.content-box-yellow a:hover {
	color: #f1c40f;
	border-bottom: 1px dotted #f1c40f;
}
.content-box-blue pre, .content-box-gray pre, .content-box-green pre, .content-box-red pre, .content-box-yellow pre {
	background: none;
}

/* * Genesis Box */
.genesisbox {
	color: #666;
	padding: 10px 20px;
	padding: 1rem 2rem;
	text-shadow: none;
	background-color: #eef6f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
	font-family: 'Varela Round', sans-serif;
}
.genesisbox h4 {
	padding: 10px;
	padding: 1rem;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.genesisbox h4 a, .genesisbox a {
	color: #16a085;
	font-weight: 700;
	border-bottom: 1px dotted #16a085;
}
.genesisbox h4 a:hover, .genesisbox a:hover {
	color: #16a085;
	border: none;
}
.genesisbox img {
	padding: 10px;
	margin: 0;
}
.wptable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #ffffff;
}
.wptable table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.wptable tr:hover td {
}
.wptable tr:nth-child(odd) {
	background-color: #f4f4f4;
}
.wptable tr:nth-child(even) {
	background-color: #ffffff;
}
.wptable td {
	vertical-align: middle;
	border: 1px solid #ffffff;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 10px;
	font-size: 14px;
	color: #666;
	font-family: 'Varela Round', sans-serif;
}
.wptable tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.wptable tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.wptable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.wptable tr:first-child td {
	background-color: rgb(46, 204, 113);
	border: 0px solid #ffffff;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.wptable tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.wptable tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

/* * Buttons */
.button, .button-blue, .button-red, .button-gray, .button-green {
	background-color: #2980b9;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.button {
	padding: 10px 20px;
	font-size: 20px;
}
.button-red {
	background-color: #c0392b;
}
.button-gray {
	background-color: #7f8c8d;
}
.button-green {
	background-color: #27ae60;
}
.button:hover, .button-blue:hover, .button-red:hover, .button-gray:hover, .button-green:hover {
	background-color: #000;
}
a.button, a.button-blue, a.button-red, a.button-gray, a.button-green {
	color: #fff;
	letter-spacing: 2px;
	border: none;
}
a.button:hover, a.button-blue:hover, a.button-red:hover, a.button-gray:hover, a.button-green:hover {
	color: #fff;
	border: none;
}
a.full-width {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

/* * Hire us style */
.service-block {
	margin-bottom: 20px;
}
a.hire-box-link {
	background: rgb(46, 204, 113);
	display: inline-block;
	color: #ffffff;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	padding: 60px 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
}
a.hire-box-link:hover {
	background-color: #fff;
	color: #000;
	border: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.read-more-link {
	background: rgb(46, 204, 113);
	color: #fff;
	font-weight: normal;
	padding: 10px 30px;
	padding: 1rem 3rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	display: inline-block;
}
.read-more-link:hover {
	background: #eee;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.read-more-link a {
	color: #fff;
}
.read-more-link:hover a {
	color: #333;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	display: none;
}
.full-width-content .entry {
	padding: 20px 20px;
	padding: 2rem 2rem;
}

/* Themes single */
.one-half-theme {
	width: 600px;
	float: left;
}
.second-half-theme {
	width: 340px;
	float: right;
	background: #f8f8f8;
	padding: 20px;
	padding: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
}
.theme-type-cat a {
	background: #2a5db0;
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
	border: none;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
}
.theme-type-cat a:hover {
	color: #eee;
	border: none;
}
.theme-banner-img {
	position: relative;
}
.theme-price {
	position: absolute;
	top: 0;
	right: 0;
	background: #c0392b;
	font-weight: bold;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
}
.theme-banner-img img {
	margin: 0;
	border: 3px solid #f4f4f4;
	background: #fcfcfc;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);
}
.entry-content .theme-feature-style {
	list-style-type: none;
	margin-left: 20px;
	margin-left: 2rem;
	font-size: 12px;
	font-size: 1.2rem;
}
.entry-content .theme-feature-style:before {
	content: '\f058';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 14px/1 'FontAwesome';
	vertical-align: middle;
	padding-right: 10px;
	color: #2ecc71;
}
.top-banner-pages {
	padding: 30px 0;
	padding: 3rem 0;
	text-align: center;
	background: rgba(46, 204, 113, 0.7);
}
.single-post .top-banner-pages {
	padding: 60px 0 40px 0;
	padding: 6rem 0 4rem 0;
}
.top-banner-pages h1 {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
}
.top-banner-pages p {
	color: #fff;
}
.single-post .top-banner-pages h1 {
	text-align: left;
}
.single-post .head-background {
	background: rgb(46, 204, 113);
	padding: 0 5px 0 5px;
}

/* Custom views css
---------------------------------------------------------------------------------------------------- */
.searchform-main {
	background: #f8f8f8;
	padding: 10px 30px 0 30px;
	padding: 1rem 3rem 0 3rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	display: inline-block;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 2px solid #eee;
}
.searchform-main p {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	margin: 0;
}
.searchform-main input, select, textarea {
	padding: 1px 15px;
	padding: 1rem 1.5rem;
}
.search-1 {
	width: 60%;
	float: left;
}
.search-2 {
	width: 25%;
	float: left;
	padding: 0 2%;
}
.search-3 {
	float: right;
}
.searchform-main select {
	background: #fff;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
.search-button {
	padding: 23px 0;
}
.theme-single {
	margin-bottom: 20px;
}

/* stay connected */
#stay-connected {
	clear: both;
}
#stay-connected h4 {
	font-size: 60px;
	margin-bottom: 10px;
}
#stay-connected .fa-envelope-o {
	font-size: 60px;
}
#stay-connected .connected-container {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	height: 100px;
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
	float: left;
}
#stay-connected a {
	color: #FFF;
}
#stay-connected span {
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
}
.connected-cover {
	height: 100px;
	padding-top: 20px;
	position: absolute;
	width: 100%;
	z-index: 999;
	transition: 0.6s ease all;
	-moz-transition: 0.6s ease all;
	-webkit-transition: 0.6s ease all;
}
.connected-action {
	height: 100px;
	position: absolute;
	z-index: 888;
	width: 100%;
}
#connected-twitter .connected-action {
	padding-top: 35px;
}
#connected-facebook .connected-action {
	padding-top: 20px;
}
#connected-google-plus .connected-action {
	padding-top: 18px;
}

/* hover */
#connected-rss:hover .connected-cover {
	margin: 0 !important;
}
.connected-container:hover .connected-cover {
	margin-top: -100%;
}

/* premade social colors and background classes */
.scolor-facebook {
	color: #3971B6;
}
.scolor-twitter {
	color: #A0D6E2;
}
.scolor-google-plus {
	color: #CE443E;
}
.scolor-rss {
	color: #EFB758;
}
.scolor-email {
	color: #BBB;
}
.scolor-facebook:hover {
	color: #5A99E6;
}
.scolor-twitter:hover {
	color: #93E7FA;
}
.scolor-google-plus:hover {
	color: #F74840;
}
.scolor-rss:hover {
	color: #F5C779;
}
.scolor-email:hover {
	color: #CCC;
}
.sbg-facebook {
	background: #3971B6;
}
.sbg-twitter {
	background: #A0D6E2;
}
.sbg-google-plus {
	background: #CE443E;
}
.sbg-rss {
	background: #EFB758;
}
.sbg-email {
	background: #BBB;
}
.sbg-facebook:hover {
	background: #5A99E6;
}
.sbg-twitter:hover {
	background: #93E7FA;
}
.sbg-google-plus:hover {
	background: #F74840;
}
.sbg-rss:hover {
	background: #F5C779;
}
.sbg-email:hover {
	background: #CCC;
}

/* * Theme and portfolio archive * */
.theme-grid {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.theme-single-grid {
	list-style: none;
	margin-bottom: 34px;
	position: relative;
	width: 31.333%;
	float: left;
	margin-right: 1%;
	margin-left: 1% !important;
	display: inline;
	border: 2px solid #eee;
}
.theme-thumbnail-grid img {
	display: block;
	width: 100%;
	background: #f4f4f4;
	margin-bottom: 0;
}
.theme-info-grid {
	padding: 20px 12px 36px;
	border: solid 1px #e4e4e4;
	border-top: none;
}
.theme-title-grid {
	font-weight: 700;
	margin: 0;
	height: 42px;
	font-size: 20px;
}
.theme-type-grid {
	font-size: 11px;
	color: #7d7d7d;
	position: absolute;
	bottom: 8px;
	right: 16px;
	white-space: nowrap;
}
.theme-price-grid {
	font-size: 12px;
	padding: 2px 6px;
	color: #fff !important;
	background: #1fa756;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border-bottom: none !important;
}
.theme-link-grid {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-bottom: none !important;
	background: none;
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
}
.theme-link-grid:hover {
	z-index: 10;
	background: rgb(0, 0, 0);
	background: transparent9;
	background: rgba(251, 251, 251, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
}
.coupon-grid {
	width: 23%;
}
.coupon-single .coupon-grid {
	width: 48%;
}

/* * portfolio * */
.single-portfolio .entry {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}
.portfolio-info {
	margin-bottom: 20px;
}
.portfolio-info a {
	color: #fff;
	border-bottom: none;
}
.portfolio-service-type {
	text-align: left;
	font-size: 18px;
	color: #999
}
.portfolio-service-type a {
	color: #666;
}
.portfolio-url {
	font-size: 12px;
	padding: 2px 6px;
	color: #fff !important;
	background: #1fa756;
	display: inline-block;
	bottom: 10px;
	left: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border-bottom: none !important;
	float: right;
}
.portfolio-url a:hover {
	color: #ddd;
}
.portfolio-banner {
	border: 2px solid #f6f6f6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.page-navi {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	height: 40px;
	margin-bottom: 20px;
}
.page-navi .previous {
	float: left;
}
.page-navi .next {
	float: right;
}

/* * coupons * */
.coupon-discount {
	font-size: 20px;
	padding: 2px 6px;
	color: #fff !important;
	background: #1fa756;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border-bottom: none !important;
	vertical-align: middle;
}
.coupon-thumbnail {
	border: 4px solid #eee;
}
.coupon-thumbnail img {
	margin: 0;
}
.coupon-info {
	clear: both;
	margin-bottom: 20px;
	min-height: 180px;
}
.review-grid .theme-title-grid {
	font-size: 14px;
}
.review-grid {
	width: 23%;
}
.single-related-post {
	width: 45%;
	float: left;
	font-size: 13px;
	margin-bottom: 20px;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
.related-thumbnails {
	float: left;
	margin-right: 5px;
	border: 3px solid #eee;
}


.comment-list .bypostauthor:before {
content: "Post Author";
display: block;
text-align: right;
background: #333;
color: #fff;
padding: 0 20px;
font-size: 10px;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:1.5) {
	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 117px 35px;
	}
	.header-image .site-header .wrap:hover {
		background: url(images/logo-hover@2x.png) left no-repeat;
		background-size: 117px 35px;
	}
}
@media only screen and (max-width:1139px) {
	.wrap, .content-sidebar-wrap {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content, .site-header .widget-area {
		width: 560px;
	}
	.sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
		width: 300px;
	}
	.sidebar-primary {
		width: 380px;
	}
	.title-area {
		width: 260px;
	}
	.home-page-right {
		width: 310px;
	}
	.post-type-archive-portfolio .portfolio, .tax-portfolio-type .portfolio {
		float: left;
		margin: 0 5px 30px;
		margin: 0 0.5rem 3rem;
	}
	.top-banner-pages h1 {
		font-size: 40px;
		font-size: 4rem;
	}
	.entry {
		padding: 20px 20px 0;
		padding: 2rem 2rem 0;
	}
	.sidebar .widget {
		padding: 20px 20px;
		padding: 2rem 2rem;
	}
	.postauthor, .postauthor-bottom {
		margin: 15px -20px 0 -20px;
		margin: 1.5rem -2rem 0 -2rem;
	}
}
@media only screen and (max-width:1023px) {
	.content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .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%;
	}
	.header-image .site-header .wrap, .header-image .site-header .wrap:hover {
		background-position: center top;
	}
	.header-image .site-header .widget-area {
		padding: 0;
	}
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	.archive-description, .author-box, .entry, .entry-comments, .entry-footer .entry-meta, .sidebar .widget, .site-header, #respond {
		padding: 10px;
		padding: 1rem;
	}
	.site-inner {
		background: #fff;
	}
	.genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
		float: none;
	}
	.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
		text-align: center;
	}
	.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
		padding: 5px 15px;
		padding: 0.5rem 1.5rem;
	}
	.nav-secondary a {
		margin: 5px 0;
		margin: 0.5rem 0;
	}
	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
	}
	.genesis-nav-menu li.right {
		display: none;
	}
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}
	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}
	.footer-widgets {
		padding: 40px 5% 16px;
	}
	.footer-widgets-1 {
		margin: 0;
	}
	.post-type-archive-portfolio .portfolio, .tax-portfolio-type .portfolio {
		margin: 10px 0 10px 3%;
		width: 30%;
		height: auto;
		text-align: center;
		border: none;
		position: static;
		border: none;
		background: none;
	}
	.single-portfolio img {
		border: none;
	}
	.archive .site-inner, .post-type-archive-portfolio .site-inner, .tax-portfolio-type .site-inner {
		padding-top: 20px;
		padding-top: 2rem;
	}
	.post-type-archive-portfolio .portfolio:hover h2, .tax-portfolio-type .portfolio:hover h2 {
		background: none;
	}
	.post-type-archive-portfolio .portfolio h2, .tax-portfolio-type .portfolio h2 {
		font-size: 24px;
		font-size: 2.4rem;
		text-align: center;
		background: none;
		padding: 10px 0;
		height: auto;
		position: static;
		vertical-align: none;
		line-height: 0;
		width: 100%;
	}
	.post-type-archive-portfolio .portfolio h2 a, .tax-portfolio-type .portfolio h2 a {
		color: #666;
	}
	a.portfolio-featured-image {
		position: static;
		width: 25%;
		height: auto;
	}
	a.page-title-button {
		margin: 0;
	}
	.home-page-top {
		text-align: center;
	}
	.nav-secondary ul>:first-child {
		margin: auto;
	}
	.home-page-left {
		width: 500px;
		padding: 0;
	}
	.home-page-right {
		width: 260px;
		padding: 10px;
	}
	.postauthor, .postauthor-bottom {
		margin: 0;
	}
	.theme-archive .content {
		width: 100%;
	}
}
@media only screen and (max-width:767px) {
	.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%;
	}
	.home-page-left, .home-page-right {
		float: none;
		width: 100%;
	}
	.home-page-bottom .featured-content .entry {
		float: none;
		max-width: 100%;
		min-height: auto;
	}
	.home-page-bottom .featured-content .entry img {
		margin-right: 20px;
		margin-right: 2rem;
	}
	.home-page-bottom .featured-content .entry-title {
		margin-top: 20px;
		margin-top: 2rem;
	}
	.home-page-bottom .featured-content .entry {
		float: left;
		width: 45%;
		background: #eee;
		margin-left: 3%;
		min-height: 450px;
		min-height: 45rem;
	}
	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.home-page-right .featured-content .entry {
		width: 80%;
		margin: 10px auto;
	}
	.post-type-archive-portfolio .portfolio, .tax-portfolio-type .portfolio {
		margin: 10px 5%;
		width: 40%;
	}
	.post-type-archive-portfolio .portfolio h2, .tax-portfolio-type .portfolio h2 {
		font-size: 20px;
		font-size: 2rem;
	}
	.single-portfolio img {
		border: none;
	}
	#page-title p {
		text-align: center;
		line-height: 1.25;
	}
	a.page-title-button {
		margin: 10px auto;
		float: none;
		display: block;
		width: 200px;
		text-align: center;
		line-height: 40px;
	}
	.post-bottom-coupon-widget {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		display: none;
	}
	.top-optin-widget .enews-widget input, .bottom-optin-widget .enews-widget input, .top-optin-widget .enews-widget input[type="submit"], .bottom-optin-widget .enews-widget input[type="submit"] {
		width: 100%;
	}
	.social-media-icons, .social-media-icons a {
		font-size: 8px;
		font-size: 0.8rem;
	}
	.top-banner-pages {
		padding: 20px 5% !important;
		background: #fff;
	}
	.top-banner-pages h1 {
		font-size: 26px;
		font-size: 2.6rem;
		color: #6f7c82;
	}
	.single-post .head-background {
		background: #fff;
	}
	.single-post .top-banner-pages h1 {
		text-align: center;
		margin: 0;
	}
	.nav-primary {
		background-color: rgb(46, 204, 113);
	}
	.breadcrumb {
		font-size: 10px;
		font-size: 1rem;
	}
	.site-footer .gototop, .site-footer .creds {
		float: none;
		text-align: center;
	}
	.site-footer {
		padding: 10px 0;
		padding: 1rem 0;
	}
	.site-header {
		border-bottom: none;
	}
	.theme-single-grid {
		width: 48%;
	}
	.search-1, .search-2 {
		width: 50%;
	}
	.search-3 {
		float: left;
	}
}
@media only screen and (max-width:479px) {
	.home-page-bottom .featured-content .entry {
		float: left;
		width: 90%;
		background: #eee;
		margin: 5% 10px;
	}
	.home-page-right .featured-content .entry {
		width: 90%;
		margin: 10px auto;
	}
	.post-type-archive-portfolio .portfolio, .tax-portfolio-type .portfolio {
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}
	.portfolio-featured-image a img, .portfolio-featured-image a img:hover {
		border: none;
	}
	.navigation {
		font-size: 12px;
		font-size: 1.2rem;
	}
	a.read-more-link {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px;
	}
	.site-inner {
		padding-left: 5px;
		padding-right: 5px;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.entry-title {
		font-size: 20px;
		font-size: 2rem;
	}
	.nav-secondary ul>:first-child a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.top-banner-pages h1 {
		font-size: 20px;
		font-size: 2rem;
	}
	.single-related-post {
		width: 100%;
	}
}