/*
Theme Name: BK Wines 2015
Theme URI: http://www.gakdesign.co.uk
DESCRIPTION: Wordpress theme for BK Wines
Version: 2.0
Author: Ben Ervine / Gak Design
Author URI: http://www.gakdesign.co.uk
Tags: gakdesign
*/
	
/* Eric Meyer's Reset CSS v2.0 */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Fonts */
body { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;}
a {
	outline: none;
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover, a:focus {
	color: #666;
}
a:active {} /* on click */
a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */ }
a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; }
a:hover, a:focus { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease;}
.fademe {opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}
.fademe:hover {opacity: 0.7;}
/*p, h1, h2, h3, h4, h5 {font-family: 'Source Sans Pro', sans-serif;}*/
p, ul, ol, dl, blockquote, .post-statement, .statement { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
b, strong {font-weight:700;}

/* Main Blocks */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
}
.white {background-color:#fff;}
header {
	background-image: url(img/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
h1 {padding-bottom:0px;  font-size: 36px;}
h2 {padding-bottom: 20px;font-size: 28px;}
.content-section-title {padding-bottom: 0px;font-size: 34px;}
h3{margin-top: 20px;padding-bottom: 20px;}
.content-section-subtitle span {
  border-top: 5px solid #e5e5e5;padding-top: 20px;
  padding-bottom: 30px;
  display: inline-block;
}
p {line-height: 22px; padding-bottom: 25px; font-size: 16px;}
.paddingyo {padding-top:30px;padding-bottom:30px;padding-left:30px;padding-right:30px;}
.title-break {margin-top:50px;}
.navbit a {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #333;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.navigation li {
	display: inline-block;
}

.navbit {
	display: block;
	margin-bottom: 30px;
}
.img-res {width:100%;height:auto;}
.grid {margin-bottom:25px;}
footer {
	background-color: #000;
	color: #fff;
	font-size: 12px;
}
footer p {font-size: 12px;line-height:15px;padding-bottom:15px;}
footer a, footer p a, footer a:visited {color: #fff;}
footer a:hover {color: #fff;}
/*sf menu*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.subnav a {font-size:12px;text-align:left;width:150px;}
.contact-form p {padding-bottom: 5px;
  padding-top: 10px;}
  textarea.form-control {
  height: 175px;
}
.instagram-pics img {
  width: 100%;
  height: auto;
}
/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.navbit a {
  font-size: 16px;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 360px) {
        
    }
