/*
    Theme Name: Karlene Karst
    Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Ashley & Malone
    Author URI: https://www.ashleyandmalone.com/
    Template: genesis
*/



/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


figure {
    padding:0;
    margin:0;
}
/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

html {
    height: 100%; 
    font-size: 18px;
}
::-webkit-scrollbar {
    display: none;
}
body {
    font-family: work-sans, sans-serif;
    line-height: 1.55em;
    letter-spacing: 0.037rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    border:0;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

p {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02rem;
}
a {
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    color:#151415;
}
table {
    border: none;
}

a:hover {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 800;
}

cite,
em,
i {
    font-style: italic;
}


embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    margin: 0 auto;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

/* Column Classes
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    display: inline-block;
    padding-left: 28px;
    vertical-align: top;
}
 
.first {
    clear: both;
    padding-left: 0px;
}


/* Image Classes
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
    margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

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

/* Header
--------------------------------------------- */
.sticky-menu {
    width: 100%;
    height: 90px;
    position: fixed;
   /* top: 0;*/
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9999;
    top:-92px;
    transition: all 0.5s;
}
.sticky-menu.affix {
    top:0;
}
.sticky-menu .inner {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
#menu-fixed-menu {
    display: flex;
    justify-content: center;
}
#menu-fixed-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}
#menu-fixed-menu li a:hover, .sticky-menu .inner .right ul.social li a:hover{
    color:#B1B2B4;
}
#menu-fixed-menu li{
    margin: 10px 14px 0;
}
.sticky-menu .inner .left {
    width: 136px;
    display: flex;
    justify-content: space-between;
}
.sticky-menu .inner .left .icon {
    width: 44px;
    margin-top: 4px;
    margin-left: 1px;
}
.sticky-menu .inner .left .burger{
    height: 50px;
    border-right: 1px solid #65686B;
    width: 63px;
    padding-top: 2px;
    padding-left: 2px;
}
.sticky-menu .inner .right{
    width: 98px;
    height: 50px;
    border-left: 1px solid #65686B;
    padding-right: 1px;
    padding-top: 1px;
}
.sticky-menu .inner .right ul.social {
    display: flex;
    justify-content: flex-end;
}
.sticky-menu .inner .right ul.social li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}
.sticky-menu .inner .right ul.social li{
    margin: 9px 0px 0 29px;
}
.sticky-menu .inner .center{
        padding-right: 34px;
}
.burger:hover {
    cursor: pointer;
}
.burger .open-pop {
    width: 30px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    display: block;
    position: relative;
    margin: 22px 0 0;
}
.burger .open-pop:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    position: absolute;
    top: -10px;
}
.burger .open-pop:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    margin: 0 0 10px 0;
    position: relative;
    bottom: -10px;
}
.the-menu {
    padding-top: 23px;
    position: relative;
    width: 100%;
    height: 122px;
    background: white;
}
.the-menu .inner {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    padding-right: 1px;
}
.the-menu .inner .center {
    width: 292px;
    margin: 8px auto 0;
}
#menu-main-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
#menu-main-menu li a:hover, #menu-main-menu li.current-menu-item a{
    color:#B1B2B4;
}
#menu-main-menu li {
    margin: 0 0 0 30px;
}
#menu-main-menu {
    display: flex;
    justify-content: flex-start;
}
.the-menu .inner .right, .the-menu .inner .left {
    width:30%;
}
.the-menu .inner .right .menu-main-menu-container{
    float: right;
    margin-top: 10px;
    margin-right: 1px;
}
.the-menu .inner .right .menu-main-menu-container a:hover{
    color:#B1B2B4;
}
.the-menu .inner .left {
    display: flex;
    justify-content: flex-start;
}
.the-menu .inner .left .burger {
    height: 50px;
    border-right: 1px solid #65686B;
    width: 63px;
    margin-right: 49px;
    padding-top: 2px;
    padding-left: 2px;
}
.the-menu .inner .left ul.social {
    display: flex;
}
.the-menu .inner .left ul.social a{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
}
.the-menu .inner .left ul.social a:hover {
    color:#B1B2B4;
}
.the-menu .inner .left ul.social li {
    margin: 10px 29px 0 0;
}
nav.nav-primary {
    display: none;
}

.pop-menu {
    position: fixed;
    z-index: 999999;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
}
.pop-menu.opened {
    display: block;
}
.burger .close-pop {
    width: 30px;
    height: 1px;
    background-color: transparent;
    display: block;
    position: relative;
    margin: 22px 0 0;
}
.burger .close-pop:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
}
.burger .close-pop:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    margin: 0 0 10px 0;
    position: relative;
    bottom: -1px;
    transform: rotate(-45deg);
}
.pop-menu .menu-top {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
    padding-right: 1px;
}
.pop-menu .menu-top .burger {
        height: 50px;
    border-right: 1px solid #65686B;
    width: 62px;
    margin-right: 51px;
    padding-top: 1px;
    padding-left: 2px;
    position: relative;
}
.pop-menu .menu-top .left {
    position: relative;
}
.backwego3 {
    position: absolute;
    top: 0;
    background: #f7f7f7;
    width: 50px;
    height: 50px;
    z-index: 9;
    display: none;
}
.backwego3:hover {
    cursor: pointer;
}
.backwego3.shown {
    display: block;
}
.backwego3:before {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background-color: rgb(45, 44, 45);
    position: absolute;
    top: 30px;
    transform: rotate(45deg);
    left: 8px;
}
.backwego3:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background-color: rgb(45, 44, 45);
    margin: 0 0 10px 0;
    position: relative;
    bottom: -19px;
    transform: rotate(-45deg);
    left: 8px;
}
.pop-menu .pinkblock {
    position: absolute;
    width: 49.4%;
    height: 100%;
    background: #f7f7f7;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
}
.pop-menu .menu-top .center {
    width: 292px;
    margin: 9px auto 0;
}
.pop-menu .menu-top .left, .pop-menu .menu-top .right{
    width: 30%;
}
.pop-menu .lower-flexed {
    max-width: 1021px;
    margin: 97px auto 0;
    display: flex;
    justify-content: space-between;
}
.extra-social2 {
    width: 342px;
}
.extra-social2 .topper {
    display: flex;
    justify-content: space-between;
    max-width: 317px;
    margin: 0 auto;
    padding-left: 0px;
}
.extra-social2 .topper .left h2 {
    margin: 0 0 24px;
    letter-spacing: 0.09rem;
}
.extra-social2 .topper .right ul {
        display: flex;
    justify-content: flex-end;
    font-size: 14px;
    letter-spacing: 0.05rem;
    margin: -2px 0 0 0;
}
.extra-social2 .topper .right ul li {
    margin: 2px -4px 0 34px;
}
.extra-social2 .topper .right ul li a:hover {
    color:#B1B2B4;
}
.extra-social2 .lower-soc {
    color: #65686B;
    font-size: 14px;
    max-width: 321px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 500;
    margin: 16px auto 0;
}
.extra-social2 .lower-soc a {
    color: #65686B;
}

.pop-menu .searchbox {
    display: none;
}
#menu-hamburger-menu a {
    color: #151415;
    opacity: 0.9;
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08rem;
}
.pop-menu .lower-flexed .righty {
    width: 34.2%;
    margin-top: 1px;
}
.pop-menu .lower-flexed .righty .searchopener span{
	font-weight: 300;
    font-family: work-sans, sans-serif;
}
.pop-menu .lower-flexed .righty .mobile-only {
	display:none;
}
#menu-hamburger-menu .sub-menu {
    display: none;
    position: absolute;
    background: white;
    z-index: 99;
    padding-top: 28px;
    padding-bottom: 52px;
	padding-right:25px;
}
#menu-hamburger-menu .menu-item-has-children > a:after {
    content: "+";
    display: inline-block;
    margin-left: 8px;
    font-weight: 300;
    font-family: work-sans, sans-serif;
}
#menu-hamburger-menu li.menu-item-has-children.open > a:after  {
    content:"";
}
#menu-hamburger-menu .sub-menu.showme{
    display: block;
    min-width: 250px;
}
#menu-hamburger-menu li {
    margin-bottom: 27px;
}
#menu-hamburger-menu li.open > a  {
font-style: italic;
}
#menu-hamburger-menu li a:hover, .pop-menu .lower-flexed .righty .searchopener:hover {
    font-style: italic;
    cursor: pointer;
}
#menu-hamburger-menu li.space-above {
    margin-top: 93px;
}
.pop-menu .lower-flexed .righty .searchopener {
    color: #151415;
    opacity: 0.9;
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08rem;
}
.searchbox {
    display: none;
    position: absolute;
    top: 0;
    background: white;
    width: 100%;
    height: 100vh;
    left: 0;
}
.searchbox.openedup {
    display: block;
	z-index:99;
}
.searchbox .backwego {
    height: 50px;
    border-right: 1px solid #65686B;
    width: 62px;
    margin-right: 51px;
    padding-top: 3px;
    padding-left: 2px;
}
.searchbox .backwego .goback {
    width: 30px;
    height: 1px;
    background-color: transparent;
    display: block;
    position: relative;
    margin: 25px 0 0;
}
.searchbox .backwego .goback:before {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background-color: rgb(27, 26, 27);
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    left: 7px;
}
.searchbox .backwego .goback:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background-color: rgb(27, 26, 27);
    margin: 0 0 10px 0;
    position: relative;
    bottom: 10px;
    transform: rotate(-45deg);
    left: 7px;
}
.searchbox .widget-area {
    max-width: 1002px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.searchbox .widget-area section {
    width: 20%;
}
.searchbox .widget-area #text-21 {
    width: 100%;
    margin: 98px auto 9px;
}
.searchbox .widget-area #nav_menu-2 {
    margin-left: 53px;
}
.searchbox .widget-area #text-21 p {
    color: #151415;
    opacity: 0.9;
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.09rem;
    margin: 0;
}
.searchbox .widget-area #text-22 p {
    color: #151415;
    opacity: 0.9;
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.09rem;
    margin: 0;
}
.searchbox .widget-area h4.widget-title {
    color: #65686B;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.16rem;
    border-bottom: 1px solid #A2A1A3;
    width: 100%;
    padding: 0 0 4px;
    margin: 20px 0 28px;
}
.searchbox .widget-area #nav_menu-5 h4.widget-title {
    width:100%;
}
.searchbox .widget-area .menu a {
    color: #151415;
    opacity: 0.9;
    font-family: freight-big-pro, serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.08rem;
    margin: 0;
}
.searchbox .widget-area .menu li {
    margin-bottom:7px;
}
.searchbox .widget-area .menu li.all a {
    font-size: 14px;
    color: #65686B;
    font-family: work-sans, sans-serif;
    font-weight: 500;
    letter-spacing: 0.17rem;
    position: relative;
}
.searchbox .widget-area .menu li.all {
    margin-top: 21px;
}
.searchbox .widget-area #text-22 {
        width: 30%;
    margin: 73px 0 0;
}
.searchbox .widget-area #search-2 {
    width: 70%;
    margin: 57px 0 0 0;
}
.searchbox .widget-area #search-2 section {
    width:100%;
    position: relative;
}
.searchbox .widget-area #search-2 input#s {
    border: none;
    border-bottom: 1px solid #A2A1A3;
    color: #A2A1A3;
    font-size: 20px;
    font-style: italic;
    font-family: freight-big-pro, serif;
    letter-spacing: 0.06rem;
    padding: 21px 0 29px;
	-webkit-appearance:none;
}
.searchbox .widget-area #search-2 input#s::-webkit-input-placeholder { /* Edge */
    color: #A2A1A3;
    opacity: 0.5;
}

.searchbox .widget-area #search-2 input#s:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A2A1A3;
    opacity: 0.5;
}

.searchbox .widget-area #search-2 input#s::placeholder {
    color: #A2A1A3;
    opacity: 0.5;
} 
.searchbox .widget-area #search-2 #searchsubmit{
    border: none;
    font-size: 14px;
    position: absolute;
    right: 0;
    padding: 0;
    bottom: 31px;
    width: 132px;
    color: #65686B;
    font-weight: 500;
    letter-spacing: 0.16rem;
}
.searchbox .widget-area .menu li.all a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 9px;
    left: 68px;
    transition: all 0.5s;
}
.searchbox .widget-area .menu li.all a:after{
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 12px;
    position: absolute;
    left: 43px;
    transition: all 0.5s;
}
.searchbox .widget-area .menu li.all a:hover:after {
    background-color: #65686B;
    width:45px;
}
.searchbox .widget-area .menu li.all a:hover:before {
    border-left: 4px solid #65686B;
        left: 88px;
}
.searchbox .widget-area #search-2 section form:before {
content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 35px;
    right: 21px;
    transition: all 0.5s;
}
.searchbox .widget-area #search-2 section form:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 38px;
    position: absolute;
    right: 26px;
    transition: all 0.5s;
}
.searchbox .widget-area #search-2 section:hover form:after {
    background-color: #65686B;
    width:45px;
    right: 6px;
}
.searchbox .widget-area #search-2 section:hover form:before {
    border-left: 5px solid #65686B;
    right: 2px;
}
/* Popup
--------------------------------------------- */  
.search-popup {
    position: fixed;
    background: rgba(21, 20, 21, 0.5);
    z-index: 99999;
    width: 100%;
    height: 100vh;
    display: none;
}
.search-popup.searchopened {
    display: block;
}
.thepop-wrap {
    max-height: 800px;
    background: white;
    width: 1217px;
    margin: 3.7vh auto 0;
    padding: 20px;
    position: relative;
    height: 92.4vh;
}
.thepop-wrap .pinkblock2 {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f7f7f7;
    display: block;
    left: 0;
    top: 0;
    z-index: 0;
}
.thepop-wrap .search-flexed-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 974px;
    margin: 94px auto 50px;
}
.thepop-wrap .search-flexed-area .image {
    width: 360px;
    height: 443px;
    background-size: cover;
    background-position: center;
}
.thepop-wrap .search-flexed-area .sorting {
    width: 38.5%;
    position: relative;
}
.thepop-wrap .search-flexed-area .sorting span {
    color: rgba(101, 104, 107, 0.9);
    font-size: 14px;
    letter-spacing: 0.155rem;
    margin: 86px 0 40px;
    display: block;
    font-weight: 500;
}
.thepop-wrap .search-flexed-area .sorting ul li strong {
	font-family: 'Work Sans';
    font-weight: 300;
}
.thepop-wrap .search-flexed-area .sorting ul li {
    color: #151415;
    opacity: 0.9;
    font-size: 30px;
    font-family: freight-big-pro, serif;
    font-weight: 400;
    letter-spacing: 0.09rem;
    margin-bottom: 30px;
}
.thepop-wrap .search-flexed-area .sorting ul li:hover {
    cursor: pointer;
    font-style: italic;
}
.thepop-wrap .topbararea {
    position: relative;
    z-index: 9;
    margin: 10px 0 0 6px;
}
.thepop-wrap .topbararea .left {
    width: 136px;
    display: flex;
    justify-content: space-between;
}
.thepop-wrap .topbararea .left .burger2 {
    height: 50px;
    border-right: 1px solid #65686B;
    width: 62px;
    padding-top: 2px;
    padding-left: 2px;
    position: relative;
}
.thepop-wrap .topbararea .left .burger2:hover {
    cursor: pointer;
}
.backwego2:hover {
    cursor: pointer;
}
.thepop-wrap .topbararea .left .icon {
    width: 43px;
    margin-top: 4px;
    margin-left: 5px;
}
.backwego2 {
    position: absolute;
    top: 0;
    background: #f7f7f7;
    width: 50px;
    height: 50px;
    z-index: 9;
    display: none;
}
.backwego2.shown {
    display: block;
}
.backwego2:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    position: absolute;
    top: 32px;
    transform: rotate(45deg);
    left: 13px;
}
.backwego2:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    margin: 0 0 10px 0;
    position: relative;
    bottom: -18px;
    transform: rotate(-45deg);
    left: 12px;
}
.thepop-wrap .topbararea .left .burger2 .closeme{
        width: 30px;
    height: 1px;
    background-color: transparent;
    display: block;
    position: relative;
    margin: 22px 0 0;
}
.thepop-wrap .topbararea .left .burger2 .closeme:before {
        content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
}
.thepop-wrap .topbararea .left .burger2 .closeme:after{
        content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(101, 104, 107, 1);
    margin: 0 0 10px 0;
    position: relative;
    bottom: -1px;
    transform: rotate(-45deg);
}
.cat-hidden {
    position: absolute;
    top: -18px;
    background: white;
    width: 100%;
    left: 0;
    min-height: 400px;
    z-index: 8;
    display: none;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden ul li {
    margin-bottom: 0;
    opacity: 1;
    width: 50%;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden ul li a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.14rem;
    border-bottom: 1px solid #A2A1A3;
    width: 150px;
    padding-bottom: 4px;
    color: #65686B;
    margin: 40px 0 25px;
    font-family: work-sans, sans-serif;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden ul li:hover {
    font-style: inherit;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden ul li ul.children li a {
    color: #151415;
    opacity: 0.9;
    font-size: 20px;
    font-family: freight-big-pro, serif;
    font-weight: 400;
    letter-spacing: 0.09rem;
    margin-bottom: 10px;
    text-transform: capitalize;
    border: none;
    padding: 0;
    margin: 0 0 4px;
    width: auto;
    opacity: 1;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden ul li ul.children li {
    width:100%;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden ul{
    display: flex;
    flex-wrap: wrap;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden ul li ul.children {
    display: block;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-11 {
    display: none;
}
.thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item{
    display: none;
}
.page-id-1431 .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6, .page-id-1431 .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6 ul li{
    display: block;
}
.page-id-1442 .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263, .page-id-1442 .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263 ul li{
    display: block;
}
.page-id-1444 .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3, .page-id-1444 .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3 ul li{
    display: block;
}
.page-id-1446 .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4, .page-id-1446 .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4 ul li{
    display: block;
}
.blog .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4, .blog .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4 ul li {
    display: block;
}
.blog .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6, .blog .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6 ul li {
    display: block;
}
.blog .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3, .blog .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3 ul li {
    display: block;
}
.blog .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263, .blog .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263 ul li {
    display: block;
}
.search-results .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4, .search-results .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4 ul li {
    display: block;
}
.search-results .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6, .search-results .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6 ul li {
    display: block;
}
.search-results .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3, .search-results .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3 ul li {
    display: block;
}
.search-results .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263, .search-results .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263 ul li {
    display: block;
}

.archive .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4, .archive .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4 ul li {
    display: block;
}
.archive .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6, .archive .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6 ul li {
    display: block;
}
.archive .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3, .archive .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3 ul li {
    display: block;
}
.archive .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263, .archive .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263 ul li {
    display: block;
}

.tax_wellness .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3, .tax_wellness .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-3 ul li {
    display: block;
}
.tax_nutrition .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263, .tax_nutrition .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-263 ul li {
    display: block;
}
.tax_food-recipes .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6, .tax_food-recipes .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-6 ul li {
    display: block;
}
.tax_lifestyle .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4, .tax_lifestyle .thepop-wrap .search-flexed-area .sorting .cat-hidden .cat-item-4 ul li {
    display: block;
}

.page-id-1431 #menu-fixed-menu li#menu-item-1207 a, .tax_food-recipes #menu-fixed-menu li#menu-item-1207 a {
    color:#CBA175;
}
.page-id-1442 #menu-fixed-menu li#menu-item-1209 a,  .tax_nutrition #menu-fixed-menu li#menu-item-1209 a {
    color:#b1af9d;
}
.page-id-1444 #menu-fixed-menu li#menu-item-1210 a, .tax_wellness #menu-fixed-menu li#menu-item-1210 a{
    color:#c57f75;
}
.page-id-1446 #menu-fixed-menu li#menu-item-1208 a, .tax_lifestyle #menu-fixed-menu li#menu-item-1208 a{
    color:#beb4ae;
}




.cat-hidden.c-shown {
    display: block;
}
.arch-hidden {
    position: absolute;
    top: -18px;
    background: white;
    width: 100%;
    left: 0;
    min-height: 400px;
    z-index: 8;
    display: none;
}
.arch-hidden.h-shown {
    display: block;
}
.key-hidden {
    position: absolute;
    top: -18px;
    background: white;
    width: 100%;
    left: 0;
    min-height: 400px;
    display: none;
}
.key-hidden.k-shown {
    display: block;
}
.key-hidden input#s {
    border: none;
    border-bottom: 1px solid #A2A1A3;
    padding: 0 0 28px;
    margin: 164px auto 0;
    font-family: freight-big-pro, serif;
    font-style: italic;
    letter-spacing: 0.05rem;
    font-size: 20px;
	-webkit-appearance:none;
}
.key-hidden input#s::-webkit-input-placeholder { /* Edge */
    color: rgba(101, 104, 107, 0.5);
}

.key-hidden input#s:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(101, 104, 107, 0.5);
}

