/*
Theme Name: CallMePMC
Theme URI: https://www.melissarosedesign.com
Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
Author: MelissaRoseDesign
Author URI: https://www.melissarosedesign.com
Version: 1.0.1

Template: genesis
Template Version: 2.0.0

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Forms
- Tables
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- WordPress
- Genesis
- Titles
- Widgets
- Featured Content
- After Entry
- Plugins
- Genesis eNews Extended
- Genesis Latest Tweets
- Simple Social Icons
- Simply Instagram
- Genesis Responsive Slider
- Gravity Forms
- Jetpack
- Easy Recipe
- Site Header
- Widget Above Header
- Title Area
- Widget Area
- Site Navigation
- Header Navigation
- Primary Navigation
- Secondary Navigation
- Content Area
- Home Page
- Recipe Index
- Custom Archives
- Entries
- Pagination
- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Theme Colors
- Tasteful Sweet Cakes
- Tasteful Veggie Green
- Tasteful Cherry Pie
- Tasteful Pink Lemonade
- Tasteful Shades of Gray
- Media Queries
- Retina Display

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
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:#555}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 dotted silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry-content:before,
.entry-pagination:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry-content:after,
.entry-pagination:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary: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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #555;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
}

a,
button,
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: #555;
	color: #fff;
}

::selection {
	background-color: #555;
	color: #fff;
}

a {
	color: #efa656;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #efa656;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

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: #777;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 20px;
}

h3 {
    font-family: open sans,sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 9px;
}
h8 {
	font-size: 11px;
	font-family: Raleway, sans-serif;
 	font-weight: 700;
	letter-spacing: 1px;
}
h9 {
	font-size: 11px;
	color: #efa656;
	font-family: Raleway, sans-serif;
}
h7 {
	font-size: 9px;
	color: #efa656;
	font-style: italic;
}
.home-bottom widget-area .widget-title a {
	font-size: 9px;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	border: none;
	width: auto; /* IE8 */
	border-radius: 0px;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px dotted #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #555;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px dotted #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-color: #9ba8ad;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 8px 20px;
	width: 100%;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #DDD;
	border: none;
	color: #fff;
	text-decoration: none;
}

.button {
	display: block;
	text-align: center;
}

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 dotted #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px dotted #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background: #fff;
	margin: 15px 0 0;
}

.site-header,
.site-inner,
.footer-widgets .wrap,
.site-footer .wrap{
	width: 1055px;
	margin: auto;
}

.tasteful-landing .site-container {
	width: 800px;
}

.site-inner {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	background-color: #fff;
	box-shadow: 0 0 0 1px #fff;
	clear: both;
	margin: 10px auto;
}

.tasteful-home .site-inner {
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 640px;
	margin-left:55px;
	padding: 0px 30px 10px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.tasteful-home .content {
	padding: 3px 30px 10px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
	top: -70px;
	position:relative;
}

.sidebar-content .sidebar-primary {
	float: left;
}
aside.sidebar-primary > section.featuredpost article {
	float: left;
	width: 22.85%;
	height: 66px;
	margin-right: 8px;
}
aside.sidebar-primary > section.featuredpost article:nth-child(4n-7) {
	margin-right: 0;
}
/* 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 {
	border: 1px dotted #ddd;
	float: left;
	padding: 3px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	padding: 2px 6px 3px;
	margin-top:9px;
	margin-left: 8px;
	float:left;
	background-color: #a9d8d0;
	width:18px;
	height: 24px;
	background: url(images/search-submit.png) no-repeat top left;
	-webkit-background-size: 18px 24px;
	background-size: 18px 24px;
	font-style: italic;
}

.search-form input[type="search"] {
	background: none;
	color: #888;
	content: none;
	font-size: 10px;
	margin-top: 3px;
	padding: 13px 28px 5px 13px;
	width:170px !important;
	text-transform: lowercase;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 9px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 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;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: 0 0 30px;
}

.tasteful-home .breadcrumb {
	margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

.widget-area li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-family: source sans pro,sans-serif;
	font-size: 22px;
	padding-left: 0;
}

.page .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #808080;
	font-family: Raleway,sans-serif;
	text-align: center;
	width: 100%;
}

.entry-title a{
   font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.sidebar .widget-title a {
	font-size: 17px;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #efa656;
	text-decoration: none;
}

.archive-title, .widget-title {
	font-family: "Raleway",sans-serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.widget-title:after, .widget-title:before {
	content: "";
	display: inline-block;
	height: 4px;
}

.sidebar .widget-title:after, .sidebar .widget-title:before {
	content: "";
	display: inline-block;
	height: 4px;
	margin: 0 0px;
	width: 100%;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}
#archives-3 input, select, textarea {
	background-color: #fff;
	border: 1px dotted #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #555;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 3px;
	width: 100%;
}
#archives-3 h4 {
	margin-bottom: -6px;
}
#categories-3 h4 {
	margin-bottom: -6px;
}
.disclaimer {
    color: #6d6e70;
    font-size: 11.2px;
    line-height: 18px;
}
#wysija-4 h4 {
font-size: 14px;
margin: 0px !important;
}
.widget_wysija_cont p label {
    display: block;
    font-family: serif;
    font-style: italic;
    text-align: center;
}
.widget_wysija_cont p label {
    display: block;
    font-family: serif;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 13px;
    margin-top: 14px;
    text-align: center;
}
bloglink {
    opacity: 1;
}

bloglink:hover {
    opacity: 0.4;
} 
/*
Widgets
---------------------------------------------------------------------------------------------------- */

.sidebar .widget-title{

	color: #595959;
	background-color: #fff;
	text-align: center;
	padding: 13px 0 0 0px;
background: url(https://www.callmepmc.com/wp-content/uploads/2017/10/sidebar-06.png) no-repeat;
   font-family: georgia,serif;
    font-style: italic;
}
#categories-3 h4 {
font-family: montserrat, sans-serif;
font-style: normal;
}
#archives-2 h4 {
font-family: montserrat, sans-serif;
font-style: normal;
}
.sidebar .widget-title:before{
	position: relative;
	top: -1px;
	height: 6px;
	width: 5px;
	border-radius: 100%;
}

