/*
Theme Name: GD_KitHWP v1
Theme URI: 
Description: Wordpress theme designed by Gratrix Designs for Kitharington.org
Version: 1.0
Author: Gratrix Designs
*/



/* HEADER & BODY */

#header { 
	width:100%; 
	height:420px; 
	background:URL("images/header.png") 
	top center no-repeat;
	margin-bottom: 0px;
}

#headerbanner { 
	width:100%; 
	height:100px; 
	background:URL("images/headerbanner.png") 
	top center no-repeat;
}

#footerbanner { 
	width:100%; 
	height:200px; 
	background:URL("images/footerbanner.png") 
	top center no-repeat;
}

body {
	margin: 0;
	color: #535150;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	background-color: #FFF;
	line-height: 20px;
	text-align:justify;
}




/* CONTAINER & WRAPPER*/

#container, .wrapper { 
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%; 
}

#container {
	overflow:hidden;
	padding:0px;
	margin-top: 20px;
	width:1080px; 
}




ul#navigation {
	list-style: none;
    padding: 0px 0px 10px 0px;
    text-align: center;
    border-bottom: #000 3px solid;
    max-width: 960px;
}

ul#navigation li {
	display: inline-block;
}

ul#navigation li a {
	color: #535150;
	font-size: 11px;
    	margin: 0px 10px;
    	letter-spacing: 1px;
    	text-transform: uppercase;
    	font-weight: 400;
	box-shadow: inset 0 -6px 0 #FFF;
}

ul#navigation li a:hover { 
	color: #535150; 
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	box-shadow: inset 0 -6px 0 #c0a271;
}

#navigation { 
	background: #FFF; 
}

#navigation a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 10pt;
	color: #535150;
	text-transform: uppercase;
	text-decoration: none;
}




/* 2 COLUMN BOX */

.bar {
	margin:10px auto 0!important; 
	padding:20px; 
	background:#FFF; 
	width:1080px; 
	display:block; 
	overflow:hidden; 
	border:1px solid #EBEBEB; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.bar img {
	opacity: 1;
	padding: 6px;
	background: #;
	border: 1px solid #D0D0D0; 
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.bar img:hover {
	opacity: 0.8;
	padding: 6px;
	background: #;
	border: 1px solid #c0a271;
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.bar .latest-imgs {
	width:40%; 
	display:block;
}

.bar .welcome {
	font-size: 13px;
	width:55%; 
	line-height: 22px;
	font-family: 'Quicksand', sans-serif;
}

.bar .welcome:first-letter {
	float: left; 
	line-height: 30px; 
	padding: 4px 8px 0 3px; 
	font-size:50px; 
	font-family: 'Quicksand', sans-serif;
	color: #295b74;
}

.bar b { 
	color:#295b74; 
}

.bar strong { 
	color:#c0a271; 
}

.bar i { 
	color:#c0a271; 
	font-weight: 400;
}

.bar em { 
	color:#FFF;
	background: #295b74; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

.bar u { 
	color:#295b74; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #295b74; 
	letter-spacing:0px; 
}


/* SIDEBAR */

#side { 
	margin-top: 6px;
	margin-left:10px;
	float:left;
	width:370px; 
}

.side { 
	margin-top: 20px;
    margin-bottom: 80px;
    padding: 30px 10px;
    border: solid 0.2em #c0a271;
    border-top-color: #FFF;
    border-bottom-color: #295b74;
	border-top-color: #295b74;
}

.side .title {
	color: #FFF;
	text-align: center;
    text-transform: uppercase;
    font-family: 'Playfair Display',serif;
    font-size: 14px;
	line-height: 18px;
	padding: 0;
	display: block;
	position: relative;
	z-index: 25;
	margin-top: -40px;
	margin-bottom: 25px;
}

.side .sideb {
    display: inline-block;
    background-color: #295b74;
    padding: 0 15px;
}

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

.side a:hover { 
	color:#295b74; 
}

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

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

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

.side b { 
	color:#295b74; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
	font-weight: 900;
}

.side strong { 
	color:#c0a271;
	padding: 2px;
	display: inline-block;
	font-weight: 900;
}

.side i { 
	color:#295b74; 
}

.side em { 
	color:#FFF;
	background: #c0a271; 
	padding: 2px;
	display: inline-block;
}

.side u { 
	color:#535150; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #c0a271; 
	letter-spacing:0px; 
}




/* SIDE BLOCKQUOTE */

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

.side blockquote::first-letter {
	float: left;
	font-size: 50px;
	color: #295b74;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	padding: 15px 5px!important;
	margin-bottom: 5px!important;
	margin-right: 5px!important;
}

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

.side a img:hover {
	opacity: 1;
	padding: 2px;
	background: #;
	border: 1px solid #c0a271; 
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}




.side .proj4 {
	line-height: 20px;
	text-align: justify;
	padding: 15px;
	background-color: #f7f6f6;
	margin-bottom: 30px;
	font-size: 12px;
}

span.proj4title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #c0a271;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 2px;
}
span.proj4subtitle {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 12px;
	color: #c0a271; 
	border-bottom: 1px solid #295b74;
	letter-spacing: 1px;
	font-weight: 600;
}
.proj4links {
	text-align: center;
	font-family: 'Gidugu', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	margin-top: 7px;
	margin-bottom: 15px;
}
.proj4 a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	margin-right: 10px;
	padding: 3px 3px 5px 3px;
	border-bottom: 2px solid #c0a271; 
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: #295b74;
}