.key-hidden input#s::placeholder {
    color: rgba(101, 104, 107, 0.5);
}
.key-hidden #search-form {
    position: relative;
}
.key-hidden #searchsubmit{
    color: #65686B;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    right: 0;
    width: 128px;
}
.key-hidden #search-form:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    right: 19px;
    bottom: 35px;
    transition: all 0.5s;
}
.key-hidden #search-form:after{
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    bottom: 37px;
    position: absolute;
    right: 24px;
    transition: all 0.5s;
}
.key-hidden #search-form:hover:after {
    background-color: #65686B;
    width:45px;
    right: 6px;
}
.key-hidden #search-form:hover:before {
    border-left: 5px solid #65686B;
    right: 1px;
    bottom: 35px;
}
.arch-hidden h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.15rem;
    border-bottom: 1px solid #A2A1A3;
    width: 150px;
    padding-bottom: 4px;
    color: #65686B;
    margin: 49px 0 28px;
}
.thepop-wrap .search-flexed-area .sorting .arch-hidden ul li {
    font-size: 20px;
    margin-bottom: 7px;
    letter-spacing: 0.05rem;
}
.thepop-wrap .search-flexed-area .sorting h2 span {
    font-family: freight-big-pro, serif;
    font-style: italic;
    color: black;
    font-size: 30px;
    display: inline-block;
    margin: 0 3px 0 0;
    font-weight: 400;
    letter-spacing: 0.06rem;
}
.cat-hidden h2 {
    color: #151415;
    opacity: 0.9;
    font-size: 30px;
    font-family: freight-big-pro, serif;
    font-weight: 400;
    letter-spacing: 0.09rem;
    margin-bottom: 9px;
}
/* Home
--------------------------------------------- */  
.mrs {
    background: rgba(101, 104, 107, 0.05);
    max-width: 1220px;
    margin: 0 auto 111px;
    height: 643px;
    position: relative;
    z-index: 6;
}
.mrs .main-post-slider .flex {
    display: flex;
    justify-content: space-between;
}
.mrs .main-post-slider .flex .left {
    width:49.5%;
}
.mrs .main-post-slider .flex .left a {
    display: block;
}
.mrs .main-post-slider .flex .left .hero-image {
    width: 100%;
    height: 674px;
    background-size: cover;
    background-position: center;
}
.mrs .main-post-slider button, .slick-slide, .slick-slide a {
    outline:none;
}
.mrs .main-post-slider .flex .right {
    width: 42.4%;
    padding-top: 63px;
    position: relative;
}
.mrs .aleft {
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid #65686B;
    border-radius: 50%;
    position: absolute;
    left: 57.5%;
    top: 534px;
    z-index: 9;
	    padding: 4px 4px;
}
.mrs .slick-disabled {
	opacity: 0.5;
    pointer-events:none;
}
.mrs .aleft:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #65686B;
    top: 14px;
    position: absolute;
    right: 0;
    transition: all 0.5s;
}
.mrs .aleft:hover:before {
    width: 13px;
}
.mrs .aright {
    width: 31px;
    height: 31px;
    border: 1px solid #65686B;
    border-radius: 50%;
    position: absolute;
    left: 57.5%;
    top: 494px;
    padding: 4px 5px 0;
}
.mrs .aright:hover, .mrs .aleft:hover {
    cursor: pointer;
}
.mrs .aright:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #65686B;
    top: 14px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
.mrs .aright:hover:before {
    width: 13px;
}
.mrs .main-post-slider .flex .right .ltitle {
    font-size: 14px;
    color: #151415;
    font-weight: 400;
    letter-spacing: 0.06rem;
    margin-bottom: 43px;
}
.mrs .main-post-slider .flex .right p.next {
    position: absolute;
    font-size: 14px;
    color: #151415;
    font-weight: 400;
    letter-spacing: 0.08rem;
    transform: rotate(-90deg);
    top: 362px;
    left: -14px;
}
.mrs .main-post-slider .flex .right p.next:after{
    background: #A2A1A3;
    width: 196px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 66px;
}
.mrs .main-post-slider .flex .right .cat a {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.05rem;
}
.mrs .main-post-slider .flex .right h5 {
    font-family: freight-big-pro, serif;
    font-size: 30px;
    margin: 14px 0 28px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.085rem;
}
.mrs .main-post-slider .flex .right .rmore {
    display: block;
    color: #65686B;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    font-weight: 500;
    position: relative;
}
.mrs .main-post-slider .flex .right .rmore:before{
content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 10px;
    left: 126px;
    transition: all 0.5s;
}
.mrs .main-post-slider .flex .right .rmore:after{
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 13px;
    position: absolute;
    left: 100px;
    transition: all 0.5s;
}
.mrs .main-post-slider .flex .right .rmore:hover:after {
    background-color: #65686B;
    width:45px;
}
.mrs .main-post-slider .flex .right .rmore:hover:before {
    border-left: 4px solid #65686B;
    left: 145px;
}


.mrs .custom_paging {
    display: block;
    color: #65686B;
    font-size: 14px;
    position: absolute;
    top: 76px;
    right: 9.4%;
    letter-spacing: 0.37rem;
}
.mrs .custom_paging li {
    position: absolute;
    display: none;
}
.mrs .custom_paging li.slick-active {
    display: block;
}
.mrs .nav-for .hero-image {
        width: 154px;
    height: 195px;
    background-size: cover;
    background-position: center;
}
.mrs .nav-for {
    position: absolute;
    z-index: 99;
    right: 74px;
    width: 335px;
    bottom: 77px;
}
.home-cat-wrap {
    background: rgba(190, 180, 174, 0.1);
    margin: 100px 0 0;
    text-align: center;
    padding: 61px 0 93px;
}
.home-cat-wrap h2 {
    margin-bottom: 53px;
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.07rem;
}
.home-cat-wrap h2 em {
    display: inline-block;
    margin-right: 5px;
}
.home-cat-wrap ul li .image {
    width: 239px;
    height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.home-cat-wrap ul li .image .hover {
    background: #CBA175;
    position: absolute;
    left: 0;
    top: 0;
    height: 240px;
    width: 21px;
    transition: all 0.5s;
}
.home-cat-wrap ul li .image:hover .hover {
    left:0;
    width: 116px;
}
.home-cat-wrap ul li .image .hover p {
        font-size: 14px;
    text-transform: uppercase;
    font-weight: 400!important;
    border-top: 1px solid #ffffff;
    text-align: right;
    transform: rotate(-90deg);
    width: 179px;
    letter-spacing: 0.051rem;
    padding-bottom: 0px;
    height: 55px;
    margin: 0;
    position: absolute;
    top: 90px;
    left: -40px;
    color: white;
    padding-top: 24px;
    opacity: 0;
    transition: all 0.1s;
}
.home-cat-wrap ul li .image:hover p {
    opacity: 1;
}
.home-cat-wrap ul li:nth-child(2) .image .hover {
    background: #B1AF9D;
}
.home-cat-wrap ul li:nth-child(3) .image .hover {
    background: #C57F75;
}
.home-cat-wrap ul li:nth-child(4) .image .hover {
    background: #BEB4AE;
}
.home-cat-wrap ul {
    display: flex;
    justify-content: center;
}
.home-cat-wrap ul li {
    margin: 0 8px;
}
.ki {
    max-width: 1220px;
    background: #B1AF9D;
    margin: 111px auto;
    padding: 0 25px 25px;
        position: relative;
        z-index: 7;
}
.ki .inner {
    display: flex;
    justify-content: space-between;
}
.ki .inner .right {
    width: 572px;
    height: 602px;
    background-size: cover;
    background-position: center;
    margin-top: -29px;
}
.ki .inner .left {
    width: 42%;
    color: white;
    padding: 80px 0 0px 80px;
}
.ki .inner .left p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.home .ki .inner .left p {
    line-height: 1.75;
    margin-bottom: 38px;
}
.ki .inner .left .text h2 {
    letter-spacing: 0.09rem;
    border-bottom: 1px solid white;
    padding-bottom: 33px;
    margin-bottom: 26px;
}
.ki .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.055rem;
    padding-right: 17%;
    margin: 3px 0 31px;
    color: white;
}
.ki .inner .left .text a {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
        display: inline-block;
    margin: 10px 0 0 0;
    letter-spacing: 0.12rem;
    font-weight: 500;
    position: relative;
}
.ki .inner .left .text a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    left: 111px;
    transition: all 0.5s;
}
/*.ki .inner .left .text a:before{
    content: "\f0da";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    top: 5px;
    left: 111px;
    transition: all 0.5s;
    font-size: 10px;
}*/
.ki .inner .left .text a:after {
    content: "";
    display: block;
    width: 26px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 1px;
    top: 13px;
    position: absolute;
    left: 85px;
    transition: all 0.5s;
}
.ki .inner .left .text a:hover:before {
    border-left: 5px solid rgba(255, 255, 255, 1);
    left: 130px;
}
.ki .inner .left .text a:hover:after {
    background-color: rgba(255, 255, 255, 1);
    width:45px;
}
.home .ki {
    padding: 0 30px 30px;
    margin: 110px auto -70px;
}
.seen-on {
    max-width: 1096px;
    margin: 186px auto 122px;
    position: relative;
}
.seen-on p.side {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #A2A1A3;
    text-align: right;
    transform: rotate(-90deg);
    width: 153px;
    letter-spacing: 0.058rem;
    padding-bottom: 0px;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 14px;
    left: -9px;
    opacity: 0.9;
}
.slider-2 .fs-slide {
background-size: 67%;
    background-position: center;
    background-repeat: no-repeat;
    height: 95px;
}
.slider-2 .aleft {
    width: 31px;
    height: 31px;
    border: 1px solid #65686B;
    border-radius: 50%;
    position: absolute;
    right: -67px;
    top: 2px;
    padding: 4px 5px 5px;
}
.slider-2 .slick-disabled {
	opacity:0.5;
	pointer-events:none;
}
.slider-2 .aright {
    width: 31px;
    height: 31px;
    border: 1px solid #65686B;
    border-radius: 50%;
    position: absolute;
    right: -67px;
    top: 43px;
    padding: 4px 5px 0;
}

.slider-2 .aleft:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #65686B;
    top: 14px;
    position: absolute;
    right: 0;
    transition: all 0.5s;
}
.slider-2 .aleft:hover:before {
    width: 13px;
}
.slider-2 .aright:hover, .slider-2 .aleft:hover {
    cursor: pointer;
}
.slider-2 .aright:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #65686B;
    top: 14px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
