/*
Theme Name: Classic Monsters Shop
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Anthony KeenanAuthor
URI: http://stripeymedia.co.uk/
Description: Classic Monsters Shop theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Classic Monsters
*/

html {
    height: 99%;
    width: 100%;
    min-width: 1200px;
}

body {
    background: black;
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    margin: 0px auto 0px auto !important;
    height: 100%;
    min-width: 1200px;
    width: 100%;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 0px;
}

h2 {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}

#sub-header h2 {
    font-family: MyriadPro, sans-serif;
    font-weight: normal;
    margin: 0px;
    color: white;
    display: inline-block;
}

h3 {
    font-weight: normal;
    font-style: italic;
    color: #000000;
    font-size: 12px;
}

dd {
    margin: 0;
}

dd p {
    margin: 0;
}

#top-nav-bar {
    background-color: #d3341d;
    height: 32px;
    width: 100%;
    color: white;
    top: 0;
    position: absolute;
    min-width: 1200px;
}

#top-nav-bar-content-wrapper {
    width: 1000px;
    margin: auto;
    padding-top: 3px;
    padding-bottom: 4px;
}

.nav-text {
    float: left;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}

#top-nav-search {
    float: left;
}

#search-text {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

#searchform {
    display: inline-block;
}

#searchform input[type=text] {
    height: 30px;
    border: 0px;
    float: left;
    padding: 0 0 0 10px;
}

#searchform input[type=submit] {
    background: url('images/search.png') no-repeat;
    text-indent: -9999px;
    font-size: 0;
    display: block;
    line-height: 0;
    float: left;
    height: 26px;
    width: 26px;
    border: 0px;
    margin-top: -23px;
    margin-left: 178px;
}

#top-nav-subscribe {
    float: left;
    margin-left: 50px;
}

#top-nav-subscribe img {
    margin-left: 15px;
    margin-top: 9px;
}

#top-nav-rss {
    float: left;
    margin-left: 50px;
}

#top-nav-rss img {
    margin-top: 5px;
    margin-left: 15px;
}

#top-nav-follow {
    float: right;
}

.fb-like {
    float: right;
    margin-top: 4px;
    /*margin-left: 10px;*/
}

#top-nav-follow img {
    float: left;
    margin-top: 4px;
    margin-left: 10px;
}

#body-wrap {
    width: 1000px;
    margin: 20px auto 0 auto;
}

.shop {
    background-color: #d3341d;
    width: 150px;
    text-align: center;
    padding: 9px 25px 8px 25px !important;
}

#header {
    background: url('images/header.png') top center no-repeat;
    background-position-y: -20px;
    height: 400px;
    margin: 30px auto -58px;
}

a {
    text-decoration: none;
    color: white;
}

#sub-header {
    padding-top: 270px;
    width: 1000px;
    margin: auto;
}

#footer-stripey {
    margin-bottom: 20px;
}

#footer-copyright {
    margin-bottom: 20px;
    width: 500px;
}

#footer-stripey {
    width: 100%;
    display: inline-block;
}

#stripey-image {
    display: inline-block;
    float: left;
}

#stripey-text {
    display: inline-block;
    margin-top: 26px;
}

#footer-stripey img {
    float: left;
    height: 50px;
}

#footer-stripey span {
    line-height: 43px;
}

#footer-nav {
    margin-top: 20px;
}

#footer-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer-nav ul li:first-child {
    border-left: 0px;
    padding-left: 0px;
}

#footer-nav ul li {
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid white;
    float: left;
    display: inline-block;
}

#footer-wrap {
    color: white;
    background: url('images/footer-main.png') no-repeat -200px;
    height: 280px;
    z-index: 1;
    position: relative;
}

#footer-mummy {
    z-index: 100;
    position: absolute;
    bottom: 0;
    right: -150px;
    background: url('images/mummy.png') no-repeat;
    width: 357px;
    height: 444px;
}

#footer-kong {
    z-index: 100;
    position: absolute;
    left: -390px;
    bottom: 0;
    background: url('images/kong.png') no-repeat;
    width: 605px;
    height: 365px;
}

#footer-text {
    position: absolute;
    left: 410px;
    top: 120px;
    width: 600px;
}

