/*
Theme Name: Asada
Author: Team Simmer
Author URI: https://simmerwp.com/
Description: The Simmer for Recipes website theme.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
.entry blockquote:before, 
.entry q:before {
	content: url(images/quotes.png);
	zoom: 0.2;
	margin-left: 40%;
}

.entry blockquote:after, 
.entry q:after {
	content: url(images/quotes2.png) center;
	zoom: 0.2;
	margin-left: 50%;
}
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
	a:active {
		text-align: none;
	}

a img {
	border: 0;
}

body {
	background-color: rgb( 248, 248, 248 );
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: rgb( 64, 64, 64 );
	font-family: "museo-sans", sans-serif;
	font-size: 2.0rem;
	font-weight: 100;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb( 195, 154, 100 );
	font-weight: 300;
	line-height: 1.2;
	clear: both;
}

h1 {
	font-size: 3.2rem;
}
h2 {
	font-size: 2.8rem;
}
h3 {
	font-size: 2.4rem;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3 {
	margin-bottom: 15px;
	color: rgb( 223, 87, 58 );
	font-family: 'adelle', sans-serif;
}

@media screen and ( min-width: 800px ) {
	
	h2 {
		font-size: 3.2rem;
	}
	h3 {
		font-size: 2.8rem;
	}
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

.entry blockquote {
	margin-bottom: 30px;
	margin-top: 40px;
	font-size: 1.8em;
}
	.entry blockquote p {
		margin: 0 0 20px 0;
		text-align: center;
	}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	padding: 0 2px;
	background: rgba( 254, 230, 147, 0.7 );
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

.wp-caption {
	max-width: 100%;
}
.wp-caption img {
	display: block;
}
.wp-caption figcaption {
	padding: 10px;
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
}

iframe,
embed,
video {
	margin: 0 auto;
}

iframe.youtube-player { width: 100%; }

/*--------------------------------------------------------------
5.0 Links
--------------------------------------------------------------*/

a {
	color: rgb( 223, 87, 58 );
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: rgb( 223, 87, 58 );
	text-decoration: underline;
}


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

/* Misc */

/* Addresses excess padding in IE8/9 */
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;   /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Buttons */

[role="button"],
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

a[role="button"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 14px 34px;
	color: rgb( 255, 255, 255 );
	font-family: "museo-slab", serif;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	background: rgb( 223, 87, 58 );
	border: none;
	border-radius: 500px;
	outline: none;
	cursor: pointer;
}

a[role="button"]:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: rgb( 0, 146, 199 );
}

.shortcode-button[role="button"] {
	margin-bottom: 1.5em;
}

a[role="button"].alt-button,
button.alt,
input[type="button"].alt-button,
input[type="reset"].alt-button,
input[type="submit"].alt-button {
	padding: 12px 32px;
	color: rgb( 195, 154, 100 );
	background: none;
	border: 2px solid rgb( 195, 154, 100 );
}

a[role="button"].alt-button:hover,
button:hover.alt,
input[type="button"].alt-button:hover,
input[type="reset"].alt-button:hover,
input[type="submit"].alt-button:hover {
	color: rgb( 255, 255, 255 );
	background: rgb( 195, 154, 100 );
}

/* Inputs */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 6px 16px;
	font-size: 1.6rem;
	border: 1px solid rgb( 204, 204, 204 );
	border-radius: 3px;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: rgb( 165, 165, 165 );
}

textarea {
	width: 100%;
	font-size: 1.6rem;
	overflow: auto;
	vertical-align: top;
}

/* Layout */

.form-group:before,
.form-group:after {
	content: "";
	display: table;
}
.form-group:after {
	clear: both;
}

.form-field {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.form-field input,
.form-field textarea {
	width: 100%;
}

/* Required */

.form-field[data-required] {
	position: relative;
}
.form-field[data-required]::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 8px;
	height: 8px;
	content: '*';
	color: rgb( 189, 16, 224 );
	line-height: 8px;
	z-index: 100;
}

