/* STRUCTURE */

body {
    font-size: 87.5%;
    background: #000;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility;
}

body,
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 300;
    font-style: italic;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
    font-style: italic;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300;
    font-style: italic;
}

input:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 300;
    font-style: italic;
}

a,
input,
textarea,
button {
    outline: none;
}

#mobile-menu-drop-wrap {
    width: 0px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 350px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: #101010;
}

#mobile-menu-drop-wrap.slideout-menu {
    width: 0px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-weight: 700 !important;
}

.slideout-open #mobile-menu-drop-wrap.slideout-menu {
    width: 350px;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
}

.woocommerce-cart table.cart input[name=apply_coupon] {
    margin-top: 6px;
    font-size: 17px !important;
    font-weight: 300 !important;
    padding-top: 0.70em !important;
    padding-bottom: 0.60em !important;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
    position: relative !important;
}

.slideout-open .slideout-menu {
    display: block;
}

#content.cat-title {
    margin: 3em auto 0em;
    padding-bottom: 3%;
}

#content {
    margin: 2em auto;
    padding-bottom: 3%;
    padding-top: 2em;
}

#main_header {
    padding-top: 15px;
    width: 100%;
    margin: auto;
    height: 8em;
}

#breadcrumb {
    display: none;
}

#sub-sub-nav {
    display: none;
}

.nav h1 {
    position: absolute;
    top: 45%;
    text-align: center;
    font-size: 3em;
    color: #fff;
}

.main-dim {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 0px 5px #6C6C62;
    border-radius: 5px;
}

.loc_col p {
    text-align: center;
}

.post {
    margin-bottom: 1em;
}

.wp-post-image {
    display: block;
}

img.aligncenter {
    width: 90%;
    height: 90%;
}

.blog .main-dim .aligncenter {
    width: 100%;
    height: 100%;
}

.blog .main-dim img.aligncenter {
    width: 60%;
    height: 60%;
}

.blog .main-dim img.size-large {
    width: 60%;
    height: 60%;
}

.blog .main-dim img {
    width: 60%;
    height: 60%;
}

.wp-caption-text {
    width: 70%;
    height: 70%;
}

.blog h3 {
    font-size: 1.5em;
    margin-top: 1em;
}


/* NAVIGATION */

#logo-nav {
    display: block;
    margin: auto;
    width: 9em;
}

#main_menu {
    background: rgba(0, 0, 0, 1);
    position: relative;
    z-index: 10000;
}

#main_menu ul li {
    list-style-type: none;
    position: relative;
    margin-left: -5%;
}

#main_menu li {
    padding: 0%;
    font-weight: 100;
    border-bottom: 1px solid #333;
}

#main_menu li,
#nav-collapse {
    font-size: 1.5em;
    font-weight: 400 !important;
}

#main_menu li>a {
    text-decoration: none;
    color: #EE1720;
    font-size: 20px;
    padding: 0px 20px !important;
}

#main_menu li li>a {
    font-size: 15px !important;
}

#main_menu li a:hover {
    color: #fff;
}

#main_menu .current-menu-item>a,
#main_menu .current-page-parent>a,
#main_menu .current-post-parent>a,
#main_menu .current-page-ancestor>a {
    color: #fff;
}

#main_menu {
    display: none;
}


/* collapsed nav */

#nav-collapse {
    margin-top: -5%;
    display: block;
    text-align: right;
    background: rgba(49, 49, 49, 0.8);
    width: 95%;
    padding: 2%;
    text-decoration: none;
}

a#nav-collapse {
    color: #fff;
}

.sub-menu {
    display: none;
}


/* Sub Nav Page */

#sub-page-nav {
    width: 100%;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.8);
}

.education #sub-page-nav {
    background: rgba(183, 183, 183, 0.6);
}

#sub-sub-nav {
    list-style-type: none;
    margin-left: 0;
    margin-top: 1em;
}

#sub-sub-nav li {
    display: block;
    margin-bottom: 1em;
    font-size: 1.25em;
}

#sub-sub-nav li a {
    color: #716E6C;
}


/* fonts */

#main_header h2 {
    font-size: 1em;
    font-style: italic;
    color: #665E53;
    margin-bottom: 2%;
}

