/*
Theme Name: GEEF Inc. Custom Theme
Theme URI: NA
Author: Christian Mackler
Author URI: http://www.wsiwebspecialist.com/
Description: This is a custom theme for WSI Clients.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------Clearfix-----------------------------*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*Typography -------------------------------*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	line-height: 20px;
	color: #424242;
	background: #ffffff; 
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1 {
	font-size: 24px;
	color: #232a78;
	font-weight: bold;
	margin-bottom: 20px !important;
}

h2 {
	font-size: 18px;
	color: #232a78;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #232a78;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #232a78;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	color: #232a78;
	font-weight: bold;
}

h6 {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #004eab;
	text-decoration: none;
	font-weight: bold;
}      

a:visited {
	color:#26a7d1;
}  

a:hover {
	color: #232A78;
} 

a:focus,
a:active {
	color: #26a7d1;
}

#footer a {
	color: #ffffff;
	font-weight: normal;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #f9c220;
}

input:focus {
	outline: none; 
}

h1,
h2,
h3,
h4,
h5,
h6, 
p,
ol,
ul {
	margin-bottom: 10px;
}


ol,
ul {
	/*margin-left: 40px;*/

} 

.entry-content ul,
.entry-content ol {
	list-style: disc;
	margin-left: 30px;

}

ul ul {
	list-style: disc;
}

input:focus,
button:focus {
	outline:0;
}


/*Images ---------------------------------- */
img {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left; 
	margin: 0 10px 10px 0;
}

.alignright {
	float: right; 
	margin: 0 0 10px 10px;
}


/*General Layout --------------------------------- */
#header-wrapper {
	background: #004eab; /* Old browsers */
	background: -moz-linear-gradient(top,  #004eab 0%, #00baf7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004eab), color-stop(100%,#00baf7)); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004eab 0%,#00baf7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004eab 0%,#00baf7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004eab 0%,#00baf7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #004eab 0%,#00baf7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004eab', endColorstr='#00baf7',GradientType=0 ); /* IE6-9 */
	height: 159px;
	padding-top: 10px;
}

.container {
	max-width: 980px;
	margin: 0 auto;
}

#header {
	max-width: 940px;
	margin: 0 auto;
}

.logo {
	float: left;
	max-width: 672px;
}

.logo p {
	display: none;
	font-size: 24px;
	font-weight: bold;
}

.contact-area {
	float: right;
	margin-top: 25px;
}

.search-top {
	float: right;
	clear: both;
}

.donate {
	display: block;
	float: right;
	margin-bottom: 30px;
	background: url('images/donate.png') no-repeat;
	width: 138px;
	height: 43px;
}

.donate:active,
.donate:hover {
	background: url('images/donate-hover.png') no-repeat;
}

.search-small .search-inputs input[type="text"],
.search-top .search-inputs input[type="text"] {
	float: left;
	width: 150px;
	height: 25px;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	border-radius: 5px 0 0 5px;
	margin: 0;
	padding: 0 0 0 8px;
	color: #007ECD;
}

.search-small .searchsubmit,
.search-top .searchsubmit {
	border: none;
	height: 27px;
	background: #868686; /* Old browsers */
	background: -moz-linear-gradient(top,  #868686 0%, #a5a5a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(100%,#a5a5a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #868686 0%,#a5a5a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #868686 0%,#a5a5a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #868686 0%,#a5a5a5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #868686 0%,#a5a5a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
	padding: 0;
	border-radius: 0 5px 5px 0;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #868686;
	padding: 6px;
	width: 30px;
	float: left;
	margin: 0;
}

#nav-wrapper {
	background: #232a78;
}

#content {
	max-width: 940px;
	margin: 0 auto;
}

.slider {
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 5px #888888;
	overflow: hidden !important;
}

.slider img {
	border-radius: 10px;
}

.entry-content {
	float: left;
	width: 63.9574468% !important;
	margin: 20px 2.12765957% 20px 0;
}

#home-sidebar,
#inner-sidebar {
	width: 31.9148936%;
	float: right;
	margin: 20px 0;
}

.home .inner-cta {
	display: none;
}

.inner-cta {
	display: block;
	width: 100%;
	background: url('images/inner-cta.png') no-repeat;
	background-size: 100% 100%;	
	margin-bottom: 10px;
}

