/* HTML Tag Redefinition */
html {/*height: 100%;*/ overflow-y: scroll;} 
body {background-image: url("/themes/BerryPlantsTheme/images/11h.JPG"); background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; /*background: #E6E6E6/*#A8ECA8*/; padding: 0px; margin: 0px;}
img {border: 0px}
a { cursor:pointer}

fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */
#page{ max-width:1000px; margin: 0 auto; text-align:left;}
#page #Header{} 
#HeaderContent{max-width:1000px; margin: 0 auto; padding-top: 20px; border-top-left-radius: 10px; border-top-right-radius: 10px; clear: both; margin: 0 auto; overflow: auto; margin-top: 30px;}
#HeaderContentTop{float: left; width: 100%; background-color: #FFFFFF; border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 20px 20px 0 20px; box-sizing: border-box;}
#HeaderLogo{float: left; width: 45%; padding: 0px 80px 20px 0px; box-sizing: border-box;}
#HeaderAssociatesLogo-Container{float: left; width: 32%; padding-top: 15px; box-sizing: border-box;}
#HeaderAssociatesLogo-text{float: left; width: 100%; box-sizing: border-box;}
#HeaderAssociatesLogo-text p {font-size: 12px !important;}
#HeaderAssociatesLogo{float: left; width: 60%; box-sizing: border-box; padding: 0px 0 20px 0px;}
#HeaderAssociatesLogo2{float: left; width: 40%; box-sizing: border-box; padding: 0px 0 20px 0px;}
#HeaderAssociatesLogo img{padding: 10px 10px 0 10px;}
#HeaderAssociatesLogo2 img{padding: 10px 10px 0 10px;}
#HeaderContact{float: left; width: 23%; box-sizing: border-box; text-align: right; padding-top: 15px;}
#HeaderContact p {font-size: 18px !important;}
#HeaderContact:after{visibility: hidden; display: block; content: ""; clear: both; height: 0;}
#HeaderNav{float: left; width: 100%; background-color: #387538;}
#HeaderNav li {float: left; list-style: none; padding: 5px 19px 5px 19px; background-color: #387538; font-size: 13px; color: #FFF !important;}
#HeaderNav li a {color: #FFF !important; text-decoration: none;}
#HeaderNav li:hover {background-color: #539253;}
#HeaderNav li:last-child{padding: 5px 27px 5px 19px;}
ul {-webkit-padding-start: 0px; -webkit-margin-before: 0em; -webkit-margin-after: 0em;}
#Search {float: right; width: 23%; box-sizing: border-box; text-align: left; padding: 10px 0 10px 0;}
#Search h3 {display: none;}
#Search input:not([type=submit]) {width: 155px;}

#page #central{clear: both; max-width:1000px; margin: 0 auto; background-color:#FFFFFF; padding: 0px 0px 20px 0px; min-height: 500px;}
#page #central #body{ float:none; max-width:1000px; margin: 0 auto; padding-left: 0px !important; padding-right: 0px !important; }
#page #central #body-lower{ float: none !important; max-width:1000px; margin: 0 auto; background-color:#FFFFFF; margin-top: 20px; padding: 0px 0px 0px 0px}
#page #central #body-full{ float: none !important; max-width:1000px; margin: 0 auto; background-color:#FFFFFF; margin-top: 0px; padding: 0px 10px 0px 10px !important; min-height:450px;}
#page #central #body-full-no-subtext{ float: none !important; max-width:1000px; margin: 0 auto; background-color:#FFFFFF; margin-top: 0px; padding: 0px 10px 0px 10px !important; min-height:569px;}
#page #central #body-contact{ float: none !important; max-width:1000px; margin: 0 auto; background-color:#FFFFFF; margin-top: 0px; padding: 0px 10px 0px 10px !important;}

#page #pagecontainer {position: relative; width:100%; float: left; background-color: #99E899;}
#page #pagecontainer #LeftMenuContainer {position:relative; width: 100%; float: left;}
#page #pagecontainer #LeftMenuContainer #LeftMenuWhite{
    /*max-width: 333px; */
    width: 50%;
    float: left; 
    background-color:#FFFFFF; 
    overflow: hidden;

    
}

#page #pagecontainer #LeftMenuContainer #LeftMenuWhite.box-1 {
 
    border-top: 4px solid white;
    border-right: 2px solid white;
    border-bottom: 4px solid white;
    border-left: 4px solid white;
    box-sizing: border-box;
}

