/* 

Theme Name: Never Enough Premade #24 (Robert Downey Jr.)
Author: Never Enough Design
Design URI: http://neverenoughdesign.com

*/


/* body */

body {
	background-color: #0f0f0f;
	margin: 0px;
	padding: 0px;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 23px;
	color: #eaeaea;
	overflow-x:hidden!important;
	word-wrap: break-word;
}

#wrapper {
	margin: 0 auto;
	width: 1500px;
	position: relative;
}

#content {
	width: 100%;
	float: left;
}


/* scrollbar */

::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background: #222;
}


/* header */
#header {
	max-width: 100%;
	min-width: 1345px;
	height: 500px;
	background-repeat: no-repeat; 
	background-position: top center;
}

.head {
	display: none;
}

/* Top Section */

#thetop {
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 25px 0 8px 0;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-position: top center;
}

/* site name */

.sitetitle {
	text-align: center;
	display: block;
	margin-top: 15px;
}

.name {
	font-family: 'Bad Script', cursive;
	font-size: 45px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -1px;
	line-height: 23px;
	color: #fff;
}

.surname {
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
	letter-spacing: -2px;
	color: #9fd8df;
}

.site {
	display: block;
	text-transform: uppercase;
	font-size: 25px;
	padding: 2px 7px;
	color: #f55c70;
}

.site .fab {
	font-size: 10px;
	font-weight: 400!important;
	vertical-align: middle!important;
}

.site .fab:hover {
	color: #ffc1d6!important;
}

/* menu */

#navigation {
	text-align: center;
	margin: 0 auto 8px auto;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}

.container {
	padding: 8px;
	margin: 0 auto;
	position: relative;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline-block;
}

.menu {
	display: inline-block;
	padding: 3px 0;
	line-height: 14px;
}

.menu li {
	display: inline-block;
	border-left: 1px rgba(0,0,0,0.1) solid;
	margin: 0 3px 0 6px;
	text-align: center;
	padding: 10px 0 10px 13px;
}

.menu li:first-child {
	border-left: 0px;
}

.menu a {
	color: #fff!important;
	margin: 0 auto;
	padding: 0 3px;
	text-align: center;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	font-weight: 400!important;
}

.menu a:hover {
	background: #b4cb83;
}

/* Latest Photos */

.cpmfetch-photos {
	background: #000;
	padding: 12px;
	margin: 0 auto 65px auto!important;
}

.cpmfetch-pics a img {
	width: 70px;
	margin: 3px;
	padding: 2px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  filter: grayscale(100%);
}

.cpmfetch-pics {
	padding: 5px;
	text-align: center!important;
	margin: 0 auto!important;
}

.cpmfetch-text {
	padding: 5px;
	color: #fff;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.cpmfetch-text b,
.cpmfetch-text strong {
	background: #fe87b1;
	color: #000;
	font-weight: 700;
	padding: 1px 2px;
}

.cpmfetch-text i,
.cpmfetch-text em,
.cpmfetch-text eb {
	color: #7bd8df;
}

.cpmfetch-text u {
	color: #abb777;
	text-decoration: underline;
}

/* news content */

#news_all{
	float: left;
	width: 69.33%;
	margin: 40px 0 0 0;
	z-index: 1500;
}

#news{
	margin-bottom: 3px;
}


.news, .comments {
	line-height: 21px;
	margin:0; 
	padding: 12px; 
	z-index: -1!important;
	margin-bottom: 60px!important;
	background: #0a0a0a;
}

#title-line {
	background: #000;
	padding: 15px;
}

.title, .title2 {
font-size: 25px;
color: #fff;
margin: 3px;
font-weight: 700!important;
}

.title2 {
	text-align: center!important;
}

.title a, .title a:hover,
.title2 a, .title2 a:hover {
color: #fff!important;
text-decoration: none;
font-weight: 700!important;
}

.category, .category2 {
	margin: 8px 3px;
	padding: 3px auto;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	color: #999898;
	font-size: 11px;
}

.category a {
	color: #999898!important;
	border-bottom: 1px solid #fcba5a;
}

.category2 a {
	background: #b3cd68;
	color: #111!important;
	padding: 2px;
	margin-right: 2px;
}

