/*
Theme Name: Karmic
Theme URI: http://karmicdeeds.com
Author: Lindsay Humes
Author URI: https://www.lindsayhumes.com
Description: Custom WordPress Theme Developed By Lindsay Humes
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karmic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import Styles
--------------------------------------------------------------*/
@import url('css/reset.css');
@import url('css/elements.css');

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    color: #102027;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2em;
    font-family: "brandon-grotesque", sans-serif;
    color: #ff6f00;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0px 0px 15px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;

}

h4 {
    font-size: 16px;

}

h5 {
    font-size: 14px;

}

h6 {
    font-size: 12px;

}

p {
    margin-bottom: 15px;
}

p:last-of-type {
    margin-bottom: 0;
}

blockquote {
    margin: 15px auto;
    font-style: italic;
    padding: 30px;
    background: #eeeeee;
    color: #ff6f00;
}

.small-caps {
    font-size: 11px;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.alt-caps {
    font-size: 12px;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.wp-caption {
    margin-bottom: 15px;
    max-width: 98%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a, a:visited, a:focus, a:active, .orange, .orange a {
    color: #ff6f00;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    color: #102027;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
}

.black {
    color: #102027;
}

.white, .white a {
    color: #ffffff;
}

.white a:hover, .alt-link a:hover {
    color: #ff6f00;
}

.alt-link a {
    color: #102027;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 2px solid #102027;
    background: transparent;
    color: #102027;
    border-radius: 0px;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border: 2px solid #ff6f00;
    color: #ff6f00;

}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border: 2px solid #102027;
    background: transparent;
    color: #102027;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #102027;
    border: 0px;
    border-radius: 0px;
    background: #ffffff;
    font-size: 10px;
    line-height: 1;
    padding: 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #102027;
}

select {
    border: 2px solid #102027;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-align-last: center;
    padding: 10px;
}

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

textarea {
    width: 98%;
}

input[type="checkbox"] {
    border-radius: 12px;
    -webkit-appearance: button;
    border: 1px solid #102027;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    width: 10px !important;
    height: 10px;
    color: transparent;
    margin: 0px 2px 0px 0px;
}

input[type="checkbox"]:checked {
    background: #102027;
}

label {
    color: #102027;
    font: 10px "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
}

input::placeholder, textarea::placeholder {
    color: #102027;
    font: 10px "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
}

/*--------------------------------------------------------------
Subscribe
--------------------------------------------------------------*/
.subscribe-options {
    margin: 15px 0px;
}

.subscribe-form input[type="email"] {
    max-width: 300px;
    width: 98%;
}

/*Post Cta*/
.post-cta {
    max-width: 720px;
    margin: 0px auto 30px;
    padding: 30px;
    background: #eeeeee;
    text-align: center;
}

.subscribe .small-caps {
    margin: 0px auto 15px;
}

.post-cta h4 {
    font-size: 20px;
}

.blog-cta.subscribe {
    background: #eeeeee;
    margin: 0px auto 30px;
    display: table;
    width: 100%;
}

.blog-cta .cr {
    text-align: center;
    max-width: 450px;
}

.blog-cta .featured {
    height: 300px;
}

/*Menu-subscribe*/
.menu-subscribe {
    color: #010101;
    padding: 30px 0px;
    clear: both;
    width: 100%;
    z-index: 99999999999;
    text-align: center;
    display: none;
    top: 105px;
    position: fixed;
    right: 0;
    background: #eeeeee;
}

#menu-subscribe {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
/*Secondary Navigation*/
.site-branding {
    background: #102027;
    padding: 10px 0px;
}

#site-branding {
    display: table;
    width: 98%;
    color: #fff;
    margin: 0px auto;
    padding: 0px 25px;

}

.site-branding li {
    display: inline-block;
}

.site-branding .cr li {
    margin: 0px 0px 0px 5px;
}

.site-title {
    margin: 0px;
}

/*--------------------------------------------------------------
# Primary Menu
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    width: 100%;
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    background: #ffffff;
    position: relative;
}

.site-nav {
    display: table;
    width: 100%;
    color: #fff;
    background: #ffffff;
    margin: 0px auto;
    padding: 0px 25px;
}

.fixed {
    position: fixed !important;
    width: 100%;
    z-index: 1000000;
    background: #FFFFFF;
    margin: 0px;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.09);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.09);
}

.corner {
    display: inline-block;
    width: 5%;
    vertical-align: middle;
    text-align: center;
    padding: 25px 0px;
    height: 100%;
}

.cl .corner {
    padding-right: 25px;
}

.cr .corner {
    padding-left: 25px;
}

.corner li {
    display: block;
}

.site-header, ul.primary-menu {
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Social Menu
--------------------------------------------------------------*/
li.home-link a:before {
    content: '\f015';
    font-family: FontAwesome;
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
}

li.shop-link a:before {
    content: '\f290';
    font-family: FontAwesome;
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
}

li.shop-link ul li a:before, li.home-link ul li a:before {
    display: none;
}

.social-menu li a::before {
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 1;
}

.social-menu li a {
    font-family: "FontAwesome" !important;
    font-weight: 100 !important;
}

.social-menu li {
    margin: 0px 5px 0px 0px;
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}

.social-menu li:hover {
    background: none;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.searchbar {
    clear: both;
    width: 100%;
    z-index: 99999999999;
    text-align: left;
    padding: 10px;
    display: none;
    top: 105px;
    position: fixed;
    right: 0;
    background: #eeeeee;
}

.fixed .searchbar, .fixed .menu-subscribe {
    top: 67px;
}

.searchbar input {
    background: transparent;
    border: 0px;
}

#searchform input {
    max-width: inherit;
    width: 98%;
    padding: 13px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Serif', serif;
    letter-spacing: 0px;
    font-weight: 400;
    color: #102027;
    text-transform: none;
}

#searchform input::placeholder {
    font-size: 14px;
    font-family: "brandon-grotesque", sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ff6f00;
    text-transform: uppercase;
}

