/*
Theme Name: BeautyDisclosed
Theme URI: https://beautydisclosed.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: beautydisclosed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


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

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'beautydisclosed';
    src: url('fonts/beautydisclosed-webfont.woff2') format('woff2'),
    url('fonts/beautydisclosed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.25;
    font-family: 'Didot', Times, serif;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0px 0px 15px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;

}

h4 {
    font-size: 21px;

}

h5 {
    font-size: 18px;

}

h6 {
    font-size: 16px;

}

p {
    margin-bottom: 15px;
}

.entry-content p, .page-content p {
    text-align: justify;
}

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

blockquote {
    margin: 15px auto;
    padding: 45px;
    background: #faefef;
    font-family: Didot, Times, serif;
    font-style: italic;
    font-size: 18px;
    text-align: center;
}
.entry-content ul, .entry-content ol {
    border: 1px solid #212121;
    padding: 30px;
    margin: 0px 0px 30px 0px;
}
blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
    text-align: center !important;
}

.small-caps {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
}

.all-caps {
    text-transform: uppercase;
}

.cursive {
    font-family: 'beautydisclosed', cursive;
    font-size: 64px;
}

.small-serif {
    font-family: 'Didot', Times, serif;
    text-transform: none;
}

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

.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 {
    color: #faefef;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    color: #212121;
    -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;
}

.alt-link a, .alt-link {
    color: #faefef;
}

.alt-link a:hover {
    opacity: .75;
}

.black-link, .black-link a {
    color: #212121;
}

.black-link a:hover {
    color: #faefef;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0px;
    border-radius: 0px;
    background: #faefef;
    color: #212121;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    padding: 10px 20px;
    font-weight: 600;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #faefef;
    transition: all .8s ease 0s;

}

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 {
    background: #faefef;
}

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: #212121;
    border: 1px solid #faefef;
    border-radius: 0px;
    padding: 10px;
    min-width: 250px;
    width: 100%;
    text-align: center;
    font-size: 11px;

}

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: #212121;
}

select {
    border: 1px solid #faefef;
    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;
    min-width: 200px;
    width: 100%;
    color: #212121;
    font: 11px 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

textarea {
    width: 100%;
}

label {
    display: block;
    font: 10px 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #212121;
    margin-bottom: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #212121;
    font: 11px 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #212121;
    font: 11px 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #212121;
    font: 11px 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #212121;
    font: 11px 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
#masthead {
    background: #212121;
    text-align: center;
    padding: 25px 5px 5px;
}

.site-branding.desktop-header {
    padding: 50px 0px 10px;
}

.col-3 {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
}

.col-3.middle {
    width: 50%;
}

/*--------------------------------------------------------------
# Primary Menu
--------------------------------------------------------------*/
.main-navigation, .mobile-navigation {
    clear: both;
    text-align: center;
    display: block;
    background: #212121;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 1;
    width: 100%;
    z-index: 1000000;
    top: 0px;
    padding: 15px 0px;
}
.nav-menu {
    display: table;
    width: 100%;
    font-size: 10px;
}
.main-navigation .col-3 {
    width: 25%;
}
.main-navigation .col-3.middle {
    width: 50%;
}
.main-navigation .col-3.left {
    text-align: left;
}
.main-navigation .col-3.right {
    text-align: right;
}


.main-navigation.desktop-header.fixed {
    position: relative !important;
    z-index: 99;
}


.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation li {
    display: inline-block;
    margin: 0px;
}

.main-navigation a {
    padding: 10px;
    display: block;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 45px;
    left: -999em;
    z-index: 99999;
    display: block;
    background: #212121;
    text-align: left;
    width: 150px;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    padding: 10px 5px;
}

.main-navigation ul ul li {
    text-align: center;
    margin: 0px;
    display: block;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

/*--------------------------------------------------------------
B. MEGA MENU
--------------------------------------------------------------*/
.full-menu > li.menu-item-has-children {
    position: relative;
}

.full-menu > li.menu-item-has-children.menu-item-mega-parent {
    position: static;
}

.full-menu > li.menu-item-has-children.menu-item-mega-parent .thb_mega_menu_holder {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100% !important;
    background: #ffffff;
    padding: 30px 0;
    z-index: 20;
    opacity: 0;
}

.megamenu-row {
    width: 100%;
    margin: 0px auto;
    max-width: 900px;
    display: table;
}

.thb_mega_menu {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.thb_mega_menu li {
    display: block;
}

.thb_mega_menu li > a {
    display: block;
}

.category-children {
    display: table-cell;
    width: 80%;
}

.category-children > div {
    display: none;
    float: left;
    text-align: left;
    width: 100%;
}

.category-children > div:first-child {
    display: block;
}

.full-menu > li.menu-item-has-children.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu {
    display: block;
    position: static;
    background: transparent;
}

.full-menu .sub-menu {
    display: none;
    position: absolute;
    left: -15px;
    margin: 0;
    list-style: none;
    z-index: 20;
    text-align: left;
}

.full-menu .sub-menu li {
    padding: 0px;
    border-bottom: 0px;
}

.full-menu .sub-menu li:first-child {
    padding-top: 0;
}

.full-menu .sub-menu li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.menu-item-settings .description-thin, .menu-item-settings .description-wide {
    float: none !important;
}

.full-menu > li.menu-item-has-children.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu {
    float: right;
}

.main-navigation .megamenu-row a {
    color: #212121;
    background: none;
    -webkit-text-fill-color: #212121;
    background: none;
    background-clip: inherit;
}

.megamenu-row a:hover {
    color: #faefef;
}

.main-navigation .megamenu-row .featured-image a {
    padding: 0px;
}

.full-menu .thumb-content {
    padding: 10px;
}

.full-menu .thumb-content h6 {
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0px;
}

/*--------------------------------------------------------------
# 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: 18px;
    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;
}

.side-social {
    position: fixed;
    left: 0;
    width: inherit;
    text-align: left;
    height: auto;
    top: 320px;
    z-index: 3000;
    background: transparent;
    margin: 10px;
}

#social-menu {
    margin: 5px;
}

.side-social li {
    margin: 0px auto 15px;
    list-style: none;
    font-size: 18px;
}

.mobile-social {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 10px 0px;
    color: #faefef;
    background: #212121;
}

.mobile-social a {
    color: #faefef;
}

.mobile-social ul {
    margin: 0px auto;
}

.mobile-social li {
    margin: 0px 10px;
    display: inline-block;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*Post Pagination*/
.post-navigation {
    visibility: 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;
}

.post-navigation.visible {
    opacity: 1;
}

.prev-post-link, .next-post-link {
    position: fixed;
    top: 200px;
    left: 50px;
    width: 150px;
    height: auto;
    background-color: #fff;
    text-decoration: none;
    display: none;
}

.next-post-link {
    right: 50px;
    left: auto;
}

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

.featured a, .featured a:visited {
    background-color: rgba(255, 255, 255, .5);
    display: table-cell;
    opacity: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.post-navigation .small-serif.black-link {
    margin: 5px auto 0px;
    text-align: center;
    text-transform: lowercase;
    font-style: italic;
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    display: block;
    margin: 0px auto;
    max-width: 1100px;
    width: 100%;
    padding: 0px;
    position: relative;
}

#content:before {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    background: #212121;
    content: "";
}

.search #content:before, .blog #content:before {
    display: none;
}

.archive #content, .error404 #content, .single #content, .page #content {
    max-width: 100%;
}