@media screen and ( min-width: 600px ) {
	
	.form-field.form-field-half {
		width: 50%;
	}
	.form-field.form-field-half:nth-child(odd) {
		float: left;
		padding-right: 10px;
	}
	.form-field.form-field-half:nth-child(even) {
		float: right;
		padding-left: 10px;
		clear: none;
	}
	
	.form-field.form-field-half:nth-child(odd)[data-required]::after {
		right: 18px;
	}
	
}

/* Select2 */

.select2-container .select2-choice {
	padding-top: 6px;
	padding-bottom: 6px;
	color: rgb( 64, 64, 64 );
	font-size: 16px;
	font-weight: 100;
	line-height: 1.6;
}

.select2-results .select2-result-label {
	font-size: 16px;
}

/* Contact Form 7 */

div.wpcf7 {
	background: rgb( 255, 255, 255 );
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba( 0, 0, 0, 0.07 );
}
div.wpcf7 .form-group {
	margin: 0;
	padding: 30px;
	border-bottom: 1px solid rgb( 250, 250, 250 );
}
	article.entry div.wpcf7 {
		background: none;
		box-shadow: none;
		padding: 0 200px 0 0;
		width: 100%;
	}
	/* Recipe migration form */
	article.entry div#wpcf7-f3461-p3430-o1 {
		margin-left: -30px;
	}
div.wpcf7 .form-group .form-field {
	margin-bottom: 0;
}
div.wpcf7 .form-group.submit-box {
	background: rgb( 250, 250, 250 );
}

@media screen and ( min-width: 800px ) {
	
	div.wpcf7 {
		width: 80%;
		margin: 0 auto;
	}
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin: 20px auto;
	clear: both;
}

@media screen and ( min-width: 600px ) {
	
	.alignleft {
		display: inline;
		float: left;
		margin: 0 40px 40px 0;
		clear: none;
	}
	
	.alignright {
		display: inline;
		float: right;
		margin: 0 0 40px 40px;
		clear: none;
	}
	
	.aligncenter {
		margin: 40px auto;
	}
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
9.0 Layout
--------------------------------------------------------------*/

.site-content {
	padding-top: 60px;
}
@media screen and ( min-width: 600px ) {
	
	.site-content {
		padding-top: 80px;
	}
}

.alt-header .site-content {
	padding-top: 0;
}

.container {
	width: 100%;
	padding: 20px;
}
@media screen and ( min-width: 980px ) {
	
	.container {
		width: 980px;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
Widget Areas
--------------------------------------------------------------*/

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

.widget {
	margin-bottom: 2em;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}

@media screen and ( min-width: 600px ) {
	
	.widget {
		float: left;
		width: 50%;
	}
	.widget:nth-of-type(odd) {
		padding-right: 10px;
		clear: both;
	}
	.widget:nth-of-type(even) {
		padding-left: 10px;
	}
	.widget:nth-of-type(odd):last-of-type {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}
@media screen and ( min-width: 800px ) {
	
	.widget {
		float: none;
		width: 100%;
	}
	.widget:nth-of-type(odd),
	.widget:nth-of-type(even) {
		padding: 0;
	}
}

.widget .widget-title {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: rgb( 64, 64, 64 );
	font-family: "museo-slab", serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.widget .widget-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 1px;
	content: '';
	background: rgb( 195, 154, 100 );
}

/* Search */

.search-widget form {
	position: relative;
}
.search-widget input[type="search"] {
	width: 100%;
	border: 1px solid rgb( 170, 170, 170 );
}
.search-widget button {
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 20px;
	height: 20px;
	padding: 0;
	color: rgb( 170, 170, 170 );
	background: none;
	border-radius: 0;
	-webkit-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	        transform: translateY( -50% );
}
.search-widget button::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}
.search-widget button:hover {
	color: rgb( 120, 120, 120 );
	background: none;
}

/* Latest Posts */

.latest-posts-widget {
	clear: none;
}
.latest-posts-widget > a {
	display: block;
	margin-bottom: 1.5em;
}

.latest-posts-widget a:hover {
	text-decoration: none;
}
.latest-posts-widget article.post {
	position: relative;
	margin: 0;
	padding: 0;
}
.latest-posts-widget article figure {
	position: absolute;
	top: 0;
	left: 0;
}
.latest-posts-widget article.has-thumbnail .post-details {
	min-height: 80px;
	padding-left: 90px;
}
.latest-posts-widget article h1 {
	margin-bottom: 0.5em;
	color: rgb( 64, 64, 64 );
	font-size: 1.4rem;
	line-height: 1.4;
}
.latest-posts-widget article .views {
	color: rgb( 124, 124, 124 );
	font-size: 1.4rem;
}
.latest-posts-widget article .views::before {
	font-size: 1.8rem;
}

/* Promo Boxes */

.widget .promo-box {
	display: block;
	margin: 0 auto;
}
.widget .promo-box .widget-title {
	color: rgb( 195, 154, 100 );
}

/* Latest Tweets */
.latest-tweets-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-tweets-widget li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 40px;
}
.latest-tweets-widget li .asada-icon-twitter {
	position: absolute;
	top: 2px;
	left: 0;
}
.latest-tweets-widget li .asada-icon-twitter:hover {
	text-decoration: none;
}
.latest-tweets-widget li .asada-icon-twitter::before {
	margin: 0;
	padding: 0;
	color: rgb( 0, 138, 217 );
	font-size: 20px;
}


/* Affiliate Account Display */

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
	margin: 0 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	margin-right: 20px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
	display: inline-block;
    margin: 10px 20px 10px 0;
    color: rgb( 255, 255, 255 );
    text-decoration: none;
    background: rgb( 0, 146, 199 );
    border-bottom-color: rgb( 0, 146, 199 );
    border-radius: 4px;
    padding: 5px 20px;
}
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
		color: #fff;
	}
	
	
	
