/*
Theme Name: GD_MCMay
Theme URI: https://martinclunesfan.uk
Description: Theme designed exclusively for martinclunesfan.uk
Version: 1.0
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;
	margin: 10px 20px;
	padding: 8px 20px;
	font-size: 15px;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	color: #101010;
}

.nav a:hover {
	color: #ecb410;
}

.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;
	right: 0;
	top: 0;
}
	
.nav.responsive a {
	float: none;
	display: block;
	text-align: center;
}

}





/* 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: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #575757;
}






/* WRAPPER/CONTAINER */

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

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






/* LATEST IMG */

#welcome_latest {
	position: relative;
	display: table;
	overflow-x: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	width: 1200px;
	padding: 5px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
}

#latimg img {
	max-width: 100px;
	height: auto;
}

#latimg img,
#latimg img a {
	transition: all 0.3s ease-out;
	margin: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 5px;
}

#latimg img:hover,
#latimg img a:hover {
	transition: all 0.3s ease-out;
	border: 1px solid #797920;
	border-image: initial;
}






/* 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: 18px;
	text-align: justify;
	letter-spacing: 0.1em;
}

.lititle {
	display: block;
	margin: 5px;
	text-align: center;
}

.lititle span {
	display: inline-block;
	width: 1280px;
	background: -webkit-linear-gradient(left, #ecb410, #797920);
	background: -o-linear-gradient(right, #ecb410, #797920);
	background: -moz-linear-gradient(right, #ecb410, #797920);
	background: linear-gradient(to right, #ecb410, #797920);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.4em;
	color: #fff;
}

#welcome b {
	color: #797920; 
}

#welcome strong {
	color: #ecb410;
}

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

#welcome italic {
	color: #797920;
}

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






/* POSTS */

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

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

.post_text {
	margin-bottom: 40px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background: #f0f0f0;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	text-align: justify;
	color: #575757;
}

.post_title {
	position: relative;
	z-index: 30;
	margin: 8px auto;
	padding: 10px;	
	font-size: 38px;
	line-height: 40px;
	font-family: 'Bebas Neue', cursive;
	text-align: center;
	text-transform: uppercase;
}

.post_title a { 
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	font-weight: 400;
	color: #101010;	
}

.odd .post_title a:hover { 
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	text-decoration: underline;
	color: #797920; 
}

.even .post_title a:hover { 
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	text-decoration: underline;
	color: #ecb410; 
}







/* DATE/CATS */

.date {
	position: relative;
	display: block;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	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;
	border-top: 1px dashed #b1b1b1;
	border-bottom: 1px dashed #b1b1b1;
	width: 94%;
	padding: 20px;
	background-color: transparent;
	font-size: 12px;
	line-height: 100%;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: #101010;
}

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

.post-cats a {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	font-weight: 400;
	color: inherit;
}

.post-cats a:hover {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	text-decoration: none;
	color: #ecb410;
}

.odd .fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	color: #ecb410;	
}

.even .fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	color: #797920;	
}

#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;
	border-radius: 10px 0;
	width: 100%;
	max-width: 820px;
	height: 320px;
	padding: 0px!important;
}

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






/* POST IMAGES */

#content img,
#content img a {
	transition: all 0.3s ease-out;
	margin: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 5px;
}

#content img:hover,
#content img a:hover {
	transition: all 0.3s ease-out;
	border: 1px solid #797920;
	border-image: initial;
}






/* HEADER TAGS */

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

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

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;
	border: 1px solid #797920;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #797920;
}

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






/* GALLERY LINK */

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

.gal-links a{
	font-size: 14px;
	line-height: 16px;
	color: #ecb410;
}

.gal-links a: link{
	font-size: 14px;
	line-height: 16px;
	color: #ecb410;
}

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

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






/* BLOCKQUOTE */