.archive-content {
    margin: 0px auto 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    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 {
    margin: 0px auto;
}

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

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.visible {
    opacity: 1 !important;
    visibility: visible !important;
}

.show {
    display: block !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accent {
    background: #212121;
    width: 100%;
    height: 1px;
}

.entry-content a {
    color: #212121;
    background-image: linear-gradient(180deg, transparent 0, #faefef 0);
    text-decoration: none;
    background-position: 0 .7em;
    background-repeat: no-repeat;
    padding: 1px 0;
    transition: all .1s ease-in-out;
    font-weight: 700;
}

.entry-content a:hover {
    background-position: 0 0;
    color: #212121;
}

.full {
    max-width: 1000px;
    padding: 30px;
    background: #ffffff;
    margin: 0px auto;
    position: relative;
    z-index: 99;
}

.full .entry-title {
    margin: 15px auto;
    text-align: center;
}

.full .post-cat {
    text-align: center;
}

/*Post Footer*/
.cursive.post-author {
    display: block;
    text-align: center;
    margin: 15px auto;
}

.post-footer-details {
    border-top: 1px solid #212121;
    display: table;
    width: 100%;
    margin: 0px auto 15px;
}

.post-footer-details .cl {
    width: 30%;
    padding: 10px;
    background: #faefef;
}

.post-footer-details .small-serif {
    font-style: italic;
}

.post-footer-details .cr {
    width: 70%;
    text-align: right;
}

.post-shop {
    display: block;
    margin: 25px auto 30px;
    border-top: 1px solid #212121;
}

#post-shop {
    display: table;
    width: 100%;
}

#post-shop .cl {
    width: 20%;
}

#post-shop .cr {
    width: 80%;
    text-align: center;
    max-width: 700px;
}

.post-shop-heading.small-caps {
    background: #ffffff;
    max-width: 200px;
    margin: -13px 0px 10px;
    padding: 5px 0px;
}

#post-shop .cl.small-caps {
    font-size: 10px;
}

.post-foot {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-grow: 1;
    margin: 10px auto;
}

.comment-btn {
    width: auto;
    line-height: 25px;
    padding: 0 20px 0 0;
    background: white;
    color: #212121;
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}

.comment-btn:hover {
    color: #faefef;
}

.post-foot-sep {
    width: 100%;
    position: absolute;
    height: .5px;
    background: #212121;
    top: 16px;
    z-index: 0;
}

.social-share {
    background: white;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 1;
}

.social-share .share {
    display: inline-block;
}

/*Author Bio*/
.post-author-bio {
    display: table;
    width: 100%;
    border-bottom: 1px solid #212121;
    padding: 0px 0px 15px;
    margin: 0px auto 15px;
}

.post-author-bio .cl {
    width: 20%;
    padding-right: 15px;
}

.post-author-bio .cr {
    width: 80%;
}

.vcard {
    font-size: 18px;
    margin: 0px 0px 15px;
}

.author-bio {
    font-size: 12px;
    text-align: justify;
}

/*RelatedPosts*/
.relatedposts {
    text-align: center;
    margin: 0px auto 15px;
    max-width: 1100px;
}

#relatedposts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.relatedposts h4 {
    display: block;
    margin: 0px auto 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.relatedposts .thumb {
    width: 24.75%;
    margin: 0px;
}

/*Post Slider*/
ul.tabs {;
    border-bottom: 1px solid #212121;
    display: table;
    width: 100%;
    text-align: center;
    padding: 0px 0px 5px;
    margin: 0px auto;
}
ul.tabs.dots {
    margin: 0px auto 30px;
}

