/*
	Theme Name: Wichman Law Genesis Child Theme
	Theme URI: http://www.ncreatives.com/
	Description: A three column child theme based on the Mocha theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 2.0.1
 
	Tags: blue, brown, green, orange, pink, red, tan, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-menu, featured-images, full-width-template, post-formats, 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
* Site Map
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Page Header
* After Post
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Column Classes
* Featured Post Grid
* Author Box
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* Contact Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Slider
* Gravity Forms
* Mocha Blue
* Mocha Green
* Mocha Orange
* Mocha Pink
* Responsive Design

*/


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

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

body .vjs-default-skin .vjs-big-play-button,
body .vjs-default-skin .vjs-big-play-button:hover {
	background: transparent url(images/icon-play.png) center no-repeat;
	border: transparent;
	width: 55px;
	height: 55px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 1em rgba(0,0,0,.25);
	box-shadow: 0 0 1em rgba(0,0,0,.25);
	opacity: .7;
}

body .vjs-default-skin:hover .vjs-big-play-button,
body .vjs-default-skin .vjs-big-play-button:focus  {
	-webkit-box-shadow: 0 0 1em rgba(255,255,255,.5);
	-moz-box-shadow: 0 0 1em rgba(255,255,255,.5);
	box-shadow: 0 0 1em rgba(255,255,255,.5);
	border-color: #fff;
	background-color: transparent;
	opacity: 1;
}
body .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
	margin-left: -0.9em;
	margin-top: -0.92em;
}

body .vjs-default-skin .vjs-big-play-button:before {
	line-height: 55px;
	color: #fff;
	opacity: 0;
}

#sidebar-alt .vjs-default-skin.vjs-has-started .vjs-control-bar {
	display: none;
}
/* Defaults
------------------------------------------------------------ */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="phone"],
input[type="submit"],
input[type="button"],
textarea {
-webkit-appearance: none;
border-radius: 0;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #fff;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Cardo', 'Garamond', serif;
	font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type="button"],
input[type="submit"] {
	width: auto;
}

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

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


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

a,
a:visited {
	color: #316ca1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.more {
        font-family: 'Cardo', 'Garamond', serif;
}

a.more:after {
        height: 0;
        width: 0;
        border: 4px solid transparent;
        border-left: 5px solid #fff;
        content: "";
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 1px;
}

a.button {
	color: #00306e !important;
	padding: 8px 0 8px 42px;
	text-shadow: 1px 1px #dbe5f2;
	background: #dae5f2 url(images/gradient.png) 25px -40px repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3em;
	display: block;
	position: relative;
	font-family: 'Cardo', 'Garamond', serif;
	font-size: 16px;
	-webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    -o-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
}

a.button:before {
	content: "";
	width: 48px;
	height: 55px;
	position: absolute;
	background: url(images/paybtn-bg.png) 0 0 no-repeat;
	top: 0;
	left: 0;
}

a.button:hover {
	background: #dae5f2 url(images/gradient.png) 25px 10px repeat-x;
	text-decoration: none;
}

#sidebar-alt a.button {
	margin: 0 4px 10px;
	height: 39px;
}

#header-left a.button {
	-webkit-box-shadow: inset 0px -6px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -6px 8px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px -6px 8px 0px rgba(0,0,0,0.2);
	margin: 0 10px 0 0;
	font-size: 18px;
	padding: 6px 0 3px 34px;
	background: #dae5f2 url(images/gradient.png) 25px 10px repeat-x;
	clear: both;
}

#header-left a.button:hover {
	background: #dae5f2 url(images/gradient.png) 25px -40px repeat-x;
}

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

body {
	background: #f1f1f1 url(images/bg.png);
}

::-moz-selection {
	background-color: #00306e;
	color: #fff;
}

::selection {
	background-color: #00306e;
	color: #fff;
}


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

.wrap {
	margin: 0 auto;
	width: 1140px;
}

#header .wrap {
	position: relative;
	overflow: hidden;
}

.mocha-landing .wrap {
	width: 800px;
}

.wichman-alt #header .wrap {
	background: url(images/glow-bg.png) center top no-repeat;
}

.wichman-alt2 #header .wrap {
	background: url('images/shield-white.png') 100px -500px no-repeat;
	background-size: 575px;
}

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

#header {
	margin: 0 auto;
	min-height: 100px;
	overflow: hidden;
	text-shadow: 1px 1px #fff;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 2px 0 0;
	width: 40%;
}

#title {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
}

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

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 62%;
        padding-top: 20px;
}

#header .widget-area > div {
        float: right;
        font-size: 16px;
}


/* 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: 300px;
}

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

.header-image #title-area {
        background: url('images/logo.png') left center no-repeat;
        background-size: 100%;
}

.wichman-alt2.header-image #title-area {
        background: url('images/logo-alt2.png') left center no-repeat;
}

/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


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

.phone {
        font-size: 11px;
        text-align: right;
        line-height: 23px;
        margin-bottom: 7px;
        font-family: 'Cardo', 'Garamond', serif;
}

.phone span {
        display: block;
        font-size: 34px;
        text-decoration: none;
        font-weight: bold;
        color: #00307a;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #96867e;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#header .menu {
	background: none;
	border: none;
	float: none;
	padding: 54px 0 0;
	width: auto;
	text-align: center;
}

.wichman-alt #header .menu {
	padding-bottom: 5px;
}

.menu-primary,
.menu-secondary {
	background-color: #322620;
	margin: 10px 0 0;
}

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

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

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #00307a;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}

#header .menu a {
	padding: 0 0 0 15px;
        font-weight: bold;
}

.wichman-alt2 #header .menu a {
	color: #fff;
}

#header .menu a:after {
        content: '';
        width:1px;
        height: 100%;
        border-right: 1px solid;
        margin-left: 15px;
}

#header .menu li:last-child a:after {
        border: 0;
        margin-left: 20px;
}

.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 {
	color: #fff;
}

.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;
	background-color: #1c1611;
	border: 1px solid #31251f;
	border-top: none;
	color: #96867e;
	font-size: 12px;
	padding: 7px 10px 6px;
	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: -33px 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 li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

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


/* Alternate Header Styles
------------------------------------------------------------ */