.odd blockquote {
	position: relative;
	margin: 0.25em 0;
	border-left: 3px dashed #797920;
	width: 90%;
	padding: 0.25em 40px;
	background: #f4f4f4;
	font-size: 13px;
	line-height: 1.45;
	font-style: italic;
	color: #575757;
}

.even blockquote {
	position: relative;
	margin: 0.25em 0;
	border-left: 3px dashed #ecb410;
	width: 90%;
	padding: 0.25em 40px;
	background: #f4f4f4;
	font-size: 13px;
	line-height: 1.45;
	font-style: italic;
	color: #575757;
}






/* MISC CODE */

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	color: #797920;	
}

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

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

b, bold {
    color: #797920;
}

strong {
    color: #ecb410;
}

i, italic {
    color: #797920;
}

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

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

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

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

.side li { 
	border-bottom: 1px solid #fff;
	padding: 10px;
	background: #f2f2f2;
	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;
	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 #797920;
	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: 380px; 
}

.side {
	margin-top: 32px; 
	margin-bottom: 80px;
	border: solid 1px #ecb410;
	padding: 20px 10px;
	text-align: justify;
}

.side .title {
	font-family: 'Bebas Neue', cursive;
	font-size: 14px;
    	font-weight: 400;
	color: #2d2d2d;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 20px;
	text-align: center;
	padding: 30px;
      background: url(images/sidetitle.png) no-repeat center;
	letter-spacing: 0.15em;
}

.sideb{
	padding: 4px;
	background: #fff;
}

.side .border {
	margin-top: -12px;
	border-bottom: 2px solid #797920;
}

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

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

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

.side strong {
	color: #ecb410;
}

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

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

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






/* SIDE IMAGES */

.side img {
	max-width: 85%;
}

.side img,
.side img a {
	opacity: 1;
	transition: all 0.3s ease-out;
	margin: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 5px;
}

.side img:hover,
.side img a:hover { 
	opacity: 0.8;
	transition: all 0.3s ease-out;
	border: 1px solid #797920;
	border-image: initial;
}






/* PROJECTS */

.proj img {
	border: none;
	margin: 0;
	padding: 0;
}

.proj img:hover {
	border: none;
}

.proj e, em {
	display: inline-block;
	padding: 5px;
	background: #797920;
	line-height: 100%;
	font-style: normal;
	color: #fff;	
}

.proj b, bold {
    color: #575757;
}

.projlnk {
	position: relative;
	display: block;
	z-index: 25;
	margin: 8px auto 0 auto;
	border-top: 1px dashed #b1b1b1;
	padding: 0;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.15em;
}

.projlnk a {
	display: inline;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	font-weight: 700;
	text-decoration: none;
	color: #797920;
}

.projlnk a:hover {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	text-decoration: none !important;
}







/* SUBMIT */

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

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

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






/* DROPDOWN */

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






/* FOOTER */

#footer {
	clear: both; 
	width: 100%;  
	text-align: center;
}

#footer a {
	font-weight: 400;
	text-decoration: none;
	color: #797920;
}

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

#footer .inner {
	overflow: hidden; 
	margin: 0 auto; 
	max-width: 1600px;
	text-align: justify;
}

#footer .credit {
	padding-bottom: 5px;
	font-size: 13px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	color: #101010;
}

#footerbanner {
    content: '';
    position: relative;
    z-index: 15;
    display: block;
    margin: 15px auto 5px auto;
    border: none;
    width: 100%;
    height: 20px;
    background-image: url("images/header.png");
    background-position: center 70%;
    background-repeat: no-repeat;
}








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

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






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

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

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

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






/* PAGINATION */

.pagination {
	margin: 45px 0;
	font-family: 'Bebas Neue', cursive;
	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.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;	
	margin: 0 2px;	
	border: solid 1px #f0f0f0;
	padding: 10px;
	background-color: #fff;
	font-weight: 400;
	text-decoration: none;
	color: #101010;
}

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

.pagination span.current {
	cursor: default;
}