
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}
a img {
    border: 0 none;
}
a {
    text-decoration: none;
}
a:focus, input:focus, select:focus, textarea:focus, button:focus {
    outline: medium none;
}
html {
    height: 100%;
    width: 100%;
}
body {
    background: #1e211e none repeat scroll 0 0;
    color: #727272;
    font: 16px/1 "Actor",sans-serif;
    height: 100%;
    letter-spacing: 0.48px;
    width: 100%;
}
.wrapper {
    background: #1e211e none repeat scroll 0 0;
    height: 100%;
    position: relative;
    width: 100%;
}
.page-content {
    background-color: #3d403d;
    display: block;
    left: 0;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: left 610ms cubic-bezier(0, 0.8, 0.55, 1) 0s;
}
.container, .wsite-footer {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1100px;
}
#main .container, #banner .container, .wsite-footer {
    padding: 4em 2.5em;
}
#header, #banner-wrap, #main, #footer {
    width: 100%;
}
#footer {
    width: 100%;
    float: left;
}
#main {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
}
a {
    color: #ff4c4c;
}
a:hover {
    color: #d63c3c;
    text-decoration: none;
    transition: color 0.2s ease-in 0s, background-color 0.2s ease-in 0s;
}
.h1-container {
    background: #000 none repeat scroll 0 0;
}
.h1-container .container {
    box-sizing: border-box;
    padding: 2em 2.5em;
}
.h1-tag .wsite-text {
    text-transform: uppercase;
}
.h1-tag p{ margin:0; line-height:inherit;}
h2 {
    color: #373737;
    font-family: "Cabin";
    font-size: 1.75em;
	line-height:1;
    font-weight: 900;
    margin: 0 auto 0.5em;
    text-transform: uppercase;
}
div.paragraph {
    line-height: 1.5;
    margin: 0 auto 1em;
}
p {
    line-height: 1.5;
    margin: 0 auto 1em;
}
blockquote {
    border-left: 4px solid #ff4c4c;
    color: #373737;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.25;
    margin: 2em 0;
    padding: 0 0 0 25px;
}
#header {
    background: #1e211e none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    height: auto;
    left: 0;
    max-width: 100vw;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 4;
}
.stuck {
    left: 0;
    position: fixed;
    top: 0;
}
#banner-wrap {
    background-position: center center;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
