/*!
Theme Name: Cifor - Global Peatlands Center
Theme URI: http://underscores.me/
Author: Cifor Web Team
Author URI: https://www.cifor.org
Description: Custome theme for Global Peatlands Center
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cifor-global-peatlands-center
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Cifor - Global Peatlands Center is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover, a:focus, a:active {
	color: #333333;
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-top:5px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background:#00864B;
	margin-top: 0px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
	font-size: 15px;
	border-bottom: 1px solid #049555;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}




.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/** font icons **/
@font-face {
	font-family: 'cifor-peatland';
	src: url('./assets/icons/font/cifor.eot?86599187');
	src: url('./assets/icons/font/cifor.eot?86599187#iefix') format('embedded-opentype'),
		url('./assets/icons/font/cifor.woff?86599187') format('woff'),
		url('./assets/icons/font/cifor.ttf?86599187') format('truetype'),
		url('./assets/icons/font/cifor.svg?86599187#cifor') format('svg');
	font-weight: normal;
	font-style: normal;
}
.cifor-icon
{
	font-family: "cifor-peatland";
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	
	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */
	
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

body{
    font-size:18px;
    letter-spacing:0.3px;
	color:#888888;
	font-family: 'Open sans';
}


p,
a{

    font-family: 'Open sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5{
	font-family: 'Merriweather', serif;
}
a,a:hover, a:focus, a:active {
    color: #333333;
}
/** header **/
#header{

}
/*
#header.sticky{
    position:absolute;
    top:15px;
    z-index:3;
    width:100%;
}*/
#header{
    top: 0px;
    z-index: 3;
    width: 100%;
	padding-top: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ac5f4e+0,f8e39c+100 */
	background: #00864b;
}
#header.sticky {
    height:80px;
    position: fixed !important;
    top: 0px;
    z-index: 3;
    width: 100%;
	padding-top: 15px;
	z-index:999;
   
}
/*.home.page #header.sticky {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 73%, rgba(0,0,0,0) 100%); 
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}
.home.page #header.sticky:hover{	
	background: -moz-linear-gradient(top, rgba(0,134,75,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,134,75,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom, rgba(0,134,75,0.65) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a600864b', endColorstr='#00000000',GradientType=0 ); 

}

.home.page #header.sticky.bg-scroll{ background: #00864b;}
.home.page #header.sticky.bg-scroll:hover{ background: #00864b;}*/

