/*
	Theme Name: Ready Seal
	Theme URI: http://thrivenetmarketing.com/
	Description: Ready Seal Child Theme of Genesis
	Author: Thrive Internet Marketing
	Author URI: http://thrivenetmarketing.com/

	Version: 1.2.2

	Tags: thrive, readyseal

	Template: genesis
	Template Version: 2.1 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Parallax Pro Blue
		- Parallax Pro Green
		- Parallax Pro Orange
		- Parallax Pro Pink
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets: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,
.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
--------------------------------------------- */

body {
	background-color: #fff;
	color: #574c46;
	font-family: 'Chivo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.parallax-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #d5420a;
	text-decoration: none;
}

a:hover {
	color: #891f02;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
	font-family: Chivobold;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family:"Gobold Bold";
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 48px;
	color: #891f02;
}

h2 {
	font-size: 42px;
	color: #891f02;
}

h3 {
	font-size: 34px;
	color: #d5420a;
}

h4 {
	font-size: 24px;
	color:#765f59;
}

h5 {
	font-size: 20px;
	color: #891f02;
}

h6 {
	font-size: 18px;
	color: #891f02;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #574c46;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

.content input[type="button"],
.content input[type="reset"],
.content input[type="submit"],
.content .button,
.content .tt_form_button {
	background-color: #d5420a;
    cursor: pointer;
    font-family: 'Chivobold', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid #891f02 2px;
    padding: 7px 22px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    box-shadow: 0 0 0 6px #d5420a;
	border-radius: 0px;
	display: inline-block;
    width: auto;
}

.content input:hover[type="button"],
.content input:hover[type="reset"],
.content input:hover[type="submit"],
body.page .content .button:hover,
.content .tt_form_button:hover {
	background-color: #891f02;
	color: #fff;
	text-decoration:none;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Hide the coupon code field on the checkout page */
.woocommerce .coupon {
    display: none;
}

body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button,
body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt,
body.woocommerce #respond input#submit, 
body.woocommerce a.button, 
body.woocommerce button.button, 
body.woocommerce input.button,
body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt[disabled]:disabled, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt[disabled]:disabled, 
.woocommerce button.button.alt[disabled]:disabled, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt[disabled]:disabled {
    background-color: #d5420a;
    font-family: 'Chivobold', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid #891f02 2px;
    padding: 7px 22px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    box-shadow: 0 0 0 6px #d5420a;
	border-radius: 0px;
	display: inline-block;
    width: auto;
}

body .woocommerce #respond input#submit:hover, 
body .woocommerce a.button:hover, 
body .woocommerce button.button:hover, 
body .woocommerce input.button:hover,
body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover,
body.woocommerce #respond input#submit:hover, 
body.woocommerce a.button:hover, 
body.woocommerce button.button:hover, 
body.woocommerce input.button:hover,
body.woocommerce #respond input#submit.alt:hover, 
body.woocommerce a.button.alt:hover, 
body.woocommerce button.button.alt:hover, 
body.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt[disabled]:disabled:hover, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt[disabled]:disabled:hover, 
.woocommerce button.button.alt[disabled]:disabled:hover, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt[disabled]:disabled:hover {  
    background-color: #891f02;
	color: #fff;
	text-decoration:none;
}





/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
	background: transparent;
	clear: both;
	font-family: 'Chivo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-odd a.button {
	color: #fff !important;
	text-decoration:none !important;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover {
	color: #fff !important;
	text-decoration:none !important;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	color: #fff !important;
	text-decoration:none !important;
}


/* 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: 700;
	font-family: 'Chivobold';
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner{width:100%;}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}


/* 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
---------------------------------------------------------------------------------------------------- */
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 4px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.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-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 36px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #f04848;
}

.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 28px;
	margin-bottom: 21px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.sticky {
}


/*
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;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */



.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float:left;
	padding: 0px;
	width: 290px;
}

.site-title {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain;
	display: block;
	height: 70px;
	text-indent: -9999px;
	max-width: 360px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}

.site-header .widget-area,
.site-header .widget-area a,
.site-header .widget-area h4 {
	color: #fff;
}

.site-header .textwidget {
	margin-top: -5px;
    margin-bottom: 24px;
}
.site-header .widget-area { margin-right:8px; }




/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content.parallax-home .content {
	padding: 0;
}

/* Order Page
---------------------------------------------- */

#rs-order-page-content-header {
	margin-bottom: 10px;
}

#rs-order-pricing-structure {
}
#rs-order-pricing-structure caption {
	font-size: 18px;
}

