/*body {
  padding-top: 130px !important;
}*/
@media only screen and (min-device-width: 320px) {
  .rex-breadcrumb {
	  margin-bottom: 10px;
  }
}
/* css */
.main-menu .nav>li ul.dropdown-menu>li>a:hover {
	background: #666666;
}

.btn-outcome-report {
  white-space: pre-wrap;
}

.aside-banner-top {
  max-height: 66px;
}
.margin-bottom-5px {
  margin-bottom: 5px;
}
.margin-bottom-30px {
  margin-bottom: 30px;
}

.knowledge-section {
  padding: 60px 0;
}
/* search header */
.form#header-search input {
  width: 140px;
  color: #fff;
}
.page-title-search {
	background-color: #f7f9f7;
	border-bottom: 1px solid #e7e9e7;
	padding: 25px 0px;
}
/* landing card */
#landing-content .card {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
  border-bottom: 3px solid #ccc;
  margin: 0px 15px;
}
#landing-content .card-title {
  width: 408px;
  color: #555555;
  font-size: 49px;
  font-weight: 300;
  line-height: 50px;
}

#landing-content .card-body {
  color: #7A7474;
  font-size: 21px;
  font-weight: 300;
  line-height: 29px;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.section-row {
  margin-top: 14px;
  margin-bottom: 24px;
}

#landing-content .card .section-link {
  padding: 9px 23px;
}

#landing-content .card p {
  margin-top: 20px;
  margin-bottom: 35px;
}


#landing-content .card .card-desc {
  padding: 40px 52px 0 43px;
}

.knowledge-box_item {
  background: #202020;
  min-height: 640px;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  width: 50%;
  float: left;
}

.knowledge-box_container {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* Standard syntax */
}
.page-template-knowledge-page .knowledge-box_container {
  padding: 34px 70px;
}

.knowledge-box_item-title h1 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}
.knowledge-box_item-title.knowledge-box_item-title-big h1 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
  line-height: 52px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.knowledge-box_item-meta {
	overflow: hidden;
}
.knowledge-box_item-meta ul {
	margin-left: 0px;
	padding-left: 0px;
}
.knowledge-box_item-meta ul li {
	list-style: none;
	float: left;
	width: 33.333333333334%;
	padding-bottom: 14px;
	border-right: 1px solid #a0a0a2;
	padding-left: 20px;
}
.knowledge-box_item-meta ul li:first-child {
  padding-left: 0px;
}
.knowledge-box_item-meta ul li:last-child {
  border-right: 0;
}
.knowledge-box_item-meta .title {
	font-size: 15px;
	font-weight: 700;
	color: #AEA7A7;
	display: block;
}
.knowledge-box_item-meta .text {
	color: #FFFFFF;
	padding-top: 0px;
	display: block;
}
.knowledge-box_footer {
	padding-top: 20px;
}
.knowledge-box_footer-button a.btn {
	font-size: 16px;
	/*background-color: #0096D6;
	border: 0;*/
	font-weight: 600;
	border-radius: 2px !important;
	color: #FFFFFF;
	margin-right: 5px;
}
.knowledge-box_item.small {
	position: relative;
	min-height: 320px;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 0px;
	float: left;
	overflow: hidden;
}
.knowledge-box_item-title h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.knowledge-box_item-title span {
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 600;
  line-height: 59px;
}

.knowledge-box_item-meta p {
  color: #E8E8E8;
  font-size: 25px;
  font-weight: 500;
  line-height: 39px;
}

/* owl landing page */
#knowledge-owl-full-bg .knowledge-box_container {
  position: absolute;
  width: 100%;
  bottom: 0px;
  /*padding: 47px 189px;*/
  background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* Standard syntax */
}

#knowledge-owl-full-bg .owl-carousel .owl-nav {
  color: #fff;
  font-size: 45px;
}

#knowledge-owl-full-bg .owl-carousel .owl-nav .owl-prev {
  left: 0px;
  padding-left: 40px;
}

#knowledge-owl-full-bg .owl-carousel .owl-nav .owl-next {
  right: 0px;
  padding-right: 40px;
}

.landing-num {
  position: absolute;
  right: 0;
  bottom: -7px;
  padding: 20px 49px;
}

