/*
 Theme Name:   Toppic 2021 Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Toppic 2021 Child Theme
 Author:       Natalie Milakara
 Author URI:   https://thepurist.life
 Template:     toppic-2021
 Version:      2.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child 
*/

/* General */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
h1 {
	font-size:34px;
	font-family: 'Halant', serif;
}
h2 {
	font-size:26px;
}
h3  {
	font-size:20px;
}
h4 {
	font-size:17px;
}
h5 {
	font-size:15px;
}
h6 {
	font-size:13px;
}
h1, h2, h3 {
	margin-bottom: 30px;
	line-height: 1.2em;
}
h4, h5, h6 {
	margin-bottom: 20px;
	line-height: 1.2em; 
}
.divider, hr {
	margin-top: 80px;
}


abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted #232323;
    cursor: help;
}

p {
	padding-bottom: 20px;
	line-height: 1.75em;
}

body.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders {
    margin-top: 5px;
}

.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .kk-borders.kk-border-bottom,
.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .kk-borders.kk-border-right,
.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .kk-borders.kk-border-left {
	display: none;
}
.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .kk-borders.kk-border-top {
	height: 5px;
}
.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .kk-borders {
	background-color: #e6c749;
	background: url(/wp-content/themes/toppic-2019-child/images/gold-foil.gif);
	background-size: cover;
}
.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .kk-borders.kk-border-top {
	background-position: top center;
}
.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .kk-homepage-o {
	background-color: #FCFDFF;
	background: url(/wp-content/themes/toppic-2019-child/images/white-marble-web.gif);
	background-size: 100%;
}


.kk_menu_slide_right.kk-content-fullwidth.kk-menu-open #shapes {
    -webkit-transform: translate3d(-75.97%, 0, 0);
    -ms-transform: translate(-75.97%, 0);
    transform: translate3d(-75.97%, 0, 0);
}

/*Header*/
.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .creative-top-wrapper, 
.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .creative-top-wrapper-fixed {
	padding-top: 20px;
}
.cssanimations .logo a {
	height: 35px;
    width: 50px;
}
.kk-top-animate.creative-top-wrapper-bg {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 5px 15px -2px rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}
.kk_menu_slide_right .some-buttons .kk-menu-trigger span, 
.kk_menu_slide_right .some-buttons .kk-menu-trigger span:before, 
.kk_menu_slide_right .some-buttons .kk-menu-trigger span:after {
	height: 2px;
}
/* Right menu */
.kk_menu_slide_right .menu-wrapper,
.kk_menu_slide_right .some-buttons .kk-thumbs-trigger {
	display: none!important;
}
.kk-menu-open.kk_menu_slide_right .menu-wrapper {
	display: block!important;
}
.kk-menu-open .creative-top-wrapper-bg {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
}
.kk-menu-open .kk-menu-trigger span:before, 
.kk-menu-open .kk-menu-trigger span:after {
	background-color: #d7a939!important;
}

/* Top Nav Bar */
.creative-top-inside {
	display: inline-block;
	width: calc(100% - 100px);
	position: relative;
}
.top-nav-bar {
	display: inline-block;
	padding: 0 1rem;
	color: #999;
	vertical-align: top;
}
.top-nav-bar .menu {
	margin: 0;
}
.top-nav-bar .menu li {
	margin: 0 1em;
}.top-nav-bar .menu a {
	font-size: 85%;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: .5em;
	display: inline-block;
	position: relative;
    text-align: center;
    color: #131313;
    text-shadow: 1px 1px 18px #ffffffad;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.top-nav-bar .menu a::before, 
.top-nav-bar .menu a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border: 2px solid #e8c94b;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.top-nav-bar .menu .current-menu-item a {
	color: #e8c94b;
}
.top-nav-bar .menu a::before,
.top-nav-bar .menu:hover .current-menu-item a::before {
    top: -2px;
    left: -10px;
    border-width: 2px 0 0 2px;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
}
.top-nav-bar .menu a::after,
.top-nav-bar .menu:hover .current-menu-item a::after {
    right: -2px;
    bottom: -10px;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}
.top-nav-bar .menu .current-menu-item a::before, 
.top-nav-bar .menu .current-menu-item a::after,
.top-nav-bar .menu a:hover::before, 
.top-nav-bar .menu a:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.top-nav-bar .menu:hover .current-menu-item a::before, 
.top-nav-bar .menu:hover .current-menu-item a::after {
    opacity: 0;
}


