/* 

Theme Name: Amy Adams v2
Site URI: https://amy-adams.org // https://amyadamsfan.com
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

===============================================================

THIS THEME WAS CREATED EXCLUSIVELY FOR AMY-ADAMS.ORG //
AMYADAMSFAN.COM --- DO NOT REPLICATE OR REDISTRIBUTE AS YOURS

===============================================================

*/


/* body */

body {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 13px;
	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!important;
	margin: 0 auto;
	background-color: #f2f2f2!important;
	float: left;
}

/* header */
.header-title {
	max-width: 100%;
	min-width: 1000px;
	height: 103px;
	background-image:url('images/header-title.png'); 
	background-repeat: no-repeat; 
	background-position:center center;
	margin: 5% auto .5% auto;
}

.head {
	display: none;
}

.header-sidebar {
	margin: 0 auto!important;
}

img.header-pages {
	width: 100%!important;
	min-width: 1200px;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

/* menu */

#navigation {
	display: none;
}

#sub_menu {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.sub_menu {
	text-align: center;
	margin: 0 auto;
	position: relative;
	background: #020109 url('images/background.jpg') no-repeat top center;
}

.sub_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 115%;
	color: #fcd6b4;
}

.sub_menu a,
#navigation-pages .menu a {
	color: #fff!important;
	font-weight: 300!important;
	display: inline-block;
	text-transform: uppercase;
	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;
}

.sub_menu a:hover,
#navigation-pages .menu a:hover {
	color: #41c6cb!important;
	text-decoration: line-through;
}

#navigation-pages {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: .85em;
}

#navigation-pages .container {
	padding: 2px 12px;
	max-width: 100%;
	background: #020109 url('images/background.jpg') no-repeat bottom center;
}

#navigation-pages ul {	
	color: #fcd6b4;
}

#navigation-pages .menu a {
	font-size: 1.25em;
}

#navigation-pages .bull {
	margin: auto 20px auto 10px;
	color: #fcd6b4;
}

#navigation-pages .menu a:first-child:before {
	content: '';
}

nav, socials {
	display: inline-block!important;
}

socials {
	margin-left: 15px;
}

socials a {
	color: #40c7cc!important;
	font-size: .90em;
	margin-right: 7px;
}

socials a:hover {
	color: #fcd6b4!important;
	text-decoration: none!important;
}

/* Welcome Message */

.welcome {
    font-weight: 300;
	display: block!important;
	width: 100%;
	margin: 1px auto 1.8% auto!important;
	padding: 0;
}

.text {
    line-height: 21px;
    padding: 18px 8px 0 8px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: .95em;
	text-align: center;
}

.text b {
    font-size: 1.25em;
    font-style: italic;
    font-weight: 500;
    border-bottom: 1px solid #40c7ca;
    margin-bottom: 2px;
	color: #020109;
}

.text strong {
    font-weight: 500;
	text-decoration: underline;
}

.text i {
    font-weight: 500;
}

.text span {
    color: #36040d;
    font-weight: 500;
	text-transform: uppercase;
	font-size: .90em;
}

.text u {
    text-decoration: none;
    color: #020109;
	padding: 2px 5px;
	position: relative;
    z-index: 1;
    font-weight: 500;
}

.text u::before {
	border-top: 4px solid #fdd4b4;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 40%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
}

/* 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; 
	background-color: #fff;
}

.news li {
	list-style: none;
	padding: 20px;
	border-bottom: 1px solid #dadada;
}

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}

/* gallery */

#gallery {
	float: left;
	width: 67.33%;
	margin: 0 auto 20px auto;
	padding: 10px!important;
}

.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: #d9dee1;
	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;
	background-color: #36040d;
	color: #fff!important;
	text-decoration: none!important;
}

.textinput, .listbox, .button, .radio, .checkbox, input, select, textarea {
	border: 1px solid #dbdbdb;
	background: #eae9e9;
	padding: 10px;
	margin: 7px;
	color: #747474!important;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.news input,
.news select,
.news textarea {
	border: 1px solid #dbdbdb;
	background: #eae9e9;
	padding: 10px;
	margin: 7px;
	width: 100%!important;
	display: block!important;
	color: #747474!important;
	-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: #36040d; 
	text-decoration: none;
}

.maintable {
	margin: 0 auto 1.5% auto; 
	padding: 10px;
	font-size: 14px; 
	background-color: #fff;
}

.tableh1 {
	margin: 0 5px 8px 0!important;
	font-size: 0.95em;
	text-transform: uppercase; 
	padding: 8px;
	font-weight: 500;
	font-family: 'Fira Sans Condensed', sans-serif;
	border-bottom: 1px solid #f1f1f1;
    color: #36040d;
}

#category .category {
	margin: -1.2% 0 0 1.5%;
	font-weight: 500;
}

