/*
Theme Name: bloombros2013
Theme URI: http://bloombrosoystersclams.com
Author: Rough Giraffed
Author URI: http://roughgiraffed.com/
Description: Custom WordPress There for Bloom Bros. by Rough Giraffed
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
h1,h2,h3,h4,h5,h6 { clear: both; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
a img { border: 0; }
strong { font-weight: bold; }
em { font-style: italic; }

/* Form Elements */
button, input, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
    *overflow: visible;
}
input, textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; }
input { padding: 3px; }
textarea { overflow: auto; padding-left: 3px; vertical-align: top; width: 98%; }
input:focus, textarea:focus { color: #111; }

/* =Helper Classes
----------------------------------------------- */

/* Image Replacements */
.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* clearfix: */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }


/* =Main Styles
-------------------------------------------------------------- */
body { position: relative; }
body, button, input, select, textarea {
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff;
}

p { margin-bottom: 1.5em; }

a { 
    color: #fff;
    text-decoration: none;
}
a:hover, a:focus, a:active { 
    color: #eee; 
    text-decoration: underline;
}

h2 {
    font-family: Georgia, serif;
    font-size: 32px;
    font-size: 3.2rem;
    text-shadow: 2px 2px 8px #333;
}

iframe { max-width: 100%; }

section .wrap {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.post-edit-link {
    position: absolute;
    top: 25px;
    left: -25px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #ffcc00;
}

/* backgrounds */
body { background: #fff; }
.section-home { background: url(img/background-grey.jpg); }
.section-home .wrap { background: url(img/background-grey-splatter.jpg) no-repeat left 100px; }
.section-menu { background: #1d1d1d url(img/background-chalkboard.jpg) repeat-y center center; }
.section-wholesale { background: url(img/background-wholesale.jpg); }
.section-directions { background: url(img/background-leather.jpg); }

.col { float: left; width: 45.9%; padding: 50px 2% 10px; }
.col.full { width: 95.9%; }
.col.half { width: 45.9%; text-align:center }
.col.quarter { width: 20.5%; }

/* =Home 
-------------------------------------------------------------- */

/* header */

.section-home .col { padding-top: 150px; }

.section-home h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 0.9;
}

header { 
    position: absolute; 
    width: 100%;
    margin-top: 50px;
}

header h1 { text-align: center; }

.logo { 
    position: absolute;
    top: -32px;
    left: 40px;
    z-index: 100;
}

.primary-navigation { 
    position: absolute;
    z-index: 50;   
    width: 75%;
    height: 50px;
    background: url(img/nav-bar.jpg);
    text-align: left;
    text-indent: 235px;
    white-space: nowrap;
}

.primary-navigation a {
    font-family: Georgia, serif;
    font-size: 20px;
    font-size: 2.0rem;
    text-shadow: 2px 2px 8px #333;
    line-height: 50px;
    padding-right: 20px;    
}

.primary-navigation a:hover {
    text-decoration: none;
    text-shadow: 2px 2px 18px #888;
}

header .facebook, header .phone { 
    position: absolute; 
    height: 30px;
}

.facebook { 
    display: block; 
    right: 172px;
    width: 30px;
    background: url(img/icon-facebook.png); 
}

header .phone { 
    right: 0px;
    width: 125px;
    padding-left: 30px; 
    color: #444;
    background: url(img/icon-phone.png) no-repeat left center;
}

header .phone span { 
    display: block;
    height: 30px; 
    line-height: 30px; 
    text-align: center; 
    background:#fff; 
}

.welcome, .hours { position: relative; }

.hours { text-align: center; }

.hours p { margin: 0; }

/* menu */

.section-menu .wrap { padding-left:0px; }

.section-menu::before,
.section-menu::after {
    content: '';
    display: block;
    height: 50px;
    background: url(img/wood.jpg);
    position: relative;
    z-index: 200;
    -webkit-box-shadow: 0px 0px 50px 0px #000;
    -moz-box-shadow: 0px 0px 50px 0px #000;
    box-shadow: 0px 0px 50px 0px #000;
}
.section-menu::after {background-position: 600px center;}

.section-menu .col { padding-top: 25px; }

.section-menu p { 
    margin: 0;
    line-height: 1.3; 
    font-size: 17px; 
    font-size: 1.7rem; 
}

.section-menu h2 { 
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 8.5px;
    font-size: 8.5rem;
    display: inline-block;
    color: #ffcc00;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.section-menu h3 {
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 26px;
    font-size: 2.6rem;
    color: #328dea;
    line-height: 1;
}
.section-menu h3::after, 
.section-menu h3::before { 
    content: '*';
}

.section-menu .menu-section {
    margin: 1em 0; 
    position: relative;
}

.catering-info { 
    text-align: center; 
    padding-bottom: 1em;
    clear: both;
}


/* wholesale */

.section-wholesale { color: #444; }
.section-wholesale h2 { text-shadow: 2px 2px 8px #aaa; }
.section-wholesale .col.quarter { text-align: center; }
.section-wholesale .col.quarter img { width: 100%; max-width: 200px; height: auto; }
.photos-from-sidebar-b { display: none; }

/* directions & contact*/
 
.section-directions { padding-bottom: 12px; }

.section-directions p { margin: 0; line-height: 1.7em; }

.section-directions a { color: #ffcc00; }

.section-directions .phone { color: #ffcc00; }
.section-directions .email { margin-bottom: 1em; }

.section-directions .right,
.section-directions .left,
.section-directions .col {
    position: relative;
    text-align: center;
}

.map { margin: 10px 0; height: 280px; }

.design-by-roughgiraffed {
    position: absolute;
    bottom: 10px;
    right: 2%;
	font-size:.8em;
	color:#ffcc00;
}

/* responsive */

@media screen and (max-width: 899px) {
    
    .primary-navigation { width: 96%%; margin: 0 2%; position: static; }
    header .facebook, header .phone { margin-right: 2%; }
    .section-home .wrap { padding-top: 0; background: none; }

}

@media screen and (max-width: 720px) { 
    .section-wholesale .half { width: 66.4% !important; padding: 10px 2%; }
    .section-wholesale .quarter { width: 20.5% !important; padding: 10px 2%; }
    .section-wholesale .sidebar_b { display: none; }
    .photos-from-sidebar-b { display: block; }
}

@media screen and (max-width: 560px) {

    header { position: static; margin-top: 0; }
    header .phone, header .facebook { top: auto; }
    
    .section-home .col { padding-top: 40px; }
    .section-home .col:last-child { padding-top: 0px; }

    .section-menu h2 { text-align: center; }
    .section-menu .wrap { padding: 0; }
    .section-menu .col { padding: 0 2%; }

    .right { float: left !important; clear: both; }

    section .wrap, header { width: 100%; }

    .section-home .wrap { background: none; }
    .col { width: 94% !important; padding: 10px 3%;}

    .logo { position: static; }

    .section-directions { height: auto; padding-bottom: 2em; }

    .primary-navigation { text-align: center; text-indent: 0; }
    .primary-navigation a { font-size: 1.8px; font-size: 1.8rem; padding: 0 8px; }

}



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}