/*
	Theme Name: Westlake 2017 Theme
	Theme URI: https://westlakechristian.org
	Description: A mobile responsive and HTML5 theme.
	Author: AdeptPlus
	Author URI: https://westlakechristian.org/
	Version: 3.0.0
	
	Tags: westlake, adeptplus, html5, mobile-responsive,
	
	Template: genesis
	Template Version: 2.0.0
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents
	
	- Imports
	- HTML5 Resetsu
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		
		- Staff Page
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px
*/
/*
Imports
---------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* Calendar Page
--------------------------------------------- */
.mobile-calendar-page {
	Display: none;
}
.regular-calendar-page {
	Display: block;
}
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	
		background-image: url("../../uploads/2017/01/page-background-color-2.jpg");
	
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}
.home-bgcolor-edit {
	
	background-color:#FFF !important;
	
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #271AD7;
	text-decoration: none;
}
a:hover {
	color: #FFC926;
}
p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
blockquote,
blockquote::before {
	color: #666;
}
blockquote {
	margin: 40px;
	margin: 4rem;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
cite {
	font-style: normal;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}
h1 {
	font-size: 48px;
	font-size: 4.8rem;
	color:#002E88;
}
h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
textblue {
	
	color: #002E88;
	
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
.wp-caption {
	
	color:#666;
	
	font-size:14px;
	
	font-style:italic;
}
img {
	height: auto;
}
.featured-content img,
.gallery img {
	width: auto;
}
/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}
::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #271AD7;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #002E88;
	color: #fff;
}
.button {
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.donatebutton {
	background-color: #999;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 5px 16px;
	padding: .5rem 1.6rem;
	text-transform: uppercase;
	width: auto;
	float: right;
	margin-top:0px;
	margin-left: 8px;
}
.donatebutton:hover {
	background-color: #002E88;
	color: #fff;
}
.donatebutton {
	display: inline-block;
}
/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
td,
th {
	text-align: left;
}
td {
	border-top: 1px solid #ddd;
	
	vertical-align:text-top;
	
}
th {
	font-weight: 700;
	text-transform: uppercase;
}
/*
Home Demo 3 2016
---------------------------------------------------------------------------------------------------- */
.video-background-overlay-3 {
background: #8e9eab; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #8e9eab , #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #8e9eab , #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.page-id-3904 .content {
     margin-bottom: 0px;
     margin-bottom: 0rem;
     padding: 0px;
     padding: 0rem;
     width: 760px;
}
.page-id-3904  .site-inner {
     padding-top: 0px !important;
     padding-top: 0rem;
     margin-top: 0px;
     margin-top: 0rem;
}
.page-id-3904 .entry {
    margin-bottom: 0px;
    margin-bottom: 0rem;
}
.home-stop-warning .div#warningBox {
   display: none !important;
}
/*
Home Page 2016
---------------------------------------------------------------------------------------------------- */

.home .entry-content {
    max-width: 1280px !important;
    margin: 0 auto;
}

.page-id-3731 .content {
     margin-bottom: 0px;
     margin-bottom: 0rem;
     padding: 0px;
     padding: 0rem;
     width: 760px;
}
.page-id-3731  .site-inner {
     padding-top: 0px;
     padding-top: 0rem;
     margin-top: 0px;
     margin-top: 0rem;
}
.page-id-3731 .entry {
    margin-bottom: 0px;
    margin-bottom: 0rem;
}
.page-id-3904 .site-inner .wrap {
	
	max-width: 100%;
	
}
.home-top-padding {
    padding: 100px 0 0px;
}
.home-happeningnow .featured-content .entry-title {
     font-size: 20px;
     text-align: center !important;
     color: #000 !important;
   
}
.archives-featured-post img.entry-image.attachment-post {
	-webkit-filter:brightness(60%);
}
.archives-featured-post img.entry-image.attachment-post:hover {
	-webkit-filter:brightness(90%);
}
.home-top-featured img {
	-webkit-filter:brightness(60%) !important;
}
.home-top-featured img {
	-webkit-filter:brightness(90%) !important;
}
.home-video-slogon img.alignright {
       margin: 0px !important;
       margin-right: -20px !important;
}
.video-title a {
	text-decoration: underline;
    font-size: 16px;
}
.video-title a:hover {
	color: #000;
}
.video-title   img.centered, .aligncenter {
       margin: 0 auto 2px !important;
   
}
.video-background-overlay {
background: #fff; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #ffb347 , #ffcc33); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #ffb347 , #ffcc33); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.home-title-padding {
       padding: 20px 0;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
.westlake2014-home .wrap {
	max-width:100% !important;
}
.site-inner {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	padding-top: 30px;
	padding-top: 3rem;
	
	margin-top: 20px;
	
	margin-top: 2rem;
}
.westlake2014-home .site-inner {
	padding: 0px 0;
	padding: 0rem 0;
	
	margin-top:0px;
	
}
.westlake2014-landing .wrap {
	max-width: 900px;
}
/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* Content */
.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 40px;
	padding: 4rem;
	width: 760px;
}
.westlake2014-home .content {
	margin: 0;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}
