﻿/* 

Theme Name: Never Enough Premade #28 (Regina King)
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

*/


/* body */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
    font-weight: 300;
	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 */

#navigation {
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    font-size: .85em;
}

.navi {
	padding: 0;
}

.container {
	padding: 15px;
    margin: 0.5% auto;
	width: 1200px;
	position: relative;
	text-align: center;
}

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

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

.menu {
	line-height: 14px;
}

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

.menu li:after {
	content: "•";
	margin-left: 20px;
	color: #b0dedc;
}

.menu li:last-child:after {
	content: " ";
}

.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: 700!important;
    color: #1b1b1b!important;
    padding: 4px;
}

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

/* welcome & photos */

#below-header {
    max-width: 1200px;
    margin: 0.5% auto;
}

.welcome {
    max-width: 800px;
    background: #f1f1f1;
    border-radius: 3px;
    padding: 1%;
}

.welcome b {
    background: -webkit-linear-gradient(#017d6c, #0674aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome i {
    background: #e5d6c3;
    color: #545b70;
    font-weight: 700;
}

.welcome u {
    text-decoration: none;
    border-bottom: 1px solid #07ae9f;
    color: #545b70;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 700;
}

.cpmfetch-photos {
    max-width: 400px;
}

.cpmfetch-photos a img {
    width: 2.8vw;
    margin: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    -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;
}

.cpmfetch-photos a img:hover {
    filter: grayscale(100%) brightness(1.1);
}

/* news content */

#news_all{
	float: left;
	width: 68.33%;
	margin-top: 15px;
}

#news{
	margin-bottom: 3px;
	line-height: 175%;
}

.news {
	margin:0px; 
	padding: 12px; 
	line-height: 175%;
	margin-bottom: 60px;
}

.comments {
	margin:0px; 
	padding: 12px; 
}

.comments {
	border: 0px!important;
}

.title {
    font-family: 'Merriweather', serif;
    font-size: 1.85em;
    font-style: italic;
    font-weight: 700;
    line-height: 115%;
    margin: 0 0 3px 0;
    color: #32364c;
}

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

.category {
	margin: 8px 3px 5px 3px;
	padding: 3px auto;
	display: block;
	color: #1f1f1f;
    font-weight: 400;
	font-size: .85em;
    text-transform: uppercase;
    border-bottom: 2px solid #eeeeee;
}

.category a {
	color: #1f1f1f!important;
    font-weight: 400!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: #03a380!important;
}

.category .fas {
	font-size: 9px;
	color: #cab39d;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

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

.sidebar {
	line-height: 175%;
}

.sidebar-content {
	padding: 10px;
	margin: 0 0 65px 0;
	z-index: 1;
    border-top: 2px solid #eeeeee;
}

.sidebar-title {
	color: #fff;
	text-transform: uppercase;
	margin: -5.2% auto 7px auto;
	text-align: center;
	font-weight: 700;
    display: block!important;
}

.sidebar-title span {
	padding: 1px 10px;
    background-image: linear-gradient(to right, #d2b083, #aadcdb);
}
	
.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img {
	margin: 5px 3px;
    padding: 0;
	border: 5px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #fff, #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 {
    border-image-source: linear-gradient(to left, #aadcdb, #e7d6be);
}

.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover,
.sidebar-content a img:hover  {
	margin: 7px;
    padding: 0;
	border: 0px;
}

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

/* - Gallery link - */

.gallery {
    padding: 40px 10px 10px 23px;
    border-bottom: 0px;
    margin: 10px 18px;
    font-family: 'Poppins', sans-serif;
}

.gallery:before {
	content: URL('images/gallery.jpg');
	display: block;
}

.gallery a {
    border-bottom: 2px solid #b4e1e0!important;
    text-transform: uppercase;
    font-weight: 700!important;
    font-size: .85em;
}

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

blockquote {
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #076ea5;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.35em;
  vertical-align: -0.4em;
}

.sidebar-content blockquote {
  background: #f1f1f1;
}

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

#submit {
	width: auto;
}

/* -- footer -- */

#footer {
	padding: 10px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 300!important;
	text-align: center!important;
	line-height: 175%;
	color: #1c1c1c;
	font-size: .85em;
}

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

.footer b {
    color: #1b5b7f!important;
    font-family: 'Merriweather', serif;
    font-size: 1.25em;
    font-weight: 700!important;
    font-style: italic;
}

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

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

.footer .disclaimer {
	font-size: .99em!important;
	font-weight: 400!important;
	text-align: left!important;
	letter-spacing: 0px!important;
}

.footer .fab,
.footer .fas {
	margin-right: 3px;
    font-size: .75em;
    vertical-align: middle;
}

/* -- Featured Images -- */

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

#featured-mobile {
	display: none;
}

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

