@import url('style_normalize.css');
/*
Theme Name: California Coastkeeper Alliance
Description: Created by Kate McMillan for OutboxOnline.com
Author: Kate McMillan
Author URI: https://www.outboxonline.com
*/


/* Grid–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
	position: relative;
	width: 100%;
	max-width:1150px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

@media (max-width: 1199px) {
.container {
	width: 95%;
	padding: 0;
}
}

/* Self Clearing Goodness */

.container:after {
	content: "";
	display: table;
	clear: both;
}

/* Columns */

.column {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 2em auto;
}
.column {
	margin-left: 4%;
}
.column:first-child {
	margin-left: 0;
}

.one-fifth {
	width: 16.8%;
}
.one-quarter {
	width: 22%;
}
.one-third {
	width: 30%;
}
.two-thirds {
	width: 63%;
}
.one-half {
	width: 48%;
}
.three-quarters {
	width: 74%;
}
@media (max-width: 900px) {
.column {
	width: 100%;
	float:none;
	margin:1em auto;
}
}

.column img {
	max-width: 100%;
}



/* Base Styles–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	height: 100%;
}
body {
	background: center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #333333;
}
.alignright {
	float: right;
	width: 38%;
	margin-left: 1.2em;
	margin-bottom: 1em;
	max-width: 450px;
	height: auto;
}
.alignleft {
	float: left;
	width: 38%;
	margin-right: 1.2em;
	margin-bottom: 1em;
	max-width: 450px;
	height: auto;
}
.aligncenter {
	float: none;
	clear: both;
	width: 99%;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	text-align: center;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


/* Transitions–––––––––––––––––––––––––––––––––––––––––––––––––– */

a, ul, .button, .buttonClear {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* Typography–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0.7em 0;
	padding: 0;
	font-weight: bold;
	color: #09607c;
	letter-spacing: 0.01em;
	line-height: 1.2em;
	text-transform:uppercase;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 0.9em 0;
	padding: 0;
	line-height: 1.5em;
}
p strong {
	line-height: 1.8em;
}


/* Links–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
	color:#0181ba;
	text-decoration: none;
}
a:hover {
	color: #28aeea;
	text-decoration: underline;
}


/* Lists–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ol, ul {
	margin: 0 0 1.5em 1em;
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 1.5em 0 1.5em 3em;
	font-size: 90%;
}
li {
	margin: 0.5em 0;
	padding: 0;
	line-height:1.5em;
}


/* Buttons–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	height: 38px;
	padding: 0 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
	text-transform:uppercase;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	background: #0a617d;
	border-radius: 0px;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	background: #28aeea;
	color: #fff;
}

.button a, .button a:hover {
	color: #fff;
}

.buttonClear {
	display: inline-block;
	height: 48px;
	padding: 0 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	line-height: 48px;
	text-decoration: none;
	white-space: nowrap;
	background:none;
	border-radius: 0px;
	border:1px solid #fff;
	box-sizing: border-box;
	font-family: 'Roboto Slab', serif;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
}
.buttonClear:hover {
	background: #0a617d;
}

.buttonSize {
	height:60px;
}
.vc_btn3-style-outline-custom {
	border-bottom:1px solid #0a617d;
}

.wpcf7-submit {
	background: #0a617d;
}


/* Forms–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	height: 38px;
	width: 96%;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 1px;
	box-shadow: none;
	box-sizing: border-box;
	color: #777;
}
textarea {
	min-height: 65px;
	max-width: 98%;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #777;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #bbbbbb;
	outline: 0;
}
label, legend {
	display: block;
	margin-bottom: .5em;
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
label > .label-body {
	display: inline-block;
	margin-left: .5em;
	font-weight: 400;
}


/* contact form */

.wpcf7-list-item {
	display: block;
	margin: 0.5em auto;
}


/* Removes awkward default styles on some inputs for iOS */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* Code–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
	padding: .2em .5em;
	margin: 0 .2em;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}
pre > code {
	display: block;
	padding: 1rem 1.5em;
	white-space: pre;
}


/* Tables–––––––––––––––––––––––––––––––––––––––––––––––––– */

th, td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}


/* Misc–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
	margin: 2em auto;
	border-width: 0;
	border-top: 1px solid #0181ba;
	border-bottom:none;
	border-left:none;
	border-right:none;
	max-width:1200px;
}


/* Responsive iFrames & Embeds */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* PROJECT SPECIFIC STYLES–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*  Header  */

#headerWrap {
	width: 100%; 
	min-height:420px; 
	background-size:cover; 
	background-position:center bottom; 
	z-index:-1;
}