h1 {
    font-weight: 400;
}

h1 a,
h2 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: .25em;
}

h2 {
    margin-left: 2em;
}

.main-dim h2 {
    margin-left: 0em;
}

.education h2 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 400;
    color: #5C5C5C;
    text-shadow: none;
    margin-bottom: .25em;
}

h3 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 3%;
    text-align: center;
    font-weight: 400;
}

h4 {
    font-size: 1.2em;
    color: #000;
    margin: 4% 0 2.6% 0;
    font-weight: 500;
}

h5 {
    font-size: 1.1em;
    color: #000;
    margin: 4% 0 1% 0;
    font-weight: 500;
}

h3 a {
    color: #000;
    text-decoration: none;
}

#content h3 {
    text-align: left;
}

.brix #content h3,
.locations #content h3,
.sidewalk #content h3 {
    margin-top: 1em;
    margin-bottom: .5em;
}

.brix #content p,
.locations #content p,
.sidewalk #content p {
    margin-bottom: .5em;
}

.main-dim h2 {
    color: #000 !important;
    text-shadow: none;
}

.main-dim h3 {
    color: #000 !important;
}

a {
    outline: none;
    color: gray;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    webkit-user-modify: read-write-plaintext-only;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

img {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

a.logo-link {
    outline: none;
    color: gray;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    z-index: 10001;
    position: relative;
    display: block;
    -webkit-transition: all 1s;
    transition: all 1s;
}

a.logo-link:hover {
    _-webkit-filter: grayscale(75%) contrast(150%) brightness(200%);
    /* Chrome, Safari, Opera */
    _filter: grayscale(75%) contrast(150%) brightness(200%);
    /*-webkit-filter: brightness(125%);*/
}

a:hover {
    color: #EE1720;
}

p {
    line-height: 1.5em;
    margin: 0 0 .5em;
    font-size: 1em;
    padding: 0;
    color: #000;
}

.in-category h3 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 2em;
    margin-top: 0em;
    margin-bottom: .5em !important;
}

.in-category p {
    font-family: 'Raleway', sans-serif !important;
    font-size: 1.2em !important;
    line-height: 1.7em;
}

br {
    margin: .3em 0;
}

#content pre {
    font-style: italic;
    font-family: 'Raleway', sans-serif;
    font-size: 0.75em;
    line-height: 1.4em;
}

ul {
    margin-left: 1em;
    font-size: 1.1em;
}

#content ul {
    margin-bottom: .5em;
}

#content li {
    margin-bottom: .5em;
    font-size: 1em;
}

ol {
    margin-left: 1.2em;
    line-height: 1.2em;
}

input,
textarea {
    border: 1px solid #abc;
}


/* woocommerce */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #FFF !important;
    background-color: #EE1720 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    font-size: 19px !important;
    padding: 0.63em 1em !important;
    letter-spacing: 0.04em;
    border: 3px solid #EE1720 !important;
}

.woocommerce.wholesale-products a.product_type_variable {
    font-size: .8em !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: transparent !important;
    color: #EE1720 !important;
}

.woocommerce ul.products li.product h3 {
    font-size: 1.2em !important;
    text-align: center !important;
    padding-top: 15px !important;
}

.woocommerce ul.products li.product .price {
    color: #333 !important;
    font-size: 17px !important;
    margin-top: 0px;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0.5px !important;
}

.woocommerce ul.products li.product a {
    text-align: center;
    display: block;
}


/*a.woocommerce-LoopProduct-link {
    min-height: 360px;
}*/

.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img {
    -webkit-filter: grayscale(85%);
    filter: grayscale(85%);
}

.woocommerce #content {
    padding-top: 2.2em;
}

nav#mobile-menu {
    top: 3.9em;
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 51px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

a.mobile-menu-button {
    float: left;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0px 20px;
    cursor: pointer;
    display: block;
}

a.mobile-cart-button {
    float: right;
    cursor: pointer;
    font-size: 34px;
    line-height: 50px;
    padding: 0px 20px;
    position: relative;
    display: block;
}

a.mobile-cart-button:hover span.cart-count {
    background-color: #FFF;
}

