/* 

Theme Name: Never Enough Premade #29 (Taylor Swift)
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

p:empty:before{content: none!important;}

body {
	background-color: #e8e8e8;
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Serif', serif;
    font-weight: 300;
	font-size: 14px;
	line-height: 175%;
	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: 1600px;
	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%;
}

.navi {
	padding: 0;
}

.container {
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	position: relative;
    background: #1b1b1b;
	padding: 10px;
}

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

.navi li {
	display: inline-block;
}

.navi .bull {
	font-size: 0.95em;
    font: var(--fa-font-solid);
	margin-left: 10px;
	vertical-align: middle;
}

.menu {
	display: block;
	font-family: 'Montserrat', sans-serif;
	line-height: 14px;
	text-transform: uppercase;
	vertical-align: text-bottom;
}

.menu a {
	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 {
	color: #85b2aa!important;
}

/* 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;
	background-color: #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: #000;
}

/* gallery */

#gallery {
	width: 100%;
	margin: 15px auto 20px auto;
}

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

.tableh1 {
	margin: 0 auto;
	font-size: 1.60em;
    line-height: 120%;
	text-transform: capitalize; 
	padding: 8px;
	font-family: 'Playfair Display', serif;
    text-transform: none!important;
	text-align: center;
	font-weight: 400;
    border-bottom: 2px solid transparent;
    border-image-source: url('images/header.jpg');
    border-image-slice: 90 270;
}

.tableh2 {
	margin: 0 auto;
	font-size: 13px;
	text-transform: capitalize; 
	padding: 3px;
	font-weight: 700;
	line-height: 1.7em;
	border-bottom: 1px solid #ddd;
}

.tableh2 a {
    text-transform: uppercase;
}

.tableb, .tablef {
	margin: 5px 1px 1px;
	background-color: transparent;
	font-size: 14px;
    padding: 8px;
}

.catrow, .catrow_noalb, .catrow_noalb:hover, .catrow:hover {
	padding: 10px 15px;
}

.catrow span {
    line-height: 125%;
}

.catrow span b {
    display: block;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.95em;
}

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

.thumb_title,
.thumb_caption {
	text-transform: uppercase;
	font-weight: 400;
	font-size: .85em;
    width: 65%;
	padding: 1px 3px;
	display: block;
	background: #e8e8e8;
	color: #1d1d1d;
	margin: 1px 2px;
}

.thumb_caption a,
.thumb_title a {
	text-decoration: underline;
}

/* input, textarea */

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

/* links colors */

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


/* pseudo-classes for image links */
a:link .image, a:visited .image, a:focus .image, a:active .image {
	margin: 5px;
    padding: 0;
	--c: #85b2aa;
  --b: 2px;
  --g: 1px;  
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  -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 .image {
	--_i: 100%;
  transition: .3s, background-size .3s .3s;
}

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

.catrow a img,
.catrow a img:hover,
.catrow_noalb a img,
.catrow_noalb a img:hover{
	width: 100%!important;
	height: auto!important;
	padding: 0!important;
	border: 0px!important;
	background: transparent!important;
}

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

.display_media .image {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
}

.statlink {
	font-weight: 400!important;
    font-size: .85em;
	font-style: normal!important;
}

.stats {
	color: #4e4e4e;
}

.stats strong {
    color: #85b2ab;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 1.45em;
	font-weight: 400!important;
}

.statlink a {
	font-size: .99em;
	font-weight: 400!important;
    text-transform: capitalize;
}

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

.catlink {
    display: block;
	margin: 5px 7px;
	font-weight: 700;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 1.10em;
}

.catlink a {
	text-transform: uppercase;
	font-size: .99em;
	margin: 0;
	color: #85b2aa!important;
    border-bottom: 1px solid #d0d0d0;
    padding: 1px 3px;
}

.catlink a:hover {
	color: #000!important;
    margin-left: 10px;
}

/* 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;
	letter-spacing: 1px;
	font-size: 0.85em;
    color: #4e4e4e;
}

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

.footer-socials {
	margin-left: 15px!important;
	display: inline!important;
}

.footer-socials .fa-solid,
.footer-socials .fa-brands {
	font-size: 9px!important;
	margin-right: 2px!important;
	padding: 0!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;	
}

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

.footer-stats {
    margin-right: 10px;
}

.footer-stats a::after {
    content: '\2022';
    margin: auto 5px;
    vertical-align: middle;
}

.footer-stats a:last-child:after {
    content: '';
}

.footer .disclaimer {
	display: block;
	font-size: 1em!important;
	text-transform: none!important;
	text-align: left;
	font-weight: 400!important;
}

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

/* ============================== 
     START RESPONSIVE CODE 
    DO NOT TOUCH FROM HERE ON 
============================== */

/* ------------------ 

      PC SCREEN

 --------------------- */

@media (max-width : 1366px), (max-width : 1200px) {
	
	#wrapper,
	#content,
	.container {
		max-width: 1200px;
	}
	
	#header {
		min-width: 1366px;
	}
}

/* ------------------ 

        DEVICES

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

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

@media (max-width : 1024px), (max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
		max-width: 100%!important;
        background: #1b1b1b;
	}
	
	.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: 0.95em;
		display: block;
		text-transform: uppercase;
		font-weight: 500;
		color: #fff;
		text-align: left;
		padding: 5px!important;
	}

	.navi {
		text-align: left;
	}

	.navi .container {
		width: 100%;
        margin: 0 auto!important;
        background: transparent;
        text-align: left!important;
	}

	.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;
	}
	
	.bull {
		display: none;
	}
	
}
 
@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
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%; 
	padding: 0px; 
	margin: 0px!important;
}

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

#gallery { 
	margin: 0 0 20px 0;
	padding: 0px; 
	width: 100%;
	border-top: 0px;
}

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

.maintable  {
	width: 95%;
    margin: 0 auto 5%;
}

.navmenu {
	font-size: 100%;
}

.catrow a img,
.catrow a img:hover,
.catrow_noalb a img,
.catrow_noalb a img:hover {
	width: 10vw!important;
}

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

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

#header,
.sordorder_cell { 
	display: none;
}

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

.footer {
	width: 98%!important;
	padding: 20px 0;
}

.disclaimer {
	display: block!important;
	font-size: 13px;
	text-transform: none!important;
	font-family: 'Merriweather', sans-serif!important;
}

.navmenu {
	padding:2px!important; 
}

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

}

@media only screen and (max-width: 500px), only screen and (max-device-width: 200px) {
	
.thumb_title,
.thumb_caption {
	font-size: .70em!important;
    width: 60%!important;
}
}

/* ======================== 
END OF RESPONSIVE CODE 
=========================== */