#headerWrapInner {
	width: 100%; 
	height:200px;
	background:url(Images/featured-image3.jpg);
	background-size:cover; 
	background-position:center center; 
	z-index:-1;
}
#headerWrapBlog {
	width: 100%; 
	height:200px;
	background:url(Images/featured-image3.jpg);
	background-size:cover; 
	background-position:center center; 
	z-index:-1;
}

.navBar {
	height: 145px;
	width: 100%;
	background:url(Images/header-bg.png);
	z-index:200;
	position:absolute;
	top:0;
}
.navBarInner {
	height: 145px;
	width: 100%;
	background:url(Images/header-bg.png);
	z-index:200;
	position:absolute;
	top:0;
}

/*  Logo  */

.logo {
	float:left;
	width:170px;
	height: 145px;
}
.logo img {
	margin-top:20%;
}

/*  Navigation  */

.mainNavWrap {
	height: 145px;
	max-width: 1000px;
	margin: 0 auto;
	float: right;
}
 @media (max-width: 910px) {
.mainNavWrap {
	display: none;
}
}
.mainNav {
	float: right;
	max-width: 1000px;
	height: 100%;
}
.mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.mainNav ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	display: inline-block;
	float: left;
	z-index: 1;
	line-height: 145px;
	position: relative;
}
.mainNav ul li a {
	display: block;
	padding: 0 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.mainNav ul li a:hover {
	color:#CFF;
}

.mobile-navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menuButton {
  background: rgba(255, 255, 255, 0.5);
}
.menuButton:hover {
  background: rgba(255, 255, 255, 0.2);
}
.menu-item-2970 {
  margin-left:11px !important;
}

/* currently selected */

.mainNav ul .current-menu-item, .mainNav ul .current-menu-ancestor a {
	font-weight:bold;
}
.mainNav ul .current-menu-item a, .mainNav ul .current-menu-ancestor a {
	color: #FFF;
}

/* subnav */

.mainNav ul li ul {
	display: none;
	position: absolute;
	top: 90px;
	background: #0a617d;
	border-bottom:2px solid #08495e;
	padding: 7px 7px 7px 12px;
	z-index: 2;
	list-style: square;
	list-style-position: outside;
	min-width: 220px;
}
.mainNav ul li:hover ul {
	display: inherit;
}
.mainNav ul li ul li {
	padding: 0;
	margin: 0 0 0 1.8em;
	display: list-item;
	float: none;
	text-align: left;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	position: relative;
}
.mainNav ul li ul li a {
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	line-height: 30px;
}
.mainNav ul li ul .current-menu-item a, .mainNav ul li ul .current-menu-ancestor a {
	text-transform: uppercase;
}

/* end subnav */

/* special */

.mainNav ul .donate {
	background-color: rgba(255,255,255,.5);
	margin-left:15px;
}
.mainNav ul .donate a {
	position:relative;
	top:;
}
.mainNav ul .donate:hover {
	background:#fff;
}
.mainNav ul .donate:hover a {
	color:#0a617d;
}

/* responsive menu stuff */

@media (max-width: 1250px) {
.mainNav ul li {
	font-size: 0.9em;
}
.mainNav ul li a {
	padding: 0 7px;
}
}
 @media (max-width: 1150px) {
.mainNav ul li {
	font-size: 0.82em;
}
.mainNav ul li a {
	padding: 0 5px;
}
}
 @media (max-width: 1050px) {
.mainNav ul li {
	font-size: 0.75em;
}
}

/* end responsive stuff */


/*  CONTENT  */

.pageContent {
	padding: 1em 2em 2em 2em;
	margin:0 auto;
	background:#fff;
	max-width: 1150px;
}

.featureText {
	text-align:center;
	padding:2.5em 0;
	margin:0 auto;
	z-index:100;
	position:absolute;
	left: 50%;
	top: 100px;
	transform: translate(-50%, 0);
	width:100%;
}
.featureText h2 {
	font-size:2em;
	font-weight:normal;
	color:#fff;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	margin:1.5em auto 0.4em auto;
	padding:0;
	text-transform:none;
	max-width:75%;
}
@media (max-width: 1280px) {
.featureText h2 {
	font-size:1.9em;
	font-weight:normal;
	max-width:88%;
	margin:1.5em auto 0.4em auto;
}
}
@media (max-width: 1100px) {
.featureText h2 {
	font-size:1.7em;
	font-weight:normal;
	max-width:88%;
	margin:1.5em auto 0.4em auto;
}
}
@media (max-width: 600px) {
.featureText h2 {
	font-size:1.3em;
	margin:1em auto 0.4em auto;
	max-width:92%;
}
}

.subHead {
	margin:1em auto;
	padding:0 25px 25px 25px;
	font-size:1.1em;
	color:#fff;
	text-align:center;
}
.subHead h2 {
	font-size:2em;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	margin:0 1em 1em 1em;
	padding:0;
	text-transform:uppercase;
}
.subHead p {
	font-size:1.1em;
	color:#fff;
	font-family: 'Lato', sans-serif;
	text-align:center;
	margin:0 2em 1em 2em;
}

#instagram {
	margin:0;
}
.instagram-pics {
	margin:0;
	padding:0;
}
.instagram-pics li {
	list-style:none;
	float:left;
	margin:0;
	width:33%;
}
.instagram-pics img {
	width:95%;
}