#slogan {
	background: #fff url('images/slogan.jpg') repeat-y right top;
	height: 33px;
	margin: 0 5px 5px;
}

.wichman-alt #header {
        background: #03152d url('images/header-bg.jpg') repeat-x top left;
        text-shadow: 1px 1px #000;
        color: #acbdd4;
        margin-bottom: 10px;
        border-bottom: 5px solid #86afe3;
}

.wichman-alt2 #header {
        background: #102f4f; /* Old browsers */
		background: -moz-linear-gradient(top,  #102f4f 0%, #071728 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#102f4f), color-stop(100%,#071728)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #102f4f 0%,#071728 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #102f4f 0%,#071728 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #102f4f 0%,#071728 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #102f4f 0%,#071728 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102f4f', endColorstr='#071728',GradientType=0 ); /* IE6-9 */
        text-shadow: 1px 1px #000;
        color: #acbdd4;
        margin-bottom: 10px;
        border-bottom: 5px solid #86afe3;
}

.wichman-alt .phone {
        margin: 0 0 2px;
}

.wichman-alt .phone span,
.wichman-alt2 .phone span,
.wichman-alt #header p,
.wichman-alt2 #header p {
        color: #a9c1df;
}

.wichman-alt .phone span {
        border-bottom: 1px solid #374d6a;
        padding-bottom: 10px;
        color: #fff;
}

.wichman-alt2 .phone span {
        color: #fff;
}

.wichman-alt #title-area {
        margin-left: 148px;
}

.wichman-alt #header .widget-area {
        width: auto;
        padding-top: 55px;
}

#header-right {
        float: right;
        width: 880px;
}

#header-left {
        float: left;
        width: 260px;
        position: absolute;
		left: 0;
		bottom: 0;
}

.wichman-alt #header .menu a {
        padding: 0 0 0 7px;
        color: #fff;
}

.wichman-alt #header .menu a:after {
        margin-left: 7px;
}

.wichman-alt  #title-area, 
.wichman-alt #title, 
.wichman-alt  #title a {
        height: 145px;
}

.wichman-alt  #title-area {
        background: url('images/logo-alt.png') center no-repeat;
}


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

.menu li.right {
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 15px;
}

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

.menu li.right a:hover {
	color: #fff;
	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 {
	clear: both;
	padding: 0 20px 20px;
	overflow: hidden;
}


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

.breadcrumb {
	background-color: #f7f3ec;
	border: none;
	color: #8f8174;
	font-size: 12px;
	margin: 0 0 30px;
	padding: 7px 10px;
}

/* Site Map
------------------------------------------------------------ */

.entry-content .page-list li,
.entry-content .lcp_catlist li {
	list-style-type: none;
	margin: 0 0 1em;
	font-weight: bold;
}

.entry-content .page-list .children {
	padding-left: 25px;
}

.entry-content .page-list li li {
	display: inline;
	border-right: 1px dotted;
	padding-right: 5px;
	font-weight: normal;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


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

#content-sidebar-wrap {
        background: #fff;
	float: right;
	width: 880px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.wichman-alt2 #content-sidebar-wrap {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

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


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

#content {
	float: left;
	padding: 25px 40px;
	width: 610px;
}

.wichman-alt2 #content {
	padding: 0;
	width: 680px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.wichman-alt2  #content > .entry,
#respond {
	padding: 25px 40px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 790px;
}

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

.full-width-content #content {
	width: 1060px;
}

.full-width-content.mocha-landing #content {
	width: 720px;
}

.post {
	margin: 0 0 30px;
}

.home .post {
	border-bottom: 1px solid #e4ddcf;
}

.single .post {
	border: none;
	margin: 0;
}

.entry-content {
	overflow: hidden;
        clear: both;
}

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

blockquote {
	background:
		url(images/blockquote-top.png) top center no-repeat,
		url(images/blockquote-bottom.png) bottom center no-repeat;
	border: none;
	color: #999;
	font-style: italic;
	margin: 30px;
	padding: 30px;
	text-align: center;
}

.entry-content blockquote p {
	font-family: 'Cardo', 'Garamond', serif;
        color: #888;
	margin: 0;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

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

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

#page-header {
	width: 100%;
	height: 103px;
	background: url(images/header.jpg) no-repeat right bottom;
	display: table;
}

#slogan p,
#page-header p {
	font-family: 'Cardo', 'Garamond', serif;
	font-style: italic;
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	padding-right: 90px;
	padding-bottom: 22px;
	padding-left: 20px;
	font-size: 18px;
	color: #00378a;
}

#slogan p {
	float: right;
	padding: 0 5px 0 0;
}

.header-video {
	margin-bottom: 20px;
}