.category a:hover {
	color: #fff!important;
}

.category2 a:hover {
	background: #a41b5f;
	color: #fff!important;
}

.category .far, .category .fas {
	font-size: 8px!important;
	vertical-align: middle;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: right;
	width: 30%;
	margin-top: 25px;
}

.sidebar-content {
	padding: 10px;
	margin: 0 auto 65px auto;
	background: #0d0d0d;
}

.sidebar-title {
	margin: 8px 0;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 0;
	z-index: -1;
	display: block;
}

.sidebar-title span {
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-color: #393939;
	color: #cecf96;
}

.sidebar-content .far,
.sidebar-content .fas {
	font-size: 10px;
	margin-right: 3px;
	vertical-align: central;
}

.widgettitle {display: none;}

/* images */

.news img, .news a img  {
	margin: 5px;
    padding: 7px;
	border: 1px solid transparent!important;
	background-color: #111;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover {
	margin: 3px;
    padding: 5px;
	border: 1px solid transparent!important;
	background-color: #0a0a0a;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news a img:hover, 
.news img:hover,
.sidebar-content a img:hover {
	border: 1px solid transparent!important;
	background-color: #fcba5a;
}
 


.news img.wp-smiley { 
	border:none; 
	padding: 0px; 
	margin: 0px;
}

a img {
	border: 0px;
}

/* links */

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #757575;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


a:hover {
	color: #424141; 
	text-decoration: none;
}

.sidebar-content a, .sidebar-content a:link, .sidebar-content a:visited, .sidebar-content a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #b4e7f8;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


.sidebar-content a:hover {
	color: #f966ac; 
	text-decoration: none;
}

/* - Blockquote & Input Area - */

blockquote {
    border-radius: 8px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    margin: 1.5rem auto 2rem;
    background: #111111;
	quotes: "“" "”" "‘" "’";
}
/* -- create the quotation marks -- */
blockquote:before,
blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    font-size: 5rem;
    color: #757575;
}
blockquote:before{
	content: open-quote;
    margin-right: 13px;
    right: 100%;
}
blockquote:after{
	content: close-quote;
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}

.sidebar-content blockquote:before,
.sidebar-content blockquote:after{
    content: ""!important;
}

input, select, textarea {
	font-family: 'Merriweather', serif;
	font-size:14px; 
	border: 1px solid transparent;
	background: #111;
	padding: 10px;
	width: 95%;
    border-radius: 8px;
}

#submit {
	width: auto!important;
	color: #eaeaea;
}


/* footer */

#footer {
	padding: 20px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #000;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-position: top center;
	color: #d9d9d9;
}

.footer {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	text-align: center;
}

.footer a {
	color: #f7d8bc!important;
	text-decoration: none;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.footer a:hover {
	color: #ffa2c6!important;
	text-decoration: none;
}

.footer .disclaimer {
	display: block;
	text-align: left;
	text-transform: none!important;
	font-size: 11px;
	line-height: 21px;
}

/* more link */

.more-link {
	width: 100%;
	text-align: right;
	text-transform: uppercase;
}

a.more-link {
	color: #757575;
}

a:hover.more-link {
	color: #baecf7;
}

/* search form */

#searchform {
	margin:10px 0; 
	position: relative; 
	text-align:center; 
	max-width:100%;
	}
	
#searchform #s {
	margin:0; 
	padding: 10px 10px 10px 35px!important; 
	width:80%;
	background: #111 url('images/search.png') 14px center no-repeat;
	border:1px solid transparent;
	color: #eaeaea;
	font-family: 'Merriweather', serif;
	text-align: left;
	outline: none;
}

/* -- Share Buttons -- */

#share-buttons {
clear: both;
width: 100%; 
display: block;
margin: 1% 0 2% 0;
}

.share-button  {
	background: #000;
	padding: 8px;
	margin: 0 3%;
}

#share-buttons a {
	padding: 5px;
	border-radius: 5px;
	margin: 8px 5px 8px 0;
	font-size: 11px;
	font-weight: 400!important;
	color: #fff;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#share-buttons a:hover {
	color: #ff8cb3;
}

