/*
Theme Name: Canvas Child
Description: Sample Child Theme
Author: WooThemes
Template: canvas
Version: 1.0
*/

/*@import url("../canvas/style.css");*/

/*

INSTRUCTIONS:

You need to change 'canvas' to the name to parent theme folder.

Please use the supplied custom.css for your customizations. 
This file should not have any CSS in it.

*/

/* Custom.css with notes */

/* all pages and sizes */

  /* Header Elements Positioning and Styling */
  
  /*
Code by Creative Punch
 http://creative-punch.net/2014/02/create-css3-post-it-note/#comments
Create a CSS3 post-it note without images
*/

@import url(//fonts.googleapis.com/css?family=Satisfy);

#af-form-81223985, #af-form-81223985 .quirksMode, .af-form {
	margin: 0px !important;
  max-width: 100% !important;
}

.af-header p {
  text-align: left !important;
}

#returning_customers {
  color: red;
  font-size: 12px;
}

.quote-container {
  margin-top: 0px;
  position: relative;
  right: -90px;
}

.note {
  color: #333;
  position: relative;
  width: 181px;
  margin: 0 auto;
  padding: 17px;
  font-family: Satisfy;
  font-size: 16px;
  box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
  z-index: 1;
}

.note .author {
  display: block;
  margin: 10px 0 0 0;
  text-align: right;
}

.yellow {
  background: #eae672;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.pin {
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 2;
}

.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
              inset 3px 3px 3px hsla(0,0%,100%,.2),
              inset -3px -3px 3px hsla(0,0%,0%,.2),
              23px 20px 3px hsla(0,0%,0%,.15);
  content: '';
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}

.pin:before {
  background-color: hsla(0,0%,0%,0.1);
  box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
  content: '';
  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}

  
#header {
  padding-top: 2em !important;
  width: 100% !important;
  overflow: hidden;
}

#logo .site-description {
  display: none;
} 
#logo .site-title {
  margin-top: 15%;
}
.header-widget {
  position: relative;
  width: auto;
  z-index: 99;
}
.header-widget #text-9 {
  display: inline-block;
  position: relative;
}
.header-widget #text-9 {
  margin: 15px 0px 0px !important;
  padding: 20px 0px 0px !important;
}
.header-widget #text-9 h3 {
  padding-bottom: 5px !important;
}
.header-widget .woocommerce h3 {
  border-bottom: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#woocommerce_product_search-5.widget {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}

#logo-icon {
  text-align: center;
}

/* Remove Breadcrumb Title */
.breadcrumb-title {
display: none;
}

/*Remove Breadcrumb from Homepage */
.home .breadcrumb {
  display:none;
}


/* Bold Telephone Number */
#tel { 
 font-size: 24px;
 font-weight: 700;
}

.woocommerce-ordering {
	display: none;
}

.gridlist-toggle {
	display:none;
}

.products .product-category li {
	width: 50px;
}	
.product img {
  min-height: 150px;
}

/* Product Categories "Blue Box" */
#woocommerce_product_categories-4 {
  background: #04ACF3;
  padding: 1em 0 1em 1.5em; 
}    
#woocommerce_product_categories-4 h3 {
  display: none;
}    
#woocommerce_product_categories-4 ul,  #woocommerce_product_categories-4 li {
  list-style-type: none;
}
#woocommerce_product_categories-4 li a {
  color: #fff;
  font-weight: bold;
}

/*Blue Top Nav Bar */
#top {
    background: #04ACF3;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: -0.2em !important;
}
#top .col-full {
  z-index: inherit;
} 
#top a {
  color: #FFF !important;
  font-weight: bold !important;
}
#top ul.nav li.current-menu-item a {
    background: #04ACF3 !important;
}
#top-nav {
  float: right;
}

/* Reduceside padding in main nav to prevent wrapping */
ul#main-nav li a {
  padding: 0.5em 0.7em;
}

  /* Remove Mail Icon From Main Nav */
.side-nav .sub-email {
 display: none;
}

/* Remove Search Icon From Main Nav */
.side-nav .nav-search {
 display: none;
}

/* Social Icons align left */
#connect .social {
  text-align: left;
}


/* breakpoints for product descriptions */

/* Product Page */
#product_backbutton_div {
  padding-bottom:20px;
}	

#product_backbutton_a {
  font-size: 24px;
  font-weight: 500;
}	

.products li.product:hover {
  opacity: 0.5;
}

  
  
/* Related Products
	force h3 titles to be 3 lines tall */			
.related .products h3 {
	height: 76px;
}
/* img height: 150px; */
.related .products img {
	height: 150px;
}

/* Checkout Screen */ 
.woocommerce-billing-fields h3 {
  display: block;
}

/* parent theme specific overrides */
@media only screen and (min-width: 980px) {
  #navigation .menus.nav-icons-2.cart-extended #main-nav {
    margin-right:2em !important;
  }
}
@media only screen and (min-width: 768px) {
  #logo {
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-top: 48px;
  } 
  #navigation .menus.nav-icons-2.cart-extended #main-nav {
    margin-right:2em !important;
  }
}
@media only screen and (max-width: 830px) {
  ul#main-nav li a {
    padding: 1em 0.36em !important;
  }
}

