




/*
     FILE ARCHIVED ON 11:57:53 Mar 17, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:18:23 Sep 30, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Theme Name: _tk
Theme URI: http://themekraft.com/tk/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress.
Version: 1.1.2
License: GNU General Public License
License URI: see license.txt
Tags: coffee, nightshift

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Twitter Bootstrap


*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url(http://marleycoffee.ie/wp-content/themes/_tk-master/includes/css/bootstrap-wp.css );



/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

.img {
	height: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.borderGrey {
	border: 1px solid grey;
	border-radius: 15px;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

* {
	font-family: HelveticaNeue-Light, Helvetica Neue Light, times;
}

@font-face {
    font-family: "Social";
    src:url('http://marleycoffee.ie/wp-content/themes/fonts/entypo-social.ttf');
}
html {
/* 	min-height: 100%; */
}

body {
	margin: 0;
	padding:0;
	width:100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/bg.png) repeat 0 0, url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/ui/bg_slice.png') repeat 0 0;
	background: -moz-linear-gradient(top, rgba(250,250,210,0.7) 0%, rgba(250,250,210,0.7) 100%), url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/ui/bg_slice.png') repeat 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,210,0.7)), color-stop(100%,rgba(250,250,210,0.7))), url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/ui/bg_slice.png') repeat 0 0;
	background: -webkit-linear-gradient(top, rgba(250,250,210,0.7) 0%,rgba(250,250,210,0.7) 100%), url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/ui/bg_slice.png') repeat 0 0;
	background: -o-linear-gradient(top, rgba(250,250,210,0.7) 0%,rgba(250,250,210,0.7) 100%), url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/ui/bg_slice.png') repeat 0 0;
	background: -ms-linear-gradient(top, rgba(250,250,210,0.7) 0%,rgba(250,250,210,0.7) 100%), url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/ui/bg_slice.png') repeat 0 0;
	background: linear-gradient(to bottom, rgba(250,250,210,0.7) 0%,rgba(250,250,210,0.7) 100%), url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/ui/bg_slice.png') repeat 0 0;
	background-size: 50px;
}

.container_head {
	width: 100%;
}

.row {
	margin:0;
}

.navbar {
	border-radius:0;
}

html, body {height: 100%;}



.redbar, .yellowbar, .greenbar {
	width: 100%;
	margin:0;
	padding: 0;
	height: 4px;
}
.redbar {
	background-color: #EF3340;
}
.yellowbar {
	background-color: #FEDB00;
}
.greenbar {
	background-color: #00843D;
}

.inner {
	width: 80%;
	margin: auto;
	float:left;
}

.logoImage {
	height:48px;
	margin:0;
	padding:0;
}

.navbar-brand {
	padding: 1px 0px 1px 5px;
}