.inner-cta:hover {
	background: url('images/inner-cta-hover.png') no-repeat;
	background-size: 100% 100%;	
}

.inner-cta a {
	display: block; 
	width: 100%;
	height: auto;
	color: #232a78 !important;
	line-height: 44px;
	padding-left: 10px;
}

.inner-cta p {
	margin: 0;
}

.upcoming-events {
	background: #004eab;
	padding: 10px 0;
	border-radius: 10px;
	min-height: 259px;
	box-shadow: 3px 3px 5px #888888;
	margin-bottom: 20px;
	color: #ffffff;
}

.events-container {
	width: 94%;
	margin: 0 auto;
}

.events-container a,
.events-container span {
	color: #ffffff;
}

.events-container a:hover {
	color: #f9c220;
}

.upcoming-events h3,
.newsletter h3,
.social-media h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

.home-ctas {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
}

.cta {
	width: 300px;
	float: left;
	margin-right: 20px;
	background: #e6e6e6;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #888888;
}

.cta:last-child {
	margin-right: 0;
}

.cta-container {
	width: 94%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	height: 151px;
}

.cta-container a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -54px;
	display: block;
	background: url('images/learn-more.png') no-repeat;
	width: 109px;
	height: 28px;
	text-indent: -9999px;
}

.cta-container a:active,
.cta-container a:hover {
	background: url('images/learn-more-hover.png') no-repeat;
}

.home-ctas h2 {
	color: #232a78;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

.cta-container .textwidget {
	color: #007ECD;
}

.sponsors-wrapper {
	width: 100%;
	background: #e6e6e6;	
	min-height: 95px;
}

.sponsors-container {
	max-width: 940px;
	margin: 0 auto;
	padding: 5px 0;
}

#photogallery {
	position: relative;
	padding-bottom: 75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

#photogallery iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

#photogallery iframe img {
	max-width: 320px !important;
}

#footer-wrapper {
	background-color: #232a78;
	border-top: solid 10px #f9c220;
}

#footer {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}	

#footer p {
	color: #ffffff;
}

.copyright {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.social-media {
	float: right;
	width: 220px;
	margin-right: 20px;
	padding: 10px 0;
	margin-bottom: 10px;
}

.social-media a {
	float: left;
	margin-right: 10px;
}

.facebook {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/facebook.png') no-repeat;
	background-size: 100% 100%;
}

.footer-nav {
	float: left;
	margin: 10px 0 15px 0;
	width: 220px;
	margin-right: 20px;
}

.newsletter {
	float: right;
	width: 220px;
	padding: 10px 0;
}

.newsletter-container {
	width: 94%;
	margin: 0 auto;
}

.newsletter-container .textwidget {
	color: #ffffff;
}

.newsletter input {
	border-radius: 5px;
	padding: 3px;
}

.newsletter td {
	padding-right: 5px;
	padding-bottom: 5px;
}

.copyright p {
	margin: 0;
}

.give {
	width: 80px;
	height: 34px;
	background: url('images/give.png') no-repeat;
	display: block;
	text-indent: -9999px;
}

.give:hover,
.give:focus,
.give:active {
	background: url('images/give-hover.png') no-repeat;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #004EAB !important;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.preload1 {
	display: none;
	background: url('images/donate-hover.png') no-repeat;
}

.preload2 {
	display: none;
	background: url('images/learn-more-hover.png') no-repeat;
}

.preload3 {
	display: none;
	background: url('images/give-hover.png') no-repeat;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb-like-box {
	margin-bottom: 20px;
}

.post {

}

.page-header-image {
	margin-bottom: 10px;
}

.page-header-image img {
	border-radius: 10px;
	box-shadow: 3px 3px 5px #888888;
}

#tribe-events-pg-template {
	margin: 20px auto !important;
}

.single-tribe_events .tribe-events-event-meta {
	clear: both;
}	

/*Nav Menu ------------------------------*/
#nav {
	max-width: 940px;
	height: 40px;
}

#nav ul {
	position: relative;
	float: right;
	z-index:102;
	margin: 0;
}

#nav ul a {
	color: #ffffff;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
}

@-moz-document url-prefix() {
    #nav ul a {
		line-height: 30px;
    }
}

#nav ul a:hover {
	color: #f9c220;
}

#nav ul ul a {
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}

