/*
    Theme Name: Divorce with Joy
	Theme URI: http://www.highforge.com/
	Description: Child theme created for the Genesis Framework.
    Author: Highforge Solutions
    Author URI: http://www.highforge.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

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
	color: #2a64a7;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #d5d5d5;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	background-color: #fff;
	box-shadow: 0 0 5px #999;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 30px;
	display:none; /*added by cld to remove blank header*/
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 400px;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 0.875em;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}

.header-widget-wrapper {
	background: rgb(93,120,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(67,107,158,1) 0%, rgba(253,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,107,158,1)), color-stop(100%,rgba(253,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(67,107,158,1) 0%,rgba(253,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(67,107,158,1) 0%,rgba(253,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(67,107,158,1) 0%,rgba(253,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(67,107,158,1) 0%,rgba(253,254,254,1) 100%); /* W3C */
}
.birds-background-left {
	background: url('images/birds-left.png') no-repeat left top;
}
.birds-background-right {
	background: url('images/birds-right.png') no-repeat right top;
}
.birds-background-left.page-header {
	background-position: left -80px;
}
.birds-background-right.page-header {
	background-position: right -80px;
}

.opacity-bg {
	width: 90%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.45);
	margin: 0 auto;
	padding-top: 10px;
	min-height: 300px;
	max-width: 960px;
}
.opacity-bg.page-header {
	min-height: 200px;
}

.opacity-bg img.header-image {
	display: block;
	margin: 0 auto;
}

.header-widget-wrapper .order-now-wrapper {
	margin: 2% auto 0;
	width: 90%;
}

.order-now-wrapper.page-header {
	display: none;
}

.header-widget-wrapper .gform_widget li.clear_field {
	display: inline-block;
	width: 47%;
	margin-left: 3%;
}

.header-widget-wrapper .gform_widget input[type=text] {
	width: 100%;
	border-radius: 3px;
	-moz-box-shadow:    1px 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px 1px #333;
	box-shadow:         1px 1px 1px 1px #333;
	height: 30px;
	padding-left: 5px;
}

.hidden {
	display: none;
}


/* 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;
	direction: ltr;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary {
	width: 93%;
	float: left;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	font-size: 1.125em;
	overflow: hidden;
	padding: 0.250em 0;
}

.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;
	min-width: 15.06%;
}

.menu-primary a,
.menu-secondary a,
#header .menu a
{
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 143px;
	line-height: 36px;
	text-align: center;
	margin-right: 0.250em;
	border-radius: 3px;
	padding: 3px;
}
.order-now-wrap{
	width: 75%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
}
.order-now-wrap p {
	color: #FFFFFF;
	font-size: 1.5em;
}
.button-wrap {
	width: 50%;
	margin: 0 auto;
}

.menu-primary a,
.menu-secondary a,
#header .menu a,
.gform_wrapper .button,
.order-now-wrapper a.order {
	border: 1px solid #222fad;
	background: rgb(62,91,161); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(62,91,161,1) 0%, rgba(47,164,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,91,161,1)), color-stop(100%,rgba(47,164,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(62,91,161,1) 0%,rgba(47,164,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(62,91,161,1) 0%,rgba(47,164,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(62,91,161,1) 0%,rgba(47,164,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(62,91,161,1) 0%,rgba(47,164,229,1) 100%); /* W3C */
	color: #fff;
}

.order-now-wrapper a {
	display: block;
	width: 145px;
	float: left;
}
.order-now-wrapper a.order {
	border-radius: 10px;
	text-align: center;
	line-height: 56px;
	height: 54px;
	font-size: 1.5em;
	margin-right: 5px;
}
.order-now-wrapper a.amazon {
	background: url(images/amazon.png) no-repeat;
	height: 56px;
}



.menu-primary li a:hover,
.menu-secondary li a:hover,
#header .menu li a:hover,
input:hover[type="button"],
input:hover[type="submit"],
.order-now-wrapper a.order:hover {
	box-shadow: 0 0 35px rgba(47,164,229,1) inset;
	color: #142538;
	transition: box-shadow 0.5s, color 0.5s;
	-moz-transition: box-shadow 0.5s, color 0.5s;
	-webkit-transition: box-shadow 0.5s, color 0.5s;
	-o-transition: box-shadow 0.5s, color 0.5s;
	-ms-transition: box-shadow 0.5s, color 0.5s;
	text-decoration: none;
}


.menu-primary li a:active,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
#header .menu-primary li.current_page_item a:hover,
#header .menu-primary li.current-cat a:hover,
#header .menu-primary li.current-menu-item a:hover,
.menu-secondary li a:active,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background: #b0caee;
	border: 1px solid #222fad;
	color: #142538;
}

.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: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.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;
	direction: ltr;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

#nav .wrap {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 960px;
}

