/*
Theme Name: B&B Basil Theme
Theme URI: 
Author: 
Author URI: 
Description: Theme for B&B Basil
Version: 1.0

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


@import 'fonts/fonts.css';

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 {

	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
       
        -webkit-text-size-adjust: none;
        -webkit-appearance: none;
        
        
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

input,textarea
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    -webkit-appearance: none;
    border-radius: 0;
}

img{border:0}

/* WYSIWYG DEFAULTS*/


.clear
{
    display: block;
    clear:both;
}


.entry-content img {
margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/*END WYSIWYG DEFAULTS*/
#wpadminbar
{
    position: fixed!important;
}
html,body
{
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

body
{
    
    font-weight:normal; 
    font-style:normal; 
    font-size: 14px;
    background: #dad3cd url(img/body-bg.jpg);
    color: #2d3a41;
    font-family: Arial, Helvetica, sans-serif;
    background-size: 150px;
    /*background-attachment: fixed;*/
    
}
table
{
    width: 100%;
    table-layout: fixed;
}

table.padded-table{
    margin-left: -100px;
}
table.padded-table td
{
    padding-left: 100px;
    padding-right: 0px;
}

p,table,li
{
    margin-bottom: 25px;
    line-height: 1.25;
}
a
{
    color:inherit;
}
#main img
{
    max-width: 100%;
    height: auto;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.widget
{
    list-style: none;
}
strong
{
    font-weight: bold;
    
}
em
{
    font-style: italic;
}
h1,h2,h3,h4,h5,h6
{
    font-family: TodayShop, sans-serif;
    line-height: 1.25;
    margin-bottom: 25px;
}
h1
{
    font-size: 33px;
}
h2
{
    font-size: 21px;
}
#header
{
    height: 50px;
    width: 100%;
    position: fixed;
    background: transparent url(img/header-bg.png) repeat-x center center;
    background-size: auto 50px;
    z-index: 999;
}
#header-instagram
{
    display: block;
    position: absolute;
    height: 50px;
    width: 30px;
    right: 50%;
    margin-right:125px;
    background: url(img/header-instagram.png) no-repeat center center;
    background-size: 25px;
    cursor: pointer;
}
#header-facebook
{
    display: block;
    position: absolute;
    height: 50px;
    width: 30px;
    right: 50%;
    margin-right:85px;
    background: url(img/header-facebook.png) no-repeat center center;
    background-size: 25px;
    cursor: pointer;
}
#header-logo
{
    display: block;
    position: absolute;
    z-index: 10;
    width: 115px;
    height: 115px;
    top: 7px;
    left: 50%;
    margin-left: -57px;
    background: url(img/header-logo.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
#header-logo.logo-shrink
{
    -webkit-transform: scale(0.6,0.6); 
    -moz-transform: scale(0.6,0.6); 
    -ms-transform: scale(0.6,0.6); 
    -o-transform: scale(0.6,0.6); 
    transform: scale(0.6,0.6);
    
}
#menu
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    height: 50px;
    margin-left: 85px;
    font-size: 21px;
    
    overflow: hidden;
}
#menubutton
{
    padding-left: 32px;
    background: url(img/header-menu.png) no-repeat left center;
    background-size: 25px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    font-family: TodayShop, sans-serif;
    font-weight: bold;
    font-style: italic;
}
#access li
{
    list-style: none;
    margin-bottom: 0;
}
#access a
{
    color: white;
    line-height: 40px;
    font-family: TodayShop, sans-serif;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    
}
#access a:hover
{
    color: #04111b;
    text-decoration: none;
}
#access
{
    margin-left: 117px;
    display: none;
    padding-bottom: 5px;
}
#menu.menuhover
{
    width: 50%;
    height: auto;
    overflow: visible;
    margin-left: 0;
}
#menu.menuhover #menucontent
{
    background: #05b59d;
}
#menu.menuhover #menubutton
{
    margin-left: 85px;
}
#menu.menuhover #access
{
    display: block;
}
#menubottom
{
    display: none;
    height: 5px;
}
#menu.menuhover #menubottom
{
    height: 5px;
    display: block;
    background: url(img/menu-bottom.png) repeat-x center center;
    background-size: auto 5px;
}
#main
{
    /*min-height: 500px;*/
    padding-top: 45px;
}
.content
{
    padding: 100px 50px;
    max-width: 1100px;
    margin: auto;
    box-sizing: border-box;
}
#footer
{
    background: #ffffff url(img/footer-bg.png) repeat-x top center;
    background-size: auto 10px;
    min-height: 100px;
    visibility: hidden;
}
#footer-inner
{
    max-width: 900px;
    padding: 50px;
    padding-bottom: 25px;
    margin: auto;
}
#footer-left
{
    width: 47.5%;
    float: left;
    min-height: 1px;
}
#footer-right
{
    width: 47.5%;
    float: right;
    min-height: 1px;
}
#herbs
{
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.herb-link
{
    display: inline-block;
    margin: 5px;
    width: 230px;
    height: 396px;
    position: relative;
    /*background: #eee;*/
    vertical-align: top;
    margin-bottom: 25px;
    
    
}
.herb-link a
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(255,255,255,0);
}
.herb-link.herbtouch a
{
    width: 40px;
    height: 40px;
    background: url(zoom.png) no-repeat center center;
    background-size: 20px;
}
.herb-thumbnail,.herb-rollover
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.herb-rollover
{
    opacity: 0;
     -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity  250ms ease;
}
.herb-link.herbhover .herb-rollover
{
    opacity: 1;
}
.herb-link.herbhover a
{
    display: block;
}
.wpcf7-form
{
    text-align: center;
}
.wpcf7-form input,.wpcf7-form textarea,.wpcf7-form select
{
    margin-top: 10px;
    border: none;
    width: 250px;
    box-sizing: border-box;
    padding: 5px;
    font-size: inherit;
}
.wpcf7-form input[type="submit"]
{
    background: #05b59d;
    color: white;
    cursor: pointer;
    font-family: TodayShop, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}
.wpcf7-form select
{
    border-radius: 0;
    height: 25px;
}
.ajax-loader
{
    display: block!important;
    margin: auto!important;
    margin-top: 20px!important;
}
#sections
{
    width: 42.5%;
    float: left;
    background: white;
}
.section
{
    padding: 20px;
}
.section-divider
{
    margin-top: -20px;
    display: block;
    background: url(img/section-divider.jpg) repeat-x top center;
    height: 38px;
}
.section-divider:first-child
{
    background: url(img/section-divider.jpg) repeat-x bottom center;
    height: 20px;       
}
.section-divider:last-child
{
    background: url(img/section-divider.jpg) repeat-x top center;
    height: 20px;       
}
#side-image
{
    width: 55%;
    float: right;
    text-align: center;
}
#side-image img
{
    max-width: 100%;
    
}
.narrow-width
{
    max-width: 900px;
    margin: auto;
}
#blog-header
{
    height: 290px;
    overflow: hidden;
    position: relative;
    /*max-width: 2000px;*/
    margin: auto;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.header-slide
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    opacity: 0;
    
     -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity  250ms ease;
}
.header-slide.header-slide-current
{
    opacity: 1;
}
.header-slide h1
{
    font-size: 40px;
    line-height: 1;
}
#blog-header-dots
{
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 20px;
    left: 0;
    z-index: 50;
    /*background: yellow;*/
    text-align: center;
}
.blog-header-dot
{
    display: inline-block;
    padding: 7px;
    cursor: pointer;
}
.blog-header-dot span
{
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    border: 3px solid white;
    box-sizing: border-box;
    
     -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity  250ms ease;
    
}
.blog-header-dot.blog-header-dot-selected span
{
    background: white;
}

#blog-instagram
{
    padding-top: 25px;
    padding-bottom: 0;
}
#blog-instagram-main
{
    border: 4px solid #05b59d;
    padding: 11px 7px;
    
}
#blog-instagram-header
{
    display: block;
    width: 50px;
    height: 50px;
    background: #05b59d url(img/blog-instagram.png) no-repeat center center;
    background-size: 19px;
    
}
#blog-instagram-feed
{
    text-align: center;
    font-size: 0;
    background: url(img/loading.gif) no-repeat center center;
    background-size: 25px;
    min-height: 50px;
}
#blog-instagram-feed a
{
    display: inline-block;
    width: 18.5%;
    margin: 0 0.75%;
}
#blog-instagram-feed a img
{
    width: 100%;
}
#blog-content
{
    padding-top: 0px;
}
.blogpost
{
    margin-top: 75px;
}
.blogpostimage
{
    display: block;
    float: left;
    height: 300px;
    width: 49%;
    background: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blogpostcontent
{
    float: right;
    height: 300px;
    width: 49%;
    border-bottom: 4px solid #05b59d;
    position: relative;
}
.blogpostcontentinner
{
    height: 240px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.blogpostcontent a:hover
{
    text-decoration: none;
}
.blogpostcontent h1.post-title
{
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
}
.blogpostcontent h3.post-date
{
    font-weight: bold;
}
.blogreadmore
{
    display: block;
    background: #05b59d;
    font-family: TodayShop, sans-serif;
    color: #d9d2cc;
    padding: 5px;
    width: 112px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    text-transform: lowercase;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.blogsharing
{
    position: absolute;
    right: 0;
    bottom: 15px;
    font-family: TodayShop, sans-serif;
    font-size: 18px;
}
.blogsharing span
{
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    
}
.blogsharing img
{
    width: 30px;
    margin-left: 10px;
    display: inline-block;
}
#single-content
{
    max-width: 900px;
    padding-bottom: 0;
}
#single-content .blogpost
{
    margin-top: 0;
}
#single-content .blogpostimage
{
    width: auto;
    height: 500px;
    margin-bottom: 25px;
    float: none;
}
#single-content .blogpostcontent
{
    width: auto;
    max-width: 650px;
    float: none;
    height: auto;
    padding-bottom: 50px;
}
h4.post-tags
{
    font-size: 18px;
    font-style: italic;
    margin-bottom: 25px;
}
#single-content h3.post-date
{
    margin-bottom: 0px;
}
#blog-content .post-date
{
    display: inline;
}
#blog-content .post-tags
{
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    /*padding-left: 10px;*/
    
}

#herb-index
{
    position: fixed;
    width: 30px;
    z-index: 50;
    top: 50%;
    right: 0px;
    /*height: 420px;*/
    margin-top: -155px;
    text-align: center;
}
#herb-index .letter
{
    display: block;
    /*width: 25px;*/
    text-align: center;
    font-family: TodayShop, sans-serif;
    color: #c6bdb3;
    font-weight: bold;
    line-height: 1;
}
#herb-index .letter:hover
{
    text-decoration: none;
}
#herb-index .letter.letter-active
{
    color: #837a6e;
    cursor: pointer;
    
}
#herb-index
{
    display: none;
}
#postslider
{
    display: block;
    position: relative;
    width: auto;
    height: 500px;
    margin-bottom: 40px;
    
}
#postslider .postsliderimage
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    opacity: 0;
    
     -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity  250ms ease;
    
}
#postslider .postsliderimage.post-slide-current
{
    opacity: 1;
}

#blog-post-dots
{
    /*position: absolute;*/
    width: 100%;
    height: 35px;
    bottom: 35px;
    left: 0;
    z-index: 50;
    /*background: yellow;*/
    text-align: center;
    margin-top: -25px;
    margin-bottom: 15px;
}
.blog-post-dot
{
    display: inline-block;
    padding: 7px;
    cursor: pointer;
}
.blog-post-dot span
{
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    border: 3px solid white;
    box-sizing: border-box;
    
     -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity  250ms ease;
    
}
.blog-post-dot.blog-post-dot-selected span
{
    background: white;
}