/***** TYPOGRAPHY *****/
html {
    font-size: 14px;
}
body {
    color: #282828;
    font-family: 'Karla', sans-serif;
    padding: 8px;
    margin: 0;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
    text-align: center;
}

h1, h2 {
    font-weight: 700;
}

h3, h4, h5 {
    font-weight: 400;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
}

#main-content .post-body h2 {
    font-size: 18px;
    border: none;
    width: auto;
    font-family: 'Playfair Display', serif;
    line-height: 22px;
}

#main-content iframe {
    max-width: 100%;
}

#main-content .post-body h1 {
    font-size: 20px;
    line-height: 24px;
}

#main-content .post-body h3 {
    font-size: 16px;
    line-height: 18px;
}

#main-content h2, .widget-title {
    font-size: 36px;
    width: 100%;
    border-bottom: 2px solid #fee4dd;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: Asterism-Regular;
    font-weight: normal;
}

/***** LAYOUT *****/
#content {
    position: relative;
}

#content, #header, #main-footer {
    max-width: 1140px;
    margin: auto;
}

#main-content {
    width: auto;
    float: left;
    margin-right: 320px;
}

#front-sidebar {
    width: 100%;
}

#front-sidebar img {
    width: auto;
    max-width: 100%;
}

#main-content.front {
    min-height: 1600px;
}

#sidebar-wrapper {
    width: 300px;
    float: right;
    margin-left: -300px;
}

#sidebar-wrapper aside {
    margin-top: 25px;
    margin-bottom: 25px;
}

body.page #main-content {
  margin-bottom: 25px;
}

/***** HEADER *****/
#header {
    border-bottom: 2px solid #fee4dd;
    position: relative;
    margin-bottom: 35px;
}

#top-banner {
    margin-top: 30px;
    height: auto;
    width: 100%;
    position: relative;
}

#header-logo {
    width: 230px;
    margin: 0 auto;
    display: block;
}

#party-submit {
    position: absolute;
    top: 0;
    left: 0;
}

#header .top-nav a {
    color: #6d6d6d;
}

#header .top-nav a:hover {
    color: #e97263;
}

#primary-nav ul {
    padding-top: 10px;
}

.top-nav {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    text-transform: uppercase;
}

.top-nav ul {
    padding: 0;
    list-style-type: none;
    text-align: center;
    line-height: 24px;
}

.top-nav ul li {
    display: inline;
    margin-left: 5px;
}

.top-nav ul li:after {
    content: "|";
    margin-left: 10px;
    color: #fee4dd;
}

.top-nav ul li:last-of-type:after {
    margin: 0;
    content: "";
}

#header .single-input-form {
    position: absolute;
    top: 0;
    right: 0;
}

#header-ad, #above-footer-ad {
    text-align: center;
    min-height: 94px;
    overflow-x: hidden;
}

#above-footer-ad {
  clear: both;
}

#mobile-header-ad {
  display: none;
}

/***** ABOUT SIDEBAR *****/

.about-sidebar img.headshot {
    border-radius: 900px;
    width: 180px;
    margin: auto;
    display: block;
}

#pendant-social {
    position: relative;
    width: 180px;
    height: 103px;
    margin: auto;
    background-image: url(../img/banner@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#pendant-social a {
    position: absolute;
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

#pendant-social a:nth-child(1) {
    top: 8px;
    left: -2px;
}

#pendant-social a:nth-child(2) {
    top: 21px;
    left: 33px;
}

#pendant-social a:nth-child(3) {
    top: 26px;
    left: 73px;
}

#pendant-social a:nth-child(4) {
    top: 23px;
    left: 114px;
}

#pendant-social a:nth-child(5) {
    top: 6px;
    left: 149px;
}

#welcome {
    background-color: #fee4dd;
    padding: 5px 30px;
    margin-top: 5px;
}

#mobile-sidebar {
    display: none;
}

.about-sidebar #welcome p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.about-sidebar .single-input-form input[type="text"]{
    width: 186px;
}

.about-sidebar .single-input-form input[type="submit"]{
    width: 114;
}

.about-sidebar p {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

/**** CATEGORY SIDEBAR *****/

.widget.categories .category-list {
    height: 200px;
    overflow-y: scroll;
    line-height: 20px;
}

.widget.categories .children {
    padding-left: 15px;
}

.widget.categories ul {
    list-style-type: none;
}

.widget.categories a {
    color: #282828;
}

.textwidget div {
    margin: auto;
}

/**** FOOTER ****/

#main-footer {
    clear: both;
    border-top: 2px solid #fee4dd;
    max-width: 1140px;
}

#main-footer p {
    font-size: 10px;
    width: 40%;
    float: left;
    clear: right;
}

#footer-nav {
    width: 40%;
    float: left;
    margin-top: 22px;
}

#main-footer .social {
    display: inline-block;
    float: left;
}

#main-footer .single-input-form {
    float: right;
}

#in-the-press {
    width: 60%;
    float: right;
    padding-top: 10px;
}

#in-the-press a {
    width: 78%;
    float: right;
    display: inline;
}

#in-the-press h4 {
    display: inline-block;
    text-align: left;
    width: 22%;
    margin-top: 24px;
}

#in-the-press ul, .social ul {
    list-style-type: none;
    padding: 0;
}

#in-the-press li, .social li {
    display: inline;
}

/**** MISC GLOBAL STYLES ****/

img {
    height: auto;
    max-width: 100%;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
    color: #f1998e;
    text-decoration: none;
}

