/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Structure
# Header
# Primary Nav
# Content
	## Posts and Pages
	## Content Navigation
	## Comments
# Sidebar
	## Widgets
# Footer
# Infinite Scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: BigRegularLight;
  font-display: swap;
  src: url(/images/BigRegularLight.otf) format("opentype");
}

@font-face {
  font-family: BigRegularBold;
  font-display: swap;
  src: url(/images/BigRegularBold.otf) format("opentype");
}

/*
@font-face {
  font-family: BigRegularBlack;
  font-display: swap;
  src: url(/images/BigRegularBlack.otf) format("opentype");
}
*/

@font-face {
  font-family: BigRegularMedium;
  font-display: swap;
  src: url(/images/BigRegularMedium.otf) format("opentype");
}

@font-face {
  font-family: BigWideMedium;
  font-display: swap;
  src: url(/images/BigWideMedium.otf) format("opentype");
}

@font-face {
  font-family: BigWideBold;
  font-display: swap;
  src: url(/images/BigWideBold.otf) format("opentype");
}

@font-face {
  font-family: BigWideBlack;
  font-display: swap;
  src: url(/images/BigWideBlack.otf) format("opentype");
}

@font-face {
  font-family: SmallBold;
  font-display: swap;
  src: url(/images/SmallBold.otf) format("opentype");
}

@font-face {
  font-family: SmallLight;
  font-display: swap;
  src: url(/images/SmallLight.otf) format("opentype");
}

@font-face {
  font-family: SmallMedium;
  font-display: swap;
  src: url(/images/SmallMedium.otf) format("opentype");
}

/*
@font-face {
  font-family: SmallBlack;
  font-display: swap;
  src: url(/images/SmallBlack.otf) format("opentype");
}

@font-face {
  font-family: SmallMediumItalic;
  font-display: swap;
  src: url(/images/SmallMediumItalic.otf) format("opentype");
}

@font-face {
  font-family: NameBigThin;
  font-display: swap;
  src: url(/images/NameBigThin.otf) format("opentype");
}

@font-face {
  font-family: NameBigUltraLight;
  font-display: swap;
  src: url(/images/NameBigUltraLight.otf) format("opentype");
}

@font-face {
  font-family: SaturdayScript;
  font-display: swap;
  src: url(/images/SaturdayScript.otf) format("opentype");
}
*/

.page-numbers {
font-size:35px;
font-family: SmallLight,Arial,Times;
color:#00aeff;
text-decoration:none;
padding:0px 20px 0px 20px;
margin: 0px 10px 10px 0px;
display:inline-block;
}