#mobile-menu a:hover {
    color: #FFF;
}

a.cart-button {
    float: right;
    cursor: pointer;
    font-size: 34px;
    line-height: 50px;
    padding: 0px 20px;
    position: relative;
}

#mobile-menu-drop-wrap li a {
    font-size: 20px;
    text-decoration: none;
    line-height: 30px;
    width: calc(100% - 40px);
    display: block;
    padding-right: 20px;
    margin-left: 20px;
}

#mobile-menu-drop-wrap ul#menu-mobile-menu {
    margin-left: 0px;
    margin-top: 0.5em;
}

#mobile-menu-drop-wrap ul li.menu-item-has-children a:after {
    content: "\f054";
    font-size: 12px;
    font-family: FontAwesome;
    float: right;
}

#mobile-menu-drop-wrap ul li.menu-item-has-children.open .sub-menu li a:after {
    content: "";
}

#mobile-menu-drop-wrap ul li.menu-item-has-children.open a:after {
    content: "\f078";
}

#mobile-menu-drop-wrap ul li.menu-item-has-children .sub-menu {
    margin-left: 0px;
    opacity: 0;
    display: block;
    max-height: 0px;
    overflow: hidden;
}

#mobile-menu-drop-wrap ul li.menu-item-has-children.open .sub-menu {
    display: block;
    margin-left: 20px;
    opacity: 1;
    max-height: inherit;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

#mobile-menu-drop-wrap li li a {
    margin-left: 0px;
    padding-left: 0px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

#mobile-menu-drop-wrap li.menu-item-has-children.open li a {
    padding-left: 20px;
}

#mobile-menu-drop-wrap ul li.current_page_ancestor>a,
#mobile-menu-drop-wrap ul li.current-menu-item>a {
    color: #EE1720;
}

span.cart-count {
    position: absolute;
    font-size: 11px;
    border-radius: 16px;
    display: block;
    line-height: 9px;
    width: 19px;
    text-align: center;
    top: 18px;
    left: 29px;
    color: #000;
    background: gray;
    font-weight: 700;
    padding: 0px 0px;
    font-family: Arial;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.cart-button:hover span.cart-count {
    background: #EE1720;
}

body.woocommerce-cart #content,
body.woocommerce-checkout #content,
body.woocommerce-account #content {
    padding-top: 3%;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 200px !important;
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
}

.woocommerce div.product .product_title {
    font-size: 40px;
    padding: 0px 40px !important;
    text-align: center;
    margin: 0px 0px 20px 0px !important;
    font-weight: 500;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000 !important;
    font-size: 20px !important;
    text-align: center !important;
}

.woocommerce div.product .woocommerce-Price-amount {
    border-top: 1px solid #777;
    display: inline-block;
    margin-top: 15px;
    padding-top: 15px;
    font-weight: 400;
    color: #222;
}

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

.woocommerce div.product form.cart div.quantity {
    width: 32%;
    text-align: right;
}

.woocommerce div.product .quantity .qty {
    font-size: 22px;
    line-height: 43px;
    border-width: 2px;
    border-color: #777;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    border-width: 2px;
    font-size: 22px;
    padding: 7px 7px 6px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    border-width: 2px;
    font-size: 22px;
    padding: 7px 7px 6px;
}

.woocommerce .quantity .qty {
    width: 1.631em !important;
    padding: 0.05em 0.4em;
    text-align: center;
}

.woocommerce .product div[itemprop=description] {
    padding: 0px 40px;
    margin-bottom: 50px;
}

.woocommerce .product div[itemprop=description] p {
    color: #333;
    font-size: 1em;
    line-height: 1.75em;
    text-align: justify;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    margin-top: 1em;
    margin-bottom: 0em !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin-bottom: 0em !important;
}

.woocommerce-cart table.cart input.qty {
    padding: 0.3em 0.4em;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px !important;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    width: 100px !important;
}

.woocommerce table.shop_table td.product-name a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.woocommerce a.remove {
    height: 1.1em !important;
    width: 1.1em !important;
    display: inline-block !important;
    font-size: 2.5em !important;
}