#searchform input:active::placeholder, #searchform input:focus::placeholder {
    display: none !important;
    visibility: 0 !important;
    opacity: 0 !important;
}

/*--------------------------------------------------------------
D. DRAWER MENU
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    background: #FFFFFF;
    color: #102027;
    z-index: 999999999999;
    padding: 30px;
    display: none;
    line-height: 2;
    overflow: scroll;
}

#cover {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999999999999;
    background: rgba(0, 0, 0, 0.35);
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

#close-drawer {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

#drawer ul {
    list-style-type: none;
    margin: 0px auto;
}

#drawer li {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
}

#drawer li ul li {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#drawer li.menu-item-has-children {
    margin: 0px 0px 30px;
}

#drawer ul.sub-menu {
    -webkit-padding-start: 0px;
    margin: 0px 0px 0px 0px;
}

#drawer li {
    display: block;
    text-align: left;
}

#drawer li a {
    margin: 0px auto 10px;
    line-height: 1.1;
    display: block;
}

#drawer .social-menu {
    border-top: 1px solid #102027;
    padding-top: 30px;
}

#drawer .social-menu li {
    display: inline-block;
}

#drawer .social-menu li a::before {
    font-size: 12px;
    padding-right: 5px;
}

.drawer-inner {
    opacity: 1;
    margin: 30px auto;
}

#drawer ul.social-menu {
    margin: 30px 0px;
    display: block;
}

#drawer.open .drawer-inner {
    opacity: 1;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
#pagination {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    padding: 15px 0px;
    border-top: 2px solid #eeeeee;
}

.blog #pagination {
    border-top: 0px;
    margin: 0px auto 60px;
    padding: 0px;
    max-width: 1000px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-description {
    background: #102027;
    padding: 15px 0px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 0px auto;
    font-size: 42px;
}

.site-footer {
    background: #eeeeee;
    padding: 45px 0px;
}

#site-footer {
    max-width: 1200px;
    margin: 0px auto;
    display: table;
    width: 98%;
}

.site-footer p {
    font-size: 13px;
}

.footer-nav {
    width: 45%;
    display: table-cell;
    vertical-align: top;
    padding: 0px 10px 30px 0px;

}

.social.footer-nav {
    width: 20%;
    display: table-cell;
    vertical-align: top;
}

.subscribe.footer-nav {
    width: 35%;
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
}

.footer-menu .menu-item-has-children {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    width: 32%;
}

.footer-menu ul.sub-menu {
    margin: 15px 0px 0px;
}

.footer-menu li ul li {
    display: block;
    margin: 0px 0px 10px;
    font-size: 11px;
}

.footer-nav h4 {
    margin: 0px 0px 15px;
    color: #102027;
}

.footer-nav .social-menu {
    margin: 15px 0px 0px;
}

.footer-nav .social-menu li {
    display: inline-block;
    margin-right: 10px;
}

.site-info {
    border-top: 2px solid #102027;
    padding: 30px 0px 0px;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    display: table;
    width: 98%;
    max-width: 1200px;
    margin: 0px auto;
    font-weight: 700;
}

/*Footer Details*/
.footer-video {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto 30px;
}
.blog .footer-video {
    max-width: 1000px;
    width: 100%;
}