#footer {
	background-color: #4e3629;
	background-image: -moz-linear-gradient(top, #4e3629 0%, #2a1d14 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e3629), to(#2a1d14));
	background-image: -webkit-linear-gradient(top, #4e3629, #2a1d14);
	background-image: -o-linear-gradient(top, #4e3629, #2a1d14);
	background-image: linear-gradient(to bottom, #4e3629, #2a1d14);
	position: relative;
	clear: both;
	box-shadow: 0 -5px 15px -5px #333;
	
} 

.logoSquare {
	width:10%;
	float: left;
	height:40px;
	background-color: red;
}

.navbar {
	background-color: #4e3629;
	background-image: -moz-linear-gradient(top, #4e3629 0%, #2a1d14 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e3629), to(#2a1d14));
	background-image: -webkit-linear-gradient(top, #4e3629, #2a1d14);
	background-image: -o-linear-gradient(top, #4e3629, #2a1d14);
	background-image: linear-gradient(to bottom, #4e3629, #2a1d14);
	position: relative;
	clear: both;
	box-shadow: 0 -5px 15px -5px #333;
}
.dropdown-menu {
	background-color: #4e3629;
	background-image: -moz-linear-gradient(top, #4e3629 0%, #2a1d14 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e3629), to(#2a1d14));
	background-image: -webkit-linear-gradient(top, #4e3629, #2a1d14);
	background-image: -o-linear-gradient(top, #4e3629, #2a1d14);
	background-image: linear-gradient(to bottom, #4e3629, #2a1d14);
}

#content {
	margin: auto;
	width: 100%;
}

.open {
	background-color: rgba(0,0,0,0);
}

li {
	color:black;
}

#logo {
	margin-left: 10px;
	width: 155px;
	height: 155px;
	background-image: url('http://marleycoffee.ie/wp/wp-content/themes/_tk-master/assets/ui/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.current a {
	background-color: rgba(255, 255, 255, 0.3);
}

.head a {
	color: white;
	text-decoration: none;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, times;
	padding: 5px 10px 5px 10px;
}

.head a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

nav {

	float: left;
	margin-top: 0;
	padding: 0;
	width: 100%;
}

#mainNav ul {
	list-style: none;
	margin-left: 10px;
}

#mainNav li {
	display: inline-block;
	float: left;
	padding: 50px 15px 5px 15px;
}

#left-menu a{
	background-image: url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/ui/menu_icon.png');
	width: 50px;
	height: 50px;
	background-size: cover;
	right: 0;
}

#left-menu {
	display: none;
	right: 0;
	float: right;
	padding: 0;
	margin: 35px 0 0 0;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*
	LAYOUT
*/

.oneThird {
	width: 33%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.twoThirds {
	width: 66%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.oneWhole {
	width: 100%;
	margin: 0 1% 0 1%;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	position: relative;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    overflow: auto;
}

.shadow {
	box-shadow: 0 5px 15px -5px #333;
}

.oneHalf {
	position: relative;
	width: 48%;
	height: 98%;
	margin: 0 1% 10px 1%;
	padding:0;
	float: left;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.clearBoth {
	clear: both;
}

.btn-default {
	color: white;
	background-color: #592002;
}

.oneQuarter{
	position: relative;
	width: 23%;
	margin: 0 1% 0 1%;
	padding: 0;
	float: left;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.threeQuarters{
	position: relative;
	width: 73%;
	margin: 0 1% 0 1%;
	padding: 0;
	float: left;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.noresOneQuarter {
	position: relative;
	width: 23%;
	margin: 0 1% 0 1%;
	padding: 0;
	float: left;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.noresThreeQuarters {
	position: relative;
	width: 73%;
	margin: 0 1% 0 1%;
	padding: 0;
	float: left;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.whiteContent {
	background-color: white;
	width: 100%;
	padding: 10px;
}

.rightImage {
	float: right;
	margin: 10px;
}

.second {
	border-left: 1px solid black;
}

/*
	CUSTOM BOXES
*/
.aboutHover {
	margin: 0;
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 99;
	display: none;
}

.contentImage{
	margin: auto;
	width: 99%;
	padding: 0;
	vertical-align:inherit;
}

.contentHeading {
	display:none;
	margin: 0 0.5% 0 0.5%;
	left: 0;
	width: 99%;
	height: 75px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom:3px;
}

.contentHeading h3 {
	margin-left: 10px;
	color: yellow;
	bottom: 20px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, times;
	font-weight: 100;
	text-align: left;
}

.yellowHeading a {
	margin-left: 0px;
	color: #FEDB00;
	bottom: 20px;
	font-family: HelveticaNeue, Helvetica Neue, times;
	font-weight:bold;
	text-align: left;
}

.posted-on {
	font-weight: bold;
	color: #FEDB00;
}

.yellowHeading {
	margin-left: 0px;
	color: #FEDB00;
	bottom: 20px;
	font-family: HelveticaNeue, Helvetica Neue, times;
	font-weight:bold;
	text-align: left;
}

.nopad {
	padding: 0;
	margin: 0;
}

.blogpadding {
	padding: 0 30px 30px 30px;
}

.coffeeCategory {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

.categoryHeader {
	margin: 0;
	width: 100%;
	background-color: #4e3629;
	height: 50px;
}

.categoryDescription {
	float: left;
	width: 60%;
}

.categoryTitle {
	float: left;
	width: 33%;
}

.titleImage {
	height:55px;
	float: right;
}

.titleImage img {
	margin-top: -15px;
	margin-right: 5px;
	margin-bottom: -15px;
	display: block; 
	width: 60px;
}

.categoryTitle h4 {
	margin-left: 10px;
	color: white;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, times;
	font-weight: 100;
	text-align: right;
	vertical-align: middle;
}

.categoryContent {
	margin: 0;
	width: 100%;
	background-color: white;
	position: relative;
	clear: both;
}

.categoryDescription h4 {
	margin-left: 10px;
	color: white;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, times;
	font-weight: 100;
}

.description {
	color: #4e3629;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, times;
	font-weight: 100;
	padding: 10px;
}

.footerText {
	color: white;
}

.fancybox-youtube a {
	color:red;
}

.marleyDiv {
	background-image: url('http://marleycoffee.ie/wp-content/themes/_tk-master/assets/images/marley_emblem.png');
	background-size: cover;
/* 	position: relative; */
	width: 23%;
	height: 70px;
	margin: 0 1% 0 1%;
	padding: 0;
	float: left;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}


.coffeeImage {
	width: 80%;
	margin: 5% 5%;
	padding: 0 10% 0 10%;
}

.categoryContent hr {
	border:0;
	border-bottom: 1px solid black;
}

.white-a > li > a{
	font-color:white;
}



/*-------------------------------------------------------------------------*/
/*	11.	General Form Styles
/*-------------------------------------------------------------------------*/

input[type=text],
textarea, input[type=email], input[type=password], input[type=tel],
input[type=url], input[type=search], input[type=date] {
    padding: 10px !important;
    width: 98%;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=date]:focus {
    background-color: #ebebeb;
}

input[type=submit], button[type=submit] {
    background-color: #333333;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

input[type=submit]:hover, button[type=submit]:hover {
    background-color: #27CFC3;
}

select {
    padding: 10px !important;
    width: 100%;
    border: 0px !important;
    border: none !Important;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !Important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !Important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !Important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

textarea {
    max-width: 100%;
}

label span {
    color: #27CFC3;
}

/*-------------------------------------------------------------------------*/
/*	9.  Blog + Pagination Styles
/*-------------------------------------------------------------------------*/

#post-area #pagination {
    padding-left: 95px;
}

#post-area {
    padding-right: 20px;
    margin-top: 4px;
}

#post-area.col_last {
    padding-left: 20px;
    padding-right: 0px !important;
}

#post-area.col_last.span_12 {
    padding-left: 0px;
    float: none !important;
}

#post-area > article:last-child .content-inner {
    margin-bottom: 0px;
    border-bottom: 0px;
}

article.post .more-link, .blog-recent .more-link {
    display: block;
    margin-top: 25px;
    cursor: default;
    color: #fff;
}

article.post .content-inner {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

article.post .more-link span, .blog-recent .more-link span {
    background-color: #333;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    width: auto;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

article.post .more-link span:hover, .blog-recent .more-link span:hover {
    background-color: #27CFC3;
}

article.post .post-meta {
    position: absolute;
    left: 0px;
    top: 0px;
}

.recent-posts article.post .post-header a {
    color: #999;
}

.recent-posts-title {
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 7px !important;
}

.post-header, #single-below-header {
    margin-bottom: 12px;
    font-size: 11px;
    color: #888;
}

.recent-posts .post-header a {
    color: #888;
}

.recent-posts .post-header a:hover {
    color: #27CFC3;
}

.recent-posts .post-header .title {
    margin-bottom: 1px;
}

.recent-posts .post-header .title a {
    color: #27CFC3;
}

.recent-posts .post-header .title a:hover {
    color: inherit;
}

article.post .post-header h1, article.post .post-header h2 {
    font-size: 26px;
    line-height: 30px;
}

article.post .post-header h2 a {
    color: #27CFC3;
}

article.post .post-header h2 a:hover {
    color: inherit !important;
}

article.post .post-header a, article.result a, #single-below-header a {
    color: inherit !important;
}

#single-below-header a:hover {
    color: #27CFC3;
}

article.post .post-content {
    position: relative;
    min-height: 98px;
}

.post-tags h4 {
    float: left;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-right: 25px;
}

.post-tags .clear {
    padding-bottom: 0px;
}

.single .post-content {
    padding-left: 0px;
}

.single #single-meta {
    right: 0px;
    height: 21px;
}

.single #single-meta ul {
    margin-bottom: 0px;
}

.single #single-meta {
    margin-top: 4px;
}

.single #single-meta ul li {
    float: left;
    list-style: none;
    padding: 0px !important;
    border-bottom: 0px !important;
}

.single #single-meta ul li .nectar-love-wrap {
    border-right: 1px solid #ddd;
    margin-right: 20px;
    padding-right: 20px;
    width: auto !important;
}

.single #single-meta ul li .nectar-love-wrap span {
    font-size: 12px;
    height: 13px;
    display: block;
    width: auto;
    padding-left: 0px;
    font-family: 'OpenSansRegular';
    line-height: 11px;
}

.single #single-below-header {
    margin-top: 8px;
    margin-bottom: 0px;
}

.single #single-below-header span {
    font-family: inherit !important;
    font-size: 11px;
    line-height: 16px;
    color: #888;
    padding-left: 0;
    display: block;
    float: left;
}

.single #single-below-header > span {
    padding: 0 10px 0 10px;
    border-left: 1px solid #DDDDDD;
}

.single #single-below-header span:first-child {
    padding-left: 0;
    border: none;
}

.single #single-below-header:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.single.single-post .section-title h1 {
    max-width: 800px;
}