.full-width-content .content {
	width: 100%;
}
/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 350px;
	
}
.sidebar-primary a {
	
	color:#002E88;
	
	font-size:14px;
	
}
.sidebar-primary a:hover {
	
	color:#666;
	
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.sidebar-primary img {
	
	opacity:0.6;
	
	filter:alpha(opacity=30); /* For IE8 and earlier */
	
}
.sidebar-primary img:hover {
	
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
	
	margin-top:80px;
}
.sidebar-secondary a {
	
	color:#000 !important;
}
.sidebar-secondary a:hover {
	
	color:#FFE100 !important;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}
.archive-description {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
		
	text-align:right;
}
.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
	padding: 30px;
	padding: 3rem;
}
.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */

.serach-input input {
	padding: 1.3rem;
	border-radius: 10px;
	width: 47%;
}

@media only screen and (max-width: 1160px) {
	
	.serach-input input {
	width: 56%;
    }


    .site-header .search-form {
	margin-top: -6rem !important;
	}
}

@media only screen and (max-width: 1023px) {
	  .site-header .search-form {
	margin-top: 2rem !important;
	}
	
}

.search-form {
	overflow: hidden;
}
.site-header .search-form {
	float: right;
	margin-top: 12px;
	margin-top: -7rem;
}
.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Footer Fun N Sun Logo
--------------------------------------------- */

.funnsun-logo {
	padding: 5px 0 0; 
}


.funnsun-logo img {
	opacity: 0.6 !important;
}

.funnsun-logo img:hover {
	opacity: 1.0 !important;
}
/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}
.entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
}
.content .entry-title a {
	color: #333;
}
.content .entry-title a:hover {
	color: #271AD7;
}
.widget-title {
	color: #1f2b81;
	font-size: 22px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.footer-widgets .widget-title,
.site-header .widget-title {
	color: #fff;
}
/*Sidebar Menu
--------------------------------------------- */
.sidebar-menu a {
	font-size: 18px;
	color: #000 !important;
}
.sidebar-menu a:hover {
	color: #fed604 !important;
}
.custom-sidebarpad .sidebar .widget {
	padding: 0 -15px !important;
}
/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
a.alignnone {
	display: inline-block;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
	font-weight: 700;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.widget li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	text-align: left;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
	padding: 0;
}
.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget_calendar table {
	border-color: #494949;
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}
.featured-content .entry-comments-link {
	float: none;
}
.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	margin-top: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Google Calender 
--------------------------------------------- */
.gce-page-grid .gce-calendar .gce-caption{ /* Caption at top of calendar */
	color:#333333;
	text-align:center;
	
	font-size:18px;
}
.gce-page-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
}
.gce-page-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	border:1px solid #CCCCCC;
	text-align:center;
	width:14.29%;
	padding:0;
}
.gce-page-grid .gce-calendar td{ /* Day table cells */
	border:1px solid #CCCCCC;
	text-align:center;
	height:80px;
	vertical-align:middle;
	padding:0;
}
.gce-page-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	color:#333333;
	cursor:pointer;
}
.gce-page-grid .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}
.gce-page-grid .gce-calendar .gce-day-number{ /* Day number span */
	font-size:2em;
}
.gce-page-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}
.gce-page-grid .gce-calendar .gce-next,
.gce-page-grid .gce-calendar .gce-prev{ /* Previous and next month links */
	cursor:pointer;
	display:inline-block;
	width:3%;
}
.gce-page-grid .gce-calendar .gce-month-title{ /* Month title */
	display:inline-block;
	width:90%;
}
.gce-page-grid .gce-calendar th abbr{ /* Day letter abbreviation */
	border-bottom:none;
}
/* PAGE LIST */
.gce-page-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}
.gce-page-list .gce-list p span,
.gce-page-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}
.gce-page-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}
.gce-page-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}
.gce-page-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
/* WIDGET GRID */
.gce-widget-grid .gce-calendar .gce-caption{
	text-align:center;
}
.gce-widget-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.gce-widget-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	width:14.29%;
	border:1px solid #CCCCCC;
	text-align:center;
}
.gce-widget-grid .gce-calendar td{ /* Day table cells */
	color:#CCCCCC;
	width:14.29%;
	border:1px solid #CCCCCC;
	text-align:center;
}
.gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	cursor:pointer;
	color:#666666;
}
.gce-widget-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}
.gce-widget-grid  .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}
.gce-widget-grid  .gce-calendar .gce-next,
.gce-widget-grid  .gce-calendar .gce-prev{ /* Prev and next month links */
	cursor:pointer;
	display:inline-block;
	width:5%;
}
.gce-widget-grid .gce-calendar .gce-month-title{ /* Month title in caption at top of table */
	display:inline-block;
	width:80%;
}
.gce-widget-grid .gce-calendar th abbr{ /* Day name abbreviations */
	border-bottom:none;
}
/* WIDGET LIST */
.gce-widget-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}
.gce-widget-list .gce-list p span,
.gce-widget-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}
.gce-widget-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}
.gce-widget-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}
.gce-widget-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
/* TOOLTIP */
.gce-event-info{ /* Tooltip container */
	background-color:#FFFFFF;
	border:1px solid #333333;
	max-width:300px;
}
.gce-event-info .gce-tooltip-title{ /* 'Events on...' text */
	margin:5px;
	font-weight:bold;
	font-size:1.2em;
}
.gce-event-info ul{ /* Events list */
	padding:0;
	margin:5px;
	list-style-type:none;
}
.gce-event-info ul li{ /* Event list item */
	margin:10px 0 0 0;
}
.gce-event-info ul li p{ /* Each piece of information */
	margin:0;
}
.gce-event-info ul li p span,
.gce-event-info ul li div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}
.gce-event-info .gce-tooltip-event{ /* The event title */
	background-color:#DDDDDD;
	font-weight:bold;
}
/* Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget .widget-title {
	color: #000;
}
.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
.enews-widget input[type="submit"] {
	border: none;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}
.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}
/* Genesis Responsive Slider
------------------------------------------------------------ */
.content #genesis-responsive-slider {
	/* -webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5); */
	border: none;
	padding: 0;
}
.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #FDD014;
}
.content #genesis-responsive-slider a {
	
	color: #FDD014;
	
}
.content #genesis-responsive-slider h2 a:hover {
	color: #271AD7 !important;
}
#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}
.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
	
	margin-left:25%;
		
}
html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 15px;
	padding: 1.5rem;
}
.content #genesis-responsive-slider p {
	color: #fff;
	
	
}
.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}
.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	margin-top: -4rem;
}
.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}
.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}
.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}
.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}
.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}
/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}
/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
background-color: #101660;
	
	background-image: url("../../uploads/2017/01/westlake-logo-short.jpg");
	
	background-repeat: repeat-x;
	color: #fff;
	min-height: 255px;
	
}
/* Left blank because it is only applied to homeapge */
.site-header .headerwrap {
	
}
.westlake2014-home .headerbackground {
	width:100%;
	height: 280px;
	background-color: #203088;
    background-image: url(  "../../uploads/2017/01/westlake-logo-short.jpg");
   background-repeat: repeat-x;
   color: #fff;
}
.westlake2014-home .headerwrap {
	width:1140px;
	
	margin-left:auto;
	
	margin-right:auto;
	
	
}
.westlake2014-home .site-header {
		
	max-width:1140px;
	
	margin-left:auto;
	
	margin-right:auto;
	
	
}
.site-header .widget {
	margin-bottom: 0;
}
.site-header .wrap {
	padding: 20px 0;
	padding: 2rem 0;
}
.header-phonenumber {
	display: none;
	text-align: center;
	margin-top: 300px;
}
.header-phonenumber a {
	color: #fff;
}
.header-phonenumber a:hover {
	color: #fee100;
}
/* Title Area
--------------------------------------------- */
.title-area {
        display: none;
	float: left;
	padding: 5px 0;
	padding: 1.4rem 0;
	max-width: 290px;
			
	position:absolute;
	
	z-index:999;
}
.header-full-width .title-area {
	width: 100%;
}
.site-title {
		
}
.site-title a,
.site-title a:hover {
}
.westlake2014-home .site-title a  {
	
	font-size:0px;
}
.header-image .title-area {
	padding: 0;
}
.header-image .site-title > a {
	float: left;
	min-height: 290px;
	width: 290px;
	margin-top:-10px;
	
	display: none;
}
.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}
.site-description,
.site-title {
	margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	padding-top: 14px;
	padding-top: 1.4rem;
	text-align: right;
	background-color:#F00;
	margin-top:-10px;
	max-height:50px;
	padding: 14px;
	padding: 1.4rem;
}
.site-header .widget-area a {
	color: #fff;
}
.site-header .widget-area a:hover {
	color: #000;
}
.site-header .widget li {
	border-color: #fff;
}
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}
.header-socialmediaicons {
margin-top: 0;
}
.header-socialmediaicons {
	
	float: right;
	text-align: right;
	
	max-height: 50px;
		
	margin-top: 0px;
		
	width: 1140px;
	margin-bottom: -15px;
	
}
.urgent-message {
	float: right;
	padding-top: 14px;
	padding-top: 1.4rem;
	text-align: right;
	
	background-color:#F00;
		
	max-height:50px;
	margin-bottom: -50px;
	margin-top:-30px;
		
}
.urgent-message a {
	color: #fff;
	
	padding: 14px;
	
	padding: 1.4rem;
font-size: 16px;
}
.urgent-message a:hover {
	color: #000;
}
.notification-message {
	float: right;
	text-align: right;
			
	height:20px;
	
	width:100%;
		
}
.notification-message a {
	color: #777;	
	
	font-weight: bold;
	font-size: 20px;
	
}
.notification-message a:hover {
	color: #002E88;
	
}
.homebutton .genesis-nav-menu a {
	padding: 0.8rem 1.5rem !important;
}
.homebutton,
.secondary-nav-button-cal,
.secondary-nav-button-calsports {
	background-color: #999;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 8px !important;
	width: auto;
	text-align: right;
	margin-top:-1px;
	margin-left: 15px !important;
	display: inline-block;
}
.quicklinks {
	padding: 8px !important;
	margin-left: 15px !important;
	text-align: right;
}
.quicklinks .sub-menu {
	width: 175px !important;
}
.quicklinks .sub-menu a {
	width: 175px !important;
	background-color: #666 !important;
	color: #fff !important;
}
.quicklinks .sub-menu .sub-menu {
	margin: -57px 0 0 175px !important;
	}
