﻿/* 

Theme Name: Never Enough Premade #27 (Julianne Moore)
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

p:empty:before {
    content: none!important;
}

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Merriweather", serif;
	font-size: 14px;
	color: #4e4e4e;
	overflow-x:hidden!important;
}

#wrapper {
	margin: 0 auto;	
	width: 100%;
	max-width: 1500px;
	position: relative;
}

#content {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

/* header */
#header {
	max-width: 100%;
	min-width: 1920px;
	height: 500px;
	background-repeat: no-repeat; 
	background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.head {
	display: none;
}

/* menu */

.navi {
	padding: 0;
	font-family: 'Raleway', sans-serif;
}


.container {
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

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

.navi li {
	display: inline-block;
}

.menu {
	display: inline-block;
}


.menu {
	line-height: 14px;
	text-transform: capitalize;
	font-size: 15px;
}

.menu li {
	margin: 0 0 0 5px;
	display: inline-block;
	border-bottom: 0px!important;
}


.menu li:before {
	content: '\2606';
	font-size: 0.95em;
	vertical-align: central;
	margin-right: 25px;
	color: #bbb4a1;
}


.menu li:first-child:before {
	content: ''!important;
}

.menu a {
  -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 {
	color: #fff!important;
	background: #2c2630;
}

/* news content */

#news_all{
	float: right;
	width: 69.33%;
	margin-top: 15px;
}

#news{
	margin-bottom: 3px;
}


.news {
	line-height: 175%; 
	margin: 60px 0; 
	padding: 12px; 
	z-index: -1!important;
	border: 1px solid #ddd;
}

.comments {
	line-height: 21px;
	margin:0px; 
	padding: 12px; 
	z-index: -1!important;
}

.comments {
	border: 0px!important;
}

.title {
display: block;
margin: -32px auto 12px auto;
font-size: 20px;
font-weight: 900;
line-height: 195%;
text-align: center;
text-transform: uppercase;
color: #303030!important;
}

.title span {
	background: #fff;
	padding: 8px 15px;
}

.title-comments {
font-size: 14px;
text-align: left;
margin: 0px 40px 5px 0;
font-weight: 900;
border-bottom: 1px rgba(192,192,192,0.5) solid;
}

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

.category {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	margin: 0;
	z-index: 500;
	text-align: center;
}

.category span {
	background-color: #2c2630;
	color: #fff;
	padding: 5px;
}

.category-comments {
	margin: 8px 0 5px 0;
	padding: 3px auto;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	text-align: left;
	font-size: 10px;
}

.category a {
	color: #fff!important;
  -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;
}

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

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: left;
	width: 27.33%;
	margin-top: 35px;
}

.sidebar {
	line-height: 175%; 
}


.sidebar-content {
	padding: 10px;
	margin: 0 0 65px 0;
	z-index: 1;
	background-color: #F1F1F1;
}

.sidebar-title {
	display: block;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
	position: relative;
	margin: -25px 0 15px 0;
	text-align: center;
}

.sidebar-title .center-title {
	color: #fff;
	background-color: #302a33;
	text-transform: uppercase;
	padding: 8px;
	text-align: center;
}

.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img, 
.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover  {
	margin: 3px;
    padding: 5px;
	border: 1px solid #e2e2e2;
	background-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;
}


.news a img:hover, 
.news img:hover,
.sidebar-content a img:hover {
	border: 1px solid #5d3c3b;
	background-color: #5d3c3b;
}


.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: #342c3c; 
	text-decoration: none;
}

/* - Latest Images - */

