/* # Sunshine Pro Theme
Theme Name: Shes Cookin
Theme URI: http://demo.simpleprothemes.com/sunshine/
Description: This is a creative theme created for the Genesis Framework.
Author: Simpleprothemes
Author URI: http://www.simpleprothemes.com/
Template: genesis
Template Version: 2.2.7
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#fff;color:#666}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */
.simplepro-featured-page:before,
.simplepro-featured-post:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.simplepro-featured-page:after,
.simplepro-featured-post:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.5rem;
}

body {
    color: #666;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition:    all 0.2s ease-in-out 0s;
    -ms-transition:     all 0.2s ease-in-out 0s;
    -o-transition:      all 0.2s ease-in-out 0s;
    transition:         all 0.2s ease-in-out 0s;
}

a,
.sidebar a:hover {
    color: #DD3333;
    text-decoration: none;
}

a:hover,
a:focus,
.sidebar a {
    color: #444;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.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 img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #444;
    font-weight: 400;
    padding: 10px 12px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:not( [type="checkbox" ] ),
input:not( [type="image"] ),
input:not( [type="radio"] ) {
	-webkit-appearance: none; /* Remove iOS styles */
}

::-moz-placeholder {
    color: #999;
    font-weight: 400;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
}

button, button2,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button, .button2 {
    border: 1px solid #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    padding: 10px 18px;
    position: relative;
    text-transform: uppercase;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.full .enews-widget input:hover[type="submit"],
.enews-widget input:hover[type="submit"],
.site-container .widget.sliding-panel-right .widget-wrap > .widgettitle:hover,
.simple-pro-banner .button:hover,
.simple-pro-banner .button.btn1:hover  {
    background-color: #DD3333;
    color: #fff;
}

button2:hover,
input:hover[type="button2"],

.button2:hover,
button2:focus,
input:focus[type="button2"],

.button2:focus,

.simple-pro-banner .button2:hover,
.simple-pro-banner .button2.btn1:hover  {
    background-color: #0BAF4E;
    color: #fff;
}

.button, .button2 {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.view-all.btn {
    float: right;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #666;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.home-top,
.home-middle,
.home-bottom,
.wrap {
    margin: 0 auto;
    max-width: 1240px;
}

.sunshine-pro-landing .wrap {
    max-width: 900px;
}

.full-width-blog .site-inner,
.full-width-blog .site-inner .wrap {
    max-width: 100%;
}

.site-inner {
    clear: both;
}

.widgetized-home .site-inner > .wrap {
    max-width: 100%;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
    float: right;
    width: 755px;
}

.content-sidebar .content {
    float: left;
}


.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 340px;
}

.sidebar-content .sidebar-primary {
    float: left;
}

/* ## 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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: -24px 16px 4px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    border: 1px solid #f5f5f5;
    display: table;
    margin-bottom: 40px;
    width: 100%;
}

.archive-description {
    padding: 20px;
}

.author-box {
    margin-top: 60px;
}

.gravatar {
    display: inline-block;
    float: left;
    margin-top: -40px;
    padding: 20px 0 20px 25px;
    width: 180px;
}

.author-details {
    overflow: auto;
    padding: 15px 25px 20px;
}

.author-box-title {
    color: #666;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

.author-box .social-links {
    border-top: 1px solid #f5f5f5;
    clear: both;
    display: inline-block;
    padding: 10px 20px 12px;
    width: 100%;
}

.social-btn {
    background: #f5f5f5;
    color: #8e8e8e;
    font-size: 1.2rem;
    margin-right: 20px;
    padding: 6px 18px 5px;
    text-align: center;
    text-transform: uppercase;
}

.social-btn:last-child {
    margin-right: 0;
}

a.social-btn:hover {
    color: #444;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    border: 1px solid #ddd;
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form {
    width: 50%;
}

.search-form input[type="search"],
.search-form input[type="search"]:focus {
    border: none;
    border-right: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: calc( 100% - 45px ); 
}

.search-form .search-button {
    background: #fbfbfb;
    border: none;
    border-left: 1px solid #ddd;
    padding: 7px 0;
    width: 45px; 
}

.search-form .search-button:hover {
    background: #666;
    border-left: 1px solid #666;
}

.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;
}

/* ## Titles
--------------------------------------------- */

.archive-title,
.entry-title {
    font-size: 22px;
    font-size: 2.2rem;
}

.single .content .entry-title,
.page-template-default .entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.single .content .entry-title::after {
    border: 2px solid #DD3333;
    content: "";
    display: block;
    margin: 10px auto 15px;
    width: 80px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #444;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #DD3333;
}

.sidebar .widget-title:after,
.sidr .widget-title:after,
.author-box-title:after,
.entry-comments h3:after,
#reply-title:after {
    border-bottom: 4px solid #DD3333;
    content: "";
    display: block;
    margin-top: 7px;
    width: 40px;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home .widget-title {
	font-size: 34px;
    font-size: 3.4rem;
	margin-bottom: 0px !important;
}

.home h3.widget-title {
	color: #0BAF4E;
	font-weight: 700;
}



.home .enews-widget .widgettitle {
	color: #000 !important;
	font-weight: 300;
	background: none !important;
}

.home-top .widget-title,
.home-middle .widget-title,
.home-bottom .widget-title {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 32px;
    padding: 0 15px 19px 0;
    text-transform: uppercase;
}

.full .widget .widget-title,
.full .view-all.btn {
    padding: 20px 3%;
	background: #ddd;
}

.site-container .widget.sliding-panel-right .widget-wrap > .widgettitle {
    background-color: #d4af37;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 8px 20px;
}

/* ## WordPress
--------------------------------------------- */

a.alignnone {
    display: inline-block;
}

.alignleft,
.text-align-left {
    float: left;
    text-align: left;
}

.alignright,
.text-align-right {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

.widgetized-home a.alignnone,
.widgetized-home a.alignnone img,
.widgetized-home a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content img.alignleft,
.sidebar .featured-content .wp-caption.alignleft,
.sidebar .featured-content a.alignright,
.sidebar .featured-content img.alignright,
.sidebar .featured-content .wp-caption.alignright {
  margin-bottom: 10px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}

.hide {
    display: none;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* ## Simple Pro Banner Widget
--------------------------------------------- */

.simple-pro-banner {
    color: #fff;
    display: table;
    padding: 20px!important;
    vertical-align: middle;
    width: 100%;  
}

.simple-pro-banner .widget-wrap {
    display: table-cell;
    overflow: hidden;
    table-layout: fixed;
    vertical-align: middle;
    width: 100%;
}

.simple-pro-banner .sb-content-wrap h1,
.simple-pro-banner .sb-content-wrap h2,
.simple-pro-banner .sb-content-wrap h3,
.simple-pro-banner .sb-content-wrap h4,
.simple-pro-banner .sb-content-wrap h5,
.simple-pro-banner .sb-content-wrap h6,
.simple-pro-banner .sb-content-wrap p,
.simple-pro-banner .sb-content-wrap {
    color: #444;
}

.simple-pro-banner .sb-content-wrap h1,
.simple-pro-banner .sb-content-wrap h2 {
    font-size: 40px;
    font-size: 4rem; 
}

.home-middle-right .simple-pro-banner .sb-content-wrap h1, 
.home-middle-right .simple-pro-banner .sb-content-wrap h2,
.sidebar .simple-pro-banner .sb-content-wrap h1, 
.sidebar .simple-pro-banner .sb-content-wrap h2 {
    font-size: 30px;
    font-size: 3rem;
}

.simple-pro-banner .sb-content-wrap {
    background: #fff;
    border-top: 5px solid #d4af37;
    margin: 0 auto;
    max-width: 35%;
    padding: 2% 3% 2.5%;
    text-align: center;
}

.simple-pro-banner .sb-content-wrap.nobg {
    background-color: rgba(0,0,0, .3);
	padding: 15px;
    border-top: none;
    color: #fff;
    max-width: 100%;
}

.simple-pro-banner .sb-content-wrap.nobg h1,
.simple-pro-banner .sb-content-wrap.nobg h2,
.simple-pro-banner .sb-content-wrap.nobg h3,
.simple-pro-banner .sb-content-wrap.nobg h4,
.simple-pro-banner .sb-content-wrap.nobg h5,
.simple-pro-banner .sb-content-wrap.nobg h6,
.simple-pro-banner .sb-content-wrap.nobg p {
    color: #fff;
}

.simple-pro-banner .button, .simple-pro-banner .button2 {
    background-color: #f8f8f8;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 5px 20px;
}

.button {
    color: #fff;
    background-color: #0BAF4E;
}

.button2 {
	color: #fff;
	background-color: #DD3333;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 40px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
}

.sidebar .featured-content .entry-title,
.home-middle-right .featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}

.sidebar .featured-content a.alignleft img,
.sidebar .featured-content a.alignright img,
.home-middle-right .featured-content a.alignleft img,
.home-middle-right .featured-content a.alignright img {
    width: 75px;
    height: 75px;
}

.featuredpage .entry-title {
    margin-top: 15px;
    text-align: center;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ##  Genesis Responsive Slider
--------------------------------------------- */

#genesis-responsive-slider {
    border: none!important;
    display: inline-block;
    padding: 0!important;
    overflow: hidden;
    width: 100%;
}

.genesis_responsive_slider .flexslider,
.genesis_responsive_slider .flex-direction-nav a {
    border: none!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
       -moz-border-radius: 0!important;
         -o-border-radius: 0!important;  
    -webkit-box-shadow: none!important;
       -moz-box-shadow: none!important;
            box-shadow: none!important;
    margin: 0 auto;
}

.genesis_responsive_slider .flex-control-nav { 
    margin: 0!important;
    position: absolute!important;
}

#genesis-responsive-slider:hover .prev {
    left: 20px!important;
}

#genesis-responsive-slider:hover .next {
    right: 0!important;
}

.flex-direction-nav li a {
    background: none!important;
    text-indent: inherit!important;
    font-size: 0;
    top: 40%!important;
}
.flex-direction-nav li a.prev:after,
.flex-direction-nav li a.next:before {
    color: #fff;
    display: block;
    font-family: "Ionicons";
    font-size: 64px;
}

.flex-direction-nav li a.prev:after {
    content: "\f3d2";
}

.flex-direction-nav li a.next:before {
    content: "\f3d3";
}

#genesis-responsive-slider .slide-excerpt {
    opacity: 1 !important;
    text-align: center;
    border-top: solid 5px #DD3333 !important;
    left: 1% !important;
    right: 10% !important;
    bottom: 1% !important;
	
}

#genesis-responsive-slider .slide-excerpt-border {
	border: 0px !important;
	padding: 0px !important;
}

