﻿/* 

Theme Name: Aubrey Plaza Online (NED)
Theme URI: https://www.aubrey-plaza.com
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

===============================================
THIS THEME HAS BEEN CREATED ***EXCLUSIVELY***
FOR AUBREY-PLAZA.COM // YOU ARE NOT ALLOWED
TO SELL IT AS YOUR OWN AND/OR DUPLICATE IT
===============================================

*/


/* body */

body {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	font-family: "Noto Serif", serif;
	font-size: 14px;
    font-weight: 400;
	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: 1700px;
	height: 500px;
    background-image: url('images/header.jpg');
	background-repeat: no-repeat; 
	background-position: center center;
    margin: 0 auto;
} 

.head {
	display: none;
}

/* menu */

#navigation {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: .85em;
	background: #000000;
	margin: 0 auto;
}

nav {
	display: block;
}

.navi {
	padding: 0;
}

.container {
	padding: .5%;
    margin: 0 auto;
	width: 1500px;
	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: "\2022";
	margin-left: 20px;
	color: #788a96;
}

.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: 300!important;
    color: #fff!important;
    padding: 4px;
}

.menu a:hover {
    color: #b46a61!important;
}

/* welcome */

#welcome {
    display: block;
    clear: both;
    margin: 0 auto .8%;
    text-align: center;
    width: 100%;
}

#welcome .text {
    width: 1000px;
    margin: 0 auto;
    padding: 8px;
    background: #fcfcfc;
    line-height: 175%;
}

.text b {
    font-family: 'Caveat', cursive;
    font-weight: 400;
    font-size: 1.50em;
    color: #405c6a;
}

.text i {
    color: #8a4e43;
}

.text u {
    text-decoration: none;
    border-bottom: 1px solid #ebc9ae;
}

/* news content */

#news_all{
	float: right;
	width: 68.33%;
	margin-top: 15px;
}

#news{
	margin-bottom: 3px;
	line-height: 175%;
}

.news {
	margin: 0 0 60px;  
	line-height: 175%;
}

.news-content {
	padding: 12px;
	background: #fff;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.comments {
	margin:0px; 
	padding: 12px; 
}

.title {
    font-size: 1.95em;
    font-weight: 400;
    line-height: 115%;
    margin: 0 0 3px 0;
    color: #000000;
	text-align: center;
    font-family: "Caveat", cursive;
}

.title a, 
.title a:hover {
    color: #000000!important;
    text-decoration: none;
    font-weight: 400!important;
}

.category,
.category-bottom {
	margin: 0 3px 8px;
	padding: 3px auto;
	display: block;
    font-weight: 400;
	font-size: .75em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.category-bottom {
	margin: 5px 0 0;
}

.category a,
.category-bottom a {
    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-bottom a {
	background: #37495f;
	color: #fff!important;
	padding: 2px 5px;
}

.category-bottom a:hover {
	background: #af5958;
}

.category a:hover {
	color: #584348!important;
}

.category .fa-solid {
	font: var(--fa-font-solid);
	color: #cc6167;
	margin-right: 2px;
	margin-left: 15px;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: left;
	width: 29.33%;
	margin-top: 2.5%;
	font-weight: 400;
}

.sidebar {
	line-height: 175%;
}

.sidebar-content {
	padding: 10px;
	margin: 0 0 25% 0;
	background: #fff;
	z-index: 1500;
}

.sidebar-title {
	margin: 0 auto 5%;
	font-weight: 700;
    display: block!important;
	font-size: 1.25em;
    padding: 8px;
	color: #a5c1d7;
    background: #000000;
	text-transform: uppercase!important;
    font-family: "Caveat", cursive;
}
	
.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img {
	margin: 5px 3px;
    padding: 3px;
    border-style: solid;
    border-width: 1px;
    border-image-source: url('images/header.jpg');
    border-image-slice: 90 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 {
	border: 1px solid #fff;
	filter: grayscale(100%) brightness(1.1);
}

.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;
}

.cpmfetch-photos {
    margin: 0 auto;
}

.cpmfetch-photos a img {
    width: 3.8vw;
}


/* 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: #395563; 
	text-decoration: none;
}

.sidebar-content a:hover {
	color: #a6ddd8; 
	text-decoration: none;
}

/* -- blockquote & input area -- */

blockquote {
	margin: 1.5em 10px;
	padding: 1.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	background: #f1f1f1;
	border-radius: 5px;
}

blockquote:before {
	color: #85aabd;
	content: "\201C";
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.35em;
	vertical-align: -0.4em;
}

input, select, textarea {
	font-size:14px; 
	border: 1px solid #eae9e9;
	background: #eae9e9;
	padding: 10px;
	color: #565656;
	width: 95%;
	display: block;
}

#submit {
	width: auto;
}

/* -- Footer -- */

#footer {
	padding: 20px;
	margin: 0 auto!important;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400;
	text-align: center;
	line-height: 21px;
	text-transform: uppercase;
	font-size: 0.80em;
}