.kk_menu_slide_right header .social {
	float: none;
	position: absolute;
}

.kk_menu_slide_right .main-nav, 
.kk_menu_fullscreen .main-nav {
	z-index: 5;
}



/* Content Struture */
.flex-parent {
    display: flex;
    align-items:center;
}
.flex-child {
	flex: 1;
    max-width: 100%;
}
.flex-child.flex-end {
	align-self: flex-end;
}
.row {
    margin: 0 -15px;
}
.row:before {
    display: table;
    content: " ";
}
.row > div {
	padding: 15px;
}
.col {
	width: 100%;
	display: inline-block;
}
.col-md-3 {
	width: 8.34%;
	display: inline-block;
	vertical-align: top;
}
.col-md-6 {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}
.col-padded {
	padding: 2rem;
}
.data,
.blog-content, .single-post .blog-content, .single-post .post-entry, 
.content .blog-entry, .portfolio-content {
	overflow: visible;
}

.kk-content-fullwidth.kk_menu_slide_right .content {
	background: none!important;
	padding-left: .75em;
	padding-right: .75em;
	padding-top: 5rem;
}
.inner-content {
	width: 71%;
	margin-bottom: 2em;
}
.archive .content-inner-wrapper,
.search .content-inner-wrapper,
.page-content .inner-content,
.page-template-blog .post {
	background: #fcfcfc;
	margin-bottom: 5em;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
article.featured {
	margin: 0 auto;
}
.archive article,
.search article,
.search-results.search article {
	margin-bottom: 4rem;
}

.blog-content,
.inner-content .post .blog-content {
	padding: 0;
	border: 0;
}
.sidebar {
	width: 29%;
	padding-right: 1em;
    padding-left: 1em;
    padding-top: 1em;
    border-left: 1px solid #ddd;
}
.sidebar a img {
	opacity: 0.25;
	will-change: opacity, transform;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.sidebar a:hover img {
	opacity: 1;
}

/* Single Post Only */
.single-post.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .content .content-inner-wrapper {
	position: relative;
    padding-right: 78px;
    margin-top: 24px;
    margin-bottom: 58px;
    width: auto;
}
.article-intro {
	position: fixed;
    top: 0;
    left: 1320px;
    width: calc(25% - 30px);
    height: 100%;
}
.article-intro .article-intro-inner {
	width: 25%;
    height: 100vh;
    position: fixed !important;
    top: 45%;
    padding: 1rem;
}
.article-intro .article-intro-inner h2 {
	font-family: 'Halant', serif;
	font-size: 38px;
}
.disclaimer-mobile {
	display: none;
}
.article-content {
	max-width: 1280px;
	background: #fcfcfc;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.single-post .inner-content {
	padding: 1em;
}
.single-post .inner-content .wp-block-image.size-full{
	margin-left: -1em;
    margin-right: -1em;
    width: 100%;
    min-width: calc(100% + 2em);
    position: relative;
}
.single-post .inner-content .wp-block-image.size-full img {
	width: 100%;
}

/* Content Elements */
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
	margin-top: 35px;
}

.post-entry p a,
.post-entry li a,
.widget p > a {
    border-bottom: 1px solid gold;
}
.post-entry p a:hover,
.post-entry li a:hover,
.widget p > a:hover {
	border-color: black;
	background-color: #FFF;
}

.post-entry .gallery-caption {
	font-size: 60%;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	background-color: #fcfcfc;
	background: #ffffffbd;
	color: #6b6a6a;
	font-size: inherit;
	padding: 1rem;
}

blockquote {
	text-transform: none;
	font-weight: inherit;
	font-size: 90%;
}
blockquote > p {
	padding-bottom: 10px;
	line-height: 1.6em;
}
.lead {
	font-size: 115%;
	line-height: 1.95;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 30px;
	margin: 0;
}
.list-inline {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.list-inline li {
	display: inline-block;
	margin-right: .5rem;
}
.centre {
	text-align: center;
}
.boxed {
	margin: 2rem 0;
    border: 1px solid #e8c94b;
    padding: 1rem;
    text-align: center;
}
.page-title {
	margin: 0 auto -18px;
	z-index: 2;
	display: block;
	position: relative;
}
.page-title h1 {
	color: #26183b;
	line-height: .75em;
}
.btn, a.wp-block-button__link {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  border-radius: 0.15rem; 
}
a.wp-block-button__link {
	padding: 1rem 1.5rem;
	box-shadow: 1px 1px 7px -4px #757575;
}
a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:active {
	box-shadow: 1px 1px 10px -2px #757575;
}
a.wp-block-button__link:focus{
	outline: 5px auto #6d787f;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus,
a.wp-block-button__link:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; 
}
.btn:focus, .btn:hover,
a.wp-block-button__link:focus, a.wp-block-button__link:hover {
	text-decoration: none; 
}
.btn.focus, a.wp-block-button__link:focus {
	text-decoration: none; 
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0; 
}
.btn.disabled, .btn:disabled {
	cursor: not-allowed;
	opacity: .65; 
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; 
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.75rem 2.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; 
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; 
}
.btn-block {
  display: block;
  width: 100%; 
}
.btn-block + .btn-block {
  margin-top: 5px; 
}

.btn.btn-primary {
	color: #6b5113;
    background-color: #e8c94b;
    border-color: #dba425;
    box-shadow: 0 1px 4px rgba(49, 40, 58, 0.1);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus, 
.btn.btn-primary.focus,
.btn.btn-primary:active, 
.btn.btn-primary.active, 
.open > .btn.btn-primary.dropdown-toggle, 
.open > .btn.btn-primary.dropdown-toggle:hover, 
.open > .btn.btn-primary.dropdown-toggle:focus, 
.open > .btn.btn-primary.dropdown-toggle.focus {
	color: #6b5113;
    background-color: #e8c94b;
    border-color: #dba425;
    box-shadow: 0 1px 4px rgba(49, 40, 58, 0.1);
}

.btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus {
	background-color: #B0B2A1;
	border-color: #B0B2A1; 
}
.btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
	background-color: #B0B2A1;
	border-color: #B0B2A1; 
}

/* wordpress generated buttons */
.wp-block-button > a.wp-block-button__link {
	margin-bottom: 3rem;
}

.btn.btn-secondary, 
.wp-block-button > a.wp-block-button__link, 
.wp-block-button > a.wp-block-button__link:visited {
	color: #666;
	background-color: #FFE4E2;
	border-color: #f3d1ce; 
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus, 
.btn.btn-secondary.focus,
.btn.btn-secondary:active, 
.btn.btn-secondary.active, 
.open > .btn.btn-secondary.dropdown-toggle, 
.open > .btn.btn-secondary.dropdown-toggle:hover, 
.open > .btn.btn-secondary.dropdown-toggle:focus, 
.open > .btn.btn-secondary.dropdown-toggle.focus,
.wp-block-button > a.wp-block-button__link:focus,
.wp-block-button > a.wp-block-button__link:hover {
	color: #494848;
	background-color: #f3d1ce;
	border-color: #f3d1ce; 
}
.btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled.focus {
	background-color: #fff;
	border-color: #ccc; 
}
.btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
	background-color: #fff;
	border-color: #ccc;
}

.btn.btn-primary-outline {
	color: #666;
	text-transform: uppercase;
	background-image: none;
	border-color: #B0B2A1; 
    font-size: .75rem;
    letter-spacing: 1.5px;
    box-shadow: 0 1px 4px rgba(49, 40, 58, 0.1);
}
.btn.btn-primary-outline:focus, .btn.btn-primary-outline.focus, 
.btn.btn-primary-outline:active, .btn.btn-primary-outline.active, 
.open > .btn.btn-primary-outline.dropdown-toggle,
.btn.btn-primary-outline:hover {
	color: #B0B2A1;
	background-color: #FFF;
	border-color: #B0B2A1; 
	box-shadow: -1px 2px 6px rgba(33, 19, 69, 0.16);
}
.btn.btn-primary-outline.disabled:focus, 
.btn.btn-primary-outline.disabled.focus, 
.btn.btn-primary-outline:disabled:focus, 
.btn.btn-primary-outline:disabled.focus,
.btn.btn-primary-outline.disabled:hover, 
.btn.btn-primary-outline:disabled:hover {
	border-color: #43a7fd; 
}

.btn.btn-secondary-outline {
	color: #FFE4E2;
	background-image: none;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: #FFE4E2; 
	font-size: .75rem;
    letter-spacing: 1.5px;
    box-shadow: 0 1px 4px rgba(49, 40, 58, 0.1);
}
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline.focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active, .open > .btn.btn-secondary-outline.dropdown-toggle,
.btn.btn-secondary-outline:hover {
	color: #FFE4E2;
	background-color: rgba(0,0,0,0.75);
	border-color: #FFE4E2;
	box-shadow: -1px 2px 6px rgba(33, 19, 69, 0.16);
}
.btn.btn-secondary-outline.disabled:focus, 
.btn.btn-secondary-outline.disabled.focus, 
.btn.btn-secondary-outline:disabled:focus, 
.btn.btn-secondary-outline:disabled.focus,
.btn.btn-secondary-outline.disabled:hover, 
.btn.btn-secondary-outline:disabled:hover {

	border-color: white; 
}

/* cards */
.card {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fcfcfc;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin-bottom: 1rem;
}
.card-rows {
    -ms-flex-direction: row;
    flex-direction: row;
}
.card-outline {
	border: 1px solid #EEE;
}
.card-body,
.card-rows > div {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


/* Post types */
.effect-zoom img {
    -webkit-filter: blur(0px);
    filter: blur(0px);	
}
.effect-zoom:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px);	
}
.effect-zoom .post-title-card a:after {
	display: none;
}
.magazine-title-card {
	position: relative;
	text-align: center;
	padding: 2rem;
}
.post-title-card .post-title {
	position: absolute;
    top: 1rem;
    left: 1rem;
    width: 84%;
    width: calc(100% - 2rem);
    height: 84%;
    height: calc(100% - 2rem);
    text-align: center;
    padding: 4rem;
    margin: 0;
    will-change: background-color;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-title-card:not(.magazine-title-card) .post-title {
	background: white;
    background: rgba(255, 255, 255, 0.75);
}
.post-title-card:not(.magazine-title-card):hover .post-title {
	background: rgba(255, 255, 255, 0.95);
}
.format-video .post-title-card .post-title {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	background: #FFF;
}
.post-title-card .post-title h2 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0;
	text-overflow: ellipsis;
    overflow: hidden;
    max-height: 50%;
}
.post-title-card hr {
	margin: 1rem auto;
	border-color: transparent;
    border-bottom: 4px solid #b0b2a1;
}
.post-title-card .post-title p {
	text-align: center;
	line-height: 1rem;
	padding: 0;
	text-overflow: ellipsis;
    overflow: hidden;
    max-height: 50%;
}
.format-standard .blog-thumb .post-title-card a {
	display: inline-block;
}
.post-title-card.magazine-title-card .post-title {
	color: #FFF;
	border: 1px solid #ffffff40;
	text-shadow: 0px 2px 6px rgba(47, 47, 47, 0.75);
}
.post-title-card.magazine-title-card .post-title h2,
.post-title-card.magazine-title-card .post-title .blog-meta,
.post-title-card.magazine-title-card .post-title .blog-meta a,
.post-title-card.magazine-title-card .post-title hr {
	color: #FFF;
	text-transform: uppercase;
	border-color: #FFF;
}
.post-title-card.magazine-title-card .post-title h2 {
	font-weight: 400;
    font-size: 27px;
    line-height: 1.3em;
}

/* related posts on single post */
.related-posts {
	display: flex;
	align-items: stretch;
}
.related-posts .related-post {
	flex: 1;
	margin: 0 1rem 1rem 0;
}
.related-posts .related-post:last-child {
	margin-right: 0;
}
.related-posts .related-post .blog-summary {
	margin: -50px 25px 0;
	padding: 1em;
}

/* graphical elements */
.graphic-bg-01 {
    padding: 1rem;
    background-color: #e6c749;
    background: url(/wp-content/themes/toppic-2019-child/images/gold-foil.gif) left;
    box-shadow: 0 1px 4px rgba(49, 40, 58, 0.1);
}

.quote-text {
    padding: 25px;
    background-color: #e6c749;
    background: url(/wp-content/themes/toppic-2019-child/images/gold-foil.gif);
    color: #fff;
    text-shadow: 0px 5px 8px rgba(128, 110, 73, 0.75);
    border: 5px double rgba(187, 159, 43, 0.75);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}.content .quote-source {

	float: none;
	width: 100%;
	text-align: right;
}

/* lists */
.inner-content ul {
	margin: 0 0 1.25em .5em;
}
.inner-content ul li,
.inner-content ol li {
	margin-bottom: 1em;
}
.inner-content ul li:not(.blocks-gallery-item) {
    padding: 0 0 8px 12px;
    list-style: none;
    background: url(/wp-content/themes/toppic-2019-child/images/menu-arr.gif) no-repeat left 8px transparent;
}
.inner-content div + ol, .inner-content p + ol {
	counter-reset: my-badass-counter;
	list-style: none;
	margin: 0 0 1.25rem 1.5rem;
}
.inner-content div + ol>li, .inner-content p + ol>li{
    padding: 0 0 .25rem 2rem;
    position: relative;
}
.inner-content div + ol>li:before, .inner-content p + ol>li:before {
	content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: -2px;
    font: 30px/1 'Halant', cursive;
    color: #e8c94b;
}

.btn-raised,
.wdi_photo_wrap,
.blog-thumb,
.feature-top,
.jetpack-display-remote-posts > a,
.shopr-horizontal {
	background-color: #fcfcfc;
	will-change: box-shadow, transform;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-raised:hover,
.btn-raised:focus,
.btn-raised:active,
.wdi_photo_wrap:hover,
.wdi_photo_wrap:focus,
.wdi_photo_wrap:active,
.blog-thumb:hover,
.blog-thumb:focus,
.blog-thumb:active,
.jetpack-display-remote-posts > a:hover,
.shopr-horizontal:hover  {
	outline: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}

.content .post-content {
	position: absolute;
	left: -75px;
}

.blog-summary .blog-entry > p:first-of-type::first-letter,
.has-drop-cap:not(:focus):first-letter { 
	font-family: 'Halant', serif;
	color: #565656;
	font-size: 415%;
	line-height: 70%;
	padding-right: 5px;
	padding-top: 8px;
	float: left;
}
.feature {
	margin-bottom: 2em;
}
.feature p,
.caption {
	font-size: 75%;
    line-height: 1.5em;
    text-transform: uppercase;
}

.blog-summary {
	margin: -150px 120px 0;
    position: relative;
    background-color: #fcfcfc;
    padding: 2em;
    text-align: center;
}
.blog-content .blog-summary .blog-title {
	font-weight: 200;
	font-size: 27px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.blog-summary .blog-entry {
	text-align: justify;
	font-size: 90%;
}

/* Social Snap Pinterest Hover Pin*/
.inner-content ul.ss-social-icons-container li {
	list-style: none;
	background: none;
}
.ss-pinterest-color {
    background-color: rgba(34, 34, 34, 0.75);
}

/*Related posts*/
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: uppercase;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, 
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none!important;
}

/*Sidebar*/
.sidebar .widget {
	overflow: visible;
}
.cta-block {
	display: block;
	position: relative;
    min-height: 50px;
    line-height: 0;
	text-align: center;
}
.cta-block > h3 {
	color: white;
    padding: 1em;
    vertical-align: baseline;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
}
.cta-block img {
	width: 100%;
	height: auto;
}
.sidebar .jetpack-display-remote-posts h4 {
	display: block;
	position: absolute;
	width: calc(100% - 4rem);
	margin-left: 1rem;
	margin-right: 2rem;
	margin-top: 0;
	padding: 8px 15px;
	background-color: #fcfcfc;
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
}
.sidebar .jetpack-display-remote-posts > a {
	display: block;
	margin-bottom: 2em;
}
.sidebar .jetpack-display-remote-posts > a img {
	display: block;
}

.sidebar .widgets-list-layout-links {
	width: 84%;
}

.sidebar .widget ul li {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Editorial */
.featured-horizontal .editorial {
	padding: 5rem;
	padding: 5vw;
}
.editorial {
	clear: both;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.editorial .col {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.editorial .col.col-3 {
	-webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.editorial > p {
	padding: 0;
}
.editorial .editorial-text {
	padding: 3em 2.25em;
    font-size: 90%;
    text-align: center;
}
.editorial h1 {
	font-size: 5vw;
	line-height: .95;
	font-family: 'Halant', cursive;
}
.editorial h2 {
	font-size: 3vw;
	line-height: .95;
	font-family: 'Halant', cursive;
}
.editorial .overlay {
	max-width: 50%;
	margin: 2rem;
	position: absolute;
	opacity: .85;
}
.editorial-2-col {
	font-size: 90%;
	xborder: 1px black solid;
    padding: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightgrey;
    -moz-column-rule: 1px solid lightgrey;
    column-rule: 1px solid lightgrey;
}
.editorial-title {
	border-bottom: 1px solid #ddd;
    padding: 4vh;
    margin-bottom: 3em;
    margin-left: -1em;
    margin-right: -1em;
}
.editorial-title h1 {
	text-align: center;
	margin-bottom: 3vh;
}
.quote {    
	background: url(/wp-content/themes/toppic-2019-child/images/quotes.png) top center;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 130px 3vh 3vh;
}
.flush {
	padding: 0;
	margin: 0;
}
.fashion-feature {
	color: white;
	position: relative;
	margin-bottom: 1em;
}
/* 2020 cover image option support */
.fashion-feature.wp-block-cover {
	justify-content: flex-start;
    align-items: flex-end;
    font-size: 80%;
    text-shadow: 1px 1px 1px black;
    padding-left: 2em;
    padding-right: 2em;
}
.fashion-feature::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid white;
    min-height: auto;
}
.fashion-feature img {
	display: block;
}
.fashion-feature > p {
	margin: 0;
	padding: 0;
}
.fashion-feature .feature-text {
	font-size: 80%;
	text-shadow: 1px 1px 1px black;
	position: absolute;
	bottom: 50px;
	left: 50px;
	max-width: 200px;
	z-index: 2;
}
.fashion-feature .feature-text a,
.fashion-feature.wp-block-cover p a {
	color: white;
	border-bottom: 1px solid;
	background-color: transparent;
}

.fashion-feature .feature-text.feature-text-right {
	text-align: right;
	left: auto;
	right: 50px;
}


/*Instagram Feed */
.content #wdi_feed_2 .wdi_feed_item,
.content #wdi_feed_1 .wdi_feed_item,
.content #wdi_feed_0 .wdi_feed_item,
.starboy #wdi_feed_0 .wdi_feed_item {
	overflow: visible;
}
.content #wdi_feed_2 .wdi_feed_container,
.content #wdi_feed_2 .wdi_feed_wrapper,
.content #wdi_feed_2 .wdi_load_more, 
.content #wdi_feed_2 .wdi_spinner,
.content #wdi_feed_1 .wdi_feed_container,
.content #wdi_feed_1 .wdi_feed_wrapper,
.content #wdi_feed_1 .wdi_load_more, 
.content #wdi_feed_1 .wdi_spinner,
.content #wdi_feed_0 .wdi_feed_container,
.content #wdi_feed_0 .wdi_feed_wrapper,
.content #wdi_feed_0 .wdi_load_more, 
.content #wdi_feed_0 .wdi_spinner,
.starboy #wdi_feed_0 .wdi_feed_container,
.starboy #wdi_feed_0 .wdi_feed_wrapper,
.starboy #wdi_feed_0 .wdi_load_more, 
.starboy #wdi_feed_0 .wdi_spinner {
	background-color: transparent;
	border: 0px;
}
.content #wdi_feed_2 .wdi_photo_wrap_inner,
.content #wdi_feed_1 .wdi_photo_wrap_inner,
.content #wdi_feed_0 .wdi_photo_wrap_inner,
.starboy #wdi_feed_0 .wdi_photo_wrap_inner {
	border: 0!important;
}

/*Footer*/
.insta-footer {
	background: white;
	border-width: 1px 0;
	border-color: rgb(215, 215, 215);
	border-style: solid;
}
.insta-footer .wdi_pagination_container {
	display: none;
}
.content .kk-content-footer {
	margin-top: 0;
}

/* Search */
.search-fs-form .searchform input[type="text"] {
	font-weight: 200;
}
.sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: none;
}
.sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
    border: none;
    border-bottom: 1px solid grey;
    background-color: transparent;
    padding: .75rem .15rem;
    margin: 0;
    font-size: 22px;
    font-weight: 200;
}

