/*
        Theme Name: Uptown
        Theme URI: https://17thavenuedesigns.com/shop/uptown-wordpress-theme/
        Description: A stylish + flexible mobile responsive theme for the Genesis framework.
        Author: 17th Avenue
        Author URI: https://17thavenuedesigns.com
        Version: 2.6.0
 
        Tags: white, black, cream, one-column, two-columns, footer-widgets, responsive-layout, custom-menu, custom-logo, custom-colors, full-width-template, sticky-post, theme-options, threaded-comments, e-commerce
 
        Template: genesis
        Template Version: 3.3

    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Buttons
        - Screen Reader Text
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
    - Plugins
        - EasyRecipe
        - Featured Content
    - Genesis Responsive Slider
        - Genesis eNews Extended
            - Sidebar & After Entry eNews
            - Homepage eNews
        - Jetpack
        - Genesis Simple Share
        - Instagram Feed
        - Ninja Forms
    - Site Header
        - Title Area
    - Site Navigation
        - Primary Navigation
        - Secondary Navigation
        - Primary Nav Search
        - Footer Navigation
    - Content Area
        - Home Page
        - Flexible Widgets
        - Homepage featured post widget titles
        - Pricing Table
        - Content
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
        - Previous Next Navigation
        - Post Comments
    - Sidebar
        - Social Icons
        - About Photo Widget
    - Footer Widgets
    - Site Footer
    - Page Templates
        - 404 page
        - Category Archive Page
        - Category Index Page
        - Landing Page
        - Instagram Page
        - Portfolio Page
        - Contact Page
    - Fadeup Effect
    - Offscreen Content
    - Responsive Navigation
        - Navigation Toggles
    - Media Queries
        - Max-width: 1139px
        - Max-width: 1023px
        - Max-width: 767px
        - Max-width: 480px
        - Max-width: 380px

*/
/* Fontello CSS */

@font-face {
    font-family: 'Butler';
    src: url('type/butler_regular-webfont.woff') format('woff2'),
         url('type/butler_regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Butler';
    src: url('type/butler_light-webfont.woff') format('woff2'),
         url('type/butler_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
    normalize.css v2.1.3 | 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],
template {
    display: none
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
a {
    background: transparent
}
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: 700
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #777676
}
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 {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

input:focus,
textarea:focus {
    border: 1px solid #666 !important;
}
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
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
}
body {
    background-color: #fff;
    color: #222222;
    font: normal 16px Source Sans Pro, sans-serif;
    letter-spacing: .05em;
    line-height: 1.8;
    -webkit-font-smoothing: subpixel-antialiased;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.sidebar li.cat-item a,
.sidebar .widget_nav_menu a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a {
    color: #111111;
    text-decoration: none;
}
a:hover,
.uptown-home .home-area .featuredpost .entry-title a:hover {
    color: #adaba9;
}
.entry-content a:not(.button):not(.more-link) {
    color: #adaba9;
}
.entry-content a:not(.button):not(.more-link):hover {
    color: #111111;
}
::selection {
    background-color: #dfdfde;
    color: #fff;
}
::-moz-selection {
    background-color: #dfdfde;
    color: #fff;
}
p {
    margin: 0 0 22px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
    color: #111;
}
li {
    list-style-type: none;
}
b,
strong {
    font-weight: 800;
}
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 35px 30px;
    font: italic 18px Arapey, serif;
    line-height: 1.8;
    background: #f7f6f5;
    padding: 30px;
    color: #111;
}
blockquote p {
    margin-bottom: 0;
}
hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #e9e8e3;
    clear: both;
    margin: 40px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Butler, Didot, Baskerville, serif;
    font-weight: 300;
    margin: 0 0 20px;
    color: #111;
}
h1 {
    font-size: 34px;
    letter-spacing: 1.5px;
}
h2 {
    font-size: 32px;
    letter-spacing: 1.5px;
}
h3 {
    font-size: 28px;
    letter-spacing: 1.5px;
}
h4 {
    font-size: 24px;
    letter-spacing: 1px;
}
h5 {
    font-size: 20px;
    letter-spacing: 1px;
}
h6 {
    font-size: 18px;
    letter-spacing: 1px;
}
.entry-title,
.entry-title h2,
.entry-title h2 a, 
.entry-header .entry-meta {
    text-align: left;
}

.entry-title,
.entry-title h2,
.entry-title h2 a {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 1.4;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
img {
    height: auto;
}
.full-width-content img.pull-left {
    float: left;
    margin: 0 40px 40px -200px;
}
.full-width-content img.pull-right {
    float: right;
    margin: 0 -200px 40px 40px;
}
.featured-content img,
.gallery img {
    width: auto;
}
p img {
    margin-bottom: 0 !important;
}
.gallery {
        margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	padding: 3px 6px;
	background: #fff;
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        filter: alpha(opacity=25);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}
.gallery img:hover {
        opacity: .7;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt {
        margin: 0;
}
.gallery br+br {
        display: none;
}
ul.wp-block-gallery,
ul.blocks-gallery-grid {
    margin-left: 0 !important;
}

/* Mailchimp
--------------------------------------------- */
#mc_embed_signup {
	background: #f7f6f5 !important;
	padding: 36px;
}
#mc_embed_signup label {
	font-family: Butler;
	font-weight: 300 !important;
	color: #111111;
	font-size: 28px !important;
	margin-bottom: 15px;
}
#mc_embed_signup input.email {
	border: 1px solid #eee !important;
	font-family: Source Sans Pro !important;
	font-size: 15px !important;
	padding: 21.5px 12px !important;
}
#mc_embed_signup .button {
	padding: 5px 20px !important;
	height: 44px !important;
	letter-spacing: 2px !important;
	font-size: 12px !important;
	margin-left: 4px !important;
	font-family: Raleway;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #e9e8e3;
    border-radius: 0;
    box-shadow: none;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    padding: 13px;
    width: 100%;
}
input:focus,
textarea:focus {
    border: 1px solid #e3e2e2;
    outline: none;
}
.uptown-home input:focus,
.uptown-home textarea:focus {
    border: 1px solid #aaa;
    outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #999;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Buttons
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
    background-color: #111;
    color: #fff;
    border: 0;
    cursor: pointer;
    font: normal 11px Raleway, sans-serif;
    letter-spacing: 2px;
    padding: 16px 24px;
    margin: 10px 0;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.widget .button:hover,
.widget .button.clear:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover {
    background-color: #f7f6f5;
    color: #111;
}
.button {
    display: inline-block;
}
.entry-content .wp-block-button .wp-block-button__link,
#mc_embed_signup .button {
	background: #111111 !important;
	color: #ffffff !important;
}
.entry-content .wp-block-button .wp-block-button__link:hover,
#mc_embed_signup .button:hover {
	background: #f7f6f5 !important;
	color: #111111 !important;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 16px;
}
.widget .button.clear {
    background-color: transparent;
    border: 2px solid #111;
    color: #111;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text {
    display: none;
}
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    background-color: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #9f9f9f;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    border: 1px solid #9f9f9f;
    clip: auto !important;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    padding: 20px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}