/* After Post
------------------------------------------------------------ */

.after-post {
	background-color: #f7f3ec;
	margin: 30px 0 10px;
	padding: 10px;
}


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

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #00306e;
	font-family: 'Cardo', 'Garamond', serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 25px;
}

h1,
.genesis-feature h2,
.genesis-feature h2 a,
.genesis-feature h2 a:visited {
	font-size: 32px;
}

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

h2 a,
h2 a:visited {
	color: #342822;
	font-family: 'Cardo', 'Garamond', serif;
}

h2 a:hover {
	color: #316ca1;
	text-decoration: none;
}

.genesis-grid h2,
.genesis-grid h2 a,
.genesis-grid h2 a:visited {
	font-size: 24px;
	line-height: 1.4;
}

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

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.sidebar h4 {
	color: #fff;
	font-family: 'Cardo', 'Garamond', serif;
	font-size: 23px;
	margin: 0 0 10px;
	text-shadow: 1px 1px #000;
        font-style: italic;
        text-align: center;
        -webkit-font-smoothing: antialiased;
}

#footer-widgets h4,
#sidebar-alt h4 {
	color: #fff;
	font-family: 'Cardo', 'Garamond', serif;
	font-size: 18px;
	margin: 0 0 10px;
	text-shadow: -1px -1px #201814;
        -webkit-font-smoothing: antialiased;
}

#sidebar h4 a,
#sidebar h4 a:hover {
	color: #fff;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* 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 {
	color: #8f8174;
	font-size: 12px;
	margin: 0 0 20px;
}


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

.post-meta {
	border-top: 1px solid #e3dbce;
	clear: both;
	color: #8f8174;
	font-size: 12px;
	margin: 0 0 40px;
	padding: 5px 0 0;
}

.home .post-meta {
	display: none;
}


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

.author-box {
	background-color: #f7f3ec;
	border: none;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 20px;
}

.author-box p {
	font-size: 13px;
	margin: 0;
}