#sidebar-right {
    margin-right: 28px;
    width: 230px;
    float: right;
}

.frame {
    margin: 20px 0;
    background-color: white;
    color: black;
    width: 100%;
}

.frame-header {
    background-color: #5d955d;
    color: white;
    height: 40px;
    padding-left: 20px;
}

.frame-header span {
    line-height: 40px;

    text-transform: uppercase;
}

.frame-content {
    padding: 20px;
}

.frame-content li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.sr-only {
    visibility: hidden;
}

.btn-default {
    outline: 0 !important;
    border: 1px !important;
    vertical-align: top !important;
    background-color: #5d955d !important;
    color: white !important;
    width: 100% !important;
    height: 30px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
}

.search-field {
    border: none;
    background: silver;
    width: 190px !important;
    padding: 5px 10px;
    box-sizing: content-box;
}

.frame ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.frame li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid grey;
}

.frame li:last-child {
    border-bottom: 0;
}

.frame p {
    margin: 0px;
    padding: 0px;
}

#sidebar-left {
    float: left;
    margin-bottom: 20px;
}

#sidebar-left .advert {
    margin: 20px 30px 22px 30px;
}

#content-gallery {
    margin-top: 20px;
}

#recent-articles, #content {
    width: 1000px;
    display: inline-block;
}

.post-snippet {
    display: inline-block;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
    margin: 6px 0px 10px 0px;
}

.post-snippet-content {
    color: black;
}

.post-snippet-right {
    float: left;
    width: 280px;
    margin-left: 30px;
    height: 120px;
}

.post-snippet-title {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #5d955d;
    font-weight: bold;
}

.post-snippet-image {
    width: 170px;
    height: 120px;
    float: left;
    margin-bottom: 20px;
}

#post-pagination {
    text-align: center;
}

.current {
    color: #5d955d;
}

.next {
    margin-left: 20px;
}

.prev {
    margin-right: 20px;
}

.page-numbers {
    color: #5d955d !important;
    text-transform: uppercase;
}

#post-featured-image {
    margin-top: -20px;
    margin-left: -20px;
}

#post-wrapper {
    width: 490px;
    display: inline-block;
    margin-top: 20px;
    background-color: white;
    padding: 20px;
}

#post-title {
    color: #5d955d;
}

#post-comments {
    margin-top: 50px;
}

#reply-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #5d955d;
}

#main-content a {
    color: #5D955D;
}

#commentform input[type=text], textarea, .wpcf7 input[type=text], .wpcf7 input[type=email] {

    width: 470px;
    background-color: silver;
    border: 0px;
    padding: 10px;
}

input[type=text], textarea, input[type=text], input[type=email], input[type=password], input[type=tel] {
    background-color: silver;
    border: 0px;
    padding: 10px;
}

#recaptcha-submit-btn-area input[type=submit] {
    outline: 0;
    border: 1px;
    vertical-align: top;
    background-color: #5d955d;
    color: white;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

#respond {
    display: inline-block;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: grey;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: grey;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: grey;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: grey;
}

#post-comments li {
    display: inline-block;
    width: 470px;
}

ol {
    margin: 0px;
    padding: 0px;
}

.commentlist {
    display: inline-block;
    margin-top: 50px;
}

#comment-wrapper {
    width: 490px;
    margin-bottom: 10px;
    background: lightgray;
}

#comment-left {
    float: left;
    width: 120px;
    height: 120px;
}

#comment-avatar {
    margin: 10px;
}

#comment-frame {
    z-index: 2;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: inline-block;
}

#comment-right {
    width: 330px;
    margin-left: 20px;
    min-height: 100px;
    display: inline-block;

    margin: 10px;
}

#comment-author {
    color: grey;
    float: left;
    width: 150px;
}

#comment-date {
    color: grey;
    float: right;
}

#comment-title {
    height: 20px;
}

.wpp-list li {
    width: 100%;
}

.green-arrow {
    float: right;
    margin-top: 4px;
}

.frame-content li:first-child {
    padding-top: 0px;
}

.frame-content li:last-child {
    padding-bottom: 0px;
}

#related-articles li {
    width: 100%;
}

.ngg-gallery-thumbnail img {
    background: none !important;
    border: 0px !important;
    display: block;
    margin: 10px !important;
    padding: 0 !important;
    position: relative;
}

