/*
	Theme Name: James
	Description: Custom child theme created especially for James by Web Savvy Marketing on the Genesis framework.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.0.3

	Template: genesis

	Copyright 2014 - Web Savvy Marketing
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: james

*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

/*
	Open Sans, and Playfair Display fonts are enqueued from Google Fonts
	in the /lib/init.php file along with the Genericons and Google Material Icons fonts.
	See https://www.google.com/design/icons/ and https://genericons.com/ for full lists of Icons available.

*/

/*
Right to Left styles
---------------------------------------------------------------------------------------------------- */

/* @noflip */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	background-color: #fff;
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.7rem;
}

body {
	background-color: #fff;
	color: #58595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
    font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #87bdd4;
	text-decoration: none;
}

a:hover {
	color: #4d4d4f;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	background: url(images/blockquote.png) no-repeat 0 5px;
	margin: 40px 0;
	min-height: 50px;
	padding-left: 50px;
}

span.name {
	display: block;
	font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.2;
	margin-top: 10px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 20px 0;
}

.small-heading {
	font-size: 20px;
    font-size: 2rem;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #231f20;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	-webkit-font-smoothing: auto;
}

h1 {
	font-size: 60px;
    font-size: 6rem;
}

h2 {
	font-size: 35px;
    font-size: 3.5rem;
}

h3 {
	font-size: 30px;
    font-size: 3rem;
}

h4 {
	font-size: 25px;
    font-size: 2.5rem;
}

h5 {
	font-size: 20px;
    font-size: 2rem;
}

h6 {
	font-size: 18px;
    font-size: 1.8rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f1f1f2;
	border: 0;
	color: #231f20;
	font-size: 18px;
    font-size: 1.8rem;
	font-weight: 300;
	padding: 8px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 0;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #58595b;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #58595b;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #87bdd4;
	border-radius: 4px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
    font-size: 1.8rem;
	padding: 8px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #82c8e6;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap,
.home .site-inner .home-f1 .wrap,
.home .site-inner .home-f4 .wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner {
	clear: both;
	padding: 40px 0;
}

.home .site-inner,
.home .site-inner .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

.sidebar-content .content-sidebar-wrap {
	background: url(images/devider-content-sidebar.png) repeat-y 331px 0;
}

.content-sidebar .content-sidebar-wrap {
	background: url(images/devider-content-sidebar.png) repeat-y 822px 0;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.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: 780px;
}

.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: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 330px;
}

.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,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-bottom: 20px;
	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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.form-box {
	border-left: 1px solid #ddd;
    margin-left: 2% !important;
    padding-left: 2% !important;
}

.info-box {
	border-left: 1px solid #ddd;
    margin-left: 2% !important;
    padding-left: 2% !important;
}

.first {
	clear: both;
	margin-left: 0;
}

.home .content .widget-area ul.one-fourth {
	margin-left: 1.2%;
	width: 24%;
}

.home .content .widget-area ul.one-fourth.first {
	margin-left: 0;
}

ul.one-fourth li,
ul.one-half  li,
ul.one-third li {
	background: url(images/icon_list_arrow.png) no-repeat 0 5px transparent;
	list-style-type: none;
	padding-left: 15px;
}

.one-third.alignright {
	text-align: left;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
	margin-top: 5px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	border-radius: 6px;
	height: 55px;
	margin: 0 16px 10px 0;
	width: 55px;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 15px;
    font-size: 1.5rem;
	margin-bottom: 20px;
}

.breadcrumb a {
	color: #a7a9ac;
}

.breadcrumb a:hover {
	color: #58595b;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 40px;
}


.archive-description .archive-title {
	color: #231f20;
	font-size: 60px;
    font-size: 6rem;
	line-height: 1;
}

.author-box-title {
	font-size: 25px;
    font-size: 2.5rem;
	margin-bottom: 10px;
	padding-top: 20px;
	text-transform: capitalize;
}

.author-box {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 70px;
	padding-bottom: 30px;
	padding-top: 20px;
}

.author-box .avatar {
	background-color: #fff;
	border-radius: 8px;
	display: block;
	float: none;
	height: 150px;
	margin: 0;
	width: 150px;
}

.author-box .avatar-box {
	border: 5px solid #e6e7e8;
	border-radius: 8px;
	display: block;
	float: left;
	margin: 5px 20px 0 0;
	overflow: hidden;
}

.author-box .author-box-content {
	font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.375;
	overflow: hidden;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.search-form input[type="search"] {
	color: #58595b;
	padding: 14px 41px 14px 15px;
}

.search-form input[type="submit"] {
	background: url(images/icon_magnify.png) no-repeat center center transparent;
	bottom: 0;
	height: auto;
	padding: 0;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 0;
	width: 26px;
}


.widget_search ::-moz-placeholder {
	color: #58595b;
}

.widget_search ::-webkit-input-placeholder {
	color: #58595b;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
    font-size: 2rem;
}

.entry-title {
	font-size: 35px;
    font-size: 3.5rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #231f20;
}

.entry-title a:hover {
	color: #87bdd4;
}

.widget-title {
	font-size: 22px;
    font-size: 2.2rem;
	margin-bottom: 20px;
}

.sidebar .widget-title {
	margin-bottom: 18px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 20px;
    font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 20px;
}

.footer-widgets .footer-widgets-1 .widget-title {
	font-size: 38px;
    font-size: 3.8rem;
	padding: 0 10%;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

p > img {
	display: block;
	margin-bottom: 0 !important;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 24px;
}

.entry-header .post-image {
	margin-bottom: 20px;
}

.wp-caption-text {
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

img.post-image,
.alignnone img,
.alignleft img,
.alignright img,
img.aligncenter,
img.centered,
img.alignnone,
img.alignleft,
img.alignright {
	border: 1px solid #ddd;
	box-sizing: border-box;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 18px;
    font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	overflow: hidden;
}

.featured-content .entry-title,
.featured-content .entry-title a {
	color: #58595b;
}

.featured-content .entry-title a:hover {
	color: #87bdd4;
}

.featured-content .entry-header p.entry-meta {
	clear: none;
	font-family: 'Open Sans', sans-serif;
}

.sidebar .featured-content .entry-image {
	border-radius: 4px;
	display: block;
	max-width: 76px;
}

.featured-content .entry-image {
	display: block;
	margin-top: 5px;
}

.featured-content .entry-header a.alignleft {
	margin-bottom: 0;
	margin-right: 10px;
}

.featured-content .entry-header a.alignlright {
	margin-bottom: 0;
	margin-left: 10px;
}

.featured-content .entry-content {
	padding-top: 10px;
}

.home .content .featured-content .post.entry {
	float: left;
	text-align: center;
	width: 32%;
}

.ie8 .home .content .featured-content .post.entry,
.ie7 .home .content .featured-content .post.entry {
	margin-right: 2%;
}

.home .content .featuredpost article:nth-child(2),
.home .content .featuredpost article:nth-child(5),
.home .content .featuredpost article:nth-child(8),
.home .content .wsmfeaturedpost article:nth-child(2),
.home .content .wsmfeaturedpost article:nth-child(5),
.home .content .wsmfeaturedpost article:nth-child(8) {
	clear: both;
	margin-right: 2%;
}

.home .content .featured-content.featuredpost article:nth-child(4),
.home .content .featured-content.featuredpost article:nth-child(7),
.home .content .featured-content.featuredpost article:nth-child(10),
.home .content .featured-content.wsmfeaturedpost article:nth-child(4),
.home .content .featured-content.wsmfeaturedpost article:nth-child(7),
.home .content .featured-content.wsmfeaturedpost article:nth-child(10) {
	float: right;
}

.home .content .featured-content .entry-header p.entry-meta {
	color: #97999c;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.home .content .featured-content .entry-categories::before {
	display: none;
}

.home .content .featured-content .entry-title {
	font-size: 18px;
    font-size: 1.8rem;
}

.home .featured-content .entry-title,
.home .featured-content .entry-title a {
	color: #231f20;
}

.home .content .featured-content .entry-header p.entry-meta a,
.home .content .featured-content .entry-header p.entry-meta {
	color: #97999c;
}

.home .content .featured-content .entry-header p.entry-meta a:hover,
.home .content .featured-content .entry-title a:hover {
	color: #5e0231;
}

/*
Social Media
--------------------------------------------- */

.widget-social a.genericon:before {
	margin-right: 20px;
}

.widget-social a.genericon {
	background-color: #87bdd4;
	border-radius: 50%;
	box-sizing: content-box;
	color: #fff;
	font-size: 18px;
    font-size: 1.8rem;
    height: 18px;
    line-height: 1;
	margin-right: 12px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    white-space: nowrap;
    width: 18px;
}

.ie .widget-social a.genericon,
.gecko.win .widget-social a.genericon {
	line-height: 1.3;
}

.footer-widgets .widget-social a.genericon {
	margin-right: 22px;
}

.ie .widget-social a.genericon {
	line-height: 1.325;
}

.widget-social a.genericon:hover {
	background-color: #98d3df;
	color: #fff;
}

.footer-widgets .widget-social a:last-child,
.widget-social a:last-child {
	margin-right: 0;
}

/* ## WSM Featured Content
--------------------------------------------- */

.wsm-featured-widget .text-content-wrap.left-text {
	text-align: left;
}

.wsm-featured-widget .text-content-wrap.center-text {
	text-align: center;
}

.wsm-featured-widget .text-content-wrap.right-text {
	text-align: right;
}

.wsm-featured-widget .more-link {
	margin-top: 26px;
}

.wsm-featured-widget .more-link a {
	padding: 6px 35px 9px;
}

.wsm-featured-widget .right-text .more-link,
.wsm-featured-widget .left-text .more-link {
	clear: none;
}

.wsm-featured-widget  .widget-title,
.home .content .wsm-featured-widget  .widget-title {
	margin-bottom: 20px;
}

.wsm-featured-widget .left-text .widget-title {
	text-align: left !important;
}

.wsm-featured-widget .right-text .widget-title {
	text-align: right !important;
}

.wsm-featured-widget .featured-image {
	display: block;
}

.sidebar .wsm-featured-widget img.alignleft,
.sidebar .wsm-featured-widget img.alignright,
.wsm-featured-widget a.alignleft,
.wsm-featured-widget a.alignright {
	max-width: 50%;
}

.home .content .wsm-featured-widget a.alignleft,
.home .content .wsm-featured-widget a.alignright {
	max-width: 58%;
}

/* ## WSM Shortcode Button
--------------------------------------------- */

.cta-button {
	display: block;
	margin-bottom: 20px;
}

.cta-button a {
	background: url(images/icon_cta_arrow.png) no-repeat right center #B34A83;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
    font-size: 2.4rem;
	line-height: 1.2;
	padding: 6px 50px 9px 20px;
	text-decoration: none;
}

.cta-button a:hover {
	opacity: 0.8;
}

.cta-button.blue a {
	background-color: #00aabf;
}

.cta-button.maroon a {
	background-color: #B34A83;
}


/* ## WSM Sidebar Button
--------------------------------------------- */

.wsm-btn {
	background-color: #87bdd4;
	border-radius: 0 4px 4px 0;
	color: #fff;
}

.wsm-btn:hover {
	background-color: #98d3df;
}

.sidebar .wsm-btn {
	margin-left: 1px;
}

.sidebar-content .wsm-btn {
	border-radius:  4px 0 0 4px;
}

.wsm-btn .sidebar-btn a {
	background: url(images/arrow-sidebar-button.png) no-repeat right center;
	color: #fff;
	display: block;
	font-size: 19px;
    font-size: 1.9rem;
	line-height: 1.2;
	padding: 15px 20px 15px 0;
}

.wsm-btn:hover .sidebar-btn a {
	color: #fff;
}

.wsm-btn .sidebar-btn h1,
.wsm-btn .sidebar-btn h2,
.wsm-btn .sidebar-btn h3,
.wsm-btn .sidebar-btn h4 {
	color: #fff;
	line-height: 1;
	margin: 0 0 5px;
}

.wsm-btn .sidebar-btn h1 {
	font-size: 40px;
    font-size: 4rem;
}

.wsm-btn .sidebar-btn h2 {
	font-size: 37px;
    font-size: 3.7rem;
}

.wsm-btn .sidebar-btn h3{
	font-size: 34px;
    font-size: 3.4rem;
}

.wsm-btn .sidebar-btn h4 {
	font-size: 30px;
    font-size: 3rem;
}

.wsm-btn .sidebar-btn b,
.wsm-btn .sidebar-btn strong {
	color: #fff;
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 34px;
    font-size: 3.4rem;
	line-height: 1;
	margin: 0 0 5px;
}

/* ## WSM CTAs
--------------------------------------------- */

.home-f1 {
	padding: 60px 0;
}

.home-f1,
.wsm-cta-widget .cta-box {
	text-align: center;
}

.home .content .wsm-cta-widget .widget-title {
	margin-bottom: 10px;
}

.cta-title {
	font-size: 28px;
    font-size: 2.8rem;
	margin-bottom: 20px;
}

.cta-title a {
	color: #231f20;
}

.cta-title a:hover {
	color: #5e0231;
}

.sidebar .wsm-cta-widget .cta-box {
	margin-bottom: 20px;
}

.wsm-cta-widget .cta-wrap {
	overflow: hidden;
}

.wsm-cta-widget .cta-icon {
	margin-bottom: 25px;
}

.wsm-cta-widget .cta-box-content {
	padding: 0 15px;
	word-wrap: break-word;
}

.home .content .home-f1 .wsm-cta-widget {
	display: inline-block;
	float: left;
	padding: 20px 0;
	margin-right: 1.5%;
	width: 23%;
}

.cta-box .genericon,
.cta-box .material-icons {
	color: #98d3df;
	font-size: 96px;
    font-size: 9.6rem;
}

.cta-box .genericon:hover,
.cta-box .material-icons:hover {
	color: #87bdd4;
	font-size: 96px;
    font-size: 9.6rem;
}

/* ## WSM Featured Testimonial
--------------------------------------------- */

.wsm-featured-testimonial blockquote {
	background: none;
	font-size: 18px;
    font-size: 1.8rem;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}

.wsm-featured-testimonial blockquote::before {
	background: url(images/blockquote.png) no-repeat 0 0;
	content: "";
	display: block;
	float: left;
	height: 35px;
	margin: 5px 15px 0 0;
	width: 41px;
}

.wsm-featured-testimonial .featured-testimonial {
	margin-bottom: 20px;
	padding-left: 155px;
	position: relative;
	text-align: left;
}

.wsm-featured-testimonial .testimonial-photo {
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
}

.wsm-featured-testimonial .testimonial-photo img {
	border-radius: 8px;
	display: block;
	width: 134px;
}

.ie7 .wsm-featured-testimonial .testimonial-photo,
.ie8 .wsm-featured-testimonial .testimonial-photo {
	border: 0;
}

.ie8 .wsm-featured-testimonial .testimonial-photo img {
	max-width: inherit;
}

.wsm-featured-testimonial .author,
.wsm-featured-testimonial .company-name {
	display: block;
	font-size: 16px;
    font-size: 1.6rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.home .content .wsm-featured-testimonial blockquote::before  {
	background-image: url(images/blockquote-light.png)
}

.sidebar .wsm-featured-testimonial .testimonial-photo {
	float: none;
	margin: 0 auto 20px;
	position: static;
	text-align: center;
	width: 134px;
}

.sidebar  .wsm-featured-testimonial .featured-testimonial {
	margin-bottom: 30px;
	padding-left: 0;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

h3.related-posts {
	font-size: 25px;
    font-size: 2.5rem;
}

.content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	border: 4px solid #E6E7E8;
	border-radius: 10px;
}

.content #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-top: 20px;
	padding-right: 7px;

}

.content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: #58595b;
	font-size: 18px;
    font-size: 1.8rem;
}

/* ## Gravity Forms
--------------------------------------------- */

div.gform_wrapper {
	margin: 0;
	max-width: 100%;
}

div.gform_wrapper textarea,
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"] {
	font-size: 18px;
    font-size: 1.8rem;
	padding: 10px;
}

div.gform_wrapper input.large {
	width: 96%;
}

div.gform_wrapper textarea,
div.gform_wrapper textarea.medium,
div.gform_wrapper textarea.small,
div.gform_wrapper textarea.large {
	width: 96%;
}

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-weight: 400;
}