.footer {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 1.5% 15px!important;
	line-height: 195%!important;
}

.footer a {
	text-decoration: none;
	font-weight: 700;
  -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;
	color: #314455!important;
}

.footer a:hover {
	color: #c77368!important;
}

.footer .disclaimer {
	display: block;
	text-transform: none!important;
	text-align: left;
	font-weight: 400!important;
	font-size: 14px!important;
	letter-spacing: 0px;
	padding: 12px;
}

.footer .fa-brands {
	color: #82a7ba!important;
	font-size: .85em;
	vertical-align: middle;
}

/* -- Featured Images -- */

#featured {
	margin: 0 auto;
	padding: 0;
}

#featured-archive {
	float: left;
	margin-right: 10px!important;
	width: 20%;
}

#featured img,
#featured img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	margin: 0 auto;
	max-width:100%!important;
	width: 100%!important;
	height: 350px!important;
	object-fit: cover!important;
	display: block!important;
	filter: brightness(1.1);
}

#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: transparent!important;
	border: 1px solid transparent!important;
}
 
.pagination li a:hover {
	color: #fff;
	background-color: #32445a;
	border: 1px solid #32445a;
}

/* search form */

#searchform {
	margin:10px auto!important; 
	position: relative; 
	text-align:center; 
	max-width:90%;
}
	
#searchform #s {
	margin:0 auto!important; 
	padding: 10px 10px 10px 35px!important; 
	width:90%;
	 background: #eae9e9 url('images/search.png') 10px center no-repeat; 
	 font:13px; 
	 font-style:italic; 
	 text-align: left; 
	 outline: none; 
	 border:1px solid #eae9e9;
}

/* Formats & styles coding */

a.more-link {
	text-transform: uppercase;
	font-size: .80em;
	color: #28243b!important;
    margin-left: 35px;
}

a:hover.more-link {
	color: #c5604e!important;
    margin-left: 15px;
}

.news b, .news strong { 
	color: #222439;
}

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;
}


h3 {
	margin: 0px;
	font-size: 17px;
	font-weight: 700; 
	font-style: italic;
}

h4 {
	margin: 0px;
	font-size: 15px;
}

ul  {
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
	padding:8px;
}

/* ==== DO NOT EDIT BELOW THIS ==== */

/* PC SCREEN */

@media (max-width : 1366px), (max-width : 1200px) {
    
    #wrapper,
    #content,
	.container {
        max-width: 1200px!important;
    }
    
    #header {
        min-width: 1366px!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;
        display: block!important;
	}

	.navi {
		padding: 15px 2px;
		margin: 0;
	}

	.navi .container {
		padding: 10px;
		margin: 0;
		background: transparent!important;
	}
	
	
	.navi ul {
		position: static;
		display: none;
	}

	.navi ul li,
    .navi li a {
		width: 100%;
	}

	.show-menu {
		font-size: 14px;
		display: block;
		text-transform: none;
        color: #fff;
	}
	
	.show-menu .fa-solid {		
		color: #a7c0d4;
		padding: 8px!important;
		font-size: 0.79rem;
	}

	.menu {
		display: block;
		text-align: left!important;
		width: 100%;
	}
	
	.menu li:first-child {
		margin-top: 7px;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		padding: 8px;
	}
	
	.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: 0 auto!important;
}

#content {
	width: 100%!important; 
	padding: 0px; 
	margin: 0 auto!important;
}

#news_all {   
	width: 90%!important;
	margin: 8px auto!important;
	float: none!important;
}

.news {
	padding: 7px 1px!important;
	border: 0px!important;
}

img.head {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

#sidebar-mobile {
	display: block!important;
	clear: both;
	width: 90%!important; 
	margin: 15px auto!important;
}

.news img {
	max-width:15vw!important; 
	height: auto;
}


#sidebar_all,
#header {
	display: none!important;
}

embed,
iframe,
object,
video,
input,
textarea,
select {
	width: 100%;
	margin: 0;
	padding: 0;
}

#featured img,
#featured img:hover {
	max-width:100%!important;
	width: 100%!important;
	height:50vh!important;
	margin: 0;
	padding: 0;
	border: 0px;
	background: none!important;
	object-fit: cover;
}

.footer,
#welcome,
.text {
	width: 90%!important;
	margin: 8px  auto;
}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 200px) {
	
#featured img,
#featured img:hover {
	max-width:100%!important;
	width: 100%!important;
	height:25vh!important;
	margin: 0;
	padding: 0;
	border: 0px;
	background: none!important;
	object-fit: cover;
}
}