﻿/* 

Theme Name: Katie Cassidy NEW (pool)
Site URI: https://k-cassidy.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-weight: 400;
	font-size: 14px;
	line-height: 175%;
	color: #4e4e4e;
	overflow-x:hidden!important;
	word-wrap: break-word;
}

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

#content {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
    float: left;
	background: #fff;
	padding: 10px;
}

/* 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 {
	margin: 0 auto;
	text-align: center;
	width: 100%;
    font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}

.navi {
	padding: 0;
}

.container {
	text-align: center;
	margin: 0 auto;
	position: relative;
    font-size: .99em;
    padding: .5%;
	counter-reset: number;
}

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

.navi li {
	display: inline-block;
}

.menu {
	display: block;
    clear: both;
	padding: 8px;
	line-height: 14px;
    counter-reset: number;
}

.menu a {
	position: relative;
    z-index: 1;
    font-weight: 400!important;
    margin: 0 8px;
	transition: all 0.4s ease-out;
    counter-increment: number;
	color: #9f9f9f!important;
}

.menu a::before {
	content: "00" counter(number) ". ";
	font-style: italic;
	color: #d3dcc1;
	font-weight: 700;
}

.menu a:nth-child(n+10)::before {
    content: "0" counter(number) ". ";
}

.menu a:nth-child(n+100)::before {
    content: counter(number) ". ";
}

.menu a:hover {
    color: #59afc6!important;
}

/* welcome and photos */

#topbar {
    font-size: .95em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
	margin: 8px auto!important;
	width: 95%;
}

.welcome {
	padding: 12px;
	text-align: left;
}

.welcome img {
	width: 4.8vw;
	height: auto;
	float: left; 
	margin-right: 3px;
}

.welcome b {
    color: #8580a5;
    padding: 1px 3px;
    text-transform: uppercase;
}

.welcome i {
    color: #4ea6bc;
}

.welcome u {
    border-bottom: 1px solid #4ea6bc;
    padding-bottom: 2px;
    text-decoration: none;
}

.cpmfetch {
	align-self: center;
}

.cpmfetch a img {
	width: 55px;
	height: 55px;
	border-radius: 200px;
	margin: 5px;
	object-fit: cover;
}

/* news content */

#news_all{
	float: left;
	width: 64.66%;
	margin: 0 0 60px 0;
}

#news {
	margin-bottom: 3px;
	padding: 10px;
}

.news {
    line-height: 185%;
	margin:0px; 
	padding: 20px 5px; 
	margin-bottom: 40px;
	z-index: 1;
}

.title {
    margin: 0 auto;
	font-size: 1.95em;
	font-family: "Caveat Brush", cursive;
	color: #000000;
    font-weight: 400!important;
    line-height: 120%;
	display: block;
    text-align: center;
    text-transform: none!important;
	background: transparent!important;
}

.title a,
.title a:hover {
	color: #000000!important;
	font-weight: 400!important;
	transition: all 0.4s ease-out;
}

.category {
    margin: 0 auto;
	display: block;
	font-size: 0.75em;
    font-family: "Roboto Condensed", sans-serif;
	padding: 2px 5px;
    text-align: center;
    color: #757575;
}

.category a {
	text-transform: uppercase;
	font-weight: 400!important;
	transition: all 0.4s ease-out;
}

.category a:hover {
    color: #67b2c5!important;
}