a.page-numbers {
color:#00aeff;
background-color:hsl(30, 6%, 80%);
border:2px solid #e0e0e0;
border-radius:15px;
box-shadow:
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 1px 0px #80b3eb,
0 0 10px 2px #d4d1cc;
background: linear-gradient(#e4e1dd, #e0c7c3);
}
span.page-numbers {color:#88aec4;}

a.page-numbers:hover, a.page-numbers:active {
top:2px;
position:relative;
color:#00aeff;
}

a.next {
font-family: BigRegularBold,Arial,Times;
color:#00aeff;
text-shadow: 0px -1px #EFEF00, 0px 0px 5px #E8E4DE;
}

a.next:after {
font-family: BigRegularLight,Arial,Times;
content: " >>";
color:#00aeff;
}

z.prev,
.dots, .page-numbers:nth-last-child(2) {display:none}

.pages, .prev {
display:none;//block;
margin-bottom: 0px;
}

.navigation {
font-family:Sans Serif,Tahoma;
background-color: hsl(30, 6%, 80%);
padding: 30px 0 150px 0;
position: relative;
top: -10px;
left: -40px;
width: 100%;
text-align: center;
clear: left;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
font-size: 16px;
}

body {
	color: #303135;
//	font-family: Georgia;
	// font-size: 16px;
	line-height: 1.6;
	font-size: 62.5%;
	//font-size: 75%;
	font-family: BigRegularMedium,Arial,Times;
}

nav,
label,
input {
	font-family: sans-serif;
	font-size: 14px
}

p {
	margin: 0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/	box-sizing: inherit;
}

body {
	background: hsl(30, 6%, 80%); /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

.widget ul,
.widget ol {
	margin: 0;
	padding: 0 0 0 1em
}

.comments-area ol {
	list-style: none;
	padding: 0;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

ul {
	/* list-style: disc; */
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label {
	font-size: 14px;
	color: #9e9e9e;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	padding: 8px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px 0;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
//	color: #111;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #253e80;
}

a:hover,
a:focus,
a:active {
//	color: #253e80;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
//top:1px;
//position:relative;
}

.sidebar-1 a {
	text-decoration: none
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.posts-navigation:before,
.posts-navigation:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.posts-navigation:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/

.site-wrapper {
	margin: 0 auto;
}

.page-template-full-width .content-area {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-branding {
	padding: 0px;
}

.site-header {
	//text-align: center;
	//min-height: 173px
}

.site-title {
	margin: 0;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2
}

.site-title a {
	text-decoration: none;
	color: #253e80;
}

.site-description {
	color: #8e8e8e;
	margin: 0
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.entry-content {
	text-align: center;
}

.home p
 {
width: 500px;
}

.entry-header {
/	margin-bottom: 16px;
/width:400px;
}

//.entry-title {
	font-size: 30px;
	margin: 0;
overflow: hidden;
white-space: nowrap;
/font-family: BigRegularBold;
//position: relative;
max-width:400px;
}

//.entry-title a {
	text-decoration: none;
font-weight: normal;
    display: inline-block;
width:100%;
font-family: BigRegularLight;
	color: #253e80;
}

//.entry-title a b {
font-family: BigRegularBold;
/color: #253e80;
margin-left:5px;
margin-right:0.1em;
text-shadow: 0px -1px #EFEF00;
}


//.entry-title::after {
content: "";
background-color: #FFFFFF;
box-shadow: 20px -10px 20px 40px hsl(30, 6%, 80%);
display: inline-block;
width: 0px;
}



.entry-meta {
	font-size: 14px;
	color: #929292
}
.entry-meta a {
	color: #929292;
	text-decoration: none
}

.post-edit-link {
	float: right;
}

.page .post-edit-link {
	float: none;
}

//.entry-footer::after {
    display: block;
    max-width: 400px;
    height: 10px;
//    content: "";
    content: url("/images/space.gif");
    border-bottom: 1px solid #E5E5E5;
}

.comments-closed .entry-footer {
	margin-bottom: 0;
}

.more-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
//	margin: 0 0 1.5em;
/*! margin: 0 0 3em 90px; */
}

.blog .hentry {
/	margin: 0 100px 3em;
//margin: 0 0 3em 90px;
}

.hentry:nth-last-child(2) {
	margin-bottom: 0px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-navigation,
.posts-navigation {
	margin-bottom: 25px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.nav-links a {
	text-decoration: none;
	color: #303135;
}

.post-navigation .nav-links a  {
	font-weight: bold
}
.post-navigation .nav-links a span {
	text-decoration: underline;
	font-weight: normal
}

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

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

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
//max-width: 840px;
margin: 0 auto;
border-top: 1px solid #cecac4;
padding: 0;
font-size: 1.2em;
text-align: center;
padding-bottom: 0.1em;
color: #DFDBD5;
background: #C8C4BE;
margin-top: 5em;
}

.footerlogobox {
position: relative;
height: 1px;
display: block;
max-width: 100em;
margin: auto;
}

.footerlogo {
position: absolute;
top: -33px;
z-index: 2;
background: url("//celebshq.com/images/celebshq.com-logo-footer.png") no-repeat;
width: 21.6em;
height: 5.7em;
display: inline-block;
margin-left: 9em;
}

.site-info {
//	float: right;
font-size: 1.2em;
position: relative;
z-index: 2;
font-family: Arial;
margin-top: 0.5em;
}

.site-info a {
color: #8E8A84;
//font-weight: bold;
}

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

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

	#site-menu {
		display: none;
	}

	.menu-1 {
		background: none
	}

	.menu-1 a {
	    border-top: 1px solid #2c468a;
	}

	.menu-toggle {
		background-color:#253e80;
		color: white;
		margin: 0 auto;
		width: 100%;
	    border: 0;
	    border-radius: 0;
	}

	.toggled .menu-toggle {
		background-color: #132658;
		color: white;
		margin: 0 auto
	}

	/* Small menu. */
	.menu-toggle,
	.menu-1.toggled #site-menu {
		display: block;
		background-color:#6f8bb4;
	}

	.menu-1 li {
		float: none;
	    width: 100%;
	}

	.menu-1 ul ul {
		position: relative;
		float: none;
		left: auto;
		display: none
	}

	.menu-1 ul li:hover > ul, .menu-1 ul li.focus > ul {
		display: block;
	}

	.menu-1 ul ul a {
		width: 100%;
	}

	.menu-1 ul ul ul {
		left: auto
	}
	.menu-1 ul ul li:hover > ul, .menu-1 ul ul li.focus > ul {
		left: auto;}
	}