.main-navigation ul{ float:right;}
.main-navigation ul li a{ color:#FFFFFF; padding:5px 10px;letter-spacing: -0.5px;}
.main-navigation ul li > a{ padding: 5px 10px 28px 10px; }
.main-navigation ul ul li > a{ padding: 10px 10px 10px 10px; }
.main-navigation ul li{ position:relative;}
.main-navigation ul li:hover::after{
    content:' ';
    position:absolute;
    bottom:0px;
    border-bottom:2px solid #90be4a;
    height:2px;
    width:100%;
}

.main-navigation ul li.menu-item-has-children:hover::after{
	border-bottom:0px;
}

.site-title{
	padding-bottom: 25px;
	padding-top: 0px;
	width: 350px;
	line-height: 1.3em;
}
.site-branding .site-title a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 1em;

}
.site-branding .top-logo{

}
.site-branding .top-logo {
    background: #FFFFFF;;
    overflow: hidden;
    width: 110px;
    float: left;
    border-radius: 0px 0px 48% 48%;
    padding: 9px 3px 3px 3px;
    margin-top: -15px;
    margin-right: 10px;

}
/** section **/
.section{ padding:70px 0px;background-color:#FFFFFF;}
.section-title{
	margin: 0px 0px 30px 0px;
    margin-bottom: 30px;
	font-size: 40px;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1.5px;
}
.section-title.-white{ color:#FFFFFF;}
/**  Hero **/
#hero{
    background:#333;
}


.about h2{
	margin-bottom: 30px;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	color: #444444;
	letter-spacing:-1.5px;
	font-size:36px;
}

/** news  **/
#news{min-height:200px;color:#FFFFFF;background:#FFFFFF;}
.news-list{}
.news-item{background:#FFFFFF;overflow:hidden;position:relative;}
.news-item a{ color:#333333; text-decoration:none; }
.news-item_thumb{height:190px;background:#333;} 
.news-item_desc{ padding:25px;} 
.news-item_desc h3{ font-size:18px; line-height:1.4em; font-weight:bold; margin-bottom:15px;}
.news-item_meta{position:absolute;bottom:25px;font-size:13px;color:#9b9b9b;}

.list-left{ float:left;}
.news-item.item-1,
.news-item.item-2{ width:540px; margin:0px 15px 30px 0px;}
.news-item.item-1 .news-item_thumb,
.news-item.item-2 .news-item_thumb{ float:left; width:50%;}
.news-item.item-1 .news-item_desc,
.news-item.item-2 .news-item_desc{ float:left; width:50%;}
.news-item.item-3,
.news-item.item-4{ width:255px; margin:0px 30px 30px 15px; float:left;height:410px;}
.news-item.item-4{ margin:0px 0px 0px 0px}
/** slide **/
#slide{background-color: #FFFFFF;color:#FFFFFF;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
#slide .section-title{
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
    color: #FFFFFF;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 30px;
}
.section-desc {
    font-size: 14px;
    margin-bottom: 80px;
}
.slide-item_thumb {
    width: 50%;
    height: 395px;
    float: left;
    margin-right: 0px;
    overflow: hidden;
    position: relative;

}
.slide-item_text {
    float: left;
    width: 50%;
    background: #f5e581;
    color: #888888;
    padding: 40px;
    height: 390px;
    overflow: hidden;
   

}
.slide-item_text h3 {
    color: #444444;
    margin-bottom: 25px;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 30px;

}
.slide-item_desc{
    height: 215px;
    overflow: scroll;
    color: #444;
    font-size: 14px;
}
.slide-item_text *::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
}
.slide-item_text *::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/** resources **/
.pub-list {display: block;clear: both;}
.pub-item {
    float: none;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 0px;
    border-bottom: 0px dashed #ddd;
    display: block;

}
.pub-item_thumb {
    width: 100%;
	float: left;

}
.pub-item_thumb img{
    width:100%;
}
.pub-item_text {
    float: left;
    padding-right: 20px;

}
.pub-item_year{color: #84532e;}
.pub-item_title {
	font-size: 18px;
    color: #333;
    margin-top: 5px;
    font-family: 'Lora';

}
.vcard.author {font-size:14px;line-height:1em;margin-top:15px;}
.vcard.author a{ 
	font-size: 14px;
	color: #888;
	text-decoration: none;
	line-height: 1.5em;
}

.ppt-list{} 
.ppt-item{ margin-bottom:25px; } 
.ppt-item a{text-decoration:none;}
.ppt-item_thumb{height:220px;background:#ddd; margin-bottom:15px; overflow:hidden;} 
.ppt-item_text{} 
.ppt-item_text span {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
}
.ppt-item_title {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    line-height: 1.4em;
}
/** subscribe **/
#subscribe{background:#FFFFFF;}
.subscribe form{ max-width:520px;}
.subscribe h3{ margin-bottom:0px;line-height:55px;font-size:26px;}
.subscribe input{z-index:1;position:relative !important;border-radius: 0px;box-shadow: none;border: 0px;padding: 20px 10px 0 15px;font-size: 12px;height: 60px;}
.subscribe .btn.btn-outline-secondary{border: 0px;background: #010101;color: #FFFFFF;font-size: 15px;border-radius: 2px;padding: 0px 20px;}
.subscribe-label {position: absolute;text-transform: uppercase;font-weight: bold;z-index: 4;font-size: 12px;top: 10px;left: 15px;}
.form-control:focus {border-color: unset;box-shadow: none;}
.subscribe .input-group{ position:relative;}

.subscribe-wrapper{background: #ece8e1;padding: 30px;}
/** partner **/
#partner{background-color: #f3f3f3;}
.partner-title{
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 300;
	margin-bottom: 15px;
	font-family: 'Open sans';

}
.partner-list{} 
.partner-list a{display:inline-block; margin-right:15px;}
/** footer **/
#footer{     background: #393939;padding:40px 0px;color:#FFFFFF;} 
.footer-logo{ float:left;}
.footer-logo a{ color:#FFFFFF;text-decoration:none;}
.footer-logo h2{ font-size:22px;font-family: 'Open sans';}
.footer-logo img{float: left;max-width: 90px;margin-right: 20px;}

.footer-navi{ width:300px; float:left;}
.footer-navi ul{border-left: 1px solid #4e3924;} 
.footer-navi ul li{list-style:none;} 
.footer-navi ul li a{ color:#CACACA;text-decoration:none;font-size:16px;font-weight:300;}

.footer-subscribe{ width:400px;float:right;} 
.footer-subscribe_title{ font-size:13px;color:#CACACA; text-transform:uppercase;margin-bottom:0px;} 
.footer-subscribe_desc{color:#A9A9A9;font-size:17px;margin-bottom:20px;} 
.footer-subscribe_form{}
.footer-subscribe_form .form-control:focus {border-color: #ccc;box-shadow: none;}
.footer-subscribe_form input{border-radius: 0px;background: #484848;font-size: 13px;padding: 10px 15px;color: #a9a9a9;letter-spacing: 0.5px;border-right:0px;}
.footer-subscribe_form button.btn.btn-outline-secondary{border: 1px solid #ccc;border-radius: 0px;text-transform: uppercase;font-size: 13px;color: #505050;background:#FFFFFF;font-weight:bold;letter-spacing: 0.5px;border-left:0px;}

.footer-note{ margin-top:60px;}
.footer-note_left,
.footer-note_right{font-size:13px;color:#A9A9A9;font-weight:300;} 
.footer-note_left{float:left;} 
.footer-note_right{float:right;} 

.resource-pub{padding-right:0px;border-right:0px solid #ddd;overflow:hidden;}
.resource-video_widget{margin-bottom:30px;}
.resource-header{margin-bottom: 25px;padding-bottom:25px;border-bottom:0px dashed #ddd;text-align:center;} 
.resource-header_title{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-size: 40px;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #333333;
	letter-spacing: -1.5px;
	line-height: 1em;
	position: relative;

}
.resource-header_title::after{
	content: ' ';
	height: 1px;
	width: 60px;
	background: #f54949;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -30px;
}
.resource-header_subtitle{
	font-size: 15px;
	margin-bottom: 5px;
}

.resource-header_more{float:right;text-align:right;} 

#hero.section{ padding:0px;position:relative;z-index:4;overflow:hidden;    background: rgb(2,135,73);
    background: linear-gradient(0deg, rgba(2,135,73,1) 0%, rgba(128,167,67,1) 100%);}
.hero-slide_item::after{
    content:' ';
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
.hero-slide_item .container{ position:relative; z-index:2;}
.hero-slide{position:relative;z-index:2;} 
.hero-slide_item{padding: 35vh 0px 35vh 0vh; height:100vh;background-size:cover;background-repeat:no-repeat;background-position:center;}
.hero-slide_title{

    font-size: 4rem;
    line-height: 1.3em;
    color: #FFFFFF;
    margin-bottom: 25px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
    letter-spacing: -3px;

}
.hero-slide_desc{}
.hero-slide_more{ margin-top:30px; }  
.hero-slide_more a{font-size:22px;color:#FFFFFF;font-weight:bold;background:#F5A623;padding:5px 20px;border-radius:3px;} 
.hero-slide_box{ max-width:100%;text-align:center;position: relative;z-index: 100;} 

.hero-slide .owl-dots{ position:relative;left:0px;top:auto;}
.hero-slide.owl-theme .owl-dots .owl-dot{display:block;}
.hero-slide.owl-theme .owl-dots .owl-dot span,
.hero-slide.owl-theme .owl-dots .owl-dot.active span, 
.hero-slide.owl-theme .owl-dots .owl-dot:hover span {border-radius: 0px;}

.center-navi{position: absolute;bottom: 0px;z-index: 99;width: 100%;z-index:2;}
.nav-center_item,
.nav-center_item:visited{display: inline-block;width: 33%;color:#FFFFFF;text-decoration:none !important;}
.nav-center_item:hover{border-bottom:11px solid #22C868;color:#FFFFFF;} 
.nav-center_item{border-bottom:11px solid #2F2F2F;padding-bottom:15px;} 
.nav-center_box{} 
.nav-center_icon{width: 48px;float: left;margin-right: 15px;} 
.nav-center_text{} 
.nav-center_title{font-size:26px;font-weight:300;line-height:1em;font-family:'Lora';font-style:italic;} 
.nav-center_desc{font-size:18px;font-weight:300;}

.sosmed{
    margin: 0px;
    padding: 0px;
} 
.sosmed li{
    list-style: none;
    float: left;
    margin-right: 10px;
} 
.sosmed li a{
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #333333;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    font-size: 25px;
    color: #333333;
    text-decoration:none;
} 
.sosmed li a:hover{
    background:#333333;
    color:#FFFFFF;
}
.sosmed li a.disable{
	cursor:not-allowed;
	color: #ddd;
	border:2px solid #ddd;

}

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

.slide-list.owl-theme .owl-nav.disabled+.owl-dots{margin-top:35px;}


.header-single{height:200px;}
/* .single-post{padding:40px 0px 100px 0px;background:#FFFFFF;} */
.single-post h1{font-size:2.5em;margin-top:0px;}

.resource-list{} 
.resource-list .single-item {
    margin: 25px 0px;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px dotted #dddddd;
}
.resource-list .single-thumb{}
.resource-list .single-title{}
.resource-list .single-title h2{font-size:26px;}
.resource-list .single-title .single-date{color:#666666;}


#resource_toolbox{}
.toolbox-item {padding-left:70px;}
.toolbox-item a {
    text-decoration: none;
    color: #00864b;
}
.toolbox-item_text{
    width: 400px;
    float: left;
    margin-top: 20px;
}
.toolbox-item_title {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    letter-spacing: -1.4px;
    margin-bottom: 20px;
    color: #333;
}
.toolbox-item_title{}
.toolbox-item_desc{}
.toolbox-group{}
.toolbox-item_thumb {
    width: 520px;
    height: 340px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}
.toolbox-item_thumb-screen{}

#news .row .col-md-4{
    padding:0px 15px;
}
#news .row .col-md-4:nth-child(2){
    border-left:1px dashed #dddddd;
    border-right:1px dashed #dddddd;
}
.box-news-title {

    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
	color: #333333;
	font-family: 'Merriweather', serif;

}
.box-news .thumb{width:100%;height:200px;margin: 0px 0px 30px 0px;background: #dddddd;}
.box-news h3{font-family: 'Lora','Lato';font-size: 22px;color:#444444;}
.box-news_meta{bottom:25px;font-size:13px;color:#9b9b9b;}
.box-news_wrapper{
    border-left: 1px solid #f2f2f2;
    padding-left: 20px;
    margin-left: 10px;
}

a.learn-more{
    background: #90be4a;
    padding: 10px 15px 12px 15px;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 2px;
}

#slide .owl-dots{ display: none !important;}
#hero .owl-theme .owl-nav{margin-top:-55vh;}
.owl-theme .owl-nav{position: absolute; width:100%;}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	font-size: 30px !important;
	color: #FFF !important;
	border-radius: 0px;
	border: 2px solid #FFFFFF !important;
	width: 50px;
	height: 50px;
}
.owl-theme .owl-nav .owl-prev{float:left;margin-left:60px;}
.owl-theme .owl-nav .owl-next{float:right;margin-right:60px;}

.slide-list{position: relative;}
.slide-list .owl-nav{margin-top:-220px;z-index:2;}

.slide-list.owl-theme .owl-nav .owl-prev,
.slide-list.owl-theme .owl-nav .owl-next{ background:#000000;}
.slide-list.owl-theme .owl-nav .owl-prev{float:left;margin-left:-60px;}
.slide-list.owl-theme .owl-nav .owl-next{float:right;margin-right:-60px;}
.slide-list.owl-theme .owl-stage-outer{position: relative;z-index:3;}

a.resource_link{
    color: #f3f3f3;
    font-size: 16px;
    padding: 12px 30px;
    margin-top: 30px;
    display: -webkit-inline-flex;
    background: #90be4a;
    border-radius: 3px;
}
a.resource_link.pub-more{
    margin-top:0px;
    margin-bottom:0px;
}
.ppt-item_thumb{position:relative;}
.play-video {
    background-image: url('https://www.tropicalpeatlands.org/wp-content/themes/cifor-global-peatlands-center/images/play-video-tropical-peatland.png');
    background-size: 100%;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 15px;
    left: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
}
#slide.section{
    background-image:url('https://www.tropicalpeatlands.org/wp-content/themes/cifor-global-peatlands-center/images/cifor-tropical-peatlands-center-03.jpg');
    background-size:cover;
    background-attachment:fixed;
    position: relative;
}
section#slide:before {
    background: rgba(0,0,0,0.4);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#resource_toolbox{
    background:#f8f8f8;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
#resource_publication{
	background:#f8f8f8;
	border-bottom:1px solid #ddd;
}
#photos{padding-top:70px;}
.photo-peatlands{display: flex;}
.photo-peatlands a{flex-grow: 1;}
.photo-peatlands img{width:100%;}
.gotocontent{
	position: absolute;
	color: #FFFFFF;
	z-index: 9999;
	border: 2px solid #ddd;
	bottom: 80px;
	left: 50%;
	margin-left: -25px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.gotocontent:hover{
	background: #FFFFFF;
	color:#444444;
}

/* single page style */
#hero_page{
    padding: 0px;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    background-color: green;
    background-image: url('https://www.tropicalpeatlands.org/wp-content/themes/cifor-global-peatlands-center/images/bg-peatlands.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index:1;
}
#hero_page::before{
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
.hero-page_box{
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 25vh;
    z-index:3;
    text-align:center;
} 
.hero-page_title{
    font-size: 4rem;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Merriweather', serif;
    line-height: 1.2em;
    position:relative;
} 
.hero-page_title::after{
    content:' ';
    width:100px;
    background:red;
    height:2px;
    position:absolute;
    left:50%;
    margin-left: -50px;
    bottom: -30px;
}
.hero-page_desc{} 

#page{
    background-image: url('https://www.tropicalpeatlands.org/wp-content/themes/cifor-global-peatlands-center/images/bg-gradient.png');
    background-repeat: repeat;
    background-position: top;
    margin-top: -300px;
    overflow: hidden;
    position: relative;
    padding-top: 270px;
    z-index:2;
}


.article-body{ width:600px;margin:0 auto;margin-bottom:100px;}
.hero-page_title-meta{ font-size:18px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; letter-spacing:2px;}

img.alignleft,
.wp-caption.alignleft{margin:0px 30px 30px -100px;}
.wp-caption.alignright,
img.alignright{margin:0px -100px 30px 30px;}

.wp-caption .wp-caption-text{font-size:12px;text-align:left;}

.dropcap{
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.gradient_footer{
    height: 350px;
    background-image: url('https://www.tropicalpeatlands.org/wp-content/themes/cifor-global-peatlands-center/images/bg-peatlands.jpg');
    background-position: center;
} 
.gradient_wrap{
    background-image: url('https://www.tropicalpeatlands.org/wp-content/themes/cifor-global-peatlands-center/images/bg-gradient-bottom.png');
    background-repeat: repeat;
    height:400px;
} 

#page .ppt-item {
    margin-bottom: 50px;
}


.single-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 35px;
	line-height: 1.4em;
	color: #555;
}
.widget-header {
	margin-bottom: 20px;
	font-family: 'Open sans';
	font-weight: 700;
	color: #444;
}
aside .pub-text {
	float: left;
	width: 165px;
	font-size: 15px;
	line-height: 1.4em;
	font-family: 'Open sans';
	letter-spacing: 0px;
	color: #757575;
}
.single-pub_right ul{ list-style:square;}
.single-pub_right ul li{
	padding-left: 10px;
	margin-bottom: 1em;
}
.single #page {margin-top: 100px;padding-top: 60px;padding-bottom: 200px;}
.single #header.sticky,
.page  #header.sticky{ background: #00864b; }

.single #hero_page{ background-image: none; background-color: #FFFFFF; min-height: 175px; }

.toggle-mobilmenu{display:none;}


/** archive & special page **/
.page #page {margin-top: 100px;padding-top: 60px;padding-bottom: 200px;}
.page.page-template-template-page-style-01 #page { margin-top: -300px; padding-top: 270px; padding-bottom:0px; }
.post-template-default.single #page{  background-image:none; }

.box-news{margin-bottom:30px;}
/* content publication */
.single-pub {
	font-size: 18px;
	line-height: 1.5em;
}
.single-pub p {
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 1.4em;
	font-family: 'Open sans';
}
.vcard.author,
.vcard.author a{ font-size:18px; }

.single-pub_left {
	float: left;
	width: 150px;
	margin-right: 0px;
}
.single-pub_right {
	float: left;
	width: 675px;
	position: relative;
	overflow: hidden;
}
ul {
	margin-left: 0px;
}
.pub-thumb {
	width: 150px;
	margin-bottom: 20px;
}
.pub-thumb img {
	border: 1px solid #dddddd;
	max-width:120px;
	height:auto;
}
.pub-action {
	width: 150px;
}
.single-title{margin-top:0px;margin-bottom:0px;}
.single-header{ margin-bottom:30px; border-bottom:1px solid #eceac7;padding-bottom:15px;}

.others-source{} 
.others-source_title{font-weight:bold;} 
.others-source a.pdf{
	background: url('<?php echo get_template_directory_uri(); ?>/images/pdf-icon.png') no-repeat left;
	list-style: none;
	padding-left: 21px;
	margin-left: 10px;
	background-size: 18px;
}
.source{ margin-top:20px; }
.source a{
	color: #7ba728;
}
.single-content iframe{width:100% !important;height:400px  !important;}

/** pagination archive **/
.pagination{ margin:0px; padding:0px; } 
ul.page-numbers{list-style:none; margin:0px; padding:0px; } 
ul.page-numbers li{float:left;} 
ul.page-numbers li span,
ul.page-numbers li a{
	background: #f3f3f3;
	color: #444444;
	font-size: 14px;
	padding: 10px 15px;
	margin: 2px;
	line-height: 1em;
	border-radius: 3px;
	border: 1px solid #ddd;
}
ul.page-numbers li span.page-numbers.current{
    background: #393939;
    color: #FFFFFF;
    border: 1px solid #393939;

}

.toolbox-slide .owl-nav{ top:40%; z-index:2; color:#000;}
.toolbox-slide .toolbox-item_text{ z-index: 3;}
.toolbox-slide.owl-theme .owl-nav .owl-prev{margin-left:0px;} 
.toolbox-slide.owl-theme .owl-nav .owl-next{margin-right:0px;}
.toolbox-slide.owl-theme .owl-nav .owl-prev, 
.toolbox-slide.owl-theme .owl-nav .owl-next{ color:#888 !important;border:2px solid #888 !important;}


/** concept note */
a.btn-download{
    background: #444444;
    padding: 10px 15px 12px 15px;
    display: block;
    color: #FFFFFF;
	border-radius: 2px;
	margin-top:20px;
	text-align:center;
	margin-bottom:30px;
}

/* responsive */ 
@media screen and (max-width: 720px){
	.toggle-mobilmenu{
		display: block;
		float: right;
		color: #FFFFFF;
		position: absolute;
		right: 10px;
		font-size: 35px;
		top: 0px;
		padding: 0px;
		border: 1px solid #fff;
		line-height: 1.3em;
	}
	
	.site-branding .site-title{padding-bottom: 10px;padding-top: 5px;}
	.site-branding .site-title a{font-size: 16px;}
	.site-branding img{margin-top:10px;}

	.site-branding .top-logo{width:60px;}
	.site-title { width:260px;}
	.main-navigation {
		margin-bottom: 10px;
	}
	.menu-toggle{ display:none; }

	#header.sticky{position:relative;top:0px;background: #008749 !important; height:auto;}
	#hero.section{height:auto;}
	.admin-bar #header.sticky{top:0px;}
	
    .center-navi{display:none;}
    .hero-slide_item {padding: 75px 0px;height: auto;height:80vh;}
    .hero-slide_title {font-size: 25px; letter-spacing: -1px;}
    .hero-slide.owl-theme .owl-dots .owl-dot {display: inline-block;}
    .hero-slide .owl-dots {position: absolute;left: 20px;top: auto;bottom: 10px;}

    .news-item.item-1, .news-item.item-2{ width:100%;}
    .news-item.item-1 .news-item_thumb, .news-item.item-2 .news-item_thumb,
    .news-item.item-1 .news-item_desc, .news-item.item-2 .news-item_desc{ width:100%;}
    .news-item.item-3, .news-item.item-4{margin:0px 0px 30px 0px;width:100%;}

	.box-news{margin-bottom:30px;}

	#slide .section-title{padding:20px;}
    .slide-item_thumb,
    .slide-item_text{ width:100%; }
	.slide-item_text{ margin-top:30px;}
	.slide-list .owl-nav{display:none;}
	#hero .owl-theme .owl-nav{display:none;}

    .resource-pub {padding-right: 0px;border-right: 0px solid #ddd;}
    .pub-item_text {width: 56%;float: left;margin-left: 20px;padding-right: 0px;}

	.toolbox-item_text {
		width: 100%;
	}

    .subscribe-box{margin-bottom:30px;}
	.sosmed li a {width: 45px;height: 45px;line-height: 40px;font-size: 20px;}
	.subscribe h3 {
		margin-bottom: 0px;
		line-height: 34px;
	}

	.sosmed-box{margin-top:30px;}

    .footer-navi ul {margin-left: 0px;padding-left: 0px;}
    .footer-subscribe {width: 100%;}
    .footer-note{padding-bottom:0px;}
	.footer-note_left{padding-bottom: 10px;margin-bottom: 10px;border-bottom:1px dotted #ccc;}

	.footer-logo {

		float: none;
		width: 100%;
		border-bottom: 1px solid #4e3924;
		padding-bottom: 15px;
		margin-bottom: 15px;
	
	}
	.footer-navi ul {

		border-left: 0px solid #4e3924;
	
	}
	.menu-toggle{

		width: 100%;
		text-align: center;
		border-radius: 0px;
		color: #FFFFFF;
		letter-spacing: 1px;
		background: #333;
		padding: 10px;
		margin-bottom: 10px;
		font-size: 18px;
		margin-top: 15px;
	
	}
	.main-navigation ul {
		float: none;
	}
	.main-navigation li {
		float: none;
		position: relative;
		border-bottom: 1px dotted;
	}
	.main-navigation{ margin-bottom:20px;}

	.slide-item_thumb,
	.ppt-item_thumb{ height:auto; }


	.pub-item_thumb {
		width: 125px;
		height: auto;
	}
	.box-news_wrapper {
		border-left: 0px solid #f2f2f2;
		padding-left: 0px;
		margin-left: -15px;
		margin-top: 30px;
	}
	.pub-item_thumb {
		width: 125px;
		height: auto;
	}
	.toolbox-item{padding:0px;}
	.toolbox-item_thumb {
		width: 100%;
		height: 195px;
	}
	.slide-list.owl-theme .owl-nav .owl-next {
		margin-right: 0px;
	}
	.slide-list.owl-theme .owl-nav .owl-prev {
		margin-left: 0px;
	}

	.hero-page_box{padding-top:20px; position: relative;}
	.hero-page_title-meta {
		font-size: 14px;
	}
	.hero-page_title {
		font-size: 32px;
	}
	.page #page{
		/* margin-top: -350px;
		padding-top: 200px; */
		margin-top: 0px;
    	padding-top: 40px;
	}
	.page.template-page-style-01 #page .article-body {
		width: 100%;
	}
	.single-title{
		font-size:22px;
	}
	.single #page {
		margin-top: 0px;
		padding-top: 30px;
	}
	.single-pub_left,
	.pub-thumb{
		text-align: center;
		width:100%;
	}
	.single-pub_right{ width:100%;}

	.page #hero_page{min-height:400px;}
	.page .article-body{width:100%;}
	img.alignleft, .wp-caption.alignleft,
	.wp-caption.alignright, img.alignright{
		margin: 0px;
	}


	.main-navigation ul ul.sub-menu {
		display: block !important;
		position: relative;
		overflow: hidden;
		left: 0;
		width: 100%;
		box-shadow: none;
	}
	.main-navigation ul li > a {
		padding: 5px 10px 5px 10px;
	}
	.main-navigation ul ul li > a {
		padding: 10px 10px 10px 40px;
	}
	.main-navigation ul ul a{
		border-bottom:0px;
	}
	.main-navigation ul li.menu-item-has-children:hover::after{
		border-bottom:1px dotted;
	}

	.video-thumb img,
	.presentation-thumb img{
		max-width: 100%;
		width: 100%;
	}
	aside .pub-text{width:175px;font-size:17px;}
	aside .pub-thumb{ width:100px !important;}
	aside .pub-thumb img {
		width: 80px !important;
	}
}


/* OVERRIDE */
.top-menu li {
    display: inline-block;
    padding: 0 3px;
}

.top-menu {
    float: right;
    margin-top: -15px;
}

.top-menu a {
    color: #ddd;
    font-size: 12px;
}

.main-navigation ul {
    margin-top: -25px;
}

.main-navigation ul li > a {
    font-size: 14px;
    color: #ddd;

}
section#bar-hero {
    margin-top: 80px;
    text-align: center;
    font-weight: 300;
    padding: 40px 0 10px;
    background: #cfc9c1;
    color: #555;
}

section#bar-hero .container {
    width: 65%;
    max-width: 860px;
}

section#expert {
    background: #cfc9c1;
    padding: 100px;
}

#expert .resource-pub {
    margin-bottom: 30px;
}
.expert-slide {
    margin-bottom: 50px;
}
.expert-item_thumb {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.expert-item_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.expert-meta {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 35px 10px;
    width: calc(100% - 130px);
    margin-top: -90px;
}
.expert-item_title {
    font-weight: bold;
    color: #222;
}

.expert-item_position {
    font-weight: normal;
    font-size: 14px;
}

.item.big {
    width: 65%;
    float: left;
    height: 32vw;
    background-size: cover;
}

.item.small {
    width: 35%;
    float: right;
}

.chunk-item .item {
    position: relative;
}

.big .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background: rgb(38,38,38);
    background: linear-gradient(0deg, rgba(38,38,38,0.6671043417366946) 0%, rgba(255,255,255,0) 100%);
    padding: 30px;
}

.big .post-meta .post-title {
    width: 60%;
    line-height: 40px;
    font-size: 28px;
}

.post-meta span {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.item.small .post-image {
    width: 50%;
    float: left;
    height: 16vw;
}

.item.small .post-meta {
    width: 50%;
    float: left;
    color: #fff;
    padding: 20px;
    height: 100%;
}

.item.small .post-meta .post-title {
    font-size: 18px;
    height: 100%;
    display: block;
    left: 20px;
    bottom: 20px;
    right: 20px;
    font-weight: 300;
    line-height: normal;
    margin-top: 45px;
    line-height: normal;
}

.item.small {
    background: #00864b;
    position: relative;
}

.item.small .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#hero .owl-nav {
    float: right;
    width: 100px;
    margin-top: -140px!important;
}

#hero .owl-dots {
    position: absolute;
    top: 0;
    width: 100px;
}

#hero button.owl-dot {
    display: inline-block;
}

#hero button.owl-dot span {
    margin: 3px;
    height: 3px;
    background: #eee;
}

#hero button.owl-dot.active span {
    background: #fdfbf8;
}
.chunk-item {
    position: relative;
    margin-left: 100px;
}

#hero button.owl-next {
    margin-right: 25px;
}

#hero button.owl-prev {
    margin-left: 25px;
}
#expert .owl-nav {
    display: block;
    position: absolute;
    top: 20%;
    width: 100%;
	z-index: -10;
}

#expert .owl-nav button {
    border: solid 1px #222;
    padding: 10px!important;
    display: inline-block;
    color: #222;
}

#expert .owl-nav button.owl-prev {
    margin-left: -70px;
}

.owl-nav.disabled {}

#expert .owl-nav button.owl-next {
    float: right;
    margin-right: -60px;
}

.moderator-field .item {
    display: inline-block;
    width: 33%;
    padding: 0 1%;
}

.moderator-field {
    text-align: center;
}
.contact-content {
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
}
#contact .expert-meta {
    margin-top: 0;
    padding-top: 0;
    vertical-align: top;
}

.expert-item_email {
    font-size: 14px;
    color: #00864b;
}

.expert-item_position {
    font-size: 14px;
}

aside.event .pub-thumb {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    border: solid 1px;
}

aside.event .pub-thumb img {
    width: 100%;
    max-width: none;
}

aside.event .pub-text {
    width: 100%;
    font-weight: bold;
}
span.type.icon-publication {
    background: rgba(0,0,0,.3);
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 100px;
    top: 7px;
    right: 7px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.single-content h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #5a5a5a;
}

.page-template-template-single-dataset .item {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
}

.page-template-template-single-dataset .item p {
    font-size: 16px;
    margin-bottom: 5px;
}

.page-template-template-single-dataset .item-title a {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
    color: #4c4a4b;
    text-decoration: underline;
    font-family: 'Hind', sans-serif;
}


.widget.dataset .widget-header {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget.dataset .widget-body {
    font-size: 14px;
    color: #444;
}
.cat-title {
    padding: 5px 20px;
    background: #cfc9c1;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Hind', sans-serif;
    color: #222;
}
.result {
    margin-bottom: 30px;
    font-size: 14px;
    color: #555;
}
article.single-pub a {
    color: #8d8d8d;
    text-decoration: underline;
}

article.single-pub a:hover {
    color: #555;
}

.widget-body a {
    text-decoration: underline;
}

.widget-body a:hover {
    color: #999;
}
.header__search svg {
    position: absolute;
    top: 56%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    width: 15px;
    height: 1.3rem;
    fill: #fff;
    pointer-events: none;
}

.header__search {
    position: relative;
    margin: 0;
}

.header__search input {
    width: 100%;
    border: solid 1px #fff;
    padding: 3px 20px 3px 20px;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: .4px;
    background: transparent;
    opacity: 0;
}

.header__search:hover input {
    opacity: 1;
}
.header__search input::placeholder {
    color: #fff;
}
.others-info {
    margin-top: 20px;
    margin-left: -10px;
}
@media screen and (max-width: 640px){
	.item.big {
	    width: 100%;
	    height: 50vw;
	}

	.chunk-item {
	    margin-left: 0;
	}

	.item.small {
	    width: 100%;
	}

	.item.small .post-image {
	    height: 50vw;
	}

	.big .post-meta .post-title {
	    font-size: 18px;
	    line-height: 24px;
	}

	.expert-meta {
	    width: 100%;
	    text-align: center;
	}



	.expert-item {
	    text-align: center;
	}
	.moderator-field .item {
	    display: inline-block;
	    width: 100%;
	}

}

@media screen and (max-width: 480px){
	.big .post-meta .post-title {
	    width: 100%;
	}

	.big .post-meta {
	    padding: 20px;
	}

	.item.small .post-meta .post-title {
	    font-size: 12px;
	}

	.item.small .post-meta {
	    padding: 10px;
	}

	section#bar-hero .container {
	    width: 90%;
	}

	.top-menu {
	    display: none;
	}

	.expert-meta {
	    margin-top: -20px;
	}

	.pub-item .col-md-4 {
	    width: 40%;
	}

	.pub-item .col-md-8 {width: 60%;padding-left: 0;}

	.pub-item .col-md-8 .pub-item_text {
	    width: 100%;
	}

	.toolbox-slide .owl-nav {
	    top: 10%;
	}
	.page #hero_page {
	    margin-top: 100px;
	}
	.filter-post {
	    margin-top: 30px;
	}

	.pub-item .col-md-5 {
	    width: 40%;
	}
	.pub-item .col-md-12 {width: 60%;padding-left: 0;}
	.pub-item .col-md-12 .pub-item_text {
		width: 90%;
	}
	.single-pub .single-pub_left {
	    width: 100%!important;
	    text-align: center;
	}

	.single-pub .single-pub_right {
	    width: 100%!important;
	}

	.single-pub .pub-thumb {
	    width: 100%!important;
	}
	.single-event div#page-title {
	    width: 90%;
	}

	.single-event div#page-title h2 {
	    font-size: 26px;
	}

	section#agendas {
	    padding: 40px 0px!important;
	}

	.tab-nav li {
	    font-size: 12px;
	    padding: 10px;
	}

	.tab-nav_item .head_subtitle {
	    font-size: 10px;
	}
	header.entry-header .entry-title {
	    font-size: 20px;
	}

	header.entry-header {
	    padding-top: 100px;
	}

	.related-box {
	    margin-right: 0!important;
	    width: 100%!important;
	    margin-bottom: 20px!important;
	}
	.page-template-template-single-video .col.col-md-9.col-sm-12 {
	    flex-basis: inherit;
	    display: inline-block;
	}

	.page-template-template-single-blog .col.col-md-9.col-sm-12 {
	    flex-basis: inherit;
	    display: inline-block;
	}
	section#latest-post {
	    padding: 100px 10px;
	}
	.filter-post span.pub-item_year {
	    margin-top: 0;
	}
	.sosmed-box {
	    display: none;
	}
	.result {
	    margin: 20px 0;
	}

	iframe.iframe-chord {
		position: relative;
		top: -70px;
		z-index: -10;
	}

	.partner-list img{ max-height:70px;}
	@media only screen and (min-width: 768px) {
		.partner-list img {
			max-height: 40px;
		}
	}
	.item.small.second {
		border-top: solid white;
	}






}
.expert-item_title {
	font-size: 16px;
}


.main-menu-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

section#hero:before {
	content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);
}
li.menu-item-search {
	margin-left:20px;
	cursor:pointer;
}
li.menu-item-search svg {
	width: 20px;
	fill: #fff;
	margin-top: 7px;
}

.main-navigation ul li.menu-item-search:hover::after {
	display: none;
}
div#search-form {
	margin: -30px auto 0;
	width: 70%;
	display: none;
}

div#search-form input[type="text"] {
	line-height: 40px;
	background: #fff;
	color: #222;
	border: solid 5px #888;
	font-size: 14px;
	opacity:1;
}
div#search-form.active {
	display: block;
}


div#search-form input[type="text"]::placeholder {
	color: #222;
}
@media screen and (max-width: 720px){
	nav#site-navigation {
		margin: 0;
	}

	.menu-main-container {
		margin-top: 10px;
	}
}

.agenda-item_content {
	font-size: 0.9rem;
}

.item-date {
	font-size: 0.9rem;
}

.agenda-item_content {
	font-size: 0.9rem;
}




