body {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Merriweather, Georgia, serif
}

body#tinymce {
    font-family: Merriweather, Georgia, serif
}

body.wordpress {
    /*background: url(images/bg.jpg) #3a3f41*/
    background: #3a3f41
}

a {
    color: #9e1e29
}

a:focus,
a:hover {
    color: #e67e22
}

ul {
    list-style: circle
}

blockquote,
q {
    position: relative;
    padding: 0 0 0 2rem
}

blockquote:before,
q:before {
    content: "\f122";
    font-family: dashicons;
    color: #ccc;
    position: absolute;
    left: 0;
    -webkit-font-smoothing: antialiased
}

pre {
    background-color: #eee
}

code {
    background: #eee
}

.wp-caption {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 5px #B3B3B3;
    border: none
}

.wp-caption img {
    padding: 0;
    box-shadow: none
}

.entry-media {
    margin: 0 auto 20px;
    position: relative
}

.featured-image {
    max-width: 300px;
    position: relative;
    margin: 0 auto 20px
}

.featured-image img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    width: 100%
}

.featured-image:before {
    content: "";
    background: url(images/corner-top.png) no-repeat;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 40px;
    height: 40px
}

.featured-image:after {
    content: "";
    background: url(images/corner-bottom.png) no-repeat;
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 40px;
    height: 40px
}

#container {
    background: 0 0;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0;
    min-width: 1200px
}

#header {
    padding: .5rem 0;
    border: none;
    background: #9e1e29;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

#branding {
/*    text-align: center;*/
    border-bottom: 1px dashed #c9c9c7;
    border-top: 1px dashed #c9c9c7;
    padding: 2rem 4rem
}

#branding:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#site-title {
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4)
}

#site-title a {
    font-weight: 900;
    color: #fff
}

#site-title a:focus,
#site-title a:hover {
    color: #fff;
    opacity: .9
}

#site-description {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 0;
    color: #fff;
    padding: .5rem 4rem;
    text-transform: uppercase;
    font-weight: 300
}

#menu-primary {
    background: 0 0;
    border: none;
    position: relative;
    margin-bottom: 0
}

#menu-primary .menu-container>.wrap {
    margin-right: 10rem
}

#menu-primary .menu-container {
    border: none
}

#menu-primary li a {
/*    color: #fff;*/
    background: 0 0
}

#menu-primary li a:focus,
#menu-primary li a:hover {
    color: #666666
}

#menu-primary li li a {
    color: #444;
    background: #FAFBF8
}

#menu-primary li li a:focus,
#menu-primary li li a:hover {
    color: #000
}

#menu-primary .current-menu-ancestor>a,
#menu-primary .current-menu-item>a {
    font-weight: 400
}

#menu-primary .menu-search .search-toggle,
#menu-primary .search-toggle-active.menu-search button {
    /*color: #fff*/
}

#menu-primary .search-form {
    margin-right: 50px
}

.menu-dropdown .sub-menu {
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.menu-dropdown .sub-menu li a {
    border: none
}

.menu-dropdown .sub-menu li.focus>.sub-menu,
.menu-dropdown .sub-menu li:hover>.sub-menu {
    top: 0;
    margin-left: 1px
}

#sidebar-toggle-open {
    float: right;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0
}

#sidebar-toggle-open:focus,
#sidebar-toggle-open:hover {
    opacity: .8
}

#sidebar-toggle-open:after {
    color: #9e1e29;
    content: "\f221";
    font-family: dashicons;
    font-size: 30px;
    font-size: 3rem;
    padding: 1.1rem;
    float: right;
    -webkit-font-smoothing: antialiased
}

#sidebar-toggle-close {
    float: right;
    width: 50px;
    width: 5rem
}

.admin-bar #sidebar-toggle-close {
    margin-top: 2rem
}

#sidebar-toggle-close:focus,
#sidebar-toggle-close:hover {
    opacity: .8
}

#sidebar-toggle-close:after {
    color: #fff;
    content: "\f335";
    font-family: dashicons;
    font-size: 30px;
    font-size: 3rem;
    padding: 1.1rem;
    float: right;
    -webkit-font-smoothing: antialiased
}

#sidebar-primary-wrap {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    right: 0;
    width: 336px;
    max-width: 100%;
    margin-right: -336px;
    padding-left: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