/* owl page */
.knowledge-featured-label {
  position: absolute;
  top: 0;
  z-index: 9;
  padding: 6px 10px;
  background: rgba(0,0,0,0.7);
  line-height: 1;
  left: 30px;
  top: 20px;
  padding-top: 8px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
}

#knowledge-featured .owl-carousel .owl-nav {
	color: #fff;
	font-size: 45px;
}

#knowledge-featured .owl-carousel .owl-nav .owl-prev {
	left: 0px;
	padding-left: 15px;
}

#knowledge-featured .owl-carousel .owl-nav .owl-next {
	right: 0px;
	padding-right: 15px;
}



.knowledge-label {
  position: absolute;
  top: 0;
  z-index: 9;
  padding: 6px 10px;
  background: #66B65D;
  line-height: 1;
  left: 20px;
  top: 20px;
  padding-top: 8px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
}

#knowledge-intro p {
	color: #7A7474;
	font-size: 21px;
	font-weight: 300;
	line-height: 29px;
}

.knowledge-img-wrap img {
  max-width: 100%;
}

/* newest card */
#knowledge-newest .card-deck .card {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
  border-bottom: 3px solid #ccc;
}
#knowledge-newest .card-deck .card .card-img-top {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#knowledge-newest .card-body {
  padding: 20px;
}
#knowledge-newest .text-muted {
  color: #B4B3B3;
  font-size: 15px;
  margin-bottom: -6px;
  display: block;
}
#knowledge-newest .card-deck .card-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  color: #4B4949;
  margin-bottom: 10px;
  margin-top: 15px
}
#knowledge-newest .card-text {
  color: #727272;
}

#knowledge-newest .card-deck .card-footer {
  color: #737373;
  font-weight: 500;
  border-top: 1px solid #d3d2d2;
  padding: 10px 20px 10px 20px;
  margin-bottom: -5px;
  height: 45px;
}

.card-footer span{
	text-decoration: none;
	color: #737373;
  cursor: pointer;
}

/* publications latest card */
#publications-latest .card-deck .card {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
  border-bottom: 3px solid #ccc;
}
#publications-latest .card-deck .card .card-img-top {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#publications-latest .card-body {
  padding: 20px;
}
#publications-latest .text-muted {
  color: #B4B3B3;
  font-size: 15px;
  margin-bottom: -6px;
  display: block;
}
#publications-latest .card-deck .card-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  color: #4B4949;
  margin-bottom: 10px;
  margin-top: 15px
}
#publications-latest .card-text {
  color: #727272;
}

#publications-latest .card-deck .card-footer {
  color: #737373;
  font-weight: 500;
  border-top: 1px solid #d3d2d2;
  padding: 10px 20px 38px 20px;
  margin-bottom: -5px;
}

/* most-popular card */
#knowledge-most-popular .card-deck .card {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
  border-bottom: 3px solid #ccc;
}
#knowledge-most-popular .card-deck .card .card-img-top {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#knowledge-most-popular .card-body {
  padding: 20px;
}
#knowledge-most-popular .text-muted {
  color: #B4B3B3;
  font-size: 15px;
  margin-bottom: -6px;
  display: block;
}
#knowledge-most-popular .card-deck .card-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  color: #4B4949;
  margin-bottom: 10px;
  margin-top: 15px
}
#knowledge-most-popular .card-text {
  color: #727272;
}

#knowledge-most-popular .card-deck .card-footer {
  color: #737373;
  font-weight: 500;
  border-top: 1px solid #d3d2d2;
  padding: 10px 20px 20px 20px;
  margin-bottom: -5px;
}

.form-filter-by label {
  padding: 7px 13px;
  color: #393636;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.form-filter-by select {
  height: 38px;
  width: 180px !important;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
}


.bootstrap-select.form-control:not([class*="col-"]) {
  width: 180px !important;
}

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

/* single publication */
.section-hr {
  padding: 30px 0;
}

.single-knowledge-title {
  color: #444242;
  padding-top: 10px;
  padding-bottom: 30px;
}

.download-link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.download-link a {
  color: #727272;
  text-decoration: none;
}
.download-link a:hover {
  text-decoration: none;
  color: #5cb85c;
}
.pagination-arrow a {
  color: #727272;
}
.pagination-title {
  color: #000;
  font-weight: bold;
}