.woocommerce-cart table.cart td.product-remove {
    text-align: center;
    width: 45px;
}

.woocommerce a.remove:hover {
    background: rgba(255, 0, 0, 0.9) !important;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    width: 21.2% !important;
}

.select2-container .select2-choice,
.select2-drop-active {
    border-width: 2px !important;
}

.woocommerce div.product form.cart .button {
    font-weight: 500 !important;
}

a.mobile-menu-close-btn {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    padding: 15px 17px;
    display: block;
}

a.mobile-menu-close-btn i {
    font-size: 20px;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin-bottom: 0px !important;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0px;
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-size: 22px;
    line-height: 40px;
    width: 100%;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 80% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 18% !important;
}

#content .woocommerce h2 {
    font-size: 26px;
}

div#top-header-menu {
    position: absolute;
    right: 20px;
    top: -35px;
    color: #000;
}

div#top-header-menu a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

div#top-header-menu a:hover {
    color: #EE1720;
}

.page-id-80 div#top-header-menu,
.page-id-82 div#top-header-menu,
.page-id-577 div#top-header-menu,
.page-id-578 div#top-header-menu,
.page-id-579 div#top-header-menu,
.page-id-55 div#top-header-menu {
    color: #FFF;
}

.page-id-80 div#top-header-menu a,
.page-id-82 div#top-header-menu a,
.page-id-577 div#top-header-menu a,
.page-id-578 div#top-header-menu a,
.page-id-579 div#top-header-menu a,
.page-id-55 div#top-header-menu a {
    color: #FFF;
}

.page-id-80 div#top-header-menu a:hover,
.page-id-82 div#top-header-menu a:hover,
.page-id-577 div#top-header-menu a:hover,
.page-id-578 div#top-header-menu a:hover,
.page-id-579 div#top-header-menu a:hover,
.page-id-55 div#top-header-menu a:hover {
    color: #EE1720;
}

body.homepage div#top-header-menu {
    color: #EE1720;
}

body.homepage div#top-header-menu a {
    color: #EE1720;
}

body.homepage div#top-header-menu a:hover {
    color: #FFF;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0.5em 0 2em !important;
}

.woocommerce #review_form #respond textarea {
    border-width: 2px !important;
}

input,
textarea {
    border-width: 2px !important;
    font-size: 20px;
    padding: 5px 10px;
}

.woocommerce #review_form #respond p label,
.woocommerce #review_form #respond p input {
    float: left;
    clear: left;
}

.woocommerce #review_form #respond p {
    float: left;
    clear: left;
}

.product .product_meta {
    display: none;
}

.woocommerce-tabs {
    display: none;
}

.woocommerce div.product form.cart .variations {
    margin: 0px 40px 40px 40px !important;
}

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

.single_variation_wrap {
    margin: 0px 40px;
    font-style: italic;
}

.woocommerce-variation.single_variation p {
    color: #333;
    font-size: 15px;
    text-align: center;
}

.woocommerce td.product-name dl.variation dt {
    margin: 4px 4px 0 0 !important;
}

.woocommerce td.product-name dl.variation dd p {
    font-size: 1em;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    text-decoration: none;
}

#content ul.page-numbers li {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    display: none;
}

.wc-autoship-container .wc-autoship-schedule {
    max-width: 100% !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    z-index: 2;
    font-size: 9px !important;
    height: 50px;
    width: 50px;
    line-height: 49px !important;
    display: none;
}

span.price del {
    display: none !important;
}

.product p.price del {
    display: none;
}

.woocommerce-variation-price {
    text-align: center;
}

.woocommerce-variation-add-to-cart.variations_button {
    margin-top: 35px;
}

.back-to-products-wrap {
    width: 100%;
    text-align: center;
}

.wc-autoship-frequency-radio label {
    line-height: 25px;
}

.woocommerce-info {
    font-weight: bold;
}

.woocommerce div.product form.cart .variations td.label {
    text-align: right;
}

.woocommerce-loop-product__link {
    min-height: 320px;
}

@media all and (max-width: 1400px) {
    #main_menu li>a {
        font-size: 20px;
        padding: 0px 20px !important;
    }
    #main_menu li li>a {
        font-size: 15px !important;
    }
}

