/*
Theme Name: Cheerup 2 Child (Chairish)
Description: Cheerup 2 Child Theme
Author: Max Harris (for Chairish Inc.)
Template: cheerup 2
Version: 1.0.0
*/

/* Utility */

* {
  box-sizing: border-box;
}

.clearfix:after,
.clearfix:before {
   display: table;
   content: " ";
   clear: both;
}

.will-show {
  opacity: 0;
  transition: opacity 0.2s linear;
  will-change: opacity;
}

.will-hide {
  opacity: 1;
  transition: opacity 0.2s linear;
  will-change: opacity;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

.help-block:empty {
  display: none;
}

body,
body p, 
body input,
body textarea,
body select,
body blockquote,
body .text,
body .post-content,
body .textwidget,
body .post-meta .post-cat > span,
body .widget_categories a,
body .widget_product_categories a,
body .widget_archive a {
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: initial;
  line-height: 28px;
}

body h1, body h2, body h3 {
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}

body h1, body h2 {
   font-weight: 800; 
}

body h3 {
  font-style: normal;
}

body a:focus,
body a:hover {
  text-decoration: none;
}

body ul {
  margin-bottom: 0;
}

body .post-content h3:after,
.homepage-header .overlay h2.post-title:after,
.posts-dynamic .overlay-post .post-title:after,
.wide-post-wrapper .grid-post-b .post-title-alt:after,
.the-post .post-header .post-title:after,
.archive-head .title:after {
  border-bottom: 1px solid #CC4639;
  content: " ";
  display: block;
  margin: 24px auto;
  width: 86px;
}

body .post-content p,
body .post-content figure,
.post-content > :last-child {
  margin-bottom: 24px;
}

body .post-content p a {
  color: #000000;
  text-decoration: underline;
}

body .post-content p .button {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

@media (min-width: 1200px) {
  body .the-post-modern {
    width: auto;
  }

  body .the-post-modern .featured img,
  body .the-post-modern img.alignnone,
  body .the-post-modern .wp-caption.alignnone img {
    max-width: 940px;
  }
}

body .the-post-modern .featured img {
  margin-left: auto;
  margin-right: auto;
}

.container, body .wrap {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

.container {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}

.main-content .row {
  margin-left: 0;
  margin-right: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}

/* Navigation */
body .main-head .mobile-search,
body .main-head .post-share,
body .main-head .title .share-button {
  display: none;
}

.top-bar-content {
  box-shadow: none;
  border: 0 solid;
}

.blog-header-nav .cicon-search-fill {
  color: #CC4639;
}

.main-head.alt .search-wrapper {
  float: none;
  height: 60px;
  margin: 0 auto;
}

body input[type=text].search-input {
  background: none 0% 0% / auto repeat scroll padding-box border-box rgb(245, 245, 245);
  border: 1px solid #e1e1e1;
  border-radius: 18px;
  color: #161616;
  display: none;
  float: right;
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 41px;
  letter-spacing: 1px;
  opacity: 1;
  padding: 12px 30px 12px 12px;
  text-transform: none;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 217px;
}

body input[type=text].search-input.active {
  box-shadow: none;
  display: block;
}

body .search-input:focus {
  border-color: #000;
}

body .search-button,
body .search-form .search-button{
  background: transparent;
  height: auto;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 12px;
}

body .search-form .search-button .cicon-search-fill {
  color: #000;
}

.head-nav-below {
  margin-bottom: 24px;
}

.head-nav-below + .homepage-header {
  margin-top: 0;
}

.homepage-header {
  margin-bottom: 24px;
  overflow: hidden;
}

.homepage-header img {
  float: right;
  max-width: 702px;
}

.homepage-header .wrap {
  position: relative;
}

.homepage-header .overlay {
  display: inline-block;
  left: 0;
  margin: 0;
  padding: 100px 24px 0;
  position: absolute;
  top: 0;
  width: 40%;
}

.homepage-header .overlay .post-title,
.overlay-post .post-title {
  font-size: 36px;
  line-height: 1.1em;
  margin: 24px auto 0;
}

.homepage-header .overlay .post-meta,
.homepage-header .overlay p {
  margin: 0 auto;
  text-align: center;
}

.homepage-header .overlay p {
  font-size: 18px;
  line-height: 28px;
}

body .posts-dynamic .overlay-post .post-excerpt {
  padding: 38px;
}

/* Navigation */
.blog-header-nav {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  height: 60px;
  left: 0;
  position: fixed;
  right: 0;
  top: 134px;
  width: 100%;
  z-index: 500;
}

.home .blog-header-nav {
  margin-top: -60px;
  transition: margin-top 0.2s;
}

.home .blog-header-nav.reveal {
  margin-top: 0;
}

.blog-header-nav .top-bar-content .wrap {
  line-height: 1;
  position: relative;
}

.chairish-blog-nav {
  background-color: #fff;
  text-align: center;
  width: 100%;
  z-index: 500;
}

.chairish-blog-nav > li {
  display: inline;
}

.chairish-blog-nav > li a {
  color: #CC4639;
  display: inline-block;
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.067em;
  line-height: 1em;
  padding: 14px 15px 24px;
  text-transform: uppercase;
}

.blog-header-nav .chairish-blog-nav {
  border-top: none;
  background-color: #fff;
  margin-left: -0.5px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 250px;
}

.blog-header-nav .chairish-blog-nav > li a {
  background-color: #fff;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  float: left;
  width: 100%;
}

.blog-header-nav .chairish-blog-nav > li.current-menu-item {
  display: none;
}

.blog-header-nav .chairish-blog-nav > li:last-child a {
  border-bottom: 1px solid #e1e1e1;
}

.blog-header-nav .chairish-blog-nav > li a {
  font-weight: 500;
  height: 30px;
  text-align: left;
  width: 100%;
}

.blog-header-nav .chairish-blog-nav > li a:hover {
  background-color: #CC4639;
  color: #fff;
  text-decoration: none;
}

.blog-header-nav .chairish-blog-nav > li.menu-item-has-children > a {
  display: none;
}

.blog-logo {
  background-image: url('images/ideas-logo-navbar-120-86.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  clear: none;
  float: left;
  font-size: 0;
  height: 41px;
  margin: 9px 15px 9px 15px;
  width: 57px;
}

.expanding-menu-wrapper {
  border: 1px solid transparent;
  clear: none;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0;
  position: relative;
  min-width: 250px;
}

.blog-header-nav .expanding-menu-wrapper:hover,
.blog-header-nav .expanding-menu-wrapper.expanded {
  border-color: #e1e1e1;
}

.blog-header-nav .expanding-menu-wrapper:hover .chairish-blog-nav,
.blog-header-nav .expanding-menu-wrapper.expanded .chairish-blog-nav {
  max-height: 100vh;
  overflow: visible;
}

.expanding-menu-wrapper .menu-expander {
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-transform: uppercase;
  padding: 12px 15px;
  width: 100%;
}

.category .expanding-menu-wrapper .menu-expander {
  color: #CC4639;
}

.expanding-menu-wrapper .menu-expander span {
  display: none;
}

.expanding-menu-wrapper .chairish-blog-nav {
  position: absolute;
}

.expanding-menu-wrapper .cicon-search-fill {
  color: #CC4639;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 7px;
}


.product-nav > .nav-items > .nav-item > .nav-groups > .container {
  overflow: visible;
}

.global-nav .container {
  overflow: visible;
}

.banner-trade {
  display: none !important;
}

/* Inline Navigation */
.masthead .search-form input {
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-inline-nav .chairish-blog-nav {
  overflow: visible;
}

.blog-inline-nav .chairish-blog-nav > li > a {
  padding: 24px 5px;
}


.blog-inline-nav .chairish-blog-nav > li > a:hover {
  text-decoration: underline;
}

.blog-inline-nav .wrap {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin: 0 auto;
  position: relative;
}

.blog-inline-nav .sub-menu {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
  max-height: 0;
  min-width: 250px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  z-index: 501;
}

.blog-inline-nav .sub-menu li a {
  padding: 15px;
  width: 100%;
}

.blog-inline-nav .sub-menu li a:hover {
  background-color: #CC4639;
  color: #fff;
  text-decoration: none;
}

.blog-inline-nav .chairish-blog-nav > li:hover .sub-menu {
  max-height: 100vh;
}

.blog-inline-nav .chairish-blog-nav > li {
  position: relative;
}

.blog-inline-nav .chairish-blog-nav > li.menu-item-has-children:hover > a {
  background-color: #EBEBEB;
}

/* Mobile Navigation */
.off-canvas {
  padding: 0;
  width: 100vw;
}

.mobile-menu li a {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 22.8px 0 22.8px 20px;
  position: relative;
  text-transform: uppercase;
}

.off-canvas .close {
  background: transparent;
  color: #161616;
  position: absolute;
  right: 20px;
  top: 6px;
  z-index: 99999;
}

.search-wrapper {
  position: absolute;
  right: 0px;
  top: 8px;
}

.search-wrapper input[type=text] {
  display: none;
}

/* Main Content */

.main {
  margin-top: 0;
  position: relative;
}

.block-heading,
.section-head {
  font-style: normal;
}

.block-heading .title,
.section-head .title {
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.25px;
  line-height: 24px;
  margin: 0;
}

.block-heading:before, 
.block-heading:after,
.section-head:before, 
.section-head:after { 
  display: none;
}

.blocks .posts-carousel {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.posts-carousel .block-heading,
.ch-product-grid .block-heading,
.section-head {
  margin: 0;
  padding-bottom: 34px;
  padding-top: 34px;
}

.block-heading .title:before,
.block-heading .title:after{
  display: none;
}

/* Popular Posts */

.blocks .posts-carousel .the-carousel .posts {
  margin: 0 -12px;
  max-height: none;
}

.posts-carousel .post {
  margin-right: 0;
  opacity: 1;
  padding: 0 12px;
  width: 25%;
}

.posts-carousel .post .post-link {
  margin-bottom: 0;
  max-height: 200px;
  overflow: hidden;
}

.posts-carousel .post-link img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.posts-carousel .post:last-of-type {
  margin-right: 0;
}

.posts-carousel .navigate {
  display: none;
}

.single .the-post .post-header .post-meta .post-breadcrumb {
  margin-top: 24px;
}

.posts-carousel .post-meta .post-cat,
.single .the-post .post-header .post-meta .post-breadcrumb li {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
}

.posts-carousel .post-meta .post-cat {
  margin-top: 24px;
}

.posts-carousel .post-meta .post-cat > a
.posts-carousel .post-meta .post-cat > a:hover {
  background-color: transparent;
}

.posts-carousel .post-meta .post-cat > a:hover {
  text-decoration: underline;
}

/* Posts */

.post {
  background-color: #fff;
}

.post-title,
.post-title a,
.post-title-alt,
.post-title-alt a,
.post-content .post-title a,
.grid-post .post-title-alt,
.grid-post .post-title-alt a,
.overlay-post .post-title a,
.homepage-header .overlay .post-title a,
.archive-head .title {
  color: #161616;
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}

.wide-post-wrapper .grid-post .post-title-alt a,
.homepage-header .overlay .post-title a,
.posts-dynamic .overlay-post .post-title a ,
.archive-head .title {
  color: #161616;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
}

.post-meta .post-cat a,
.post-meta .post-breadcrumb a {
  color: #CC4639;
  font-weight: 900;
  letter-spacing: 1.25px;
}

.the-post .post-meta .post-breadcrumb a:after {
  content: "/";
  margin-left: 9px;
  margin-right: 6px;
  color: #c3c3c3;
  font-size: 8px;
}

.grid-post p {
  display: inline;
}

.posts-dynamic {
  margin-bottom: 0;
}

.archive .posts-dynamic,
.search .posts-dynamic {
  padding: 0 24px;
}

.posts-dynamic .large-post, .posts-dynamic .overlay-post {
  border: 1px solid #e1e1e1;
  margin-bottom: 24px;
  padding: 0;
}

.overlay-post:before {
  display: none;
}

.posts-dynamic .overlay-post .post-meta {
  left: auto;
  position: relative;
  top:  auto;
  transform: none;
  width: 100%;
}

.posts-dynamic .overlay-post .post-excerpt {
  padding: 24px;
}

.posts-dynamic .overlay-post img {
  width: 100%;
}

.posts-dynamic .posts-wrap .single-post-wrapper {
  float: left;
}

.posts-dynamic .posts-wrap .single-post-wrapper .post-meta .post-cat,
.posts-dynamic .posts-wrap .post-meta time {
  display: none;
}

.post-content {
  color: #494949;
}

.post-content blockquote {
  border: none;
  margin: 0 60px;
  padding: 30px 0 45px;
  text-align: center;
}

.post-content blockquote:before {
  background-image: url('images/blockquote.svg');
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  display: block;
  float: none;
  height: 72px;
  margin: 0 auto 30px;
  width: 72px;
}

.post-content blockquote,
.post-content blockquote p {
  color: #000;
  font-size: 36px;
  line-height: 48px;
}

.post-content blockquote p {
  margin-bottom: 0;
}

.post-content blockquote span:last-of-type,
.post-content blockquote cite {
  color: #acacac;
  display: inline-block;
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.25px;
  line-height: 24px;
  margin-top: 24px;
  text-transform: uppercase;
}

.post-content blockquote cite:before {
  margin-left: 0;
}

body .post-content blockquote cite a {
  text-decoration: none;
}

.posts-wrap .row {
  clear: both;
  display: block;
  margin: 0 0 24px;
  overflow: hidden;
  width: 100%;
}

.posts-wrap .row div {
  position: relative;
}

.posts-wrap .row div.row,
.posts-wrap .row div.ts-row {
  display: flex;
}

.posts-wrap .row .post-content .meta-title {
  text-align: center;
}

.posts-wrap .row .post-content .meta-title h2 a {
  color: #161616;
}

.archive .posts-dynamic .posts-wrap > div,
.search .posts-dynamic .posts-wrap > div {
  display: flex;
}

.posts-dynamic .posts-wrap .small-post-wrapper,
.posts-dynamic .posts-wrap .wide-post-wrapper,
.posts-dynamic .posts-wrap .single-post-wrapper {
  display: flex;
}

.posts-dynamic .posts-wrap .wide-post-wrapper,
.posts-dynamic .posts-wrap .small-post-wrapper {
    flex-direction: column;
}

.posts-dynamic .posts-wrap .wide-post-wrapper > div {
  display: flex;
  width: 100%;
}

.posts-dynamic .posts-wrap .small-post-wrapper > div {
  display: flex;
}

.posts-dynamic .posts-wrap .row {
  flex-direction: row-reverse;
}

.posts-dynamic .posts-wrap .ts-row {
  flex-direction: row;
}

.posts-dynamic .posts-wrap .row:nth-of-type(4n) {
  flex-direction: row;
}

.posts-dynamic .grid-post {
  margin-bottom: 24px;
  width: 100%;
}

.grid-post .image-link {
  display: block;
  max-height: 268px;
  overflow: hidden;
}

.grid-post .image-link img {
  display: block;
}

.posts-dynamic .posts-wrap .small-post-wrapper > div .grid-post {
  margin-bottom: 24px;
}

.posts-dynamic .posts-wrap .small-post-wrapper > div:last-child .grid-post {
  margin-bottom: 0px;
}

.posts-dynamic .posts-wrap .wide-post-wrapper .grid-post {
  height: 100%;
  margin-bottom: 0;
}

.posts-dynamic .posts-wrap .wide-post-wrapper .grid-post .image-link {  
  height: auto;
  max-height: 562px;
  margin-bottom: 48px;
}

.posts-dynamic .wide-post-wrapper .grid-post .image-link img {
  width: 100%;
}

.posts-dynamic .small-post-wrapper {
  float: left;
  padding: 0;
}

.posts-dynamic .posts-wrap .wide-post-wrapper {
  float: right;
  padding-left: 10px;
  padding-right: 0;
}

.posts-dynamic .posts-wrap .small-post-wrapper {
  float: left;
  padding: 0 20px 0 0;
}

.posts-dynamic .posts-wrap .row:nth-of-type(4n) .wide-post-wrapper {
  padding-left: 0;
  padding-right: 10px;
}

.posts-dynamic .posts-wrap .row:nth-of-type(4n) .small-post-wrapper {
  padding: 0 0 0 20px;
}

.posts-dynamic .posts-wrap .small-post-wrappers.post-meta {
  display: none;
}

body .grid-post {
	border: 1px solid #e1e1e1;
  box-sizing: border-box;
	padding: 24px;
}

.posts-dynamic .grid-post .meta-sep {
  display: none;
}

.posts-dynamic .small-post-wrapper .grid-post .post-meta {
  display: none;
}

.grid-post .image-link {
  margin: -24px;
  margin-bottom: 0;
}

.grid-post .post-header, 
.large-post .post-header {
  margin: 0;
  padding: 24px;
}

/* Author Box */

.author-box {
  border: 0 solid;
  margin: 0 auto;
  max-width: 70%;
  overflow: hidden;
  text-align: left;
}

.author-box .content {
  padding-top: 24px;
}

.author-box .date {
  color: #acacac;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.author-box .author {
  margin-top: 24px;
}

.author-box .author-bio {
  margin: 0;
}

.author-box .author > a {
  color: #161616;
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: capitalize;
}

.author-box .image img {
  border: 1px solid #ebebeb;
  clear: none;
  display: block;
  height: 121px;
  float: left;
  margin: 36px 24px;
  width: 121px;
}

/* Related Posts */

.related-posts .posts,
.related-posts .posts > div {
  display: flex;
}

.related-posts .posts {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.related-posts .posts .grid-post {
  width: 100%;
}

.grid-post .post-header,
.large-post .post-header {
  margin: -24px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-post .post-title-alt {
  margin-top: 24px;
}

.grid-post .post-title-alt:after {
  display: none;
}

.grid-post .post-content {
  text-align: left;
}

.post-content .read-more-btn {
  background-color: #fff;
  border: 0px solid #CC4639;
  color: #CC4639;
  display: inline;
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.25px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body .post-content .read-more-btn:hover {
  background-color: #CC4639;
  color: #FFF;
}

.post-footer .col:last-child.read-more {
	border: 0 solid;
	text-align: center;
}

.posts-dynamic .overlay-post .read-more-btn,
.wide-post-wrapper .grid-post-b .read-more-btn,
.homepage-header .overlay .read-more-btn,
.post-footer .read-more-link,
.posts-dynamic .posts-wrap .wide-post .read-more-btn {
  border: 1px solid #CC4639;
  color: #CC4639;
  display: block;
  font-size: 12px;
  font-weight: 900;
  height: 40px;
  letter-spacing: 1.25px;
  line-height: 38px;
  margin: 24px auto;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}

.grid-post-b p {
  text-align: left;
}

/* Chairish Products */

.single .ch-product-grid .ch-product-grid-header {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1.25px;
  line-height: 1.5;
  margin-top: 34px;
  margin-bottom: 34px;
  text-transform: uppercase;
  width: 100%;
}

.single .ch-product-grid .ch-product-grid-header:after {
  display: none;
}

body .ch-product-grid .ch-product-grid-header {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.25px;
  margin-top: 34px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

/* Pagination */

.main-pagination {
  margin-top: 0;
  text-align: center;
  width: 100%;
}

.main-pagination div {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

body .main-pagination .next a,
body .main-pagination .previous a {
  background: #CC4639;
  color: #fff;
  font-size: 14px;
  height: 71px;
  padding-top: 28px;
  text-align: center;
  width: 318px;
}

body .main-pagination .next a:hover,
body .main-pagination .previous a:hover {
  color: #fff;
}

.main-pagination .next .cicon,
.main-pagination .previous .cicon {
  bottom: auto;
  color: #fff;
  display: inline;
  position: absolute;
  top: auto;
}

.main-pagination .next .cicon {
  left: 20px;
  text-align: left;
}

.main-pagination .previous .cicon {
  right: 20px;
  text-align: right;
}

.main-pagination div a i {
  text-align: center;
  width: 100%;
}

/* Single Post */

.single .post-content {
  margin: 0 auto;
  max-width: 752px;
}

.single .post-content img {
  display: block;
  margin: 72px auto 48px;
}

.single .post-content h3 {
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  font-style: italic;
  line-height: 46px;
  text-transform: none;
}

.single .post-content h3:after {
  margin-left: 0;
  margin-right: 0;
}

.single .post-content h6 {
  border-left: 1px solid #CC4639;
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-size: inherit;
  font-style: italic;
  font-weight: normal;
  margin: 24px 0;
  padding: 12px 0 12px 24px;
  text-transform: none;
}

.single .post-content h6 a {
  color: #000000;
  text-decoration: underline;
}

.single .post-content .wp-caption {
  margin: 72px auto 32px;
}

.single .post-content .wp-caption img {
  margin: 0 auto;
  padding: 0;
}

.single .post-content .wp-caption .wp-caption-text {
  color: #acacac;
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.75px;
  margin: 0;
  text-align: center;
}

.single .no-sidebar .main .main-content {
  padding-left: 0;
  padding-right: 0;
}

.single .the-post .post-header .post-title {
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-size: 48px;
  line-height: 60px;
  margin: 24px 0 0;
}

.single .the-post .post-header .post-meta {
  margin-top: 20px;
}

.single .the-post .post-header .post-meta .post-breadcrumb a+a:before {
  content: "/";
  margin-left: 6px;
  margin-right: 9px;
  color: #c3c3c3;
  font-size: 8px;
}

.single .the-post .post-header .post-title:after {
  margin: 20px auto 36px;
}

.single #content .post-content {
  margin: 0 auto;
  width: 752px;
}

.single .post-content .tmblr-full img {
  height: auto;
  width: 100%;
}

.post-content .search-button {
  height: 25px;
}

.floating-share .post-share {
  position: absolute;
  top: 142px;
  width: 73px;
}

.floating-share .post-share.sticky {
  margin-top: 80px;
}

.floating-share .post-share-icons li a {
  margin: 12px auto 0;
}

.sticky {
  position: fixed !important;
}

.floating-share .cicon {
  color: #fff;
}

.post-share-header {
  border-bottom: 1px solid #e1e1e1;
  display: inline-block;
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.25px;
  padding-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.post-share .post-share-icons a {
  border: 0 solid;
  color: #fff;
  display: block;
  float: none;
  height: 40px;
  line-height: 30px;
  text-decoration: none;
  width: 40px;
}

.post-share .post-share-icons a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.post-share .post-share-icons a.facebook {
  background-color: #3b5998;
}

.post-share .post-share-icons a.twitter {
  background-color: #00aced;
}

.post-share .post-share-icons a.pinterest {
  background-color: #cb2027;
}

.post-share .post-share-icons .cicon {
  font-size: 20px;
  line-height: 36px;
}

.tag-share {
  position: relative;
  text-align: center;
}

.tag-share .post-share {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  top: 20px;
  z-index: 1;
}

.tag-share .post-share .post-share-header {
  display: none;
}

.tag-share .post-share .post-share-icons li {
  display: inline-block;
}

.tag-share .post-share .post-share-icons li a {
  background: transparent;
  margin-top: 0;
}

.tag-share .post-share .post-share-icons li a i {
  color: #000;
  display: inline-block;
  font-size: 23px;
  line-height: inherit;
}

.tag-share .post-tags {
  border-bottom: 1px solid #e1e1e1;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  text-align: center;
}

.tag-share .post-tags a {
  border: 1px solid #CC4639;
  color: #CC4639;
  font-size: 13px;
  font-weight: 900;
  height: 40px;
  letter-spacing: 1.25px;
  line-height: 26px;
  margin: 0 12px 24px;
}

[class*="paged-"] .homepage-header,
[class*="paged-"] .overlay-post,
[class*="paged-"] .blocks,
[class*="paged-"] .sidebar,
[class*="paged-"] .ch-product-grid {
  display: none;
}

/* Archive Page */

.archive .posts-dynamic .posts-wrap,
.archive .posts-dynamic .posts-wrap > div {
  display: flex;
}

body .archive-head {
  background-color: transparent;
  border: 0 solid;
}

.archive .archive-head .sub-title,
.archive .main-content .post-meta .post-cat,
.search .main-content .post-meta .post-cat {
  display: none;
}

.archive .main-content .post-meta .date-link {
  display: block;
}

/* Search Results */

.no-results {
  background: rgb(245, 245, 245);
  padding: 60px 60px 35px;
  text-align: center;
}

.no-results p {
  font-size: 30px;
  line-height: 1.3;
}

/* Sidebar */

.main .sidebar {
  float: right;
  padding: 0 0 0 24px;
}

.widget-list li {
	display: inline-block;
	margin-bottom: 24px;
	width: 100%;
}

.widget-list li img {
	float: left;
	margin-right: 12px;
}

.widget-list li h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.widget .post {
  margin-bottom: 25px;
}

.widget .content {
  overflow: hidden;
}

.sidebar .widget-cta .label {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: 40px;
  height: 54px;
  width: 218px;
}

.widget-cta .cta-box {
  margin-bottom: 24px;
}

body .widget .post-title {
  display: block;
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: left;
}

.widget .post-title.limit-line {
  padding-right: 10px;
  text-overflow: ellipsis;
}

.widget .image-link img {
  float: left;
  height: auto;
  margin: 0;
  margin-right: 24px;
  width: 97px;
}

.widget .post-meta .post-cat a {
  color: #161616;
  letter-spacing: 1.25px;
}

.widget-posts .post-meta {
  margin-bottom: 0;
}

.widget-posts .post-meta .post-cat a {
  color: #CC4639;
}

.widget-posts .post-meta .post-cat a:not(:first-of-type) {
  display: none;
}

/* Footer */

.upper-footer .widget-title {
  display: inline-block;
  font-family: "moderno-fb", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.25px;
  margin-bottom: 12px;
  margin-top: 24px;
  padding: 0 0 12px 12px;
  width: 100%;
}

.upper-footer .textwidget,
.upper-footer .widget-posts .posts {  
  padding: 12px;
}

.upper-footer {
  background-color: #fff;
}

.upper-footer .widget {
  padding: 0 24px;
}

.upper-footer .widget p {
  font-size: 14px;
  line-height: 22px;
}

body .mid-footer {
  margin-top: 12px;
  padding: 40px 15px;
}

body .instagram-wrapper {
  padding-left: 0;
  padding-right: 0;
}

body .mid-footer .overlay {
  background-color: #000;
  border: 1px solid;
  color: #fff;
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 60px;
  letter-spacing: 1.5px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  width: 364px;
}

.leftnav {
  margin-left: -15px;
  margin-right: -15px;
}

.leftnav-links {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  position: relative;
}

.leftnav-content {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.leftnav-content:only-child {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .leftnav-links {
    float: left;
    width: 16.66666667%;
  }

  .leftnav-links {
    right: 83.33333333%;
  }

  .leftnav-content {
    float: left;
    width: 83.33333333%;
  }

  .leftnav-content {
    left: 16.66666667%;
  }

  .leftnav-content:only-child {
    float: left;
    width: 100%;
  }

  .leftnav-content:only-child {
    left: 0%;
  }
}

@media (max-width: 1230px) {
  body .wrap {
    width: 940px;
  }

  .logo-wrap {
    padding: 0;
  }

  body .main-head .search-input {
    max-width: 420px;
  }

  .homepage-header {
    padding: 55px 12px 0;
  }  
  
  .homepage-header a {
    display: block;
    overflow: hidden;
  }

  .homepage-header a img {
    max-width: 100%;
  }

  .homepage-header .overlay {
    display: block;
    padding-top: 14px;
    position: static;
    transform: none;
    width: 100%;
  }

  .homepage-header .overlay .post-meta {
    margin-top: 24px;
  }

  .posts-carousel .posts,
  .posts-wrap .row .ts-row {
    margin: 0;
  }

  body .posts-carousel .post {
    width: 50%;
  }

  .posts-carousel .slick-initialized img {
    float: none;
    width: 100%;
  }  

  .single .the-post .featured img {
    max-width: 752px;
  }

  .floating-share .post-share {
    margin-left: -35px;
  }

  .product-grid-row {
    margin-left: 0;
    max-width: 100%;
  }

  .posts-dynamic .posts-wrap .small-post-wrapper > div {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 991px) {
  body .container,
  body .wrap {
    width: 100%;
  }

  .blog-header-nav {
    top: 60px;
  }

  .home .blog-header-nav {
    margin-top: 0;
  }

  .blog-header-nav .top-bar-content .wrap {
    padding: 0 15px;
  }

  .blog-logo {
    display: none;
  }

  .expanding-menu-wrapper {
    border: none;
  }

  .blog-header-nav .chairish-blog-nav {
    margin-top: 7px;
  }

  .expanding-menu-wrapper .menu-expander span {
    display: inline;
  }

  .blog-inline-nav .chairish-blog-nav {
    display: none;
  }

  body .ts-row .main-content {
    padding: 0;
  }

  body .posts-dynamic .posts-wrap .row .single-post-wrapper,
  body .posts-dynamic .posts-wrap .row:nth-of-type(4n) .wide-post-wrapper,
  body .posts-dynamic .posts-wrap .row .small-post-wrapper,
  body .posts-dynamic .posts-wrap .row:nth-of-type(4n) .small-post-wrapper,
  body .posts-dynamic .posts-wrap .row .wide-post-wrapper {
    padding: 0;
  }

  .archive .posts-dynamic,
  .search .posts-dynamic {
    padding: 0;
  }

  .archive-head {
    padding: 0;
  }

  .main-head.alt .search-wrapper {
    display: none;
  }

  .main-head.alt .search-form .search-input {
    opacity: 0;
    width: 60px;
  }

  .main-head.alt .social-icons {
    display: block;
  }

  .post-share .post-share-header {
    display: none;
  }

  .floating-share .post-share {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 0;
    width: auto;
  }

  .floating-share .post-share .post-share-icons {
    margin: 10px 0 15px;
  }

  .main-head .post-share .post-share-icons {
    border-top: 0;
    display: block;
    float: right;
    text-align: center;
    transition: width .5s ease-in-out;
    width: 100%;
    will-change: width;
  }
  
  .post-share .post-share-icons li {
    display: inline-block;
    margin: 8px;
  }

  .tag-share .post-tags + .post-share {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999999; 
  }

  .tag-share .post-share {
    top: 30px;
  }

  body .main-head .post-share {
    display: block;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 38px;
    top: 7px;
    width: 100%;
  }

  .main-head .post-share .post-share-icons li a {
    display: inline-block;
    height: 30px;
    font-size: inherit;
    line-height: 1;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
    transition-delay: 0.3s;
    width: 30px;
    will-change: transform, opacity;
  }

  .main-head.open-social .post-share .post-share-icons li a {
    opacity: 1;
    transform: scale(1);
  }

  .main-head .title .post-share .post-share-icons li a i {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-left: -2px;
  }

  body .main-head .title .share-button {
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 30px;
    font-size: 15px;
    line-height: 25px;    
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
  }

  body .main-head .title .share-button .cicon-share-fill {
    margin-left: -1px;
  }

  .main-head.alt .search-action {
    float: left;
    height: auto;
  }

  body .main-head .mobile-search {
    background: transparent;
    cursor: pointer;
    display: block;
    left: 50px;
    position: absolute;
    top: 19px;
    z-index: 400;
  }

  body.off-canvas-active .search-only .mobile-menu.active {
    display: none;
  }

  body .mobile-menu-container .search-wrapper {
    border-bottom: 1px solid #e1e1e1;
    padding: 12px;
    padding-right: 45px;
  }

  body .mobile-menu-container .search-input {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    display: block;
    font-size: 12px;
    height: 33px;
    letter-spacing: 0;
    padding: 8px 12px 8px 24px;
  }

  body .mobile-menu-container .search-button {
    right: 15px;
    top: 10px;
  }

  body .mobile-menu-container .close {
    cursor: pointer;
    right: 6px;   
    top: 15px;
  }

  /* Mobile Homepage */
  body .posts-carousel .post {
    margin-bottom: 12px;
    width: 100%;
  }

  .posts-dynamic .posts-wrap .row .single-post-wrapper,
  .posts-dynamic .posts-wrap .row:nth-of-type(4n) .wide-post-wrapper,
  .posts-dynamic .posts-wrap .row .small-post-wrapper,
  .posts-dynamic .posts-wrap .row:nth-of-type(4n) .small-post-wrapper,
  .posts-dynamic .posts-wrap .row .wide-post-wrapper  {
    float: none;
    padding: 0 12px;
  }

  body .posts-dynamic .grid-post,
  body .posts-dynamic .overlay-post {
    border: 0 solid;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .posts-dynamic .posts-wrap .small-post-wrapper,
  .posts-dynamic .posts-wrap .wide-post-wrapper,
  .posts-dynamic .posts-wrap .single-post-wrapper {
    display: block;
    width: 100%;
  }

  .posts-dynamic .posts-wrap .wide-post-wrapper,
  .posts-dynamic .posts-wrap .small-post-wrapper {
    flex-direction: none;
  }
  
  .posts-wrap .row div.row, .posts-wrap .row div.ts-row,
  .posts-dynamic .posts-wrap .wide-post-wrapper > div {
    display: block;
  }

  .wide-post-wrapper .grid-post .post-title-alt a, 
  .homepage-header .overlay .post-title a, 
  .posts-dynamic .overlay-post .post-title a, 
  .archive-head .title {
    font-size: 24px;
    line-height: 34px;
  }

  .posts-dynamic .posts-wrap .wide-post-wrapper .post-meta .post-cat,
  .wide-post-wrapper .grid-post-b .post-title-alt:after {
    display: none;
  }

  .wide-post-wrapper .grid-post-b .read-more-btn  {
    border: 0 solid;
    display: inline;
    font-size: 10px;
    padding: 0;
  }

  .grid-post .image-link {
    max-height: 100%;    
    min-height: auto;
  }
  
  body .grid-post .image-link img,
  body .posts-dynamic .overlay-post img,
  body .related-posts .image-link img {
    height: auto;
    width: 100%;
  }

  .main > .ts-row {
    margin: 0;
  }

  .main .sidebar {
    float: none;
    margin: 0 auto;
    padding: 0 36px;
  }

  .sidebar .widget {
    margin: 0 auto;
    overflow: hidden;
  }

  .sidebar .widget-cta .cta-box {
    float: left;
    padding: 0 12px;
    width: 50%;
  }

  /* Mobile Single Post */
  .single .the-post .post-header .post-title {
    font-size: 24px;
    line-height: 28px;
  }

  .post-content blockquote,
  .post-content blockquote p {
    font-size: 28px;
    line-height: 40px;
  }

  .post-content blockquote {
    margin: 0 5px;
  }

  .post-content blockquote:before {
    height: 60px;
    margin: 0 auto 24px;
    width: 60px;
  }

  .author-box {
    text-align: center;
  }

  .author-box .image img {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .related-posts .posts > div {
    padding: 0; 
  }

  .related-posts .posts,
  .related-posts .posts > div,
  .archive .posts-dynamic .posts-wrap > div {
    display: block;
    width: 100%;
  }

  /* Mobile Footer */
  .upper-footer {
    padding-top: 0
  }

  body .upper-footer .widget {
    padding: 0;
  }

  .upper-footer .widget:first-of-type img {
    max-width: 50%;
    padding-right: 12px;
  }

  body .mid-footer {
    padding: 45px 30px;
  }

  .mid-footer .instagram-pics {
    display: block;
    overflow: hidden;
  }

  body .mid-footer p {
    padding: 24px;
    position: relative;
  }

  body .mid-footer .overlay {
    left: 0;
    position: relative;
    transform: none;
    width: 100%;
  }

  .mid-footer .instagram-pics li {
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 941px) {
  .upper-footer .widget .post {
    float: left;
    padding-right: 12px;
    width: 50%;
  }

  .upper-footer .widget p {
    float: right;
    width: 50%;
  }
}

@media (max-width: 767px) {
  body .wrap {
    padding: 0 15px;
  }

  .single .post-content {
    max-width: 100%;
  }

  .upper-footer .widget img,
  .upper-footer .widget:first-of-type img {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .upper-footer .widget-title {
    border-bottom: 0px solid;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 0;
    padding-top: 24px;
    text-align: center;
  }
}

@media (max-width: 554px) {
  .sidebar .widget-cta .cta-box {
    float: none;
    padding: 0;
    width: 100%;
  }

  .no-results {
    padding: 45px 30px 20px;
  }
}

/* Responsive Utility */

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none!important;
}

@media (max-width: 941px) and (min-width: 768px) {
  .visible-sm-block {
    display: block!important;
  }

  .hidden-sm {
    display: none!important;
  }
}

/**
 * METASLIDER STYLES
 */

/* Metaslider Slides */
.main .post-content .metaslider .flexslider .slides li {
  overflow: hidden;
}

.main .post-content .metaslider .flexslider .slides img {
  /* Images should all be the same height but be centered with variable width. */
  height: 500px;
  margin: 0 auto;
  width: auto;
}

/* Metaslider Captions */
.main .post-content .metaslider .caption-wrap {
  background-color: white;
  color: black;
  margin-top: 10px;
  opacity: 1;
  position: static;
}

.main .post-content .metaslider .caption-wrap .photo-credit {
  font-style: italic;
}

/* Metaslider Arrows */
.main .post-content .metaslider .flexslider .flex-direction-nav li a {
  border: solid black;
  border-width: 0 3px 3px 0;
  opacity: 1;
  padding: 3px;
  transition: none;
}

.main .post-content .metaslider .flexslider .flex-direction-nav li .flex-prev {
  left: -50px;
  transform: rotate(135deg);
}

.main .post-content .metaslider .flexslider .flex-direction-nav li .flex-next {
  right: -50px;
  transform: rotate(-45deg);
}

/* Metaslider Control Nav */
/* TODO: Handle scrolling the nav with JS */
.main .metaslider .flexslider .flex-control-nav {
  overflow-x: hidden;
  white-space: nowrap;
}

/* Metaslider Control Nav Indicators */
.main .metaslider .flexslider .flex-control-nav a {
  background-color: #EBEBEB;
  border-radius: 0;
}

.main .metaslider .flexslider .flex-control-nav a.flex-active {
  background-color: #CC4639;
}
