@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);

@font-face {
    font-family: 'P22Underground';
    src: url('http://www.dosecoffeeco.ca/wp-content/themes/dose/fonts/p22undergroundcypro-book.eot');
    src: url('http://www.dosecoffeeco.ca/wp-content/themes/dose/fonts/p22undergroundcypro-book.eot') format('embedded-opentype'),
         url('http://www.dosecoffeeco.ca/wp-content/themes/dose/fonts/p22undergroundcypro-book.woff') format('woff'),
         url('http://www.dosecoffeeco.ca/wp-content/themes/dose/fonts/p22undergroundcypro-book.ttf') format('truetype'),
         url('http://www.dosecoffeeco.ca/wp-content/themes/dose/fonts/p22undergroundcypro-book.svg#P22UndergroundCYProBook') format('svg');
}
*{
-webkit-font-smoothing: antialiased;
}
p{
font-family: 'Bitter', serif;
  font-size: 16px;
  color: #8b8b8b;
  line-height: 28px;
}

.uk-container{
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.logo{
padding: 30px 0;
}

.social {
  padding: 28px 0;
}

.social a {
    display: inline-block;
    margin-left: 10px;
}

.greybg{
background: #e3e3e3;
}
.separator{
margin-top: 135px;
margin-bottom: 135px !important;
}
.inner{
margin-top: 80px;
}

h3.title  {
  margin-top: 74px;
  font-family: 'P22Underground' !important;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 42px;
  padding-bottom: 4px;
  color: #353535;
  margin-bottom: 20px !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAABAQMAAAD+YPzoAAAAA1BMVEWLi4voB9KTAAAACklEQVQI12MAAgAABAABINItbwAAAABJRU5ErkJggg==');
  background-position: bottom center;
  background-repeat: no-repeat;
}

h1.entry-title {
  font-family: 'P22Underground';
  font-size: 30px;
  line-height: 35px;
  color: #353535;
  margin-bottom: 20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAABAQMAAAD+YPzoAAAAA1BMVEWLi4voB9KTAAAACklEQVQI12MAAgAABAABINItbwAAAABJRU5ErkJggg==');
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
}

.inner {
    max-width: 885px;
    margin-left: auto;
    margin-right: auto;
}

.focus {
    margin-top: 140px;
    margin-bottom: 140px !important;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	padding-top: 40px;
	padding-bottom: 40px;
}

.focus p{
  max-width: 618px;
  margin: 0 auto;
}
.inner p {
  max-width: 618px;
  margin: 0 auto;
}

.coffe-wrap , .roaster-wrap , .client-wrap {
  padding-bottom: 100px;
}

#footer-section h1 {
  margin: 80px 0 !important;
  font-family: 'P22Underground';
  line-height: 60px;
color: #5E5E5E;
font-size: 49px;
font-weight: 300;
}
#footer-section h1 a{
color: #5E5E5E;
font-size: 49px;
font-weight: 300;
text-decoration: none;
}

#footer-section p {
  font-size: 11px;
  padding: 15px 0;
  color: #353535;
}

.hero {
    position: relative;
	background: transparent url(../img/img_03.jpg) top center no-repeat;
	background-size: cover;
}

h2.hero-title {
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
    margin-top: 20%;
    color: #fff;
    font-family: 'P22Underground';
    font-size: 3.3em;
    line-height: 1.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.img-full{
width: 100%;
}

.coffe-paralax , .roaster-parallax , .client-parallax{
position: relative;
background-image: url(../img/img_07.jpg);
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 1000px;
display:block;
background-position: center center;
}
.roaster-parallax{
background-image: url(../img/img_21.jpg);
}
.client-parallax{
background-image: url(../img/img_35.jpg);
}



nav {
    float: left;
    padding: 30px 0;
}

nav div.menu{
	height: 21px !important;
	display:none;
}

.menu ul{
    margin: 0;
    padding: 0;
    padding-right: 10px;
	height: 21px !important;
}

.menu ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.menu ul li a {
    font-family: 'Bitter', serif;
    color: #8b8b8b;
	  font-size: 16px;
	  position: relative;
}
.menu ul li a:hover {
text-decoration: none;
}

.cl-effect-3 a {
	padding: 8px 0;
}

.menu ul li a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.menu ul li a:hover:after,
.menu ul li a:focus:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.admin-bar header#top-bar {
  top: 32px;
}


#border-bottom {
  background: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  z-index: 1000;
}

			#map {
                width: 100%;
                height: 420px;
            }

			div#instafollow {
    height: 930px;
    display: table;
    width: 100%;
	background: url(../img/cat.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size: cover;
}