/* 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.3%;
}

.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 {
	float: right;
	width: 48%;
}

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

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 5px;
}

.post.genesis-grid p {
	font-size: 14px;
}

#grid .border {
        background: #92b0d6;
        overflow: hidden;
}

.grid-row {
	padding: 0 5px;
}

#grid .background {
    min-height: 111px;
    background: #ddd url('images/gray-center.jpg') bottom center no-repeat;
    background-size: 100%;
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -10px 53px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: inset 0px -10px 53px 0px rgba(0,0,0,0.42);
	box-shadow: inset 0px -10px 53px 0px rgba(0,0,0,0.42);
}

#grid .grid-row-0 .background,
#grid .grid-row-2 .background {
	background: #ddd url('images/blue-center.jpg') bottom center no-repeat;
	-webkit-box-shadow: inset 0px -10px 53px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -10px 53px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px -10px 53px 0px rgba(0,0,0,0.75);
	background-size: 100%;
}

#grid .grid-row-2 .background {
	background: #ddd url('images/blue-center2.jpg') bottom center no-repeat;
	background-size: 100%;
}

.wichman-alt2 #grid .grid-row .one-half {
	padding-left: 0;
	position: relative;
	margin-bottom: 5px;
	width: 50%;
}

.wichman-alt2 #grid .background {
	margin-left: 0;
    border-left: none;
    margin-bottom: 10px;
    border-bottom: 2px solid white;
}

.wichman-alt #grid .background {
	background-size: 140%;
	background-position: bottom right;
}

.wichman-alt2 #grid {
	overflow: hidden;
	padding: 0 35px;
}

.wichman-alt2 #grid {
	padding: 0;
	width:100%
}

div#grid > a > .one-third > p {
        background: transparent url('images/sm-shield.png') center top no-repeat;
        text-align: center;
        padding: 24px 0 0;
}

div#grid .grid-row a > .one-half > p {
	position: absolute;
	top: 6px;
	left: 92px;
	text-align: left;
	font-family: 'Cardo', 'Garamond', serif;
	color: #00306e;
	padding: 3px;
	margin-right: 1%;
	font-size: 18px;
	white-space: nowrap;
}

.wichman-alt2 #grid .grid-row .cell p {
border-top: 1px solid;
padding-top: 6px;
}

div#grid .grid-row-0 a > .one-half > p,
div#grid .grid-row-2 a > .one-half > p{
	color: #fff;
}

#grid .one-third .background {
        margin: 10px 0 0;
        border: 0;
        padding: 0;
}

#grid .one-third .grid-thumb {
        width: 100%;
        border: 0;
        height: 95px;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
}

#grid .one-third .cell {
        padding: 10px;
        clear: both;
}

div#grid > a > .one-third > p {
        font-size: 16px;
}

.wichman-alt.home #content {
        padding: 0 40px 25px;
}

#grid > a > .one-third > p,
#grid > a > .one-half > p {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #b2bcc7;
        margin-bottom: 10px;
        color: #00306e;
        padding-left: 24px;
        background: transparent url('images/sm-shield.png') left top no-repeat;
        font-family: 'Cardo', 'Garamond', serif;
}

#grid .grid-thumb {
    float: left;
    border: 3px solid #fff;
    margin-right: 10px;
    width: 100px;
}

.wichman-alt2 #grid .grid-thumb {
	width: 70px;
	height: 85px;
}

#grid .cell p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #000;
}

.wichman-alt2 #grid .cell {
	margin-top: 24px;
	margin-left: 84px;
}

.wichman-alt2 #grid .grid-row-0 .cell p,
.wichman-alt2 #grid .grid-row-2 .cell p {
	color: #fff;
}

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

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


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

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


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

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

.avatar {
	background-color: #fff;
	border: 4px solid #e4ddcf;
	float: right;
	margin: 5px 0 10px 10px;
	padding: 1px;
}

.author-box .avatar {
	float: left;
	margin: 0 15px 0 0;
}

.user-profile .avatar {
	float: none;
	margin: 0;
}

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

#footer-widgets a img {
	border: 5px solid #211915;
	float: left;
	margin: 0 20px 20px 0;
	width: 90px;
}

#footer-widgets a img:hover {
	border: 5px solid #5c5049;
}

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

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

img.alignleft,
.alignleft .avatar,
.wp-caption.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright,
.alignright .avatar,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.wp-caption {
	background-color: #f7f3ec;
	padding: 10px;
	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 {
	overflow: hidden;
	padding: 10px 0 20px;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: url(images/gradient.png) 0 0;
	border: none;
	border-bottom: 1px solid #111;
	border-top: 1px solid #221b18;
	color: #fff !important;
	font-size: 14px;
	padding: 5px 8px;
	text-shadow: -1px -1px #000;
}

.navigation li a:hover,
.navigation li.active a {
	background: url(images/gradient.png) 0 -42px;
	text-decoration: none;
}


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

.sidebar {
	color: #fff;
	display: inline;
	float: left;
	font-size: 13px;
	width: 190px;
}

#sidebar {
	color: #fff;
	text-shadow: 1px 1px #091c30;
}

.wichman-alt2 #sidebar {
	float: right;
}

#sidebar-alt {
	color: #fff;
	float: left;
        background: #00306e url('images/blue-right.png') no-repeat bottom right;
	font-family: 'Cardo', 'Garamond', serif;
	font-size: 16px;
	text-shadow: -1px -1px #1a1410;
	width: 250px;
	background-size:100%;
	-webkit-box-shadow: -2px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -2px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: -2px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

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

#sidebar-alt p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 10px;
}

#sidebar a,
#sidebar-alt a {
	color: #fff;
}

#sidebar-alt .section-menu a {
        color: #00306e;
}

#sidebar a:hover {
	color: #d2f4fd;
}

#sidebar-alt a:hover {
	color: #fff;
}

.sidebar .widget {
	margin: 0 0 5px;
    padding: 10px 10px 0;
}

#sidebar .widget {
	background: #848484 url('images/shield-bottom.png') no-repeat bottom;
    padding: 10px;
    background-size: 100%;
}

.wichman-alt2 #sidebar .widget {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 5px;
	word-wrap: break-word;
	position: relative;
}

.sidebar.widget-area ul li .children,
.sidebar.widget-area ul li .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	display: none;
	background: #316ca1;
	border: 1px solid #00306e;
}

#sidebar-alt .simple-section-nav .children li:hover,
#sidebar-alt .simple-section-nav .sub-menu li:hover {
	background: #00306e;
}

.sidebar.widget-area ul li:hover > .children,
#sidebar-alt .simple-section-nav li:hover > .sub-menu {
	display: block;
	top: -1px;
}


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

#sidebar-alt .section-menu ul li {
        border: 0;
        color: #00306e;
        padding: 0;
        text-shadow: 1px 1px #dbe5f2;
        background: url(images/gradient.png) 0 0;
}

.wichman-alt #sidebar-alt .section-menu ul li {
		background: url(images/gradient2.png) 0 0;
		background-size: auto 200%;
}
	
#sidebar-alt .section-menu ul li:hover {
        background-position: 0 -42px;
}

#sidebar-alt .section-menu ul li a {
        padding: 2px 10px;
        display: block;
}

#sidebar-alt .section-menu ul li:hover a {
        text-decoration: none;
        color: inherit;
}

#sidebar-alt .simple-section-nav,
#sidebar-alt .widget_nav_menu{
        padding: 0;
        margin: 0;
}

#sidebar-alt .simple-section-nav .current_page_item,
#sidebar-alt .simple-section-nav .current_page_parent,
#sidebar-alt .simple-section-nav .current_page_ancestor,
#sidebar-alt .simple-section-nav li:hover,
#sidebar-alt .widget_nav_menu .current_page_item {
        background: #316ca1;
}

#sidebar-alt .simple-section-nav li.page_item_has_children:after,
#sidebar-alt .simple-section-nav li.menu-item-has-children:after {
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	content: "";
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	right: 15px;
	top: 13px;
}

#sidebar-alt .widget_nav_menu h4,
#sidebar-alt .simple-section-nav h4 {
        text-align: center;
        position: relative;
        color: #aff4fe;
        font-size: 23px;
        font-style: italic;
        line-height: 25px;
        text-shadow: 2px 2px #201814;
        margin: 0 10px 10px;
}

#sidebar-alt .widget_nav_menu h4:before,
#sidebar-alt .widget_nav_menu h4:after,
#sidebar-alt .simple-section-nav h4:before,
#sidebar-alt .simple-section-nav h4:after {
        content: ' ';
        width: 23%;
        display: block;
        border-top: 1px solid #aff4fe;
        position: absolute;
        top: 12px;
        box-shadow: 1px 1px 1px #201814;
}

#sidebar-alt .widget_nav_menu h4:after,
#sidebar-alt .simple-section-nav h4:after {
        right: 0;  
        left: auto;
}

#sidebar-alt .simple-section-nav ul li a {
	padding: 4px 10px 3px 32px;
	display: block;
}


#sidebar-alt .simple-section-nav li a:before,
#sidebar-alt .widget_nav_menu li a:before {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #92b0d6;
        margin: 0 10px;
        position: absolute;
        left: 5px;
		top: 12px;
}

#sidebar-alt .simple-section-nav li.current-menu-item a:before,
#sidebar-alt .widget_nav_menu li.current-menu-item a:before,
#sidebar-alt .simple-section-nav li.current_page_item a:before,
#sidebar-alt .widget_nav_menu li.current_page_item a:before {
        background: transparent url('images/sm-shield.png') center no-repeat;
        width: 16px;
        height: 17px;
        position: absolute;
        top: 7px;
        margin-right: 5px;
        margin-left: 6px;
        background-size: 100%;
}

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

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}


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

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

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 10px 0 10px;
}

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


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

.user-profile {
	overflow: hidden;
}


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

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: none;
	border: 1px solid #ccc;
	color: #00162b;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	padding: 7px 10px;
	text-decoration: none;
	text-shadow: -1px -1px #fff;
        text-transform: uppercase;
        font-weight: bold;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -42px;
	text-decoration: none;
}


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

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

.s {
	-moz-box-shadow: 1px 1px 3px #aaa inset;
	-webkit-box-shadow: 1px 1px 3px #aaa inset;
	background-color: #fff;
	border-left: 1px solid #a04141;
	border-top: 1px solid #a04141;
	box-shadow: 1px 1px 3px #aaa inset;
	color: #666;
	font-size: 12px;
	margin: 0;
	padding: 12px 10px 10px;
	width: 90%;
}

.searchsubmit {
	display: none;
}


/* Contact Form
------------------------------------------------------------ */