div.gform_wrapper h2.gsection_title {
	padding-top: 20px !important;
}

div.gform_wrapper h3.gform_title {
	margin-bottom: 5px;
}

div.gform_wrapper h3.gform_title {
	margin-top: 0;
}

div.gform_wrapper input[type="checkbox"],
div.gform_wrapper input[type="radio"] {
	margin-left: 5px !important;
	padding: 0;
}

div.gform_wrapper li.gfield .gfield_label {
	font-size: 18px;
    font-size: 1.8rem;
	font-weight: 400;
	margin: 10px 0 !important;
}

div.gform_wrapper ul.top_label li.gfield .gfield_label {
	display: block;
}

.entry-content div.gform_wrapper li.gfield {
	list-style: none outside none;
}

body div.gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}

div.gform_wrapper li.hidden_label textarea {
	margin-top: 0.75em;
}

div.gform_wrapper ul {
	margin-left: 0;
}

div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .top_label li.gfield.gf_right_half,
div.gform_wrapper ul li.gfield {
	border: 0;
	margin: 0;
	padding-bottom: 0;
}

div.gform_wrapper .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper .gfield_radio li input[type="radio"],
div.gform_wrapper .gfield_checkbox li input {
	margin-top: 6px;
}

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
	display: inline !important;
	margin-left: 10px;
}

div.gform_wrapper .gform_footer {
	padding: 0;
}

.ie div.gform_wrapper .gform_footer input.button {
	padding: 5px 40px 8px 18px;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"] {
	background: url(images/arrow-form-submit.png) no-repeat right center #5E0231;
	font-size: 24px;
    font-size: 2.4rem;
	line-height: 1.2;
	padding: 5px 40px 8px 18px;
}

div.gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 5px 40px 8px 18px;
}

div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #8d1653;
}

div.gform_wrapper h3.gform_title {
	font-size: 35px;
    font-size: 3.5rem;
}

div.gform_wrapper .datepicker {
	width: 125px !important;
}

div.gform_wrapper li.gfield.gf_right_half .datepicker,
div.gform_wrapper li.gfield.gf_left_half .datepicker {
	width: 97% !important;
}

.widget-area div.gform_wrapper .gfield_required {
	color: #fff;
}

.widget-area div.gform_wrapper .gform_heading,
body .widget-area div.gform_wrapper label.gfield_label + div.ginput_container {
	margin: 0;
}

.widget-area  div.gform_wrapper h3.gform_title {
	font-size: 25px;
    font-size: 2.5rem;
}

.widget-area div.gform_wrapper {
	background-color: #00aabf;
	border-radius: 5px;
	color: #fff;
	padding: 25px;
}

.widget-area div.gform_wrapper .gsection .gfield_label,
.widget-area div.gform_wrapper h2.gsection_title,
.widget-area div.gform_wrapper h3.gform_title {
	color: #fff;
}

.widget-area div.gform_wrapper span.gform_description {
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.375;
}

.widget-area div.gform_wrapper li.gfield .gfield_label {
	font-size: 18px;
    font-size: 1.8rem;
	font-weight: 400;
	margin: 10px 0 !important;
}

.widget-area div.gform_wrapper textarea,
.widget-area div.gform_wrapper input[type="email"],
.widget-area div.gform_wrapper input[type="text"] {
	line-height: 1.2;
	padding: 5px;
}

.widget-area div.gform_wrapper .gform_footer input.button,
.widget-area div.gform_wrapper .gform_footer input[type="submit"] {
	background: none #e2e3e4;
	color: #00aabf;
	font-size: 14px;
    font-size: 1.4rem;
	padding: 7px 30px;
}

.ie .widget-area div.gform_wrapper .gform_footer input.button,
.ie .widget-area div.gform_wrapper .gform_footer input[type="submit"] {
	padding: 6px 30px 7px;
}

.gecko .widget-area div.gform_wrapper .gform_footer input.button,
.gecko .widget-area div.gform_wrapper .gform_footer input[type="submit"] {
	padding: 6px 30px;
}

.widget-area div.gform_wrapper .gform_footer input.button:hover,
.widget-area div.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #DDD;
}

.sidebar.widget-area div.gform_wrapper .gform_footer input.button,
.sidebar.widget-area div.gform_wrapper .gform_footer input[type="submit"] {
	background: none #fff;
	color: #00aabf;
	font-size: 18px;
    font-size: 1.8rem;
}

div.gform_wrapper .button-center .gform_footer {
	text-align: center;
}

.sidebar .widget-area div.gform_wrapper .button-right .gform_footer input.button,
.sidebar .widget-area div.gform_wrapper .button-right .gform_footer input[type="submit"],
.widget-area div.gform_wrapper .button-right .gform_footer input.button,
.widget-area div.gform_wrapper .button-right .gform_footer input[type="submit"] {
	font-size: 14px;
    font-size: 1.4rem;
}

.widget-area div.gform_wrapper .button-right {
	position: relative;
}


.after-entry div.gform_wrapper h3.gform_title {
	background: url(images/icon-email.png) no-repeat 0 3px transparent;
	padding-left: 45px;
}