.vertical-fix {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
h3.follow-text {
     color: #FFF;
 font-family: 'P22Underground';
 font-size: 42px;
 font-weight: 300;
   line-height: 48px;
}
h3.follow-text a {
  color: #fff;
  border-bottom: 3px solid;
}

#contact-section p {
color: #353535;
font-family: 'Bitter', serif;
font-size: 13px;
font-weight: 400;
line-height: 23px;
}

#contact-section {
    padding-top: 80px;
    padding-bottom: 70px;
	  max-width: 1050px;
  margin: 0 auto;
}

h1.contact-title {
    font-size: 43px;
    font-family: 'P22Underground';
    letter-spacing: 1px;
	  padding-bottom: 15px;
}

h3.follow-text a:hover {
  text-decoration: none;
}

h3.follow-text {
  margin-bottom: 0px;
}

.social a:hover img{
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
		  transition: all 0.3s;
}
.social a img{
	transition: all 0.3s;
}
/* page loading fade animation */
body {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s;
            transition: all 1s;
}

body.pace-done {
    -webkit-transition: all 1s;
            transition: all 1s;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* menu button section */
button {
  display: inline-block;
  margin: 0;
  border: none;
  background: none;
}
.lines-button {
  padding: 30px 1px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
}
button span {
  display: block;
}
.lines {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #b6b6b6;
  border-radius: 0px;
  transition: 0.3s;
  position: relative;
}

.lines:before {
  top: 10px;
}
.lines:after {
  top: -10px;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #b6b6b6;
  border-radius: 0px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}

.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 35px;
}

button:focus {
  outline: none;
}
header#top-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
}

body{
  padding-top: 83px;
}

img.para-img {
  position: position;
}
.parablock{
position: relative;
}
/* End of menu button section */


.row-padding {
    padding-bottom: 994px;
	  z-index: 1;
}

.row-fixed {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: #e3e3e3;
    z-index: 0;
	  box-sizing: border-box;
  width: auto;
}

.secton-1 , .uk-container {
  background: #fff;
}

.secton-1 {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 0px !important;
}

.secton-3 {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.secton-5 {
  background: #fff;
  position: relative;
    z-index: 3;
  margin-bottom: 0px;
}

#footer-section {
  z-index: 1000000;
  position: relative;
  background: #fff;
}

@media (max-width: 1440px){
	img.para-img {
  max-width: 600px;
}
}

/* Mobile Menu Size */

@media (max-width: 681px){
	.menu ul li a {
    font-size: 12px;
    }
    .menu ul li {
    padding: 0 3px 0 0;
	}
.lines-button {
      padding: 10px 1px;
}

.lines {
    width: 16px;
    height: 2px;
}

.lines:before, .lines:after {
    height: 2px;
    width: 16px !important;
}

.lines:after {
    top: -0.5rem;
}

.lines:before {
    top: 0.5rem;
}
}

@media (max-width: 480px){
.social a {
  width: 14px;
  margin-left: 1px;
  height: 14px;
  overflow: hidden;
}
.social a img {
  vertical-align: top;
}
.logo {
  width: 55px;
    padding: 14px 0;
}
.lines-button {
      padding: 10px 1px;
}

.lines {
    width: 16px;
    height: 2px;
}

.lines:before, .lines:after {
    height: 2px;
    width: 16px;
}

.lines:after {
    top: -0.5rem;
}

.lines:before {
    top: 0.5rem;
}

.social {
  padding: 9px 0;
}
nav {
  padding: 14px 0;
}
body {
  padding-top: 40px;
}
.uk-container{
  padding: 0 17px;
}
#border-bottom {
  height: 17px;
}

p {
  color: #8B8B8B;
  font-family: "Bitter";
  font-size: 14px;
  font-weight: 400;
}
.coffe-paralax, .roaster-parallax, .client-parallax {
  height: 190px;
}
.inner {
  margin: 17px;
  padding-bottom: 17px;
}

h3.title {
  margin-top: 17px;
  color: #353535;
  font-family: "P22UndergroundCYPro";
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px !important;
}
.separator {
  margin-top: 17px;
    margin-bottom: 17px !important;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
  margin-bottom: 17px;
}
h2.hero-title {
    font-size: 16px;
    font-weight: normal;
    margin-top: 63%;
    max-width: 70%;
    margin: 53% auto 0;
    display: block;
}
.focus {
  margin-top: 44px;
  margin-bottom: 44px !important;
    padding-top: 16px;
	  padding-bottom: 16px;
}

body #footer-section h1 {
  margin: 30px 0;
}

body #footer-section h1 a{
  font-size: 22px !important;

}

}
