/*
Theme Name: Widefido Theme
Theme URI: http://widefido.com/
Author: Jordan Sherer
Author URI: http://widefido.com/
Description: Widefido theme built from Automattic's Toolbox theme.  
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*
selection:         #778da8

purple-background:   #43404d
- h1 (green):        #c5d1a3
- p  (white):        #ffffff
- q  (70% opacity)

white-background:
- a (red-orange)     #f93f3b
- border (blue)      #1e85be
- a (light blue)     #0881b3

*/

section, article, hgroup, header, footer, nav { display:block; }


/* =Typography
-------------------------------------------------------------- */
html {
    -webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga", "dlig";
	   -moz-font-feature-settings: "liga=1, dlig=1";
    	-ms-font-feature-settings: "liga", "dlig";
    	 -o-font-feature-settings: "liga", "dlig";
    		font-feature-settings: "liga", "dlig";
}

body {
    padding:0;
    margin:0;
    font:normal 100%/1.5em "ff-tisa-web-pro", serif;
    /*background-color:#43404d;*/
    border-top:4px solid #c5d1a3;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"freight-sans-pro", sans-serif;
    font-weight:900;
}

/*
a, a:link, a:active, a:focus { color:#f93f3b; text-decoration:none; }
a:hover { color:#d91f1b; text-decoration:underline; }
*/

/*a, a:link, a:active, a:focus, a:hover { color:#000; }*/

/*
h1.entry-title, h1.page-title { 
    font-size:3rem;
    line-height:1;
    margin-top:0.5rem;
    margin-bottom: 1.5rem;
}
*/

#access, .button, button, input, textarea, select {
    font-family:"freight-sans-pro", sans-serif;
}

input, textarea, select { font-size:1em; }

hr { margin:1em 0 ; border:none; height:2px; background-color:#DDD; }

a { color:#222; }

#access { background-color:#eee; }
#access a:hover { text-decoration:underline; }

aside a, 
p a,
.entry-meta a,
.entry-content a,
table a { color:#596A28; }

aside a:hover, 
p a:hover, 
.entry-meta a:hover, 
.entry-content a:hover,
table a:hover,
#nav-above a:hover, 
#nav-below a:hover { background-color:#f0f0f0; }

/*
#access, 
#access ul ul a { background:#43404d; }

#access a { color:#c5d1a3; }
*/

#access li:hover > a,
#access ul ul :hover > a,
#access ul ul a:hover {
    background:#dedede;
    text-decoration:none;
}

#secondary {
    color:#FFF;
    background-color:#43404d;
}

#secondary aside .widget-title {
    color:#c5d1a3;
}

#secondary aside a,
#secondary aside p
{
    color:#FFF;
}

#secondary aside a:hover {
    background-color:#34323A;
}

#nav-above,
#nav-below { 
    font-size:0.75em;
    color:#444;
}


/* =Main Structure
-------------------------------------------------------------- */
#page {
	display: block;
	margin: 0;
	background-color:#FFF;
}

#branding, #main, #colophon { 
/*    width:80%;
    max-width:660px;
    margin:0 auto;*/
}

#branding {
}

#main {
}

#primary {
    width:80%;
    max-width:660px;
    margin:0 auto;
}

#content {
    padding:1em 0;
}

#secondary {
    width:100%;
    padding-top:1em;
}

#secondary aside {
    width:80%;
    max-width:660px;
    margin:0 auto;
    padding:1em 0;
}

#colophon {
	clear: both;
	display: block;
}


/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}


/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* =Header
-------------------------------------------------------------- */
#branding { 
    width:100%;
    max-width:100%;
}

#branding hgroup {
    padding:1em 0 1em;
}

#branding hgroup,
#access .menu-main-navigation-container {
    width:80%;
    max-width:660px;
    margin-left:auto;
    margin-right:auto;
}

#site-title {
	font-size: 4em;
	font-weight: 900;
	margin:0;

	font-size:10px;
	text-indent:-10000px;
	color:transparent;
}

#site-title a {
    display:block;
    text-decoration:none;

	height:50px;
	width:250px;
	background-repeat:no-repeat;
    background-image:url(images/logo-2x.png);
    background-size:250px 50px;
    background-position:center center;
}

#ie7 #site-title a, 
#ie8 #site-title a {
    background-image:url(images/logo.png);
    background-size:none;
}

#site-description {
    display:none;
	font-size:1em;
	font-weight: normal;
	margin:0;
}


