/*
Theme Name: Noho
Theme URI: http://nrgthemes.com/
Author: NRGTHEMES
Author URI: http://themeforest.net/user/NRGTHEMES
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready Wordpress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: responsive-layout, custom-background, editor-style, theme-options, full-width-template, right-sidebar
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noho

*/



/****WP Styles****/
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 8px 6px 10px 7px;
    text-align: center;
    height: inherit;
}

.content.hentry img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text{
  padding: 10px 4px 5px;
  font-size: 14px;
}
.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption, .bypostauthor{
  padding: 10px 0;
  line-height: normal;
  position:relative;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* WordPress Gallery 
------------------------------------------ */
 
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
 
.gallery:after {
  display: table;
  content: "";
  clear: both;
}
 
.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
 
.gallery-item img {
  width: 100%;
}
 
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}
 
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/****Blog****/
.container-masonry .gutter-sizer {width:0;}
.container-masonry figure{width:33.333%;}
span.button.active {border: none;}
.blog-line {height: 96px;}
.post-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}
.ypadding{padding: 94px 0 67px 0;}
.page-message {text-align: center; padding: 97px 0;}
.sticky:before {
  content: "\f0c6";
  position: absolute;
  background: #fff;
  z-index: 50;
  padding: 17px;
  font: normal normal normal 28px/1 FontAwesome;
  left: 0;
  top: 0;
}
.news-comments {padding-top: 30px;}
.news-comments #respond {padding: 40px 40px 80px 40px;}

.comments-list h3 {
  text-align: inherit;
}
.comment .comment {
  width: 95%;
  margin-left: 5%;
}
.comment .comment.depth-2 .col2-3{width:60%;}
.comment .comment.depth-3 .col2-3{width:60%;}
.comment .comment.depth-4 .col2-3{width:55%;}
.comment .comment.depth-5 .col2-3{width:50%;}

blockquote{
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px;
}

.comments-list blockquote p {
  color: #000;
}
.comments-list blockquote {
  padding: 20px;
  margin: auto;
  background-size: initial;
}
.news-comments table th, .content.hentry table th {
  background: #F9F9F9;
  padding: 15px;
}
.news-comments table td, .content.hentry table td {
  border-bottom: 1px solid #D5D5D5;
  padding: 15px;
}
.news-comments table, .content.hentry table {
  width: 100%;
  margin: 40px 0;
}

dl {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 40px 0;
}
  dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }
.comments-list ul,  .comments-list ol {
  list-style: initial;
  padding-left: 40px;
  margin: 20px 0;
}
address {
  margin: 10px 20px 25px 0;
  background: #F5F5F5;
  padding: 10px 30px;
  line-height: 1.8em;
}
abbr, acronym{border-bottom: 1px dashed;}
big {
     font-size: larger;
}
cite, q, var {
font-family: Lora, Georgia, 'Times New Roman', Times, serif;
font-style: italic;
}
kbd {
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.4;
  margin: 0 .1em;
  padding: .1em .6em;
  text-shadow: 0 1px 0 #fff;
}
.comments-list pre {
  padding: 30px;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
tt, code, kbd, samp {
  font-family: monospace;
}
embed, iframe {
  max-width: 100%;
  height: auto;
    min-height: 260px;
}
h4.post-no-found {
  text-align: center;
}
.sub-title {
  font-size: 1.5em;
  margin-bottom: 50px;
}

.single-format-audio a{
    font-size: 14px;
    text-decoration: underline;
}


.content-sidebar .wp-playlist-item .wp-playlist-caption {
  color: #000;
}
.content-sidebar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #767676;
}
.content-sidebar .wp-caption {
    background: #262626;
}

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget pre {
  border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
  color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
  border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
  border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
  color: #767676;
}

.content-sidebar .widget blockquote cite {
  color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
  margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
  border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
  color: #767676;
}

.content-sidebar .widget hr {
  background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: #2b2b2b;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"],
.search-form input[type="submit"] {
    border: 1px solid #767676;
}





/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
  border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
}

.content-sidebar .widget_calendar thead th {
  background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
  color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
  line-height: 1.2857142857;
  padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
  background-color: #000;
  color: #fff;
  margin: -1px 9px 0 0;
  padding: 6px 0 9px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
  content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
  content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
  content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
  content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
  content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
  content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
  content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
  color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
  color: #767676;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
  font-size: 13px;
  line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
  font-weight: 900;
}