.slider-2 .aright:hover:before {
    width: 13px;
}
.slider-2 {
    width: 80%;
    margin-top: -26px;
    margin: -41px 0 0 10.5%;
}
.fr-wrap {
    background: rgba(203, 161, 117, 0.1);
    margin: -24px 0 0;
    padding: 5px;
}
.fr-wrap .inner {
    max-width: 1004px;
    margin: 0 auto 63px;
    display: flex;
    justify-content: space-between;
}
.fr-wrap .inner .left {
        width: 494px;
}
.fr-wrap .inner .left .hero-image {
        width: 100%;
    height: 627px;
    background-size: cover;
    background-position: center;
}
.fr-wrap .inner .left a {
    display: block;
    position: relative;
}
.fr-wrap .inner .left a .go {
    width: 31px;
    height: 31px;
    border: 1px solid #CBA175;
    border-radius: 50%;
    padding: 1px 8px 0 10px;
    position: absolute;
    bottom:8px;
    right: 0;
}
.fr-wrap .inner .left a .go:before{
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #CBA175;
    top: 15px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
.fr-wrap .inner .left a:hover .go:before {
    width: 13px;
}
.fr-wrap .inner .left h2 {
    color: #CBA175;
    line-height: 1.25;
    margin: 76px auto 5px;
    padding-bottom: 43px;
    letter-spacing: 0.08rem;
    padding-left: 2px;
}
.fr-wrap .inner .left .more {
    display: block;
    color: #65686B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    margin: 75px 0 0;
    position: relative;
}
.fr-wrap .inner .left .more:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 10px;
    left: 172px;
    transition: all 0.5s;
}
.fr-wrap .inner .left .more:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 13px;
    position: absolute;
    left: 146px;
    transition: all 0.5s;
}
.fr-wrap .inner .left .more:hover:before {
    border-left: 5px solid #65686B;
    left: 191px;
}
.fr-wrap .inner .left .more:hover:after {
    background-color: #65686B;
    width:45px;
}
.fr-wrap .inner .right {
    width: 425px;
    margin-top: 74px;
}
.fr-wrap .inner .right .hero-image {
        height: 325px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.fr-wrap .inner .right a {
    display: block;
    position: relative;
}
.fr-wrap .inner .right a .go {
    width: 31px;
    height: 31px;
    border: 1px solid #CBA175;
    border-radius: 50%;
    padding: 1px 8px 0 10px;
    position: absolute;
    bottom:8px;
    right: 0;
}
.fr-wrap .inner .right a .go:before{
        content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #CBA175;
    top: 15px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
.fr-wrap .inner .right a:hover .go:before {
    width:13px;
}
.fr-wrap .inner .cat {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    letter-spacing: 0.06rem;
    margin-left: -5px;
	flex-wrap:wrap;
}
.fr-wrap .inner .cat span {
	margin: 0 5px 0;
}
.fr-wrap .inner .cat span:last-child {
	display:none;
}
.fr-wrap .inner .cat a {
    margin: 0 5px;
}
.fr-wrap .inner h5 {
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
    margin: 24px 0 28px;
    letter-spacing: 0.13rem;
    text-transform: capitalize;
    line-height: 1.2;
    padding-right: 60px;
}
.fr-wrap .right .single-wrap {
    margin-bottom: 48px;
}
.fr-wrap .single-wrap {
    border-top: 1px solid #65686B;
    padding-top: 24px;
}
.fr-wrap .inner .more {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: 40px 0;
}
.bi {
    max-width: 1220px;
    margin: 30px auto 30px;
    padding: 0;
    position: relative;
}
.bi .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1185px;
    background: #CBA175;
    margin: 0;
    padding: 30px;
    position: relative;
}
.bi .inner .right {
    width: 598px;
    height: 502px;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    margin-right: -60px;
}
.bi .inner .left {
    width: 43%;
    color: white;
    padding: 51px 0 0px 78px;
}
.bi .inner .left p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
}
.bi .inner .left p {
    line-height: 1.75;
    margin-bottom: -6px;
}
.bi .inner .left .text h2 {
    letter-spacing: 0.09rem;
    border-bottom: 1px solid white;
    padding-bottom: 33px;
    margin-bottom: 45px;
}
.bi .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.058rem;
    padding-right: 13%;
    margin: 28px 0 40px;
    color: white;
}
.bi .inner .left .text a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    position: relative;
    font-weight: 500;
}
.bi .inner .left .text a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    left: 154px;
    transition: all 0.5s;
}
.bi .inner .left .text a:after {
    content: "";
    display: block;
    width: 26px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 1px;
    top: 13px;
    position: absolute;
    left: 128px;
    transition: all 0.5s;
}
.bi .inner .left .text a:hover:before {
    border-left: 5px solid rgba(255, 255, 255, 1);
     left: 173px;
}
.bi .inner .left .text a:hover:after {
    background-color: rgba(255, 255, 255, 1);
    width:45px;
}
.ns-wrap {
    background: rgba(177, 175, 157, 0.15);
    padding: 5px;
    margin-bottom: 30px;
}
.ns-wrap .inner {
padding-left: 10.5%;
    margin-top: 82px;
}
.ns-wrap .inner h2 {
    color: #B1AF9D;
    letter-spacing: 0.085rem;
    margin-bottom: 53px;
    margin-left: 0;
}
.ns-wrap .inner .single-wrap {
        border-top: 1px solid #65686B;
    width: 425px;
    margin-right:85px;
}
.ns-wrap .inner .slick-slide {
    opacity: 0.6;
}
.ns-wrap .inner .slick-slide.slick-active {
    opacity: 1;
}
.ns-slide .aright {
    width: 31px;
    height: 31px;
    border: 1px solid #65686B;
    border-radius: 50%;
    position: absolute;
    top: -81px;
    right: 7.3%;
    padding: 4px 5px 0;
}
.ns-slide .aright:before{
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #65686B;
    top: 15px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
.ns-slide .aright:hover:before {
    width:13px;
}
.ns-slide .aright:hover{
    cursor: pointer;
}

.ns-slide .atitle .go:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #B1AF9D;
    top: 14px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
.ns-slide .atitle .go:hover:before {
    width:13px;
}

.ns-slide .hero-image {
        width: 425px;
    height: 425px;
    background-size: cover;
    background-position: center;
}
.ns-slide .cat {
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0 10px;
}
.ns-slide .cat span:last-child {
	display:none;
}
.ns-slide .cat span {
	margin: 0 5px;
}
.ns-slide h5 {
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
    margin: 17px 0 31px;
    text-transform: capitalize;
    line-height: 1.1;
    padding-right: 30px;
}
.ns-slide .atitle {
    width: 100%;
    position: relative;
}
.ns-slide .atitle .go {
    width: 31px;
    height: 31px;
    border: 1px solid #B1AF9D;
    border-radius: 50%;
    padding: 10px 10px 0px;
    position: absolute;
    bottom: 28px;
    right: 0;
}
.ns-wrap .more {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    color: #65686B;
    margin: 38px 0 68px;
    margin-left: 0px;
    font-weight: 500;
    position: relative;
}
.ns-wrap .more a {
	color: #65686B;
}
.ns-wrap .more:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 10px;
    left: 133px;
    transition: all 0.5s;
}
.ns-wrap .more:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 13px;
    position: absolute;
    left: 107px;
    transition: all 0.5s;
}
.ns-wrap .more:hover:before {
    border-left: 5px solid #65686B;
    left: 152px;
}
.ns-wrap .more:hover:after {
    background-color: #65686B;
    width:45px;
}
.ns-wrap .more:hover {
    cursor: pointer;
}
#well-slider {
    background: rgba(197, 127, 117, 0.1);
}
#well-slider .inner h2 {
    color: #C57F75;
}
#well-slider .aright {
    border: 1px solid #65686B;
}
#well-slider .atitle .go {
    border: 1px solid #C57F75;
}
#well-slider .more {
    color: #65686B;
}
#well-slider .ns-slide .atitle .go:before {
    background: #C57F75;
}
#well-slider .more:after {
    left: 132px;
}
#well-slider .more:before{
    left: 158px;
}
#well-slider .more:hover:before{
    left: 177px;
}
#life-slider {
    background: rgba(190, 180, 174, 0.15);
    margin-bottom: 0;
}
#life-slider .inner h2 {
    color: #BEB4AE;
}
#life-slider .aright {
    border: 1px solid #65686B;
}
#life-slider .atitle .go {
    border: 1px solid #BEB4AE;
}
#life-slider .more {
    color: #65686B;
}
#life-slider .ns-slide .atitle .go:before {
    background:#BEB4AE;
}
#life-slider .more:after {
    left: 112px;
}
#life-slider .more:before{
    left: 138px;
}
#life-slider .more:hover:before{
    left: 157px;
}
.home-shop {
    max-width: 1220px;
    background: #E6E4DF;
    margin: 20px auto;
}
.home-shop .title-flex {
    max-width: 1004px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #A2A1A3;
    padding: 60px 0 9px;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
    margin-bottom: 36px;
}
.home-shop .title-flex .right {
    color: #151415;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 25px 0 0;
    letter-spacing: 0.15rem;
    width: 149px;
    position: relative;
}
.home-shop .title-flex .right:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #65686B;
    position: absolute;
    top: 34px;
    left: 122px;
    transition: all 0.5s;
}
.home-shop .title-flex .right:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #65686B;
    height: 1px;
    top: 37px;
    position: absolute;
    left: 96px;
    transition: all 0.5s;
}
.home-shop .title-flex .right:hover:before {
    border-left: 5px solid #151415;
    left: 141px;
}
.home-shop .title-flex .right:hover:after {
    width: 45px;
    background-color: #151415
}
.home-shop .aleft {
    width: 31px;
    height: 31px;
    border: 1px solid #65686B;
    border-radius: 50%;
    position: absolute;
    right: -39px;
    top: 52px;
    padding: 4px 5px 0;
}
.home-shop .slick-disabled {
	opacity: 0.5;
    pointer-events:none;
}
.home-shop .aright {
    width: 31px;
    height: 31px;
    border: 1px solid #65686B;
    border-radius: 50%;
    position: absolute;
    right: -39px;
    top: 94px;
    padding: 4px 5px 0;
}
.home-shop .aleft:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #65686B;
    top: 14px;
    position: absolute;
    right: 0;
    transition: all 0.5s;
}
.home-shop .aright:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #65686B;
    top: 14px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
.home-shop .aright:hover:before {
    width:13px;
}
.home-shop .aleft:hover:before {
    width:13px;
}
.home-shop .aleft:hover, .home-shop .aright:hover {
    cursor: pointer;
}
.home-shop ul .image {
        width: 154px;
    height: 154px;
    background-size: cover;
    background-position: center;
}
.home-shop ul {
    max-width: 1004px;
    margin: 30px auto 30px;
    padding-bottom: 94px;
}
.tv-block-wrap {
    max-width: 1220px;
    margin: 0px auto 30px;
}
.tv-block-wrap #tv-block {
    max-width: 1187px;
    background: #C57F75;
    margin: 0 0 0 33px;
    padding: 5px 0 30px;
}
#tv-block .inner {
    display: flex;
    justify-content: space-between;
}
#tv-block .inner .right {
    width: 35.7%;
    color: #ffffff;
    padding: 77px 0 0px 16px;
    margin-right: 109px;
}
#tv-block .inner .left {
    width: 600px;
    height: 530px;
    background-size: cover;
    background-position: center;
    margin-top: 26px;
    margin-left: -31px;
}
#tv-block .inner .right p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.015rem;
    margin: 45px 0 -7px;
}
#tv-block .inner .right .text h2 {
    letter-spacing: 0.09rem;
    border-bottom: 1px solid white;
    padding-bottom: 33px;
}
#tv-block .inner .right .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.065rem;
    padding-right: 1%;
    margin: 29px 0 38px;
    color: white;
}
#tv-block .inner .right .text a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 500;
    position: relative;
}
#tv-block .inner .right .text a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    left: 145px;
    transition: all 0.5s;
}
#tv-block .inner .right .text a:after {
    content: "";
    display: block;
    width: 26px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 1px;
    top: 13px;
    position: absolute;
    left: 119px;
    transition: all 0.5s;
}
#tv-block .inner .right .text a:hover:before {
 border-left: 5px solid rgba(255, 255, 255, 1);   
 left: 164px;
}
#tv-block .inner .right .text a:hover:after {
background-color: rgba(255, 255, 255, 1);
width:45px;
}
/* About
--------------------------------------------- */ 
.page-template-page-about .ki {
    max-width: 1218px;
    background: #B1AF9D;
    margin: 0px auto 0;
    padding: 0 31px 25px;
}
.page-template-page-about .ki .inner .right {
    width: 570px;
    height: 645px;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    margin-bottom: -55px;
}
.page-template-page-about .ki .inner .left .text h2 {
    letter-spacing: 0.1rem;
    border-bottom: 1px solid white;
    padding-bottom: 59px;
    font-size: 40px;
    margin-bottom: 25px;
}
.page-template-page-about .ki .inner .left p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.055rem;
    line-height: 1.75;
    margin-bottom: 45px;
}
.page-template-page-about .ki .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.055rem;
    padding-right: 14%;
    margin: -2px 0;
    color: white;
    line-height: 1.4;
}
.page-template-page-about .ki .inner .left {
    width: 42%;
    color: white;
    padding: 80px 0 0px 79px;
}
.about-down a {
    width: 31px;
    height: 31px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 1px 9px 7px;
    display: block;
    margin: 78px 0 0 0;
    position: relative;
}
.about-down a:before {
    content:"";
    display: block;
    width: 1px;
    height: 0px;
    background: white;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin: auto;
    transition: all 0.5s;
}
.about-down a:hover:before {
    height:14px;
}
.story-wrap {
    max-width: 1000px;
    margin: 79px auto 0;
    padding-top: 30px;
}
.b2t {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: fixed;
    left: 4.5%;
    bottom: 3.6%;
    padding: 9px 8px 0px 9px;
    z-index: 5;
    background: white;
}
.b2t:before {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: rgba(101, 104, 107, 0.7294117647058823);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    z-index: 9;
	transition: all 0.5s;
}
.b2t:hover:before {
	height:15px;
}
.b2t:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    position: absolute;
    border: 1px solid rgba(101, 104, 107, 0.7294117647058823);
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0;
    z-index: auto;
    margin: auto;
}
.b2t img {
        position: relative;
    z-index: 5;
}
.b2t:hover {
    cursor: pointer;
}
.story-wrap .flex-one, .story-wrap .flex-two  {
    display: flex;
    justify-content: space-between;
}
.story-wrap .flex-one .left {
    width: 409px;
    height: 616px;
    background-size: cover;
    background-position: center;
}
.story-wrap .flex-one .right {
    width: 49.2%;
}
.story-wrap .flex-one .right h2 {
    border-bottom: 1px solid #65686B;
    margin: 157px 0 0;
    padding-bottom: 33px;
    letter-spacing: 0.1rem;
}
.story-wrap .flex-one .right h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #1F1E1F;
    letter-spacing: 0.055rem;
    padding-right: 17%;
    margin-bottom: 24px;
}
.story-wrap .flex-one .right p {
        padding-right: 16%;
}
.story-wrap .flex-two .right {
    width: 324px;
    height: 485px;
    background-size: cover;
    background-position: center;
    margin-top: 205px;
}
.story-wrap .flex-two .left {
    width: 59%;
    padding: 0px 0 0 0;
    margin-top: -11px;
}
.story-wrap .flex-two .left h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #1F1E1F;
    letter-spacing: 0.055rem;
    padding-right: 29%;
    margin-bottom: 21px;
    margin-top: 68px;
}
.story-wrap .flex-two .left p {
    margin-left: 85px;
    line-height: 26px;
    margin-bottom: 24px;
    padding-right: 5px;
}
.sea-wrap {
    background: rgba(101, 104, 107, 0.05);
    position: relative;
    padding: 101px 0px 0px;
    margin: 69px auto;
}
.sea-wrap .sea-icon {
    width: 150px;
    position: absolute;
    top: -75px;
    right: 11%;
}
.sea-wrap .flex-one {
    max-width: 988px;
    margin: 0 auto 12px;
    display: flex;
    justify-content: space-between;
}
.sea-wrap .flex-one .left {
    width: 409px;
    height: 600px;
    background-size: cover;
    background-position: center;
}
.sea-wrap .flex-one .right {
    width: 49%;
}
.sea-wrap .flex-one .right h2 {
    margin: 114px 0 48px;
    border-bottom: 1px solid #65686B;
    padding-bottom: 33px;
    letter-spacing: 0.09rem;
    text-transform: capitalize;
}
.sea-wrap .flex-one .right h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #1F1E1F;
    letter-spacing: 0.06rem;
    padding-right: 13%;
    margin-bottom: 23px;
}
.sea-wrap .flex-one .right p {
    padding-right: 14%;
}
.sea-wrap .flex-two {
    max-width: 1016px;
    padding-left: 15px;
    margin: 0 auto 190px;
    display: flex;
    justify-content: space-between;
}
.sea-wrap .flex-two .right {
    width: 324px;
    height: 497px;
    background-size: cover;
    background-position: center;
    margin-top: 163px;
    margin-bottom: -30px;
}
.sea-wrap .flex-two .left {
    width: 58%;
}
.sea-wrap .flex-two .left h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #1F1E1F;
    padding-right: 34%;
    letter-spacing: 0.055rem;
    margin-bottom: 24px;
}
.sea-wrap .flex-two .left p {
    margin: 0 0 24px 78px;
}
.sea-wrap .flex-two .left p a {
    color: #65686B;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    display: block;
    margin: 39px 0 0 0;
    font-weight: 500;
    position: relative;
}
.sea-wrap .flex-two .left p a:after {
    content: "";
    display: block;
    width: 27px;
    background-color: #B1B2B4;
    height: 1px;
    top: 12px;
    position: absolute;
    left: 127px;
    transition: all 0.5s;
}
.sea-wrap .flex-two .left p a:hover:after {
    width:45px;
    background-color: #65686B;
}
.sea-wrap .flex-two .left p a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 9px;
    left: 152px;
    transition: all 0.5s;
}
.sea-wrap .flex-two .left p a:hover:before {
    left: 170px;
    border-left: 5px solid #65686B;
}
.extra-social {
    max-width: 1018px;
    margin: 0 auto 45px;
}
.extra-social .topper {
    display: flex;
    justify-content: space-between;
    margin: 61px 0 -1px;
    padding: 0 10px;
    letter-spacing: 0.085rem;
}
.extra-social .topper .right ul {
    display: flex;
    font-size: 14px;
    margin: 26px 0 0;
    letter-spacing: 0.1rem;
}
.extra-social .topper .right ul li {
    margin: 0 0 0 27px;
}
.extra-social .lower-soc {
    text-align: right;
    color: #65686B;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.14rem;
    padding: 0 10px;
    margin: 7px 0 0;
    font-weight: 500;
}
.extra-social .lower-soc a {
    color: #65686B;
}