.sidebar .widget_search{
	background: none;
	background-color: transparent !important;
	padding-bottom: 0 !important;
}

.sidebar .widget_search .widget-wrap{
	background-color: transparent;
	padding: 2px 0 5px;
	color: #fff;
	border-radius: 3px 3px 0 0;
	clear:both;
}

.sidebar .widget_search .widget-wrap:before,
.sidebar .widget_search .widget-wrap:after{
	content: " ";
	display: table;
}

.sidebar .widget_search .widget-wrap:after{
	clear: both;
}

.sidebar .widget_search .search-form{
	margin-left:0;
}

.sidebar .widget_search .widget-title{
	float:left;
	width:55px;
	background-color: transparent;
	margin-bottom:0;
	line-height:8px;
	margin-left:4px;
	padding-top:10px;
	padding-left:0;
	color: #fff;
}

.sidebar .widget_search .widget-title:before{
	display: none;
}

.sidebar .widget_search .search-form input[type="search"]{
	padding: 1em 28px 1em 13px;
	background-color: #e8e8eb;
	color: #808080;
	font-weight: bold;
	box-shadow: none;
	border: 0;
	width:calc(100% - 26px) !important;
	float:left;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 2px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 16px;
}

.sidebar .featured-content .entry-title {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px;
	color: #808080;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

.sidebar .featured-content .entry-meta,
.footer-widgets .featured-content .entry-meta {
	font-size: 10px;
	line-height: 1.2;
	margin: 0;
	color: #9bd2c5;
}

.sidebar .featured-content .entry-time,
.footer-widgets .featured-content .entry-time,
.sidebar .entry-categories a,
.footer-widgets .entry-categories a {
	text-transform: uppercase;
}

.single .content .entry-title,
.home-top .featured-content .entry-title {
	font-size: 35px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	padding-left: 0;
	text-align: left;
}

.single .content .entry-title,
.home-top .featured-content .entry-title {
	color: #808080;
	font-family: Raleway,sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.tasteful-home .home-middle .featured-content .entry,
.tasteful-home .home-bottom .featured-content .entry {
	margin-bottom: 0px;
}

.sidebar-split-right .featured-content img {
	border-radius: 150px;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	margin-top: 40px;
}

.after-entry .enews-widget {
	background: url(images/enews.png) top left no-repeat;
	border: 1px dotted #ddd;
	padding: 20px !important;
}

.after-entry .widget {
	padding: 20px 0px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #efa656;
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #DDD;
	color: #333;
}

.sidebar .enews-widget {
	background: url(images/enews.png) top left no-repeat;
	border: 1px dotted #DDD;
	text-align: center;
}

.sidebar .enews-widget {
	color: #888;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}



/* Simply Instagram
--------------------------------------------- */

.front-photo {
	box-shadow: none !important;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	background: url(images/opacity.png);
	opacity: 1;
	height: 75%;
	margin: 40px 0 0 40px;
	padding: 4% 4%;
}

.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	color: #333;
	font-size: 20px;
	font-weight: 400;
}

.content .genesis_responsive_slider p {
	color: #333;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 110px;
	text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* 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: 12px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 150px;
}

/* Widget Above Header
--------------------------------------------- */

.widget-above-header {
	background: #eee url(images/above-header.png);
	margin: 0 auto -17px;
	overflow: hidden;
	text-align: center;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	margin-bottom: -15px;
}

.widget-above-header .wrap {
	margin: 0 auto;
	padding: 10px 0;
	width: 750px;
}

.widget-above-header .widget {
	padding-bottom: 10px;
}

.widget-above-header .enews-widget input {
	float: left;
	margin: 0 3px;
	width: 24%;
}

.widget-above-header  .enews-widget input[type="submit"] {
	padding: 12px 20px;
}

.widget-above-header .widget-title {
	display: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 400;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 320px;
}

.site-title {
	font-family: 'Raleway';
	font-size: 60px;
	line-height: 1;
	margin: 18px 0 -1px;
}

.site-title a,
.site-title a:hover {
	color: #efa656;
	display: block;
	font-weight: 400;
	padding: 35px 0 0;
	text-decoration: none;
}

.site-description {
	color: #efa656;
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: 400;
}

/* 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-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title a {
	margin: 0 auto;
	width: 270px;
	min-height: 190px;
	padding: 0;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 728px;
}

.site-header .widget {
	padding: 28px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}

.site-header .enews {
	padding: 0px;
}

.site-header .enews input {
	float: left;
	margin: 0px 5px;
	overflow: hidden;
	width: 23%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #e5a04c;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	line-height: 2;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 16px 20px;
	position: relative;
font-weight: 700;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	background-color: none;
	color: #496070;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #FFF;
	background-color: #e5a04c;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 175px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #EDA95F;
	color: #fff;
	font-size: 12px;
	padding: 3px 18px;
	position: relative;
	width: 175px;
	transition: background-color .4s ease-in-out, color .4s ease-in-out;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #555;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu > .search {
	padding: 4px;
	margin: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}
.formError .formErrorContent {
display: none;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	height: 78px;
	border-bottom: 3px solid #EDEDED;
	border-top: 3px solid #EDEDED;
	line-height: 10px;
	margin-top: 51px;
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

.site-header .genesis-nav-menu a {
	color: rgb(137, 139, 142);
	font-family: "Raleway",sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 22px;
	padding: 3px 22px;
}
.site-header .genesis-nav-menu a:hover {
	color: #e5a04c;
	background-color: #f8eded;
}

.site-header .sub-menu {
	border-top: none;
	line-height: 7px;
	background: #ed2b90;
}

.site-header .genesis-nav-menu .sub-menu a {
	background: none repeat scroll 0 0 #ed2b90;
	border: medium none;
	color: #fff;
	font-family: source sans pro;
	font-size: 13px;
	font-weight: 400;
	line-height: 0;
	text-align: center;
	text-transform: lowercase;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
	text-align: center;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #e5a04c;
	width: 100%;
}

.nav-secondary .wrap {
	margin: 0 auto;
	width: 1055px;
	position: relative;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-slider {
	margin-bottom: 20px;
}

.home-top,
.home-middle {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}

.home-top {
	padding: 0px 0px;
	margin-bottom: 30px;
}

.home-middle {
	border-top: 2px double #e5a04c;
	border-bottom: 2px double #e5a04c;
}

.home-middle .entry-title{
	padding-bottom: 6px;
	margin-bottom: 5px;
	background-size: 261px 16px;
}

.home-middle-full {
	float: none;
	width: 100%;
}

.home-middle-full .widget article {
	width: 47.2%;
	float: left;
}

.home-middle-full .widget article:nth-child(odd) {
	margin-right: 30px;
}

.home-middle-left {
	float: left;
	width: 50%;
}

.home-middle-right {
	float: right;
	width: 50%;
}

.home-middle .widget {
	padding: 0 15px;
}

.home-bottom .widget {
	padding: 30px 0px;
}

.home-bottom .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 25%;
}

.home-bottom {
	float: left;
	width: 100%;
}

.home-bottom .entry-title{
	margin-bottom: 10px
}

.tasteful-home a.more-link {
    background: none repeat scroll 0 0 #c8dedb;
    clear: both;
    display: inline;
    font-family: "Raleway",sans-serif;
    font-size: 11px;
    margin: 0 0 25px;
    padding: 7px;
    position: relative;
}
.tasteful-home a.more-link:hover {
    background: none repeat scroll 0 0 #d8eae7;
}

.tasteful-home a.more-link:before {
	right: 100%;
	margin-right: 10px;
	content: '';
	-webkit-background-size: 69px 19px;
	background-size: 69px 19px;
	position: absolute;
	width: 69px; height: 19px;
}

.home-slider a.more-link {
	background: #fff;
	text-align: center;
	padding: 5px;
}

.tasteful-home .more-from-category a {
	background: none repeat scroll 0 0 #FFCABC;
	clear: both;
	color: #fff;
	display: inline-block;
	float: right;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 10px;
	overflow: hidden;
	padding: 5px 10px;
	text-transform: uppercase;
}

.tasteful-home .more-from-category a:after {
	content: "  >>>";
}

.tasteful-home .more-from-category a:hover {
	background: #efa656;
	color: #fff;
	text-decoration: none;
}


/* Recipe Index
--------------------------------------------- */

.category-index .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 25%;
}

.category-index .widget {
	border-bottom: 1px dotted #DDD;
	padding: 20px 0px;
}

.category-index .more-from-category a {
    background: none repeat scroll 0 0 #c4e5df;
    clear: both;
    display: inline-block;
    float: right;
    font-family: cardiff,serif;
    font-style: italic;
    overflow: hidden;
    padding: 5px 10px;
    text-transform: lowercase;
}

.category-index .more-from-category a:after {
	content: "  >>>";
}

.category-index .more-from-category a:hover {
	background: #808184;
	color: #fff;
	text-decoration: none;
}

.category-index .entry-title a {
	color: #555;
}

.category-index ul li {	
	border-bottom: 1px dotted #ddd;
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}
.entry-recipes {
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 0 10px
}

.entry-recipes .entry-title {
    text-align: center;
    margin-top: 5px;
    line-height: 18px
}

.entry-recipes .entry-title a {
    font-size: 14px
}
.entry-resources {
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 0 10px
}
.entry-resources .entry-title {
    text-align: center;
    margin-top: 5px;
    line-height: 18px
}

.entry-resources .entry-title a {
    font-size: 14px
}
.entry-holiday {
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 0 10px
}

.entry-holiday .entry-title {
    text-align: center;
    margin-top: 5px;
    line-height: 18px
}

.entry-holiday .entry-title a {
    font-size: 14px
}
.entry-project {
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 0 10px
}

.entry-project .entry-title {
    text-align: center;
    margin-top: 5px;
    line-height: 18px
}

.entry-project .entry-title a {
    font-size: 14px
}

/* Custom Archives
------------------------------------------------------------ */

.archive .content .entry {
	height: 230px;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0 5px;
	width: 25%;
	float: left;
}

.archive .content .entry p img {
	border: 1px dotted #ddd;
	height: 190px;
	margin-bottom: 5px;
	padding: 3px;
	width: 190px;
}

.archive .content .entry img:hover {
	opacity:0.8;
}

.archive .content .entry-title {
	background-image: none;
	background-color: #fff;
	line-height: .7;
	margin: 0 0 15px 0;
	padding: 0;
}

.archive .content .entry-title a {
	font-size: 14px;
}

.archive .content .entry-header .entry-meta {
	display: none;
}

.archive .archive-pagination {
	clear: both;
}


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 80px;
}