/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #eee;
}
th,
td {
    text-align: left;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #eee;
    padding: 6px 0;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */

.site-container {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
    margin: 0 auto;
    margin-top: 60px;
    min-height: 100vh;
}
.site-inner,
.wrap {
    float: none;
    margin: 0 auto;
}
.site-inner {
    background-color: #fff;
    clear: both;
    position: relative;
    z-index: 9;
    word-wrap: break-word;
    margin: 10px auto 40px;
    max-width: 1140px;
    margin-top: 30px;
}
.single-post .site-inner {
    margin-top: 55px;
    margin-bottom: 0 !important; }

.page .site-inner {
    margin-top: 30px;
    margin-bottom: 0 !important;
}
.page-template-page_blog-php .entry-title {
    text-align: left !important;
}
.uptown-blog .entry-title {
	text-align: left !important;
}
.uptown-landing .site-inner { margin-top: 10px; }

/* 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;
}
.last { float: right; }
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}
.author-box .avatar {
    height: 120px;
    width: 120px;
}
.entry-comments .avatar {
    height: 60px;
    width: 60px;
}
.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}
.alignright .avatar {
    margin-left: 24px;
}
.comment .avatar {
    margin: 0 20px 24px 0;
}
.entry-comments .comment-author {
    text-transform: uppercase;
    font: normal 13px Raleway, sans-sderif;
    letter-spacing: 2px;
}

.entry-comments .says, .comment-author {
    font-style: italic;
    text-transform: lowercase;
    font: italic 14px Arapey, serif;
    letter-spacing: 1px;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
    border-bottom: 2px solid #f5f5f5;
    font-size: 20px;
    margin-bottom: 60px;
    padding-bottom: 10px;
}
.archive-description,
.author-box {
    font-size: 14px;
    margin-bottom: 2.5%;
}
.author-box-title {
    font-size: 22px;
    margin-bottom: 8px;
}
.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */

.search-form {
    position: relative;
}
.search-form input[type="search"] {
    background: #fff;
    letter-spacing: 1px;
    border: 1px solid #e9e8e3;
}
.search-div input[type="search"] { 
    font: normal 11px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.search-form input[type="submit"] {
    font-family: FontAwesome;
    font-size: 80% !important;
    width: 20px;
    height: 20px;
    background: transparent !important;
    color: #111;
    bottom: 3px;
    right: 0px;
    outline: 0 !important;
    border: 0 !important;
    position: absolute;
}
.search-form input[type="submit"]:focus,
.search-form input[type="submit"]:active {
    width: 20px;
    height: 20px;
    padding: 15px 25px 16px 5px !important;
}
.search-form input[type="submit"]:hover {
    color: #aaa;
}


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

.archive-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.sidebar .entry-title {
    font-size: 24px;
    text-align: center;
}
.widget-full .widget-title {
    margin-bottom: 20px;
}
.full-width-content .content-sidebar-wrap {
    max-width: 100%;
}

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

.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}
a.alignnone {
    display: inline-block;
}
a.aligncenter img {
    display: block;
    margin: 0 auto;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
    margin: 0 0 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}
.wp-caption-text {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}
.home .entry-content p,
.blog .entry-content p {
	clear: both;
}
.post-password-form input {
    width: auto;
}
.post-password-form input[type="submit"] {
    padding: 25px;
}
.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

.front-page .content .entry .shopsense-widget,
.front-page .content .entry  .shopthepost-widget,
.home .content .entry .shopsense-widget,
.home .content .entry  .shopthepost-widget,
.uptown-blog .content .entry .shopsense-widget,
.uptown-blog .content .entry  .shopthepost-widget,
.blog .content .entry .shopsense-widget,
.blog .content .entry  .shopthepost-widget { margin-bottom: -15px; }

.shop-post h4 {
    word-spacing: 0;
    width: 100%;
    height: auto;
    background: #fff;
    margin: 26px auto 0;
    text-align: center;
    padding: 12px;
    font: italic 26px Arapey, serif;
    letter-spacing: 1px;
}

.home .entry-content .entry-meta,
.blog .entry-content .entry-meta {
    display: none;
}

.home .entry-content,
.blog .entry-content,
.page .post .entry-content {
    border-bottom: 1px solid #e9e8e3;
    padding-bottom: 20px;
}

.home .shop-post,
.blog .shop-post,
.page .shop-post {
    border-top: 1px solid #e9e8e3;
    border-left: 1px solid #e9e8e3;
    border-right: 1px solid #e9e8e3;
    margin-top: 40px;
    margin-bottom: -19px;
}

.page .entry-content .entry-meta {
    display: none;
}

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

.widget {
    word-wrap: break-word;
}
.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}
.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar td,
.widget_calendar th {
    text-align: center;
}
.sidebar .widget-title, .footer-widgets .widget-title {
    text-align: center;
    font: normal 12px Raleway;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Easy Recipe
--------------------------------------------- */

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .ERSName {
    font: normal 28px Butler, Baskerville, serif !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
}
.easyrecipe .ERSName,
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader {
    letter-spacing: 1px;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
}
.easyrecipe .ERSTimes {
    margin-bottom: 20px !important;
}
div.easyrecipe {
    background-color: #f9f9f9 !important;
    padding: 20px !important;
    border: 0 !important;
    color: #444 !important;
    font: 400 14px PT Serif, serif !important;
    line-height: 1.7 !important;
}
.easyrecipe ol, .easyrecipe ul {
    color: #444 !important;
    line-height: 2.75rem !important;
}
.easyrecipe .ERSTopRight {
    padding-left: 20px;
}
.easyrecipe .ERSTopRight img {
    border: 3px solid #fff !important;
}
.ERSTopRight {
    background-color: #fff !important;
    padding: 20px !important;
}
.easyrecipe .ui-button-text-icon-primary .ui-button-text,
.easyrecipe .ui-button-text-icons .ui-button-text {
    margin-left: 14px;
    padding: 10px !important;
}
.easyrecipe .ui-button-text-icon-primary .ui-icon {
    margin-top: -10px !important;
}
div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
    background: #adaba9 !important;
    border-radius: 0;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ERComment .ERRateBG {
    margin-top: 7px;
}
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader {
    margin: 4px auto !important;
    color: #111;
}

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

.featured-content .entry-title {
    font-size: 13px;
    padding: 0 10px;
    letter-spacing: 1.5px;
}


/* Genesis Responsive Slider
--------------------------------------------- */

.widget.genesis_responsive_slider {
    margin-bottom: -20px;
    margin-top: 25px;
}
.slide-excerpt {
    filter: alpha(opacity=100) !important; 
    opacity: 1 !important;
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 50%;
}
.slide-excerpt-border {
    background: rgba( 255, 255, 255, .9) !important;
    border: 0 !important;
    margin: 10px;
    padding: 35px 30px 20px !important;
    position: relative;
    z-index: 8;
    margin-top: -17% !important;
    margin-left: -36% !important;
    min-width: 500px !important;
    max-width: 500px !important;
}
.slide-excerpt-border p {
    margin-top: -5px !important;
    margin-bottom: 25px !important;
    font-size: 15px;
    text-align: center;
    line-height: 1.9;
}
.slide-excerpt-border h2 {
    line-height: 1em;
}
.slide-excerpt-border h2 a {
    background: transparent !important;
    border: 0px !important;
    width: 500px;
    max-width: 470px;
    text-align: center;
    font-size: 28px;
}
.slide-excerpt-border a.more-link {
    color: #fff;
    background: #111 !important;
    text-transform: uppercase;
    padding: 16px 12px;
    display: block;
    font: normal 11px Raleway, sans-serif;
    letter-spacing: 2px;
    margin: 20px auto;
    width: 170px;
    z-index: 9999;
}
.slide-excerpt-border a.more-link:hover {
    background: #f7f6f5 !important;
    color: #111;
}
.slide-excerpt {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 50%;
    top: 50%;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
}
.widget-area {
    word-wrap: break-word;
}
.home-slider {
    text-align: center;
    margin-bottom: 40px;
}
.flexslider .slides img {
    display: block;
    height: auto !important;
    margin: 0 auto;
}
.flexslider {
    margin: 0 auto !important;
    text-align: center;
}

/* Direction Nav */

.flex-control-nav li a {
    background: transparent !important;
    border: 2px solid #e2e2dd !important;
    border-radius: 50px !important;
    height: 11px !important;
    width: 11px !important;
    display: inline-block !important;
    margin: 0 6px;
    outline: 0 !important;
}

.flex-control-nav li a:hover {
    background: #e2e2dd !important;
}

.flex-direction-nav li a {
    display: none !important;
}

#genesis-responsive-slider {
    border: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
}


@media only screen and (min-width: 768px) { 

.slider-area {
    text-align:center;
}

.slide-excerpt {
    background-color: transparent !important;
    top : 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin:0 !important;
}

html > body .slide-excerpt-border {
    top : 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin:0 !important;
    display: block;
    position: absolute !important;
    z-index: 8;
}
}



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

.enews-widget {
    color: #777;
}
.enews-widget input {
    margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
    width: 100%;
    margin-top: 0;
    cursor: pointer;
}
.enews-widget p {
    text-align: center;
}
/* Sidebar & After Entry eNews Widget
-------------------------------------------*/

