/*
Theme Name: Western Port Biosphere v2
Theme URI: 
Description: 
Author: Malvolio
Version: 2.0
Tags: none
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;800&family=Rubik:wght@300;500;700&display=swap');


/* ----- GLOBAL FONTS & TYPE ----- */

body {
    font-family: Rubik, sans-serif;
	font-weight: 300;
    font-size: 16px;
    padding:     0px;
    margin:      0px;
	color: #000000;
	background-color: #ffffff;
}




p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 1.5;
}


h1 {
	color: #cb6228;
	font-size: 48px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-weight: 500;
}

.green_block h1, .orange_block h2 {
    color: #ffffff;
}


h2 {
	color: #cb6228;
	font-size: 29px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: 500;
}

h3, .pt-cv-wrapper h3 {
	color: #cb6228;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: 500;
}

h3 {
	font-size: 33px;
}

.pt-cv-view h3.pt-cv-title {
	font-size: 20px !important;
}

.pt-cv-title a, .featured-grid h3 {
    font-weight: 500 !important;
    color: #01628b !important;
}

.pt-cv-content, .pt-cv-content * {
  font-weight: 300 !important;
}


.footer h3 {
    line-height: 33px;
    font-weight: 700;
	color: #8bcb94 !important;
}


h4 {
	color: #cb6228;
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: 700;
}


.orange_block h4 {
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	font-weight: 500;
}



.cr {
	font-size: 12px;
	line-height: 1;
	float: left;
	width: 100%;
}

ul {
	margin: 0px 0px 12px 15px;
	padding: 0;
}

li {
	padding: 0px 0px 8px 5px;
	line-height: 1.5;
	}




hr {
	border: none;
	border-top: 2px solid #e6e7e8;
	margin: 20px 0px 15px 0px;
	clear: both;
}

b, strong {
	font-weight: 700;
}

a {
	color: #000000;
	text-decoration: underline;
	transition: 0.5s;
}


.date {
    color: #000000;
    margin: -30px 0px 40px 0px;
}


.date-ht {
    color: #000000;
    margin: 0px 0px 5px 0px;
}




/* ----- LAYOUT ----- */


#header {
	width: 100%;
	float: left;
    display: flex;
    justify-content: space-between;
    background: #14322c;
    border-bottom: 1px solid #ffffff;
}


#logo {
	margin: 25px;
	float: left;
}

#logo img {
    max-width: 315px;
    width: 100%;
}

#header-right {
	text-align: right;
    margin: 25px;
}

#search {
	margin-bottom: 12px;
	display: flex;
}

a.dbutton {
	background: #8bcb94;
  color: #14322c;
  font-size: 19px;
  font-weight: 500;
  border: 0px;
  text-decoration: none;
  padding: 0px 30px;
  margin-right: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}



.socials {
	width: 100%;
	text-align: right;
}

.socials img {
	width: 35px;
}

.unesco {
    width: 58px !important;
    margin-left: 50px;
}


@media screen and (max-width: 830px) {
#header {
    flex-direction: column; 
}
    
#logo, #header-right, .socials {
	text-align: center;
}   

#search {
    justify-content: center;
}
}



#menu {
	width: 100%;
    float: left;
    background: #14322c;
}


/* ----- CONTENT BLOCKS ----- */



#home_image_block {
	float: left;
	width: 100%;
    position: relative;
    display: flex;   
    align-items: center;
}




#home_image_block div {
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    margin-left: 10%;
    width: 90%;
    z-index: 100;
    position: absolute;
}


#home_image_block div strong {
    font-weight: 500;
}



@media screen and (max-width: 900px) {
#home_image_block div {
	font-size: 30px;
}
}


@media screen and (max-width: 600px) {
#home_image_block div {
	display: none;
}
}


#image_block {
	position: relative;
	width: 100%;
	height: 270px;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
#image_block {
	height: 170px !important;
}

.text-over-image h1 {
	font-size: 30px !important;
}
}


#image_block img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}


.text-over-image, .text-over-image h1 {
	color: #ffffff;
	font-size: 50px;
	width: 96%;
	margin: 0px 2%;
	text-align: center;
    position: relative;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}


.text-over-image {
    display: flex;   
    align-items: center;
    height: 96%;
}

.text-over-image div {
	width: 100%;
}




.cblock {
	width: 80%;
	padding: 40px 10% 50px 10%;
    float: left;
}



.orange_block {
    background: #cb6228;
    color: #ffffff;
}

.orange_block h3 {
    color: #ffffff;
}


.cols_75-25 {
    display: grid;
    gap: 75px;
    grid-template-columns: 2fr 1fr;
}

.cols_25-75 {
    display: grid;
    gap: 75px;
    grid-template-columns: 1fr 2fr;
}

.cols_50-50 {
    display: grid;
    gap: 75px;
    grid-template-columns: 1fr 1fr;
}








.grey_block {
    background: #f1f2f2;
}

.green_block {
    background: #14322c;
    color: #ffffff;
    font-size: 18px;
}

.green_block h1 {
    font-weight: 300;
    font-size: 55px;
}



.featured-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
}