.footer-video-header {
    display: table;
    width: 98%;
    border-bottom: 2px solid #eeeeee;
    padding: 0px 0px 5px;
    margin: 0px auto 15px;
}

.featured-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.featured-video iframe,
.featured-video object,
.featured-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    display: block;
    margin: 0px auto;
    max-width: 80em;
    width: 100%;
    padding: 0px 20px;
}

.archive #content, .error404 #content, .single #content, .blog #content, .home #content, .page #content {
    max-width: 100%;
    padding: 0px;
}

.archive-content {
    margin: 0px auto 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

/*--------------------------------------------------------------
# Full Post Layout
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 15px;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}
.accent {
    width: 25px;
    height: 2px;
    background: #ffab91;
    margin: 5px auto;
}


.full {
    max-width: 720px;
    margin: 0px auto;
}

.full .entry-title {
    color: #102027;
    margin: 15px auto;
    text-align: center;
    font-size: 32px;

}

.full .postinfo {
    text-align: center;
}
.entry-content p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.75;
}

.entry-footer {
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    padding: 15px 0px;
    display: table;
    width: 98%;
    margin: 30px auto;
}

.entry-footer h5, .social-footer {
    margin: 0px 0px 5px;
}

.social-footer a {
    padding-right: 10px;
}

/*Author Bio*/
.post-author {
    position: relative;
    width: 98%;
    padding: 15px;
    border: 2px solid #eeeeee;
    box-sizing: border-box;
    margin: 0px auto 30px;
}

.post-author:before {
    position: absolute;
    width: 90%;
    height: 100%;
    bottom: 0;
    right: 0;
    content: '';
    background: #eeeeee;
}

.post-author .cr {
    width: 75%;
    position: relative;
    vertical-align: middle;
    text-align: left;
}

.post-author .cl {
    width: 25%;
    position: relative;
    vertical-align: middle;
}

.post-author .small-caps {
    margin: 0px 0px 5px;
}

.post-author h4 {
    margin: 0px 0px 10px;
}

.post-author .small-meta {
    text-align: justify;
    font-size: 12px;
}

/*Related Posts*/
.relatedposts {
    background: #eeeeee;
    padding: 30px;
    margin: 0px 0px 30px;
}

.relatedposts-title {
    display: table;
    max-width: 1200px;
    margin: 0px auto 15px;
    width: 98%;
    border-bottom: 2px solid #102027;
    padding: 0px 0px 5px;
}

.relatedposts-title h4 {
    margin: 0px;
}

#relatedposts, .video-content{
    display: table;
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
/*--------------------------------------------------------------
#PODCAST
--------------------------------------------------------------*/
.powerpress_player {
    display: block;
    margin: 5px auto;
}
.powerpress_links {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-family: "brandon-grotesque", sans-serif;
}

/*--------------------------------------------------------------
# Thumb
--------------------------------------------------------------*/
.thumb {
    width: 22%;
    margin: 0px 1% 30px;
    display: inline-block;
}

.thumb-post {
    position: relative;
}

.thumb-post a, .thumb-post img {
    display: block;
}

.thumb-content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .75);
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.thumb-content h6 {
    margin: 0px auto;
    padding: 10px;
}