.sidebar .enews-widget,
.after-entry .enews-widget {
    background: #f7f6f5;
    padding: 25px 25px 15px;
}
.sidebar input#subbox1,
.sidebar input#subbox2,
.after-entry input#subbox1,
.after-entry input#subbox2 {
    display: inline-block;
    width: 48.717948717948715%;
}
.sidebar input#subbox2,
.after-entry input#subbox2 {
    float: right;
    margin-left: 2.564102564102564%;
}
.sidebar .enews input[type="submit"],
.after-entry .enews input[type="submit"] {
    border: 1px solid;
}
.after-entry .enews .widget-title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px;
}
.sidebar .enews .widget-title {
    font: normal 26px Butler, serif;
    text-transform: none;
    border: 0;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.sidebar .enews input[type="submit"],
.after-entry .enews input[type="submit"] {
    background: #111;
    color: #fff;
    font-size: 12px;
    border: 0;
}

.sidebar .enews input[type="submit"]:hover,
.after-entry .enews input[type="submit"]:hover {
    background: #fff;
    color: #111;
}

/* Homepage eNews Widget
--------------------------------*/

.uptown-home .home-area .enews-widget,
.uptown-before-footer .enews-widget {
    border: 1px solid #e9e8e3;
    width: 100%;
    padding: 2.3% !important;
}
.uptown-home .home-area .enews-widget p,
.uptown-before-footer .enews-widget p {
    color: #111;
    letter-spacing: 2px;
    font: normal 12px Raleway, sans-serif;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.uptown-home .home-area .enews .widget-title,
.uptown-before-footer .enews .widget-title {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font: normal 14px Raleway, sans-serif;
    padding: 24px 35px 24px 20px;
    margin-bottom: 0;
    margin-right: 30px;
    border-right: 1px solid #e9e8e3;
}
.uptown-home .home-area .enews input,
.uptown-before-footer .enews input {
    float: left;
    margin-left: 1%;
    width: 19%;
    margin-top: 10px;
    margin-bottom: -10px;
    letter-spacing: 1px;
}
.uptown-home .home-area .enews-widget input[type="submit"],
.uptown-before-footer .enews-widget input[type="submit"] {
    margin-left: 1%;
    padding: 16px 5px 15px;
    width: 12%;
    background: #111;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: -10px;
    letter-spacing: 2px;
}
.uptown-home .home-area .enews-widget input[type="submit"]:hover,
.uptown-before-footer .enews-widget input[type="submit"]:hover { 
    background: #f7f6f5;
    color: #111;
}


/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}
/* Genesis Simple Share
--------------------------------------------- */

.share-box {
    margin: 0 auto;
    margin-top: -30px;
    text-align: right;
    clear: both;
    border: 0 !important;
}
.sharrre .share,
.sharrre:hover .share {
    color: #111;
    font-size: 12px;
}
.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
    display: none;
}
.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
    background: #fff !important;
    color: #111 !important;
    font-size: 10px !important;
}
.share-small .no-count .share {
    width: 0px;
}
.share-small .share:before,
.share-medium .share:before,
.share-tall .share:before {
    font-size: 14px !important;
}
.share-after {
    text-align: right;
    margin-bottom: -62px;
}

/* Instagram Feed
--------------------------------------------- */

.uptown-instagram {
    background: #f7f6f5;
    padding: 40px;
}
.uptown-instagram .widget {
    background: #fff;
    padding: 30px;
    max-width: 1140px;
    margin: 0 auto;
}
.uptown-instagram .widget-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}
#sb_instagram .sbi_photo_wrap {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    filter: alpha(opacity=25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#sb_instagram .sbi_photo_wrap:hover {
    opacity: .7;
}
div#sb_instagram {
    z-index: 999;
}
a.sbi_load_btn {
    display: none !important;
}
#sb_instagram .sbi_follow_btn a {
    background: #fff;
    color: #111;
    font: normal 11px Raleway, sans-serif;
    text-transform: uppercase;
    border: 1px solid #111;
    border-radius: 0;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: -10px;
    padding: 10px 20px;
}
#sb_instagram .sbi_follow_btn a:hover {
    background: #111;
    color: #fff;
}
.sb_instagram_header {
    display: none;
}
#sb_instagram #sbi_load .sbi_follow_btn svg.fa-instagram {
	vertical-align: text-bottom;
}

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

.nf-form-layout {
	background: #f7f6f5;
	padding: 30px 30px 12px;
}
.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
	color: #333 !important;
}
.nf-form-fields-required,
.nf-form-title,
span.ninja-forms-req-symbol {
	display: none;
}
.nf-form-content .ninja-forms-field {
	font-size: 15px !important;
}
.label-above .nf-field-label,
.nf-field-label label,
.nf-form-content label {
	font: normal 12px Raleway, sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222222;
	margin-bottom: 16px !important;
}
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
	padding: 15px;
}
.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
	background: #fff !important;
}
.nf-form-content input[type="button"] {
	font-size: 13px !important;
	font-family: Raleway;
	text-transform: uppercase !important;
	background: #111111 !important;
	padding: 16px 30px;
	color: #fff;
	letter-spacing: 2px !important;
	border: 0 !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-ms-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}
.nf-form-content input[type="button"]:hover {
	background: #ffffff !important;
	color: #111111 !important;
}
.nf-form-content input,
.nf-form-content textarea {
	border: 1px solid #fff !important;
}
.nf-form-content input:focus,
.nf-form-content textarea:focus {
	border: 1px solid #ccc !important;
}
.nf-pass.field-wrap .nf-field-element:after,
.nf-error.field-wrap .nf-field-element:after {
	display: none !important;
}

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

.site-header {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}

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

.title-area {
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 60px 0 25px;
}

.site-title, .site-title a, .site-title a:hover {
    font-family: Butler, Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 7px;
    color: #111;
    margin: 0 0 5px;
    line-height: 1.2;
    font-weight: bold;
}

.site-description {
    font: italic 16px Arapey, serif;
    text-transform: lowercase;
    margin: 0 auto;
    color: #111;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .widget-area {
    margin-top: 70px;
}

.header-image .title-area {
    width: 100%;
    max-width: 350px;
}

.header-image .site-title,
.header-image .title-area {
	padding: 0;
	margin: 10px auto -5px;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	margin: 0 auto;
	min-height: 160px;
}

.header-image .site-description,
.header-image .site-title {
	text-indent: -9999px;
}

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

.genesis-nav-menu {
    line-height: 1;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
}
.genesis-nav-menu li li {
    margin-left: 0;
}
.genesis-nav-menu a {
    color: #111;
    display: block;
    font: normal 11px Raleway, sans-serif;
    letter-spacing: 3px;
    padding: 25px 30px 16px;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.genesis-nav-menu a:hover {
    color: #adaba9;
}
.genesis-nav-menu li.highlight a:hover::before {
    color: #adaba9;
}
.uptown-home .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
    border-bottom: 5px solid transparent;
}
.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .8s ease-in-out;
    width: 190px;
    z-index: 9999;
    pointer: cursor;
    text-align: left;
	background-color: #f7f6f5;
	padding: 10px 0;
}

.genesis-nav-menu .sub-menu a {
    font: italic 15px Arapey, serif;
    text-transform: lowercase;
    color: #222;
    text-align: center;
	border-top: 0;
    padding: 6px 18px;
    line-height: 1.9em;
    position: relative;
    width: 190px;
    word-wrap: break-word;
    pointer: cursor;
    z-index: 9999;
    letter-spacing: 1.5px;
}

.genesis-nav-menu .sub-menu a:hover {
    color: #d3cecd;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -51px 0 0 189px;
}

.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;
}
/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    text-transform: uppercase;
    z-index: 999;
    text-align: left;
    position: fixed;
    margin-top: -60px;
    background: #f7f6f5;
    width: 100%;
}
.nav-primary .wrap {
    max-width: 1195px;
    position: relative;
}
.nav-primary .widget-wrap a {
    padding: 0;
    display: inline;
    z-index: 1;
}
.nav-primary .widget-wrap {
    position: absolute;
    margin-top: -69px;
    right: 35px;
    padding: 0 24px;
}
.nav-primary .social {
    position: relative;
    top: 31px;
}


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

.nav-secondary {
    text-align: center;
    margin: 10px auto;
}
.nav-secondary .wrap {
    border-top: 1px solid #e9e8e3;
    border-bottom: 1px solid #e9e8e3;
    margin-bottom: 30px;
    max-width: 1140px;
    text-align: center;
}
.nav-secondary a {
    padding: 20px 30px 12px;
}

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

.site-header .widget-area {
	float: right;
	margin-top: 65px;
}

.site-header .widget_nav_menu {
    text-align: right;
    margin-right: -28px;
}


/* Primary Nav Search
--------------------------------------------- */

.nav-primary .genesis-nav-menu > .search {
    float: right;
}

li a.icon-search:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\f002";
    font-size: 12px;
    z-index: 9999;
    margin-left: 20px;
}