ul.tabs li {
    display: table-cell;
    cursor: pointer;
    margin: 0px;
    width: 50px;
    padding-right: 5px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

ul.tabs li:last-child {
    padding-right: 0px;
}

ul.tabs li .featured {
    height: 75px;
}

ul.tabs li.current {
    color: #212121;
}
ul.tabs.dots li {
    display: inline-block;
    width: initial;
    margin: 0px 5px;
    font-size: 10px;
    color: #212121;
}
ul.tabs.dots li.current {
    color: #faefef;
}
.tab-content {
    display: none;
    width: 100%;
    text-align: justify;
    margin: 0px auto;
}

.tab-content.current {
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
# Thumb
--------------------------------------------------------------*/
.thumb {
    width: 23%;
    margin: 0px .5%;
    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;
    padding: 20px;
    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-header {
    margin: 0px auto;
    padding: 10px;
    background: rgba(255, 255, 255, .85);
}

.thumb-content h6 {
    margin: 0px auto 10px;
    color: #212121;
    font-size: 18px;
}

.thumb-content a, .thumb-content a:hover {
    color: #212121;
}

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

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

.grid-post {
    position: relative;
}

.grid:nth-child(3n-1) {
    margin: 0px 1% 30px;
}
.grid h3 {
    margin: 0px auto 10px;
    font-size: 26px;
}
.grid .post-meta-links {
    position: relative;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}

.grid .post-meta-links ul {
    margin: 0px;
    padding: 0px;
}

.grid .post-meta-links li {
    display: inline-block;
}

.grid .post-meta-links li a {
    padding: 10px;
    background: #ffffff;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.list {
    display: inline-block;
    width: 45%;
    margin: 0px 2% 30px;
    vertical-align: top;
    padding: 0px 0px 30px;
    position: relative;
}
.home.blog .list:nth-child(1), .home.blog .list:nth-child(2) {
    padding: 0px;
    margin: 0px 2%;
}
.home.blog .list:nth-child(1) .list-info, .home.blog .list:nth-child(2) .list-info {
    margin: -150px auto 0px;
    padding: 30px 30px 0px;
}
.list-image {
    display: block;
    width: 100%;
    position: relative;
}

.list-info {
    margin: -150px auto 30px;
    max-width: 90%;
    padding: 30px;
    z-index: 10;
    position: relative;
    background: rgba(255, 255, 255, .95);
}

.list-post .entry-title {
    margin: 15px 0px;
}

.list-cta {
    width: 100%;
    display: table;
    margin: 15px auto;
}

.list-cta .cl {
    position: relative;
    width: 70%;
}

.list-cta .cr {
    text-align: right;
    width: 30%;
}

.list-cta ul {
    margin: 0px;
    padding: 0px;
}

.list-cta .cr li {
    display: inline-block;
    padding-left: 10px;
}

.read-story-share {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .95);
    padding: 0;
    display: none;
    width: 100%;
    font-size: 16px;
}

.grid .read-story-share {
    background: #fff;
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0px;
    right: 0;
    margin: 0px auto;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9999;
    display: block;
    width: 100%;
    text-align: center;
}

.share li {
    display: inline-block;
    padding-right: 10px;
}

.shop-the-post-hover {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 134px;
    right: 0;
    margin: 0px auto;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99999999;
    display: block;
    width: 90%;
    text-align: center;
}

.grid .shop-the-post-hover {
    bottom: 0px;
    width: 100%;
}

/*--------------------------------------------------------------
# Truncated Featured
--------------------------------------------------------------*/
.featured-image {
    overflow: hidden;
    margin: 0px auto 15px;
    position: relative;
}

.featured-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.featured-image:hover .shop-the-post {
    transform: translateY(0);
}

/*--------------------------------------------------------------
# No Results
--------------------------------------------------------------*/
.no-results.not-found {
    display: block;
    text-align: center;
    position: relative;
    z-index: 999;
    background: #fff;
    max-width: 1000px;
    margin: 0px auto;
    min-height: 200px;
    padding: 30px;
}

.no-results.not-found .searchform {
    display: block;
    margin: 15px auto 0px;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
ul.page-gallery {
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    text-align: center;
}

.page-gallery li {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    padding: 0 1%;
}

.solo-page .entry-header:before {
    display: none;
}

.solo-page .entry-title {
    text-align: center;
    margin: 0px auto 15px;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    text-align: center;
}

.page-content {
    max-width: 870px;
    margin: -120px auto 45px;
    position: relative;
    background: rgba(255, 255, 255, .95);
    padding: 30px;
}

.page-group {
    max-width: 870px;
    width: 100%;
    margin: 0px auto 60px;
}

.page-group-title h2.cursive {
    position: relative;
    z-index: 9999;
}

.page-group p {
    text-align: justify;
}

.full-page-group h2.cursive {
    text-align: center;
}

.post-page-group {
    padding: 0px 0px 15px;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    text-align: center;
}

.page-group-title {
    position: relative;
    text-align: center;
    margin: 0px auto 15px;
}

.post-page-group .page-group-title h2 {
    max-width: 300px;
    background: #faefef;
    padding: 15px;
    margin: -45px auto 10px;
    position: relative;
    line-height: 1;
}

ul.faqs-menu {
    display: block;
    text-align: center;
    margin: 30px auto 45px;
    padding: 0px;
}

.faqs-menu li {
    display: inline-block;
    margin: 0px 10px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
}

.faq-list {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 10px 0px;
    margin: 0px 1% 15px;
    border-top: 1px solid #212121;
    text-align: left;
    position: relative;
}

h6.accordion-title {
    margin: 0px 0px 5px;
    text-transform: uppercase;
    font-size: 18px;
}
h6.accordion-title:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    padding-left: 10px;
    font-weight: 100;
    position: absolute;
    right: 0;
}
.accordion-content {
    background: #faefef;
    color: #212121;
    padding: 30px;
    font-size: 12px;
}

.accordion-content a {
    color: #212121;
    font-weight: 700;
}

.accordion-content a:hover {
    color: #ffffff;
}

.faqs-menu li.active a {
    border-bottom: 1px solid #212121;
}

.faqs-menu li a:hover {
    border-bottom: 1px solid #faefef;
}

.column-page-group {
    padding: 0px 0px 30px;
    border: 1px solid #212121;
    clear: both;
    display: block;
}

.column-page-group .page-group-title h2 {
    max-width: 375px;
    background: #faefef;
    padding: 15px;
    margin: -30px auto 10px;
    position: relative;
    line-height: 1;
}

#row {
    margin: 0px 0px 45px;
}

#row:last-child {
    margin: 0px;
}