.archive-content .thumb-content h6 {
    font-size: 18px;
}

.thumb-post:hover .thumb-content {
    opacity: 1;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid {
    width: 23%;
    margin: 0px 1% 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.post-info {
    padding: 5px 5px 0px;
}

.post-info h4 {
    margin: 10px auto 0px;
}
.blog-featured-posts .post-info h4 {
    margin: 10px auto;
}
/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.list {
    display: inline-block;
    width: 48%;
    margin: 0px 0px 30px;
    vertical-align: top;
    background: #ffffff;
}
.list.page.hentry {
    margin: 0px 0px 30px;
}
.list.even, .list.page.hentry.even {
    margin-right: 2%;
}
.list-post {
    display: table;
    width: 100%;
}

.list-image {
    display: table-cell;
    width: 40%;
    line-height: 0;
}

.list-info {
    display: table-cell;
    width: 60%;
    padding: 5px 15px;
    vertical-align: middle;
    background: #ffffff;
}

.list h3 {
    margin: 15px auto;
}
.list .continue-reading a, .featured-post .continue-reading a {
    margin: 0px;
}
.continue-reading {
    display: block;
    margin: 15px auto 0px;
    font-size: 11px;
}

.continue-reading a {
    border: 2px solid #ff6f00;
    color: #ff6f00;
    padding: 10px;
    display: block;
    width: 200px;
    margin: 0px auto;
    text-align: center;
}

.continue-reading a:hover {
    border: 2px solid #102027;
    color: #102027;
}

/*--------------------------------------------------------------
# Featured Post
--------------------------------------------------------------*/
.featured-post {
    border-bottom: 2px solid #eeeeee;
    padding: 0px 0px 30px;
    margin: 0px auto 30px;
    width: 100%;
    max-width: 1000px;
}

.featured-post .list-image {
    width: 60%;
}

.featured-post .list-info {
    width: 40%;
}

/*--------------------------------------------------------------
# Horizontal
--------------------------------------------------------------*/
.horizontal {
    width: 31%;
    margin: 0px 1% 45px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.horizontal h5 {
    margin: 10px auto 5px;
}

.side-by .featured-image {
    display: inline-block;
    width: 49.5%;
}

.featured-post .entry-header {
    margin: 15px auto;
}

.featured-post .postdate {
    margin: 0px 0px 15px;
}

/*--------------------------------------------------------------
# No Results
--------------------------------------------------------------*/
.no-results.not-found {
    display: block;
    text-align: center;
    max-width: 720px;
    margin: 0px auto 60px;
}

.no-results.not-found #searchform input {
    border: 2px solid #102027;
    color: #102027;
    display: block;
    margin: 15px auto;
    max-width: 300px;
}

.no-results.not-found #searchform input::placeholder {
    color: #102027;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Specialty Pages
--------------------------------------------------------------*/
/*Archive Pages*/
#archive-header {
    margin: 0px auto 30px;
    display: table;
    width: 100%;
}

#archive-header .cr {
    padding-left: 30px;
    text-align: left;
}

.archive-meta {
    max-width: 450px;
    margin: 0px 0px 15px;
    border-bottom: 2px solid #eeeeee;
    padding: 0px 0px 15px;
}

.featured {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 450px;
    display: table;
}

#archive-menu li, #archive-menu ul {
    display: inline-block;
}

#archive-menu li:after {
    content: '\00b7';
}

#archive-menu li:last-child:after {
    display: none;
}

/*Video Page*/
.video-header {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 10px;
    border-bottom: 2px solid #eeeeee;
    padding: 0px 0px 5px;
}

/*Archives*/
.archive-group {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 0px 1% 30px;
    text-align: center;
}

