/*
	Theme Name: Teetharejade
	Theme URI: http://rubystudio.dk
	Description: Custom theme for Teetharejade
	Version: 1.0.1
	Author: rubystudio
	Template: thevoux-wp
	Text Domain: teetharejade
	Domain Path: /inc/languages
*/

/* TYPOGRAPHY + COLORS */
:root {
    --title: 'miller-banner', serif;
	--serif: 'linotype-didot', serif;
    --sans-serif: 'museo-sans', sans-serif;

	--black: #000;
	--grey: #9A9A9A;
	--white: #FFF;
	--green: #AFCF9B;
	--red: #ED1C24;
}

/* Generel*/
.titlefont, h1, h2, h3, h4, h5, h6 {
	font-family: var(--title);
}
body {
	padding-right: 15px;
	padding-left: 15px;
}
body p {
	font-family: var(--sans-serif), avenir, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
::-moz-selection {
	/* Code for Firefox */
	color: var(--white);
	background: var(--green);
}

::selection {
	color: var(--white);
	background: var(--green);
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #b0ce9d; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a5c293; 
}

/* Banners */
.banner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.banner.top-banner {
	margin-top: 170px;
	margin-bottom: -30px;
}

.banner.content-banner {
	margin-bottom: 70px;
	margin-top: 0px;
}

.banner.post-banner {
	margin-top: 25px;
	margin-bottom: 20px;
}

.banner.skyscraper {
	position: fixed;
	right: 20px;
	top: 50%;
  	transform: translateY(-50%);
}

body {
	background: var(--white);
	color: var(--black);
	text-align: justify;
	font-family: var(--sans-serif), avenir, sans-serif;
}
.row {
	max-width: 900px;
}
.row .row {
	margin: 0px;
}
.row > .columns {
	padding: 0px;
}

#wrapper [role="main"] {
	padding-top: 100px;
	max-width: 900px;
	margin: 0 auto;
}
.blog-section {
	margin: 0 0 50px;;
}
.thb-selectionSharer{
	display: none !important;
}

/* Header */
.header.style9 .style9-left-side {
	position: fixed;
	top: 78px;
	left: 30px;
	width: 18px;
	z-index: 999;
}
.header .logo .logoimg {
	width: 75px;
	max-height: inherit;
}
.header.style9 .logo .logolink {
	position: fixed;
	top: 20px;
	z-index: 999;
	margin-left: -465px;
	-moz-transform: translate3d(-50%, 0%, 0);
	-webkit-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
}
.header.fixed {
	display: none;
}
.header .header_top {
	padding: 0px;
}
.header-search {
	display: none;
}