/*    background: url(images/bg.jpg) #3a3f41;*/
	background-color: #9e1e29;
    transition: all .4s ease-in-out 0s;
    z-index: 99999
}

#sidebar-primary {
    padding: 84px 24px 24px;
    border-left: 1px dashed #ccc;
    min-height: 100%
}

#sidebar-primary:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#sidebar-primary-wrap.sidebar-active {
    margin-right: 0;
    transition: all .4s ease-in-out 0s
}

.sidebar ul ul ul ul ul ul {
    margin-left: 0
}

#main {
    padding: 0 0 4rem 4rem;
    border: none;
    max-width: 1400px;
    margin: 0 auto
}

#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.main-inner {
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 4rem
}

.main-wrap {
    float: none;
    margin-right: 0
}

.main-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#content {
    width: 100%;
    float: left
}

.loop-meta {
    color: #fff;
    background: #9e1e29;
    padding: 2rem 2rem 0;
    margin: 0 4rem 4rem 0;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    text-align: center
}

.loop-meta:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.loop-title {
    font-weight: 800;
    text-shadow: 1px 1px 0 #111
}

.content-entry-wrap {
    padding-right: 4rem
}

.plural.col-active .content-entry-wrap {
    padding-right: 0
}

.entry {
    margin-bottom: 2rem;
    background: 0 0;
    max-width: 1000px;
    max-width: 100rem
}

.entry:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.singular .entry {
    margin: 0 auto 4rem
}

.singular .entry .entry-wrap>.wrap {
    padding: 5rem 15rem
}

.plural.col-active .content-entry-wrap>.entry {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em;
    padding: 0 4rem 0 0;
    margin-bottom: 4rem;
    border: none;
    background: 0 0
}

.plural.col-active .content-entry-wrap>.entry .entry-wrap {
    margin-left: 0;
    border: none
}

.plural.col-active.col-masonry-active .content-entry-wrap>.entry {
    margin-right: 0
}

.plural.col-active.col-3 .content-entry-wrap>.entry {
    width: 33.3333%
}