#ngg-gallery-thumbnail-box {
    margin: 0 !important;
}

#ngg-gallery {
    width: 240px;
    margin-left: -5px;
}

.woocommerce-breadcrumb {
    visibility: hidden;
}

#home-copy .frame-content {
    font-size: 8pt;
}

#home-copy .frame-content p {
    margin-bottom: 10px !important;
}

#sub-header-nav {
    width: 1000px;
    margin: auto;
    color: white;
    font-weight: bold;
    height: 40px;
}

#sub-header-payment {
    float: left;
    width: 256px;
}

#sub-header-shipping span, #sub-header-social span {
    line-height: 32px;
    font-size: 12px;
}

#sub-header-shipping img, #sub-header-social img {
    float: right;
}

#sub-header-payment img {
    margin-right: 5px;
}

#sub-header-shipping {
    width: 220px;
    float: left;
    margin-right: 14px;
}

#sub-header-social {
    float: right;
    width: 250px;
}

#sub-header-social img {
    margin-left: 5px;
}

#sub-header-cart-wrapper, .logout-button, #sub-header-search {
    width: 100px;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

#sub-header-search {
    float: left;
}

#sub-header-controls {
    width: 862px;
    margin-left: 60px;
}

#sub-header-cart img {
    margin: 2px 5px 0 5px;
}

#sub-header h2 {
    width: 1000px;
    text-align: center;
    margin: auto;
}

#top-nav-bar {
    line-height: 28px;
    font-size: 14px;
}

#top-nav-left {
    float: left;
    width: 500px;
}

#top-nav-right {
    float: right;
    text-align: right;
    width: 500px;
}

#main-wrapper {
    margin-top: -6px;
    background: #f4f4f4;
}

#main-slider {
    padding: 0 60px 40px;
}

#main-slider a {
    display: none;
}

#main-slider:first-child {
    display: block;
}

ul.products li {
    float: left;
    border: 1px solid lightgrey;
}

.woocommerce ul.products li.product {
    width: 200px;
    height: 350px;
    position: relative;
}

.woocommerce ul.products li.product a img {
    width: 160px;
    height: 160px;
    margin: 19px;
    padding: 0;
    border: 1px solid lightgrey;
}

.woocommerce ul.products li.product h3 {
    font-style: normal;
    font-weight: bold;
    margin: 0 19px;
}

.product-cat-detail p {
    margin: 0 19px;
    font-size: 0.9em;
}

.product-cat-bottom {
    position: absolute;
    bottom: 0;
}

.product-cat-price {
    width: 99px;
    height: 35px;
    border-width: 1px 1px 0 0;
    border-color: lightgrey;
    border-style: solid;
    float: left;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    color: #d3341d;
    font-size: 0.9em;
}

.product-cat-buy {
    width: 100px;
    height: 35px;
    border-width: 1px 0 0 0;
    border-color: lightgrey;
    border-style: solid;
    float: left;
    color: white;
    float: left;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    background: none;
    border-radius: 0;
    font-size: 0.9em;
}

.woocommerce a.button {
    background: none;
    border-radius: 0;
    color: #d3341d;
}

.woocommerce a.button:hover {
    background-color: #d3341d;
    color: white;
}

#main-content a.button:hover {
    color: white;
}

.product a, .product a:visited {
    color: #d3341d;
}

#page-wrapper #main {
    display: inline-block;
    margin-bottom: 50px;
}

#currency_converter p {
    margin: 0 20px 20px 20px;
}

.woocommerce ul.products li.product a.button {
    width: 100%;
    height: 100%;
    line-height: 35px;
    padding: 0;
    margin: 0;
}

.woocommerce-page ul.products.columns-3 li.product, .woocommerce.columns-3 ul.products li.product, .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 200px;
    height: 350px;
}

.woocommerce ul.products li.product {
    margin: 0 24px 20px 0;
}

.woocommerce .category ul.products li.product:nth-child(4n) {
    margin: 0 24px 20px 0;
}

.woocommerce .category ul.products li.product:nth-child(3n) {
    margin: 0 0 20px 0;
}

.woocommerce-page ul.products li.first, .woocommerce ul.products li.first {
    clear: initial;
}

