/*
    Theme Name: Three Many Cooks 2014
    Description: Custom Theme Built for Three Many Cooks
    Author: Dan Tudor
    Author URI: http://www.650solutions.com/
 
    Version: 1.0
 
    Template: genesis
    Template Version: 2.0 
*/

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}audio,
canvas,
video
{
    display: inline-block;
}audio:not([controls])
{
    display: none;height: 0;
}[hidden]
{
    display: none;
}html
{
    font-family: sans-serif                                            ;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;
}body
{
    margin: 0;
}a:focus
{
    outline: thin dotted;
}a:active,
a:hover
{
    outline: 0;
}h1
{
    font-size: 2em;margin: .67em 0;
}abbr[title]
{
    border-bottom: 1px dotted;
}b,
strong
{
    font-weight: bold;
}dfn
{
    font-style: italic;
}hr
{
    -moz-box-sizing: content-box                                                                                                   ;box-sizing: content-box;height: 0;
}mark
{
    color: #000;
    background: #ff0;
}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: -.5em;
}sub
{
    bottom: -.25em;
}img
{
    border: 0;
}svg:not(:root)
{
    overflow: hidden;
}figure
{
    margin: 0;
}fieldset
{
    margin: 0 2px;padding: .35em .625em .75em;

    border: 1px solid silver;
}legend
{
    padding: 0;

    border: 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']
{
    cursor: pointer;

    -webkit-appearance: button;
}button[disabled],
html input[disabled]
{
    cursor: default;
}input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;padding: 0;
}input[type='search']
{
    -webkit-box-sizing: content-box                                                                                              ;-moz-box-sizing: content-box;box-sizing: content-box;

    -webkit-appearance: textfield;
}input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}textarea
{
    overflow: auto;vertical-align: top;
}table
{
    border-spacing: 0;
    border-collapse: collapse;
}

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

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

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

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

    content: ' ';
}

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

    content: ' ';
}


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

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

html
{
    font-size: 62.5%; /* 10px browser default */

    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -mos-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0;

    color: #717272;
    background-color: #fff;
    background-image: url(/wp-content/themes/threemanycooks/images/bg/bg-winter.png);
    background-repeat: no-repeat;
    background-position: center top;
}

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

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

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

a
{
    text-decoration: none;

    color: #a79364;
}

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

a:hover
{
    text-decoration: underline;

    color: #a79364;
}

p
{
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    padding: 0;
}

strong
{
    font-weight: 700;
}

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

blockquote,
blockquote::before
{
    color: #999;
}

blockquote
{
    margin: 40px 40px 24px;
    margin: 4rem 4rem 2.4rem;
}

blockquote::before
{
    font-size: 30px;
    font-size: 3rem;

    position: relative;
    top: -10px;
    left: -20px;

    display: block;

    height: 0;

    content: '\201C';
}

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

cite
{
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-weight: 100;
    line-height: 1.2;

    margin: 0 0 16px;
    margin: 0 0 1.6rem;

    color: #575757;
}

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
{
    width: auto; /* IE8 */
    height: auto;
}

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

input,
select,
textarea
{
    font-size: 16px;
    font-size: 1.6rem;

    width: 100%;
    padding: 16px;
    padding: 1.6rem;

    color: #575757;
    border: 1px solid #e3e1d9;
    background-color: #e3e1d9;
}

input:focus,
textarea:focus
{
    outline: none;
 background: #fff;
}

input[type='search']
{
    margin-top: 3px;
    margin-top: .3rem;
    padding: 7px 10px;
    padding: .7rem 1.0rem;

    text-align: center;
}

::-moz-placeholder
{
    opacity: 1;
    color: #000 !important;
   text-transform: uppercase;
    
}