#nav {
	background: rgb(8,30,81); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(8,30,81,1) 0%, rgba(0,0,0,1) 89%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,30,81,1)), color-stop(89%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(8,30,81,1) 0%,rgba(0,0,0,1) 89%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(8,30,81,1) 0%,rgba(0,0,0,1) 89%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(8,30,81,1) 0%,rgba(0,0,0,1) 89%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(8,30,81,1) 0%,rgba(0,0,0,1) 89%); /* W3C */
	border-bottom: 1px solid #171717;
}

a.facebook-icon {
	float: right;
	height: 30px;
	width: 30px;
	background: url(images/facebook-icon.png) no-repeat;
	margin-right: 5px;
	margin-top: 10px;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	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
------------------------------------------------------------ */

.tagline-wrapper {
	background: rgb(93,120,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(93,120,183,1) 0%, rgba(0,0,0,1) 89%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,120,183,1)), color-stop(89%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(93,120,183,1) 0%,rgba(0,0,0,1) 89%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(93,120,183,1) 0%,rgba(0,0,0,1) 89%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(93,120,183,1) 0%,rgba(0,0,0,1) 89%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(93,120,183,1) 0%,rgba(0,0,0,1) 89%); /* W3C */
}

.tagline-wrapper p {
	width: 90%;
	margin: 0 auto;
	font-size: 2.5em;
	color: #16aeed;
	text-align: center;
	border-bottom: 10px solid #1986cb;
	max-width: 960px;
}

#inner {
	margin: 0 auto;
	overflow: hidden;
	background: #000000;
}

#home-row1-bg {
	width: 90%;
	margin: 0 auto;
	background: #ffffff;
	max-width: 960px;
}

.home-row1-col1 {
	width: 66.66%;
	float: left;
	padding: 10px 0 0 10px;
}

.home-sidebar {
	width: 30%;
	float: right;
	padding: 10px 10px 0 0;
}

.about-author {
	border: 1px solid #000000;
	border-radius: 5px;
	max-width: 378px;
}
.about-author img {
	border-radius: 3px 3px 0 0;
}
.about-author .author-wrap {
	background: #0d121a;
	display: block;
	padding: 5px;
	text-align: center;
}

.about-author .author-wrap h2, .about-author .author-wrap p {
	color: #FFFFFF;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 0.875em;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 0.875em;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	width: 90%;
	margin: 0 auto;
	background-color: #FFFFFF;
	overflow:hidden;
	max-width: 960px;
}

/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 66.66%;
	padding: 10px 0 0 10px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 880px;
}

#content .post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

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;
}

.read-more {
	display: block;
}
.qa-faq {
	margin-bottom: 10px;
}

.testimonial-content {
	padding: 0 0 0 15px;
	margin: 0 0 0 0 !important;
	border-left: 5px solid #C0C0C0;
}
.testimonial-author {
	font-weight: bold;
	padding: 0 0 0 15px;
}


/* 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: 'Oswald', arial, serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 1.875em;
}

.taxonomy-description h1 {
	margin: 0;
}

h2{
	font-size: 1.75em;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}


h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.563em;
}

.widget-area h4 a {
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

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: 0.875em;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 0.875em;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 0.875em;
}


/* 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;
	margin-right: 10px;
}

.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;
}

.alignright {
	float: right;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 0.875em;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 0.875em;
	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 {
	float: right;
	width: 30%;
	padding: 10px 10px 0 0;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget, .home-sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	word-wrap: break-word;
	border-radius: 5px;
}
.sidebar.widget-area ul li.gform_hidden {
	border: none;
}

#footer-widgets .widget-area ul li,
.footer-widgets-1 .featuredpost .post {
	list-style-type: none;
	word-wrap: break-word;
	border-radius: 5px;
}
.footer-widgets-1 .featuredpost .post {
	padding: 10px;
}
.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.custom-testimonials-widget li, .custom-testimonials-widget ul {
	list-style: none;
}

.sidebar .book-cover {
	border: 1px solid #000000;
	border-radius: 5px;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* 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 {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	background: rgb(22,42,88); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(22,42,88,1) 0%, rgba(0,0,0,1) 89%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,42,88,1)), color-stop(89%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(22,42,88,1) 0%,rgba(0,0,0,1) 89%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(22,42,88,1) 0%,rgba(0,0,0,1) 89%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(22,42,88,1) 0%,rgba(0,0,0,1) 89%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(22,42,88,1) 0%,rgba(0,0,0,1) 89%); /* W3C */
}