#header > .container {
    display: table;
    padding: 13px 1em;
    position: relative;
    width: 100%;
}
#logo, #nav-handle, #header #search {
    display: table-cell;
    vertical-align: middle;
}
#nav-handle, #header #search {
    width: 275px;
}
#logo, #logo a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.78px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
#logo a:hover {
    text-decoration: none;
}
#logo .wsite-logo img {
    display: block;
    max-height: 75px;
    transition: all 0.3s ease-in-out 0s;
}
#wsite-title {
    font-size: 1.5em;
}
.hamburger {
    cursor: pointer;
    height: 14px;
    opacity: 1;
    padding-top: 10px;
    transition: opacity 0.2s ease-in 0s;
    width: 25px;
}
.mobile, .mobile::before, .mobile::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 4px;
    width: 25px;
}
.mobile {
    position: relative;
}
.mobile::before, .mobile::after {
    content: "";
    position: absolute;
}
.mobile::before {
    top: -8px;
}
.mobile::after {
    bottom: -8px;
}
.hamburger:hover {
    opacity: 0.8;
}
#header #search {
    text-align: right;
}
#header #search .wsite-search-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid transparent;
    border-image: none;
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.9em;
    height: 30px;
    margin-right: -35px;
    padding: 0 8px 0 0;
    text-align: left;
    transition: width 610ms cubic-bezier(0, 0.8, 0.55, 1) 0s;
    vertical-align: middle;
    width: 0;
}
#header #search .wsite-search-button {
    background: #1e211e url(../images/search-icon.png) no-repeat scroll center center / 18px auto;
    border-radius: 2px;
    box-sizing: border-box;
    height: 11px;
    margin: 4px 0;
    padding: 11px 1px;
    position: relative;
    width: 35px;
}
#header #search.showsearch .wsite-search-input {
    border-bottom: 2px solid #fff;
    width: 200px;
}
#wsite-search-header h2 {
    font-weight: 700;
}
#wsite-search-submit {
    background-size: 17px 17px;
    border-left: medium none;
    right: 1px;
    top: 10px;
}
#wsite-search-query {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    font-family: "Cabin",sans-serif;
    font-size: 24px;
    height: 40px;
}
.wsite-search-element-submit {
    background: #e7e7e8 url("theme/images/search.svg?1492665886") no-repeat scroll 11px center / 45% auto;
    border-radius: 2px;
    height: 14px;
    margin-top: 0;
    padding: 11px;
    right: 0;
    top: 0;
}
.wsite-search-element-submit:active, .wsite-editor .wsite-search-element-submit:active, .wsite-search-element-submit:hover, .wsite-editor .wsite-search-element-submit:hover {
    background-position: 11px center;
}
.wsite-social {
    vertical-align: middle;
    white-space: normal;
}
.wsite-social-item {
    border: 2px solid #727272;
    border-radius: 25px;
    box-sizing: border-box;
    color: #727272;
    display: inline-block;
    font-size: 18px;
    height: 34px;
    margin: 5px;
    padding: 5px 6px;
    transition: all 0.2s ease-in-out 0s;
    width: 34px;
}
.wsite-social-item:hover {
    border-color: #ff4c4c;
    color: #ff4c4c;
}
/*.menu li{ display:inline-flex;}*/
.nav ul {
    font-size: 0;
    list-style: outside none none;
}
.nav ul span:last-child li, .nav ul > li:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.nav ul li a, #wsite-menus .wsite-menu li a {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: block;
    font-family: "Cabin",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    opacity: 0.75;
    outline: 0 none;
    padding: 15px 25px;
    text-align: left;
    text-transform: uppercase;
    transition: opacity 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s;
}
.nav ul li#active a, .nav ul li a:hover, #wsite-menus .wsite-menu li a:hover {
    border: 0 none;
    opacity: 1;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.nav ul li a:hover, #wsite-menus .wsite-menu li a:hover {
    background: #d63c3c none repeat scroll 0 0;
}
.w-navpane-covering, .w-navpane-is-open .w-navpane-covering {
    z-index: 2;
}
.w-navpane {
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: -270px;
    overflow-y: auto;
    transition: left 610ms cubic-bezier(0, 0.8, 0.55, 1) 0s;
    width: 270px;
    z-index: 3;
}
body.w-navpane-is-forced .w-navpane {
    display: block;
}
body.w-navpane-is-forced #wsite-title {
    font-size: 2em;
}
.w-navlist {
    background: #ff4c4c none repeat scroll 0 0;
    text-align: center;
    width: 100%;
}
body:not(.wsite-editor) .w-navlist {
    opacity: 0;
    transition: opacity 600ms ease-in 600ms;
}
body.postload .w-navlist {
    opacity: 1;
}
.w-navlist .container {
    max-width: none;
}
.w-navlist .container ul li {
    display: inline-block;
}
#wsite-menus .wsite-menu li {
    background: #ff4c4c none repeat scroll 0 0;
}
#wsite-menus .wsite-menu li a span {
    color: inherit;
    font-size: 14px;
    padding: 0;
}
#wsite-menus .wsite-menu li a:hover {
    opacity: 1;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.wsite-menu-title, .wsite-menu-back {
    display: inline-block;
}
.wsite-menu-arrow {
    display: none;
}
.wsite-menu-mobile-arrow {
    display: inline-block;
    font-size: inherit;
    padding: 0 5px;
}
.wsite-menu-mobile-arrow::before {
    content: "\203A";
    display: inline-block;
    font-weight: bold;
    vertical-align: bottom;
}
.wsite-menu-back-item {
    transition: all 0.3s ease-in-out 0s;
}
.nav ul li.wsite-menu-back-item a {
    cursor: pointer;
}
.wsite-menu-back-item .wsite-menu-mobile-arrow::before {
    content: "\2039";
}
#banner-wrap .container, .splash-page #splash-wrap {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
#banner h2, .splash-content h2 {
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
}
#banner h2 {
    margin: 0 auto;
}
#banner div.paragraph {
    margin: 0.8em auto 1em;
}
#banner p {
    margin: 0.8em auto 1em;
}
#banner div.paragraph, #banner .paragraph, .splash-content .paragraph {
    color: #fff;
    font-size: 1.5em;
}
#banner p, #banner .paragraph, .splash-content .paragraph {
    color: #fff;
    font-size: 1.5em;
}
#banner .button-wrap {
    display: inline-block;
}
.wsite-background, .wsite-header-section {
    background: #3d403d url("theme/images/bg.jpg?1492665886") no-repeat scroll center center / cover ;
}
.header-page .wsite-header-section {
    height: 500px;
}
.splash-page {
    height: 100%;
}
.splash-page #banner {
    display: table-cell;
    padding: 50px 0;
    text-align: center;
    vertical-align: middle;
}
.splash-page .page-content {
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}
body.splash-page .wsite-background {
    background-attachment: fixed;
}
.splash-page #splash-wrap {
    box-sizing: border-box;
    display: table-row;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.splash-page #main {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.splash-page .splash-content {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.splash-page #footer {
    display: none;
}
.galleryCaptionHolderInnerBg {
    transition: background 0.2s ease-in 0s;
}
a.w-fancybox:hover .galleryCaptionHolderInnerBg {
    background: #ff4c4c none repeat scroll 0 0;
    opacity: 0.7;
}
.galleryImageHolder .galleryCaptionInnerText {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 30px auto;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.157);
    text-transform: uppercase;
}
.blog-sidebar {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 22px;
    width: 250px;
}
.blog-header {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
.blog-title-link, .blog-title-link:hover, .no-title, .no-title:hover {
    text-decoration: none;
}
.blog-post .blog-separator {
    border-bottom: 4px double #ddd;
    margin: 5px auto 30px;
}
.blog-content h2 {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.blog-sidebar h2 {
    font-size: 18px;
    line-height: 30px;
}
.blogCommentWrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0 20px;
    padding: 0 6px 20px 50px;
    position: relative;
}
.blogCommentWrap::before {
    background: rgba(0, 0, 0, 0) url("theme/images/comment-bubble-v1.png?1492665886") repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}
.blogCommentOwner, .blogCommentOwner .blogCommentHeading, .blogCommentOwner .blogCommentHeadingInner {
    background-image: none;
}
.blogCommentHeading, .blogCommentWrap, .blogCommentOwner .blogCommentHeading .blogCommentAuthor, .blogCommentHeading .blogCommentAuthor {
    background-image: none;
    height: auto;
}
.blogCommentHeading {
    margin: 0;
}
.blogCommentHeading .blogCommentHeadingInner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#commentAreaTitle {
    color: #727272;
    font-family: "Cabin",sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.66px;
    line-height: 24px;
}
.blogCommentHeading {
    font-family: "Cabin",sans-serif;
}
.blogCommentHeading .blogCommentAuthor {
    color: #ff4c4c;
    font-size: 16px;
    font-weight: normal;
}
#commentText .blogCommentHeading .blogCommentAuthor span.name, #commentText .blogCommentHeading .blogCommentAuthor a.name {
    color: #ff4c4c;
    text-shadow: none;
}
#commentText .blogCommentHeading .blogCommentAuthor a.name:hover {
    color: #d63c3c;
    text-decoration: underline;
}
.blogCommentHeading .blogCommentAuthor a.link {
    display: none;
}
.blogCommentHeading .blogCommentDate {
    color: #727272;
    float: left;
    font-size: 14px;
    padding: 0 9px 0 5px;
    text-shadow: none;
}
.blogCommentText div.paragraph, #secondlist .blogCommentText div.paragraph {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 24px;
}
.blogCommentText p, #secondlist .blogCommentText p {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 24px;
}
.blog-button span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.blogCommentReplyWrapper, .blogCommentReplyWrapper iframe {
    min-height: 650px;
}
.blogCommentReplyWrapper iframe {
    padding: 30px 0;
}
#commentUserInfo {
    color: #727272;
}
#commentUserInfo a {
    color: #ff4c4c;
}
.blogCommentSubreplyWrapper div.iframeWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
}
.blogCommentSubreplyWrapper div.iframeWrapper {
    background: #f1f1f1 none repeat scroll 0 0;
}
.blogCommentSubreplyWrapper iframe {
    padding: 0;
}
.blogCommentLevel1 {
    padding: 0 6px 20px 70px;
}
.blogCommentLevel1::before {
    left: 20px;
}
.blogCommentLevel2 {
    padding: 0 6px 20px 90px;
}
.blogCommentLevel2::before {
    left: 40px;
}
.wsite-com-column {
    vertical-align: top;
}
#wsite-com-store .wsite-com-category-subcategory-name-text {
    font-family: "Cabin";
    font-size: 1.5em;
    font-weight: 700;
    padding: 32px 16px;
    text-shadow: none;
    text-transform: uppercase;
}
#wsite-com-store #wsite-com-hierarchy ul .wsite-com-link-text {
    color: #ff4c4c;
    font-family: "Cabin";
    font-size: 0.9em;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
}
#wsite-com-store .wsite-com-category-subcategory-group + div {
    height: 25px;
}
.wsite-com-category-subcategory-link {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
a.wsite-com-category-subcategory-link .wsite-com-category-subcategory-name-bg {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}
.wsite-com-category-subcategory-name {
    overflow: hidden;
    z-index: 1;
}
a.wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-name-bg {
    background: #ff4c4c none repeat scroll 0 0;
    opacity: 0.7;
}
#wsite-com-product-list .wsite-com-category-product-name {
    font-size: 1.2em;
}
#wsite-com-product-gen {
    margin-top: 55px;
}
#wsite-com-product-title {
    font-size: 30px;
    font-weight: bold;
}
#wsite-com-product-price-area {
    border-bottom: medium none;
    padding-bottom: 0;
}
#wsite-com-product-price-area .wsite-com-product-price-container {
    color: #ff4c4c;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
}
#wsite-com-product-social-sharing {
    padding: 0;
}
#wsite-com-product-social-sharing a {
    height: 25px;
    margin: 0 10px 0 0;
    width: 25px;
}
.wsite-com-category-product-image-wrap, .wsite-com-category-product-featured-image-wrap, .wsite-com-category-subcategory-image-wrap {
    border: medium none;
}
#wsite-com-store #close {
    display: none;
}
.wsite-com-product-option-color .wsite-com-product-option-color-swatch {
    outline: medium none;
}
.wsite-com-product-option-groups select {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    color: #ff4c4c;
    height: 38px;
    padding: 10px;
}
.wsite-nav-cart {
    float: right;
    margin-top: 3px;
    max-width: 75px;
    vertical-align: middle;
}
#wsite-mini-cart {
    margin-left: -4px;
}
#wsite-mini-cart::before, #wsite-mini-cart::after {
    display: none;
}
#wsite-nav-cart-num {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 0;
    line-height: 1.7;
    opacity: 1;
}
#wsite-nav-cart-a {
    display: block;
    font-size: 0;
}
#wsite-nav-cart-a:hover, #wsite-nav-cart-a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#wsite-nav-cart-num::before {
    background: transparent url("theme/images/cart.png?1492665886") no-repeat scroll center center / 100% 100%;
    content: "";
    display: block;
    height: 20px;
    left: -30px;
    margin-top: 5px;
    position: absolute;
    top: -5px;
    width: 24px;
}
#wsite-nav-cart-num {
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.75;
    margin-left: 35px;
    min-width: 30px;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0;
    white-space: nowrap;
}
.wsite-menu-default {
    margin: 0;
    padding: 0;
}
.wsite-com-continue-shopping:hover, .wsite-com-continue-shopping:active {
    text-decoration: none;
}
#wsite-com-checkout-list .wsite-form-input {
    min-width: 50px;
}
#footer {
    background: #3d403d none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}