/* Header menu */
.mobile-toggle {
	width: 18px;
	height: 18px;
}
.mobile-toggle div {
	width: 18px;
	height: 18px;
}
.mobile-toggle.small span:nth-child(1) {
	top: 0px;
	left:0px;
}
.mobile-toggle.small span:nth-child(2) {
	top: 7px;
	left: 0px;
}
.mobile-toggle.small span:nth-child(3) {
	top: 14px;
	left: 0px;
}
.open-menu .mobile-toggle.small span:nth-child(1) {
	transform: rotate(45deg);
	transform-origin: top left;
	width: 21px;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.open-menu .mobile-toggle.small span:nth-child(2) {
	display: none;
}
.open-menu .mobile-toggle.small span:nth-child(3) {
	transform: rotate(-45deg);
	transform-origin: bottom left;
	width: 21px;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#mobile-menu {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	height: auto;
	top: 100px;
	visibility: visible;
	display: none;
	width: 200px;
	padding: 35px 30px 30px;
	background-color: transparent !important;
	transition: all 0s ease-in-out;
}
.open-menu #mobile-menu{
	visibility: visible;
	z-index: 999;
}
.menu-main-menu .menu-item > a {
	pointer-events: none;
}
#wrapper.open-menu #content-container {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.open-menu #content-container .click-capture {
	background: transparent;
}
.thb-mobile-menu li a,
.thb-mobile-menu .sub-menu li a{
	font-family: avenir, var(--sans-serif), sans-serif;
	color: var(--black);
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.thb-mobile-menu .sub-menu {
	border-top: none;
	padding: 5px 0;
}
.thb-mobile-menu li {
	border-bottom: none;
}
.thb-mobile-menu > li {
	margin: 0 0 30px;
}
.widget_archive {
	list-style: none;
}
.widget_archive ul {
	padding: 5px 0;
}
.widget_archive ul li {
	padding: 0px;
}
.widget_archive h2.widgettitle,
.widget_archive ul li a {
	font-family: var(--sans-serif);
	color: var(--black) !important;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 0px;
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#mobile-menu a:hover,
.widget_archive ul li a:hover{
	color: var(--green) !important;
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu-main-menu > .menu-item-object-page {
	display: none;
}

/* Search */
.search-mobile-menu {
	width: 100%;
}

/* Left bottom area */
.left-bottom-area {
	display: inline-block;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 999;
	max-width: 130px;
}
.left-bottom-area.position-relative{
	position: absolute;
	bottom: 347px;
	left: 15px;
}
.left-bottom-area .searchform, .search-mobile-menu .searchform {
	margin-bottom: 8px;
}
.search-mobile-menu .searchform {
	max-width: 115px;
	margin: 0 auto 50px;;
}
.left-bottom-area form input.search-img {
	width: 15px;
}
.left-bottom-area .searchform input#search, .search-mobile-menu .searchform input#search {
	border: none;
	border-bottom: 1px solid var(--grey);
	background-color: transparent;
	padding: 0px;
	line-height: 15px;
	height: 16px;
	width: calc(100% - 21px);
	font-family: avenir, var(--sans-serif), sans-serif;
	padding-bottom: 1px;
}
.left-bottom-area .searchform fieldset input, .search-mobile-menu .searchform fieldset input {
	margin-bottom: 0px;
	height: 11px;
	vertical-align: bottom;
}

.left-bottom-area .vouge-logo {
	padding: 5px 0;
	width: 90px;
}
.left-bottom-area .some-icon {
	margin-right: 5px;
}
.left-bottom-area .some-icon svg, .some-mobile-menu .some-icon svg{
	max-width: 10px;
	height: 15px;
}
.some-mobile-menu .some-icon svg {
	margin: 0 10px;
}
.vouge-logo svg g {
   	fill: var(--black);
   	transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vouge-logo:hover svg g {
   fill: var(--green);
}
.left-bottom-area .some-icon svg g {
	fill: var(--black);
   	transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.left-bottom-area .some-icon:hover svg g {
	fill: var(--green);
}
body .left-bottom-menu > a {
	font-family: avenir, var(--sans-serif), sans-serif;
	color: var(--black);
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 18px;
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	margin-bottom: 0px;
	display: block;
}
body .left-bottom-menu > a:hover {
	color: var(--green);
}
#left-bottom-about-content,
#left-bottom-contact-content{
  display:none;
}
#left-bottom-about-content.show,
#left-bottom-contact-content.show{
  display:block; /* P.S: Use `!important` if missing `#content` (selector specificity). */
}

.left-bottom-menu {
	position: relative;
	margin-top: 3px;
}

.left-bottom-overlay {
	position: absolute;
	/*left: 75px;*/
	bottom: -10px;
	width: 250px;
	padding: 20px;
	background: var(--black);
	color: var(--white);
	transition: left 0.3s, opacity 0.3s, visibility 0.3s;
	left: 125px;
	opacity: 0;
	visibility: hidden;
}

.left-bottom-overlay.visible-block {
	left: 75px;
	opacity: 1;
	visibility: visible;
}

.left-bottom-overlay img {
	margin-bottom: 5px;
	width: 100%;
}
.left-bottom-overlay p {
	font-family: var(--sans-serif);
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
	margin-bottom: 0px;
	margin-top: 0px;
}
.left-bottom-overlay a {
	color: var(--white);
	font-family: var(--sans-serif);
	font-size: 12px;
	line-height: 14px;
}
.left-bottom-overlay a:hover {
	color: var(--green);
}
#left-bottom-about a, #left-bottom-contact a {
	border-bottom: 1px solid #fff;
	transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#left-bottom-about a:hover, #left-bottom-contact a:hover {
	border-bottom-color: transparent;
	transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	color: var(--white);
}
.left-bottom-overlay .info-button{
	text-align: center;
}
.left-bottom-overlay .info-button a {
	text-decoration: none !important;
	text-transform: uppercase;
}
.left-bottom-overlay svg {
	position: absolute;
	left: -7px;
	width: 8px;
	height: 15px;
	transform: rotate(180deg);
}
#left-bottom-about.left-bottom-overlay svg {
	bottom: 33px;
}
#left-bottom-contact.left-bottom-overlay svg {
	bottom: 13px;
}