::-webkit-input-placeholder
{
    color: #000 !important;
   text-transform: uppercase;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.entry-content .button
{
    width: auto;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;

    cursor: pointer;
    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #a79364;
    box-shadow: none;
}

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

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

.button
{
    display: inline-block;

    border-radius: 3px;
}

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

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

table
{
    line-height: 2;

    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 4rem;

    border-spacing: 0;
    border-collapse: collapse;
}

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

th,
td
{
    text-align: left;
}

th
{
    font-weight: bold;

    text-transform: uppercase;
}

td
{
    padding: 6px 0;
    padding: .6rem 0;

    border-top: 1px solid #ddd;
}


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

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

.site-inner,
.wrap
{
    max-width: 1140px;
    margin: 0 auto;
}

.site-inner
{
    clear: both;

    padding-top: 10px;
    padding-top: 1rem;

    border-top: 4px double #f6f3ef;
}

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

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap
{
    width: 920px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap
{
    float: right;
}

/* Content */

.content
{
    float: right;

    width: 740px;

    background-color: #fff;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content
{
    width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary
{
    float: right;

    width: 360px;
    padding-top: 40px;
    padding-top: 4rem;

    border-left: 4px double #f6f3ef;
}

.archive .sidebar-primary
{
    padding-top: 0;
}

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

/* Secondary Sidebar */

.sidebar-secondary
{
    float: left;

    width: 180px;
}

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

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds
{
    float: left;

    margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth
{
    width: 23.076923076923077%;
}

.three-fourths
{
    width: 74.35897435897436%;
}

.one-sixth
{
    width: 14.52991452991453%;
}

.five-sixths
{
    width: 82.90598290598291%;
}

.first
{
    clear: both;

    margin-left: 0;
}


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

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

.avatar
{
    float: left;

    margin-right: 24px;
    margin-right: 2.4rem;

    -webkit-border-radius: 150px;
       -moz-border-radius: 150px;
    /*width: 300px;
	height: 300px;*/
            border-radius: 150px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
            box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

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

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

.search-form input[type='submit']
{
    position: absolute;

    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}



img.centered,
.aligncenter
{
    display: block;

    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
}

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

.alignleft
{
    float: left;

    text-align: left;
}

.alignright
{
    float: right;

    text-align: right;
}

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

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

.wp-caption-text
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;

    text-align: center;
}



.widget_calendar table
{
    width: 100%;
}

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

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

.breadcrumb
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 100;

    margin-bottom: 20px;
    margin-bottom: 2rem;

    text-transform: uppercase;

    background-color: #fff;
}

.archive-description
{
    margin-bottom: 28px;
    margin-bottom: 2.8rem;

    background-color: #fff;
}

.archive-description
{
    padding: 0 40px 0 0;
    padding: 0 4rem 0 0;
}

.author-box
{
    overflow: hidden;

    margin-bottom: 48px;
    margin-bottom: 4.8rem;
    padding: 40px;
    padding: 4rem;

    background-color: #e3e1d9;
}

.author .author-box
{
    margin: 0;
    padding: 40px 20px;
    padding: 4rem 2.0rem;

    background-color: #fff;
}

.author-box-title
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 100;

    margin-bottom: 4px;
    margin-bottom: .4rem;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #333;
}

.author .author-box-title
{
    font-size: 36px;
    font-size: 3.6rem;
}

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

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

.author-box .avatar
{
    float: left;

    margin-right: 24px;
    margin-right: 2.4rem;

    -webkit-border-radius: 150px;
       -moz-border-radius: 150px;
    /*width: 300px;
	height: 300px;*/
            border-radius: 150px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
            box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.masonry-page .content .entry,
.recipe
{
    overflow: hidden;

    width: 234px; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
    margin-bottom: 10px;
    margin-bottom: 1.0rem;
    padding: 15px 10px 10px;
    padding: 1.5rem 1.0rem 1.0rem;

    border: 1px solid #eee;
    border-radius: 0;
    background-color: #e3e1d9;
    /*-webkit-transition: left .1s ease-in-out, top .1s ease-in-out .1s;
	-moz-transition: left .1s ease-in-out, top .1s ease-in-out .1s;
	-ms-transition: left .1s ease-in-out, top .1s ease-in-out .1s;
	-o-transition: left .1s ease-in-out, top .1s ease-in-out .1s;
	transition: left .1s ease-in-out, top .1s ease-in-out .1s;*/
}

/*.masonry-page .content .entry:hover, .recipe:hover {
	background-color: #a79364;
	cursor: hand;
}*/

.masonry-page .entry-title
{
    margin: 0;
    padding: 0;

    word-wrap: break-word;
}



/* Infinite Scroll loader */
#infscr-loading
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;

    position: fixed;
    z-index: 100;
    bottom: 40px;
    left: 25%;

    width: 200px;
    padding: 10px;

    text-align: center;

    opacity: .8;
    color: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #555;
}




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

.single .entry-title,
.page .entry-title
{
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;

    margin: 0;

    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page .entry-title
{
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
}

.entry-title a,
.sidebar .widget-title a
{
    text-decoration: none;

    color: #333;
}

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



.teaser .entry-header:hover
{
    background-color: #f6f3ef;
}

.teaser
{
    min-height: 25.1rem;
}

.teaser img
{
    min-width: 100%;
}

.widget-title
{
    font-size: 20px;
    font-size: 2.0rem;

    margin-bottom: 24px;
    margin-bottom: 2.4rem;

    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

.archive-title
{
    font-size: 36px;
    font-size: 3.6rem;
    /*margin-bottom: 24px;
	margin-bottom: 2.4rem;*/

    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}


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

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

.featured-content .entry
{
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 0 0 24px;
    padding: 0 0 2.4rem;

    border-bottom: 2px solid #f5f5f5;
}

.featured-content .entry-title
{
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;

    border: none;
}

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


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

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

.enews-widget
{
    /*color: #999;*/
}

.enews-widget .widget-title
{
    color: #3e4433;
}

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

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

.enews-widget input[type='submit']
{
    width: 100%;
    margin: 0;

    color: #fff;
    background-color: #a79364;
}

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

/*
After Entry
---------------------------------------------------------------------------------------------------- */
 
.after-entry {
	border-top: 1px solid #e3e1d9;
	border-bottom: 1px solid #e3e1d9;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 40px 60px 50px;
	text-align: center;
}
 
/*.after-entry input[type="email"],
.after-entry input[type="submit"] {
	border: none;
}*/

.after-entry input[type="submit"]:focus {
	border: 1px solid #ddd;
}
 
.after-entry input[type="email"] {
	color: #888;
	font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
	font-size: 18px;
	padding: 18px 20px 20px;
	width: 89%;
}

.after-entry input[type="email"]:focus {
	border: 1px solid #ddd;
}
 
.after-entry input[type="submit"] {
	background-color: #a79364;
	margin: 0;
	padding: 20px;
	width: auto;
}
 
.after-entry input[type="submit"]:hover {
	background-color: #d3aa51;
}

/* 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;
    font-size: 1.6rem;

    padding: 16px;
    padding: 1.6rem;
}

div.gform_wrapper select
{
    font-size: 16px;
    font-size: 1.6rem;
}

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

div.gform_wrapper li,
div.gform_wrapper form li
{
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type='submit']
{
    font-size: 14px;
    font-size: 1.4rem;
}

/* Easy Recipe
--------------------------------------------- */
.easyrecipe .ERPointer
{
    font-family: 'calluna_sansregular' !important;
    line-height: 2 !important;

    position: relative !important;

    margin-top: 10px !important;
    padding: 0 !important;

    text-align: left !important;

    color: #717272 !important;
    border: 0 !important;
    background-color: #fff !important;
}

.easyrecipe .ERSTopRight
{
    margin-left: 10px !important;
    margin-left: 1.0rem !important;
}

.easyrecipe .ERSTimeHeading
{
    font-weight: 100 !important;

    letter-spacing: 2px !important;
    text-transform: uppercase;
}

.easyrecipe .ERSSectionHead
{
    font-size: 18px;
    font-weight: normal;
}

.easyrecipe .ERSTimes
{
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.easyrecipe .ERSTimes .ERSTime
{
    width: 31% !important;
    padding: 0 5px !important;
    padding: 0 .5rem !important;
}

.easyrecipe .ERSName
{
    font-family: inherit  !important;
    font-size: 28px !important;
    font-size: 2.8rem !important;
    font-weight: 100 !important;

    margin-bottom: 8px  !important;

    letter-spacing: 2px !important;
    text-transform: uppercase  !important;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .nutrition .ERSNutritionHeader
{
    font-size: 22px !important;
    font-size: 2.2rem !important;
    font-weight: 100  !important;
    line-height: 2 !important;

    margin-top: 10px  !important;
    margin-top: 1.0rem  !important;
    margin-bottom: 10px  !important;
    margin-bottom: 1.0rem  !important;

    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

.easyrecipe .ERSInstructions li.instruction
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    margin-left: 30px !important;
    margin-left: 3.0rem !important;
}

.easyrecipe .ERSNotes,
.easyrecipe .ERSSummary
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

.easyrecipe .ERPTagline
{
    margin-top: 18px !important;
    margin-top: 1.8rem !important;
}

.easyrecipe .ERSAuthor
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

.ERSPrintBtn
{
    background-color: #e3e1d9 !important;
}

.easyrecipe .ERSServes,
.easyrecipe .ERSCategory,
.easyrecipe .ERSCuisine,
.easyrecipe .ERSNutrionDetails
{
    font-size: 16px !important;
}

#content .easyrecipe .ERSIngredients li.ingredient,
.easyrecipe .ERSIngredients li.ingredient
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    margin-left: 10px !important;

    list-style-type: square !important;
}

.ui-button-text
{
    color: #717272 !important;
}

.ERComment .ERRateBG
{
    margin-top: 8px !important;
    margin-top: .8rem !important;
}


/* Tubepress
---------------------------------------------------------------------------------------------------- */

/*
.tubepress_normal_embedded_wrapper,
.tubepress_thumbnail_area
{
    width: auto! important;
}

.tubepress_container
{
    width: 100% !important;
    height: 75% !important;
}

.tubepress_normal_embedded_wrapper
{
    position: relative !important;

    clear: both !important;
    overflow: hidden !important;

    width: 100% !important;
    height: 0 !important;
    margin-bottom: 20px !important;
    padding-top: 30px !important;
    padding-bottom: 56.25% !important;
}

.youtube-player
{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;
}
*/
/*
Better Search WP
---------------------------------------------------------------------------------------------------- */
label.hidden
{
    font-size: 20px;
    font-size: 2.0rem;
}

#searchsubmit
{
    margin-top: 20px;
}



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

.site-header
{
    /*background-color: #fff;*/
    margin: 0 auto;
}




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

.title-area
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-weight: 700;

    float: left;

    width: 100%;
    padding: 16px 0;
    padding: 1.6rem 0;
}

.header-image .title-area
{
    padding: 0;
}

.site-title
{
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;

    margin: 0 0 8px;
    margin: 0 0 .8rem;

    text-transform: uppercase;
}

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

.site-description
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;

    margin-bottom: 0;

    color: #999;
}

/* 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-header .wrap
{
    padding: 0;

    background: url(/wp-content/themes/threemanycooks/images/logo/logo-winter.png) no-repeat center bottom;
}

.header-image .site-title a
{
    float: left;

    width: 100%;
    height: 240px;
}



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

.widget-area
{
    word-wrap: break-word;
}



.site-header .widget-area
{
    float: left;

    width: 800px;
    margin-top: 155px;
    margin-left: 235px;

    text-align: left;
}

.header-image .site-header .widget-area
{
    padding: 40px 0;
    padding: 4rem 0;
}

.site-header .search-form
{
    float: right;

    margin-top: 24px;
    margin-top: 2.4rem;
}


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

.genesis-nav-menu
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    line-height: 1.5;

    float: none;
    clear: both;

    width: 100%;

    text-align: center;

    color: #999;
    border-top: 4px double #f6f3ef;
    background-color: #fff;
}

.genesis-nav-menu .menu-item
{
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: left;
    text-transform: uppercase;
}

.genesis-nav-menu a
{
    position: relative;

    display: block;

    padding: 10px 24px;
    padding: 1.0rem 2.4rem;

    color: #999;
    border: none;
}

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

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

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

.genesis-nav-menu .sub-menu
{
    position: absolute;
    z-index: 99;
    left: -9999px;

    width: 200px;

    -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;

    opacity: 0;
}

.genesis-nav-menu .sub-menu a
{
    font-size: 14px;
    font-size: 1.4rem;

    position: relative;

    width: 200px;
    padding: 16px 20px;
    padding: 1.6rem 2rem;

    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu
{
    margin: -54px 0 0 199px;
}

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

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

    opacity: 1;
}

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

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

.genesis-nav-menu > .right
{
    display: inline-block;
    float: right;

    padding: 28px 0;
    padding: 2.8rem 0;

    list-style-type: none;

    text-transform: uppercase;
}

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

    padding: 0;
}

.genesis-nav-menu > .rss > a
{
    margin-left: 48px;
    margin-left: 4.8rem;
}

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

.recipes-anchor a:hover
{
    cursor: default;
}

.sub-menu a:hover
{
    cursor: pointer;
}

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

.nav-header
{
    position: relative;
    bottom: 130px;
    left: 150px;

    float: left;

    text-align: left;
}

.site-header .sub-menu
{
    border-top: 1px solid #eee;
}

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary
{
    background-color: transparent;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a
{
    text-decoration: none;

    color: #000;
}

.nav-primary a:hover
{
    background-color: #f6f3ef;
}

.nav-primary .sub-menu a:hover
{
    color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary
{
    background-color: #fff;
}


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

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

.front-page-title
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;

    padding-top: 48px;
    padding-top: 4.8rem;

    text-align: center;
}

.entry
{
    background-color: #fff;
    /*margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;*/
}

.entry-content a
{
    color: #a79364;
}

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

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

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

.entry-content ol,
.entry-content ul
{
    margin-left: 40px;
    margin-left: 4rem;
}

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

.entry-content ul li
{
    list-style-type: disc;
}

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

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

.single .entry-meta
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 100;

    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #999;
}

img.alignleft.post-image.entry-image
{
    margin: 0 24px 16px 0;
    margin: 0 2.4rem 1.6rem 0;
}

.entry-meta
{
    font-size: 14px;
    font-size: 1.4rem;

    text-align: center;
    text-transform: uppercase;
}

.entry-meta a
{
    /*border-bottom: 1px solid #ddd;*/
}

.entry-header .entry-meta
{
    margin: 0 0 1.0rem;
}

.entry-footer .entry-meta
{
    /*border-top: 2px solid #f5f5f5;*/
    margin: 0 -40px;
    margin: 0 -4rem;
    padding: 8px;
    padding: .8rem;
}

.entry-comments-link::before
{
    margin: 0 6px 0 2px;
    margin: 0 .6rem 0 .2rem;

    content: '';
}


.home .entry-title,
.archive .entry-title,
.search .entry-title,
.recipe .entry-title
{
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 1.8rem;

    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.recipe .entry-title
{
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
}


.navigation
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-weight: 100;

    float: left;

    text-transform: uppercase;
}

.post-previous
{
    float: left;

    width: 49%;

    text-align: left;
}

.post-next
{
    float: right;

    width: 49%;

    text-align: right;
}

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

.booklistings
{
    /*padding-top: 40px;
	padding-top: 4.0rem;*/
}


.booklisting
{
    margin-top: 48px;
    margin-top: 4.8rem;
}

.booklisting h3
{
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.booklisting .booktitle
{
    text-align: center;
}

.booklisting .link_list
{
    text-align: center;
}


.tmc-social-share
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;

    width: 100%;
    margin: auto;

    text-align: center;

    color: #a79364;
    border-top: 1px solid #e3e1d9;
    border-bottom: 1px solid #e3e1d9;
}


.tmc-post-share
{
    display: inline;
    float: none;

    padding-right: 20px;
    padding-right: 2.0rem;

    text-transform: uppercase;
}

.tmc-post-share a
{
    text-decoration: none;

    color: #a79364;
}

.tmc-social-sidebar
{
    font-size: 36px;
    font-size: 3.6rem;

    width: 100%;
    margin: auto;

    text-align: center;

    color: #a79364;
    border-top: 1px solid #e3e1d9;
    border-bottom: 1px solid #e3e1d9;
}


.tmc-social
{
    display: inline;
    float: none;

    padding-right: 20px;
    padding-right: 2.0rem;

    text-transform: uppercase;
}

.tmc-social a
{
    text-decoration: none;

    color: #a79364;
}




.archive-description p,
.taxonomy-description p
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
}

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

/*.archive-pagination,*/
.entry-pagination
{
    font-size: 14px;
    font-size: 1.4rem;

    margin: 40px 0;
    margin: 4rem 0;
}

.archive-pagination
{
    display: none;
}

.archive-pagination li
{
    display: inline;
}

.archive-pagination li a
{
    display: inline-block;

    padding: 8px 12px;
    padding: .8rem 1.2rem;

    cursor: pointer;

    color: #fff;
    border-radius: 3px;
    background-color: #333;
}

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

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

.adjacent-entry-pagination
{
    font-weight: 100;

    padding-top: 18px;

    text-transform: uppercase;
}

.pagination-previous,
.pagination-next
{
    font-weight: 100;
    line-height: 1.8rem;

    padding-bottom: 10px;

    text-transform: uppercase;
}

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

.comment-respond,
.entry-comments,
.entry-pings
{
    margin-top: 40px;
    margin-top: 4.0rem;
    margin-bottom: 40px;
    margin-bottom: 4.0rem;

    background-color: #fff;
}









.comment-reply-title
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
}