.post-content {
    padding-left: 95px;
}

article.post .content-inner {
    position: relative;
}

article.post.quote .post-content .quote-inner, article.post.link .post-content .link-inner,
article.format-status .post-content .status-inner, article.post.format-aside .aside-inner {
    background-color: #27CFC3;
    position: relative;
    padding: 15px;
    color: #fff;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

article.post.quote .content-inner .quote-inner .whole-link {
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

article.post.format-aside .aside-inner p {
    margin-bottom: 15px;
}

article.post.format-aside .aside-inner .post-header {
    margin-bottom: 0px;
}

article.post.format-chat .content-inner dt {
    margin-top: 15px;
}

article.post.quote .quote-inner a, article.post.format-aside .aside-inner a,
article.post.format-aside .aside-inner a:hover {
    color: #fff !important;
}

article.post.format-aside .aside-inner p, article.post.format-aside .aside-inner .post-header {
    color: #fff !important;
}

article.post.quote .quote-inner .title, article.post.quote .quote-inner .author,
article.post.quote .quote-inner .title, article.post.quote .quote-inner .icon {
    position: relative;
    z-index: 100;
}

article.post.quote .content-inner .whole-link {
    position: absolute;
    z-index: 10;
    display: block;
    background-color: #27CFC3;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

article.post.quote .content-inner .quote-inner:hover .whole-link {
    background-color: #333333 !important;
}

article.post.quote figure {
    margin: 0 auto !important;
}

article.post.quote blockquote {
    background-image: none !important;
    padding: 0px !important;
    color: #fff !important;
    font-family: inherit !important;
    margin: 0 auto !important;
}

article.post.quote .post-content .quote-inner span.icon {
    bottom: 17px;
    height: 17px;
    width: 19px;
    display: block;
    background-image: url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/quote.png);
    position: absolute;
    right: 20px;
}

article.post.link .post-content .link-inner span.icon {
    bottom: 17px;
    height: 20px;
    width: 18px;
    display: block;
    background-image: url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/link.png);
    position: absolute;
    right: 20px;
}

article.post.link .post-content .destination {
    word-wrap: break-word;
}

article.post.format-status .post-content .status-inner span.icon {
    bottom: 17px;
    height: 16px;
    width: 18px;
    display: block;
    background-image: url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/status.png);
    position: absolute;
    right: 20px;
}