/* =Menu
-------------------------------------------------------------- */
#access {
	display: block;
	width: 100%;
	/*background: #eee;*/
	margin: 0 auto;
}

#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#access li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom:1;
	position: relative;
}

#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}

#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	/*background: #dedede;*/
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	/*background: #dedede;*/
}

#access ul ul a:hover {
	/*background: #cecece;*/
}

#access ul li:hover > ul {
	display: block;
}

#access .current-menu-item,
#access .current_page_parent,
#access .current-page-ancestor { font-weight:bold; }



/* =Content
-------------------------------------------------------------- */
.sticky {
}

.entry-meta {
	clear: both;
	display: block;
}

.single-author .entry-meta .byline {
	display: none;
}

#content nav {
	display: block;
	overflow: hidden;
}

#content nav .nav-previous {
	float: left;
	width: 50%;
}

#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#content #nav-above {
	display: none;
}

.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}

#nav-below {
	margin: 1em 0 0;
}

.page-link {
	clear: both;
	margin: 0 0 1em;
}

.page .edit-link {
	clear: both;
	display: block;
}


/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}

.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}

.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}


/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}


/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}

.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}

.image-attachment .entry-content {
	clear: both;
}

.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}

.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* Blog posts */
.post .entry-title a { 
    text-decoration:none; 
}

.post .entry-meta,
.page .edit-link { 
    font-size:0.75em;
    font-style:italic;
}

.post + .post { 
    margin:3em 0 3em;
}

.single-post .post {
    margin:1em 0 1em;
}



/* Aside Posts */
.format-aside .entry-header {
	display: none;
}

.single .format-aside .entry-header {
	display: block;
}

.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}

.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}


/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}


/* Image Posts */
.format-image .entry-header {
	display: none;
}

.single .format-image .entry-header {
	display: block;
}

.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}

.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}


/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
	margin-right: 1em;
}

img.alignright {
	margin-left: 1em;
}

.wp-caption {
	text-align: center;
}

.wp-caption img {
}

.wp-caption .wp-caption-text {
	margin: .5em;
	font-size:0.825em;
	font-style:italic;
}

.gallery-caption {
}

.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */
#searchform label {
	display: none;
}

#searchform input#s {
	width: 60%;
}

input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}

textarea {
	width: 80%;
}


/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Twitter
-------------------------------------------------------------- */
.intent-meta { display:none; }


/* =Comments
-------------------------------------------------------------- */
article.comment {
	display: block;
}

#respond input[type=text] {
	display: block;
	width: 60%;
}

#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}

#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}

#respond .form-allowed-tags code {
	display: block;
}


/* =Quotes
-------------------------------------------------------------- */
blockquote {
    margin-top:1em;
    margin-bottom:1em;
}

blockquote p {
    text-align:right;
}

blockquote p q {
    float:left;
    text-align:left;
    text-indent:-8px;
    opacity:0.75;
}

body .boldInfoList li { 
    margin-top:2em;
    margin-bottom:2em;
    min-height:auto;
}

body .boldInfoList strong {
    display:block;
}

body .boldInfoList img {
    margin-left:1em;
}



/* =Widgets
-------------------------------------------------------------- */
.widget {
	display: block;
}

.widget-area .widget_search {
	overflow: hidden;
}

.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */
#colophon {
	width:100%;
	max-width:100%;
    margin-top:0;
	padding:0;
	/*
	background-color:#43404d;
	*/
}

#colophon p { 
    font-size:0.75rem;
    line-height:1.25em;
    width:80%;
    max-width:660px;
    margin-left:auto;
    margin-right:auto;
    /*
    color:#FFF;
    */
}



/* =FAQ
-------------------------------------------------------------- */
.qa-faq h3 { font-size:1em; }
    
