@charset "UTF-8";
/*   
Theme Name: Ison's Theme
Theme URI: http://www.eyesoreinc.com
Description: This is a WordPress Theme template 
Author:  JS
Author URI: http://www.eyesoreinc.com
Version: 1
*/


html, p, li, a{
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    color: #323232;
}
html{
    background-color: #fdf4e3;
}
h1{
    font-family: 'Droid Serif', serif;
    font-size: 28px;
    color: #8e2838;

}
h2{
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    color: #8e2838;
}
h3{
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    color: #8e2838;
}
h4{
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    color: #8e2838;
}
h5{
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    color: #8e2838;
}
a{
    transition: all 0.5s ease;
}
a:hover{
    color: #707070;
    text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a{
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.header{
    padding:1em 0;
}
div#header {
    border-bottom: 1px solid #ddd2be;
}
.header-bg{
    background: url(images/hbg.png) center center no-repeat;
    background-size: cover;
        height: 205px;
}
.top-header{
    background-color: rgba(0,0,0,.75);
    text-align: right;
}
.top-header a{
    display: inline-block;
    color: white;
    margin: 0 10px;
    padding: 6px 0;
}
a.top-cart{
    color: #78a459;
    background: url(images/cart.png) center left no-repeat;
    padding-left: 30px;
    margin-left: 40px;
}
span.item-number{
    color: white;
}
#header h1 {
    color: white;
    font-size: 45px;
    text-align: center;
    max-width: 525px;
    width: 100%;
    margin: 35px auto 0;
    float: right;
    text-shadow: 1px 1px black;
    letter-spacing: 2px;
    line-height: 45px;
}
#header h1 em{
    font-size: 26px;
}
.hlogo img {
    margin-top: 10px;
}

/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
#header ul.menu{
    text-align: left;
    margin: 0;
}
#header ul.menu li{
    display: inline-block;
    position: relative;
    border-bottom: 1px solid transparent;
}
#header ul.menu > li:hover{
    border-bottom: 1px solid white;
}
#header ul.menu li a{
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
}
#header ul.menu li:hover > a{
     background: white;
}
#header ul.menu li.mi-home{
    background: url(images/mi-home-img.png) center center no-repeat;
   margin: 0 6px;
    text-indent: -99999px;
}
#header ul.menu li.mi-home a{
    color: #323232;
}

#header ul.menu li ul.sub-menu{
    display: none;
}
#header ul.menu li:hover ul.sub-menu{
    display: block;
    list-style-type: none;
    margin-left: 0;
    position: absolute;
    left: 0;
    z-index: 3333;
    border-left: 1px solid #ddd2be;
    border-right: 1px solid #ddd2be;
    border-bottom: 1px solid #ddd2be;
    width: 100%;
    min-width: 400px;
    background-color: #fff;
}
#header ul.menu li:hover ul.sub-menu > li > ul.sub-menu{
    left: auto;
    right: -2px;
}
#header ul.menu li:hover ul.sub-menu li{    
    display: inline;
    float: left;
    width: 33%;
}
#header ul.menu li:hover ul.sub-menu > li > ul.sub-menu{    
    display: inline;
    float: none;
    width: 100%;
}

#header ul.menu li:hover ul.sub-menu li a{
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 15px 4px;
    display: block;
    height: 40px;
    transition: all 0s ease;
}
#header ul.menu li:hover ul.sub-menu li a:hover{
    background: #cc4c4c;
    color: white;
}


/*------------------------------------*\
    $HOMEPAGE
\*------------------------------------*/
.fp-section{
    padding: 0 0 40px 0;
}
.fproduct-title h2{
    font-style: italic;
    font-size: 32px;
    margin-bottom: 20px;
}
.featured-products{
    margin-top: 20px;
    text-align: center;
    color: #613942;
}