#main-reveal {
    position: relative;
    margin: 40px 60px 0 60px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    display: block;
    overflow-y: hidden;
}

#main-reveal h1 {
    color: #d3341d;
    margin: 30px 0;
}

#main-reveal-inner {
    margin: 0 50px;
}

#reveal-text {
    display: none;
    margin: 0 50px;
}

#reveal-text p:first-child {
    margin-top: 0;
}

#main-reveal-bottom {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 50px;
}

#main-reveal-button {
    width: 100px;
    margin: auto;
    background: white;
    border-width: 0 1px 1px 1px;
    border-color: lightgrey;
    border-style: solid;
    text-align: center;
}

#main-reveal-button a {
    color: black;
}

#reveal-link img {
    margin: 2px 0 0 5px;
}

.reveal-hide {
    display: none;
}

.breadcrumbs {
    padding: 15px 0 10px 0;
    color: #d3341d;
    width: 100%;
    display: inline-block;
    line-height: 30px;
}

.breadcrumbs-inner {
    padding-left: 60px;
    width: 460px;
    float: left;
}

.breadcrumbs a {
    color: #d3341d;
}

#main-products {
    width: 700px;
    float: left;
    margin: 0 0 0 24px;
    display: inline-block;
}

.woocommerce .category ul.products {
    margin: 0;
}

#main-sidebar {
    width: 200px;
    float: left;
    display: inline-block;
    margin: 0 0 0 60px;
}

#category-list {
    border: 1px solid lightgrey;
    background: white;
    margin-bottom: 20px;
    margin-top: 20px;
}

.currency-blue {
    background-color: #7FCCE1 !important;
}

ul.currency_switcher li a.active, ul.currency_switcher li a:hover {
    background: #F8ED79;
}

#category-list-title, #testimonials-title {
    padding: 0 20px;
    position: relative;
    display: inline-block;
    width: 160px;
}

#category-list-title h3, #testimonials-title h3 {
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
}

#category-list-title img, #testimonials-title img {
    position: absolute;
    right: 20px;
    top: 12px;
}

#category-list ul {
    list-style: none;
    padding: 0 20px 20px 20px;
    margin: 0;
}

#category-list .currency_switcher li {
    padding-bottom: 0;
}

#category-list li {
    padding-bottom: 5px;
}

#category-list .active a {
    color: #d3341d;
}

#home-sidebar {
    margin: 0 60px;
}

#home-sidebar #category-list {
    position: relative;
    background-color: #7FCCE1;
}

#home-sidebar .currency_switcher {
    position: absolute;
    top: 10px;
    right: 0;
}

#home-sidebar p {
    font-size: 1em;
}

#testimonials {
    position: relative;
    margin-bottom: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,f4f4f4+100 */
    background: #fff32a; /* Old browsers */
    background: -moz-linear-gradient(top, #fff32a 0%, #ffcb05 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff32a), color-stop(100%, #ffcb05)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff32a 0%, #ffcb05 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff32a 0%, #ffcb05 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff32a 0%, #ffcb05 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff32a 0%, #ffcb05 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff32a', endColorstr='#ffcb05', GradientType=0); /* IE6-9 */
}

#testimonials-quotes {
    height: 200px;
}

blockquote.easy_testimonial {
    margin: 0 20px 10px 20px;
    padding: 0;
    position: absolute;
}

.easy_t_single_testimonial blockquote.easy_testimonial {
    padding: 0;
}

.woocommerce .quantity .qty {
    padding: 4px 0;
    display: block;
    margin: 4px 0 0 0;
}

.woocommerce-product-details__short-description {
    display: inline-block;
}

blockquote .easy_testimonial_image_wrapper {
    display: none;
}

#testimonials-quotes div:nth-child(2) {
    display: block;
    height: 150px;
}

.testimonial_body p:first-child {
    margin-top: 0;
}

.product, #post-wrapper {
    background: white;
    width: 640px;
    float: left;
    display: inline-block;
    margin-left: 24px;
}