/* Loop */
.post-content .post-content-inner,
.post-content .scale-placeholder-post {
	margin: 1em 0;
	font-family: var(--sans-serif), avenir, sans-serif;
	font-weight: 300;
	line-height: 1.8;
}
.blog_nav .fa{
	display: none;
}
#minibox {
	box-sizing: content-box;
}
#minibox,
#minibox a{
	color: #4E4E4E;
}
#minibox a:hover {
	color: var(--white);
}
#black a:hover {
	color: white;
}
body .post-content #minibox a {
	border-bottom: none;
}
#black a {
	border-bottom: none;
}
#overlay a {
	border-bottom: none;
	color: #fff;
}
blockquote {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	margin-left: 30px !important;
	margin-right: 30px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background-color: #ffffff !important;
	border-left: 1px solid var(--grey) !important;
	border-right: 1px solid var(--grey) !important; 
	color: #000000 !important;
	font-family: Didot !important;
	line-height: 1.6 !important;
	font-size: 12.5px !important;
	text-align: center !important;
	-webkit-margin-before: 1em !important;
	-webkit-margin-after: 1em !important;
}

blockquote:before,
blockquote:after {
	display: none !important;
}
.post.style6 {
	margin-bottom: 80px;
}
.post.style6 .post-content.small p {
	padding: 1em 0;
	display: block;
	text-align: justify;
}

td {
	vertical-align: top;
	line-height: 1.8;
}

/* Navigation */
.blog_nav a {
	font-family: var(--sans-serif);
	letter-spacing: 0.6px;
}
.blog_nav a:hover {
	color: var(--green);
}

