/* 

Theme Name: Kat McNamara Fan (NED)
Theme URI: https://www.kat-mcnamara.net
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

===================================================
THIS THEME HAS BEEN CREATED ***EXCLUSIVELY***
FOR KAT-McNAMARA.NET // YOU ARE NOT ALLOWED
TO SELL IT AS YOUR OWN AND/OR DUPLICATE IT
===================================================

*/


/* body */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans', sans-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: 1920px!important;
	height: 500px;
    background-image: url('images/header.jpg');
	background-repeat: no-repeat; 
	background-position: center center;
    margin: 0 auto;
} 

.header-mobile {
	display: none;
}

/* menu */

#navigation {
    text-transform: uppercase;
    font-size: .99em;
	width: 100%;
	margin: 0 auto!important;
	font-family: 'Roboto Condensed', sans-serif;
}

.navi {
	padding: 0;
}

.container {
	text-align: center;
	margin: 0 auto;
	width: 1500px;
	position: relative;
    padding: 8px;
}

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

.navi li {
	display: inline-block;
}

.bull {
	font: var(--fa-font-solid);
    font-size: .88em;
	margin: auto 10px;
	vertical-align: middle;
	color: #9e5d3f;
}

.divider {
    display: block;
}

.menu {
	display: inline-block;
	line-height: 14px;
	text-transform: uppercase;
	vertical-align: text-bottom;
	text-align: left;
}

.menu a {
    color: #4c3c2c!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 {
	color: #a96a49!important;
}

a.home {
    display: none;
}

/* gallery top menu */

.menutop {
	padding: 8px!important;
	width: 70%;
	margin: 5px;
	line-height: 32px;
}

.menutop a {
	color: #393939;
	margin: 3px;
	font-size: 10px;
	text-align: right;
	font-family: Tahoma;
	border-bottom: 2px solid #ebebeb;
	padding: 5px!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;
}

.menutop a:hover {
	padding: 8px;
	color: #fff!important;
	text-decoration: none!important;
	background-color: #28211b;
	border-bottom: 2px solid #fff;
}

/* gallery */

#gallery {
	width: 100%;
	margin: .2% auto 3% auto;
	background: #fff;
}