li a.icon-search {
    cursor: pointer;
    margin-top: -59px;
    z-index: 9999;
}

.search-div {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 18px;
    background: #f7f6f5;
}

.search-div .search-form {
    position: relative;
}

.search-div .search-form input[type="search"] {
    width: 100%;
    padding: 14px;
    font-size: 12px;
}

.search-div .search-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 14px;
    height: 44px;
    margin-bottom: 0;
    margin-right: 10px;
}
.nav-primary .search-form {
    background: #fff;
}
.nav-primary .search-form input[type="search"] {
    font-size: 10px;
    padding: 15px 13px 13px !important;
    border-bottom: 0;
    border: 1px solid #e9e8e3;
}
.genesis-nav-menu .search input[type="submit"]:focus {
    width: 20px; height: auto;
    margin-right: 0;
}
.nav-primary .search-form input[type="submit"] {
    font-size: 70% !important;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
@media only screen and (max-width: 800px) {
    .nav-primary .genesis-nav-menu > .search {
        display: block;
        text-align: left;
    }
    .search-div {
        left: 0;
    }
    .nav-primary .genesis-nav-menu > .search {
    float: none;
    }
}

@media only screen and (max-width: 340px) {
    .search-div {
        width: auto;
    }
}

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

/* Home Page
--------------------------------------------- */

.uptown-home .home-area .featuredpost .alignnone {
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
}
.uptown-home .front-page-1 {
    max-width: 1154px;
    margin-left: auto;
    margin-right: auto;
}
.home-area {
    margin-bottom: 34px;
}
.front-page-2.home-area{ 
    margin-bottom: 39px;
}
.uptown-home .home-area .featuredpost img,
.category-page .featuredpost img,
.sidebar .featuredpost img {
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: rotateX(360deg);
}
.uptown-home .home-area .featuredpost .entry-header,
.category-page .featuredpost .entry-header,
.sidebar .featuredpost .entry-header {
    margin-top: 20px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    width: 80%;
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
    -webkit-backface-visibility: hidden;
}
.uptown-home .home-area .featuredpost .entry-title,
.category-page .featuredpost .entry-title,
.sidebar .featuredpost .entry-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
    background: #111;
    padding: 30px;
}
.sidebar .featuredpost .entry-title {
    font-size: 15px;
    padding: 15px;
    margin-bottom: 28px;
}
.uptown-home .home-area .featuredpost .entry-title a,
.category-page .featuredpost .entry-title a,
.sidebar .featuredpost .entry-title a {
    color: #fff;
}
.uptown-home .home-area .featuredpost .entry-meta {
    text-align: center;
}
.uptown-home .home-area .featuredpost .entry,
.category-page .featuredpost .entry,
.sidebar .featuredpost .entry {
    position: relative;
    max-width: 33.333%;
    display: inline-block;
    padding: 1.7% 8px 0 8px;
    margin-bottom: 0;
    -webkit-backface-visibility:hidden;
}
.sidebar .featuredpost .entry {
    max-width: 100%;
}
.uptown-home .home-area .featuredpost .entry-title::after,
.category-page .featuredpost .entry-title::after,
.sidebar .featuredpost .entry-title::after {
    display: none;
}
.uptown-home .home-area .featuredpost .entry:hover .entry-header,
.category-page .featuredpost .entry:hover .entry-header,
.sidebar .featuredpost .entry:hover .entry-header {
    opacity: 1; 
}
.uptown-home .home-area .featuredpost .entry:hover img,
.category-page .featuredpost .entry:hover img,
.sidebar .featuredpost .entry:hover img {
    opacity: .75;
    -webkit-backface-visibility: hidden;
}

.uptown-home .home-area .featuredpost,
.category-page .featuredpost,
.sidebar .featuredpost {
    text-align: center;
}

.featured-content img {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    filter: alpha(opacity=25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.featured-content img:hover {
    opacity: .7;
}

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

.flexible-widgets.widget-area .widget {
  float: left;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  float: none;
  width: 100%;
}

.flexible-widgets.widget-fourths .widget {
  width: 32.25%;
}

.flexible-widgets.widget-fourths .widget:first-child {
    width: 100%;
}

.flexible-widgets.widget-halves .widget {
  width: 50%;
}

.flexible-widgets.widget-thirds .widget {
  width: 32.25%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
  clear: left;
}
@media only screen and (max-width: 1340px) {

    .flexible-widgets .wrap {
        max-width: 1220px;
    }

}

@media only screen and (max-width: 1200px) {

    .flexible-widgets .wrap {
        max-width: 1040px;
    }

}

@media only screen and (max-width: 800px) {

    .flexible-widgets.widget-fourths .widget,
    .flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget {
        float: none;
        width: 100%;
    }
    .uptown-home .widget-fourths .widget-3.featuredpage,
    .uptown-home .widget-fourths .widget-4.featuredpage,
    .uptown-home .widget-thirds .widget-2.featuredpage,
    .uptown-home .widget-thirds .widget-3.featuredpage { left: 0; right: 0; }

    .flexible-widgets .widget {
        padding-left: 0;
        padding-right: 0;
    }

}

.uptown-before-footer .wrap,
.front-page-2 .wrap { 
    max-width: 1140px; }

.uptown-before-footer {
    margin-bottom: 40px;
}
.uptown-home .front-page-1 .widget-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.uptown-home .front-page-1 .featuredpage.widget {
	padding: 0 8px;
	margin-top: 15px;
}
.uptown-home .front-page-1 .featuredpage.widget .entry {
	margin-bottom: 0;
}
.uptown-before-footer .featuredpage .widget-title,
.home-area .featuredpage .widget-title {
    background: #f7f6f5;
    margin: 0 11%;
    padding: 17px 25px 16px;
    font: normal 18px Raleway, sans-serif;
    width: 78%;
    position: absolute;
    text-transform: uppercase;
    top: 44%;
    letter-spacing: 3px;
    left: 0;
    opacity: .95;
    z-index: 999;
    text-align: center;
}
.uptown-before-footer .featuredpage .widget-title:after,
.uptown-before-footer .featuredpage .widget-title:before,
.home-area .featuredpage .widget-title:after,
.home-area .featuredpage .widget-title:before { display: none; }

.uptown-before-footer .featuredpage.widget,
.home-area .featuredpage.widget {
    position: relative;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table .one-third {
  background-color: #fff;
  border: 1px solid #e9e8e3;
  margin: 20px 0;
  padding: 40px;
  width: 33.33%;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.pricing-table .one-third:nth-child(3n+1) {
  margin: 20px 0;
}
.pricing-table .one-third:nth-child(3n+2) {
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-table ul {
    margin-left: 0 !important;
}

.pricing-table .one-third:nth-child(3n) {
  margin: 20px 0;
}

.pricing-table ul > li {
  border-bottom: 1px solid #f5f5f4;
  padding-bottom: 10px;
  margin-bottom: 15px;
  list-style-type: none !important;
  text-align: center;
}

.pricing-table a.button {
  text-align: center;
  display: block;
  color: #fff;
  background: #111;
  font-size: 12px;
}

.pricing-table a.button:hover {
    background: #f7f6f5;
    color: #111;
}

.pricing-table h4 {
  border-bottom: 1px solid #f5f5f4;
  margin: -40px -40px 40px;
  font-size: 26px;
  letter-spacing: 1px;
  padding: 40px;
  text-align: center;
  line-height: 1.6;
}
.pricing-table .price {
    font: normal 14px Raleway, sans-serif !important;
    letter-spacing: 2px !important;
    background: 0;
}


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

.content-sidebar .content {
    max-width: 770px;
    float: left;
}

.sidebar-content .content {
    max-width: 770px;
    float: right;
}

.uptown-blog.full-width-content .content {
    max-width: 900px;
    margin: 0 auto;
}

.single-post.full-width-content .site-inner {
    max-width: 900px !important;
}

.single-post.full-width-content .entry-title,
.single-post.full-width-content .entry-header .entry-meta {
    text-align: center;
}

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

.entry {
    margin-bottom: 7%;
}
.widget .entry {
    margin-bottom: 40px;
}
.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    margin-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ul > li {
    list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #777676;
    color: #eee;
}

/* Related Posts
--------------------------------------------- */
.related {
    background: #f7f6f5;
    padding: 35px 30px 35px;
    margin-top: -10px;
    margin-bottom: 45px;
}
.sidebar-content .related,
.content-sidebar .related {
    padding: 30px 30px 30px;
}
.related h3 {
    margin-bottom: 5px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
}
.related .wrap {
    max-width: 1100px;
}
.related img {
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: rotateX(360deg);
}
.related-post .related-post-title {
    margin-top: 20px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    vertical-align: middle;
    opacity: 0;
    width: 78%;
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
    -webkit-backface-visibility: hidden;
    line-height: 1.4 !important;
    margin-bottom: 15px;
    text-align: center;
    padding: 16px;
    z-index: 9999;
    color: #fff;
    background: #111;
    font: normal 20px Butler, serif;
}
.related-post:hover .related-post-title {
    opacity: 1; 
}
.related-post {
    position: relative;
    width: 33%;
    display: inline-block;
    padding: 1.7% 8px 0 8px;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
}
.related-post:hover img {
    opacity: .5;
    -webkit-backface-visibility: hidden;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    font: normal 10px Raleway, sans-serif;
    color: #111;
}
.entry-header,
.entry-footer {
    text-align: center;
}
.entry-header p.entry-meta {
    letter-spacing: 2px;
    font: italic 15px Arapey, serif;
    text-transform: lowercase;
    padding: 0 0 20px;
}
.entry-content .entry-meta {
    margin-top: 40px;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e8e3;
    width: 100%;
}
.entry-content .entry-meta a {
    color: #111 !important;
}
.entry-content .entry-meta a:hover {
    color: #adaba9 !important;
}
.share-before_entry_header {
    text-align: right;
    padding-top: 13px;
}
.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 20px/1 "dashicons";
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    padding: 0 0 40px;
}
.after-entry .widget {
    margin-bottom: 40px;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
    margin: 0;
}
.after-entry li {
    list-style-type: none;
}
/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    text-align: center;
    font: italic 17px Arapey, serif;
}
.pagination-previous,
.pagination-next {
	margin-bottom: 20px;
}
.page .pagination {
    margin-bottom: 40px;
}
.pagination-previous a,
.pagination-next a {
    padding: 16px 20px;
    background: #f7f6f5;
    color: #111;
}
.pagination-previous a:hover,
.pagination-next a:hover {
    color: #fff;
	background: #111;
}
.pagination
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
    margin: 3px;
}
.archive-pagination li a {
    border: 1px solid #e9e8e3;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font: normal 11px Raleway, sans-serif;
    letter-spacing: 2px;
    padding: 14px 16px;
    text-transform: uppercase;
}
.archive-pagination li a:hover {
    border: 1px solid #111;
    background: #111;
    color: #fff;
}

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

.comment-respond {
    background: #f7f6f5;
    padding: 40px;
}
.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 70px;
}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 40px;
    font-size: 15px;
}
.entry-comments .comment {
    border-bottom: 1px solid #e9e8e3;
}
.comment-respond label {
    display: block;
    font: normal 12px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 0 12px;
    color: #111;
}
.comment-reply a {
    background-color: #111;
    padding: 10px 12px;
    color: #fff;
    font: normal 10px Raleway, sans-serif !important;
    text-transform: uppercase;
    width: 90px;
    letter-spacing: 2px;
    text-align: center;
}
.comment-reply a:hover {
    background: #f7f6f5;
    color: #111;
}
.comment-content,
.entry-comments .comment {
    clear: both;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
    margin: 0;
}
.comment-repsond input,
.comment-respond select,
.comment-respond textarea {
    font-size: 15px;
}
.entry-comments .children .comment {
    border: none;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}