@media screen and (max-width: 800px) {
	.site-content,
	.content-area,
	.sidebar-1 {
//			width: 100%;
max-width:100%;
//			float: none
	}

	.site-content,
	.site-info {
		padding: 0 0px;
	}
.blog .hentry {
	margin: 0 50px 3em;
}
}



.iconfloat
{
  position: relative;

//right: 0;
//bottom: 0;
}


time.icon
{
// opacity: 0.5;
font-size: 0.25em;
display: inline-block;
top: -41px;
left: -43px;
position: absolute;
/position: relative;
width: 30px;
height: 30px;
background-color: #f8f8f8;
border-radius: 0.8em;
box-shadow: 0 1px 0 #cdcdcd, 0 2px 0 #EEEEEE, 0 3px 0 #cdcdcd, 0 4px 0 #EEEEEE, 0 5px 0 #cdcdcd, 0 0 0 1px #cdcdcd;
overflow: hidden;
//border-bottom-right-radius: 8px;
//background: linear-gradient(135deg, #F2F1EF 0%,#ffffff 76%,#ede9e3 88%,#ffffff 91%);
}

time.icon *
{
display: block;
width: 100%;
font-size: 1.2em;
// font-weight: bold;
font-style: normal;
text-align: center;
font-family: Tahoma,Arial,Times;
}

/* day */
time.icon strong
{
font-size: 2.5em;
//height: 1.4em;
position: absolute;
top: 0px;
//margin: -0.3em 0;
padding: 0em;
color: #f8f8f8;
background-color: #fd9f1b;
border-bottom: 1px dashed #f37302;
box-shadow: 0 1px 0 #f3d5ac;
font-family: Arial,Times;
height:11px;
line-height: 1.1em;
}