/* Homepage Only */
.kk-content-fullwidth.kk_menu_slide_right.home .content {
	padding: 0;
}

.feature-top {
	background-color: #8080804a;
	background: url(/wp-content/themes/toppic-2019-child/images/natalie.png) center -260px;
	background-size: 100% auto;
    background-size: cover;
    height: auto;
    min-height: 600px;
    height: 50vh;
    position: relative;
    margin-top: -50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #7e7e7e;
}
.feature-top.feature-bottom {
	background: url(/wp-content/themes/toppic-2019-child/images/natalie-02.png) center;
	margin-top: 0;
}
.overlay-card {
	position: absolute;
	top: 1rem;
	left: 1rem;
    text-align: center;
    color: white;
    border: 1px solid #ffffff40;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    padding: 2rem 3rem;
    width: 84%;
    width: calc(100% - 2rem);
    height: 84%;
    height: calc(100% - 2rem);
}
.feature-top .flex-child {
	max-width: 50%;
	margin-left: 50%;
}
.feature-top h2 {
	color: #FFF;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
}
.feature-top h3 {
	color: #FFF;
	font-weight: 400;
    line-height: 1.65;
}
.feature-top hr {
	margin: 30px auto;
    border-bottom: 1px solid #aaa;
}
.feature-top a {
	color: #e8c94b;
}
.overlay-card .social{
	float: none;
	text-align: center;
	max-width: 100%;
}
.shopr-horizontal {
	background: white;
	padding: 2em;
}
.kk_menu_slide_right.kk-content-fullwidth .content .content-inner-wrapper {
	width: 1450px;
}
.home .data {
	width: 32.45%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
}
.home .data:nth-of-type(3), .home .data:nth-of-type(6) {
	margin-right: 0;
}

