/*
    Theme Name: Uptown
    Theme URI: http://shop.17thavenuedesigns.com/products/uptown-wordpress-theme
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: 17th Avenue
    Author URI: http://17thavenuedesigns.com
    Version: 1.1.0
 
    Tags: black, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.2.0
*/
 
/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
        - Home Page
        - Miscellaneous
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Responsive Slider
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
    - Content Area
        - Home Page
        - Entries
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Page Templates
    - Portfolio Page
    - Category Page
    - Landing Page
    - Footer Widgets
    - Site Footer
    - Color Options
    - Blush
    - Gold
    - Pink
    - Media Queries
        - Retina Display
        - max-width: 1139px
        - max-width: 1023px
        - max-width: 767px
    - max-width: 568px
        - max-width: 480px
    - max-width: 320px
    - max-width: 240px
*/

/* Fontello CSS */
@import url('icons.css');

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
    normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px 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}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
    content: " ";
    display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary: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
--------------------------------------------- */

body {
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.7em; 
    font: normal 14px Lato, Arial, sans-serif;
    color: #404040;
    letter-spacing: 1px; 
    font-weight: 300;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.uptown-portfolio .portfolio img,
img.entry-image.attachment-post,
.social i,
.share i,
.etsy,
.footer-social .social i,
#menu-secondary-nav .menu-item,
a.more-link {
    -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;
}

a,
.site-footer a:hover,
.page .entry-content ul li a:hover {
    color: #c0c0c0;
    text-decoration: none;
}

a:hover,
.page .entry-content ul li a {
    color: #000;
}

::-moz-selection {
    background-color: #f7f7f7;
}

::selection {
    background-color: #f7f7f7;
}


p {
    margin: 0 0 16px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote {
    font: italic 18px Didot, Arapey, serif;
    margin: 30px 20px 0px 60px;
    line-height: 1.5em;
}

blockquote::before {
content: "“";
display: block;
font-size: 56px;
font-family: Times, serif;
height: 0;
font-style: normal;
left: -35px;
position: relative;
top: -21px;
line-height: 1.2em;
}

.entry-content code {
    background-color: #eee;
    color: #000;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: lighter;
    margin: 0 0 15px;
    letter-spacing: 2px;
}

.entry {
margin-bottom: 45px;
}

.entry-title {
font-size: 26px;
text-align: left;
letter-spacing: 2px;
width: 100%;
margin-bottom: 9px;
text-transform: none;
}

h2,
.home-top .entry-title {
    font-size: 24px;
}

h3,
.archive-title,
.comments-title,
.home-middle .entry-title {
    font-size: 20px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6,
.sidebar .entry-title {
font-size:16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    clear: both;
    height: auto;
}

.gallery img {
    width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
background-color: #fff;
border: 1px solid #e9e8e4;
box-shadow: 0 0 5px #f8f8f8 inset;
color: #000;
font-size: 14px;
padding: 10px;
width: 100%;
letter-spacing: inherit;
font-weight: 300;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:focus,
textarea:focus {
    outline: none;
}

.entry-meta a {
color: #000;
}

.entry-meta a:hover {
color: #ccc; }

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #000;
}

button,
input[type="button"],
input[type="reset"],
.button,
.entry-content .button {
    background-color: #000;
    border: 1px solid #000;
    box-shadow: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    width: auto;
}


input[type="submit"] {
    background-color: #f7f7f7;
    box-shadow: none;
    letter-spacing: .2em;
    color: #000;
    font: lighter 12px Raleway, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 14px;
    border: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #000;
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

#hover {
    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;
}
#hover:hover {
    opacity:.7;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #eeeee8;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #eeeee8;
    padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    background-color: #fff;
    margin: auto;
    max-width: 1120px;
    overflow: hidden;
    padding: 0 36px 15px;
}

.site-inner {
    clear: both;

    padding-top: 40px;
}

.wrap {
    margin: 0 auto;
    max-width: 1140px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 700px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 500px;
}

.sidebar-content-sidebar .content {
margin-left:40px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float:right;
    width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* WordPress
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone {
    display: inline-block;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 12px 24px;
}

.alignleft.post-image {
    margin-bottom: 24px;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.search-form {
     overflow: hidden;
     width: 85%;
}

.search-form input[type="submit"] {
    padding: 0;
    position: absolute;
    background-color: #000;
    height: 37px;
    width: 37px;
    margin-left: 5px;
    border: 0;
    padding-left: 2px;
    color: white;
    font: lighter 11px Raleway, sans-serif;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 25px;
    width: 92%;
    float: left;
    outline: none;
    border: 1px solid #e9e8e4;
    font-size: 13px;
    padding: 5px 0px 5px 10px;
    letter-spacing: 1px;
}
.search-form input[type="submit"]:hover {
    background-color: #fff;
    color: #000000;
}

#about-photo {
    border-radius: 250px;
    width: 250px;
    height: 250px;
}
#about {
  width: 220px;
  margin: 10px auto 0;
  font: italic 14px Arapey, serif;
  line-height: 1.5em;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
    border: 1px solid #eeeee8;
    font-size: 12px;
    margin-bottom: 32px;
    padding: 16px 32px;
}

.archive-description,
.author-box,
.sticky {
    border: 1px solid #eeeee8;
    margin-bottom: 32px;
    overflow: hidden;
    padding: 32px;
}

.author-box-title {
    font-size: 16px;
    margin: 0 0 8px;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
    text-decoration: none;
}

.widget-title {
    color: #000; text-align: center; 
    font: lighter 12.5px Raleway, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase; 
    padding: 8px;  
    border-bottom: 1px solid;
}

.entry-title a:hover {
    color: #c0c0c0;
}

.archive-title {
    font-size: 20px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

/* Featured Content
--------------------------------------------- */

 .sidebar .featured-content .entry-title {
    width: 90%;
  text-align: center;
  font: lighter 13px Raleway, sans-serif;
  text-transform: none;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 auto; 
    border: 0;
}

.sidebar .featured-content img {
    padding-bottom: 10px;
}

.sidebar .featured-content .entry {
    float: left;
    padding: 5px;
    width: 50%;
}

.featuredpost.widget li {
    text-align: center;
}

.more-from-category {
    padding-top: 12px;
}

.more-from-category a {
    border-top: 1px solid #eeeee8;
    display: block;
    padding-top: 12px;
}

a.more-link {
    color: #000;
    display: block;
    font: lighter 12px Raleway, sans-serif;
    padding: 13px 0;
    text-transform: uppercase;
    width: 200px;
    margin: 0 auto;
    letter-spacing: 2px;
    background: #f7f7f7;
    text-align: center;
}
a.more-link:hover {
    background: #000;
    color: #fff;
}

.sidebar a { color: #000; }

.sidebar a:hover { color: #ccc; }

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.above-footer .enews-widget input {
    width: 21%;
    margin: 5px;
    padding: 12px 15px;
}

.above-footer .widget {
    margin-bottom: 5px;
}

.above-footer .enews-widget {
    padding: 25px 0 40px !important;
    margin-bottom: 0 !important;
    margin-top: 25px;
}
.above-footer {
    background-color: #f7f7f7;
}
.above-footer .wrap {
    max-width: 1035px;
}
.above-footer input[type="submit"] {
    width: 12% !important;
    margin: 5px -1px 5px -30px;
    padding: 12px 15px;
}


.enews-widget input {
    margin-bottom: 16px;
}

.sidebar .enews-widget h4 {
    font-size: 15px;
    margin-bottom: 20px;
}

.sidebar .enews-widget input[type="submit"], .footer-widgets .enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font: lighter 12px Raleway, sans-serif;
}

.enews p {
    color: #fff;
}

.enews-widget input[type="submit"]:hover { color: #000; background-color: #fff;}

.enews-widget input {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    font: lighter 13px Raleway, sans-serif;
    border: 1px solid #e9e8e4;
}

.enews form + p {
    margin-top: 24px;
}

.sidebar .enews-widget, .footer-widgets .enews-widget {
    padding: 30px 30px 35px !important;
    margin-bottom: 45px !important;
    background-color: #000;
}

.enews-widget h4 {
    color: #000;
    font: lighter 15px Raleway, sans-serif;
    letter-spacing: 3px;
    border: 0;
    padding: 0;
    float: left;
    text-align: right;
    margin: 16px 0;
}

.slider .enews-widget input, .below-footer .enews-widget input {
    width: 24%;
    margin: 5px;
}

.slider .enews-widget {
    padding: 25px 0 !important;
    margin-bottom: 0 !important;
    background-color: #000;
    margin-top: 25px;
}

.below-footer .enews-widget {
    padding: 25px 0 !important;
    margin-bottom: 20px !important;
    background-color: #000;
    margin-top: 25px;
}

.enews-widget input[type="submit"] {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: lighter 12px Raleway, sans-serif;
    float: right;
}

.enews {
    text-align: center;
}

.sidebar .jetpack_subscription_widget input[type="submit"], .footer-widgets .jetpack_subscription_widget input[type="submit"] {
    margin: 0;
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 300;
    text-transform: uppercase;
    font: lighter 12px Raleway, sans-serif;
}

.jetpack_subscription_widget input[type="submit"]:hover { color: #000; background-color: #fff;}

.jetpack_subscription_widget {
    padding: 30px 30px 35px !important;
    margin-bottom: 45px !important;
    background-color: #000;
}

.jetpack_subscription_widget input {
    margin-bottom: 12px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font: lighter 13px Raleway, sans-serif;
}

.jetpack_subscription_widget h4 {
    color: #fff;
    font: lighter 16px Raleway, sans-serif;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 5px;
    font-weight: 300;
    letter-spacing: 3px;
}

label.screen-reader-text {
    display: none;
}

/* Ninja Forms
--------------------------------------------- */

.text-wrap.label-above label, .textarea-wrap.label-above label {
    display: block;
    width: 100%;
    font: lighter 12px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ninja-forms-required-items {
    display: none;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.uptown .site-header {
    background-position: center;
    padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    text-align: center;
    margin-top: 115px !important;
}

.site-title {
    font-size: 48px;
    letter-spacing: 8px;
    margin-bottom: 0;
}


.site-title a,
.site-title {
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 8px;
    margin-bottom: 0;
    color: #000;
    display: block; }

.site-description {
    font: italic 15px Arapey, serif;
    text-transform: lowercase;
    max-width: 280px;
    margin: 0 auto;
}

/* 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-title,
.header-image .title-area {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 auto;
}

.header-image .site-title > a {
    background-position: center !important;
    background-size: 330px 136px !important;
    display: block;
    margin: 0 auto;
    height: 136px;
    width: 330px;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

.header-image .site-header {
    background-position: left !important;
    background-size: 400px 200px !important;
    padding: 20px 0 0;
}

.header-image .site-title a {
    float: none;
    min-height: 200px;
        margin: 20px 15px 0 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    /float: right;
    /text-align: right;
    /width: 720px;
}

.header-image .site-header .widget-area {
    padding: 20px 0;
}

.site-header .search-form {
    float: right;
    margin-top: 22px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 14px;
    width: 100%;
    display: inline;
    text-transform: uppercase;
    font: normal 12px Raleway, sans-serif;
    top: 0;
    letter-spacing: 3px;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    display: block;
    color: #000;
    padding: 18px 26px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}

.genesis-nav-menu li.menu-item-has-children:hover > a,
.genesis-nav-menu a:hover {
    color: #ccc;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 184px;
    z-index: 99;
    -webkit-backface-visibility: hidden;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
    background-color: #f7f7f7;
    color: #000;
    font: italic 14px Arapey, serif;
    text-transform: lowercase;
    text-align: center;
    position: relative;
    min-width: 184px;
    line-height: 18px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #000;
    color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 183px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 20px 0;
}

.genesis-nav-menu > .right > a {
    background: none;
    color: #a5a5a3;
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .right > a:hover {
    color: #ccc;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 0;
}

.genesis-nav-menu .search-form input[type="search"] {
    background-position: 12px 12px;
    font-size: 12px;
    padding: 12px 12px 12px 44px;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    position: fixed;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
    background: #f7f7f7; 
    text-align: left;
}

.nav-primary .wrap {
    width: 1095px;
    position: relative;
    height: 50px;
}

.admin-bar .nav-primary {
    top: 32px;
}

.nav-social-icons a {
    padding: 0;
    float: right;
    display: inline;
    z-index: 1;
    margin-top: -10px;
}

.nav-social-icons {
    position: absolute;
    right: 0;
    margin-top: -23px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    text-align: center;
    margin-bottom: -15px;
    margin-top: 20px;
}

/* Header Navigation
----------------------------------------------- */

.nav-header {
    margin: 123px 0 0 15px;
    text-align: center;
}
.nav-header .genesis-nav-menu a {
    padding: 12px 26px;
}
.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
    border: none;
    margin: 0;
    padding: 0;
}
.nav-header .genesis-nav-menu li:last-child a {
    padding-right: 0;
}
.nav-header .genesis-nav-menu .sub-menu li:last-child a {
    padding: 10px 20px;
}

/* Social Media Icons
----------------------------------------------- */

.social i {
color: #000000;
font-family:fontello;
margin-right: 13px;
}
.social i:hover,
.etsy:hover {
color: #cccccc;
}
.footer-social .social i  {
color: #000;
font-family:fontello;
margin-right: 13px;
}
.footer-social .social i:hover,
.footer-social .etsy:hover {
color: #ccc;
}
.icon-pinterest, .icon-gplus,
.icon-tumblr, .icon-youtube, .icon-instagram {
font-size:15px;
}
.icon-facebook {
margin-top:-2px;
font-size:16px;
}
.icon-heart, .icon-twitter {
font-size:16px;
}
.icon-rss {
font-size:13px;
}
.icon-email {
font-size:17px;
}
.etsy {
font-family: Times New Roman;
font-size: 18px;
font-weight: lighter;
padding: 0 3px;
margin: 0 1px;
}


/* Custom Share Buttons
--------------------------------------------- */

.share i {
    color: #000;
    font-size: 15px;
    padding-left: 10px;
}

.share i:hover {
    color: #ccc; }

.share {
    margin: 6px 0 10px;
    text-align: right;
    display: inline;
    float: right;
}

.share-container {
    margin-right: 5px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */


/* Featured Posts
------------------------------------------------------- */

.uptown-featured-posts {
    padding: 30px 0 0;
    margin-bottom: -45px;
}


.uptown-featured-posts .featuredpost img.entry-image {
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 1px;
}

.uptown-featured-posts .featuredpost img.entry-image:nth-of-type(3n),
.uptown-featured-posts .featuredpost .entry:nth-of-type(3n) {
    margin-right: -5px !important;
    float: right;
}

.uptown-featured-posts .featuredpost .entry:nth-of-type(2n) {
    margin-left: 2.5px !important
}

.uptown-featured-posts .featuredpost img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    opacity: 0.55;
}

.uptown-featured-posts .featuredpost .entry {
    color: #000;
    min-height: 510px;
    width: 344px;
    float: left;
    width: 33.33333333%;
    border-bottom: none;
    opacity: 1;
}

.uptown-featured-posts .featuredpost {
    padding: 0;
}

.uptown-featured-posts .featuredpost article ~ ul,
.uptown-featured-posts .featuredpost .more-from-category {
    margin-bottom: 40px;
    text-align: center;
}

.uptown-featured-posts .featuredpost .entry {
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 33.33333333%;
}

.uptown-featured-posts .featuredpost .entry-image {
    display: block;
    margin-bottom: 0;
}


.uptown-featured-posts .entry-title a {
    text-align: center;
    position: absolute;
    background-color: #fff;
    opacity: .9;
    font-size: 22px;
    max-width: 70%;
    left: 0;
    right: 0;
    top: 46.7%;
    margin: 0 auto;
    transform: translateY(-50%);
    padding: 17px 0 15px !important;
}
.uptown-featured-posts .entry-title a:hover {
    color: #000;
}

.uptown-featured-posts .featuredpost img.entry-image {
    margin: 0;
}

/* Home/Blog Footer */

.below-footer {
    margin-top: 30px;
    padding-bottom: 1px;
    width: 100%;
    margin-bottom: -32px;
    background-color: #000;
}

.footer-social {
    background: #f7f7f7;
    width: 100%;
    padding: 0;
    height: 45px;
    padding: 30px 0 26px;
}

.below-footer .widget-title {
    font-size: 15px;
    border: 0;
    margin-top: 15px;
}


/* Entries
--------------------------------------------- */


.entry-header {
    margin-bottom: 20px;
    text-align: center;
}

.entry-content {
    line-height: 1.6em;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-header .entry-meta {
    font: italic 13px Arapey, serif;
    margin-top: 0;
    text-transform: lowercase;
    letter-spacing: .2em;
    text-align: left;
}

.entry-footer .entry-meta {
    margin: 0;
    padding: 10px 0;
    font: lighter 11px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #000;
    text-align: left;
    line-height: 190%;
    border-bottom: 1px solid;
}

.entry-comments-link::before {
    margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin-bottom:40px;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
    clear: both;
    font-size: 13px;
    margin: 0;
    text-align: center;
    margin-bottom: 45px;
}

.archive-pagination li {
    display: inline;
    padding-right: 5px;
}

.archive-pagination li a,
.archive-pagination li.active a {
    color: #000;
    background: #f7f7f7;
    cursor: pointer;
    padding-right: 5px;
    font: lighter 11px Raleway, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .1em;
    margin-bottom: 4px;
    letter-spacing: 2px;
    padding: 12px 16px;
    text-decoration: none;
}

.archive-pagination li a:hover {
    background: #000;
    color: #fff;
}

.pagination-next a, .pagination-previous a {
  font: lighter 12px Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  background: #f7f7f7;
  color: #000;
  padding: 13px 20px;
}

.pagination-previous a:hover, .pagination-next a:hover { background: #000; color: #fff;}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
    margin-bottom: 40px;
}

.comment-content {
    clear: both;
    line-height: 1.7em;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
    padding: 6px 0;
    font: 300 13px Raleway, sans-serif;
    letter-spacing: 1px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment {
    border: 1px solid #eeeee8; 
    border-right: none; 
}

.comment.depth-1 {
    border-right: 1px solid #eeeee8; 
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.form-allowed-tags {
    background-color: #f8f8f8;
    font-size: 14px;
    padding: 24px;
}

p.subscribe-to-comments {
    padding: 24px 0 16px;
}

/* Page Templates
---------------------------------------------------------------------------------------------------- */

/* Category Page
--------------------------------------------- */

.category-page .entry-title {
    text-align: center;
    margin: 0 auto;
    padding: 0
    border: 0;
    width: 88%;
    text-transform: uppercase;
    font: lighter 12px Raleway, sans-serif;
    line-height: 1.5em !important;
}

.category-page .featured-content .entry {
    width: 33.33333333336%;
}

.category-page .featured-content .entry:nth-of-type(1n) {
    float: left;
    padding: 0 6px 0 0;
}

.category-page .featured-content .entry:nth-of-type(2n) {
    padding: 0 6px;
}

.category-page .featured-content .entry:nth-of-type(3n) {
    float: right;
    padding: 0 0 0 6px;
}

.content .category-page .widget-title {
    padding: 12px 0;
    border-bottom: 0;
    text-transform: lowercase;
    font: italic 20px Arapey, serif;
    text-align: center;
    background-color: #f7f7f7;
}

.category-page .more-from-category a {
    clear: both;
    letter-spacing: 2px;
    background-color: #f7f7f7;
    margin: 0 auto;
    padding: 12px 0px;
    max-width: 300px;
    font: lighter 12px Raleway, sans-serif;
    width: 100%;
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 0;
}

.category-page .more-from-category a:hover {
    background-color: #000;
    color: #fff;
}

.featured-content .entry {
    text-align: center;
    float: left;
    display: inline-block;
    margin-bottom: 12px;
}

img.entry-image.attachment-post {
    opacity: 1;
    -webkit-backface-visibility: hidden;
}
img.entry-image.attachment-post:hover {
    opacity: .65;
}

/* Portfolio Page
--------------------------------------------- */

.portfolio .share {
    display: none;
}

.uptown-portfolio .portfolio {
    padding: 0 15px;
    width: 33.3%;
    float: left;
    text-align: center;
}

.uptown-portfolio .portfolio img {
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

.uptown-portfolio .portfolio img:hover {
    opacity: .65;
}

.uptown-portfolio .entry {
    margin: 0
}

.uptown-portfolio .entry-title {
        font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    padding: 12px;
    letter-spacing: 2px;
}

.uptown-portfolio .entry-meta, .single-portfolio .entry-meta { display: none; }

.portfolio-back-button {
    margin: -25px 0 25px;
}
.portfolio-back-button a {
    display: block;
    border: 1px solid #000;
    font: normal 12px Raleway;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    color: #000;
    width: 220px;
    margin: 0 auto;
    letter-spacing: 2px; }

.portfolio-back-button a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

/* Landing Page
--------------------------------------------- */

body.uptown-landing {
    background-color: #f7f7f7 !important;
}

.uptown-landing .site-container {
    max-width: 900px;
    margin: 40px auto;
}

.uptown-landing .site-title,
.uptown-landing .site-title a,
.uptown-landing .site-title a:hover {
    margin-top: 35px !important;
}

.uptown-landing .title-area {
    float: none;
    margin-top: 70px !important;
    padding-bottom: 12px;
}

.uptown-landing .entry-title {
display:none;
}

.uptown-landing .site-inner,
.uptown-landing .entry {
    padding: 0;
    margin: 0;
}

.uptown-landing .site-footer,
.uptown-landing .footer-social {
    display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

.sidebar .widget {
    margin-bottom: 32px;
    padding-bottom: 10px;
    text-align: center;
    background: #f7f7f7;
    padding: 25px;
}

section#enews-ext-2 {}

.widget {
    margin-bottom: 40px;
    overflow: hidden;
    word-wrap: break-word;
}

.widget li {
    text-align: left;
}

.widget ol > li {
    border-bottom: 1px solid #eeeee8;
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul > li {
    list-style-type: none;
    padding: 4px;
    text-align: center;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child.
.widget ul > li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#subscribe-email input {
width: 100% !important;
padding: 10px 0px 10px 10px !important;
}

.cat-item {
    font: italic 15px Arapey;
    letter-spacing: 2px;
    line-height: 18px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets a { color: #000; }

.footer-widgets a:hover { color: #ccc; }

.footer-widgets .wrap {
    max-width: 1035px;
}

.footer-widgets {
    margin: 0 auto;
    padding-top: 15px;
    background-color: #f7f7f7;
    padding: 30px 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 30%;
}

.footer-widgets-1 {
    margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.site-footer a {
    color: #000;
    text-decoration: none;  
}

.site-footer p {
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 300;
    font-size: 11px;
    background-color: #f7f7f7;
    color: #000;
    padding: 15px 0;
}

/*
Color Options
---------------------------------------------------------------------------------------------------- */

/* Uptown Blush
--------------------------------------------- */

.uptown-blush a:hover,
.uptown-blush .entry-title a:hover,
.uptown-blush .entry-meta a:hover,
.uptown-blush .sidebar a:hover,
.uptown-blush .footer-widgets a:hover,
.uptown-blush .social i:hover,
.uptown-blush .menu-secondary li.menu-item-has-children:hover > a,
.uptown-bush .menu-secondary .menu-secondary a:hover,
.uptown-blush .menu-secondary .menu-secondary .current-menu-item > a,
.uptown-blush .site-footer a:hover,
.uptown-blush .page .entry-content ul li a:hover,
.uptown-blush .page .entry-content ul li a:hover,
.uptown-blush .genesis-nav-menu li.menu-item-has-children:hover > a,
.uptown-blush .genesis-nav-menu a:hover,
.uptown-blush .share i:hover {
    color: #fee8db;
}

.uptown-blush .nav-primary,
.uptown-blush .slider .enews-widget,
.uptown-blush .below-footer .enews-widget,
.uptown-blush .sidebar .enews-widget,
.uptown-blush .footer-widgets .enews-widget,
.uptown-blush .genesis-nav-menu > li:hover .sub-menu a:hover,
.uptown-blush .genesis-nav-menu .sub-menu a:hover,
.uptown-blush .portfolio-back-button a,
.uptown-blush .pagination-next a,
.uptown-blush .pagination-previous a { 
    background: #fef0ed;
}

.uptown-blush button,
.uptown-blush input[type="button"],
.uptown-blush input[type="reset"],
.uptown-blush .button,
.uptown-blush .entry-content .button,
.uptown-blush input[type="submit"],
.uptown-blush .sidebar .enews-widget input[type="submit"],
.uptown-blush .archive-pagination li a,
.uptown-blush .more-link,
.uptown-blush .ninja-forms-form-wrap input[type="submit"] {
    background-color: #fef0ed;
    color: #000;
}

.uptown-blush .sidebar .enews-widget input[type="submit"]:hover,
.uptown-blush .pagination-next a:hover,
.uptown-blush .pagination-previous a:hover,
.uptown-blush .search-form input[type="submit"],
.uptown-blush .archive-pagination li a:hover {
    background-color: #000;
    color: #fff;
}

.uptown-blush .more-link:hover,
.uptown-blush button:hover,
.uptown-blush input[type="button"]:hover,
.uptown-blush input[type="reset"]:hover,
.uptown-blush .button:hover,
.uptown-blush .entry-content .button:hover,
.uptown-blush input[type="submit"]:hover,
.uptown-blush .portfolio-back-button a:hover { 
    background: #000;
    color: #fff !important;
}

.uptown-blush .search-form input[type="submit"]:hover {
     background-color: #fef0ed;
     color: #000 !important;
}

.uptown-blush .nav-primary .current-menu-item > a,
.uptown-blush .nav-primary a,
.uptown-blush .enews-widget h4,
.uptown-blush a.more-link:hover,
.uptown-blush .genesis-nav-menu > li:hover .sub-menu a:hover,
.uptown-blush .genesis-nav-menu .sub-menu a:hover,
.uptown-blush .site-title a:hover,
.uptown-blush .site-footer,
.uptown-blush .site-footer a,
.uptown-blush .footer-social .social i,
.uptown-blush .enews p {
    color: #000;
}

.uptown-blush .nav-primary a:hover,
.uptown-blush .footer-social .social i:hover,
.uptown-blush .nav-social-icons .social i:hover,
.uptown-blush .site-footer a:hover {
    color: #ccc;
}

.uptown-blush ::-moz-selection { background-color: #fef0ed; }
.uptown-blush ::selection {background-color: #fef0ed; }

/* Uptown Gold
--------------------------------------------- */

.uptown-gold .entry-title a:hover { color: #ccc; }

.uptown-gold a,
.uptown-gold .sidebar a:hover,
.uptown-gold .footer-widgets a:hover,
.uptown-gold .site-description,
.uptown-gold .entry-header .entry-meta,
.uptown-gold .entry-comments-link a,
.uptown-gold .footer-social .social i:hover,
.uptown-gold .site-footer a:hover,
.uptown-gold .page .entry-content ul li a:hover,
.uptown-gold .featured-content .entry-title a:hover,
.uptown-gold .share i:hover {
    color: #c7af83;
}

.uptown-gold .nav-header a:hover {
    color: #c7af83 !important;
}
.uptown-gold .nav-header .sub-menu a:hover {
    color: #fff !important;
}

.uptown-gold .nav-primary a,
.uptown-gold a.more-link,
.uptown-gold .genesis-nav-menu a,
.uptown-gold .site-footer a,
.uptown-gold .footer-social .social i:hover,
.uptown-gold .social i {
    color: #fff;
}

.uptown-gold .genesis-nav-menu > li:hover .sub-menu a:hover,
.uptown-gold .genesis-nav-menu .sub-menu a:hover,
.uptown-gold .nav-primary,
.uptown-gold .archive-pagination li a:hover {
    background: #c7af83;
}

.uptown-gold .nav-primary li.menu-item-has-children:hover > a,
.uptown-gold .nav-primary a:hover,
.uptown-gold .nav-primary .current-menu-item > a:hover,
.uptown-gold .genesis-nav-menu a:hover,
.uptown-gold .genesis-nav-menu li.menu-item-has-children:hover > a,
.uptown-gold .genesis-nav-menu a:hover,
.uptown-gold .social i:hover,
.uptown-gold a:hover,
.uptown-gold .entry-meta a:hover,
.uptown-gold a.more-link:hover,
.uptown-gold .entry-comments-link a:hover,
.uptown-gold .site-title a,
.uptown-gold .entry-title a,
.uptown-gold .footer-widgets a:hover,
.uptown-gold .widget li a:hover,
.uptown-gold .nav-header a,
.uptown-gold .site-footer a{
    color: #000;
}

.uptown-gold a.more-link,
.uptown-gold .archive-pagination li a,
.uptown-gold .pagination-next a,
.uptown-gold .pagination-previous a {
    color: #000;
    background: #f7f7f7;
}

.uptown-gold .enews-widget input[type="submit"]:hover,
.uptown-gold .pagination-next a:hover,
.uptown-gold .pagination-previous a:hover,
.uptown-gold a.more-link:hover,
.uptown-gold input[type="submit"]:hover,
.uptown-gold .archive-pagination li a:hover,
.uptown-gold .archive-pagination li.active a:hover  {
    color: #fff;
    background-color: #c7af83;
}

/* Uptown Black
--------------------------------------------- */

.uptown-black .nav-primary a,
.uptown-black .nav-social-icons i {
    color: #fff;
}

.uptown-black .nav-primary a:hover {
    color: #ccc;
}

.uptown-black .nav-primary,
.uptown-black a.more-link,
.uptown-black .pagination-next a,
.uptown-black .pagination-previous a,
.uptown-black .archive-pagination li a,
.uptown-black .archive-pagination li.active a {
    background: #000;
    color: #fff;
}

.uptown-black a.more-link:hover,
.uptown-black .pagination-next a:hover,
.uptown-black .pagination-previous a:hover,
.uptown-black .archive-pagination li a:hover,
.uptown-black .archive-pagination li.active a:hover {
    background: #f7f7f7;
    color: #000;
}

/* Uptown Grey
--------------------------------------------- */

.uptown-grey .nav-primary a:hover,
.uptown-grey .nav-social-icons i:hover,
.uptown-grey .site-footer a:hover,
.uptown-grey .footer-widgets a:hover,
.uptown-grey .sidebar a:hover {
    color: #fff;
}

.uptown-grey .nav-primary,
.uptown-grey a.more-link,
.uptown-grey .pagination-next a,
.uptown-grey .pagination-previous a,
.uptown-grey .archive-pagination li a,
.uptown-grey .archive-pagination li.active a {
    background: #ebeaea;
    color: #000;
}

.uptown-grey .sidebar .widget,
.uptown-grey .site-footer,
.uptown-grey .above-footer,
.uptown-grey .footer-social,
.uptown-grey .genesis-nav-menu > li:hover .sub-menu a,
.uptown-grey .genesis-nav-menu .sub-menu a {
    background: #ebeaea;
}

.uptown-grey a.more-link:hover,
.uptown-grey .pagination-next a:hover,
.uptown-grey .pagination-previous a:hover,
.uptown-grey .archive-pagination li a:hover,
.uptown-grey .archive-pagination li.active a:hover {
    background: #dad9d9;
}

.uptown-grey .share i {
    color: #ccc;
}

.uptown-grey .share i:hover {
    color: #000;
}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
 
/* Standard Navigation
--------------------------------------------- */
 
nav {
    clear: both;
}
 
/* 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: 768px) {
 
    nav {
        display: block !important;
    }
}
 
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
 
@media only screen and (max-width: 767px) {
 
    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        background-color: #f7f7f7 !important;
        color: #000;
        font-size: 2.5em;
        font-weight: 300;
        overflow: hidden;
        width: 100%;
        text-align: center;
        visibility: visible;
    }
 
    button.menu-toggle {
        background-color: #f7f7f7 !important;
        color: #000;    
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        border: 0;
        padding: 10px 0;
    
}

    .uptown-blush .menu-toggle { 
        background-color: #fef0ed !important;
        color: #000 !important; }

    .uptown-gold .menu-toggle, .uptown-gold .sub-menu-toggle { color: #c7af83 !important; }

    button.sub-menu-toggle,
    button .sub-menu-toggle {
        background:transparent !important;
        color: #000 !important; 
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        border: 0;
        padding: 10px 0; }

    button.sub-menu-toggle,
    button .sub-menu-toggle {
        padding:0 !important;
        margin-top: 10px;
        margin-right: 5px;
        text-align: right;
        color: #000;
        background:transparent;
    }

    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        font-size: 2em;
        position: absolute;
        right: 0;
        top: 0;
        z-index:9999;
    }
 
    .menu-toggle:before {
        content: "\2261";
    }
 
    .menu-toggle.activated:before {
        content: "\2191";
    }
 
    .sub-menu-toggle:before {
        content: "+";
    }
 
    .sub-menu-toggle.activated:before {
        content: "-";
    }

    .admin-bar .nav-primary {
        top:0;
    }
    .nav-primary {
        position: relative;
    }
 
    nav {
        display: none;
        position: relative;
    }
 
    .genesis-nav-menu .menu-item {
        background-color: #fff;
        display: block;
        position: relative;
        text-align: left;
    }
 
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
 
    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        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: #f7f7f7;
        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;
    }
}

/* Responsive Menu
--------------------------------------------- */

.menu-toggle {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}

.menu-toggle::before {
    content: "\f333";
    display: inline-block;
    font: normal 20px/1 'dashicons';
    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) {
    
    .header-image .site-header {
    background-position: center !important;
    background-size: 100% auto !important;
    width: 100%;
    }

    input, button, input[type="search"] { border-radius: 0 !important; }

}

@media only screen and (max-width: 1139px) {

    .title-area {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .nav-header,
    .site-header .widget-area {
        width: 100%;
    }

    .nav-header {
        float: none;
        text-align: center;
        margin: 20px 0 -10px 0;
    }

    .uptown-featured-posts {
        padding: 0;
    }
    
}

@media only screen and (max-width: 1023px) {
    
    .genesis-nav-menu.responsive-menu .menu-item {
        display: block;
    }

    .nav-primary {
        text-align: center;
    }

    .wrap { padding: 0 !important; }

    .archive-pagination {
        margin-bottom: 40px;
    }

    .footer-widgets,
    .site-container,
    .wrap {
        max-width: 772px;
    }

    .title-area {
        padding: 0;
        margin: 100px 0 35px !important;
    }

    .nav-social-icons {
        display: none;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .content-sidebar-sidebar .content,
    .content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .sidebar-sidebar-content .content,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    
    .header-image .site-title a {
        background-position: center !important;
        margin: 0 0 16px;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-footer p,
    .site-header hgroup,
    .site-header .search-form,
    .site-title {
        text-align: center;
}

    .site-header .widget-area,
    .nav-header {
        margin: 0;
    }

    .uptown-featured-posts {
        margin-bottom: -200px;
        padding: 4px;
    }

    .above-footer {
        padding: 0 50px;
    }

}

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }


    .menu-toggle { display: block; }    

    .site-container {
        padding: 20px 5%;
        width: 94%;
    }

    .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 {
        margin: 0;
        width: 100%;
    }
    
    .site-title {
        font-size: 40px;
    }



    .site-title, .site-title a, .site-title a:hover { margin-top: 50px !important; }
    
    
    .header-image .site-title a {
        background-size: contain !important;
    }

    .home-bottom .featured-content .entry, .uptown-home .featured-content .entry {
        width: 50%;
    }

    .home-bottom .featured-content  .entry:nth-of-type(2n) {
       width: 50%;
    }

    .site-header .widget-area {
    margin-top: 60px;
    }
        .uptown-featured-posts {
        margin-bottom: -220px;
        padding: 4px;
    }

    .home-bottom .featured-content  .entry:nth-of-type(3n) {
        display: none; }


    .entry-meta .entry-tags {
      clear: both;
      float: left;
    }

    
    .entry-meta .entry-comments a {
        margin: 0 0 10px;
    }

    .above-footer .enews-widget input[type="submit"], .below-footer .enews-widget input[type="submit"] { width: 24%; }

    .title-area {
        margin-top: 90px !important;
    }
}

@media only screen and (max-width: 568px) {

    .uptown-featured-posts .featuredpost .entry {
        width: 100%;
        text-align: center;
        float: none;
    }

    .uptown-featured-posts {
        margin-bottom: -30px !important;
    }

    .above-footer .enews-widget input, .below-footer .enews-widget input { width: 80%; }
        .above-footer .enews-widget input[type="submit"], .below-footer .enews-widget input[type="submit"] { width: 80% !important; float: none; margin: 10px 0;}
        .enews-widget input[type="submit"] { width: 80%; }
        .above-footer .enews-widget h4 {
    float: none !important;
    text-align: center;
}

}

@media only screen and (max-width: 480px) {

    .entry-title {
        font-size:18px;
    }

    .uptown .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    }   

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    }

    .header-image .site-header {
    background-position: center !important;
    background-size: 100% auto !important;
    width: 100%;
    }

    .home-bottom .featured-content  .entry:nth-of-type(3n) {
        display: block; margin-bottom: 0; }

    .home-bottom .featured-content  .entry:nth-of-type(2n) {
        max-width: 325px;
        width: 100%;
        margin-bottom: 25px;
    }

    .home-bottom .featured-content  .entry {
        max-width: 325px;
        width: 100%;
        margin-bottom: 25px;
    }

    .category-page .featured-content .entry,
    .category-page .featured-content .entry:nth-of-type(2n) {
        width: 100%;
    }

    .uptown-featured-posts .featuredpost .entry {
        min-height: 410px;
    }

    .site-footer { background: #f7f7f7; padding: 0 15px; line-height: 1.7em;}
    .uptown-grey .site-footer { background: #ebeaea; }
    
}


@media only screen and (max-width: 320px) {

    .entry-title {
        font-size:18px;
    }

    .uptown .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    }   

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    }

    .header-image .site-header {
    background-position: center !important;
    background-size: 100% auto !important;
    width: 100%;
    }
    
    .site-title, .site-title a, .site-title a:hover { font-size: 36px; }

}

@media only screen and (max-width: 240px) {

    .entry-title {
        font-size:14px;
    }
    
    .entry-header .entry-meta {
        font-size:11px;
    }

    .uptown .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    }   
    
    .header-image .site-header {
    background-position: center !important;
    background-size: 100% auto !important;
    width: 100%;
    }

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    }

    .site-title, .site-title a, .site-title a:hover { font-size: 26px; }

    .enews-widget h4 { font-size: 14px; }

}