.archive-group li {
    display: block;
}

.archive-group ul {
    margin: 0px;
}

.archive-group li:first-child {
    color: #ff6f00;
}

/*Blog*/
.blog-featured-posts {
    background: #eeeeee;
    padding: 30px 0px;
    text-align: center;
}

#blog-featured-posts {
    width: 98%;
    max-width: 80em;
    margin: 0px auto;
}

.blog-featured-posts li.grid {
    width: 25%;
    margin: 0px;
    background: #ffffff;
    position: relative;
}

.blog-featured-posts li.grid:nth-child(2) {
    width: 45%;
    margin: 0px 2%;
}


.blog-featured-posts .post-info {
    padding: 10px 10px 20px;
    position: relative;
}

.app-cta {
    background: #102027;
    color: #ffffff;
    padding: 30px 15px;
    text-align: center;
    margin: 0px auto 45px;
}

.app-cta h3 {
    color: #ffffff;
}
.app-cta .continue-reading {
    margin: 15px auto 0px;
}

.app-cta .continue-reading a {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.app-cta .continue-reading a:hover {
    opacity: .7;
}

.blog-header {
    display: table;
    width: 100%;
    max-width: 1000px;
    border-bottom: 2px solid #eeeeee;
    padding: 0px 0px 5px;
    margin: 10px auto 15px;
}

.blog-header .cl, .blog-header .cr {
    vertical-align: bottom;
}

/*Search Pages*/
.search-header {
    display: table;
    width: 98%;
    margin: 30px auto;
    border-bottom: 2px solid #eeeeee;
    padding: 0px 0px 5px;
}

.search-title {
    display: inline-block;
    margin: 0px;
}

.search-header .cl, .search-header .cr {
    vertical-align: bottom;
}

/*Error 404 Page*/
#error-hero {
    margin: 0px auto 30px;
}

#error-hero .page-header {
    display: table-cell;
    width: 98%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, .15);

}

#error-hero .page-title {
    display: block;
    max-width: 450px;
    margin: 0px auto;
    width: 90%;
    line-height: 1.5;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.front-page #post-hero.featured {
    height: 600px;
    display: table;
    width: 100%;
    position: relative;
}

.front-page #post-hero .entry-header {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, .45);
}

.front-page #post-hero .entry-title {
    color: #ffffff;
    margin: 0px;
    font-size: 48px;
}

.pillars {
    display: table;
    max-width: 1000px;
    width: 98%;
    margin: 60px auto;
    text-align: center;
}

.col-3 {
    display: table-cell;
    width: 33%;
    padding: 0px 5%;
    vertical-align: top;
}

.col-3 h3 {
    margin: 10px auto;
}

.full-section {
    display: block;
    margin: 0px auto 60px;
    max-width: 1200px;
    width: 95%;
}

.full-section-header {
    display: table;
    width: 98%;
    border-bottom: 2px solid #eeeeee;
    margin: 0px auto 15px;
    padding: 0px 0px 5px;
}

.full-section-header h3 {
    margin: 0px;
}

.full-section .type-product {
    display: inline-block;
    width: 23%;
    margin: 0px 1%;
    vertical-align: top;
    text-align: center;
}

.full-section .type-product .price {
    font-family: "futura-pt", sans-serif;
    display: block;
    margin: 5px auto 0px;
}

.full-section-content {
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

/*--------------------------------------------------------------
# Default Page
--------------------------------------------------------------*/
.page.hentry {
    margin: 0px auto;
}

ul.featured-gallery {
    margin: 0px;
    display: table;
    line-height: 0;
}

.featured-gallery li {
    margin: 0px;
    display: table-cell;
    width: 33%;
    line-height: 0;
    text-align: top;
}

.footer-gallery li {
    width: 50%;
}

.default-page .entry-header {
    background: #eeeeee;
    text-align: center;
    padding: 30px 0px;
    margin: 0px auto 30px;
}

.default-page .entry-title {
    margin: 0px auto;
}

#page-hero {
    height: 600px;
}