/* Tables used for the variation pricing structures */
.rs-order-table {

}
.rs-order-table td {
	padding: 6px;
}

.rs-order-product-title {
	font-size: 20px;
}

.rs-order-product-title:nth-of-type(1) {
	margin-bottom: 10px;
}

/* The name for the variation in the table */
.rs-order-variation-item-name {
	margin-left: 10px;
	vertical-align: middle;
}

/* Contains the PO Number & Order Notes fields */
#rs-order-comments-container {
	margin-bottom: 40px;
}

/* Container that contains the "Place Order" button. */
.page-template-order-page .woocommerce-checkout #payment {
	background: 0;
	margin-top: 40px;
}

/* Contains the "payment methods" just above the Place Order button */
.page-template-order-page #payment .wc_payment_methods.payment_methods.methods {
	border: 0;
}

/* Currently, it houses just the "Invoices per terms (cash on delivery)" payment method. */
#rs-order-payment-methods-container {
	background: #ebe9eb;
	margin-top: 40px;
	padding: 20px 40px;
}
#rs-order-payment-methods-container label {
	font-weight: bold;
}

.page-template-order-page #payment .wc_payment_methods.payment_methods.methods {
	display: none !important;
}

#rs-distributor-order-page-please-note-text {
	margin-bottom: 5px;
}

/* Hide this for now */
.prdctfltr_filter label.prdctfltr_ft_uncategorized {
	display: none;
}
/* Entries
--------------------------------------------- */

.entry {
	/*margin-bottom: 100px;*/
}

.sidebar .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header {
	text-align: center;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #891f02;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Chivo', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #d5420a;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
	font-family: 'Chivobold';
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/*background-color: #f04848;
	clear: both;
	font-size: 24px;
	padding: 100px 0;
	text-align: center;*/
}

.footer-widgets,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background:url(images/footer-bg.jpg) repeat-x;
	background-size:cover;
	padding: 33px 0 60px 0px;
	text-align: left;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration:underline;
}

.site-footer p {
	font-family: 'Chivo', sans-serif;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 28px;
}

/*
Custom
---------------------------------------------------------------------------------------------------- */

.resources-page-useful-information-row .fl-callout-title {
	font-size: 22px;
	line-height: 22px;
}

#why-is-ready-seal-the-best-wood-stain-and-sealer-row .fl-callout-title {
	font-size: 24px;
	line-height: 24px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1190px) {
	.site-header .wrap {
		padding: 0px 0px 0px 20px;
	}
	.why-choose .wrap {
		padding: 0 20px;
	}
	.home-testimonials .wrap {
		padding: 0 20px;
	}
	.apply-readyseal .wrap {
		padding: 0 20px;
	}
	.featured-news .wrap {
		padding: 0 20px;
	}
	.site-footer > .wrap {
		padding: 0 20px;
	}
	.site-footer #gform_2 .gform_heading {
		background:none !important;
	}
	.site-footer .footer-widgets-2 {
    	width: 30% !important;
    	margin-right: 3% !important;
    	text-align: left;
	}
	.site-footer .footer-widgets-3 {
    	width: 33% !important;
    	margin-right: 4% !important;
	}
	.site-footer .footer-widgets-4 {
    	width: 30% !important;
    	text-align: left;
	}
}

@media screen and (max-width: 1140px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 630px;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding:0px;
	}
	.nav-primary {
    	margin-right: 110px !important;
	}
	.genesis-nav-menu > .menu-item > a {
		padding: 10px 8px !important;
		margin-right:0px !important;
	}
	.featured-news h2 {
		text-align: left !important;
    	margin-bottom: 20px !important;
		position:relative !important;
		display: block !important;
	}
	.featured-news .entry-header {
    	text-align: left !important;
    	margin-top: 0px !important;
	}
	.featuredpost .entry-header h2 {
    	line-height: 25px;
    	margin-bottom: 30px !important;
    	text-align: left !important;
	}
	
	.featured-news {
    	padding-bottom: 30px;
	}
	
	.site-inner {
    	padding: 40px 30px !important;
    }
	.home .site-inner {
    	padding: 0px 0px 40px !important;
    }
	
	body.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 35%;
    margin-right: 30px;
}
body.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 60%;
	margin-bottom: 0px !important;
}

body.woocommerce-page #content div.product .woocommerce-tabs{
	width: 100%;
}
/*.site-footer > .wrap {
    	padding: 0 5%;
}*/

.home .site-inner .why-choose h2 {
    font-size: 36px;
    line-height: 50px;

}