.qa-faq h3 a { color:#444; font:normal 115%/1.5em "ff-tisa-web-pro", serif; }



/* =WPCF7 (Contact Form)
-------------------------------------------------------------- */
table.contact {
    width:100%;
    margin:1em 0;
}

table.contact th {
    font-weight:bold;
    text-align:left;
}

table.contact th, 
table.contact th {
    padding:0.25em 0;
}

.wpcf7 div { margin:1em 0; }
.wpcf7 div label span.wpcf7-form-control-wrap { display:block; }

.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 input.wpcf7-not-valid { border:1px solid #C90000; }

.wpcf7 span.wpcf7-not-valid-tip { 
    position:static;
}

.wpcf7 div.wpcf7-response-output { 
    margin:1em 0;
}

.wpcf7 input, 
.wpcf7 textarea {
    width:100%;
}

.wpcf7 input.button { 
    width:auto;
}



/* =WooSlider
-------------------------------------------------------------- */
body .wooslider {
    margin:0;
    border:none;
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}
body .wooslider .slide .slide-content {
    padding:0;
    margin:0;
}


/* =WooCommerce
-------------------------------------------------------------- */
body.woocommerce .woocommerce-breadcrumb {
    display:none;
    position:absolute;
    visibility:hidden;
}

body.woocommerce a.button,
body.woocommerce-page a.button,
body.woocommerce button.button,
body.woocommerce-page button.button,
body.woocommerce input.button,
body.woocommerce-page input.button,
body.woocommerce #respond input#submit,
body.woocommerce-page #respond input#submit,
body.woocommerce #content input.button,
body.woocommerce-page #content input.button, 
body a.button, 
body button.button,
body input.button {
    font-family:freight-sans-pro, sans-serif;
    font-weight:bold;
}

body.woocommerce #content,
body.woocommerce-page #content{
    margin-right:0;
}


/* WooCommerce Buttons */
body.woocommerce a.button,
body.woocommerce-page a.button,
body.woocommerce button.button,
body.woocommerce-page button.button,
body.woocommerce input.button,
body.woocommerce-page input.button,
body.woocommerce #respond input#submit,
body.woocommerce-page #respond input#submit,
body.woocommerce #content input.button,
body.woocommerce-page #content input.button, 
body a.button,
body input.button, 
body button.button,
#searchsubmit {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 6px 10px;
    left: auto;
    line-height: 1em;
    font-size: 100%;
    font-weight: bold;
    color: #5e5e5e;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible;

    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);

    background: #f7f6f7;
    background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
    background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
    background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
    border: 1px solid #c8bfc6;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
       -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);

    text-shadow:none;
    background-image:none;
    background:#a5b183;
    background:#d7d6d7;
    border:none;

    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}

body.woocommerce a.button:hover,
body.woocommerce-page a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce #content input.button:hover,
body.woocommerce-page #content input.button:hover, 
body a.button:hover,
body input.button:hover, 
body button.button:hover,
#searchsubmit:hover {
    background: #f7f6f7;
    background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#d4cdd2));
    background: -webkit-linear-gradient(#f7f6f7,#d4cdd2);
    background: -moz-linear-gradient(center top,#f7f6f7 0,#d4cdd2 100%);
    background: -moz-gradient(center top,#f7f6f7 0,#d4cdd2 100%);
    text-decoration: none;

    text-shadow:none;
    background-image:none;
    background: #c5d1a3;
    
}

body.woocommerce a.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce-page input.button.alt,
body.woocommerce #respond input#submit.alt,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce #content input.button.alt,
body.woocommerce-page #content input.button.alt,
body a.button.alt,
body input.button.alt, 
body button.button.alt, 
body.woocommerce a.add_to_cart_button, 
body.woocommerce-page a.add_to_cart_button {
    background: #ad74a2;
    background: -webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
    background: -webkit-linear-gradient(#ad74a2,#96588a);
    background: -moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);
    background: -moz-gradient(center top,#ad74a2 0,#96588a 100%);
    border-color: #76456c;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);

    text-shadow:none;
    background-image:none;
    background: #ad74a2;
    background: #8d5482;
}

body.woocommerce a.button.alt:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce-page input.button.alt:hover,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce-page #respond input#submit.alt:hover,
body.woocommerce #content input.button.alt:hover,
body.woocommerce-page #content input.button.alt:hover,
body a.button.alt:hover,
body input.button.alt:hover, 
body button.button.alt:hover,
body.woocommerce a.add_to_cart_button:hover,
body.woocommerce-page a.add_to_cart_button:hover {
    background: #ad74a2;
    background: -webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#864f7b));
    background: -webkit-linear-gradient(#ad74a2,#864f7b);
    background: -moz-linear-gradient(center top,#ad74a2 0,#864f7b 100%);
    background: -moz-gradient(center top,#ad74a2 0,#864f7b 100%);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);

    text-shadow:none;
    background-image:none;
    background: #8d5482;
    background: #ad74a2;
}

body > #page p > .button { 
    margin:0;
}


body.woocommerce .cart-collaterals .cart_totals table,
body.woocommerce-page .cart-collaterals .cart_totals table {
    width:100%;
}

body.woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-message,
body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce-info,
div.woocommerce-message, 
div.woocommerce-error, 
div.woocommerce-info {
    padding:1em;
    margin:1em 0;

    background-image:none;
    background:#f7f6f7;
    /*border:none;*/

    text-shadow:none;
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}

body.woocommerce .woocommerce-message:before,
body.woocommerce-page .woocommerce-message:before,
body.woocommerce .woocommerce-error:before,
body.woocommerce-page .woocommerce-error:before,
body.woocommerce .woocommerce-info:before,
body.woocommerce-page .woocommerce-info:before, 
div.woocommerce-message:before, 
div.woocommerce-error:before, 
div.woocommerce-info:before {
    display:none;

    text-shadow:none;
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}


body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
    width:100%;
    float:none;
}

body.woocommerce-checkout #payment div.payment_box fieldset {
    border:none;
}

body.woocommerce table.shop_table tfoot tr.discount td,
body.woocommerce-page table.shop_table tfoot tr.discount td,
body.woocommerce table.shop_table tfoot tr.discount th,
body.woocommerce-page table.shop_table tfoot tr.discount th
body.woocommerce-checkout table.shop_table tfoot tr.discount th,
body.woocommerce-checkout table.shop_table tfoot tr.discount td {
    color:#85ad74;
}

body.woocommerce-checkout table.shop_table tfoot tr.total th,
body.woocommerce-checkout table.shop_table tfoot tr.total td {
    border-top-color:black;
}

body.woocommerce form.login,
body.woocommerce-page form.login,
body.woocommerce form.checkout_coupon,
body.woocommerce-page form.checkout_coupon,
body.woocommerce form.register,
body.woocommerce-page form.register {
    border:none;
    padding:0;
    text-shadow:none;
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}

/* product page */
body.woocommerce div.product form.cart,
body.woocommerce-page div.product form.cart,
body.woocommerce #content div.product form.cart,
body.woocommerce-page #content div.product form.cart { 
    margin:0;
}

body.woocommerce div.product div.summary,
body.woocommerce-page div.product div.summary,
body.woocommerce #content div.product div.summary,
body.woocommerce-page #content div.product div.summary {
    margin:0;
    float:none;
    width:100%;
}

body.woocommerce div.product div.images,
body.woocommerce-page div.product div.images,
body.woocommerce #content div.product div.images,
body.woocommerce-page #content div.product div.images {
    margin:0;
    width:100%;
    float:none;
}


