/*
Theme Name: The Theme
Theme URI: https://jacoffee.com.au/
Description: A Theme for Justin.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com.au
*/

@font-face {
    font-family: 'REA Pangea';
    src: url('fonts/REAPangea-Medium.woff2') format('woff2'),
         url('fonts/REAPangea-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#skoon,
#just-now,
#lekker-bru {
  padding: 100px 0;
}

html, body {
	height: 100%;

.theme .shop-beans {
	position: absolute; 
	top: 30%; 
	margin: auto; 
	z-index: 99; 
	text-align: center; 
	width: 100%;
}
	 
.theme .shop-beans.boxposts {
	top: 30%; 
}	 

.theme .shop-beans a {
	background-color: #fff;
	color: #555;
	font-size: 18px; 
	margin: auto; 
	padding:24px 32px 20px; 
	border-radius: 24px;
} 

.theme .shop-beans a:hover {
	background-color: #555;
	color: #fff;
} 

@media (max-width: 1780px) {
    .theme .event-image {
        background-size: cover;
        min-height: 368px;
    }
    .theme .content-section {
	   padding-top: 6px; 
    }
    .theme .shop-beans a {
	    font-size:  15px;
	    padding: 10px 16px 10px;
	} 

	.theme .shop-beans.boxposts {
		top: 28px;
		right: 26px;
		text-align: right; 
		margin: auto; 
	}
}

.theme .review-container {
	background-color: #eee;
	height: 324px;
	padding: 16px;
  
}

body.theme {
    font-size: 18px;
    font-family: 'REA Pangea';
    font-weight: 500;
    font-style: normal;
}

#wrap {
    height: auto !important;
    margin: 0 auto -296px;
    min-height: 100%;
    padding: 0 0 296px;
    transition: all 0.2s ease 0s;
}

.theme h1 {
	font-size: 32px;
    font-family: 'futura-pt';
    font-weight: 900;
    font-style: normal;
}

.theme h2 {
	font-size: 24px;
    font-family: 'protipo-narrow';
    font-weight: 700;
    font-style: normal;
}
.theme h4 {
	font-size: 20px;
    font-family: 'protipo-narrow';
    font-weight: 300;
    font-style: normal;
}

.theme h3, 
.theme h4, 
.theme h5, 
.theme h6 {
    font-weight: 700;
    font-size: 18px;
}

.theme a {
	color:#f3715a;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

.theme a:hover, 
.theme a:focus {
	color:#f3715a;
	text-decoration: underline;
}

.theme hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.theme .media {
	list-style: none; 
}
.quantity {
   border:1px solid #e0e0e0;
   background-color: #f0f0f0;
   width:100%;
   padding-right: 4px;
}

.theme .flex-row {
	align-items: center;
    display: flex;
    margin-bottom: 4px;
}
.theme .row.block-row {
	display: block;
}

.theme .input-row {
    min-height: 34px;
    margin-top: 10px;
}

.box-container {
	padding: 30px;
}

.box-container ol {
	padding-left: 18px;
	
}

.box-container li {
	padding-left: 12px;
	padding-bottom: 12px;
}

.section-body {
	padding:8px 12px;
	border-radius: 4px;
	margin:8px auto;
}

.section-body h4{
	margin-top: 2px;
}

.section-grey {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
}

.theme .navbar {
	min-height: 100px;
	margin-bottom: 0;
}

.theme .pushy .active{
	background: #f3715a;
}

.nav-login {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
    color:#f3715a;
}

.nav-login span {
    font-size: 18px;
    font-weight: 600;
}

.nav-login a {
    color:#f3715a;
}

.nav-login a:hover {
	color: rgb(235, 210, 185);
}


.theme a.navbar-brand {
	margin-top: 14px;
	margin-left: 0px;
}

.theme .navbar-header {
    position: absolute;
}

.theme .navbar-header a.navbar-brand {
    padding: 0;
    color:#2d2d2d;
    transition: all 0.2s ease 0s;
    margin-right: 12px;
    margin-left: 30px;
    transition: all 0.2s ease 0s;
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color:#f3715a;
}

.theme .front-page .navbar-default {
	background-color: transparent;
    background-image: none;
    border-color: rgba(255, 255, 255, 0.3);
    border-bottom-width: 1px;
    transition: background-color 200ms linear;
}

.theme .front-page .navbar-default:hover,
.theme .navbar-default {
	background-color: #fff;
	background-image: none;
    border-color: rgba(33, 33, 33, 0.3);
    border-bottom-width: 1px;
    transition: background-color 200ms linear;
}

.theme .front-page .navbar-default img:first-child  {
	display: none;
}

.theme .front-page .navbar-default img:last-child  {
	display: block;
}

.theme .front-page .navbar-default:hover img:first-child,
.theme .navbar-default img:first-child  {
	display: block;
}

.theme .front-page .navbar-default:hover img:last-child,
.theme .navbar-default img:last-child  {
	display: none;
}

.theme .navbar-default .navbar-toggle {
	font-size: 48px;
    border-radius: 0;
    margin: 0;
    padding: 8px;
	position: absolute;
	top:6px;
	right:10px;
    color: #333;
    border:none;
    background-color:transparent;
}

.theme .front-page .navbar-default .navbar-toggle {
    color: #fff;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
	background-color:transparent;
	color: #f3715a;
}

.theme .navbar-default .navbar-nav { 
    margin-top: 32px;
}

.theme .front-page .navbar-default .navbar-nav > li > a {
    color:#fff;
    text-transform: uppercase;
    padding: 14px 0px 6px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
    font-family: 'protipo-narrow';
}

.theme .navbar-default .navbar-nav > li > a {
    color:rgb(33, 33, 33);
    text-transform: uppercase;
    padding: 14px 0px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
    font-family: 'protipo-narrow';
}

.theme .front-page .navbar-default:hover .navbar-nav > li > a,
.theme .front-page .navbar-default:focus .navbar-nav > li > a {
	color: rgb(33, 33, 33);
}

.theme .navbar-default .navbar-nav > li > a:hover,
.theme .navbar-default .navbar-nav > li > a:focus {
	text-decoration: none; 
}

.theme .navbar-default .navbar-nav > .active > a,
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus { 
    text-decoration: underline;
    background-color: transparent;
    background-image: none;
}

.theme .navbar-default .navbar-nav > .open > a, 
.theme .navbar-default .navbar-nav > .open > a:hover, 
.theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;background-image: none;
    color: #f3715a;
}

.theme .nav > li.dropdown {
    position: relative;
}

.theme .navbar-right {
    margin-right: 0;
}

.theme .navbar-right .dropdown-menu {
    right: inherit;
}

.theme .dropdown-menu > .active > a, 
.theme .dropdown-menu > .active > a:focus, 
.theme .dropdown-menu > .active > a:hover {
    background-color: #f3715a;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.menu-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .1em;
  background-color: currentColor;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
  transition: opacity .3s,transform .3s;
}
.menu-item:hover a::before {
  opacity: 1;
  transform: translate3d(0,.2em,0);
  transform: scale(1);
}

.the-line {
	width:100px;
	height: 20px;
	border-top: 4px solid rgb(235, 210, 185);
}

.process {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.success {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.loading {
	text-align: center;
	width:100%;
	display:none;
	z-index: 99;
	box-shadow: 0 5px 15px rgba(200, 200, 200, 0.3);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.loading > div {
	background-color:rgba(255, 255, 255, 0.85);
	padding:28px;
	border-radius: 14px;
}

.loading span {
	border-radius: 4px;
	color:#fff;
	padding:16px 48px;
	box-shadow: 3px 3px 4px 0px rgba(128, 128, 128, 0.75);
}

.process {
	background-color: #f3715a;
    border-color: #974030;
}

.slide {
	width: 100%;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
}

.sliders {
	width:100%;
	transition: all 0.2s ease 0s;
}

.event-image {
	display: block;
    margin: 20px auto 0 auto;
    min-height: 240px;
    width: 100%; 
    background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.event-image:hover {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

.content-section {
	padding: 26px;
	padding-top: calc(100% - 360px);
}

.content-section h2,
.content-section p {
	color: #fff;
	
}

.content-section h2 {
	border-bottom: 1px solid rgb(235, 210, 185);
	padding-bottom: 30px;
}

.home-tag {
	position: absolute;
	left: 30px; 
	top: 70%; 
	color: #fff;
	background-color: rgba(64, 64, 64, 0.2);
	padding:12px;
	border-radius: 12px;
}

.page-container {
    padding-top: 100px;
    padding-bottom: 28px;
}	

.header-title {
	position: absolute;
	top: calc(50% - 39px);
	margin: auto;
	width: 100%
}

.header-title h1 {
	text-transform: uppercase;
	font-size: 48px;
	text-shadow: 1px 1px 2px black;
}

.header-image {
	width: 100%;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
    background-size: cover;
    color: #fff;
}

.page-container h5 {
	color:#f3715a;
}

.center-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	margin-bottom: 20px;
}

.square-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 16px;
}

.cover-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 16px;
}

.responsive {
	padding:20px 32px;
}

.modal-dialog.modal-dialog-lg {
    width: 1024px;
}

.modal-dialog.modal-dialog-max {
    width: calc(100% - 20px);
}

.theme .toggle-target {
	display: none;
}

.page-container .form-control {
	color:#555;
	padding:8px;
	font-size: 18px;
	height: inherit;
	margin-bottom: 6px
}

.footer-container {
	background-color: rgb(235, 210, 185);
	color:#fff;
	padding: 20px 0;
}

.footer-container h3 {
	font-size: 16px;
	margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.footer-container .fa-ul {
	margin-left:22px;
}

.footer-container .fa-li {
    top: 6px;
}

.footer-container .menu-item {
	padding:2px 0;
}

.footer-container .featured {
	list-style-type: none;
    padding-left: 0;
}

.footer-container .featured > li > a:before {
	content: "\f0f4";
	font-family: FontAwesome;
	padding-right: 7px;
}

.copy-container {
	background-color: rgb(235, 210, 185);
	color:#fff;
	font-size: 12px;
	padding-bottom: 20px;
}

/* icons */

.fa {
	cursor: pointer;
}

.fa-sort-desc, .fa-sort-asc {
	font-size:11px;
	color:#999;
	position: absolute;
	right:2px;
}

.fa-sort-desc {
	top:6px;
}

.fa-sort-asc {
	top:10px;
}

.fa-left {
	margin-left: 10px;
}

.fa-right {
	margin-right: 8px;
	width:16px;
	text-align: center;
}

.fa-dropdown {
	position: relative;
	padding:4px 0;
}

/* Table Styles */

body .rtodata-column-sort {
	float:right;
	margin-right:4px;
	cursor: pointer;
}

.theme table {
	width:100%;
}

.theme th {
	background-color: #eee;
	border:1px solid #e0e0e0;
	padding:6px;
}

.theme .table-sub-header td {
	background-color: #fafafa;
	border:1px solid #e0e0e0;
	border-top: none;
	padding:6px;
}

.theme td {
	background-color: #fff;
	padding:6px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

.theme td:first-child {
	min-width: 180px;
	border-left: 1px solid #ddd;
}
.theme td:last-child {
	border-right: 1px solid #ddd;
}

th .nav > li > a {
    padding: 4px 0px;
    display: inline-block;
}

td .nav > li > a {
    padding: 0px;
}

.fixed-column-1 {
	width:30px;
	text-align: center;
}

.fixed-column-2 {
	width:150px;
}




/* Yamm!3 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.yamm .yamm-content {
  padding: 20px 30px;
  min-width:360px;
  max-height: calc(100vh - 108px);
  overflow-y: scroll;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm .media-body {
    width: auto;
}

/* Utilties */

.theme .text-jacoffee {
    color: #f3715a;
}

.theme .btn-jacoffee {
    background-color: #f3715a;
    border-color: #f3715a;
    color: #fff;
}

.theme .btn-jacoffee:hover,
.theme .btn-jacoffee:focus {
	color:#fff;
	background-color: #777;
	border-color: #777;
}

.highlight {
	outline: 1px solid #ffcc00;
	background-color: #fef9e3 !important;
}

.relative {
	position: relative;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:10px;
}

img.alignleft {
    margin-right:20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