.single .entry {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	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,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header{
	text-align: center;
}

.content .entry-header .entry-meta {
	clear: both;
	color: #9ba8ad;
	font-size: 12px;
	line-height: 1;
	overflow: hidden;
	width: 100%;
	margin-top: -5px;
	font-family: 'Raleway', sans-serif;
}

.content .entry-header .entry-meta a {
	color: #9ba8ad;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.content .entry-header .entry-meta .entry-comments-link {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	padding-left: 19px;
	padding-top: 3px;
	font-weight: 500;
	margin-left: 10px;
	text-transform: lowercase;
	color: #9ba8ad;
}
.content .entry-header .entry-meta .entry-comments-link a:hover {
	color: #6f8c93;
}
.entry-footer .entry-meta {
	clear: both;
	color: #777;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 10px;
}

.content .entry-footer .entry-meta a {
	color: #777;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}

a.more-link {
	color: #808184;
	clear: both;
	display: inline;
	margin: 30px 0 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px dotted #ddd;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #eee;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 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;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 10px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #fff;
	color: #7f7f7f;
	float: left;
	font-weight: 700;
	padding: 15px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #fff;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding:0 22px 12px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 12px;
	padding: 24px;
	display: none;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	background: none;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 6px;
	padding: 5px;
}

.sidebar li a {
	text-decoration: none;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
    background: none repeat scroll 0 0 #FFF;
    margin-bottom: 0;
    padding: 9px 13px;
    word-wrap: break-word;
}

.sidebar-split-left .widget,
.sidebar-split-right .widget {
	padding: 20px 10px;
}

.sidebar-split-left .widget{ padding-left: 0px; }
.sidebar-split-right .widget{ padding-right: 0px; }

.sidebar .search-form {
	width: 100%;
}

.sidebar-split-left {
	display: inline;
	float: left;
	width: 170px;
}

.sidebar-split-right {
	display: inline;
	float: right;
	width: 170px;
}

.sidebar-split-bottom {
	clear: both;
	width: 340px;
}

.sidebar-split-left .widget select,
.sidebar-split-right .widget select{
	border-radius: 0;
	margin-top: 5px;
	border: 1px solid #bebebe;
	-webkit-appearance: none;
	color: #a3a3a3;
	font-size: 12px;
	padding-left: 5px;
	background: #fff url(images/dropdown-arrow.png) no-repeat top right;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.sidebar-split-left .widget-title:before,
.sidebar-split-right .widget-title:before{
	display: none;
}

.sidebar-split-left .widget-title,
.sidebar-split-right .widget-title{
	background: none;
	text-align: center;
	padding: 0;
	border-bottom: 3px solid transparent;
	margin-bottom: -1px !important;
	line-height:8px !important;
}

.sidebar-split-left .widget-title{
	color: #4d687b;
	border-color: #e5a04c;
}

.sidebar-split-left .featuredpost img {
	border-radius: 50%;
}

.sidebar-split-left .entry-header .entry-title a {
	font-size: 15px;
	text-align: center;
	display: block;
}

.sidebar-split-right .widget-title{
	color: #4d687b;
	border-color: #e5a04c;
}




/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	font-size: 14px;
	background-color: #F7F7F7;
}

.footer-widgets .wrap {
    background: #F7F7F7;
    overflow: hidden;
    padding: 41px 0 15px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 2.8%;
	width: 33.3333333333%;
}

.footer-widgets-4  {
	padding: 0 2.8%;
	text-align: center;
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #555;
	font-size: 12px;
	padding-bottom: 20px;
	text-transform: uppercase;
	background-color: #F7F7F7;
}

.site-footer a {
	color: #8e8e8e;
}
.site-footer a:hover {
	color: #000;
}

.site-footer p {
	margin: 0;
}

.footer-social,
.footer-copyright{
	float: left;
	width: 50%;
}

.footer-copyright p{
    font-size: 10px;
    letter-spacing: 0.2px;
    text-align: right;
    text-transform: none;
}

.footer-social .widget-area,
.footer-social .search-social{
	padding-top: 0 !important;
}


/* Adding Search Form and Simple Social Icons to Primary Navigation
---------------------------------------------------------------------- */

.nav-primary {
	margin-bottom: 20px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.social-subscribe{
	float:right;
	color: #fff !important;
	padding:9px 15px !important;
	margin:0 10px 5px 0;
	background-color: #f6a8a8;
}

.social-subscribe i.fa{
	margin-left: 5px;
}

.search-social-left,
.search-social-left .widget-area{
	float: none !important;
	}

.search-social .simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.search-social .simple-social-icons ul li:last-child {
	margin-right: 0 !important;
}

/*
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) {

	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}

	.footer-widgets li {
		background-image: url(images/icon-li-footer@2x.png);
	}

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}

	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}

	.genesis-nav-menu > .rss > a {
		background-image: url(images/icon-rss@2x.png);
	}

	.genesis-nav-menu > .twitter > a {
		background-image: url(images/icon-twitter-nav@2x.png);
	}

}

/* Adding Search Form and Simple Social Icons to Primary Navigation
---------------------------------------------------------------------- */

.nav-primary {
	margin-bottom: 20px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.nav-secondary .search-social {
	list-style-type: none;
	list-style-image: none;
	padding-top: 0;
	margin-right: 10px;
	display: inline-block;
	float: right;
	margin: 17px 250px 0 0;
}


.search-social .simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.search-social .simple-social-icons ul li:last-child {
	margin-right: 9px !important;
}

.nav-secondary .search-social section a {
	padding: 0 5px;
}
.nav-secondary .search-social section a:hover {
	padding: 0 5px;
}
.nav-secondary .search-social section {
	display: inline-block;
}

.nav-secondary .search-social .enews-widget {
	width: 223px;
	position: absolute;
	right: 0;
	top: 0;
}

.nav-secondary .search-social .enews-widget .widget-title { display: none; }

.nav-secondary .search-social .enews-widget p {
	font-size: 11px;
	line-height: 1.2;
	color: #F3E5BD;
	margin: 19px 0 17px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	display: block;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.5px;
}
.nav-secondary .search-social .enews-widget .widget-wrap {
	background: #e5a04c;
	padding-bottom: 9px;
	border-radius: 0 0 10px 10px;
}
.nav-secondary .enews-widget input {
	padding: 7px;
}
.nav-secondary .enews-widget input[type=email] {
	width: 167px;
	margin-left: 10px;
	padding: 1px 10px;
	float: left;
	border-radius: 5px 0 0 5px;
	background: #F2C38F;
	border: 1px solid #F2C38F;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	height: 23px;
	text-transform: lowercase;
}
.nav-secondary .enews-widget input[type=submit] {
	padding: 2px 3px;
	width: 37px;
	margin: 0;
	background-color: #496070;
}
.nav-secondary .search-social .enews-widget input[type=submit]:hover {
	background-color: #F3E5BD;
	color: #496070;
}

.nav-secondary :-ms-input-placeholder {
	color: #fff;
}

.nav-secondary ::-webkit-input-placeholder {
	color: #fff;
}

.nav-secondary :-moz-placeholder {
	color: #fff;
}

/* User Profile */
.widget.user-profile{ margin-bottom: 0; }
.widget.user-profile .widget-title{ float: right; position: relative; right: 35px; margin-bottom: 5px; }
.widget.user-profile .widget-title:after{ background: transparent; }
.widget.user-profile p {
	clear: both;
	color: #757677;
	font-size: 10.7px;
	font-weight: initial;
	line-height: 16px;
	text-align: center;
	padding-top: 10px;
}
.widget.user-profile .alignleft{
	padding: 0 5px 5px 0; 
	margin: 0 5px 0 10px; 
	position: relative;
	width: 135px;
	height: 135px;
	float: left;
}
.widget.user-profile .alignleft:before {
	content: '';
	position: absolute;
	width: 88%;
	height: 88%;
	border: 3px solid #F0F4F4;
	top: -10px;
	left: -10px;
}
.widget.user-profile .pagelink{
    background-color: #496070;
    color: #fff !important;
    display: inline-block;
    float: right;
    font-family: serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 9px;
    padding: 2px 50px;
    text-decoration: none;
    text-transform: lowercase;
}
.widget.user-profile .pagelink a{
color: #fff;
}
.widget.user-profile .pagelink a:hover{
color: #C8DEDB;
}
.widget.user-profile .pagelink:hover{ background-color: #6D8791; color: #fff }
.widget.user-profile .avatar{ margin-right: 0; position: relative; border: 0; }
.widget.user-profile .widget-wrap{ position: relative; }
.widget.user-profile .widget-wrap:before{ position: absolute; content: ''; top: -30px; right: 5px; background: url(images/widget-dots-top.png) no-repeat center / 70px 38px; width: 70px; height: 38px; }
.widget.user-profile .widget-wrap:after{ position: absolute; content: ''; bottom: -40px; left: 0; background: url(images/widget-dots-bottom.png) no-repeat center / 61px 41px; width: 61px; height: 41px;
}
#mc_embed_signup form {
	background: none repeat scroll 0 0 #fff;
	display: block;
	padding: 10px 0 10px 3%;
	position: relative;
	text-align: left;
	border-bottom: 4px double #b0dcc7;
	border-top: 4px double #b0dcc7;
}
#mc_embed_signup .mc-field-group input {
	background-color: #ffffff;
	border: medium none;
	color: #323232;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	margin: 0 0 8px;
	padding: 0 10px;
	vertical-align: middle;
	width: 80%;
}
#mc_embed_signup .button {
	background-color: #aaa;
	border: 0 none;
	border-radius: 0;
	clear: both;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
}
#mc_embed_signup > input[type="email"] {
	display: inline-block;
}
#mc_embed_signup label {
	color: #898b8e;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
#mc_embed_signup input {
	border: medium none;
}
#mc_embed_signup input.email {
	display: block;
	margin: 0 4% 10px 0;
	min-width: 130px;
	padding: 7px 0;
	text-indent: 5px;
	width: 61%;
	border: none;
}
#mc_embed_signup input.button {
	background: none repeat scroll 0 0 #edc831;
	border-radius: 0;
	display: block;
	float: right;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	margin: -43px 6px 10px 0 !important;
	min-width: 90px;
	text-transform: uppercase;
	width: 32%;
}
.home-top widget-area .content .entry-header .entry-meta {
	clear: both;
	color: #777;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
	overflow: hidden;
	text-align: left !important;
	width: 100%;
}
#featured-post-31 .featured-content img, .gallery img {
	border-radius: 99px;
	width: auto;
}
.footer-social .simple-social-icons ul li a, .footer-social .simple-social-icons ul li a:hover {
	background-color: transparent !important;
	color: #9ba8ad !important;
}
copyright {
	color: #c4c6c8;
	float: right;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 9px 0 -32px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	width: 1120px;
}
/* Share Buttons */
.entry-share{ display: inline-block; width: 100%; clear: both; font-weight: 700; font-family: 'BrandonGrotesque-Bold', sans-serif; text-transform: uppercase; margin-bottom: 25px; letter-spacing: 1px; margin-top: 10px; font-size: 12px; }
.entry-share ul{ margin-bottom: 0; padding-left: 0px; display: block; float: left; }
.entry-share ul li{ display: inline; margin-right: 10px; margin-left: 0 }
.entry-share ul li a{ color: #fff; padding: 5px 9px; text-decoration: none; }
.entry-share ul li a:hover{ opacity: 0.8; color: #fff }
.entry-share ul li a[href*="facebook.com"]{background-color: #ffcabc }
.entry-share ul li a[href*="twitter.com"]{ background-color: #ffcabc }
.entry-share ul li a[href*="pinterest.com"]{ background-color: #ffcabc }
.entry-share ul li a[href*="mailto"]{ background-color: #ffcabc }
.entry-share ul li a:hover{ text-decoration: none; }
.archive .entry-share,
.author .entry-share,
.page .entry-share{ display: none; }
.entry-share #jump-comment{ float: right; color: #B7B7B7; text-transform: uppercase; text-decoration: none; font-size: 14px; }

}
subtitle {
	font-family: source sans pro;
	font-size: 13px;
	text-align: center;
}

/* Custom by Supriyadi Widodo */

/*
.sidebar img.entry-image {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
*/

.home-top .entry-header,
body.single .content .entry-header {
	position: relative;
}

body.single .site-inner,
.home-top {
	overflow: visible;
}

.home-top .entry-header p.entry-meta,
body.single .content .entry-header p.entry-meta {
	text-align: left;
	margin: 0;
	padding: 0 0 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	color: #9ba8ad;
}
.entry-header p.entry-meta .entry-month {
	background: #9CA9B1;
	color: #fff;
	position: absolute;
	top: 0px;
	left: -75px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 10px;
	font-family: Raleway,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.site-header .sub-menu {
	background: #efa656;
	padding-bottom: 10px;
}

.genesis-nav-menu .sub-menu {
	width: 176px;
}

.site-header .sub-menu:before {
	position: absolute;
	bottom: 100%;
	left: 81px;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #efa656 transparent;
}

.site-header .genesis-nav-menu .sub-menu a {
	background: none repeat scroll 0 0 #efa656;
}

.home-top .date span,
body.single .content .entry .date span {
	display: block;
}

/*.featured-content .date span,
.footer-widgets .date span {
display: inline-block;
margin: 0 7px 0 0;
}*/

#featured-post-27 .entry-title a, .sidebar .widget-title a {
	color: rgb(154, 214, 184);
	font-family: source sans pro,sans-serif;
	font-size: 15px;
	width: 100%;
	color: #606060;
	text-align: center !important;
}
#featured-post-31 .entry-title a, .sidebar .widget-title a {
	color: rgb(154, 214, 184);
	font-family: source sans pro,sans-serif;
	font-size: 15px;
	width: 100%;
	color: #606060;
	text-align: center !important;
}

/* Responsive @medias*/

.genesis-nav-menu .menu-item:hover > .sub-menu {
  margin-top: 0px;
}

#menu-item-30193 .sub-menu{
  margin-left: -40px;
}

#menu-item-30206 .sub-menu{
  margin-left: -46px;
}

#menu-item-30699 .sub-menu{
margin-left: -58px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -40px 0 0 174px !important;
}

.site-header .sub-menu .sub-menu:before {
  display: none;
}


@media only screen and (max-width: 1200px) {
.site-header .widget {
	padding: 0;
}

	/*Pink Bar*/
	.genesis-nav-menu {
		clear: both;
		margin: 0 auto;
		width: 238px;
	}

	.nav-secondary .wrap {
		width: 100%;
	}

	.social-subscribe {
		float: none;
		margin: 0 0 10px 0;
	}

	.search-social,
	.nav-secondary .search-social .enews-widget {
		bottom: auto !important;
		float: none;
		margin: 0 auto;
		position: relative;
	}

	#text-73 div, #text-77 div, #text-68 div {
		width: auto !important;
	}

	.site-header .widget-area {
		float: none;
		width: 100%;
		max-width: 768px;
		margin:0 auto;
		
	}

	.nav-header {
			text-align:center;
	}

	.site-header .widget_nav_menu{
		margin-top:0;
	}

	.site-header .genesis-nav-menu {
		float: none;
		margin: 0 auto;
		/*max-width: 50em;*/
		width: 100%;
	}

	.genesis-nav-menu .menu-item {
		float: none;
		text-align: center;
	}

	.site-header .widget_nav_menu{
		height:auto;
		padding: 0 0 18px;
	}

	.nav-secondary .search-social {
		margin-right: 0;
	}



	/*All The Rest*/

	html {
		overflow-x: hidden !important;
	}

	.site-container {
		max-width: 768px;
		margin:0 auto;
	}

	.title-area {
		float: none;
		margin: 0 auto;
	}

	.site-header, .site-inner, .footer-widgets .wrap, .site-footer .wrap {
		max-width: 100%;
	}

	.content-sidebar .content, .content-sidebar .sidebar {
		display: inline-block;
		float: none;
		margin: 0 auto !important;
		width: 100%;
	}

	.home-top {
		padding-left: 74px;
	}

	.content {
			padding-left:84px
	}	

	.sidebar {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 70px;
	}

	.sidebar .widget_search{
		padding: 9px 0;
	}

	.sidebar section {
			margin: 10px auto;
	}

	.sidebar-split-right, .sidebar-split-left, .sidebar-split-bottom {
		clear: both;
		float: none;
		width: /*340px*/ 100% !important;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.sidebar-split-right .widget, .sidebar-split-left .widget {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sidebar .entry-header {
		text-align: center;
	}

	a.alignleft img, img.alignleft, .wp-caption.alignleft {
		margin: 0 auto;
	}

	/*.sidebar-split-bottom {
		column-count: 2;
			-moz-column-count: 2;
		-o-column-count: 2;
		-webkit-column-count: 2;	
	}*/

	.sidebar section {
		margin: 10px auto !important;
	}

	.archive-title, .widget-title{
		/*margin-bottom:0;*/
		text-align:center;
	}

	.sidebar .widget-title:before{
		display:none;
	}

	.content .entry-header {
		clear: both;
	}

	.widget .alignleft, .widget .alignnone {
		display: inherit;
		float: none;
		margin: 0 auto !important;
		text-align: center;
	}

	.home-middle-left, .home-middle-right {
		display: block;
		float: left;
		position: relative;
		width: 50%;
	}

	.home-middle .entry-title {
		background: none;
	}

	.widget.user-profile .pagelink {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}

	a.blog .alignleft img, img.alignleft, .wp-caption.alignleft {
		padding-right: 10px;
	}

	.nav-secondary .search-social .enews-widget {
		top: auto;
		bottom: -35px;
	}

}

@media only screen and (max-width: 1035px) {

	.site-header .widget-area {
		width: 100%;
		
	}

	.nav-secondary .search-social {
		margin-right: 0;
	}
}


@media only screen and (max-width: 625px) {

.site-header .widget {
	padding: 5px 0 0;
}

	.home-middle-full .widget article {
		width: 100%;
		float: left;
	}

	.home-middle-full .widget article:nth-child(odd) {
		margin-right: 0px;
	}

	.nav-secondary .search-social .enews-widget {
		position: relative;
		bottom: auto;
	}
}
@media only screen and (max-width: 800px) {

	.home-bottom .featured-content .entry, .archive .content .entry {
		width: 50%;
	}

	.home-bottom .featured-content .entry:nth-child(2n+2) {
		clear: left;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		clear: both;
		float: none !important;
		margin: 0 auto;
		max-width: 100%;
		width: 340px;
	}

	.site-header .widget_nav_menu{
		margin-top:0;
	}

	.footer-social, .footer-copyright {
		float: none;
		margin: 0 auto;
		max-width: 100%;
		width: 320px;
		text-align:center;
	}
}

@media only screen and (max-width: 500px) {

	.site-container {
		overflow: hidden !important;
	}

	.site-title{
		margin:18px 0 0 3%;	
	}

.site-header .widget {
	padding: 15px 0 0;
}

	.entry-header p.entry-meta .entry-month {
		display: none;
	}

	/*.site-header .genesis-nav-menu a{
		font-size:50px;
	}

	.site-header .genesis-nav-menu{
		max-width:100%;
	}*/

	.widget.user-profile h8 {
		clear: both;
		display: block;
		position: relative;
		width: 100%;
	}

	.widget.user-profile .avatar {
		float: none;
		margin: 0 auto !important;
	}

	.single .content .entry-title, .home-top .featured-content .entry-title{
		text-align:center;
		padding-top: 10px;
		line-height: 25.2px;
	}

	.home-top .entry-header p.entry-meta, body.single .content .entry-header p.entry-meta {
		background: none repeat scroll 0 0 transparent;
		height: auto;
		margin: 0;
		padding: 0 0 15px;
		width: 100%;
		text-align:center;
	}


	.home-top{
		padding-left: 0px;
	}

	.content {
		padding-left: 30px;
	}

	.home-bottom .featured-content .entry, .home-middle-left, .home-middle-right, .archive .content .entry {
		width: 100%;
		float:none;
	}

	.home-bottom .featured-content .entry:nth-child(2n+2) {
		clear: none;
	}

	#text-39 span {
		max-width: 100%;
	}

	#text-39 span span{
		max-width: calc(100% - 20px);
	}

	.sidebar .widget_search .widget-title{
		text-align:center !important;
		width: 100%;
	}

	.sidebar .widget_search .search-form {
		float: none;
		margin: 0 auto;
	}

	.footer-widgets-1, .footer-widgets-2, .sidebar .featuredpost {
		display: none !important;
	}

	.footer-copyright p{
		text-align:center;
	}

	a.blog .alignleft img, img.alignleft, .wp-caption.alignleft {
		padding-right: 0px;
	}

	.page-template-page_blog-php .entry-content > p {
		clear: both;
		display: inline-block;
		margin-top: 10px;
	}

	.page-template-page_blog-php  a.alignleft img,.page-template-page_blog-php  img.alignleft, .page-template-page_blog-php  .wp-caption.alignleft {
		margin: 0 auto;
		display: flex;
		float: none;
	}

	.widget.user-profile .alignleft {
		float: none;
	}
.genesis-nav-menu {
	text-align: center;
}
.genesis-nav-menu a {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 4px 12px;
    position: relative;
}
#simple-social-icons-5 {
display: none;
}
.nav-secondary .enews-widget {
display: none !important;
}
.title-area {
height: 156px;
}
}