/* Simmer's modular design */

p#breadcrumbs {
	font-size: 0.7em;
	color: rgba(64, 64, 64, 0.41);
}
	p#breadcrumbs a {
		color: rgba(64, 64, 64, 0.41);
	}

div.highlight {
	background: rgb( 74, 144, 226 );
	padding: 40px 40px 30px 40px;
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 40px solid rgb( 47, 116, 211 );
}
	.highlight div {
		padding: 10px;
	}
	.highlight p, .highlight h2 {
		color: #fff;
	}
	.highlight h2 {
		font-family: 'lust-script-display', serif;
		margin-bottom: 20px;
	}
	.highlight p {
		text-align: center;
	}
		.highlight p.coupon {
			text-align: center;
			font-size: 1.8rem;
		}
		.highlight p.coupon span {
			font-weight: 900;
		}
	.highlight a.shortcode-button {
		border: 2px solid rgb( 255, 255, 255 );
		background: none;
		margin-bottom: 0;
	}
		.highlight a.shortcode-button:hover {
			background: rgb( 255, 255, 255 );
			color: rgb( 74, 144, 226 );
		}


.highlight .yks-mailchimpFormDiv {
	margin: -50px 0 -80px 0;
	color: #fff;
}
.highlight .yks-mailchimpFormDivRowLabel {
	display: inline !important;
	float: left;
	color: #fff;
	font-size: 1.2em;
}
	.highlight .yks-mailchimpFormDivRowField input {
		display: inline !important;
		float: right;
		width: 75% !important;
	}
	.highlight input.ykfmc-submit {
		border: 2px solid rgb( 255, 255, 255 );
		background: none;
		margin-bottom: 0;
	}
		.highlight input.ykfmc-submit:hover {
			background: rgb( 255, 255, 255 );
			color: rgb( 74, 144, 226 );
		}
		
	span#yks_form_error_message {
		color: #fff;
	}
	
.highlight .social-links {
	margin: -10px 0 20px 0;
}


/* Showcase */

.showcase h1.post-title {
	margin: 40px 0 0 0;
}
	.postnav {
		text-align: center;
	}