/*
	Theme Name: Patricia
	Description: Patricia is a non-profit WordPress theme designed for charity organizations. This Genesis child theme has six color options, lots of features, and it is SEO friendly.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.2.2

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: patricia
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Tinos:400,700,400italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700,300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

/*
Right to Left styles
---------------------------------------------------------------------------------------------------- */

/* @noflip */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

html {
	background-color: #262626;
	font-size: 62.5%; /* 10px browser default */
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
	background-color: #fff;
	color: #231f20;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0094CF;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #231F20;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 1px solid #0095d0;
	color: #616264;
	float: left;
	font-family: 'Tinos',serif;
	font-style: italic;
	margin: 10px 40px 40px;
	padding: 0 0 0 20px;
}

blockquote .name {
	background-color: #0095d0;
	color: #FFF;
	display: block;
	float: left;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-style: normal;
	margin: 15px 0 0 -32px;
	padding: 2px 30px;
	position: relative;
}

blockquote .name:before {
	background: url(images/blockquote-ribbon.png) no-repeat  0 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 12px;
	top: -8px;
}

.entry-content blockquote p {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #231f20;
	color: #ddd;
}

cite {
	font-style: normal;
}

iframe,
object,
embed {
	max-width: 100%;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #231f20;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.ie8 img {
	width: auto; /* IE8 */
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #231f20;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 5px;
	width: 100%;
}

.ie7 input,
.ie7 select,
.ie7 textarea {
	width: 96%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #231f20;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #0095d0;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 6px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #029BD8;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	position: relative;
}