.entry-wrap {
    padding: 5px;
    background: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.entry .entry-wrap>.wrap {
    border: 1px solid #c9c9c7;
    padding: 4rem
}

.entry-header {
    text-align: center
}

.entry-title {
    font-weight: 500;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
	font-size: 26px;
}

.singular .entry-title {
    margin-bottom: 4rem
}

.sticky .entry-title:before {
    content: "\f109";
    color: #444;
    background: #e6e6e6;
    padding: .5rem;
    margin-right: 1rem;
    font-family: dashicons;
    font-size: 17px;
    font-size: 1.7rem;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.entry-byline {
    color: #c9c9c7;
    margin-bottom: 2rem
}

.entry-footer .entry-byline {
    margin-bottom: 0
}

.entry-byline a {
    color: #999997
}

.entry-byline a:focus,
.entry-byline a:hover {
    color: #9e1e29
}

.entry-author:before {
    content: "\f110";
    font-family: dashicons;
    vertical-align: top;
    margin-right: .5rem;
    color: #ccc;
    -webkit-font-smoothing: antialiased
}

.entry-permalink:before {
    content: "\f103";
    font-family: dashicons;
    vertical-align: top;
    margin-right: .5rem;
    color: #ccc;
    -webkit-font-smoothing: antialiased
}

.entry-published:before {
/*    content: "\f145";
    font-family: dashicons;
    vertical-align: top;
    margin-right: .5rem;
    color: #ccc;
    -webkit-font-smoothing: antialiased*/
}

.comments-link:empty {
    display: none
}

.comments-link:before {
    content: " | "
}

.comments-link:after {
    content: "\f101";
    font-family: dashicons;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased
}

.entry-content:after,
.entry-summary:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.entry-summary .theme-thumbnail {
    float: right;
    margin: 0 0 2rem 2rem;
    border: 1px solid #ccc;
    padding: 1rem
}

.more-link-wrap {
    display: block
}

p .more-link-wrap {
    margin-top: 2rem
}

.more-link {
    display: inline-block;
    padding: .4rem 1rem;
    border: none;
    margin-left: -52px;
    background: #9e1e29;
    color: #fff;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.more-link:focus,
.more-link:hover {
    color: #fff;
    background: #e67e22
}

p .more-link {
    margin-bottom: 0
}

.more-text:after {
    content: "\f345";
    font-family: dashicons;
    vertical-align: top;
    margin-left: 1rem;
    -webkit-font-smoothing: antialiased
}

.wp-link-pages .page-numbers,
.wp-link-pages a {
    color: #ccc;
    padding: .5rem 1rem;
    border: 1px solid #eee
}

.wp-link-pages a {
    color: #444;
    border: 1px solid #ccc
}

.wp-link-pages a:focus,
.wp-link-pages a:hover {
    border: 1px solid #aaa
}

.singular .entry-footer {
    border-top: 1px dashed #c9c9c7;
    padding-top: 2rem
}

.post-edit-link:before {
    content: "\f464";
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased
}

.post-edit-link:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.entry-meta .entry-terms {
    display: block
}

.singular .entry-content:after,
.singular .entry-footer:after,
.singular .entry-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.loop-nav {
    margin: 4rem auto;
    padding: 1rem;
    background: rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    max-width: 1000px;
    max-width: 100rem
}

.loop-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.loop-nav .prev {
    padding-left: 3rem;
    width: 45%;
    float: left;
    text-align: left;
    position: relative
}

.loop-nav .next {
    padding-right: 3rem;
    width: 45%;
    float: right;
    text-align: right;
    position: relative
}

.loop-nav .prev a:before {
    content: "\f340";
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0
}

.loop-nav .next a:after {
    content: "\f344";
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: 0
}

#comments-template {
    padding-bottom: 4rem;
    margin: 0 auto 4rem;
    max-width: 1000px;
    max-width: 100rem
}

.comments-header {
    color: #fff
}

.comments-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.comments-nav {
    float: right
}

.comments-nav .prev-comments:before {
    content: "\f340";
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    margin-right: 1rem
}

.comments-nav .next-comments:after {
    content: "\f344";
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    margin-left: 1rem
}

#comments-number {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #fff
}

.comment-list {
    list-style: none;
    margin: 0
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 1rem
}

.comment-wrap {
    padding: .5rem;
    margin-bottom: 1rem;
    background: #FAFBF8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.comment-wrap>.wrap {
    border: 1px dashed #c9c9c7;
    padding: 2rem
}

.comment-wrap:after,
.comment-wrap>.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.comment-meta {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    color: #999
}

.comment-meta:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.comment-meta .avatar {
    float: left;
    margin-right: 1rem;
    width: 45px;
    width: 4.5rem;
    height: 45px;
    height: 4.5rem
}

.comment-author {
    margin-bottom: 1rem;
    color: #444;
    font-style: normal;
    font-weight: 700
}

.comment-edit-link:after {
    content: "\f464";
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased
}

.comment-content p {
    margin-bottom: 1rem
}

.comment-reply-link {
    color: #fff;
    background: #d35400;
    float: right;
    display: inline-block;
    padding: .4rem 1rem;
    margin-right: -32px;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.comment-reply-link:focus,
.comment-reply-link:hover {
    color: #fff;
    background: #e67e22
}

.pingback {
    margin-bottom: 1rem;
    padding: .5rem;
    background: #FAFBF8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.pingback>.wrap {
    border: 1px dashed #c9c9c7;
    padding: 2rem
}

.pingback .comment-meta {
    border: none;
    padding: 0;
    margin: 0
}

.pingback .comment-author {
    font-weight: 400
}

.pingback .comment-author a {
    color: #444
}

.pingback .comment-author a:focus,
.pingback .comment-author a:hover {
    color: #e67e22
}

.pingback .comment-published {
    color: #444
}

#respond {
    margin: .5rem;
    padding: 2rem;
    background: #FAFBF8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    outline: #FAFBF8 solid 5px;
    border: 1px dashed #ccc
}

#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.comment-list #respond {
    margin-left: 1rem
}

#reply-title {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc
}

#cancel-comment-reply-link,
#reply-title small {
    float: right;
    font-weight: 400
}

#commentform p {
    margin-bottom: 0
}

#commentform .required {
    color: red
}

#commentform .comment-form-author {
    width: 30%;
    margin-right: 5%;
    float: left
}

#commentform .comment-form-email {
    width: 30%;
    margin-right: 5%;
    float: left
}

#commentform .comment-form-url {
    width: 30%;
    float: left
}