a.cta-shipping, a.cta-default {
    background-color: #4c98cc;
    color: white !important;
    font-size: 14px;
    padding: 10px 20px;
    border: 2px solid white;
    margin-bottom: -40px;
    position: relative;
    z-index: 33;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
}
a.cta-shipping{
    background-color: #cc4c4c;
}
a.cta-shipping:hover, a.cta-default:hover{
    background-color: #a0c08a;
}
.featured-products h3{
    margin-bottom: 5px;
    color: #613942;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.featured-products a{
    color: #613942;
}
.hp-price {
    color: #84b4d5;
        font-size: 18px;
}
.overlay {
   position: relative;
   float: left;
}
.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:97%;
  opacity:0;
  transition: all 0.5s ease;
}
.overlay:hover:after  {
  opacity: .6;
}
.white:after{
    background-color: white;
}


.history-wide{
    background: url(images/isons-history-background.png) center center no-repeat;
    background-size: cover;
}
.hp-content{
    padding: 30px 0;
}
.hp-content h2{
    font-size: 30px;
}
.hp-content .greenbutton{
    float: left;
}
.hp-content img{
    float: right;
    margin-top: -20px;
}
.hp-thumbnail img {
    height: 100%;
    width: 100%;
    max-width: 370px;
}
.grid-5.hp-thumbnail {
    text-align: right;
}


.hp-testimonials{
    text-align: center;
    padding: 50px 0;
}
.hp-testimonials h2{
    color: #2a2a2a;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.testimonial-content{
    text-align: center;
}
.testimonial-content p {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.testimonial-content img{
    margin-bottom: 10px;
}
.testimonial-content p.tname {
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    margin-bottom: 3px;
}
.testimonial-content p.tlocation{
    font-family: 'Droid Serif', serif;
    font-size: 14px;
}
.signup-wrap{
    background: url(images/growing-fruit-leaves.png) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
}
.signup-wrap .cursive{
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
}
.signup-wrap h1{
    color: white;
    text-shadow: 1px 1px black;
    font-size: 40px;
        margin-bottom: -10px;
}
.signup-wrap p{
    color: white;
}





.hp-slider {
    margin-bottom: 20px;
    display: block;
    height: 400px;
}
p.title-in {
    display: none;
}
.left-slider img{
    height: 100% !important;
}
.reslidetitle{
    display: none;
}
#slider2_container {
    margin: 0px !important;
    float: right !important;
    display: block !important;
}
.grid-5.right-slider {
    margin-left: 0 !important;
    height: 100%;
}
.right-slider img {
    text-align: center;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.right-slider a.cta-shipping {
    max-width: 200px;
    width: 100%;
    margin: 15px auto 10px;
    text-align: center;
    display: block;
}



/*------------------------------------*\
    $PAGE
\*------------------------------------*/
.bcs-wrap{
    margin: 10px 0 50px;
    display: block;
}
.bcrumbs, .bcrumbs a{
    color: #4c98cc;
}
.bcrumbs a{
    text-decoration: underline;
}
.grid-6.page-search {
    text-align: right;
}


/*Blog*/
.blog .grid-9 h1{
    border-bottom: 3px solid #8e2838;
    display: block;
    margin-bottom: 0;
}
.blog .post a{
    text-decoration: none;
}
.blog .post h2{
    margin-bottom: 10px;
}
.arch-post img{
    float: left;
    max-width: 175px;
    width: 100%;
    margin-bottom: 20px;
}
.arch-post .arch-div{
    float: left;
    margin-left: 20px;
}
.arch-post .arch-div p {
    max-width: 600px;
    width: 100%;
}

.hentry a:hover h2{
    text-decoration: underline; 
}

/*------------------------------------*\
    $WOOCOMMERCE
\*------------------------------------*/
p.woocommerce-result-count {
    display: none;
}
form.woocommerce-ordering {
    display: none;
}
.archive.woocommerce ul.products li.product h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px !important;
    padding: 5px 15px !important;
    font-family: 'Cabin', sans-serif;
}
.archive.woocommerce ul.products li.product p {
    text-align: center;
}
.archive.woocommerce ul.products li.product .price{
    text-align: center;
    display: inline-flex;
    color: #84b4d5;
}
.archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.woocommerce ul.products li.product .price del {
    display: inline;
}
.woocommerce ul.products li.product .price ins{
    display: block;
    margin-left: 10px;
}
ul.wooc_sclist{
    list-style-type: none;
    margin-left: 0;
}
ul.wooc_sclist li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px; 
    text-align: center;
}
ul.wooc_sclist li a{
    display: block;
}
ul.wooc_sclist li a:hover{
    text-decoration: none;
}
ul.wooc_sclist li a img{
    border: 1px solid white;
    max-width: 230px;
    width: 100%;
}
ul.wooc_sclist li a h3{
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
}
mark.count {
    display: none;
}