#footer > div {
    top: auto;
}
.wsite-footer {
    padding-bottom: 2em;
    padding-top: 2em;
}
#footer h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}
#footer .wsite-form-container {
    text-align: left;
}
#footer .wsite-form-input, #footer .wsite-search-element-input {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 2px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    padding: 8px 15px;
}
#footer .wsite-form-input:focus, .wsite-form-input--focus {
    color: #ff4c4c;
}
.wsite-form-field, .wsite-com-product-option {
    padding-bottom: 15px;
}
.wsite-form-label {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.wsite-form-radio-container {
    margin-bottom: 15px;
}
.wsite-form-sublabel {
    margin-top: 5px;
}
.formlist {
    min-height: 50px;
}
.wsite-form-input {
    transition: border 0.2s ease-in 0s;
}
.wsite-form-field div.wsite-form-input-container .wsite-form-input {
    transition: background 0.2s ease-in 0s;
}
.wsite-form-input, .wsite-search-element-input, #commentPostDiv .field input[type="text"], #commentPostArea .field textarea, .form-select {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
    color: #727272;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: auto;
    padding: 8px 10px;
    resize: none;
}
.wsite-search-element-input {
    border: medium none;
}
.wsite-form-field select {
    height: 40px;
}
.wsite-form-input:focus, .wsite-form-input--focus, #commentPostArea .field input:focus, #commentPostArea .field textarea:focus {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #cccccc;
    color: #727272;
}
.form-radio-container input, .wsite-editor .form-radio-container input {
    margin: 0 10px 0 0;
}
.form-radio-container input {
    display: none;
}
.wsite-com-product-option-label input[type="radio"] + span::before, .form-radio-container label::before {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 4px solid #e8e8e8;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0);
    content: "?";
    display: inline-block;
    font-size: 18px;
    height: 17px;
    line-height: 6px;
    margin-right: 6px;
    padding: 0 2px;
    transition: all 150ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
    width: 17px;
}
.wsite-com-product-option-label input[type="radio"] + span::before, .form-radio-container input[type="radio"] + label::before {
    border-radius: 100%;
}
.wsite-com-product-option-label input:checked + span::before, .form-radio-container input:checked + label::before {
    background: #ff4c4c none repeat scroll 0 0;
}
.wsite-button, .wsite-editor .wsite-button, .blog-button {
    background: #ff4c4c none repeat scroll 0 0;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
}
.wsite-button:hover {
    background: #cc3232 none repeat scroll 0 0;
}
.wsite-button-inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: "Cabin",sans-serif;
    font-size: 1em;
    font-weight: bold;
    min-height: 32px;
    padding: 3px 30px;
    text-align: center;
    text-transform: uppercase;
}
.wsite-button:hover {
    background: #cc3232 none repeat scroll 0 0;
    color: #fff;
}
.wpcf7-submit.wsite-button-inner{ margin:0 auto; padding:0 30px; background:#FF4C4C; border:0; border-radius:2px; font-size:14px; float:none;}
.wpcf7-submit.wsite-button-inner:hover { background: #cc3232; color: #fff;}

.wsite-button-large {
    border-radius: 4px;
}
.wsite-button-large .wsite-button-inner {
    min-height: 42px;
    padding: 4px 53px;
	background:none;
}
.wsite-button-highlight, .wsite-editor .wsite-button-highlight {
    background: #252728 none repeat scroll 0 0;
}
.wsite-button-highlight:hover {
    background: #3d3f40 none repeat scroll 0 0;
    color: #fff;
}
img{ max-width:100%; height:auto;}
.img-responsive{ float:left; padding:10px;}

.blog-main-content{ margin:0; padding:0; float:left; width:70%;}
.blog-sidebar{ margin:0; padding:0; float:left; width:30%;}

@media (max-width: 1024px) {
.w-navlist {
    display: none;
}
.w-navpane-trigger {
    display: block;
}
}
@media (max-width: 767px) {
body {
    font-size: 14px;
}
#banner {
    font-size: 12px;
}
.paragraph {
    font-size: 1em;
}
.wsite-multicol-col {
    display: block;
    margin: 0 auto 1em;
    max-width: 100%;
    width: auto !important;
	padding:0 5px !important;
}
#main .container, .wsite-footer {
    padding: 1.5em;
}
#banner .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.wsite-button-inner {
    padding: 3px 20px;
}
.wsite-button-large .wsite-button-inner, #wsite-com-product-add-to-cart .wsite-button-inner {
    padding: 4px 25px;
}
.wsite-header-section {
    background-size: cover;
    height: 250px;
}
.wsite-section {
    height: auto;
}
.nav ul li a {
    padding: 8px 20px;
}
#logo #wsite-title {
    font-size: 1.5em;
}
#logo .wsite-logo img {
    max-height: 38px;
    max-width: 140px;
}
.wsite-nav-cart {
    right: 1em;
}
#wsite-nav-cart-num {
    font-size: 13px;
    line-height: 1;
    top: 4px;
}
#wsite-mini-cart .wsite-product-image {
    padding: 5px;
}
#wsite-mini-cart .wsite-items-right {
    padding-right: 5px;
}
#header #search {
    padding-right: 0;
}
#wsite-mini-cart {
    border-radius: 0;
    left: 3px;
    width: 100%;
}
#header #nav-handle, #header #search {
    width: 110px;
}
.phone-no img{ height:20px;}

