/* 

Theme Name: Taraji P. Henson #2
Site URI: https://tarajiphenson.org
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

*/


/* body */

body {
	background-color: #e3e3e3;
	margin: 0px;
	padding: 0px;
	font-family: "Noto Serif", serif;
	font-size: 14px;
    font-weight: 400;
	line-height: 170%;
	color: #4e4e4e;
	overflow-x: hidden!important;
	word-wrap: break-word;
}

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

#content {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #eaeaea;
	float: left;
}

/* header */

img#header {
	max-width: 100%;
	min-width: 1500px;
	height:500px;
	background-image:url('images/header.jpg'); 
	background-repeat: no-repeat; 
	background-position:center center;
	margin: 0!important;
}

/* menu */

#navigation {
	margin: 0 auto;
	text-align: center;
	width: 100%;
    font-family: "Poppins", sans-serif;
}

.navi {
	padding: 0;
}

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

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

.navi li {
	display: inline-block;
}

.menu {
	padding: 8px 0;
	line-height: 14px;
	font-size: 0.95em;
}

.menu a {
	color: #fff!important;
	background: #1b1b1b;
	font-weight: 400!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 {
	background: #64ade2;
}

/* news content */

#news_all{
	float: left;
	width: 68.33%;
}

.news, .comments {
	margin: 0px; 
	padding: 10px; 
	margin-bottom: 60px;
	line-height: 175%!important;
}

.title {
	font-size: 1.65em;
	color: #53524e;
	margin: 0 auto;
	font-weight: 400!important;
	text-transform: none!important;
	line-height: 145%;
    font-family: 'Kalam', cursive;
}

.title a {
	color: #53524e!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 {
	margin: 0 0 8px 0;
	display: block;
	color: #252525;
	font-size: 0.78em;
	text-transform: uppercase;
	font-weight: 400!important;
    font-family: "Poppins", sans-serif;
}

.category a {
	padding: 1px 3px;
    color: #061d3f!important;
    margin-right: 2px;
	font-weight: 400!important;
}

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

.category .fa-solid {
    font: var(--fa-font-solid);
    color: #98c5e2;
    margin-right: 4px;
	margin-left: 7px;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: right;
	width: 29.33%;
}

.sidebar {
	line-height: 185%!important;
    margin-top: 15px;
}

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

.sidebar-title {
	display: block;
	width: 100%;
	font-size: .99em;
	font-family: "Playfair Display SC", serif;
	font-weight: 400;
	text-align: center;
	margin: 0 0 8px 0;
    color: #fff;
	background: #4f7d8d;
	padding: 5px;
}

.widgettitle {
    display: none;
}

/* -- Images -- */

.news img, .news a img,
.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover {
	margin: 7px;
    padding: 0px!important;
	border: 3px solid transparent;
	border-image-source: none;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border-image-slice: 180 270;
  -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 {
	box-shadow: none!important;
	border: 3px solid transparent;
	border-image-source: url('images/placeholder.jpg');
	border-image-slice: 180 270;
}

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

a img {
	border: 0px;
}

.cpmfetch {
    display: block;
}

.cpmfetch-content {
    margin:.5% auto;
    text-align: center;
	width: 25%;
}

.cpmfetch-content a img {
    width: 3.9vw;
    height: auto;
    object-fit: cover;
	margin: 5px!important;
    border-width: 0px!important;
    padding: 0!important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

/* links */

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #878787;
  -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: #4f7c8f; 
	text-decoration: none;
}

/* - Blockquote & Input Area - */

blockquote {
    margin: 20px auto;
    padding: 60px 80px 40px;
    position: relative;
}
blockquote p {
    text-align: center;
    font-style: italic;
    font-weight: 400;
	background: #e5e5db;
	padding: 5px;
}

blockquote:before {
    position: absolute;
    font: var(--fa-font-solid);
    top: 0;
    content:"\f10d";
    font-size: 27px;
    color: rgba(0,0,0,0.1);   
}
.sidebar-content blockquote:before,
.sidebar-content blockquote:after {
  content: " ";
    border-bottom: 0px;
}

input, select, textarea {
	border: 1px solid #dbdbdb;
	background: #eaeaea;
	padding: 10px;
	color: #565656;
	width: 98.33%;
}

#submit {
	width: auto;
}

/* -- Pagination -- */

.pagination li a,
.pagination li a:hover,
.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,
.pagination li.active a:hover {
    background-color: #e2e1dd;
	border: 1px solid #e2e1dd;
    color: #737272!important;
}
 
.pagination li a:hover {
    background-color: #4f7c8f;
	border: 1px solid #fff;
	color: #fff;
}


/* -- Footer -- */

#footer {
	padding: 20px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-size: 0.75em;
	letter-spacing: 1px;
}

.footer {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 15px!important;
	line-height: 195%!important;
}

.footer a {
	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;
    font-weight: 600!important;
}

.footer .disclaimer {
	display: block;
	font-size: 1.2em!important;
	font-family: "Noto Serif", serif;
	text-transform: none!important;
	text-align: left;
	font-weight: 400!important;
}

/* featured images */

#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:330px!important;
	object-fit: cover!important;
	display: block!important;
}

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

/* search form */

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

/* more */

.more-link {
	display: block;
	clear: both;
	width: 100%;
	text-align: right;
}

a.more-link {
	color: #4f7c8f!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;
}

a:hover.more-link {
	color: #1c1c1c!important;
}

/* formats */

.news b, .news strong {
    color: #4a4b5f;
}

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


h3 {
	margin: 0px;
	font-size: 17px;
	font-weight: 600;
}

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

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

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

/** MOBILE DEVICES **/

@media (max-width : 1366px), (max-width : 1200px) {
	
#wrapper,
#content {
	max-width: 1200px!important;
}
	
img#header {
	min-width: 1200px!important;
	height: auto;
}

}

/** MOBILE DEVICES **/

.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;
		text-align: left!important;
	}
	
	.navi {
	text-align: left!important;
	padding: 8px;
}
	
	.navi ul {
		position: static;
		display: none;
	}

	.navi ul li,
    .navi li a {
		width: 100%;
	} 
	
	.navi li:after {
        display: none!important;
    }

	.show-menu {
		font-size: 15px;
		display: block;
		text-transform: none;
		text-align: left!important;
		padding: 12px!important;
	}
    
    .show-menu .fa-solid {
        color: #baab72;
    }

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

	.navi .container {
		padding: 0;
		width: 100%;
        border-bottom: 0px!important;
	}

	.menu {
		display: block;
	}

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

	.menu a:hover {
		color: #fff!important;
		border-bottom: 0px!important;
	}
}

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

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

img#header {
	max-width: 100%!important;
	min-width: 100%!important;
	height: auto!important;
	background-repeat: no-repeat!important; 
	background-position:center center!important;
}

#news_all, .pagination { 
	padding: 0px auto;  
	width: 95%!important; 
	margin: 15px auto!important;
    float: none!important;
}

#sidebar-mobile {
	display: block!important;
	width: 95%!important; 
	margin: 15px auto!important;
    clear: both;
}

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

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

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

#featured img {
	max-width:20vw!important;
}

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

#featured img,
#featured img:hover {
	max-width:100%!important;
	width: 100%!important;
	height: auto!important;
}

.footer {
	width: 85%!important;
	margin: 0 auto!important;
}


}