.cell {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.cell-content, .right .cell-image {
    float: left;
    padding: 0px 15px 0px 30px;
}

.cell-image, .right .cell-content {
    float: right;
    padding: 0px 30px 0px 15px;
}

/*Shop Page*/
.shop-page {
    max-width: 1000px;
    margin: 0px auto;
    padding: 30px;
    background: #ffffff;
    position: relative;
    z-index: 99;
}

.shop-section {
    margin: 0px auto 120px;
    display: block;
}

.shop-header h2 {
    position: relative;
    z-index: 999;
    padding: 10px;
}

.ig-section .search-header .col-3.right {
    width: 45%;
}

.ig-section .search-header .col-3.middle {
    width: 20%;
}

.ig-section .search-header .col-3.left:before, .products-section .search-header .col-3.left:before {
    width: 375px;
}

.shop-page .search-header {
    margin: 0px auto 15px;
}

.brands-section .col-3.right {
    width: 100%;
}

.brands-section .search-header .col-3.middle {
    width: 60%;
}

.brands-section .search-header .col-3.right:before, .post-section .search-header .col-3.right:before {
    background: #faefef;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    height: 100%;
    width: 375px;
    z-index: 1;
}

.brands-section .shop-content {
    width: 100%;
    display: table;
}

ul.brands {
    margin: 0px 0px 15px;
    display: table-cell;
    vertical-align: top;
    width: 23%;
    text-align: center;
}

ul.brands .small-serif {
    text-transform: lowercase;
    font-style: italic;
}

.brands li {
    display: block;
    line-height: 2;
    text-align: center;
}

.products-section .search-header .col-3.left {
    width: 35%;
}

.products-section .search-header .col-3.right {
    width: 70%;
}

.products-section .search-header .col-3.middle {
    width: 20%;
}

.products-section .search-header .col-3 li:before {
    content: '\00b7';
    padding: 0px 6px 0px 1px;
}

#shop-section li {
    font-style: normal;
    font-family: 'Montserrat', Arial, sans-serif;
}

.products-section .search-header .col-3 li:first-child:before, .products-section .search-header .col-3 li:first-child:after {
    display: none;
}

.tab-shop {
    display: none;
    text-align: center;
    margin: 0px auto;
}

.tab-shop.active {
    display: block;
}

.shop-menu li.active a {
    background: #faefef;
}

.bo-garden {
    min-height: inherit !important;
    max-width: 1000px !important;
    display: block !important;
}

.bo-con {
    display: inline-block !important;
    position: static !important;
    left: inherit !important;
    top: inherit !important;
    vertical-align: middle !important;
    text-align: center;
}

.bo-con:after, .bo-con:before {
    background: transparent !important;
}

.bo-box {
    background: #fff !important;
    padding: 5px !Important;
    border: 0px !important;
}

.post-section .search-header .col-3.left:before {
    display: none;
}

.post-section .search-header .col-3.left {
    width: 30%;
}

.post-section .search-header .col-3.middle {
    width: 40%;
}

.post-section .search-header .col-3.right {
    width: 30%;
}

/*Form Page*/
.form-page {
    border-bottom: 1px solid #212121;
}

.form-page .cr {
    padding-left: 30px;
}

.form-page .mc4wp-form-fields {
    margin: 10px auto 0px;
    display: block;
}

.form-page .mc-selection {
    margin: 10px auto;
    text-align: center;
}

.mc-selection label {
    display: inline-block;
    margin: 5px;
}

.form-page input[type="submit"] {
    width: 100%;
    display: block;
    margin: 5px auto 0px;
}

.form-page input[type="text"], .form-page input[type="email"] {
    display: block;
    margin: 5px auto;
}

/*--------------------------------------------------------------
# Specialty Pages
--------------------------------------------------------------*/
/*Pagination*/
#pagination {
    display: table;
    width: 98%;
    max-width: 1100px;
    margin: 0px auto 30px;
    border-top: 1px solid #212121;
}

#pagination .cl {
    width: 50%;
    background: #faefef;
    padding: 10px;
}

#pagination .cr {
    text-align: right;
    width: 71%;
}

#pagination .small-serif {
    display: inline-block;
    padding-right: 10px;
    font-style: italic;

}

#pagination .cl ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.subscribe-links li {
    display: inline-block;
}

.subscribe-links li:after {
    content: '\00b7';
    padding: 0px 3px;
}

.subscribe-links li:last-child:after {
    display: none;
}

/*Archive Page*/
.archive-hero {
    max-width: 1100px;
    padding: 30px;
    background: #ffffff;
    margin: 0px auto 30px;
    display: table;
    width: 100%;
    position: relative;
}

.archive-hero .cl {
    text-align: center;
    padding-right: 30px;
}

.archive-title {
    margin: 0px auto 10px;
}

.archive-meta {
    margin: 0px auto 30px;
}