#sidebar > div:first-child{
        background: #0e2a47;
        border: 5px solid #0e2a47;
        padding: 0;
}

#sidebar > div:first-child p {
font-family: 'Cardo', 'Garamond', serif;
}

#sidebar > div:first-child .widget-wrap {
        border: 1px solid #295680;
        background: #113255 url('images/shield.png') bottom right;
        padding: 10px;
}

#sidebar > div:first-child h4 {
        color: #aff4fe;
}

#sidebar .wpcf7-form textarea {
        height: 70px;
        background: #fff url(images/bg-textarea.jpg) right center no-repeat;
}

#sidebar > div:first-child input[type="submit"] {
		width: 100%;
}

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

.enews #subbox {
	-moz-box-shadow: 0 0 5px #999 inset;
	-webkit-box-shadow: 0 0 5px #999 inset;
	background-color: #fff;
	box-shadow: 0 0 5px #999 inset;
	color: #666;
	margin: 0 -7px 0 0;
	padding: 7px 7px 6px;
	width: 170px;
}


/* 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 {
	font-weight: bold;
	margin: 10px 0 0;
}

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


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

.bottom_logo {
	background: #fff;
	border-top: 3px solid #00306e;
}

.bottom_logo ul {
	text-align: center;
}

.bottom_logo ul li {
	list-style: none;
    display: inline-block;
    margin: 8px 50px 8px 0;
    vertical-align: middle;
}

.bottom_logo ul li:last-child {
	margin-right: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
        background: url(images/footer_bg.png) no-repeat center top #002144;
        background-size: auto 100%; 
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 12px;
        color: #babfc6;
        padding: 0 0 20px 0;
}

#footer .wrap {
	overflow: hidden;
	padding: 20px 75px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

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

#footer .creds {
	float: right;
	text-align: right;
	width: 70%;
}

.footer_row1.two-thirds {
        margin: 25px 0 0 0;
}

.footer_row1 small {
display: block;
color: #aaeeff;
font-size: 17px;
}

.footer_row1 cite {
display: block;
color: #fff;
font-size: 46px;
line-height: 46px;
font-style: normal;
font-family: 'Cardo', 'Garamond', serif;
}

.footer_row1 b {
display: block;
color: #aaeeff;
font-size: 17px;
font-family: 'Source Sans Pro', sans-serif;
}

.footer_row1 ul {
margin: 0;
padding: 0;
float: right;
}

.wichman,
.footer_row1.menu {
	margin-top: 20px;
}

.footer_row1 ul li {
list-style: none;
float: left;
margin: 0 0 12px 25px;
}

.footer_row1 ul li a:hover {
color: #aaeeff;
}

.footer_row1 ul li a {
display: block;
color: #9babbe;
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
font-weight: 700;
}

.footer_row2 {
padding: 0 0 34px 0;
}

.disclaimer {
        clear: both;
        text-align: center;
        width: 100%;
        margin: 0 0 20px;
}

.join small {
        display: block;
        color: #a5aab2;
        font-size: 12px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: bold;
        font-style: italic;
        padding: 0;
}

.eemail_textbox_class,
#footer .s {
width: 200px;
padding: 0 10px;
height: 28px;
line-height: 28px;
padding: 0 0 0 5px !important;
background: none !important;
border: solid 1px #536a82 !important;
color: #fff;
font-weight: bold;
font-size: 12px;
margin: 0 10px 0 0;
float: left;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;

}

.eemail_textbox_button,
#footer .searchsubmit {
display: block;
width: 70px !important;
}

.eemail_textbox,
.eemail_button {
        float: left;
}

#footer .searchsubmit,
body .eemail_textbox_button {
border: none !important;
float: left;
height: 30px;
text-align: center;
font-weight: 700;
text-transform: uppercase;
}

#footer form {
        float: right;
        padding: 23px 0 0 0;
}

.social, 
.footer_logos ul {
        text-align: center;
}

.social li, 
.footer_logos ul li {
	display:inline-block;
	list-style: none;
	padding: 0 !important;
	margin: 0 6px 0 0 !important;
}

.footer_logos ul li {
	margin: 0 0 0 17px !important;
}

.social li {
	margin: 0 2px !important;
}

.wichman,
.wichman p {
        text-align: center;
}

.eemail_widget h4 {
        margin: 0;
}

.eemail_msg,
.eemail_caption {
        padding: 1px !important;
}

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

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

#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc inset;
	height: 150px;
	margin: 10px 0;
	width: 95%;
}

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 20px 25px;
}

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

.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;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

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

.alt,
.depth-1,
.even {
	border: 3px solid #fff;
	border-right: 0;
}


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

#genesis-responsive-slider {
        border: 0 !important;
        padding: 5px !important;
        background-color: transparent !important;
}

#genesis-responsive-slider .flex-direction-nav {
	display: none;
}

.wichman-alt #genesis-responsive-slider .flex-direction-nav,
.wichman-alt2 #genesis-responsive-slider .flex-direction-nav {
	display: block;
}

#genesis-responsive-slider .flex-control-nav {
	top: 0;
	position: absolute;
	right: 22px;
	width: auto;
}

.wichman-alt2 #genesis-responsive-slider .flex-control-nav {
	display: none;
}

#genesis-responsive-slider .slide-excerpt {
        margin: 0;
        width: 100%;
        background-color: #000;
}

.wichman-alt2 #genesis-responsive-slider .slide-excerpt {
top: 0;
width: 40%;
}

.wichman-alt #genesis-responsive-slider .slide-excerpt {
	background-color: rgba(0,0,0,.8);
}

html > body .slide-excerpt-border {
        border: 0 !important;
        margin: 0 !important;
}

html > body .slide-excerpt-border h2 a,
html > body .slide-excerpt-border p {
        color: #fff;
}

html > body .slide-excerpt-border h2 a {
	font-size: 20px;
}

.wichman-alt #genesis-responsive-slider {
        padding: 0 0 10px !important;
}

.wichman-alt #genesis-responsive-slider .slide-excerpt {
        width: 48%;
}

.wichman-alt #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;

}

.wichman-alt .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;
}

.wichman-alt2 .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav2.png) no-repeat 0 0;
	width: 27px;
	height: 38px;
}

.wichman-alt2 .flex-direction-nav li .prev {
	left: 5px;
}

.wichman-alt2 .flex-direction-nav li .next {
	right: 5px;
	background-position: bottom !important;
}
.wichman-alt .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.wichman-alt .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 20px;
	right: auto;
	left: 10px !important;
	top: auto;
}

.wichman-alt #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 20px;
	right: auto;
	left: 60px !important;
	top: auto;
}

.wichman-alt .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}




#kento_quotes p {
	text-align: left;
	font-family: 'Cardo', 'Garamond', serif;
	margin: 0;
}

#kento_quotes p.kento-testimonial-author-name {
	text-align: right;	
}

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

.tollfree_num a,
.phone a,
.ph {
	color: inherit;
	text-decoration: none !important;
	cursor: default;
}

.entry-content .wpcf7 input,
.entry-content .wpcf7 select,
.entry-content .wpcf7 textarea,
#theme-my-login input,
#theme-my-login select,
#theme-my-login textarea,
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	box-shadow: 0 0 5px #ccc inset;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

#theme-my-login #loginform input[type="text"],
#theme-my-login #loginform input[type="password"],
#theme-my-login #loginform input[type="email"],
#theme-my-login #loginform select,
#theme-my-login #loginform textarea,
.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="password"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 input[type="tel"],
.entry-content .wpcf7 select {
	width: 47%;
}

.entry-content .wpcf7 input[type="checkbox"],
.entry-content .wpcf7 input[type="radio"],
#theme-my-login input[type="checkbox"],
#theme-my-login input[type="radio"] {
	width: auto;
}

.entry-content .wpcf7 .wpcf7-submit,
#theme-my-login #wp-submit, 
div.gform_footer input.button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	padding: 7px 10px !important;
	width: auto;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

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

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


/* Mocha Blue
------------------------------------------------------------ */