.woocommerce div.product .product_title {
    margin-top: 20px !important;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#body-wrap .product h1 {
    margin-bottom: 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    margin: 30px 30px 10px 30px;
    display: inline-block;
    width: 275px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce-main-image {
    border: 1px solid lightgrey;
    width: 275px;
    height: 275px;
    display: inline-block;
}

.woocommerce div.product div.images img {
    width: auto;
    height: auto;
    margin: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    max-height: 68.75px;
    max-width: 68.75px;
    display: block;
    margin: 0 auto;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 275px;
    margin-right: 30px;
}

#product-enlarge {
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

#product-enlarge img {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}

.woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-single-image-left {
    display: inline-block;
    margin-top: 20px;
}

.single_add_to_cart_button {
    background: none !important;
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 30px;
}

.entry-content p {
    margin: 10px 0;
}

.entry-content h2 {
    margin: 10px 0;
}

.entry-summary {
    margin: 10px 0;
}

.product h3 {
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
}

.comment-form-rating, .comment-form-comment {
    margin: 10px 0;
}

#faq-content-input {
    width: 600px;
}

.woocommerce div.product p.price, .woocommerce div.product form.cart {
    width: 33%;
    float: left;
    line-height: 35px;
    margin: 20px 0;
    color: #d3341d;
    font-size: 1.5em;
    display: inline-block;
}

.woocommerce div.product form.cart {
    width: 66%;
}

.woocommerce div.product form.variations_form {
    width: 100%;
    margin: 0;
    height: 100px;
}

.woocommerce div.product-type-variable p.price {
    width: 100%;
    margin: 0 0 10px 0;
}

.woocommerce div.product-type-variable .woocommerce-product-rating {
    margin: 0 0 10px 0;
}

.reset_variations {
    font-size: 12px;
    line-height: 12px;
}

.woocommerce div.product form.cart .variations {
    font-size: 16px;
    line-height: 16px;
}

.single_variation_wrap {
    display: inline-block;
}

.variation-Size p {
    margin: 0;
}

.woocommerce ul.products li.product .onsale {
    margin: -0.75em -0.75em 0 0
}

.woocommerce div.product div[itemprop="description"] {
    border-top: 1px solid lightgrey;
    display: inline-block;
    padding-top: 5px;
}

.woocommerce div.product div[itemprop="description"] p {
    margin: 20px 0;
}

.product-share {
    margin: 20px 0;
    line-height: 26px;
    font-weight: bold;
}

.product-share img {
    vertical-align: middle;
}

.product-share a:first-child {
    margin-left: 5px;
}

.product-share a:first-child {
    margin-left: 20px;
}

#content, #main-wrapper {
    margin-top: 0;
    display: inline-block;
}

#content {
    margin-bottom: 100px;
}

#main-content, #main-wrapper {
    display: inline-block;
    width: 1000px;
    background-color: #f4f4f4;
    margin-top: -6px;
}

#post-wrapper {
    margin-top: 0;
}

#post-title, #main-content a {
    color: #d3341d;
}

#category-list a {
    color: black;
}

#body-wrap h1 {
    margin-bottom: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 100px;
    text-align: left;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
    height: 36px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #d3341d;
}

#main-content a.button.alt {
    color: white;
}

.wc-proceed-to-checkout {
    margin-bottom: 100px;
}

#payment {
    margin-bottom: 120px;
}

#sub-header-cart {
    position: relative;
    text-align: right;
}

#cart-number {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #d3341d;
    line-height: 20px;
    text-align: center;
    border: 1px solid black;
    position: absolute;
    top: -10px;
    right: -10px;
}

#tab-faqs #comment {
    display: block;
}

.faq-content .comment-author {
    display: none;
}

#link-box {
    width: 100%;
    position: absolute;
    height: 350px;
    top: 0;
}

#more-button {
    margin: 0 60px 20px;
    text-align: center;
}

#more-button a {
    color: black;
}

.slicknav_menu {
    display: none;
    background: #5d955d;
}

.slicknav_btn {
    background: #d3341d;
}

.mobile-only {
    visibility: hidden;
    display: none;
}

.indent {
    margin-left: 10px;
}

.woocommerce .star-rating span:before {
    color: #ffcd07;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.woocommerce .page-header-image-single {
    display: none;
}

h3 input[type=checkbox] {
    vertical-align: bottom;
}

#customer_details h3 {
    line-height: 20px;
}

