/*
Theme Name: Waraburra Nura
Author: Sonke Roth
Author URI: https://lpip.com.au
Description: Custom Website Template
Version: 1
*/
   
/* Fonts already!!
-------------------------------------------------------------- */


/* General
-------------------------------------------------------------- */

::selection{
	background-color: #9f9f9a;
	color:#fff;
}

::-moz-selection{
	background-color: #9f9f9a;
	color:#fff;
}

* {
	box-sizing: border-box;
	outline: none !important;
}

html, body {
	position: relative;
	margin: 0;
	overflow: initial;
}

body { 	
	font-family: 'PT Serif', 'Times', serif;
	font-size: 16px;
	background-color: #faf6f1;
	color: #434946;
	text-rendering: geometricPrecision ;
	-webkit-font-smoothing: antialiased ;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

a { 
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	color: inherit;
}

a:hover {
	opacity:0.66;
}

p { 
	margin: 0 0 15px 0;
}

p:last-of-type { 
	margin: 0;
	
}


h1, h2, h3, h4 { 
	font-family: 'PT Serif', 'Times', serif;
	font-weight: normal;
	margin: 0 0 1.5rem 0;
	padding:0;
}

h2 {
	font-size: 18px;
}

img, .shadow {
	max-width: 100%;
	box-shadow: rgba(0,0,0,0.2) 1px 1px 3px;
}
blockquote {
	border-left: 2px solid #e9e9e9;
	padding-left: 1rem;
	margin: 2.5rem 2rem;

}
blockquote p{
	font-size: 20px;

}

svg {
	fill: currentColor;
}

a.button {
	display: inline-block;
	border: 2px solid #41463f;
	background-color: #41463f;
	color: #faf6f1;
	padding: 5px 8px;
	font-size: 16px;
	margin-bottom: 1.5rem;
}

a.button:hover {
	background-color: transparent;
	color: #41463f;
	opacity:1;
}

a.download {
	display: block;
}
.sidebar a.icon-pdf {	
}

.sidebar a.icon-http:before {
	content: "\f08e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: relative;
	padding-right: 7px;
	opacity: 0.33;
}

.tag-list a.icon-http:before {
	display: none;
}

.sidebar a.icon-pdf:before {
	content: "\f1c1";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: relative;
	padding-right: 7px;
	opacity: 0.33;
}



strong a {
	display: inline-block;
	padding: 10px;
	border: 1px solid;
	font-weight: normal;
	text-decoration: none !important;
	margin: 12px auto;

}

@media (min-width : 768px) {

	p { 
		margin: 0 0 1rem 0;
	}
	h1, h2, h3, h4 { 
	}

	h2 {
	font-size: 21px;
	}

	a.button {
	padding: 8px 10px;
	font-size: 20px;
	}

}

/* Structure
-------------------------------------------------------------- */

main {

}
.container-fluid {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid.content  {
	margin-top: 1rem;
}

/* full width container */
.container-fluid.no-padding {
	max-width: 100%;
	background-color: #000;
}

.row {
	margin-right: -15px;
	margin-left:  -15px;

}

[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}

.section-wrapper [class*=col-] {

}


.column {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	margin:3rem auto;
	
}

.wyg a {
	text-decoration: underline;
}
.wyg a:hover {
	text-decoration: none;
}
@media (min-width : 768px) {
	.content .page {
	max-width: 768px;
	}

	.container-fluid {
		max-width: 1280px;
		margin: 0 auto;
		padding-left: 90px;
		padding-right: 90px;
	}
	.container-fluid.content  {
	margin-top: 1.2rem;
	}

	.row {
	
	}

	[class*=col-] {
	
	}

	[class*=col-] > .row {
	
	}
	.column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	}
}


/* Home Page
-------------------------------------------------------------- */
body.page header {
	position: absolute;
	color: #fff;
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
}

body.page header .current-menu-item a {
	border-bottom: 1px solid rgba(255,255,255,0.33);
}
body.page.menu header .current-menu-item a {
	border-bottom: 1px solid rgba(67,73,70,0.33);
}

body.page .bodyMenu span, body.page .bodyMenu span:before, body.page .bodyMenu span:after {
	background-color: #fff;
}

body.page.menu .bodyMenu span, body.page.menu .bodyMenu span:before, body.page.menu .bodyMenu span:after {
	background-color: #434946;
}

body.page .swiper-slide {
	padding-top: 75%;
	opacity:0.85;
	}

body.page .language {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	background: radial-gradient(closest-side, rgba(0,0,0,0.33), rgba(0,0,0,0));
	background-repeat: no-repeat;
}
body.page .language a {
	margin-top: 1rem;
	display: inline-block;
	opacity: 0.75;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
body.page .language a:hover {
	border-bottom: 1px solid rgba(255,255,255,0);
}
.container-fluid.page {
	margin: 1.2rem auto;

}


.container-fluid.page h1, .additional-info h2 {
	position:relative; 
	border-bottom: 1px solid #fff;
	display: block;
}

.container-fluid.page h1:before, .additional-info h2:before {
    content:""; 
    display:block; 
    position:absolute; 
    left:0; 
    bottom:1px; 
    width:100%; 
    height:1px;                          
    background:rgba(45,36,27,0.1);
}

.additional-info {
	margin-bottom: 2rem;
}

.container-fluid.home [class*=col-] {
	padding-right: 25px;
	padding-left: 25px;
}


@media (min-width : 48em) {
	body.page .swiper-slide {
		padding-top: 46.25%;
	}
	body.page .language {
	top: 60%;
	width: 40%;
	}
}

.page-id-507 .language {
	display: none;
}

.language {
	position: relative;
	display: block;
	margin: 0 0 0.5rem;
	text-align: center;
}

.language h1 {
	margin: 0;
	line-height: 1em;
}
.language p {
	font-size: 15px;
	margin-top: 0;
	font-style: normal;
}

.language-all h2, .language-all p {
	margin: 0 0 .2rem;
	display: inline-block;
}

.language-all {
	padding: 1rem;
	margin: 0;
	word-wrap: break-word;
	-moz-transition: background-color 0.15s ease-out;
	-webkit-transition: background-color 0.15s ease-out;
	transition: background-color 0.15s ease-out;
}

.language-all:nth-of-type(2n) {
	background-color: rgba(67,73,70,0.2);
}
.language-all:nth-of-type(2n+1) {
	padding: 1rem;
}

.language-all:hover {
	background-color: rgba(255,255,255,0.75);
}
.language-all:hover:nth-of-type(2n) {
	background-color: rgba(67,73,70,0.1);
}
@media (min-width : 48em) {

	.language p {
	font-size: 18px;
	
	}
}

/* Audio Player
-------------------------------------------------------------- */

audio {
	width:100%;
}

/* Post / Page content
-------------------------------------------------------------- */

.container-fluid.content {

}


h1 {
	font-size: 28px;
	padding-bottom: .5rem;
	position:relative; 
    display: block;
    margin: 0 0 1rem;

}
.divider {
	margin: 2rem auto;
}



@media (min-width : 48em) {
h1 {
	font-size: 42px;
	}

	.main-content {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	}
}

/* Sidebar
-------------------------------------------------------------- */

section.sidebar {
	margin-bottom: 2rem
}


section.sidebar h2{
	margin: 1.6rem 0 1.2rem;
	padding-bottom:0.5rem;
}


section.sidebar h2.first {
	margin: 1.6rem 0 .5rem;
}

section.sidebar p.first {
	margin: 0 0 1rem;
	padding-bottom: 0;
}


img.botanical-image {
	width: 100%;
	margin-top: -.5rem;
}

span.img-caption {
	display: inline-block;
	margin-top: .5rem;
	font-size: 90%;
	font-style: italic;
	opacity: 0.8;
}

section .item {
	margin-bottom: 2.4rem;
}

@media (min-width : 48em) {
	section .item {
		margin-bottom: 1.5rem;
	}
}

/* Swiper 
-------------------------------------------------------------- */
/* DOUBLE AXE T */ /* INVERTED CONE OVERDYE T */

.swiper-container,
.swiper-container * {

}

.swiper-container .swiper-wrapper,
.swiper-container .swiper-wrapper * {

}

.swiper-slide {
	height:100%;
	width:100%;
	background-color: #FFF;
	padding-top:70%;
}

.swiper-slide img {
	width:100%;
}

.slide-caption {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 75%;
	padding: .25rem;
	background-color: rgba(0,0,0,0.25);
	color: rgba(255,255,255,0.75);
}

@media (min-width: 48em) {
	.slide-caption {
		font-size: 75%;
		padding: .5rem;
	}
}

.swiper-slide .container-fluid {
	display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
	bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.swiper-pagination {
	position: relative;
	bottom: unset;
	left: unset;
	text-align: left;
	display: inline-block;

}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
	border: 2px solid #FFF;
}

.swiper-pagination-bullet-active {
	background: #FFF;
}

.light .swiper-pagination-bullet {

	border: 2px solid #232323;
}

.dark .swiper-pagination-bullet {

	border: 2px solid #FFF;
}

.light .swiper-pagination-bullet-active {
	background: #232323;
}

.dark .swiper-pagination-bullet-active {
	background: #FFF;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 30px;
	right: auto;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50%;
	height: 100%;
	margin-top: 0;
	transform: translateY(-50%);
	z-index: 10;
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;

	display: none !important;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
	opacity: .0;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover {
	opacity:1;
}

.swiper-button-next.swiper-button-disabled:hover, 
.swiper-button-prev.swiper-button-disabled:hover {
	opacity: .35;
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23232323'%2F%3E%3C%2Fsvg%3E") !important;
	background-position: center left;
}

.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23232323'%2F%3E%3C%2Fsvg%3E") !important;
	background-position: center right;
}

.slider.fade .swiper-pagination,
.slider.fade .swiper-button-next,
.slider.fade .swiper-button-prev {
	display: none !important;
}


/* Custom cursors */
		
.prev {
	position: absolute;
	pointer-events: auto;
	width: 40%;
	left: 0;
	top:0;
	height: 100%;
	z-index:2;
	cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26.8px' height='50px' viewBox='0 0 26.8 50' style='enable-background:new 0 0 26.8 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23010101;%7D .st1%7Bfill:%23faf6f1;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon class='st0' points='25.9,0.9 25,0 0,25 25,50 25.9,49.1 1.8,25 '/%3E%3Cpolygon class='st1' points='26.8,1.8 25.9,0.9 1.8,25 25.9,49.1 26.8,48.2 3.6,25 '/%3E%3C/svg%3E%0A") 0 30, auto;
}

.next {
	position: absolute;
	pointer-events: auto;
	width: 40%;
	right: 0;
	top:0;
	height: 100%;
	z-index:2;
	 -webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
	cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26.8px' height='50px' viewBox='0 0 26.8 50' style='enable-background:new 0 0 26.8 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23010101;%7D .st1%7Bfill:%23faf6f1;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon class='st0' points='0.9,49.1 1.8,50 26.8,25 1.8,0 0.9,0.9 25,25 '/%3E%3Cpolygon class='st1' points='0,48.2 0.9,49.1 25,25 0.9,0.9 0,1.8 23.2,25 '/%3E%3C/svg%3E") 0 30, auto;
}

.prev.swiper-button-disabled {
	cursor: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26.8px' height='50px' viewBox='0 0 26.8 50' style='enable-background:new 0 0 26.8 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.15;fill:%23010101;%7D .st1%7Bopacity:0.15;fill:%23faf6f1;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon class='st0' points='25.9,0.9 25,0 0,25 25,50 25.9,49.1 1.8,25 '/%3E%3Cpolygon class='st1' points='26.8,1.8 25.9,0.9 1.8,25 25.9,49.1 26.8,48.2 3.6,25 '/%3E%3C/svg%3E%0A")0 30, auto;
}
.next.swiper-button-disabled {
	cursor: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26.8px' height='50px' viewBox='0 0 26.8 50' style='enable-background:new 0 0 26.8 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.15;fill:%23010101;%7D .st1%7Bopacity:0.15;fill:%23faf6f1;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon class='st0' points='0.9,49.1 1.8,50 26.8,25 1.8,0 0.9,0.9 25,25 '/%3E%3Cpolygon class='st1' points='0,48.2 0.9,49.1 25,25 0.9,0.9 0,1.8 23.2,25 '/%3E%3C/svg%3E%0A")0 30, auto;
}


@media (min-width: 48rem) {
	.swiper-slide {
		padding-top:56.25%; 
	}
	
}

/* Grid
-------------------------------------------------------------- */

.grid-item h2 {
	font-size: 18px;
}


/* Header
-------------------------------------------------------------- */

header {
	position: relative;
	z-index: 2147483647;
	width: 100%;

}


header h1.logo {
	margin: 1rem 0;
}

header * {
	-webkit-user-select: none;
	user-select: none;

}


header .logo {
	position: relative;
	z-index: 10;
}


header .logo svg {
	position: relative;
	top: -8px;
	left: -78px;
	margin-bottom: -60px;
	height: 100px;
}


header .logo a {

}

header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.current-menu-item a {
	border-bottom: 1px solid rgba(67,73,70,0.33);
}

ul.menu li:last-child {
	margin-right: 0;
}

header a {

}

header a:hover {
}

ul.menu li {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	}

body.menu header .nav-menu {
	display: block;
	color: #434946;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255,255,255,0.5);
	padding: 4rem 1rem 0;
	width: 100%;
	min-height: 100vh;
}

header .nav-menu {
	display: none;
}

body.menu main {
	opacity: 0.8;
	filter: blur(2px);
}

@media (min-width : 48em) {

	header {
	
	}

	header .nav-menu {
	display: block;
	}

	header h1.logo {
	margin: 2rem 0;
	}

	header .logo svg {
	position: absolute;
	top: 0;
	left: -60px;
	height: 148px;
	}

	header ul {
	list-style: none;
	padding: 0;
	margin: 2rem 0;
	}


	ul.menu li {
	display: inline;
	text-transform: uppercase;
	margin-right: 1rem;
	font-size: 13px;
	letter-spacing: 1px;
	}
}



 
/* Nav Toggle
-------------------------------------------------------------- */

.bodyMenu {
	height: 20px;
	width: 25px;
	cursor: pointer;
	position: absolute;
	right: 1rem;
	top: .75rem;
	padding: 0;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.bodyMenu span,
.bodyMenu span:before,
.bodyMenu span:after {
	z-index: 1;
	cursor: pointer;
	border-radius: 0;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: '';
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	background-color: #434946;

}

.bodyMenu span:before {
	top: -5px;
}

.bodyMenu span:after {
	top: 5px;
}

body.menu
.bodyMenu span {
	background-color: transparent !important;
}

body.menu
.bodyMenu span:before,
body.menu
.bodyMenu span:after {
	top: 0;
}

body.menu
.bodyMenu span:before {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

body.menu
.bodyMenu span:after {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

body .loading
.bodyMenu
.loader {
	opacity: 1;
}

body .loading
.bodyMenu {
}

body .loading
.bodyMenu
span {
	opacity: 0;
}



@media (min-width : 48em) {
	.bodyMenu {
		display: none;
	}

	.nav-menu {
	}
	

}


/* Video Player
-------------------------------------------------------------- */
video {

}

/* Tags
-------------------------------------------------------------- */

.tag-list {
	margin: 1rem 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.tag-list a {
	background-color: rgba(67,73,70,0.2);
	border-radius: 3px;
	padding: .1rem .35rem;
	margin-right: .3rem;
	line-height: 2em;

}

.tag-list a:hover, .tag-list a.active, .tag-list a.selected {
	background-color: rgba(67,73,70,1);
	color:#fff;
}

.tag-nav {
	margin-bottom: 2rem;
}

.sidebar .tag-list a {
	cursor: default;
	pointer-events: none;
}

/* Helpers 
-------------------------------------------------------------- */

.color-wrap {
	position:relative; 
	background: #fff;
	padding: 1rem 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;

}


.b-line {
	position:relative; 
	border-bottom: 1px solid #fff;
	display: block;
}

.b-line:before {
    content:""; 
    display:block; 
    position:absolute; 
    left:0; 
    bottom:1px; 
    width:100%; 
    height:1px;                          
    background:rgba(45,36,27,0.1);
}


.locked {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none; 
	-khtml-user-drag: none; 
	-moz-user-drag: none; 
	-o-user-drag: none; 
	cursor: default;
}


.max-90 {
	max-width: 90%;
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.no-padding { 
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-padding > .row {
	margin-left: 0;
	margin-right: 0;
}
.no-padding > .row > [class*=col-] {
	padding: 0 !important;
} 

.sticky-parent {
	overflow: visible;
}

.sticky {
	top: 1.5rem;
	position: -webkit-sticky !important;
	position: sticky !important;
}

.v-space {
	margin: 1rem auto;
}

.top-margin {
	margin-top:1.5rem;
	margin-bottom: 0.5rem;
}

@media (min-width : 48em) {

	.v-space {
		margin: 3.5rem auto;
	}
}

/* PLant intro */

.plant-intro {
max-width: 760px;
margin: 1rem auto 2.5rem;
}

/* Mailchimp */

#mc_embed_signup_scroll {
	margin: 1rem auto 2rem;
	font-size: 100%;

}

footer h2 {
	margin:0 0 .5rem 0;

}

#mc_embed_signup_scroll input, #mc_embed_signup_scroll button  {
	padding: .75rem;
}

#mc_embed_signup_scroll button {
	border: 2px solid;
	background: transparent;
}

/* Footer
-------------------------------------------------------------- */

footer {
	 margin: auto auto 0 auto;
	 width: 100%;
	 padding: 1rem 0;
	 font-size: 85%
}

footer p {
	margin: 0;
}

footer img {
	box-shadow: none;
}

img.footer-logo {
	width: 120px;
	height: auto;
	margin: 2rem 0;
}

/* Isotope stuff */

/**** Isotope Filtering ****/
 
.grid-item {
  z-index: 2;
}
 
.isotope-hidden.grid-item {
  pointer-events: none;
  z-index: 1;
}

a.lp {
	opacity:0.33;
	 margin-top: auto;
  margin-left: auto;
}

/* Gallery hides */

button.pswp__button.pswp__button--share, button.pswp__button.pswp__button--fs, button.pswp__button.pswp__button--zoom {
	display: none !important;
}

.dgwt-jg-gallery {
	margin: 3rem auto;
}