.default-page .entry-content {
    max-width: 900px;
    text-align: justify;
    margin: 0px auto 30px;
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 30px;
    -ms-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    width: 95%;
}

.page-section {
    padding: 60px 0px;
    margin: 0px auto;
    text-align: center;
}

#page-section {
    max-width: 720px;
    margin: 0px auto;
}

.page-section.even {
    background: #eeeeee;
}
.full-section-page #page-section {
    max-width: 600px;
}
.full-section-page .continue-reading a {
    border: 2px solid #102027;
    color: #102027;
}
.full-section-page .continue-reading a:hover {
    opacity: .8;
}

.contact-table {
    margin: 15px auto 0px;
    display: table;
    width: 98%;
}

.contact-table .cr {
    vertical-align: top;
    padding-left: 15px;
    text-align: left;
}

.contact-table .cl {
    padding-right: 15px;
    vertical-align: top;
}

.contact-table input[type="text"], .contact-table input[type="email"], .contact-table input[type="textarea"] {
    width: 98%;
    display: block;
    text-align: left;
    margin: 0px 0px 8px;
}

.contact-table input[type="submit"] {
    width: 98%;
}

.wpcf7-checkbox {
    display: block;
    margin: 15px 0px 0px;
}

/*--------------------------------------------------------------
# Sales Page
--------------------------------------------------------------*/
#sales-hero {
    height: 550px;
    margin: 0px auto;
}
.page-id-3789 #sales-hero {
	height: 1000px;
}

.page .sales-page .entry-header {
    background: rgba(0, 0, 0, .45);
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

.sales-page #entry-header {
    max-width: 450px;
    margin: 0px auto;
    width: 95%;
}

.sales-page .entry-title {
    color: #ffffff;
    font-size: 32px;
    margin: 0px auto 30px;
}

#sales-hero .continue-reading a {
    color: #ffffff;
    border: 2px solid #ffffff;
}

#sales-hero .continue-reading a:hover {
    color: #ff6f00;
    border: 2px solid #ff6f00;
}

.sales-page .entry-content {
    max-width: 600px;
    margin: 45px auto;
    text-align: center;
    width: 90%;
}

.sales-page .col-2 {
    max-width: 900px;
    display: table;
    width: 98%;
}

.col-2 .cl {
    width: 40%;
}