.home .feature-row .data {
	width: 100%;
	display: block;
	margin: 0 auto 5rem;
}

.home .data.format-video .blog-content,
.home .featured .blog-content {
	background-color: white;
}
.home .data.format-video .video-wrapper {
	width: 66%;
	display: inline-block;
	float: left;
}
.home .data.format-video .post-title-card {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

/*featured*/
.featured .blog-summary {
	margin: 0;
	padding-left: 3vw;
	padding-right: 3vw;
}
.featured .blog-summary .blog-entry p {
	padding-bottom: 1em;
}

/*shopr widgets*/
.shopr_shopthepost .shopr_shopthepost_product_meta {
    padding: .4em;
	margin: 0 auto .4em;
	font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.shopr_shopthepost .shopr_shopthepost_product_meta::after {
    content: "SHOP";
    padding: 0.4em 1em;
    font-size: 12px;
    letter-spacing: 1px;
    background: black;
    color: white;
    text-align: center;
    position: absolute;
    right: 6px;
    top: -130px;
    transform: rotate(20deg);
}

/*error page */
.error404 .content-inner-wrapper {
	background-color: #000;
	padding: 2rem;
}
.error404 .content-inner-wrapper li a {
	color: #FFF;
}


@media screen and (max-width: 1760px) {
	.article-content {
		max-width: 78%;
	}
	.article-intro {
		width: 25%;
		left: 75%;
	}
}


@media screen and (max-width: 1450px) {
	.kk_menu_slide_right.kk-content-fullwidth .content .content-inner-wrapper {
	    width: 100%;
	}
	.article-content {
		max-width: 100%;
	}
	.article-intro {
		display: none;
	}

	.disclaimer-mobile {
		display: block;
	}
}

@media screen and (max-width: 1280px) {
	.magazine-title-card {
		padding: 0;
	}
	.post-title-card .post-title {
		padding: 2rem;
	}
	#none .post-title-card .post-title {
		top: 1rem;
	    left: 1rem;
	    width: calc(100% - 2rem);
	    height: calc(100% - 2rem);
	}
	.home .data {
		width: 32%;
	}
}
@media screen and (max-width: 1230px) {
	.top-nav-bar {
		display: none;
	}
	/* Single Post Only */
	.single-post.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .content .content-inner-wrapper {
	    padding-left: 0;
	    padding-right: 0;
	    margin-top: 0;
	    margin-bottom: 0;
	}
}
@media screen and (max-width: 1050px) { 
	.editorial h2 {
		font-size: 35px;
	}
	.col-padded {
		padding: 1.5rem;
	}
	.inner-content, .sidebar {
	    width: 100%;
	}
	.top-nav-bar .social {
		display: none;
	}
	.home .data {
		width: 100%;
		margin-right: 0rem;
	}

	#none .post-title-card .post-title h2,
	#none .blog-summary h2 {
		font-size: 115%;
	}
}
@media screen and (max-width: 1000px) {
	.blog-meta {
		line-height: 1rem;
		margin: 0 0 1rem;
		padding: 0;
	}
	.editorial .col {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.feature-top {
		background-image: url(/wp-content/themes/toppic-2019-child/images/natalie-mobile.png);
		background-position: center;
	}
}
@media screen and (max-width: 768px) { 
	.col-md-6 {
		width: 100%;
		display: block;
	}
	.cssanimations .logo a {
		margin-top: -3px;
	}
	.two-col {
		flex-direction: column;
	}
	.two-col .flex-child {
		flex: 0 0 100%;
	}
	.home .data {
		width: 100%;
		margin: 0 0 1rem;
		display: block;
	}
	.post-title-card:not(.flex-child) {
		display: table;
		background: white;
	}
	.post-title-card:after{
		clear: both;
	}
	.format-standard .blog-thumb .post-title-card img {
		width: 50%;
		float: left;
	}
	.post-title-card .post-title,
	#none .data.format-video .post-title-card .post-title {
		position: relative;
		top: auto;
	    left: auto;
	    height: auto;
	    width: 100%;
	}
	#none .data:not(.format-video) .post-title-card .post-title {
		/*padding: 1rem;*/
		display: inline-block;
	    width: 50%;
	    vertical-align: top;
	    top: 0;
	    left: 0;
	}
	.home .data.format-video .post-title-card,
	.home .data.format-video .video-wrapper {
	    width: 100%;
	    float: none;
	}
	.post-title-card.magazine-title-card .post-title {
		text-shadow: none;
	}
	.post-title-card.magazine-title-card .post-title h2,
	.post-title-card.magazine-title-card .post-title .blog-meta,
	.post-title-card.magazine-title-card .post-title .blog-meta a,
	.post-title-card.magazine-title-card .post-title hr {
		color: initial;
		border-color: initial;
	}
	.blog-summary {
		margin-left: 20px;
		margin-right: 20px;
	}
	.inner-content ol li {
		padding: 0 0 .5em 1.5em;
	}
	.inner-content ol li:before {
		left: -10px;
		font-size: 32px;
	}
	.related-posts {
		overflow: scroll;
	}
	.related-posts .related-post {
		flex: none;
		width: 60%;
		display: block;
	}
}

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

	.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .kk-borders.kk-border-top {
		display: block;
	}
	.kk-content-fullwidth.kk_menu_slide_right .content {
		padding-left: 0;
		padding-right: 0;
	}

	.inner-content, .sidebar {
    	float: none!important;
    }

	.feature-top h2 {
		display: none;
	}
	.overlay-card {
		padding: 1.25rem;
	    width: calc(100% - 2rem);
	    height: calc(100% - 2rem);
	}

	.editorial .editorial-overlay {
		padding: 1em;
	}

	.editorial-2-col {
	    xborder: none;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	.editorial .overlay {
		position: relative;
	    max-width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	    width: 100%;
	}

	.inner-content, .sidebar {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .creative-top-wrapper, 
	.kk_menu_slide_right.kk-content-fullwidth.kk-is-borders .creative-top-wrapper-fixed {
		padding-top: 9px;
		height: 58px!important;
	}
	.kk_menu_slide_right header .social {
		display: none;
	}.kk-content-fullwidth.kk_menu_slide_right .content {
		padding: 65px 0 0 0;
	}
	
	.post-title-card .post-title,
	#none .post-title-card .post-title,
	#none .data:not(.format-video) .post-title-card .post-title,
	.format-standard .blog-thumb .post-title-card img {
	    width: 100%;
	    float: none;
	}
	.post-title-card.magazine-title-card .post-title {
		text-shadow: none;
	}
	.blog-summary {
		margin: 0;
		padding: 2rem 6px;
	}
	.related-posts .related-post {
		width: 90%;
	}

	.feature-top {
		margin-top: 0;
		background-position: -100px center;
	}
	.feature-top .flex-child {
		max-width: 100%;
		margin-left: 0;
	}
}