<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: morse-farm-maple
Description: Child Theme for Premium
Author: BBYTES
Template: premium
*/

@import url("../premium/style.css");
 /* Header Adjustments */

/* BBytes Tweaks ------------------ */

/* Primary Font Color Changes */
p, h1, h2, h3, h4, h5, h6 {
	color: #222222;
}

.star-rating {
  display: none!important;
}

.wpo-header ul li {
    padding: 0 11px;
}

.wpo-footer a {
	color: #fcfcfc;
}
.wpo-footer {
	color: #fcfcfc;
}

.wpo-footer .social.list-unstyled i {
    color: #e9e9e9!important;
}
p {
	color: rgba(0,0,0,.7);
	line-height: 2;
}

.navbar-mega .navbar-nav &gt; li .dropdown-menu ul li a {
	color: #222222;
}

@media(min-width:768px) {
    div.cart_totals {
        width: 63%;
        clear: both;
        float: left;
    }

    div.cart-collaterals .widget {
        position: relative;
        margin-bottom: 18px;
        border: 0px solid transparent;
        padding: 0px;
        display: table;
        width: 100%;
    }

    div.shipping-rates-table {
        float: right;
        width: 30%;
    }

    table.shipping-rate-table {
        margin: 19px 0;
    }
}

header .header-wrap .header-top .hidden-md, header .header-wrap .header-top .hidden-sm, header .header-wrap .header-top .hidden-xs {
    display: block!important;
}

@media screen and (max-width: 767px) {
    header .header-wrap .header-top .categories_searchform {
        display: none!important;
    }

    header .header-wrap .header-top .top-cart {
        position: relative;
        right: -80%;
    }

}

@media screen and (min-width: 767px) and (max-width: 991px) {
    header .header-wrap .header-top .top-cart {
        position: absolute;
        right: 10px;
    }
}

.boxed {
  background: url('') no-repeat #bababa !important;
}

body .stheader-2 .wpo-header{
 background-image: url("/wp-content/themes/premium/images/bg/wood.jpg") ;
 }

 a{
 font-weight:700;
 }

body .header-default .categories_searchform{
width:500px;
}

body .stheader-2 .header-center{
border-right:1px;
}

body .header-default .header-center{
border-left:none;
}

body .stheader-2 .wpo-header .wpo-megamenu{
background:#743416;
}

.logo-in-theme{
padding-top:10px;
}

/* Hide Multiship options from front end */
/* h3#ship-to-different-address {
    display: none;
} */

body #cart {
background-image: url("../premium/images/default/cart-mini.png");
}
body .navbar-mega .navbar-nav &gt; li &gt; a{
	font-size:20px;
	padding: 13px 11px;
}
.menu-top-nav-container {
    width: 1170px;
    max-width: 100%;
    margin: auto;
}
.menu-top-nav-container:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.menu-top-nav-container ul#menu-top-nav li#menu-item-178:after,
.menu-top-nav-container ul#menu-top-nav li#menu-item-179:after {
    content: "|";
    padding-left: 12px;
}

.menu-top-nav-container ul#menu-top-nav li {
    display: inline-block;
    padding-right: 9px;
    text-transform: uppercase;
}

.menu-top-nav-container ul#menu-top-nav li#menu-item-181{
	float: right;
}

ul#menu-top-nav {
    padding-top: 7px;
    padding-left:0;
}



   /* Footer Adjustments */

 body .wpo-footer .footer-middle .wpb_column:before{
  border-right:none;
  height:0;
  }

 body .wpo-copyright{
 background-image: url("/wp-content/themes/premium/images/bg/wood.jpg") ;
 color:black;
 }


    /* body Adjustments */

.home .wpo-mainbody{
 background-image:url("/wp-content/uploads/2015/07/86897010.png");
 background-repeat: inherit;
 }


.boxed &gt; .wpo-wrapper{
-webkit-box-shadow: 0 4px 6px 1px #B5B5B5;
box-shadow: 0 4px 6px 1px #B5B5B5;
}

body {
	color: #222222;
}

/****** Overwrite style element on each div containing recipe on recipe page ******/

body.page-id-15 div.item {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
}