.mocha-blue h2 a,
.mocha-blue h2 a:visited {
	color: #342822;
}

.mocha-blue a,
.mocha-blue a:visited,
.mocha-blue h2 a:hover,
.mocha-blue #footer a:hover {
	color: #368ea0;
}

.mocha-blue ::-moz-selection {
	background-color: #368ea0;
}

.mocha-blue ::selection {
	background-color: #368ea0;
}

.mocha-blue .sidebar h4,
.mocha-blue #sidebar {
	text-shadow: -1px -1px #286470;
}

.mocha-blue .sidebar .widget {
	background: url(images/blue/sidebar-bg.png);
}

.mocha-blue #sidebar a:hover {
	color: #b1d0d6;
}

.mocha-blue #sidebar ul li {
	border-bottom: 1px dotted #326e7b;
}

.mocha-blue .s {
	border-left: 1px solid #3b8190;
	border-top: 1px solid #3b8190;
}


/* Mocha Green
------------------------------------------------------------ */

.mocha-green h2 a,
.mocha-green h2 a:visited {
	color: #342822;
}

.mocha-green a,
.mocha-green a:visited,
.mocha-green h2 a:hover,
.mocha-green #footer a:hover {
	color: #36a085;
}

.mocha-green ::-moz-selection {
	background-color: #36a085;
}