.prod-meta{
    font-weight: bold;
    margin-top: 10px;
}
.prod-meta p a{
    text-decoration: underline;
}
.sp-share p{
    display: inline-block;
}
.sp-share .addtoany_shortcode{
    display: inline-block;
    margin-left: 15px;
}

.sp-content a.hp-price{
    font-size: 18px;
}
.sp-content a.hp-price:hover{
    text-decoration: none;
}
.sp-content select {
    clear: both;
    float: left;
    display: block;
    margin: 20px 0 30px 0;
    width: 100%;
    max-width: 300px;
}

.sp-price{
    display: inline-block;
}
.quantity {
    display: inline-block;
    
}
.p-quant{
    margin-left: 30px;
    font-weight: bold;
    font-size: 18px;
}
.sp-content button.greenbutton{
    display: inline-block;
    float: right;
}

.sp-rproducts {
    padding-top: 50px;
}
.related .grid-25 {
    text-align: center;
}
.related a.greenbutton{
    margin: 0 0 -40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    padding: 7px 15px;
}


.single-product tr.title {
    background: #e2d3b7 !important;
    font-weight: bold;
}
tr.title td{
    text-align: left;
}
tr.title td h3{
    margin-bottom: 0;
    color: black;
}
.tleft td, .tright td{
    width: auto;
}   
.tleft td.tdeet, .tright td.tdeet{
    max-width: 300px;
}
.tleft td.tinf, .tright td.tinf{
    max-width: 500px
}
td.tinf p{
    margin-bottom: 0;
}

.tright{

    display: inline-block;
}
.single-product th, td{
    border: none;
}
.single-product tbody tr:nth-of-type(odd) {
    background: transparent;
}
.single-product tbody{
    background: white!important;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none !important;
    width: 100% !important;
}


/*------------------------------------*\
    $SUBCATEGORY PRODUCT ARCHIVE
\*------------------------------------*/
.sc-products ul.wooc_sclist li{
    max-width: 250px;
    width: 100%;
}
.sc-products ul.wooc_sclist li p, .sc-products ul.wooc_sclist li span{
    min-height: 35px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: bold;
}
.sc-products ul.wooc_sclist li a img{
    border: 3px solid white;
    max-width: 180px;
    max-height: 200px;
}
.sc-products ul.wooc_sclist li:hover a img{
    border: 3px solid #78a459;
}
.sc-products ul.wooc_sclist li a.hp-price {
    display: inline-block;
    margin: 5px 0;
    font-size: 18px;
}
.sc-products ul.wooc_sclist li a.greenbutton{
    display: inline-block;
    padding: 7px 10px;
        margin-right: 0;
}
.woocommerce div.product .sp-content .stock{
    display: none;
}

/*Disabled, not in season*/
.sc-products ul.wooc_sclist li.disabled h3{
    color: #613942;
}
.sc-products ul.wooc_sclist li.disabled a img{
    opacity: .5; 
}
.sc-products ul.wooc_sclist li.disabled span{
    color: #8e2838;
}


.related.products ul.products a:hover h3 {
    text-decoration: underline;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #613942 !important;
    color: white !important;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.top-footer{
    background-color: #613942;
    color: white;
    padding: 30px 0;
}
span.large-font {
    font-size: 25px;
    font-family: 'Droid Serif', serif;
    padding-top: 12px;
    display: inline-block;
    padding-right: 10px;
}
span.large-font:hover{
    text-decoration: underline;
}
#footer .sb-fleft{
    max-width: 300px;
    width: 100%;
    float: left;
    margin-right: 4em;
    padding-left: 2em;
}
#footer .widget.widget_nav_menu {
    float: left;
    max-width: 175px;
    width: 100%;
    margin: 0 8px;
}
#footer .widget.widget_nav_menu h3{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
        margin-bottom: 15px;
}
#footer .widget.widget_nav_menu ul{
    list-style-type: none;
    margin-left: 0;
}
#footer .widget.widget_nav_menu ul li a{
    color: white;
    display: block;
    padding: 3px 0;
}
.bottom-footer{
    background-color: #35181f;
    color: white;
    text-align: center;
    padding: 15px;
}
.top-footer a, .bottom-footer a{
    color: white;
}
.top-footer a:hover, .bottom-footer a:hover{
    color: white;
}