noindex:-o-prefocus, time.icon strong {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

time.icon em
{
font-size: 1.4em;
/ font-weight: bold;
position: absolute;
bottom: 0.0em;
margin: -0.2em 0;
color: #fd9f1b;
}

/* date */
time.icon span
{
font-size: 4.0em;
font-family: Arial,Times;
font-weight: bold;
/letter-spacing: -0.15em;
padding-top: 8px;
color: #595959;//A8A49C
}

noindex:-o-prefocus, time.icon span {
padding-top: 9px;
}

/* date */
//article:first-child  time.icon span
{
//font-family: Arial Black,Times;
color: #595959;//595959
}


.thumb a:hover, .thumb a:hover ~ b, a.thumb:hover b, a.thumb:hover, a.thumbpremium:hover b, a.thumbpremium:hover {
visibility:visible;
top:1px;
}

.thumb a, .thumb a ~ b {
position: relative;
display: inline-block;
}

ul li:nth-child(1n) img {
padding: 0px;
border: 1px solid #c3b9b5;
outline: 0px solid #cbc4c1;
background: linear-gradient(#e0dcd7, #c9bbb9);
box-shadow: 0px 0px 3px 0px #CEC8C0;
}

.navigationcelebs b.celeb .firstWord {
font-weight: normal;
font-family: BigRegularMedium,BigRegularLight,Arial,Times;
//text-shadow: 0 0 #DFD8CF; //#253e80;
}

//.navigationcelebs b.celeb {
margin-left:5px;
font-family: BigRegularBold;
text-shadow: 0px -1px #EFEF00, 0px 0px 5px #F9F5EF;
color: #253e80;
font-size: 24px;
display: inline-block;
//border-bottom: 1px dotted #E8E4DE;
background-image: url("/images/celebnavibutton.png");
background-repeat: no-repeat;
background-position: 0px 3px;
background-size: 100% 30px;
height: 33px;
}

.navigationcelebs b.celeb {
margin-left:5px;
font-family: BigRegularBold;
text-shadow: 0px -1px #EFEF00, 0px 0px 5px #F9F5EF, 0px 0px 5px #FFFFFF;
color: #253e80;
font-size: 19px;
display: inline-block;
//border-bottom: 1px dotted #E8E4DE;
background-image: url("/images/celebnavibutton.png");
background-repeat: no-repeat;
background-position: 0px 0px;
background-size: 100% 28px;
height: 28px;
}

.navigationcelebs b.celeb:after {
font-weight: normal;
color: #e8e4de;
content: "";
text-shadow: 0 0;
width: 24px;
//height: 32px;
display: inline-block;
}

.navigationcelebs b.celeb:before {
font-weight: normal;
font-family: BigRegularLight,Arial,Times;
color: #FFF8EF;
//font-size: 24px;
height: 32px;
counter-increment: Counter;
content:counter(Counter) ".";
display: inline-block;
margin-left: 8px;
padding-right: 8px;
text-shadow: 0 0;
}

b.celeb a {
text-decoration: none;
}

.navigationcelebs ol {
margin-top: 0px;
padding: 0px;
list-style-position: inside;
list-style: none;
}

.navigationcelebs li {
margin-top: 15px;
}

.navigationcelebs li:first-child {
margin-top: 20px;
}

/*
.navigationcelebs li:nth-last-child(-n+20) {
margin-top: 10px;
}
.navigationcelebs li:nth-last-child(-n+15) {
margin-top: 5px;
}
.navigationcelebs li:nth-last-child(-n+11) {
margin-top: 3px;
}
.navigationcelebs li:nth-last-child(-n+8) {
margin-top: 0px;
}
.navigationcelebs li:nth-last-child(-n+6) {
margin-top: -3px;
}
.navigationcelebs li:nth-last-child(-n+4) {
margin-top: -5px;
}
*/

.navigationcelebs li::before {
box-shadow: 50px 0px 20px 60px hsl(30, 6%, 80%);
width: 0px;
background-color: #FFFFFF;
content: "";
display: inline-block;
position: relative;
left: 100%;
}

.navigationcelebs::before {
box-shadow: 0px 0px 20px 15px hsl(30, 6%, 80%);
width: 100%;
content: "";
display: flex;
height: 0px;
}

.navigationcelebs::after {
box-shadow: 0px 60px 30px 20px hsl(30, 6%, 80%);
width: 100%;
content: "";
display: flex;
height: 0px;
//position: relative;
}

.navigationcelebs {
width: 250px;
float: right;
white-space: nowrap;
//border-left: 2px solid #E2DED8;
overflow: hidden;
box-shadow: inset 2px 0px 0px 0px #E2DED8,inset 30px 0px 8px -30px #BDB9B3;
margin-bottom: 0px;
margin-top: 30px;
counter-reset: Counter;
padding-bottom: 60px;
}

.tableofcontent {
margin-left: 69px;
margin-top: 15px;
height: 30px;
}

.tableofcontent ol {
margin-top: 0px;
padding: 0px;
list-style: none;
display: flex;
font-size: 25px;
}

.tableofcontent li {
}

.tableofcontent a {
color: #eceae7;
font-family: BigWideBlack;
text-decoration: none;
text-shadow: 0px 1px 1px #B8B4AE;
display: inline-block;
line-height: 21px;
text-align: center;
text-transform: uppercase;
position: absolute;
margin-top: 9px;
}

.tableofcontent li:nth-child(1) a {
}

.tableofcontent li:nth-child(2) a {
font-family: BigRegularBold;
margin-left: 283px;
margin-top: -23px;
background-color: #efef00;
height: 17px;
color: #d2ce62;
padding: 6px 9px 10px 9px;
border-radius: 15px;
text-shadow: 0 0;
font-size: 20px;
text-transform: capitalize;
box-shadow: 0px 3px 3px -3px #FFFF00,0px 5px 0px 0px #C8C45E,0px 1px 0px 3px #ECEAE7;
line-height: 22px;
text-shadow:
0 0 2px #FFFF00,
0 0 3px #FFFF00,
0 0 5px #FFFF00,
0 0 7px #FFFF00,
0 0 9px #FFFF00,
0 0 10px #FFFF00,
0 0 10px #FFFF00,
0 0 10px #FFFF00;
}

//.tableofcontent li:nth-child(2) a::before {
content: "and come back for more :)";
position: absolute;
top: 35px;
font-size: 12px;
font-family: SmallMedium;
text-transform: lowercase;
color: #ECEAE7;
text-shadow: 0px 1px 2px #B8B4AE;
left: -4px;
width: auto;
white-space: pre;
}