.after-entry .widget-area div.gform_wrapper textarea,
.after-entry .widget-area div.gform_wrapper input[type="email"],
.after-entry .widget-area div.gform_wrapper input[type="text"] {
	border-radius: 5px;
}

.after-entry div.gform_wrapper .button-right .gform_footer {
	margin: 0;
}

.after-entry div.gform_wrapper .button-right input[type="text"] {
	border-radius: 5px 0 0 5px;
}

.after-entry div.gform_wrapper .button-right  input.button,
.after-entry div.gform_wrapper .button-right .gform_footer input[type="submit"] {
	border-radius: 0 5px 5px 0;
	bottom: 0;
	line-height: 1.2;
	position: absolute;
	right: 0;
}

.after-entry  ::-moz-placeholder {
	color: #a3a5a8;
}

.after-entry ::-webkit-input-placeholder {
	color: #a3a5a8;
}

.clear,
div.gform_wrapper .clear-it {
	clear: both !important;
	display: block;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"],
div.gform_wrapper .gfield_checkbox li input[type="checkbox"] {
	display: none;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"] + label,
div.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label {
	background: url(images/checkbox-square.png) no-repeat 0 0;
	display:inline-block !important;
	cursor:pointer;
	padding-left: 30px;
	vertical-align:middle;
}

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
	margin-left: 0;
}

div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	font-weight: normal;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
div.gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label {
	background: url(images/checkbox-square-checked.png) no-repeat 0 0;
}

div.gform_wrapper li.left-align-label {
	padding-top: 20px;
}

div.gform_wrapper li.left-align-label label.gfield_label {
	clear: none;
	display: block;
	float: left;
	margin: 0 15px 0 0 !important;
	min-width: 48%;
}

/*
## WP Table
--------------------------------------------- */

h2.tablepress-table-name {
	font-size: 30px;
    font-size: 3rem;
}

.entry-content span.tablepress-table-description {
	padding: 0 15px;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background-color: #87bdd4;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #CCC;
	border-top: none;
	border-right: 1px solid #CCC;
}

table.tablepress {
	border: 1px solid #CCC;
}

span.tablepress-table-description {
    margin-bottom: 16px;
}

table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
}

table.tablepress th,
table.tablepress td {
	font-size: 17px;
    font-size: 1.7rem;
	line-height: 1.625;
	padding: 5px 15px;
}

/* ## Mashsb
--------------------------------------------- */

aside.mashsb-container {
	margin: 60px 0 40px;
	padding: 0;
}

/* ## Soliloquy
--------------------------------------------- */

div.soliloquy-container.soliloquy-transition-horizontal .soliloquy-prev {
	left: -40px;
}

div.soliloquy-container.soliloquy-transition-horizontal .soliloquy-next {
	right: -40px;
}

/* ## Password Protected
--------------------------------------------- */

.entry-content form.post-password-form input[type="password"],
.content form.post-password-form input[type="spassword"],
#content  form.post-password-form input[type="password"] {
	background-color: #fff;
	border: 1px solid #eee;
}

.entry-content form.post-password-form,
.content form.post-password-form,
#content form.post-password-form {
	background-color: #F5F6F6;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	max-width: 50%;
	padding: 20px;
}

.entry-content form.post-password-form p,
.content form.post-password-form p,
#content form.post-password-form p {
	margin-bottom: 0;
}

form.post-password-form h1 {
	font-size: 24px;
    font-size: 2.4rem;
}

.entry-content form.post-password-form input[type="submit"],
.content form.post-password-form input[type="submit"],
#content  form.post-password-form input[type="submit"] {
	margin-top: 10px;
}

/* ## Printfriendly
--------------------------------------------- */

div.printfriendly {
	clear: both;
	text-align: right;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 6px 6px -6px #777;
	min-height: 112px;
	position: relative;
	z-index: 100;
}

.woocommerce .site-header {
	box-shadow: 0 6px 6px -6px #222;
}

.site-header .wrap {
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 475px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Playfair Display', serif;
	font-size: 74px;
    font-size: 7.4rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 0 12px;
}

.site-title a,
.site-title a:hover {
	color: #87bdd4;
}

.header-image .site-title {
	margin: 0;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	margin: 5px 0;
	min-height: 108px;
	width: 100%;
}

.site-description {
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
    font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 5px 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 670px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 0;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 18px;
    font-size: 1.8rem;
	text-align: left;
}

.ie7 .genesis-nav-menu .menu-item {
	display: block;
	float: left;
}

.genesis-nav-menu a {
	color: #58595b;
	display: block;
	padding: 10px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	background-color: #87bdd4;
	border-radius: 0 0 4px 4px;
	left: -9999px;
	opacity: 0;
	padding-bottom: 12px;
	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: 268px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #transparent;
	border-top: 0;
	border-bottom: 1px solid #a2dfeb;
	color: #fff;
	font-size: 14px;
    font-size: 1.4rem;
	padding: 15px 20px;
	position: relative;
	width: 268px;
}

.ie7 .genesis-nav-menu .sub-menu a {
	width: 228px;
}

.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #98d3df;
	color: #231f20;
}

.genesis-nav-menu .sub-menu > li:last-child > a {
	border-bottom: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 268px;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .cart > a::after {
	display: none;
}

.genesis-nav-menu > .cart > a {
	background: url(images/icon_cart.png) no-repeat center center transparent;
	border: 0;
	display: block;
	padding-left: 20px;
	text-indent: -9999px;
	width: 32px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary .genesis-nav-menu .menu-item {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
    font-size: 2.1rem;
	font-weight: 400;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	color: #363436;
	padding: 47px 14px;
}

.nav-primary .genesis-nav-menu > .last > a {
	padding-right: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    font-size: 1.8rem;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #878787;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item a,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #98d3df;
	color: #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: url(images/bg_submenu.png) repeat 0 0 transparent;
	position: relative;
	z-index: 125;
}

.nav-secondary .genesis-nav-menu {
	text-align: right;
}

.ie7 .nav-secondary .genesis-nav-menu {
	float: right;
	width: auto;
}

.nav-secondary .genesis-nav-menu .menu-item {
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: 400;
}

.nav-secondary .genesis-nav-menu > .menu-item > a {
	color: #fff;
	padding: 11px 5px;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #ddd;
}

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #8a8c8e;
}

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	background-color: #98d3df;
	color: #fff;
}

.nav-secondary .genesis-nav-menu > .menu-item > a::after {
	content: "|";
	padding-left: 8px;
}

.nav-secondary .genesis-nav-menu > .last > a::after {
	display: none;
}

.nav-secondary .genesis-nav-menu > .cart {
	padding-left: 10px;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	padding: 8px 15px;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -32px 0 0 268px;
}

/* ## Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle.genericon {
	display: none;
	visibility: hidden;
}

/* #  Page/Home Top Banner
---------------------------------------------------------------------------------------------------- */

.top-image {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
    font-size: 2.4rem;
	height: auto;
	line-height: 1.2;
/*	margin-top: -157px; */
    max-width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
    width: 100%;
}

.top-image {
	max-height: 275px;
}

.home .top-image {
	max-height: inherit;
}

.top-image .banner-image {
	display: block;
	height: auto;
	width: 100%;
	z-index: 1;
}

.top-image h1,
.top-image h2,
.top-image h3,
.top-image h4 {
	color: #fff;
}

.top-image .wrap {
	height: auto;
	max-height: 275px;
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 10;
}

.home .top-image .wrap {
	max-height: 550px;
}

.page-image.top-image .entry-title {
	bottom: 40px;
	color: #fff;
	font-size: 60px;
    font-size: 6rem;
	left: 50%;
	margin-left: -576px;
	position: absolute;
	right: 0;
	text-align: left;
	text-shadow: 1px 1px 4px #000;
	width: 1152px;
}

.top-image .banner-title {
	color: #fff;
	font-size: 64px;
    font-size: 6.4rem;
	line-height: 1;
	margin: 0 0 40px;
	text-align: center;
	text-shadow: 1px 1px 4px #000;
}

.top-image .banner-text {
	bottom: 120px;
	left: 50%;
	margin-left: -576px;
	position: absolute;
	width: 1152px;
}