.archive-menu li {
    display: inline-block;
    margin: 0px 5px;
}

.tax-gallery {
    display: table;
    width: 100%;
}

.tax-image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 0px 1%;
}

.archive-shop {
    max-width: 1100px;
    width: 100%;
    padding: 0px 30px 30px;
    border: 1px solid #212121;
    margin: 0px auto 60px;
    position: relative;
}

.archive-shop h5.all-caps {
    position: relative;
    background: #faefef;
    padding: 15px;
    width: 50%;
    text-align: center;
    margin: -26px 0px auto;
}

.archive-products {
    display: table;
    margin-top: 10px;
}

.archive-shop .cl {
    width: 25%;
    vertical-align: top;
    border-right: 1px solid #212121;
    padding-right: 30px;
}

.archive-shop .cr {
    width: 75%;
    vertical-align: middle;
    max-width: 800px;
    padding-left: 30px;
}

.archive-shop .small-serif {
    font-style: italic;
    margin: 0px 0px 10px;
}

.archive-shop li {
    display: block;
    line-height: 1;
    margin: 0px 0px 8px;
}

/*Search Results*/
.search-header {
    display: table;
    width: 98%;
    max-width: 1100px;
    margin: 30px auto;
    position: relative;
}

.search-title {
    position: relative;
    z-index: 999;
    padding: 10px;
}

.search-header .col-3.left:before {
    background: #faefef;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    height: 100%;
    width: 375px;
    z-index: 1;
}

.search-header .col-3 {
    width: 20%;
}

.search-header .col-3.middle {
    width: 60%;
    z-index: 99999;
    position: relative;
}

.search-header .col-3 ul {
    padding: 0px;
    margin: 0px;
}

.search-header .col-3.right {
    text-align: right;
}

.search-header .col-3 li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.search-header .col-3 li:first-child:after {
    content: '\00b7';
    padding: 0px 0px 0px 3px;
}

/*Error/404 Page*/
.error-404.not-found {
    max-width: 1100px;
    margin: 0px auto 30px;
    padding: 30px;
    width: 100%;
    background: #ffffff;
    position: relative;
    text-align: center;
}

.error-404.not-found .searchform {
    display: block;
    max-width: 300px;
    margin: 30px auto 0px;
}

.error-404 .page-content {
    border-left: 0px;
    padding-left: 0px;
    text-align: center;
    margin-top: 30px;
}

.error-404 .page-content p {
    text-align: center;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
/*Secondary*/
.shop-products {
    display: block;
    margin: 0px auto 75px;
    max-width: 1100px;
    width: 100%;
}

.shop-products .search-header .col-3.left {
    width: 30%;
}

.shop-products .col-3.right {
    width: 15%;
}

.shop-products .col-3.middle {
    width: 60%;
}

.stp-outer {
    max-width: 1200px !important;
}

.shop-product-widget {
    text-align: center;
    margin: 0px auto 60px;
}

/* Secondary Widget Area*/
.secondary-widget {
    margin: 0px auto 30px;
    position: relative;
}

.highlight-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    position: relative;
}

.secondary-widget .cursive {
    position: absolute;
    background: #faefef;
    padding: 15px;
    top: 40%;
    left: 40%;
    right: 40%;
    bottom: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 9999999;
    width: 20%;
    height: 20%;
}

.secondary-widget .thumb {
    width: 16.66%;
    margin: 0px;
}

.secondary-widget:hover .cursive {
    opacity: 0;
    -ms-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

/*Tertiary Content*/
.tertiary {
    margin: 0px auto 30px;
    max-width: 1100px;
    width: 98%;

}

.tertiary-header {
    position: relative;
    margin: 0px auto 15px;
}

.tertiary-title .cursive {
    position: relative;
    max-width: 250px;
    z-index: 999;
    padding: 0px 10px;
    background: #faefef;
}

.tertiary-title:after {
    background: #faefef;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    height: 100%;
    width: 300px;
    z-index: 1;
}

.tertiary .accent {
    position: absolute;
    width: 85%;
    right: 0;
    bottom: 28px;
    z-index: 9999;
}

.tertiary .grid {
    width: 23%;
    margin: 0px 1%;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-area {
    max-width: 1000px;
    width: 100%;
    padding: 30px;
    margin: 0px auto 30px;
    display: none;
}

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

.bypostauthor {
    display: block;
}

/*Comment Form*/

.comment-respond {
    background: #faefef;
    padding: 30px;
    margin: 0px auto 45px;
    color: #212121;
}

.comment-respond a {
    color: #212121;
}

h3#reply-title, h2.comments-title {
    text-align: center;
    margin: 0px auto 15px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comment-notes {
    text-align: center;
}

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

.comment-respond input[type="submit"] {
    width: 100%;
    background: #212121;
    color: #ffffff;
}

.comment-respond input[type="submit"]:hover {
    background: #faefef;
    color: #212121;
}

/*Comment*/
.comment-body {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #212121;
}

.comment-author {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px auto 5px;
    font-size: 16px;
}

.reply {
    background: #faefef;
    width: 100px;
    margin: 10px 0px -12px auto;
    padding: 5px;
    text-align: center;
    display: block;
    position: relative;
}

.comment-content {
    font-size: 11px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
    width: 32%;
    margin: 0px 0px 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.widget {
    margin: 0 0 30px;
}

.widget-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    margin: 0px auto 5px;
}

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

/*About Widget*/
.widget-about-content {
    width: 100%;
    display: table;
    margin: 0px auto;
}

.widget-about-content .meta-share {
    display: table-cell;
    width: 50%;
    text-align: center;
}

.meta-share li {
    display: inline-block;
    padding-right: 10px;
}

.widget-about-content h6.widget-title {
    background: #faefef;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

a.about-image {
    line-height: 0;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}

/*Subscribe Widget*/
.widget-subscribe {
    background: #faefef;
    padding: 15px;
    color: #212121;
    margin: 0px auto 60px;
}

#widget-subscribe {
    border: 1px solid #212121;
    padding: 30px;
}

.widget-subscribe h5.widget-title {
    color: #212121;
    font-style: italic;
    font-size: 21px;
}

.widget-subscribe input#mce-EMAIL, .widget-subscribe input#mce-FNAME {
    border-bottom: 1px solid #212121;
    background: transparent;
}

.widget-subscribe input[type="submit"] {
    background: #212121;
    color: #faefef;
    margin: 5px auto 0px;
    width: 100%;
    max-width: 150px;
}

.widget-subscribe input[type="submit"]:hover {
    background: #faefef;
    color: #212121;
}
.widget-subscribe .subscribe-form .radio-buttons {
    padding: 0px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #212121;
    padding: 15px 0px;
}

.site-info {
    display: table;
    width: 95%;
    max-width: 100%;
    margin: 20px auto;
}

.site-info .col-3 {
    vertical-align: top;
}

.site-info .small-serif, .site-info .small-caps {
    font-size: 10px;
}

.site-footer .cr {
    text-align: right;
}

.site-footer .cr ul {
    margin: 0px auto;
}

.site-footer .cr li {
    display: inline-block;
    margin-left: 10px;
}

.site-footer #social-menu {
    margin: 15px auto 0px;
}