/* Book
--------------------------------------------- */ 
.page-template-page-book .ki .inner .left .about-down a{
    padding: 5px 8px 8px!important;
    margin: 16px 0 0 0;
}
.page-template-page-book .ki .inner .left .text a {
    border: 1px solid white;
    padding: 17px 42px 14px 29px;
    font-weight: 500;
    letter-spacing: 0.13rem;
    margin-bottom: 0;
}
.page-template-page-book .ki {
    max-width: 1218px;
    background: #CBA175;
    margin: 0px auto 0;
    padding: 0 30px 25px;
}
.page-template-page-book .ki .inner .right {
    width: 570px;
    height: 645px;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    margin-bottom: -55px;
}
.page-template-page-book .ki .inner .left .text h2 {
    letter-spacing: 0.11rem;
    border-bottom: 1px solid white;
    padding-bottom: 59px;
    font-size: 40px;
    margin-bottom: 25px;
}
.page-template-page-book .ki .inner .left .text a:after {
    display: none;
}
.page-template-page-book .ki .inner .left .text a:before{
        content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid rgba(255, 255, 255, 1);
    position: absolute;
    top: 24px;
    left: 172px;
    transition: all 0.5s;
}
.page-template-page-book .ki .inner .left .text a:hover:before {
    left: 172px;
    border-left: 5px solid rgb(203, 161, 116);
}
.page-template-page-book .ki .inner .left .text a:hover {
    color:rgb(203, 161, 116);
    background:white;
}
.page-template-page-book .ki .inner .left .text .about-down a:before {
    content: "";
    display: block;
    width: 1px;
    height: 0px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
    border:none;
}
.page-template-page-book .ki .inner .left .text .about-down a:hover {
    background:transparent;
}
.page-template-page-book .ki .inner .left .text .about-down a:hover:before {
    height:13px;
}
.page-template-page-book .ki .inner .left .text .about-down a:after { display: none; }
.page-template-page-book .ki .inner .left p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.055rem;
    line-height: 1.75;
    margin-bottom: 44px;
}
.page-template-page-book .ki .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.06rem;
    padding-right: 2%;
    margin: -19px 0 17px;
    color: white;
}
.page-template-page-book .ki .inner .left {
    width: 42%;
    color: white;
    padding: 80px 0 0px 79px;
}
.about-book-wrap {
    margin: 59px 0 0 0;
    padding-top: 50px;
}
.about-book-wrap .flex-one {
    max-width: 1004px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}
.about-book-wrap .flex-one .left {
    width: 409px;
    height: 612px;
    background-size: cover;
    background-position: center;
}
.about-book-wrap .flex-one .right {
    width: 49.3%;
}
.about-book-wrap .flex-one .right h2 {
    border-bottom: 1px solid #65686B;
    margin: 150px 0 47px;
    padding-bottom: 32px;
    letter-spacing: 0.09rem;
    text-transform: capitalize;
}
.about-book-wrap .flex-one .right h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #1F1E1F;
    letter-spacing: 0.055rem;
    padding-right: 21%;
    margin-bottom: 22px;
}
.about-book-wrap .flex-one .right p {
    padding-right: 16%;
}
h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #1F1E1F;
}
.about-book-wrap .flex-two .right {
    width: 324px;
    height: 485px;
    background-size: cover;
    background-position: center;
    margin-top: 43px;
}
.about-book-wrap .flex-two .left {
    width: 58.5%;
}
.about-book-wrap .flex-two .left p {
    letter-spacing: 0.017rem;
    margin-bottom: 27px;
    padding-right: 9px;
}
.about-book-wrap .flex-two .left h6 {
    margin: 42px 0 22px;
    padding-right: 28%;
    letter-spacing: 0.055rem;
}
.about-book-wrap .flex-two .left p {
    padding-left: 87px;
}
.about-book-wrap .flex-two .left a {
    color: #CBA175;
    border: 1px solid #CBA175;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.14rem;
    padding: 13px 40px 14px 28px;
    margin: 16px 0 0;
    position: relative;
    display: inline-block;
}
.about-book-wrap .flex-two .left a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #CBA175;
    position: absolute;
    top: 23px;
    left: 172px;
    transition: all 0.5s;
}
.about-book-wrap .flex-two .left a:hover {
    background:#CBA175;
    color:white;
}
.about-book-wrap .flex-two .left a:hover:before {
    border-left: 5px solid #fff;
}
.about-book-wrap .flex-two {
    max-width: 1004px;
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
}
.reviews-wrap {
    max-width: 1220px;
    margin: 68px auto 0;
    position: relative;
}
.reviews-wrap .inner {
    max-width: 1186px;
    background: rgba(101, 104, 107, 0.05);
    padding: 30px;
    margin: 0 0 0 32px;
    display: flex;
    justify-content: space-between;
}
.reviews-wrap .review-icon {
    width: 150px;
    position: absolute;
    top: -75px;
    right: 9.2%;
}
.reviews-wrap .inner .left {
    width: 515px;
    height: 644px;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 -60px;
}
.reviews-wrap .inner .right {
    width: 50.8%;
}
.the-review {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.018rem;
    padding-right: 13.7%;
}
.reviews-slider h2 {
    width: 196px;
    border-bottom: 1px solid #A2A1A3;
    margin: 75px 0 24px;
    padding-bottom: 34px;
    letter-spacing: 0.1rem;
}
.reviews-slider p.by {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.047rem;
}
.reviews-slider h4.title {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    margin: 43px 0 23px;
}
.page-template-page-book .home-cat-wrap {
    margin: 27px 0 0;
}
.reviews-slider .nextright {
        display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #65686B;
    margin: 40px 0 0;
    letter-spacing: 0.18rem;
    font-weight: 500;
    position: relative;
}
.reviews-slider .nextright:hover {
    cursor: pointer;
}
.reviews-slider .nextright:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 10px;
    left: 83px;
    transition: all 0.5s;
}
.reviews-slider .nextright:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 13px;
    position: absolute;
    left: 57px;
    transition: all 0.5s;
}
.reviews-slider .nextright:hover:before {
    border-left: 5px solid #65686B;
        left: 102px;
}
.reviews-slider .nextright:hover:after {
    background-color: #65686B;
    width:45px;
}

/* TV
--------------------------------------------- */ 
.page-template-page-tv .ki {
    max-width: 1218px;
    background: #C57F75;
    margin: 0px auto 0;
    padding: 0 30px 25px;
}
.page-template-page-tv .ki .inner .right {
    width: 570px;
    height: 645px;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    margin-bottom: -55px;
}
.page-template-page-tv .ki .inner .left .text h2 {
    letter-spacing: 0.11rem;
    border-bottom: 1px solid white;
    padding-bottom: 59px;
    font-size: 40px;
    margin-bottom: 26px;
}
.page-template-page-tv .ki .inner .left p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.057rem;
    line-height: 1.75;
    margin-bottom: -5px;
}
.page-template-page-tv .ki .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.06rem;
    padding-right: 16%;
    margin: 30px 0;
    color: white;
}
.page-template-page-tv .ki .inner .left {
    width: 42%;
    color: white;
    padding: 79px 0 0px 78px;
}
.page-template-page-tv .about-down a {
    margin: 52px 0 0 0;
}
.appearances {
    max-width: 1002px;
    margin: 79px auto 0;
    padding-top: 12px;
}
.appearances h2 {
    letter-spacing: 0.09rem;
    padding-bottom: 29px;
}
.appearances .features li {
    border-top: 1px solid #65686B;
    padding: 30px 0;
}
.appearances .features li:last-child{
    border-bottom: 1px solid #65686B;
}
.appearances .features li .flex .right {
    width: 494px;
    height: 393px;
    background-size: cover;
    background-position: center;
}
.appearances .features li .flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.appearances .features li .flex .left {
    width: 48%;
}
.appearances .features li .flex .left p.sub {
    color: #151415;
    font-size: 14px;
    text-transform: uppercase;
    margin: -5px 0 48px;
    letter-spacing: 0.065rem;
}
.appearances .features li .flex .left h3 {
    line-height: 34px;
    padding: 0px 20% 0 0;
    text-transform: capitalize;
    letter-spacing: 0.08rem;
}
.appearances .features li .flex .left a {
    color: #65686B;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    position: absolute;
    bottom: 64px;
    font-weight: 500;
}
.appearances .features li .flex .left a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 10px;
    left: 145px;
    transition: all 0.5s;
}
.appearances .features li .flex .left a:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 13px;
    position: absolute;
    left: 119px;
    transition: all 0.5s;
}
.appearances .features li .flex .left a:hover:before {
    border-left: 5px solid #65686B;
    left: 164px;
}
.appearances .features li .flex .left a:hover:after {
    background-color: #65686B;
    width:45px;
}
.features {
    max-height: 1820px;
    overflow: hidden;
    transition: all 0.5s;
}
.features.full {
    max-height: inherit;
}
.lm {
    color: #65686B;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    margin: 42px 0 -6px;
    font-weight: 500;
    position: relative;
}
.lm:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 10px;
    left: 145px;
    transition: all 0.5s;
}
.lm:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 13px;
    position: absolute;
    left: 119px;
    transition: all 0.5s;
}
.lm:hover:before {
    border-left: 5px solid #65686B;
    left: 164px;
}
.lm:hover:after {
    background-color: #65686B;
    width:45px;
}
.lm:hover {
    cursor: pointer;
}
.lm.hideme {
    display: none;
}
/* Contact
--------------------------------------------- */  
.page-template-page-contact .ki {
    max-width: 1218px;
    background: #F7F7F7;
    margin: 0px auto 136px;
    padding: 0 30px 25px;
}
.page-template-page-contact .ki .inner .right {
    width: 570px;
    height: 645px;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    margin-bottom: -55px;
}
.page-template-page-contact .ki .inner .left .text h2 {
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #65686B;
    padding-bottom: 60px;
    font-size: 40px;
    margin-bottom: 15px;
}
.page-template-page-contact .ki .inner .left p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.055rem;
    line-height: 1.75;
    margin-bottom: 45px;
    color:#151415;
}
.page-template-page-contact .ki .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.06rem;
    padding-right: 18%;
    margin: 30px 0;
    color: #151415;
}
.page-template-page-contact .ki .inner .left {
    width: 42%;
    padding: 79px 0 0px 78px;
    color: #151415;
}
.page-template-page-contact .ki .inner .left .text a{
    color: #151415;
    letter-spacing: 0.055rem;
    font-size: 14px;
    font-weight: 400;
}
.page-template-page-contact .ki .inner .left .text a:before, .page-template-page-contact .ki .inner .left .text a:after {
	display:none;
}
.contact-icon {
    width: 150px;
    position: absolute;
    bottom: -76px;
    left: 8.95%;
}
/* Shop
--------------------------------------------- */  
.page-template-page-shop .about-down a {
    width: 31px;
    height: 31px;
    border: 1px solid #64676b;
    border-radius: 50%;
    padding: 5px 5px 8px;
    display: block;
    margin: 73px 0 0 0;
}
.page-template-page-shop .ki {
    max-width: 1218px;
    background: #E6E4DF;
    margin: 0px auto 0;
    padding: 0 30px 25px;
}
.page-template-page-shop .ki .inner .right {
    width: 570px;
    height: 645px;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    margin-bottom: -55px;
}
.page-template-page-shop .ki .inner .left .text h2 {
    letter-spacing: 0.09rem;
    border-bottom: 1px solid #65686B;
    padding-bottom: 59px;
    font-size: 40px;
    margin-bottom: 25px;
}
.page-template-page-shop .ki .inner .left p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.057rem;
    line-height: 1.75;
    margin-bottom: 36px;
}
.page-template-page-shop .ki .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.056rem;
    padding-right: 18%;
    margin: 30px 0;
    color: #151415;
}
.page-template-page-shop .ki .inner .left {
    width: 42%;
    color: #151415;
    padding: 80px 0 0px 78px;
}
.page-template-page-shop .ki .inner .left ul li a {
     color: #151415;
    font-size: 20px;
    font-family: freight-big-pro, serif;
    text-transform: capitalize;
    letter-spacing: 0.05rem;
    font-weight: 400;
}
.page-template-page-shop .ki .inner .left ul li a:hover {
	font-style:italic;
}
.page-template-page-shop .ki .inner .left ul li a:before, .page-template-page-shop .ki .inner .left ul li a:after {
    display: none;
}
.page-template-page-shop .ki .inner .left .text .about-down a:before {
    content: "";
    display: block;
    width: 1px;
    height: 0px;
    background:#64676b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
    border:none;
}
.page-template-page-shop .ki .inner .left .text .about-down a:hover {
    background:transparent;
}
.page-template-page-shop .ki .inner .left .text .about-down a:hover:before {
    height:13px;
}
.page-template-page-shop .ki .inner .left .text .about-down a:after { display: none; }

.page-template-page-shop .ki .inner .left ul{
    column-count: 2;
    width: 79%;
    line-height: 1.2;
    margin: 0 0 138px;
}
#shop-blocks {
    max-width: 1003px;
    margin: 78px auto;
}
#shop-blocks h2 {
    border-bottom: 1px solid #A2A1A3;
    padding: 36px 0 34px;
    letter-spacing: 0.09rem;
}
#shop-blocks .shop-items .image {
    width: 154px;
    height: 154px;
    background-size: cover;
    background-position: center;
}
#shop-blocks .shop-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 49px 0 59px;
    max-height: 331px;
    overflow: hidden;
}
#shop-blocks .shop-items.full {
    max-height: inherit;
}
#shop-blocks .shop-items li {
    margin: 0 13px 7px 0;
}
.shop-lm {
    font-size: 14px;
    color: #65686B;
    font-weight: 500;
    letter-spacing: 0.16rem;
    margin: 36px 0 40px;
    position: relative;
}
.shop-lm:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 10px;
    left: 145px;
    transition: all 0.5s;
}
.shop-lm:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 13px;
    position: absolute;
    left: 119px;
    transition: all 0.5s;
}
.shop-lm:hover:before {
    border-left: 5px solid #65686B;
    left: 164px;
}
.shop-lm:hover:after {
    background-color: #65686B;
    width:45px;
}
.shop-lm.hideme {
    display: none;
}



.shop-lm:hover {
    cursor: pointer;
}