/******* Formatting shop page for Vermont Maple Syrup so the grid doesn't break *****/

.products-layout .product {
    height: 334px;
}

.product-grid .name {
    height: 55px;
    overflow: hidden;
}

.author-about {
    display:none;
}
.stheader-2 .wpo-header .header-wrap .top-cart {
    padding: 34px 0 34px 34px;
}

@media(max-width: 500px) {
	.menu-top-nav-container ul#menu-top-nav {
		padding-left: 10px;
		padding-right: 10px;
	}
	.menu-top-nav-container ul#menu-top-nav li#menu-item-181 {
		float: left;
	}
}
.woocommerce-page .button{
	padding:10px;
}
#wpo-content .h2-link{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4286;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
	    color: #fff;
    background-color: #f57c21;
    border: 0px solid #f57c21;
    -webkit-box-shadow: 0 -4px 0 -1px #ce5901 inset;
    box-shadow: 0 -4px 0 -1px #ce5901 inset;
}

@media (max-width: 767px) {
    footer div.wpo-contact-info.widget.style-1 {
        margin-top: 10px;
    }
}

/*  slider button fix */
div#rev_slider_1_1 .tp-leftarrow {
	margin-left: 0;
}

div#rev_slider_1_1 .tp-rightarrow {
	margin-right: 8px;
}
/*  end slider button fix */

/* single page fix */
.single-product .product-info .price {
	color: #222222;
}
body.single div.woocommerce-tabs ul.woocommerce-tab-product-info {
	position: relative;
	overflow: hidden;
	border-top: 3px solid #f57c21;
	color: #fff;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	background: #333333;
}

body.single div.woocommerce-tabs .tab-content {
	margin: 0;
	padding: 13px;
}

body.single div.woocommerce-tabs {
	padding: 0;
}

body.single div.woocommerce-tabs ul.woocommerce-tab-product-info li {
	margin-left: 15px;
}

body.single div.woocommerce-tabs li.additional_information_tab a,
body.single div.woocommerce-tabs li.description_tab a {
	color: #fff;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.4rem;
	text-decoration: none;
	padding-left: 0;
	padding-right: 0;
}

body.single div.woocommerce-tabs li.active a {
	border-bottom: 5px solid #f57c21;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 7px;
}

body.single div.woocommerce-tabs div.tab-pane h2 {
	display: none;
}
/* end single page fix */

/* Shop Page Message Styles */
.woocommerce .woocommerce-message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #98b552;
  border-color: #98b552;
  color: #fff;
}
/* WooCommerce Breadcrumbs */
.breadcrumb, .breadcrumb a {
	color: #222222;
}

/* fixing styles in cart dropdown */
.cart_list h3.name {
    display: inline-block;
}

.cart_list h3.name a {
    display: inline;
}

.cart_list h3.name a img {
    display: inline-block;
    /* float: left; */
    margin-right: 15px;
}

/* fixing layout of checkout page */

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	display: table;
	width: 48%;
}

body.woocommerce-checkout #customer_details .col-1 {
	float: left;
}

body.woocommerce-checkout #customer_details .col-2 {
	float: right;
}

body.woocommerce-checkout form.checkout &gt; h3 {
	clear: both;
}

/* fixing state dropdown on mobile */

@media (max-width: 450px) {
    #customer_details .col-md-6 + .col-md-6,
    #ship-to-different-address {
        clear: both;
    }

    #ship-to-different-address {
        margin-top: 5px;
    }

    body.woocommerce-checkout #customer_details .col-1,
    body.woocommerce-checkout #customer_details .col-2 {
        width: 100%;
        float: none;
    }

}

/* Centering Newsletter Popup Subscribe button */

#gform_4 &gt; div.gform_footer.top_label {
    text-align: center;
}

/* Centering the CAPTCHA */
#input_4_2 &gt; div {
    margin: auto;
}

/* Override for Product Info */
.single-product .product-info .summary .product_meta &gt; div a, .single-product .product-info .summary .product_meta &gt; div {
	color: #222222;
}
.btn-link, .single-product .product-info .compare, .single-product .product-info .wish {
	color: #222222;
}</pre></body></html>