@media all and (max-width: 1200px) {
    #main_menu li>a {
        font-size: 17.5px;
        padding-right: 10px !important;
        padding-left: 15px !important;
    }
    #main_menu li li>a {
        font-size: 15px !important;
    }
    #main_menu li>a {
        font-size: 17px;
        padding: 0px 15px !important;
    }
    #main_menu li li>a {
        font-size: 15px !important;
    }
    .woocommerce .product div[itemprop=description] {
        padding: 0px 20px;
    }
}

@media all and (min-width: 1200px) {
    #main_menu {
        width: 1200px;
        margin: auto;
    }
    #logo-nav {
        left: calc(50% - 600px);
    }
}

@media all and (min-width: 1000px) {
    #nav-collapse {
        display: none;
    }
    #main_menu {
        display: block !important;
    }
}

@media all and (max-width: 1000px) {
    #main_menu {
        display: none !important;
    }
    a.logo-link {
        width: 11em;
        margin: auto;
    }
    header#main_header.active nav#mobile-menu {
        top: 0px;
        position: fixed;
        z-index: 20000;
    }
    body:not(.fixed) header#main_header.active a.logo-link,
    body.fixed header#main_header a.logo-link {
        opacity: 0;
    }
    body.fixed header#main_header nav#mobile-menu {
        /*position: fixed;*/
        /*top: 0px;*/
    }
    body.fixed #main_header {
        /*padding-top: 0px;*/
        /*position: fixed;*/
    }
    body.fixed #logo-nav {
        width: 3em;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 48.05% !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product:nth-of-type(2n) {
        margin-right: 0px;
    }
}


/* Media Queries */

@media all and (min-width: 800px) {
    #content.cat-title {
        margin: 3em auto 3em;
        padding-bottom: 3%;
    }
    #page1 {
        display: block;
    }
    /*#main_header {
		height:6em;
	}*/
    /*#content {
		margin-top:0em;
	}*/
    #main-content,
    .main-content {
        float: left;
        width: 65%;
    }
    .wp-post-image {
        display: block;
        float: right;
        width: 25%;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
        margin-top: 0em;
    }
    img.aligncenter {
        width: 60%;
    }
    img.alignleft {
        margin-right: 1em;
        margin-bottom: 1em;
    }
    .post {
        margin-bottom: 2em;
    }
    /*#logo-nav {
		margin-left:2em;
		width:5em;
		position:absolute;
		z-index:1;
	}*/
    #main_menu {
        background: rgba(0, 0, 0, 1);
        position: relative;
        top: 2em;
    }
    /*	#main_menu {
		display:block !important;
	}*/
    #main_menu ul {
        margin-left: 8em;
    }
    #main_menu ul li {
        margin-left: 0;
    }
    #main_menu li {
        float: left;
        border-top: none;
        display: block;
        font-size: 1.1em !important;
        border-bottom: none;
    }
    #main_menu li a {
        padding: 0px 25px;
        display: block;
        line-height: 50px;
    }
    #main_menu li li a {
        line-height: 22px;
        padding: 6px 15px !important;
    }
    /* Sub Nav Page */
    #sub-page-nav {
        position: absolute;
        width: 100%;
        bottom: 30%;
        background: rgba(255, 255, 255, 0.8);
    }
    /*#main_header {
		margin:auto;
		width:100%;
	}*/
    .nav h1 {
        position: absolute;
        top: 45%;
        left: 27%;
        font-size: 5em;
        color: #fff;
    }
    /* main sub nav */
    #sub-page-nav {
        padding-top: 0%;
    }
    /* Sub Navigation */
    #sub-sub-nav {
        list-style-type: none;
        margin-left: 0;
        margin-top: 1em;
    }
    #sub-sub-nav li {
        float: left;
        margin-right: 1em;
        font-size: 1.25em;
    }
    /*Breadcrumb Bar */
    /*#breadcrumb {
		display:block;
		margin-left:8em;
		margin-top:-2em;
		font-size:1em;
	}

	#breadcrumb p {
		color:#fff;
	}

	#breadcrumb a {
		color:#fff;
		text-decoration:none;
		text-shadow: 0px 0px 10px #000;
	}*/
    .col1of2 h2,
    .col1of3 h2,
    .col1of4 h2,
    .col1of5 h2 {
        font-size: 2.5em;
    }
    .col_default h2 {
        font-size: 1.75em;
        margin-bottom: .5em;
    }
    #sub-page-nav h3 {
        margin: 0;
        font-size: 1.2em;
    }
    #sub-page-nav p {
        margin: 0;
        font-size: .9em;
    }
    #sub-page-nav .col1of5 h3,
    #sub-page-nav .col1of6 h3 {
        font-size: .8em;
    }
    h3 {
        font-size: 1.3em;
        margin-bottom: .5em;
        margin-top: 2em;
    }
    .post h3 {
        font-size: 1.3em;
        margin-top: 0em;
        margin-bottom: .5em;
    }
    .in-category h3 {
        font-size: 1.3em;
        margin-top: 0em;
        margin-bottom: .5em;
    }
    p {
        line-height: 1.25em;
        font-size: .9em;
        margin-bottom: 1.5em;
    }
    .in-category p {
        font-family: 'Raleway', sans-serif !important;
        font-size: 1.2em !important;
        line-height: 1.5em;
    }
    .reviews h2 {
        margin-bottom: -4%;
    }
    .reviews #content p {
        margin-top: 5%;
    }
    ul {
        margin-left: 1em;
        font-size: .9em;
    }
}

