/*
Theme Name: GD_CSFeb
Theme URI: https://caileespaenyfan.com
Description: Theme designed exclusively for caileespaenyfan.com
Version: Feb 2024
Author: Gratrix Designs
*/




@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}




/* NAVIGATION */

.nav {
	z-index: 6;
	overflow: hidden;
	text-align: center;
}

.nav a {
	display: inline-block;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	margin: 25px;
	padding: 0 10px;
	font-size: 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.15em;
	color: #101010;
}

.nav a:hover {
	background-color: #c2776f;
	color: #fff;
}

#nav-menu span {
	display: none;
}



@media screen and (max-width: 820px) {


#nav-menu span {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 10px;
	background: #101010;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	color: #fff;
}

.nav a {
	display: none;
}

}

@media screen and (max-width: 820px) {
.nav.responsive {
	position: relative; 
	top: 10px;
}

.nav.responsive .icon {
	position: fixed;
	top: 0;
	right: 0;
}
	
.nav.responsive a {
	float: none;
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	padding: 5px;
	text-align: left;
	color: #101010;
}

.nav.responsive a:hover {
	background-color: #c2776f;
	color: #fff;
}

}





/* HEADER & BODY */

#header {
	height: 440px;
	background: url(images/header.png) no-repeat center;
}

#headerbanner { 
	width: 100%; 
	height: 120px; 
	background: URL("images/headerbanner.png") top center no-repeat;
}

body {
	margin: 0;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: "DM Sans", sans-serif;
	color: #575757;
}






/* CONTENT & WRAPPER */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

#content {
	z-index: 1500;
	float: left;
	width: 1080px;
}






/* IMAGES */

.image {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 3px;
}

.image:hover {
	border: 1px solid #c2776f;
	border-image: initial;
}






/* HIGHLIGHT */

::selection {
	background: #c2776f;
	color: #fff;
}

::-moz-selection {
	background: #c2776f;
	color: #fff;
}






/* FOOTER */

#footerbanner {
	height: 160px;
	background: url(images/footerbanner.png) no-repeat center;
}

#footer {
	float: left;
	padding-bottom: 20px;
	line-height: 18px;
	font-weight: normal;   
}

#footer {
	clear: both;
	width: 100%; 
	padding-top: 20px;
	padding: 5px 10px;
	font-size: 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.15em;
	color: #101010;
}

#footer a {
	font-weight: 700;
	text-decoration: none;
	color: #c2776f;
}

#footer a:hover {
	text-decoration: none;
	color: #c2776f;
}

#footer .inner {
	overflow: hidden; 
	margin: 0 auto; 
	max-width: 1000px;
	padding: 15px; 
	text-align: justify;
	text-transform: uppercase;
}

#footer .credit {
	float: left; 
	display: inline-block; 
	line-height: 22px;
	text-transform: uppercase; 
	color: #535150;
}








/* SCROLLBAR */

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

/* Let's get this party started */
::-webkit-scrollbar { 
	border-width: 2px 5px; 
	border-style: solid;	
	border-color: #fff; 
	width: 12px; 
	height: 5px;	
	background: #c2776f; 
}

/* Handle */
::-webkit-scrollbar-thumb {	
	border: 2px solid #fff; 
	height: 10px; 
	background: #b39d92; 
}







/* SUB MENU */

#submenu {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 2px;
	font-size: 12px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.04em;
}

#submenu #sublinks {
	position: relative;
	padding: 0 1vw;
}

#sublinks a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	padding: 0px!important;
	font-size: 10px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #404040;
}

#sublinks a:hover {
	text-decoration: none;
	color: #404040;
}




/* MISC CPG DEFAULTS */

.fa, .far, .fas, .fab {
	padding: 5px;
	font-size: 15px;
	font-family: "Font Awesome 5 Free";
	color: #c2776f;
}

a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

.strip_image {
	margin: 3px;
	border: 1px solid #dbdbdb;
	padding: 5px;
	background-color: transparent;
}

h1 {
	margin: 2px;
	padding: 1%;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e0e0c;
}

h2 { 
	margin: 2px;
	padding: 1%;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e0e0c;
}

h3 {
	margin: 2px;
	padding: 1%;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e0e0c;
}

.textinput {
	border: 1px solid #fff;
	padding-right: 3px;
	padding-left: 3px;
}

textarea, select, input {
	background: #fff;
	font-size: 10px;
	letter-spacing: 0px;
	color: #101010;
}