/* Frontpage */
.post .post-content {
	padding: 0px;
	margin: 0 auto;
	line-height: 1.8;
}
body article header {
	text-align: center;
	border-bottom: 1px solid var(--grey);
}
body article header h5,
.post .post-title h1{
	width: 65%;
	margin: 10px auto 10px;
}
body .last-post article header h5 {
	width: 100%;
}
body article .categories a {
	font-family: avenir;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 3px;
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body article .categories a:hover {
	color: var(--green) !important;
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body article .post-title h5 a,
body article .post-title h1{
	font-family: var(--title);
	font-size: 45px;
	line-height: 50px;
	font-weight: 400;
}
body article .post-title h5 a:hover {
	text-decoration: none !important;
}
body .sponsored p {
	font-family: var(--serif);
	font-style: italic;
	font-size: 12px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 10px;
}
body article .post-content {
	font-family: var(--sans-serif), avenir, sans-serif;
	font-size: 14px;
	position: relative;
	line-height: 1.8;
}
body article .post-content .resize-post img {
	max-width: unset;
}
body article .post-content .original-post img {
	max-width: 900px;
}
body .post-content a {
	color: var(--black);
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

body .post-content a:hover {
	background-color: var(--red);
	color: var(--white);
	border-bottom-color: transparent;
}
body article.post {
	margin: 0 0 30px;
	border-bottom: 1px solid var(--grey);
}
body article .more-link {
	background-color: transparent;
	color: var(--black);
	border: 1px solid var(--grey);
	font-family: avenir, var(--sans-serif), sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.6px;
	padding: 10px 15px;
	height: 30px;
}
body article .more-link:hover {
	background-color: var(--red);
	color: var(--white);
	border-color: var(--red);
}
body article .more-link:after {
	display: none;
}
body article .post-content .entry-txt {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 8px;
	padding-right: 1em;
	display: inline-block;
	text-align: left;
	line-height: 14px;
	transform: rotate(-90deg);
	transform-origin: top right;
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: top right;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: top right;
}
body .last-post article .post-content .entry-txt {
	padding-right: 0px;
}
body article .post-content .entry-txt p {
	font-size: 10px !important;
	line-height: 14px !important;
	text-transform: uppercase;
	padding: 0px !important;
	margin: 0px !important;
}
body article .post-content .entry-txt a {
	color: var(--black);
	font-weight: 600;
	border-bottom: none;
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body article .post-content .entry-txt a.post-edit-link {
	font-weight: 300;
}
body article .post-content .entry-txt a:hover {
	background-color: transparent;
	color: var(--green);
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Pinterest */
a.pinit-button.default.jpibfi-size-small.jpibfi-button-round, a.pinit-button.default.jpibfi-size-small.jpibfi-button-rounded-square, a.pinit-button.default.jpibfi-size-small.jpibfi-button-square {
	width: 30px;
	height: 30px;
}
a.pinit-button.default.jpibfi-size-small .jpibfi-icon-circle {
	font-size: 20px;
}

a.pinit-button.default.jpibfi-size-small .jpibfi-icon-circle:before {
	margin-top: -10px;
	margin-left: -8px;
}
a.pinit-button.custom:hover {
	background: transparent;
}
/* Single post */
.post-content-container {
	padding-left: 0px;
}
.single article {
	margin-bottom: 80px;
}
.post-detail .post-title-container {
	margin-bottom: 0px;
}
#infinite-article>.post-detail-row {
	padding: 0 0 60px;
}
.post .post-content p {
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: justify;
}

.post-content-container p {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.post .post-content p:last-child {
	margin: inherit;
}

.post-content-container+.share-article {
	display: none !important;
}

body.single article.post {
	border-bottom: none;
}

body.single .post-content-container {
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--grey);
}

/* Single post - comments */

.commentlist_parent {
	border: none;
	position: relative;
}

.commentlist_parent.sending:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #dedede;
	opacity: 0.2;
	z-index: 1001;
}

.commentlist_parent.sending:after {
	content: '';
	position: absolute;
	bottom: 3.5%;
	left: 50%;
	border: 2px solid #dadada;
	border-top: 2px solid #293135;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
	margin-left: -20px;
}

.commentlist_parent h3, .comment-respond .comment-reply-title {
	text-align: center;
	font-weight: 400;
	font-family: var(--serif);
	color: var(--black);
}
.commentlist_parent h3, .comment-respond .comment-reply-title a {
	color: var(--black);
}
.comment-respond .comment-reply-title small {
	display: none;
}

.comment-form textarea.error,
.comment-form input.error {
	border-color: #ff626c;
}

#comments ol.commentlist {
	margin: 30px 0;
	width: 100%;
}
.comment-respond {
	padding: 30px 0;
}
#comments ol.commentlist .comment .comment-body, #comments ol.commentlist .comment .comment_container {
	padding-left: 0px;
	font-family: var(--sans-serif);
}
#comments ol.commentlist .comment .comment-content p, #comments ol.commentlist .comment .description p {
	font-weight: 300;
}
#comments ol.commentlist .comment .comment-content a, #comments ol.commentlist .comment .description a, #comments ol.commentlist .comment .comment-author a {
	color: var(--black);
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#comments ol.commentlist .comment .description a:hover, #comments ol.commentlist .comment .comment-author a:hover, #comments ol.commentlist .comment .comment-content a:hover {
	color: var(--green);
	transition: color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#comments ol.commentlist .comment .reply a {
	font-size: 10px;
	color: var(--grey);
}
.comment-respond .comment-notes, .comment-respond .form-allowed-tags, .comment-respond .logged-in-as {
	font-family: var(--serif);
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color: var(--grey);
}
#comments ol.commentlist .comment .comment-metadata {
	left: 0px;
}
#comments ol.commentlist .comment .vcard .says {
	display: none;
}
.comment-respond .row .columns {
	padding: 0px;
}
.comment-respond .row .medium-6.columns:first-child {
	padding-right: 5px;
}
.comment-respond .row .medium-6.columns:last-child {
	padding-left: 0px;
}
.comment-respond input, .comment-respond textarea {
	font-family: var(--sans-serif);
	border-color: var(--grey);
	color: var(--black);
	font-size: 12px;
	font-weight: 500;
}
.comment-respond input::placeholder, .comment-respond textarea::placeholder {
	opacity: 1;
	color: var(--black);
}
.comment-respond .form-submit {
	text-align: right;
	display: inline-block;
	margin-top: 10px;
}
.comment-respond .form-submit input {
	width: 125px;
	background-color: transparent;
	border: 1px solid var(--grey);
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.6px;
	padding: 10px 15px;
	height: 30px;
	font-family: var(--sans-serif);
	font-weight: 500;
}
.comment-respond .form-submit input:hover {
	background-color: var(--red);
	color: var(--white);
	border-color: var(--red);
}
.comment-respond .comment-notes a, .comment-respond .form-allowed-tags a, .comment-respond .logged-in-as a {
	color: var(--green);
}
.comment-respond .comment-notes a:hover, .comment-respond .form-allowed-tags a:hover, .comment-respond .logged-in-as a:hover {
	color: var(--white);
	background: var(--red);
}
#comments ol.commentlist .comment .children, #comments ol.commentlist .comment .comment-body, #comments ol.commentlist .comment .comment_container {
	border-bottom: none !important;
}
.comment-success, .comment-errors {
	font-family: var(--serif);
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color: var(--black);
}

