/* Enter Your Custom CSS Here */

/*** 6d6 Red - #ED1C24 ***/

/*** Google Fonts ***/

@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,700);

/***  WOOCOMMERCE EDITS ***/

/* Style products consistent with theme (only in main content area, not sidebars) */
#primary .product {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #dd5533;
    box-shadow: 0 2px 2px #aaa;
    max-width: 100%;
    padding: 1.5em;
}

/* General apperance improvements */
.woocommerce ul.products li.product  {
	padding: 5px 5px !important;
}

.woocommerce ul.products li.product, .woocommerce ul.products li.product * {
	text-align: center;
}

.woocommerce ul.products li.product img.size-shop_catalog ,  .woocommerce .product img.size-shop_single {
	border: 1px solid #cccccc;  
}

/* Display variations drop-down without label */
.woocommerce form.variations_form table.variations td.label {
	display: none; 
}

/* Hide the breadvrumbs */
.woocommerce-breadcrumb {
 	display: none; 
}


/* Adjust for 3 columns. See functions.php */
#primary .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
 	width: 30%; 
}


/* On Sale icon - See also Smart Sale plugin */
.woocommerce span.onsale {
	background-color: #ed1c24;
	padding: 0.202em 0.5em;
 	width: 6em;
  	height: 6em;
    line-height: 1.5em;
    padding-top: 1.25em;
}  
 
/*** WOOCOMERCE EDITS - END ***/

/*** Site General ***/


/* Featured Image / Thumbnail Size */
article.type-post img.wp-post-image, article.type-page img.wp-post-image { 
 	margin-left: auto;
 	margin-right: auto;
  	display: block;
}

/* Let titles show lower case letters, e.g. 6d6 */
.archive-title, .page-title, .entry-title {
 	text-transform: none; 
}
.site-title {
 	text-transform: none; 
}
.main-navigation-menu a {
 	text-transform: none;   
}
/* Let titles show lower case letters, e.g. 6d6  - END */


/*** Site General - END ***/

/*** Blog ***/

/* Slider Featured Image */
.post-slider .zeeslide .slide-image {
 	object-fit: contain;
}	


/*** Sale Pitch Page ***/
#post-6264 div.ddifference-outer {
  	clear: both;
	display: table;

}

#post-6264 div.ddifference-outer p.ddifference {
	background: #ED1C24 none repeat scroll 0 0;
    border-radius: 5px 3em 3em 5px;
    color: white;
    float: left; 
    font-size: large;
    padding: 1em 1em 1em 0.25em;
    width: 6em;
  	margin-right: 2em;

    display: table-cell;
    vertical-align: middle;
}

#post-6264 div.ddifference-outer p.ddifference + p {
  	font-style: italic;
    display: table-cell;
    vertical-align: middle;
}

#post-6264 div.blockquoteWrapper {
 	clear: both; 
  	text-align: center;
}
/*
#post-6264 div.blockquoteWrapper:after {
	background: #ed1c24 none repeat scroll 0 0;
    content: " ";
    height: 10px;
    margin: 1em auto 1em auto;
	display: block;
    text-align: center;
    width: 10px;
  	border-radius: 5px;
}
*/
#post-6264 blockquote {
    border: none;
  	font-size: 1.5rem;
    margin: 1rem 2rem .25rem 2rem;
    padding: 0.05rem 1.25rem 1rem;
	text-align: center;
  	max-width: 9.5em;
    display: inline-block;
    vertical-align: middle;
}



#post-6264 blockquote p {
	font-family: 'Josefin Slab', serif;
  	color: #111111;
  	font-style: normal;
  	margin: 0;
  	line-height: 1.1em; 
}

#post-6264 blockquote p a {
	font-family: "Open Sans",Tahoma,Arial;
  	font-size: 0.9rem;
}
