/*
	Theme Name: Focus Pro Theme
	Theme URI: http://my.studiopress.com/themes/focus/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1
 
	Tags: blue, green, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Featured Post Grid
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- max-width: 1160px
		- max-width: 1023px
		- max-width: 767px

*/


/*
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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #114d67;
    color: #617984;
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
}

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: #eb5553;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #244c5f;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 24px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #988675;
    font-family: Tahoma, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 16px;
    padding: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #0092b2;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 1px;
    height: 45px;
    width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
    width: auto;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background: #b4ce8c;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    padding: 14px 24px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #779224;
    color: #fff;
}

.button {
    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 {
    background-color: #b9cdd2;
    margin: 0 auto;
    padding: 5px;
    max-width: 1140px;
}
.site-inner {
    background: #fff;
    background-size: 6px 6px;
    clear: both;
    margin-bottom: 5px;
    padding: 20px 25px 20px;
}

.page-template-page_landing-php .site-inner {
    margin-bottom: 0;
}




/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 790px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 720px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 440px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 310px;
}

.sidebar-content .sidebar-primary,
.sidebar-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,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form {
    overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background: #fff url(images/lines.png);
    background-size: 6px 6px;
    color: #617984;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 20px 60px;
    text-transform: uppercase;
}

.breadcrumb a:after {
    color: #666;
    content: "\203a";
    font-weight: 400;
    padding: 0 12px;
}

.archive-description,
.author-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.author-box-title {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 30px;
    line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
    color: #262b30;
}

.entry-title a:hover {
    color: #eb5553;
}

.genesis-grid .entry-title {
    font-size: 28px;
}

.widget-title {
    font-size: 28px;
    margin-bottom: 24px;
}

.archive-title {
    font-size: 20px;
    margin-bottom: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.featured-content .entry-title {
    font-size: 24px;
    line-height: 1.2;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #fff;
    font-family: Tahoma, sans-serif;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px #fff;
}

.enews-widget::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #95b72d;
    box-shadow: 0 3px #ddd;
    content: 'Sign Up';
    left: -50px;
    line-height: 1;
    padding: 10px 50px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 20px;
    width: 80px;
}

.enews {
    border: 12px solid #e2e8eb;
    color: #999;
    font-family: Tahoma, serif;
    padding: 40px;
}

.enews-widget .widget-title {
    font-size: 30px;
    text-transform: uppercase;
}

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li:before {
    display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
    background: #ffffff;
    background-size: 6px 6px;
    margin-bottom: 0px;
    padding: 0px 10px 5px 40px;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding-bottom: 0px;
    width: 320px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-family: 'Economica', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px;
}

.site-title a,
.site-title a:hover {
    color: #244c5f;
}

.site-description {
    color: #aab7be;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
    float: left;
    min-height: 125px;
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: left	;
    text-align: left;
    width: 728px;
	height: 100px;
}

.site-header .widget-area .widget {
    margin: 15px 0px 0px 0px;
	
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #988675;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: 900;
    font-size: 14px;
    line-height: 1.0;
    padding: 0 20px;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    border-bottom: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.genesis-nav-menu a {
    color: #ffffff;
    display: block;
    padding: 15px;
    position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background-color: #fff;
    color: #988675;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    color: #244c5f;
    font-size: 12px;
    padding: 16px 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
    color: #988675;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 20px;
}

.genesis-nav-menu > .right > a {
    background: none;
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .right > a:hover {
    color: #777;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 4px 0 0;
}



/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
    margin-top: 12px;
    padding: 0;
}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu .current-menu-item > a {
    background-color: #f0f4f6;
}

.site-header .genesis-nav-menu .sub-menu a:hover {
    background-color: #fff;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #b4ce8c;
    margin-bottom: 5px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #b4ce8c;
    margin-bottom: 5px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}

.responsive-menu-icon::before {
    content: "\f333";
    display: inline-block;
    font: normal 20px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
}

.site-header .responsive-menu-icon::before {
    padding: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Featured Post Grid
--------------------------------------------- */

.genesis-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.genesis-grid-even,
.genesis-grid-odd {
    margin: 1px 0 24px;
    padding: 0;
    width: 100%;
}

.genesis-feature,
.genesis-grid {
	padding: 5px 30px 5px 5px;	
	margin-bottom: 5px;
	background: url(/wp-content/uploads/2015/04/cu-border1.jpg) bottom left repeat-x;
clear: both;
}

.genesis-grid p {
    font-size: 14px;
}

.genesis-grid-even {
    float: left;
}

.genesis-grid-odd {
    clear: both;
    float: left;
}

/* Entries
--------------------------------------------- */

