/* 

Theme Name: Never Enough Premade #22 (Margot Robbie)
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

*/


/* body */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #4e4e4e;
	overflow-x:hidden!important;
	word-wrap: break-word;
}

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

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


/* header */
#header {
	width: 100%;
	background-image:url('images/header.png'); 
	background-repeat: repeat-x; 
	background-position:center top;
	height:450px;
}

.head {
	display: none;
}

/* menu */

#navigation {
	display: table;
	width: 100%;
	padding: 15px;
}

.navi {
	padding: 0;
}

.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: table-cell;
	float: left;
	vertical-align: middle;
	padding: 8px 0;
	font-family: 'Raleway', sans-serif;
	line-height: 14px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	width: 65%;
}

.menu a {
	color: #919191!important;
	display: inline-block;
	padding: 7px;
    -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;
}

.menu a:hover {
	color: #fff!important;
	background: #508588!important;
}

/* -- Site Name -- */

.name {
	display: table-cell;
	float: right;
	line-height: 15px;
	padding: 15px;
	text-align: left;
	width: 25%;
	margin-right: 15px;
}

.name span {
	font-family: 'Bad Script', cursive;
	font-size: 55px;
	color: #bdb75f;
	text-align: center;
}

.name span2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	text-align: left;
	color: #508588;
	margin-bottom: 15px;
	margin-left: 45px;
}

/* Latest Photos */

.cpmfetch-photos {
	background-color: #323232;	
	display: block;
	padding: 20px;
	margin: auto auto 20px auto;
	width: 100%;
}

.cpmfetch-inside {
	width: 1200px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.cpmfetch-inside img {
	width: 85%;
	margin: 3px;
	padding: 2px;
}

/* news content */

#news_all{
	float: right;
	width: 70%;
	z-index: 1500;
}

#news{
	margin-bottom: 3px;
}


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

.title, .title2 {
font-family: 'Roboto', serif;
font-size: 21px;
text-align: left;
color: #6d6d6d;
margin: 3px;
font-weight: 700!important;
}

.title2 {
	text-align: center!important;
	padding: 0 0 6px 0;
}

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

.date-content{
	padding: 3px 15px;
	margin: 0 20px;
	border-top: 1px solid #efefef;
}

.day {
	margin-right: 3px;
	font-family: 'Cousine', serif;
	text-transform: uppercase;
	color: #fff;
	background: #508588;
	margin-bottom: 1px;
	padding: 6px 3px 5px 3px;
	letter-spacing: 0px;
}

.category, .category2 {
	margin: 8px 3px;
	padding: 3px auto;
	text-transform: capitalize;
	font-weight: 400;
	display: block;
	color: #999898;
	font-size: 11px;
	letter-spacing: 1px;
}

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

.category a {
	color: #999898!important;
	text-transform: uppercase;
}


.category2 a {
	color: #999898!important;
	text-transform: capitalize;
}

.category a:hover, .category2 a:hover {
	color: #e9718f!important;
}

.category .fas,
.category .far {
	font-size: 10px;
	color: #afafaf;
} 


.category2 .fas, .category2 .far {
	font-size: 10px;
	color: #afafaf;
	margin-left: 7px;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: left;
	width: 30%;
}

.sidebar {
	line-height: 17px;
}


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

.sidebar-title {
	margin: 15px;
	font-size: 19px;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Playfair Display', sans-serif;
	padding: 0;
	font-weight: 700;
	color: #dc8b9b;
}

.sidebar-title i {
	font-family: "Font Awesome 5 Brands";
	font-size: 13px;
	vertical-align: middle;
	color: #e4d076;
	font-weight: 400;
}

.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{
	cursor: help;
	border: 1px solid transparent;
	background-color: #dc3f76;
}


.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; 
	cursor: help;
}

/* - Blockquote & Input Area - */


blockquote {
  background: rgba(179,179,179,0.1);
  border-left: 7px solid #ccc;
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #dc3f76;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.35em;
  vertical-align: -0.4em;
}


input, select, textarea {
	font-family: 'Roboto', sans-serif;
	font-size:13px; 
	border: 1px solid #dbdbdb;
	background: #eaeaea;
	padding: 10px;
	color: #565656;
	width: 98.33%;
}

#submit {
	width: auto;
}