.text-align-right {
  text-align: right;
}

/* aside */
.aside-row {
  margin-bottom: 30px;
}

.aside-single {
  margin-bottom: 30px;
}

/* thumbnail */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-thumbnail:before {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
  color: #eee;
}

.img-thumbnail {
  padding: 0;
  border-radius: 0;
}

.thumbnail-box {
  margin-bottom: 20px;
}

.thumbnail-img {
  padding-right: 8px;
  padding-left: 0;
}

.thumbnail-text {
  padding: 10px 0;
}

.thumbnail-text a {
  color: #444242;
  text-decoration: none;
}

.thumbnail-box-inline {
  padding-right: 15px;
  padding-left: 0;
  margin-bottom: 20px;
}

.thumbnail-img-inline {
  padding-right: 0;
  padding-left: 0;
}

.thumbnail-text-inline {

}

.section-thumbnail {
  margin-bottom: 30px;
}

.section-thumbnail a {
  color: #444242;
}

.aside-single a {
  color: #444242;
}

.section-presentation-recent a {
  color: #444242;
}

.section-video-recent a {
  color: #444242;
}

.section-infographic-recent a {
  color: #444242;
}

.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.article-content p {
	color: #414042;
	font-size: 19px;
	font-weight: 300;
	line-height: 31px;
}

/* JOIN OUR COMMUNITY */

.row.mc-field-group{margin-top:15px;margin-bottom:15px;}
.row.mc-field-group ul li{list-style:none;width:100%;clear:both}
label{width:92%;}
input[type=checkbox], input[type=radio]{vertical-align:top;margin-right:7px;float:left;}

/* social share */
.social-share-button {
  padding: 15px 0;
}

.knowledge-featured-carousel .knowledge-label {
  font-size: 18px;
}

.article-header h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}
.article-header h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #7ac472;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.article-content label {
  font-weight: 600
}

/* event */
.events-featured-label {
  background: #66B65D;
}

section#home-video-bg iframe {
  top: 0 !important;
}

.discovery-section {
	padding-top: 60px;
}

/* hub item */

.hub-item-default {
	min-height: 270px;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 40px 30px 30px 30px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #ddd;
}

.hub-item-default::before {
	position: absolute;
	content: " ";
	width: 28px;
	height: 28px;
	bottom: 20px;
	right: 20px;
}

.hub-item-default_title p {
	line-height: 25px;
}