/* Index/Archives/Search
--------------------------------------------- */  
.alm-reveal {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.archive-wrap {
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.archive-wrap article {
    width: 324px;
    margin: 0 26px 72px;
    border-top: 1px solid #65686B;
    padding-top: 24px;
}
.archive-wrap article a.atitle {
        width: 100%;
    position: relative;
}
.archive-wrap article a.atitle .go {
        width: 31px;
    height: 31px;
    border: 1px solid #B1AF9D;
    border-radius: 50%;
    padding: 0px 9px 0px;
    position: absolute;
    bottom: 35px;
    right: 0;
}
.archive-wrap article a.atitle .go:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #B1AF9D;
    transition: all 0.5s;
    position: absolute;
    top: 15px;
    left: 0;
}
.archive-wrap article a.atitle .go:hover:before {
    width:13px;
}
.archive-wrap article #hero-image {
    width:324px;
    height: 324px;
    background-size: cover;
    background-position: center;
}
.archive-wrap article .cat {
        font-size: 14px;
    text-transform: uppercase;
	max-height:60px;
	overflow:hidden;
}
.archive-wrap article .cat span:last-child {
	display:none;
}
.archive-wrap article .cat span {
	margin: 0 5px;
}
.archive-wrap article h5 {
    font-family: freight-big-pro, serif;
    font-size: 24px;
    margin: 23px 0 27px;
    line-height: 1.4;
    text-transform: capitalize;
    padding-right: 10%;
    font-weight: 400;
    letter-spacing: 0.06rem;
}
.page-id-1431 .archive-wrap article a.atitle .go {
    border: 1px solid #cba174;
    background-image: url(/karlenekarst.com/wp-content/uploads/2020/07/yellowarrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.page-id-1431 .archive-wrap article a.atitle .go img {
    display: none;
}
.page-id-1431 .archive-wrap article a.atitle .go:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #CBA175;
    transition: all 0.5s;
    position: absolute;
    top: 15px;
    left: 0;
}
.page-id-1431 .archive-wrap article a.atitle .go:hover:before {
    width:13px;
}
.blog-lm {
    max-width: 1200px;
    margin: -25px auto 102px;
}
.blog-lm button {
    color: #65686B;
    margin: -10px 0 105px 41px;
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    padding-left: 21px;
    position: relative;
    width: 220px;
    text-align: left;
}
.blog-lm button.done {
	display:none;
}
.blog-lm button:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 11px;
    left: 161px;
    transition: all 0.5s;
}
.blog-lm button:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 14px;
    position: absolute;
    left: 135px;
    transition: all 0.5s;
}
.blog-lm button:hover:before {
    border-left: 5px solid #65686B;
    left: 180px;
}
.blog-lm button:hover:after {
    background-color: #65686B;
    width:45px;
}
.latest-title p {
    text-align: left;
    font-family: freight-big-pro, serif;
    font-size: 34px;
    margin: 0 auto 0px;
    text-transform: capitalize;
}
.latest-title {
    max-width: 1079px;
    margin: 45px auto 50px;
    padding-bottom: 20px;
}
.search-block {
    background: rgba(101, 104, 107, 0.05);
    padding: 5px;
    margin: 0 auto 0px;
	width:100%;
}
.search-block .inner {
    max-width: 1077px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.search-block .inner .right {
    width: 532px;
    height: 323px;
    background-size: cover;
    background-position: center;
    margin: -36px 0 93px 0;
}
.search-block .inner .left h2 {
    color: #151415;
    border-bottom: 1px solid #65686B;
    margin: 100px 0 54px 1px;
    padding-bottom: 34px;
    width: 408px;
    text-transform: capitalize;
    letter-spacing: 0.085rem;
}
.search-block .inner .left .open-search {
    color: #65686B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    margin: 0 0 0 0px;
    position: relative;
}
.search-block .inner .left .open-search:hover {
    cursor: pointer;
}
.search-block .inner .left .open-search:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 11px;
    left: 106px;
    transition: all 0.5s;
}
.search-block .inner .left .open-search:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 14px;
    position: absolute;
    left: 80px;
    transition: all 0.5s;
}
.search-block .inner .left .open-search:hover:before {
    border-left: 5px solid #65686B;
    left: 125px;
}
.search-block .inner .left .open-search:hover:after {
    background-color: #65686B;
    width:45px;
}
.wpp-list {
        max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-wrap {
    margin: 0px 0 0;
    padding: 5px;
    position: relative;
    z-index: 8;
}
.c-wrap .inner {
    max-width: 1000px;
    margin: 0 auto -85px;
    display: flex;
    justify-content: space-between;
}
.c-wrap .inner .left {
    width: 494px;
}
.c-wrap .inner .left .single-wrap {
        position: relative;
}
.c-wrap .inner .left .single-wrap .c-icon {
    width: 198px;
    position: absolute;
    bottom: -143px;
    left: -58px;
}
.c-wrap .inner .left .hero-image {
        width: 100%;
    height: 627px;
    background-size: cover;
    background-position: center;
}
.c-wrap .inner .left a {
    display: block;
    position: relative;
}

.page-id-1446 .c-wrap .inner .left a .go, .page-id-1446 .c-wrap .inner .right a .go, .page-id-1446 .archive-wrap article a.atitle .go {
    border: 1px solid #beb4ae;
    background-image: url(/karlenekarst.com/wp-content/uploads/2020/07/greyarrow.png);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}
.page-id-1446 .c-wrap .inner .left a .go:before, .page-id-1446 .c-wrap .inner .right a .go:before, .page-id-1446 .archive-wrap article a.atitle .go:before {
    background: #beb4ae;
}
.page-id-1446 .c-wrap .inner .left a .go img, .page-id-1446 .c-wrap .inner .right a .go img, .page-id-1446 .archive-wrap article a.atitle .go img {
    display: none;
}


.page-id-1444 .c-wrap .inner .left a .go, .page-id-1444 .c-wrap .inner .right a .go, .page-id-1444 .archive-wrap article a.atitle .go {
    border: 1px solid #c57f75;
    background-image: url(/karlenekarst.com/wp-content/uploads/2020/07/pinkarrow.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.page-id-1444 .c-wrap .inner .left a .go:before, .page-id-1444 .c-wrap .inner .right a .go:before, .page-id-1444 .archive-wrap article a.atitle .go:before {
    background: #c57f75;
}
.page-id-1444 .c-wrap .inner .left a .go img, .page-id-1444 .c-wrap .inner .right a .go img, .page-id-1444 .archive-wrap article a.atitle .go img {
    display: none;
}

.page-id-1442 .c-wrap .inner .left a .go, .page-id-1442 .c-wrap .inner .right a .go, .page-id-1442 .archive-wrap article a.atitle .go {
    border: 1px solid #b1af9d;
    background-image: url(/karlenekarst.com/wp-content/uploads/2020/07/greenarrow.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.page-id-1442 .c-wrap .inner .left a .go:before, .page-id-1442 .c-wrap .inner .right a .go:before, .page-id-1442 .archive-wrap article a.atitle .go:before {
    background: #b1af9d;
}
.page-id-1442 .c-wrap .inner .left a .go img, .page-id-1442 .c-wrap .inner .right a .go img, .page-id-1442 .archive-wrap article a.atitle .go img {
    display: none;
}



.c-wrap .inner .left a .go {
        width: 31px;
    height: 31px;
    border: 1px solid #CBA175;
    border-radius: 50%;
    padding: 0px 9px 0 10px;
    position: absolute;
    bottom:8px;
    right: 0;
}
.c-wrap .inner .left a .go:before {
    content:"";
    display: block;
    width: 0px;
    height:1px;
    background: #CBA175;
    transition: all 0.5s;
    position: absolute;
    top: 15px;
    left: 0;
}
.c-wrap .inner .left a .go:hover:before {
    width:13px;
}
.c-wrap .inner .right a .go:before {
    content:"";
    display: block;
    width: 0px;
    height:1px;
    background: #CBA175;
    transition: all 0.5s;
    position: absolute;
    top: 15px;
    left: 0;
}
.c-wrap .inner .right a .go:hover:before {
    width:13px;
}
.c-wrap .inner .left h2 {
    line-height: 1.25;
    margin: 95px auto 34px;
    padding-bottom: 44px;
    letter-spacing: 0.11rem;
    font-size: 40px;
}
.c-wrap .inner .left .more {
        display: block;
    color: #65686B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.17rem;
    margin: 73px 0 0;
}
.c-wrap .inner .right {
    width: 425px;
    margin-top: 73px;
}
.c-wrap .inner .right .open-search {
    color: #65686B;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin: 34px 0 89px;
    letter-spacing: 0.15rem;
    padding-right: 57px;
    position: relative;
}
.c-wrap .inner .right .open-search:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 10px;
    right: 17px;
    transition: all 0.5s;
}
.c-wrap .inner .right .open-search:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 13px;
    position: absolute;
    right: 22px;
    transition: all 0.5s;
}
.c-wrap .inner .right .open-search:hover {
    cursor: pointer;
}
.c-wrap .inner .right .open-search:hover:before {
    border-left: 5px solid #65686B;
    right: -1px;
}
.c-wrap .inner .right .open-search:hover:after {
    background-color: #65686B;
    width:45px;
    right: 3px;
}
.c-wrap .inner .right .hero-image {
        height: 325px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.c-wrap .inner .right a {
    display: block;
    position: relative;
}
.c-wrap .inner .right a .go {
        width: 31px;
    height: 31px;
    border: 1px solid #CBA175;
    border-radius: 50%;
    padding: 0px 9px 0 10px;
    position: absolute;
    bottom:8px;
    right: 0;
}
.c-wrap .inner .cat {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    letter-spacing: 0.05rem;
    margin-left:-5px;
	flex-wrap:wrap;
}
.c-wrap .inner .cat span {
	margin: 0 5px;
}
.c-wrap .inner .cat span:last-child {
	display:none;
}
.c-wrap .inner .cat a {
    margin: 0 5px;
}
.c-wrap .inner h5 {
    font-family: freight-big-pro, serif;
    font-size: 30px;
    font-weight: 400;
    margin: 27px 0 28px;
    letter-spacing: 0.08rem;
    text-transform: capitalize;
    line-height: 1.2;
    padding-right: 60px;
}
.c-wrap .right .single-wrap {
    margin-bottom: 48px;
}
.c-wrap .single-wrap {
    border-top: 1px solid #65686B;
    padding-top: 24px;
}
.c-wrap .inner .more {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: 40px 0;
}
.pop-wrap h2 {
    max-width: 1076px;
    margin: 116px auto 53px;
    letter-spacing: 0.1rem;
}
.pop-wrap {
    margin-bottom: -49px;
}
.more-title-wrap {
    max-width: 1075px;
    margin: 85px auto 54px;
    letter-spacing: 0.09rem;
}
.tax_food-recipes .post-topper{
    background: #FAF5F1;
}
.tax_food-recipes .post-topper .the-cats a {
    color:#CBA175;
}
.tax_nutrition .post-topper {
    background: #f3f3f0;
}
.tax_nutrition .post-topper .the-cats a {
    color: #b1af9d;
}
.tax_wellness .post-topper {
    background:#f9f2f1;
}
.tax_wellness .post-topper .the-cats a {
    color: #c57f75;
}
.tax_lifestyle .post-topper {
    background:#f5f4f3;
}
.tax_lifestyle .post-topper .the-cats a {
    color: #beb4ae;
}
.post-topper {
    padding: 30px 0 0;
    position: relative;
    width: 100%;
    height: 675px;
    z-index: 9;
}
.post-topper #hero-image {
    width: 100%;
    height: 608px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}
.post-topper #hero-image img {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0!important;
}
.post-topper .inner {
    max-width: 1077px;
    margin: 69px auto 0;
    display: flex;
    justify-content: space-between;
}
.post-topper .inner .left {
    width: 529px;
}
.post-topper .inner .right {
    width: 447px;
    border-top: 1px solid #65686B;
    padding: 25px 0 0;
    position: relative;
}
.post-topper .inner .right .about-down {
        position: absolute;
    bottom: 113px;
    left: 0;
}
.post-topper .inner .right .about-down a:before {
    background: #64676b;
}
.post-topper .inner .right .subcats {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
}
.post-topper .inner .right .subcats a:last-child span {
    display: none;
}
.post-topper .inner .right .subcats span {
    margin: 0 2px 0 0;
}
.post-topper .inner .right .subcats span:last-child {
	display:none;
}
.post-topper .inner .right .the-cats {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 24px;
    margin: 75px 0 0;
    letter-spacing: 0.09rem;
    text-transform: capitalize;
}
.post-topper .inner .right .title {
    color: #151415;
    font-family: freight-big-pro, serif;
    font-size: 40px;
    text-transform: capitalize;
    margin: 9px 0 18px;
    letter-spacing: 0.09rem;
    line-height: 1.4;
}
.post-topper .inner .right .date {
    color: #151415;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.066rem;
    margin: 19px 0 42px;
}
.post-topper .inner .right .intro-text p {
    color: #1F1E1F;
    font-size: 20px;
    font-style: italic;
    font-family: freight-big-pro, serif;
    line-height: 30px;
    letter-spacing: 0.05rem;
}
.post-topper .inner .right .about-down a {
    border: 1px solid #65686B;
    padding: 4px 4px 3px;
}
.long-post {
    max-width: 664px;
    margin: 10px auto;
    padding: 83px 0 0;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.025rem;
}
.long-post h2 {
    color: #151415;
    letter-spacing: 0.05rem;
    padding-bottom: 10px;
}
.long-post hr {
    background: #65686B;
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    margin-bottom: 44px;
}
.long-post h3 {
	font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.07rem;
    color: #151415;
    margin-bottom: 20px;
}
.long-post ul {
    font-family: work-sans, sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.06rem;
    margin-bottom: 36px;
}
.long-post ol li {
    margin: 0 0 25px;
    display: flex;
    padding-right: 9%;
    justify-content:flex-start
}

.long-post ol li span {
    display: contents;
}

.long-post ol li strong {
    display: block;
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    margin: -2px 30px 0 0;
}



.long-post a{
display: inline;
	font-style: italic;
	text-decoration: underline;
}

.post-footer {
    max-width: 664px;
    margin: 73px auto 92px;
    border-top: 1px solid #65686B;
    padding: 23px 0 0;
}
.post-footer .bp-footer {
    display: flex;
    justify-content: space-between;
    color: #65686B;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-weight: 500;
}
.post-footer .bp-footer p {
    margin: 0;
    font-size: 12px;
letter-spacing: 0.12rem;
    font-weight: 500;
}
.post-footer .bp-footer a {
    color: #65686B;
}
.post-footer .bp-footer .commenting:hover {
    cursor: pointer;
}
.single-post .related h2 {
    max-width: 1076px;
    margin: 86px auto 53px;
    letter-spacing: 0.09rem;
}
.yarpp-related .archive-wrap article h5{
    margin: 23px 0 29px;
    line-height: 1.25;
}
.yarpp-related .archive-wrap article a.atitle .go {
    bottom:30px;
}
.tax_food-recipes .yarpp-related .archive-wrap article a.atitle .go {
    border: 1px solid #cba175;
    background-image: url(/karlenekarst.com/wp-content/uploads/2020/07/yellowarrow.png);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.tax_food-recipes .archive-wrap article a.atitle .go:before {
    background: #cba175;
}
.tax_food-recipes .yarpp-related .archive-wrap article a.atitle .go img {
    display: none;
}


.tax_wellness .yarpp-related .archive-wrap article a.atitle .go {
    border: 1px solid #c57f75;
    background-image: url(/karlenekarst.com/wp-content/uploads/2020/07/pinkarrow.png);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.tax_wellness .archive-wrap article a.atitle .go:before {
    background: #c57f75;
}
.tax_wellness .yarpp-related .archive-wrap article a.atitle .go img {
    display: none;
}

.yarpp-related a {
    font-weight: 400!important;
}
.related .morelink {
    max-width: 1076px;
    margin: -52px auto 101px;
    color: #65686B;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-weight: 500;
}
.related .morelink a {
    color: #65686B;
    display: inline-block;
    letter-spacing: 0.15rem;
    position: relative;
}
.related .morelink a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 11px;
    right: -38px;
    transition: all 0.5s;
}
.related .morelink a:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 14px;
    position: absolute;
    right: -33px;
    transition: all 0.5s;
}
.related .morelink a:hover:before {
border-left: 5px solid #65686B;
    right: -56px;
}
.related .morelink a:hover:after {
background-color: #65686B;
width:45px;
    right: -52px;
}
.long-post blockquote {
    margin: 20px auto 36px;
    padding: 47px 69px 0 0;
    border-top: 1px solid #64676b;
}
.long-post blockquote p {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.055rem;
    margin-bottom: 36px;
    padding: 0;
    margin: 0;
}
.long-post .gallery {
    display: flex;
    justify-content: space-between;
}
.long-post .gallery figure {
    width:49%;
}
.post-footer .comments.hideme {
    display: none;
}
#comments #disqus_thread iframe {
    height:30px!important;
}
/* Footer
--------------------------------------------- */  
.the-footer {
    max-width: 1217px;
    margin: 60px auto 30px;
}
.the-footer .inner {
    color: white;
    background: #BEB4AE;
    position: relative;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.the-footer .inner .image {
    width: 418px;
    height: 499px;
    background-size: cover;
    background-position: center;
    margin: -60px 0 0;
}
.the-footer .inner .right {
    width: 59%;
}
.formbox .gform_wrapper div.validation_error {
    display: none!important;
}
.formbox .gform_wrapper li.gfield.gfield_error, .formbox .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}
.formbox .gform_wrapper .validation_message {
    color: black;
    font-weight: 500;
    letter-spacing: normal;
    padding: 0!important;
}
.formbox {
    background: white;
    width: 824px;
    height: 213px;
    margin: 0px 0px 0 -141px;
    color: #151415;
    padding: 5px;
}
.formbox h2 {
    margin: 51px 0 17px 79px;
    letter-spacing: 0.09rem;
}
#gform_fields_1 input {
    color: rgba(101, 104, 107, 0.5);
    font-size: 20px;
    font-style: italic;
    font-family: freight-big-pro, serif;
    letter-spacing: 0.05rem;
    border: none;
    border-bottom: 1px solid #A2A1A3;
    width: 239px;
    padding: 0 0 28px;
    margin-bottom:0;
}
#gform_confirmation_message_1 {
        font-size: 14px;
    text-transform: uppercase;
    padding-left: 83px;
}
#gform_fields_1 input::-webkit-input-placeholder { /* Edge */
    color: rgba(101, 104, 107, 0.5);
    font-size: 20px;
    font-style: italic;
    font-family: freight-big-pro, serif;
    letter-spacing: 0.05rem;
}

