@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------------------
>>> MacLean Web Works:
----------------------------------------------------------------*/

body {
	font-family: 'Lora', serif;
	font-size: 1.7vw;
	font-weight: 400;
	color: #931508;
	background-color: #f0dedc;
}
h1, h2, h3 {
    margin: 0;
    font-weight: 700;
    text-align: center;
}
h1 {
	font-size: 3vw;
}
h2 {
	font-size: 2.5vw;
}
h3 {
	font-size: 2vw;
}
h4 {
	
}
ul {
	margin-left: 0;
}
a {
	color: #5d7038;
	text-decoration: none;
	transition: color .2s linear;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
}
a:visited {
	color: #5d7038;
}
a:hover,
a:focus,
a:active {
    outline: 0;
    color: #5d7038;
}
.widget {
	margin: 0;
}
.heading-inline {
	display: inline;
	text-align: center;
}
#page {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#main {
	margin: 10px 3%;
}
.entry-header {
    margin: 30px;
}
.site-header {
    width: 100%;
	border-bottom: solid medium #931508;
}
#logo-container {
	width: 20%;
	margin: 10px 0 10px 5%;
	z-index: 99999;
	line-height: 0;
	float: left;
}
.site-button {
	margin: 2vw 3vw 0 0;
}
.header-search { 
	float: right; 
	margin: 0;
	padding: 0;
}
.header-search input {
	text-indent: 500px;
	cursor: pointer;
	width: 35px;
	border: thin solid #999;
	border-radius: 50%;
	margin-bottom: 0px;
	padding: 7px 0px 7px;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/search.png) no-repeat 0px center;
	webkit-transition: width 0.3s, background-color 0.3s;
	-moz-transition: width 0.3s, background-color 0.3s;
	-o-transition: width 0.3s, background-color 0.3s;
	-ms-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	-webkit-appearance: textfield;	/* Carlos Edit - fix Safari bug */
}
.header-search input:hover { background-color: #f3f3f3; }
.header-search input:focus { color: #777; background-color: #f3f3f3; text-indent: 25px; width: 300px; cursor: text; padding-left: 15px; padding-right: 15px; border-radius: 5%;}
.header-search input.search-submit {
    display: none;
	
}
.entry-content {
	padding: 0 5%;
}
.entry-content img {
	
}
.hentry {
	border-bottom: medium solid #931508;
}
.hentry:last-child {
	border-bottom: none;
}
.hidden-text{
	color: transparent;
}
/* Home page. */
.home-featured-photo {	
	width: 100%;
	line-height: 0;
}
.home-featured-photo img {	
	width: 100%;
}
#attention {
	width: 100%;
	color: #fff;
	background-color: #931508;
}
.attention-content p {
	margin: 0;
	padding: 0 5% 20px 5%;
}
.attention-content a {
	color: #f7da5c;
}
#home-content {
    padding: 2vw 5%;
    margin: 0;
    background-image: url(../images/home-text_bgnd.jpg);
	background-size: 100%;
	background-position: center;
	background-attachment: fixed;
}
.home-section {
	padding: 0 3% 30px;
	position: relative;
}
#info-box-container {
	margin: 0;
	padding: 30px 5%;
	background-color: #c8bf98;
}
.info-box {
    margin: 0 1.5%;
    padding: 0;
    width: 30%;
    position: relative;
    border: medium solid #931508;
    border-radius: 10px;
	background-color: #f7da5c;
}
.info-box figure {
	margin: 0;
}
.info-box img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.info-box img:hover {
	opacity: 0.7;
}
.info-box h3 {
	padding: 10px 0;
	text-align: center;
	font-size: 1.8vw;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.8vw;
}
.info-box h3 a {
	color: #931508;
}
.info-box h3 a:hover {
	color: #c8bf98;
}
#donate-container {
	margin: 0;
	padding: 30px 5%;
	color: #fff;
	background-color: #931508;
}
.donate-button .wp-block-button__link {
	font-weight: 700;
	border: medium solid #931508;
}
.donate-button a.wp-block-button__link:hover {
    color: #f7da5c!important;
	background-color: #931508!important;
	border: medium solid #f7da5c;
}
#silhouette-container {
	margin: 0;
	padding: 30px 5%;
}
.silhouette-text {
	padding-top: 3vw;
}
#home-bottom {
	margin: 0;
	padding: 30px 5%;
}
.partners-find-text {
	margin: 20px 0 0 0;
}
.nature-conserv-logo {
	margin-top: 7vw;
}
.wp-block-columns {
	margin: 0;
}
.entry-meta {
	text-align: center;
}
.wp-block-image figcaption {
	color: #000;
	text-align: center;
	font-size: 18px;
}
.wp-block-gallery img {
    margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 18px;
}
.wpcf7 {
	width: 46%;
	float: left;
}
.header-noclear {
	clear: none;
}
.cont-address {
	width: 30%;
	margin-top: 50px;
	float: left;
	clear: none;
}
.location-map {
	width: 48%;
	float: right;
}
.location-map img {
	width: 100%!important;
}
.clear-float {
	clear: both;
}
.wp-block-separator{
	clear: both;
}
.site-footer {
	padding: 10px 0;
	color: #fff;
	background-color: #931508;
}
.site-footer a {
	text-decoration: none;
}
.site-footer a:hover {
	text-decoration: underline;
}
#copyright {
	font-size: 1.5vw;
	text-align: center;
}
#smoothup {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 50px;
	right: 30px;
	text-indent: -9999px;
	display: none;
	background-image: url(../images/top-icon.png);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/* iPad stlyes */	

		@media only screen and ( max-width: 998px )
{
body,
button,
input,
select,
optgroup,
textarea {
    font-size: 24px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
.alignright {
	width: 50%;
}
.alignleft {
	width: 50%;
}
#logo-container {
	width: 40%;
	margin-left: 5%;
}
.info-box img {
	width: 100%!important;
}
.info-box h3 {
	padding: 0.8em 0;
	font-size: 1.5em;
}
.silhouette-text {
	padding-top: 0;
}
.headersearch form { 
	margin: 0;
}
.header-search input {
	padding: 2px;
}
.entry-content ul {
		margin: 0;
}
.cont-address {
	width: 95%;
	float: none;
}
.wpcf7 {
	width: 95%;
	float: none;
}
.location-map {
	width: 95%;
	float: none;
}
#copyright {
	font-size: 16px;
}
}
/* iPhone styles */
		
		@media only screen 
    and (max-device-width : 480px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{ 
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1.3em;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
.site-header-home {
	position: static;
	background-color: #e6f5ff;
}
#logo-container {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 60%;
	float: none;
}
.site-title {
	line-height: 1em;
}
.site-description {
	font-size: 24px;
}
.header-search input {
	padding: 7px;
}
.headersearch input:focus {
	width: 300px; 
}
.alignleft {
	width: 100%;
	display: block;
	float: none;
}
.alignright {
	width: 100%;
	display: block;
	float: none;
}
.site-button {
	margin: 0 0 10px 40px;
	padding: 10px;
	font-size: 24px;
	
}
#vial-house-photo {	
	padding-top: 0;
	background-color: #e6f5ff;
}
#vial-house-photo img {
	
}
.info-box {
    margin: 20px auto;
    padding: 0;
    width: 95%;
    float: none;
}
.info-box h3 {
	font-size: 24px;
	line-height: auto;
}
#home-event a {
	font-size: 24px;
}
#home-join-us p {
	padding: 20px 3%;
	font-size: inherit;
	text-align: center;
}
#home-join-photo {
	display: none;
}
#footer-logo {
	width: 95%;
	float: none;
}
.site-footer {
	padding: 25px 3% 15px;
}
.footer-widget {
	font-size: 18px;
	text-align: center;
	float: none;
	width: 100%;
}
#footer-right {
	margin: 10px auto;
	width: 70%;
	float: none;
}
#copyright {
	margin-top: 20px;
	font-size: 12px;
}
input[type="text"],
input[type="email"] {
	width: 100%;
}
}