article.post.format-aside .post-content .aside-inner span.icon {
    bottom: 17px;
    height: 16px;
    width: 18px;
    display: block;
    background-image: url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/aside.png);
    position: absolute;
    right: 20px;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    article.post.quote .post-content .quote-inner span.icon {
        background-size: 19px 17px;
        background-image: url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/quote@2x.png) !important;
    }

    article.post.link .post-content .link-inner span.icon {
        background-size: 18px 20px;
        background-image: url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/link@2x.png) !important;
    }

    article.post.format-status .post-content .status-inner span.icon {
        background-size: 19px 17px;
        background-image: url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/status@2x.png) !important;
    }

    article.post.format-aside .post-content .aside-inner span.icon {
        background-size: 19px 17px;
        background-image: url(/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/aside@2x.png) !important;
    }
}

article.post .post-content.quote a, article.post .post-content.link a {
    display: block;
    z-index: 10;
}

article.post.quote .post-content h2, article.post.link .post-content h2,
article.post.format-status .post-content h2 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
}

article.format-status .post-content h2 a {
    color: #fff !important;
}

article.post.quote .post-content a:hover .quote-inner, article.post.link .post-content a:hover .link-inner, article.format-status .post-content:hover .status-inner {
    background-color: #333333 !important;
}

article.post .nectar-love-wrap {
    visibility: hidden;
}