.tableh1 li.stats {
	background-image: linear-gradient(to left, #1a1a1a, #070707);	
	padding: 8px;
	margin: 0;
	list-style: none;
    color: #fff;
	font-weight: 300;
}

.tableh2 {
	margin: 0 auto;
	font-size: 1.15em;
	text-transform: uppercase; 
	font-family: 'Fira Sans Condensed', sans-serif;
	padding: 3px;
	border-bottom: 1px solid #eaeaea;
	font-weight: 500;
	line-height: 1.7em;
}

.tableh2 strong {
	font-weight: 500;
}

.tableh2 a {
	font-weight: 500!important;
	padding-left: 5px;
}

.catrow, .catrow_noalb, .catrow_noalb:hover, .catrow:hover {
	padding: 8px;
	font-size: .90em;
	font-style: italic;
}

.catrow a img, .catrow_noalb a img, .catrow_noalb a img:hover, .catrow a img:hover {
	width: 120px!important;
	height: 120px!important;
	object-fit: cover!important;
	border-style: none!important;
	border-width: 0px!important;
	border-image-source: none!important;
	filter: grayscale(0%) brightness(1.0)!important;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image, a:focus .image, a:active .image {
	margin: 7px;
	background: none;
	padding: 3px;	
	border-style: solid;
	border-width: 2px;
	border-image-source: url('https://amy-adams.org/albums/Photoshoots/2018/009/005.jpg');
	border-image-slice: 90 180!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;
}

a:hover .image {
	filter: grayscale(100%) brightness(1.1) opacity(.8);
}

.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;
	margin: 12px!important;
	padding: 10px;
}

.statlink h2 {
	font-weight: 400!important;
}

.statlink a {
    font-family: 'Merriweather', serif!important;
    font-size: 14px!important;
	padding: 5px 0;
	text-transform: capitalize!important;
}

.category-statlink {
	margin: 0 0 0 1.5%;
	padding: 5px;
	font-weight: 500;
	color: #6d6d6d;
}

.category-statlink span {
    text-decoration: none;
	padding: 2px 5px;
	margin-right: 3px;
	position: relative;
    z-index: 1;
    font-weight: 500;
	text-transform: uppercase;
	color: #111;
}

.category-statlink span::before {
	border-top: 4px solid #a7e4e5;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 40%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
}

.category-statlink span strong {
	font-weight: 400!important;
	color: #36040d;
	font-family: 'Merriweather', serif;
	font-size: 1.36em;
	font-style: italic;
}

.albums-count {
	display: block;
	clear: both;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: .82em;
	text-transform: uppercase;
	font-style: normal!important;
}

.albums-count span {
    text-decoration: none;
	padding: 2px 5px;
	margin-right: 3px;
	position: relative;
    z-index: 1;
    font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid #fcd6b4;
}

.albums-count span b {
	font-weight: 700!important;
	color: #36040d;
	font-family: 'Merriweather', serif;
	font-size: 1.26em;
	font-style: italic;
}

.statlink a {
	color: #757575!important;
}

.statlink a:hover {
	color: #004862!important;
}

.alblink {
    font-weight:bold;
	text-shadow: none;
}

.catlink {
    display: block;
	margin: 5px 7px 0 7px;
	font-weight: 400;
	padding: 8px 0 0 0;
	text-transform: normal;
	font-size: .95em;
}

.catlink a {
	font-size: 1.95em;
	text-transform: capitalize!important;
	color: #1f1f1f!important;
    font-family: 'Just Another Hand', cursive;
	font-weight: 400!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;
	font-style: normal!important;
}

.statlink b,
.catlink b {
	font-weight: 400!important;
}

.catlink a::before {
	content: '\2363';
	margin: auto 3px auto 0;
    color: #40c7cc;
}

.catlink a:hover {
    margin-left: 7px;
    color: #36040d!important;
}

.thumb_filename {
	display: block;
	padding: 5px;
}

.thumb_filename,
.thumb_title,
.thumb_caption {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: .89em;
	text-transform: uppercase;
}

.thumb_title {
	display: block;
	margin: 2px;
	width: 55%;
    text-decoration: none;
	padding: 2px 5px;
	margin-right: 3px;
	position: relative;
    z-index: 1;
    font-weight: 500;
	text-transform: uppercase;
	color: #111;
}

.thumb_title::before {
	border-top: 4px solid #fcd6b4;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 40%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
}

.thumb_caption {
	display: block;
	width: 55%;
	background: #e9e9e9;
	padding: 1px;
	color: #333;
	margin: 2px;
	text-transform: capitalize;
}

.thumb_caption a {
	text-decoration: none;
	color: #333;
	font-weight: 500!important;
}

.thumb_title a {
    color: #fff!important;
    text-decoration: underline;
	font-weight: 500!important;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: right;
	width: 29.33%;
	padding: 10px!important;
}

.sidebar {
    line-height: 185%!important;
}

.sidebar-content{
	padding: 5px 10px 15px 10px;
	margin: 0 0 65px 0;
    background: #fff;
	border-radius: 5px;
}

.sidebar-title {
	display: block;
	font-size: .99em;
	margin: 2.3% 0 0 0;
	padding: 5px 5px 1px 5px;
	font-weight: 700;
	color: #00414f;
	text-transform: capitalize;
	text-align: center;
}

.divider {
	display: block;
	position: relative;
	height: 3px;
	width: 18%;
	margin: 0 auto .5% auto;
	background-image: linear-gradient(to right, #41c6cb, #fcd6b2);
	text-align: center;
}

.widgettitle {display: none;}

/* Latest Photos */

.custom-menu {
	display: block;
	margin: 0 auto 65px auto;
	text-align: center;
}

.index-menu {
	border-radius: 5px;
	background: #020109 url('images/background.jpg') no-repeat top center;
	padding: 10px;
}

.index-menu a {
	color: #fff!important;
	margin-bottom: 3px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.index-menu a:hover {
	color: #40c7cc!important;
}

.index-menu a::before {
	content: '\2022';
	margin: auto 5px;
	color: #fcd6b4;
}

.index-menu a:first-child:before {
	content: '';
	margin: auto 0px;
}

.custom-content {
	color: #fff;
	text-align: center;
	line-height: 195%;
	display: block;
} 

.custom-content a {
	margin-right: 10px;
	color: #36040d!important;
}

.custom-content a:hover {
	color: #40c7cc!important;
}

/* Current Projects */

.top-projects-img {
	margin: 5px auto;
	display: block!important;
}

.top-projects-img img,
.top-projects-img img:hover {
	width: 100%!important;
	height: 170px!important;
	margin: 5px auto!important;
	object-fit: cover!important;
	border: 0px!important;
	padding: 0px auto!important;
}

.top-projects-info {
	text-align: center;
	line-height: 175%;
}

.top-projects-info-title {
	font-weight: 400;
    font-family: 'Just Another Hand', cursive;
	font-size: 1.95em;
	color: #010101;
	text-align: center;
}

.top-projects-info-date {
	font-size: .95em;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 3px;
}

.top-projects-info-date:before {
	content:'[ ';
	color: #fcd6b4;
}

.top-projects-info-date:after {
	content:' ]';
	color: #fcd6b4;
}
	
.top-projects-info-role {
	font-style: italic;
	color: #36040d;
	text-align: center;
	font-size: .99em;
	font-weight: 700;
}

.top-projects-info-role:before {
	content: 'as ';
	color: #4e4e4e;
	font-size: .70em;
	text-transform: uppercase;
	font-style: normal;
}

.top-projects-info-synopsis {
	margin: 10px 0 0 0;
	background: #efefef;
	padding: 12px;
	text-align: center;
	font-size: .90em;
	border-radius: 3px;
}

.top-projects-info-links {
	margin: 2.5% auto 5% auto!important;
	text-align: center;
	font-size: 1.15em;
}

.top-projects-info-links a {
	text-transform: uppercase;
	color: #757575!important;
	padding: 4px;
	margin-right: 10px;
	font-size: .70em;
}
 
.top-projects-info-links a:hover {
	color: #40c7cc!important;
}

.top-projects-info-links .fa-solid {
	color: #fcd6b4;
	margin-right: 3px;
}

/* -- Affiliates -- */

.affiliates {
	margin: 0 auto!important;
	text-align: center;
	clear: both;
	display: block;
	line-height: 175%;
}

    /* Image Affiliates */

.family-image {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2px;
}

.family-image img,
.family-image img:hover {
	margin: 6px 0!important;
	width: 5.0vw;
	filter: grayscale(0%) brightness(1.0)!important;
	border: 0px!important;
}

/* - tooltip - */

.family-image a.tooltip:hover{
	position: relative;
}
.family-image a.tooltip span {
	display: none;
	line-height: 16px;
}
.family-image a.tooltip:hover span {
	padding: 5px;
	display: block;
	z-index: 100;
	background: #070707;
	left: 0;
	margin: 2px 0;
	width: 65%;
	position: absolute;
	top: -20px!important;
	text-decoration: none;
	font-weight: 400!important;
	font-size: 0.75em;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.family-image a.tooltip span b {
	font-size: 1.25em;
	text-transform: capitalize;
	color: #40c7cc!important;
    font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 400;
}

   /* Text Affiliates */

.elites-text {
	font-size: .68em;
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 18.33%;
	margin: 3px 1px;
	padding: 8px 6px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-image-source: url('https://amy-adams.org/albums/Photoshoots/2018/009/005.jpg');
	border-image-slice: 90 180;
	background: #020109 url('images/background.jpg') no-repeat center center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
}

@media (max-width : 1366px), (max-width : 1200px) {
.elites-text {
	width: 22.33%;
}
}

.elites-text a {
	display: block;
	color: #fff!important;
	font-weight: 400!important;
	letter-spacing: 1px;
}

.elites-text a span {
	font-weight: 400!important;
	display: block;
	font-size: 1.25em;
	text-transform: capitalize;
	color: #fcd6b4!important;
	font-family: 'Merriweather', serif;
	font-style: italic;
}

.elites-text a:hover {
	display: block;
	color: #40c7cc!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: 20px;
	margin: 0 auto!important;
	clear: both;
	overflow-x:hidden!important;
	text-align: center;
	line-height: 18px;
	letter-spacing: 1px;
	font-size: 0.85em;
}

#footer .stats {
	color: #4e4e4e;	
}

.stats b {
	color: #36040d;
}

.stats .fa-solid {
	color: #cececd;
}

.footer {
	width: 1200px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	padding: 15px!important;
	line-height: 195%!important;
	color: #fff;
	background: #010108 url('images/background.jpg') no-repeat top center;
}

.footer span {
	border: 1px solid #37040d;
	color: #fff;
    padding: 5px;
	font-size: 0.85em;
    clear: both;
	margin: 2px auto;
}

.footer span a {
	color: #fff!important;
}

.footer a {
	text-decoration: none;
	font-weight: 500;
	color: #fcd5b4!important;
	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;
}

.footer a:hover,
.footer span a:hover {
	color: #3ec9ce!important;
}

.footer b {
    color: #71dbe1;
}

.footer .footer-socials {
    margin: 0 auto 3px 10px;
    color: #71dbe1;
	border: 0px!important;	
}

.footer .footer-socials a {
	color: #71dbe1!important;
	text-decoration: none;
	margin-right: 7px!important;
}

.footer .footer-socials a:hover {
    color: #fff!important;
}

.footer .disclaimer {
	display: block;
	font-size: 1em!important;
	text-transform: none!important;
	text-align: left;
	font-weight: 400!important;
}

.footer .fab,
.footer .fas {
	font-size: 9px!important;
}

/** PC SCREEN **/

@media (max-width : 1366px), (max-width : 1200px) {
	
#wrapper,
#content {
	max-width: 1200px!important;
}

#header {
	min-width: 1366px;
	margin: 0 auto;
}
	
.container {
	width: 1200px!important;
}
	
.category-statlink {
	margin: -1.7% 0 0 1.5%;
	padding: 5px;
	font-weight: 500;
	color: #6d6d6d;
}
	
.footer {
	width: 1000px!important;
}

}

/** PC SCREEN **/

@media (max-width : 1366px), (max-width : 1200px) {
	
#wrapper,
#content {
	max-width: 1200px!important;
}

.header-sidebar img {
	max-width: 380px!important;
}

.custom-menu a {
	font-size: .85em;
}
	
#navigation-mobile {
	display: none;
}
	