.mocha-green ::selection {
	background-color: #36a085;
}

.mocha-green .sidebar h4,
.mocha-green #sidebar {
	text-shadow: -1px -1px #28705e;
}

.mocha-green .sidebar .widget {
	background: url(images/green/sidebar-bg.png);
}

.mocha-green #sidebar a:hover {
	color: #b1d6cd;
}

.mocha-green #sidebar ul li {
	border-bottom: 1px dotted #327b68;
}

.mocha-green .s {
	border-left: 1px solid #3b907a;
	border-top: 1px solid #3b907a;
}


/* Mocha Orange
------------------------------------------------------------ */

.mocha-orange h2 a,
.mocha-orange h2 a:visited {
	color: #342822;
}

.mocha-orange a,
.mocha-orange a:visited,
.mocha-orange h2 a:hover,
.mocha-orange #footer a:hover {
	color: #b6592b;
}

.mocha-orange ::-moz-selection {
	background-color: #b6592b;
}

.mocha-orange ::selection {
	background-color: #b6592b;
}

.mocha-orange .sidebar h4,
.mocha-orange #sidebar {
	text-shadow: -1px -1px #7f4021;
}

.mocha-orange .sidebar .widget {
	background: url(images/orange/sidebar-bg.png);
}

.mocha-orange #sidebar a:hover {
	color: #e6c6b6;
}

.mocha-orange #sidebar ul li {
	border-bottom: 1px dotted #8c4b2c;
}

.mocha-orange .s {
	border-left: 1px solid #a35833;
	border-top: 1px solid #a35833;
}


/* Mocha Pink
------------------------------------------------------------ */

.mocha-pink h2 a,
.mocha-pink h2 a:visited {
	color: #342822;
}

.mocha-pink a,
.mocha-pink a:visited,
.mocha-pink h2 a:hover,
.mocha-pink #footer a:hover {
	color: #b04c75;
}

.mocha-pink ::-moz-selection {
	background-color: #b04c75;
}

.mocha-pink ::selection {
	background-color: #b04c75;
}

.mocha-pink .sidebar h4,
.mocha-pink #sidebar {
	text-shadow: -1px -1px #74344e;
}

.mocha-pink .sidebar .widget {
	background: url(images/pink/sidebar-bg.png);
}

.mocha-pink #sidebar a:hover {
	color: #e9c8d6;
}

.mocha-pink #sidebar ul li {
	border-bottom: 1px dotted #803f5a;
}

.mocha-pink .s {
	border-left: 1px solid #964a69;
	border-top: 1px solid #964a69;
}


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

@media only screen and (max-width: 1200px) {
        
	.wrap {
		max-width: 960px;
	}
        
        #header {
                padding: 0 20px;
                width: auto;
        }
        
        .wichman-alt #header {
                padding: 0;
        }
        
        .wichman-alt #header .wrap {
               	padding: 0 5%;
				width: auto;
				background-size: 100% auto;
		}
		
        .header-image #title a {
                max-width: 100%;
        }
        
	#content-sidebar-wrap {
		width: 740px;
	}

	#content {
		width: 490px;
		padding: 25px 30px;
	}
	
	.wichman-alt2 #content {
		width: 540px;
	}	
	
	.wichman-alt2 #grid .grid-row .one-half {
		width: 50%;
	}
        
    .wichman-alt.home #content {
            padding: 0 25px 30px;
    }

	.content-sidebar #content,
	.sidebar-content #content {
		width: 630px;
	}

	.full-width-content #content {
		width: 880px;
	}

	#sidebar-alt {
		width: 210px;
	}

	#footer .wrap {
                padding: 20px 0;
        }
        
        
        
        .wichman-alt #title-area {
                margin-left: 48px;
        }
        
        .wichman-alt #header-right {
                width: 680px;
        }
        
        .bottom_logo ul li {
		margin: 18px 20px 18px 0;
	} 
	
	

}

@media only screen and (max-width: 1000px) {
        #sidebar-alt {
			width: 100%;
		}
        
        .wrap {
                max-width: 740px;
        }
        
        .menu-primary,
		.menu-secondary,
		#footer .creds,
		#footer .gototop,
		#header ul.menu,
		#header .widget-area,
		.footer_row1 ul,
		#title-area {
			float: none;
			text-align: center;
			width: 100%;
		}
	
		#header .menu {
			padding: 0 0 10px;
		}
	
		#header .searchform {
			float: center;
		}
	
		.menu-primary li,
		.menu-secondary li,
		#header ul.menu li {
			display: inline-block;
			float: none;
		}
	
		.menu-primary a,
		.menu-secondary a {
			padding: 5px 10px;
		} 		
		
		#sidebar-alt .simple-section-nav ul ul li,
		#sidebar-alt .simple-section-nav ul ul li {
			padding: 3px 30px;
		}
		
		#sidebar-alt .simple-section-nav ul ul li a:before, 
		#sidebar-alt .widget_nav_menu li ul ul a:before {
			left: 23px;
		}
		
		#sidebar-alt .simple-section-nav .children li:hover, 
		#sidebar-alt .simple-section-nav .sub-menu li:hover {
			background: inherit;
		}
		
		.sidebar.widget-area ul li .children,
		.sidebar.widget-area ul li .sub-menu {
			position: static;
			border: 0;
		}
		
		.sidebar.widget-area ul li:hover .children,
		.sidebar.widget-area ul li:hover .sub-menu {
			display: block;
			top: -1px;
		}
		
		#sidebar-alt .simple-section-nav li.menu-item-has-children:after,
		#sidebar-alt .simple-section-nav li.page_item_has_children:after {
			border-left: 4px solid transparent;
			border-top: 5px solid #fff;
		}
       
        #footer .s,
        .eemail_textbox_class {
                width: 135px !important;
        }
        
        .wichman-alt #title-area {
                margin-left: 10px;
                width: 225px;
        }
        
        .wichman-alt #header-right {
                width: 480px;
        }
        .bottom_logo ul li {margin-bottom: 0}
        .bottom_logo ul li img {
		max-height: 75px;
		width:auto
		}
}