.comment-errors {
	color: var(--red);
}

.comment-success {
	color: var(--black);
}

.comments-privacy {
	position: relative;
	display: flex;
	margin: 5px 0;
}
.privacy-text {
	font-size: 10px;
	margin: 0 0 0 2px;
	line-height: 1.2;
}
label.checkbox-container {
	padding-left: 20px;
	height: 15px;
	vertical-align: top;
}
.checkbox-container input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.checkbox-container .checkmark {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 15px;
  	width: 15px;
  	border: 1px solid var(--grey);
	cursor: pointer;
}
.checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--black);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Single post - Nav */

.post-nav {
	max-width: 900px;
	margin: 55px auto 0;
	padding-top: 55px;
	border-top: 1px solid var(--grey);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
}

.post-nav a {
	font-family: var(--sans-serif);
	color: var(--black);
	letter-spacing: 0.6px;
}
.post-nav a:hover {
	color: var(--green);
}
.post-nav a[rel~="next"] {
	float: left;
}
.post-nav a[rel~="prev"] {
	float: right;
}

/* Static page */
.page-padding {
	padding: 0px;
}

/* Nothing found */
.not-found p {
	color: var(--black);
	font-family: var(--sans-serif);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}


body.search-no-results #wrapper [role="main"] {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Footer */
#footer.style3 {
	border: none;
	padding: 30px 0 0;
}
#footer .row {
	padding: 0px;
	max-width: 100%;
}
#footer.style3 .footer-text {
	padding: 0 15px;
	justify-content: center;
}
#footer.style3 .footer-text p {
	font-family: var(--serif);
	font-style: italic;
	text-transform: none;
	color: var(--black);
	-webkit-margin-before: 0em;
}
#footer.style3 .footer-text a {
	color: var(--black);
}
#footer.style3 .footer-text a:hover {
	color: var(--green);
}
#footer.style3 .footer-text a:first-child {
	font-weight: 600;
	font-style: normal;
}
#footer .row .columns.instagram {
	padding: 0 5px;
}
#sb_instagram #sbi_images {
	padding: 0px !important;
}
#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
	padding: 0 5px !important;;
}