div.menu-quick-links-menu-container {
	float: right;
	margin-top: 3px;
}
.homebutton:hover,
.secondary-nav-button-cal:hover,
.secondary-nav-button-calsports:hover {
	background-color: #fee100;
	color: #fff;
}
.homebutton {
	background-image: url(../../uploads/2014/05/homeicon.png);
	margin-left: 25px;
}
.secondary-nav-button-cal {
	background-image:url(../../uploads/2015/10/calendaricon.png);
}
.secondary-nav-button-calsports {
	background-image:url(../../uploads/2015/10/calendariconsports1.png);
}
section#text-15.widget.widget_text {
	float: left;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	text-align: left;
}
.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin: auto -2px;
}
.genesis-nav-menu a {
	display: block;
	background-color: transparent;
}
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
	color: #fed604;
}
.genesis-nav-menu > .menu-item > a {
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 275px;
	z-index: 999;
}
.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 14px 20px;
	padding: 1.4rem 2rem;
	position: relative;
	width: 275px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -57px 0 0 275px;
	
	border-left: solid 5px #fed604;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}
.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
	padding: 1.8rem 2rem;
}
.genesis-nav-menu .right:hover > a {
	background: #FFE100;
	color: #fff;
}
.genesis-nav-menu .right > a:hover {
	background-color: #FFE100;
	color: #000;
}
.genesis-nav-menu > .search {
	padding: 9px 0 0;
	padding: 0.9rem 0 0;
}
.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #333;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.nav-primary .genesis-nav-menu {
	text-align: center;
}
.nav-primary .genesis-nav-menu a {
	padding: 20px;
	padding: 1.8rem 2.5rem;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	padding: 16px 20px;
}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	width:100%;
	margin-top: 190px;
	position: absolute;
	text-transform: uppercase;
						
}
.nav-secondary .genesis-nav-menu a {
	padding: 1.8rem 3.7rem;
}
.westlake2014-home .nav-secondary {
	width:1140px;
}
.nav-secondary .wrap {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background-color:#FFE100;
}
.nav-secondary .genesis-nav-menu li:hover > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover {
	color: #FFE100;
	background-color:#000;
}
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color:#FFF;
	text-transform: uppercase !important;
	
}
.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #666;
	border-color: #999;
	color: #FFF;
}
.nav-secondary .sub-menu {
	border-color: #292929;
}
ul#menu-main-navigation.menu.genesis-nav-menu.menu-secondary.responsive-menu2,
ul#menu-main-navigation.menu.genesis-nav-menu.menu-secondary {
	display: none !important;
}
/* Responsive Menu
--------------------------------------------- */
#responsive-menu-icon {
	cursor: pointer;
	display: none;
}
#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "MENU \e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