#gform_fields_1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(101, 104, 107, 0.5);
    font-size: 20px;
    font-style: italic;
    font-family: freight-big-pro, serif;
    letter-spacing: 0.05rem;
}
#gform_fields_1 input::placeholder {
    color: rgba(101, 104, 107, 0.5);
    font-size: 20px;
    font-style: italic;
    font-family: freight-big-pro, serif;
    letter-spacing: 0.05rem;
}
.formbox #gform_fields_1{
    display: flex;
    margin: -28px 0 0 81px!important;
}
.formbox .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .formbox .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .formbox .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}
.formbox .gform_wrapper form {
    display: flex;
}
.formbox .gform_wrapper .gform_footer {
    padding: 0px 0 10px 0;
    margin: 10px 0 0 13px;
    clear: both;
    width: 100%;
    position: relative;
}
.formbox .gform_wrapper .gform_footer:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #B1B2B4;
    position: absolute;
    top: 11px;
    left: 108px;
    transition: all 0.5s;
}
.formbox .gform_wrapper .gform_footer:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #B1B2B4;
    height: 1px;
    top: 14px;
    position: absolute;
    left: 82px;
    transition: all 0.5s;
}
.formbox .gform_wrapper .gform_footer:hover:before {
    border-left: 5px solid #65686B;
        left: 126px;
}
.formbox .gform_wrapper .gform_footer:hover:after {
background-color: #65686B;
width:45px;
}
.formbox .gform_wrapper .gform_footer #gform_submit_button_1{
    color: #65686B;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border: none;
    letter-spacing: 0.17rem;
    font-weight: 500;
}
.footer-menus {
    display: flex;
    justify-content: space-between;
    padding: 0 44px 0 69px;
    width: 101%;
    margin-left: -1%;
}
.footer-menus li {
    position: relative;
    margin-bottom: 7px;
}
.footer-menus li .nav {
    margin: 48px 0 0 0;
}
.footer-menus a {
    font-family: freight-big-pro, serif;
    color: #fff;
    font-size: 20px;
}
.footer-menus li .side{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.14rem;
    position: absolute;
    transform: rotate(-90deg);
    left: -115px;
    text-align: right;
    border-bottom: 1px solid white;
    width: 128px;
    top: 77px;
    height: 43px;
}
.footer-menus li:nth-child(2) .side {
        width: 92px;
    left: -99px;
    top: 62px;
}
.footer-menus li:nth-child(3) .side {
        width: 92px;
    left: -99px;
    top: 62px;
}
.creds {
    text-align: right;
    font-size: 12px;
    color: #65686B;
    text-transform: uppercase;
    margin: 24px 0 42px;
    letter-spacing: 0.13rem;
    font-weight: 500;
}
.creds a {
    color: #65686B;   
    font-weight: 500;
}
/* Site Containers
--------------------------------------------- */  
.site-container {
    margin: 0px auto 0px;
    width: 100%;
}
#site-general-content {
    padding-top: 50px;
    max-width: 80%;
    margin: 0 auto 50px;
}
h3.p-title {
    text-align: center;
    margin: 50px auto 0;
    font-size: 40px;
}
#site-general-content h2 {
        font-weight: 100;
    font-size: 30px;
    margin: 40px 0 10px; 
}
#site-general-content h3 {
    font-weight: 100;
    font-size: 25px;
    margin: 30px 0 10px;
}
#site-general-content p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.55em;
    letter-spacing: 0.037rem;
}
.site-inner {
    clear: both;
    width: 100%;
    margin: 0px auto 0;
    position:relative; 
}

.content {
    width: 100%;
    float: none;
}

.error404 h1.entry-title {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.15rem;
    margin: 150px auto 200px;
    color: #beb4ae;
}
.error404 .entry-content {
    display: none;
}
   
#respond {
    margin: 0px auto;
}

.pagination-previous {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: right;
}

.pagination-next {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: left;
}

#commentform label, .comment-notes {
    display: none;
}

#commentform p {
    margin: 0;
}

#commentform input {
    margin-bottom: 30px;
}

#commentform textarea {
    height: 285px;
    margin-bottom: 20px;
}

#commentform .submit {
    width: 100%;
}

p.logged-in-as {
    font-size: 17px;
    line-height: 30px
}

p.logged-in-as a {
    color: #000;
}

/* Form Styling
------------------------------------------------------------ */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #000;
    text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 20px;
    margin: 0px auto;
}

input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #000;
    -webkit-appearance:none;
    border-radius: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
    -webkit-appearance: none;
    border-radius: 0;
    background: #000;
    border: 0px;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: transparent;
    border: 1px solid #2D4243;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    padding: 13px 42px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    background: none;
    z-index: 1;
    cursor: pointer;
    outline: none;
/*    transition:         0.08s ease-in;
    -o-transition:      0.08s ease-in;
    -ms-transition:     0.08s ease-in;
    -moz-transition:    0.08s ease-in;
    -webkit-transition: 0.08s ease-in;*/
}

::-moz-placeholder {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

.gform_wrapper {
    width: 100%;
    margin: 0px auto 0;
}

.gfield_label {
    display: none;
}

.gf_left_half {
    width: 49%;
    display: inline-block;
}

.gf_right_half {
    width: 49%;
    display: inline-block;
    margin-left: 2%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.announcementbar{
	width:100%;
	min-height:75px;
	background-color:#E8EFDC;
position:relative;
	z-index:9999;
	top:0;
	left:0;
	display:block;
	margin:auto;
}

.announcewrap{
display: flex;
    justify-content: center;
    align-content: center;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #1E7648 !important;
    font-family: freight-big-pro, serif;
    font-style: italic;
    line-height: 33px;
    margin: auto;
    min-height: 60px;
	padding:15px 0;
}


.announcewrap a{
	    color: #1E7648 !important;
display:block;
	position:relative;
}

.announcewrap a:after{
	content:"";
	display:block;
	height:1px;
width:100%;
	position:absolute;
	border-bottom:solid thin #1E7648;
}

.verilyblock .left, .verilyblock .right, .verilyblock .farright {
padding:0;
}

.ki.verilyblock .inner .left {
    width: 100%;
    max-width: 440px;
    color: white;
    padding: 0;
	display:flex;
	justify-content:center;
	align-items:center;
}


.ki.verilyblock .inner .left .text {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.verilyproducts{
	display:block;
	width:100%;
	max-width:290px;
	height:265px;
	display:block;
	margin:auto;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.farright a{
	display:block;
	font-size:12px;
	letter-spacing:0.075em;
	text-align:center;
	line-height:25px;
	    font-family: work-sans, sans-serif;
	text-transform:uppercase;
}

.farright a:after {
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: solid thin #1E7648;
    position: relative;
    display: block;
    max-width: 75px;
    margin: -2px auto 0;
}

.farright span{
font-family: freight-big-pro, serif;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 33px;
    font-style: italic;
    color: #1E7648;
	display:block;
	margin-bottom:25px;
}

.ki.verilyblock .inner .left .text h3{
	color:#000;
}

.farright > *{
	display:block;
	width:100%;
	margin:auto;
	text-align:center;
	color:#1E7648;
}

.verilyblock .farright{
	width:100%;
	max-width:290px;
	margin:auto;
}

.ki.verilyblock .inner .left .text > *{
	display:block;
	margin:auto;
	width:100%;
	text-align:center;
}
.ki.verilyblock .inner .left .text span{
	font-family: freight-big-pro, serif;
	font-size:25px;
	letter-spacing:0.05em;
	line-height:33px;
	font-style:italic;
	color:#1E7648;
}

.ki.verilyblock .inner .left .text h3{
font-size:30px;
	letter-spacing:0.05em;
	line-height:40px;
	
}

.ki.verilyblock .logoicon {
    display: block;
    margin: 22px auto 10px !important;
}

.ki.verilyblock .inner .left .text h3{
	margin-bottom:30px;
	display:block;
}

.ki.verilyblock .inner .right{
	width:100%;
	max-width:310px;
	height:487px;
	border:solid 10px #fff;
	display:block;
	margin:auto;
	color:#1E7648;
}

.ki.verilyblock{
	background-color:#E8EFDC;
	box-sizing:border-box;
	padding:30px;
	display:block;
	}


@media all and (max-width:1220px) {
    .single-post .related h2, .related .morelink, .blog-lm, .post-topper .inner, .latest-title, .more-title-wrap, .more-title-wrap, .search-block .inner, .thepop-wrap, .c-wrap .inner, .pop-wrap h2, .wpp-list, .appearances, .page-template-page-tv .ki, .page-template-page-contact .ki, #shop-blocks, .page-template-page-shop .ki, .reviews-wrap .inner, .about-book-wrap .flex-one, .page-template-page-book .ki, .page-template-page-about .ki, .story-wrap, .extra-social, .home-shop .title-flex, .home-shop ul, .tv-block-wrap, .the-footer, .pop-menu .lower-flexed, .searchbox .widget-area, .sticky-menu .inner, .pop-menu .menu-top, .the-menu .inner, .mrs, .home-cat-wrap ul, .ki, .seen-on, .fr-wrap .inner, .bi {
        max-width: 1000px;
    }
    .post-topper .inner .left {
        width: 50%;
    }
    .thepop-wrap .search-flexed-area {
        max-width: 855px;
            margin: 55px auto 0px;
    }
    .archive-wrap article {
        width: 300px;
        margin: 0 10px 72px;
    }
    .archive-wrap article #hero-image {
        width: 300px;
        height: 300px;
        background-size: cover;
        background-position: center;
    }
    #site-general-content {
        width:95%;
        max-width: 1000px;
    }
    #shop-blocks .shop-items li {
        margin: 0 12px 7px 0;
    }
    .reviews-wrap .inner {
        margin: 0 auto;
    }
    .reviews-wrap .inner .left {
        width: 50%;
    }
    .the-review {
        padding-right:5%;
    }
    .reviews-wrap .review-icon {
        right: 16.2%;
    }
    .page-template-page-tv .ki .inner .right, .page-template-page-contact .ki .inner .right, .page-template-page-about .ki .inner .right, .page-template-page-book .ki .inner .right, .page-template-page-shop .ki .inner .right{
        width:52%;
    }
    .page-template-page-tv .ki .inner .left, .page-template-page-contact .ki .inner .left, .page-template-page-contact .ki.page-template-page-about .ki .inner .left, .page-template-page-book .ki .inner .left, .page-template-page-shop .ki .inner .left {
            padding: 80px 0 0px 33px;
    }
    .page-template-page-tv .ki .inner .left .text h2 {
        font-size:39px;
    }
    .mrs .main-post-slider .flex .right {
        width: 44.4%;
    }
    .mrs .nav-for {
        right:20px;
    }
    .mrs .aright, .mrs .aleft {
        left:55%;
    }
    .home-cat-wrap ul li {
        margin: 0 6px;
    }
    .ki .inner .right {
        width:50%;
    }
    .ki .inner .left {
        padding: 80px 0 0px 50px;
    }
    .bi .inner .right {
        width: 57%;
    }
    .bi .inner .left {
        padding: 51px 0 0px 50px;
    }
    #tv-block .inner .left {
        width:52%;
    }
    .the-footer .inner .image {
        width:36%;
    }
    .formbox {
        width:700px;
    }
    .formbox h2 {
        margin: 48px 0 17px 22px;
        letter-spacing: 0.09rem;
    }
    .formbox #gform_fields_1 {
        display: flex;
        margin: -28px 0 0 25px!important;
    }
    .footer-menus {
        padding: 0 0px 0 38px;
        width: 101%;
    }
    .footer-menus li .side {
        height:32px;
        top: 85px;
        left: -103px;
    }
    .footer-menus li:nth-child(2) .side {
        width: 92px;
        left: -82px;
        top: 70px;
    }
    .footer-menus li:nth-child(3) .side {
        width: 92px;
        left: -79px;
        top: 70px;
    }
    #gform_fields_1 input {
        width:225px;
    }
    .home-cat-wrap ul {
        margin: 0 auto;
    }
    .ns-wrap .inner {
        padding-left: 7.5%;
    }
}

@media all and (max-width:1030px) {
    .about-book-wrap .flex-two, .sea-wrap .flex-one, .sea-wrap .flex-two, .single-post .related h2, .related .morelink, .blog-lm, .post-topper .inner, .latest-title, .more-title-wrap, .more-title-wrap, .search-block .inner, .thepop-wrap, .c-wrap .inner, .pop-wrap h2, .wpp-list, .appearances, .page-template-page-tv .ki, .page-template-page-contact .ki, #shop-blocks, .page-template-page-shop .ki, .reviews-wrap .inner, .about-book-wrap .flex-one, .page-template-page-book .ki, .page-template-page-about .ki, .story-wrap, .extra-social, .home-shop .title-flex, .home-shop ul, .tv-block-wrap, .the-footer, .pop-menu .lower-flexed, .searchbox .widget-area, .sticky-menu .inner, .pop-menu .menu-top, .the-menu .inner, .mrs, .home-cat-wrap ul, .ki, .seen-on, .fr-wrap .inner, .bi {
        max-width: 750px;
    }
    .the-menu .inner .center {
        width: 245px;
        margin: 9px auto 0;
    }
    #menu-main-menu li {
        margin: 0 0 0 20px;
    }
    .the-menu .inner .left ul.social li {
        margin: 10px 20px 0 0;
    }
    .the-menu .inner .left .burger {
        margin-right:35px;
    }
    .pop-menu .lower-flexed {
        margin: 45px auto 0;
    }
    .searchbox .widget-area #text-21 {
        width: 100%;
        margin: 45px auto 9px;
    }
    .searchbox .widget-area h4.widget-title {
        letter-spacing: 0.1rem;
    }
    .searchbox .widget-area #text-22 {
        width:40%;
    }
    .mrs .main-post-slider .flex .right {
        width: 46.4%;
        padding-top: 10px;
    }
    .mrs .nav-for .hero-image {
        width: 120px;
        height: 150px;
    }
    .mrs .nav-for {
        width:250px;
    }
    .mrs {
        height: 520px;
    }
    .mrs .main-post-slider .flex .left .hero-image {
        height:545px;
    }
    .mrs .main-post-slider .flex .right p.next {
        top: 286px;
        left: -16px;
    }
    .mrs .main-post-slider .flex .right p.next:after {
        background: #A2A1A3;
        width: 151px;
        height: 1px;
        content: "";
        display: block;
        position: absolute;
        right: 0px;
        top: 60px;
    }
    .home-cat-wrap ul li .image {
        width:180px;
        height:180px;
    }
    .home-cat-wrap ul li {
    margin: 0 6px;
    width: 24%;
    }
    .home-cat-wrap ul li .image .hover p {
    width: 160px;
    height: 25px;
    top: 90px;
    left: -47px;
    padding-top: 6px;
    }
    .home-cat-wrap {
    background: rgba(190, 180, 174, 0.1);
    margin: -20px 0 0;
    text-align: center;
    padding: 35px 0 75px;
    }
    .sticky-menu .inner .right ul.social li {
        margin: 9px 0px 0 18px;
    }
    #menu-fixed-menu li {
        margin: 10px 9px 0;
    }
    #menu-fixed-menu li a {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.02rem;
    }
    .ki .inner .left {
        padding: 35px 0 0px 0;
    }
    .ki .inner .left .text h6 {
        padding-right:0;
    }
    .ki .inner .right {
        height:495px;
    }
    .seen-on p.side {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #A2A1A3;
    text-align: right;
    transform: rotate(-90deg);
    width: 140px;
    letter-spacing: 0.058rem;
    padding-bottom: 0px;
    height: 37px;
    margin: 0;
    position: absolute;
    top: 23px;
    left: -31px;
    opacity: 0.9;
    }
    .fr-wrap .inner .right {
    width: 48%;
    margin-top: 74px;
    }
    .fr-wrap .inner .left {
    width: 48%;
    }
    .fr-wrap .inner .right .hero-image {
        height:280px;
    }
    .fr-wrap .inner .left .hero-image {
        height: 427px;
    }
    .bi .inner .left {
        padding: 20px 0 0px 0px;
    }
    .bi .inner .right {
        height: 445px;
    }
    .bi .inner .left .text h6 {
        padding-right:0;
    }
    .home-shop ul .image {
    width: 118px;
    height: 118px;
    }
    .home-shop .aleft {
        top:35px;
    }
    .home-shop .aright {
        top:79px;
    }
    #tv-block .inner .right {
    width: 45.7%;
    color: #ffffff;
    padding: 40px 0 0px 16px;
    margin-right: 30px;
    }
    #tv-block .inner .left {
        height:432px;
    }
    .the-footer .inner .image {
        display: none;
    }