.col-2 .cr {
    width: 60%;
    padding-left: 30px;
    text-align: left;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
    max-width: 720px;
    margin: 0px auto 60px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-title, .comment-reply-title {
    color: #102027;
    text-align: center;
}

/*Comment Form*/
.comment-respond {
    background: #eeeeee;
    padding: 30px;
    margin: 0px auto 30px;
}

.comment-form label {
    display: block;
    margin: 0px 0px 3px;
}

.comment-form .comment-form-cookies-consent label {
    display: inline-block;
}

.comment-form input {
    width: 98%;
}

.comment-notes {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

/*Comments*/
.comment-container {
    border: 2px solid #eeeeee;
    padding: 10px 0px 0px;
    margin-bottom: 30px;
}

.comment-author {
    padding: 0px 10px;
}

.comment-text {
    padding: 10px 10px 0px;
    font-size: 12px;
}

.comment-meta {
    max-width: 175px;
    margin-left: auto;
    background: #eeeeee;
    text-align: center;
    font-size: 10px;
    padding: 5px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}

.widget select {
    max-width: 98%;
}

/*--------------------------------------------------------------
RESPONSIVE FEATURES
--------------------------------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 1000px) {
    .list {
        display: block;
        margin: 0px auto 30px;
        width: inherit;
    }

    .grid {
        width: 45%;
    }
    .front-page #post-hero.featured {
    height: 550px; 
}
.col-3 {
    max-width: 275px;
    width: 30%;
    padding: 0px 10px;
}
.list.even {
    margin-right: auto;
}
.blog .footer-video, .blog #pagination, .featured-post {
    width: 95%;
}
}

@media screen and (max-width: 699px) {
    .main-navigation {
    }

    .site-nav {
        padding: 0px 5px;
    }

    .alt-caps {
        font-size: 10px;
    }

    .main-navigation .primary-menu {
        display: none;
    }

    .main-navigation .cl {
        width: 80%;

    }

    .main-navigation .cr {
        width: 10%;
    }

    .cr .corner {
        padding-left: 0px;
        padding-right: 20px;
        width: initial;
    }

    .cl .corner {
        padding-right: 25px;
        padding-left: 20px;
        width: initial;
    }

    .front-page #post-hero .entry-title {
        font-size: 42px;
        width: 90%;
        margin: 0px auto;
    }

    .col-3 {
        display: block;
        margin: 0px auto 45px;
        width: inherit;
    }

    .horizontal, .grid, .list, .full-section .type-product {
        display: block;
        width: inherit;
        margin: 0px auto 30px;
    }

    .list-image, .list-info, .featured-post .list-image, .featured-post .list-info {
        display: block;
        text-align: center;
        width: inherit;
    }

    .subscribe .cl, .subscribe .cr {
        display: block;
        width: inherit;
        text-align: center;
    }

    .subscribe .cr {
        padding: 30px;
    }

    .footer-nav, .social.footer-nav, .subscribe.footer-nav {
        display: block;
        width: inherit;
        padding: 0px;
        margin: 0px auto 15px;
        text-align: center;
    }

    .social.footer-nav {
        border-top: 2px solid #102027;
        border-bottom: 2px solid #102027;
        margin: 15px auto;
        padding: 30px 0px;
    }

    .footer-menu .menu-item-has-children {
        text-align: center;
    }

    .site-info .cr, .site-info .cl {
        text-align: center;
        display: block;
        width: inherit;
    }

    #archive-header .cl {
        display: block;
        width: inherit;
        margin: 0px auto 15px;
    }

    #archive-header .cr {
        display: block;
        width: 95%;
        margin: 0px auto;
    }

    #archive-hero {
        height: 200px;
    }

    .search-header .cl, .search-header .cr {
        display: block;
        width: inherit;
        text-align: center;
    }

    .full, #comments-list {
        width: 90%;
        margin: 0px auto;
    }

    .entry-footer .cl, .entry-footer .cr {
        display: block;
        width: inherit;
        text-align: center;
    }

    .entry-footer .cl {
        margin: 0px auto 10px;
    }

    .post-author .cl, .post-author .cr, .relatedposts-title .cl, .relatedposts-title .cr, .video-header .cl, .video-header .cr {
        width: inherit;
        display: block;
        text-align: center;
    }

    .post-author:before {
        width: 100%;
        height: 80%;
    }

    .blog-featured-posts li.grid, .blog-featured-posts li.grid:nth-child(2) {
        width: inherit;
        display: block;
        margin: 0px auto 15px;
        max-width: 80%;
    }

    .featured-post {
        width: 90%;
    }

    .default-page .entry-content {
        -webkit-column-count: 1!important;
        column-count: 1 !important;
        -ms-column-count: 1 !important;
        -moz-column-count: 1 !important;
        width: 80%;
    }
    .contact-table .cl, .contact-table .cr {
        display: block;
        width: inherit;
        text-align: center;
        padding: 10px 0px;
    }

    .col-2 .cr, .col-2 .cl {
        display: block;
        width: 90%;
        margin: 0px auto;
        padding: 10px 0px;
    }
    #sales-hero, .front-page #post-hero.featured, .page-id-3789 #sales-hero {
        height: 300px;
    }
    .page-section-content {
    width: 90%;
    margin: 0px auto;
}
.subscribe-form input[type="email"] {
    display: block;
    margin: 0px auto 5px;
}
#site-branding .cl {
    width: 30%;
}
.list .continue-reading a, .featured-post .continue-reading a {
    margin: 0px auto;
}
.blog .footer-video, .blog #pagination {
    width: 90%;
}
.list.even {
    margin-right: auto;
}
.list {
    max-width: 300px;
}
.list-info {
    padding: 15px;
}
}