.comment-list li,
.ping-list li {
    list-style-type: none;
}
.entry-comments ul.children {
    margin-left: 40px;
    border-left: 1px solid #e9e8e3;
    padding-left: 30px;
}
.ping-list .reply {
    display: none;
}
#reply-title,
.entry-comments h3 {
    text-align: center;
    margin-bottom: 10px;
}
.logged-in-as {
    text-align: center;
}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
    width: 320px;
    margin-bottom: 25px;
}
.sidebar-content .sidebar {
    float: left;
}
.sidebar p:last-child {
    margin-bottom: 0;
}
.sidebar li {
    list-style-type: none;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 45px;
    background: #f7f6f5;
    padding: 28px;
}

.sidebar li.cat-item,
.footer-widgets li.cat-item,
.footer-widgets li {
    text-align: center;
    text-transform: none;
    letter-spacing: 1px;
    font: italic 18px Arapey, serif;
    margin-bottom: 0;
}

.sidebar .widget_nav_menu a,
.sidebar li.cat-item a {
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-bottom: 12px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.sidebar .widget_nav_menu a:hover,
.sidebar li.cat-item a:hover {
    background: #111;
    color: #fff;
}
/* Social Icons
----------------------------------------------- */

.social i,
.nav-primary .social i {
    color: #111;
    font-family: fontello;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px;
}
.social i:hover,
.nav-primary .social i:hover {
    color: #adaba9;
}
.icon-pinterest,
.icon-gplus,
.icon-tumblr,
.icon-youtube,
.icon-instagram {
    font-size: 12px;
}
.icon-facebook {
    margin-top: -2px;
    font-size: 13px;
}
.icon-heart,
.icon-twitter {
    font-size: 13px;
}
.icon-rss {
    font-size: 10px;
}
.icon-email {
    font-size: 14px;
}

/* About Photo Widget
----------------------------------------------- */

#about-photo {
    border-radius: 350px;
    width: 100%;
    max-width: 350px;
}
#about {
    margin: 10px auto 0;
    font: italic 15px Arapey, serif;
    width: 90%;
    line-height: 1.7;
}
#hover {
    opacity: 1;
    will-change: opacity;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -webkit-transform: translate(0px, 0);
    filter: alpha(opacity=25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
}
#hover:hover {
    opacity: .7;
}

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

.creds {
    text-transform: uppercase;
    font: normal 12px Source Sans Pro, sans-serif;
    letter-spacing: 2px;
    color: #111;
    text-align: right;
    padding: 30px 60px 26px;
    margin-bottom: -30px;
}
.footer-social {
    float: left;
    margin-left: 60px;
    margin-top: 24px;
}
.creds p { margin: 0 auto; }
.creds a {
    color: #111;
}
.creds a:hover {
    color: #adaba9;
}
.footer-widgets {
    background-color: #f7f6f5;
    clear: both;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 60px;
    text-align: center;
}
.footer-widgets .wrap {
    max-width: 1140px;
    background: #f7f6f5;
}
.footer-widgets li.cat-item {
    text-transform: none;
}
.footer-widgets a,
.footer-widgets .social i {
    color: #111;
}
.footer-widgets a:hover,
.footer-widgets .social i:hover {
    color: #adaba9;
}
.footer-widgets .widget {
    margin-bottom: 6px;
}
.footer-widgets-1 {
    width: 33%;
    float: left;
    display: inline-block;
}
.footer-widgets-2 {
    float: left;
    width: 33%
}
.footer-widgets-2 .widget {
    padding: 15px;
}
.footer-widgets-3 {
    float: right;
    width: 33%
}
.footer-widgets input#subbox1,
.footer-widgets input#subbox2 {
    width: 48.411% !important;
}
.footer-widgets input#subbox1 {
    margin-right: 7px;
}

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

.site-footer {
    max-width: 1100px;
}
.site-footer,
.site-footer a,
.site-footer p {
    color: #777;
}
.site-footer a:hover {
    color: #a0a0a0;
}
.site-footer p {
    font-size: 11px;
    letter-spacing: .2em;
    margin-bottom: 0;
    text-transform: uppercase;
}


/* Page Templates
---------------------------------------------------------------------------------------------------- */

/* 404 Page
--------------------------------------------- */

.error404 .entry-content .search-form input[type="search"] {
    width: 100%;
    background: #fff;
    padding: 18px;
    font-size: 13px;
}

.error404 .entry-content .search-form input[type="search"]:focus {
    border-bottom: 0 !important;
    border: 1px solid #666 !important;
    
}