//.tableofcontent li:nth-child(2) a::after {
content: "#1 Free Celebrity Site on the net";
position: absolute;
top: -23px;
font-size: 12px;
font-family: SmallMedium;
text-transform: none;
color: #BADCFF;
text-shadow: 0px 1px 2px #789EB4;
left: -24px;
width: auto;
white-space: pre;
}

.tableofcontent li:nth-child(2) a:hover {
margin-top: -22px;
box-shadow: 0px 3px 3px -3px #FFFF00,0px 4px 0px -1px #C8C45E,0px 0px 0px 3px #ECEAE7;
padding: 7px 9px 10px 9px;
}

.tableofcontent li:nth-child(2) a:hover::before {
top: 34px;
content: "and come back for more :)";
position: absolute;
font-size: 12px;
font-family: SmallMedium;
text-transform: lowercase;
color: #ECEAE7;
text-shadow: 0px 1px 2px #B8B4AE;
left: -6px;
width: 150px;
}

//.tableofcontent li:nth-child(2) a:hover::after {
top: -24px;
}

.tableofcontent li:nth-child(3) a {
margin-left: 462px;
margin-top: -23px;
padding: 32px 20px 0px 20px;
background-color: hsl(30, 6%, 80%);
border-radius: 15px;
}

.tableofcontent li:nth-child(4) a {
margin-left: 659px;
margin-top: -23px;
padding: 32px 0px 0px 0px;
background-color: hsl(30, 6%, 80%);
border-radius: 15px;
}

@media screen and (max-width: 1000px) {
.navigationcelebs {
display:none;
}
.entry-title {
margin-left: 40px;
}
time.icon {
left: 0px;
}
/*
.navigationcelebs b.celeb {
font-size: 18px;
}
.site-wrapper {
margin: 0 0;
}
.widget {
max-width: 780px;
}
.widget {
margin: 25px 20px 1.5em;
}
.content-area {
max-width: 485px;
//    float: left;
}
*/
}


.single .site-content {
max-width: 82em;
margin: 0 auto;
margin-top: 0px;
background-color: #C8C4BE;
padding: 1em;
}

.single .content-area {
	width: auto;
	max-width: 68em;
	float: left;
	padding-bottom: 0.3em;
	padding: 0.8em;
	border: 1px solid #c3b9b5;
	outline: 1px solid #cbc4c1;
	/* background: linear-gradient(#e4e1dd, #c8c4be); */
	box-shadow: 0px 0px 0.3em 0px #CEC8C0;
	margin-right: 0.7em;
	line-height: 0;
	position: relative;
	z-index: 1;
}

@media screen and (orientation: portrait) {
.single .content-area {
	padding: 0;
	margin-right: 0;
	width: 100%;
	border: none;
	top: -1rem;
	max-width: initial;
	margin-bottom: 1rem;
}
}

.single .sidebar-1 {
width: auto;
font-size: 100%;
}

.single .widget {
margin: 0px 0px 1em 2em;
//margin-bottom: -22em;
}

@media screen and (orientation: portrait) {
.single .widget {
	margin: 0px 0px 1em 1em;
}
}

.single .header a {
	color: #eceae7;
	font-family: BigWideBold;
	text-decoration: none;
	text-shadow: 0px 0px 0.08em #B8B4AE;
	display: inline-block;
	line-height: 0.85em;
	font-size: 1.2rem;
	/* letter-spacing: 0.05em; */
}

.single .header {
text-align: center;
text-transform: uppercase;
display: inline-block;
background: none;
border-radius: 1.5em;
}

.single .header.hottest-shots {
margin-bottom: 0.8em;
display: flex;
justify-content: center;
margin-top: 0.4em;
min-width: 15em;
position: relative;
z-index: 1;
}

.single .header.hottest-shots a span {
font-family: BigWideMedium;
letter-spacing: -0.05em;
}