.sidebar-content input, 
.sidebar-content select, 
.sidebar-content textarea {
	font-family: 'Roboto', sans-serif;
	font-size:13px; 
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 10px;
	color: #565656;
}

/* -- Share Buttons -- */

#share-buttons {
clear: both;
text-align: right;
}

#share-buttons a {
	padding: 5px;
	border-radius: 5px;
	margin: 8px 5px 8px 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #9f9f9e;
}

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

/* -- Pagination -- */

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #737272;
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #fff;
	border: 1px solid #ddd;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.pagination li.active a {
    background-color: #eaeaea;
	border: 1px solid #ddd;
}
 
.pagination li a:hover {
    background-color: #9fa044;
	border: 1px solid #fff;
	color: #fff;
}


/* -- 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: #1E1E1E;
	color: #EBEBEB;
}

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

.footer a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 3px;
  -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: #e7d06c;
}

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

/* featured images */

#featured {
	display: block;
	padding: 0;
	margin: 5px 0;
}

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

#featured img {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}


#featured-archive img {
	border: 1px rgba(181,181,181,0.5) solid; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}

/* search form */


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

/* -- Post Link Gallery -- */

.gallery {
  margin: 1.5em 10px;
  padding: 1.5em 10px;
}
.gallery:before {
  color: #dc3f76!important;
  content: "gallery links";
  border-bottom: 7px solid #e1d1ad!important;
  font-size: 18px;
  line-height: 0.1em;
  margin-right: 0.35em;
  font-style: italic;
  display: block;
  width: 15%;
  font-family: 'Playfair Display', sans-serif;
}


/* more */

.more-link {
	text-align: right;
}

a.more-link {
	color: #dc557e!important;
	letter-spacing: 1px;
}

a:hover.more-link {
	color: #948b32!important;
}

/* formats */

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

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;
	font-family: 'Playfair Display';
}


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

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

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

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

.sidebar-content li {
	border-bottom: rgba(0,0,0,0.1) dashed 1px!important;
}

/* - Sidebar Projects Style - */

.projects {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

.projects img {
	float: left;
	margin: 0 4px 0 0;
	width: 85px;
	padding: 0;
	border: 0px;
}

.projects .info {
	margin-top: 12px;
	line-height: 21px;
}

.info .title {
	font-family: 'Roboto', serif;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
	display: block;
}

.info .date {
	font-family: 'Cousine', serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 2px;
	display: block;
}

.info .role {
	font-style: italic;
	display: block;
}

.info .role:before {
	content: "as ";
}

.projects blockquote {
	background: #fff;
	font-size: 11px;
	line-height: 19px;
	border-left: 0px;
	padding: 5px;
	margin: 0;
}

.projects blockquote:before {
	content: " ";
}

/** RESPONSIVE **/

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

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

@media (max-width : 1024px), (max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
		max-width: 100%!important;
		display: block;
	}
	
	.navi {
	text-align: left!important;
	padding: 8px;
}
	
	.navi ul {
		position: static;
		display: none;
	}

	.navi ul li,
    .navi li a {
		width: 100%;
	}

	.show-menu {
		font-size: 15px;
		display: block;
		text-transform: none;
		color: #fff;
		text-align: left;
		padding: 12px!important;
		font-family: 'Roboto';
	}

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

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

	.menu {
		display: block!important;
		background: #000;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.menu li {
		margin: 0;
		border-right: none!important;
	}
	
	.menu a {
		display: block;
		text-align: left!important;
		padding: 8px!important;
	}
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body,
#wrapper,
#content,
#footer {
	overflow-x: hidden!important;
}
	
#wrapper {
	width: 100%!important; 
}

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

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

#news_all, .pagination { 
	padding: 0px auto;  
	width: 100%!important; 
	background-color: #fff!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;
}

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

.sidebar-content {
	background: #fff;
}

#searchform,
#searchform s {
	width: 100%;
	max-width: 100%;
}


.name {
	text-align: center;
	display: block!important;
	max-width: 100%;
	width: 100%;
}

.name span {
	font-size: 10vw;
	text-align: center;
}

.name span2 {
	font-size: 5vw;
	text-align: center;
}

.comments {
	border: 0px!important;
}

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

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    padding: 12px;
    padding: 5px;
}

#sidebar_all, 
#header,
.cpmfetch-photos {
	display: none!important;
}

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;
}
}