article.post .post-meta a {
    color: #888888;
}

#post-area:not(.masonry) article.post .post-content .post-meta a.nectar-love {
    left: -2px;
    position: relative;
}

article.post .post-meta a:hover {
    color: #27CFC3;
}

article.post h2.title {
    margin-bottom: 2px;
}

article.post .post-meta {
    display: block;
    margin-bottom: 20px;
    border-right: 1px solid #E6E6E6;
}

article.post .post-meta.no-img {
    top: 6px;
}

article.post .content-inner .post-featured-img img {
    max-width: none;
    margin-bottom: 15px !important;
    width: 100%;
}

.single article.post .content-inner .post-featured-img img {
    margin-bottom: 25px !important;
}

article.post .post-meta .date {
    font-size: 12px;
    padding-bottom: 2px;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.2s linear 0s;
}

article.post .post-meta .month, article.post .post-meta .year {
    display: block;
    font-size: 17px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding: 0px;
    font-family: 'OpenSansSemiBold';
}

article.post .post-meta .year {
    margin-top: 5px;
}

article.post .post-meta .day {
    display: block;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    padding: 0px 12px 0px 12px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
}

article.post .post-meta .date {
    padding-bottom: 17px;
    border-bottom: 1px solid #E6E6E6;
}

article.post.video .video-wrap, .single-portfolio .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 15px;
}

article.post.video .video-wrap iframe, .single-portfolio .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article.post.video .mejs-container {
    margin-bottom: 15px;
}

.single article.post.video .mejs-container {
    margin-bottom: 25px;
}

article.post.audio .audio-wrap, .main-content .audio-wrap {
    margin-bottom: 15px;
}

article.post .gallery-slider .gallery, article.post .gallery-slider .jetpack-slideshow {
    display: none;
}

article.post table {
    width: 100%;
}

article.post table td, article.post table th {
    text-align: center;
}

article.post table tbody td {
    padding: 5px;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    color: #676767;
}

article.post table tbody tr td:first-child {
    border-left: 1px solid #E6E6E6;
}

article.post table th {
    border-bottom: 1px solid #E6E6E6;
    color: #676767;
}

article.post table #prev {
    text-align: left;
    position: relative;
    z-index: 2;
}

article.post table #next {
    text-align: right;
    position: relative;
    z-index: 2;
}

.article.post caption {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

p > a > i.icon-3x {
    margin-bottom: 0px !important;
}

#pagination {
    position: relative;
    margin-bottom: 10px;
    height: 32px;
    width: 100%;
}

#pagination.fw-pagination {
    text-align: center;
    height: auto;
    padding: 10px 0px 50px 0px;
    margin-bottom: 0px !important;
}

#pagination.fw-pagination.alt-style-padding {
    padding: 50px 0px;
}

#pagination.fw-pagination > div {
    float: none;
    display: inline-block;
}

.page-template-template-portfolio-php #pagination {
    margin-bottom: 30px;
}

#pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    background-color: #333333 !important;
    background-repeat: no-repeat;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    padding: 11px 13px 10px 13px !important;
    background-position: -21px center;
    position: relative;
    text-transform: capitalize;
    transition: all 0.2s linear 0s;
    border-radius: 2px 2px 2px 2px;
    font-family: 'OpenSansSemibold';
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    line-height: 11px !important;
}

#pagination > div {
    float: left;
    margin: 0px 5px 0px 0px;
}