.slide-excerpt-border p {
    margin-bottom: 5px;
}

#genesis-responsive-slider h2 a {
    color: #444;
}

#genesis-responsive-slider h2 a:hover {
    color: #DD3333;
}

.slide-image img {
    width: 100%;
    height: 100%;
}

/* ## Woocommerce
---------------------------------------------------------------------------------------------------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
    border-radius: 0px !important;
    color: #444 !important;
    cursor: pointer !important;       
    display: block !important;
    font-family: "Open Sans Condensed",sans-serif!important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    padding: 10px 18px !important;
    text-align: center !important;
}


.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #666 !important;
    color: #fff !important;
}

.woocommerce a.button {
    bottom: 0px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 1.325!important;
    margin: 0 5px 6px 0!important;
    padding: 9px!important;
    width: auto;
}

.woocommerce .cart .button, 
.woocommerce .cart input.button {
    display: inline-block !important;
    width: auto !important;
}

.coupon .button {
    display: inline-block;
    float: left;
    width: auto;
}

.woocommerce #reviews #comments ol.commentlist li {
    list-style: none;
}

.woocommerce ul.products li.product .price del {
    display: inline-block!important;
    margin-right: 10px;
}

.single.woocommerce .content .entry-title::after {
    margin: 10px 0 15px;
    width: 40px;
}

.woocommerce .products .star-rating {
    position: absolute;
    right: 0;
}

.add_to_cart_button::after {
    content: "\f370";
    font-family: Ionicons;
    margin-left: 10px;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #444;
    position: relative;
}

.home-middle .widget.enews-widget,
.sidebar .widget.enews-widget,
.after-entry .enews-widget,
.footer-widgets .enews-widget {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 20px;
}

.after-entry .enews-widget {
    text-align: center;
}

.home-middle .widget.enews-widget .widget-wrap:before,
.sidebar .widget.enews-widget .widget-wrap:before,
.footer-widgets .widget.enews-widget .widget-wrap:before,
.after-entry .enews-widget .widget-wrap:before {
    color: #eee;
    content: "\f423";
    font-family: "Ionicons";
    font-size: 125px;
    position: absolute;
    right: 13px;
    top: -52px;
    -webkit-transform:  rotate(-25deg);
    -moz-transform:     rotate(-25deg);
    -o-transform:       rotate(-25deg);
    transform:          rotate(-25deg);
}

.home-top .enews-widget:before,
.home-bottom .enews-widget:before {
    display:none;
}

.home-middle .widget.enews-widget .enews,
.sidebar .widget.enews-widget .enews,
.footer-widgets .widget.enews-widget .enews {
    position: relative;
    z-index: 1;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #eee;
}

.enews-widget input {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.enews-widget input[type="submit"] {
    background-color: #0BAF4E;
    color: #fff;
    border: none;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
    background-color: #666;
}

.enews form + p {
    margin-top: 24px;
}

.home-top .enews-widget,
.home-bottom .enews-widget {
    background: #f5f5f5;
    margin: 0;
    padding: 0 10px;
}

.home-top .enews-widget .widget-wrap,
.home-bottom .enews-widget .widget-wrap {
    margin: 0 auto;
    max-width: 1140px;
    padding: 8px 0;
}

.full .enews-widget .enews p,
.before-header .enews-widget .enews p,
.home-top .enews-widget .enews p,
.home-bottom .enews-widget .enews p {
    margin-bottom: 0;
    text-align: left;
}

.full .enews,
.before-header .enews,
.home-top .enews-widget .enews,
.home-bottom .enews-widget .enews {
    display: table;
    width: 100%;
}

.full .enews-widget .enews p,
.before-header .enews-widget .enews p,
.home-top .enews-widget .enews p,
.home-bottom .enews-widget .enews p {
    color: #8e8e8e;
    display: table-cell;
    vertical-align: middle;
}

.full .enews-widget .enews p {
    padding-left: 20px;
}

.full .enews-widget .widgettitle,
.before-header .enews-widget .widgettitle,
.home-top .enews-widget .widgettitle,
.home-bottom .enews-widget .widgettitle {
    display: table;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
    padding: 0;
}

.full .enews-widget form,
.before-header .enews-widget form,
.home-top .enews-widget form,
.home-bottom .enews-widget form {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 60%;
}

.full .enews-widget .enews input,
.before-header .enews-widget .enews input,
.home-top .enews-widget .enews input,
.home-bottom .enews-widget .enews input {
    font-size: 18px;
    font-size: 1.8rem;
}

.full .enews-widget .enews input[type="email"],
.full .enews-widget .enews input[type="text"],
.before-header .enews-widget .enews input[type="email"],
.before-header .enews-widget .enews input[type="text"],
.after-entry .enews-widget .enews input[type="email"],
.after-entry .enews-widget .enews input[type="text"],
.home-top .enews-widget .enews input[type="email"],
.home-top .enews-widget .enews input[type="text"],
.home-bottom .enews-widget .enews input[type="email"],
.home-bottom .enews-widget .enews input[type="text"] {
    margin-bottom: 0;
    margin-right: 0.35%;
    padding: 20px;
    width: 36.5%;
}

.full .enews-widget .enews input[type="submit"],
.before-header .enews-widget .enews input[type="submit"],
.after-entry .enews-widget .enews input[type="submit"],
.home-top .enews-widget .enews input[type="submit"],
.home-bottom .enews-widget .enews input[type="submit"] {
    line-height: 1.439;
    padding: 20px;
	margin-left: 20px;
    width: auto;
}

.after-entry .enews-widget .widgettitle {
    border-bottom: 4px solid #d4af37;
    color: #444;
    display: inline-block;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0;
    padding: 0 0 4px;
}

.after-entry .enews-widget .enews p {
    color: #444;
    display: block;
    margin: 5px 0 15px;
    position: relative;
    z-index: 1;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #444;
    outline: #ccc solid 1px;
}

/* # Before Header Widget Area
---------------------------------------------------------------------------------------------------- */