/*------------------------------------*\
    $MISC
\*------------------------------------*/
hr{
    padding:0;
    border:none;
    height:1px;
    background-color:#ccc;
}
.post a{
    color: #4c98cc;
    text-decoration: underline;
}
a.redbutton{
    background-color: #cc4c4c;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
a.redbutton:hover{
     background-color: #a0c08a;
}
a.greenbutton{
        display: inline-block;
    background-color: #78a459;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 5px 0 20px;
}
.post a.greenbutton{
    text-decoration: none;
}
a.greenbutton:hover{
     background-color: #a0c08a;
}
.woocommerce button.greenbutton.button, input.wpcf7-submit{
    background: inherit;
    border: none;
    background-color: #78a459;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 23px;
    display: inline;
}
.greenbutton.grey{
    background: #cecece;
}
.greenbutton.grey:hover{
    background: #cecece;
}
.clear{
    clear: both;
}
button{
    transition: all 0.5s ease;
}
button:hover, .woocommerce button.greenbutton.button:hover{
    cursor: pointer;
    background-color: #a0c08a;
}

.gplus{
    background: url(images/gplus.png) left center no-repeat;
    padding-left: 40px;
    height: 30px; 
    display: block;
    margin-bottom: 10px;
}

.pinterest{
    background: url(images/pinterest.png) left center no-repeat;
    padding-left: 40px;
    height: 30px; 
    display: block;
    margin-bottom: 10px;
}
.twitter{
    background: url(images/twitter.png) left center no-repeat;
    padding-left: 40px;
    height: 30px; 
    display: block;
    margin-bottom: 10px;
}
.youtube{
    background: url(images/youtube.png) left center no-repeat;
    padding-left: 40px;
    height: 30px; 
    display: block;
    margin-bottom: 10px;
}
.facebook{
    background: url(images/facebook.png) left center no-repeat;
    padding-left: 40px;
    height: 30px; 
    display: block;
    margin-bottom: 10px;
}


input.searchbar{
    background: white;
    padding: 5px 15px;
    border: 1px solid #cecece;
}
input#searchsubmit {
    background: url(images/lupa.png) #ffffff center center no-repeat;
    border: 1px solid #cecece;
    padding: 11px 15px;
    margin-left: -5px;
    height: 34px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child{
    display: none;
}
table{
    background: white;
}
.p-arch table{
    background: white;
}
th {
    background: white;
}
.p-arch th {
    background: white;
}
td.tdleft:first-child{
    border-right: 1px solid #cecece;
}


/*Sidebar*/
#sidebar.page-sb{
    text-align: right;
}
#sidebar.page-sb h3{
    border-bottom: 3px solid #8e2838;
    margin-top: 18px;
}
#sidebar.page-sb ul{
    list-style-type: none;
    margin-left: 0; 
}

#sidebar.page-sb ul li{
    display: block;
    border-bottom: 1px solid #cecece;
    padding: 8px 0;
}
#sidebar.page-sb ul li a{
    display: block;
    font-size: 16px;
}
.sb-social a {
    margin: 15px 10px;
    display: block;
}
.sb-social a img {
    vertical-align: middle;
    padding-left: 5px;
}


input.wpcf7-text {
    border: 1px solid #cecece;
    padding: 3px 8px;
}
textarea.wpcf7-textarea{
    border: 1px solid #cecece;
}
select.wpcf7-select{
    border: 1px solid #cecece;
}
div.wpcf7-response-output {
    clear: both;
}
body.single-product.woocommerce .onsale{
    display: none !important;
}
.sp-content span.sku_wrapper, .sp-content span.posted_in {
    display: none;
}

