/*
	Theme Name: Free From Harm 3.0
	Theme URI: http://www.freefromharm.org
	Description: Custom Genesis child theme built for Free From Harm
	Author: Free From Harm
	Author URI: http://www.freefromharm.org
	Version: 1.0.1
	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.3
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
/* ## 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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
/* Chrome fix */
body {
    background-color: #faf9f1;
    color: #000;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.8;
    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;
}
a {
	color: #3B6998;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}
p {
	margin: 0 0 20px;
    padding: 0;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
    border-collapse: collapse;
    border-top: 1px solid #555;
    clear: both;
    margin: 2em 0;
}
b,
strong {
	font-weight: 700;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #605243;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}
h1 {
	font-size: 28px;
	font-size: 2.8rem;
}
h2 {
	font-size: 22px;
    font-size: 2.2rem;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	font-size: 14px;
	font-size: 1.4rem;
}
h6 {
	font-size: 13px;
	font-size: 1.3rem;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
figure {
	margin: 0;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
    border: 1px solid #f26e69;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 10px 16px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #333;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #333;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}
.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}
.button {
	display: inline-block;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}
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%;
	word-break: break-word;
}
tbody {
	border-bottom: 1px solid #eee;
}
td,
th {
	text-align: left;
}
td {
	border-top: 1px solid #eee;
	padding: 6px;
}
th {
	font-weight: 400;
	padding: 0 6px;
}
td:first-child,
th:first-child {
	padding-left: 0;
}
/* ## 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
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1040px;
}
.site-inner {
	clear: both;
	padding-top: 0;
	word-wrap: break-word;
}
.site-inner .wrap {
    padding: 40px;
    background: #fff;
    overflow: hidden;
    position: relative
}
.landing-page .site-inner {
	max-width: 800px;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}
.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: 67.75%;
}
.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: 660px;
}
.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 28.125%;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	border-radius: 0;
	float: left;
}
.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	background-color: #f7f7f7;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 9px 18px;
    color: #3B6998;
    line-height: 1.5;
}
.after-entry,
.archive-description {
	background-color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 40px;
	padding: 0;
}
.archive-description{
	display: none;
}
.search .archive-description{
    display: none;
    margin-bottom: 25px;
    margin-top: 25px;
}
.author-box {
    background: #f7f7f7;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 20px;
    margin-bottom: 40px;
}
.after-entry.widget-area {
    margin-top: 30px;
    overflow: hidden;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
.after-entry .enews-widget {
    float: right;
}
.after-entry .widget_text {
    float: left;
}
.after-entry a.get_subscribe {
    margin: 0;
    background: #2695bd;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-weight: 700;
    float: right;
}
.after-entry .widget_text:last-child{
	float: right;
}
.ffh_facebook_share {
    width: 200px;
    height: 45px;
    background: #3C5AA1;
    position: relative;
    text-align: center;
    float: left;
}
.ffh_facebook_share .stButton {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 12;
}
.ffh_facebook_share  span.stArrow {
    display: none !important;
}
.ffh_facebook_share  .stButton .st-facebook-counter {
    width: 60px;
    display: none;
}
.ffh_facebook_share span.ffh_share_icon {
	position: absolute;
    z-index: 11;
    margin: 0 auto;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    top: 11px;
    text-align: center;
    left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
}
.ffh_facebook_share span.dashicons.dashicons-facebook {
    margin-right: 6px;
    display: inline-block;
}
.ffh_twitter_share {
    width: 200px;
    height: 45px;
    background: #00acee;
    position: relative;
    text-align: center;
    float: left;
    margin-left: 26px;
}
.ffh_twitter_share .stButton {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 12;
}
.ffh_twitter_share  span.stArrow {
    display: none !important;
}
.ffh_twitter_share  .stButton .st-twitter-counter {
    width: 60px;
    display: none;
}
.ffh_twitter_share span.ffh_share_icon {
	position: absolute;
    z-index: 11;
    margin: 0 auto;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    top: 11px;
    text-align: center;
    left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
}
.ffh_twitter_share span.dashicons.dashicons-twitter {
    margin-right: 6px;
    display: inline-block;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
	/*overflow: hidden;*/
}
.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}
.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}
.author-box-title{
    color: #f26e69;
    line-height: 1;
    margin-bottom: 10px;
}
.author-box-content {
    color: #5a4317;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 174px;
}
.contact-links {
    display: block;
    padding-left: 174px;
    margin-top: 15px;
}
.entry-title {
	color: #5c8d3e;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: 'Georgia', Times, serif;
    font-weight: 400;
}
.single .entry-title{
	color: #5c8d3e;
    font-size: 30px;
    font-size: 3rem;
    font-family: 'Georgia', Times, serif;
    font-weight: 400;
}
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}
.entry-title a{
	color: #5c8d3e;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #605243;
}
.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
h3.widgettitle.widget-title {
    background: #f26e69;
    padding: 4px 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-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: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
    text-align: left;
    font-style: italic;
    line-height: 1.4;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 0;
	word-wrap: break-word;
}
.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}
.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget ul > li:last-of-type {
	padding-bottom: 0;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: 0;
	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 {
	background: none;
	padding: 0;
}
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}
.featured-content .entry-title {
	font-size: 16px;
    font-size: 1.6rem;
}
.featured-content .entry-content{
	line-height: 1.3;
}
.featured-content.featuredpage .entry-title {
	font-size: 14px;
    font-size: 1.4rem;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
    padding: 0;
    letter-spacing: 1px;
}
.sidebar .widget.enews-widget {
    background-color: #F16E69;
    padding: 33px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 0;
    margin-bottom: 10px;
    width: 100%;
}
.sidebar .enews-widget input[type="submit"],
.sidebar .enews-widget input[type="submit"]:hover,
.sidebar .enews-widget input[type="submit"]:focus{
    background-color: #605243 !important;
    color: #fff !important;
    width: 100%;
    margin-bottom: 0;
}
.page-id-18863 .gform_wrapper .gform_footer input[type=submit]{
	display: block;
    border: 1px solid #666;
    padding: 10px 25px;
    color: #fff !important;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background: #c00 repeat-x;
    background: -moz-linear-gradient(#f48b87, #c00) !important;
    background: -o-linear-gradient(#f48b87, #c00) !important;
    background: -webkit-linear-gradient(#f48b87, #c00) !important;
    background: linear-gradient(#f48b87, #c00) !important;
    width: auto !important;
    text-align: center;
    text-shadow: 0px 0px 0 #000;
    top: 0;
    right: 0;
    clear: both;
    float: none;
    margin: 0;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}
.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}
.enews-widget input {
	border: 1px solid #999;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 10px 15px;
}
.enews-widget input[type="submit"] {
	margin: 0;
    background: #2695bd;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 15px;
}
.enews form + p {
	margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}
/* # 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;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
}
.site-header > .wrap {
	padding: 10px 0 0;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
	width: 100%;
}
.header-image .title-area {
	margin: 0 auto;
	padding: 0;
}
.header-full-width .title-area {
    float: left;
    width: 20%;
}
.header-full-width .title-area img{
	display: block;
	margin: 20px 0;
}
.top_widget_wrap {
    float: right;
    width: 80%;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.top-widget-2{
	text-align: right;
}
.top-widget-1{
    display: inline-block;
    float: left;
    width: 38%;
}
.top-widget-2{
	text-align: right;
    display: inline-block;
    float: left;
    width: 34%;
}
.top-widget-1 .widget, .top-widget-2 .widget, .top-widget-3 .widget{
	margin-bottom: 0;
}
.top-widget-3{
display: inline-block;
	text-align: right;
    font-weight: 700;
    color: #5c8d3e;
    font-size: 15px;
    width: 28%;
    float: right;
}
#topdate {
    margin-bottom: 10px;
}
.top-widget-3 .subscribe_button{
    padding: 10px 30px;
    font-size: 14px;
}
.top_salutation {
    margin-top: 20px;
    display: block;
}
.top_salutation span.dashicons-admin-generic {
    display: inline-block;
    padding: 4px 4px;
}
.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}
.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}
.site-description,
.site-title {
	margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
#socialfloat{
	float:left;
	left:0;
	position: relative;
	margin:0;
	top:6px;
	background:url(images/connectwithus.jpg) top left no-repeat;
	font-size:14px;
	text-align: right;
}
#socialfloat img {width: 49px !important; height: 49px !important; margin-top:16px !important; border:0;}
#socialbar {float:left;left:0;position:relative;z-index:101;margin:0;top:0;width:auto; color:#5c8d3e;}
#socialbar a {
    float: left;
    background-size: 100% !important;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
#socialbar a.facebook {background:url(images/social/facebook.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.instagram {background:url(images/social/instagram.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.twitter {background:url(images/social/twitter.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.rss {background:url(images/social/rss.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.youtube {background:url(images/social/youtube.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.email {background:url(images/social/email.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar span {
	font-size: 16px;
    text-align: right;
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}
.classicshow {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    text-align: right;
    width: 100%;
    margin: 30px 0 20px;
    padding-right: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.classicsocial {
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 700;
}
#socialbar .classicshow a{
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
    border-right: 1px solid #3B6998;
    padding: 0 15px;
    line-height: 1;
    font-weight: 700;
    font-size: 16px;
}
#socialbar .classicshow a.cs.brdr{
	border: 0;
	padding-right: 0;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}
.genesis-nav-menu a {
	color: #fff;
    display: block;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;    
    text-rendering: optimizeLegibility; 
}
.genesis-nav-menu a {
    color: #ffcf67;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #f0edd5;
	text-decoration: none;
}
.genesis-nav-menu .sub-menu {
	border-top: 0;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #605243;
    border-bottom: 1px solid rgba(177, 168, 158, 0.42);
    border-top: 0;
    font-size: 16px;
    padding: 16px 20px;
    line-height: 1.2;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	float: right;
}
/* ## 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;
}
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}
/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #605243;
}
/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}
.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 25px;
    padding: 5px 0;
    border-bottom: 1px solid #999;
}
.single .entry{
	border-bottom: 1px solid #f26e69;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 15px;
}
.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 15px;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #eee;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 10px;
}
.entry-header .entry-meta{
    color: #f26e69;
    font-size: 14px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.entry-header .entry-meta a,
.entry-header .entry-meta time{
	color: #3B6998;
	text-decoration: none;
}
.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}
.entry-categories,
.entry-tags {
	display: inline-block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination a {
	background-color: #fff;
	color: #3B6998;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}
.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
    background-color: #f26e69;
    color: #fff;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
	padding: 0;
}
.entry-comments {
	padding: 30px 0;
}
.comment-list li {
	padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
	padding-left: 0;
}
.comment-header {
	margin-bottom: 30px;
}
.comment-content {
	clear: both;
}
.comment-content ul > li {
	list-style-type: disc;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-header p {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
/* Comment Form */
#respond {
	background: #fefefe; /* usedta be dee8d8;*/
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 0.5em 0.5em 2.5em 0.5em;
	position: relative;
	width:100%
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
	margin-top:-38px;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 10px;
	z-index: 1;
}
/* sheiler updates */
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 16px;
}
/* Sheiler updates */
.must-log-in a  {
	font-size: 16px;	
}
/* Sheiler updates - this one not working */
.must-log-in p  {
	font-size: 16px;	
}
#respond p {
	margin: 5px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
/* NEW BUTTON */
#respond input#submit,
input#searchsubmit {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}
#respond input#submit:active {
	background: #724D00;
	color: #fff;
}
#respond #cancel-comment-reply-link {
	/* color: #666; */
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
/* NEW REPLY BUTTON */
#reply-title {
	display:       inline-block;
	padding:       8px 20px;
	background:    #600 repeat-x;
	background:    -moz-linear-gradient(#84612a, #600);
	background:    -o-linear-gradient(#84612a, #600);
	background:    -webkit-linear-gradient(#84612a, #600);
	background:    linear-gradient(#84612a, #600);
	border-radius: 5px;
	color:         #fff;
	font:          normal 400 18px/1;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	margin: 0;
	padding: 3px 6px 2px 10px;
	position: relative;
	left: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	display: none;
}
#reply-title {
	font-size: 18px;
	font-weight: normal;
	
}	
#cancel-comment-reply-link {
	/* 
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	*/
	font-size: 12px;
	display: block;
	font-weight: normal;
	line-height: 2.2em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	/* color: #ff4b33; */
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
	margin-top:-30pt;
}
/* sheiler updates */
#respond p {
	font-size: 16px;
}
p.comment-form-comment {
	margin: 0;
	padding: 0;
}
.form-allowed-tags {
	display: none;
}
#aec_edit_options {
	right: -595px;
	top: -46px;
}
a#cancel-comment-reply-link { display:none; }
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}
.sidebar .widget {
	background-color: #fff;
	padding: 0;
	margin-bottom: 30px;
}
.sidebar .widget.widget_search input{
	width: 100%;
}
.sidebar .widget article.entry{
	border-bottom: 0;
    margin-bottom: 18px;
    padding-bottom: 0;
}
.sidebar .widget article.entry > a {
    margin-bottom: 5px;
}
.sidebar .widget article h4.entry-title{
	color: #605243;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.sidebar .widget article img,
.sidebar .widget article > a {
	display: block;
}
.sidebar .widget article h4.entry-title a{
	color: #605243;
}
.sidebar section.widget_categories ul,
.sidebar section.widget_lc_taxonomy ul {
    padding: 11px 20px;
    background: #f6f4e5;
    margin-top: -20px;
}
.sidebar section.widget_categories ul li,
.sidebar section.widget_lc_taxonomy ul li {
    padding-bottom: 0;
    margin-bottom: 0px;
}
.sidebar section.widget_lc_taxonomy ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e7dd;
    line-height: 1.3;
}
.sidebar section.widget_lc_taxonomy ul li:last-child{
	border-bottom: 0;
}
.sidebar section.widget_categories ul li a,
.sidebar section.widget_lc_taxonomy ul li a{
    color: #605243;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
span.sidebar_facebook {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #4666AF;
    font-weight: 700;
    top: 2px;
    position: relative;
    letter-spacing: -1px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #605243;
	color: #f0edd5;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 40px 0;
}
.footer-widgets .wrap{
	position: relative;
}
.footer-widgets-1{
	width: 70%;
}
.footer-widgets-2{
	width: 27%;
}
.footer-widgets-1 {
	margin-right: 3%;
}
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets h3.widgettitle.widget-title{
	background: transparent;
	padding: 0;
	margin-bottom: 10px;
}
.footer-widgets .widget ul > li{
    margin-bottom: 0;
    padding-bottom: 2px;
    float: left;
    width: 31%;
    font-size: 15px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    margin-right: 2%;
}
.footer-widgets .widget ul > li a{
	color: #f0edd5;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}
.footer-widgets-2 a.subscribe_button {
    margin-top: 40px;
}
.subscribe_button{
    display: block;
    border: 1px solid #666;
    padding: 10px 25px;
    color: #fff;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background: #c00 repeat-x;
    background: -moz-linear-gradient(#f48b87, #c00);
    background: -o-linear-gradient(#f48b87, #c00);
    background: -webkit-linear-gradient(#f48b87, #c00);
    background: linear-gradient(#f48b87, #c00);
    width: auto;
    text-align: center;
    text-shadow: 0px 0px 0 #000;
    top: 0;
    right: 0;
    clear: both;
    float: right;
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}
.subscribe_button:hover{
     border: 1px solid #666;
    color: #fff;
}
.footer_logo{
	display: block;
    width: 200px;
    float: right;
    position: absolute;
    bottom: 17px;
    right: 0;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #605243;
    border-top: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 30px 0 50px;
    text-align: center;
}
.site-footer p {
	margin-bottom: 0;
}
.site-footer p a{
	color: #fff;
}
.bottom-widget {
    display: block;
    text-align: left;
}
.bottom-widget .widget_nav_menu li{
	display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.bottom-widget .widget_nav_menu li a{
    color: #fff;
    text-decoration: none;
    padding: 0 40px 0 0;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    text-transform: capitalize;
}
.bottom-widget .widget_nav_menu li:last-child a {
    padding-right: 0;
}
/* Homepage Slider */
.home_after_header_wrap {
    display: block;
    overflow: hidden;
    position: relative;
}
.home-after-header .soliloquy-container{
	margin-bottom: 0 !important;
}
.home-after-header .soliloquy-container .soliloquy-caption .soliloquy-caption-inside{
    background: transparent;
    display: block;
    height: 100%;
    vertical-align: bottom;
    bottom: 0;
    position: relative;
    padding: 0;
}
.home-after-header  .soliloquy-container .soliloquy-caption {
	display: block !important;
    height: 100%;
    top: 0;
    max-width: 1040px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-after-header .soliloquy-caption .soliloquy-caption-inside h2{
	color: #fff;
    font-size: 35px;
    font-size: 3.5rem;
    text-transform: lowercase;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    top: 80%;
    text-align: left;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 2px 3px #444;
}
.home-after-header  .soliloquy-container .soliloquy-item{
	height: 100%;
}
.home-after-header .soliloquy-container .soliloquy-prev{
	background: url(images/arrow_left_yellow.png) no-repeat scroll center center transparent !important;
	height: 55px;
	left: 30px;
	top: 45%;
}
.home-after-header .soliloquy-container .soliloquy-next{
	background: url(images/arrow_right_yellow.png) no-repeat scroll center center transparent !important;
	height: 55px;
	right: 30px;
	top: 45%;
}
/** Inner page after header */
.inner_after_header_wrap{
    background: #e5eadc;
    position: relative;
}
.inner-after-header{
	display: block;
	overflow: hidden;
	padding: 30px 100px;
}
.inner-after-header .swiper-button-prev {
	background: url(images/arrow_left_grey.png) no-repeat scroll center center transparent !important;
	height: 55px;
	left: 30px;
}
.inner-after-header .swiper-button-next {
	background: url(images/arrow_right_grey.png) no-repeat scroll center center transparent !important;
	height: 55px;
	right: 30px;
}
.inner-after-header .entry-header .entry-title{
	font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.inner-after-header .entry-header .entry-title a{
	color: #82673b;
}
.inner-after-header article.post img{
	margin-bottom: 0;
	display: block;
}
.inner-after-header article.post{
    margin-bottom: 0 !important;
    border: 0;
    padding-bottom: 0 !important;
}
.footer_video_carousel {
    background: #000000;
    position: relative;
}
.before-footer{
	display: block;
    overflow: hidden;
    padding: 30px 100px;
}
.before-footer h3.widgettitle.widget-title {
    background: #605243;
}
.footer_video_carousel .swiper-button-prev {
	background: url(images/arrow_left_grey.png) no-repeat scroll center center transparent !important;
	height: 55px;
	left: -4%;
}
.footer_video_carousel .swiper-button-next {
	background: url(images/arrow_right_grey.png) no-repeat scroll center center transparent !important;
	height: 55px;
	right: -4%;
}
.footer_video_carousel .entry-header .entry-title{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    line-height: 1.2;
}
.footer_video_carousel .ffh-video-carousel .video.entry a{
	color: #fff;
}
.footer_video_carousel article.video img{
    margin-bottom: 0;
    display: block;
}
.footer_video_carousel article.video{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border: 0;
}
.before-footer section.widget_text {
   position: absolute;
    top: 35px;
    left: auto;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    right: 10%;
}
/* Home Widget */
.home-widget .featuredpost .post.entry{
	border: 0;
	width: 31.33%;
	margin-right: 3%;
	display: block;
	float: left;
	padding: 0;
}
.home-widget .featuredpost .post.entry:nth-child( 5 ),
.home-widget .featuredpost .post.entry:nth-child( 8 ),
.home-widget .featuredpost .post.entry:nth-child( 11 ){
	clear: left;
}
.home-widget .featuredpost .post.entry:nth-child( 3n+1 ){
	margin-right: 0;
}
.home-widget .featuredpost .post.entry a,
.home-widget .widget.featuredpage a{
	color: #605243;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.home-widget .featuredpost .post.entry a.more-link, .home-widget .widget.featuredpage a.more-link{
	color: #3B6998;
}
.home-widget .widget.featuredpage{
	width: 23.5%;
	float: left;
	margin-right: 2%;
    margin-bottom: 20px;	
}
.home-widget .widget.featuredpage article{
	border: 0;
}
.home-widget .widget.featuredpage:nth-child(7),
.home-widget .widget.featuredpage:nth-child(11),
.home-widget .widget.featuredpage:nth-child(15){
	margin-right: 0;
}
.home-widget section.widget.featuredpost {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.home-widget section.widget.featuredpost p{
	font-size: 14px;
	font-size: 1.4rem;
}
.home-widget .featuredpost header {
    margin-bottom: 10px;
}
p.more-from-category {
    position: absolute;
    top: 0;
    right: 15px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
p.more-from-category a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
}
.ffh-video-carousel p.more-from-category {
    top: 9px;
}
.home-widget section#featured-post-5.widget.featuredpost article.post {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.home-widget section#featured-post-5.widget.featuredpost article.post:nth-child( 4n + 1){
	clear: left;
}
.home-widget section#featured-post-5.widget.featuredpost article.post:nth-child( 4n + 4 ){
	margin-right: 0;
	clear: none;
}
/* Home Resources */
.home-resources {
    position: relative;
}
.home-resources .featuredpost .post.entry{
    border: 0;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.home-resources .featuredpost .post.entry:nth-child( 4 ),
.home-resources .featuredpost .post.entry:nth-child( 8 ),
.home-resources .featuredpost .post.entry:nth-child( 12 ){
	margin-right: 0;
}
.home-resources .featuredpost .post.entry:nth-child( 4n+1 ){
	clear: left;
}
.home-resources .featuredpost .post.entry a,
.home-resources .widget.featuredpage a{
	color: #605243;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.home-resources .widget.featuredpage{
	width: 23.5%;
	float: left;
	margin-right: 2%;
    margin-bottom: 20px;	
}
.home-resources .widget.featuredpage article{
	border: 0;
}
.home-resources .widget.featuredpage:nth-child(5),
.home-resources .widget.featuredpage:nth-child(9),
.home-resources .widget.featuredpage:nth-child(13),
.home-resources .widget.featuredpage:nth-child(17){
	margin-right: 0;
}
.home-resources section.widget.featuredpost {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.home-resources .featuredpost header {
    margin-bottom: 15px;
}
.home-resources .featured-content.featuredpage .entry-title,
.home-resources .featured-content.featuredpost .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
}
/* Resources Page*/
.resources-page {
    position: relative;
}
.resources-page .featuredpost .post.entry{
    border: 0;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.resources-page .featuredpost .post.entry:nth-child( 4 ),
.resources-page .featuredpost .post.entry:nth-child( 8 ),
.resources-page .featuredpost .post.entry:nth-child( 12 ){
	margin-right: 0;
}
.resources-page .featuredpost .post.entry:nth-child( 5 ),
.resources-page .featuredpost .post.entry:nth-child( 9 ),
.resources-page .featuredpost .post.entry:nth-child( 13 ){
	clear: left;
}
.resources-page .featuredpost .post.entry a,
.resources-page .widget.featuredpage a{
	color: #605243;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.resources-page .widget.featuredpage{
	width: 23.5%;
	float: left;
	margin-right: 2%;
    margin-bottom: 20px;	
}
.resources-page .widget.featuredpage article{
	border: 0;
}
.resources-page .widget.featuredpage:nth-child(4),
.resources-page .widget.featuredpage:nth-child(8),
.resources-page .widget.featuredpage:nth-child(12),
.resources-page .widget.featuredpage:nth-child(16){
	margin-right: 0;
}
.resources-page .widget.featuredpage:nth-child(5),
.resources-page .widget.featuredpage:nth-child(9),
.resources-page .widget.featuredpage:nth-child(13),
.resources-page .widget.featuredpage:nth-child(17){
	clear: left;
}
.resources-page section.widget.featuredpost {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.resources-page .featuredpost header {
    margin-bottom: 15px;
}
.resources-page .featured-content.featuredpage .entry-title,
.resources-page .featured-content.featuredpost .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
}
/* Video Widget */
.video-widget .featuredpost .post.entry,
.video-widget .ffh-video-carousel .video.entry{
	border: 0;
	width: 31.33%;
	margin-right: 3%;
	display: block;
	float: left;
	padding: 0;
}
.video-widget .featuredpost .post.entry:nth-child( 3n+1 ){
	margin-right: 0;
}
.video-widget .featuredpost .post.entry a,
.video-widget .widget.featuredpage a{
	color: #605243;
    margin-bottom: 10px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.video-widget .widget.featuredpage{
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.video-widget .widget.featuredpage article{
	border: 0;
}
.video-widget .widget.featuredpage:nth-child(7),
.video-widget .widget.featuredpage:nth-child(11),
.video-widget .widget.featuredpage:nth-child(15){
	margin-right: 0;
}
.video-widget section.widget.featuredpost {
	margin-bottom: 20px;
    position: relative;
}
.ffh-video-carousel{
	position: relative;
}
.ffh-video-carousel .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
}
.ffh-video-carousel .video.entry a{
	color: #605243;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.ffh-video-carousel img,
.ffh-video-carousel a,
.featuredvideo img,
.featuredvideo a {
    display: block;
    position: relative;
}
.ffh-video-carousel article.video span.dashicons,
.featuredvideo article.video span.dashicons {
    position: absolute;
    top: 0;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-align: center;
    z-index: 1;
    color: #fff;
    background: rgba(0,0,0,0.2);
    line-height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.ffh-video-carousel article.video  .dashicons-controls-play:before,
.featuredvideo article.video  .dashicons-controls-play:before{
    padding-left: 3px;
}
.footer_video_carousel .ffh-video-carousel article.video span.dashicons,
.featuredvideo  article.video span.dashicons{
    position: absolute;
    top: 0;
    font-size: 35px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 1;
    color: #fff;
    background: rgba(0,0,0,0.2);
    line-height: 53px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer_video_carousel 187.ffh-video-carousel article.video .dashicons-controls-play:before {
    padding-left: 5px;
}
/* Related Posts */
.ffh_related_posts{
	display: block;
    padding: 0;
    margin-bottom: 40px;
}
.ffh_related_posts article.post{
    border: 0;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.ffh_related_posts article.post img{
	width: 100%;
}
.ffh_related_posts article.post:nth-child( 4n + 1){
    margin-right: 0;
}
.ffh_related_posts article.post:nth-child( 4n + 2){
    clear: left;
}
.ffh_related_posts article.post h4.entry-title{
	font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.ffh_related_posts article.post h4.entry-title a{
    color: #605243;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
/* 404 error page */
.error404 .entry-content .search-form{
    margin-bottom: 40px;
    width: 100%;
}
.error404 .entry-content .search-form input[type="submit"]{
	display: none;
}
.error404 .entry-content .search-form input{
	width: 100%;
}
.error404 .entry-content h2,
.error404 .entry-content h3{
	color: #5c8d3e;;
}
.error404 .entry-content ul li a{
	color: #605243;
}
.single-video .tubepress-meta-group{
	font-size: inherit !important;
}
.single.single-video .entry{
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.single.single-video .entry-meta{
	
}
.single.single-video .author-box{
	
}
.tubepress-thumbnail-image{
	width: 100%;
}
.tubepress-thumb {
    border: 0;
    width: 31.33% !important;
    margin-right: 3%;
    display: block;
    float: left;
    padding: 0;
}
.tubepress-thumb:nth-child( 3n + 3 ){
	margin-right: 0 !important;
}
.tubepress-thumb:nth-child( 3n + 1 ) {
    clear: left;
}
.widget_tubepress_widget_gattaca {
    margin-bottom: 30px;
}
.tubepress-cursor-pointer {
    cursor: pointer;
    color: #605243;
    margin-bottom: 10px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    display: block;
    line-height: 1;
    position: relative;
}
dd.tubepress-meta-title a.tubepress-cursor-pointer{
    color: #605243;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
}
.widget_tubepress_widget_gattaca h3.widgettitle.widget-title {
	background: transparent;
    padding: 4px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #605243;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}
.tubepress-thumb > a.tubepress-cursor-pointer:before {
    content: "";
    content: "\f522";
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    position: absolute;
    top: 0;
    font-size: 35px;
    color: #fff;
    padding-left: 5px;
    z-index: 100;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.js-tubepress-gallery > .tubepress-normal-player {
    text-align: left;
    margin: auto auto 30px;
    position: relative;
    padding-bottom: 50px;
}
.js-tubepress-gallery .tubepress-normal-player .tubepress-big-title{
    position: absolute;
    bottom: 0;
    color: #605243;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
}
.tubepress-pagination {
    float: left;
    width: 100%;
}
.tubepress-meta-group {
    width: 100% !important;
}
article.video.entry{
	border: 0;
}
.tax-video_category header.entry-header {
    margin-bottom: 20px;
}
.tax-video_category header.entry-header a.video_back {
    font-size: 15px;
    display: none;
}
.socialprinter {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.shares {
    width: 84%;
    float: left;
    margin-top: 2px;
}
.printers {
    float: right;
    width: 15%;
    text-align: right;
}
.search_result-count {
    font-size: 14px;
    margin-bottom: 20px;
    color: #f26e69;
}
#top-link {
	background: url("images/top_btn.png") no-repeat scroll center center #F16E69;
	bottom: 40px;
	display: none;
	height: 45px;
	position: fixed;
	right: 30px;
	text-indent: -9999px;
	width: 45px;
	z-index: 9999;
}
.fb_iframe_widget iframe {
    margin-top: -3px !important;
}


.stButton{
	margin-right: 0 !important;
    margin-left: 0 !important;
}
.genesis-nav-menu .show_on_mobile.menu-item{
	display: none;
}

.ffh_social_share{
	display: inline-block;
}
.ffh_social_share.show_mobile{
	display: none;
}

span.slb_data_title,
div.slb_data_desc {
    display: none !important;
}
span.indicator {
    display: none;
    float: right;
    position: absolute;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    top: 0;
}


/*
* Media Queries
*/
.mobile-header,
.mobile-footer,
.footer_credits_mobile,
.site-footer .wrap > .widget_nav_menu{
	display: none;
}
.mobile_menu{
    display: none;
}
.mobile_menu .navbar-toggle {
	position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    border: none;
    margin: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffcf67;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media only screen and (max-width: 1140px) {
body {
    font-size: 18px;
    font-size: 1.8rem;
}
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1024px;
}
.home-after-header .soliloquy-caption-inside h2 {
    font-size: 45px;
    font-size: 4.5rem;
}
.bottom-widget .widget_nav_menu li a {
    padding-bottom: 10px;
    display: inline-block;
}
.before-footer section.widget_text {
    top: 38px;
    left: 40%;
}
}
@media only screen and (max-width: 1024px) {
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 991px;
}
.before-footer,
.inner-after-header {
    padding: 30px 60px;
}
}
@media only screen and (max-width: 768px) {
.mobile-header,
.mobile-footer,
.footer_credits_mobile,
.site-footer .wrap > .widget_nav_menu{
	display: block;
    float: left;
    width: 100%;
}	
.top_widget_wrap,
.home .site-inner,
.footer_video_carousel,
.footer-widgets,
.bottom-widget,
.home_after_header_wrap,
.nav-primary,
.inner_after_header_wrap{
	display: none;
}
.mobile_menu {
    display: block;
    width: auto;
    float: right;
    background: #605243;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    position: absolute;
    top: 73px;
    right: 40px;
}
.home .mobile_menu {
	display: block;
    width: 93%;
    float: none;
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
span.button_label {
	color: #ffcf67;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}
body,
.site-header{
	background-color: #fffef0;
}
.site-container {
    margin: 0;
}
.header-full-width .title-area {
    float: left;
    width: auto;
    margin: 40px auto 20px;
    text-align: center;
}
.home.header-full-width .title-area {
    float: none;
    width: 100%;
    margin: 40px auto 60px;
    text-align: center;
}
.header-full-width .title-area img {
    display: inline-block;
    margin: 0;
}
.mobile-header {
	width: 93%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.site-footer .wrap {
    width: 93%;
}
.home .mobile-header .widget_nav_menu{
	display: block;
}
.home .mobile-header{
	display: block;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 93%;
    float: none;
}
.mobile-header .widget_nav_menu{
	display: none;
}
.home .mobile-header .search-form input[type="search"] {
    width: 100%;
    color: #a37357;
    border: 1px solid #a37357;
    background: transparent;
    text-align: center;
    font-size: 24px;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 10px;
    border-radius: 10px;
}
.mobile-header .search-form input[type="search"] {
	width: 100%;
    color: #a37357;
    border: 1px solid #a37357;
    background: transparent;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 7px 0;
    border-radius: 10px;
}
::-moz-placeholder {
	color: #a37357;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #a37357;
	opacity: 1;
}
.mobile-header section.widget{
	margin-bottom: 20px;
}
.mobile-header .widget_nav_menu ul li.sign_up a,
.mobile_footer_sing_up{
    width: 100%;
    color: #fff;
    background: #f26e68;
    text-align: center;
    font-size: 24px;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 10px;
    border-radius: 10px;
    display: block;
}
.mobile-header .widget_nav_menu ul li.make_gift a,
.mobile_footer_make_gift{
    width: 100%;
    color: #fff;
    background: #6c7c0c;
    text-align: center;
    font-size: 24px;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 10px;
    border-radius: 10px;
    display: block;
}
.home .mobile_footer_make_gift{
	display: none;
}
.mobile-header .widget_nav_menu ul li.browse a{
    width: 100%;
    color: #fff;
    background: #a37357;
    text-align: center;
    font-size: 24px;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 10px;
    border-radius: 10px;
    display: block;
}
.home .mobile_footer_sing_up{
	display: none;
}
.mobile_footer_sing_up{
	display: block;
}
.home #socialbar{
	display: block;
}
#socialbar{
	display: none;
}
.site-footer{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    float: left;
    background: transparent;
    width: 100%;
    color: #6b6c6f;
    text-align: center;
    margin: 20px 0 40px;
    padding: 0;    
}
#socialbar{
	float: none;
}
#socialbar a.facebook {background:url(images/social/facebook.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.instagram {background:url(images/social/instagram.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.twitter {background:url(images/social/twitter.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.rss {background:url(images/social/rss.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.youtube {background:url(images/social/youtube.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a.email {background:url(images/social/email.button.32.png) no-repeat scroll 0 0 transparent;}
#socialbar a {
    float: none;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 5px;
}
.site-footer .widget_nav_menu{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.site-footer .widget_nav_menu ul{
	display: inline-block;
}
.site-footer .widget_nav_menu ul li{
	display: inline-block;
	padding: 0 10px;
}
.site-footer .widget_nav_menu ul li a{
	color: #6c7c0c;
    font-size: 18px;
}
span.footer_credits_mobile {
	font-size: 14px;
    margin-top: 11px;
    line-height: 1.4;
}
#genesis-nav-primary {
	position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}
.nav-primary {
    background-color: #605243 !important;
}
.genesis-nav-menu{
	padding: 20px;
}
.genesis-nav-menu .menu-item {
    width: 100%;
    position: relative !important;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
}
.genesis-nav-menu .sub-menu {
    display: none;
}

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

.genesis-nav-menu .sub-menu a{
    background-color: #605243 !important;
    border-bottom: 0;
    border-top: 0;
    font-size: 16px !important;
    padding: 13px 20px;
    position: relative;
    width: 100% !important;
    word-wrap: break-word;
    font-weight: 300;
    text-transform: uppercase;
}
.genesis-nav-menu a {
    color: #ffcf67 !important;
}
.sidebar{
	display: none;
}
.content{
	width: 100%;
}
.site-inner .wrap {
    padding: 20px;
}
.printers{
	display: none;
}
.genesis-nav-menu .show_on_mobile.menu-item {
    display: block;
}

.stButton .stLarge {
    display: inline-block;
    height: 40px !important;
    width: 40px !important;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.site-header > .wrap {
    padding: 10px 0 0;
    margin: 0 40px;
}

span.indicator {
display: inline-block;
}
span.indicator .dashicons{
    color: #ffcf67;
    line-height: 50px;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
}
span.indicator .dashicons.dashicons-arrow-down:before,
span.indicator .dashicons.dashicons-arrow-up:before {
    font-size: 30px;
}

.genesis-nav-menu .sub-menu {
    left: auto;
    position: relative;
    width: 100%;
}
}
@media only screen and (max-width: 600px) {
.site-container {
    margin: 0;
}
.mobile_menu{
	right: 20px;
}
.header-full-width .title-area {
    margin: 20px auto 20px;
}
.mobile_menu {
    display: block;
    width: auto;
    float: right;
    background: #605243;
    padding: 6px 15px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    position: absolute;
    top: 60px;
    right: 20px;
}
.enews-widget input{
	width: 100%;
	margin-bottom: 10px;
}
.author-box-content{
	padding-left: 0;
}
.author-box img{
	margin-bottom: 10px;
}
.contact-links {
    padding-left: 0;
}
.entry-comments {
    padding: 10px;
}
textarea#comment {
    width: 100%;
}
#comments h3 {
    font-size: 24px;
}
.ffh_related_posts article.post {
    width: 48%;
}
p.more-from-category{
	display: none;
}
.tubepress-thumb {
    width: 100% !important;
    margin-right: 0;
}
.resources-page .widget.featuredpage{
	width: 49%;
    margin-right: 2%;
}
.resources-page .widget.featuredpage:nth-child(2),
.resources-page .widget.featuredpage:nth-child(4),
.resources-page .widget.featuredpage:nth-child(6),
.resources-page .widget.featuredpage:nth-child(8),
.resources-page .widget.featuredpage:nth-child(10),
.resources-page .widget.featuredpage:nth-child(12),
.resources-page .widget.featuredpage:nth-child(16){
	margin-right: 0;
}
.resources-page .featuredpost .post.entry{
	width: 49%;
    margin-right: 2%;	
}
.resources-page .featuredpost .post.entry:nth-child( 2 ),
.resources-page .featuredpost .post.entry:nth-child( 4 ),
.resources-page .featuredpost .post.entry:nth-child( 6 ),
.resources-page .featuredpost .post.entry:nth-child( 8 ),
.resources-page .featuredpost .post.entry:nth-child( 10 ),
.resources-page .featuredpost .post.entry:nth-child( 12 ){
	margin-right: 0;
}
.ffh_related_posts article.post h4.entry-title{
    font-size: 18px;
    font-size: 1.8rem;
}
.ffh_social_share{
	display: none;
}
.ffh_social_share.show_mobile{
	display: inline-block;
}
span.st_sharethis_large.ffh_social_share.show_mobile {
    display: inline-block;
}
.stButton .stLarge:hover {
    background-position: 0 !important;
}
}
@media only screen and (max-width: 500px) {
.ffh-video-carousel img, .ffh-video-carousel a, .featuredvideo img, .featuredvideo a{
	width: 100%;
}
.ffh_related_posts article.post,
.ffh_related_posts article.post img {
    width: 100%;
}
.one-half, .three-sixths, .two-fourths,
.one-third, .one-fourth, .one-sixth{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.after-entry .widget_text,
.after-entry .widget_text:last-child{
    float: left;
    width: 100%;
}
.ffh_facebook_share,
.ffh_twitter_share{
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
}
.after-entry a.get_subscribe{
	float: left;
    width: 100%;
}
.shares {
    width: 100%;
    float: left;
}
.printers {
	float: right;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
figure.wp-caption {
    width: 100% !important;
    text-align: center;
}
.author-box{
	text-align: center;
}
.author-box-content {
    padding-left: 0;
    width: 100%;
    display: block;
    float: left;
}
.author-box .avatar {
	display: block;
    width: auto;
    margin: 0 auto 20px;
    float: none;
}
.author-box-title {
    color: #f26e69;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}
.author-box-content {
    padding-left: 0;
    width: 100%;
    display: block;
    float: left;
}
.contact-links {
    padding-left: 0;
    display: block;
    float: left;
    width: 100%;
}
iframe{
	height: auto !important;
}
.video-widget .featuredpost .post.entry, .video-widget .ffh-video-carousel .video.entry {
    width: 100% !important;
    margin-right: 0 !important;
    position: relative;
    left: 0;
    float: left;
    transform: none;
}
.swiper-wrapper{
display: block !important;
}
.resources-page .featured-content.featuredpage .entry-title, .resources-page .featured-content.featuredpost .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
}
span.indicator .dashicons {
    line-height: 30px;
    height: 30px;
}
span.indicator {
    height: 30px;
    line-height: 30px;
}
a.entry-image-link img {
    width: 100%;
}
}
@media only screen and (max-width: 450px) {
.resources-page .widget.featuredpage{
	width: 100%;
    margin-right: 0%;
}
.resources-page .widget.featuredpage img{
	width: 100%;
}
.resources-page .widget.featuredpage:nth-child(2),
.resources-page .widget.featuredpage:nth-child(4),
.resources-page .widget.featuredpage:nth-child(6),
.resources-page .widget.featuredpage:nth-child(8),
.resources-page .widget.featuredpage:nth-child(10),
.resources-page .widget.featuredpage:nth-child(12),
.resources-page .widget.featuredpage:nth-child(16){
	margin-right: 0;
}
.resources-page .featuredpost .post.entry{
	width: 100%;
    margin-right: 0%;	
}
.resources-page .featuredpost .post.entry img{
	width: 100%;
}
.resources-page .featuredpost .post.entry:nth-child( 2 ),
.resources-page .featuredpost .post.entry:nth-child( 4 ),
.resources-page .featuredpost .post.entry:nth-child( 6 ),
.resources-page .featuredpost .post.entry:nth-child( 8 ),
.resources-page .featuredpost .post.entry:nth-child( 10 ),
.resources-page .featuredpost .post.entry:nth-child( 12 ){
	margin-right: 0;
}
a.entry-image-link img {
    width: 100%;
}
}
@media only screen and (max-width: 380px) {
.mobile_menu {
display: block;
    width: 92%;
    float: none;
    background: #605243;
    padding: 6px 15px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    right: 0;
    box-sizing: border-box;
    margin: 0 auto 10px;
}
.header-full-width .title-area {
    float: none;
}
.genesis-nav-menu a {
    padding: 10px 20px;
    font-size: 15px;
    border-bottom: 1px solid rgba(177, 168, 158, 0.42);
}
.genesis-nav-menu .sub-menu a {
    font-size: 15px !important;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(177, 168, 158, 0.42);
}
.mobile-header .widget_nav_menu ul li a,
.mobile-header .search-form input[type="search"],
span.button_label{
	font-size: 18px !important;
}
}