.thumbnails a img {
	width: 5.8vw;
	height: auto;
}
	
.elites-text {
	width: 22.33%!important;
}

}

/** RESPONSIVE CODING **/
.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-x: hidden!important;
		display: block!important;
	}
	
	.navi {
        text-align: left!important;
        padding: 8px;
    }

	#menu {
		padding: 12px;
	}
	
	.menu ul {
		position: static;
		display: none;
	}

	.menu ul li,
    .menu li a {
		width: 100%;
        max-width: 100%;
		list-style: none;
	}

	.show-menu {
		font-size: 15px;
		display: block;
		text-transform: none;
		color: #fff;
		text-align: left;
		padding: 5px!important;
	}

	.navi {
		padding: 0;
		text-align: left;
	}

	.navi .container {
		padding: 0;
		width: 100%;
        margin: 0 auto!important;
		background-image: linear-gradient(to right, #1a1a1a, #070707);
	}

	.menu {
		display: block;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		text-align: left!important;
		border: 0px!important;
		padding: 8px!important;
	}
	
	.rpv-menu .fa {
		display: none;
	}
	
	#sub_menu {
		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,
.header-pages {
	overflow-x: hidden!important;
}

#wrapper {
	width: 100%!important; 
}

#content {
	width: 100%; 
	padding: 0px; 
	margin: 0px!important;
}