.before-header {
    background: #f5f5f5;
    padding: 8px 0;
}

.home .before-header .widget,
.before-header .widget {
    margin-bottom: 0;
    text-align: center;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
    padding: 40px 0;
	background-image: url('images/header1240.jpg');
	background-repeat: no-repeat;
	height: 200px;
	width: 1240px !important;
}

/* ## Before Header Custom Menu
--------------------------------------------- */

.before-header .widget_nav_menu ul li {
    margin: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 300px;
	text-indent: -9999px;
}

.header-full-width .title-area {
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.site-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #444;
    letter-spacing: 7px;
}

.site-description {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.site-description,
.site-title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: none;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 400px;
	margin: 100px 20px 0 0;
}

.home .site-header .widget {
    margin-bottom: 0;
}

.simple-social-icons {
	float: right;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #444;
    display: block;
    font-family: Open Sans Condensed, sans-serif;
    letter-spacing: 0.5px;
    padding: 20px 15px 19px;
    text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
    color: #0BAF4E;
}

.genesis-nav-menu .sub-menu {
    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: 0;
    line-height: 1.7;
    padding: 10px 15px 8px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.sticky .genesis-nav-menu .sub-menu a {
    background-color: #f5f5f5;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -49px 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,
.site-navigation .genesis-nav-menu > li:first-child > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.site-navigation {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
    width: 100%;
}

.nav-secondary .genesis-nav-menu {
    text-align: center;
}

/* ## Mobile Menu
--------------------------------------------- */

.mobile-menu {
    display: none;
    border: none;
    border-top: 1px solid #e9e9e9;
    width: 100%;
}

/* ## Sticky Menu
--------------------------------------------- */

.site-navigation.sticky {
    background: #f5f5f5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* ## Nav Extras
--------------------------------------------- */

.with-nav-extras .genesis-nav-menu {
    text-align: left;
}

nav,
.with-nav-extras .nav-extras {
    display: inline-block;
    vertical-align: middle;
}

.with-nav-extras .nav-primary {
    width: 70%;
}

.site-navigation .nav-extras.widget-area {
    text-align: right;
    width: 30%;
}

.site-navigation .nav-extras .widget,
.nav-extras .simple-social-icons ul li {
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: middle;
}

.nav-extras a.button {
    margin: 0 5px;
    padding: 4px 18px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Home Widget Areas
--------------------------------------------- */

.home .home-top,
.home .home-middle,
.home .home-bottom {
    display: block;
}

.home .home-bottom {
	text-align: center;
}

.home .widget {
    margin-bottom: 30px;
}

.full .one-half,
.full .one-third,
.full .one-fourth,
.no-margin-left article.one-half,
.no-margin-left article.one-third {
    margin-left: 0;
}

.full .one-half img.entry-image,
.full .one-third img.entry-image,
.full .one-fourth img.entry-image {
    width: 100%;
}

.full .one-half,
.no-margin-left article.one-half {
    width: 50%;
}

.full .one-third,
.no-margin-left article.one-third {
    width: 33.33%;
}

.full .one-fourth {
    width: 25%;
}

.full .entry-content {
    padding: 0 20px;
}

.single .content .entry-header,
.full .entry-header .entry-meta,
.home-top .entry-header .entry-meta,
.sunshine-grid-view .entry-header {
    text-align: center;
}

.full .type-post .entry-header,
.home-top .featuredpost .entry-header,
.home-middle-left .featuredpost .one-half .entry-header,
.home-middle-left .featuredpost .one-third .entry-header,
.home-middle-left .featuredpost .one-fourth .entry-header,
.home-bottom .featuredpost .entry-header,
.sunshine-grid-view .content .post .entry-header {
    background: #fff;
    margin-left: 10%;
    margin-right: 10%;
    
    padding: 10px 10px 0;
    position: relative;
    text-align: center;
    z-index: 1;
	
}

.sunshine-grid-view .content .post .entry-title {
    clear: both;
}

.home .featured-content .one-half .entry-title,
.full .featured-content .one-half .entry-title {
    font-size: 28px;
    font-size: 2.8rem;
}

a.more-link {
    border-bottom: 4px solid #DD3333;
    color: #8e8e8e;
    display: table;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 20px auto 0;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
}

a.more-link:hover {
    padding: 5px 15px;
}

.full .enews-widget {
    background: #f5f5f5;
    clear: both;
    padding: 20px;
}

.full .enews-widget .widget-wrap {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
    position: relative;
}

/* ### Home Midle Left & Right Widget Area
--------------------------------------------- */

.home-middle-left {
    float: left;
    width: 770px;
}

.home-middle-right {
    float: right;
    width: 340px;
}


/* ### Home Middle Full Width Widget Area
--------------------------------------------- */

.home .home-middle-left .one-half .entry-title,
.home .home-middle-left .one-third .entry-title,
.home .home-middle-left .one-fourth .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
}

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    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 code {
    background-color: #444;
    color: #ddd;
}

/* ## Entry Header
--------------------------------------------- */

.single .entry-header {
    margin-bottom: 25px;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta,
.comment-meta {
    color: #8e8e8e;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
}

.entry-header .entry-meta {
    margin-bottom: 12px;  
}

.entry-header .entry-meta a,
.entry-footer .entry-meta a,
.comment-meta a {
    color: #8e8e8e;
    font-size: 12px;
    font-size: 1.2rem;
}

.entry-header .entry-meta a:hover,
.entry-footer .entry-meta a:hover,
.comment-meta a:hover {
    color: #444;
}

.entry-footer .entry-meta a {
    margin-bottom: 4px;
}

.entry-categories,
.entry-tags {
    display: inline-block;
    position: relative;
    width: 49.5%;
    vertical-align: top;
}

.entry-tags {
    text-align: right;
}

.meta-title {
    background: #f5f5f5;
    margin-right: 5px;
    padding: 2px 7px;
}

.entry-time::after,
.entry-comments-link::before {
    content: "\7C";
    margin: 0 6px;
    position: relative;
    top: -1px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.full-width-blog .pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1140px;
}

.adjacent-entry-pagination {
    border: 1px solid #f5f5f5;
    clear: both;
    display: table;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 30px;
    width: 100%;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
    display: table-cell;
    padding: 20px;
    width: 49.99%;
}

.adjacent-entry-pagination .pagination-next {
    border-left: 1px solid #f5f5f5;
}

.prev-text,
.next-text {          
    color: #DD3333;
    display: inline-block;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}

.adjacent-entry-pagination .pagination-previous a,
.adjacent-entry-pagination .pagination-next a {
    color: #666;
}

.adjacent-entry-pagination .pagination-previous a:hover,
.adjacent-entry-pagination .pagination-next a:hover {
    color: #444;
}

.archive-pagination.pagination ul {
    border: 1px solid #d3ced2;
    border-right: none;
    display: table;
    margin: 0 auto;
    width: auto;
}

.archive-pagination li {
    display: inline;
    float: left;
}

.pagination-omission {
    background: #fff;
    border-right: 1px solid #d3ced2;
    border-top: 1px solid #fff;
    line-height: 29px;
    margin: -2px auto;
    padding: 0 8px 7px;
}

.archive-pagination li a {
    border-right: 1px solid #d3ced2;
    color: #DD3333;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #ebe9eb;
    color: #666;
}

.loading {
    background: #f1f1f1;
    color: #000;
    position: absolute;
    left: 0;
    padding: 5px 15px 5px 8px;
    vertical-align: middle;
    letter-spacing: 3px;
    z-index: 9999;
}

/* ## After Entry Widget Areas
--------------------------------------------- */

.after-entry {
    margin-bottom: 70px;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings,
.entry-comments h3,
.comment-reply-title {
    margin-bottom: 30px;
}

.comment-respond,
.entry-pings,
.entry-comments {
    padding: 10px 0 16px;
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.comment-author > span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
}

li.comment {
    border: 1px solid #eee;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    display: inline-block;
    margin-top: 55px;
    padding: 8px 20px;
    width: 100%;
}

.comment-list > li:first-child {
    margin-top: 5px;
}

.comment-list li li {
    margin-bottom: 13px;
}

.comment-reply,
.comment-edit-link {
    display: block;
    font-family: Open Sans COndensed;
    text-align: right;
    text-transform: uppercase;
}

.comment-reply a,
.comment-edit-link {
    color: #8e8e8e;
}

.comment-reply a:hover,
a.comment-edit-link:hover {
    color: #444;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    float: left;
    margin-right: 1%;
    width: 32.65%;
}

.comment-form-url {
    margin-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
    border: 1px solid #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

.comment-respond input[type="submit"] {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}

.comment-respond input[type="submit"]:hover {
    border: 1px solid #666;
    background-color: #666;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    display: inline-block;
}

.sidebar li {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child,
.featured-content .entry-content p:last-child {
    margin-bottom: 0;
}

.sidebar .widget,
.sidr .widget {
    display: inline-block;
    margin-bottom: 60px;
    width: 100%;
}

/* ## Sliding Panel - Sidr
--------------------------------------------- */

.sidr-overlay-bg {
    background: black;
    display: none;
    height: 100%;
    opacity: 0.85;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o--transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}

.sidr-overlay-bg.on {
    display: block;
}

.sidr {
    background: #fff;
    color: #666;
    display: none;
    padding: 20px 5%;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 460px;
    overflow-x: none;
    overflow-y: auto; 
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr.right {
    left:auto; 
    right: -460px
}

.sidr.left {
    left: -460px;
    right: auto;
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.sidr ul li { 
    display: block;
    margin: 0 0 20px;
    position: relative;
}

.sidr ul li:last-child,
.sidr .widget-wrap ul:last-child,
.sidr ul li ul li:last-child { 
    border-bottom: none; 
}

.sidr ul li a,
.sidr ul li span {
    display: block;
    padding: 0;
    text-decoration: none;
}

.sidr ul li ul {
    border-bottom:none;
    margin:0;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    padding-left: 15px;
}

.sidr li ul.sub-menu {
    display: none;
    margin-left: 7px;
}

.sidr .sub-menu-toggle,
.sidr .sub-menu-toggle:hover {
    top: -5px;
}

.sidr .enews-widget,
.sidr .enews-widget .widget-title,
.sidr .widget-title,
.sidr p {
    color: #666;
}

.close_side_menu {
    display: table;
    float: right;
    margin: 20px auto 30px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 1;
}

.close_side_menu > span::after,
.close_side_menu > span::before {
    background: #9f9f9f;
    bottom: -22px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    width: 45px;
}

.close_side_menu > span {
    background: transparent;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    right: 0;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o--transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}

.sidr .widget_nav_menu ul.menu li {
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 5px;
    padding-bottom: 5px;
}

.sidr .widget_nav_menu ul.menu li a {
    color: #666;
}

.sidr .widget_nav_menu ul.menu li:hover a,
.sidr .widget_nav_menu ul.menu li a:hover {
    color: #444;
}

#sidr .featured-content a.alignleft,
#sidr .featured-content img.alignleft,
#sidr .featured-content .wp-caption.alignleft,
#sidr .featured-content a.alignnone,
#sidr .featured-content img.alignnone,
#sidr .featured-content .wp-caption.alignnone {
    margin-bottom: 2px;
}

/* # Archive Page
---------------------------------------------------------------------------------------------------- */
.page-template-page_archive .content .entry-header .entry-title {
    border: 1px solid #f5f5f5;
    font-size: 36px;
    font-size: 3.6rem;
    padding: 25px;
    margin-bottom: 20px;
}

.archive-filter {
    margin-left: 20px;
}

.archive-filter ul {
    margin: 0;
}

.archive-filter ul,
.archive-filter ul li {
    display: inline-block;
}

.archive-filter ul li a {
    border-left: 1px solid #e8e8e8;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    padding: 0 3px 0 5px;
}

.archive-filter ul li:first-child a {
    border-left: none;
}

.archive-wrapper {
    border: 1px solid #e8e8e8;
    margin-top: 50px;
}

.month-year,
.archive-filter span {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 3px 20px;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
}

.archive-filter span {
    padding: 1px 8px 0;
    margin: 0;
}

.month-year {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    top: -17px;
}

.entry-content ul.archive-posts {
    margin-bottom: 22px;
    margin-left: 22px;
}

.entry-content .archive-wrapper ul > li,
.archive-filter ul > li {
    list-style-type: none;
    margin-bottom: 10px;
}

ul.archive-posts .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
}

.archive-posts li a,
.archive-filter ul li a,
.entry-date,
.archive-filter span {
    color: #8e8e8e;
    font-family: "Open Sans Condensed", sans-serif;
}

.archive-posts li a:hover,
.archive-filter ul li a:hover {
    color: #666;
}

.entry-date {
    background: #f5f5f5;
    border-bottom: 3px solid #e8e8e8;
    color: #444;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    margin-right: 10px;
    padding: 2px 6px 0;
    text-align: center;
    vertical-align: top;
    width: 35px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    border-top: 1px solid #f5f5f5;
    clear: both;
    padding-top: 30px;
}

.footer-widgets li {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.footer-widgets .widget {
    margin-bottom: 20px;
}

.footer-widgets p:last-child,
.footer-widgets li:last-child {
    margin-bottom: 0;
}

.footer-widgets a,
.footer-widgets a:visited {
    color: #666;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #d4af37;
}

/* ## 1 Column Footer Widget 
---------------------------------------------------------------------------*/
.sunshine-footer-widgets-1 .footer-widgets-1 {
    clear: both;
    display: table;
    float: none;
    width: 100%;
}

/* ## 2 Columns Footer Widget 
---------------------------------------------------------------------------*/
.sunshine-footer-widgets-2 .footer-widgets-1,
.sunshine-footer-widgets-2 .footer-widgets-2 {
    width: 47.717948717948715%;
}

/* ## 3 Columns Footer Widget 
---------------------------------------------------------------------------*/
.sunshine-footer-widgets-3 .footer-widgets-1,
.sunshine-footer-widgets-3 .footer-widgets-2,
.sunshine-footer-widgets-3 .footer-widgets-3 {
    width: 30.623931623931625%;
}

/* ## 4 Columns Footer Widget 
---------------------------------------------------------------------------*/
.sunshine-footer-widgets-4 .footer-widgets-1,
.sunshine-footer-widgets-4 .footer-widgets-2,
.sunshine-footer-widgets-4 .footer-widgets-3,
.sunshine-footer-widgets-4 .footer-widgets-4 {
    width: 22.076923076923077%;
}                                        

.sunshine-footer-widgets-2 .footer-widgets-1,
.sunshine-footer-widgets-3 .footer-widgets-1,
.sunshine-footer-widgets-3 .footer-widgets-2,
.sunshine-footer-widgets-4 .footer-widgets-1,
.sunshine-footer-widgets-4 .footer-widgets-2,
.sunshine-footer-widgets-4 .footer-widgets-3 {
    float: left;
    margin-right: 3.5%;
}

.sunshine-footer-widgets-2 .footer-widgets-2,
.sunshine-footer-widgets-3 .footer-widgets-3,
.sunshine-footer-widgets-4 .footer-widgets-4 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 20px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}

.footer-left,
.footer-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.footer-left {
    text-align: left;
}

.footer-right { 
    text-align: right;
}

/* # Go to top 
---------------------------------------------------------------------------------------------------- */
.go_top {
    background: #232323;
    background: rgba(0, 0, 0, 0.35);
    bottom: 55px;
    color: #fff;
    cursor: pointer;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 2px 10px;
    position: fixed;
    right: 12px;
    z-index: 999;
}

.go_top:hover {
    background: #666;
    opacity: 1;
}

/* # Animation Effect for Sliding Panel
---------------------------------------------------------------------------------------------------- */

.close_side_menu > span::before {
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    transform:          rotate(45deg);
    width: 45px;
}

.close_side_menu > span::after {
    -webkit-transform:  rotate(-45deg);
    -moz-transform:     rotate(-45deg);
    -o-transform:       rotate(-45deg);
    transform:          rotate(-45deg);
}

.close_side_menu > span {
    -webkit-transform:  scale(0.8,0.8);
    -moz-transform:     scale(0.8,0.8);
    -o-transform:       scale(0.8,0.8);
    transform:          scale(0.8,0.8);
}

.close_side_menu:hover > span {
    -webkit-transform:  scale(1,1);
    -moz-transform:     scale(1,1);
    -o-transform:       scale(1,1);
    transform:          scale(1,1);
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1140px) {
  .wrap,
  .home-top .enews-widget .widget-wrap,
  .home-bottom .enews-widget .widget-wrap {
    max-width: 960px;
  }
  
  .widgetized-home .site-inner > .wrap {
    max-width: 100%;
  }
  
  .site-header {
	background: #f3f3f3;
  }
  
  .site-header .wrap { 
	background-image: url('images/header-700w.jpg');
	background-position: top center;
  }
  
  .genesis-nav-menuu a {
	padding: 20px 5px 19px;
  }
  
  .content,
  .home .home-middle-left,
  .site-header .widget-area {
    width: 620px;
  }
  
  .sidebar-primary,
  .home .home-middle-right,
  .title-area {
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
 .genesis-nav-menu a {
	padding: 20px 5px 19px;
  }
}


@media only screen and (max-width: 960px) {
  .wrap,
  .home-top .enews-widget .widget-wrap,
  .home-bottom .enews-widget .widget-wrap {
    max-width: 800px;
  }
  
  .content,
  .sidebar-primary,
  .site-header .widget-area,
  .home .site-header .widget-area,
  .title-area,
  .home .home-middle-left,
  .home .home-middle-right,
  .with-nav-extras .nav-primary {
    float: none;
    max-width: none;
    width: 100%;
  }
  
  .site-header .wrap {
    padding: 20px 5%;
  }
  
  .header-image .site-title > a {
    background-position: center top;
  }
  
  .simple-pro-banner .sb-content-wrap {
    max-width: 40%;
  }
  
  .with-nav-extras .nav-primary {
    border-right: none;
  }
  
  .site-navigation .nav-extras.widget-area {
    border-top: 1px solid #f5f5f5;
    margin: 0 auto 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
  }
  
  .site-navigation.sticky {
    position: relative;
    top: auto;
  }
  
  .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,
  .site-header .widget-area {
  	text-align: center;
  }
  
  .site-header .search-form {
  	margin: 16px auto;
  }
  
  .genesis-nav-menu li.right {
  	display: none;
  }
}

@media only screen and (max-width: 800px) {
  .wrap,
  .site-inner .widget-area .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .widgetized-home .site-inner > .wrap,
  .full-width-blog .site-inner > .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  
  .site-header {
	background: #f3f3f3;
  }
  
  .full .enews .widget-title,
  .full .enews-widget .enews p,
  .before-header .enews-widget .enews p,
  .home-top .enews-widget .enews p,
  .home-bottom .enews-widget .enews p,
  .full .enews-widget form,
  .before-header .enews-widget form,
  .home-top .enews-widget form,
  .home-bottom .enews-widget form,
  .footer-left,
  .footer-right,
  .text-align-left,
  .text-align-right {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
  
  .full .enews-widget .enews p,
  .before-header .enews-widget .enews p,
  .home-top .enews-widget .enews p,
  .home-bottom .enews-widget .enews p {
    margin-bottom: 10px;
  }
  
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0 0 25px;
    width: 100%;
  }
  
  .with-nav-extras .nav-primary {
    margin: 0;
    width: 100%;
  }
  
  .mobile-menu {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
  
  .mobile-menu span.icon {
    float: right;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    vertical-align: middle;
  }
  
  nav {
    display: none;
  }
  
  .genesis-nav-menu .menu-item {
    border-top: 1px solid #f5f5f5;
    display: block;
  }
  
  .genesis-nav-menu > li.menu-item:first-child,
  .site-navigation .nav-extras.widget-area {
    border-top: none;
  }
  
  .genesis-nav-menu a,
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .sub-menu li a,
  .genesis-nav-menu .sub-menu li a:hover {
    display: inline-block;
    line-height: 1.3;
    padding: 10px 0;
    position: relative;
  }
  
  .genesis-nav-menu .menu-item-has-children,
  .genesis-nav-menu .menu-item:hover {
    cursor: pointer;
    position: relative;	
  }
  
  .genesis-nav-menu .sub-menu {
    background: #f8f8f8;
    display: 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: 1;
  }
  
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
    padding-left: 25px;
  }
  
  .genesis-nav-menu .sub-menu li a,
  .genesis-nav-menu .sub-menu li a:hover {
    background: transparent;
    border: none;    
    padding: 10px 15px;
  }
  
  .genesis-nav-menu .menu-item-has-children:before,
  .genesis-nav-menu .menu-item-has-children:after {
    background: #666;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 15px;
    top: 22px;
    width: 8px;
    z-index: 2;
    
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    transform:          rotate(45deg);
  }
  
  .genesis-nav-menu .menu-item-has-children:after {
    right: 11px;
    -webkit-transform:  rotate(-45deg);
    -moz-transform:     rotate(-45deg);
    -o-transform:       rotate(-45deg);
    transform:          rotate(-45deg);
  }
  
  .genesis-nav-menu .menu-open.menu-item-has-children:before {
    -webkit-transform:  rotate(135deg);
    -moz-transform:     rotate(135deg);
    -o-transform:       rotate(135deg);
    transform:          rotate(135deg);
  }
  
  .genesis-nav-menu .menu-open.menu-item-has-children:after {
    -webkit-transform:  rotate(-135deg);
    -moz-transform:     rotate(-135deg);
    -o-transform:       rotate(-135deg);
    transform:          rotate(-135deg);
  }
  
  .full .one-half,
  .full .one-third,
  .full .one-fourth,
  .footer-widgets .widget-area,
  .simple-pro-featured-posts.layout-col-two > a,
  .simple-pro-featured-posts.layout-col-three > a,
  .simple-pro-featured-posts.layout-col-four > a,
  .simple-pro-featured-posts.layout-col-two a > img,
  .simple-pro-featured-posts.layout-col-three a > img,
  .simple-pro-featured-posts.layout-col-four a > img {
    width: 100%;
  }
  
  .home-top .enews-widget .widget-wrap,
  .home-bottom .enews-widget .widget-wrap {
    padding: 5%;
  }
  
  .slide-excerpt {
    width: 50%;
  }
  
  .full-width-blog .entry img.post-image {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {  
  .site-header .wrap { 
	background-image: url('images/shes-cookin-mobile-logo4.jpg');
	background-position: top center;
  }
  
   .site-header .widget-area {
	margin: 0px;
  }
  
  .woocommerce-page.columns-6 ul.products li.product,
  .woocommerce.columns-6 ul.products li.product {
    width: 48%!important;
  }
  
  .footer-widgets .widget {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 535px) {
  .before-header .enews-widget .enews input[type="email"],
  .before-header .enews-widget .enews input[type="text"],
  .after-entry .enews-widget .enews input[type="email"],
  .after-entry .enews-widget .enews input[type="text"],
  .home-top .enews-widget .enews input[type="email"],
  .home-top .enews-widget .enews input[type="text"],
  .home-bottom .enews-widget .enews input[type="email"],
  .home-bottom .enews-widget .enews input[type="text"],
  .full .enews-widget .enews input[type="email"],
  .full .enews-widget .enews input[type="text"],
  .entry-categories, .entry-tags {
    margin-bottom: 8px;
    margin-right: 0;
    width: 100%;
  } 
  
  .before-header .enews-widget .enews input[type="submit"],
  .after-entry .enews-widget .enews input[type="submit"],
  .home-top .enews-widget .enews input[type="submit"],
  .home-bottom .enews-widget .enews input[type="submit"],
  .full .enews-widget .enews input[type="submit"],
  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  .sidr {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  
  #enews-ext-2 {
  }
  
  .simple-pro-banner .sb-content-wrap {
    max-width: 100%;
  }
  
  #genesis-responsive-slider .slide-excerpt {
    display: none;
  }
  
  .site-header .wrap {
	background-image: none;
	width: 100% !important;
	padding: 0px 5%;
  }
  
  .site-header {
	height: 130px;
  }
  
 
  
  .simple-social-icons ul li a {
	font-size: 10px !important;
  }
}