.error404 .entry-content .search-form {
    background: #f7f6f5;
    padding: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.error404 .entry-title {
    margin-bottom: 20px;
}

.error404 .entry-content .search-form input[type="submit"] {
    right: 30px;
    top: 21px;
    font-size: 80% !important;
}

.error404 .entry-content h4 {
    font-style: italic;
    font-size: 22px;
}

.error404 .entry-content li {
    font-size: 15px;
    margin-bottom: 5px;
}

.error404 .entry-content li a {
    font-size: 15px;
    margin-bottom: 5px;
    color: #111 !important;
}

.error404 .entry-content li a:hover {
    color: #adaba9 !important;
}

/* Category Archive Page
--------------------------------------------- */

.uptown-category-archive .one-third {
    float: left;
    margin-left: 1.5%;
}
.uptown-category-archive .one-third {
    width: 32.33333333333%;
}
.uptown-category-archive .first {
    clear: both;
    margin-left: 0;
}

.uptown-category-archive .entry-footer,
.uptown-category-archive .entry-content,
.uptown-category-archive .entry-meta,
.uptown-category-archive .entry-time,
.uptown-category-archive .share-after,
.uptown-category-archive .share-box,
.uptown-category-archive .share-filled,
.single-portfolio .share-after,
.single-portfolio .share-box,
.single-portfolio .share-filled {
    display: none;
    margin: 0;
}
.uptown-category-archive .archive-title {
    text-align: center;
    font-size: 30px;
}
.uptown-category-archive .archive-description p {
    width: 54%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
}

.uptown-category-archive .pagination {
    padding-top: 35px;
}
.uptown-category-archive img,
.uptown-portfolio img {
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: rotateX(360deg);
}
.uptown-category-archive .entry-header,
.uptown-portfolio .entry-header {
    margin-top: 20px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    width: 80%;
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
    -webkit-backface-visibility: hidden;
}
.uptown-category-archive .entry-title,
.uptown-portfolio .entry-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
    background: #111;
    padding: 25px;
}
.uptown-category-archive .entry-title a,
.uptown-portfolio .entry-title a { color: #fff; }
.uptown-category-archive .entry-meta {
    text-align: center;
}
.uptown-category-archive .entry,
.uptown-portfolio .entry {
    position: relative;
    display: inline-block;
    margin-bottom: 1%;
    -webkit-backface-visibility: hidden;
}
.uptown-category-archive .entry:hover .entry-header,
.uptown-portfolio .entry:hover .entry-header {
    opacity: 1; 
}
.uptown-category-archive .entry:hover img,
.uptown-portfolio .entryt:hover img {
    opacity: .75;
    -webkit-backface-visibility: hidden;
}

.uptown-category-archive span.entry-comments-link,
.uptown-category-archive span.entry-comments-link:before {
    display: none;
}
.archive-description p {
    text-align: center;
    width: 70%;
    margin: 20px auto 0;
}
.uptown-category-archive .site-inner { margin-bottom: 40px; }
.page .entry-title {
    margin-bottom: 25px;
	text-align: center;
}
.content-sidebar .entry-title {
    text-align: left 
}
.page .content .post .entry-title { margin-bottom: 6px; }

/* Category Index Page
--------------------------------------------- */

.category-page .site-inner { margin-bottom: 25px !important; }

.category-page .featured-content .entry {
    width: 32.33333333333%;
    float: left;
    margin-bottom: 2.5%;
    padding: 0;
    margin-right: .6%
}
.category-page .featured-content .entry:nth-of-type(2n) {
    margin: 0 1%;
}
.category-page .featured-content .entry:nth-of-type(3n) {
    float: right;
    margin-right: 0;
}
.category-page .featuredpost .entry-title {
    font-size: 20px;
    margin-bottom: 40px !important;
    letter-spacing: 1px;
}
.category-page .featuredpost .widget-title {
    text-align: center;
    font-size: 30px;
}
.cat-intro {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
}
.category-page .content .widget {
    margin-bottom: 30px;
}
.more-from-category {
    clear: both;
}
.category-page .more-from-category a {
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 18px 28px;
    font: normal 12px Raleway, sans-serif;
    text-transform: uppercase;
    background: #111;
    color: #fff;
}
.category-page .more-from-category a:hover {
    background-color: #f7f6f5;
    color: #111;
}
.page .post-edit-link {
    display: none;
}


/* Landing Page
--------------------------------------------- */

.uptown-landing {
    background: #f7f6f5;
    margin-top: 50px;
}
.uptown-landing .content {
    margin-top: 20px;
    margin-bottom: 0;
}
.uptown-landing .entry {
    margin-bottom: 0;
}
.uptown-landing .entry-title {
    display: none;
}
.uptown-landing .content {
    padding: 40px;
}
.uptown-landing .uptown-backtotop {
    display: none;
}

/* Instagram Page
--------------------------------------------- */

.uptown-insta .uptown-backtotop { 
    background: #fff; }

.uptown-insta .title-area {
    float: none;
    margin-top: -10px;
    margin-bottom: 10px;
}
.uptown-insta.header-image .title-area {
    margin-top: 20px;
    margin-bottom: 20px;
}

.uptown-insta .site-title,
.uptown-insta .site-title a,
.uptown-insta .site-title a:hover {
    font-size: 38px;
    letter-spacing: 6px;
    text-align: center;
}

.uptown-insta .entry-title { display: none; }

.uptown-insta .featured-content .entry-title { display: block; }

.uptown-insta .content {
    max-width: 800px;
    margin: 0 auto;
    float: none;
}

.uptown-insta .site-container,
.uptown-insta .site-inner,
.uptown-insta .site-header { 
    background: #f7f6f5; 
}

.uptown-insta .menu li {
    list-style-type: none !important;
}

.uptown-insta .menu li a {
    background: #fff;
    width: 100%;
    color: #111 !important;
    display: block;
    text-align: center;
    line-height: 2.1rem !important;
    margin-bottom: 14px;
    padding: 20px 20px 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: normal 12px Raleway, sans-serif;
}
.uptown-insta .entry-content ul {
    margin-left: 0 !important;
}
.uptown-insta .site-container {
    padding: 0 30px;
}
.uptown-insta .site-container,
.uptown-insta .site-inner {
    margin-top: 0 !important;
}
.uptown-insta .widget-title {
    text-align: center;
}
.uptown-insta .social i {
    font-size: 105%;
    padding: 3px;
}

.uptown-insta .widget {
    margin-bottom: 30px;
}

.uptown-insta .widget.widget_nav_menu {
    margin-bottom: 15px; 
}
.uptown-insta input#subbox1,
.uptown-insta input#subbox2 {
    width: 49.35%;
    float: left;
}
.uptown-insta input#subbox2,
.uptown-insta input#subbutton {
    float: right; 
}
.uptown-insta .enews-widget input[type="submit"] { font-size: 11px; }
.uptown-insta .featured-content .entry { width: 49%; float: left; }

.uptown-insta .featured-content .entry:nth-of-type(2n) {margin-left: 2%;}