#commentform .comment-form-url:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#commentform .comment-form-comment {
    float: none;
    width: 100%;
    clear: both
}

#respond .comment-form-comment:after,
#respond .comment-form-comment:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#commentform .form-allowed-tags code {
    display: block;
    padding: 1rem
}

#commentform #submit {
    margin-bottom: 0;
    margin-top: 1rem;
    float: right
}

.comments-closed {
    background: #eee;
    padding: 2rem;
    margin-bottom: 3rem
}

.loop-pagination {
    margin: 0 4rem 4rem 0;
    text-align: center
}

.loop-pagination:after,
.loop-pagination:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.loop-pagination .page-numbers {
    display: inline-block;
    margin-bottom: .5rem;
    padding: 1.5rem 2rem;
    background: #d35400;
    color: #fff;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.loop-pagination a.page-numbers:focus,
.loop-pagination a.page-numbers:hover {
    color: #fff;
    background: #e67e22
}

.loop-pagination .page-numbers.current,
.loop-pagination .page-numbers.dots {
    color: #fff;
    background: rgba(0, 0, 0, .1);
    box-shadow: none
}

.loop-pagination .page-numbers.prev:before {
    content: "\f340";
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased
}

.loop-pagination .page-numbers.next:after {
    content: "\f344";
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased
}

.widget {
    margin-bottom: 2rem;
    padding: .5rem;
    background: #FAFBF8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.widget>.wrap {
    border: 1px dashed #c9c9c7;
    padding: 2rem
}

.widget-title {
    font-size: 14px;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
    line-height: 1.7em;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-left: -3.2rem;
    padding: .4rem 1rem;
    background: #D35400;
    color: #fff;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .36)
}

#wp-calendar,
#wp-calendar td,
#wp-calendar th,
#wp-calendar tr {
    text-align: center
}

.widget_archive ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    list-style: none;
    margin-left: 0;
    padding-top: 1rem;
    border-top: 1px solid #ccc
}

.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc
}

.widget_archive ul li:after,
.widget_meta ul li:after,
.widget_recent_comments ul li:after,
.widget_recent_entries ul li:after,
.widget_rss ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #6A6A6A;
    display: block
}

.widget_rss .widget-title .rsswidget:first-child {
    display: none
}

.widget_rss .widget-title .rsswidget {
    color: #fff
}

.widget_rss cite {
    float: right
}

.widget_search .search-field {
    text-align: center
}

.widget_search .search-submit {
    width: 100%;
    margin-bottom: 0;
    border: none;
    color: #fff;
    background: #444
}

.widget_search .search-submit:focus,
.widget_search .search-submit:hover {
    background: #333;
    border: none
}

#footer {
    color: #fff;
    padding: 2rem;
    border-top: 1px dashed #c9c9c7;
    width: 100%;
    clear: both;
    text-align: center
}

#footer p {
    margin-bottom: 0
}

.entry.has-format .post-format-link:before {
    content: "";
    font-family: dashicons;
    vertical-align: top;
    margin-right: .5rem;
    color: #21759b;
    -webkit-font-smoothing: antialiased
}

.entry.has-format .entry-terms.post_format {
    display: none
}

.entry.format-aside .post-format-link:before {
    content: "\f123"
}

.entry.format-audio .post-format-link:before {
    content: "\f127"
}

.entry.format-chat .post-format-link:before {
    content: "\f125"
}

.chat-author cite {
    font-weight: 800;
    font-style: normal
}

.entry.format-gallery .post-format-link:before {
    content: "\f161"
}

.entry.format-image .post-format-link:before {
    content: "\f128"
}

.entry.format-link .post-format-link:before {
    content: "\f103"
}

.format-link-title:after {
    content: "\f344";
    margin-left: 1rem;
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased
}

.entry.format-quote .post-format-link:before {
    content: "\f122"
}

.entry.format-status .post-format-link:before {
    content: "\f130"
}

.status-avatar img {
    height: 50px;
    height: 5rem;
    width: 50px;
    width: 5rem;
    float: left;
    margin: 0 2rem 2rem 0
}

.entry.format-video .post-format-link:before {
    content: "\f126"
}


/* Disable WhatsApp button on Desktop - Tutorial link: http://crunchify.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
	display: none !important;
    }
}
 
.crunchify-link {
    padding: 2px 8px 4px 8px !important;
}
  
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