/*instagram*/
.instagram {
    margin: 45px auto 0px;
    text-align: center;
    background: #212121;
}

.ig-header {
    margin: 0px auto;
    max-width: 100%;
    width: 95%;
    display: table;
    position: relative;
}

.ig-header:after {
    content: '';
    width: 50%;
    background: #faefef;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 30%;
}
.ig-header .cr {
    text-align: right;
}

.ig-header .cl {
    text-align: left;
}

.ig-header li {
    display: inline-block;
    margin-left: 10px;
}

/*Footer Navitation*/
.footer-navigation {
    max-width: 1100px;
    margin: 0px auto 30px;
    width: 98%;
    display: table;
}

.footer-navigation .col-3 {
    text-align: center;
    width: 33%;
}

.footer-navigation .col-3.middle {
    padding: 0px 1%;
}

/*Back to Top Button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 9999;
    border: none;
    outline: none;
    background-color: #212121;
    color: #faefef;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    font-size: 9px;
    width: 75px;
    height: 75px;
    text-align: center;
}

#myBtn:hover {
    background-color: #faefef;
    color: #212121;
}

#myBtn .fa-angle-up {
    display: block;
    margin: 0px auto;
}

#mybtn span {
    display: block;
}

/*--------------------------------------------------------------
# BOXZILLA
--------------------------------------------------------------*/
#boxzilla-overlay {
    background: rgba(33, 33, 33, .35) !important;
    z-index: 9999999 !important;
}

.boxzilla-center-container {
    z-index: 9999999 !important;
}

.boxzilla {
    background: #faefef !important;
    width: 600px !important;
    color: #212121 !important;
}

.boxzilla-content {
    border: 1px solid #212121;
    padding: 30px;
}

.boxzilla-content p, .boxzilla-content h4, .boxzilla-content .cursive, .boxzilla-close-icon {
    color: #212121;
    text-align: center !important;
}

.boxzilla-content h4, .boxzilla-content p {
    margin: 0px auto 15px;
}

.boxzilla-content #mc-embedded-subscribe-form p {
    margin: 0px auto;
}

.boxzilla-content input[type="submit"] {
    color: #faefef;
    background: #212121;
    display: block;
    margin: 5px auto 0px;
}

.boxzilla-center-container .boxzilla {
    overflow-y: initial !important;
}

.cursive.popup-title {
    font-size: 72px;
    margin: 0px auto 15px !important;
    position: relative;
    z-index: 9999999;
}

.boxzilla .mc-field-group {
    text-align: center;
}

.boxzilla .mc-field-group br {
    display: none;
}

.boxzilla input[type="email"], .boxzilla input[type="text"] {
    background: transparent !important;
    border: 1px solid #212121;
    color: #212121 !important;
    margin: 5px;
    width: 230px;
    min-width: 150px;
    display: inline-block;
}
.bozilla .radio-buttons {
    text-align: center;
}
.boxzilla .radio-item {
    display: inline-block!important;
    width: fit-content;
}
/*--------------------------------------------------------------
# LIGHTBOX
--------------------------------------------------------------*/

.lightbox {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999999;
    background: rgba(33, 33, 33, 0.25);
    display: none;
    cursor: alias;
    overflow: scroll;
    width: 100%;
    color: #faefef;
}

.lightbox-inner {
    max-width: 450px;
    z-index: 1001;
    cursor: default;
    position: relative;
    top: 200px;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 30px;
    text-align: center;
    background: #212121;
}

.lightbox-content {
    color: #faefef;
    text-align: center !important;
}

.lightbox-close {
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    color: #faefef !important;
}

.lightbox #searchform input {
    background: transparent;
    border: 1px solid #faefef;
    color: #faefef;
    display: block;
    margin: 10px auto 0px;
}

.lightbox #searchform input::placeholder {
    color: #faefef;
}