#pagination > div:first-child {
    margin-left: 0px;
}

#pagination .next a:hover, #pagination .prev a:hover, #pagination a.page-numbers:hover, #pagination span.page-numbers.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span,
.woocommerce nav.woocommerce-pagination ul li a:active {
    background-color: #27CFC3;
}

.woocommerce nav.woocommerce-pagination ul {
    border-bottom: 0px !important;
}

#pagination span {
    cursor: default;
}

#pagination a, #pagination span {
    display: inline-block;
}

#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    text-indent: -9999px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat !important;
}

#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    text-indent: -9999px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat !important;
}

#pagination a.page-numbers, #pagination span.page-numbers {
    font-size: 12px;
    line-height: 11px;
}

#pagination .next.inactive, #pagination .prev.inactive {
    background-color: #eae8e5;
    cursor: default !important;
    height: 32px;
    width: 32px;
    margin: 0px 5px 0px 0px;
}

#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    background-image: url("/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/portfolio-arrows.png");
    background-position: -20px 12px;
}

#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-image: url("/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/portfolio-arrows.png");
    background-position: 13px 12px;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    #pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next,
    .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
        background-image: url("/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/portfolio-arrows@2x.png") !important;
        background-size: 40px 9px !important;
    }

    #pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev,
    .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
        background-image: url("/web/20160317115753/http://marleycoffee.ie/wp/wp-content/themes/marley_theme/img/icons/portfolio-arrows@2x.png") !important;
        background-size: 40px 9px !important;
    }
}

#author-bio {
    padding-bottom: 50px;
    margin-bottom: 50px;
    min-height: 80px;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -o-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

#author-bio #author-info {
    width: 100%;
    padding-left: 105px;
}

#author-bio img {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    top: 0;
}

#author-bio .clear {
    padding-bottom: 0px;
}

.single #post-area.span_12 #author-info {
    width: 992px;
}

#footer h5 {
	color:white;
}

#footer p {
	color:white;
}

.footerThird {
	width: 33%;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    clear: both;
}

.footerTwoThird {
	width: 65%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    clear: both;
}

.footerThird img {
	height:70px;
	margin:auto;
	margin-top:20px;
}

.smallSocialImage {
	height:35px;
	margin-top:2.5px;
}

.socialWrapper {
	width: 19%;
	float: left;
}

.smallSocialImage:hover {
	opacity: 0.5;
}

.related {
	clear:both;
}

.entry-summary {
	background-color: white;
	box-shadow: 0 5px 15px -5px #333;
	padding:5px;
}

.shop_table, .checkout {
	background-color: white;
}

.headerFlag {
	float: right;
}

.bordertop {
	border-top: 1px solid black;
}

/*
.main-content-inner {
	background-color: white;
	box-shadow: 0 5px 15px -5px #333;
}
*/

.hide {
	position: absolute;
    top: -9999px;
    left: -9999px;
}



/*-------------------------------------------------- 
RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width : 860px) {
#ssi-absolute {
	display:none;
}
.headerFlag {
	float: left;
}

}
@media only screen and (max-width : 550px) {

#ssi-absolute {
	display:none;
}	

.navbar-collapse {display:none}

.oneThird, .twoThirds, .oneHalf, .oneQuarter{
	width: 98%;
}
.second {
	border: 0;
	border-top: 1px solid black;
}
.headerFlag {
	float: left;
}

}

@media only screen and (max-width : 500px) {
#ssi-absolute {
	display:none;
}

.navbar-collapse {display:none}

.categoryDescription {
/* 	width: 100%; */
}

.categoryTitle {
/* 	width: 100%; */
}

.categoryDescription h4 {
	font-size: 14px;
}

.categoryTitle h4 {
	font-size: 14px;
}

.oneThird, .twoThirds, .oneHalf, .oneQuarter, .oneWhole{
	width: 98%;
	padding: 1%;
}

.second {
	border: 0;
	border-top: 1px solid black;
}

.noresOneQuarter {
	display: none;
}

.noresThreeQuarters {
	width: 100%;
}

.contentHeading {
	display: inline;
}

.headerFlag {
	float: left;
}
}

.site-navigation-inner {
	padding: 0;
}

0