#footer-widgets a {
	color: #16AEED;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 10px 0 0;
	width: 90%;
	margin: 10px auto 0;
	color: #FFFFFF;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	max-width: 960px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	color: #FFFFFF;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.clickable{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	padding: 10px;
}
.footer-widgets-1 .clickable {
	margin-right: 10px;
}

#footer-widgets .clickable:hover, .clickable:hover {
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 3px #1986CB;
	-moz-box-shadow: 1px 1px 3px #1986CB;
	box-shadow: 1px 1px 3px #1986CB;
	background-color: #1986CB;
	color: #111111;
}
#footer-widgets .clickable:hover {
	border-bottom: none;
}
.sidebar.widget-area .clickable:hover {
	border-bottom: 1px solid #071c4b;
}
#footer-widgets .clickable:hover p {
	color: #111111;
}
#footer-widgets .clickable:hover a, .clickable:hover a {
	color: #07104B;
}
.clickable:hover a:hover {
	text-decoration: none;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	float: left;
	max-width: 288px;
	width: 29%;
	min-height: 135px;
}
.footer-widgets-1 h2 a {
	font-size: 18px;
}

.footer-widgets-1 .widget-wrap, .footer-widgets-2 .widget-wrap {
	border-right: 1px solid #444444;
	min-height: 130px;
	overflow: hidden;
}
.footer-widgets-3 {
	margin: 0 0 0 20px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #000000;
	clear: both;
	font-size: 0.875em;
	margin: 0 auto;
	overflow: hidden;
	color: #FFFFFF;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
	width: 90%;
	margin: 0 auto;
	max-width: 960px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #16AEED;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}

.mobile {
	display: none;
}

.facebook {
	display: block;
	margin: 0 10px;
}

.footer_copy {
	float: right;
}

/* 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: 0.875em;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 0.875em;
	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
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
	list-style: none;
}

.gform_wrapper .percentbar_blue {
	background-color: #0072BC;
	color: white;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.order-form .gfield_label, .signup-footer .gfield_label {
	display: none;
}

.gform_heading {
	margin-bottom: 1%;
}

.gfield_required {
	color: #FF0000;
}

.order-form .gfield_html {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.header-widget-wrapper .gform_confirmation_message_2 {
	color: #FFFFFF;
	text-align: center;
}

.gform_wrapper .contact-form .gform_footer {
	border-top: 1px dotted #CCC;
	margin: 20px 0;
	padding: 16px 0 0 0;
}

.contact-form .ginput_container textarea, .contact-form .ginput_container input {
	width: 50%;
}
.gform_wrapper .contact-form textarea, .gform_wrapper .contact-form input[type="text"],
.gform_wrapper .order-form input[type="text"],
.gform_wrapper .order-form select {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #556DA7;
	background: #79B7FF;
	color: #111111;
	font-size: inherit;
}
.gform_wrapper .contact-form textarea:focus, .gform_wrapper .contact-form input[type="text"]:focus,
.contact-form li.gfield.gfield_error input[type="text"]:focus, .contact-form li.gfield.gfield_error textarea:focus,
.gform_wrapper .order-form input[type="text"]:focus, .order-form li.gfield.gfield_error input[type="text"]:focus {
	background: #16AEED;
}

.gform_wrapper .contact-form li.gfield.gfield_error, .gform_wrapper .contact-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper .order-form li.gfield.gfield_error, .gform_wrapper .order-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
.contact-form li.gfield.gfield_error input[type="text"], .contact-form li.gfield.gfield_error textarea,
.order-form li.gfield.gfield_error input[type="text"] {
	background-color: #FFDFDF;
}

.gform_wrapper .contact-form .gform_footer input[type="submit"],
.gform_wrapper .order-form .gform_footer input[type="submit"],
.order-form .button {
	font-size: 1.1em;
	border-radius: 3px;
	float: right;
	height: 40px;
	min-width: 75px;
}
.gform_wrapper .contact-form .gform_footer input[type="submit"],
.gform_wrapper .order-form .gform_footer input[type="submit"] {
	margin-right: 4px;
}
.gform_wrapper .contact-form .gform_footer input[type="submit"]:hover,
.gform_wrapper .order-form .gform_footer input[type="submit"]:hover,
.order-form .button:hover {
	cursor: pointer;
}

.gform_wrapper .order-form input[type="submit"] {
	background: rgb(17,145,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(17,145,85,1) 61%, rgba(102,201,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(61%,rgba(17,145,85,1)), color-stop(100%,rgba(102,201,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(17,145,85,1) 61%,rgba(102,201,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(17,145,85,1) 61%,rgba(102,201,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(17,145,85,1) 61%,rgba(102,201,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(17,145,85,1) 61%,rgba(102,201,137,1) 100%); /* W3C */
}
.gform_wrapper .order-form input[type="submit"]:hover {
	box-shadow: 0 0 35px rgba(8, 218, 33, 1) inset;
}

