/*
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;
}






/* WRAPPER/CONTAINER */

#container {
	margin: 0 auto;
	max-width: 1600px;  
}

#wrapper {
	margin: 0 auto;
	max-width: 1280px;
}









/* WELCOME */

#welcome {
	display: table;
	width: 100%;
	max-width: 1280px;
	min-height: 80px;
	margin: 0 auto;
}

#message {
	display: block;
	margin: 0 auto;
	width: 1240px;
	padding: 20px 0;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.1em;
}

.lititle {
	display: block;
	margin: 5px;
	text-align: center;
	font-family: "DM Sans", sans-serif;
}

.lititle span {
	display: inline-block;
	width: 500px;
	background: #b39d92;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #fff;
}

#welcome b {
	color: #101010; 
}

#welcome strong {
	color: #101010;
}

#welcome em {
	display: inline-block;
	padding: 2px;
	background: #b39d92;
	line-height: 0.75em;
	color: #fff;
}

#welcome italic {
	color: #c2776f;
}

#welcome u {
	border-bottom: 1px solid #b39d92; 
	padding-bottom: 1px;
	text-decoration: none; 
	letter-spacing: 2px;
	color: #b39d92; 
}






/* POSTS */

#content {
	float: left;
	margin: 30px 0 0 0;
	width: 860px;
}

#content .post {
	margin: 0 0 20px 0;
}

.post_text {
	margin-bottom: 80px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 20px;
	font-family: "DM Sans", sans-serif;
	text-align: justify;
	color: #575757;
}

.post_title {
	position: relative;
	z-index: 30;
	margin: 8px auto;
	padding: 10px;
	font-size: 30px;
	line-height: 30px;
	font-family: "Abril Fatface", serif;
	text-align: center;
	text-transform: uppercase;
	color: #101010;
}

.post_title a { 
	-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;
	font-weight: 400;
	color: #101010;	
}

.post_title a:hover { 
	text-decoration: none;
	color: #b39d92;
}







/* DATE/CATS */

.date {
	position: relative;
	display: block;
	padding-bottom: 15px;
	font-size: 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.date span {
	margin: 0;
	line-height: 100%;
	text-transform: uppercase;
	color: #101010;
}

.post-cats {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 94%;
	padding: 20px;
	background-color: transparent;
	font-size: 18px;
	line-height: 100%;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #b39d92;
}

.post-cats hr {
	position: absolute;
	z-index: 15;
	top: 0; 
	left: 0;
	margin: 5px 0 0 0;
	border: none;
	width: 100%;
	height: 1px;
}

.post-cats span {
	position: relative;
	z-index: 25;
	display: inline-block;
	padding: 0 8px;
	background-color: #f6f6f6;
}

.post-cats a {
	-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;
	font-weight: 400;
	color: #c2776f;
}

.post-cats a:hover {
	text-decoration: none;
	color: #b39d92;
}

#catdiv {
	margin: 0 auto;
	width: 160px;
	height: 1px;
	background-color: #b39d92;
}

#div {
	margin: 10px;
	width: 60px;
	height: 1px;
	background-color: #fff;
}

.border {
	margin-bottom: 15px;
	margin-top: 5px;
	border-bottom: 1px dashed #b1b1b1;
}








/* FEATURED IMAGE */

#content .featured {
	border: 0px solid #fff!important; 
}

#content .featured img { 
	margin: 0px; 
	border: 0px!important;
	width: 100%;
	max-width: 820px;
	height: 320px;
	padding: 0px!important;
}

#content .featured img { 
	max-width: 100%;
}






/* POST IMAGES */

#content img,
#content img a {
	-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;
}

#content img:hover,
#content img a:hover {
	border: 1px solid #c2776f;
	border-image: initial;
}






/* HEADER TAGS */

h1 {
	display: block;
	margin: 0.67em 0;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #c2776f;
}

h2 {
	display: block;
	margin: 0.83em 0;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #c2776f;
}

h3 {
	display: block;
	margin: 1em 0;
	font-size: 1.17em;
	font-weight: bold;
	text-transform: uppercase; 
}

h4 {
	display: block;
	margin: 1.33em 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase; 
}

