/*
Theme Name: GD_DevonMay
Theme URI: https://devonsawa.mydreamdimension.com/
Description: Theme designed exclusively for devonsawa.mydreamdimension.com/
Version: May 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 {
	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: 15px;
	padding: 14px 16px;
	font-size: 12px;
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: #101010;
}

.nav a:hover {
	color: #6e5e38;
}

.nav .icon {
	display: none;
}


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

.nav a.icon {
	float: right;
	display: block;
	width: 40px;
  }
}

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

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

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






/* WRAPPER/CONTAINER */

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

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






/* LATEST IMAGES */

#welcomebanner {
	margin: 0 auto 15px auto;
	width: 800px;
	height: 3px;
	background: #1a4d6d;
}

.latest-container {
	margin: 0 auto;
	max-width: 1200px;
}

.latest {
	margin: 15px 0;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 0.15em;
}

.latimg {
	margin-top: 10px;
}






/* POSTS */

#content {
	float: left;
	margin-top: 60px;
	width: 800px;
}

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

.post_text {
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 20px;
	background: #f8f8f8;
	font-size: 12px;
	line-height: 20px;
	font-family: "DM Serif Text", serif;
	text-align: justify;
	color: #454545;
}

.post-title a { 
	font-size: 16px;
	line-height: 30px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #fff;
}

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

.odd .post-title {
        position: relative;
	z-index: 20;
	display: block;
	margin-bottom: 5px;
	padding: 10px 10px;
	background-color: #1a4d6d;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

.even .post-title {
        position: relative;
	z-index: 20;
	display: block;
	margin-bottom: 5px;
	padding: 10px 10px;
	background-color: #6e5e38;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

.odd .post-title a { 
	font-size: 16px;
	line-height: 30px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
}

.even .post-title a { 
	font-size: 16px;
	line-height: 30px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;	
}










/* DATE/CATS */

#content hr {
	clear: both;
	border: 0;
	width: 200px;
	height: 2px;
	background: #101010;
}

#post-meta {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 94%;
	padding-bottom: 10px;
	background-color: transparent;
	font-size: 10px;
	line-height: 100%;
	font-family: "Oswald", sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

#post-meta span {
	position: relative;
	z-index: 25;
	display: inline-block;
	padding: 0 8px;
}

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

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

.odd #post-meta i, italic {
	color: #6e5e38;
}

.even #post-meta i, italic {
	color: #1a4d6d;
}

.post-cats {
	position: relative;
	display: block;
	margin-bottom: 120px;
	width: 80%;
	padding: 0;
	font-size: 10px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.50em;
}

.post-catsct a {
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-decoration: none;
	color: #101010;
}

.odd .post-catsct a:hover {
	background-size: 0 3px, 100% 3px;
	color: #1a4d6d;
}

.even .post-catsct a:hover {
	background-size: 0 3px, 100% 3px;
	color: #6e5e38;
}

.odd .post-cats:before {
	content: '';
	position: relative;
	display: block;
	margin: 10px auto;
	border: none;
	width: 100%;
	height: 2px;
	background-color: #1a4d6d;
}

.even .post-cats:before {
	content: '';
	position: relative;
	display: block;
	margin: 10px auto;
	border: none;
	width: 100%;
	height: 2px;
	background-color: #6e5e38;
}

#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: 800px;
	height: 320px;
	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;
	border: 1px solid transparent;
	border-image: linear-gradient(to right, #6e5e38, #1a4d6d) 2;
	padding: 10px;
}

#content img:hover,
#content img a:hover {
	border: 1px solid transparent;
	border-image: linear-gradient(to right, #1a4d6d, #6e5e38) 2;
	padding: 10px;
}







/* HEADER TAGS */

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

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

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

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

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

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







/* HIDDEN POST CONTENT */

.odd .more-link {
	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;
	padding: 0 10px;
	background-color: #6e5e38;
	font-size: 12px;
	font-family: "DM Serif Text", serif;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
    	color: #fff;
}

.odd .more-link:hover {
	padding: 0 10px;
	background-color: #1a4d6d;
	font-size: 12px;
	font-family: "DM Serif Text", serif;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
    	color: #fff;
}

.even .more-link {
	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;
	padding: 0 10px;
	background-color: #1a4d6d;
	font-size: 12px;
	font-family: "DM Serif Text", serif;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
    	color: #fff;
}