/* shop page */
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product { 
    margin:0;
}

body.woocommerce-page ul.products li.product > a {
    float:left;
    margin-top:10px;
}

body.woocommerce-page ul.products li.product > .summary {
    float:right;
    width:480px;
    margin-left:20px;
}

body.woocommerce-page ul.products li.product .button, 
body.woocommerce-page #content div.product .button {
    margin-bottom:1em;
    margin-top:1em;
}

/* checkout page / order details page */
body.woocommerce #customer_details,
body.woocommerce-page #customer_details,
body.woocommerce-checkout #customer_details {
    margin:2em 0;
}

body.woocommerce-checkout #payment ul.payment_methods li p img.lock {
    float:left;
    margin:0 1.5em 3em 0;
}

body.woocommerce-checkout .addresses .col-2 { display:none; }


/* =WooCommerce Software Add-On
-------------------------------------------------------------- */
#wc_lost_license_form label { display:block; }


/* =Homepage
-------------------------------------------------------------- */
body.home #page a.callout,
body.home #page a.callout:hover,
body.home #page a.callout h2 { background:transparent; text-decoration:none; }

body.home #page h1 {} 
body.home #page .callout h2 { text-align:center; font-size:2.25em; }



/* flow better on small screens */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    #primary, #secondary, #main .widget-area { float:none; clear:both; }
    #main .widget-area { width:auto; }
    #secondary { margin-top:40px; }
    .home #content img { width:100%; height:auto; }
    ul.boldInfoList img { float:none; margin:2em 0 0.5em; }

	h1 { font-size:2em; }
	h2 { font-size:1.5em; }
	h3 { font-size:1em; }
	h4 { font-size:0.875em; }
	h5 { font-size:0.825em; }
	h6 { font-size:0.75em; }
}

@media only screen and (max-width : 825px) {
    .home #content img { width:100%; }

    body.woocommerce-page ul.products li.product > .summary { width:100%; margin-left:0; }
}

/*
@media only screen and (max-width : 800px) {
    #primary, #secondary, #main .widget-area { float:none; clear:both; }
    #primary, #content { margin-right:0; }
    #main .widget-area { width:auto; }
    #secondary { margin-top:40px; }
    #content img { width:auto; }
} */
