/* Enter Your Custom CSS Here */



/* storefront update 2.0.5 is changing nav hover color to  #ceffeb change back to pink: #f27fb2 */

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, a.cart-contents:hover, .site-header-cart .widget_shopping_cart a:hover, .site-header-cart:hover > li > a, .site-header ul.menu li.current-menu-item > a {
    color: #f27fb2;
}




/*storefront update added lr margins to accommodate new mobile menu navicon 7.18.16*/

.col-full {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0em;
}

/* DROP DOWN MENUS in MAIN NAV - adjust vertical space of sub menu items */
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 0px 1em .2em;
}

ul.sub-menu {
   color: gray;
}


/*MOBILE MENU */

.main-navigation ul li a {
        padding-top: 0;
        padding-right: 1em;
        padding-bottom: 0;
        padding-left: 1.5em;
    display: block;
}
.handheld-navigation {
    background-color: #333;
}

.main-navigation ul.menu ul {
    background-color: #333;
}

/*turn off page icons on navicon menu*/
.main-navigation ul li a::before {
    content: "";
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: .53em;
}





/* OTHER CSS*/


/* two is used on about us &amp; wholesale pages */
a.one:link {color:#ff0000;}
a.one:visited {color:#0000ff;}
a.one:hover {color:#ffcc00;}

a.two:link {color:#97d2b5; text-decoration: underline;}
a.two:visited {color:#603913;}
a.two:hover {color:#97d2b5;}

a.three:link {color:#ff0000;}
a.three:visited {color:#0000ff;}
a.three:hover {background:#66ff66;}


body.woocommerce #primary { width: 100%; }

#top-nav {
float: right;
}

/* to make slider full width*/
.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* breadcrumbs */
.woocommerce-breadcrumb {
    font-size: 0.857em;
    margin-left: 10%;
}

/* remove gray rule that appears above the gallery pro mosaics */
.widget h3.widget-title, .widget h2.widgettitle {
    border-bottom: none;
}

/* WELCOME PAGE - 3 PANELS with BUTTONS */

/*home page 3 panel titles*/
.widget h3.widget-title {
    border: none !important;
}

/* rounded corners on 3 panels &amp; uniform height */
.panel-widget-style { 
  border-radius: 10px;
min-height: 12em;
}





/* FOOTER WIDGETS*/
/*footer widget titles*/

h5 {
  font-family: "AmaticSC-Bold", sans-serif;
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 .4em 0;
  padding: 0
}


/*.block footer-widget-1 {
  margin-left: 2em;
}*/

/* margin left for mobile view*/

#text-3 {
   margin-left: 2em;
}
#text-4 {
   margin-left: 2em;
}
#text-6 {
   margin-left: 2em;
}
#text-7 {
   float: left;
   margin-right: 2em;
  padding-left: 2em;
}



