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


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


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

body {
    font-family: mr-eaves-xl-sans, sans-serif;
	font-weight: 400;
    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 {
    font-family: ff-duper-web-pro, sans-serif;
	color: #0c4f99;
	font-size: 48px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-weight: 400;
}

.green_block h1 {
    color: #ffffff;
}


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

h3, .pt-cv-wrapper h3 {
    font-family: ff-duper-web-pro, sans-serif !important;
	color: #0c4f99;
	font-size: 35px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: 400;
}

.pt-cv-title a {
    font-weight: 400 !important;
    color: #bf5f5c !important;
}


.footer h3 {
    margin: 0px;
    line-height: 35px;
	color: #bf5f5c !important;
}


h4 {
	font-family: ff-duper-web-pro, sans-serif !important;
	color: #0c4f99;
	font-size: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: 700;
}



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

li {
	list-style-type: disc;
	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: #0c4f99;
	text-decoration: underline;
	transition: 0.5s;
}

a:hover {
	color: #bf5f5c;
}

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


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




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


#header {
	width: 90%;
	float: left;
    padding: 15px 5% 22px 5%;
}


#logo {
	margin-top: 7px;
	float: left;
}

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

#header-right {
	text-align: right;
}

#search {
	margin-bottom: 8px;
}



@media screen and (max-width: 700px) {
#logo, #header-right {
	text-align: center;
	float: left;
	width: 100%;
}   
}



#menu {
	width: 100%;
    float: left;
    background: #0c4f99;
}


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



#slider {
	float: left;
	width: 100%;
}


#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%);
}


.ms-info, .text-over-image, .text-over-image h1 {
	color: #ffffff;
	font-size: 56px;
    font-family: ff-duper-web-pro, sans-serif;
    font-style: italic;
	width: 96%;
	margin: 0px 2%;
	text-align: center;
    position: relative;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}


.ms-slide-info, .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;
}


.grey_block {
    background: #f1f2f2;
}

.green_block {
    background: #679d9a;
    color: #ffffff;
    font-size: 18px;
}





.block_2col {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
}

.col75 {
	margin: 0px 5% 0px 0px;
    flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50%;
}

.col25 {
	margin: 0px;
    flex-grow: 0;
	flex-shrink: 0;
    flex-basis: 45%;
}


.col50 {
	margin: 0px 5% 0px 0px;
    flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 45%;
}




@media screen and (max-width: 800px) {
.block_2col {
	flex-direction: column !important;
}
	
.col75, .col25, .col50 {
	flex-basis: 100% !important;
    margin-bottom: 20px;
}
}


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


.footer {
    background: #e6e7e8;
}

.fcol1 {
    float: left;
    max-width: 400px;
    width: 100%;
}

.fcol2 {
    float: right;
    max-width: 400px;
    width: 100%;
}

.minicol {
    float: left;
    width: 190px;
    line-height: 1;
}

.minicol img {
    margin-right: 20px;
    max-width: 170px;
}

.minicol p {
    padding: 8px 0px 0px 0px;
    line-height: 1 !important;
}


@media screen and (max-width: 950px) {
.fcol1, .fcol2 {
    margin: 0 auto;
    float: none;
    padding-bottom: 20px;
}
}




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

input[type="text"], input[type="password"], input[type="email"], textarea {
	padding:9px !important;
	font-family: mr-eaves-xl-sans, 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;
}

.ginput_product_price {
	color: #000000 !important;
}

.gform_wrapper span.ginput_total {
	color: #0c4f99 !important;
}
.gform_wrapper .gsection {
    margin: 28px 16px -10px 0 !important;
}	
	
input[type="submit"], .gform_button {
	padding: 15px 30px;
	font-family: ff-duper-web-pro, sans-serif;
	background: #bf5f5c;
	border: none;
	color: #ffffff;
	font-size: 16px !important;
	text-decoration: none;
	transition: 0.5s ease;
}

.gform_button:hover {
	background-color: #0065b2;
}

.gfield_required {
	color: #0065b2 !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;
}





.button, .rm-button {
    font-family: ff-duper-web-pro, sans-serif;
	background: #bf5f5c;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	border: 0px;
    text-decoration: none;
}

.pt-cv-wrapper .btn-success {
    font-family: ff-duper-web-pro, sans-serif !important;
	background: #bf5f5c !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border: 0px !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    padding: 8px 50px 8px 8px !important;
}


a.button {
    padding: 6px 25px;
	display: inline-block;
}

.rm-button {
    padding: 8px 50px 8px 8px;
}


.grey_block .rm-button {
    background: #0c4f99;
}


.green_block .button {
    background: #3d7f7d;
    display: block;
    font-size: 23px;
    margin-bottom: -10px;
}


.button:hover, .rm-button:hover, .pt-cv-wrapper .btn-success:hover {
    background: #58595b;
}



/* ----- 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 {
	display: inline-block;
}


#search input[type="text"] {
	padding:6px 6px 5px 6px !important;
	font-family: ff-duper-web-pro, sans-serif;
	color:#000000;
	font-size: 12px !important;
	line-height: 12px;
	background: #f1f2f2;
	width: 230px;
	font-weight: 400;
	border: 0;
	float: left;
}

#search input[type="image"] {
	padding: 6px;
	background-image: url(images/search.png) no-repeat;
	background-color: #f1f2f2;
	background-position: center;
	width: 14px;
	height: 14px;
	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: #0c4f99 !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;
}