.top-image .banner-text p {
	text-shadow: 1px 1px 2px #000;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */

.home .content .widget-title {
	color: #231f20;
	font-size: 38px;
    font-size: 3.8rem;
	margin-bottom: 40px;
	text-align: center;
}

.home .content .widget {
	color: #231f20;
	display: block;
	margin: 0 auto;
	max-width: 1152px;
	overflow: hidden;
	padding: 80px 0;
}

.home .content .widget-wrap {
	overflow: hidden;
}

.home .content .home-f3 .widget {
	overflow: visible;
}

.home .content .home-f5 .widget.wsm-featured-widget {
	max-width: 1152px;
	padding-left: 50px;
}

.home .content .home-f4 .widget {
	color: #fff;
	display: inline-block;
	margin: 0 1.2%;
	vertical-align: top;
	width: 47%;
}


.home .content li a {
	color: #231f20;
}

.home .content li a:hover {
	color: #5e0231;
}

.home-f2 {
	background-color: #e9e8e8;
}

.home-f3 {
	background-color: #fff;
}

.home-f4 {
	background: url(images/arrow-down-home-f4.png) no-repeat center top #87bdd4;
	text-align: center;
}

.home-f4 h1,
.home-f4 h2,
.home-f4 h3,
.home-f4 h4,
.home .content .home-f4 .widget-title {
	color: #fff;
}

.home-f5 {
	background-color: #e9e8e8;
}

.home-f6 {
    background-color: #fff;
}


/* # CTA Box
---------------------------------------------------------------------------------------------------- */

ul.cta-box img.cta-icon {
	display: block;
	margin: 35px auto 20px;
}

ul.cta-box span.cta-title {
	display: block;
	font-size: 22px;
    font-size: 2.2rem;
	font-family: 'Playfair Display', serif;
	line-height: 1.2;
	padding: 0 10px;
	text-align: center;
}

ul.cta-box a span.cta-title  {
	color: #231f20;
}

ul.cta-box a:hover span.cta-title  {
	color: #5e0231;
}


/* ## Contact
---------------------------------------------------------------------------------------------------- */

.contact-map {
    display: block;
    width: 100%;
}


/* ## Testimonials
---------------------------------------------------------------------------------------------------- */

.page-template-page_testimonial h1.entry-title {
	margin-bottom: 30px;
}

.single-wsm-testimonial .wsm-testimonial .entry-content {
	padding-left: 168px;
	position: relative;
}

.single-wsm-testimonial .entry-title {
	margin-bottom: 40px;
}

.entry-testimonial {
	float: left;
	margin-bottom: 60px;
	padding-left: 168px;
	position: relative;
	width: 48%;
}

.even.entry-testimonial {
	float: right;
}

.odd.entry-testimonial {
	clear: both;
}

.single-wsm-testimonial .entry-content .testimonial-photo,
.entry-testimonial .testimonial-photo {
	background-color: #fff;
	border-radius: 8px;
	height: 134px;
	left: 0;
	position: absolute;
	top: 0;
	width: 134px;
}

.single-wsm-testimonial .entry-content .testimonial-photo img,
.entry-testimonial .testimonial-photo img {
	border-radius: 8px;
	display: block;
}

.single-wsm-testimonial .entry-content blockquote,
.entry-testimonial blockquote {
	background: none;
	margin: 0 0 16px;
	padding-left: 0;
}

.single-wsm-testimonial .entry-content blockquote::before,
.entry-testimonial > blockquote::before {
	background: url(images/blockquote.png) no-repeat 0 0 transparent;
	content: "";
	display: block;
	height: 35px;
	width: 41px;
	float: left;
	margin-right: 10px;
}

.entry-testimonial .company-name,
.entry-testimonial .author {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.2;
	text-transform: uppercase;
}

/* #  Search Page
---------------------------------------------------------------------------------------------------- */

body.search-results article.wsm-industry .entry-meta {
	display: none;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.content .entry {
	background-color: #fff;
}

.content .entry-content a {
	color: #7bc5e5;
	font-weight: 400;
	text-decoration: underline;
}

.content .entry-content a:hover {
	color: #58595b;
}

.home .content .entry-content a,
.content .entry-content .cta-button a {
	text-decoration: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
}

.entry-content ul {
	margin-left: 20px;
}

.entry-content ol {
	margin-left: 25px;
}

.entry-content ol > li {
	line-height: 1.625;
	list-style-type: decimal;
}

.entry-content ul > li {
	line-height: 1.625;
	list-style-image: url(images/icon_list_square.png);
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
	margin-left: 30px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.entry-content blockquote {
	font-size: 18px;
    font-size: 1.8rem;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.more-link {
	clear: both;
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
    font-size: 2.4rem;
	line-height: 1;
	margin-top: 20px;
}

.content .entry-content .more-link a {
	color: #fff;
}

.more-link a {
	background-color: #87bdd4;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 6px 28px 9px;
}

.more-link a:hover {
	background-color: #82c8e6;
}

.textcenter {
	text-align: center;
}


/* ## Grid View
--------------------------------------------- */

.entry.teaser .entry-header,
.entry.feature .entry-header {
	text-align: center;
}

.entry.feature {
	border-bottom: 1px solid #e4e5e9;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.entry.feature .entry-header .entry-title {
	font-size: 35px;
    font-size: 3.5rem;
}

.entry.feature .entry-header p.entry-meta {
	font-size: 17px;
    font-size: 1.7rem;
}

.entry.feature .entry-content .more-link {
	text-align: center;
}

.entry.teaser .entry-header .entry-title {
	font-size: 30px;
    font-size: 3rem;
}

.entry.teaser .entry-header p.entry-meta {
	font-size: 16px;
    font-size: 1.6rem;
}

.entry.teaser .entry-content .more-link {
	display: none;
}

.entry.teaser.one-half {
	margin:	 0 0 80px;
	width: 46.5%;
}

.entry.one-half.first {
	clear: both;
	margin-right: 7%;
}

.entry.feature .entry-header .post-image,
.entry.teaser .entry-header .post-image,
.entry.teaser > .entry-header > a {
	display: block;
}

.entry.feature .entry-header .post-image,
.entry.teaser .entry-header .post-image {
	margin-bottom: 30px;
}

.entry.teaser > .entry-header > a {
	position: relative;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header p.entry-meta {
	clear: both;
	display: block;
	margin-bottom: 5px;
}

p.entry-meta,
p.entry-meta a {
	color: #58595b;
}

p.entry-meta a:hover {
	color: #87bdd4;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before,
.entry-categories::before {
	content: " | ";
	padding: 0 5px;
}

.entry-comments-link a {
	background: url(images/icon_comment.png) no-repeat left center transparent;
	margin-left: 5px;
	padding-left: 25px;
}

.single .entry-footer {
	margin-top: 20px;
}

.single .entry-footer .entry-meta {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    font-size: 1.8rem;
	padding: 10px 0;
}

.entry-footer .entry-meta a {
	color: #5e0231;
}

.entry-footer .entry-meta a:hover {
	color: #58595b;
}

.entry-tags {
	display: block;
}



/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #f3f3f3;
	color: #58595b;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
    font-size: 2.2rem;
	line-height: 1.2;
	padding: 10px 18px;
	-webkit-transition: none;
	-moz-transition:  none;
	-ms-transition:   none;
	-o-transition:     none;
	transition:         none
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #98D3DF;
	border-color: #98D3DF;
	color: #fff;
}

.archive-pagination li.pagination-previous,
.archive-pagination li.pagination-next {
	text-align: left;
	text-indent: -9999px;
}

.archive-pagination li.pagination-previous  a:hover,
.archive-pagination li.pagination-previous  a,
.archive-pagination li.pagination-next a:hover,
.archive-pagination li.pagination-next a {
	background: url(images/bg_navigation_light.png) repeat-x 0 bottom #fff;
	border-color: #f3f3f3;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 50px;
	z-index: 5;
}

.archive-pagination li.pagination-previous  a::after,
.archive-pagination li.pagination-next a::after {
	bottom: 0;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 10;
}

.archive-pagination li.pagination-next a::after {
	background: url(images/arrow-navi-next.png) no-repeat center center;
}

.archive-pagination li.pagination-previous  a::after {
	background: url(images/arrow-navi-previous.png) no-repeat center center;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 40px;
}

.entry-comments {
	line-height: 1.375;
}

.comment-header {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 10px;
	overflow: hidden;
}

.comment-respond h3.comment-reply-title,
.entry-comments > h3 {
	font-size: 25px;
    font-size: 2.5rem;
	margin-bottom: 30px;
}

li.comment {

}

.comment-content {
	padding-left: 71px;
	overflow: hidden;
}

.comment-list .comment-respond {
	margin-top: 20px;
}

.comment-list li {
	margin-top: 20px;
}

.comment-list  li:first-child {
	border-top: 0;
	padding-top: 0;
}


.comment-list ul.children li,
.comment-list li {
	border-top: 1px solid #e4e5e9;
	padding-top: 30px;
}

.comment-list .children {
	margin-left: 70px;
}

.comment-form > p {
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}

.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	background-color: #f8f8f9;
	border: 1px solid #eeeff0;
	border-radius: 3px;
	float: right;
	padding: 2px 5px;
	width: 80%;
}

.comment-respond label {
	color: #58595b;
	display: block;
	float: left;
	text-align: right;
	width: 18%;
}

.comment-respond .required {
	color: #5e0231;
}

.comment-form p.comment-form-subscriptions,
.comment-respond p.form-submit {
	padding-left: 20%;
}

.comment-form p.comment-form-subscriptions {
	margin-top: 20px;
}

.comment-form p.comment-form-subscriptions > label {
	margin-top: 20px;
	text-align: left;
	width: auto;
}

.comment-form #subscribe-reloaded {
	width: 20px !important;
}

.comment-respond p.form-submit input.submit {
	font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.2;
	padding: 5px 20px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-list .comment-meta {
	display: block;
}

.comment-list .comment-meta,
.comment-list .comment-meta a {
	color: #58595b;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 18px;
    font-size: 1.8rem;
	padding: 24px;
}

.comment-list  .comment-reply {
	font-family: 'Open Sans', sans-serif;
	padding-left: 71px;
}

.comment-list  .comment-reply a::after {
	content: " >";
}

.subscribe-to-comments label {
	margin-left: 19%;
	margin-right: 10px;
	width: 55%;
}

/* ## After Entry Widgetarea
----------------------------------------------------- */

.after-entry .widget {
	margin-bottom: 50px;
}

.after-entry .widget-title {
	font-size: 25px;
    font-size: 2.5rem;
	margin-bottom: 30px;
}

.after-entry .crp_related_widget ul {
	display: block;
	overflow: hidden;
}

.after-entry .crp_related_widget li {
	float: left;
	line-height: 1.375;
	margin-right: 6%;
	width: 29%;
}

.after-entry .crp_related_widget ul li:nth-child(3n+1) {
	clear: both;
}

.after-entry .crp_related_widget ul li:nth-child(3n) {
	margin-right: 0;
}

.crp_related_widget li a.crp_title {
	display: block;
}

.crp_related_widget .crp_author,
.crp_related_widget .crp_date {
	font-size: 14px;
    font-size: 1.4rem;
}

.crp_related_widget li a {
	display: block;
}

.crp_related_widget li .crp_thumb {
	border: 3px solid #e6e7e8;
	border-radius: 4px;
	display: block;
	margin-bottom: 20px;
}

.crp_related_widget li a.crp_title {
	color: #58595b;
}

.after-entry .crp_related_widget li a.crp_title:hover {
	color: #00aabf;
}

.crp_excerpt {
	display: block;
	padding-top: 10px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
    font-size: 1.8rem;
}

.sidebar li {
	line-height: 1.375;
	margin-bottom: 5px;
}

.sidebar li a {
	color: #4d4d4f;
}

.sidebar li a:hover {
	color: #87bdd4;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	padding: 0 20px;
}

.sidebar section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget_categories li {
	color: #a7a9ac;
}

.sidebar .widget_categories li a {
	color: #4d4d4f;
	padding-right: 5px;
}

.sidebar .widget_categories li a:hover {
	color: #87bdd4;
}

.sidebar .widget_recent_comments li {
	font-size: 14px;
    font-size: 1.4rem;
	margin-bottom: 20px;
}

.sidebar .widget_recent_comments li a {
	display: block !important;
	font-size: 18px;
    font-size: 1.8rem;
}

.sidebar .widget_recent_comments li a::before {
	content: open-quote ;
}

.sidebar .widget_recent_comments li a::after {
	content: close-quote ;
}

.sidebar .widget_recent_comments .comment-author-link a {
	display: inline !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    font-size: 1.4rem;
}

.sidebar .widget_recent_comments .comment-author-link a::before,
.sidebar .widget_recent_comments .comment-author-link a::after {
	display: none;
}

.sidebar .widget_nav_menu ul li {
	margin-bottom: 10px;
}

.sidebar .more-link {
	font-size: 18px;
    font-size: 1.8rem;
}

.sidebar .more-link a {
	padding: 4px 18px 7px;
}

/* # Interior Footer CTA
---------------------------------------------------------------------------------------------------- */

.interior-footer-cta {
	background-color: #87bdd4;
	background-size:   cover;
	color: #fff;
	font-size: 18px;
    font-size: 1.8rem;
	padding: 80px 0;
}

.interior-footer-cta .widget-title {
	color: #fff;
	font-size: 38px;
    font-size: 3.8rem;
	line-height: 1.2;
	margin-bottom: 4px;
}

.interior-footer-cta .more-link a {
	background-color: #fff;
	color: #98d3df;
}

.interior-footer-cta .more-link a:hover {
	background-color: #f0efef;
	color: #98d3df;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #414142;
	clear: both;
	font-size: 14px;
    font-size: 1.4rem;
	padding-bottom: 40px;
}

.footer-widgets .wrap {
	padding: 80px 0 0;
	text-align: center;
}


.footer-widgets,
.footer-widgets a {
	color: #a7a9ac;
}

.footer-widgets a:hover {
	color: #98d3df;
}

.footer-widgets li {
	list-style: none outside none;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	text-align: center;
	width: 100%;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	display: inline-block;
	float: none;
	text-align: left;
	vertical-align: top;
	width: 28%;
}


.ie7 .footer-widgets-2,
.ie7 .footer-widgets-3,
.ie7 .footer-widgets-4 {
	display: block;
	float: left;
}

.ie7 .footer-widgets-2 {
	margin-left: 180px;
}

.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 5%;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #8a8c8e;
	font-size: 13px;
    font-size: 1.3rem;
	line-height: 1;
	padding: 20px 0;
}

.footer-info {
	padding-top: 12px;
	text-align: center;
}

.site-footer .copyright {
	display: block;
	padding-bottom: 6px;
}


/* Color Option 1  */

.james-option1 p.entry-meta a:hover,
.james-option1.home .content .featured-content .entry-header p.entry-meta a:hover,
.james-option1.home .content .featured-content .entry-title a:hover,
.james-option1 .content .entry-content a,
.james-option1 .cta-title a:hover,
.james-option1 .sidebar li a:hover,
.james-option1 .entry-title a:hover,
.james-option1 .sidebar .widget-title a:hover,
.james-option1 p.entry-meta a:hover,
.james-option1 .sidebar li a:hover,
.james-option1 .entry-footer .entry-meta a,
.james-option1 .cta-title a:hover,
.james-option1 a {
	color: #db9e51;
}

.james-option1 .interior-footer-cta .more-link a,
.james-option1 .cta-box .genericon:hover,
.james-option1 .cta-box .material-icons:hover {
	color: #a8b6bf;
}

.james-option1 a:hover {
    color: #4d4d4f;
}

.james-option1 .site-title a,
.james-option1 .site-title a:hover,
.james-option1 .cta-box .gernericon,
.james-option1 .cta-box .material-icons,
.james-option1 .footer-widgets a:hover {
	color: #c9d8c5;
}

/* Default Color */

.james-option1 .cta-title a,
.james-option1 .entry-title a,
.james-option1 .sidebar .widget-title a {
    color: #231f20;
}

.james-option1 .content .entry-content .more-link a,
.james-option1 .content .entry-content .more-link a:hover,
.james-option1 .wsm-btn .sidebar-btn a,
.james-option1 .widget-social a.genericon,
.james-option1 .more-link a {
	color: #fff;
}

.james-option1 .content .entry-content a:hover,
.james-option1.home .content .home-f6 .widget,
.james-option1 .home .content .home-f4 .widget,
.james-option1 .home-f6 h1,
.james-option1 .home-f6 h2,
.james-option1 .home-f6 h3,
.james-option1 .home-f6 h4,
.james-option1.home .content .home-f6 .widget-title {
	color: #58595b;
}

.james-option1 .footer-widgets,
.james-option1 .footer-widgets a {
    color: #a7a9ac;
}

.james-option1 .interior-footer-cta,
.james-option1 .archive-pagination li a:hover,
.james-option1 .archive-pagination li.active a,
.james-option1 .genesis-nav-menu .sub-menu,
.james-option1 .footer-widgets .widget-social a.genericon,
.james-option1 .more-link a {
	background-color: #b4c8ae;
}

.james-option1 .home-f4,
.james-option1 button,
.james-option1 input[type="button"],
.james-option1 input[type="reset"],
.james-option1 input[type="submit"],
.james-option1 .button,
.james-option1 div.gform_wrapper .gform_footer input.button,
.james-option1 div.gform_wrapper .gform_footer input[type="submit"],
.james-option1 .nav-secondary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option1 .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.james-option1 .nav-primary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option1 .nav-primary .genesis-nav-menu .sub-menu a:hover,
.james-option1 .wsm-btn,
.james-option1 table.tablepress thead th,
.james-option1 table.tablepress tfoot th {
	background-color: #a8b6bf;
}

.james-option1 .footer-widgets .widget-social a.genericon:hover,
.james-option1 .more-link a:hover,
.james-option1 div.gform_wrapper .gform_footer input.button:hover,
.james-option1 div.gform_wrapper .gform_footer input[type="submit"]:hover,
.james-option1 button:hover,
.james-option1 input[type="button"]:hover,
.james-option1 input[type="reset"]:hover,
.james-option1 input[type="submit"]:hover,
.james-option1 .button:hover,
.james-option1 .wsm-btn:hover,
.james-option1 .home-f5 .wsm-featured-widget .more-link a:hover,
.james-option1 .home-f5 .more-link a:hover {
	background-color: #b6d1af;
}

.james-option1 .interior-footer-cta .more-link a {
	background-color: #fff;
}

.james-option1 .interior-footer-cta .more-link a:hover {
	background-color: #f0efef;
}

.james-option1 .search-form input[type="submit"] {
	background-color: transparent;
}

.james-option1 .archive-pagination li a:hover,
.james-option1 .archive-pagination li.active a,
.james-option1 .genesis-nav-menu .sub-menu a {
	border-color: #e3ece0;
}

.james-option1 .entry-comments-link a {
	background-image: url(images/james-option1/icon_comment.png);
}

.james-option1 .search-form input[type="submit"] {
    background-image: url(images/james-option1/icon_mangify.png);
}

.james-option1 ul.one-fourth li,
.james-option1 ul.one-half li,
.james-option1 ul.one-third li {
    background-image: url(images/james-option1/icon_list_arrow.png);
}

.james-option1  .entry-content ul > li,
.james-option1 .entry-content ul > li {
    list-style-image: url(images/james-option1/icon_list_square.png);
}

.james-option1 .archive-pagination li.pagination-next a::after {
	background: url(images/james-option1/arrow-navi-next.png) no-repeat center center;
}

.james-option1 .archive-pagination li.pagination-previous  a::after {
	background: url(images/james-option1/arrow-navi-previous.png) no-repeat center center;
}

/* Color Option 2  */


.james-option2 p.entry-meta a:hover,
.james-option2.home .content .featured-content .entry-header p.entry-meta a:hover,
.james-option2.home .content .featured-content .entry-title a:hover,
.james-option2 .content .entry-content a,
.james-option2 .cta-title a:hover,
.james-option2 .sidebar li a:hover,
.james-option2 .entry-title a:hover,
.james-option2 .sidebar .widget-title a:hover,
.james-option2 p.entry-meta a:hover,
.james-option2 .sidebar li a:hover,
.james-option2 .entry-footer .entry-meta a,
.james-option2 .cta-title a:hover,
.james-option2 a {
	color: #bb9075;
}


.james-option2 .interior-footer-cta .more-link a,
.james-option2 .site-title a,
.james-option2 .site-title a:hover,
.james-option2 .cta-box .genericon,
.james-option2 .cta-box .material-icons,
.james-option2 .footer-widgets a:hover {
	color: #5a5c51;
}

.james-option2 a:hover {
    color: #4d4d4f;
}

.james-option2 .cta-box .genericon:hover,
.james-option2 .cta-box .material-icons:hover,
.james-option2 .cta-title a,
.james-option2 .entry-title a,
.james-option2 .sidebar .widget-title a {
    color: #1d2120;
}

.james-option2 .content .entry-content .more-link a,
.james-option2 .content .entry-content .more-link a:hover,
.james-option2 .wsm-btn .sidebar-btn a,
.james-option2 .widget-social a.genericon,
.james-option2 .more-link a {
	color: #fff;
}

.james-option2 .content .entry-content a:hover,
.james-option2.home .content .home-f6 .widget,
.james-option2 .home .content .home-f4 .widget,
.james-option2 .home-f6 h1,
.james-option2 .home-f6 h2,
.james-option2 .home-f6 h3,
.james-option2 .home-f6 h4,
.james-option2.home .content .home-f6 .widget-title {
	color: #58595b;
}

.james-option2 .footer-widgets,
.james-option2 .footer-widgets a {
    color: #a7a9ac;
}

.james-option2 .interior-footer-cta {
	background-color: #bb9075;
}

.james-option2 .archive-pagination li a:hover,
.james-option2 .archive-pagination li.active a,
.james-option2 .genesis-nav-menu .sub-menu,
.james-option2 .footer-widgets .widget-social a.genericon,
.james-option2 .more-link a {
	background-color: #5a5c51;
}

.james-option2 .home-f4,
.james-option2 button,
.james-option2 input[type="button"],
.james-option2 input[type="reset"],
.james-option2 input[type="submit"],
.james-option2 .button,
.james-option2 div.gform_wrapper .gform_footer input.button,
.james-option2 div.gform_wrapper .gform_footer input[type="submit"],
.james-option2 .wsm-btn,
.james-option2 table.tablepress thead th,
.james-option2 table.tablepress tfoot th {
	background-color: #5a5c51;
}

.james-option2 .nav-secondary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option2 .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.james-option2 .nav-primary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option2 .nav-primary .genesis-nav-menu .sub-menu a:hover,
.james-option2 .footer-widgets .widget-social a.genericon:hover,
.james-option2 .more-link a:hover,
.james-option2 div.gform_wrapper .gform_footer input.button:hover,
.james-option2 div.gform_wrapper .gform_footer input[type="submit"]:hover,
.james-option2 button:hover,
.james-option2 input[type="button"]:hover,
.james-option2 input[type="reset"]:hover,
.james-option2 input[type="submit"]:hover,
.james-option2 .button:hover,
.james-option2 .wsm-btn:hover,
.james-option2 .home-f5 .wsm-featured-widget .more-link a:hover,
.james-option2 .home-f5 .more-link a:hover {
	background-color: #6d705e;
}


.james-option2 .interior-footer-cta .more-link a {
	background-color: #fff;
}

.james-option2 .interior-footer-cta .more-link a:hover {
	background-color: #f0efef;
}

.james-option2 .search-form input[type="submit"] {
	background-color: transparent;
}

.james-option2 .archive-pagination li a:hover,
.james-option2 .archive-pagination li.active a,
.james-option2 .genesis-nav-menu .sub-menu a {
	border-color: #e3ece0;
}

.james-option2 .entry-comments-link a {
	background-image: url(images/james-option2/icon_comment.png);
}

.james-option2 .search-form input[type="submit"] {
    background-image: url(images/james-option2/icon_magnify.png);
}

.james-option2 ul.one-fourth li,
.james-option2 ul.one-half li,
.james-option2 ul.one-third li {
    background-image: url(images/james-option2/icon_list_arrow.png);
}

.james-option2  .entry-content ul > li,
.james-option2 .entry-content ul > li {
    list-style-image: url(images/james-option2/icon_list_square.png);
}

.james-option2 .archive-pagination li.pagination-next a::after {
	background: url(images/james-option2/arrow-navi-next.png) no-repeat center center;
}

.james-option2 .archive-pagination li.pagination-previous  a::after {
	background: url(images/james-option2/arrow-navi-previous.png) no-repeat center center;
}


/* Color Option 3  */

.james-option3 p.entry-meta a:hover,
.james-option3.home .content .featured-content .entry-header p.entry-meta a:hover,
.james-option3.home .content .featured-content .entry-title a:hover,
.james-option3 .content .entry-content a,
.james-option3 .cta-title a:hover,
.james-option3 .sidebar li a:hover,
.james-option3 .entry-title a:hover,
.james-option3 .sidebar .widget-title a:hover,
.james-option3 p.entry-meta a:hover,
.james-option3 .sidebar li a:hover,
.james-option3 .entry-footer .entry-meta a,
.james-option3 .cta-title a:hover,
.james-option3 a {
	color: #998dc6;
}


.james-option3 .interior-footer-cta .more-link a,
.james-option3 .site-title a,
.james-option3 .site-title a:hover,
.james-option3 .cta-box .genericon,
.james-option3 .cta-box .material-icons,
.james-option3 .footer-widgets a:hover {
	color: #b0abc3;
}

.james-option3 a:hover {
    color: #4d4d4f;
}


.james-option3 .cta-box .genericon:hover,
.james-option3 .cta-box .material-icons:hover {
	color: #c1d4d8;
}

.james-option3 .cta-title a,
.james-option3 .entry-title a,
.james-option3 .sidebar .widget-title a {
    color: #1d2120;
}

.james-option3 .content .entry-content .more-link a,
.james-option3 .content .entry-content .more-link a:hover,
.james-option3 .wsm-btn .sidebar-btn a,
.james-option3 .widget-social a.genericon,
.james-option3 .more-link a {
	color: #fff;
}

.james-option3 .content .entry-content a:hover,
.james-option3.home .content .home-f6 .widget,
.james-option3 .home .content .home-f4 .widget,
.james-option3 .home-f6 h1,
.james-option3 .home-f6 h2,
.james-option3 .home-f6 h3,
.james-option3 .home-f6 h4,
.james-option3.home .content .home-f6 .widget-title {
	color: #58595b;
}

.james-option3 .footer-widgets,
.james-option3 .footer-widgets a {
    color: #a7a9ac;
}

.james-option3 .interior-footer-cta {
	background-color: #c1d4d8;
}

.james-option3 .archive-pagination li a:hover,
.james-option3 .archive-pagination li.active a,
.james-option3 .genesis-nav-menu .sub-menu,
.james-option3 .footer-widgets .widget-social a.genericon,
.james-option3 .more-link a {
	background-color: #b0abc3;
}

.james-option3 .home-f4,
.james-option3 button,
.james-option3 input[type="button"],
.james-option3 input[type="reset"],
.james-option3 input[type="submit"],
.james-option3 .button,
.james-option3 div.gform_wrapper .gform_footer input.button,
.james-option3 div.gform_wrapper .gform_footer input[type="submit"],
.james-option3 .wsm-btn,
.james-option3 table.tablepress thead th,
.james-option3 table.tablepress tfoot th {
	background-color: #b0abc3;
}

.james-option3 .nav-secondary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option3 .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.james-option3 .nav-primary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option3 .nav-primary .genesis-nav-menu .sub-menu a:hover,
.james-option3 .footer-widgets .widget-social a.genericon:hover {
	background-color: #c1d4d8;
}

.james-option3 .more-link a:hover,
.james-option3 div.gform_wrapper .gform_footer input.button:hover,
.james-option3 div.gform_wrapper .gform_footer input[type="submit"]:hover,
.james-option3 button:hover,
.james-option3 input[type="button"]:hover,
.james-option3 input[type="reset"]:hover,
.james-option3 input[type="submit"]:hover,
.james-option3 .button:hover,
.james-option3 .wsm-btn:hover,
.james-option3 .home-f5 .wsm-featured-widget .more-link a:hover,
.james-option3 .home-f5 .more-link a:hover {
	background-color: #998dc6;
}


.james-option3 .interior-footer-cta .more-link a {
	background-color: #fff;
}

.james-option3 .interior-footer-cta .more-link a:hover {
	background-color: #f0efef;
}

.james-option3 .search-form input[type="submit"] {
	background-color: transparent;
}

.james-option3 .archive-pagination li a:hover,
.james-option3 .archive-pagination li.active a,
.james-option3 .genesis-nav-menu .sub-menu a {
	border-color: #e3ece0;
}

.james-option3 .entry-comments-link a {
	background-image: url(images/james-option3/icon_comment.png);
}

.james-option3 .search-form input[type="submit"] {
    background-image: url(images/james-option3/icon_magnify.png);
}

.james-option3 ul.one-fourth li,
.james-option3 ul.one-half li,
.james-option3 ul.one-third li {
    background-image: url(images/james-option3/icon_list_arrow.png);
}

.james-option3  .entry-content ul > li,
.james-option3 .entry-content ul > li {
    list-style-image: url(images/james-option3/icon_list_square.png);
}

.james-option3 .archive-pagination li.pagination-next a::after {
	background: url(images/james-option3/arrow-navi-next.png) no-repeat center center;
}

.james-option3 .archive-pagination li.pagination-previous  a::after {
	background: url(images/james-option3/arrow-navi-previous.png) no-repeat center center;
}


/* Color Option 4  */

.james-option4 p.entry-meta a:hover,
.james-option4.home .content .featured-content .entry-header p.entry-meta a:hover,
.james-option4.home .content .featured-content .entry-title a:hover,
.james-option4 .content .entry-content a,
.james-option4 .cta-title a:hover,
.james-option4 .sidebar li a:hover,
.james-option4 .entry-title a:hover,
.james-option4 .sidebar .widget-title a:hover,
.james-option4 p.entry-meta a:hover,
.james-option4 .sidebar li a:hover,
.james-option4 .entry-footer .entry-meta a,
.james-option4 .cta-title a:hover,
.james-option4 a {
	color: #5f0031;
}

.james-option4 .interior-footer-cta .more-link a,
.james-option4 .site-title a,
.james-option4 .site-title a:hover,
.james-option4 .cta-box .genericon,
.james-option4 .cta-box .material-icons {
	color: #5f0031;
}

.james-option4 .footer-widgets a:hover {
	color: #dcc3d0;
}

.james-option4 a:hover {
    color: #4d4d4f;
}


.james-option4 .cta-box .genericon:hover,
.james-option4 .cta-box .material-icons:hover {
	color: #892a5b;
}

.james-option4 .cta-title a,
.james-option4 .entry-title a,
.james-option4 .sidebar .widget-title a {
    color: #1d2120;
}

.james-option4 .content .entry-content .more-link a,
.james-option4 .content .entry-content .more-link a:hover,
.james-option4 .wsm-btn .sidebar-btn a,
.james-option4 .widget-social a.genericon,
.james-option4 .more-link a {
	color: #fff;
}

.james-option4 .content .entry-content a:hover,
.james-option4.home .content .home-f6 .widget,
.james-option4 .home .content .home-f4 .widget,
.james-option4 .home-f6 h1,
.james-option4 .home-f6 h2,
.james-option4 .home-f6 h3,
.james-option4 .home-f6 h4,
.james-option4.home .content .home-f6 .widget-title {
	color: #58595b;
}

.james-option4 .footer-widgets,
.james-option4 .footer-widgets a {
    color: #a7a9ac;
}


.james-option4 .archive-pagination li a:hover,
.james-option4 .archive-pagination li.active a,
.james-option4 .genesis-nav-menu .sub-menu,
.james-option4 .footer-widgets .widget-social a.genericon,
.james-option4 .more-link a {
	background-color: #5f0031;
}

.james-option4 .home-f4,
.james-option4 button,
.james-option4 input[type="button"],
.james-option4 input[type="reset"],
.james-option4 input[type="submit"],
.james-option4 .button,
.james-option4 div.gform_wrapper .gform_footer input.button,
.james-option4 div.gform_wrapper .gform_footer input[type="submit"],
.james-option4 .wsm-btn,
.james-option4 table.tablepress thead th,
.james-option4 table.tablepress tfoot th {
	background-color: #5f0031;
}

.james-option4 .interior-footer-cta,
.james-option4 .nav-secondary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option4 .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.james-option4 .nav-primary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option4 .nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #c8a692;
}

.james-option4 .footer-widgets .widget-social a.genericon:hover,
.james-option4 .more-link a:hover,
.james-option4 div.gform_wrapper .gform_footer input.button:hover,
.james-option4 div.gform_wrapper .gform_footer input[type="submit"]:hover,
.james-option4 button:hover,
.james-option4 input[type="button"]:hover,
.james-option4 input[type="reset"]:hover,
.james-option4 input[type="submit"]:hover,
.james-option4 .button:hover,
.james-option4 .wsm-btn:hover,
.james-option4 .home-f5 .wsm-featured-widget .more-link a:hover,
.james-option4 .home-f5 .more-link a:hover {
	background-color: #892a5b;
}


.james-option4 .interior-footer-cta .more-link a {
	background-color: #fff;
}

.james-option4 .interior-footer-cta .more-link a:hover {
	background-color: #f0efef;
}

.james-option4 .search-form input[type="submit"] {
	background-color: transparent;
}

.james-option4 .archive-pagination li a:hover,
.james-option4 .archive-pagination li.active a,
.james-option4 .genesis-nav-menu .sub-menu a {
	border-color: #e3ece0;
}

.james-option4 .entry-comments-link a {
	background-image: url(images/james-option4/icon_comment.png);
}

.james-option4 .search-form input[type="submit"] {
    background-image: url(images/james-option4/icon_magnify.png);
}

.james-option4 ul.one-fourth li,
.james-option4 ul.one-half li,
.james-option4 ul.one-third li {
    background-image: url(images/james-option4/icon_list_arrow.png);
}

.james-option4  .entry-content ul > li,
.james-option4 .entry-content ul > li {
    list-style-image: url(images/james-option4/icon_list_square.png);
}

.james-option4 .archive-pagination li.pagination-next a::after {
	background: url(images/james-option4/arrow-navi-next.png) no-repeat center center;
}

.james-option4 .archive-pagination li.pagination-previous  a::after {
	background: url(images/james-option4/arrow-navi-previous.png) no-repeat center center;
}

/* Color Option 5 */

.james-option5 p.entry-meta a:hover,
.james-option5.home .content .featured-content .entry-header p.entry-meta a:hover,
.james-option5.home .content .featured-content .entry-title a:hover,
.james-option5 .content .entry-content a,
.james-option5 .cta-title a:hover,
.james-option5 .sidebar li a:hover,
.james-option5 .entry-title a:hover,
.james-option5 .sidebar .widget-title a:hover,
.james-option5 p.entry-meta a:hover,
.james-option5 .sidebar li a:hover,
.james-option5 .entry-footer .entry-meta a,
.james-option5 .cta-title a:hover,
.james-option5 a {
	color: #daad8c;
}

.james-option5 .interior-footer-cta .more-link a,
.james-option5 .site-title a,
.james-option5 .site-title a:hover,
.james-option5 .cta-box .genericon,
.james-option5 .cta-box .material-icons {
	color: #6a574f;
}

.james-option5 .footer-widgets a:hover {
	color: #dcc3d0;
}

.james-option5 a:hover {
    color: #4d4d4f;
}


.james-option5 .cta-box .genericon:hover,
.james-option5 .cta-box .material-icons:hover {
	color: #b5a396;
}

.james-option5 .cta-title a,
.james-option5 .entry-title a,
.james-option5 .sidebar .widget-title a {
    color: #1d2120;
}

.james-option5 .content .entry-content .more-link a,
.james-option5 .content .entry-content .more-link a:hover,
.james-option5 .wsm-btn .sidebar-btn a,
.james-option5 .widget-social a.genericon,
.james-option5 .more-link a {
	color: #fff;
}

.james-option5 .content .entry-content a:hover,
.james-option5.home .content .home-f6 .widget,
.james-option5 .home .content .home-f4 .widget,
.james-option5 .home-f6 h1,
.james-option5 .home-f6 h2,
.james-option5 .home-f6 h3,
.james-option5 .home-f6 h4,
.james-option5.home .content .home-f6 .widget-title {
	color: #58595b;
}

.james-option5 .footer-widgets,
.james-option5 .footer-widgets a {
    color: #a7a9ac;
}


.james-option5 .archive-pagination li a:hover,
.james-option5 .archive-pagination li.active a,
.james-option5 .genesis-nav-menu .sub-menu,
.james-option5 .footer-widgets .widget-social a.genericon,
.james-option5 .more-link a {
	background-color: #6a574f;
}

.james-option5 .home-f4,
.james-option5 button,
.james-option5 input[type="button"],
.james-option5 input[type="reset"],
.james-option5 input[type="submit"],
.james-option5 .button,
.james-option5 div.gform_wrapper .gform_footer input.button,
.james-option5 div.gform_wrapper .gform_footer input[type="submit"],
.james-option5 .wsm-btn,
.james-option5 table.tablepress thead th,
.james-option5 table.tablepress tfoot th {
	background-color: #6a574f;
}

.james-option5 .interior-footer-cta,
.james-option5 .nav-secondary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option5 .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.james-option5 .nav-primary .genesis-nav-menu .sub-menu .current-menu-item a,
.james-option5 .nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #b5a396;
}

.james-option5 .footer-widgets .widget-social a.genericon:hover,
.james-option5 .more-link a:hover,
.james-option5 div.gform_wrapper .gform_footer input.button:hover,
.james-option5 div.gform_wrapper .gform_footer input[type="submit"]:hover,
.james-option5 button:hover,
.james-option5 input[type="button"]:hover,
.james-option5 input[type="reset"]:hover,
.james-option5 input[type="submit"]:hover,
.james-option5 .button:hover,
.james-option5 .wsm-btn:hover,
.james-option5 .home-f5 .wsm-featured-widget .more-link a:hover,
.james-option5 .home-f5 .more-link a:hover {
	background-color: #b5a396;
}


.james-option5 .interior-footer-cta .more-link a {
	background-color: #fff;
}

.james-option5 .interior-footer-cta .more-link a:hover {
	background-color: #f0efef;
}

.james-option5 .search-form input[type="submit"] {
	background-color: transparent;
}

.james-option5 .archive-pagination li a:hover,
.james-option5 .archive-pagination li.active a,
.james-option5 .genesis-nav-menu .sub-menu a {
	border-color: #e3ece0;
}

.james-option5 .entry-comments-link a {
	background-image: url(images/james-option5/icon_comment.png);
}

.james-option5 .search-form input[type="submit"] {
    background-image: url(images/james-option5/icon_magnify.png);
}

.james-option5 ul.one-fourth li,
.james-option5 ul.one-half li,
.james-option5 ul.one-third li {
    background-image: url(images/james-option5/icon_list_arrow.png);
}

.james-option5  .entry-content ul > li,
.james-option5 .entry-content ul > li {
    list-style-image: url(images/james-option5/icon_list_square.png);
}

.james-option5 .archive-pagination li.pagination-next a::after {
	background: url(images/james-option5/arrow-navi-next.png) no-repeat center center;
}

.james-option5 .archive-pagination li.pagination-previous  a::after {
	background: url(images/james-option5/arrow-navi-previous.png) no-repeat center center;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1151px) {

	.home .content .home-f5 .widget.wsm-featured-widget,
	.home .content .widget,
	.wrap {
		max-width: 96%;
	}

	.home .content .home-f5 .widget.wsm-featured-widget {
		padding-left: 0;
	}

	.title-area {
		width: 30%;
	}

	.site-header .widget-area {
		width: 70%;
	}

	.content {
		width: 68%;
	}

	.sidebar {
		width: 30%;
	}

	.top-image .banner-text,
	.page-image.top-image .entry-title {
		left: 0;
		margin: 0 auto;
		max-width:  100%;
		padding: 0 2%;
	}

	.entry-content ul.counts li {
		margin-left: 20px;
	}

	.content-sidebar .content-sidebar-wrap {
		background-position: 70% 0;
	}

	.sidebar-content .content-sidebar-wrap {
		background-position: 30% 0;
	}

	.about-ctas ul.cta-box li {
		height: 220px;
		margin-left: -15px;
		width: 220px;
	}

	ul.cta-box span.cta-title {
		font-size: 20px;
		font-size: 2rem;
		padding: 0 25px;
	}

	.about-feature .feature-wrap {
		background: url(images/bg_light_opacity.png) repeat 0 0 transparent;
		padding: 20px 4%;
	}

	.webdesign-f5 .right .feature-content {
		padding-left: 0;
	}


	div.soliloquy-container.soliloquy-transition-horizontal .soliloquy-prev {
		left: 0;
	}

	div.soliloquy-container.soliloquy-transition-horizontal .soliloquy-next {
		right: 0;
	}

}

@media only screen and (max-width: 1028px) {


	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 24%;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 2%;
	}

	.top-image .banner-title {
		font-size: 52px;
		font-size: 5.2rem;
	}

	.about-ctas ul.cta-box li {
		height: 180px;
		width: 180px;
	}

	.about-ctas ul.cta-box img.cta-icon {
		display: block;
		margin: 20px auto 10px;
		max-width: 80px;
	}

	.nav-primary .genesis-nav-menu > .menu-item > a {
		padding: 47px 6px;
	}

	.store-nav .genesis-nav-menu > .menu-item > a {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	ul.cta-box span.cta-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.top-image .banner-text {
		bottom: 20%;
	}

	.footer-widgets .footer-widgets-1 .widget-title {
		padding: 0;
	}

	div.gform_wrapper li.left-align-label label.gfield_label {
		float: none;
		margin: 0 0 10px !important;
		width: 100%;
	}

}


@media only screen and (max-width: 980px) {


	.webdesign-circle-ctas .cta-box li:last-child,
	.webdesign-circle-ctas .cta-box li:nth-child(3n),
	.webdesign-circle-ctas .cta-box li:nth-child(4n),
	.webdesign-circle-ctas .cta-box li {
		margin-right: 4%;
	}

}

@media only screen and (max-width: 968px) {

	.title-area {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}


	.site-header .widget-area {
		width: 100%;
	}


	.header-image .site-title > a {
		background-position: center center;
		display: block;
		float: none;
	}

	.nav-primary .genesis-nav-menu > .menu-item > a {
		padding: 8px 12px;
	}

	.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-title {
		text-align: center;
	}

	.site-header .wrap {
		padding-bottom: 10px;
	}

	.nav-secondary .genesis-nav-menu {
		text-align: center;
	}

	.header-image .site-description {
		display: none;
	}

}


@media only screen and (max-width: 790px) {

	.content {
		width: 62%;
	}

	.sidebar {
		width:  36%;
	}

	.content-sidebar .content-sidebar-wrap {
		background-position: 64% 0;
	}

	.sidebar-content .content-sidebar-wrap {
		background-position: 36% 0;
	}

	.top-image .banner-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.top-image .banner-text {
		bottom: 22%;
	}

	.home .content .widget {
		padding: 40px 0;
	}

	.single-wsm-testimonial .entry-content .testimonial-photo,
	.entry-testimonial .testimonial-photo,
	.single-wsm-testimonial .entry-content .testimonial-photo img,
	.testimonials-section .testimonial-photo img,
	.entry-testimonial .testimonial-photo img,
	.wsm-featured-testimonial .testimonial-photo img {
		height: 100px;
		width: 100px;
	}

	.single-wsm-testimonial .wsm-testimonial .entry-content,
	.testimonials-section ul > li,
	.entry-testimonial,
	.wsm-featured-testimonial .featured-testimonial {
		padding-left: 120px;
	}

	.home .content .widget-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.home-f4 {
		background-position-y: -20px;
	}

	.home .content .home-f4 .widget {
		margin: 0 5%;
		padding: 60px 0 0;
		width: 90%;
	}

	.page-image.top-image .entry-title {
		font-size: 48px;
		font-size: 4.8rem;
	}

	.footer-widgets .footer-widgets-1 .widget-title {
		font-size: 30px;
		font-size: 3rem;
	}


	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 28%;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 4%;
	}

	table.tablepress-responsive-tablet {
		border: 0;
	}

	table.tablepress-responsive-tablet tbody tr {
		margin-left: -4px;
	}

	table.tablepress-responsive-tablet tbody {
		border-top: 1px solid #ccc;
	}

	table.tablepress-responsive-tablet thead {
		border-bottom: 1px solid #ccc;
		padding-bottom: 1px;
	}

	table.tablepress thead th,
	table.tablepress tfoot th {
		line-height: 1.625;
	}

	table.tablepress tbody {
		border-bottom: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-fifths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 680px) {

	h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	.site-header .wrap {
		max-width: 100%;
	}

	.top-image .banner-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.top-image {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}

	.single-wsm-testimonial .entry-content .testimonial-photo,
	.entry-testimonial .testimonial-photo,
	.testimonials-section .testimonial-photo img,
	.entry-testimonial .testimonial-photo img,
	.wsm-featured-testimonial .testimonial-photo img {
		height: 80px;
		width: 80px;
	}

	.testimonials-section ul > li,
	.entry-testimonial,
	.wsm-featured-testimonial .featured-testimonial {
		padding-left: 100px;
	}

	.testimonials-section ul > li,
	.testimonials-section ul li:nth-child(2n+1) {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}

	.home .content .widget-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.home .content .home-f1 .wsm-cta-widget {
		width: 47%;
	}

	.content-sidebar .content-sidebar-wrap,
	.sidebar-content .content-sidebar-wrap {
		background: none transparent;
	}

	div.gform_wrapper h3.gform_title,
	.entry.feature .entry-header .entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.wsm-btn .sidebar-btn a {
		padding-left: 20px;
	}

	.wsm-btn {
		border-radius: 5px !important;
	}

	.entry.teaser.one-half,
	.entry.teaser.one-half,
	.entry.one-half.first {
		float: none;
		margin: 0 auto 80px;
		width: 100%;
	}

	.sidebar .widget {
		padding: 0;
	}

	.sidebar .wsm-btn {
		padding-right: 20px;
	}

	.entry-testimonial {
		float: none;
		margin: 0 0 50px;
		width: 100%;
	}

	.about-ctas ul.cta-box li:nth-child(3n) {
		margin-right: 20px;
	}

	.about-ctas ul.cta-box li:nth-child(2n) {
		margin-right: 0;
	}

	.page-template-page_about-php .about-feature {
		background-size: cover;
	}


	.home .content .wsm-featured-testimonial .featured-testimonial,
	.home .content .cta-box {
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}

	.home .content .wsm-featured-widget a.alignleft,
	.home .content .wsm-featured-widget a.alignright {
		max-width: 100%;
	}

	.home .content .widget-area ul.one-fourth {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.home .content .home-f4 .widget {
		padding-top: 80px;
	}

	.footer-nav .genesis-nav-menu {
		text-align: left;
	}

	div.soliloquy-container .soliloquy-item {
		min-width: 120px;
	}

	.header-image .site-title > a {
		background-position: 10px center;
	}

	/* Responsive Navigation
	---------------------------------- */

	.site-header .wrap {
		position: relative;
	}

	.nav-primary .wrap {
		max-width: 100%;
		padding: 0;

	}

	nav.nav-primary {
		display: block !important;
		left: 0;
		position: absolute;
		top: 40px;
		width: 100%;
	}

	nav.nav-primary .menu-toggle {
		float: right;

	}

	.nav-primary .genesis-nav-menu .menu-item {
		font-family: 'Open Sans', sans-serif;
	}

	.nav-primary > .genesis-nav-menu > .menu-item {
		font-size: 17px;
		font-size: 1.7rem;
	}


	.menu-toggle.genericon,
	.sub-menu-toggle {
		border-radius: 0;
		display: block;
		font-size: 19px;
		font-size: 1.9rem;
		font-weight: 700;
		margin: 0;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle.genericon:hover,
	.sub-menu-toggle:hover {
		background-color: transparent;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		color: #fff;
	}

	.menu-toggle {
		background-color: transparent;
		color: #87bdd4;
	}

	button.sub-menu-toggle {
		background-color: transparent;
		padding: 12px 10px;
		position: absolute;
		font-family: 'Open Sans', sans-serif;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		background: none transparent;
		content: "\2630";
		color: #87bdd4;
	}

	.menu-toggle:hover:before {
		background: none transparent;
		content: "\f406";
		color: #87bdd4;
	}

	.menu-toggle.activated:before {
		background: none transparent;
		content: "\f406";
		color: #87bdd4;
	}

	.sub-menu-toggle:before {
		color: #87bdd4;
		content: "\002B";
	}

	.sub-menu-toggle.activated:before {
		color: #5D5E5E;
		content: "\2212";
	}

	nav.nav-primary {
		display: none;
	}

	.nav-primary .genesis-nav-menu {
		display: none;
	}

	.nav-primary .genesis-nav-menu .menu-item {
		background: none;
		color: #5D5E5E;
		display: block;
		position: relative;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu .menu-item a {
		background-color: #fff;
		border: 0;
		border-bottom: 1px solid #ddd;
		color: #5D5E5E;
	}

	.genesis-nav-menu .sub-menu {
		padding-bottom: 0;
	}

	.nav-primary .genesis-nav-menu .sub-menu .current-menu-item a,
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .genesis-nav-menu .menu-item a:hover,
	.nav-primary .sub-menu .current-menu-item > a,
	.nav-primary .sub-menu .menu-item a:hover	{
		color: #363436;
	}

	.nav-primary .sub-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu .sub-menu .menu-item a:hover {
		color: #fff !important;
	}

	.nav-primary .genesis-nav-menu > .menu-item > a {
		padding:  12px 10px;
	}

	.nav-primary .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.nav-primary .genesis-nav-menu .sub-menu {
		background-color: #fff;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.james-option1 button.sub-menu-toggle,
	.james-option1 button.menu-toggle,
	.james-option1 .menu-toggle:before,
	.james-option1 .menu-toggle:hover:before,
	.james-option1 .menu-toggle.activated:before,
	.james-option1 .sub-menu-toggle:before {
		background-color: transparent !important;
		color: #c9d8c5;
	}

	.james-option2 button.sub-menu-toggle,
	.james-option2 button.menu-toggle,
	.james-option2 .menu-toggle:before,
	.james-option2 .menu-toggle:hover:before,
	.james-option2 .menu-toggle.activated:before,
	.james-option2 .sub-menu-toggle:before {
		background-color: transparent !important;
		color: #5a5c51;
	}

	.james-option3 button.sub-menu-toggle,
	.james-option3 button.menu-toggle,
	.james-option3 .menu-toggle:before,
	.james-option3 .menu-toggle:hover:before,
	.james-option3 .menu-toggle.activated:before,
	.james-option3 .sub-menu-toggle:before {
		background-color: transparent !important;
		color: #b0abc3;
	}

	.james-option4 button.sub-menu-toggle,
	.james-option4 button.menu-toggle,
	.james-option4 .menu-toggle:before,
	.james-option4 .menu-toggle:hover:before,
	.james-option4 .menu-toggle.activated:before,
	.james-option4 .sub-menu-toggle:before {
		background-color: transparent !important;
		color: #5f0031;
	}

	.james-option5 button.sub-menu-toggle,
	.james-option5 button.menu-toggle,
	.james-option5 .menu-toggle:before,
	.james-option5 .menu-toggle:hover:before,
	.james-option5 .menu-toggle.activated:before,
	.james-option5 .sub-menu-toggle:before {
		background-color: transparent !important;
		color: #6a574f;
	}

	.james-option5 .sub-menu-toggle.activated:before,
	.james-option4 .sub-menu-toggle.activated:before,
	.james-option3 .sub-menu-toggle.activated:before,
	.james-option2 .sub-menu-toggle.activated:before,
	.james-option1 .sub-menu-toggle.activated:before {
		background-color: transparent;
		color: #5D5E5E;
	}

}

@media only screen and (max-width: 480px) {


	.webdesign-f5 .wrap,
	.home .content .home-f5 .widget.wsm-featured-widget,
	.home .content .widget,
	.wrap {
		max-width: 92%;
	}

	.about-ctas ul.cta-box {
		max-width: 100%;
	}

	.about-ctas ul.cta-box li:nth-child(5n+1),
	.about-ctas ul.cta-box li {
		float: none;
		margin: 0 10px 20px 0;
	}

	div.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
	div.gform_wrapper li.gfield.gf_3col ul.gfield_radio li,
	div.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
	div.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
		float: none;
		width: 100%;
	}

	.bottom-form .widget-title,
	.bottom-form .more-link,
	.webdesign-cta-box ul span.cta-title,
	.bottom-form div.gform_wrapper .gform_footer {
		text-align: left;
	}

	.webdesign-cta-box ul span.cta-title br,
	.textcenter br {
		display: none;
	}

	.footer-widgets-1 {
		margin-bottom: 20px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.home .content .featured-content .post.entry {
		float: none;
		margin: 0 auto 20px;
		width: 100%;
	}

	.footer-widgets .widget {
		margin-bottom: 20px;
	}

	div.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
	div.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li,
	div.gform_wrapper .top_label li.gfield.gf_right_half,
	div.gform_wrapper .top_label li.gfield.gf_left_half,
	div.gform_wrapper li.left-align-label label.gfield_label,
	div.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
	div.gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
	div.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
	div.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
		float: none;
		width: 100%;
	}

	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right {
		float: none;
		margin-left: 0;
		width: 100%;
	}
}


@media only screen and (max-width: 380px) {

	.top-image .banner-text p,
	.top-image .banner-title {
		color: #231F20;
		text-shadow: none;
	}

	.top-image .banner-title {
		margin-bottom: 20px;
	}

	.top-image .banner-text p {
		margin-bottom: 0;
	}

	.top-image .banner-text br {
		display: none;
	}

	.top-image .banner-text {
		color: #231F20;
		padding: 20px 0;
		position: static;
		text-shadow: none;
	}

	.entry-title,
	.entry.teaser .entry-header .entry-title,
	div.gform_wrapper h3.gform_title,
	.entry.feature .entry-header .entry-title,
	.footer-widgets .footer-widgets-1 .widget-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.top-image .banner-title,
	.interior-footer-cta .widget-title,
	.page-image.top-image .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.home .content .home-f1 .wsm-cta-widget {
		width: 97%;
	}

	.after-entry div.gform_wrapper .button-right input.button,
	.after-entry div.gform_wrapper .button-right .gform_footer input[type="submit"] {
		border-radius: 4px;
		margin-top: 10px;
		position: static;
	}

	.after-entry .crp_related_widget ul li:nth-child(3n+1),
	.after-entry .crp_related_widget li {
		float: none;
		margin: 0 auto 20px;
		width: 100%;
	}

	.author-box .avatar-box {
		display: block;
		float: none;
		height: 206px;
		margin: 0 auto 20px;
		width: 206px;
	}

	.site-footer .certification,
	.footer-info {
		display: block;
		float: none;
		max-width: 100%;
		text-align: left;
		width: 100%;
	}

	.site-footer .certification img {
		float: none;
		padding-top: 10px;
	}

	.comment-respond label {
		float: none;
		text-align: left;
		width: 100%;
	}

	.comment-respond textarea,
	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}

	.entry-content ul.counts {
		margin-left: 0;
	}

}