@media screen and (min-width: 673px) {

  .content-sidebar {
      border: 0;
      position: relative;
      width: 100%;
    }

}
.content-sidebar img{
  max-width: 100%;
}
.content-sidebar .widget .wp-caption {
  margin: 0 0 20px;
  max-width: 100%;
  color: #767676;
}
.content-sidebar .wp-caption .wp-caption-text{
    color: #fff;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
  line-height: 1.2857142857;
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 40px;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  margin: 24px 0 12px;
}
.widget a{
  color: #CFB282;
}
.tagcloud a{
  display: inline;
  line-height: 25px
}
.widget h1 {
  font-size: 22px;
  line-height: 1.0909090909;
}

.widget h2 {
  font-size: 20px;
  line-height: 1.2;
}

.widget h3 {
  font-size: 18px;
  line-height: 1.3333333333;
}

.widget h4 {
  font-size: 16px;
  line-height: 1.5;
}

.widget h5 {
  font-size: 14px;
  line-height: 1.7142857142;
}

.widget h6 {
  font-size: 12px;
  line-height: 2;
}

.widget address {
  margin-bottom: 18px;
}

.widget abbr[title] {
  border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
  color: #000;
}

.widget pre,
.widget fieldset {
  border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
  font-size: 12px;
  line-height: 1.5;
}

.widget blockquote {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.widget blockquote cite {
  color: #fff;
  font-size: 14px;
  line-height: 1.2857142857;
}

.widget dl,
.widget dd {
  margin-bottom: 18px;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}


.widget li > ol,
.widget li > ul {
  margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
  border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
  margin-bottom: 18px;
}

.widget select{
    width: 100%;
    padding: 5px 10px;
  
}

.widget_rss li{
    margin-bottom: 20px;

}

.widget del {
  color: rgba(255, 255, 255, 0.4);
}

.widget hr {
  background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
    margin-bottom: 18px;
}

.widget-area .widget input,
.widget-area .widget textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  padding: 1px 2px 2px 4px;
}


.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"],
.search-form input[type="submit"]{
  border: 0;
  font-size: 12px;
  padding: 11px 15px 11px;
  line-height: normal;
}
.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus{
  background: #767676;
  color: #fff;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
  background-color: #55d737;
}

.widget .wp-caption {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}

.widget .widget-title {
  font-size: 14px;
  line-height: 1.7142857142;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #767676;
}

/* Calendar Widget*/

.widget_calendar table {
  line-height: 2;
  margin: 0;
  max-width: 100%;
}

.widget_calendar caption {
  color: #767676;
  font-weight: 700;
  line-height: 1.7142857142;
  text-align: left;
  text-transform: uppercase;
}

.widget_calendar thead th {
  background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
  padding: 5px 8px;
}

.widget_calendar tbody a {
  background-color: #767676;
  color: #fff;
  display: block;
  padding: 2px 10px;
}

.widget_calendar tbody a:hover {
  color: #fff;
}

.widget_calendar #prev {
    padding-left: 15px;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}
.comment-author-link{
    display: block;
  
}
/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 18px;
  padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
  margin: 0;
  max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
  font-size: 12px;
  line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
  display: inline;
  font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
  margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
  color: rgba(255, 255, 255, 0.7);
}


.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
  margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
  list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
  list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
  margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
  padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
  font-weight: 700;
  text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
  display: block;
}
.search-form > label{
  float: left;
  max-width: 70%;
  padding-right: 10px;
}
.search-form input[type="search"]{
  background-color: #fff;
  color: #767676;
  border: 1px solid #767676;
  padding: 9px;
  font-weight: 400;
}
.search-form input[type="submit"]{
  padding: 11px 15px 11px;
}
.category-links, .page-links, .nav-links {
  clear: both;
  margin: 0px 0 25px;
  text-transform: uppercase;
}

.category-links p, .page-links p{
  margin: 0;
  padding: 0;
}
.category-links > .category-links-title,
.page-links > .page-links-title {
  height: auto;
  margin: 0;
  padding-right: 7px;
  width: auto;
}
.category-links > .category-links-title{
  margin: 5px 0 10px;
  float: left;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
}
.category-links a, .category-links > span,
.page-links a, .page-links > span {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
}
.page-links{
  margin: 20px 0;
  text-transform: none;
  font-weight: normal;
}
.nav-links a,
.page-links a {
  border: 0;
  margin: 0 10px;
  color: #9E9E9E;
  text-decoration: none;
  border: 1px solid #CCC;
  padding: 10px 15px;
  text-transform: uppercase;
}
.page-numbers.current{
  color: #CFB282;
}

.category-links a{
  font-size: 14px;
  line-height: normal;
  padding: 5px 5px;
  text-transform: lowercase;
}
.category-links a:hover{
  text-decoration: underline;
}
.category-links-item{
  overflow: hidden;
}

.add_padding .row:first-child .container{
  padding-top: 60px;
}

h5.widget-title {
    font-size: 14px;
    margin: 0 0 18px;
    padding-top: 7px;
    text-transform: uppercase;
}