/* Desktop Screens */	
@media only screen and (min-width: 1000px) {
  .products h3 {
    height: 56px;
  }

  .products p {
    height: 170px;
  }

    /* Sub menu 2 column */
  .sub-menu {
    width: 410px !important; 
  }
  /* 
  #navigation .sub-menu-columns ul.sub-menu li:hover {
    background: #FFF; 
  }
  #navigation .sub-menu-columns ul.sub-menu a:hover {
    background: #FFF; 
  }
  */
  .sub-menu-columns ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 200px;
  }
  .sub-menu-columns ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
  }
  .sub-menu-columns ul.sub-menu li:nth-child(even) {
    float: right;
  }
}
@media only screen and (min-width: 999px) and (max-width: 1099px) {
  .quote-container, #harveyAlert {
    display: none;
  }  
}
@media only screen and (min-width: 768px) and (max-width: 999px) {  
  .quote-container, #harveyAlert {
    display: none;
  }  

	.products h3 {
      height: 76px;
  }
	
	.products p {
      height: 210px;
  }
	
  #logo-icon {
    text-align: center;
  }
  /* Sub menu 2 column */
	.sub-menu {
	  width: 410px !important; 
	}
	#navigation .sub-menu-columns ul.sub-menu li:hover {
	  background: #FFF; 
	}
	#navigation .sub-menu-columns ul.sub-menu a:hover {
	  background: #FFF; 
	}
	.sub-menu-columns ul.sub-menu li {
	  display: inline-block;
	  float: left;
	  width: 200px;
	}
	.sub-menu-columns ul.sub-menu li:nth-child(odd) {
	  float: left;
	  margin-right: 10px;
	}
	.sub-menu-columns ul.sub-menu li:nth-child(even) {
	  float: right;
	}
}
	
	
/* Mobile Screen Sizes */
	
 
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .quote-container, #harveyAlert {
    display: none;
  }

  .demo_store {
    display: none;
  }
 
  .quote-container {
    margin-top: 80px;
  }
  .products p {
    height: 126px;
  }
  .products h3 {
    height: 56px;
  }
 
  .header-widget {
    padding-left: 20px;
    margin-top: 0px;
    /*float: left;*/
  }
 
  .header-widget #text-9 {
	  padding-top: 0px !important;
  }
 
  .nav-toggle {
	  background: #04ACF3;
  }
 
  #logo {
    padding-left: 50px;
  }
 
  #logo-icon {
    text-align: left;
  }
 
  #header {
    /*margin-left: 150px;*/
    padding-top: 0em !important;
  }

  #inner-wrapper {
    padding: 0 1em !important;
  }
 
     /* Sub menu 2 column */
	.sub-menu {
	  width: 410px !important; 
	}
	#navigation .sub-menu-columns ul.sub-menu li:hover {
	  background: #FFF; 
	}
	#navigation .sub-menu-columns ul.sub-menu a:hover {
	  background: #FFF; 
	}
	.sub-menu-columns ul.sub-menu li {
	  display: inline-block;
	  float: left;
	  width: 200px;
	}
	.sub-menu-columns ul.sub-menu li:nth-child(odd) {
	  float: left;
	  margin-right: 10px;
	}
	.sub-menu-columns ul.sub-menu li:nth-child(even) {
	  float: right;
	}
 
}

@media only screen and (min-width: 415px) and (max-width: 639px) {
  .quote-container, #harveyAlert {
    display: none;
  }  
  .demo_store {
   display: none;
  }
  
   .quote-container {
  margin-top: 80px;
 }
  
  .products p {
    height: 210px;
  }
  
 .products h3 {
   height: 76px;
 }
 
  .header-widget {
    padding-left: 20px;
    margin-top: 0px;
	 /*float: left;*/
/*	 margin: 0 0;
   padding-top:20px;
	 width: 250px;*/
 }
 
 .header-widget #text-9 {
  padding-top: 0px !important;
	 /*   padding-bottom: 20px !important;*/
 }
 
 #logo {
	 min-width: 250px;
 }
 .nav-toggle {
	 background: #04ACF3;
 }
 
 #header {
   padding-top: 0px !important;
 }
 
 #logo-icon {
   visibility: hidden;
 }

}

@media only screen and (max-width: 414px) {
  #inner-wrapper {
    padding: 0 !important;
  }
  .header-widget {
    margin: 0 auto;
    margin-left:  1em !important;
  }
  .nav-toggle {
    margin: 0 !important;
  }
  #connect {
    margin-left: 1em;
  }
  /*.widget h3 {
    margin-left: 1em;
  }*/

  aside#sidebar-alt h3, #main h3 {
    margin-left: 1em !important;
  }

  #copyright p {
      margin-left: 1em;
  }
  .quote-container, #harveyAlert {
    display: none;
  }

  .demo_store {
   display: none;
  }
   
  .quote-container {
    margin-top: 80px;
  }
  .products p {
    height: 210px;
  }
  
  .products h3 {
    height: 76px;
  }
 
  .header-widget {
	  /*float: left;*/
	  margin: 0 0;
    padding: 0 0;
	  width: 250px;
  }
 
  .header-widget #text-9 {
	  padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #woocommerce_product_search-5.widget {
    margin-top: 10px !important;
    margin-bottom: 0px;
  }
 
  #logo {
    padding-left: 0px !important;
	  min-width: 250px;
  }
  .nav-toggle {
	 background: #04ACF3;
  }
  #header {
    padding-top: 0px !important;
  } 
  #logo-icon {
    visibility: show;
  } 
}