.even .more-link:hover {
	padding: 0 10px;
	background-color: #6e5e38;
	font-size: 12px;
	font-family: "DM Serif Text", serif;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
    	color: #fff;
}






/* GALLERY LINK */

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

.gal-links a {
	font-size: 12px;
	line-height: 16px;
	color: #1a4d6d;
}

.gal-links a: link {
	font-size: 12px;
	line-height: 16px;
	color: #1a4d6d;
}

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

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







/* POST BLOCKQUOTE */

#content blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border: solid 0.1em #1a4d6d;
	border-top-color: #6e5e38;
	border-bottom-color: #6e5e38;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #535150;
} 

#content blockquote::first-letter {
	float: left;
	margin-bottom: 5px!important;
	margin-right: 5px!important;
	padding: 15px 5px!important;
	font-size: 50px;
	font-weight: 400;
	color: #1a4d6d;
}




/* SIDE BLOCKQUOTE */

.side blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border: solid 0.1em #6e5e38;
	border-top-color: #1a4d6d;
	border-bottom-color: #1a4d6d;
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #535150;
} 

.side blockquote::first-letter {
	float: left;
	margin-bottom: 5px!important;
	padding: 0px 5px!important;
	font-size: 35px;
	font-weight: 400;
	color: #a3fa32;
}






/* MISC CODE */

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

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

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

b, bold {
	color: #6e5e38;
}

strong {
	color: #101010;
}

i, italic {
	color: #6e5e38;
}

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

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

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

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

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

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

.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-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.50em;
	color: #101010;
}

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

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

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






/* SIDEBAR */

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

.side {
	margin-bottom: 50px;
	padding: 0px 10px;
	text-align: justify;
}

.side .title {	
	margin-top: -20px;
	margin-bottom: 20px;
	background-color: #131313;
	font-size: 12px;
	line-height: 42px;
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #fff;
}

.sideb {
	position: relative;
	z-index: 20;
	display: table;
	margin: 0 auto;
	border-style: solid;
	border-color: #f8f8f8;
	width: 96%;
	padding: 0;
}

.side .border {
	margin-top: -20px;
	border-bottom: 2px solid #005365;
}

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

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







/* 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;
	border: 1px solid transparent;
	border-image: linear-gradient(to right, #6e5e38, #1a4d6d) 2;
	padding: 10px;
}

.side img:hover,
.side img a:hover {
	border: 1px solid transparent;
	border-image: linear-gradient(to right, #1a4d6d, #6e5e38) 2;
	padding: 10px;
}








/* PROJECTS */

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

.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: #1a4d6d;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.10em;
  	color: #fff;
}

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

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

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

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

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

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









/* SUBMIT */

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

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

::-moz-selection {
	background: #6e5e38;
	color: #fff;
}






/* DROPDOWN */

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







/* FOOTER */

#footer {
	position: relative;
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: center;
}

#footer #ftr_links {
	position: relative;
	z-index: 25;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 6px 5px 5px 5px;
	background: #1a4d6d;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: #fff;
}

#footer #ftr_links 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: #fff;
}

#footer #ftr_links a:hover {
	color: #fff;
}

#footer #ftr_links span { 
	margin: 0 1vw; 
}

.ftr_bkt {
	padding: 15px 20px;
}

.ftr_bdr {
	display: flex;
	margin: 20px;
	text-align: center;
}

.ftr_bdr::before, .ftr_bdr::after {
	content: "";
	flex: 1;
}

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








/* SCROLLBAR */

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

::-webkit-scrollbar-track {
	background-color: #fff;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #1a4d6d;
}






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

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

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

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

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

.reply {
	font-size: 12px;
	color: #404040;
}

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








/* PAGINATION */

.pagination {
	margin: 0 0 80px 0;
	font-size: 10px;
	font-family: "DM Serif Text", serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;	
	letter-spacing: 0.10em;
}

.pagination a {
	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 #d0d0d0;	
	padding: 10px;
	text-decoration: none;
	color: #454545;
}

.pagination span {
	position: relative;
	z-index: 25;	
	display: inline;	
	margin: 0 2px;
	border: solid 1px #d0d0d0;	
	padding: 10px;
	background-color: #404040;
	text-decoration: none;
	color: #fff;
}

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

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

.pagination span.current {
	cursor: default;
}