@media screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	

	.site-header {
		padding-bottom: 10px;
		position: static;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.header-image .site-title > a {
		margin: 0 auto 10px;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-header .widget-area { margin-right:0px; }
	
	/* Header */
	 .paint-bucket{display:none;}
	 .home-banner-section {
		    height: auto !important;
    		padding-bottom: 40px !important;
	  }
	  .subpage-header{
		 min-height: auto !important;
    	 padding: 130px 0px 60px 0px !important;
	   }
	   .subpage-header article {
    		height: auto !important;
    		line-height: normal !important;
		}
		.subpage-header .wrap .entry-header h1{
			text-align:center;
		}
	   .site-header {
			background:#000 !important;
			padding: 20px 0px 4px !important;
		}
		.shrink {
			background:#000 !important;
			padding: 10px 0px 4px !important;
			position:absolute !important;
		}
	  
	.home .site-header {
		position: relative !important;
		background:#000 !important;
		padding: 20px 0px 4px !important;
	}
	.site-header .wrap {
		max-width: 100% !important;
	}
	.home .shrink {
		position: relative !important;
		background:#000 !important;
		padding: 10px 0px 4px !important;
	}
	.site-header .wrap {
    	padding: 0px !important;
	}
	.site-title a {
		width: 100% !important;
    	background-position: center center !important;
    	margin-bottom: 20px !important;
	}
	.shrink .site-title a {
		width: 100%;
    	background-position: center center !important;
    	margin-bottom: 20px !important;
	}
	.home-banner-section h1{ padding-top:40px !important;}
	.site-header .header-widget-area a{
    	white-space: nowrap;
    	line-height: 35px;
	}
	.shrink .header-widget-area a{
    	white-space: nowrap;
    	line-height: 35px;
	}
			.nav-primary {
    	margin-right: 0px !important;
	}
	
	/* Home Body */
	.goofproof {margin-bottom: 30px !important;}
	.goofproof .button{font-size: 16px !important;}
	.apply-readyseal h2 br{display:none !important;}
	.video-section{margin-bottom: 30px;}
	.why-choose h2 br{display:none !important;}
	
	.featuredpost .alignright {
    	float: none !important;
    text-align: left !important;
    display: block !important;
    margin-left: 0px;
	}
	.featuredpost .entry-header .entry-meta { text-align:left !important; margin-bottom: 10px !important;}
	.featuredpost .entry-header h2 {
    	margin-bottom: 15px !important;
		    text-align: left !important;
	}
	.featured-content .entry-content p{
		text-align:left;
	}
	.why-choose h2{ text-align:left; }
	.goofproof{ text-align:left; }
	.chooseimg {text-align:left;}
	.video-section {text-align:left;}
	.resources-section{text-align:left;}
	
	.site-footer #gform_2 .gform_heading {
		width: 100% !important;
		margin-bottom: 15px !important;
		background:none !important;
	}
	.site-footer #gform_2 .gform_heading h3{
		font-size: 23px !important;
	}
	.site-footer #gform_2 .gform_body {
		width: 100% !important;
	}
	.site-footer #gform_2 .gform_body li{
		width:100% !important;
	}
	.genesis-nav-menu > .menu-item > a {
    	padding: 17px 13px !important;
    	margin-right: 0px !important;
	}
	
	.subpage-header{margin-top: 209px;}
	
	/* Archive/Search Page */
	#container {
    	float: left;
    	width: 100% !important;
	}
	.sidebar {
    	float: left !important;
    	width: 300px !important;
	}
	
	body.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size:16px !important;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    	padding: 3px .5em !important;
	}