.uptown-insta .featured-content .entry-title a,
.uptown-insta .featured-content .entry-meta a { color: #111; }

.uptown-insta .featured-content .entry-title {
    font-size: 26px;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.uptown-insta .featured-content .entry-meta { text-align: center; }

.uptown-insta a.more-link {
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 100%;
    display: block; 
    font-size: 11px;
    background: #111;
    color: #fff;
}

/* Portfolio Page
--------------------------------------------- */

.uptown-portfolio .one-third {
    float: left;
    margin-left: 1.5%;
}
.uptown-portfolio .one-third {
    width: 32.33333%;
}
.uptown-portfolio .first {
    clear: both;
    margin-left: 0;
}
.uptown-portfolio .entry { margin-bottom: 1%; }

.uptown-portfolio .site-inner {
    margin-bottom: 40px;
}
.uptown-portfolio .entry-content {
    display: none;
}
.uptown-portfolio .portfolio img {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.uptown-portfolio .portfolio img:hover {
    opacity: .65;
}
.uptown-portfolio .entry-title {
}
.uptown-portfolio .entry-meta,
.single-portfolio .entry-meta {
    display: none;
}
.single-portfolio .entry-title {
    text-align: center;
    margin-bottom: 20px;
}
.single-portfolio .entry {
    margin-bottom: 2%;
}
.uptown-portfolio .archive-description p {
    font-size: 15px;
    width: 55%;
}
.uptown-portfolio .archive-title {
    text-align: center;
    font-size: 30px;
}
.uptown-portfolio .site-inner {
    margin-top: 40px;
}

/* Contact Page
--------------------------------------------- */

.uptown-contact .content-sidebar-wrap {
    margin-top: 0;
}
.uptown-contact img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.uptown-contact .content {
    padding-bottom: 0;
    margin-top: 15px;
}
.uptown-contact .content .widget-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
}
img.about-hello {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    margin-bottom: -30px;
    margin-top: -20px; }

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1021px) {
.js .fadeup-effect {
    opacity: 0;
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(18px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;;
	} }
.prev-next-post-links {
    overflow: hidden;
}
.previous-post-link {
    float: left;
}
.next-post-link {
    float: right;
}
.taxonomy-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
a.more-link {
    color: #fff;
    background: #111;
    padding: 18px;
    display: block;
    font: normal 11px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto;
    text-align: center;
    width: 220px;
    display: block;
    margin: 0 auto;
}
a.more-link:hover {
    background: #f7f6f5;
    color: #111;
}
a.more-link em {
    text-transform: lowercase;
    font-family: Arapey, serif;
    font-size: 13px;
    letter-spacing: 1.5px;
}

/* Back to Top button
--------------------------------------------- */

.uptown-backtotop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 12px;
    right: 10px;
    padding-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    color: #111;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border-radius: 40px;
    line-height: 40px !important;
    visibility: hidden;
    opacity: 0;
    outline: 0 !important;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.uptown-backtotop:hover {
    color: #adaba9;
}
.uptown-backtotop.top-is-visible {
    visibility: visible;
    opacity: 1;
}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 1022px) {
    nav {
        display: block !important;
    }
}
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */

@media only screen and (max-width: 1021px) {

    .title-area {
        float: none;
        padding: 0;
        margin: 0; }

    .site-header { margin-top: 40px; }

    .site-header .widget-area { margin-top: 40px;}

    .site-header .widget_nav_menu { margin-right: 0 !important; }

    .front-page-1 { margin-top: 20px; }

    .site-container { margin-top: 0; }

    li a.icon-search { display: none; }
    
    .nav-primary { float: left; padding: 0 !important; }

    .nav-primary a { text-align: center; }
    
    .nav-primary .widget-wrap {
        margin-top: 0px !important;
        right: 0 !important;
        width: 100% !important;
        background: #fff !important;
        float: none;
        position: relative;
        padding: 0 0 55px;
        }
        .menu-toggle,
        .sub-menu-toggle {
        display: block !important;
        background-color: #fff !important;
        color: #111;
        font-size: 2.5em;
        overflow: hidden;
        width: 100%;
        text-align: center;
        visibility: visible;
    }
    .nav-primary li a, .nav-secondary li a, .genesis-nav-menu li a {
        font-size: 12px;
        padding: 15px 20px 14px;
        background: #fff;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #e9e8e3 !important;
    }
    .nav-primary .social i {
        font-size: 130%;
    }
    button.menu-toggle {
        background-color: #f7f6f5 !important;
        color: #111;
        font-weight: 300;
        display: inline-block !important;
        margin: 0 auto;
        border: 0;
        padding: 0 0 7px;
        text-align: center;
        width: 100%;
    }
    button.sub-menu-toggle,
    button .sub-menu-toggle {
        background: transparent !important;
        color: #111;
        width: 100%;
        border: 0;
        padding: 0;
        padding-right: 20px;
        text-align: right;
        margin-top: 0;
    }
    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        font-size: 2em;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
    }
    .sub-menu-toggle:before {
        content: "+";
        font-size: 18px;
    }
    .sub-menu-toggle.activated:before {
        content: "-";
        font-size: 18px;
    }
    .admin-bar .nav-primary {
        top: 0;
    }
    .nav-primary {
        position: relative;
        width: 100%;
        margin-top: 0px;
    }
    nav {
        display: none;
        position: relative;
    }
    .nav-secondary { margin-top: 0; background: #f7f6f5; }
    .nav-secondary .wrap { border: 0; }
    .genesis-nav-menu .menu-item {
        position: relative;
        display: block;
        text-align: left;
    }
    .footer-menu .menu-item { display: inline-block; }
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu .sub-menu {
        display: none;
        opacity: 1;
        position: static;
        box-shadow: none;
        width: 100%;
    }
    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu a {
        background-color: #fff;
        padding-left: 30px;
    }
    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        background-color: #fff;
        padding-left: 40px;
        width: 100%;
    }
    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #333;
    }
    .genesis-nav-menu > li:hover .sub-menu a,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
        padding: 12px;
        background: #fff;
        margin-left: 15px;
    }
    .genesis-nav-menu .sub-menu {margin-top: -10px;background: #fff;}

}
/* Responsive Menu
--------------------------------------------- */