a.thumb, a.thumbpremium,
span.thumb, span.thumbpremium {
display: inline-block;
position: relative;
margin-bottom: 2.5em;
padding: 0;
line-height: 0;
text-align: center;
max-width: 15.2em;
}

.premiumtitle {
white-space: pre;
position: absolute;
top: 0.5em;
left: -0.25em;
color: #f5f598;
text-shadow:
0px 0px 1px rgba(140,0,0,1),
0px 0px 1px rgba(140,0,0,1),
0px 0px 2px rgba(140,0,0,1),
0px 0px 2px rgba(223,0,0,1),
0px 0px 2px rgba(223,0,0,1),
0px 0px 2px rgba(223,0,0,1);
font-family: SmallMedium,Arial;
font-size: 1.2em;
border-radius: 0.25em;
//background-color: rgba(141,0,0,0.4);
background-color: rgba(141,0,0,0.6);
padding: 0.66em 0.085em 0.41em 0.085em;
line-height: 0px;
opacity: 0.75;
z-index: 3;
box-shadow: 0px 0px 0.05em 0px rgba(200, 0, 0, 0.8), 0px 0px 2em 0px rgba(238,231,223,0.35);
}

noindex:-o-prefocus, za.thumb:nth-last-child(-n+20):before, a.thumbpremium:before, .premiumtitle {
background-color: rgba(141,0,0,0.6);
top: 6px;
left: -3px;
padding: 0px 1px 0px 2px;
height: 12px;
line-height: 15px;
}

a.thumb:nth-child(1n) img, a.thumbpremium:nth-child(1n) img,
span.thumb:nth-child(1n) img, span.thumbpremium:nth-child(1n) img {
padding: 0px;
border: 0.01em solid #c3b9b5;
//border: 1px solid #c3b9b5;
outline: 0px solid #cbc4c1;
background: linear-gradient(#e0dcd7, #c9bbb9);
box-shadow: 0px 0px 0.25em 0px #CEC8C0;
border-radius: 0.3em;
}

.thumbpremiumbox {
display: inline-block;
}

a.thumb img, a.thumbpremium img,
span.thumb img, span.thumbpremium img {
width:15em;
height: 15em;
}

.single .entry-footer {
font-size: 1.4em;
color: #84807A;
background-color: #C8C4BE;
line-height: 100%;
padding: 0.3em 0.2em 0 0;
//height: 0.6em;
font-family: BigRegularMedium,SmallMedium,Arial,Times;
//letter-spacing: -0.03em;
}

.single .entry-footer a {
color: #00a5ff;
//font-weight: bold;
}

.single .image-description {
display: inline-block;
}

.single .image-description b {
font-size: 1em;
margin: 0;
display: inline;
font-weight: normal;
max-width: 14em;
display: inline-block;
vertical-align: text-top;
}

.single .entry-footer span {
display: inline-block;
margin-right: 0.5em;
}

.entry-footer a {
text-decoration: none;
color: #84807A;
}

.single .site-header {
width: 100%;
height: 3.6em;
//background-color: #88aec4;
text-align: center;
position: relative;
}

.single .site-branding {
padding: 0px;
width: 83.5em;
text-align: left;
margin: 0 auto;
position: relative;
}

@media screen and (orientation: portrait) {
.single .site-branding {
	max-width: 100%;
	overflow: hidden;
}
}

.single .site-branding img {
	margin-top: 0.5em;
	margin-left: 0.2em;
	width: 12em;
	margin-right: 0.5em;
	position: absolute;
}

.single .site-branding h1 {
display: inline-block;
margin: 0;
//position: absolute;
bottom: -1.02em;
font-weight: normal;
font-family: BigWideBold,Times;
font-size: 4.7em;
letter-spacing: -0.05em;
word-spacing: -0.1em;
color: #F00;
line-height: 1em;
//text-shadow: 0px 0px 0.03em #C8C4BE, 1px 0 0 #C8C4BE, -1px 0 0 #C8C4BE, 0px 0px 0.04em #C8C4BE, 0px 0px 0.04em #C8C4BE, 0px 0px 0.04em #C8C4BE, 0px 0px 0.04em #C8C4BE, 0px 0px 0.04em #C8C4BE, 0px 0px 0.04em #C8C4BE;
text-shadow: 0px 2px #DAD6D0, 0px 0px 0.1em #FFFFB6;
margin-left: 2.7em;
color: #C8C4BE;
z-index: 1;
max-width: 16em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.single .site-branding h1 a {
color: #C8C4BE;
text-decoration: none;
font-weight: normal;
position: relative;
z-index: 1;
}

a.thumb b, a.thumbpremium b,
span.thumb b, span.thumbpremium b {
font-size: 1.4em;
line-height: 100%;
max-width: 10em;
display: inline-block;
font-weight: normal;
border: 1px solid #C3B9B5;
background-color: #CDC9C3;
border-radius: 0.42em;
padding: 0.09em 0.17em 0px 0.33em;
font-family: SmallBold,BigRegularBold,SmallMedium,Arial,Times;
color: #7598f6;
border-width: 0px 0px 1px 0px;
text-shadow: 0px -1px #DADAC1;
white-space: nowrap;
margin-top: 0.5em;
overflow: hidden;
text-overflow: ellipsis;
}

#container a.thumb b, #container a.thumbpremium b,
#container2 a.thumb b, #container2 a.thumbpremium b,
#container span.thumb b, #container span.thumbpremium b {
font-family: BigRegularMedium,SmallMedium,Arial,Times;
color: #98948e;
text-shadow: 0px -1px #CECEB5;
}

a.thumb b.celeb .firstWord, a.thumbpremium b.celeb .firstWord,
span.thumb b.celeb .firstWord, span.thumbpremium b.celeb .firstWord {
font-weight: normal;
font-family: BigRegularMedium,Arial,Times;
}

.thumbsbottombox {
position: relative;
}

.single .thumbsbottomcontent {
display: block;
position: absolute;
top: -21em;
width: 100%;
height: 19em;
background-color: #C8C4BE;
}

#container {
margin-bottom: -19em;
}