#nav ul li {
	display: inline;
	padding-right: 25px;
	position: relative;
	padding-bottom: 20px;
}

#nav ul li:last-child {
	padding-right: 0;
}

@-moz-document url-prefix() {
    #nav ul ul {
        margin-top: 5px;
    }
}

#nav ul ul {
	display: none;
	position: absolute;
	background: #124E92;
	padding: 15px;
	left: -15px;
	width: 200px;
}

#nav ul ul li {
	display: block;
	padding-bottom: 10px;
}

#nav ul ul li:last-child {
	padding-bottom: 0;
}

#nav ul li:hover ul {
	display: block;
}

.footer-nav ul li {
	display: block;
}

.footer-nav ul li a {
	color: #ffffff;
}

.footer-nav ul ul,
.footer-nav ul ul ul {
	display: none;
}

/* RD Menu
-------------------------------------------------------------------------------*/
.icon-plus {
	position: absolute;
	top: 20px;
	width: 50px;
	padding: 6px 0;
	margin-top: -20px;	
	right: 0;
	font-size: 28px;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	z-index:6;
}

#nav-rd {
	display: none;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 999999999;
}

#nav-rd a {
	text-transform: uppercase;
	width: 90%;
}

.menu-panel {
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	float: left;
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	height: 37px;
	border-style: ridge none ridge none;
	border-color: #dddddd;
	border-width: 2px;
	background: #232a78;
}

.menu-panel p {
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	margin-left: 10px;
	top: 50%;
	margin-top: -10px;
}

.menu-button {
	content: '';
	position: absolute;
	width: 27px;
	height: 4px;
	background: #fff;
	box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}


#nav-rd ul {
	display: block;
	float: left;
    cursor: pointer;
    text-align: left;
	width:100%;
	clear: both;
	margin: 0;
}


#nav-rd ul ul,
#nav-rd ul ul ul {
	display: none;
	float: left;
	list-style: none;
	margin:0;
	clear: both;
	width: 100%;
	background: #f9c220;
}

#nav-rd .clicked > ul {
	display: block;
}
 
#nav-rd ul li a {
    padding: 5px 10px;
	line-height:30px;
	text-decoration:none;
	font-size:14px;
	display:block;
	color:#fff;
	margin: 0;
	font-weight:bold;
	float: left;
}


#nav-rd ul ul li a {
	padding-left: 20px;
	font-size:14px;
	color: #232a78;
	font-weight: bold;
	text-shadow: none;
	float: left;
}

#nav-rd ul ul ul li a {
	color: #232a78;
	margin-left: 10px;
	font-size: 14px;
	text-shadow: none;
	float: left;
}
 
#nav-rd ul li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	z-index: 4;
	border-style: none none ridge none;
	border-color: #dddddd;
	border-width: 2px;
	margin: 0;
	clear: both;
}

#nav-rd ul ul li {
	position: relative;
	float: left;
	width: 100%;
	clear: both; 
}

#nav-rd ul ul ul li {
	position: relative;
	float: left;
	width: 100%;
}

.rd-menu {
	display: none;
	float: left;
	width: 100%;
	background: #124E92;
}

.rd-menu.open {
	display: block;
}

/*Small Search ------------------------------------- */
.search-small {
	float: left;
	width: 100%;
	padding: 9px 0;
	border-style: none none ridge none;
	border-color: #dddddd;
	border-width: 2px;
}

.search-small .searchform {
	margin-left: 10px;
	margin-bottom: 0;
}


@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?902b5u');
	src:url('fonts/icomoon.eot?#iefix902b5u') format('embedded-opentype'),
		url('fonts/icomoon.woff?902b5u') format('woff'),
		url('fonts/icomoon.ttf?902b5u') format('truetype'),
		url('fonts/icomoon.svg?902b5u#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e601";
}
.icon-play:before {
	content: "\e600";
}
.icon-plus:before {
	content: "\e603";
}
.clicked > .icon-plus:before {
	content: "\e602";
}