/*--------------------------------------------------------------
DRAWER MENU
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 315px;
    background: #ffffff;
    color: #212121;
    z-index: 999999999999;
    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.45);
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

#close-drawer {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    background: #212121;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px;
}

.drawer-inner {
    opacity: 1;
    margin: 0px auto;
    position: relative;
}

#mobile-nav {
    padding: 15px 30px;
    width: inherit;
    margin: 0px auto;
}

#drawer .search-form {
    padding: 15px 30px;
    margin: 0px auto;
    display: block;
}

#drawer li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
        padding-left: 15px;
}
#drawer li.menu-item-has-children {
    padding-left: 0px;
}

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

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

#drawer li a {
    line-height: 1.1;
}

#drawer .small-serif {
    letter-spacing: 0px;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    margin: 0px auto 10px;
}

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

#drawer .searchform input {
    width: 100%;
    border: 1px solid #212121;

}
span.slicknav_menutxt {
    text-transform: none;
    color: #212121;
    letter-spacing: 0px;
    font-size: 18px;
}
.mobile-header {
    position: relative;
    width: 100%;
}

.mobile-color {
    color: #faefef;
}

.mobile-header .corner {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 13px;
}

.corner {
    font-size: 18px;
}

.mobile-header img {
    max-width: 225px;
    margin: 0px auto;
}

.corner .fas {
    display: block;
}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/

.slicknav_menu {
}

.slicknav_menu a {
}

ul.slicknav_nav.slicknav_hidden {
    display: block !important;
    margin: 0px;
}

.slicknav_btn {
    display: block;
    padding: 10px 0;
}

.slicknav_btn.slicknav_collapsed {
    font-family: Didot, Times, serif;
    font-size: 15px;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    font-weight: 400;
}

.slicknav_nav li {
    margin-top: 10px;
}

.slicknav_menu .sub-menu {
    margin-left: 20px;
}

#drawer li.menu-item-has-children:before {
    content: '\f107';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}

#drawer li.menu-item-has-children ul li:before {
    display: none;
}

@media screen and (max-width: 767px) {
    .slicknav_menu {
        display: block;
    }
}

@media screen and (max-width: 420px) {
    .slicknav_menu {
        margin-right: auto;
    }
}

.mobile-menu {
    display: none;
}

.subscribe-form .radio-buttons {
    padding: 10px 0px;
    text-align: center;
}

.subscribe-form .radio-buttons .radio-item {
    margin-bottom: 10px;
    display: inline-block;
    white-space: nowrap;
    margin: 0px 5px;
}
.boxzilla .subscribe-form .radio-buttons {
    padding: 0px;
    display: block;
    text-align: center;
}

.subscribe-form .radio-buttons .radio-item input.hidden {
    display: none
}

.subscribe-form .radio-buttons .radio-item a.radio {
    display: inline;
    width: 100%;
    position: relative;
    padding-left: 20px;
    color: #212121;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.subscribe-form .radio-buttons .radio-item a.radio:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: -2px;
    display: block;
    border: 1px solid #212121;
    background: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.subscribe-form .radio-buttons .radio-item a.radio:after {
    content: ' ';
    position: absolute;
    left: 3px;
    top: 1px;
    display: block;
    background: #212121;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.subscribe-form .radio-buttons .radio-item a.radio.active:after {
    opacity: 1
}

.subscribe-form .radio-buttons .radio-item .bubble {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.subscribe-form .radio-buttons .radio-item .bubble i {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-left: 0;
    color: #212121;
    -ms-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
    -webkit-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.subscribe-form .radio-buttons .radio-item .bubble .info-content {
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    width: 180px;
    position: absolute;
    left: -50%;
    bottom: 41px;
    z-index: 1;
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-left: 20px;
    background: #faefef;
    padding: 15px 20px;
    color: #212121;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    text-transform: none;
    font-family: Didot, Times, serif;
    letter-spacing: 0px;
}

.subscribe-form .radio-buttons .radio-item .bubble .info-content:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: ' ';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #faefef;
    bottom: -9px
}

.subscribe-form .radio-buttons .radio-item .bubble .info-content p {
    margin: 0 !important;
    padding: 0;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: left !important;
    font-family: franklingothicltpro-bk, helvetica, arial, sans-serif !important
}

.subscribe-form .radio-buttons .radio-item .bubble:hover i {
    color: #faefef;
    -ms-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
    -webkit-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.subscribe-form .radio-buttons .radio-item .bubble:hover .info-content {
    opacity: 1;
    visibility: visible;
    bottom: 33px;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /*Navigation*/
    .mobile-header, #site-branding .col-3.left, #site-branding .col-3.right {
        display: none;
    }

    /*Footer*/
    .site-info .col-3 {
        display: block;
        width: inherit;
        text-align: center;
        margin: 5px auto;
    }

    /*Search Results*/
    .search-header .col-3.middle {
        width: 35%;
    }

    /*Shop Page*/
    .products-section .search-header .col-3.left {
        width: 35%;
    }

    .brands-section .search-header .col-3.middle {
        width: 60%;
    }

    /*Home Page*/
    .slide {
        width: 600px;
        height: 400px;
    }

    .slick-prev {
        padding-left: 30px
    }

    .side-social {
        display: none;
    }

}

@media screen and (min-width: 1024px) {
    .mobile-header, .mobile-social {
        display: none;
    }

}