#header-link {
    width: 300px;
    margin: -100px 0 0 350px;
    height: 100px;
    position: absolute;
}

.products .outofstock a:before {
    background-size: 100%;
}

.products .outofstock .product-cat-title a:before {
    background: none;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 5px;
}

.woocommerce div.product form.cart .variations td {
    line-height: 16px;
}

@media screen and (max-width: 1200px) {
    body, #top-nav-bar, html {
        min-width: 0;
    }
}

.easy_testimonial .date {
    display: none !important;
}

#mc-popup-wrapper {
    display: none;
    position: fixed;
    right: -750px;
    width: 700px;
    bottom: 50px;
    height: 350px;
    text-align: left;
    z-index: 999;
}

#mc-popup {
    background: white;
    height: 100%;
    width: 100%;
}

#mc-popup-left {
    margin: 10px;
    width: 253px;
    float: left;
}

#mc-popup-signup {
    width: 426px;
    float: right;
    color: #595959;
}

#mc-popup-header {
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 10px;
}

#mc-popup #mce-EMAIL, #mc-popup #mce-MMERGE4 {
    width: 90%;
    text-align: left;
    margin: 10px 0;

}

#mc-popup .button {
    background: #5a5a5A;
    color: white;
    border-radius: 5px;
    margin: 0;
    border: 0;
    padding: 10px;
    font-weight: bold;
    width: 120px;
}

#mc-popup .mc-footer {
    padding: 0;
    text-align: left;
}

#mc-popup #mc_embed_signup_scroll {
    padding: 10px;
}

.mc-popup-closeModal {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 2;
}

.mc-popup-closeModal:before {
    transform: rotate(45deg);
}
.mc-popup-closeModal:after, .mc-popup-closeModal:before {
    background-color: #414141;
    content: '';
    position: absolute;
    left: 14px;
    height: 14px;
    top: 8px;
    width: 2px;
}
.mc-popup-closeModal:after {
    transform: rotate(-45deg);
}

.mc-popup-closeModal:after, .mc-popup-closeModal:before {
    background-color: #414141;
    content: '';
    position: absolute;
    left: 14px;
    height: 14px;
    top: 8px;
    width: 2px;
}

