/* 

Theme Name: Jessica Chastain #4
Site URI: https://jessica-chastain.com
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

*/


/* body */

body {
	background-color: #dbdada;
    background-image: url('images/background.jpg');
    background-repeat: repeat;
    background-position: center center;
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	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;
    background: #fff;
    float: left;
}

/* header */

#header {
	max-width: 100%;
	min-width: 1200px;
	height: 458px;
	background-image:url('images/header.png'); 
	background-repeat: no-repeat; 
	background-position:center center;
	margin: 0 auto;
}

img.header-pages {
	width: 100%!important;
    max-width: 468px;
	height: auto;
	margin: 0 auto!important;
	padding: 0!important;
	display: block!important;
}

.head {
    display: none;
}

/* main menu */

#navigation {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.navi {
	padding: 0;
}

.container {
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	position: relative;
    font-family: 'Merriweather', serif;
    font-size: .99em;
    padding: .5%;
    border-bottom: 1px solid #e0dfdf;
}

.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navi li {
	display: inline-block;
}

.menu {
	display: block;
    clear: both;
	padding: 8px;
	line-height: 14px;
}

.menu span {
    font-weight: 700;
    font-style: italic;
    font-size: .79em;
    color: #bdab9c;
}

.menu a {
	position: relative;
    z-index: 1;
    color: #212426!important;
    font-weight: 600!important;
    padding: 0 3px; 
    margin-right: 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: #708c99!important;
}

a.mobile {display: none;}

/* desktop menu */

#desktop-navigation {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.desktop-navi {
	padding: 0;
}

.desktop-container {
	text-align: center;
	margin: .5% auto;
	width: 1200px;
	position: relative;
    font-family: 'Merriweather', serif;
    font-size: .69em;
    padding: 0;
}

.desktop-navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.desktop-navi li {
	display: inline-block;
}

.desktop-menu {
	display: block;
    clear: both;
	padding: 8px;
	line-height: 14px;
	text-transform: uppercase;
}

.desktop-menu a {
	position: relative;
    z-index: 1;
    color: #313238!important;
    border-bottom: 2px dotted #a0bbc5;
    font-weight: 600!important;
    padding: 0 3px; 
    margin-right: 10px;
    -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;
}

.desktop-menu a:hover {
    border-top: 0px;
    border-bottom: 2px dotted #fff;
    color: #9a7662!important;
}

/* pages */

#news {
	margin: 0 auto 20px auto;
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.news {
	padding: 2.5% 8%;
	margin: 0 auto 1.5% auto; 
	font-size: 14px; 
}

.news li {
	list-style: none;
	padding: 20px;
	border-bottom: 1px solid #c4b8ae;
}

h2 {
	margin: 0px;
	font-size: 17px;
	color: #23232c;
	font-weight: 700;
}

/* gallery top menu */

.menutop {
	padding: 8px!important;
	width: 70%;
	margin: 5px;
	line-height: 32px;
}

.menutop a {
	color: #fff!important;
	margin: 3px;
	font-size: 10px;
	text-align: right;
	font-family: Tahoma;
	background: #030301 url('images/footer.jpg') center center repeat;
	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: #b5927b!important;
    text-decoration: none!important;
}

/* gallery */

#gallery {
	float: right;
	width: 67.33%;
	margin: 0 0 60px 0!important;
	padding: 10px!important;
}

.textinput, .listbox, .button, .radio, .checkbox, input, select, textarea {
	border: 1px solid #ddd;
	background: #d5d5d5;
	padding: 10px;
	margin: 7px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


a, a:link, a:visited, a:active {
	font-weight: 600; 
	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: #6c321d; 
	text-decoration: none;
}


.maintable {
	margin: 0 auto 1.5% auto; 
	padding: 15px;
	font-size: 14px; 
	background-color: #fff;
}

.tableh1 {
	margin: 0 auto;
	font-size: 1.45em;
	color: #323238;
    border-bottom: 1px solid #dbdada;
    font-weight: 700!important;
    font-style: italic;
    font-family: 'Merriweather', serif;
	padding: 8px;
	text-transform: capitalize; 
	line-height: 175%;
}

.tableh1 .cats,
.tableh1 .cats-2 {
    font-family: 'Whisper', cursive;
	color: #4b5c88;
	font-weight: 400;
	font-size: 1.55em; 
	padding: 3px;
	position: relative; 
    font-style: normal; 
}

.tableh1 .cats-2 {
    font-family: 'Poppins', sans-serif;
	color: #4b5c88;
	font-weight: 600;
	font-size: .75em; 
	text-transform: uppercase;
	padding: 3px;
	position: relative;  
}

.tableh2 {
	margin: 0 auto;
	letter-spacing: 2px;
	text-transform: uppercase; 
	padding: 8px;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 175%;
	color: #364564;
}

.tableh2 a {
	padding-left: 3px;
	font-weight: 600;
	color: #364564;
	font-size: .85em;
    text-decoration: underline;
}

.tableb, .tablef {
	margin: 3px;
    color: #111;
    background: transparent;
	font-size: 14px;
    padding: 8px;
}

a.admin_menu {    
	background: #111;
    color: #fff!important;
    padding: 5px;
    margin: 2px 0;
}

.thumbnails {
	background: #fff;
    border: 1px rgba(29,29,29,.08);
    padding: 8px 8px 16px 8px!important;
}

.tableb .tableb_alternate {
    padding: 1.5%;
	background: #fff;
    border: 1px rgba(29,29,29,.08);
}

.catrow, .catrow_noalb, .catrow_noalb:hover, .catrow:hover {
	padding: 10px 20px;
	border-bottom: 2px solid #fafafa;
}

.catrow categories, .catrow_noalb categories {
	display: block;
	font-style: italic;
}

.catrow categories b, .catrow_noalb categories b {
	color: #9b3b39;
    font-family: 'Whisper', cursive;
    font-weight: 400!important;
    font-size: 2.55em;
}

.category_icon a img,
.category_icon a img:hover {
	width: 100%;
	height: auto;
	object-fit: cover;
	border: 0px!important;
    box-shadow: none!important;
    filter: grayscale(0%) brightness(1.0)!important;
    display: none;
}

.thumb_filename {
	font-size: 80%;
	display: block;
}

.thumb_title,
.thumb_caption {
	font-size: 0.75em;
	font-weight: 400;
	display: block;
    width: 65%;
	color: #000;
	margin: 2px 1px;
	padding: 1px 3px;
	text-transform: uppercase;
}

.thumb_title {
	background: #d2dce5;
}

.thumb_caption {
	background: #eae0d4;
}

.thumb_title a,
.thumb_caption a {
    color: #4b6391!important;
}

.thumb_title a:hover,
.thumb_caption a:hover {
    color: #b61a1e!important;
}


/* pseudo-classes for image links */
a:link .image, a:visited .image, a:focus .image, a:active .image{
	margin: 5px 1px;
    padding: 0;
	border: 0px;
    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);
}