.the-footer .inner .right {
    width: 100%;
    padding: 0;
}
.formbox {
    width: 100%;
    margin: 0 0 0 0;
}
.footer-menus {
    padding: 0 60px 0 75px;
    width: 100%;
}
    .sticky-menu .inner .left .burger {
        width:55px;
    }
    .sticky-menu .inner .left {
        width:119px;
    }
    .sticky-menu .inner .right {
        width:78px;
    }
    .sticky-menu .inner .center {
        padding-right: 5px;
    }
    .mrs .aright, .mrs .aleft {
        left: 52.5%;
    }
    .mrs .aright {
        top: 368px;
    }
    .mrs .aleft {
        top:414px;
    }
    .mrs .custom_paging {
        top: 25px;
    }
    .searchbox .widget-area #search-2 {
        width:60%;
    }
    .searchbox .widget-area #nav_menu-2 {
        margin-left: 0;
    }
    .page-template-page-about .ki .inner .left {
        padding: 30px 0 0px 0px;
    }
    .page-template-page-about .ki .inner .left .text h6 {
        padding-right:0;
    }
    .page-template-page-tv .ki .inner .right, .page-template-page-contact .ki .inner .right, .page-template-page-about .ki .inner .right, .page-template-page-book .ki .inner .right, .page-template-page-shop .ki .inner .right {
    width: 53%;
    height: 512px;
    }
    .story-wrap .flex-one .left {
    width: 46%;
    height: 535px;
    background-size: cover;
    background-position: center;
    }
    .story-wrap .flex-one .right h2 {
            margin: 57px 0 0;
    }
    .story-wrap .flex-two .left {
    width: 52%;
    padding: 0px 0 0 0;
    margin-top: -113px;
    }
    .story-wrap .flex-two .left h6 {
            padding-right: 16%;
    margin-bottom: 29px;
    }
    .story-wrap .flex-two .left p {
    margin-left: 36px;
    line-height: 26px;
    margin-bottom: 24px;
    padding-right: 20px;
    }
    .sea-wrap .flex-one .left {
    width: 46%;
    height: 480px;
    background-size: cover;
    background-position: center;
    }
    .sea-wrap .flex-one .right h2 {
    margin: 45px 0 48px;
    border-bottom: 1px solid #65686B;
    padding-bottom: 31px;
    letter-spacing: 0.09rem;
    text-transform: capitalize;
    font-size: 26px;
    }
    .sea-wrap .flex-one .right h6 {
        padding-right:0;
    }
    .sea-wrap .flex-one .right p {
        padding-right: 0;
    }
    .sea-wrap .flex-two .left {
        width: 52%;
    }
    .sea-wrap .flex-two .left h6 {
    padding-right: 0;
    letter-spacing: 0.055rem;
    margin-bottom: 24px;
    margin-top: 0;
    }
    .sea-wrap .flex-two .left p {
        margin: 0 16px 24px 35px;
    }
    .sea-wrap .flex-two .right {
    width: 324px;
    height: 458px;
    background-size: cover;
    background-position: center;
    margin-top: 105px;
    margin-bottom: 70px;
    }
    .page-template-page-tv .ki .inner .left, .page-template-page-contact .ki .inner .left, .page-template-page-contact .ki.page-template-page-about .ki .inner .left, .page-template-page-book .ki .inner .left, .page-template-page-shop .ki .inner .left {
        padding: 30px 0 0px 0px;
    }
    .page-template-page-contact .ki .inner .left .text h6 {
        padding-right:0;
    }
    .page-template-page-shop .ki .inner .right {
        height:480px;
    }
    .page-template-page-shop .ki .inner .left ul {
            margin: 0 0 65px;
    }
    #shop-blocks .shop-items li {
        margin: 0 17px 11px 16px;
    }
    .page-template-page-tv .ki .inner .left .text h2 {
    font-size: 36px;
    line-height: 1;
    padding-bottom: 30px;
    }
    .page-template-page-tv .ki .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.06rem;
    padding-right: 0;
    margin: 21px 0 -27px;
    color: white;
    }
    .appearances h2 {
        padding-bottom:10px;
    }
    .appearances .features li .flex .left h3 {
    line-height: 30px;
    padding: 0px 10% 0 0;
    text-transform: capitalize;
    letter-spacing: 0.08rem;
    font-size: 24px;
    }
    .appearances .features li .flex .right {
    width: 57%;
    height: 320px;
    background-size: cover;
    background-position: center;
    }
    .lm {
    margin: 42px 0 75px;
    }
    .page-template-page-book .ki .inner .left .text h2 {
    letter-spacing: 0.11rem;
    border-bottom: 1px solid white;
    padding-bottom: 24px;
    font-size: 33px;
    margin-bottom: 21px;
    }
    .about-book-wrap .flex-one .right h2 {
        margin: 53px 0 47px;
    }
    .about-book-wrap .flex-one .right h6 {
        font-size: 19px;
        padding-right:0;
    }
    .about-book-wrap .flex-one .left {
        width: 45%;
        height: 500px;
    }
    .page-template-page-book .ki .inner .left .text h6 {
    font-family: freight-big-pro, serif;
    font-style: italic;
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.06rem;
    padding-right: 0;
    margin: -27px 0 13px;
    color: white;
    }
    .features {
    max-height: 1532px;
    overflow: hidden;
    transition: all 0.5s;
    }
    .about-book-wrap .flex-two .left h6 {
    margin: 14px 0 22px;
    padding-right: 16%;
    letter-spacing: 0.055rem;
    font-size: 19px;
    }
    .about-book-wrap .flex-two .left p {
    padding-left: 47px;
    padding-right: 26px;
    }
    .reviews-wrap .inner .left {
    width: 50%;
    height: 450px;
    }
    .c-wrap .inner .right {
    width: 48%;
    margin-top: 73px;
    }
    .c-wrap .inner .left {
    width: 48%;
    }
    .c-wrap .inner .left h2 {
        font-size: 32px;
    }
    .c-wrap .inner .right .hero-image {
        height:280px;
    }
    .c-wrap .inner .left .hero-image {
        height:490px;
    }
    .archive-wrap article {
    width: 300px;
    margin: 0 30px 72px;
    }
    .archive-wrap {
        max-width: 750px;
    }
    .archive-wrap article {
    width: 230px;
    margin: 0 10px 72px;
    }
    .archive-wrap article #hero-image {
    width: 230px;
    height: 230px;
    }
    .blog-lm button {
            margin: -10px 0 105px 0px;
    }
    .search-block .inner .left h2 {
    line-height: 1.2;
    color: #151415;
    border-bottom: 1px solid #65686B;
    margin: 72px 0 54px 1px;
    padding-bottom: 34px;
    width: 84%;
    text-transform: capitalize;
    letter-spacing: 0.085rem;
    }
    .thepop-wrap .search-flexed-area {
    max-width: 650px;
    margin: 40px auto 0px;
    }
    .thepop-wrap .search-flexed-area .image {
    width: 270px;
    height: 365px;
    }
    .thepop-wrap .search-flexed-area .sorting span {
            margin: 20px 0 40px;
    }
    .thepop-wrap .search-flexed-area .sorting h2 span {
        font-size:26px;
    }
    .cat-hidden h2 {
        font-size:26px;
            margin-bottom: 0px;
    }
    .arch-hidden h4 {
            margin: 22px 0 11px;
    }
    .key-hidden #searchsubmit {
        color: #65686B;
        font-size: 14px;
        padding: 0;
        margin: 0;
        border: none;
        position: relative;
        bottom: inherit;
        font-weight: 500;
        letter-spacing: 0.15rem;
        right: 0;
        width: 106px;
        margin: 30px 0;
    }
    .key-hidden input#s {
            margin: 64px auto 0;
    }
    .key-hidden #search-form:after {
        content: "";
        display: block;
        width: 26px;
        background-color: #B1B2B4;
        height: 1px;
        bottom: 7px;
        position: absolute;
        right: 140px;
        transition: all 0.5s;
    }
    .key-hidden #search-form:before {
        right: 135px;
        bottom: 5px;
    }
    .key-hidden #search-form:hover:before {
        right: 121px;
        bottom: 5px;
    }
    .key-hidden #search-form:hover:after {
        right: 126px;
        bottom: 7px;
        width:45px;
    }
    .post-topper .inner .right {
        width:46%;
    }
    .post-topper .inner .right .title {
        font-size:32px;
    }
    .post-topper .inner .right .the-cats {
            margin: 50px 0 0;
    }
    .post-topper #hero-image {
        height:555px;
    }
    .post-topper {
        height:606px;
    }
}

#menu-main-menu li:first-of-type{
	margin-left:0!important;
}

.ki.verilyblock{
	margin:auto!important;
}

.noaft{
		margin-bottom:10px!important;

}

.noaft:after{
	display:none!important;
}