.button,
.buttonlist ul li a {
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right: 2px;
	border: 0;
	padding: 5px;
	background: #b39d92;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

.button:hover,
.buttonlist ul li a:hover,
.button:focus,
.buttonlist ul li a:focus {
	border: 0;
	background: #c2776f;
	color: #fff;
}

.buttonlist {
	text-align:center;
}

.buttonlist ul li a span {
	height: 2vw!important; 
	line-height: 0;
}

.catrow_noalb,
.catrow {
	border-bottom: 1px solid #e4e4e4;
	padding: 40px 5px;
}

.catrow .thumbnail {
	border: none;
}

.catlink {
	display: block;
	margin: 5px 0 0 0;
	height: auto;
	padding: 20px 0px 20px 55px;
	background: url(images/mini_icon.png) no-repeat left;
	font-size: 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.catlink a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 10px 0;
	background-color: transparent;
	color: #101010;
}

.catlink a:hover {
	border-color: #101010;
	background-color: transparent;
	text-decoration: none;
	color: #c2776f;
}

.statlink {
	background: transparent;
	font-size: 12px;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	color: #575757;
}

.statlink strong {
	font-weight: 700;
}

.statlink a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 3px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #575757;
}

.statlink a:hover {
	text-decoration: none;
	color: #575757;
}

.statlink h2 {
	font-weight: 400;
}

.alblink {
	position: relative;
	z-index: 20;
	display: block;
	border: none;
	background-color: transparent;
	font-size: 13px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.alblink a  {
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0; 
	padding: 0;
	text-transform: none;
	text-decoration: none;
	color: #535150;
}

.alblink a:hover {
	text-decoration: underline;
	color: #101010;
}

.thumbnails {
	padding: 10px 10px 40px 10px;
}

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

.thumb_title {
	display: block;
	margin: 3px 0 0 0;
	padding: 2px;
	font-size: 80%;
	line-height: 1.5;
	font-weight: 400;
}

.thumb_caption {
	display: block;
	padding: 1px;
	font-size: 80%;
	line-height: 1.5;
}

.thumb_caption a {
	text-decoration: underline;
	color: #0e0e0c;
}

.thumb_title_views,
.thumb_caption_ctime {
	display: inline-block;
	margin: 5px 1px 0 1px;
	padding: 2px 6px;
	background-color: #c2776f;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.thumb_caption_ctime {
	background-color: #b39d92;
	color: #fff;
}

.thumb_dimensions {
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	color: #b8b8b8;
}

.thumb_num_comments {
	display: block;
	padding: 2px;
	font-size: 85%;
	font-weight: 400;
	font-style: italic;
}

.thumbLink {
	margin: 4px;
	padding: 8px;
}

pre.filepath {
	margin: 0px;
	padding: 0px;
}

.listbox {
	vertical-align: middle;
	border: 1px solid #e4e4e4;
}

.radio {
	vertical-align: middle;
}

.checkbox {
	vertical-align: middle;
}

.album_stat {
	margin: 5px 0;
	font-size: 85%;
	line-height: 1.5;
	color: #535150;
}

.tableb p {
	padding: 0;
	line-height: 1.5;
}

p.album_stat {
	padding: 5px 0 0 0;
}

.maintable {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: #fff;
}

.tableh1 {
	padding: 20px;
	font-size: 28px;
	line-height: 100%;
	font-family: 'Abril Fatface', cursive;
	letter-spacing: 0.05em;
	color: #101010;
}

.tableh1:after {
	content: '';
	position: relative;
	left: 0;
	display: block;
	margin: 10px 0;
	border: none;
	width: 25%;
	height: 4px;
	background-color: #c2776f;
}

.tableh2 {
	padding: 0;
	background-color: transparent;
} 

.tableh2 strong {
	font-weight: normal !important;
}

.tableh2 a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0 5px;
	font-size: inherit;
	color: inherit;
}

.tableh2 a:hover {
	text-decoration: none;
}