.featured-grid .ftext {
	background: #b8dde1;
    padding: 28px;
}

.featured-grid img {
    display: block;
}




@media screen and (max-width: 1100px) {
.featured-grid {
	grid-template-columns: 1fr !important;
}
}


@media screen and (max-width: 800px) {
.cols_75-25, .cols_25-75, .cols_50-50 {
	grid-template-columns: 1fr !important;
}
}



.stats4cols {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 60px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}



@media screen and (max-width: 750px) {
.stats4cols {
	grid-template-columns: 1fr 1fr !important;
}
}



@media screen and (max-width: 450px) {
.stats4cols {
	grid-template-columns: 1fr !important;
}


.stats4cols strong {
	font-size: 35px;
    display: block;
}
}




.rt-wpls .slick-track {
    padding: 0px !important;
}







.large-logo img {
	width: 100%;
	max-height: 326px;
  	max-width: 450px;
}



.medium-logo img {
	width: 100%;
	max-height: 174px;
  	max-width: 300px;
}


.small-logo img {
	width: 100%;
	max-height: 120px;
  	max-width: 180px;
}


.sponsors-row {
	display: flex;
    column-gap: 50px;
    row-gap: 0px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}


.logo_block {
    border-bottom: 1px solid #efefef;
}




.footer {
    background: #14322c;
    text-align: center;
    color: #ffffff;
}

.footer .button {
    background: #8bcb94 !important;
    color: #14322c !important;
    transition: 0.5s;
}



.fgcenter {
	width: 100%;
	display: flex;
	margin-top: 10px;
    justify-content: center;
    gap: 40px;
}


@media screen and (max-width: 450px) {
.fgcenter {
	flex-direction: column;
}
}




/* ----- FORMS ----- */

input[type="text"], input[type="password"], input[type="email"], textarea {
	padding:9px !important;
	font-family: Rubik, sans-serif;
	color:#000000 !important;
	font-size: 16px !important;
	background:#ffffff;
	vertical-align:top;
	font-weight: 400;
	margin-bottom: 5px;
	border: 2px solid #f1f2f2;
}

#gform_wrapper_1 ul li.gfield {
    margin: 0px !important;
    padding: 0px !important;
}

.gform_wrapper {
    margin-top: 0px !important;
}

.ginput_container {
    margin: 0px !important;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
	display: flex;
  	justify-content: center;
}

.ginput_product_price {
	color: #000000 !important;
}

.gform_wrapper span.ginput_total {
	color: #000000 !important;
}
.gform_wrapper .gsection {
    margin: 28px 16px -10px 0 !important;
}	
	
input[type="submit"], .gform_button {
    background: #cb6228;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700;
	margin-bottom: 15px;
	border: 0px;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    transition: 0.5s;
}

.gfield_required {
	color: #cb6228 !important;
}

.ui-datepicker {
	margin: 0px auto !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	vertical-align: top !important;
	font-size: 16px !important;
}

.gform_wrapper .gsection {
	border: 0px !important;
}

.gform_heading {
	display: none !important;
}



a.button, .rm-button {
	background: #cb6228;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	border: 0px;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    transition: 0.5s;
}

.pt-cv-wrapper .btn-success, .feat-button {
    font-family: rubik, sans-serif !important;
	background: #01628b !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border: 0px !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    padding: 15px 5% !important;
    text-align: center;
    display: block;
    transition: 0.5s;
}








.green_block .button {
    background: #8bcb94;
  	color: #14322c !important;
  	display: block;
  	font-size: 20px;
  	font-weight: 500;
  	margin-bottom: -20px;
  	text-align: center;
  	padding: 10px;
  	transition: 0.5s;
}


.button:hover, .rm-button:hover, .pt-cv-wrapper .btn-success:hover, .gform_button:hover {
    transform: scale(1.1);
}



/* ----- IMAGES ----- */


.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

a img {
	border: none;
}

 img {
    max-width: 100%;
    height: auto;
}


@media screen and (max-width: 800px) {
img.alignleft,
img.alignright {
	clear: both;
	display: block;
	margin: 0 auto 12px auto;
	float: none;
}
}



/* ----- SEARCH BAR ----- */

.s-outside, #searchform {
	display: inline-block;
}


 
#search input[type="text"] {
	padding:11px 6px 10px 6px !important;
	color:#000000;
	font-size: 16px !important;
	line-height: 16px;
	background: #e6e7e8;
	width: 200px;
	font-weight: 300;
	border: 0;
	float: left;
}

#search input[type="image"] {
	padding: 10px;
	background-color: #e6e7e8;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 0px;
	overflow: hidden;
}


/* ----- TABLES ----- */

.tablepress tbody td.column-1 {
	font-weight: 700;
	background-color: #f1f2f2 !important;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #cb6228 !important;
    text-transform: uppercase;
    color: #ffffff;
}

.tablepress .row-hover tr:hover td {
    background-color: #fbfbfb !important;
}

.tablepress .row-hover tr:hover td.column-1 {
    background-color: #e6e7e8 !important;
}

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

.page-id-3040 .cblock .printfriendly {
	display: none !important;
}