/* 

Theme Name: Never Enough Premade #28 (Regina King)
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	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; */
	height: 460px;
	background-image: url('images/header.png');
	background-repeat: repeat-x;
	background-position: center;
	margin: 0 auto!important;
}

.head {
	display: none;
}

/* menu */

#navigation {
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    font-size: .85em;
}

.navi {
	padding: 0;
}

.container {
	padding: 7px;
    margin: 0.5% auto;
	width: 900px;
	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: 195%;
}

.menu .bull {
	margin-left: 4px;
	color: #b0dedc;
}

.menu .divider {
    display: block;
}

.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: 700!important;
    color: #1b1b1b!important;
    padding: 4px;
}

.menu a:hover {
    background: #6ab87d;
    color: #fff!important;
}

.menu .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;
	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: #32364c;
}

/* gallery */

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

.textinput, .listbox, .button, .radio, .checkbox, input, select, textarea {
	border: 1px solid #dbdbdb;
	background: #eae9e9;
	padding: 10px;
	margin: 7px;
	color: #747474;
	-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: #017763; 
	text-decoration: none;
}

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

.tableh1 {
	margin: 0 auto;
	font-size: 1.25em;
	text-transform: capitalize;
	padding: 8px;
	background: #d0dab8;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.7em;
}

.tableh1 span1 {
	color: #fff;
	text-transform: uppercase;
	margin: -5.2% auto 7px auto;
	font-weight: 700;
	padding: 1px 10px;
	font-style: normal;
	background-image: linear-gradient(to right, #9f7c34, #d0dab8);
	font-family: 'Poppins', sans-serif;
	font-size: .95em;
}

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


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

.catrow, .catrow_noalb, .catrow_noalb:hover, .catrow:hover {
	padding: 8px;
    background: #f1f1f1;
}

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

.thumb_title {
	font-size: .85em;
	text-transform: uppercase;
	font-weight: 400;
	padding: 1px 3px;
	display: inline-block;
	color: #1d1d1d;
	background: #ececed;
	margin: 2px 1px;
}

.thumb_caption {
	font-size: .85em;
	padding: 1px 3px;
	display: inline-block;
	background: #bdddeb;
	color: #1d1d1d;
	margin: 2px 1px;
}

.thumb_caption a,
.thumb_title a {
	text-decoration: underline;
	color: #1d1d1d!important;
}


/* pseudo-classes for image links */
a:link .image, a:visited .image, a:focus .image, a:active .image {
	margin: 5px 3px;
    padding: 0;
	border: 5px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #fff, #fff);
  -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 {
    border-image-source: linear-gradient(to left, #aadcdb, #e7d6be);
}

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

.category_icon a img,
.category_icon a img:hover {
	width: 150px!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-family: 'Poppins', sans-serif;
    font-size: .85em;
	font-style: normal!important;
    text-transform: lowercase;
}

.stats {
	color: #111;
}

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

.statlink a {
	font-size: 1.25em;
	color: #fff!important;
	font-weight: 400!important;
    text-transform: capitalize;
}

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

.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 {
	color: #fff!important;
	background: #a6c08d;
	padding: 1px 3px;
}

.catlink a:hover {
	background: #03917a;
    margin-left: 10px;
}

/* footer */

#footer {
	padding: 10px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 300!important;
	text-align: center!important;
	line-height: 175%;
	color: #1c1c1c;
	font-size: .85em;
}

.footer {
	margin: 0 auto;
	padding: 12px;
	width: 1000px;
	text-align: center;
}

.footer b {
    color: #1b5b7f!important;
    font-family: 'Merriweather', serif;
    font-size: 1.25em;
    font-weight: 700!important;
    font-style: italic;
}

.footer a {
	color: #32364c!important;
	text-decoration: none;
	font-weight: 700!important;
	padding-bottom: 2px;
	text-transform: uppercase;
}

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

.footer .disclaimer {
	font-size: .99em!important;
	font-weight: 400!important;
	text-align: left!important;
	letter-spacing: 0px!important;
}

.footer .fab,
.footer .fas {
	margin-right: 3px;
    font-size: .75em;
    vertical-align: middle;
}

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

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

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: hidden!important;
	margin: 0;
	color: #fff;
	display: block!important;
	}
	
	.navi {
		padding: 0;
		margin: 0;
		text-align: left;
		font-family: 'Roboto Condensed', Arial, sans-serif;
	}

	.navi .container {
		padding: 20px 2px;
	}
	
	.menu ul {
		position: static;
		display: none;
	}

	.menu ul li,
    .menu li a {
		width: 100%;
		max-width: 100%;
	}

	.show-menu {
		font-size: 14px;
		display: block;
		text-transform: none;
	}
	
	.show-menu span {		
		color: #fff;
		background: #151515;
		padding: 8px;
		font-size: 0.79rem;
	}

	.menu {
		display: block;
		line-height: 14px;
		text-transform: capitalize;
		font-size: 15px;
	}

	.menu a {
		background: #151515;
		color: #fff!important;		
		padding: 8px!important;
		display: block;
  		-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: 400!important;
}

	.menu a:hover {
		background-color: #065b77;
		color: #fff!important;
}
	
	.bull,
	#menu-site,
	#second-menu {
		display: none;
	}
	
	.socials {
		display: block;
	}
	
}
 