h5 {
	display: block;
	margin: 1.67em 0;
	font-size: 0.83em;
	font-weight: bold;
	text-transform: uppercase; 
}

h6 {
	display: block;
	margin: 2.33em 0;
	font-size: 0.67em;
	font-weight: bold;
	text-transform: uppercase;
}






/* HIDDEN POST CONTENT */

.more-link {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	font-size: 15px;
	font-family: "Abril Fatface", serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #c2776f;
}

.more-link:hover {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #c2776f;
}







/* GALLERY LINK */

.gal-links {
	vertical-align: middle;
	display: table-cell;
	max-width: 100%;
	height: 65px;
	padding: 10px 0 10px 70px;
	background-image: url(images/gallink.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.gal-links a {
	display: inline-block;
	padding: 2px;
	line-height: 0.75em;
	font-weight: 700;
	text-decoration: none;
	color: #b39d92;
}

.gal-links a:hover {
	display: inline-block;
	padding: 2px;
	line-height: 0.75em;
	text-decoration: none;
	color: #c2776f;
}






/* BLOCKQUOTE */

blockquote{
	position: relative;
	display:block;
	margin: 0 0 20px;
	border-left-style: solid;
	border-left-width: 15px;
	border-right-style: solid;
	border-right-width: 2px; 
	padding: 15px 20px 15px 45px;
	background: #f2f2f2;
	font-size: 14px;
	line-height: 1.4;
	color: #575757;
}

blockquote::before{
	content: "\201C";
	position: absolute;
	top:5px;
	left: 10px;
	font-size: 60px;
	font-family: "Nunito Sans", sans-serif;
	color: #c2776f;
}

blockquote::after{
	content: "";
}

blockquote a {
	padding: 0 3px;
	background: #eee;
	text-decoration: none;
	color: #b39d92;
}

blockquote a:hover{
	color: #c2776f;
}

blockquote em{
	font-style: italic;
}

blockquote{ 
	border-left-color: #b39d92;
	border-right-color: #c2776f;  
}






/* MISC CODE */

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

a {
	-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;
	font-weight: 700;
	text-decoration: none;
	color: #101010;
}

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

b, bold {
	color: #101010;
}

strong {
	color: #101010;
}

i, italic {
	color: #c2776f;
}

e, em { 
	display: inline-block;
	padding: 2px;
	background: #c2776f; 
	line-height: 0.75em;
	color: #fff;
}

u, underline {
	border-bottom: 1px solid #c2776f; 
	padding-bottom: 1px; 
	text-decoration: none; 
	letter-spacing: 0px; 
	color: #c2776f;
}

img {
	max-width: 100%;
	height: auto;
}

ul { 
	margin:0px; 
	padding:0px; 
}

.side li { 
	border-bottom: 1px solid #fff;
	padding: 14px;
	background: #f6f6f6;
	list-style: none;
}

.side li:hover { 
	background: #fff;
}

#sidediv {
	height: 1px;
	margin: 10px;
	background-color: #b39d92;
}

.post-edit-link {
	padding: 25px 0;
}

a.post-edit-link{
	display: inline-block;
	margin: 10px 0 0 0;
	border: 1px solid #575757;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing:0.15em;
	color: #575757;
}

a.post-edit-link:hover{
	display: inline-block;
	border: 1px solid #c2776f;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #575757;
}

.mejs-container *, .mejs-container .mejs-controls div {
	font-size: 14px!important;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}






/* SIDEBAR */

#side {
	float: right;
	margin-top: 0px;
	width: 385px; 
}

.side {
	margin-top: 45px; 
	margin-bottom: 80px;
	padding: 20px 10px;
	text-align: justify;
}

.side .title {
	margin-bottom: 20px;
	font-size: 13px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: #101010;
}

.sideb {
	display: inline-block;
	line-height: 15px;
}

.side .border {
    margin-top: -12px;
}

.side a {
	-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;
	font-weight: 700;
	text-decoration: none;
	color: #101010;
}

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

.side b, bold {
	color: #101010;
}

.side strong {
	color: #101010;
}

.side i, italic {
	color: #c2776f;
}

.side e, em { 
	display: inline-block;
	padding: 2px;
	background: #b39d92; 
	line-height: 0.75em;
	color: #fff;
}