@media screen and (max-width: 1000px) {
    body {
        overflow-x: hidden;
        min-width: 0;
    }

    html {
        min-width: 0;
    }

    .slicknav_menu {
        display: block;
    }

    .mobile-only {
        display: block;
        visibility: visible;
    }

    .mobile-hide {
        visibility: hidden !important;
        display: none !important;
    }

    .mobile-full {
        display: inline-block;
        float: none !important;
        width: 100% !important;
    }

    .mobile-auto {
        display: inline-block;
        float: none !important;
        width: auto !important;
    }

    #home-content {
        display: inline-block;
        float: none !important;
        width: 100% !important;
    }

    #home-featured-column {
        margin: 20px 0 0 0;
    }

    .home-featured-article {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .home-featured-article img, #post-featured-image img, #post-content img, #sub-header h2 {
        width: 100%;
        height: auto;
    }

    .home-featured-article p {
        margin-bottom: 40px;
    }

    #home-content #recent-articles {
        margin: 20px 0 22px 0;
    }

    #footer-kong, #footer-wrap {
        background: none;
    }

    #footer-kong {
        height: auto;
    }

    #footer-text, #footer-kong {
        position: relative;
        top: 0;
    }

    .post-snippet-image {
        margin-right: 20px;
    }

    .post-snippet-right {
        float: none;
        width: auto;
        margin: 0 20px 20px 20px;
        height: auto;
    }

    .post-snippet-content {
        margin-bottom: 20px;
    }

    #sub-header {
        display: inline-block;
        padding-top: 245px;
    }

    #sub-header h2 {
        display: inline-block;
        margin-top: 10px;
        font-size: 15px;
    }

    #header {
        margin: 0 auto -78px;
        height: auto;
        display: inline-block;
        overflow-x: initial;
    }

    #sub-header-shipping img, #sub-header-social img {
        float: none !important;
        vertical-align: middle;
    }

    #sub-header h1 {
        margin: 0 0 10px 0;
    }

    #subscribe-form {
        display: none;
    }

    .frame-content {
        padding: 0;
    }

    #post-wrapper {
        margin: 20px 0;
        padding: 0;
    }

    #post-featured-image, #post-title, #post-content, #post-comments {
        margin: 20px;
    }

    #commentform input[type=text], textarea, .wpcf7 input[type=text], .wpcf7 input[type=email] {
        width: 100%;
    }

    .frame-header {
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0;
    }

    .slicknav_nav li {
        text-transform: capitalize;
    }

    #commentform input[type=text], textarea, .wpcf7 input[type=text], .wpcf7 input[type=email] {
        padding: 10px 0;
    }

    #respond {
        width: 100%;
    }

    .frame-header {
        height: auto;
        padding: 10px;
    }

    .frame-header span {
        height: auto;
        line-height: normal;
    }

    #body-wrap {
        margin: 10px auto 0 auto;
    }

    #comment-wrapper {
        width: auto;
    }

    #comment-left {
        display: none;
        visibility: hidden;
    }

    #comment-right {
        width: auto;
    }

    #main-slider {
        display: none !important;
    }

    #sub-header-nav {
        width: auto;
        padding: 0;
        height: auto;
    }

    #sub-header-social, #sub-header-shipping, #sub-header-payment, #main-wrapper, #main-content, #main-reveal-inner, #footer-stripey, #footer-copyright, #content, #main-products, #post-wrapper {
        margin: 0;
        width: 100%;
        float: none;
        display: inline-block;
    }

    #sub-header-payment {
        width: 70px;
        float: left;
        overflow: hidden;
        height: 20px;
        margin-left: 10px;
    }

    #sub-header-payment img {
        margin-top: -5px;
    }

    #sub-header-social {
        width: 100px;
        float: right;
        margin-right: 10px;
        text-align: right;
    }

    #sub-header-search {
        float: left;
        height: 30px;
        margin-bottom: 5px;
        width: 50%;
    }

    #sub-header-cart-wrapper {
        height: 30px;
        width: auto;
        float: left;
        margin-left: 30px;
        margin-right: 10px;
    }

    #sub-header-cart {
        width: 100%;
        display: inline-block;
        float: none;
    }

    .search-field {
        width: 100%;
    }

    .woocommerce .products ul, .woocommerce ul.products, #footer-text {
        padding: 0 10px;
        margin: 0;
        width: auto;
        left: auto;
    }

    .breadcrumbs {
        padding: 10px;
        width: auto;
    }

    .woocommerce ul.products li.product,
            .woocommerce[class*=columns-] ul.products li.product,
            .woocommerce-page ul.products.columns-3 li.product,
            .woocommerce .related ul.products li.product,
            .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
            .woocommerce .upsells.products ul li.product,
            .woocommerce .upsells.products ul.products li.product {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        padding: 0;
        float: none !important;
    }

    #post-content .product-cat-thumb img {
        width: 160px;
        height: 160px;
    }

    .woocommerce .cross-sells ul.products {
        padding: 0;
    }

    .woocommerce .related, .woocommerce .upsells {
        margin: 0;
    }

    #main-mobile-image img {
        width: 100%;
        height: auto;
    }

    .product-cat-thumb {
        width: 200px;
        float: left;
        min-height: 230px;
    }

    .product-cat-title {
        margin-top: 10px;
    }

    .product-cat-detail {
        padding-bottom: 36px;
    }

    .product-cat-bottom {
        position: absolute;
        bottom: 0;
        border-top: 1px solid lightgrey;
        display: block;
        width: 100%;
    }

    .product-cat-price {
        width: 50%;
        border-top: none;
    }

    .product-cat-buy {
        width: 49%;
        border-top: none;
    }

    #main-products {
        margin-top: -6px;
    }

    #main-reveal, #footer-kong {
        padding: 0 10px;
        margin: 0;
        width: auto;
        display: inline-block;
        left: 0;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        margin: 0 30px 0 0;
        float: left;
        display: block;
    }

    .woocommerce div.product .product_title, .woocommerce div.product div[itemprop="description"] {
        border-bottom: none;
        border-top: none;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
    .woocommerce div.product div[itemprop="description"], .woocommerce div.product p.price, .woocommerce div.product form.cart {
        width: auto;
        float: none;
    }

    .woocommerce div.product form.cart .button {
        float: none;
    }

    .woocommerce div.product form.cart {
        margin: 0;
        float: none;
    }

    .woocommerce div.product {
        width: auto;
        padding: 0 10px;
        float: none;
        display: inline-block;
        margin: 0;
    }

    .woocommerce table.cart td.actions .input-text + .button {
        float: none;
        margin-top: 10px;
    }

    #reveal-text {
        margin: 0;
    }

    #reveal-text img {
        width: 100%;
        height: auto;
    }

    #header-link {
        width: 100%;
        margin: -90px 0 0 0;
        height: 90px;
        position: absolute;
    }

    .woocommerce .category ul.products li.product:nth-child(4n) {
        margin: 0 0 20px 0;
    }

    .woocommerce-page #content div.product div.summary {
        display: inline-block;
        margin-right: 0;
    }

    .woocommerce table.shop_table td {
        padding: 6px 3px;
    }

    div.quantity .screen-reader-text {
        padding-right: 5px;
    }

    .woocommerce .quantity .qty {
        display: inline-block;
    }

    .woocommerce table.shop_table th {
        padding: 9px 0;
    }

    td.product-quantity, th.product-quantity {
        text-align: center;
    }

    .woocommerce-checkout #payment .payment_method_paypal img {
        max-height: initial;
    }

    .fb-like {
        float: none;
        margin-left: 0px;
        margin-top: 0px;
    }

    #sub-header-shipping {
        margin: 5px 0;
    }

    #home-sidebar {
        margin: 0 10px;
    }

    .breadcrumbs-inner {
        padding-left: 0;
        float: none;
        margin-bottom: 10px;
    }

    .logout-button {
        float: none;
        margin-right: 0;
    }

    #main-sidebar {
        display: none;
    }

    .single_variation_wrap {
        margin-left: 0;
    }

    .woocommerce div.product form.cart div.quantity {
        float: none;
    }

    .woocommerce div.product p.price {
        display: block;
    }

    .woocommerce div.product form.cart div.quantity {
        margin-bottom: 10px;
    }

    .woocommerce div.product p.price {
        margin: 0;
    }

    #sub-header-controls {
        width: 100%;
        margin: 0;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 10px;
    }

    #mc-footer-mobile-form {
        background: white;
        margin-top: 20px;
    }

    #mc-footer-mobile-form #mc_embed_signup form {
        padding: 0;
    }

    .mc-header {
        font-size: 15px;
        text-align: center;
        padding: 10px;
        background: -webkit-linear-gradient(#fff32a, #ffcb05); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#fff32a, #ffcb05); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#fff32a, #ffcb05); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#fff32a, #ffcb05); /* Standard syntax */
    }

    #mc-footer-mobile-form #mce-MMERGE4 {
        margin: 20px 8% 10px 8%;
    }

    #mc-footer-mobile-form #mce-EMAIL {
        margin: 0 8% 10px 8%;
    }

    #mc-footer-mobile-form #mce-EMAIL, #mce-MMERGE4 {
        width: 80%;
        border: 1px solid lightgrey;
        background: white;
        padding: 2%;
    }

    #mc-footer-mobile-form #mc-embedded-subscribe {
        width: 84%;
        height: 30px;
        margin: 0 8%;
        font-weight: bold;
        border: none;
        background: -webkit-linear-gradient(#fff32a, #ffcb05); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#fff32a, #ffcb05); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#fff32a, #ffcb05); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#fff32a, #ffcb05); /* Standard syntax */
        color: black;
    }

    .mc-footer {
        margin-top: 10px;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    #mc-popup-wrapper {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    #mc-popup {
        margin: 20px;
        height: auto;
        width: auto;
    }

    .mc-popup-closeModal {
        top: 5px;
        right: 5px;
    }

    #mc-popup-left {
        display: none;
    }

    #mc-popup-signup {
        width: 100%;
        display: block;
        float: none;

    }

    #mc-popup input[type=email] {
        background: white;
        border: 1px solid lightgrey;
    }

    #faq-content-input {
        width: 100%;
    }
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

.woocommerce-product-gallery figure {
    margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce-product-gallery img {
    display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}

@media screen and (max-width: 580px) {
    iframe {
        width: 100% !important;
    }
}