/* Cookie */
.thb-cookie-bar {
	margin-left: -385px;
	left: 50%;
	max-width: 770px;
	padding: 15px;
	background: var(--black);
}
.thb-cookie-bar p {
	font-size: 10px;
}

.thb-cookie-bar a.cookie-link {
	color: var(--white);
	font-family: var(--sans-serif);
	font-size: 10px;
	font-weight: 500;
	margin-left: 8px;
	padding: 0px;
	border: 0px;
}
.thb-cookie-bar a.cookie-link:hover {
	color: var(--white);
	background:transparent;
}

/* 404 page */
.content404>.row {
	background: transparent !important;
	min-height: inherit;
}
.content404 h1 {
	text-align: center;
	font-family: var(--title);
	font-size: 30px;
	line-height: 50px;
	font-weight: 400;
}

@media (min-width: 1100px) {
	.search-mobile-menu,
	.some-mobile-menu{
		display: none;
	}
}
@media (min-width: 1000px) {
	.row > .columns.last-post {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
		display: flex;
		text-align: center;
	}
	.row > .columns.last-post img {
		max-width: 100%;
	}
	.row > .columns.last-post .feature-image {
		margin-top: 1em;
	}
	body .row > .last-post article.post {
		border-bottom: none !important;
		margin-bottom: 0px;
	}
	body .row > .last-post span {
		width: 100%;
		height: 1px;
		display: block;
		background: var(--grey);
	}
	body .row > .last-post .more-link {
		margin: 2em 0;
	}
	.last-post:nth-child(4) {
		padding-right: 25px;
	}
	.last-post:nth-child(5){
		padding-right: 25px;
	}

	.columns.last-post .post-content .post-content-inner {
		display: none;
	}

	.columns.last-post+.columns.last-post {
		margin-left: auto;
	}
}

