/*
    Theme Name: Custom Alkove Theme
	Theme URI: http://www.studiopress.com/themes/sample
	Description: Alkove customized Genesis child them.
    Author: Alkove Design
    Author URI: http://alkovedesign.com/
 
    Version: 1.8
 
    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #41515b;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.wp-caption {
	background-color: #ecf4fa;
  	border: 1px solid #d6e5f0;
}

input,
label,
select,
textarea {
	color: #4c5f71;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #42aff0;
  	color: #e06b4a;
	text-decoration: none;
}

a:hover {
	color: #fa9064;
}

a img {
	border: none;
}

.post-edit-link {
  	display: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #436281;
}

::-moz-selection {
	background-color: #4ca1da;
	color: #fff;
}

::selection {
	background-color: #4ca1da;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
    max-width: 1200px;
	width: 100%;
}


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

#header {
	margin: 0 auto;
	min-height: 50px;
	width: 100%;
  	background: #4ca1da;
  	overflow: hidden;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 11px 0 9px;
	width: auto;
}

#title {
	font-family: 'Source Sans Pro', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
  	text-indent: -9999px;
}

#title a,
#title a:hover {
	color: #ed4c39;
	padding: 0;
	text-decoration: none;
  	display: block;
  	background: url(/wp-content/uploads/2015/03/CMI-Blue-Rect-Logo2.jpeg);
  	width: 198px;
  	height: 50px;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
  	float: right;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #fff;
	font-size: 19px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
  	font-family: 'Source Sans Pro';
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #fff;
	display: block;
	padding: 22px 14px 20px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #fff;
  	background: #60bff7;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	border-top: none;
	color: #fff;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
  	display: none;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #444a50;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0f82d1;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}

.home #inner {
  	padding: 0;
	border-bottom: 2px solid #E06B4A;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Slider
------------------------------------------------------------ */

#slider #genesis-responsive-slider {
  	border: none;
  	padding: 0;
}

#slider .flexslider {
  	margin: 0 auto;
}

#slider .slide-excerpt {
  	background-color: rgba(43, 78, 116, 0.55);
  	margin: 0;
  	opacity: 1;
  	border-top: 1px solid rgba(53, 95, 142, 0.55);
}

html > body #slider .slide-excerpt-border {
  	border: none;
  	margin: 0 auto;
  	padding: 20px 0 15px;
  	max-width: 1200px;
  	float: none;
  	display: block;
}

.slide-excerpt h3,
.slide-excerpt p {
  	color: #fff;
  	margin: 0 15px 0 0;
  	display: inline-block;
  	text-shadow: 0 1px 2px rgba(26, 40, 54, 0.45);
}

.slide-excerpt h3 {
  	font-family: 'Source Sans Pro';
	font-size: 30px;
  	text-transform: uppercase;
}

.slide-excerpt p {
	font-style: italic;
	font-size: 25px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	margin: 0 auto;
  	max-width: 1200px;
	width: 100%;
  	overflow: hidden;
  	position: relative;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 10px 0;
	width: 410px;
}

.home #content {
  	display: none;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 820px;
  	min-height: 600px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 15px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', arial, serif;
	line-height: 1.25;
	margin: 0 0 10px;
  	color: #4c5f71;
}

h1 {
	font-size: 30px;
}

.entry-title,
.archive-title {
  	font-size: 35px;
  	color: #e06b4a;
  	font-weight: 300;
  	margin: 0 0 23px;
}

.home .entry-title {
  	display: none;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #444a50;
	font-family: 'Source Sans Pro', arial, serif;
}

h2 a:hover {
	color: #4ca1da;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

.entry-content h3 {
  	font-size: 27px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	font-size: 24px;
}

.sidebar h4 {
  	border-bottom: 2px solid #69bff2;
  	padding: 0 0 10px;
  	margin: 0 0 15px;
}

.widget-area h4 a {
	color: #444a50;
	text-decoration: none;
}

#footer-widgets h4 {
	background: url(/wp-content/uploads/2015/03/cmi-logo-section.png) no-repeat;
  	background-position-y: 5px;
	border-bottom: 2px solid #69bff2;
  	padding: 0 0 10px 60px;
  	font-size: 28px;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
  	display: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

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

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	font-size: 16px;
	width: 320px;
  	position: absolute;
  	right: 0;
  	top: 0;
  	height: 100%;
  	background: #ecf4fa;
  	box-sizing: border-box;
  	padding: 25px 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
  	margin: 0 0 10px;
}

.sidebar .widget {
	margin: 0 0 40px;
}

.sidebar.widget-area ol,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 5px;
  	padding: 0 0 5px;
	word-wrap: break-word;
  	border-bottom: 1px solid #d6e5f0;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar #social a:hover {
  	opacity: 0.75;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	padding: 0 0 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 0 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
  	font-family: 'Source Sans Pro';
  	text-transform: uppercase;
  	background: #e06b4a;
  	border: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #fa9064;
	text-decoration: none;
}