/* Media queries!
-------------------------------------------------------------------------------*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
#nav {
	display: none;
}

#nav-rd {
	display: block;
}

#header {
	width: 96%;
	margin: 0 auto;
}

.logo {
	width: 65%;
}

.search-top {
	display: none;
}

#header-wrapper {
	height: auto;
}

.social-media,
.newsletter {
	float: left;
	width: 48%;
}

.home-ctas {
	display: none;
}

.home .inner-cta {
	display: block;
}

.inner-cta .textwidget {
	width: 70%;
}

.inner-cta a {
	line-height: normal;
	padding: 10px;
}

#content,
#footer {
	width: 96%;
	margin: 0 auto;
}

.upcoming-events {
	min-height: 0;
}

.footer-nav {
	display: none;
}

#footer {
	padding-bottom: 40px;
}

}

/* Small Tablet (7 inch tablets) */
	@media only screen and (min-width: 650px) and (max-width: 767px) {
#nav {
	display: none;
}

#nav-rd {
	display: block;
}

#header {
	width: 96%;
	margin: 0 auto;
}

.logo {
	width: 65%;
}

.search-top {
	display: none;
}

#header-wrapper {
	height: auto;
}

.social-media,
.newsletter {
	float: left;
	width: 48%;
}

.home-ctas {
	display: none;
}

.home .inner-cta {
	display: block;
}

.inner-cta .textwidget {
	width: 70%;
}

.inner-cta a {
	line-height: normal;
	padding: 10px;
}

#content,
#footer {
	width: 96%;
	margin: 0 auto;
}

#footer {
	padding-bottom: 40px;
}

.upcoming-events {
	min-height: 0;
}

.footer-nav {
	display: none;
}

.copyright {
	font-size: 12px;
}

	
}



/* Mobile Landscape Size to Tablet Portrait (Iphone 5) */
	@media only screen and (min-width: 524px) and (max-width: 649px) {
#nav {
	display: none;
}

#nav-rd {
	display: block;
}

#header-wrapper {
	height: auto;
	padding-bottom: 20px;
}

.contact-area {
	float: none;
	margin: 0;
}

.logo {
	float: none;
	margin-bottom: 10px;
}

.donate {
	float: none;
	margin: 0 auto;
}

.search-top {
	display: none;
}

.entry-content {
	width: 96% !important;
	margin: 0 auto;
	float: none;
	margin: 20px auto;
}

.upcoming-events {
	min-height: 0;
}

#home-sidebar,
#inner-sidebar {
	width: 96%;
	margin: 0 auto;
	float: none;
}

.inner-cta a {
	padding-left: 20px;
	width: 94%;
}

.footer-nav {
	display: none;
}

.social-media,
.newsletter {
	float: left;
	width: 45%;
	margin: 0 auto;
}

.copyright {
	font-size: 12px;
}

.cta {
	width: 96%;
	float: none;
	margin: 0 auto;
}

.home-ctas {
	display: none;
}

.home .inner-cta {
	display: block;
}

#footer {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 40px;
}


}


/* Mobile Portrait Size to Mobile Landscape Size (Iphone 4) */
	@media only screen and (max-width: 523px) {
#nav {
	display: none;
}

#nav-rd {
	display: block;
}

#header-wrapper {
	height: auto;
	padding-bottom: 20px;
}

.contact-area {
	float: none;
	margin: 0;
}

.logo {
	float: none;
	margin-bottom: 10px;
}

.donate {
	float: none;
	margin: 0 auto;
}

.inner-cta a {
	padding-left: 20px;
	width: 94%;
}

.search-top {
	display: none;
}

.entry-content {
	width: 96% !important;
	margin: 0 auto;
	float: none;
	margin: 20px auto;
}

.upcoming-events {
	min-height: 0;
}

#home-sidebar,
#inner-sidebar {
	width: 96%;
	margin: 0 auto;
	float: none;
}

.footer-nav {
	display: none;
}

.newsletter {
	float: none;
	width: 96%;
	margin: 0 auto;
}

.social-media {
	float: none;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.copyright {
	font-size: 12px;
}

.cta {
	width: 96%;
	float: none;
	margin: 0 auto;
}

.home-ctas {
	display: none;
}

.home .inner-cta {
	display: block;
}

#footer {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 40px;
}


}

@media print {

img, 
#nav-wrapper,
.footer-nav,
.social-media,
.newsletter,
.inner-ctas,
.home-ctas,
.slider,
.upcoming-events,
.search-top,
iframe,
#video-container {
	display: none;
}

#footer-wrapper {
	border: none;
}

.entry-content {
	width: 100%;
}

#header-wrapper {
	height: auto;
}

.logo p {
	display: block;
}


}