/* Widgets
------------------------------------------------------------ */
.widget .testimonial {
	margin-bottom: 2%;
	border-bottom: 1px solid #DDD;
	padding: 5%;
}
.widget .custom-testimonials-widget, .widget_recent_entries ul, .widget_categories ul,
.sidebar .gform_widget .gform_wrapper {
	background: #e9e9e9;
	border-radius: 5px;
}
.sidebar .gform_widget .gform_wrapper {
	padding: 10px;
}
.widget .gform_wrapper input[type="text"] {
	height: 27px;
	border-radius: 5px;
	margin: 0 auto;
	padding-left: 5px;
	float: left;
	width: 95% !important;
}
.widget .gform_wrapper input[type="submit"] {
	border-radius: 5px;
	height: 29px;
	margin-top: 1px;
}

.tax-field .ginput_product_price_label {
	display: none;
	float: left;
}

.widget .gform_body {
	float: left;
	width: 60%;
}

.widget .gform_wrapper .gform_body .gform_fields li {
	margin: 2px 0;
}

.widget .gform_wrapper .gform_footer {
	float: left;
	padding: 0 !important;
	width: 30%;
	clear: none;
}

/****************** EDITS MADE BY CHRIS L. DAVIS **************/
#blog_slider {
	overflow:hidden;
	margin:bottom:15px;
}

.full-content #inner #content {
	width:900px;
	padding:40px;
}

.page-id-393 .entry-title,
.page-id-42 .entry-title {display:none;}/* Remove homepage title */


/* Responsive Design
------------------------------------------------------------ */

#header .pull-nav {
	float: left;
	width: 35px;
	height: 35px;
	display: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #081E51;
	background: -moz-linear-gradient(top, rgba(8, 30, 81, 1) 0%, rgba(0, 0, 0, 1) 89%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8, 30, 81, 1)), color-stop(89%,rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(8, 30, 81, 1) 0%,rgba(0, 0, 0, 1) 89%);
	background: -o-linear-gradient(top, rgba(8, 30, 81, 1) 0%,rgba(0, 0, 0, 1) 89%);
	background: -ms-linear-gradient(top, rgba(8, 30, 81, 1) 0%,rgba(0, 0, 0, 1) 89%);
	background: linear-gradient(to bottom, rgba(8, 30, 81, 1) 0%,rgba(0, 0, 0, 1) 89%);
	border: 1px solid #252525;
	border-radius: 3px;
	margin: 3px;
}
.icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	background-color: whiteSmoke;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.icon-bar + .icon-bar {
	margin-top: 3px;
}