/*Woocommerce misc*/
table.wccpf_fields_table tbody {
    background-color: #fdf4e3;
}
.woocommerce.single-product div.product form.cart table.variations {
    width: auto;
}
.woocommerce.single-product table.variations tbody tr{
    background-color: #fdf4e3;
}
.woocommerce.single-product div.product form.cart .reset_variations{
    display: none;
}
.woocommerce div.product form.cart .variations select{
    margin: 0 !important;
}

.img-crop {
    max-width: 186px;
    height: 175px;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid white;
}
.img-crop:hover{
     border: 3px solid #78a459;
}
.sc-products ul.wooc_sclist li .img-crop a img, 
ul.wooc_sclist li .img-crop a img, 
.archive.woocommerce ul.products li.product a img,
.woocommerce .related img, 
.woocommerce-page .related img,
.featured-products img{
    width: 100%;
    max-width: initial;
    min-width: 185px;
    max-height: initial;    
    height: 175px;
    border: 0;  
    object-fit: cover;
}
.woocommerce-variation-availability {
    display: none;
}
.wp-pagenavi {
    margin: 10px 0;
}
.search-img {
    float: left;
    clear: both;
    max-width: 200px;
    width: 100%;
    margin-right: 20px;
}

/*contant contact*/
.newsletter .ctct-custom-form .Button{
    display: inline;
    width: auto;
}
.newsletter .ctct-custom-form input[type="text"] {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    padding: 3px 45px 5px 8px;
    margin-bottom: 10px;
}
.newsletter .ctct-custom-form button.Button  {
    margin-left: -50px;
    padding: 8px 20px;
    background-color: #4c98cc;
    color: white;
    border: 1px solid white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
}
.newsletter span#success_message {
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}


#header ul.menu li:hover ul.sub-menu ul.sub-menu{
    border: 0;
}
.sc-products ul.wooc_sclist li del{
    opacity: .6;    
}
.sc-products ul.wooc_sclist li del span{
    display: inherit;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.mobile{
    display: none;
}
html #slider2_container .reslide_slides img {
    width: 100% !important;
}
.single-product tbody {
    background: #fdf4e3;
}
.woocommerce div.product form.cart table.mnm_table {
    background: #fdf4e3;
}
.woocommerce div.product form.cart table.mnm_table th{
    background: #fdf4e3;
}
.postid-5983 .woocommerce-tabs.wc-tabs-wrapper, .postid-6023 .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.postid-5983 .sp-content, .postid-6023 .sp-content {
    position: relative;
    padding-top: 133px;
}
.mnm_button_wrap {
    position: absolute;
    top: 0;
    left: 0;
}
.postid-5983.woocommerce .mnm_button_wrap .quantity .qty, .postid-6023.woocommerce .mnm_button_wrap .quantity .qty{
    display: none;
}
.catalog-text {
    color: #dadada;
    font-size: 16px;
    max-width: 350px;
    width: 100%;
    margin: -25px auto 0;
    text-align: center;
}
.catalog-text *{
    color: #333333;
    font-size: 18px;
}
.catalog-text h2{
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 22px;
}
.term-description {
    margin-bottom: 30px;
}