.cpmfetch {
	padding: 10px;
	margin: 0 auto 65px auto;
	z-index: 1;
	background-color: #fff;
	background-image: url('images/cpmfetch.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

.cpmfetch a img {
	width: 85%;
	margin: 5px;
	border: 1px solid #ddd;
	padding: 4px;
}

/* - Gallery link - */

.gallery {
padding: 10px;
border-bottom: 0px;
margin: 45px 18px;
background: #eaeaea;
}

.gallery:before {
	font-size: 0.99em;
	text-transform: uppercase;
	font-weight: 900;
	background: #302a33;
	color: #fff;
	display: block;
	width: 15.5%;
	padding: 2px 8px;
	margin: -25px 10px 8px 15px;
	text-align: center;
}

.gallery:before {
	content: '\1F4F7  gallery links';
}

/* -- blockquote & input area -- */

blockquote{
	width: 75%;
	margin:50px auto;
	font-style:italic;
	padding:1.2em 30px;
	position: relative;
}

.sidebar-content blockquote,
.blockquote {
	width: 85%!important;
	margin: 8px auto!important;
	padding: 5px!important;
}

blockquote p {
	background: #f1f0f0;
	padding: 10px;
}

.sidebar-content blockquote p {
	background: #fff;
	padding: 10px;
}

blockquote::before{
  content: "\201C";
  color:#e3ceb4;
  font-size:4em;
  position: absolute;
  left: -0.155%;
  top: 30px;
}

blockquote::after{
  content: "\201D";
  color:#765451;
  font-size:4em;
  position: absolute;
  right: 0.1%;
}

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


input, select, textarea { 
	font-size:14px; 
	border: 1px solid #ddd;
	background: #eae9e9;
	padding: 10px;
	color: #565656;
	width: 100%;
}

.sidebar-content input, 
.sidebar-content select, 
.sidebar-content textarea {
	font-size:14px; 
	border: 1px solid #fff;
	background: #fff;
	padding: 10px;
	color: #565656;
	width: 100%;
}

#submit {
	width: auto;
}

/* -- footer -- */

#footer {
	padding: 10px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	text-align: center!important;
	background: #eaeaea;
	border-top: 4px #fff dashed;
    color: #4e4e4e;
}

.footer {
	margin: 0 auto;
	padding: 12px;
	width: 1000px;
	text-align: center;
	line-height: 175%; 
}

.footer a {
	color: #c09a87!important;
	text-decoration: none;
	font-weight: 700!important;
	padding-bottom: 2px;
}

.footer a:hover {
	color: #302a33!important;
	text-decoration: none!important;
	border-bottom: none!important;
}

.footer .disclaimer {
	margin: 8px 0 0 0;
	padding: 8px;
}

.footer .socials {
	display: inline-block!important;
	margin-left: 5px;
}

.socials a {
	font-weight: 400!important;
	margin-right: 7px!important;
	vertical-align: middle;
	color: #583836!important;
	font-size: 0.85em;
}

.socials a:hover {
	color: #302a33!important;
}

/* -- Featured Images -- */

#featured {
	margin: 0 auto;
	padding: 0;
}

#featured-archive {
	float: left;
	margin-right: 8px;
	width: 20%;
}

#featured img,
#featured img:hover {
	border: 0px!important; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width:100%!important;
	width: 100%!important;
	height: 300px!important;
	object-fit: cover!important;
	display: block!important;
    margin: 5px auto 0 auto!important;
}

#featured-archive img,
#featured-archive img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width: 100%!important;
	width: 100%!important;
	height: 130px!important;
	object-fit: cover!important;
	z-index: 600;
	position: relative;
}

img.featured-noimage{
    filter: grayscale(100%) opacity(0.5)!important;
}

/* -- Pagination -- */

.pagination {
	margin: 0 0 60px 0;
}

.pagination li a,
.pagination li a:hover,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.pagination li {
    display: inline;
	border-bottom: 0px!important;
}
 
.pagination li a,
.pagination li.disabled {
	border: 1px solid #ddd!important;
	background: #fff;
    color: #757575;
    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,
.pagination li.active a:hover {
	color: #929292!important;
	background-color: #eaeaea;
	border: 1px solid #eaeaea!important;
}
 
.pagination li a:hover {
	color: #fff!important;
	background-color: #302a33;
	border: 1px solid #302a33!important;
}

/* search form */

#searchform {
	margin:10px 0; 
	position: relative; 
	text-align:center; 
    max-width:94%;
}
	
#searchform #s {
    margin:0; 
	padding: 10px 10px 10px 35px!important; 
	width:94%;
    background: #fff url('images/search.png') 10px center no-repeat;
    font:13px;
    font-style:italic;
    text-align: left;
    outline: none;
    border:1px solid #ddd;
}

/* Formats & styles coding */

a.more-link {
	padding: 8px 0 8px 2px;
	color: #785654!important;
}

a:hover.more-link {
	color: #2c272e!important;
}

.news b, .news strong { 
	color: #785654;
}

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


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


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


h3 {
	margin: 0px;
	font-size: 17px;
	color: #785654;
	font-family: 'Playfair Display', cursive;
	font-weight: 400; 
	font-style: italic;
}

h3 a {
	font-weight: 400;
	color: #785654!important;
}

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

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

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