/* Home Page 2018 Update
--------------------------------------------- */

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
	width: 42px !important;
    height: 42px !important;
	border-radius: 25px !important;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.home-top .widget {
	padding: 0 0px 0px;
	padding: 0 0rem 0rem;
		
	width:100%;
	
	margin-left:auto;
	
	margin-right:auto;
			
	z-index:-999;	
	
	margin-bottom: 0px;
	
}
.home-top .widget:first-child {
	padding-top: 0px;
	padding-top: 0rem;
}
.home-top .widget.genesis_responsive_slider {
	padding: 0;
}
.westlake2014-home .content {
		
	padding: 0;
}
.home-bottom {
	background-color: #fff;
	padding-top: 60px;
	padding-top: 6rem;
	
	width:1140px;
	
	margin-left:auto;
	
	margin-right:auto;
}
.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23%;
}
.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}
.home-bottom .widget-title {
	color: #191481;
	font-weight: 700;
	font-size:20px;
	text-align:center;
}
.home-box-title h3 {
	color: #191481 !important;
	font-weight: 700 !important;
	font-size:20px !important;
	text-align:center !important;
}
/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
}
p.entry-meta a {
	color: #333;
}
p.entry-meta a:hover {
	color: #271AD7;
}
.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
	padding-top: 1.2rem;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.entry-categories {
	float: left;
}
.entry-comments-link,
.entry-tags {
	float: right;
}
/* After Entry
--------------------------------------------- */
.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 30px;
	padding: 3rem;
	text-align: center;
}
.after-entry p:last-child {
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}
.after-entry .featured-content li {
	text-align: center;
}
/* Pagination
--------------------------------------------- */
.pagination {
	margin: 40px 0 0;
	margin: 4rem 0 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #271AD7;
}
/* Staff Page
--------------------------------------------- */
.staff-title {
	
	font-size:22px;
	
	text-align:center;
}
.staff-menu-spacing {
		
	margin-top:20px;
	
	margin-bottom:20px;
		
}
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment-content {
	clear: both;
}
.comment-list li,
.entry-pings li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}
.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
}
.sidebar .widget {
	background-color: #BBB;
	border-radius: 3px;
	padding: 30px;
	padding: 3rem;
}
.sidebar li a {
	color: #000;
}
.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}
section#gform_widget-2.widget.gform_widget {
	background-color: #FFE100;
	border: 1px solid #CA8A1F;
}
section#gform_widget-2.widget.gform_widget .widget-title {
	color: #000;
}
/*
Sub Footer
---------------------------------------------------------------------------------------------------- */
.sub-footer {
	background-color: #666;
	padding: 30px 0 30px;
	padding: 3rem 0 3rem;
	
	margin-left:auto;
	
	margin-right:auto;
	
	color:#FFF;
	
	text-align:center;
	
	display:none;
}
.westlake2014-home .sub-footer {
	
	display:inherit !important;
	
}
.sub-footer .widget-title {
	font-size: 20px;
	font-size: 2rem;
	
	text-align:center;
}
.sub-footer img {
	
	opacity: 0.7;
	
	filter:alpha(opacity=30); /* For IE8 and earlier */
	
}
.sub-footer img:hover {
	
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.social-menu-footer a {
	background-color: #999;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	padding: 6px !important;
	margin-left: 13px !important;
	display: inline-block;
}
.social-menu-footer-first a {
	background-color: #999;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	padding: 6px !important;
	margin-left: 0px !important;
	display: inline-block;
}
.social-menu-footer-first a:hover {
	background-color: #fed604;
}
div.genesis-nav-menu.panel-widget-style {
	text-align: center !important;
}
.social-menu-footer a:hover {
	background-color: #fed604;
}
.social-menu-contact a {
	background-color: #999;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	padding: 6px 15px !important;
	
	text-decoration: underline;
	margin-left: 25px !important;
	display: inline-block;
}
.social-menu-contact a:hover {
	background-color: #fed604;
}
.footer-widgets {
	background-color: #223289;
	color: #fff;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0 0px;
	padding: 6rem 0 0rem;
	
	border-top: 20px solid #fed604;
}
.westlake2014-home .footer-widgets .wrap {
	
	max-width:1140px !important;
	
	margin-left:auto;
	
	margin-right:auto;
	
}
.footer-widgets input {
	border: 1px solid #333;
}
.footer-widgets .widget-title {
	
	color: #FECD1A;
	
	font-size: 18px;
}
.footer-widgets a {
	
	color: #fff;
	
}
.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}
.footer-widgets-1 {
	width: 400px;
}