a:hover {
    color: #e97263;
}

.clearfix {
    clear: both;
}

.kpi-button {
    background-color: #f1998e;
    display: inline-block;
    color: #fff;
    padding: 9px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
}

.kpi-button:hover {
    background-color: #e97263;
    color: #fff;
}

input[type="text"], input[type="password"], textarea {
    background-color: #f1f1f1;
    border: none;
    padding-left: 15px;
    box-sizing: border-box;
}

textarea {
    padding: 11px 15px;
}

input[type="text"], input[type="password"] {
    height: 37px;
}

input[type="text"]:focus, input[type="text"]:focus, textarea:focus {
    border: none;
    outline: none;
}

.single-input-form {
}

.single-input-form input[type="text"] {
    float: left;
}

.single-input-form input[type="submit"], .single-input-form button {
    background-color: #f1998e;
    color: #fff;
    height: 37px;
    border: none;
    float: left;
    min-width: 35px;
    display: inline-block;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.single-input-form button i {
    font-size: 18px;
}

.single-input-form input[type="submit"]:hover, .single-input-form button:hover {
    background-color: #e97263;
    cursor: pointer;
}

.views, .likes {
    margin-left: 10px;
    margin-right: 10px;
}

.views:before, .likes:before {
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 20px;
}

.views:before {
    content: "\f06e";
}

.likes:before {
    content: "\f08a";
}

/***** SINGLE POST *****/
.next-prev-nav {
    background-color: #fee4dd;
    width: 100%;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-family: 'Karla', sans-serif;
}

.prev {
    float: left;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

.next-prev-nav a {
    color: #282828;
}

.post.list {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
}

.post header {
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
}

.post header h1 {
    text-align: left;
    margin: 20px 0 10px;
}

.post header h1 a {
    color: #282828;
}

.post header .categories {
    margin-top: 25px;
    margin-bottom: 22px;
}

.post header .categories:before {
    content: "\f02b";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.post-meta span {
    border-right: 1px solid #fee4dd;
    padding-right: 10px;
    margin-left: 8px;
}

.post-meta span:last-child {
  border-right: none;
}

.post .comment-count:before {
    content: "\f0e5";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.post-meta .date {
    margin-left: 0;
}

.post-meta .date:before {
    content: "\f073";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.post-meta .views {
    margin-left: 5px;
    border-right: none;
}

.post-body {
    line-height: 1.714285714;
}

.post .share .kpi-button {
    width: 32.8%;
    box-sizing: border-box;
}

.single-post #main-content h2 {
    text-align: left;
}

/*.see-more-bg {
    background-image: url(../img/left-of-button@2x.png);
    background-position: left center;
    background-size: 30%;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    margin-top: 25px;
}

.see-more-bg-right {
    background-image: url(../img/right-of-button@2x.png);
    background-position: right center;
    background-size: 30%;
    background-repeat: no-repeat;
}*/

.see-more-post {
    text-align: center;
    width: 300px;
    margin: auto;
    display: block;
    background-color: #f1998e;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.see-more-post a span {
    color: #fff;
}

.see-more-next {
    float: right;
}

.see-more-previous {
    float: left;
}

.related {
    margin-top: 30px;
}

.related, .yarpp-related {
    width: 100%;
}

.related .related-article {
    width: 25%;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a .related-article p {
    color: #282828;
    font-family: 'Playfair Display', serif;
    margin-top: 3px;
}

#main-content .related .related-article img {
    width: 98%;
    text-align: center;
    position: static;
}

/***** CATEGORIES *****/

.category-title {
    text-transform: uppercase;
}

#category-list {
    width: 100%;
    border: 3px solid #f1998e;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

#category-list a {
    color: #282828;
    text-decoration: underline;
}

#category-list li {
    padding: 2px 0;
}

#category-list a:hover {
    color: #f1998e;
}

#category-list h3 {
    margin-top: 0;
    text-align: left;
    width: 50%;
    float: left;
}

#category-list ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    width: 65%;
    float: left;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

#shop {
    float: right;
    width: 35%;
    margin-top: -42px;
}

#shop h3 {
    width: 100%;
    text-align: center;
}

#shop img {
    width: 60%;
    display: block;
    margin: auto;
}

/***** COMMENTS *****/

#comments {
    margin-top: 25px;
}

#comments header {
    position: relative;
}

#comments header .comment-count {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-family: 'Playfair Display', serif;
}

.comment-form input, .comment-form textarea {
    width: 100%;
}

.commenter-info, .comment-text, .comment-submit {
    float: left;
    box-sizing: border-box;
    padding: 5px 5px 5px 0;
}

.commenter-info {
    width: 33%;
}

.comment-text {
    width: 60%;
}

.comment-text textarea, .comment-submit input {
    height: 115px;
}

.comment-submit {
    width: 7%;
}

.comment-form p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.commentlist {
    clear: both;
    list-style-type: none;
    padding: 0;
}

.commentlist .children {
    list-style-type: none;
}

.comment {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.comment-meta, .comment-author {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.comment-meta {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-meta a {
    color: #282828;
}

.comment-author {
    float: left;
    margin-right: 10px;
    color: #e97263;
}

.comment-author cite {
    font-style: normal;
}

.comment-awaiting-moderation {
    float: left;
    line-height: 28px;
    vertical-align: bottom;
}

.comment-body {
    position: relative;
}

.comment-body p {
    clear: both;
    padding-top: 10px;
}