.hamburger {
    padding-top: 16px;
}
#banner h2 {
    font-size: 2.5em;
}
#banner div.paragraph {
    font-size: 1.25em;
}
#banner p {
    font-size: 1.25em;
}
#banner h2 *, #banner div.paragraph * {
    font-size: inherit;
    line-height: inherit;
}
#banner h2 *, #banner p * {
    font-size: inherit;
    line-height: inherit;
}
.wsite-button-large .wsite-button-inner, #wsite-com-product-add-to-cart .wsite-button-inner {
    min-height: 0;
}
.wsite-com-sidebar, #wsite-com-product-images {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.wsite-com-content-with-sidebar, #wsite-com-product-info {
    clear: both;
    margin-left: 0;
    padding: 15px 0 0;
}
#wsite-com-product-images-strip .wsite-com-product-images-secondary {
    margin-top: 0;
}
.wsite-com-content-inner .wsite-com-category-subcategory-group .wsite-com-column, #wsite-com-category-product-group .wsite-com-column, .wsite-com-category-product-group .wsite-com-column {
    height: auto;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
}
#wsite-com-product-gen {
    margin-top: 0;
}
#wsite-com-product-price-area .wsite-com-product-price-container {
    font-size: 1.1em;
}
#wsite-com-product-title {
    font-size: 1.75em;
}
#wsite-com-checkout-list .wsite-com-checkout-item-image, #wsite-com-checkout-summary-list .wsite-com-checkout-item-image {
    margin-right: 10px;
    max-height: 50px;
    max-width: 50px;
}
h2.wsite-checkout-header {
    padding-bottom: 0;
}
#wsite-com-checkout-list .wsite-com-checkout-item-image, #wsite-com-checkout-summary-list .wsite-com-checkout-item-image {
    margin-right: 10px;
    max-height: 50px;
    max-width: 50px;
}
#wsite-com-checkout-list .wsite-com-checkout-item-details-inner, #wsite-com-checkout-summary-list .wsite-com-checkout-item-details-inner {
    padding-left: 0;
}
.wsite-com-checkout-item-details {
    width: 30%;
}
#wsite-com-checkout-list {
    font-size: 0.75em;
}
.wsite-com-continue-shopping, button.wsite-button.wsite-button-large.wsite-button-highlight.wsite-checkout-button.wsite-com-paypal-checkout-button {
    font-size: 0.85em;
}
#wsite-com-checkout-list .wsite-form-input:not(.wsite-coupon-input), #wsite-com-checkout-summary-list .wsite-form-input:not(.wsite-coupon-input) {
    margin: 0 10px;
    padding: 5px;
    width: 45px;
}
#wsite-com-checkout-list .wsite-coupon-input, #wsite-com-checkout-summary-list .wsite-coupon-input {
    width: 120px;
}
#wsite-com-checkout-list .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-remove-button {
    left: 10px;
    top: 10px;
}
.wsite-checkout-type .wsite-paypal {
    margin-left: 0;
    margin-top: 10px;
}
#wsite-com-checkout-payment > div {
    width: 100%;
}
#wsite-com-checkout-payment-order {
    margin: 0;
    padding: 15px;
}
#wsite-com-checkout .wsite-button-inner {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 5px 25px;
}
#wsite-com-checkout .wsite-button {
    margin-top: 0;
}
#wsite-search-submit {
    border: medium none;
    top: 6px;
}
#wsite-search-header, #wsite-search-product-results .wsite-search-product-result {
    width: 100%;
}
#wsite-search-header h2 {
    margin: 0 10px 10px 0;
    padding-top: 10px;
}
#wsite-search-header #wsite-search-query {
    font-size: 1em;
    min-height: 0;
}
#wsite-search-sidebar {
    display: none;
}
#wsite-search-content:not(.one-column) #wsite-search-results {
    margin-right: 0;
    width: 100%;
}
#wsite-search-form-container {
    float: none;
}
#blogTable > tbody > tr > td {
    display: block;
}
.column-blog {
    width: 100%;
}
.blog-sidebar-separator {
    padding: 0;
}
.blog-sidebar, #blogTable td {
    display: block;
    width: 100%;
}
.blogCommentReplyWrapper, .blogCommentReplyWrapper iframe {
    height: 660px;
}
.wsite-com-column-group.wsite-com-category-product-featured-group .wsite-com-column {
    width: 100%;
}
.wsite-com-content {
    margin-left: 0;
    width: 100%;
}
.wsite-com-category-subcategory-name-text {
    font-size: 0.8em;
}
.wsite-com-column-group.wsite-com-category-subcategory-group .wsite-com-column {
    width: 100%;
}
.wsite-com-category-subcategory-name {
    top: 0;
}
#wsite-com-store #wsite-com-hierarchy ul .wsite-com-link-text {
    font-size: 0.8em;
}
#wsite-com-store .wsite-com-sidebar {
    cursor: pointer;
    float: none;
    margin: 0 auto 15px;
    min-height: 55px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10;
}
#wsite-com-store .wsite-com-sidebar:hover::after {
    background: #d63c3c none repeat scroll 0 0;
}
#wsite-com-store .wsite-com-sidebar::after {
    background: #ff4c4c none repeat scroll 0 0;
    box-sizing: border-box;
    clear: both;
    color: #fff;
    content: "VIEW ALL CATEGORIES ?";
    display: block;
    font-weight: 900;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 120ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
    width: 100%;
}
#wsite-com-store .sidebar-expanded::after {
    display: none;
}
#wsite-com-store .sidebar-expanded {
    cursor: default;
}
#wsite-com-store .wsite-com-content-with-sidebar {
    margin-left: 0;
    padding: 0;
}
#wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul {
    background: #434343 none repeat scroll 0 0;
    left: 0;
    padding: 3.5em 0 1.75em;
    top: 0;
    width: 100%;
}
#wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {
    display: block;
    margin: 0 auto 0.25em;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transition: border-color 120ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, max-height 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    width: 100%;
}
#wsite-com-store .wsite-com-sidebar:hover #wsite-com-hierarchy {
    border-color: #ff4c4c;
    max-height: 0;
}
#wsite-com-store .sidebar-expanded #wsite-com-hierarchy {
    max-height: 2000px;
}
#wsite-com-store #close {
    border-bottom: medium none;
    color: #fff;
    display: block;
    font-weight: 900;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 12;
}
#wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy a, #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {
    color: #fff;
}
#wsite-com-store .wsite-com-category-subcategory-group + div {
    height: 0;
}

.blog-main-content{ margin:0; padding:0; width:100%;}
.blog-sidebar{ margin:20px 0 0 0; padding:0; width:100%;}

}
@media print {
body {
    color: #000;
    font-size: 20px;
}
.sticky-wrapper, #header {
    height: auto;
    position: relative;
}
.page-content {
    height: auto;
    overflow: auto;
}
#wsite-com-checkout-print-receipt {
    display: none;
}
}
div.paragraph ul, div.paragraph ol {
    margin: 5px 0;
    padding-left: 3em;
}
div.paragraph li {
    margin: 3px 0 0;
    padding-left: 5px;
}
div.paragraph ul, div.paragraph ul li {
    list-style: outside none disc;
}
div.paragraph ol, div.paragraph ol li {
    list-style: outside none decimal;
}


.wsite-multicol-col span.wpcf7-list-item{ display:block;}

.blog-body .blog-social-item {
    position: relative;
    z-index: 2;
    float: left;
    margin-right: 33px;
}