@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?nci95x');
	src:  url('fonts/icomoon.eot?nci95x#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?nci95x') format('truetype'),
	  url('fonts/icomoon.woff?nci95x') format('woff'),
	  url('fonts/icomoon.svg?nci95x#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .icon-snapchat::before {
	content: "\e90e";;
  }
  .icon-arrow-up::before {
	content: "\e900";
  }
  .icon-breaking::before {
	content: "\e901";
  }
  .icon-chat::before {
	content: "\e906";
  }
  .icon-connect::before {
	content: "\e907";
	top: 2px;
    position: relative;
  }
  .icon-video::before {
	content: "\e909";
	padding: 0 0.1rem;
  }
  .icon-plus::before {
	content: "\e90a";
  }
  .icon-search::before {
	content: "\e90b";
  }
  .icon-search2::before {
	content: "\e90c";
  }
  .icon-twitter2::before {
	content: "\e90d";
  }
  .icon-facebook::before {
	content: "\e902";
	padding: 0 0.3rem;
  }
  .icon-koreaboo::before {
	content: "\e903";
  }
  .icon-lightning::before {
	content: "\e904";
  }
  .icon-twitter::before {
	content: "\e905";
  }
  .icon-youtube::before {
	content: "\ea9d";
  }
  .icon-pinterest::before {
	content: "\ead1";
  }
  .icon-pinterest2::before {
	content: "\ead2";
  }  
  .icon-instagram::before {
	content: "\ea92";
  }
  .icon-tumblr::before {
	content: "\eab9";
  }
  .icon-x::before {
	content: "\e90d";
  }
  .noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
}

/* Bootstrap */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}