.category .fa-solid {
    margin-right: 3px;
    margin-left: 7px;
    color: #8d8aae;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

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

.sidebar {
    line-height: 185%!important;
    margin: 0 auto;
    text-align: center;
}

.sidebar-content {
	padding: 10px!important;
	margin: 0 0 65px 0;
    text-align: left;
}

.sidebar-title {
	display: block;
	font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
	font-size: .95em;
    text-transform: uppercase;
    text-align: center;
	margin: 0 0 8px!important;
	padding: 5px;
}

.sidebar-title span {
	color: #fff;
    padding: 5px;
    background: #6fbbcd;
    margin: 3px auto;
	font-weight: 700;
}

.widgettitle {
    display: none;
}

/* -- Images -- */

.news img, 
.news a img,
.sidebar-content a img,
.sidebar-content img {
	margin: 5px 1px;
    padding: 2px;
	border: 3px solid transparent;
	border-image: linear-gradient(to bottom right, #fff 0%, #fff 25%, #fff 50%, #fff 75%, #fff 100%);
	border-image-slice: 1;
	transition: all 0.4s ease-out;
}

.news a img:hover, 
.news img:hover {
	border: 3px solid transparent;
	border-image: linear-gradient(to bottom right, #439aaf 0%, #9592b3 25%, #d3dcc1 50%, #9592b3 75%, #439aaf 100%);
	border-image-slice: 1;
}

.sidebar-content img:hover,
.sidebar-content a img:hover {
	border: 3px solid transparent;
	border-image: linear-gradient(to bottom right, #d3dcc1 0%, #439aaf 25%, #439aaf 50%, #9592b3 75%, #9592b3 100%);
	border-image-slice: 1;
}

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

/* links */

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #757575;
	ransition: all 0.4s ease-out;
}

a:hover {
	color: #2e6b75; 
	text-decoration: none;
}

/* - Blockquote & Input Area - */

blockquote{
    width:80%;
    margin: 30px auto;
    color: #555555;
    line-height: 165%;
    position: relative;
}

blockquote p {
    background: #eaeaea;
    border-radius: 5px;
    padding:1.2em 30px 1.2em 45px;
}

blockquote::before {
    font-family:Arial;
    content: "\201F";
    font: var(--fa-font-solid);
    color:#4d418e;
    font-size:4em;
    position: absolute;
    left: 10px;
    top: 10px;
}

blockquote::after {
  content: '';
}

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

#submit {
	width: auto;
}

/* -- 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.disabled {
    background-color: #fff;
	border: 1px solid #ddd;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.pagination li.active a {
    background-color: transparent!important;
	border: 1px solid transparent!important;
    color: #737272!important;
}
 
.pagination li a:hover {
    background-color: #4d418e;
	border: 1px solid #4d418e;
	color: #fff;
}

/* -- Footer -- */

#footer {
	padding: 0 10px 10px 10px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	text-align: center!important;
}

.footer {
	margin: 1.5% auto .1% auto;
	padding: 15px;
	width: 900px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Tahoma", sans-serif;
	font-size: 0.70em;
	letter-spacing: 1px;
}

.footer a {
	text-decoration: none;
	font-weight: 700!important;
	padding-bottom: 2px;
    color: #4fa5bc!important;
}

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

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

/* featured images */

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

#featured img,
#featured img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width:100%!important;
	width: 100%!important;
	height:300px!important;
	object-fit: cover!important;
	display: block!important;
	margin: 0 auto!important;
}

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

#featured-archive img.featured-placeholder,
#featured-archive img:hover.featured-placeholder {
	filter: grayscale(100%) opacity(.5);
}

#featured-mobile {
	display: none;
}

/* search form */

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

#searchsubmit,
#searchform label {
	display: none;
}

/* more */

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

a.more-link {
    font-family: 'Tahoma', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .73em;
    font-weight: 400!important;
    color: #8e8aaf!important;
	transition: all 0.4s ease-out;
}

a:hover.more-link {
    color: #4aa4bc!important;
}

/* formats */

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

.news i, .news em {
    color: #8e8aaf;
}

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;
    font-style: italic;
}

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

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

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

/** RESPONSIVE **/

@media only screen and (max-width: 1366px), only screen and (max-device-width: 1200px) {

	#wrapper,
	#content,
	.container {
		max-width: 1200px;
	}

	#header {
		display: none;
	}

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

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

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

@media (max-width : 1024px), (max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
		max-width: 100%!important;
        width: 100%!important;
	}
	
	.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;
		text-align: left;
		padding: 5px!important;
	}
    
    .show-menu .fa-solid {
        color: #8e8aaf;
    }

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

	.navi .container {
		padding: 0;
		width: 100%;
        margin: 1% 0.5%!important;
		background: transparent;
	}

	.menu {
		display: block;
	}

	.menu li {
		margin: 0;
		border-right: none!important;
	}
	
	.menu a {
		display: block;
		text-align: left!important;
		padding: 8px!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 auto!important;
}

#content {
	max-width: 95%!important;
	margin: 0 auto!important;
    float: none!important;
}

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

#news_all, .pagination {  
	width: 100%!important; 
	clear: both!important;
    display: block!important;
	margin: 0 auto!important;
    float: none!important;
}

#sidebar-mobile {
	width: 90%!important; 
	clear: both!important;
    display: block!important;
	margin: 3.5% auto 0!important;
	padding: 10px!important;
    float: none!important;
}
    
.sidebar-title {
    margin-top: 8px!important;
}

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

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

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

embed,
iframe,
object,
video,
input,
textarea,
select {
	width: 100%;
}
    
#searchform {
    max-width: 93%;
}
    
#featured img,
#featured img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width:100%!important;
	width: 100%!important;
	height:auto!important;
	object-fit: cover!important;
	display: block!important;
	margin: 0 auto!important;
}
    
#footer {
	width: 100%!important;
}
    
.footer {
	width: 80%!important;
}
}