/*  FOOTER  */

.footer {
	width: 100%;
	min-height: 200px;
	padding-top: 1%;
	background: #0a617d;
}
.footer img {
	float:right;
	margin:0.9em;
	width:24%;
}
.footer img:hover {
	position:relative;
	top:-1px;
}
.footer p {
	font-size: 0.7em;
	margin: 1.1em 0 0 0;
	color: #fff;
	opacity: 0.8;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fff;
}
.footer ul {
	margin: 0 0 0 -10px;
	padding:0;
}
.footer ul li {
	list-style: none;
	display: inline;
	margin-left: 10px;
	font-size: 0.75em;
	opacity: 0.8;
}
.footer .outboxOnline a {
	color: #777;
	font-size: 0.85em;
}
.footer .outboxOnline a:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 600px) {
.footer p {
	text-align:center;
}
}

/* footer social icons */

.aps-social-icon-wrapper {
	margin:0;
	padding:0;
}

.aps-group-horizontal {
	margin:0 0 0 15px;
	padding:0;
}

.aps-each-icon {
	margin:0 0 0 -12px;
	padding:0;
	width:20px;
}


/*  BLOG  */

.blogContent {
	margin-top: 3em;
}
.blogContent h2, .blogContent h1 {
	margin: 0 0 1.2em 0;
	padding: 0;
	text-transform:none;
}
.blogContent .entry {
	margin-bottom: 2em;
}
.blogContent img:hover {
	top: 0;
}

/* thumbnails */
.attachment-thumbnail {
	float:left;
	margin:-0.3em 1em 1em 0;
	border-radius: 50%;
	border:1px solid #efefef;
}
.thumbWrap  {
	width: 100%;
	height: auto !important;
	overflow: hidden;
}


/* post nav */

.postPagesNav {
	margin: 1.5em auto;
	padding-bottom: 15px;
}
.postPagesNav .postPagesNavLeft {
	float: left;
	padding-bottom: 15px;
}
.postPagesNav .postPagesNavRight {
	float: right;
	padding-bottom: 15px;
}


/* captions */

.wp-caption-text, .post .wp-caption-text, .entry .wp-caption-text, .wp-caption p {
	font-size: 0.8em;
	text-align: center;
	color: #777;
	padding: 0 10px;
}

/* author bio */

#authorarea {
	background: #f0f0f0;
	border: 1px solid #d2d2d2;
	padding: 10px;
	width:100%;
	overflow:hidden;
	color: #333;
}
#authorarea h3 {
	font-size: 18px;
	color:#333;
	margin:0;
	padding:10px 10px 5px 10px;
}
#authorarea h3 a {
	text-decoration:none;
	color: #333;
	font-weight: bold;
}
#authorarea img {
	margin:0;
	padding:10px;
	float:left;
	border: 1px solid #ddd;
	width: 100px;
	height: 100px;
}
#authorarea p {
	color:#333;
	margin:0;
	padding:0px 10px 10px 10px;
}
#authorarea p a {
	color:#333;
}
.authorinfo {
	padding-left:120px;
}


/* comments */

#comments {
	clear: both;
	margin: 2em auto;
}
#comments .comment {
	clear: both;
}
#comments .comment-author {
	font-weight: 600;
	margin: 1em auto;
}
#comments .comment-meta {
	margin: 1em auto;
}
#respond h3, #comments h3 {
	clear: both;
	padding-top: 25px;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}


/*  sidebar  */

.sidebar {
	margin-top: 0.7em;
}
.sidebar .sidepanel {
	margin: 0 0 3em 0;
	padding: 0;
}
.sidebar h3 {
	text-transform:uppercase;
	font-size: 1.2em;
	margin-top:2em;
}