[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

th {
	text-align: left;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
  
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox;
}
  
textarea {
	overflow: auto;
	resize: vertical;
}
  
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row {
	display: flex;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
}

html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

.nav-links a {
	color: #0056b3;
}

.nav-links a:hover {
	color: #007bff;
}

@-ms-viewport {
	width: device-width;
}

body {
	line-height: 1.5;
	color: #212529;
	overscroll-behavior-x: none;
	background-color: #fafafa;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	margin: 0;
}

[tabindex="-1"]:focus {
	outline: 0!important;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

.entry-content figure {
	margin: 0 0 40px;
}

figure[id^=attachment] {
	width: 100% !important;
}

figure[id^=attachment] img[class*="wp-image"],
figure[id^=attachment] img.alignnone,
figure[id^=attachment] picture.k-image>*  {
	left: 0;
	width: 100%;
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	margin-left: 1.5em;
}

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

.widget {
	margin-bottom: 1.5rem;
}

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

embed,
.entry-content iframe,
object {
	width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    position: relative;
    left: -30px;
    padding: 30px;
    background-color: #f7f9fa;
}

.k-article-adbox iframe,
.kb-ads-dynamic iframe,
.vm-placement iframe {
	padding: 0;
	left: 0;
	max-height: none;
}

.k-article-adbox iframe,
.kb-ads-dynamic iframe {
	width: 100%;
	max-width: 100%;
}

iframe.fb_ltr {
	background-color: initial;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 0;
	max-width: 100% !important; /* override fixed max-width on figure element */
	font-size: 10px;
	color: #aeaeae;
	padding-bottom: 10px;
}

.wp-caption-text {
	margin-top: 8px;
	font-weight: 300;
}

.wp-caption .wp-caption-text>a {
	color: #aeaeae;
}

.wp-caption .wp-caption-text>a:hover {
	color: #333;
	text-decoration: none;
}

:root {
	--highlight-color: #60ffbe;
	--highlight-hover-color: #bfffe6;
	background-color: #fafafa;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
}

.nav-links {
	display: none;
}

.new.nav-links,
.new.hp-nav-links {
	display: block;
	background-color: #fff;
	text-align: center;
	padding: 6px 0;
}

.single .highlight {
	background: #e1cfff;
	background: var(--highlight-color);
}

.single .highlight:hover {
	background: #ae7dff;
	background: var(--highlight-hover-color);
}

.navigation.post-navigation {
	display: none;
}

h1.entry-title {
	font-size: 26px;
	font-weight: 600;
	color: #18222B;
	line-height: 1.2;
	margin-bottom: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content span.list-title {
	font-size: 20px;
	font-weight: 600;
	color: #18222B;
	line-height: 1.2;
	margin-bottom: 40px;
}

.entry-content h3 {
	font-size: 20px;
	color: #7b7b7b;
	margin-top: -20px;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.2;
}

.entry-content>p {
	margin-bottom: 40px;
}

.entry-content>p:last-child {
	margin-bottom: inherit;
}

.entry-content>*:first-child {
    margin-top: 0;
}

#page {
	background-color: #fafafa;
}

article.article-preview {
	overflow-y: hidden;
	background-color: #fff;
	position: relative;
	word-break: break-word;
}

.article-preview.size-medium {
	height: 180px;
}

.article-preview.size-small {
	height: 90px;
	margin-bottom: 0.6rem;
}
.article-thumbnail {
	width: 28%;
	height: 180px;
	float: left;
	background-size: cover;
	background-position: center;
	background-color: #ccc;
}

.size-large .article-thumbnail {
	width: 100%;
	height: 270px;
	float: none;
}

.size-small .article-thumbnail {
	width: 35%;
	height: 90px;
}
a .article-preview {
	text-decoration: none;
	color: inherit;
}

.article-preview {
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
}
.article-preview-text {
	position: relative;
	width: 72%;
	height: 180px;
	box-sizing: border-box;
	padding: 1.2rem;
	float: left;
}

.size-small .article-preview-text {
	width: 65%;
	height: 90px;
	line-height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.article-preview-title {
	padding-bottom: 0.1rem;
}

.size-medium .article-preview-title {
	margin-bottom: 12px;
	max-height: 4.3rem;
	overflow-y: hidden;
}

.size-large .article-preview-text {
	width: 100%;
	padding: 1.2rem 1.9rem;
	height: unset;
}

.size-small .article-preview-title {
	max-height: 3.6rem;
	overflow-y: hidden;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.article-preview-title > a {
	color: #333;
	text-decoration: none;
}
.article-excerpt {
	font-size: 1rem;
	color: #aeaeae;
	max-height: 4.5rem;
	overflow-y: hidden;
	font-weight: 300;
}

.artist-title {
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-bottom: 5px;
}
.artist-tagline {
	font-size: 0.7rem;
	color: #aeaeae;
	max-height: 3rem;
	overflow-y: hidden;
	font-weight: 300;
}

.article-dealies {
	display: none;
}

h2.widget-title {
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 2.2rem;
}

h2.artist-info-title {
	font-weight: 500;
	margin-bottom: 1rem;
	font-size: 2.2rem;
}

.K_Trending_Widget .widget-title {
	color: #fd2870;
}

.trending-badge {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	font-size: 1.6rem;
	padding-top: 0.1rem;
}

.trending-badge span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 50px;
}

.trending-thumbnail {
	position: relative;
	background-blend-mode: soft-light;
}

.article-selected .trending-thumbnail {
	background-blend-mode: hard-light;
}

.article-preview.article-selected .trending-thumbnail .trending-badge,
.article-selected .article-preview-text .article-preview-title {
	color: #fff;
}

.K_Trending_Widget_Now .trending-thumbnail {
    background-blend-mode: normal;
}

.K_Trending_Widget_Recent .trending-thumbnail {
	background-blend-mode: normal;
}

/* weekly/default */
.rank-1.daily .trending-thumbnail {
	background-color: rgba(253, 40, 112, 0.8);
}
.rank-1.daily .trending-badge {
	color: #fd2870;
}
.article-selected.rank-1.daily .trending-badge,
.article-selected.rank-1.daily .article-preview-text {
	background-color: #fd2870;
}
.rank-2.daily .trending-thumbnail {
	background-color: rgba(253, 74, 94, 0.8);
}
.rank-2.daily .trending-badge {
	color: #fd4a5e;
}
.article-selected.rank-2.daily .trending-badge,
.article-selected.rank-2.daily .article-preview-text {
	background-color: #fd4a5e;
}
.rank-3.daily .trending-thumbnail {
	background-color: rgba(254, 120, 71, 0.8);
}
.rank-3.daily .trending-badge {
	color: #fe7847;
}
.article-selected.rank-2.daily .trending-badge,
.article-selected.rank-2.daily .article-preview-text{
	background-color: #fe7847;
}
.rank-4.daily .trending-thumbnail {
	background-color: rgba(254, 169, 45, 0.8);
}
.rank-4.daily .trending-badge {
	color: #fea92d;
}
.article-selected.rank-2.daily .trending-badge,
.article-selected.rank-2.daily .article-preview-text {
	background-color: #fea92d;
}
.rank-5.daily .trending-thumbnail {
	background-color: rgba(255, 214, 21, 0.8);
}
.rank-5.daily .trending-badge {
	color: #ffd615;
}
.article-selected.rank-5.daily .trending-badge,
.article-selected.rank-5.daily .article-preview-text {
	background-color: #ffd615;
}
.daily .trending-thumbnail {
	background-color: rgba(1, 254, 157, 0.8);
}
.daily .trending-badge {
	color: rgb(1, 254, 157);
}
.article-selected.daily .trending-badge,
.article-selected.daily .article-preview-text {
	background-color: rgb(1,254,157);
}


.rank-1.monthly .trending-thumbnail {
	background-color: rgba(117, 36, 255, 0.8);
}
.rank-1.monthly .trending-badge {
	color: rgb(117, 36, 255);
}
.article-selected.rank-1.monthly .trending-badge,
.article-selected.rank-1.monthly .article-preview-text  {
	background-color: rgb(117,36,255);
}

.rank-2.monthly .trending-thumbnail {
	background-color: rgba(87, 92, 229, 0.8);
}
.rank-2.monthly .trending-badge {
	color: rgb(87, 92, 229);
}
.article-selected.rank-2.monthly .trending-badge,
.article-selected.rank-2.monthly .article-preview-text {
	background-color: rgb(87,92,229);
}
.rank-3.monthly .trending-thumbnail {
	background-color: rgba(57, 150, 203, 0.8);
}
.rank-3.monthly .trending-badge {
	color: rgb(57, 150, 203);
}
.article-selected.rank-3.monthly .trending-badge,
.article-selected.rank-3.monthly .article-preview-text {
	background-color: rgb(57,150,203);
}
.rank-4.monthly .trending-thumbnail {
	background-color: rgba(31, 197, 182, 0.8);
}
.rank-4.monthly .trending-badge {
	color: rgb(31, 197, 182);
}
.article-selected.rank-4.monthly .trending-badge,
.article-selected.rank-4.monthly .article-preview-text {
	background-color: rgb(31,197,182);
}
.rank-5.monthly .trending-thumbnail {
	background-color: rgba(1, 254, 157, 0.8);
}
.rank-5.monthly .trending-badge {
	color: rgb(1, 254, 157);
}
.article-selected.rank-5.monthly .trending-badge,
.article-selected.rank-5.monthly .article-preview-text {
	background-color: rgb(1,254,157);
}

.rank-1 .trending-thumbnail {
	background-color: rgba(253, 40, 112, 0.8);
}
.rank-1 .trending-badge {
	color: #fd2870;
}
.article-selected.rank-1 .trending-badge,
.article-selected.rank-1 .article-preview-text {
	background-color: #fd2870;
}
.rank-2 .trending-thumbnail {
	background-color: rgba(208, 37, 148, 0.8);
}
.rank-2 .trending-badge {
	color: rgb(208, 37, 148);
}
.article-selected.rank-2 .trending-badge,
.article-selected.rank-2 .article-preview-text {
	background-color: rgb(208,37,148);
}
.rank-3 .trending-thumbnail {
	background-color: rgba(162, 55, 185, 0.8);
}
.rank-3 .trending-badge {
	color: rgb(162, 55, 185);
}
.article-selected.rank-3 .trending-badge,
.article-selected.rank-3 .article-preview-text {
	background-color: rgb(162,55,185);
}
.rank-4 .trending-thumbnail {
	background-color: rgba(114, 63, 223, 0.8);
}
.rank-4 .trending-badge {
	color: rgb(114, 63, 223);
}
.article-selected.rank-4 .trending-badge,
.article-selected.rank-4 .article-preview-text {
	background-color: rgb(114,63,223);
}
.rank-5 .trending-thumbnail,
.trending-thumbnail {
	background-color: rgba(75, 70, 255, 0.8);
}
.rank-5 .trending-badge,
.trending-badge {
	color: rgb(75, 70, 255);
}
.article-selected.rank-5 .trending-badge,
.article-selected.rank-5 .article-preview-text,
.article-selected .trending-badge,
.article-selected .article-preview-text {
	background-color: rgb(75,70,255);
}

.trending-thumbnail {
	background-color: rgba(87, 92, 229, .8);
}

.trending-badge {
	color: rgb(87, 92, 229);
}
.article-selected .trending-badge,
.article-selected .article-preview-text {
	background-color: rgb(87, 92, 229);
}


.K_Trending_Widget_2 .trending-nav-option {
	display: inline-block;
    width: 28%;
    margin: 0 2%;
    text-align: center;
	font-size: 0.9rem;
	padding-top: 0.3rem;
	padding-bottom: 0.4rem;
	color: #b4c8ca;
	transition: color 0.2s;
}

.K_Trending_Widget_2 .trending-nav-option:hover {
	cursor: pointer;
	color: #333;
} 

.K_Trending_Widget_2 .trending-nav-option.selected {
	border-bottom: 2px solid #37dcff;
	color: #333;
}

.K_Trending_Widget_2 .trending-nav-bar {
    background-color: #fff;
    margin-bottom: 0.6rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

.K_Trending_Widget_2 .trending-page {
	display: none;
}

.K_Trending_Widget_2 .trending-page.selected {
	display: block;
}

/* Trending page styles */

.trending-rank-bubble {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	height: 36px;
	width: 36px;
	background-color: #fd2870;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}

#top-feed .trending-rank-bubble {
	background-color: #03E48B;
}

.hidden {
	display: none;
}

.trending-stories-banner {
	position: relative;
	top: -20px;
	height: 150px;
	line-height: 150px;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

.trending-stories-banner.trending-now {
	background-color: #fd2870;
}
.trending-stories-banner.top-stories {
	background-color: #03E48B;
}
.trending-stories-banner.trending-now .buttons>div.selected {
	background-color: #fff;
	color: #fd2870;
}

.trending-stories-banner.top-stories .buttons>div.selected {
	background-color: #fff;
	color: #03E48B;
}


.trending-stories-banner .inner {
	position: relative;
	padding: 15px;
	width: 100%;
	height: 100%;
}
.trending-stories-banner .inner .icon-lightning, .trending-stories-banner .inner .icon-arrow-up {
	font-size: 48px;
	position: relative;
	top: 10px;
	margin-right: 20px;
}

.trending-stories-banner .inner .icon-arrow-up {
	font-size: 52px;
	margin-left: 18px;
	display: inline-block;
    transform: rotateZ(30deg);
}

.trending-stories-banner .title {
	position: absolute;
	left: 15px;
}

.trending-stories-banner .buttons {
	position: absolute;
	right: 15px;
	top: 55px;
	font-size: 16px;
	line-height: 40px;
}

.trending-stories-banner .buttons>div {
	min-width: 150px;
	max-width: 50%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	border: 1px solid #fff;
}

.trending-stories-banner .buttons>div:first-of-type {
	border-radius: 5px 0 0 5px;
}

.trending-stories-banner .buttons>div:last-of-type {
	border-radius: 0 5px 5px 0;
}

.trending-stories-banner .buttons>div:hover {
	cursor: pointer;
}

.trending-stories-banner::after {
	clear: both;
}

.article-preview-text h2 {
	font-size: 1.6rem;
	color: #333333;
}

h3, .article-preview-text h3 {
	font-size: 1.3rem;
	color: #333333;
}

h4, .article-preview-text h4 {
	font-size: 0.8rem;
	color: #333333;
}

.site-header {
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

header#masthead {
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	z-index: 99;
	margin-bottom: 20px;
	background-image: linear-gradient(135deg, #FF4685, #FD2870);
	width: 100%;
    overflow-x: hidden;
}
.koreaboo-logo {
	position: absolute;
}
.koreaboo-logo.square {
	height: 36px;
	bottom: 12px;
	left: 20px;
}
.container-fluid {
	max-width: 1125px;
	padding: 0 15px;
	margin: auto;
}

.sidebar-header-banner, .trending-stories-banner .inner {
	max-width: 1125px;
	margin: auto;
	padding: 0 15px;
}

.K_Breaking_Widget, .K_Breaking_Widget_2 {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.breaking-banner-tag {
	position: absolute;
	left: 0;
	text-transform: uppercase;
	text-align: center;
	margin-right: 15px;
	color: #1c354c;
	background-color: #fff000;
	width: 150px;
	padding: 10px 12px;
	height: 100%;
	font-weight: 600;
	font-size: 1.3rem;
}

.breaking-text {
	padding: 13px 20px;
	margin-left: 150px;
	font-weight: 600;
	font-size: 1.1rem;
}

.no-tag .breaking-banner-tag {
	width: 15px;
}

.no-tag .breaking-text {
	margin-left: 15px;
}

.no-tag .icon-breaking {
	display: none;
}

.breaking-text>a, .breaking-text>a:hover {
	color: #1c354c;
}

.breaking-tag-text {
	font-size: 1rem;
	line-height: 1.3rem;
	position: relative;
    top: -0.1rem;
}

.breaking-tag-mobile {
	display: none;
}

.K_Ad_Widget {
	margin: 15px 0;
}

.k-sidebar-banner-container {
	position: relative;
	height: 315px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	color: #fff;
	font-weight: 400;
	background-size: cover;
	background-position: center;
}

.banner-title {
	font-size: 2rem;
	margin-left: 1.2rem;
	padding-top: 2rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0.5rem;
	/* letter-spacing: 1px; */
}

.banner-caption {
	font-size: 1rem;
	margin-left: 1.2rem;
	margin-top: -0.3rem;
}

.banner-button {
	position: absolute;
	bottom: 1.8rem;
	font-size: 1.1rem;
	background-color: #4a46ff;
	width: 87%;
	left: 6.5%;
	border-radius: 5px;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 0.5rem 1rem;
}
.banner-button:hover {
	color: #fff;
}

.social-link {
	background: linear-gradient(270deg, #0096fc, #0572d9);
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	margin-bottom: 5px;
	height: 50px;
	line-height: 50px;
	font-size: 1rem;
	font-weight: 300;
	position: relative;
}

.social-link .icon {
	position: absolute;
	left: 1rem;
	top: 0.7rem;
	font-size: 1.4rem;
	padding-top: 0.2rem;
	margin-right: 1rem;
}

.social-link .social-title {
	margin-left: 3.2rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
}

.social-link.twitter {
	background: linear-gradient(270deg, #12c7d7,#03a2f7);
}
.social-link.youtube {
	background: linear-gradient(270deg, #ff5b4a, #ef2f5c);
}

.social-link.instagram {
	background: linear-gradient(270deg, #8e5fff,#7623ff);
}

.social-link.snapchat {
	background: linear-gradient(270deg, #ffcc00,#f1c40f);
}

.K_Social_Widget a:hover {
	/* color: #7b7b7b; */
	text-decoration: none;
}

div.widget-icon {
	float: left;
    height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 1.1rem;
	text-align: center;
	margin-right: 0.5rem;
	color: #fff;
}

.widget-icon.connect {
	background: #4a46ff;
	transform: rotateZ(110deg);
	font-size: 1.4rem;
}

.widget-icon.trending {
	background: #fd2870;
}

.widget-icon.explore {
	background: #37dcff;
}

.banner-title, .subscribe-headline {
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.k-card {
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	border-radius: 5px;
}

.carousel-container {
	padding: 1px 20px 20px;
	background-color: #fff;
	margin-bottom: 1.2rem;
}

.series-carousel-container {
	margin-bottom: 30px;
}

.carousel-cell.nav {
	position: absolute;
	height: 220px;
	line-height: 220px;
	width: 28%;
	min-width: 133px;
	max-width: 180px;
	margin-left: 22px;
	background-color: #90f;
	background-position: center;
	background-size: cover;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	padding: 0 1rem;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
	display: block;
}
.carousel-cell.nav.preview {
	width: 40%;
	min-width: 200px;
	max-width: 400px;
	background-blend-mode: multiply;
    background-color: rgba(155,155,155,.3);
}

.bottom-glow {
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
    border-radius: 0 0 6px 6px;
}

.flickity-slider>li {
	display: block;
	height: 220px;
	line-height: 220px;
	width: 150px;
	margin-left: 22px;
	background-color: #00f;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	padding: 0 1rem;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.flickity-slider>li a {
	text-decoration: none;
	color: #fff;
}

.carousel-cell.nav .carousel-text, .carousel-cell.fact .carousel-text {
	vertical-align: middle;
	line-height: 1.3;
	display: inline-block;
	z-index: 1;
    position: relative;
}

.carousel-cell.preview .preview.carousel-text {
	bottom: 16px;
	font-size: 1rem;
	font-weight: 500;
	position: absolute;
	padding-right: 15px;
}

.carousel-cell .bottom-glow {
	background-image: linear-gradient(rgba(146,0,175,0),rgba(146,0,175,.8));
}

.video-player-box {
	background-color: #fff;
	padding-top: 1rem;
	overflow: hidden;
}

.video-player-box h4 {
	text-align: left;
	padding-left: 1rem;
    padding-bottom: 0.5rem;
}

.video-footer {
	height: 25px;
	text-align: right;
}

.header-container {
	position: relative;
	max-width: 1125px;
	padding: 20px;
	height: 60px;
	margin: auto;
}

#search-box {
	line-height: 37px;
	height: 75px;
	border: none;
	color: #4a46ff;
	display: none;
}
#search-box:focus {
	outline: none;
}

/* ad fix */
.container-fluid {
	position: relative;
	background-color: #fafafa;
	z-index: 11;
}

.header-container .nav li {
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	letter-spacing: 0.4px;
}

.header-container .nav a {
	color: rgba(255,255,255,.5);
	transition: color 0.2s;
}

.header-container .nav a:hover, .header-container .nav li.current-menu-item>a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.under-header-mask {
	padding-left: 15px;
}

.under-header-mask, .header-nav-mask {
	margin: auto;
	max-width: calc(100vw - 60px);
	overflow-x: auto;
	overflow-y: hidden;
}

.header-nav-mask {
	position: absolute;
    bottom: 19px;
    left: 85px;
}

.header-search-container {
	height: 100%;
	background: #fff;
	position: absolute;
    top: 0;
    right: 0px;
	z-index: 1;
	font-size: 1.8rem;
	text-align: left;
	white-space: nowrap;
	width: 60px;
	transition: width 0.7s;
	overflow: hidden;
}
#search-box {
	width: 0px; /* calc(100% - 90px) */
	padding: 0 60px;
	position: relative;
	left: -15px;
	top: -5px;
	z-index: 1;
	font-size: 1.2rem;
}
.search-cancel {
	display: none;
	position: absolute;
	right: 20px;
	z-index: 2;
}
.search-icon {
	display: inline-block;
	position: relative;
	z-index: 2;
	left: 15px;
}

.header-search-container::after {
	clear: both;
}

.under-header-mask::-webkit-scrollbar, .header-nav-mask::-webkit-scrollbar {
	height: 1px;
}

.header-nav {
	white-space: nowrap;
	padding: 19px 0;
    position: relative;
    top: 20px;
}

.under-header ul {
	display: inline-block;
	padding-top: 1.5rem;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 0.6rem;
	font-weight: 500;
}

.super-mask {
	max-width: 1125px;
	margin: auto;
	margin-bottom: 15px;
	position: relative;
}

.nav-arrow {
	border-radius: 50%;
	background-color: #000;
	opacity: .5;
	transition: opacity .2s;
	color: #fff;
	height: 30px;
	width: 30px;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	position: absolute;
    margin-top: 20px;
	z-index: 5;
}

.nav-arrow:hover {
	opacity: 1;
	cursor: pointer;
}

.nav-arrow.left {
	left: 15px;
	padding-right: 2px;
}
.nav-arrow.right {
	right: 15px;
	padding-left: 2px;
}

.header-nav ul {
	display: inline-block;
	margin-right: 15px;
}

.under-header li, .header-nav li {
	display: inline-block;
	font-size: 1rem;
	margin-right: 1.2rem;
}

.under-header li>a {
	text-decoration: none;
	text-transform: uppercase;
	color: #b4c8ca;
	font-weight: 400;
	transition: color 0.2s;
}

.under-header li>a:hover {
	color: #333;
}
.article-click-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.article-click-box:hover {
	background-color: rgba(255,255,255,.12);
}
.article-tag {
	position: relative;
	float: left;
	border-radius: 5px;
	border: 2px solid #d5e2e4;
	color: #d5e2e4;
	min-width: 5rem;
	font-size: 1rem;
	padding: 1px 0.7rem 0px;
	z-index: 2;
	text-transform: uppercase;
	height: 32px;
	max-width: 67%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.article-preview .article-tag {
	max-width: 45%;
	max-width: calc(100% - 160px);
}

.article-tag>a {
	color: inherit;
	display: inline-block;
	padding: 0.1rem 0.2rem;
	height: 100%;
	width: 100%;
	text-align: center;
}

.article-tag>a:hover {
	color: inherit;
	text-decoration: none;
}
.article-tag:hover {
	color: #fff;
	background-color: #d5e2e4;
}

.page-title {
	color: #37dcff;
	margin-left: 1.7rem;
	margin-top: 1.1rem;
	margin-bottom: 1.1rem;
}

/* Article view */

article .entry-content {
	margin-top: 30px;
	padding-bottom: 1px;
	color: #333;
	letter-spacing: 0.214px;
	font-size: 20px;
    font-weight: 400;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.featured-image {
	width: calc(100% + 60px);
	margin-left: -30px;
	background-size: cover;
	background-position: center;
	cursor: zoom-in;
}

.featured-image.fixed {
	height: 270px;
}

.featured-image.variable {
	min-height: 270px;
}

.featured-image.variable>img {
	position: relative;
	z-index: -1;
}

.featured-image>img {
	width: 100%;
}

.entry-category {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #00e58c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.header-rest-of {
	padding: 20px 30px 0;
}

.entry-content {
	padding: 0 30px;
}

img[class*="wp-image"], img.alignnone, picture.k-image>* {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

figure>img[class*="wp-image"],
p>img[class*="wp-image"]:last-of-type,
p>picture.k-image:last-of-type>img {
	margin-bottom: 0;
}

figure>picture.k-image:last-of-type>img {
	margin-bottom: -15px;
}

figcaption {
	background-color: #f3f4f6;
	font-size: 15px;
	color: #838387;
	padding: 18px 20px;
	font-weight: 300;
	line-height: 20px;
}

img[class*="wp-image"], picture.k-image {
	cursor: zoom-in;
}

picture.border>img,
figure[id^=attachment] picture.k-image.border>img {
    border: 30px solid #fafafa;
    width: calc(100% + 60px);
    max-width: calc(100% + 60%);
    position: relative;
    left: -30px;
    border-radius: 0;
}

.border + figcaption {
    width: calc(100% + 60px);
    left: -30px;
    position: relative;
}

figure picture.border > img {
	border-bottom: none;
}

picture.border + figcaption {
	background-color: #fafafa;
    min-height: 30px;
    margin-top: -5px;
    width: calc(100% + 60px);
    padding: 8px 30px;
    left: -30px;
    position: relative;
    padding-top: 8px;
    font-weight: 300;
}

video.k-video {
	width: 100%;
	background-color: #f7f9fa;
}

.entry-header {
	border-radius: 5px;
}

.page-title.error {
	margin-left: 1rem;
	color: #fd2870;
}
.error-wrapper {
	padding: 1rem;
	font-size: 1.2rem;
}
.article-wrapper, .error-wrapper {
	border-radius: 5px;
	margin-bottom: 20px;
	overflow-x: hidden;
}

.single .article-wrapper, .error-wrapper {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	margin-bottom: 30px;
}

.footer-article-wrapper {
	border-radius: 5px;
	margin-bottom: 1.2rem;
}

.footer-related-posts {
	display: none;
	margin-top: -10px;
}

.feed-item {
	margin-bottom: 1.2rem;
	text-align: center;
}

.quads-location {
	margin: 20px auto !important; /* 0 margin is hardcoded in element style */
}

.header-number-bug {
	height: 40px;
	margin-top: 1rem;
	line-height: 1.5;
	position: relative;
}

.header-number-bug .bug-item {
	float: left;
	margin-bottom: 0.5rem;
	color: #fff;
	border-radius: 5px;
	padding: 0.3rem 0.6rem;
	height: 2rem;
	min-width: 40px;
	text-align: center;
	margin-right: 0.4rem;
}

.bug-item.permalink {
	background-color: #999;
	width: 120px;
}

.bug-item.tumblr {
	background-color: #35465c;
}

.share-text {
	margin-left: 0.6rem;
    position: relative;
    top: -1px;
}

.video-footer > .bug-item {
	float: right;
	margin-bottom: 0.5rem;
	color: #fff;
	border-radius: 5px;
	padding: 0.3rem 0.6rem;
	height: 2rem;
	min-width: 40px;
	text-align: center;
	margin-right: 0.4rem;
}

.facebook {
	background-color: #2d609b;
}

.facebook:hover {
	cursor: pointer;
}

.twitter {
	background-color: #00c2f3;
}

.pinterest {
	background-color: #bd081c;
}

.tumblr {
	background-color: #35465c;
}

.permalink {
	background-color: #ccc;
}

.plus-sign {
	background-color: #cadbdd;
}

.plus-sign.selected {
	background-color: #fff;
	color: #cadbdd;
	border: 1px solid #cadbdd;
}

.share-button.success {
	background-color: #2d2;
}

.plus-sign:hover, .bug-item.permalink:hover {
	cursor: pointer;
}

.more-share-pop {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 0px;
	height: 40px;
	width: 58%;
	background: #fff;
}

.more-share-pop > span { /* pinterest button */
	position: relative;
    top: 2px;
}

.share-button-container {
	margin: 20px 0;
	height: 105px;
}


.share-button {
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
}

.share-button .icon-facebook {
	font-size: 24px;
    top: 3px;
    position: relative;
}

.share-button.twitter {
	background: linear-gradient(270deg, #00F3FF,#00D4FF);
}
.share-button.facebook {
	background: linear-gradient(270deg, #0096fc, #0572d9);
}

.share-button .share-label {
	position: absolute;
	left: 68px;
}

.share-button-container>a:hover {
	text-decoration: none;
}

.share-button:hover {
	cursor: pointer;
	text-decoration: none;
}

.entry-header .article-tag {
	float: right;
	margin-bottom: 0.5rem;
}
div.header-line {
	padding: 0 1.9rem;
	clear: both;
}

.header-line>hr{
	background-color: #ddeff1;
	height: 1px;
	border: none;
	margin-top: 25px;
    margin-bottom: 30px;
}

.entry-meta {
	color: #7b7b7b;
	font-size: 15px;
	margin: 20px 0;
}

.article-source {
	text-transform: uppercase;
}

.article-source>a {
	color: #4a4a4a;
	text-decoration: none;
}

.article-source>a:hover {
	color: #000;
	text-decoration: none;
}

.header-excerpt {
	color: #000;
	font-size: 19px;
	line-height: 1.4;
	margin: 20px 0;
}

.entry-content blockquote {
	margin: 35px 20px 60px;
}

blockquote {
	font-size: 20px;
	line-height: 30px;
	position: relative;
	text-align: left;
	color: #000;
}

blockquote>p {
	margin-bottom: 30px;
}

blockquote>p:last-child {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.entry-content>blockquote::before {
    display: block;
    content: " ";
    font-size: 90px;
    font-weight: 800;
    font-style: normal;
    font-family: serif;
    color: rgba(0,0,0,.0);
    background-image: url(/wp-content/themes/KbooOS2/img/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 100px;
    margin-bottom: 30px;
}

.entry-content>blockquote::after {
    display: block;
    content: " ";
    width: 80px;
    height: 1px;
    border-radius: 3px;
    border-bottom: 6px solid rgba(0,0,0,.05);
}

.post-article-spacer {
	height: 5rem;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 3.5rem;
	line-height: 2.7rem;
	color: #c7dddf;
}

.next-up {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	height: 52px;
	padding-left: 10px;
	color: #ccc;
}

.next-up.recommended {
	padding-left: 20px;
	line-height: 2.7rem;
}

.post-article-spacer .dot {
	display: inline-block;
	position: relative;
	width: 30px;
	vertical-align: bottom;
}
.post-article-spacer.active .dot.d1 {
	animation: pulse;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.post-article-spacer.active .dot.d2 {
	animation: pulse;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

.post-article-spacer.active .dot.d3 {
	animation: pulse;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-delay: 2s;
}

@keyframes pulse {
	0% {color: inherit;}
	15% {color: #000; }
	30% {color: inherit;}
}

/* Tap to zoom */
#image-pop {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: rgba(0,0,0,.6);
	z-index: 100;
	margin: auto;
	text-align: center;
	cursor: zoom-out;
	line-height: 100vh;
}

img.image-pop {
	vertical-align: middle;
	height: auto;
	max-height: 200%;
	max-width: 100%;
	animation: image-pop-in;
	animation-duration: 0.2s;
	animation-timing-function: linear;
	margin: auto;
	position: relative;
}

.image-pop-x {
	position: fixed;
	display: block;
	top: 25px;
	right: 25px;
	font-size: 30px;
	line-height: 30px;
	z-index: 101;
	color: #fff;
	opacity: .5;
}

.image-pop-x:hover {
	opacity: .8;
}

@keyframes image-pop-in {
	from {opacity: 0;}
	to {opacity: 100;}
}

.entry-content strong {
	font-weight: 600;
}

.entry-content a, .entry-content a:hover {
	color: #333;
    border-bottom: 3px solid #37dcff;
    font-weight: 500;
}

.entry-content a:hover {
	color: #000;
	text-decoration: none;
}

.wp-embedded-content {
	margin: auto;
	display: block;
}

.instagram-media, twitterwidget {
	margin: 0 auto 40px !important;
}

.entry-content iframe.instagram-media {
	left: 0;
}

.instagram-media {
	margin-bottom: 45px !important;
	position: relative !important;
	max-width: 100% !important;
	width: 100% !important; /* override inline style */
}

.quads-ad-label {
	text-align: center;
    font-size: 0.8rem;
    color: #ccc;
}

div.entry-content hr::before {
	content: '. . .';
	display: inline-block;
	color: rgba(0,0,0,.6);
	position: relative;
	top: -20px;
	text-align: center;
	letter-spacing: 0.6em;
}

div.entry-content hr {
	font-weight: bold;
	border: 0;
	box-sizing: content-box;
	height: 0;
	background-color: rgba(0,0,0,0);
	text-align: center;
	padding: 25px 0px;
}

.footer-notice {
	color: #ccc;
    text-align: center;
    width: 100%;
    background-color: #fafafa;
    margin: 20px auto 80px;
    font-size: 0.7rem;
}

.footer-notice>a {
	color: #ccc;
}

.footer-notice>a:hover {
	color: #999;
	text-decoration: none;
}

.artist-page-header {
	height: 300px;
	width: 100%;
	background-size: cover;
	margin-bottom: 30px;
	position: relative;
	background-blend-mode:overlay;
	background-position: center;
	background-color: rgba(253, 40, 112, 0.5);
}

.artist-page-text {
	position: relative;
	top: 192px;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	max-width: 1125px;
	margin: auto;
}
.artist-page-text div {
	margin-left: 15px;
}

.artist-details {
	background-color: #fff;
	padding: 30px;
}

.artist-details table {
	width: 100%;
}

.artist-details h6 {
	font-size: 0.8rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 0px;
}

.artist-details td {
	padding: 5px 0;
	font-size: 1.2rem;
}
.desktop-sidebar {
	width: 330px;
	padding: 0 15px;
}
.sidebar-sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
}

.col.col-main {
	width: calc(100% - 330px);
	max-width: calc(100% - 330px);
}
.fact.carousel-container {
	background: none;
	padding: 0;
}
.fact.carousel-cell {
	height: 350px;
	width: 324px;
	margin-left: 22px;
	border-radius: 6px;
	background-color: #fff;
}

.fact-title {
	border-radius: 6px 6px 0 0;
	height: 200px;
	line-height: 160px;
	width: 100%;
	padding: 20px;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-weight: 600;
	font-size: 2rem;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.fact-description {
	height: 150px;
	width: 100%;
	padding: 20px;
	line-height: 1.2;
	font-weight: 500;
	font-size: 1.1rem;
	color: #333;
}

.entry-content .k-article-adbox,
.entry-content .kb-ads-dynamic {
	background-color: #f0f0f2;
	margin-bottom: 40px;
}

.k-article-adbox,
.kb-ads-dynamic {
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 30px;
	width: calc(100% + 60px);
	position: relative;
	left: -30px;
}

li>.k-article-adbox,
li>.kb-ads-dynamic {
    width: calc(100% + 90px);
	left: -60px;
}

.k-article-adbox iframe,
.vm-placement iframe,
.kb-ads-dynamic iframe {
	max-height: none;
}

.quads-location::before,
.k-article-adbox::before,
.kb-ads-dynamic:not(.no-label)::before {
    content: 'Advertisement';
    font-size: 10px;
	color: #aeaeae;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 10px;
	text-align: center;
}

.k-article-adbox::before,
.kb-ads-dynamic:not(.no-label)::before {
	padding-top: 20px;
}

[id^="vmv3-ad-manager"] {
	display: none;
}

.float-box {
	max-width: 300px;
	position: sticky;
	position: -webkit-sticky;
    top: 50px;
	z-index: 12;
	background-color: #fafafa;
}

.float-inner {
	border-top: 10px solid #fafafa;
	z-index: 12;
}

.leaderboard {
	width: 100%;
	margin-bottom: 15px;
}

.leaderboard-container {
	margin: auto;
	width: 100%;
}

iframe[src^="https://gfycat.com/"] {
	display: block;
	margin: auto;
}

.entry-content ul {
	position: relative;
	list-style-type: none;
}
.entry-content ul,
.entry-content ol {
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}

.entry-content ul>li::before {
	content: "•";
	color: #D5DADC;
	position: absolute;
	left: 0;
	line-height: 0.95;
    font-size: 150%;
}

.entry-content li {
	margin: 20px 0;
}

img.lazyload-ph {
	min-height: 320px;
}

img.lazyload-ph[data-loaded=true] {
	min-height: unset;
}

/* Post styles */

article.post-style-news .entry-content>p:first-child::first-letter {
	font-size: 50px;
	font-weight: 700;
	line-height: 48px;
	margin-right: 10px;
	float: left;
}

.post-style-buzz .entry-content ul,
.post-style-buzz .entry-content ol {
	font-size: 16px;
}

.post-style-buzz .entry-content {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
}

.post-style-buzz .entry-content strong {
	font-weight: 600;
}

.post-style-buzz .entry-content blockquote strong {
	font-weight: 500;
}

.post-style-buzz .entry-content>p:first-child {
	margin-top: 20px;
}

.post-style-buzz .entry-content a, .post-style-buzz .entry-content a:hover {
    font-weight: 600;
}

/* post-style-default */

.entry-content ul,
.post-style-standard .entry-content ol {
	font-size: 16px;
}

.post-style-standard .entry-content {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.post-style-standard .entry-content blockquote strong {
	font-weight: 500;
}

.post-style-standard .wp-caption img {
	margin-bottom: 0;
}

.post-style-standard .entry-content a, .post-style-standard .entry-content a:hover {
    font-weight: 600;
}

/* Subscription */

.subscribe-container p {
	font-weight: 300;
    line-height: 1.8;
}
.subscribe-container {
	background-color: #4A46FF;
	margin: 40px 0;
    border-radius: 10px;
	color: white;
	height: 300px;
}
@keyframes loadingspin {
	0% {transform: rotateZ(0deg);}
	100% {transform: rotateZ(360deg);}
}

.subscribe-loading {
	display: none;
	animation: loadingspin;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#subscribe-title,
#subscribe-success {
	color: white;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 20px;
}

#subscribe-success {
	display: inline-block;
    width: 100%;
    padding: 50px;
    text-align: center;
}

#subscribe-success:empty {
	display: none !important;
}

.subscribe-section {
	padding: 20px;
	width: 50%;
	min-width: 294px;
	margin: 0 auto;
	position: relative;
}
.subscribe-image {
	position: absolute;
	top: -40px;
}
.subscribe-form-container {
	position: relative;
}
#subscribe_notice:focus,
#subscribe-knl-button:focus {
	outline: none;
}
#subscribe_notice {
	font-size: 20px;
	border-radius: 20px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: rgba(0,0,0,.3);
    color: white;
	width: calc(100% - 45px);
	max-width: 300px;
}

#subscribe_notice::placeholder {
	color: white;
	font-size: 14px;
	line-height: 40px;
	opacity: .8;
	position: relative;
	bottom: 2px;
}

#subscribe-knl-button {
	display: inline-block;
	position: relative;
	border: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.3);
	cursor: pointer;
}

#subscribe-knl-button.loading {
	cursor: not-allowed;
}

.subscribe-submit {
	position: relative;
	top: 3px;
}
#subscribe-knl-button.loading>.subscribe-loading {
	display: inline-block;
	position: relative;
	top: 3px;
}
#subscribe-knl-button.loading>.subscribe-submit {
	display: none;
}
#subscribe-loading {
	fill: white;
}

#subscribe-collapse {
	min-height: 280px;
	display: flex;
	flex-wrap: wrap;
	transition: opacity .3s;
}
#subscribe-collapse.collapse {
	opacity: 0;
}

@keyframes shake {
	0% {transform: translateX(-5px);}
	100% {transform: translateX(5px);}
}

.subscribe-form-container.error {
	animation: shake;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-duration: .06s;
	animation-iteration-count: infinite;
}

.article-preview-container {
	text-align: left;
	max-width: 600px;
	margin: 0 auto 60px;
}
.article-preview-container .article-wrapper {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/* Legacy */

.facebook-comments embed,
.facebook-comments iframe,
.facebook-comments object {
	max-height: none;
}

span.spoiler {
	color: #000;
	background-color: #000;
	cursor: pointer;
}
span.spoiler::before {
	color: #fff;
	background-color: #000;
	position: absolute;
	padding: 0 10px;
	content: "Click to reveal";
}

.recommended-link-container {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

.recommended-link::before {
	font-family: icomoon !important;
    content: "\e909";
    font-size: 10px;
    line-height: 2.7;
    position: absolute;
	left: 0;
	color: #3412a1;
}

.recommended-link a {
	color: #1a1a1a;
}

.recommended-link a:hover {
	text-decoration: none;
}

.recommended-link {
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: 500;
	position: relative;
}

.recommended-link:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 480px) {
	span.spoiler::before {
		content: "Tap to reveal";
	}
}


@media screen and (min-width: 700px) {
	.koreaboo-logo.wordmark {
		display: block;
	}
	.header-nav-mask {
		max-width: 1125px;
	}
	.share-button {
		width: calc(50% - 5px);
		float: left;
	}
	.share-button.facebook {
		margin-right: 10px;
	}
	.share-button-container {
		height: 50px;
	}
	video.k-video {
		max-height: 80vh;
	}
	.featured-image.fixed {
		height: 320px;
	}
	.featured-image.variable {
		min-height: 320px;
	}
	.footer-notice {
		margin-bottom: 20px;
	}

	/* */

	.post-style-buzz .entry-content ol,
	.post-style-buzz .entry-content ul {
		font-size: 16px;
		font-weight: 400;
		margin-top: 10px;
	}
	.post-style-buzz .entry-content a, .post-style-buzz .entry-content a:hover {
		font-weight: 700;
	}

}

/* Mobile layout */

@media screen and (max-width: 945px) {

	.desktop-sidebar {
		display: none;
	}

	#content {
		overflow-x: hidden;
	}

	.col.col-main {
		width: 100%;
		max-width: 100%;
	}

	embed,
	.entry-content iframe,
	object {
		max-height: 720px;
	}

	iframe.twitter-tweet,
	iframe.instagram-media {
		max-height: none;
	}

	iframe.twitter-tweet {
		margin: auto;
		background-color: unset;
	}

	.entry-content iframe[src*="www.youtube.com/"] {
		height: 56.25vw !important;
		height: calc((100vw - 90px) * .5625 + 60px) !important;
	}

}

@media screen and (max-width: 640px) {

	img[class*="wp-image"], img.alignnone, picture.k-image>* {
		left: -30px;
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
	}

	.entry-content>p>img {
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
		left: -30px;
		position: relative;
	}

	video.k-video {
		width: calc(100% + 60px);
		position: relative;
		left: -30px;
	}

	figure[id^=attachment] {
		width: calc(100% + 60px) !important;
		position: relative;
		left: -30px;
		max-width: calc(100% + 60px) !important;
	}

	.entry-content iframe.instagram-media {
		left: -30px;
		max-width: calc(100% + 60px) !important;
		width: calc(100% + 60px) !important; /* override inline style */
	}

	.under-header-mask > .nav-arrow {
		display: none;
	}
	.under-header > ul {
		padding-left: 0;
		padding-right: 0;
	}

	.trending-stories-banner {
		line-height: inherit;
		text-align: center;
	}
	.trending-stories-banner .title {
		position: relative;
		left: inherit;
		top: 15px;
		margin: auto;
		line-height: 45px;
	}
	.trending-stories-banner .buttons {
		position: relative;
		top: 35px;
		right: inherit;
		margin: auto;
		width: 312px;
	}
	.border + figcaption {
		width: 100%;
		left: 0;
		position: relative;
	}
	
	#subscribe-collapse>.subscribe-section:first-of-type {
		width: 100%;
		text-align: center;
	}
	#subscribe-collapse>.subscribe-section:last-of-type {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	embed,
	.entry-content iframe,
	object {
		max-height: 500px;
	}
	iframe.twitter-tweet,
	iframe.instagram-media {
		max-height: none;
	}

	.container-fluid .row>div {
		padding-left: 0px;
		padding-right: 0px;
	}

	.article-preview.size-large .article-thumbnail,
	.article-preview.size-medium .article-thumbnail {
		float: none;
		width: 100%;
		height: 180px;
	}

	.article-preview {
		margin: 10px;
	}

	.article-preview.size-large,
	.article-preview.size-medium {
		height: inherit;
	}

	.article-preview.size-large .article-details,
	.article-preview.size-medium .article-details {
		margin-bottom: 0;
	}

	.article-preview.size-large .article-preview-text,
	.article-preview.size-medium .article-preview-text {
		width: 100%;
		height: 100%;
		padding: 12px 14px;
	}
	.article-preview.size-large .article-excerpt,
	.article-preview.size-medium .article-excerpt {
		display: none;
	}
	.article-preview.size-large .article-preview-title,
	.article-preview.size-medium .article-preview-title {
		font-size: 18px;
		margin: 5px 0;
		line-height: 1.4;
		max-height: none;
	}

	.article-preview.size-small .article-thumbnail {
		width: 25%;
	}

	.article-preview.size-small .article-preview-text {
		padding: 10px;
		font-size: 10pt;
		width: 75%;
	}

	.article-preview.size-small .trending-badge {
		bottom: 5px;
		left: 5px;
		top: initial;
	}

	.breaking-banner-tag {
		width: 15px;
	}
	.breaking-banner-tag span {
		display: none;
	}
	.breaking-text {
		margin-left: 15px;
	}
	.breaking-tag-mobile {
		display: inline;
	}

	#image-pop {
		overflow-x: scroll;
	}
	img.image-pop {
		max-width: 300vw;
	}

	h2.page-title.widget-title {
		margin-left: 15px;
	}

	.article-preview-container .article-wrapper {
		box-shadow: none;
	}

}