.proj4 a:hover {
	color: #FFF;
	cursor:help;
	border-bottom: 2px solid #295b74;
	padding: 3px 3px 20px 3px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: #c0a271;
}

.proj4 img { 
	max-width: 300px;
}





/* POSTS */

#entry {
	float:left;
	width:700px;
	background:transparent;
}

.post { 
	padding:6px; 
	margin-bottom:40px; 
	background: #f5f5f5;
}

.post .title a { 
	font-size: 26px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -2px;
    line-height: 40px;
    color: #454545;
    text-decoration: none;
    font-style: italic;
    text-transform: uppercase;
}

.post .title a:hover { 
	color:#454545; 
	padding-bottom:2px; 
}

.date {
	color: #535150;
	border-top: 3px solid #535150;
    padding-top: 15px;
    border-bottom: 3px solid #535150;
    padding-bottom: 15px;
}

.day {
	font-size: 30px;
	font-family: 'Playfair Display', sans-serif;
}

.monthyr {
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

.metabox {
	display: block;
	background-color: #;
	color: #8c8c8c;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	height: 18px;
	line-height: 18px;
}

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



.post .meta{ 
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #535150;
	letter-spacing: 1px;
	text-transform: lowercase; 
}

.post .meta i { 
	color: #c0a271; 
	padding-right: 5px; 
}

.post .cat { 
}

.post .cat a { 
	padding: 3px 6px; 
	color: #535150; 
	text-transform: lowercase; 
	font-size: 9px; 
	font-weight: 700; 
	letter-spacing: 1px; 
}

.post .cat a:hover {
	padding: 3px 6px; 
	color: #535150; 
	text-transform: lowercase; 
	font-size: 9px; 
	font-weight: 700; 
	letter-spacing: 1px;  
}


#div {
    height: 1px;
    margin: 10px;
    background-color: #e1e1e1;
}

.post i { 
	color:#c0a271; 
}

.post em { 
	color:#FFF;
	background: #c0a271; 
	padding: 2px;
}

.post u { 
	color:#535150; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #295b74; 
	letter-spacing:0px; 
}

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

.post a:hover { 
	color:#c0a271; 
}





/* POST BLOCKQUOTE */

.post blockquote {
	color: #535150;
	padding: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: solid 0.1em #c0a271;
    border-top-color: #295b74;
    border-bottom-color: #295b74;
} 