.comment-reply,
#cancel-comment-reply-link
{
    width: 80px;
    margin: 0 10px 10px 0;
    padding: 3px;

    text-align: center;

    background-color: #a79364;
}

.comment-reply:hover,
#cancel-comment-reply-link:hover
{
    background-color: #f15123;
}

.comment-reply-link,
#cancel-comment-reply-link
{
    font-weight: normal;
    line-height: 1.846153846;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
}

#cancel-comment-reply-link
{
    font-size: 16px;
    font-size: 1.6rem;

    float: right;

    width: 150px;
}

.comment-content
{
    clear: both;
}

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

.bypostauthor .comment-author::before
{
    font-family: 'FontAwesome';
    font-weight: bold;

    padding-right: 5px;

    content: '\f064';
}

.entry-comments-count
{
    font-weight: 100;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.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;
    margin-right: 1.2rem;

    text-transform: uppercase;
}

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

.comment-list li
{
    padding: 16px 32px;
    padding: 1.6rem 3.2rem;

    border-top: 1px solid #e3e1d9;
    background-color: #f6f3ef;
}

.comment-list li li
{
    margin-right: -32px;
    margin-right: -3.2rem;
}

.comment .avatar
{
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;

    -webkit-border-radius: 150px;
       -moz-border-radius: 150px;
            border-radius: 150px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
            box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

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

.bypostauthor
{
    border-top: 5px solid #a79364 !important;
    background-color: #e3e1d9 !important;
}

.form-allowed-tags
{
    font-size: 14px;
    font-size: 1.4rem;

    padding: 24px;
    padding: 2.4rem;

    background-color: #f5f5f5;
}

.ERComment
{
    float: right;
}

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

.sidebar
{
    color: #717272;
}

.sidebar a
{
    /*border-bottom: 1px solid #ddd;*/
}

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

.sidebar li
{
    height: 16px;

    list-style-type: none;
    /*margin-bottom: 6px;
	margin-bottom: 0.6rem;*/

    word-wrap: break-word;
}

.sidebar ul > li:last-child
{
    padding-bottom: 24px;
}

.sidebar .widget
{
    /*margin-bottom: 40px;
	margin-bottom: 4rem;*/
    padding: 10px 40px 10px 40px;
    padding: 1rem 4rem 1rem 4rem;

    border-radius: 3px;
    background-color: #fff;
}

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

.home .sidebar-primary 
{
    padding-top: 0;
}

#text-15 .sidebar .widget 
{
    padding-top: 0;
}

.search-form
{
    padding-top: 1px;
    padding-top: .1rem;
}

.social-icons
{
    font-size: 3.2rem;

    height: 64px;

    text-align: center;

    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.social-icons .fa
{
    /*color: #3E4433;*/
}


.fa-envelope
{
    color: #415c78;
}

.fa-facebook-square
{
    color: #3b5999;
}

.fa-google-plus
{
    color: #dd4b39;
}

.fa-instagram
{
    color: #517fa4;
}

.fa-pinterest
{
    color: #cb2027;
}

.fa-print
{
    color: #004265;
}

.fa-rss-square
{
    color: #FF6600;
}

.fa-twitter
{
    color: #55acee;
}

.fa-youtube-square
{
    color: #b00;
}

.cookbooks-sidebar
{
    text-align: center;
}

.cookbooks-sidebar h3
{
    font-family: 'calluna_sansregular', san-serif;

    text-transform: uppercase;
}

.cookbooks-sidebar p
{
    font-family: 'calluna_sansregular', san-serif;
    font-size: 14px;
    font-size: 1.4rem;

    margin: 0;
}

.cookbooks-sidebar li
{
    font-family: 'calluna_sansregular', san-serif;
    font-size: 14px;

    text-transform: uppercase;
}

.cookbooks-sidebar hr
{
    height: 1px;
    margin-bottom: 20px;

    border: 0;
    background-image: -webkit-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,.75), rgba(204,204,204,0));
    background-image:    -moz-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,.75), rgba(204,204,204,0));
    background-image:     -ms-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,.75), rgba(204,204,204,0));
    background-image:      -o-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,.75), rgba(204,204,204,0));
}


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


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