.slider-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner {
	background: url(images/site-inner-bg.jpg) repeat-x bottom left #FFF;
	clear: both;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */


/* Content */

.content {
	float: right;
	padding: 0 20px 30px;
	width: 750px;
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 312px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* Column Classes
        Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	position: relative;
}

.search-form input[type="submit"] {
	border-radius: 0 6px 6px 0;
	bottom: 0;
	padding: 8px;
	position: absolute;
	right: 0;
}

.ie7 .search-form input[type="submit"] {
	padding: 6px 8px;
}

.sticky {
}

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

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.alignleft img {
	margin-right: 12px;
}

.alignright img {
	margin-left: 12px;
}

.home-bottom1 .entry-image,
img.cta-img,
img.alignnone,
img.centered,
img.aligncenter,
img.alignright,
img.alignleft {
	border-radius: 6px;
	background: #f0f0f1;
	border: 1px solid #e7e7e7;
	padding: 6px;
}

.entry-image {
	border-radius: 6px;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #86888a;
	font-size: 14px;
	margin-bottom: 20px;
}

.breadcrumb a {
	color: #babcbe#0095d0;
}

.breadcrumb a:hover {
	color: #86888a;
}

.breadcrumb .arrow-sep {
	background: url(images/breadcrumb-arrow.png) no-repeat 0 center;
	display: inline-block;
	height: 10px;
	margin: 0 8px;
	width: 5px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.author-box h3 {
	font-size: 22px;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	border-radius: 6px;
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.single .entry-title {
	margin-bottom: 5px;
}

h2.entry-title {
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #231f20;
}

.entry-title a:hover {
	color: #0095D0;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 24px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 22px;
	margin-bottom: 10px;
}


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

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

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 16px;
	line-height: 1.4;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content.wsmfeaturedpost .entry-title {
	display: inline;
}

.featured-content .entry-header .entry-meta {
	color: #545456;
	display: inline;
	margin-bottom: 0;
}

.featured-content .entry-header .entry-meta a {
	color: #545456;
}

.featured-content .entry-header .entry-meta a:hover {
	color: #0095D0;
}

.featured-content .entry-header .entry-meta {
	margin-right: 6px;
}

.featured-content .entry-content {
	clear: both;
	display: block;
	padding-top: 8px;
}

.featured-content .custom-text {
	overflow: hidden;
}

.featured-content .more-link {
	margin-top: 5px;
}

.home-bottom1 .featured-content .entry-content {
	clear: none;
	display: inline;
	padding-top: 8px;
}

/* Social Media
--------------------------------------------- */

.widget-social a {
	border: 0;
	display: inline-block;
	height: 31px;
	margin: 0 5px 0 0;
	width: 32px;
	text-align: left;
	text-indent: -9999px;
}

.ie7 .widget-social a {
	display: block;
	float: left;
}

.sidebar .widget-social a:last-child {
	margin-right: 0;
}

.sidebar .widget.widget-social {
	margin-bottom: 10px;
}

.widget-social a.btn-tw {
	background: url(images/icon-twitter.png) no-repeat center center transparent;
}

.widget-social a.btn-fb {
	background: url(images/icon-facebook.png) no-repeat center center transparent;
}

.widget-social a.btn-gp {
	background: url(images/icon-gplus.png) no-repeat center center transparent;
}

.widget-social a.btn-pi {
	background: url(images/icon-pinterest.png) no-repeat center center transparent;
}

.widget-social a.btn-yt {
	background: url(images/icon-youtube.png) no-repeat center center transparent;
}

.sidebar .widget-social {
	text-align: center;
}

.sidebar .widget-social .widget-wrap {
	background: url(images/color-line.png) repeat-x 0 center;
	overflow: hidden;
}

.social-media {
	display: block;
	overflow: hidden;
}

.sidebar .social-media {
	background-color: #FFF;
	display: inline-block;
	padding: 0 10px;
}

.sidebar .widget-social a.btn-yt {
	background: url(images/icon-youtube.png) no-repeat center center transparent;
}

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

.widget_recent_comments li,
.sidebar .widget_recent_comments li {
	list-style-image: none;
	list-style: none;
	margin-left: 0;
}

.widget_recent_comments li a {
	color: #0094CF;
}

.widget_recent_comments li a:hover {
	color: #231F20;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.sidebar .enews-widget {
	background-color: #333;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	list-style: none outside none;
	margin: 0 0 10px;
}

.latest-tweets ul li a {
	color: #0095D0;
}

.latest-tweets ul li a:hover {
	color: #231F20;
}


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

.content .entry-content div.gform_wrapper {
	background-color: #dcddde;
	border-radius: 6px;
	padding: 20px;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	padding: 6px 5px;
}

.ie7 div.gform_wrapper li.gfield input.large,
.ie7 div.gform_wrapper li.gfield select.large,
.ie7 div.gform_wrapper li.gfield textarea.textarea {
	width: 95%;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper .gfield label.gfield_label {
	font-weight: normal;
}

div.gform_wrapper .clearit label.gfield_label {
	display: none;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	padding: 6px 8px;
}

div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-weight: normal;
	font-size: 20px;
	font-weight: 500;
}

div.gform_wrapper h3.gform_title {
	margin-top: 0;
}

div.gform_wrapper .gform_footer {
	padding: 0;
}

div.gform_wrapper form {
	overflow: hidden;
	position: relative;
}

.gform_widget div.gform_wrapper {
	margin: 0;
}

.gform_widget div.gform_wrapper .gform_footer {
	bottom: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

.gform_widget div.gform_wrapper .gform_footer input[type="submit"] {
	border-radius: 0 6px 6px 0;
	padding: 6px 8px;
}

.ie7 .gform_widget div.gform_wrapper .gform_footer input[type="submit"] {
	padding: 4px 6px;
}

.gform_widget .widget-title {
	margin-bottom: 18px;
}


/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
WP Table
---------------------------- */

h2.tablepress-table-name {
	font-size: 18px;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #eaebec;
	color: #231f20;
	font-weight: 400;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #CCC;
	border-top: none;
	border-right: 1px solid #CCC;
}

table.tablepress {
	border: 1px solid #CCC;
}

span.tablepress-table-description {
    margin-bottom: 16px;
}

table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
	font-size: 14px;
}

table.tablepress th,
table.tablepress td {
	padding: 4px 8px;
}



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

.home.page .site-header,
.site-header {
	position: relative;
	z-index: 100;
}

.home .site-header,
.home.page-template-page_colors-home-php .site-header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.site-header .wrap {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	background-color: #FFF;
	box-shadow: 0 0 6px #888;
	border-radius: 0 0 8px 8px;
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 400;
	margin: 0;
	max-width: 290px;
	padding: 26px 30px 30px;
	position: relative;
	width: auto;
	z-index: 9999;
}

.ie8 .title-area,
.ie7 .title-area {
	border: 1px solid #DDD;
	border-top: 0;
}

.site-title {
	font-family: 'Tinos', serif;
	font-size: 62px;
	line-height: 1;
	margin: 0 0 4px;
	text-align: center;
}

.site-title a,
.site-title a:hover {
	color: #6f7073;
}

.site-description {
	color: #231f20;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	line-height: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .title-area {
	padding-top: 33px;
}

.header-image .site-title {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title,
.header-image .site-title a {
	float: left;
	min-height: 68px;
	min-width: 188px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 0;
}

.site-header .search-form {
	float: right;
	font-family: 'Roboto',sans-serif;
	margin-top: 12px;
	width: 200px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #231f20;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0;
	line-height: 1.5;
	width: 100%;
}

.ie7 .genesis-nav-menu {
	margin-top: -2px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 18px;
	text-align: left;
}

.ie7 .genesis-nav-menu .menu-item {
	display: block;
	float: left;
	zoom: 1;
}

.genesis-nav-menu a {
	border: none;
	color: #231f20;
	display: block;
	padding: 20px 22px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #FFF;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #DDD;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background-color: #0095d0;
	border-radius: 0 0 6px 6px;
	left: -9999px;
	opacity: 0;
	padding-bottom: 8px;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #05a8e8;
	border-top: none;
	color: #FFF;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
	width: 240px;
}

.ie7 .genesis-nav-menu .sub-menu a {
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #039fdd;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 239px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: block;
	float: right;
	list-style-type: none;
	font-size: 18px;
	line-height: 1;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.nav-primary .genesis-nav-menu > .right > a:hover {
	background-color: transparent;
	color: #231f20;
}

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

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

.genesis-nav-menu > .search {
	padding: 4px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
	margin-top: -45px;
}

.nav-primary {
	background: url(images/menu-bg.png) repeat 0 0 transparent;
	box-shadow: 0 0 6px #999;
	left: 0;
	position: absolute;
	top: 30px;
	width: 100%;
}

.ie8 .nav-primary,
.ie7 .nav-primary {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.home .nav-primary {
	box-shadow: none;
	border: 0;
}

.nav-primary .genesis-nav-menu {
	padding-left: 310px;
	width: auto;
}

.ie8 .nav-primary .genesis-nav-menu,
.ie7 .nav-primary .genesis-nav-menu {
	padding-left: 330px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background-color: #0095d0;
	color: #FFF;
}

.nav-primary .sub-menu .current-menu-item > a
.nav-primary .sub-menu a:hover {
	color: #DDD;
}


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


/* Home page
--------------------------------------------- */

.home-top {
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

.home-top .widget {
	margin-bottom: 20px;
	overflow: hidden;
}

.home-top .featured-content .entry {
	margin-bottom: 0;
}

.home-top .more-link {
	background: url(images/color-line.png) repeat-x 0 center;
	margin-top: 20px;
}

.home-top .more-link a {
	background-image: -webkit-linear-gradient(top, #0094CE 0%, #007EB0 100%);
    background-image: -moz-linear-gradient(top, #0094CE 0%, #007EB0 100%);
    background-image: -ms-linear-gradient(top, #0094CE 0%, #007EB0 100%);
    background-image: -o-linear-gradient(top, #0094CE 0%, #007EB0 100%);
    background-image: linear-gradient(top, #0094CE 0%, #007EB0 100%);
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	padding: 5px 10px;
	text-transform: uppercase;
}

.home-top .more-link a:hover {
	background-image: -webkit-linear-gradient(top, #007EB0 0%, #0094CE 100%);
    background-image: -moz-linear-gradient(top, #007EB0 0%, #0094CE 100%);
    background-image: -ms-linear-gradient(top, #007EB0 0%, #0094CE 100%);
    background-image: -o-linear-gradient(top, #007EB0 0%, #0094CE 100%);
    background-image: linear-gradient(top, #007EB0 0%, #0094CE 100%);
}

.home-top .more-link a:hover {
	color: #e1f3fa;
}

.home-top .widgettitle {
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: none;
}

.home .content ol,
.home .content p,
.home .content ul {
	margin-bottom: 20px;
}

.home .content ol,
.home .content ul {
	margin-left: 15px;
}

.home .content ol li {
	list-style-type: decimal;
	margin-bottom: 6px;
}

.home .content ul li {
	list-style-image: url(images/list-square.png);
	list-style-type: none;
	margin-bottom: 6px;
}

.home .content ul li a {
	color: #231F20;
}

.home .content ul li a:hover {
	color: #0095D0;
}

.home .content ol ol,
.home .content ul ul {
	margin-bottom: 0;
}

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

.home-slider {
	background-color: #201B18;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.home-slider .more-link {
	margin-top: 24px;
	overflow: hidden;
}

.home-slider .more-link a {
	background: none #0095d0;
	border-radius: 5px;
	color: #FFF;
	float: left;
	font-family: 'Roboto',sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding: 5px 10px;
	text-transform: none;
	width: auto;
}

.home-slider .more-link a:hover {
	background-color: #039FDD;
}

/* Home Page Soliloquy
--------------------------------------------- */

.home-slider .soliloquy-container .soliloquy-viewport {
	height: auto !important;
}

div.soliloquy-container .soliloquy-caption,
div.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	bottom: 20%;
}

div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: none transparent;
	filter: 0;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.3;
	max-width: 45%;
	overflow: hidden;
	padding-left: 30px;
	text-align: left;
	text-shadow: none;
}

div.soliloquy-container .soliloquy-control-nav {
	bottom: 20px;
}

div.soliloquy-container .soliloquy-caption h1,
div.soliloquy-container .soliloquy-caption h2,
div.soliloquy-container .soliloquy-caption h3,
div.soliloquy-container .soliloquy-caption h4 {
	color: #FFF;
	font-family: 'Tinos', serif;
}

div.soliloquy-container .soliloquy-caption h1,
div.soliloquy-container .soliloquy-caption h2 {
	font-size: 45px;
}

div.soliloquy-container .soliloquy-caption h3 {
	font-size: 40px;
}

div.soliloquy-container .soliloquy-caption h4 {
	font-size: 36px;
}

/* Home CTA's
----------------------*/

.home-cta {
	margin-bottom: 40px;
	overflow: hidden;
}

.home-cta .widget-area {
	float: left;
	width: 32%;
}

.home-cta .widget-area.home-cta2 {
	margin-left: 2%;
}

.home-cta .widget-area.home-cta3 {
	float: right;
}

.cta-box {
	display:block;
	position: relative;

}

.cta-box img {
	display: block;
	border-radius: 6px;
}


.wsm-cta .cta-text {
	bottom: 20px;
	color: #FFF;
	font-size: 22px;
	left: 20px;
	line-height: 1.2;
	max-width: 50%;
	position: absolute;
	text-shadow: 1px 1px 1px #111;
	z-index: 50;
}

.wsm-cta .more-link {
	margin-top: 5px;
}

.wsm-cta .more-link a {
	background: none #0095d0;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-family: 'Roboto',sans-serif;
	font-size: 17px;
	padding: 2px 6px;
	text-transform: uppercase;
	text-shadow: none;
}

.sidebar .wsm-cta .more-link a:hover {
	color: #FFF;
}

.wsm-cta .more-link a:hover {
	background-color: #039FDD;
}

/* Home Bottom
-----------------------------*/

.home-bottom {
	font-weight: 300;
	overflow: hidden;
}

.home-bottom .widget-area {
	float: left;
}

.home-bottom .widget {
	margin-bottom: 18px;
}

.home-bottom .widget-area.home-bottom1 {
	width: 46%;
}

.home-bottom .widget-area.home-bottom2,
.home-bottom .widget-area.home-bottom3 {
	width: 24%;
}

.home-bottom .widget-area.home-bottom2 {
	margin-left: 3%;
}

.home-bottom .widget-area.home-bottom3 {
	float: right;
}

.home-bottom .featured-content.wsmfeaturedpost .entry-meta {
	border-right: 1px solid #c5c6c7;
	color: #231f20;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	padding-right: 8px;
	text-align: center;
	width: 38px;
}

.home-bottom .featured-content .entry-meta .entry-time b {
	display: block;
}

.home-bottom .featured-content.wsmfeaturedpost .entry-title {
	font-weight: 300;
}


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	width: 100%;
}

.entry-content a {
	color: #0094cf;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 400;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #0095D0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-image: url(images/list-circle-color.png);
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #231f20;
	font-size: 16px;
}

.entry-meta a {
	color: #231f20;
}

.entry-meta a:hover {
	color: #0095d0;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.single .entry-header .entry-meta {
	margin-bottom: 20px;
}

.single .entry-footer .entry-meta {
	background-color: #dcddde;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 4px 10px;
}

.single .entry-footer a {
	color: #0095d0;
}

.single .entry-footer a:hover {
	color: #231f20;
}

.entry-categories,
.entry-tags {
	display: block;
	width: 48%;
}

.entry-categories {
	float: left;
}

.entry-tags {
	float: right;
}

.more-link {
	display: block;
	margin: 15px 0 0;
}

.more-link a {
	background: url(images/arrow-right-color.png) no-repeat right center;
	font-family: 'Roboto Condensed', sans-serif;
	padding-right: 20px;
	text-transform: uppercase;
}

.donate-btn {
	background: url(images/color-line.png) repeat-x 0 center;
	clear: both;
	display: block;
	margin-top: 20px;
	text-align: center;
}

.donate-btn a {
	background-color: #007EB0;
	background-image: -webkit-linear-gradient(top, #0094CE 0%, #007EB0 100%);
    background-image: -moz-linear-gradient(top, #0094CE 0%, #007EB0 100%);
    background-image: -ms-linear-gradient(top, #0094CE 0%, #007EB0 100%);
    background-image: -o-linear-gradient(top, #0094CE 0%, #007EB0 100%);
    background-image: linear-gradient(top, #0094CE 0%, #007EB0 100%);
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 30px;
	line-height: 1;
	padding: 5px 10px;
	text-transform: uppercase;
}

.donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #007EB0 0%, #0094CE 100%);
    background-image: -moz-linear-gradient(top, #007EB0 0%, #0094CE 100%);
    background-image: -ms-linear-gradient(top, #007EB0 0%, #0094CE 100%);
    background-image: -o-linear-gradient(top, #007EB0 0%, #0094CE 100%);
    background-image: linear-gradient(top, #007EB0 0%, #0094CE 100%);
}

.sidebar .donate-btn a {
	color: #FFF;
}

.sidebar .donate-btn a:hover,
.donate-btn a:hover {
	color: #e1f3fa;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #262626;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #0095D0;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 20px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
}

.comment-content {
	clear: both;
}

.comment-reply a {
	background-color: #0095d0;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	padding: 2px 10px;
}

.comment-reply a:hover {
	background-color: #039FDD;
}

.entry-comments h3,
.comment-respond h3.comment-reply-title {
	font-size: 22px;
}

.comment-meta {
	font-size: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

form .clearit label {
	display: none;
}

.comment-respond label {
	display: none;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 20px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
}

.comment .avatar {
	border-radius: 6px;
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

.comment-form {
	overflow: hidden;
	position: relative;
}

.comment-form p.logged-in-as,
.comment-form p.comment-form-author,
.comment-form p.comment-form-url,
.comment-form p.comment-form-email {
	margin-bottom: 8px;
}

.comment-form .comment-form-comment textarea {
	padding-bottom: 40px;
}

.comment-respond .form-submit {
	bottom: 21px;
	left: 10px;
	margin-bottom: 0;
	position: absolute;
}

.comment-respond .form-submit input[type="submit"]  {
	border-radius: 8px 8px 0 0;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar a,
.sidebar {
	color: #231f20;
}

.sidebar a:hover {
	color: #0094CF;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-image: url(images/list-square.png);
	list-style-type: none;
	margin: 0 0 6px 15px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-left: 1px solid #cbccce;
	margin-bottom: 30px;
	padding-left: 14px;
}

.sidebar .widget.wsm-cta,
.sidebar .widget.widget-social,
.sidebar .widget.gform_widget {
	border: 0;
	padding-left: 0;
}


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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

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

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #262626;
	color: #fff;
	font-size: 15px;
	padding: 20px 0;
}

.site-footer a {
	color: #FFF;
}

.site-footer a:hover {
	color: #7b7c7f;
}

.footer-left {
	float: left;
	max-width: 45%;
}

.footer-right {
	float: right;
	max-width: 49%;
	text-align: right;
}

.site-footer .credit,
.site-footer .copy {
	color: #7b7c7f;
	font-size: 14px;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-nav {
	overflow: hidden;
}

.footer-nav ul.nav {
	float: right;
}

.footer-nav ul.nav li {
	background: url(images/list-circle.png) no-repeat left center transparent;
	display: inline-block;
	font-size: 14px;
	list-style: none;
	margin: 0;
}

.footer-nav ul.nav li a {
	padding: 0 10px 5px;
}

.ie7 .footer-nav ul.nav li {
	display: block;
	float: left;
	margin-right: 10px;
}

.footer-nav ul.nav li.first-menu-item {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

.footer-nav ul.nav li.last-menu-item,
.footer-nav ul.nav li.last-menu-item a {
	padding-right: 0;
}

/*
Color Options
---------------------------------------------------------------------------------------------------- */

/* ------ Red ------ */

.patricia-red a,
.patricia-red .entry-meta a:hover,
.patricia-red .entry-title a:hover,
.patricia-red.single .entry-footer a,
.patricia-red .latest-tweets li a,
.patricia-red .widget_recent_comments li a,
.patricia-red .entry-content h2,
.patricia-red .entry-content h3,
.patricia-red .entry-content h4,
.patricia-red .entry-content h5,
.patricia-red .entry-content h6,
.patricia-red .breadcrumb a,
.patricia-red .sidebar a:hover,
.patricia-red .sidebar .more-link a,
.patricia-red .entry-content a {
	color: #D52B28;
}

.patricia-red .site-title a,
.patricia-red .site-title a:hover {
	color: #6F7073;
}

.patricia-red .sidebar a,
.patricia-red .nav-primary a,
.patricia-red .entry-title a,
.patricia-red a:hover,
.patricia-red .entry-meta a,
.patricia-red.single .entry-footer a:hover,
.patricia-red .latest-tweets li a:hover,
.patricia-red .widget_recent_comments li a:hover,
.patricia-red .entry-content a:hover {
	color: #231F20;
}

.patricia-red .site-footer a:hover,
.patricia-red .breadcrumb a:hover {
	color: #86888A;
}

.patricia-red .wsm-cta .more-link a,
.patricia-red .home-top .more-link a,
.patricia-red .site-footer a,
.patricia-red .donate-btn a,
.patricia-red .donate-btn a:hover,
.patricia-red .home-slider .more-link a,
.patricia-red  .genesis-nav-menu .sub-menu a,
.patricia-red .nav-primary a:hover,
.patricia-red .nav-primary .current-menu-item > a,
.patricia-red .comment-reply a {
	color: #FFF;
}

.patricia-red .comment-reply a,
.patricia-red blockquote .name,
.patricia-red button,
.patricia-red input[type="button"],
.patricia-red input[type="reset"],
.patricia-red input[type="submit"],
.patricia-red .button,
.patricia-red .entry-content .button,
.patricia-red .wsm-cta .more-link a,
.patricia-red .home-slider .more-link a,
.patricia-red .nav-primary a:hover,
.patricia-red .nav-primary .current-menu-item > a {
	background-color: #D52B28;
}

.patricia-red .comment-reply a:hover,
.patricia-red button:hover,
.patricia-red input[type="button"]:hover,
.patricia-red input[type="reset"]:hover,
.patricia-red input[type="submit"]:hover,
.patricia-red .button:hover,
.patricia-red .wsm-cta .more-link a:hover,
.patricia-red .home-slider .more-link a:hover,
.patricia-red .genesis-nav-menu .sub-menu {
	background-color: #EA1D19;
}

.patricia-red blockquote,
.patricia-red .genesis-nav-menu .sub-menu a {
	border-color: #ED4C49;
}

.patricia-red .home-top .more-link a,
.patricia-red .donate-btn a {
	background-image: -webkit-linear-gradient(top, #d52b28 0%, #ad0a07 100%);
    background-image: -moz-linear-gradient(top, #d52b28 0%, #ad0a07 100%);
    background-image: -ms-linear-gradient(top, #d52b28 0%, #ad0a07 100%);
    background-image: -o-linear-gradient(top, #d52b28 0%, #ad0a07 100%);
    background-image: linear-gradient(top, #d52b28 0%, #ad0a07 100%);
}

.patricia-red .home-top .more-link a:hover,
.patricia-red .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #ad0a07 0%, #d52b28 100%);
    background-image: -moz-linear-gradient(top, #ad0a07 0%, #d52b28 100%);
    background-image: -ms-linear-gradient(top, #ad0a07 0%, #d52b28 100%);
    background-image: -o-linear-gradient(top, #ad0a07 0%, #d52b28 100%);
    background-image: linear-gradient(top, #ad0a07 0%, #d52b28 100%);
}

.patricia-red .home-top .more-link,
.patricia-red .donate-btn {
    background-image: url(images/patricia-red/color-line.png);
}

.patricia-red blockquote .name:before {
	background-image: url(images/patricia-red/blockquote-ribbon.png);
}

.patricia-red .more-link a {
	background-image: url(images/patricia-red/arrow-right-color.png);
}

.patricia-red .wsm-cta .more-link a,
.patricia-red .home-top .more-link a,
.patricia-red .home-slider .more-link a {
	background-image: none;
}

.patricia-red .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-red/color-line.png);
}

.patricia-red .entry-content ul li {
    list-style-image: url("images/patricia-red/list-circle-color.png");
}

.patricia-red .widget-social a.btn-tw {
	background: url(images/patricia-red/icon-twitter.png) no-repeat center center transparent;
}

.patricia-red .widget-social a.btn-fb {
	background: url(images/patricia-red/icon-facebook.png) no-repeat center center transparent;
}

.patricia-red .widget-social a.btn-gp {
	background: url(images/patricia-red/icon-gplus.png) no-repeat center center transparent;
}

.patricia-red .widget-social a.btn-pi {
	background: url(images/patricia-red/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-red .widget-social a.btn-yt {
	background: url(images/patricia-red/icon-youtube.png) no-repeat center center transparent;
}

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

.patricia-green a,
.patricia-green .entry-meta a:hover,
.patricia-green .entry-title a:hover,
.patricia-green.single .entry-footer a,
.patricia-green .latest-tweets li a,
.patricia-green .widget_recent_comments li a,
.patricia-green .entry-content h2,
.patricia-green .entry-content h3,
.patricia-green .entry-content h4,
.patricia-green .entry-content h5,
.patricia-green .entry-content h6,
.patricia-green .breadcrumb a,
.patricia-green .sidebar a:hover,
.patricia-green .sidebar .more-link a,
.patricia-green .entry-content a {
	color: #9EAA55;
}

.patricia-green .site-title a,
.patricia-green .site-title a:hover {
	color: #6F7073;
}

.patricia-green .sidebar a,
.patricia-green .nav-primary a,
.patricia-green .entry-title a,
.patricia-green a:hover,
.patricia-green .entry-meta a,
.patricia-green.single .entry-footer a:hover,
.patricia-green .latest-tweets li a:hover,
.patricia-green .widget_recent_comments li a:hover,
.patricia-green .entry-content a:hover {
	color: #231F20;
}

.patricia-green .site-footer a:hover,
.patricia-green .breadcrumb a:hover {
	color: #86888A;
}

.patricia-green .wsm-cta .more-link a,
.patricia-green .home-top .more-link a,
.patricia-green .site-footer a,
.patricia-green .donate-btn a,
.patricia-green .donate-btn a:hover,
.patricia-green .home-slider .more-link a,
.patricia-green  .genesis-nav-menu .sub-menu a,
.patricia-green .nav-primary a:hover,
.patricia-green .nav-primary .current-menu-item > a,
.patricia-green .comment-reply a {
	color: #FFF;
}

.patricia-green .comment-reply a,
.patricia-green blockquote .name,
.patricia-green button,
.patricia-green input[type="button"],
.patricia-green input[type="reset"],
.patricia-green input[type="submit"],
.patricia-green .button,
.patricia-green .entry-content .button,
.patricia-green .wsm-cta .more-link a,
.patricia-green .home-slider .more-link a,
.patricia-green .nav-primary a:hover,
.patricia-green .nav-primary .current-menu-item > a {
	background-color: #A5B264;
}

.patricia-green .comment-reply a:hover,
.patricia-green button:hover,
.patricia-green input[type="button"]:hover,
.patricia-green input[type="reset"]:hover,
.patricia-green input[type="submit"]:hover,
.patricia-green .button:hover,
.patricia-green .wsm-cta .more-link a:hover,
.patricia-green .home-slider .more-link a:hover,
.patricia-green .genesis-nav-menu .sub-menu {
	background-color: #a8b955;
}

.patricia-green blockquote,
.patricia-green .genesis-nav-menu .sub-menu a {
	border-color: #bfcd79;
}

.patricia-green .home-top .more-link a,
.patricia-green .donate-btn a {
	background-image: -webkit-linear-gradient(top, #A5B264 0%, #929f52 100%);
    background-image: -moz-linear-gradient(top, #A5B264 0%, #929f52 100%);
    background-image: -ms-linear-gradient(top, #A5B264 0%, #929f52 100%);
    background-image: -o-linear-gradient(top, #A5B264 0%, #929f52 100%);
    background-image: linear-gradient(top, #A5B264 0%, #929f52 100%);
}

.patricia-green .home-top .more-link a:hover,
.patricia-green .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #929f52 0%, #A5B264 100%);
    background-image: -moz-linear-gradient(top, #929f52 0%, #A5B264 100%);
    background-image: -ms-linear-gradient(top, #929f52 0%, #A5B264 100%);
    background-image: -o-linear-gradient(top, #929f52 0%, #A5B264 100%);
    background-image: linear-gradient(top, #929f52 0%, #A5B264 100%);
}

.patricia-green .home-top .more-link,
.patricia-green .donate-btn {
    background-image: url(images/patricia-green/color-line.png);
}

.patricia-green blockquote .name:before {
	background-image: url(images/patricia-green/blockquote-ribbon.png);
}

.patricia-green .more-link a {
	background-image: url(images/patricia-green/arrow-right-color.png);
}

.patricia-green .wsm-cta .more-link a,
.patricia-green .home-top .more-link a,
.patricia-green .home-slider .more-link a {
	background-image: none;
}

.patricia-green .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-green/color-line.png);
}

.patricia-green .entry-content ul li {
    list-style-image: url("images/patricia-green/list-circle-color.png");
}

.patricia-green .widget-social a.btn-tw {
	background: url(images/patricia-green/icon-twitter.png) no-repeat center center transparent;
}

.patricia-green .widget-social a.btn-fb {
	background: url(images/patricia-green/icon-facebook.png) no-repeat center center transparent;
}

.patricia-green .widget-social a.btn-gp {
	background: url(images/patricia-green/icon-gplus.png) no-repeat center center transparent;
}

.patricia-green .widget-social a.btn-pi {
	background: url(images/patricia-green/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-green .widget-social a.btn-yt {
	background: url(images/patricia-green/icon-youtube.png) no-repeat center center transparent;
}

/* ------ Purple ------ */

.patricia-purple .entry-meta a:hover,
.patricia-purple .entry-title a:hover,
.patricia-purple.single .entry-footer a,
.patricia-purple .latest-tweets li a,
.patricia-purple .widget_recent_comments li a,
.patricia-purple .entry-content h2,
.patricia-purple .entry-content h3,
.patricia-purple .entry-content h4,
.patricia-purple .entry-content h5,
.patricia-purple .entry-content h6,
.patricia-purple .breadcrumb a,
.patricia-purple .sidebar .more-link a,
.patricia-purple .sidebar a:hover {
	color: #7D7394;
}

.patricia-purple .site-title a,
.patricia-purple .site-title a:hover {
	color: #6F7073;
}

.patricia-purple a,
.patricia-purple .entry-content a {
	color: #7661a7;
}

.patricia-purple .sidebar a,
.patricia-purple .nav-primary a,
.patricia-purple .entry-title a,
.patricia-purple a:hover,
.patricia-purple .entry-meta a,
.patricia-purple.single .entry-footer a:hover,
.patricia-purple .latest-tweets li a:hover,
.patricia-purple .widget_recent_comments li a:hover,
.patricia-purple .entry-content a:hover {
	color: #231F20;
}

.patricia-purple .site-footer a:hover,
.patricia-purple .breadcrumb a:hover {
	color: #86888A;
}

.patricia-purple .wsm-cta .more-link a,
.patricia-purple .home-top .more-link a,
.patricia-purple .site-footer a,
.patricia-purple .donate-btn a,
.patricia-purple .donate-btn a:hover,
.patricia-purple .home-slider .more-link a,
.patricia-purple  .genesis-nav-menu .sub-menu a,
.patricia-purple .nav-primary a:hover,
.patricia-purple .nav-primary .current-menu-item > a,
.patricia-purple .comment-reply a {
	color: #FFF;
}

.patricia-purple .comment-reply a,
.patricia-purple blockquote .name,
.patricia-purple button,
.patricia-purple input[type="button"],
.patricia-purple input[type="reset"],
.patricia-purple input[type="submit"],
.patricia-purple .button,
.patricia-purple .entry-content .button,
.patricia-purple .wsm-cta .more-link a,
.patricia-purple .home-slider .more-link a,
.patricia-purple .nav-primary a:hover,
.patricia-purple .nav-primary .current-menu-item > a {
	background-color: #7D7394;
}

.patricia-purple .comment-reply a:hover,
.patricia-purple button:hover,
.patricia-purple input[type="button"]:hover,
.patricia-purple input[type="reset"]:hover,
.patricia-purple input[type="submit"]:hover,
.patricia-purple .button:hover,
.patricia-purple .wsm-cta .more-link a:hover,
.patricia-purple .home-slider .more-link a:hover,
.patricia-purple .genesis-nav-menu .sub-menu {
	background-color: #7664a1;
}

.patricia-purple blockquote,
.patricia-purple .genesis-nav-menu .sub-menu a {
	border-color: #7b6f94;
}

.patricia-purple .home-top .more-link a,
.patricia-purple .donate-btn a {
	background-image: -webkit-linear-gradient(top, #7D7394 0%, #6e6287 100%);
    background-image: -moz-linear-gradient(top, #7D7394 0%, #6e6287 100%);
    background-image: -ms-linear-gradient(top, #7D7394 0%, #6e6287 100%);
    background-image: -o-linear-gradient(top, #7D7394 0%, #6e6287 100%);
    background-image: linear-gradient(top, #7D7394 0%, #6e6287 100%);
}

.patricia-purple .home-top .more-link a:hover,
.patricia-purple .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #6e6287 0%, #7D7394 100%);
    background-image: -moz-linear-gradient(top, #6e6287 0%, #7D7394 100%);
    background-image: -ms-linear-gradient(top, #6e6287 0%, #7D7394 100%);
    background-image: -o-linear-gradient(top, #6e6287 0%, #7D7394 100%);
    background-image: linear-gradient(top, #6e6287 0%, #7D7394 100%);
}

.patricia-purple .home-top .more-link,
.patricia-purple .donate-btn {
    background-image: url(images/patricia-purple/color-line.png);
}

.patricia-purple blockquote .name:before {
	background-image: url(images/patricia-purple/blockquote-ribbon.png);
}

.patricia-purple .more-link a {
	background-image: url(images/patricia-purple/arrow-right-color.png);
}

.patricia-purple .wsm-cta .more-link a,
.patricia-purple .home-top .more-link a,
.patricia-purple .home-slider .more-link a {
	background-image: none;
}

.patricia-purple .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-purple/color-line.png);
}

.patricia-purple .entry-content ul li {
    list-style-image: url("images/patricia-purple/list-circle-color.png");
}

.patricia-purple .widget-social a.btn-tw {
	background: url(images/patricia-purple/icon-twitter.png) no-repeat center center transparent;
}

.patricia-purple .widget-social a.btn-fb {
	background: url(images/patricia-purple/icon-facebook.png) no-repeat center center transparent;
}

.patricia-purple .widget-social a.btn-gp {
	background: url(images/patricia-purple/icon-gplus.png) no-repeat center center transparent;
}

.patricia-purple .widget-social a.btn-pi {
	background: url(images/patricia-purple/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-purple .widget-social a.btn-yt {
	background: url(images/patricia-purple/icon-youtube.png) no-repeat center center transparent;
}

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

.patricia-orange a,
.patricia-orange .entry-meta a:hover,
.patricia-orange .entry-title a:hover,
.patricia-orange.single .entry-footer a,
.patricia-orange .latest-tweets li a,
.patricia-orange .widget_recent_comments li a,
.patricia-orange .entry-content h2,
.patricia-orange .entry-content h3,
.patricia-orange .entry-content h4,
.patricia-orange .entry-content h5,
.patricia-orange .entry-content h6,
.patricia-orange .breadcrumb a,
.patricia-orange .sidebar a:hover,
.patricia-orange .sidebar .more-link a,
.patricia-orange .entry-content a {
	color: #F7805E;
}

.patricia-orange .site-title a,
.patricia-orange .site-title a:hover {
	color: #6F7073;
}

.patricia-orange .sidebar a,
.patricia-orange .nav-primary a,
.patricia-orange .entry-title a,
.patricia-orange a:hover,
.patricia-orange .entry-meta a,
.patricia-orange.single .entry-footer a:hover,
.patricia-orange .latest-tweets li a:hover,
.patricia-orange .widget_recent_comments li a:hover,
.patricia-orange .entry-content a:hover {
	color: #231F20;
}

.patricia-orange .site-footer a:hover,
.patricia-orange .breadcrumb a:hover {
	color: #86888A;
}

.patricia-orange .wsm-cta .more-link a,
.patricia-orange .home-top .more-link a,
.patricia-orange .home-slider .more-link a,
.patricia-orange .site-footer a,
.patricia-orange .donate-btn a,
.patricia-orange .donate-btn a:hover,
.patricia-orange  .genesis-nav-menu .sub-menu a,
.patricia-orange .nav-primary a:hover,
.patricia-orange .nav-primary .current-menu-item > a,
.patricia-orange .comment-reply a {
	color: #FFF;
}

.patricia-orange .comment-reply a,
.patricia-orange blockquote .name,
.patricia-orange button,
.patricia-orange input[type="button"],
.patricia-orange input[type="reset"],
.patricia-orange input[type="submit"],
.patricia-orange .button,
.patricia-orange .entry-content .button,
.patricia-orange .wsm-cta .more-link a,
.patricia-orange .home-slider .more-link a,
.patricia-orange .nav-primary a:hover,
.patricia-orange .nav-primary .current-menu-item > a {
	background-color: #F7805E;
}

.patricia-orange .comment-reply a:hover,
.patricia-orange button:hover,
.patricia-orange input[type="button"]:hover,
.patricia-orange input[type="reset"]:hover,
.patricia-orange input[type="submit"]:hover,
.patricia-orange .button:hover,
.patricia-orange .wsm-cta .more-link a:hover,
.patricia-orange .home-slider .more-link a:hover,
.patricia-orange .genesis-nav-menu .sub-menu {
	background-color: #ed714e;
}

.patricia-orange blockquote,
.patricia-orange .genesis-nav-menu .sub-menu a {
	border-color: #fa9072;
}

.patricia-orange .home-top .more-link a,
.patricia-orange .donate-btn a {
	background-image: -webkit-linear-gradient(top, #F7805E 0%, #ec7452 100%);
    background-image: -moz-linear-gradient(top, #F7805E 0%, #ec7452 100%);
    background-image: -ms-linear-gradient(top, #F7805E 0%, #ec7452 100%);
    background-image: -o-linear-gradient(top, #F7805E 0%, #ec7452 100%);
    background-image: linear-gradient(top, #F7805E 0%, #ec7452 100%);
}

.patricia-orange .home-top .more-link a:hover,
.patricia-orange .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #ec7452 0%, #F7805E 100%);
    background-image: -moz-linear-gradient(top, #ec7452 0%, #F7805E 100%);
    background-image: -ms-linear-gradient(top, #ec7452 0%, #F7805E 100%);
    background-image: -o-linear-gradient(top, #ec7452 0%, #F7805E 100%);
    background-image: linear-gradient(top, #ec7452 0%, #F7805E 100%);
}

.patricia-orange .home-top .more-link,
.patricia-orange .donate-btn {
    background-image: url(images/patricia-orange/color-line.png);
}

.patricia-orange blockquote .name:before {
	background-image: url(images/patricia-orange/blockquote-ribbon.png);
}

.patricia-orange .more-link a {
	background-image: url(images/patricia-orange/arrow-right-color.png);
}

.patricia-orange .wsm-cta .more-link a,
.patricia-orange .home-top .more-link a,
.patricia-orange .home-slider .more-link a {
	background-image: none;
}

.patricia-orange .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-orange/color-line.png);
}

.patricia-orange .entry-content ul li {
    list-style-image: url("images/patricia-orange/list-circle-color.png");
}

.patricia-orange .widget-social a.btn-tw {
	background: url(images/patricia-orange/icon-twitter.png) no-repeat center center transparent;
}

.patricia-orange .widget-social a.btn-fb {
	background: url(images/patricia-orange/icon-facebook.png) no-repeat center center transparent;
}

.patricia-orange .widget-social a.btn-gp {
	background: url(images/patricia-orange/icon-gplus.png) no-repeat center center transparent;
}

.patricia-orange .widget-social a.btn-pi {
	background: url(images/patricia-orange/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-orange .widget-social a.btn-yt {
	background: url(images/patricia-orange/icon-youtube.png) no-repeat center center transparent;
}

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

.patricia-pink a,
.patricia-pink .entry-meta a:hover,
.patricia-pink .entry-title a:hover,
.patricia-pink.single .entry-footer a,
.patricia-pink .widget_recent_comments li a,
.patricia-pink .latest-tweets li a,
.patricia-pink .entry-content h2,
.patricia-pink .entry-content h3,
.patricia-pink .entry-content h4,
.patricia-pink .entry-content h5,
.patricia-pink .entry-content h6,
.patricia-pink .breadcrumb a,
.patricia-pink .sidebar a:hover,
.patricia-pink .sidebar .more-link a,
.patricia-pink .entry-content a {
	color: #f47c7c;
}

.patricia-pink .site-title a,
.patricia-pink .site-title a:hover {
	color: #6F7073;
}

.patricia-pink .sidebar a,
.patricia-pink .nav-primary a,
.patricia-pink .entry-title a,
.patricia-pink a:hover,
.patricia-pink .entry-meta a,
.patricia-pink.single .entry-footer a:hover,
.patricia-pink .latest-tweets li a:hover,
.patricia-pink .widget_recent_comments li a:hover,
.patricia-pink .entry-content a:hover {
	color: #231F20;
}

.patricia-pink .site-footer a:hover,
.patricia-pink .breadcrumb a:hover {
	color: #86888A;
}

.patricia-pink .wsm-cta .more-link a,
.patricia-pink .home-top .more-link a,
.patricia-pink .site-footer a,
.patricia-pink .donate-btn a,
.patricia-pink .donate-btn a:hover,
.patricia-pink .home-slider .more-link a,
.patricia-pink  .genesis-nav-menu .sub-menu a,
.patricia-pink .nav-primary a:hover,
.patricia-pink .nav-primary .current-menu-item > a,
.patricia-pink .comment-reply a {
	color: #FFF;
}

.patricia-pink .comment-reply a,
.patricia-pink blockquote .name,
.patricia-pink button,
.patricia-pink input[type="button"],
.patricia-pink input[type="reset"],
.patricia-pink input[type="submit"],
.patricia-pink .button,
.patricia-pink .entry-content .button,
.patricia-pink .wsm-cta .more-link a,
.patricia-pink .home-slider .more-link a,
.patricia-pink .nav-primary a:hover,
.patricia-pink .nav-primary .current-menu-item > a {
	background-color: #fca79d;
}

.patricia-pink .comment-reply a:hover,
.patricia-pink button:hover,
.patricia-pink input[type="button"]:hover,
.patricia-pink input[type="reset"]:hover,
.patricia-pink input[type="submit"]:hover,
.patricia-pink .button:hover,
.patricia-pink .wsm-cta .more-link a:hover,
.patricia-pink .home-slider .more-link a:hover,
.patricia-pink .genesis-nav-menu .sub-menu {
	background-color: #ff9589;
}

.patricia-pink blockquote,
.patricia-pink .genesis-nav-menu .sub-menu a {
	border-color: #fdcac3;
}

.patricia-pink .home-top .more-link a,
.patricia-pink .donate-btn a {
	background-image: -webkit-linear-gradient(top, #FFB5AC 0%, #f09f95 100%);
    background-image: -moz-linear-gradient(top, #FFB5AC 0%, #f09f95 100%);
    background-image: -ms-linear-gradient(top, #FFB5AC 0%, #f09f95 100%);
    background-image: -o-linear-gradient(top, #FFB5AC 0%, #f09f95 100%);
    background-image: linear-gradient(top, #FFB5AC 0%, #f09f95 100%);
}

.patricia-pink .home-top .more-link a:hover,
.patricia-pink .donate-btn a:hover {
	background-image: -webkit-linear-gradient(top, #f09f95 0%, #FFB5AC 100%);
    background-image: -moz-linear-gradient(top, #f09f95 0%, #FFB5AC 100%);
    background-image: -ms-linear-gradient(top, #f09f95 0%, #FFB5AC 100%);
    background-image: -o-linear-gradient(top, #f09f95 0%, #FFB5AC 100%);
    background-image: linear-gradient(top, #f09f95 0%, #FFB5AC 100%);
}

.patricia-pink .home-top .more-link,
.patricia-pink .donate-btn {
    background-image: url(images/patricia-pink/color-line.png);
}

.patricia-pink blockquote .name:before {
	background-image: url(images/patricia-pink/blockquote-ribbon.png);
}

.patricia-pink .more-link a {
	background-image: url(images/patricia-pink/arrow-right-color.png);
}

.patricia-pink .wsm-cta .more-link a,
.patricia-pink .home-top .more-link a,
.patricia-pink .home-slider .more-link a {
	background-image: none;
}

.patricia-pink .sidebar .widget-social .widget-wrap {
    background-image: url(images/patricia-pink/color-line.png);
}

.patricia-pink .entry-content ul li {
    list-style-image: url("images/patricia-pink/list-circle-color.png");
}

.patricia-pink .widget-social a.btn-tw {
	background: url(images/patricia-pink/icon-twitter.png) no-repeat center center transparent;
}

.patricia-pink .widget-social a.btn-fb {
	background: url(images/patricia-pink/icon-facebook.png) no-repeat center center transparent;
}

.patricia-pink .widget-social a.btn-gp {
	background: url(images/patricia-pink/icon-gplus.png) no-repeat center center transparent;
}

.patricia-pink .widget-social a.btn-pi {
	background: url(images/patricia-pink/icon-pinterest.png) no-repeat center center transparent;
}

.patricia-pink .widget-social a.btn-yt {
	background: url(images/patricia-pink/icon-youtube.png) no-repeat center center transparent;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.wrap {
		max-width: 96%;
	}

	.content {
		padding: 0;
		width: 68%;
	}

	.sidebar-primary {
		width: 30%;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 12px 16px;
	}

	.genesis-nav-menu .menu-item {
		font-size: 17px;
	}

}

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 12px 10px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	div.soliloquy-container .soliloquy-caption {
		bottom: 5%;
	}

	div.soliloquy-container .soliloquy-control-nav {
		left: auto;
		right: 10px;
	}

}

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

	.header-image .site-title,
	.header-image .site-title a {
		float: none;
		max-width: 100%;
	}

	.header-image .site-title {
		background-position: center center;
	}

	.content {
		padding: 0;
		width: 60%;
	}

	.sidebar-primary {
		width: 38%;
	}

	.title-area {
		float: none;
		margin: 0 auto;
	}

	.site-header .widget-area {
		clear: both;
		display: block;
		float: none;
		margin: 20px 0 0;
	}

	.nav-primary,
	.home .site-header {
		position: relative;
		top: auto;
	}

	.site-header .wrap,
	.nav-primary .wrap {
		max-width: 100%;
	}

	.home .nav-primary {
		box-shadow: 0 0 6px #999999;
	}

	.nav-primary .genesis-nav-menu {
		padding-left: 0;
	}

	.wsm-cta .cta-text {
		max-width: 80%;
	}

	.home-bottom .widget-area {
		margin-bottom: 30px;
	}

	.home-bottom .widget-area.home-bottom1 {
		width: 100%;
	}

	.home-bottom .widget-area.home-bottom2,
	.home-bottom .widget-area.home-bottom3 {
		width: 48%;
	}

	.home-bottom .widget-area.home-bottom2 {
		margin-left: 0;
	}

	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}


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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 6px 10px;
	}

	.content,
	.sidebar-primary {
		width: 100%;
	}

	div.soliloquy-container .soliloquy-caption {
		position: relative;
	}

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		max-width: 100%;
		padding: 20px;
	}

	.wsm-cta .cta-text {
		max-width: 65%;
	}

	.home-cta .wsm-cta .cta-text {
		color: #231F20;
		bottom: auto;
		font-size: 16px;
		left: auto;
		margin: 10px 0;
		max-width: 100%;
		position: relative;
		text-shadow: none;
	}

	.home-bottom .widget-area.home-bottom2,
	.home-bottom .widget-area.home-bottom3 {
		float: none;
		width: 100%;
	}

	.entry-categories,
	.entry-tags {
		float: left;
		margin: 0 0 5px;
		width: 100%;
	}

}

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

	.home-top .widgettitle,
	div.soliloquy-container .soliloquy-caption h1,
	div.soliloquy-container .soliloquy-caption h2 {
		font-size: 32px;
	}

	.footer-left,
	.footer-right {
		float: none;
		margin: 0 0 20px;
		max-width: 100%;
		text-align: left;
	}

	.footer-nav ul.nav {
		float: none;
	}

}

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

	.title-area {
		max-width: 96%;
		padding: 30px 2%;
	}

	.home-cta .widget-area {
		float: none;
		margin: 0 auto;
		width: 96%;
	}

	.site-title {
		font-size: 52px;
	}

}