#container2,#container3,#container4 {
position: relative;
clear: left;
}

.after-content-header {
font-size: 2em;
font-family: BigRegularBold,Arial,Times;
color: #253e80;
width: 100%;
//text-align: center;
//margin: 0.5em 0 0 1.5em;
//position: absolute;
//top: 0px;
//text-shadow: 0px 0px 0.2em #B8B4AE;
text-shadow: 0px -1px #DCDC80,0px 0px 0.1em hsl(30, 6%, 80%),0px 0px 0.1em #C8C4BE,0px 0px 0.1em #C8C4BE,0px 0px 0.1em #C8C4BE,0px 0px 0.1em #C8C4BE,0px 0px 0.1em #C8C4BE,0px 0px 0.1em #C8C4BE,0px 0px 0.1em #C8C4BE;
z-index: 1;
margin-bottom: 1em;
margin-top: 1em;
//letter-spacing: 0.05em;
}

.after-content-header b {
font-family: BigRegularMedium,Arial,Times;
font-weight: normal;
z-index: 1;
}

#container3 .after-content-header {
//color: #ecec68;
}

.featured_image {
position: relative;
z-index: 1;
}

.c0unter {
width:1px;
height:1px;
overflow: hidden;
}


.navigationcelebs2 {
width: 15em;
float: right;
white-space: nowrap;
overflow: hidden;
//box-shadow: inset 2px 0px 0px 0px #E2DED8,inset 30px 0px 8px -30px #BDB9B3;
//margin-bottom: 30px;
//margin-top: 30px;
//counter-reset: Counter;
//height: 23em;
height: 1px;
}

/*
.single .site-content {
background: url("http://celebshq.com/images/profile-single_jessica-alba.png") no-repeat right top #C8C4BE;
background-position-x: right -2em;
border-top-right-radius: 1.5em;
}
*/

@media screen and (orientation: portrait) {
.navigationcelebs2 {
	height: 14.5rem;
	width: 1px;
}
.single .site-content {
	padding: 1rem 0;
}
}

@media screen and (max-width: 588px) {
.single .site-branding h1 a {
font-size: 8vw;
}
}

.widget .smallthumb {
	transform: none;
}

.category-jessica-alba img.featured_image, .smallthumb[src*="jessica-alba"] {
	transform: rotate(180deg);
}

.thumbpremium .smallthumb {
	transform: rotate(180deg);
}

.bookmark-wrapper {
	display: block;
	text-align: center;
	clear: right;
	margin: 1em 0 4em 0;
}