.side u, underline {
	border-bottom: 1px solid #c2776f; 
	padding-bottom: 1px; 
	text-decoration: none; 
	letter-spacing: 0px; 
	color: #b39d92;
}






/* SIDE IMAGES */

.side img,
.side img a {
	opacity: 1;
	-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;
}

.side img:hover,
.side img a:hover { 
	opacity: 0.8;
	border: 1px solid #c2776f;
	border-image: initial;
}






/* PROJECTS */

.proj_001 {
	position: relative;
	text-align: center;
	color: #121212;
}

.proj_001 .proj_img {
	margin: 0;
	border: none;
	max-width: 360px;
	padding: 0;
}

.proj_001 .proj_img:hover {
	margin: 0;
	border: none;
	padding: 0;
}

.proj_001 .ttl {
	position: absolute;
	bottom: 15px;
	right: 0;
	padding: 0 10px;
	background: #c2776f;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.10em;
  	color: #fff;
}

.proj_001 .ttl2 {
 	position: absolute;
	bottom: 35px;
	right: 0;
	padding: 0 10px;
	background: #121212;
	font-size: 10px;
	font-weight: 700;
  	text-transform: uppercase;
  	letter-spacing: 0.10em;
  	color: #fff;
}

.synbg {
	margin-top: 10px;
	padding: 18px;
	background: #f1f1f1;
	text-align: justify;
}

span.synopsis {
	font-size: 12px;
	text-align: justify;
	letter-spacing: 1px;
}

span.proj_links {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

span.proj_links a {
	margin: 0px 7px;
	font-weight: 400;
	color: #575757;
}

span.proj_links a:hover {
	margin: 0px 7px;
	font-weight: 400;
	color: #c2776f;
}







/* SUBMIT */

.searchform .screen-reader-text {
	display:none;
}

.searchform input{
	border: 0 none;
	padding: 8px 20px;
	background: #c2776f;
	color: #fff;
}






/* IMAGE/TEXT ALIGN */

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}






/* HIGHLIGHT */

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

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






/* DROPDOWN */

select{
	margin-top: 10px;
	border: solid 1px #c2776f;
	width: 220px;
	padding: 4px;
	background: #c2776f;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fafafa;
}






/* TOOL TIP */

#qTip { 
	position: absolute;
	z-index: 1000;
	display: none;
	border: 0px solid #fafafa;
	padding: 6px;
	background-color: #c2776f;
	text-transform: uppercase;
	color: #fafafa; 
}






/* 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; 
}






/* COMMENTS */

li.comment {
	position: relative;
	margin: 0 0 1.625em;
	padding: 5px 0 0 0;
	list-style: none;
}

ol.commentlist {
	padding: 10px;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.comment-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	background-color: #f5f5f5;
	color: #c2776f;
}

li.comment2 {
	position: relative;
	padding: 1.625em;
	background: #f6f6f6;
	list-style: none;
}

.commentlist .children {
	padding: 0 0 0 20px;
	border-left: 1px dotted #f5f5f5;
	list-style: none;
}

.comment-top {
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
}

#respond {
	padding: 5px 0 0 10px;
	list-style: none;
}

.comment-reply-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #c2776f;
}

.comment-body {
	padding: 10px;
	border-bottom: 1px solid #f5f5f5;
}

.comment-form label {
	display: block;
	padding: 0 0 5px 0;
	line-height: 1;
}

.nocomments {
	padding: 0 0 0 20px;
}

.reply {
	font-size: 14px;
	color: #c2776f;
}

.cancel-comment-reply a {
	font-size: 14px;
}






/* PAGINATION */

.pagination {
	margin: 45px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;	
	letter-spacing: 0.10em;
}

.pagination a,
.pagination span {
	position: relative;
	z-index: 25;	
	display: inline;
	-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: 0 2px;	
	border: solid 1px #f6f6f6;
	padding: 10px;
	background-color: #fff;
	font-weight: 400;
	text-decoration: none;
	color: #101010;
}

.pagination a:hover,
.pagination span.current {
	background-color: #c2776f;
	color: #fff;
}

.pagination span.current {
	cursor: default;
}