/*!
Theme Name: Whitespace
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whitespace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Whitespace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Body Styles
--------------------------------------------------------------*/

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background: #365888;
}

.wrapper {
	float: none;
	margin: 0 auto;
	max-width: 1140px;
}

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

.yellow {
	color: rgb(245, 170, 48);
}

.blue {
	color: #002e6d;
}

.light-blue {
	color: #365888;
}

.yellow {
	color: rgb(245, 170, 48);
}

.dark-blue {
	color: #0a1633;
}

.entry-content p {
	line-height: 1.5;
}

a {
	color: #365888;
}

a:hover {
	color: rgb(245, 170, 48);
}

h1,h2,h3 {
	color: #0a1633;
}

.entry-content {
	color: #0a1633;
}

li {
	line-height: 1.5;
	margin-bottom: 8px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	padding: 0 10px;
	background: #fff;
	border-bottom: 5px solid #002e6d;
}

.site-branding {
	float: left;
	max-width: 300px;
}

.site-header .main-navigation {
	float: right;
	margin-top: 50px;
}

.site-header .main-navigation .dashicons {
	font-size: 30px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.site-header .wrapper {
	padding: 0;
}

.site-header .header-widget {
	display: none;
}

.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-donate {
	background-color: rgb(245, 170, 48);
}

.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-donate a {
	color: #fff;
}

.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-icon a {
	padding-right: 0;
}

ul.social-icons li {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}

ul.social-icons a {
	text-decoration: none;
}

ul.social-icons .dashicons {
	font-size: 25px;
	width: 25px;
	height: 25px;
}

.header-widget a.donate-button {
	background-color: rgb(245, 170, 48);
	color: #fff;
	padding: 5px 10px;
	margin-right: 10px;
}

@media only screen and (max-width: 1020px) {

	.site-header {
		padding: 0;
	}

	.site-header .site-branding {
		float: none;
		margin: 0 auto;
	}

	.site-header .main-navigation {
		float: none;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 720px) {

	.site-header .site-branding {
		display: inline-block;
		width: 38%;
		vertical-align: middle;
	}

	.site-header .header-widget {
		display: inline-block;
		width: 58%;
		vertical-align: middle;
		text-align: right;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	text-align: center;
	padding: 5px;
	color: #fff;
	background-color: #0a1633
}

/*--------------------------------------------------------------
## Single Post / Page
--------------------------------------------------------------*/

.post .content-area .wrapper,
.page .content-area .wrapper,
.single .content-area .wrapper,
.error404 .content-area .wrapper,
.search-results .content-area .wrapper,
.search-no-results .entry-content {
	padding: 40px;
	background: #fff;
}

h1.entry-title {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60px;
	color: #fff;
	text-align: center;
}

.image-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}

.image-header h1.entry-title {
	padding-top: 180px;
	text-shadow: 5px 5px 15px #000;
	margin: 0;
}

.wp-block-buttons .wp-block-button a.wp-block-button__link {
	border-radius: 0;
	background: transparent;
	border: 2px solid #0A1633;
	color: #0A1633;
}

.wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
	color: #fff;
	background: #0A1633;
}

/*--------------------------------------------------------------
## Officers
--------------------------------------------------------------*/

.single-officer .officer-image {
	float: left; 
	margin: 20px 20px 20px 0;
}

.officers-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.officers-list .officer {
	width: 300px;
	height: auto;
	margin: 20px;
}

.officers-list .officer .position {
	text-transform: uppercase;
	color: rgb(245, 170, 48);
	font-weight: 300;
	letter-spacing: 2px;
}

.officers-list .officer h3 {
	color: #365888;
	font-size: 24px;
	margin: 10px 0;
	padding: 0;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

label {
	color: #365888;
}

input[type=text], 
textarea, 
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=url], 
input[type=search], 
input[type=date], 
.material.woocommerce-page[data-form-style="default"] input#coupon_code {
  background-color: rgba(0,0,0,0.04);
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0);
}
input[type=text]:focus, 
textarea:focus, 
input[type=email]:focus, 
input[type=search]:focus, 
input[type=password]:focus, 
input[type=tel]:focus, 
input[type=url]:focus, 
input[type=date]:focus {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
}

.button, input[type=button] {
	background: #365888;
	padding: 15px;
	border-radius: 3px;
	border: none;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
}

select{
  padding:10px;
  width:100%;
  border: none;
  font-family:'Open Sans';
  font-weight:400;
  font-size:12px;
  line-height:22px;
  color:#555;
  background-color:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,0.16);
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.16);
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
}
textarea{
  max-width:100%
}
	

