/*
 * Theme Name:  Sloat Theme
 * Description: Main Styles for
 * Author:      Lion Associates
 * Author URI:  http://lionassociates.com/
 * Version:     1.0.0
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End Meyer reset */

/* Base
 * ========================================================================= */

*,
*:before,
*:after {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.wrapper {
    min-height: 100%;
}
body {
    background-color: #fff;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    background-image: url(img/bg_sloat.jpg);
    background-position: left top;
    background-repeat: repeat;
    font-family: 'PT Sans', sans-serif;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    clear: both;
    *zoom: 1;
}
a {
    background: transparent;
    color: #007A3D;
    text-decoration: none;
}
a:hover {
    color: #007A3D;
    text-decoration: underline;
}

.container {
    min-height: 100%;
}
/* Structural Styles
 * ========================================================================= */

.contentWidth {
    max-width: 1044px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}
form {
    display: block;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
/* Header Styles
 * ========================================================================= */

.topBar {
    width: 100%;
    height: 34px;
    background: #f3f0e3;
    border-bottom: 1px solid #ece9db;
    display: block;
}
.topSearch {
    float: right;
    height: 30px;
    margin: 2px 0;
}
.search-submit {
    width: 36px;
    height: 30px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background-color: #007a3d;
    border: none;
    position: relative;
    z-index: 8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.topBar-search .search-submit {
    cursor: pointer;
    width: 36px;
    height: 30px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background-color: #007a3d;
    border: none;
    position: relative;
    z-index: 8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.topBar-search .search-submit i {
    font-size: 16px;
    line-height: 30px;
    color: white;
}
.search-submit i {
    font-size: 16px;
    line-height: 30px;
    color: white;
}
.topSearch input {
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 0;
    display: inline-block;
    color: #111;
    font-style: italic;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
}
header {
    position: relative;
}
.logoArea {
    height: 165px;
    position: relative;
}
.storeHours {
    color: #007a3d;
    font-size: 19px;
    line-height: 34px;
    font-weight: bold;
    padding-left: 20px;
    left: 8%;
    z-index: 99;
    float: left;
}
.storeHours a {
    color: #007a3d;
    font-size: 19px;
    line-height: 34px;
    font-weight: bold;
    padding-left: 20px;
    display: inline-block;
    position: absolute;
    left: 8%;
    top: 79px;
    z-index: 99;
    font-family: 'PT Sans', sans-serif;
}
.storeHours i {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    line-height: 34px;
    display: block;
}
.logo {
    width: 200px;
    height: 123px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.logo img {
    width: 100%;
    height: auto;
}
.newsletter {
    position: absolute;
    top: 40px;
    right: 0px;
    padding: 38px 48px 10px 0;
    background-image: url(img/newsletter-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.newsletter h3 {
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    color: #007a3d;
    font-family: 'PT Sans Narrow', sans-serif;
}
.newsletter form {
    margin: 0;
    position: relative;
}
.newsletter form input[type="submit"] {
    background: #007a3d;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    border-top: 2px solid #02984d;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PT Sans Narrow', sans-serif;
}
.newsletter form input[type="text"] {
    color: #aeaeae;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.placeholder {
    height: 200px;
    background: transparent;
}
.placeholder input {
    padding: 0;
}

/* Menu Styles
 * ========================================================================== */
 .toggleMenu {
     display: none;
     padding: 10px 15px;
     color: #fff;
 }

@media only screen and ( max-width: 55em ) {
  .toggleMenu { display: inline-block; }
}

 .menu {
     list-style: none;
     *zoom: 1;
     z-index: 1100;
 }
 .menu:before,
 .menu:after {
     content: " ";
 }
 .menu:after {
     clear: both;
 }
 .menu ul {
     list-style: none;
     background: white;
     position: absolute;
     top: 100%;
     left: 0;
     width: 280px;
     padding: 22px 0 22px 22px;
     z-index: 999;
     box-shadow: 0 2px 2px 0 #222222;
     box-sizing: border-box;
 }
 .menu a {
     padding: 10px 15px;
     color: #fff;
     text-decoration: none;
 }

 .menu a[href="#"] {
   cursor: default;
 }

 ul.menu > li > a {
     padding: 10px 0;
     height: 30px;
     line-height: 30px;
     border-left: none;
 }
 ul.menu > li > ul > li {
     border-bottom: 1px solid #ccc;
 }
 .menu li {
     position: relative;
 }
 .menu > li {
     float: left;
     margin-top: 0.4px;
 }
 .menu > li > .parent {
     background-repeat: no-repeat;
     background-position: right;
 }
 .menu > li > a {
     display: block;
 }
 .menu li ul {
    display: none;
 }
 .menu > li:hover > ul {
    display: block;
 }
 .menu > li > a:hover {
     background: #175a32;
 }
 nav > .menu > li > a {
     display: block;
     height: 43px;
     line-height: 43px;
     font-size: 19px;
     padding: 0 22px;
     border-left: 1px solid #175a32;
     font-family: 'PT Sans Narrow', sans-serif;
 }
 .menu > li > ul > li > a {
     padding-left: 0;
 }
 .menu > li > ul > li > a:hover {
     color: #175a32;
     cursor: pointer;
 }
 ul.menu > li > ul > li > a {
     position: relative;
     z-index: 100;
     color: #007a3d;
 }
 nav.header-nav ul.menu a {
     font-size: 19px;
     font-family: 'PT Sans Narrow', sans-serif;
 }
 ul.social {
     margin: 0 12px 0 0;
     padding: 0;
     float: right;
     height: 43px;
     list-style: none;
     position: relative;
     bottom: 0px;
 }
 i.fa.fa-caret-down,
 i.fa.fa-bars {
     display: none;
 }
 .header-nav > .menu > li:nth-child(-n+2) {
     display: none;
 }
 ul.menu li .searchform .search-submit {
     background: none;
     position: absolute;
     right: 16px;
     top: 10px;
     height: 40px;
     border: 1px #ccc solid;
     border-left: 0;
     background: #fff;
 }
 ul.menu li .searchform input[type="search"] {
     border: 1px solid #ccc;
     display: block;
     width: 100%;
     height: 40px;
     line-height: 40px;
 }
 .global-search .search-submit {
     width: 36px;
     height: 30px;
     padding: 0;
     display: inline-block;
     vertical-align: top;
     background-color: #007a3d;
     border: none;
     position: relative;
     z-index: 8;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
 }
 .header-nav ul.menu li .searchform .search-submit i {
     color: #007a3d;
     line-height: 40px;
     font-size: 21px;
 }
 .header-nav ul.menu li .searchform {
     float: none;
     clear: both;
     margin: 0;
     height: 60px;
     padding: 10px 16px 20px 0;
     position: relative;
 }
 .global-search input[type="search"] {
     border: none;
     height: 30px;
     line-height: 30px;
     padding: 0;
     display: inline-block;
     color: #111;
     font-style: italic;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
 }
 .is-hidden {
     display: none;
 }
 .bottom-box-shadow {
     -webkit-box-shadow: 0 3px 4px 0 #222222;
     -moz-box-shadow: 0 3px 4px 0 #222222;
     box-shadow: 0 3px 4px 0 #222222;
 }
 .box-shadow-none {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
 }
 @media screen and (max-width: 880px) {
     .active {
         display: block;
     }
     .menu > li {
         float: none;
     }
     ul.menu li {
         border-bottom: none;
         border-top: none;
         padding-left: 20px;
         border-left: none;
     }
     ul.menu li a {
         padding-left: 20px;
         border-left: none;
     }
     nav.header-nav > ul > li > a {
         background-color: white;
         background-position: 95% 50%;
         color: #007a3d;
     }
     .menu > li > a:hover {
         background: white;
     }
     ul.menu > li > ul > li {
         border-bottom: none;
     }
     .menu ul {
         display: block;
         width: 100%;
         box-shadow: none;
         padding: 0;
     }
     .menu > li.hover > ul,
     .menu li li.hover ul {
         position: static;
     }
     .menu li a {
         height: 40px;
         line-height: 40px;
         border-top: 1px solid #007a3d;
         display: block;
         color: #007a3d;
     }
     .sub-menu li a,
     nav.header-nav > ul > li > a {
         border-top: 1px solid #007a3d;
     }
     .menu a {
         padding-top: 0;
         padding-bottom: 0;
         padding: 0 0;
     }
     .menu li ul li {
         padding-left: 20px;
         position: relative;
     }
     nav.header-nav ul.menu a {
         height: 40px;
         line-height: 40px;
         border-top: 1px solid #007a3d;
         display: block;
         padding: 0 0;
         font-size: 16px;
         font-family: 'PT Sans', sans-serif;
     }
     nav.header-nav > a:hover {
         color: white;
         text-decoration: none;
     }
     nav.header-nav {
         background: #007a3d;
         height: 43px;
         border-top: 2px solid #02984d;
         position: relative;
         z-index: 1000;
         display: inline-block;
         width: 100%;
     }
     nav.header-nav ul.menu {
         display: none;
         list-style: none;
         margin: 0;
         padding: 0;
         width: 100%;
         position: relative;
         z-index: 1000;
         background: white;
         border-bottom: 1px solid #007a3d;
     }
     ul.menu li {
         position: relative;
     }
     i.fa.fa-bars {
         color: white;
         font-size: 30px;
         line-height: 43px;
         float: right;
         margin-right: 16px;
         display: inline;
         position: absolute;
         top: 0;
         right: 0;
         display: none;
     }
     i.fa.fa-caret-down,
     i.fa.fa-caret-up {
         position: absolute;
         top: 1px;
         right: 0;
         color: #007a3d;
         font-size: 24px;
         line-height: 40px;
         width: 60px;
         text-align: center;
         cursor: pointer;
         display: block;
     }
     .header-nav .social {
         display: none;
     }
     .header-nav > .menu > li:nth-child(-n+2) {
         display: block;
         width: 100;
     }
     i.fa.fa-bars {
         display: block;
     }
 }
 .header-nav {
     background: #007a3d;
     height: 43px;
     border-top: 2px solid #02984d;
     position: relative;
     z-index: 1000;
     margin: 0;
     padding: 0;
 }
 .contentWidth {
     max-width: 1044px;
     padding-left: 0;
     padding-right: 0;
     margin-left: auto;
     margin-right: auto;
 }

@media only screen and ( max-width: 55em ) {
  .menu {
    box-shadow: 0 3px 3px 0 rgba( 0, 0, 0, 0.75 );
  }

  .menu li ul {
    position: static;
    display: none;
  }

  .menu .fa-caret-down:hover {
    background-color: #eee;
  }
}


/* Footer Styles
 * ========================================================================= */

footer {
    background: #007a3d;
    width: 100%;
    position: absolute;
}
.innerFooter {
    padding: 0 0 300px 0;
}
.footerBorder {
    height: 3px;
    width: 100%;
    background-image: url(img/footer-top-border.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    position: relative;
    left: 0;
    top: -3px;
}
nav.footer {
    padding: 40px 0 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.footer ul.menu-footer {
    margin: 0 35px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
}
.site-footer ul.menu-footer a {
    color: white;
    font-size: 13px;
    text-shadow: 0 1px 0 #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 145px;
    display: block;
}
.site-footer ul.menu-footer > li ul.sub-menu {
    margin: 8px 0 30px;
}
.site-footer ul.menu-footer > li {
    float: left;
    margin-right: 40px;
}
.site-footer .footer-inner {
    position: relative;
    padding: 0 0 32px;
}
.footer ul.menu-footer > li {
    float: left;
    margin-right: 40px;
}
.footer ul.menu-footer > li ul.sub-menu-footer {
    margin: 8px 0 30px;
}
.menu-footer .footer-header {
    color: white;
    text-shadow: 0 1px 0 #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 145px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.footer ul.social {
    color: white;
    height: auto;
    margin: 0 80px 0 0;
}
ul.social {
    margin: 0 12px 0 0;
    padding: 0;
    display: inline-block;
    float: right;
    height: 43px;
    list-style: none;
}
.footer ul.social > li {
    float: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
ul.social li a {
    color: white;
    display: block;
    height: 43px;
    line-height: 43px;
    margin-left: 2px;
    padding: 0 4px;
    font-size: 19px;
}
.footer ul.social li a {
    margin-left: 0;
    padding: 0;
}
.footer ul.social {
    color: white;
    margin: 0 80px 0 0;
    height: auto;
    float: left;
}
/*.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.footer ul.social .fa-stack-1x {
    color: #007a3d;
    font-size: 1.125em;
}
.footer .locally-owned img {
    margin-top: 20px;
    clear: both;
}
ul.social li {
    float: left;
}
.footer ul.social h3 {
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 1px 0 #000000;
    margin: 0px 0 10px 0;
}
nav.footer .menu-footer li a.footer-header {
    font-size: 18px;
}
.site-footer .innerFooter .copyright {
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 0 40px;
    color: white;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    display: block;
    background: #016533;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.site-footer .innerFooter .copyright a {
    color: white;
    text-decoration: underline;
}
@media only screen and (max-width: 528px) {
    .site-footer .innerFooter .copyright {
        font-size: 11px;
        text-align: center;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 44em) {
    .footer {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 64em) {
    .footer {
        height: auto;
    }
}
@media only screen and (max-width: 64em) {
    nav.footer ul.social {
        margin: 30px 0 70px 0;
        clear: both;
        float: left;
    }
}
.footer .innerFooter .site-info {
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 0 40px;
    color: white;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    display: block;
    background: #016533;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Footer Styles
 * ========================================================================= */

@media only screen and (max-width: 32em) {
    header .logo {
        width: 150px;
        height: 96px;
    }
    nav.footer {
        padding: 40px 0 40px 20px;
    }

    .logoArea {
        height: 125px;
    }
}
@media only screen and (max-width: 55em) {
    .storeHours,
    .newsletter,
    .topBar,
    .newsletter {
        display: none;
    }
}
@media only screen and (max-width: 64em) {
    .footer ul.menu-footer {
        float: left;
    }
}
@media only screen and (max-width: 65.25em) {
    .newsletter {
        right: 20px;
    }
}
.global-search {
    float: right;
    height: 30px;
    margin: 2px 0;
}
@media screen and (min-width: 1050px) and (max-width: 1100px) {
    .topSearch {
        margin: 2px 0 2px 0;
    }
}


@media all and (min-width: 705px) {

	.mylogo {
	    width: 325px;
	    height: 123px;
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
	}
	
}


/* Landscape phone to portrait tablet */
@media (min-width: 513px) and (max-width: 704px)
{

	.mylogo {
	    width: 300px;
	    height: 109px;
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
	}
	
}

/* *********************************************************************************************************************
 * Small devices
 */
@media (min-width: 1px) and (max-width: 512px) {

	.mylogo {
	    width: 250px;
	    height: 96px;
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
	}
}