/*
Theme Name: GD_Hadley
Theme URI: https://hadley-robinson.com/
Description: Theme designed exclusively for hadley-robinson.com
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 {
	overflow: hidden;
	text-align: center;
	z-index: 6;
	background-image: linear-gradient(25deg, #b52d41 20%, #d04f60 100%);
	padding: 10px;
}

.nav a {
	display: inline-block;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 2px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 100%;
	font-family: Gidugu;
	font-weight: 400;
	font-style: normal;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	z-index: 9;
	background-color: #e06c7b;
}

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

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

}





/* HEADER & BODY */

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

body {
	margin: 0;
	background-color: #f8f8f8;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #575757;
}








/* WRAPPER/CONTAINER */

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

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






/* LATEST IMAGES */

.lititle {
	margin: 1% auto;
	display: block;
	text-align: center;
}

.lititle span {
	padding: 1px 10px 1px 10px;
	margin-bottom: 10px;
	color: #FFF;
	font-family: Gidugu;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	width: 1200px;
	display: inline-block;
	background: -webkit-linear-gradient(left, #d04f60, #b52d41, #b52d41, #d04f60);
	background: -o-linear-gradient(right, #d04f60, #b52d41, #b52d41, #d04f60);
	background: -moz-linear-gradient(right, #d04f60, #b52d41, #b52d41, #d04f60);
	background: linear-gradient(to right, #d04f60, #b52d41, #b52d41, #d04f60);
}

.latimg {
	margin: 0px auto 0!important; 
	padding: 0; 
	width: 1200px; 
	display:block; 
	overflow:hidden;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.latimg img {
	padding: 4px;
	border: 1px solid #b52d41;
	background-color: #fff;
	margin: 1px;
	transition: all 0.3s ease-out;
}

.latimg img:hover {
	border: 1px solid #d04f60;
	background: #d04f60;
}






/* POSTS */

#content {
    float: left;
    margin: 25px 0 0 0;
    width: 800px;
}

#content .post {
	padding:10px;
	margin-bottom:30px;
	background:#FFF;
}

.post_text {
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 20px;
	text-align:justify;
	color: #575757;
}

.post_title {
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-family: 'Elephant';
    font-size: 28px;
    text-align: left;
    margin-bottom: 0px;
}

#content .post_title a {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	color: #535150;
    line-height: 42px;
    text-decoration: none;
    border: none;
}

#content .post_title a:hover {
	color:#535150; 
}

.post-meta {
	padding: 1px 10px 1px 10px;
    margin-bottom: 10px;
    color: #FFF;
    background-color: #b52d41;
	font-family: Gidugu;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.post-meta2 {
	padding: 1px 10px 1px 10px;
    margin-bottom: 10px;
    color: #FFF;
    background-color: #d04f60;
	font-family: Gidugu;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.catsec {
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: #f8f8f8;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;	
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	position: relative;
	text-align: left;
}

.catsec hr {
	background-color: #b52d41;
	border: none;
	width: 98%; 
	height: 2px;
	position: absolute;
	top: 0; 
	right: 0;
	left: 0; 
	bottom: 0;
}

#content .cats { 
	display: inline-block; 
	position: relative; 
}

#content .cats a {
	padding: 4px;
	font-family: 'Cuprum', sans-serif;
	font-size: 11px;
	letter-spacing: 0.15em;
	color: #535150;
	text-transform: uppercase;
	font-weight: 700;
}

#content .cats a:hover {
	color: #d04f60;	
	text-decoration: none !important;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.cats .svg-inline--fa {
	color:#d04f60;
}






/* FEATURED IMAGE */

.featured {
	margin: 0;
	border: 0px solid #FFF!important; 
	padding-top: 20px;
}

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






/* POST IMAGES */

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

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





/* PROJECTS */

.proj5 {
	width: 100%;
	margin: 0 auto 10px auto;
	position: relative;
	z-index: 20;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.proj5 .proj_img {
	opacity: 1;
	transition: all 0.3s ease-out;
	border: 0;
	border-image: initial;
	padding: 0;
}

.proj5 .proj_img:hover { 
	opacity: 0.8;
	transition: all 0.3s ease-out;
	border: 0;
	border-image: initial;
}

.projtitle {
	margin-top: -20px;
	position: relative;
	padding: 1% 2%;
	color: #FFF;
	font-family: 'Elephant';
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 30;
	background: -webkit-linear-gradient(left, #d04f60, #b52d41);
	background: -o-linear-gradient(right, #d04f60, #b52d41);
	background: -moz-linear-gradient(right, #d04f60, #b52d41);
	background: linear-gradient(to right, #d04f60, #b52d41);
	-ms-transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
	transform: skewY(-2deg);
}

.projtitle span { 
	position: relative; 
	z-index: 35; 
}

.projinfo {
	width: 90%;
	margin: -8px auto 0 auto;
	padding: 5% 4%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #e1e1e1;
}

.projlink {
	width: 100%;
	line-height: 100%;
	text-align: center;
	background-color: transparent;
	color: #FFF;
	font-family: Gidugu;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: -12px auto 0 auto;
	display: table;
	position: relative;
	z-index: 25;
}

.projlink span {
	margin: 0 auto;
	background-color: #b52d41;
	color: #FFF;
	padding: 2% 1%;
	display: inline-block;
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.projlink a {
	background-color: transparent;
	color: #FFF !important;
	margin: 0 20px;
	line-height: 100%;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.projlink a:hover {
	background-color: transparent;
	color: #FFF !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}






/* HEADER TAGS */

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

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

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

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;
    border: 1px solid #b52d41;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d04f60;
}

.more-link:hover {
    display: inline-block;
    border: 1px solid #d04f60;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b52d41;
}






/* GALLERY LINK */

.gal-links {
	margin: 10px auto; 
	padding: 40px 20px 40px 100px;
	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: #d04f60;
}

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

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

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






/* BLOCKQUOTE */

blockquote  {
	color: #535150;
	width: 90%;
	max-width: 100%;
	font-style: italic;
	margin: 15px auto;
	padding: 4px 2%;
	background-color: transparent;
	position: relative;
	text-align: justify;
}

blockquote:before {
	content: '';
	position: absolute;
	background-color: #d04f60;
	width: 40%;
	height: 2px;
	top: 0;
	left: 0;
	margin: -2px auto 0 auto;
}

blockquote:after {
	content: '';
	position: absolute;
	background-color: #b52d41;
	width: 40%;
	height: 2px;
	bottom: 0;
	right: 0;
	margin: 0 auto -2px auto;
}

blockquote p { 
		margin: 6px 0 !important; 
}






/* MISC CODE */

.svg-inline--fa { 
	color: #e06c7b;
}

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

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

b, bold {
    color: #e06c7b;
}

strong {
    color: #b52d41;
}

i, italic {
    color: #d04f60;
}

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

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

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

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

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

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

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

a.post-edit-link{
    display: inline-block;
    margin: 10px 0 0 0;
    border: 1px solid #b52d41;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d04f60;
}

a.post-edit-link:hover{
    display: inline-block;
    border: 1px solid #d04f60;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b52d41;
}

#div {
	height: 2px;
	margin: 10px;
	background: #b52d41;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(133deg, rgba(248,248,248,1) 2%, rgba(220,102,81,1) 15%, rgba(184,56,72,1) 50%, rgba(220,102,81,1) 85%, rgba(248,248,248,1) 98%);
	background: -webkit-linear-gradient(133deg, rgba(248,248,248,1) 2%, rgba(220,102,81,1) 15%, rgba(184,56,72,1) 50%, rgba(220,102,81,1) 85%, rgba(248,248,248,1) 98%);
	background: linear-gradient(133deg, rgba(248,248,248,1) 2%, rgba(220,102,81,1) 15%, rgba(184,56,72,1) 50%, rgba(220,102,81,1) 85%, rgba(248,248,248,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.mejs-container *, .mejs-container .mejs-controls div {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif!important;
}

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






/* WELCOME */

#welcome {
    font-size: 12px;
    line-height: 25px;
    padding: 8%;
    display: block;
    text-align: justify;
    letter-spacing: 0.04em;
    border: 2px dashed #e06c7b;
}






/* SIDEBAR */

#side {
	float: right;
	margin-top: 15px;
	margin-left: 0px;
	width: 365px;
}

.side { 
	margin-bottom: 80px;
	margin-top: 20px;
	padding: 20px 10px;
	border-top: solid 1px #d04f60;
	border-right: solid 1px #b52d41;
	border-left: solid 1px #b52d41;
	border-bottom: solid 1px #d04f60;
	background: #f4f4f4;
}

.side .title {
	font-family: Gidugu;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    margin-top: -28px;
    text-align: right;
}

.sideb {
	line-height: 15px;
	padding: 1px 10px 1px 10px;
	color: #FFF;
	background: #d04f60;
}

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






/* SIDE IMAGES */

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

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






/* SUBMIT */

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

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

::-moz-selection {
	background: #b52d41;
	color: #FFFFFF;
}






/* DROPDOWN */

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






/* FOOTER */

#footer { 
	color: #fff;
	clear: both;  
	text-decoration: none; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 20px;
	letter-spacing: 1px;
	background-image: linear-gradient(25deg, #b52d41 20%, #d04f60 100%);
	padding: 10px;
	text-transform: uppercase;
}

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

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

#footer .svg-inline--fa {
	color:#FFF;
}

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

#footer .credit {
	text-align: center;
	color: #FFF;
	font-family: 'Cuprum', sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	background: #e06c7b;
	padding: 2px;
}






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

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






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

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

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

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






/* PAGINATION */

.pagination {
	margin: 25px 0;
	font-size: 10px;
	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;	
	padding: 5px;
	text-decoration: none;
	color: #535150;
}

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

.pagination span.current {
	cursor: default;
	color: #fff;
}