﻿/* 

Theme Name: Ultimate Dove (NED)
Site URI: ultimatedove.com
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

body {
	background-color: #f4f4f4;
	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;
}

/* header */

#header {
	max-width: 100%;
	min-width: 1700px;
	height: 500px;
	background-image:url('images/header.jpg'); 
	background-repeat: no-repeat; 
	background-position:center center;
	margin: 0!important;
}

.head {
	display: none;
}

/* menu */

#navigation {
	margin: 0 auto;
	text-align: center;
	width: 100%;
    font-family: "Inter", sans-serif;
    background: #000000;
}

.navi {
	padding: 0;
}

.container {
	text-align: center;
	margin: 0 auto 0.8%;
	width: 1200px;
	position: relative;
    padding: 5px;
}

.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navi li {
	display: inline-block;
}

.menu {
	display: inline-block;
	padding: 8px 0;
	line-height: 14px;
	text-transform: uppercase;
	font-size: 0.89em;
	text-align: left;
}

.menu a {
	color: #fff!important;
	font-weight: 400!important;
	display: inline-block;
	padding: 8px!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;
}

.menu a::before {
    content: '\f00d';
    font: var(--fa-font-solid);
    margin: auto 5px auto 15px;
    color: #b8d2e3;
}

.menu a:hover {
    color: #8c9db4!important;
}

/* news content */

#news_all{
	float: left;
	width: 68.33%;
}

.news {
	margin: 0px; 
	padding: 10px; 
	margin-bottom: 60px;
	line-height: 175%!important;
}

.news-content,
.comments {
	margin: 0 0 60px; 
	padding: 18px; 
    background: #fff;
}

.title,
.title-archive {
	font-size: 1.65em;
	color: #1a1422;
	margin: 0 auto;
	font-weight: 400!important;
	text-transform: none!important;
	line-height: 145%;
    font-family: "Kalam", cursive;
}

.title-archive {
	text-align: left;
	font-size: 18px;
}

.title a,
.title-archive a {
	color: #1a1422!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,
.category-archive {
	margin: 0 0 8px 0;
	display: block;
	color: #929090;
	font-size: 0.78em;
	text-transform: normal;
	font-weight: 400!important;
    font-family: "Cousine", monospace;
}

.category-archive {
	margin: 0px 0 5px 8px!important;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.category a,
.category-archive a {
	font-weight: 400!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;
}

.category a::before {
    content:'\23';
    margin-right: 2px;
    margin-left: 4px;
    color: #b7d2e2!important;
	font: var(--fa-font-solid);
}

.category .fa-solid {
    margin-right: 2px;
    margin-left: 4px;
    color: #b7d2e2!important;
	font: var(--fa-font-solid);
}

.category span a::before,
.category u a::before {
    content:''!important;
    margin-right: 0;
    margin-left: 0;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: right;
	width: 29.33%;
}

.sidebar {
	line-height: 185%!important;
    margin-top: 15px;
}

.sidebar-content {
	padding: 5%;
	margin: 0 0 65px 0;
    background: #fff;
}

.sidebar-title {
	display: block;
	font-weight: 700!important;
    font-family: "Cousine", monospace;
	font-size: .85em;
	margin: 0 0 8px 0;
	text-transform: uppercase;
    color: #000;
}

.sidebar-title span {
    border-bottom: 2px solid transparent;
    border-image-source: url('images/header.jpg');
    border-image-slice: 90 270;
	padding: .5% .9%;
}

.widgettitle {
    display: none;
}

/* -- Images -- */

.news img, .news a img,
.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover {
	margin: 7px;
    padding: 0;
    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;
}

.news a img:hover, .news img:hover,
.sidebar-content a img:hover {
	filter: grayscale(100%) brightness(1.1) opacity(.7);
}


.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: #929090;
  -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: #5a091e; 
	text-decoration: none;
}

/* - Blockquote & Input Area - */

blockquote {
    margin: 20px auto;
    padding: 20px 80px 40px;
    position: relative;
}
blockquote p {
    text-align: center;
    font-style: italic;
    font-size: .89em;
    font-weight: 400;
}

blockquote:before {
    position: absolute;
    font: var(--fa-font-solid);
    top: 0;
    content:"\f10d";
    font-size: 27px;
    color: #5c99d0;   
}

blockquote::after {
    content: "";
}

.sidebar-content blockquote {
    background: #fafafa;
    padding: 10px;
}
.sidebar-content blockquote:before,
.sidebar-content blockquote:after {
  content: " ";
    border-bottom: 0px;
}

input, select, textarea {
	border: 1px solid #fafafa;
	background: #fafafa;
	padding: 10px;
	color: #565656;
	width: 98.33%;
}

#submit {
	width: auto;
}

/* -- Pagination -- */

.pagination {
	margin: -45px auto 2%;
}

.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,
.pagination li.active a:hover {
    background-color: #eaeaea;
	border: 1px solid #ddd;
	color: #737272!important;
}
 
.pagination li a:hover {
    background-color: #871932;
	border: 1px solid #871932;
	color: #fff;
}


/* -- Footer -- */

#footer {
	padding: 20px;
	clear: both;
	overflow-x:hidden!important;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 1px;
    background: #000;
}

.footer {
	color: #fff;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 20px!important;
	line-height: 195%!important;
    font-family: "Cousine", monospace;
}

.footer a {
	color: #9dadc4!important;
	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: 700!important;
}

.footer a:hover {
	color: #71b0e6!important;
}

.footer .disclaimer {
	display: block;
	font-size: 1.2em!important;
	text-transform: none!important;
	text-align: left;
    font-family: "Noto Serif", serif;
}

.footer b {
	color: #cab08f!important;
	font-family: 'Kalam', cursive;
	font-weight: 300!important;
	font-size: 1.5em!important;
}

.footer .fa-brands {
    color: #cb6a40!important;
}

/* featured images */

#featured-archive {
	float: left;
	margin-right: 8px;
	width: 20%;
}

img.featured-none,
img:hover.featured-none{
	filter:grayscale(100%) opacity(1);
	z-index: 1000;
}

#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;
	filter: grayscale(0%) brightness(1.0)!important;
	margin: 0 auto;
}

#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;
    padding-right: 7px!important;
}

/* 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: #fafafa url('images/search.png') 10px center no-repeat; 
	 font:13px; 
	 font-style:italic; 
	 text-align: left; 
	 outline: none; 
	 border:1px solid #fafafa;
}

/* more */

.more-link {
	display: block;
	clear: both;
	width: 100%;
	text-align: right;
}

a.more-link {
	color: #631525!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: #225e9a!important;
}

/* formats */

.news b, .news strong {
    color: #225e9a;
}

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: 700;
}

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;
}
	
#header {
	min-width: 1366px!important;
}

}

/** 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;
		color: #fff;
		text-align: left!important;
		padding: 12px!important;
	}
    
    .show-menu .fa-solid {
        color: #78aeee;
    }

	.navi {
		padding: 0;
		text-align: left!important;
	}

	.navi .container {
		padding: 0;
		width: 100%;
	}

	.menu {
		display: block;
	}

	.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 {
	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.head {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

#news_all { 
	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;
}

.comments {
	border: 0px!important;
}

.news img {max-width:15vw;}

.pagination {
    margin: 0 0 15%;
}

#sidebar_all, 
#header,
.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: 90%!important;
	margin: 0 auto!important;
}


}