/*
Theme Name: GD_KaitAug
Theme URI: http://kaitlyndever.mydreamdimension.com
Description: Theme designed exclusively for kaitlyndever.mydreamdimension.com
Version: Aug 2025
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 {
	z-index: 9;
	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: 20px;
	padding: 10px 50px;
	font-size: 12px;
	font-family: "Bodoni Moda", serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #1a1a1a;
}

.nav a:hover {
	color: #9d7f62;
}

.nav .icon {
	display: none;
}


@media screen and (max-width: 820px) {
.nav a {display: none;}
.nav a.icon {
	float: right;
	display: block;
	width: 60px;
  }
}

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

.nav.responsive .icon {
	position: fixed;
	top: 0;
	right: 0;
}
	
.nav.responsive a {
	float: none;
	display: block;
	text-align: center;
}

}






/* HEADER / BODY */

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

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

body {
	margin: 0;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Barlow', sans-serif;
	color: #535150;
}






/* WRAPPER / CONTAINER */

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

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






/* POSTS */

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

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

.post_text {
	margin-top: 8px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Barlow', sans-serif;
	text-align: justify;
	background: #f8f8f8;
	color: #535150;
}

.post-title a {
	position: relative;
	z-index: 25;
	display: block;
	margin: 10px auto;
	padding: 10px 15px;
	font-size: 30px;
	line-height: 30px;
	font-family: "Bodoni Moda", serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #1a1a1a;    
}

.post-title a:hover { 
	color: #575757; 
}

.post-title:after {
	content: '';
	position: relative;
	left: 0;
	display: block;
	margin: 10px 0;
	border: none;
	width: 150px;
	height: 5px;
	background-color: #9d7f62;
}






/* DATE / CATS */

#post-meta {
	width: 100%;
}

#post-meta span.auth {
	display: inline-block;
	padding: 10px 20px;
	margin-top: -25px;
	margin-bottom: 5px;
	background: #c49758;
	font-size: 10px;
	line-height: 1em;
	font-family: "Bodoni Moda", serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
}

#post-meta span.tags {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 100px;
	padding: 2px;
	font-size: 12px;
	line-height: 1em;
	font-family: "Bodoni Moda", serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #9d7f62;
}

#post-meta a {
	font-weight: 700;
	text-decoration: none;
	color: #9d7f62;
}

#post-meta a:hover {
	text-decoration: none;
	color: #1a1a1a;
}

#catdiv {
	margin: 0 auto;
	width: 100%;
	height: 3px;
	background-color: #9d7f62;
}

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

.border {
	margin-top: 5px;
	margin-bottom: 15px;
	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: auto;
	padding: 0px!important;
}

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






/* POST IMAGES */

#content img,
#content img 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: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 5px;
}

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






/* HEADER TAGS */

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

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

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

.more-link {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	font-size: 14px;
	font-family: "Bodoni Moda", serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: #c49758;
}

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






/* GALLERY LINK */

.gal-links {
	margin: 10px auto; 
	padding: 60px 20px 65px 85px;
	background: url('images/gallink.png') left center no-repeat; 
	line-height: 16px;
	vertical-align: middle; 
}

.gal-links a {
	line-height: 16px;
	color: #9d7f62;
}

.gal-links a: link {
	line-height: 16px;
	color: #9d7f62;
}

.gal-links a, .ext-links a:visited {
	text-decoration: none; 
	color: #9d7f62; 
}

.gal-links a:hover {
	text-decoration: none;
	color: #c49758; 
}






/* BLOCKQUOTE */

blockquote {
	position: relative;
	z-index: 15;
	margin: 12px auto;
	border: 1px solid #c49758;
	width: 96%;
	max-width: 100%;
	padding: 1% 2%;
	background-color: transparent;
	quotes: "\201C" "\201D" "\2018" "\2019";
}


blockquote:before {
	content: '\201C';
	position: absolute;
	z-index: 25;
	top: 0;
	left: 0;
	display: inline-block;
	margin: -1px 0 0 8px;
	height: 1px;
	padding: 0 5px;
	background: #f8f8f8;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	color: #9d7f62;
}


blockquote:after {
	content: '\201D';
	position: absolute;
	z-index: 25;
	bottom: 0;
	right: 0;
	display: inline-block;
	margin: 0 8px -20px 0;
	padding: 0 5px;
	background: #f8f8f8;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	color: #c49758;
}
}
 






/* MISC CODE */

.fa, .far, .fas, .fab {
	font-family: "Font Awesome 5 Free";
	color: #c49758;
}

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;
	text-decoration: none;
	color: #c49758;
}

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

b, bold {
	color: #9d7f62;
}

strong {
	color: #c49758;
}

i, italic {
	color: #c49758;
}

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

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

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

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

.side li { 
	padding: 15px;
	margin: 5px;
	background: #eeeeee;
	list-style: none;
}

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

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

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

a.post-edit-link:hover{
	display: inline-block;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #c49758;
}

.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: 360px; 
}

.side { 
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px 10px 40px  10px;
	background: #f8f8f8;
	text-align: justify;
}

.side .title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: "Bodoni Moda", serif;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.sideb {
	display: inline-block;
	padding: 10px;
	background: #9d7f62;
	line-height: 15px;
}

.side .border {
	margin-top: -13px;
	border-bottom: 2px solid #9d7f62;
}

.side 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;
	text-decoration: none;
	color: #c49758;
}

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

.side b, bold {
	color: #9d7f62;
}

.side strong {
	color: #c49758;
}

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

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

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






/* SIDE IMAGES */

.side img,
.side img 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: 2px;
	border: solid 1px #ccc;
	max-width: 80px;
	padding: 5px 5px;
}

.side img:hover,
.side img a:hover { 
	margin: 2px;
	border: solid 1px #9d7f62;
	padding: 5px 5px;
}






/* PROJECTS */

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

.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: #9d7f62;
	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: #c49758;
	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;
	color: #535150;
}

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: #535150;
}

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






/* SUBMIT */

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

.searchform input{
	border: 0 none;
	padding: 8px 20px;
	background: #c49758;
	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: #9d7f62;
	color: #fff;
}

::-moz-selection {
	background: #9d7f62;
	color: #fff;
}






/* DROPDOWN */

select {
	margin-top: 10px;
	border: solid 1px #c49758;
	width: 220px;
	padding: 4px;
	background: #c49758;
	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: #c49758;
	text-transform: uppercase;
	color: #fafafa; 
}






/* FOOTER */

#footer {
	clear: both; 
	width: 100%; 
	font-size: 12px; 
	line-height: 20px;
	font-weight: normal; 
	letter-spacing: 1px;
	text-decoration: none; 
}

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

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

#footer .inner {
	margin: 0 auto;
	padding: 10px;
	background: #1a1a1a;
	text-align: justify;
}

#footer .credit {
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #fff;
}

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






/* 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: 11px; 
	height: 5px;	
	background: #c49758; 
}

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






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

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: #c49758;
}

.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: #c49758;
}

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






/* PAGINATION */

.pagination {
	margin: 0 0 80px 0;
	font-size: 11px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	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.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 2px;	
	border: solid 1px #e2e2e2;
	padding: 15px;
	background-color: #f6f5f4;
	text-decoration: none;
	color: #535150;
}

.pagination span.current {
	background-color: #c49758;
	color: #fff;
}

.pagination a:hover {
	background-color: #9d7f62;
	color: #fff;
}

.pagination span.current {
	cursor: default;
}