.textinput, .listbox, .button, .radio, .checkbox, input, select, textarea {
	font-size:14px; 
	border: 1px solid #eae9e9;
	background: #eae9e9;
	padding: 10px;
    margin: 2px;
	color: #565656;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

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

.maintable {
	margin: auto; 
	padding:10px;
	font-size: 14px; 
	line-height: 23px;
	margin-bottom: 25px;
}

.tableh1 {
	margin: 0 auto;
    border-bottom: 2px solid #e8e7e7;
	padding: 8px;
    font-family: 'Playfair Display', serif;
    font-size: 1.55em;
    font-weight: 500;
	text-transform: capitalize; 
	line-height: 175%;
}

.tableh2 {
	margin: 2.5% auto;
    font-weight: 400;
	font-size: .95em;
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
	color: #525568;
    background: #c0c9d0;
	padding: 8px;
}

.tableh2 a {
    color: #525568!important;
	font-weight: 700;
}

.tableb, .tablef {
	margin: 1px;
	font-size: 14px;
}

.catrow, .catrow_noalb, .catrow_noalb:hover, .catrow:hover {
	padding: 5px;
    background: #f6f6f6;
}

.catrow cat {	
	font-size: .75em;
	text-transform: uppercase;
}

.catrow cat b {
    color: #9b5a44;
    font-family: 'Kaushan Script', cursive;
    font-size: 1.99em;
    font-weight: 400;
}

.thumb_filename {
	font-size: 80%;
	display: block;
}

.thumb_title {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	background: #e6d1b4;
	margin: 2px 1px;
	padding: 2px;
    width: 55%;
    font-weight: 700;
}

.thumb_caption {
	font-size: 10px;
	display: block;
	border-bottom: 2px solid #d5b898;
	margin: 2px 1px;
	padding: 2px;
    width: 55%;
    font-weight: 700;
}


/* pseudo-classes for image links */
a:link .image, a:visited .image, a:focus .image, a:active .image {
	margin: 7px;
	padding: 3px;
	border-style: solid;
	border-width: 4px;
	border-image-source: url('images/header.jpg');
	border-image-slice: 180 270!important;
}

a:hover .image {
    filter: grayscale(100%) brightness(1.1) opacity(.6);
}

.catrow a img,
.catrow_noalb a img,
.catrow a img:hover,
.catrow_noalb a img:hover {
	width: 80%;
	height: auto;
    filter: grayscale(0%) brightness(1.0) opacity(1)!important;
    border: 0px!important;
}

.image,
.image:hover, 
.imageborder {
	padding: 1px;
}

.thumbnails, 
.thumbnails:hover {
	padding: .2%;
}

.display_media {
	border: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.statlink {
	font-weight: 400!important;
	padding: 5px;
    font-family: 'Kaushan Script', cursive;
}

.statlink a {
	font-weight: 400!important;
}

.statlink .stats {
	margin: 2.5% auto;
	text-align: center;
	font-size: .89em;
	color: #2e231d;	
	border-style: solid;
	border-width: 3px;
	border-image-source: url('images/header.jpg');
	border-image-slice: 90 180!important;
    background: #f3d0b2;
	padding: 8px;
    text-transform: none!important;
}

.statlink .stats strong {
    color: #743b30;
    font-weight: 400!important;
	font-size: 1.35em;
}

.statlink a:hover {
	color: #947362!important;
}

.alblink {
    font-weight:bold;
	text-shadow: none;
}

.catlink {
    display: block;
	margin: 5px 7px;
	color: #757575;
    font-weight: 400;
	font-size: .85em;
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.catlink a {
	background: #28211b;
	color: #fff!important;
	margin-right: 7px!important;
	padding: 4px 5px;
    -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;
	position: relative;
	z-index: 1;
}

.catlink a:hover {
	margin-left: 20px;
}

.catlink .fa-brands {
	margin: auto 7px;
	font: var(--fa-font-solid);
	color: #b5afb3;
}

/* -- footer -- */

#footer {
	padding: 10px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	text-align: center!important;
	line-height: 175%;
	background: #e4d3be;
    color: #6f3e2d;
}

.footer {
	margin: 1.5% auto;
	width: 1200px;
	text-align: center;
}

.footer span {
	font-size: .95em;
	font-weight: 700;
	text-transform: uppercase;
}

.footer b {
    color: #6f3e2d;
	font-family: 'Kaushan Script', cursive;
    font-size: 1.35em;
    font-weight: 400!important;
}

.footer a {
	color: #4d5063!important;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 400;
}

.footer a:hover {
	color: #27201a!important;
}

.footer .fa-solid {
	vertical-align: middle;
    color: #85624c;
	margin: auto 7px;
	font-size: .50em;
}

.footer .disclaimer {
	text-align: left!important;
	letter-spacing: 0px!important;
    color: #26231c;
}

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

/* -- PC SCREEN -- */

@media (max-width : 1366px), (max-width : 1200px) {
	
	#wrapper,
    #content,
    .container {
        max-width: 1200px!important;
    }
    
    #header {
        min-width: 1366px!important;
    }
    
    .menu {
        text-align: center;
    }

}

/* -- MOBILE DEVICES -- */
.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: hidden!important;
        margin: 0;
        display: block!important;
	}

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

	.navi .container {
		margin: 0;
	}	
	
	.navi ul {
		position: static;
		display: none;
		list-style: none!important;
		margin: 0!important;
		padding: 0!important;
	}

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

	.show-menu {
		font-size: 0.999rem;
		display: block;
		text-transform: none;
		margin-bottom: 8px;
	}
	
	.show-menu span {	
		padding: 8px!important;
	}
    
    .show-menu .fa-solid {
		color: #995643;
    }

	.menu,
    a.home {
		display: block;
		text-align: left!important;
		width: 100%;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		padding: 10px!important;
		background: #fff;
	}
	
	.bull {
		display: none!important;
	}
	
	
} 
@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body {
	font-size: 100%!important;
}

body,
#wrapper,
#content,
.maintable,
#footer,
.header-mobile,
.title-mobile {
	overflow-x: hidden!important;
}

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

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

img.header-mobile {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}
	
img.title-mobile {
	width: 100%!important;
	max-width: 300px;
	height: auto;
	margin: -5% auto 0 auto!important;
	padding: 0!important;
	display: block!important;
}

.maintable  {
	width: 100%;
}

.navmenu {
	font-size: 100%;
}

#gallery { 
	margin: 0 auto 20px auto!important;
	padding: 0px; 
	width: 90%;
	border-top: 0px;
}

#gallery .menutop {
	max-width: 65vw!important;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:10vw;
}
	
.catrow a img,
.catrow_noalb a img {
	width: 5.5vw!important;
}

#header { 
	display: none;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

.footer {
	width: 90%!important;
}

.navmenu {
	padding:2px!important; 
}

.navmenu img {
	margin: 0px!important;
}

}

@media only screen and (max-width: 450px), only screen and (max-device-width: 200px) {
	
body {
	font-size: 100%!important;
}

body,
#wrapper,
#content,
.maintable,
#footer,
.head {
	overflow-x: hidden!important;
}
	
#wrapper {
	width: 100%!important; 
	margin: 0px!important;
}
	
#content {
	width: 100%!important; 
	padding: 0px!important;
	margin: 0px!important;
}

#gallery {   
	width: 90%;
	margin: 0 0 20px 0;
	padding: 0px; 
}

.navmenu {
	font-size: 100%;
}
	
#gallery .menutop {
	max-width: 50vw!important;
}
    
.thumb_title {
    font-size: 0.65em;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:5vw;
}

.tableh1 {
	font-size: 13px;
}

.footer {
	width: 90%!important;
}
}

@media only screen and (max-width: 350px), only screen and (max-device-width: 200px) {
	.thumb_title {
		display: none;
	}
}