.hub-item {
	min-height: 270px;
	border: 1px solid #FFFFFF;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

.hub-item::before {
	position: absolute;
	content: " ";
	bottom: 0px;
	width: 100%;
	height: 59%;
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.hub-item_content {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 25px 23px;
	color: #808080;
}

.hub-item_title h2 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.hub-item p {
	margin-bottom: 0px;
	font-weight: 300;
	color: #fff;
}
/* custome gutter */

.row.gutter-15 {
	margin-right: -7px;
	margin-left: -7px;
}

.gutter-15 .col-md-4 {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 15px;
}

/* archive */
.archive-title {
	color: #444242;
	padding-top: 10px;
	padding-bottom: 30px;
}

.section-archive img {
  max-width: 85%;
}

.section-archive a {
  color: #444242;
  text-decoration: none;
}

/* aside row */
.aside-row a {
  color: #444242;
  text-decoration: none;
}
.aside-row img {
  max-width: 80%;
}

/* section navigation  */
.section-navigation {
  padding: 60px 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation li {
  display: inline;
}

.navigation li a {
  color: #474747;
  background-color: #EAEAEA;
  border-radius: 3px;
  padding: 5px 10px 5px;
}

.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #474747;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px 5px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #474747;
}

/* archive nav */
.section-archive .nav-tabs {
  border-bottom: 0px;
}

.section-archive .nav-tabs > li > a {
  padding: 10px;
  color: #505050;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  border: 0px;
  border-radius: 2px 2px 0 0;
}

.section-archive .nav-tabs > li.current_page_item > a,
.section-archive .nav-tabs > li.current_page_item > a:hover,
.section-archive .nav-tabs > li.current_page_item > a:focus {
  border-radius: 2px 2px 0 0;
  color: #505050;
  background-color: #F8F8F8;
  border: 0px;
}

/*.section-archive .nav-tabs > li > a {
  border-radius: 2px 2px 0 0;
  color: #505050;
  border: 0px;
}*/

.section-archive .nav-tabs > li > a:hover,
.section-archive .nav-tabs > li > a:focus {
  background-color: #F8F8F8;
}

.section-archive .tab-pane {
  margin: 36px 0;
}

.section-archive .nav-pagination {
  color: #A6A6A6;
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 27px;
}

.section-archive .body-tab {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #F8F8F8;
}

/* yil */
#yil-past-engagements .card-footer {
  padding: 20px 20px 35px 20px;
}

/* about */
.section-about-description {
  padding-top: 40px;
}

.about-header {
	height: 500px;
	background: url(http://www.globallandscapesforum.org/wp-content/uploads/2017/10/What-is-GLF_-e1509445670334.jpg) center center;
	background-size: cover;
	position: relative;
}

.about-what-are {
	height: 500px;
	background: url(http://www.globallandscapesforum.org/wp-content/uploads/2017/10/What-are-landscape_.jpg) center center;
	background-size: cover;
	position: relative;
}

.about-see-our {
	height: 500px;
	background: url(http://www.globallandscapesforum.org/wp-content/uploads/2017/10/See-our-Impact_.jpg) center center;
	background-size: cover;
	position: relative;
}

.about-partner {
	height: 500px;
	background: url(http://www.globallandscapesforum.org/wp-content/uploads/2017/11/glf-partner-e1509959762641.jpg) center center;
	background-size: cover;
	position: relative;
}

.about-future {
	height: 500px;
	background: url(http://www.globallandscapesforum.org/wp-content/uploads/2018/04/landscape-amazon.jpg) center center;
	background-size: cover;
	position: relative;
}


.about-manifesto {
	height: 500px;
	background: url(http://www.globallandscapesforum.org/wp-content/uploads/2017/11/IMG_0856.jpg) center center;
	background-size: cover;
	position: relative;
}

.manifesto-subscribe-form {
  padding-bottom: 10px;
}

.manifesto-subscribe-form .form-control {
	height: 57px;
	border: 1px solid #e9e6e6;
}

.section-about-description h3 {
  padding: 20px 0;
}

.collapse-button-readmore {
  cursor: pointer;
  padding-bottom: 10px;
}

.collapse-button-readless {
  cursor: pointer;
}

#publications-latest h4>a {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	color: #4B4949;
	margin-bottom: 10px;
	margin-top: 15px;
}

.latest-news-theme a {
  color: #66B65D;
  font-weight: 700;
  text-decoration: none;
}

.latest-news-label {
  position: absolute;
  top: 0;
  z-index: 9;
  background: #66b65d;
  line-height: 1;
  left: 10px;
  top: 10px;
  padding-top: 12px !important;
  padding-left: 0 !important;
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  text-align: center;
  height: 35px !important;
  width: 35px !important;
}

.single-title {
  color: #444242;
  padding-top: 10px;
  padding-bottom: 30px;
}

.single-news p {
  line-height: 30px;
  margin-bottom: 30px;
}

#section-corporate-news a {
  color: #2d2c2c;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 0;
}
.custom-pagination a {
  color: #545454;
  font-size: 18px;
  font-weight: 600;
}
.custom-pagination a:hover {
  color: #66B65D;
}
.custom-pagination a.next:hover, .custom-pagination a.prev:hover {
  color: #66B65D;
  border: 1px solid #66B65D;
}
.custom-pagination span.page-numbers {
  margin: 0 15px;
  padding: 0;
}
.custom-pagination a.page-numbers {
	margin: 0 15px;
}
.custom-pagination a.next {
  color: #818181;
  padding: 7px 14px;
  border: 1px solid #D1D1D1;
  margin-right: 0;
}
.custom-pagination a.prev {
  color: #818181;
  padding: 7px 14px;
  border: 1px solid #D1D1D1;
  margin-left: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  color: #66B65D;
  font-size: 18px;
  font-weight: 600;
}
.sumome-control.sumome-control-tr {
  display: none !important;
}
.twitter-logo-footer {
  color: #1da1f2 !important;
}
.presentation-published-date {
	padding: 20px 0;
	float:left;
}