@media all and (max-width:768px) {
	.announcewrap{
		font-size:16px;
		line-height:normal;
	}
	
	.announcewrap a:after{
		bottom:3px;
	}
	
	
	    .ki.verilyblock .inner {
        flex-direction: column;
    }
	
	.ki.verilyblock .inner .right{
		margin:30px auto;
	}
	
    .about-book-wrap .flex-two, .sea-wrap .flex-one, .sea-wrap .flex-two, .single-post .related h2, .related .morelink, .blog-lm, .post-topper .inner, .latest-title, .more-title-wrap, .more-title-wrap, .search-block .inner, .thepop-wrap, .c-wrap .inner, .pop-wrap h2, .wpp-list, .appearances, .page-template-page-tv .ki, .page-template-page-contact .ki, #shop-blocks, .page-template-page-shop .ki, .reviews-wrap .inner, .about-book-wrap .flex-one, .page-template-page-book .ki, .page-template-page-about .ki, .story-wrap, .extra-social, .home-shop .title-flex, .home-shop ul, .tv-block-wrap, .the-footer, .pop-menu .lower-flexed, .searchbox .widget-area, .sticky-menu .inner, .pop-menu .menu-top, .the-menu .inner, .mrs, .home-cat-wrap ul, .ki, .seen-on, .fr-wrap .inner, .bi {
        max-width: 450px;
    }
    .the-menu .inner .right, .the-menu .inner .left ul.social{
        display: none;
    }
    .the-menu .inner .left .burger {
        margin-right: 0;
    }
    .the-menu .inner .left .burger {
        border-right:none;
    }
    .the-menu .inner .right, .the-menu .inner .left {
        width: 35px;
    }
    .the-menu .inner {
        padding-top:0;
        padding-right: 30px;
    }
    .the-menu {
        padding-top: 20px;
        position: relative;
        width: 100%;
        height: 90px;
        background: white;
    }
    .the-menu .inner .center {
        width: 225px;
        margin: 10px auto 0;
    }
    .mrs .main-post-slider .flex {
        display: block;
    }
    .mrs {
        height: auto;
        padding: 0px 20px 15px;
        margin: 0 auto 70px;
    }
    .mrs .main-post-slider .flex .right p.next {
        top: 188px;
        left: -14px;
        z-index: 999;
    }
    .home-cat-wrap {
        padding: 25px 0 55px;
    }
    .mrs .aright, .mrs .aleft {
        left: -1.5%;
    }
    .mrs .nav-for {
            bottom: 27px;
    }
    .mrs .main-post-slider .flex {
        padding-top:50px;
    }
    .mrs .custom_paging {
        top: 13px;
    }
    .mrs .main-post-slider .flex .right .ltitle {
        position: absolute;
        top: -501px;
    }
    .mrs .main-post-slider .flex .left {
        width: 100%;
    }
    .mrs .main-post-slider .flex .left .hero-image {
        height: 450px;
    }
    .mrs .main-post-slider .flex .right {
        width: 100%;
        padding-top: 10px;
        min-height: 355px;
    }
    .mrs .aright, .mrs .aleft {
        left: -1.5%;
    }
    .mrs .aleft {
    top: inherit;
    bottom: 10px;
    }
    .mrs .aright {
    top: inherit;
    bottom: 52px;
    }
    .pop-menu .lower-flexed {
        flex-direction: column-reverse;
        overflow: scroll;
        max-height: 100vh;
    }
    .pop-menu .lower-flexed .righty {
    width: 100%;
    margin-top: 1px;
    }
    .extra-social2 {
    width: 350px;
    margin: 50px auto;
    }
    #menu-hamburger-menu a, .pop-menu .lower-flexed .righty .searchopener {
        font-size:25px;
    }
    .pop-menu .pinkblock {
        display: none;
    }
    #menu-hamburger-menu .sub-menu.showme {
        margin-top:100px;
    }
    .backwego3 {
        background:white;
    }
    .searchbox .widget-area section {
        width: 45%;
    }
    .searchbox .widget-area {
        overflow: scroll;
        max-height: 650px;
    }
    .searchbox .widget-area #text-22 {
    width: 100%;
    margin: 50px 0 0;
    }
    .searchbox .widget-area #search-2 {
    width: 100%;
    margin: 8px 0 0;
    }
    #menu-hamburger-menu li {
        margin-bottom: 18px;
    }
    #menu-hamburger-menu li.space-above {
        margin-top: 45px;
    }
    .home-cat-wrap ul {
        flex-wrap:wrap;
    }
    .home-cat-wrap ul li {
    margin: 0 6px 10px;
    width: 47%;
    }
    .home-cat-wrap ul li .image {
    width: 200px;
    height: 200px;
    }
    .sticky-menu .inner .center, .sticky-menu .inner .right{
        display: none;
    }
    .home .ki {
        padding: 30px 30px 30px;
        margin: 55px auto -70px;
    }
    .ki .inner .right {
    height: 400px;
    width: 100%;
    margin-top: 0;
    }
    .ki .inner .left {
    padding: 10px 0 15px 0;
    width: 100%;
    }
    .slider-2 {
        width:74%;
    }
    .slider-2 .fs-slide {
        height:54px;
    }
    .seen-on p.side {
        left:-50px;
    }
    .slider-2 .aleft {
        right: -52px;
        top: -19px;
    }
    .seen-on {
            margin: 186px auto 150px;
    }
    .fr-wrap .inner {
        display: block;
        padding-bottom: 50px;
        position: relative;
    }
    .fr-wrap .inner .left {
        width: 100%;
    }
    .fr-wrap .inner .right {
        width: 100%;
        margin-top: 40px;
    }
    .fr-wrap .inner .left .more {
        position: absolute;
        bottom:0;
    }
    .fr-wrap .inner .left h2 {
    color: #CBA175;
    line-height: 1.25;
    margin: 47px auto 5px;
    padding-bottom: 43px;
    letter-spacing: 0.08rem;
    padding-left: 2px;
    font-size: 40px;
    }
    .bi .inner {
            flex-direction: column-reverse;
    }
    .bi .inner .right {
    height: 360px;
    width: 100%;
    }
    .bi .inner .left {
    padding: 5px 0 25px 0;
    width: 100%;
    }
    .bi .inner .left .text h2 {
        margin-bottom: 31px;
        padding-bottom: 25px;
    }
    h1, h2, h3 {
    font-family: freight-big-pro, serif;
    font-size: 26px;
    font-weight: 400;
    }
    .ns-wrap .inner h2 {
        font-size: 30px;
    }
    .fr-wrap .inner h5 {
        font-size: 25px;
    }
    .ki .inner .left .text h2, .bi .inner .left .text h2 {
        font-size: 30px;
    }
    #tv-block .inner {
        flex-direction: column;
    }
    .tv-block-wrap #tv-block {
    max-width: 100%;
    background: #C57F75;
    margin: 0;
    padding: 30px;
    }
    #tv-block .inner .left {
    height: 345px;
    width: 100%;
    margin: 0 auto;
    }
    #tv-block .inner .right {
    width: 100%;
    color: #ffffff;
    padding: 20px 0 0px 0px;
    margin-right: 0px;
    }
    .creds {
        text-align: center;
    }
    .formbox #gform_fields_1 {
    display: block;
    margin: -28px 0 0 25px!important;
    }
    .formbox {
        height: auto;
    }
    .formbox h2 {
    margin: 30px 0 30px 22px;
    letter-spacing: 0.09rem;
    }
    .formbox .gform_wrapper form {
    display: block;
    margin: 30px 0 0;
    }
    #gform_fields_1 input {
    width: 94%;
    padding: 8px 0 14px;
    margin: 14px 0 0;
    }
    .formbox .gform_wrapper .gform_footer {
        margin: 24px 0 0 26px;
    }
    .footer-menus li .side {
    height: 32px;
    top: inherit;
    left: inherit;
    transform: rotate(0deg);
    position: relative;
    text-align: left;
    width: 100%;
    margin: 0;
    }
    .footer-menus li .nav {
    margin: 10px 0 0 0;
    }
    .footer-menus li:nth-child(2) .side {
    width: 100%;
    left: inherit;
    top: inherit;
    }
    .footer-menus li:nth-child(3) .side {
    width: 100%;
    left: inherit;
    top: inherit;
    }
    .footer-menus li {
    position: relative;
    margin-bottom: 7px;
    width: 29%;
    }
    .footer-menus {
    padding: 0;
    width: 100%;
    margin: 40px auto 0;
    }
    .page-template-page-tv .ki .inner .right, .page-template-page-contact .ki .inner .right, .page-template-page-about .ki .inner .right, .page-template-page-book .ki .inner .right, .page-template-page-shop .ki .inner .right {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    }
    .page-template-page-about .ki .inner .left {
    padding: 0;
    width: 100%;
    }
    .page-template-page-about .ki .inner .left .text h2 {
    letter-spacing: 0.1rem;
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    font-size: 35px;
    margin-bottom: 25px;
    }
    .about-down a {
            margin: 48px 0 0 0;
    }   
    .story-wrap .flex-one, .story-wrap .flex-two {
        display: block;
    }
    .story-wrap .flex-one {
        padding-top:30px;
        position: relative;
    }
    .story-wrap .flex-one .right h2 {
    margin: 0px 0 0;
    position: absolute;
    top: -49px;
    padding-bottom: 15px;
    }
    .story-wrap .flex-one .right {
        width: 100%;
    }
    .story-wrap .flex-one .left {
    width: 100%;
    height: 635px;
    background-size: cover;
    background-position: center;
    }
    .story-wrap .flex-one .right h6, .story-wrap .flex-one .right p, .story-wrap .flex-two .left h6 {
        padding-right:0;
    }
    .story-wrap .flex-two .left p {
    margin-left: 0;
    line-height: 26px;
    margin-bottom: 24px;
    padding-right: 0;
    }
    .story-wrap .flex-two .left h6 {
        margin-top:25px;
    }
    .story-wrap .flex-two .right {
    width: 340px;
    height: 490px;
    background-size: cover;
    background-position: center;
    margin-top: 47px;
    }
    .sea-wrap .flex-one {
        flex-direction: column;
        padding-top:50px;
        position: relative;
    }
    .sea-wrap .flex-one .right h2 {
            position: absolute;
    top: -65px;
    padding-bottom: 19px;
    font-size: 25px;
    width: 100%;
    }
    .sea-wrap .flex-one .left {
    width: 100%;
    height: 590px;
    background-size: cover;
    background-position: center;
    }
    .sea-wrap .flex-one .right {
        width: 100%;
    }
    .sea-wrap .flex-two {
        padding: 0;
        flex-direction: column;
    }
    .sea-wrap .flex-two .left {
        width: 100%;
    }
    .sea-wrap .flex-two .left p {
        margin: 0 0 24px;
    }
    .sea-wrap .flex-two .right {
        width: 324px;
        height: 458px;
        background-size: cover;
        background-position: center;
        margin-top: 20px;
        margin-bottom: 70px;
    }
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 33.33%;
    }
    .page-template-page-tv .ki .inner .left, .page-template-page-contact .ki .inner .left, .page-template-page-contact .ki.page-template-page-about .ki .inner .left, .page-template-page-book .ki .inner .left, .page-template-page-shop .ki .inner .left {
        padding: 20px 0 10px 0px;
        width: 100%;
    }
    .page-template-page-contact .ki .inner .left {
        padding: 20px 0 45px 0px;
    }
    .appearances .features li .flex {
        display: block;
    }
    .appearances .features li .flex .left {
        width: 100%;
    }
    .appearances .features li .flex .left p.sub {
            margin: -5px 0 25px;
    }
    .appearances .features li .flex .left a {
        position: relative;
        bottom: inherit;
    }
    .appearances .features li .flex .right {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin: 30px 0 0;
    }
    .features {
    max-height: 1685px;
    overflow: hidden;
    transition: all 0.5s;
    }
    .about-book-wrap .flex-one{
            display: block;
    position: relative;
    padding-top: 60px;
    }
    .about-book-wrap .flex-one .left {
    width: 100%;
    height: 600px;
    }
    .about-book-wrap .flex-one .right h2 {
    margin: 0px 0 47px;
    position: absolute;
    top: -22px;
    padding-bottom: 20px;
    width: 100%;
    }
    .about-book-wrap .flex-one .right {
    width: 100%;
    }
    .about-book-wrap .flex-one .right p {
        padding-right: 0;
    }
    .about-book-wrap .flex-two {
        flex-direction: column-reverse;
    }
    .about-book-wrap .flex-two .right {
        margin-top:0;
    }
    .about-book-wrap .flex-two .left {
    width: 100%;
    padding-top: 20px;
    }
    .about-book-wrap .flex-two .left h6 {
        padding-right:0;
    }
    .about-book-wrap .flex-two .left p {
    padding-left: 0;
    padding-right: 0;
    }
    .reviews-wrap .inner {
    margin: 0 auto;
    display: block;
    }
    .reviews-wrap .inner .left {
    width: 100%;
    height: 425px;
    margin: 0px auto 0;
    }
    .reviews-slider h2 {
    width: 100%;
    border-bottom: 1px solid #A2A1A3;
    margin: 36px 0 24px;
    padding-bottom: 25px;
    letter-spacing: 0.1rem;
    }
    .c-wrap .inner {
        display: block;
        position: relative;
    }
    .c-wrap .inner .left {
        width: 100%;
    }
    .c-wrap .inner .left h2 {
    font-size: 30px;
    margin: 50px auto 20px;
    padding-bottom: 10px;
    }
    .c-wrap .inner .left .single-wrap .c-icon, .c-wrap .inner .right .open-search {
        display: none;
    }
    .c-wrap .inner .right {
    width: 100%;
    margin-top: 45px;
    }
    .reviews-wrap .inner .right {
    width: 100%;
    }
    .story-wrap .flex-two .left {
        width: 100%;
        padding: 0px 0 0 0;
        margin-top: -42px;
    }
    .page-template-page-contact .ki .inner .left .text h2 {
        padding-bottom:30px;
    }
    .slider-2 .aright {
        right: -52px;
        top: 30px;
    }
    .ki .inner{
        flex-direction: column-reverse;
    }
    .pop-wrap h2, .more-title-wrap {
        text-align: center;
    }
    .archive-wrap {
        max-width: 450px;
    }
    .search-block .inner {
        flex-direction: column-reverse;
    }
    .search-block .inner .right {
    width: 100%;
    height: 276px;
    background-size: cover;
    background-position: center;
    margin: -37px 0 0px 0;
    }
    .search-block .inner .left h2 {
            margin: 45px 0 36px 0px;
    padding-bottom: 20px;
    width: 100%;
    }
    .search-block .inner .left .open-search {
            margin: 0 0 50px 0px;
    }
    .thepop-wrap .pinkblock2 {
        display: none;
    }
    .thepop-wrap .search-flexed-area {
    max-width: 100%;
    margin: 40px auto 0px;
    }
    .thepop-wrap .search-flexed-area .pic {
        display: none;
    }
    .thepop-wrap .search-flexed-area .sorting {
    width: 100%;
    position: relative;
    }
    .backwego2 {
        background:white;
    }
    .post-topper .inner {
        flex-direction: column;
        margin:10px auto 0;
    }
    .long-post {
    max-width: 450px;
    margin: 10px auto;
    padding: 43px 0 0;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.025rem;
    }
    .post-footer {
        max-width: 450px;
    }
    .single-post .related h2 {
        text-align: center;
    }
    .post-topper {
    height: auto;
    }
    .post-topper .inner .right {
    width: 100%;
    margin: 30px 0 30px;
    }
    .post-topper .inner .right .about-down {
        display: none;
    }
    .post-topper .inner .left {
    width: 100%;
    }
    .post-topper #hero-image {
    height: 455px;
    }
    .post-topper .inner .right .the-cats {
        margin: 20px 0 0;
    }
    .tax_food-recipes .post-topper {
        height: inherit;
    }
    .archive-wrap article {
    width: 300px;
    margin: 0 10px 72px;
    }
    .archive-wrap article #hero-image {
    width: 300px;
    height: 300px;
    }
	.mrs .aright {
		    padding: 5px 5px 0;
	}
	.home-cat-wrap ul li .image .hover p {
		opacity:1;
	}
	.home-cat-wrap ul li .image .hover {
		width:65px;
	}
	.home-shop .aright, .home-shop .aleft {
		right:-25px;
	}
	.pop-menu .lower-flexed .righty {
		padding-left:60px;
	}
}

@media all and (max-width:481px) {



.mrs .main-post-slider .flex .right h5 {
font-size:26px!important;
margin-bottom:20px!important;
}

.mrs .main-post-slider .flex .right p.next{
	display: none!important;
}


	.extra-social2 {
		display:none;
	}
	#menu-hamburger-menu .sub-menu.showme {
    margin-top: 0;
	}
	.home-shop .title-flex {
		display:block;
		padding: 10px 0 9px;
		text-align:center;
	}
	.home-shop .title-flex .right {
    color: #151415;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1px 68px 0 0;
    letter-spacing: 0.15rem;
    width: 185px;
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
	}
	.tv-block-wrap #tv-block {
    padding: 30px 30px 50px;
}
	.home-shop .title-flex .right:after {
    content: "";
    display: block;
    width: 26px;
    background-color: #65686B;
    height: 1px;
    top: 13px!important;
    position: absolute;
    left: 115px!important;
    transition: all 0.5s;
	}
	.home-shop .title-flex .right:before {
		top: 10px!important;
    left: 140px!important;
	}
	.about-book-wrap .flex-two, .sea-wrap .flex-one, .sea-wrap .flex-two, .single-post .related h2, .related .morelink, .blog-lm, .post-topper .inner, .latest-title, .more-title-wrap, .more-title-wrap, .search-block .inner, .thepop-wrap, .c-wrap .inner, .pop-wrap h2, .wpp-list, .appearances, .page-template-page-tv .ki, .page-template-page-contact .ki, #shop-blocks, .page-template-page-shop .ki, .reviews-wrap .inner, .about-book-wrap .flex-one, .page-template-page-book .ki, .page-template-page-about .ki, .story-wrap, .extra-social, .home-shop .title-flex, .home-shop ul, .tv-block-wrap, .the-footer, .pop-menu .lower-flexed, .searchbox .widget-area, .sticky-menu .inner, .pop-menu .menu-top, .the-menu .inner, .home-cat-wrap ul, .ki, .seen-on, .fr-wrap .inner, .bi {
    max-width: 90%;
}
	.mrs{
max-width:100%;}
.mrs {
    height: auto;
    padding: 5px 10% 15px;
    margin: 0 auto 70px;
}
		.story-wrap {
		max-width:85%;
	}
	.post-topper .inner {
		max-width:90%;
	}
	.story-wrap .flex-one .left {
		height:480px;
	}
	.story-wrap .flex-one {
		margin-bottom:70px;
	}
	.sea-wrap .flex-one .right h2 {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 17px;
	}
	.sea-wrap .flex-one .left {
		height:435px;
	}
	.sea-wrap .flex-one, .sea-wrap .flex-two {
		max-width:85%;
	}
	.mrs .main-post-slider .flex .right .ltitle {
    position: absolute;
    top: -4px;
    font-size: 13px;
}
.b2t {
    display: none;
    position: fixed;
    top: 27px;
    right: 10px;
    z-index: 9999;
    left: inherit;
}

	.mrs .main-post-slider .flex {
    padding-top: 15px;
}
	.slider-2 .aright, .slider-2 .aleft {
		right:-38px;
	}
	.mrs .main-post-slider .flex .right {
		padding-top:40px;
	}
	.mrs .custom_paging {
    top: 422px;
}
	.mrs .main-post-slider .flex .left .hero-image {
    height: 400px;
}
	.ns-wrap .inner h2 em {
    display: block;
    margin-bottom: 8px;}
	.home-cat-wrap ul li a {
display:block;}
	.home-cat-wrap ul li .image {
		width:100%;
	}
	.home-cat-wrap ul li {
    margin: 0 0px 10px;
    width: 48%;
	}
	.home-cat-wrap ul {
    display: flex;
    justify-content: space-between;
	}
	.ns-wrap .inner .single-wrap {
		border-top: 1px solid #65686B;
		width: 290px;
		margin-right: 0;
	}
	.ns-wrap .inner {
		padding-left: 0;
		width: 290px;
		margin: 0 auto;
	}
	.ns-slide .aright {
		display:none!important;
	}
	.ns-wrap .more {
    margin: 20px 0 68px;
}
	.ns-slide .hero-image {
    width: 290px;
    height: 290px;
    background-size: cover;
    background-position: center;
	}
	#life-slider .inner h2 {
		width:80%;
	}
	.ns-wrap .inner h2 {
    font-size: 30px;
    width: 80%;
		    margin-top: 50px;
	}
	.home-shop ul {
		max-width: 290px;
	}
	.home-shop .aright, .home-shop .aleft {
		display:none!important;
	}
	.home-shop {
		position:relative;
	}
	.formbox h2 {
    margin: 30px 0 30px 0px;
    letter-spacing: 0.09rem;
	}
	.formbox #gform_fields_1 {
    display: block;
    margin: -28px 0 0 0px!important;
	}
	.formbox .gform_wrapper .gform_footer {
    margin: 24px 0 0 0px;
	}
	#gform_fields_1 input {
		width:100%;
	}
	.sea-wrap .sea-icon {
    width: 100px;
    position: absolute;
    top: -51px;
    right: 4%;
	}
	#shop-blocks .shop-items li a {
		display:block;
	}
	#shop-blocks .shop-items .image {
		width:100%;
	}
	#shop-blocks .shop-items li {
    margin: 0 4px 11px 16px;
    width: 43%;
	}
	.about-book-wrap .flex-one .left {
    width: 100%;
    height: 510px;
	}
	.about-book-wrap .flex-one .right h6 {
    font-size: 17px;
	}
	.reviews-wrap .inner {
		    padding: 30px 30px 50px;
	}
	.reviews-wrap .review-icon {
    right: 7.2%;
    width: 100px;
    top: -50px;
	}
	.long-post {
		max-width:90%;
	}
	.post-footer {
    	max-width: 90%;
	}
	.the-footer .inner {
		padding: 10px;
	}
	.formbox {
    height: auto;
    padding: 10px 20px;
	}
	.footer-menus li .side {
font-size:12px;}
	.footer-menus a {
    font-family: freight-big-pro, serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
	}
	.pop-menu .lower-flexed .righty .mobile-only {
		display:block;
	}
	.pop-menu .lower-flexed .righty .mobile-only ul.social {
		    display: flex;
    margin: 20px 0;
    font-size: 16px;
    letter-spacing: 0.1rem;
	}
	.pop-menu .lower-flexed .righty .mobile-only ul.social li:first-child:after {
		content:"|";
		display:inline-block;
		margin: 0 10px;
	}
	.searchbox .widget-area {
    overflow: scroll;
    max-height: 690px;
    padding-bottom: 50px;
}
	.page-template-page-about .ki {
		    padding: 0 31px 45px;
	}
	.sea-wrap .flex-one .right h2 em {
		display:block;
	}
	#shop-blocks {
		max-width:85%;
	}
	.page-template-page-tv .ki {
		    padding: 0 30px 45px;
	}
	.c-wrap .inner .left h2 em {
		display:block;
	}
	.post-topper .inner .right .about-down {
display: block;
    bottom: -40px;
	}
	.post-topper .inner {
    padding-bottom: 50px;
	}
	.search-block .inner {
		max-width:85%;
	}
	.search-block .inner .left h2 em {
		display:block;
	}
	.thepop-wrap .search-flexed-area .sorting {
    padding-left: 60px;
	}
	.cat-hidden.c-shown, .arch-hidden.h-shown, .key-hidden.k-shown {
		padding-left:60px;
	}
	.thepop-wrap .search-flexed-area .sorting h2 span {
		display:block;
	}
}