.site-footer
{
    font-size: 12px;
    font-size: 1.2rem;

    margin-top: 10px;
    padding: 40px 0;
    padding: 4rem 0;

    text-align: center;

    color: #575757;
    background-color: #f6f3ef;
}

.creds
{
    font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
    font-weight: 100;

    letter-spacing: 2px;
    text-transform: uppercase;
}



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


/*
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)
{
    /*.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}*/
}

@media only screen and (max-width: 1139px)
{
    body
    {
        background-image: url(/wp-content/themes/threemanycooks/images/bg/bg-winter-1139.png);
    }

    .site-inner,
    .wrap
    {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap
    {
        width: 740px;
    }

    .content,
    .site-header .widget-area
    {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content
    {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area
    {
        width: 300px;
    }

    .social-icons li
    {
        margin-right: 0;
        padding-left: 0;
    }

    .masonry-page .content .entry
    {
        width: 194px;
    }
}

@media only screen and (max-width: 1023px)
{
    body
    {
        background-color: #fff;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-inner,
    .title-area,
    .wrap
    {
        width: 100%;
    }

    .sidebar-primary
    {
        border: 0;
    }

    .site-header .wrap
    {
        padding: 20px 0;
        padding: 2rem 0;
    }

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

    .site-inner
    {
        padding-right: 5%;
        padding-left: 5%;
    }

    .archive-description,
    /*.author-box,*/
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .header-image .site-header .widget-area,
    .site-header
    {
        padding: 0;
    }

    .author-box
    {
        padding: 28px;
        padding: 2.8rem;
    }



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

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

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a
    {
        padding: 10px 16px;
        padding: 1rem 1.6rem;
    }

    .site-header .search-form
    {
        margin: 16px auto ;
        margin: 1.6rem auto;
    }

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

    .entry-footer .entry-meta
    {
        margin: 0;
        padding-top: 12px;
        padding-top: 1.2rem;
    }

    .sidebar .widget.enews-widget,
    .sidebar .widget
    {
        padding: 10px 0;
        padding: 1rem 0;
    }

    .site-footer
    {
        padding: 24px 0;
        padding: 2.4rem 0;
    }

    .footer-widgets
    {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1
    {
        margin: 0;
    }

    .avatar
    {
        width: 80px;
    }

    .masonry-page .content .entry
    {
        width: 264px;
    }
    div#text-15.widget.widget_text
    {
    display: none;
    }
}

@media only screen and (max-width: 960px)
{
    body
    {
        background-image: url(/wp-content/themes/threemanycooks/images/bg/bg-winter-960.png);
	background-position: center top;
    }

    .title-area
    {
        display: none;
    }

    .author .author-box-title
    {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .header-image .site-header .wrap
    {
        height: 200px;

        background: url(/wp-content/themes/threemanycooks/images/logo/logo-winter-960.png) no-repeat center bottom;
    }
    .masonry-page .content .entry
    {
        width: 31%;
    }
    
}

@media only screen and (max-width: 768px)
{
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds
    {
        width: 100%;
        margin: 0;
    }

    body
    {
        background-image: url(/wp-content/themes/threemanycooks/images/bg/bg-winter-768.png);
	background-position: top center;
    }


    .header-image .site-header .wrap
    {
        height: 120px;

        background: url(/wp-content/themes/threemanycooks/images/logo/logo-winter-768.png) no-repeat center bottom;
    }

    .breadcrumb
    {
        display: none;
    }

    .single .entry-title,
    .archive-description .archive-title
    {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .single .entry-meta
    {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;

        letter-spacing: normal;
    }

    .author-box
    {
        padding: 14px 28px;
        padding: 1.4rem 2.8rem;
    }

    .tmc-social-share
    {
        font-size: 32px;
        font-size: 3.2rem;
    }


    .tmc-post-share
    {
        padding-right: 10px;
        padding-right: 1.0rem;
    }

    .comment-respond input[type='email'],
    .comment-respond input[type='text'],
    .comment-respond input[type='url']
    {
        width: 100%;
    }

    .genesis-nav-menu li.right
    {
        width: 100%;
    }

     input[type='search']
    {
         margin-top: 0 !important;
         padding: 20px 10px 20px 20px;
         padding: 2.0rem 1.0rem 2.0rem 2.0rem;
         text-align: left;
         text-transform: uppercase;
          background-color: #f0f0f0;
    }
      input:focus
     {
        background: #fff;
     }

    /* Primary Navigation Menu Icon properties */

    #primary-menu-icon
    {
        font-size: 28px;
        font-size: 2.8rem;

        display: block;

        width: 5%;
        margin-top: -116px;
        margin-top: -11.6rem;
        margin-left: 5%;

        cursor: pointer;
        text-align: left;
    }

    #primary-menu-icon::before
    {
        font-family: FontAwesome;
        font-weight: bold;

        padding: 0 3px 0 4px;

        content: '\f0c9';
        letter-spacing: 1px;

        color: #864961;
        border: 2px solid #575757;
        background: #fff;
    }

    #primary-menu-icon:hover::before
    {
        font-family: FontAwesome;

        content: '\f0c9';

        color: #a79364;
    }

    #primary-menu-icon:active::before
    {
        font-family: FontAwesome;

        content: '\f0c9';

        color: #864961;
    }

    /* Hide Primary Navigation Menu until it's toggled via script */

    .menu-primary
    {
        display: none;
    }

    /* Primary Navigation Menu misc properties */

    .nav-primary
    {
        font-family: 'calluna_sansregular', 'Helvetica', Arial, Geneva, sans-serif;
        line-height: 1.5;

        z-index: 9999;

        clear: both;

        width: 100%;

        color: #999;
    }

    .nav-primary .menu-item
    {
        display: block;

        text-align: left;
    }

    .nav-primary a
    {
        position: relative;

        display: block;

        padding: 20px 24px;
        padding: 2rem 2.4rem;

        color: #222;
        border-bottom: 1px solid #ccc;
        background-color: #f0f0f0;
    }

    .nav-primary a:hover,
    .nav-primary .current-menu-item > a,
    .nav-primary .sub-menu .current-menu-item > a:hover
    {
        color: #222;
        background-color: #ddd;
    }

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

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

    .nav-primary .sub-menu
    {
        position: relative;
        z-index: 99;
        left: 0;

        width: 100%;

        -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;

        opacity: 1;
    }

    .nav-primary .sub-menu a
    {
        font-size: 14px;
        font-size: 1.4rem;

        position: relative;

        width: 100%;
        padding: 18px 30px;
        padding: 1.8rem 3rem;

        border-bottom: 1px solid #ccc;
        background-color: #fff;
    }

    .nav-primary .sub-menu a::before
    {
        font-size: 14px;
        font-size: 1.4rem;

        content: '- ';
    }

    .nav-primary .sub-menu a:hover
    {
        background-color: #f7f7f7;
    }

    .nav-primary .sub-menu li li a
    {
        padding: 18px 40px;
        padding: 1.8rem 4rem;
    }

    .nav-primary .sub-menu .sub-menu
    {
        margin: 0;
    }

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

    .nav-primary .menu-item:hover > .sub-menu
    {
        left: auto;

        opacity: 1;
    }

    #infscr-loading
    {
        left: 20%;
    }
    .masonry-page .content .entry
    {
        width: 214px;
    }
}


@media only screen and (max-width: 480px)
{
    .masonry-page .content .entry
    {
        width: 207px;
    }
}

@media only screen and (max-width: 320px)
{
    .masonry-page .content .entry
    {
        width: 287px;
    }
}