/*

Theme Name: X - Child Theme: Icon
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Icon in this child theme.
Version: 1.0.0
Template: x

*/

@import url( '../x/framework/css/dist/site/stacks/icon.css' );
/* Navigation Menu */
.x-navbar .desktop .x-nav>li.no-cursor>a {cursor: default;}
.nav-title a span {
	color: #000;
	text-transform: none;
	font-size: 15px;
	cursor: default;
	font-family: 'Great Vibes', cursive;
}
.nav-donate a span, .nav-volunteer a span, .nav-apply a span {
	text-transform: none;
	color: #035493;
	font-weight: bold;
	cursor: pointer;
}
.desktop .x-nav .x-megamenu>.sub-menu>li {
	border-right: none;
}
.desktop .x-nav .x-megamenu>.sub-menu>li.nav-title {
	border-left: 1px solid rgba(0,0,0,0.075);
}
.nav-placedholder a span {display:none;}
.x-navbar .x-nav-wrap .x-nav > li > a {letter-spacing:0.1em;}
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {padding-left:0 !important;padding-right:0 !important;}

/* Sidebar Menu - Homeowner*/
.sidebar-menu-title {background-color:#304d89;color:#fff;padding:10px;margin-bottom:0;}
.sidebar-menu-items {border:1px solid #304d89;padding:10px;padding-top:0;}
.sidebar-menu-items .x-ul-icons a {font-size:20px;}
/* Misc */
.x-promo.speaker-team img {max-width:150px;min-width:0;}
.speaker-team .x-promo-content {border:none;}
.x-promo.speaker-team {border:none;}
h4.red-font {color:red;}
.donatecontainer {
	float: left;
	width: 100%;
	text-align: center;
}
.donatebutton a {
	padding: 1%;
	width: 20%;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 10px;
	font-size: 29px;
	background-color: #6DB33F;
	font-weight: bolder;
	color: #fff;
}
.donatebutton a, .donatebutton a:hover {
	color: #fff;
}
.donatebutton a:hover {
	background-color: #9ADB70;
}
.donatebuttonblue a {
	padding: 10px;
	width: auto;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 24px;
	background-color: #4F81BC;
	font-weight: bolder;
	color: #fff;
	margin: 10px;
	float: left;
}
.donatebuttonblue {
	display: inline-block;
}
.donatebuttonblue a, .donatebuttonblue a:hover {
	color: #fff;
}
.donatebuttonblue a:hover {
	background-color: #9ABDE6;
}
.transparent-button {
	-moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6bb546), color-stop(1, #51b646) );
	background: -moz-linear-gradient( center top, #6bb546 5%, #51b646 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bb546', endColorstr='#51b646');
	background-color: #6bb546;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #357a2c;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 99%;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #3e9133;
}
.transparent-button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60d952), color-stop(1, #3e8e33) );
	background: -moz-linear-gradient( center top, #60d952 5%, #3e8e33 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60d952', endColorstr='#3e8e33');
	background-color: #60d952;
	color: #ffffff;
}
.transparent-button:active {
	position: relative;
	top: 1px;
}
.top-button-container {
	width: 33%;
	float: left;
}
.x-colophon.top {
	background-color: #005798;
	padding: 1% 0;
}
.x-colophon.top h4 {
	color: #fff;
}
.x-colophon.top ul li a {
	color: #fff;
}
.x-colophon.bottom {
	background-color: #005da3;
	padding: 1% 0;
}
footer .x-container-fluid.max.width {
	color: #fff;
}
.x-navbar .x-social-global a {
	width: 25px;
	height: 32px;
	font-size: 1.8rem;
	line-height: 32px;
	text-align: center;
}
.x-navbar .x-social-global {
	float: right;
}
footer .x-social-global a i {
	color: #fff;
}
.x-navbar .x-navbar-inner .x-social-global a {
	font-size: 2.8rem;
}

/*
.x-navbar .sub-menu {float:right;}

.masthead-inline .x-navbar .sub-menu .sub-menu {left:12em;}
*/


/* History Page */
@media screen and (max-width: 767px) {
.history-container {
	background: #fff !important;
}
.history-date {
	text-align: center !important;
}
.history-date h4 {
	width: 100% !important;
}
}
.history-container {
	background: url("/wp-content/uploads/2015/10/history-thumb.png") no-repeat right;
	width: 100%;
	min-height: 160px;
	display: table;
}
.history-date {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.history-date h4 {
	margin-top: 0;
	width: 68%;
}
.history-text {
	display: table;
	border: 1px solid #000;
	border-top: 5px solid #3e8e33;
	min-height: 110px;
}
.history-text p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
/* Board of Directors Page */
.board-of-directors .x-promo-image-wrap {
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}
.board-of-directors .x-promo-image-wrap img {
	min-width: 0;
	max-height: 270px;
}
.board-of-directors.flat-height .x-promo-image-wrap img {
	height: 270px;
}

/* Buttons */
.x-btn.green-button {background-color:#6db33f;font-weight:bolder;}
.x-btn.green-button:hover {background-color:#304d89;}

.x-btn.blue-button {background-color:#304d89;font-weight:bolder;}
.x-btn.blue-button:hover {background-color:#6db33f;}

@media (max-width: 978.98px){
	.x-nav-wrap.mobile {
		display: none!important;
	}
	.x-nav-wrap.mobile.x-collapsed {
		display: block!important;
	}
}