/*
Theme Name: Selwoods
Theme URI: 
Author: Jay Lee
Author URI: https://jaylee.co.nz/
Description: 
Version: 1.5
Tags: 
Text Domain: selwoods
*/

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Makes the page fill the window. */
html, body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", sans-serif;
	font-weight: 400;
  background: #f7efea;
  color: #826254;
}
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */

#map {
	position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.main_container{
	position: relative;
  z-index:9;
}

h1{
	font-family: "Tahoma", "Arial", "Roboto", sans-serif;
}
#primary_menu {
  z-index:99;
  /*background: #f7efea;*/
  background: rgba(247,239,234,0.8);
}
#footer_menu{
  z-index:99;
  /*background: #f7efea;*/
  background: #D3C9C6;
}

/*===== Vertical Timeline =====*/
#conference-timeline {
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
  z-index:99;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #826254;
  z-index: 0;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
	display: table;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	background: #826254;
	padding: 15px 23px;
	color: #fff;
	max-width: 50%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 99;
	position: relative;
}
#conference-timeline .conference-timeline-content {
	padding-top: 67px;
	padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  opacity: 0;
}
@keyframes showContent {
  from {opacity: 0;}
  to {opacity: 1;}
}
.timeline-article.show{
  opacity: 1;
  animation-name: showContent;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
  text-align: justify;
}
.timeline-article .notes {
  color: #fff;
  /*background-color: rgba(0,176,189,0.7);*/
  background: #FF3600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
  padding: 27px 25px;
  border: 1px solid #ddd;
  position: relative;
  width: auto;
  margin-top: 10px;
}
.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #826254;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #826254;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
}
/*===== // Resonsive Vertical Timeline =====*/
a:link,
a:visited{
  color: #230E08;
}

.index_panel{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(247,239,234,0.9);
  z-index: 999;
  display: none;
  padding-top:8px;
}
.btn_index_menu{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.btn_index_menu:hover{
  transition: 0.9s;
  transform: rotateY(180deg);
}
#menu-storyline{
}
#menu-story-line-index > .menu-item,
#menu-storyline > .menu-item{
  margin-top: 40px;
  margin-left: 40px;
}
#menu-story-line-index > .menu-item > a:link,
#menu-story-line-index > .menu-item > a:visited,
#menu-storyline > .menu-item > a:link,
#menu-storyline > .menu-item > a:visited{
  color: #230E08;
  font-weight: bold;
  text-decoration: underline;
}
#menu-story-line-index > .menu-item > .sub-menu > li.menu-item > a:link,
#menu-story-line-index > .menu-item > .sub-menu > li.menu-item > a:visited,
#menu-storyline > .menu-item > .sub-menu > li.menu-item > a:link,
#menu-storyline > .menu-item > .sub-menu > li.menu-item > a:visited{
  color: #230E08;
}
#menu-index>li{
  padding: 20px;
}
#menu-index>li>a,
#menu-index>li>ul.sub-menu>li>a{
  color: #230E08;
}
.widget_revslider{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.nav-link:link,
.nav-link:visited{
  color: #230E08;
}
#breadcrumbs{
  padding: 20px 0px;
}
.sidebar-right{
  background: #fff;
  box-shadow: 5px 0px 5px -5px rgba(0,0,0,0.2), -5px 0px 5px -5px rgba(0,0,0,0.2);
}
footer{
  background: #D3C9C6;
}

/* homepage */
.block-header{
  margin-top:30px;
  padding: 20px 0px 30px 0px;
  text-align: center;
  background: url("images/separator.png") center bottom no-repeat;
  position: relative;
}
.block-header h1{
  color: #826254;
  font-size: 40px;
  font-family: Tahoma;
  position: absolute;
  top: 56px;
  width: 100%;
}
.block-header h2{
  color: #D3C9C6;
  font-size: 50px;
  font-weight: bold;
  font-family: Tahoma;
  text-transform: uppercase;
  width: 100%;
  margin: 0px auto;
  display: block;
}
h1{
  font-size: 36px;
  color: #826254;
}
h2{
  font-size: 35px;
  color: #D3C9C6;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.bg-block-header{
  margin-top:30px;
  padding: 20px 0px 30px 0px;
  text-align: center;
  background: url("images/separator-light.png") center bottom no-repeat;
  position: relative;  
}
.bg-block-header h1{
  color: #F7EFEA;
  font-size: 40px;
  font-family: Tahoma;
}
.light-text p,
.light-text label,
.light-text span{
  color: #F7EFEA;
}
.light-text h3{
  color: #D3C9C6;
  font-family: Tahoma;
  font-size: 26px;
}

.sidebar-right .widget-title{
  font-family: Tahoma;
  font-size: 24px;
  font-weight: bold;
  color:#826254;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  background: url("images/separator.png") center bottom no-repeat;
}

.sidebar-right .menu-story-line-index-container a:link,
.sidebar-right .menu-story-line-index-container a:visited{
  color:#230E08;

}
.sidebar-right .menu-story-line-index-container li.current_page_item > a:link,
.sidebar-right .menu-story-line-index-container li.current_page_item > a:visited{
  font-weight: bold;
}
.wpcf7-text,
.wpcf7-textarea{
  width: 100%;
  padding: 5px;
  background-color: rgba(247,239,234,0.9);
  border: 1px solid #826254;
  color: #826254;
}
.navbar-toggler{
  position: absolute;
  top: 10px;
  right: 10px;
}
#breadcrumbs span{
	color: #707070;
}
#breadcrumbs a:link,
#breadcrumbs a:visited{
	color: #707070;
	font-weight: bold;
}
.wpcf7-submit{
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    border: 1px solid transparent;
}
.wpcf7-submit,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
	color:#F7EFEA;
	background-color: #707070;
	border-color: #707070;
}
.wpcf7-submit:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
	color:#707070;
	background-color: #D3C9C6;
	border-color: #D3C9C6;
}
.page .wpb_content_element > .wpb_wrapper>p,
.entry-content>p{
  text-align: justify;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item{
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ccc;
  margin: 10px;
  width: 150px;
  height: 150px;
  display: block;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item:hover{
  box-shadow: 0px 0px 25px #ccc;
}
#menu-footer-menu{
	margin: 0px auto;
}

@media (max-width: 768px) {
  span.wpcf7-list-item{width: 100%;clear: both;margin-bottom: 15px;}
}
/*
.nav-item{
  border-left: 1px solid #230E08;
}
.nav-item:first-child{
  border-left: none;
}
*/