@media all and (min-width:1000px) {
    .blog h3 {
        font-size: 2em;
        margin-top: 1em;
    }
    #content {
        margin-top: 0em;
    }
    #main_header {
        height: 8em;
    }
    #breadcrumb {
        margin-top: -1em;
        margin-left: 13em;
    }
    #main_menu li {
        font-size: 1.25em !important;
    }
    #main_menu {
        top: 3em;
    }
    #main_menu ul {
        margin-left: 10em;
    }
    #logo-nav {
        margin-left: 2em;
        width: 9em;
        position: absolute;
        z-index: 1;
    }
    #sub-page-nav .col1of5 h3,
    #sub-page-nav .col1of6 h3 {
        font-size: 1.25em;
    }
    .col1of2 h2,
    .col1of3 h2,
    .col1of4 h2,
    .col1of5 h2 {
        font-size: 4em;
    }
    .col_default h2,
    .woocommerce-page h1.page-title {
        font-size: 2.5em;
        margin-bottom: .5em;
    }
    #sub-page-nav h3 {
        margin: 0;
        font-size: 2em;
    }
    #sub-page-nav p {
        margin: 0;
        font-size: 1em;
    }
    .in-category h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 2em !important;
    }
    .post h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 1.5em !important;
    }
    .in-category p {
        font-family: 'Raleway', sans-serif !important;
        font-size: 1.2em !important;
        line-height: 1.5em;
    }
    p {
        font-size: 1.1em;
        line-height: 1.5em;
    }
    ul {
        margin-left: 1em;
        font-size: 1.1em;
    }
    /* sub navigation */
    #page #main_menu li:hover .sub-menu {
        display: block;
    }
    #page #main_menu .sub-menu {
        margin-left: 0px;
        padding-left: 0px;
        font-size: .8em;
        position: absolute;
        z-index: 100;
        left: -15px;
        right: 0;
        margin-top: 0em;
        padding-top: 0px;
        margin-left: 1em;
        padding-left: .4em;
        width: 10em;
        background: black;
    }
    #page #main_menu .sub-menu li {
        display: block;
        float: none;
        font-size: .9em !important;
        padding: 0px;
    }
    #page #main_menu .sub-menu li:last-child {
        padding-bottom: 1em;
    }
    a.mobile-menu-button {
        display: none;
    }
    a.mobile-cart-button {
        display: none;
    }
}

@media all and (max-width: 800px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
}

@media all and (max-width: 450px) {
    a.mobile-menu-button {
        font-size: 17.5px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        margin-right: 0px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .woocommerce div.product .quantity .qty {
        height: 43px;
    }
}

@supports (-ms-accelerator:true) {
    .woocommerce div.product .quantity .qty {
        height: 43px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution:2dppx) {}