.post blockquote::first-letter {
	float: left;
	font-size: 50px;
	color: #c0a271;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	padding: 15px 5px!important;
	margin-bottom: 5px!important;
	margin-right: 5px!important;
}




/* POST IMAGES */

.post img, post a img {
	opacity: 1;
	padding: 2px;
	background: #;
	border: 1px solid #D0D0D0; 
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.post a img:hover {
	opacity: 0.8;
	padding: 2px;
	background: #;
	border: 1px solid #295b74;
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}




/* HEADER TAGS */

.post h1 { 
	font-size: 15px;
	font-weight: 900;
	color: #295b74;
	text-transform: uppercase;
	border-bottom: 2px solid #295b74;
	padding-bottom: 4px; 
}

.post h2 { 
	font-size: 14px;
	font-weight: 900;
	color: #c0a271;
	border-bottom: 2px solid #c0a271;
	padding-bottom: 4px; 
}

.post h3 { 
	font-size: 13px;
	font-weight: 900;
	color: #535150;
	border-bottom: 2px solid #535150;
	padding-bottom: 4px; 
}




/* GALLERY LINK */

.gal-links {
	margin: 30px 0px 10px 35px;
	padding-left: 20px;
}

.gal-links a {
	background: #c0a271;
	color: #FFF;
}

.gal-links a:hover {
	background: #295b74;
	color: #FFF;
}

.gal-links:before {
	font-family: FontAwesome;
	margin-top: -5px;
	margin-left: -40px;
	padding: 4px 8px;
	content: '\f030';
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background: #295b74;
}




/* FEATURED IMAGE */

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

.post .featured img { 
	width:700px;
	min-weight:700px;
	max-width:700px;
	height:auto;
	padding:0px!important;
	border:0px!important;
	margin:0px; 
}

.post .crop { 
	max-width:700px;
	max-height:320px;
	overflow: hidden; }

.post .crop img {  
	border-bottom-left-radius:0px;
	max-width:700px;
	max-height:320px;
	margin:-20px -50px 0px -6px; 
}




/* MISC TEXT */

.post b {  
	color:#FFF;
	background: #c0a271; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
	font-weight: 400;
}

.post strong { 
	color:#FFF;
	background: #295b74; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
	font-weight: 400;
}

.i { 
	color:#c0a271; 
}

.em { 
	color:#FFF;
	background: #c0a271; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

.u { 
	color:#535150; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #295b74; 
	letter-spacing:0px; 
}




/* SUBMIT */

.searchform input {
	padding: 6px;
	border: 0px;
	width: 115px;
	background: #F4F4F4;
	border: 1px solid #E7E7E7;
	color: #535150;
}

textarea,select {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #E7E7E7;
	background: #F4F4F4;
	color: #c0a271; 
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	transition: all .4s ease-in-out;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #c0a271; 
	background: #c0a271; 
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover {
	color: #FFF;
	border: 1px solid #295b74;
	background: #295b74;
}




/* HIDDEN POST CONTENT */

.hidcon { 
	margin: 20px 0px; 
}

.hidcon a { 
	color:#c0a271;
	font-weight: 900;
	text-transform:uppercase;
	font-size:11px; 
}

.hidcon a:hover { 
	color:#535150; 
	border-bottom: dotted 2px #c0a271;
}

.hidcon:first-letter {
	float: left;
	display: block;
	margin: 5px 5px 5px 0px;
	padding: 10px;
	font-weight: 400;
	color: #FFF;
	background: #c0a271;
	margin-top: -10px;
}


/* IMAGE/TEXT ALIGN */

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

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

img.aligncenter { 
	margin-top:8px; 
	margin-bottom:2px; 
	text-align: center; 
	display: block; 
}

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

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

.aligncenter { 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
}

.hidden { 
	display: none; 
}

.post .alignleft, .side .alignleft { 
	margin-right:10px; 
	float:left; 
}

.post .alignright, .side alignright { 
	margin-left:10px; 
	float:right; 
}
.post .aligncenter, .side aligncenter { 
	margin:0 auto; 
}




/* BREADCRUMB */

.breadcrumb {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
}

.breadcrumb a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 5px;
	color: #535150;
	border: solid 1px #c0a271;
	font-weight: 900;
	text-decoration: none; /* no underline */
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #535150;
	border: solid 1px #295b74;
	font-weight: 900;
}




/* HIGHLIGHT */

::selection {
	background: #c0a271;
	color: #FFF;
}

::-moz-selection {
	background: #c0a271;
	color: #FFF;
}




/* SHAREDADDY */

.sharedaddy {
        text-align:center;
}

.sharedaddy a.sd-button {
	background: #!important;
        color:#a1a1a1!important;
}

.sharedaddy ul li a.sd-button > span {
	background: #!important;
        color:#a1a1a1!important;
}

.sharedaddy li:nth-child(odd) { 
	background-color:#; 
}

.sharedaddy li:nth-child(even) { 
	background-color:#; 
}




/* TOOL TIP */

#qTip { 
	padding:6px;
	display: none;
	color: #FFF; 
	border: 0px solid #FFF;
	position: absolute;
	text-transform: uppercase;
	background-color:#295b74;
	z-index: 1000;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80; 
	font-size:11px;
}




/* TOP AFFIE DROPDOWN */

select{
	width:240px;
	background:#c0a271; 
	border:solid 1px #295b74;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
}



/* FOOTER */

#footer {
	clear: both; 
	width: 100%; 
	padding: 9px 0; 
	background: #;
	text-align: center;
}

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