#featured img,
#featured img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width:100%!important;
	width: 100%!important;
	height: 350px!important;
	object-fit: cover!important;
	display: block!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;
}

img.featured-placeholder {
    filter: grayscale(100%) opacity(.8);
}

/* -- Pagination -- */

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

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

/* 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:90%;
	 background: #F0F0F0 url('images/search.png') 10px center no-repeat; 
	 font:13px; 
	 font-style:italic; 
	 text-align: left; 
	 outline: none; 
	 border:1px solid #fff;
}

/* Formats & styles coding */

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

.more-link span {
	padding: 8px 0 8px 2px;
}

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

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


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


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


h3 {
	margin: 0px;
	font-size: 17px;
	color: #32364c;
	font-family: 'Merriweather', serif;
	font-weight: 700; 
	font-style: italic;
}

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,
    #content {
        max-width: 1200px!important;
    }
    
    #header {
        min-width: 1366px!important;
    }
    
    .sidebar-title {
        margin-top: -6.3%!important;
    }
}


/* ------------------ 

R E S P O N S I V E    C S S

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

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

@media (max-width : 1024px),
(max-width : 959px) {
	
	#navigation {
        overflow: hidden!important;
        margin: 0;
        color: #fff;
        display: block!important;
	}

	.navi {
		padding: 15px 2px;
		margin: 0;
	}

	.navi .container {
		padding: 20px 2px;
	}
	
	
	.navi ul {
		position: static;
		display: none;
	}

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

	.show-menu {
		font-size: 14px;
		display: block;
		text-transform: none;
	}
	
	.show-menu span {		
		color: #fff;
		background: #151515;
		padding: 8px!important;
		font-size: 0.79rem;
	}

	.navi .container {
		padding: 0;
	}

	.menu {
		display: block;
		text-align: left!important;
		width: 100%;
	}
	
	.menu li:first-child {
		margin-top: 7px;
	}

	.menu li {
		margin: 0;
		background: #151515;
	}

	.menu a {
		display: block;
		padding: 8px;
		color: #fff!important;
	}
	
	.menu li:after {
	content: " ";
	margin-left: 0;
	}
	
	
}

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

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

#news_all { 
	padding: 0px auto;  
	width: 100%!important; 
}

.news {
	margin: 2px 2px 25px 2px!important; 
	padding: 7px 1px!important;
	border: 0px!important;
	background: #fff!important;
}

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

.name {
	background: #fff!important;
}

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

.sidebar-content {
	border-top: 0px!important;
}
    
.sidebar-title {
    margin-top: 0px!important;
 }

.news img {
	max-width:15vw!important; 
	height: auto;
}

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


#sidebar_all,
#header,
#below-header {
	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;
}

#featured-mobile {
	display: block;
}

.relatedcontent {
	font-size: 13px;
}

.relatedcontent img {
	max-width:100%!important;
	width: 100%!important;
	height: 20vw!important;
}

#featured img,
#featured-mobile img {
	max-width:100%!important;
	width: 100%!important;
	height:auto!important;
	margin: 0;
	padding: 0;
	border: 0px;
	background: none!important;
}

.footer {
	width: 98%!important;
	padding: 20px 0;
}

}