.image,
.image:hover, 
.imageborder, 
.thumbnails, 
.thumbnails:hover {
	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: 12px!important;
	margin: 0 auto;
	padding: 10px;
	text-transform: uppercase;
}

.tableh1-statlink .statlink {
	background: #060608 url('images/footer.jpg') no-repeat bottom left;
}

.statlink strong {
	font-size: 2.65em;
	font-family: 'Whisper', cursive;
	font-weight: 400!important;
	color: #d8bda0;
}

.statlink a {
	font-size: 1.25em;
	padding: 5px 0;
	text-transform: capitalize!important;
}

.statlink a:hover {
	color: #713d1d;
}

#sortorder_cell .statlink a {    
    border-bottom: 0!important;
}

.alblink {
    font-weight: 600;
	text-shadow: none;
}

.catlink {
    display: block;
	margin: 5px 7px;
	font-weight: 400;
	padding: 8px 0;
	text-transform: normal;
	font-size: 10px;
}

.catlink a {
	font-size: 1.35em;
	color: #fff!important;
	padding: 2px 5px;
	background: #a2b2ba;
  -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: 10px;
    background: #1a2027;
}

.catlink .fa-regular {
	color: #dfbc9c;
    font: var(--fa-font-regular);
	margin-right: 5px;
}

/* -- Sidebar -- */

#sidebar {
	float: left;
	width: 29.33%;
    margin-top: 2.5%;
}

.sidebar {
	line-height: 175%;
    margin: 2% 0;
}

.sidebar-content {
    padding: 5%;
	margin: 0 0 65px 0;
}

.sidebar-title {
	width: 96.5%;
	display: block;
	color: #4b5c88;
	font-weight: 400;
	font-size: 1.89rem;
    text-transform: none;
	padding: 5px;
	position: relative;
	margin: 0 0 8px 8px;
    font-family: 'Whisper', cursive;
}

.sidebar-title text {
    z-index: 1500!important;
    position: relative;
}

.sidebar-title span {
    display: block;
    width: 15%;
    background: #c19576;
    height: 3px;
    position: relative;
    margin: 1px 0 8px 7px;
    z-index: 1000!important;
}

.side-socials {
	text-align: center;
	width: 100%;
	margin: 10px auto;
}

.side-socials p {
	display: inline!important;
}

.side-socials a img,
.side-socials a img:hover {
	width: 6vw!important;
	margin-right: 3px!important;
	border-radius: 200px!important;
    box-shadow: none!important;
}

/* filmography */

.filmography {
	clear: both;
	margin: 0 auto!important;
	text-align: center;
}

.filmography img {
	width: 100%;
	max-width: 300px;
	height: 200px;
	object-fit: cover;
}

.filmography td {
	text-align: center;
	margin: 0 auto;
	width: 49.33%;
}

.filmography li {
	text-align: left!important;
}

.filmography td li {
	text-align: left!important;
	padding: 8px 5px;
	margin: 0 3.5% 0 0;
}

/* 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: 1000px;
	color: #fff;
	background: #060608 url('images/footer.jpg') no-repeat bottom right;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Tahoma', Times New Roman, serif;
	font-size: 0.80em;
	letter-spacing: 1px;
}

.footer a {
	color: #e5d3bb!important;
	text-decoration: none;
	font-weight: 700!important;
	padding-bottom: 2px;
}

.footer a:hover {
	color: #8897a3!important;
	text-decoration: none!important;
	border-bottom: none!important;
}

.footer .disclaimer {
	font-size: 1.10em;
	line-height: 175%; 
	margin: 2px 0 0 0;
	text-transform: none!important;
}

.disclaimer b {
	font-family: 'Whisper', cursive;
	font-size: 2.55em;
	font-weight: 400;
	color: #b4bbbd;
}

.socials {
    display: block;
    margin: 0 auto 3px auto;
	font-size: 0.89em;
	font-weight: 700;
    text-transform: uppercase;
}

.socials a {
    color: #4f636d!important;
	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;
}

.socials a:hover {
    color: #272124!important;
}

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .25;
}


/** 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;
}