@media screen and (max-width: 765px) {
    /*Navigation*/
    .desktop-header, .main-navigation, .side-social {
        display: none;
    }

    #masthead {
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0px;
        left: 0px;
    }

    /*Content*/
    #content {
        padding: 100px 0px 0px;
    }

    #slider-container {
        padding: 100px 0px 30px;
        margin: 0px auto 15px
    }

    .home.blog #content {
        padding: 0px;
    }

    #primary {
        width: 95%;
        margin: 0px auto;
    }

    #secondary {
        display: block;
        width: inherit;
    }

    /*Home Page*/
    .slide {
        width: 300px;
        height: 200px;
    }

    .slide .excerpt, .slide .list-cta, .slide .post-cat {
        display: none;
    }

    #slider-nav {
        display: none;
    }

    .slide .list-info {
        text-align: center;
        margin: -135px auto 20px;
        padding: 15px;
    }

    .secondary-widget .cursive {
        width: 80%;
        left: 10%;
        right: 10%;
        height: 10%;
        top: 45%;
        bottom: 45%;
    }

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

    .tertiary .accent, .shop-products .search-header .col-3.middle {
        display: none;
    }

    .tertiary-title .cursive {
        text-align: center;
        width: inherit;
        margin: 0px auto;
    }

    .shop-products .search-header .col-3 {
        width: 100%;
        display: block;
        text-align: center;
    }

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

    .shop-products .search-header .col-3.left:before {
        display: none;
    }

    #pagination .cr {
        margin: 30px auto 0px;
    }

    /*Post Layouts*/
    .list, .grid, .tertiary .grid {
        display: block;
        width: inherit;
        margin: 0px auto 15px;
        padding: 0px;
    }

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

    .list-info .entry-title, .list-info .post-cat, .list-info .excerpt {
        text-align: center;
    }

    .thumb, .secondary-widget .thumb, .relatedposts .thumb {
        width: 45%;
        margin: 0px 2%;
    }

    /*Widget Areas*/
    .widget-title {
        text-align: center;
    }

    .widget {
        margin: 0px auto 30px;
    }

    /*Footer*/
    .footer-navigation .col-3 {
        display: block;
        width: inherit;
        text-align: center;
        margin: 0px auto 15px;
    }

    .footer-navigation .col-3.middle {
        padding: 0px;
    }

    .site-info .cl, .site-info .cr, .ig-header .cl, .ig-header .cr{
        display: block;
        width: inherit;
        text-align: center;
        margin: 5px auto;
    }
    .ig-header:after {
        display: none;
    }

    .instagram {
        margin: 0px auto;
    }

    .instagram .widget-title {
        font-size: 48px;
    }

    #myBtn {
        bottom: 30px;
        right: 30px;
    }

    /*Solo Post     */
    ul.tabs li .featured {
        height: 40px;
    }

    .post-footer-details .cl, .post-footer-details .cr, #post-shop .cl, #post-shop .cr {
        display: block;
        width: inherit;
        text-align: center;
        max-width: 100%;
    }
    .cl.post-links li {
    display: inline-block;
    padding: 0px 10px;
}
#affiliate-widget {
    max-width: 300px!important;
    margin: 5px auto;
}

    .post-author-bio {
        border-top: 1px solid #212121;
        padding: 10px 0px;
    }

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

    .post-footer-details .cr, .social-share, .post-author-bio .cr {
        margin-top: 10px;
    }

    .post-shop-heading.small-caps {
        background: #ffffff;
        max-width: inherit;
        margin: 0px auto 0px;
        padding: 10px 0px;
        text-align: center;
    }

    .post-foot, .comment-btn, .social-share {
        display: block;
        text-align: center;
    }

    /*Search*/
    .search-header {
        display: block;
        text-align: center;
    }

    .search-header .col-3 {
        width: inherit;
        display: block;
        text-align: center;
        margin: 5px auto;
    }

    .search-header .col-3.right {
        text-align: center;
        margin-top: 10px;
    }

    .search-header .col-3.left:before {
        display: none;
    }

    /*Archive*/
    .archive-hero .cl, .archive-hero .cr {
        display: block;
        width: inherit;
        text-align: center;
        padding-right: 0px;
    }

    .archive-hero .cr {
        margin: 10px auto 0px;
    }

    .archive-products {
        display: block;
    }

    .archive-shop .cl, .archive-shop .cr {
        width: inherit;
        display: block;
        margin: 0px auto;
        text-align: center;
    }

    .archive-shop .cl {
        border-right: 0px;
        border-bottom: 1px solid #212121;
        padding-right: 0px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .archive-shop li {
    display: inline-block;
    line-height: 1;
    margin: 0px 5px;
}
    .archive-shop .cr {
        padding-left: 0px;
    }

    /*Contact Page*/
    .form-page .cl, .form-page .cr {
        width: 100%;
        display: block;
        text-align: center;
    }

    .form-page .cr {
        padding-left: 0px;
        padding-top: 30px;
    }

    /*About Page*/
    .page-content {
    padding: 0px;
    margin: -30px auto 45px;
}

    .cell-content, .cell-image, .right .cell-image, .right .cell-content {
        float: none;
        padding: 0px;
        margin: 0px auto 15px;
        display: block;
        width: inherit;
    }

    .column-page-group {
        padding: 15px;
    }

    #row {
        margin: 0px auto;
    }

    .faq-list {
        display: block;
        width: inherit;
        text-align: center;
    }

    /*Shop Page*/
    ul.brands {
        display: block;
        width: inherit;
        margin: 0px auto 15px;
    }

    .brands-section .search-header .col-3.middle {
        display: none;
    }

    .products-section .search-header .col-3.left, .products-section .search-header .col-3.right, .post-section .search-header .col-3.left, .post-section .search-header .col-3.right {
        display: block;
        width: inherit;
    }

    .brands-section .search-header .col-3.right:before, .post-section .search-header .col-3.right:before, .post-section .search-header .col-3.middle {
        display: none;
    }
    .archive-shop h5.all-caps {
        width: 100%;
    }
    .site-info {
        padding: 0px 0px 100px;
    }
    .ig-section .search-header .col-3.right {
        width: 100%;
    }

}