.menuBannerContainer {
    background-size: cover;
    width: auto;
    min-height: 112px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menuBannerContainer:hover {
    transform: scale(1.1);
}

.menuBannerContainer.strawberries {
    background-image: url('/themes/BerryPlantsTheme//images/strawberries.png');
}

.menuBannerContainer.raspberries {
    background-image: url('/themes/BerryPlantsTheme//images/raspberries.png');
}

.menuBannerContainer a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
}

.menuBannerContainer:hover a {
    color: white;
}


.menuBannerContainer a .menuBannerHeading {
    font-size: 44px;
    font-size: clamp(22px, 4vw, 44px);
    letter-spacing: normal;
    transition: all 1.4s ease;
}

.menuBannerContainer:hover a .menuBannerHeading {
    letter-spacing: 2px;
}

#page #pagecontainer #LeftMenuContainer #LeftMenuWhite:nth-of-type(2n){
    /*max-width: 334px;*/
    width: 50%;
}

#page #pagecontainer #LeftMenuContainer #LeftMenuWhite.box-2 {
 
    border-top: 4px solid white;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    border-left: 2px solid white;
    box-sizing: border-box;
}


#page #pagecontainer #LeftMenuContainer #LeftMenu{width:100%; float: left; min-height: 100%;}
#page #pagecontainer #LeftMenuBodyContainer {position:relative; float:left; width: 100%; background-color:#FFFFFF; padding: 0 0 0 0; }
#page #pagecontainer #LeftMenuBodyContainer #Slideshow {}
#BodyContainer {position: relative; clear: both; width: 100%; box-sizing: border-box; background: #FFFFFF; min-height:600px; padding: 20px;}
#BodyContainer:after{visibility: hidden; display: block; content: ""; clear: both; height: 0;}
#LeftMenuBody{position:relative; float: left; width: 100%; box-sizing: border-box; min-height: 100%; padding: 0;}



#page #above_footer_container_full {min-height: 60px; background-color: #FFFFFF; padding-top: 10px;}
#page #above_footer_container {min-height: 60px; background-color: #FFFFFF; margin-bottom: -20px;}
#page #above_footer {max-width:1000px; margin: 0 auto; background-color: #FFFFFF;}

#page #footer{max-width:1000px; margin: 0 auto; box-sizing: border-box; padding:30px 20px 30px 20px; margin-bottom: 20px; clear:both; padding-bottom:30px; font-size:18px; text-align: center; line-height:24px; color: #FFF; background-color:#387538; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; min-height: 150px;}
#page #footer #FooterColumn1 {clear: both; width:25%; float: left; margin: 0 0 0 3%;}
#page #footer #FooterColumn2 {width:26%; float: left; margin: 0 9% 0 9%; }
#page #footer #FooterColumn3 {width:25%; float: left; margin: 0 3% 0 0; }

#page #footer #footertext {text-align: center;}
#page #footer ul.nav-footer{ list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible; float: right}
#page #footer ul.nav-footer li{float:left; padding:2px 0px; margin-bottom: 0px; color:#ffffff; font-size:13px; margin-top:0px }
#page #footer ul.nav-footer li a,#page #footer ul.nav-footer li a:hover{ text-decoration:none; color:#ffffff }

#page #footer #footer-area{margin-top: 10px; margin-bottom: 10px }
#page #footer #footer-area #footer-area-inside{margin-bottom: 12px;}
#page #footer #footer-area img { display: block}
#footer a{color: #FFF;}

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/*** buttons ***/
.button { float: left; }
.button span {display: none}
.button a { float: left; height: 30px; }
.button .special-offers { background-image: url(/themes/BerryPlantsTheme/images/button-special-offer.gif); background-repeat: no-repeat; background-position: left top; width: 199px; }
.button .special-offers.side_bar { background-image: url(/themes/BerryPlantsTheme/images/button-special-offer1.gif); margin-top:55px; }
.button .special-offers:hover { background-position: left bottom; }

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}
div.pageSection { margin-bottom: 10px; }

/* customize_miscellaneous */ /* customize_miscellaneous */
input:not([type=submit]){ width:245px; }
#footertext{color:#333 !important; text-align: right; padding: 0px 0px 0px 0px;}
#footertext a{color:#333 !important; text-align: right;}