/* -- Pagination -- */

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
.pagination li a,
.pagination li.active a,
.pagination li.disabled {
    background-color: #0a0a0a;
	border: 1px solid #0a0a0a;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pagination li.active a {
    background-color: #0a0a0a;
	border: 1px solid #0a0a0a;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
 
.pagination li a:hover {
    background-color: #000;
	border: 1px solid #000;
}

/* -- Gallery Post Links -- */

.gallery {
    position: relative;  /*  <--- */
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    margin: 1.5rem auto 2rem;
	background: #000;
}
/* -- create the quotation marks -- */
.gallery:before {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f083";
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    font-size: 1.2rem;
    margin-right: 13px;
    right: 100%;
    color: #757575;
	font-style: normal;
	transform: rotate(-25deg);
}

/* -- Featured Images -- */

#featured {
	display: block;
	margin: 0 auto;
}

#featured-archive {
	float: left;
	margin-right: 12px;
}

#featured img,
#featured-archive img {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	margin: 0 auto;
	max-width: 100%!important;
	width: 100%!important;
	height: auto!important;
	display: block!important;
	filter: grayscale(100%);
}

#featured-archive img {
	margin-right: 5px!important;
	filter: grayscale(0%)!important;
}

/* formats */

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}

h1 {
	margin: 0px;
	font-size: 18px;
}


h2 {
	margin: 0px;
	font-size: 19px;
	color: #89b96f;
}


h3 {
	margin: 0px;
	font-size: 14px;
}

h4 {
	margin: 0px;
	font-size: 15px;
}

ul  {
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
	padding:8px;
}

/** PC Screen **/

@media (max-width : 1366px), (max-width : 1200px) {
	#wrapper {
		width: 1200px;
	}
	
	.cpmfetch-pics a img {
	width: 50px;
}
}

/** RESPONSIVE **/

/** RESPONSIVE CODING **/
.show-menu,
.menu input[type=checkbox] {
	display: none;
}

.menu input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width : 1024px),
(max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
	}
	
	.navi {
	text-align: left!important;
	padding: 8px;
	}

	#menu {
		display: block!important;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 12px;
	}
	
	.menu ul {
		position: static;
		display: none;
	}

	.menu ul li,
    .menu li a {
		width: 100%;
	max-width: 100%;
	}

	.show-menu {
		font-size: 2em;
		display: block;
		text-transform: none;
		text-align: left;
		padding: 5px!important;
	}
	
	.show-menu span {
		background: #000000;
		padding: 5px 12px;
	}

	.navi {
		padding: 0;
		text-align: left;
	}

	.navi .container {
		padding: 0;
		width: 100%;
	}

	.menu {
		display: block;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		text-align: left!important;
		padding: 8px!important;
		text-transform: uppercase;
	}
	
	.rpv-menu .fa {
		display: none;
	}
	
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {

body,
#wrapper,
#content,
#topbar,
#footer {
	overflow-x: hidden!important;
}

#wrapper {
	width: 100%!important; 
}

#content {
	width: 100%!important; 
	padding: 0px; 
	margin-top: 0px!important;
}

#sidebar-mobile {
	display: block!important;
	clear: both!important;
}

.name {
	font-size: 2.5rem;
}

.surname {
	font-size: 2.0rem;
}

.site {
	font-size: 1.50rem;
}

img.head {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

#news_all { 
	padding: 0px auto;  
	width: 100%!important; 
	margin-top: 15px;
}

.news {
	margin: 2px 2px 25px 2px!important; 
	padding: 7px 1px!important;
	border-top: 0px!important;
	border-right: 0px!important;
	border-left: 0px!important;
}

.comments {
	border: 0px!important;
}

.news img {max-width:15vw;}

#sidebar_all, 
#header {
	display: none!important;
}

.link,
blockquote {
    width: 65%; 
}

blockquote:before{
    margin-right: 0.5%;
    right: 100%;
}
blockquote:after{
    margin-left: 0.5%;
}

embed,
iframe,
object,
video,
input,
textarea,
select {
	width: 100%;
	margin: 0;
	padding: 0;
}

blockquote {
	background-image: none!important;
	padding-right: 10px!important;
}

.footer {
	width: 100%!important;
	text-align: left;
}

}