/* 

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.79em;
	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;
    color: #b8d2e3;
}

.menu a:hover {
    color: #8c9db4!important;
}

/* gallery top menu */

#menutop {
	padding: 8px!important;
	width: 98%;
	margin: 5px;
	line-height: 32px;
}

.menutop {
    width: 70%;
}

.menutop a {
	color: #393939;
	margin: 3px;
	font-size: 10px;
	text-align: right;
	font-family: Tahoma;
	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: #6194d5;
}

/* gallery */

#gallery {
	width: 100%;
	margin: 15px auto 20px auto;
}

.textinput, .listbox, .button, .radio, .checkbox, input, select, textarea {
	border: 1px solid #fafafa;
	background: #fafafa;
	padding: 10px;
	margin: 7px;
	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: #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;
}

.maintable {
	margin: auto; 
	padding:10px;
	font-size: 14px; 
	line-height: 23px;
	margin-bottom: 25px;
    background: #fff;
}

h2 {
    font-weight: 400!important;
}

.tableh1 {
	margin: 0 auto;
    padding: 10px;
    text-transform: capitalize;
    font-family: "Cousine", monospace;
    font-weight: 400!important;
    font-size: .89em;
    color: #000;
    border-bottom: 2px solid transparent;
    border-image-source: url('images/header.jpg');
    border-image-slice: 90 270;
}

.tableh1 h2 {
    font-family: 'Kalam', cursive;
    font-weight: 400;
}

.tableh2 {
	margin: 8px auto 0 auto;
	font-weight: 700!important;
    font-family: "Cousine", monospace;
	font-size: .85em;
	text-transform: uppercase;
    color: #202020;
}

.tableh2 a {
    background: #030200;
	color: #b0e3f6!important;
	padding: .5% .9% .3%;
  -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;
}

.tableh2 a:hover {
	background: #b0e3f6;
	color: #000!important;
}

.tableb, .tablef, 
.thumbnails {
	padding: 15px;
	font-size: .99em!important;
}

.catrow, .catrow_noalb, .catrow_noalb:hover, .catrow:hover {
	padding: 12px;
}

.catrow .cats {
    display: inline-block;
    font-size: .99em;
    color: #6a6a6a;
    font-weight: 400;
    margin: auto 8px;
}

.cats b {
    font-weight: 400;
    font-size: 1.55em;
    color: #798996;
    font-family: 'Kalam', cursive;
}

.thumb_filename,
.thumb_title,
.thumb_caption {
    text-transform: uppercase;
	font-size: .85em;
	padding: 1px 3px;
	display: block;
	background: #fafafa;
    width: 60%;
	margin: 2px 1px;
}

.thumb_caption a,
.thumb_title a {
	text-decoration: underline;
}


/* pseudo-classes for image links */
a:link .image, a:visited .image, a:focus .image, a:active .image {
	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;
}

a:hover .image {
	filter: grayscale(100%) brightness(1.1) opacity(.7);
}

.catrow a img,
.catrow_noalb a img,
.catrow a:hover img,
.catrow_noalb a:hover img {
    width: 100px!important;
    height: auto!important;
    border: 0px!important;
    background: none!important;
    padding: 0!important;
    margin: 0!important;
    filter: grayscale(0%) opacity(1) brightness(1)!important;
    box-shadow: none!important;
}

.image,
.image:hover, 
.imageborder {
	padding: 1px;
}

.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: 14px;
	font-style: normal!important;
    color: #939191;
    padding: 5px;
    margin: 0 auto;
}

.statlink strong {
    font-weight: 400!important;
    color: #5d7f9a;
    font-family: 'Kalam', cursive;
    font-size: 1.35em;
    margin-right: 3px;
}

.statlink a {
    font-family: "Noto Serif", serif;
	font-weight: 400!important;
    text-transform: capitalize;
    -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;
}

.alblink {
    font-weight:bold;
	text-shadow: none;
}

.catlink {
    display: block;
	margin: 5px 7px;
	padding: 8px 0;
	font-size: 1.30em;
    font-weight: 400!important;
    color: #000!important;
    font-family: "Kalam", cursive;
}

.catlink a {
    padding: 3px;
    font-weight: 300!important;
    color: #000!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;
}

.catlink a:hover {
    margin-left: 7px;
    color: #7c021b!important;
}

.catlink .fa-solid {
    font: var(--fa-font-solid);
    vertical-align: middle;
    font-size: .80em;
	color: #bb9c7d;
}

/* -- 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;
}

.footer hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}

/* == DO NOT TOUCH ANYTHING BELOW THIS == */

/* ------------------

 P  C   S C R E E N 

-------------------*/

@media (max-width : 1366px), (max-width : 1200px) {
	#wrapper,
	#content,
    .container {
		max-width: 1200px;
	}
	
	#header {
		min-width: 1366px;
	}
	
	.maintable a img {
		width: 9.5vw;
		height: auto;
	}
}

/* ------------------ 

R E S P O N S I V E    C S S

 --------------------- */
.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;
		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%!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;
}

.maintable  {
	width: 98.33%;
}

.navmenu {
	font-size: 100%;
}

#gallery { 
	margin: 0 0 20px 0;
	padding: 0px; 
	width: 100%;
	border-top: 0px;
}

#menutop {
    width: 100%!important;
    margin: 0 auto;
}
    
#menutop .menutop {
	max-width: 65vw!important;
}
    
.catrow a img,
.catrow_noalb a img,
.catrow a:hover img,
.catrow_noalb a:hover img {
	width: 10vw!important;
	height: auto!important;
}
    
.catrow .cats {
     font-size: .90em!important;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:10vw;
}
	
.thumb_filename,
.thumb_title,
.thumb_caption {
    display:block!important;
	clear:both;
	width:50%!important;
	font-size:.62em!important;
	margin: 1px 0;
	padding: 0;
}

#header,
.sordorder_cell { 
	display: none;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

.footer {
	width: 90%!important;
}

.navmenu {
	padding:2px!important; 
}

.navmenu img {
	margin: 0px!important;
}
}