p .wt-button {
  	line-height: 19px;
  	padding: 12px 20px;
  	text-decoration: none;
  	font-family: 'Source Sans Pro';
  	text-transform: uppercase;
  	background: #e06b4a;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}

p .wt-button:hover {
  	background: #fa9064;
	color: #fff;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
  	padding: 15px 0;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: 18px;
	margin: 0 0 10px;
}

#footer-widgets p a {
  	font-family: 'Source Sans Pro';
  	text-transform: uppercase;
  	float: right;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 60px 0 0;
	width: 360px;
}

.footer-widgets-2 {
	float: left;
	width: 360px;
}

.footer-widgets-3 {
	float: right;
	width: 360px;
}


/* Footer Content
------------------------------------------------------------ */

#footer-content {
  	background: #ecf4fa;
  	overflow: hidden;
  	padding: 40px 0;
  	border-top: 1px solid #d6e5f0;
}

#footer-content #video {
  	margin: 0;
}

#footer-content iframe {
  	float: right;
  	margin-left: 30px;
}

#footer-content #gnemsdc {
  	margin: 0;
}

#gnemsdc img {
  	float: right;
  	margin: 60px 100px 0 20px;
  	width: 150px;
  	opacity: 0.4;
}

#footer-content h3 {
  	font-size: 30px;
  	text-transform: uppercase;
  	margin: 0 0 17px;
  	color: #e06b4a;
}

#footer-content p {
  	font-size: 20px;
  	margin: 0 0 15px;
}

#footer-content #social {
  	margin: 25px 0 0;
}

#footer-content #social a:hover {
  	opacity: 0.75;
}


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

#footer {
	background-color: #436281;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 20px 0;
}

#footer p {
  	color: #fff;
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	width: 100%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

#content .gform_wrapper {
  	margin: 0;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
  	padding: 12px 20px!important;
  	font-size: 20px!important;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

#content .gform_wrapper .gfield_required {
  	color: #e06b4a;
}


/* Responsive Design
------------------------------------------------------------ */

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

  	.wrap,
	html > body #slider .slide-excerpt-border,
	#content-sidebar-wrap {
  		max-width: 1000px;
	}

	.content-sidebar #content,
	.sidebar-content #content {
  		width: 680px;
  		min-height: 650px;
	}

	.sidebar {
  		width: 280px;
  	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
  		width: 310px;
	}
	
	.footer-widgets-1 {
  		margin: 0 35px 0 0;
	}
		
	#footer-content iframe {
  		margin-left: 10px;
  		width: 490px;
  		height: 310px;
	}

}


@media only screen and (max-width: 1020px) {
  
  	.wrap,
	html > body #slider .slide-excerpt-border,
	#content-sidebar-wrap {
  		max-width: 760px;
	}

	#title-area {
  		float: none;
  		padding: 15px 0 10px;
	}

	#title a,
	#title a:hover {
  		margin: auto;
	}

	#nav {
  		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#header .menu {
  		text-align: center;
	}

	.menu-primary li,
	.menu-secondary li,
	#header .menu li {
  		float: none;
	  	display: inline-block;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
  		padding: 14px 12px 12px;
	}

	.content-sidebar #content,
	.sidebar-content #content {
  		width: 510px;
  		min-height: 690px;
	}

	.sidebar {
  		width: 230px;
  	}

	.sidebar h4 {
  		font-size: 22px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
  		width: 240px;
	}
	
	.footer-widgets-1 {
  		margin: 0 20px 0 0;
	}

	#footer-widgets h4 {
  		padding: 0 0 10px 60px;
  		font-size: 26px;
  		background-size: 20%;
	}

	#footer-content h3 {
  		font-size: 28px;
  		margin: 0 0 15px;
	}

	#footer-content p {
  		font-size: 18px;
  		margin: 0 0 12px;
	}

	#gnemsdc img {
  		display: none;
	}
		
	#footer-content iframe {
  		margin-left: 0;
  		width: 410px;
  		height: 265px;
	}

}


@media only screen and (max-width: 780px) {
 
  	.wrap,
	html > body #slider .slide-excerpt-border,
	#content-sidebar-wrap {
  		max-width: 550px;
	}

	html > body #slider .slide-excerpt-border {
  		padding: 12px 0 8px;
	}

	.slide-excerpt h3 {
  		font-size: 24px;
	  	margin: 0 8px 0 0;
	}

	.slide-excerpt p {
  		font-size: 20px;
	}

	.content-sidebar #content,
	.sidebar-content #content {
  		width: 100%;
	  	min-height: 0;
	}
	
	.sidebar {
  		width: 100%;
  		position: static;
  		float: left;
  		padding: 25px 20px 20px;
	}

	.sidebar #text-8 {
  		margin: 0;
  	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
  		width: 100%;
	}
	
	.footer-widgets-1 {
  		margin: 0;
	}

	#footer-widgets h4 {
  		padding: 0 0 10px 65px;
  		font-size: 28px;
  		background-size: auto;
	}

	#footer-content #video {
  		margin: 0 0 25px;
  		overflow: hidden;
	}

	#footer-content iframe {
  		width: 100%;
  		height: 345px;
	}  	
  
}


@media only screen and (max-width: 560px) {
 
  	.wrap,
	#content-sidebar-wrap {
  		max-width: 95%;
	}
	
	#slider .slide-excerpt {
  		display: none;
	}
	
	#content img {
	  	display: none;
	}
	
}

  	
  
  
  
  
  
  
  
  