@media only screen and (max-width: 1000px)  and (min-width: 768px) {
        .footer_row1.one-third {
                width: 300px;
        }
        
        .footer_row1.two-thirds {
                width: 415px;
        }
        
        #header .menu li:last-child a {
        	padding: 5px 0 5px 15px;
        }
        
        #header .menu li:last-child a::after {
        	margin-left: 0;
        }
        
        #header .widget-area > div:last-child {
        	clear: both;
        }
        
        .header-image #title-area {
        	position: relative;
			top: 25px;
        }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {

        #grid .one-half {
                width: 46%;
                padding-left: 3%;
        }
        
        #grid .one-third {
                width: 29.4%;
                padding-left: 3%;
        }
}

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

	body,
	.archive-page,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.mocha-landing .wrap,
	.sidebar,
	.wrap,
	#content-sidebar-wrap,
	#sidebar-alt {
		width: 100%;
	}

	.after-post,
	.menu li.right {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	#inner {
		padding: 15px;
	}
                
	.genesis-grid-even,
	.genesis-grid-odd {
		float: left;
		margin: 0 0 25px;
		padding: 0;
		width: 100%;
	}

	.content-sidebar #content,
	.full-width-content #content,
	.full-width-content.mocha-landing #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
    .wichman-alt.home #content {
		padding: 20px;
		width: auto;
		float: none;
	}

	.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 {
		padding: 0;
		width: 100%;
	}
	
	.wichman-alt #header-left a.button {
		margin: 0;
	}
	
	.wichman-alt a.button:before {
		background-size: 59% auto;
	}

	.mocha-blue .sidebar .widget {
		background: url(images/blue/sidebar-mobile-bg.png) left;
	}

	.mocha-green .sidebar .widget {
		background: url(images/green/sidebar-mobile-bg.png) left;
	}

	.mocha-orange .sidebar .widget {
		background: url(images/orange/sidebar-mobile-bg.png) left;
	}

	.mocha-red .sidebar .widget {
		background: url(images/red/sidebar-mobile-bg.png) left;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer .wrap {
                padding: 20px;
        }

	#footer-widgets .latest-tweets {
		background: none;
	}

	#footer .creds,
	#footer .gototop {
		float: none;
	}

	#footer p {
		padding: 0 20px;
		text-align: center;
	}
        
        .footer_row1.two-thirds {
                margin: 0;
        }
        
        .disclaimer {
                text-align: left;
        }
        
        .site_lock,
        .copy_right,
        .tollfree_num,
        .footer_row1 ul {
                text-align: center;
        }
        
        .footer_row1 ul li {
                float: none;
                display: inline-block;
                margin: 0 12px 12px;
        }
        
        .site_lock,
        #footer form,
        .eemail_textbox, 
        .eemail_button {
                float: none;
                display: block;
        }
        
        #footer .s, 
        .eemail_textbox_class,
        .eemail_textbox_button, 
        #footer .searchsubmit {
                width: 100% !important;
                box-sizing: border-box;
                margin: 0 0 10px;
        }
        
        .wichman-alt #header-left {
                float: none;
                margin: auto;
                text-align: center;
                clear: both;
                position: static;
        }
        
        .wichman-alt .header-area{
                width: 100% !important;
        }
        
        #header-left .textwidget {
                float: right;
        }
        
        #header-left #text-14 {
                float: left;
                width: 236px;
        }
        
        .wichman-alt #header ul.menu {
                padding: 20px 0 0;
        }

}

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

	.header-image #title-area,
        #header .widget-area > div,
        #header .widget-area {
                float: none;
                margin: auto;
        }
        
        .header-image #title-area {
                max-width: 100%;
	}
        
        .phone {
                text-align: center;
        }
        
        .wichman-alt #header .widget-area {
                padding-top: 10px;
        }
        
        #header-left #text-14 {
                padding: 0 0 20px;
        }
        
        #header-left #text-14,
        #header-left .textwidget {
                float: none;
                margin: auto;
        }
        
        .wichman-alt2 #header {
			padding: 0;
		}
        
        
}

@media only screen and (max-width: 480px) { 
	body {-webkit-text-size-adjust: none;}
	.bottom_logo ul li img {max-height: 55px;}
	
	#header .widget-area {
		padding-top: 0;
	}
	
	.wichman-alt2 #grid .grid-row .one-half {
		width: 100%;
	}
}