@media only screen and (max-width: 960px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}
	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}
	#title-area {
		padding: 10px 0;
	}
	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}
	#header .widget-area {
		padding: 0 0 10px;
	}
	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}
	#header .s {
		margin: 0 -7px 0 0;
	}
	.menu li.right, #header .hide-mobile {
		display: none;
	}
	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}
	.author-box {
		margin: 0 20px 40px;
	}
	#footer-widgets .wrap {
		padding: 0;
		max-width: 960px;
		width: 90%;
	}
	.footer-widgets-1 {
		max-width: 960px;
		margin-bottom: 10px;
	}
	.footer-widgets-3 {
		max-width: 400px;
		padding: 0 10px;
		float: left;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0 20px 0 0;
	}
	#header .pull-nav {
		display: block;
	}
	#header .facebook-icon {
		margin-top: 5px;
	}
	.birds-background-right, .birds-background-right.page-header {
		background: none;
	}
	.footer-widgets-1 .widget-wrap, .footer-widgets-2 .widget-wrap {
		min-height: 152px;
	}
	.widget .gform_body, .widget .gform_footer, .gform_wrapper .left_label input.medium {
		width: 100%;
	}
	.widget .gform_wrapper .button {
		margin: 3px 0 0 0;
	}
	.order-now-wrap .button-wrap {
		width: 60%;
	}
	
	.full-content #inner #content {
	width:95%;
	padding:1em;
	}


}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width:768px) {

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 50%;
	}

	.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%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0 0 2% 2%;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.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;
		color: #fff;
		padding: 7px 3%;
		width: 90%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

	.birds-background-right, .birds-background-right.page-header {
		background: none;
	}
	#nav .wrap, .opacity-bg, #home-row1-bg, .footer-widgets-2, .footer-widgets-3,
	.contact-form .ginput_container textarea, .contact-form .ginput_container input {
		width: 100%;
	}
	#menu-primary, .header-widget-wrapper .order-now-wrapper, #content-sidebar-wrap,
	.home-row1-col1, .home-sidebar, .order-now-wrap, #content, .sidebar {
		width: 96%;
	}
	#menu-primary {
		margin: 0 auto;
	}
	.tagline-wrapper p {
		width: 98%;
		font-size: 1.2em;
	}
	.opacity-bg {
		min-height: 245px;
	}
	.home-row1-col1, .home-sidebar {
		float: none;
	}
	.sidebar .widget, .home-sidebar .widget, #footer-widgets .widget {
		padding: 0 0 0 5px !important;
	}
	.footer-widgets-1 .widget-wrap, .footer-widgets-2 .widget-wrap {
		border: none;
	}
	.mobile {
		display: block;
	}
	.footer-widgets-2 .widget-wrap {
		padding: 10px;
	}
	.footer-widgets-3 .widget-wrap {
		padding-bottom: 10px;
	}
	.button-wrap {
		width: 75%;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3,
	.footer-widgets-1 .widget-wrap, .footer-widgets-2 .widget-wrap, .footer-widgets-3 .widget-wrap {
		width: 100%;
		min-height: 100px;
	}
	.footer_copy {
		float: none;
	}
	a.order {
		margin-bottom: 5px;
	}

	/************ CHRIS MOBILE NAVIGATION EDITS **************/
	  /* Primary Navigation Menu Icon properties */
	
	#primary-menu-icon {
		border-bottom: 1px solid #ddd;
		cursor: pointer;
		display: block;
		padding: 24px 24px;
		padding: 2.4rem 2.4rem;
		text-align: center;
	}

	#primary-menu-icon::before {
		color: #eee;
		content: 'NAVIGATION \2630';
		font-weight: bold;
		letter-spacing: 1px;
	}
	
	#primary-menu-icon:hover::before {
		color: #eee;
		content: 'NAVIGATION \2637';
	}
	
	#primary-menu-icon:active::before {
		color: #fff;
		content: 'NAVIGATION \2637';
	}
	
	/* Hide Primary Navigation Menu until it's toggled via script */
	
	.menu-primary {
		display: none;
	}
	
	/* Primary Navigation Menu misc properties */
	
	.nav-primary {
		clear: both;
		color: #999;
		font-family: Lato, sans-serif;
		line-height: 1.5;
		width: 100%;
		z-index: 9999;
	}

	.nav-primary .menu-item {
		display: block;
		text-align: left;
	}

	.nav-primary a {
		background-color: #f0f0f0;
		border-bottom: 1px solid #ccc;
		color: #222;
		display: block;
		padding: 20px 24px;
		padding: 2rem 2.4rem;
		position: relative;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .sub-menu .current-menu-item > a:hover {
		background-color: #ddd;
		color: #222;
	}

	.nav-primary .sub-menu .current-menu-item > a {
		color: #999;
	}

	.nav-primary > .menu-item > a {
		text-transform: uppercase;
	}

	.nav-primary .sub-menu {
		left: 0px;
		opacity: 1;
		position: relative;
		-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: 100%;
		z-index: 99;
	}

	.nav-primary .sub-menu a {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 18px 30px;
		padding: 1.8rem 3rem;
		position: relative;
		width: 100%;
	}

	.nav-primary .sub-menu a::before {
		content: "- ";
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.nav-primary .sub-menu a:hover {
		background-color: #f7f7f7;
	}
	
	.nav-primary .sub-menu li li a {
		padding: 18px 40px;
		padding: 1.8rem 4rem;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: 0;
	}

	.nav-primary .menu-item:hover {
		position: static;
	}

	.nav-primary .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
}