.tableh2::after {
	content: '';
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
	width: 100%; 
	height: 1px;
	background-image: linear-gradient(to right, #535150 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

.tableb, .tablef {
	padding: 0;
	letter-spacing: 0.10em;
}

.tableb a, .tablef a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 400;
	color: #575757;
}

.tableb a:hover, .tablef a:hover {
	text-decoration: none;	
	color: #575757;
}

.tableb p {
	font-size: inherit;
}

.tableb_alternate {
	background: none;
}

.sortorder_cell {;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 12px !important;
	color: #535150;
}

.sortorder_options {
	margin: 0px;
	padding: 0px;
	background : transparent;
	font-size: 12px !important;
	font-family: "DM Sans", sans-serif;
	color: #535150;
	white-space: nowrap;
}

.navmenu {
	font-weight: 700;
}

.navmenu img {
	margin: 0;
	padding: 10px 5px;
}

.navmenu a {
	display: block;
	padding: 0 5px;
}

.navmenu a:hover {
	background: 101010;
	color: #404040;
}

.display_media {
	padding: 5px 10px;
	background: transparent;
}

.admin_menu_wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	background-color: transparent;
	text-align: center;
}

.admin_menu {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.admin_menu a {
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	color: #535150;
}

.admin_menu a:hover {
	text-decoration: none;
	color: #404040;
}

.admin_float {
	position: relative;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 6px;
	max-height:1.5em;
	white-space:nowrap;
	/*width:100px;*/
}

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

.user_thumb_infobox th {
	font-size: 100%;
	font-weight: bold;
	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: #000;
}

.user_thumb_infobox a:hover {
	text-decoration: underline;
	color: #000;
}

.icon {
	margin-right: 1px;
	vertical-align: middle;
}

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

.topmenu {
	line-height: 130%;
}

.topmenu a {
	text-decoration: none;
	color: #0033CC;
}

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

.img_caption_table {
	width: 100%;
	margin: 0;
	border: none;
	background-color: #e4e4e4;
}

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

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

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

.clickable_option {
	cursor: default;
}

.listbox_lang {
	vertical-align: middle;
	color: #000666;
	border: 1px solid #D1D7DC;
	background-color: #F2F5F7;
}

.pic_title {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
}

.pic_caption {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
	background-image: none;
}

.important {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
    /* background-image : url(images/important.gif); */
	color: red;
}

#cpgChooseLanguageWrapper {
	float: left;
}

#cpgChooseThemeWrapper {
	float: left;
}

.filmstrip_background {
	background: transparent;
}

.prev_strip {
	text-align: left;
}

.next_strip {
	text-align: right;
}

/** Swfupload css **/
div.fieldset {
	margin: 10px 0;
	padding: 20px 10px;
	border: 2px solid #0E72A4;
}

div.fieldset span.legend {
	font-weight: bold;
	position: relative;
	top: -30px;
	padding: 3px;
	color: #FFF;
	background-color: #444;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #DDD;
}

input[disabled] {
	border: 1px solid #0e0e0c;
} /* FF 2 Fix */


.progressWrapper {
	overflow: hidden;
	width: 357px;
}

.progressContainer {
	overflow: hidden;
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
}

/* Message */
.message {
	overflow: hidden;
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
}

/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	overflow: hidden;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0;
	height: 2px;
	margin-top: 2px;
	background-color: blue;
}

.progressBarComplete {
	visibility: hidden;
	width: 100%;
	background-color: green;
}

.progressBarError {
	visibility: hidden;
	width: 100%;
	background-color: red;
}

.progressBarStatus {
	font-size: 10px;
	width: 337px;
	margin-top: 2px;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

a.progressCancel {
	font-size: 0;
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	background-image: url(../../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0;
}

a.progressCancel:hover {
	background-position: 0 0;
}

.swfupload {
	vertical-align: top;
}

/**styles for photo manager*/
table#pic_sort tr td {
	padding: 4px;
	border-bottom: 1px solid #fff;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
	padding: 3px;
	border-bottom: 1px solid #fff;
}

table#album_sort tr td span.editAlbum {
	font-size: 10px;
	line-height: 100%;
	display: none;
	margin-left: 100px;
	cursor: pointer;
	text-decoration: underline;
	color: #FF0000;
}

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

.cpg_summary {
	font-size:0.9em;
	border: 1px solid;
	margin: 10px 0px;
	padding: 5px 10px 5px 10px;
	color: #FF2B9C;
	background-color: #FFDEEF;
	text-align: right;
	float: right;
	width: 400px;
}

#GB_window {
	background-color: #F2F5F7;
	border: 5px solid #CCD7E0;
}

.external {
	background: transparent url('../../images/link.gif') 100% 50% no-repeat;
	padding-right: 10px;
}

.detail_head_collapsed,
.detail_head_expanded {
	color: #535150;
}

.detail_collapse_all, .detail_expand_all, .detail_toggle_all {
	font-size: 12px;
}