.resources-section ul { text-align: left;}
.apply-readyseal .resources-section ul { text-align: left;} 
.why-choose .goofproof ul { text-align: left;} 

	.breadcrumb-container {
		background: #e2d9d0 !important;
		height: auto !important;
		padding: 7px 0px 0px !important;
	}
	.breadcrumb-container .five-sixths {
	   width: auto;
	}
	.breadcrumb-container .one-sixth {
		width: auto;
		float: right;
	}
	.breadcrumb-container #breadcrumbs {margin-bottom:0px;}
	.menusearch-container {
    	right: 30px !important;
	}
	
	.apply-readyseal {
	
	}
	.apply-readyseal article {
    	border-bottom: 4px solid #e2d9cf;
    	display: block !important;
    	float: none !important;
    	margin-bottom: 35px;
    	padding-bottom: 35px;
	}

	.resources-section .resources-btn {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 768px) {

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
	
	/* Home */
	.home-banner-section h1 {
    	font-size: 40px !important;
    	line-height: 60px !important;
	}
	.home-banner-section .buy-btn .button {
		font-size: 16px !important;
    	background: url(images/rs-sprites.png) no-repeat 9px -624px #d5420a !important;
	}
	.home-banner-section .store-btn .button {
		font-size: 16px !important;
	    background: url(images/rs-sprites.png) no-repeat 11px -157px #d5420a !important;
	}
	.home-banner-section .buy-btn, .home-banner-section .store-btn{
		margin-bottom:10px !important;
	}
	
	.subpage-header h1 {
    	font-size: 40px !important;
    	line-height: 60px !important;
	}
	
	/* Testimonial - Slider */
	.tt-slider-controls{position: relative !important; top: initial !important;}
	#tt-slider-next {
    	position: relative !important;
    	right: 0 !important;
    	top: 0px !important;
	}
	#tt-slider-prev {
    	position: relative !important;
    	left: 0 !important;
    	top: 0px !important;
	}
	.view-more{ margin-top:40px !important; }
	
	.site-footer .footer-widgets-2 {
    	width: 100% !important;
    	margin-right: 0% !important;
    	text-align: left;
	}
	.site-footer .footer-widgets-3 {
    	display:none !important;
	}
	.site-footer .footer-widgets-4 {
    	width: 100% !important;
    	text-align: left;
		margin-top:40px !important;
	}
	.social-media{ margin-bottom:0px !important;}
	
	.footer-widgets .wrap{ padding:0px !important;}
	
	body.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
    margin-right: 30px;
}
body.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
	margin-bottom: 0px !important;
}

.menusearch-container { display:none; }
.woocommerce-page table.cart .product-thumbnail { display:block !important; }
	

}

@media screen and (max-width: 480px) {
	
	.home-banner-section h1 {
    	font-size: 30px !important;
    	line-height: 40px !important;
	}
	.subpage-header h1 {
    	font-size: 30px !important;
    	line-height: 40px !important;
	}
	.site-title a {
		/*width: 170px !important;
		margin-left: 10px !important;*/
	}
	.menusearch-container {
		/*top: 30px !important;*/
	}
	.site-title a {height:90px !important; margin-bottom:10px !important;}
	
	.home-testimonials h2 {
    	font-size: 32px !important;
	}
	.apply-readyseal h2 {
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.why-choose h2 {
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.featured-news h2 {
		font-size: 32px !important;
	}
	.sidebar {
    	float: left !important;
    	width: 100% !important;
	}
	.woocommerce.product-columns-3 ul.products li.product, .woocommerce-page.product-columns-3 ul.products li.product {
    	width: 100% !important;
    	text-align: center;
	}
	.img-wrap {
    	width: 100% !important;
		display: inline-block !important;
    	text-align: center !important;
		margin: 0 auto !important;
	}
	.woocommerce ul.products li.product a img {
		display: block !important;
    	margin: 0px auto !important;
	    text-align: center !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		margin-top:15px !important;
	}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
		display:block !important;
	}
	
	body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		bottom: 13px !important;
		left: 94% !important;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    	display: block !important;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs .reviews_tab.active {
		    border-bottom: 1px solid #482b18 !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    	border-color: #fff !important;
	}
	body.woocommerce-cart table.cart td.actions .coupon .input-text {
		width:100% !important;
		margin-bottom: 10px;
	}
	.woocommerce-page table.cart td.actions input {
    	width: 100% !important;
    }
	
	.gform_wrapper .top_label li.gfield.gf_left_half {
    	margin: 0 0 .5em;
	    width: 100% !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half {
		margin: 0 0 .5em;
		width: 100% !important;
	}
	.has_first_name #input_1_1_3_container {
		width: 100% !important;
		padding-right: 8px !important;
	}
	.has_first_name #input_1_1_6_container{
		width: 100% !important;
	}
	.gform_wrapper .ginput_complex .ginput_left {
		width: 100% !important;
	}
	.gform_wrapper .ginput_complex .ginput_right {
		width: 100% !important;
	}
	
	body.woocommerce div.product .summary .woocommerce-tabs ul.tabs li {
	    margin: 0px 0px 0px 0px !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		margin-bottom: 0px !important;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 10px !important;
		border: 1px solid #765f59 !important;
	}
	
}

@media screen and (max-width: 390px) {
	.view-more{
			margin-right: -3px !important;
			margin-bottom: 10px !important;		
	}
	
}

@media screen and (max-width: 345px) {
.single-product .summary .single_add_to_cart_button{
	margin-top:15px !important;
}
.summary .price:before{ display:block;}
.single-product .woocommerce-product-rating .star-rating { float:left !important;}
}