.menu-toggle {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}
.menu-toggle::before {
    content: "\f20e";
    display: inline-block;
    font: normal 21px 'Ionicons';
    margin: 0 auto;
    padding: 10px;
}
/*
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) {
    input,
    button,
    input[type="search"] {
        border-radius: 0 !important;
    }
}

@media only screen and (max-width: 1139px) {
    .uptown-before-footer { padding: 0 40px; }
    .header-image .title-area {
        float: none;
        padding: 0;
        margin: 10px auto;
    }
    .header-image .site-header .widget-area {
        float: none;
        margin: 0 auto;
    }
    .header-image .site-header .widget_nav_menu {
        text-align: center;
    }
    .uptown-insta.header-image .title-area {
        margin-top: 0;
        margin-bottom: 0;
    }
    .site-inner {
        padding: 30px;
        margin-top: 0 !important;
    }
    .creds p {
        width: 100% !important;
    }
    .nav-primary {
        float: left;
        text-align: left;
        padding-left: 30px;
    }
    .nav-primary .widget-wrap { right: 50px; }
    .nav-primary .genesis-nav-menu > .search { margin-right: 15px; }
    .uptown-home .widget .entry {
        width: inherit;
    }
    .uptown-featured-widget .featured-content .entry {
        padding: 10px;
    }
}

@media only screen and (max-width: 1023px) {

    .content-sidebar-sidebar .content-sidebar-wrap,
    .content-sidebar-sidebar .content,
    .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .sidebar-sidebar-content .content,
    .sidebar-content .content,
    .content-sidebar .content,
    .site-header .widget-area {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .header-image .site-title a {
        margin-top: 0;
    }
    .uptown-home .featuredpost .entry-header {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
    
    .uptown-home .featuredpost .entry-title {
        font-size: 15px;
        line-height: 2.5rem;
    }
    .uptown-home .featuredpost .entry-header {
        margin: 0 auto;
        width: 95%;
    }
    .home-section .featuredpost .entry:hover img {
        opacity: 1;
    }
    .archive-pagination {
        margin-bottom: 50px;
    }
    .footer-widgets .wrap,
    .footer-widgets {
        max-width: 100%;
        width: 100% !important;
        padding: 20px;
    }
    .footer-widgets-1 .widget,
    .footer-widgets-2 .widget {
        padding: 0;
    }
    .uptown-home .home-area .enews input, .uptown-before-footer .enews input {
        width: 18%
    }
}


@media only screen and (max-width: 1000px) {

    .offscreen-content button,
    .offscreen-content-icon button { 
        display: none; 
    }
    .header-image .site-header {
        margin-top: 0;
     }
    .header-image .title-area {
        margin-bottom: 20px;
    }
    .uptown-home .front-page-1 .featuredpost .entry-title {
        font-size: 18px;
        max-width: 95%;
    }

}

@media only screen and (max-width: 950px) {

     .uptown-home .home-area .enews input, .uptown-before-footer .enews input {
        width: 16%
    }

}

@media only screen and (max-width: 767px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .uptown-portfolio .portfolio,
    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li,
    .woocommerce-page ul.cart_list li,
    .woocommerce-page ul.product_list_widget li,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .single-post.full-width-content .site-inner {
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
    }

    .uptown-home .front-page-1 .wrap .widget-area {
        flex-direction: column;
    }
    .uptown-home .home-area .enews-widget, .uptown-before-footer .enews-widget {
        padding: 25px !important;
    }
    .uptown-home .front-page-1 .featuredpage.widget {
    	padding: 5px 22px;
    	margin-top: 2px;
    }
    .home a.more-link,
    .uptown-blog a.more-link,
    .blog a.more-link,
    .shop-post { 
        width: 100%;
    }
    .genesis-nav-menu a {
        padding: 20px 30px;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -18px 0 0 20px;
    }
    .nav-primary {
        padding: 12px 10px 12px 0;
        background: #f7f6f5;
        margin-top: 0;
    }
    .genesis-nav-menu .sub-menu {
        border: 0;
        width: 100%;
    }
    .genesis-nav-menu .sub-menu a {
        border: 0 !important;
        width: 100%;
    }
    .entry-meta .entry-tags {
        clear: both;
        float: left;
    }
    .uptown-home .home-area .enews-widget input[type="submit"] {
        margin: 0;
        width: 100%;
    }
    .uptown-home .home-area .enews-widget input#subbox,
    .uptown-home .home-area .enews-widget input#subbox1,
    .uptown-home .home-area .enews-widget input#subbox2,
    .uptown-home .enews-widget input[type="submit"],
    .sidebar .enews-widget input#subbox,
    .sidebar .enews-widget input#subbox1,
    .sidebar .enews-widget input#subbox2,
    .sidebar .enews-widget input[type="submit"],
    .after-entry .enews-widget input#subbox,
    .after-entry .enews-widget input#subbox1,
    .after-entry .enews-widget input#subbox2,
    .after-entry .enews-widget input[type="submit"],
    .uptown-before-footer .enews-widget input#subbox,
    .uptown-before-footer .enews-widget input#subbox1,
    .uptown-before-footer .enews-widget input#subbox2,
    .uptown-before-footer .enews-widget input[type="submit"] {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .uptown-home .home-area .enews-widget input[type="submit"] { margin-top: 8px !important; }
    .uptown-home .home-area .enews-widget {
        padding: 30px !important;
    }
    .slide-excerpt-border { display: none !important; }
    .uptown-home .featuredpage .widget-title { top: 46%}
    .uptown-home .home-area .enews .widget-title  {
        float: none;
        margin: 0 auto;
        border-right: 0;
        padding: 10px 0 30px !important;
    }
    .uptown-instagram .widget-title {
        font-size: 22px;
    }
    .uptown-home .home-area .enews .widget-title,
    .uptown-before-footer .enews .widget-title {
        border: 0;
        padding: 0 !important;
        padding-bottom: 25px !important;
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
    }
    .uptown-before-footer .enews .widget-title { margin-top: 20px; }
    .uptown-contact-left .one-half,
    .uptown-contact-right .one-half {
        margin-bottom: 15px;
        width: 100% !important;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgts-3 {
        width: 100% !important;
    }
    .nf-form-layout { padding: 22px 22px 2px; }
    .creds { font-size: 9px; }
    .category-page .featured-content .entry { margin-bottom: 5%; }
}


@media only screen and (max-width: 680px) { 

    .related-post .related-post-title {
        text-align: center;
        position: absolute;
        background-color: #fff;
        color: #222;
        opacity: .8;
        bottom: 20px;
        top: unset;
        padding: 16px;
    }

    .related h3 { font-size: 26px; }

    .related {
        padding: 20px 20px 25px;
        margin-top: 50px;
    }

    .related-post { width: 100%; text-align: center; position: relative; }

.uptown-home .home-area .featuredpost .entry-header,
.category-page .featuredpost .entry-header,
.sidebar .featuredpost .entry-header,
.uptown-category-archive .entry-header,
.uptown-portfolio .entry-header {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        margin: 0 auto;
}
.uptown-home .home-area .featuredpost .entry-title,
.category-page .featuredpost .entry-title,
.sidebar .featuredpost .entry-title,
.uptown-category-archive .entry-title,
.uptown-portfolio .entry-title {
        font-size: 18px;
        padding: 5px;
        background: transparent;
}
.uptown-home .home-area .featuredpost .entry-title { font-size: 22px; padding: 15px 10px 5px; }

.uptown-home .home-area .featuredpost .entry-title a,
.category-page .featuredpost .entry-title a,
.sidebar .featuredpost .entry-title a,
.uptown-category-archive .entry-title a,
.uptown-portfolio .entry-title a {
    color: #111;
}
.uptown-home .home-area .featuredpost .entry:hover img,
.category-page .featuredpost .entry:hover img,
.sidebar .featuredpost .entry:hover img,
.uptown-category-archive .entry:hover img,
.uptown-portfolio .entry:hover img {
        opacity: 1;
}

.uptown-home .home-area .featuredpost .entry,
.category-page .featuredpost .entry,
.sidebar .featuredpost .entry  {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .header-image .site-header { margin-bottom: 20px !important; }
    
    .uptown-insta .site-container {
        padding: 10px 0px;
    }
    .uptown-insta .site-inner {
        padding-bottom: 0;
        margin-bottom: 0 !important; }
    .uptown-landing, .uptown-landing .site-container {
        margin-top: 0;
        padding-top: 0; }
    .uptown-landing .site-inner { padding: 0; }
    .uptown-home .front-page-1 .featuredpost .post {
      width: 100%;
    }
    .uptown-backtotop { display: none; }

    .archive-pagination {margin-bottom: 30px;margin-top: 40px;}

    .header-image .site-title a {
        background-size: contain !important;
        width: 100%;
    }
    .home-area { margin-bottom: 30px; }
}

@media only screen and (max-width: 480px) {

    .share-after,
    .share-box,
    .share-filled {
        text-align: center; 
        margin-bottom: -32px !important;
    }

    .entry-content .entry-meta { text-align: center; }
	
    .site-title { line-height: 1.6; } 

    .site-title,
    .site-title a,
    .site-title a:hover,
    .uptown-insta .site-title,
    .uptown-insta .site-title a,
    .uptown-insta .site-title a:hover {font-size: 36px;letter-spacing: 5px;margin-bottom: 10px; }

    .uptown-insta .site-header { padding: 0 32px; }

    .uptown-insta.header-image .site-inner { padding-top: 0; }

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

    .site-description { font-size: 15px; }

    .header-image .site-description { display: none; }

    .uptown-insta .site-title {
        margin-bottom: 0px;
    }
	
    .uptown-home .featuredpage .widget-title { width: 78%; margin: 0 11%; }

    .share-before_entry_header { float: none; text-align: center; }

    .entry-title {font-size: 24px;letter-spacing: 1px;}

    .entry-footer .entry-meta { margin-top: 10px; text-align: center !important; float: none; }

    .footer-social {width: 100%;float: none;text-align: center;margin: 0 auto;padding-top: 20px;}

    .creds { text-align: center; padding: 10px 15px 15px; line-height: 2; }

    .uptown-insta .featured-content .entry { width: 100%; }

    .archive-pagination li a { margin-bottom: 10px; }

    .uptown-home .site-inner { margin-bottom: 0; }

    .footer-menu { padding-bottom: 10px; padding-top: 20px; } 
    .footer-menu .menu-item { padding: 0 !important; }
    .footer-menu a {padding: 30px 5px 20px !important;font-size: 7px;}
    
    .archive-description, .author-box {
        margin-bottom: 25px;
    }
    .uptown-category-archive .entry-title {
        margin-bottom: 30px;
    }
    .uptown-featured .entry .widget { width: 100%; float: none; }

    .flexible-widgets { padding-left: 0; padding-right: 0; }

    .uptown-home .featured-content .entry {
        width: 100%;
    }
    .uptown-home .home-area .widget-title {
        font-size: 14px;
    }
    .category-page .featured-content .entry,
    .category-page .featured-content .entry:nth-of-type(2n),
    .category-page .featured-content .entry:nth-of-type(3n),
    .sidebar .featured-content,
    .uptown-category-archive .entry {
        text-align: center;
        width: 100%;
    }
    .portfolio-featured-image {
        margin: 0;
    }
    .uptown-portfolio .archive-title {
        margin-bottom: 30px;
    }

    .uptown-portfolio .entry-title {
        margin-bottom: 20px;
        font-size: 13px !important;
    }
    .uptown-home .home-area .enews-widget input#subbox,
    .uptown-home .home-area .enews-widget input#subbox1,
    .uptown-home .home-area .enews-widget input#subbox2,
    .uptown-home .home-area .enews-widget input#subbox,
    .uptown-home .home-area .enews-widget input[type="submit"] {
        margin: 6px 0;
        width: 100% !important;
    }
    .uptown-home .home-area .enews-widget {
        padding: 30px !important;
    }
    .uptown-category-archive .archive-description p, .cat-intro { width: 100%; }

    .uptown-category-archive .archive-title, .content .category-page .widget-title { font-size: 24px; }

    .category-page .featured-content .entry { margin-bottom: 10px; }
    
    
    .uptown-portfolio .site-inner { margin-bottom: 0 !important; }
}

@media only screen and (max-width: 340px) { 

    .header-image .site-header { margin-bottom: 10px; }

    .header-image .site-header {
        margin-top: -20px;
        margin-bottom: 10px !important;
    }

}

@media only screen and (max-width: 300px) { 

    .header-image .site-header {
        margin-bottom: 0;
    }

}

/* Add Custom CSS Below This Line */