/*-------------Mobile Responsiveness-------------*/
@media screen and (max-width: 1400px){
    #header ul.menu li.subright-vp:hover ul.sub-menu{
        left: initial;
        right: 0;
    }
    #header ul.menu li.subright-vp:hover ul.sub-menu li{
        float: right;
    }
}
@media screen and (max-width: 1200px){
    #header ul.menu li.subright:hover ul.sub-menu{
        left: initial;
        right: 0;
    }
    #header ul.menu li.subright:hover ul.sub-menu li{
        float: right;
    }
    .top-footer {
        padding: 30px 20px;
    }
    #footer .widget.widget_nav_menu#nav_menu-5 {
        max-width: 100%;
        width: 100%;
        float: left;
        clear: both;
    }
    #footer .widget.widget_nav_menu#nav_menu-5 ul li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 15px;
    }
    #footer .widget.widget_nav_menu#nav_menu-5 h3 {
        border-bottom: 2px solid white;
    }

}
@media screen and (max-width: 1074px){
    #header ul.menu li.subright-vp:hover ul.sub-menu{
        left: 0;
        right: initial;
    }
    #header ul.menu li.subright-vp:hover ul.sub-menu li{
        float: left;
    }
}
@media screen and (max-width: 1000px){
    #footer .widget.widget_nav_menu#nav_menu-4 {
        max-width: 100%;
        width: 100%;
        float: left;
        clear: both;
    }
    #footer .widget.widget_nav_menu#nav_menu-4 ul li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 15px;
    }
    #footer .widget.widget_nav_menu#nav_menu-4 h3 {
        border-bottom: 2px solid white;
    }
}
@media screen and (max-width: 960px){
    .menu-mainmenu-container {
        display: none;
    }
    .mobile{
        display: block;
        margin-bottom: 54px;
    }
    .mobile button#responsive-menu-button {
        width: 100%;
        position: absolute;
        top: initial;
        right: 0%;
        background: #78a459;
        text-align: right;
        padding-right: 20px;
    }
    .mobile .responsive-menu-label{
        font-size: 16px;
    }
    .mobile #responsive-menu-container {
        width: 50%;
        z-index: 333333;
    }
    .mobile button#responsive-menu-button:hover {
        background: #78a459;
    }
}
@media screen and (max-width: 900px){
    input.wpcf7-text {
        border: 1px solid #cecece;
        padding: 3px 8px;
        max-width: 225px;
        width: 100%;
    }
    textarea.wpcf7-textarea{
        border: 1px solid #cecece;
        max-width: 225px;
        width: 100%;
    }
    select.wpcf7-select{
        border: 1px solid #cecece;
        max-width: 225px;
        width: 100%;
    }
}
@media screen and (max-width: 820px){
    #footer .widget.widget_nav_menu#nav_menu-3 {
        max-width: 100%;
        width: 100%;
        float: left;
        clear: both;
    }
    #footer .widget.widget_nav_menu#nav_menu-3 ul li {
        display: inline-block;
        margin-right: 25px;        
        margin-bottom: 15px;
    }
    #footer .widget.widget_nav_menu#nav_menu-3 h3 {
        border-bottom: 2px solid white;
    }
}
@media screen and (max-width: 720px){
    #header{
        position: relative;
    }
    .header-bg{
        height: auto;
        text-align: center;
    }
    #header h1 {
        max-width: 100%;
        width: auto;
        line-height: 35px;
        margin: 0 0 20px 0;
    }
    

    .hp-slider {
        display: inline;
        height: auto;
        margin: 0;
    }
    .grid-5.right-slider{
        height: auto;
            padding-top: 25px;
    }
    .right-slider a.cta-shipping {
        display: block;
        clear: both;
    }
    .home #slider2_container {
        margin: 0 auto !important;
        float: none !important;
    }
    .right-slider a.cta-shipping{
        margin: 0 auto;
    }
    .fproduct-title h2 {
        margin: 20px 10px;
        text-align: center;
    }
    .prod-wrap {
        text-align: center;
    }
    .prod-wrap a.greenbutton{
        float: none !important;
        margin-bottom: 0;
    }

    .grid-5.hp-thumbnail {
        display: none;
    }

    .testimonial-content {
        margin: 30px 0 0;
    }

    #footer .sb-fleft {
        max-width: 100%;
        width: 100%;
        float: none;
        margin-right: 0;
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    #footer .widget.widget_nav_menu#nav_menu-2 {
        max-width: 100%;
        width: 100%;
        float: left;
        clear: both;
    }
    #footer .widget.widget_nav_menu#nav_menu-2 ul li {
        display: inline-block;
        margin-right: 18px;        
        margin-bottom: 15px;
    }
    #footer .widget.widget_nav_menu h3 {
        border-bottom: 2px solid white;
    }


    /*woocommerce*/
    .grid-3.prod-meta {
        text-align: center;
    }
    .grid-9.sp-content {
        text-align: center;
    }
    .woocommerce.single-product div.product form.cart table.variations {
        width: 100%;
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
    .single_variation_wrap {
        max-width: 171px;
        width: 100%;
        margin: 0 auto;
    }
    td.tdleft:first-child {
        border-right: 0;
    }
    tr:nth-of-type(2) td {
        float: left;
    }
}