.bookmark {
	font-family: BigRegularBold;
	background-color: #efef00;
	height: 0.85em;
	color: #d2ce62;
	padding: 0.3em 0.45em 0.3em 0.45em;
	border-radius: 0.75em;
	text-shadow: 0 0;
	font-size: 2.6em;
	text-transform: capitalize;
	box-shadow: 0px 0.15em 0.15em -0.15em #FFFF00,0px 0.25em 0px 0px #C8C45E,0px 1px 0px 0.15em #ECEAE7;
	line-height: 1.1em;
	text-shadow: 0 0 0.1em #FFFF00, 0 0 0.15em #FFFF00, 0 0 0.25em #FFFF00, 0 0 0.35em #FFFF00, 0 0 0.45em #FFFF00, 0 0 0.5em #FFFF00, 0 0 0.5em #FFFF00, 0 0 0.5em #FFFF00;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	margin-bottom: 0.5em;
}

#comments {
	line-height: 1em;
	width: 100%;
	font-size: 1.6em;
	max-width: 38rem;
}

p {
	margin: 0 0 0;
}

@media screen and (orientation: portrait) {
#respond {
	padding: 0 1rem;
}
}

.comment {
	/* background: hsl(33.3, 9.3%, 85%); */
	padding: 0.5em;
}

li .comment {
	padding: 0;
}

.comment-author.vcard {
	/* float: left; */
	margin-right: 1em;
}

button:not(.not-button):not(.menu-toggle), input[type="submit"], .button-wrapper .usp-submit, .single_add_to_cart_button.button.alt, .comment-reply-link {
	color: hsl(60, 20%, 50%);
	/* background: hsla(60,3%,79%,1); */
	/* background: linear-gradient(0deg, hsl(0, 0%, 20%), hsl(0, 0%, 25%)); */
	background: linear-gradient(0deg, hsl(340, 100%, 40%), hsl(340, 100%, 80%));
	position: relative;
	padding: 12px 26px 12px 26px;
	font-size: 1.4em;
	border-radius: 0.4em;
	display: inline-block;
	border: 0px;
	margin-top: 0;
	box-shadow: inset 0px 2px 1px -1px hsla(0, 0%, 100%, 0.9),0 0 1px 0 hsla(0, 0%, 0%, 0.15),0 1px 0px 0 hsla(0, 0%, 0%, 0.10);
	line-height: 1.2em;
	font-family: BigRegularBold, BigRegularMedium;
	width: 100%;
	background: hsl(60, 40%, 80%);
}

textarea {
	border-radius: 0.5em;
	border: 0px;
	height: 7em;
	display: block;
	margin-bottom: 0.5em;
	background: hsla(0, 0%, 100%, 0.8);
	padding: 1em;
	box-sizing: border-box;
	color: hsl(0, 0%, 20%);
	font-family: SmallMedium;
	margin-top: 0.5em;
}

.comment-form-comment label {
	font-family: BigRegularMedium;
}

.reply {
	text-align: right;
	display: none;
}

.comment-reply-link {
	/* padding: 8px 10px 8px 10px; */
	font-size: 1rem;
	text-decoration: none;
	font-family: BigRegularMedium,SmallMedium,Arial,Times;
	padding: 0.5rem;
	line-height: 1rem;
	color: hsl(0, 100%, 42.9%);
	background: none;
}

.fn, .comment-metadata a {
	color: hsl(30, 6%, 60%);
	text-decoration: none;
}

.comment-metadata a {
	display: none;
}

.comment-content {
	margin: 0.2rem 1rem 0rem 1rem;
	font-size: 1.4rem;
	line-height: 1.25em;
	background-color: hsl(-10, 100%, 90%);
	padding: 0.8rem;
	border-radius: 1rem;
	box-shadow: inset 0 0 1rem 0 hsl(0, 100%, 85%);
	text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.3);
}

.comment-edit-link {
	display: none;
}

.comment-form-comment b {
	font-family: BigRegularBold;
	font-size: 2em;
	color: hsl(60, 0%, 60%);
	/* letter-spacing: -0.029em; */
	/* color: hsl(30, 50%, 90%); */
	text-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
}

.comment-form-comment label b {
	font-family: BigRegularBold;
	font-size: 1.1em;
}

.comments-title {
	display: none;
}

.comment-meta {
	/* margin-bottom: 1rem; */
}