#footer .inner {
	padding: 15px; 
	overflow: hidden; 
	margin: 0 auto; 
	max-width: 1000px;
}

#footer .credit {
	letter-spacing: 1px;
	text-transform: uppercase; 
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-size: 9px; 
	background-color: #295b74;
	line-height: 0.75em;
    padding: 2px;
    display: inline-block;
}




/* SCROLLBAR */

/* Let's get this party started */
	::-webkit-scrollbar {
   	width: 8px;
}
 
/* Track */
	::-webkit-scrollbar-track {
	background-color: #F4F4F4;
	border: 1px solid #F4F4F4;
	border-top: none;
	border-bottom: none;
}
 
/* Handle */
	::-webkit-scrollbar-thumb {
	background-color: #295b74;
	border: 1px solid #F4F4F4;
	border-top: none;
	border-bottom: none;
}

::-webkit-scrollbar-button{
	height: 0px !important;
}




/* PAGINATION */

div.pagination {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding:2px;
	margin:7px;
}

div.pagination a {
	margin: 2px;
	padding: 0.5em 0.64em 0.43em 0.64em;
	background-color: #295b74;
	text-decoration: none; /* no underline */
	color: #fafafa;
}

div.pagination a:hover, div.pagination a:active {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #c0a271; 
	color: #fafafa;
}

div.pagination span.current {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	color: #b1476f;
	box-shadow: 0 4px 0 #c0a271, 0 -4px 0 #295b74;
}

div.pagination span.disabled {
	display:none;
}




/* RESPONSIVE */

@media screen and (min-width: 980px) {
	a.menu-link { display: none; }
	.js nav[role=navigation] { max-height: none; }
	nav[role=navigation] ul { margin: 0; border: 0; }
	nav[role=navigation] li { display: inline-block; padding: 5px; }
	nav[role=navigation] li a { border: 0; } 
	}

@media screen and (max-width: 980px) { 
	body { padding: 20px; }
	#container { max-width: 100%; background: #; }
	#latestimg { display: none; }
	#header img {width:100%!important; height:auto!important; padding:0; border:0; -webkit-box-shadow:none;-moz-box-shadow:none; box-shadow:none;}
	.post { float: none; max-width: 100%; }
	.side { display: none; }
	#entry { float: none; width: 100%;}
	.post .featured img {display: none;}
	.bar { display: none; }
	.bar .welcome { display: none; }
	.post .title a { font-size: 24px;}
	#playerposition { display: none; }

	}