.footer-widgets-3 {
	width: 210px;
}
.footer-widgets-2 {
	margin-right: 1.5rem;
	width: 360px;
}
.footer-widgets-1 {
	margin-right: 0px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.footerdonatebutton {
	background-color: #999;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 6px 16px;
	padding: .6rem 1.6rem;
	text-transform: uppercase;
	width: auto;
	
}
.footerdonatebutton:hover {
	background-color: #002E88;
	color: #fff;
}
.footerdonatebutton {
	display: inline-block;
}
.footer-ad-center {
	text-align: right;
	padding-top: 13px;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
   background-color: #223289;
   color: #fff;
   font-size: 14px;
   font-size: 1.7rem;
   padding: 0px 0 30px;
   padding: 0rem 0 30px;
   text-align: center;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #fed604;
}
.site-footer p {
	margin-bottom: 0;
}
.footer-socialmediaicons {
	
	padding-top:20px;
	
	width: 600px;
	
	margin-left: auto;
	
	margin-right: auto;
	
	text-align: center;
			
}
.footer-credits {
	
	opacity: 0.4;
}
.footer-credits:hover {
	
	opacity: 1;
}
/* Content Boxes
------------------------------------------------------------ */
 
.content-box-blue,
.content-box-grey,
.content-box-lightgrey,
.content-box-yellow,
.content-box-red {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
.content-box-blue,
.content-box-grey,
.content-box-red {
	color:#FFF;
}
.content-box-grey-link {
	color:#FFE100;
}
.content-box-grey-link:hover {
	color:#DDD;
}
.content-box-blue {
    background-color: #002E88;
    border: 1px solid #0D0849;
}
 
.content-box-grey {
    background-color: #333;
    border: 1px solid #000;
}
.content-box-lightgrey {
	background-color: #e1e1e1;
    border: 1px solid #949494;
}
 
.content-box-yellow {
    background-color: #FFE100;
    border: 1px solid #CA8A1F;
}
.content-box-red {
	background-color: #FF0000;
	border: 1px solid #9B0004;
}
/* Color Buttons
------------------------------------------------------------ */
 
.button-blue,
.button-blue-current,
.button-gray,
.button-yellow {
    padding: 5px 10px;
}
.button-gray,
.button-blue-current,
.button-blue {
    color: #fff;
}
 
.button-gray:hover,
.button-yellow:hover {
    text-decoration: none;
}
.button-blue {
    background-color: #002E88;
    border: 1px solid #002E88;
}
 
.button-blue:hover {
	color:#333;
    background-color: #FDD014;
    border: 1px solid #BB990D;
}
.button-blue-current {
    background-color: #333;
    border: 1px solid #000;
}
.button-blue-current:hover {
	text-decoration:none;
	color:#FFF;
}
.button-gray {
    background-color: #333;
    border: 1px solid #bdbdbd;
}
 
.button-gray:hover {
	color:#FFF;
    background-color: #111;
    border: 1px solid #919191;
}
 
.button-yellow {
	color:#333;
    background-color: #FFE100;
    border: 1px solid #fadf98;
}
 
.button-yellow:hover {
	color:#000;
    background-color: #E4B900;
    border: 1px solid #ecb870;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav-2x.jpg);
	}
	
}
@media only screen and (max-width: 1180px) {
	
	.westlake2014-home .wrap,
	.wrap {
		max-width: 960px !important;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	
	.sub-footer-left {
		width: 710px;
	}
	
	.content {
		width: 630px;
	}
	
	.westlake2014-home .headerwrap {
		width: auto;
	}
		
	.site-header .widget-area {
		width: 600px;
	}
	
	.title-area {
		position: inherit;
		margin: 0 auto;
		float: none;
	}
	
	.genesis-nav-menu {
		text-align: center;
	}
	
	.nav-secondary {
		margin-top: 210px;
		width: 100%;
		background-color: #333;
	}
	
	.nav-secondary .wrap {
		margin-bottom: 0;
	}
	
	.westlake2014-home .nav-secondary {
		width: 100%;
	}
	
	.genesis-nav-menu .menu-item {
		float: none;
	}
		
	.header-socialmediaicons {
		max-width: 1100px;
        width: 100%;
		margin-top: 0px;
	}
	
	.homebutton {
		margin-left: 0;
	}
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.sub-footer-left {
		width: 100%;
	}
	
	.footer-widgets {
		padding: 50px;
	}
	
	.sub-footer img,
	.site-footer img {
		width: auto;
	}
	
	.westlake2014-home .site-inner .wrap {
		max-width: none;
	}
	
	h1 {
		text-align: center;
		font-size: 48px;
		padding-bottom: 25px;
	}
	
	img {
		width: 100%;
	}
	
	.sidebar img {
		width: auto;
	}
	
	.westlake2014-home .content {
		background-color: transparent;
	}
	
	.home-top .widget:first-child {
		padding-top:40px !important;
	}
	
	.home-bottom {
		width: auto;
	}
	
	.content .slide-excerpt {
		width: 100%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 1145px) {
      .home-top-padding {
             padding: 30px 0 0 0;
      }
}
@media only screen and (max-width: 1023px) {
	
	.serach-input input {
		width: 50%;
	}
	.footer-ad-center {
	   text-align: center;
   }
	.wrap {
		max-width: 768px;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .wrap {
		padding: 20px 5% 16px;
		padding: 2rem 5% 1.6rem;
	}
	
	.header-image .site-title a {
		background-position: top !important;
	}
	
	section#text-12.widget.widget_text,
	section#text-15.widget.widget_text {
	}
	
	section#simple-social-icons-3.widget.simple-social-icons {
		margin-top: 50px;
	}
	
	.genesis-nav-menu li,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 18px 12px;
		padding: 1.8rem 1.2rem;
	}
	
	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;

	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.home-bottom .widget {
		width: 100%;
		padding: 0px 10%;
	}
	
	.home-bottom a.alignnone {
		float: left;
		padding: 0 20px;
	}
	
	.home-bottom div.gfpe-more-link {
		float: right;
	}
		
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}
	
}
@media only screen and (max-width: 860px) {
	
	.home-top .widget:first-child {
		padding-top: 0px !important;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
	margin: -100px 0 0 168px
	}
	
    .genesis-nav-menu .sub-menu {
	    width: 165px;
    }
    .genesis-nav-menu .sub-menu a {
	    width: 165px;
    }
	
	.serach-input input {
		width: 80%;
	}
	
    /* Calender Page
    --------------------------------------------- */
       .mobile-calendar-page {
	Display: block;
       }
       .regular-calendar-page {
	Display: none;
       }
	
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.westlake2014-home .site-inner .wrap {
		padding: 0;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
		margin-bottom: 0.4rem;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev {
		display: none;
	}
			
}
@media only screen and (max-width: 768px) {
	
	
	.westlake2014-home .headerbackground {
		width: 100%;
		height: 470px;
	}
	
	
	div.menu-quick-links-menu-container {
	float: center;
	margin-top: 3px;
}
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 4px 12px;
		padding: 0.4rem 1.2rem;
	}
	
	.site-header {
		padding-top: 70px;
	}
	
	.nav-primary {
		display: inherit;
	}
	
	.nav-secondary {
		margin-top: -300px;
	}
	
	ul#menu-main-navigation-2.menu.genesis-nav-menu.menu-primary.responsive-menu {
		display: none;
	}
	
	ul#menu-main-navigation.menu.genesis-nav-menu.menu-secondary.responsive-menu {
		display: none;
	}
	
	ul#menu-main-navigation-1.menu.genesis-nav-menu.menu-secondary.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
		padding: 15px 0;
		text-align: center;
		margin: 0 auto;
	}
	
	.header-socialmediaicons {
		position: absolute;
		z-index: 999;
		margin-top: -370px;
		
		max-width: 90%;
		
        width: 90%;
	}
	
	.homebutton,
	.secondary-nav-button-cal,
	.secondary-nav-button-calsports {
		background-color: #333;
	}
	
	.donatebutton,
	section#simple-social-icons-3.widget.simple-social-icons {
		display: none;
	}
	
	.header-phonenumber {
		display: inherit;
	}
	
	.content {
		padding: 40px 20px;
	}
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
	
	/* Hides the Genesis Slider
	.home-top {
		display: none !important;
	}
	 */
	
	.responsive-iframe-container {
		position: relative;
		padding-bottom: 300px;
		padding-top: 30px;
		height: 0;
		overflow: scroll;
	}
	.responsive-iframe-container iframe,
	.vresponsive-iframe-container object,
	.vresponsive-iframe-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 650px;
		height: 300px;
	}
	
	
	.footer-socialmediaicons {
		width: 100%;
	}
	
	
	img.alignright.wp-image-3966 {
		
		max-width: 100px;
		
	}
			
}
@media only screen and (max-width: 480px) {
.header-socialmediaicons {
	    margin-top: -310px;
}
.social-menu-footer a {
	margin-left: 2px !important;
}
.social-menu-contact a {
	    margin-left: 3px !important;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -100px 0 0 158px
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	    left: 5px;
}
.genesis-nav-menu .sub-menu {
	    width: 165px;
}
.genesis-nav-menu .sub-menu a {
	    width: 165px;
}
}