.entry {
    border-bottom: 0px solid #ddd;
    margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    clear: both;
    color: #aab7be;
    font-size: 12px;
    font-style: italic;
}

.entry-meta a,
.entry-time {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-right: 8px;
    text-transform: uppercase;
}

.entry-time {
    color: #988675;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-comments-link::before {
    content: "\270e";
    margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
    display: none;
    font-size: 12px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    clear: both;
    margin: 10px 0;
    overflow: hidden;
    padding: 0px;
}

.after-entry .widget {
    margin-bottom: 30px;
}

.after-entry li {
    list-style-type: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
    margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    clear: both;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 40px 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #779224;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #95b72d;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
}

.entry-pings {
    padding: 40px 40px 16px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

li.comment {
    border-left: 5px solid #e2e8eb;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.entry-pings .reply {
    display: none;
}

.comment-header {
    font-size: 12px;
}

.comment-author {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.says {
    font-family: Tahoma, serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul > li {
    list-style-type: none;
}

.widget ul > li,
.widget ol > li {
    margin-top: 10px;
    padding-left: 20px;
}

.widget li li {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
    margin-bottom: 0;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 14px;
	
}

.footer-widgets .widget ul > li,
.sidebar .widget ul > li {
    border-bottom: 1px solid #ddd;
    list-style-position: outside;
    margin-bottom: 12px;
    padding: 0 0 12px 24px;
    position: relative;
    text-indent: 0;
}

.footer-widgets .widget ol > li,
.sidebar .widget ol > li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding: 0 0 12px 20px;
}

.footer-widgets .widget li li,
.sidebar .widget li li {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.footer-widgets .widget ul > li::before,
.sidebar .widget ul > li::before {
    background-color: #e2e8eb;
    border-radius: 50%;
    content: "\2023";
    float: left;
    font-size: 10px;
    left: 0;
    padding: 0 5px 0 6px;
    position: absolute;
    top: 2px;
    vertical-align: top;
}

.sidebar .enews-widget {
    background-color: #f0f4f6;
}

.sidebar .enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #244c5f;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background: #b4ce8c;
	border-radius: 15px;
    background-size: 6px 6px;
    color: #999;
    clear: both;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 60px 60px 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 310px;
}

.footer-widgets-1 {
    margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background: #fff;
    background-size: 6px 6px;
    color: #999;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 40px 60px;
    text-align: center;
    text-transform: uppercase;
}

.site-footer p {
    margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Focus Brown
--------------------------------------------- */

.focus-pro-brown .entry-meta,
.focus-pro-brown .site-description {
    color: #aaa;
}

.focus-pro-brown,
.focus-pro-brown .breadcrumb,
.focus-pro-brown .entry-time,
.focus-pro-brown .genesis-nav-menu a,
.focus-pro-brown .genesis-nav-menu {
    color: #555;
}

.focus-pro-brown .enews-widget input:hover[type="submit"],
.focus-pro-brown .entry-title a,
.focus-pro-brown .genesis-nav-menu .current-menu-item > a,
.focus-pro-brown .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.focus-pro-brown .genesis-nav-menu .sub-menu a,
.focus-pro-brown .genesis-nav-menu a:hover,
.focus-pro-brown .sidebar .widget-title a,
.focus-pro-brown .site-title a,
.focus-pro-brown .site-title a:hover,
.focus-pro-brown a:hover,
.focus-pro-brown h1,
.focus-pro-brown h2,
.focus-pro-brown h3,
.focus-pro-brown h4,
.focus-pro-brown h5,
.focus-pro-brown h6 {
    color: #3d3b35;
}

.focus-pro-brown .entry-title a:hover,
.focus-pro-brown .genesis-nav-menu .sub-menu a:hover,
.focus-pro-brown a {
    color: #eb6d20;
}

.focus-pro-brown .archive-pagination li a,
.focus-pro-brown a.button,
.focus-pro-brown .entry-content .button,
.focus-pro-brown button,
.focus-pro-brown input[type="button"],
.focus-pro-brown input[type="reset"],
.focus-pro-brown input[type="submit"] {
    color: #fff;
}

.focus-pro-brown .enews,
.focus-pro-brown li.comment {
    border-color: #eeede9;
}

.focus-pro-brown {
    background-color: #49463e;
}

.focus-pro-brown .site-container {
    background-color: #eeede9;
}

.focus-pro-brown .after-entry,
.focus-pro-brown .footer-widgets li::before,
.focus-pro-brown .nav-primary,
.focus-pro-brown .nav-secondary,
.focus-pro-brown .sidebar .enews-widget,
.focus-pro-brown .sidebar li::before,
.focus-pro-brown .site-header .genesis-nav-menu .current-menu-item > a,
.focus-pro-brown .site-header .genesis-nav-menu a:hover {
    background-color: #f4f3f1;
}

.focus-pro-brown .button,
.focus-pro-brown .enews-widget:before,
.focus-pro-brown .entry-content .button,
.focus-pro-brown .archive-pagination li a:hover,
.focus-pro-brown .archive-pagination li.active a,
.focus-pro-brown button,
.focus-pro-brown input[type="button"],
.focus-pro-brown input[type="reset"],
.focus-pro-brown input[type="submit"] {
    background-color: #eb6d20;
}

.focus-pro-brown .button:hover,
.focus-pro-brown .entry-content .button:hover,
.focus-pro-brown .archive-pagination li a,
.focus-pro-brown button:hover,
.focus-pro-brown input:hover[type="button"],
.focus-pro-brown input:hover[type="reset"],
.focus-pro-brown input:hover[type="submit"] {
    background-color: #cc5f1d;
}

.focus-pro-brown .site-header .genesis-nav-menu .sub-menu a:hover {
    background-color: #fff;
}

/* Focus Gray
--------------------------------------------- */

.focus-pro-gray .entry-meta,
.focus-pro-gray .site-description {
    color: #aaa;
}

.focus-pro-gray,
.focus-pro-gray .breadcrumb,
.focus-pro-gray .entry-time,
.focus-pro-gray .genesis-nav-menu a,
.focus-pro-gray .genesis-nav-menu {
    color: #555;
}

.focus-pro-gray .enews-widget input:hover[type="submit"],
.focus-pro-gray .entry-title a,
.focus-pro-gray .genesis-nav-menu .current-menu-item > a,
.focus-pro-gray .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.focus-pro-gray .genesis-nav-menu .sub-menu a,
.focus-pro-gray .genesis-nav-menu a:hover,
.focus-pro-gray .sidebar .widget-title a,
.focus-pro-gray .site-title a,
.focus-pro-gray .site-title a:hover,
.focus-pro-gray a:hover,
.focus-pro-gray h1,
.focus-pro-gray h2,
.focus-pro-gray h3,
.focus-pro-gray h4,
.focus-pro-gray h5,
.focus-pro-gray h6 {
    color: #484848;
}

.focus-pro-gray .entry-title a:hover,
.focus-pro-gray .genesis-nav-menu .sub-menu a:hover,
.focus-pro-gray a {
    color: #dd363e;
}

.focus-pro-gray .archive-pagination li a,
.focus-pro-gray a.button,
.focus-pro-gray .entry-content .button,
.focus-pro-gray button,
.focus-pro-gray input[type="button"],
.focus-pro-gray input[type="reset"],
.focus-pro-gray input[type="submit"] {
    color: #fff;
}

.focus-pro-gray .enews,
.focus-pro-gray li.comment {
    border-color: #ececec;
}

.focus-pro-gray {
    background-color: #444;
}

.focus-pro-gray .site-container {
    background-color: #ececec;
}

.focus-pro-gray .after-entry,
.focus-pro-gray .footer-widgets li::before,
.focus-pro-gray .nav-primary,
.focus-pro-gray .nav-secondary,
.focus-pro-gray .sidebar .enews-widget,
.focus-pro-gray .sidebar li::before,
.focus-pro-gray .site-header .genesis-nav-menu .current-menu-item > a,
.focus-pro-gray .site-header .genesis-nav-menu a:hover {
    background-color: #f3f3f3;
}

.focus-pro-gray .button,
.focus-pro-gray .enews-widget:before,
.focus-pro-gray .entry-content .button,
.focus-pro-gray .archive-pagination li a:hover,
.focus-pro-gray .archive-pagination li.active a,
.focus-pro-gray button,
.focus-pro-gray input[type="button"],
.focus-pro-gray input[type="reset"],
.focus-pro-gray input[type="submit"] {
    background-color: #dd363e;
}

.focus-pro-gray .button:hover,
.focus-pro-gray .entry-content .button:hover,
.focus-pro-gray .archive-pagination li a,
.focus-pro-gray button:hover,
.focus-pro-gray input:hover[type="button"],
.focus-pro-gray input:hover[type="reset"],
.focus-pro-gray input:hover[type="submit"] {
    background-color: #b9242c;
}

.focus-pro-gray .site-header .genesis-nav-menu .sub-menu a:hover {
    background-color: #fff;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .breadcrumb,
    .footer-widgets,
    .site-footer,
    .site-header .wrap,
    .site-inner {
        background-image: none;
    }
}

@media only screen and (max-width: 1160px) {

    .site-container {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 650px;
    }

    .content,
    .site-header .widget-area {
        width: 540px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 360px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary {
        width: 250px;
    }

    .sidebar-secondary {
        width: 140px;
    }

    .site-header .wrap {
        padding: 30px;
    }
}

@media only screen and (max-width: 1023px) {

    .site-container {
        max-width: 768px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }

    .site-header .wrap {
        padding: 20px 0;
    }

    .header-image .site-title a {
        background-position: center !important;
        margin: 0 0 6px;
    }

    .site-header .widget-area {
        text-align: center;
    }

    .site-inner,
    .breadcrumb {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-inner {
        padding-top: 40px;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu {
        padding: 0;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 6px 16px;
    }

    .site-header .search-form {
        margin: 16px auto ;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .site-footer {
        padding: 24px 0;
    }

    .footer-widgets {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1 {
        margin: 0;
    }
 #featured-post-2.widget.featuredpost {
display: none;
}
}

@media only screen and (max-width: 767px) {

    .genesis-grid-even,
    .genesis-grid-odd {
        width: 100%;
    }

    .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%;
    }

    .header-image .site-title a {
        background-size: contain !important;
    }

    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .genesis-nav-menu.responsive-menu {
        display: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        margin: 0;
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }

    .genesis-nav-menu.responsive-menu li.current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        background: none;
        line-height: 1;
        padding: 18px 20px;
    }

    .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .site-header .genesis-nav-menu.responsive-menu .sub-menu a:hover,
    .site-header .genesis-nav-menu.responsive-menu a:hover {
        background: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children::before {
        content: "\f140";
        display: block;
        float: right;
        font: normal 20px/1 'dashicons';
        height: 20px;
        padding: 15px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children::before {
        content: "\f142";
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        margin: 0 0 0 20px;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        background: none;
        border: none;
        padding: 16px 20px;
        position: relative;
        width: 100%;
    }
}

/* Content Boxes
------------------------------------------------------------ */
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
margin: 0 0 25px;
overflow: hidden;
padding: 20px;
}
.content-box-blue {
background-color: #d8ecf7;
border: 1px solid #afcde3;
}
.content-box-gray {
background-color: #e2e2e2;
border: 1px solid #bdbdbd;
}
.content-box-green {
background-color: #d9edc2;
border: 1px solid #b2ce96;
}
.content-box-purple {
background-color: #e2e2f9;
border: 1px solid #bebde9;
}
.content-box-red {
background-color: #f9dbdb;
border: 1px solid #e9b3b3;
}
.content-box-yellow {
background-color: #fef5c4;
border: 1px solid #fadf98;
}

/***Hot Posts Header Widget ***/

#featured-post-2.widget.featuredpost h2,
#featured-post-2.widget.featuredpost h2 a {
     text-align: center;
     font-size: 11px;
}
#featured-post-2.widget.featuredpost {
background: url(/wp-content/uploads/2015/04/cu-top-deals.jpg) no-repeat;
margin: 0px 0px 0px 0px;
height: 225px;
width: 728px;
}
#featured-post-2.widget.featuredpost .post {
     display: block;
     float: left;
     width: 125px;
     margin: 75px 5px 0px 5px;
}
#featured-post-2.widget.featuredpost .post img{
background: #fff;
border: 3px solid #f1cc8f;
max-height: 125px;
max-width: 125px;
margin: 0px;
padding: 0px;
border-radius: 10px;
}
#featured-post-2.widget.featuredpost .post img:hover{
background: #fff;
border: 3px solid #eb5553;
max-height: 125px;
max-width: 125px;
margin: 0px;
padding: 0px;
border-radius: 10px;  
}

.genesis-grid a.more-link,
.reply a {
	background-color: #b4ce8c;
	border-radius: 10px; 
	border: 0px solid #000;
	color: #fff !important;
	cursor: pointer;
	font-family: Tahoma, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.genesis-grid a.more-link,
.reply a {
float: right;	
display: inline-block;
	margin: 5px 0 10px;
}
.avatar,
.post-image {
	background-color: #fff;
	border: 5px solid #988675;
	border-radius: 20%;
	padding: 0px;
}

.category-expired #content{
 text-decoration: line-through;
}

#text-68.widget.widget_text h4,
#text-68.widget.widget_text h4 a {
     text-align: center;
     font-size: 26px;
	color: #fff;
	margin: 15px;
}
#text-68.widget.widget_text {
	background: url(/wp-content/uploads/2015/04/cu-subscribe.jpg) no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
    	position: relative;
    	text-align: center;
	font-size: 16px;
	color: #fff;
}
}