@media (max-width: 999px) {
	.columns.last-post .feature-image {
		display: none;
	}
	.link-small {
		display: none;
	}

	.post-content-inner.scale-post {
		width: 900px;
		min-width: 900px;
	}

	.post-content-inner.scale-post.scaled {
		position: absolute;
		left: 0;
		top: 0;
		-ms-transform-origin: top left;
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
}

@media (max-width: 1100px) {
/* Header */
	.header.style9 .style9-left-side {
		top: 20px;
		left: 20px;
	}
	.header.style9 .logo .logolink {
		top: 5px;
		left: 0px;
		margin-left: 50%;
		-moz-transform: translate3d(-50%, 0%, 0);
		-webkit-transform: translate3d(-50%, 0%, 0);
		transform: translate3d(-50%, 0%, 0);
	}
	#menu-main-menu .menu-item-object-page {
		display: block;
	}

	body.mobile-search-open {
		width: 100%;
		position: fixed;
		overflow: hidden;
	}
	.header .vouge-logo {
		width: 75px;
	}
	.header-search {
		display: block;
		position: fixed;
		top: 20px;
		right: 15px;
		z-index: 999;
	}

	.header-search .search-open-btn {
		width: 18px;
		height: auto;
		box-sizing: border-box;
		vertical-align: top;
	}
	.header-search .search-open-btn img {
		vertical-align: top;
	}

	.header-search .search-overlay-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		align-items: center;
		background: #fff;
		z-index: 9999;
		text-align: center;
		animation: fade-zoom-in 0.3s;
		display: none;
	}

	.mobile-search-open .search-overlay-wrapper {
		display: flex;
	}

	.mobile-search-closing .search-overlay-wrapper {
		animation: fade-zoom-out 0.3s;
		display: flex;
	}

	.search-overlay-wrapper .search-close-btn {
		display: inline-block;
		width: 30px;
		height: 30px;
		vertical-align: middle;
		position: absolute;
		top: 20px;
		right: 10px;
	}

	.search-overlay-wrapper .search-close-btn span {
		display: block;
		position: absolute;
		width: 22px;
		height: 2px;
		background: #222;
		left: 4px;
	}

	.search-overlay-wrapper .search-close-btn span:nth-child(1) {
		top: 8px;
		transform: rotate(-45deg) translate(-3px, 3px);
	}

	.search-overlay-wrapper .search-close-btn span:nth-child(2) {
		transform: rotate(45deg) translate(-4px, -4px);
		top: 18px;
	}

	.header-search .search-form-wrapper {
		width: 100%;
	}

	.header-search .searchform input#search {
		margin-bottom: 0;
		height: 17px;
		vertical-align: bottom;
		border: none;
		border-bottom: 1px solid var(--grey);
		background-color: transparent;
		line-height: 15px;
		width: 50%;
		font-family: var(--sans-serif);
		padding: 0 0 1px 0;
	}
	
	.search-overlay-wrapper .search-img {
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		vertical-align: bottom;
		margin-bottom: 1px;
	}

	.left-bottom-area {
		display: none;
	}
	
/* Header menu */
	#mobile-menu {
		background-color: var(--white) !important;
		width: 100vw;
		height: auto;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 115px 0 40px 0;
	}
	#mobile-menu .custom_scroll {
		/*display: flex;*/
		justify-content: center;
		padding: 0px;
		text-align: center;
		height:auto;
		max-height: calc(100vh - 155px);
		overflow-y: scroll !important;
  		-webkit-overflow-scrolling: touch !important;
		padding-bottom: 50px;
	}
	.thb-mobile-menu {
		/* display: flex; */
		flex-wrap: wrap;
		align-items: center;
		/*align-content: center;*/
		text-align: center;
		margin: 0px;
	}
	.thb-mobile-menu li {
		width: 100%;
	}
	
/* Loop */
	.post.style6 {
		margin-bottom: 150px;
	}
	body article header h5,
	.post .post-title h1{
		width: 90%;
	}
	body .last-post article header h5 {
		width: 100%;
	}
	body article .post-content .entry-txt {
		position: absolute;
		top: inherit;
		right: inherit;
		left: 0px;
		padding-top: 8px;
		display: inline-block;
		text-align: left;
		transform: rotate(0deg); 
		transform-origin:inherit;
		-ms-transform: rotate(0deg);
		-ms-transform-origin: inherit;
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: inherit;
	}
	
/* Footer */
	#footer.style3 .row .columns {
		flex-wrap: wrap;
	}
}
@media (max-width: 800px) {
	.thb-cookie-bar {
		margin-left: -250px;
		left: 50%;
		max-width: 500px;
		flex-wrap: wrap;
	}
	.thb-cookie-text {
		text-align: center;
	}
	
	.thb-cookie-bar a.cookie-link {
		margin-left: 0px;
		margin-top: 5px;
	}
}

@media (max-width: 640px) {
	.comment-respond .row .medium-6.columns:first-child,
	.comment-respond .row .medium-6.columns:last-child{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.thb-cookie-bar {
		margin-left: 0px;
		left: 0px;
		max-width: 100%;;
	}


}

@media (max-width: 450px) {
	body article .post-content .resize-post p > span.block-absolute:first-child {
		transform: translateY(-6px);
	}
}

@keyframes fade-zoom-in {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fade-zoom-out {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1.1);
		display: none;
	}
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}