/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    div.featured-box { max-width: 500px; margin-left: auto; margin-right: auto; }
    div.featured-box-single { width: 49.4%; }
    div.featured-box-single:nth-child(2n+1) { /* First item in each row */ clear: left; }
    div.featured-box-single:nth-child(n+3) { margin-top: 20px; /* Every item after the first row */ }
    div.featured-box-single:nth-child(2n+2) { /* Second item in each row */ border-right: none; }
    .mPressPlacesGoogleMapCanvas { width: 96% !important; }

    .responsive-slider.flexslider .slide-title a { font-size: 14px; line-height: 32px; }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.slider-title-tagline { margin: 0 0 16px 0; }
	.slider-wrapper-container h2 { font-size: 28px; }
	.slider-wrapper-container h3 { font-size: 14px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .featured-posts img { width: 100%; }
    .featured-posts div.image-shadow { background: url('../images/slider_shadow_bottom.png') no-repeat top center; background-size: 100%; }
	.featured-posts { width: 100%; text-align: center; margin-top: 15px; }
    .featured-posts:first-child { margin-top: 0; }
	.featured-posts p { text-align: left;}
	.slider-title-tagline { margin: 0 0 16px 0; }
	.slider-wrapper-container h2 { font-size: 20px; }
	.slider-wrapper-container h3 { font-size: 12px; letter-spacing: -1px }
    #s8-search-button-main { margin-top: 22px; float: none; }

    .responsive-slider.flexslider .slide-title a { font-size: 12px; line-height: 24px; }
    .responsive-slider.flexslider .flex-control-nav { display: none; }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 46.05% !important; }
    .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images { width: 100% !important; }
    .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary { width: 100% !important; }

    div.featured-box-single { width: 96%; clear: left; border-right: none; margin-left: 2%; margin-right: 2%; }
    div.featured-box-single:nth-child(n+2) { margin-top: 10px; padding-top: 12px; border-top: 2px solid #eaeaea; /* Every item after the first row */ }
}