@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: 100%;
	background-color: #fff!important;
}

.navmenu {
	font-size: 100%;
}

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

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

.category_icon a img,
.category_icon 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: 470px), only screen and (max-device-width: 375px),
only screen and (max-width: 200px), 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;
}

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

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

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

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

.thumb_filename, 
.thumb_comments, 
.thumb_title,
.thumb_caption {
	display: block;
}

.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-family: 'Merriweather', serif;
	font-size: 13px;
}

.footer {
	width: 100%!important;
}

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

}

/** COPPERMINE CODES **/

table {
	font-size: 12px;
	position: relative;
}



h2  {
	font-size: 15px;
	font-weight: bold;
	padding: 1px;
}.navigation {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing:0px;
	color:#474747;
}



.navigation a:link, .navigation a:visited, .navigation a:active{
	padding-left:5px;
	padding-right: 5px;
	color:#474747;
}



.navigation a:hover{
	padding-left:5px;
	padding-right: 5px;
	color:#000;
	text-decoration:none;
}



p {
	font-family: Trebuchet MS;
	font-size: 11px;
	margin: 2px 0px;
}



ul {
	margin-left: 5px;
	padding: 0px;
}



li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.album_stat {
	font-size: 100%;
	margin: 5px 0px;
}

.thumb_num_comments {
	font-family:Trebuchet MS;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	font-style: italic;
	display: block;
}



.user_thumb_infobox {
	margin-top: 1px;
	margin-bottom: 1px;
}



.user_thumb_infobox th {
	font-weight: bold;
	font-size: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}



.user_thumb_infobox td {
	font-size: 85%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}



.user_thumb_infobox a {
	text-decoration: none;
	color: #434343;
}



.user_thumb_infobox a:hover {
	color: #434343;
	text-decoration: none;
}



.sortorder_cell {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
}



.sortorder_options {
	font-family: Trebuchet MS;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
}



.navmenu {
	padding:5px; 
	font-size: 9px;
	text-transform: uppercase;
	height: 22px;
	text-align: center;
}



.navmenu img {
	margin-bottom: 1px;
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 5px;
}



.navmenu a {
	text-decoration: none;
	color: #c2ac9b;
	display: block;
	padding: 5px;
}



.navmenu a:hover {
	text-decoration: underline;
	color: #434343;
}



.navmenu a img {
	border: 0px;
	padding: 0px;
}



.navmenu a img:hover {
	border: 0px;
	padding: 0px;
}



.admin_menu_thumb {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #806453;
	font-weight: bold;
}



.admin_menu_thumb a {
	color: #EDEDED;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 3px;
}



.admin_menu_thumb a:hover {
	color: #434343;
	text-decoration: underline;
}


.admin_menu {
font-family: Trebuchet MS;
font-size: 8px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 15px;
text-transform: uppercase;
text-align: center;
}



.admin_menu a {
text-decoration: none;
position: relative;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 2px;
padding-right: 2px;}



.admin_menu a:hover {
color: #504f4f;
text-decoration: underline;}



.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:140%;
}

#admin_menu_anim {

}



.comment_date{
	color: #dcccde;
	font-size: 90%;
	vertical-align: middle;
}



.comment_date a img {
	border: 0px;
	padding: 0px;
}



.comment_date a img:hover {
	border: 0px;
	padding: 0px;
}

.topmenu {
	font-family: Trebuchet MS;
	line-height: 130%;
	font-size: 110%;
}



.topmenu a {
	color: #825c00;
	text-decoration: none;
}



.topmenu a:hover  {
	color: #434343;
	text-decoration: underline;
}



.img_caption_table {
	border: none;
	width: 100%;
	margin: 0px;
}



.img_caption_table th {
	font-size: 100%;
	color: #000000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top: 1px solid #f4edde;
}



.img_caption_table td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top: 1px solid #f4edde;
	white-space: normal;
}



.debug_text {
	border: #BDBEBD;
	background-color: #f4edde;
	width: 100%;
	margin: 0px;
}



.clickable_option {
	cursor: default;
}



.listbox_lang {
	color: #434343;
	background-color: #f4edde;
	border: 1px solid #808080;
	font-size: 80%;
	font-family: Trebuchet MS;
	vertical-align: middle;
}


.pic_title {
        color: #000000;
        font-size: 120%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.pic_caption {
        color: #000000;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}


#GB_window {
  background-color: #FFFFFF;
  border: 5px solid #AAAAAA;
}