img.head,
img.header-pages {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

.maintable  {
	max-width: 100%;
}

.navmenu {
	font-size: 100%;
}

#gallery,
#sidebar_all {
	display: block;
	clear: both;
	float: none!important;
	width: 90%;
	max-width: 100%;
	margin: 0 auto;
}

#gallery { 
	margin: 0 auto 20px auto!important;
	padding: 0px; 
	max-width: 100%;
}
	
#gallery .menutop {
	max-width: 65vw!important;
}
	
.category_icon a img,
.category_icon a img:hover {
	width: 10vw!important;
	height: auto!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,
.sortorder_cell,
.header-title,
.welcome,
.header-sidebar,
.custom-menu { 
	display: none!important;
}
	
.family-image img  {
	width: 15.2vw!important;
}

.family-image a.tooltip:hover span {
	display: none!important;
}
	
.contacting-form td {
	display: block!important;
}
	
.contacting-form td input,
.contacting-form td textarea {
	max-width: 80%;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

.footer {
	max-width: 90%;
    margin: 0 auto!important;
}

.navmenu {
	padding:2px!important; 
}

.navmenu img {
	margin: 0px!important;
}

.thumb_filename, 
.thumb_comments, 
.thumb_title,
.thumb_caption {
	display: block;
	font-size: .65em;
}
	
.top-projects-img img,
.top-projects-img img:hover {
   height: 45vh!important;
}

}

@media only screen and (max-width: 475px), only screen and (max-device-width: 320px),
only screen and (max-width: 240px), only screen and (max-device-width: 240px) {
	
	
#wrapper {
	width: 100%!important; 
	margin: 0!important;
}
	
#content {
	width: 100%!important; 
	padding: 0px!important;
	margin: 0px!important;
}

#gallery {   
	max-width: 100%;
	margin: 0 0 20px 0;
	padding: 0px; 
}

.submenu {
	max-width: 99.05%;
	margin: 0!important;
	padding: 5px 0 5px 1px!important;
	text-align: left;
}
	
#gallery .menutop {
	max-width: 65vw!important;
}
	
td.category_icon {
	vertical-align: text-top;
}
	
.category_icon a img,
.category_icon a img:hover {
	width: 10vw!important;
	height: auto!important;
	vertical-align: text-top;
}

.navmenu {
	font-size: 100%;
}

.thumb_filename, 
.thumb_comments, 
.thumb_title,
.thumb_caption {
	display: block;
	font-size: .65em;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:5vw;
}
	
.top-projects-img img,
.top-projects-img img:hover {
   height: auto!important;
}

}

/** COPPERMINE CODES **/

.album_stat {
	font-size: 100%;
	margin: 5px 0px;
}

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-size: 14px;
	margin: 2px;
}



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;
}

.tableb, .tablef {
	margin: 1px;
}

.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: 'Merriweather', serif!important;
	padding: 0px;
	margin: 0px;
	font-weight: 700!important;
	font-size: 14px!important;
	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;
}