/*
Theme Name: GD_KitSep
Theme URI: /
Description: Theme designed & coded exclusively for Kitharington.org
Version: 1.0
Author: Gratrix Designs
*/





/* FONTS */

@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');
}

@font-face {
    font-family: 'big_johnregular';
    src: url('fonts/big_john-webfont.eot');
    src: url('fonts/big_john-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_john-webfont.woff2') format('woff2'),
         url('fonts/big_john-webfont.woff') format('woff'),
         url('fonts/big_john-webfont.ttf') format('truetype'),
         url('fonts/big_john-webfont.svg#big_johnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* NAVIGATION */

#navigation .svg-inline--fa {
	color: #181818;
}

#navigation {
    background: #219c7b;
    margin: 0 150px 0 150px;
}

navi a {
	font-family: 'big_johnregular';
	font-size: 10px;
	color: #fff;
	letter-spacing: 4px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
}

navi a:hover,
navi a:focus {
	outline: none;
	color: #fff;
}

/* Effect 1: Brackets */
.nav_effect1 a::before,
.nav_effect1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.nav_effect1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.nav_effect1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.nav_effect1 a:hover::before,
.nav_effect1 a:hover::after,
.nav_effect1 a:focus::before,
.nav_effect1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	color: #fff;
}

a.menu-link {
	color: #fff!important; 
  	float: right;
	display: block;
	padding: 10px 0px; 
}

nav[role=navigation] {
	clear: both;
	-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; 
}

.js nav[role=navigation] { 
	overflow: hidden;
	 max-height: 0; 
}

nav[role=navigation].active { 
	max-height: 400em; 
}

nav[role=navigation] ul { 
	margin: 0; padding: 0; 
}

nav[role=navigation] li { 
	padding: 0px 5px; 
}

nav[role=navigation] li a { 
	font-family: 'big_johnregular';
	color: #fff; 
	font-size: 10px; 
	display: block; 
	margin: 10px 0px 10px 0px;
}





/* HEADER & BODY */

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

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

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #575757;
	font-family: 'Roboto Mono', monospace;
	font-size: 12px;
	background-color: #FFF;
	line-height: 20px;
}

body, html { 
	text-rendering: optimizeLegibility !important; 
	-webkit-font-smoothing: antialiased !important; 
}




/* WRAPPER/CONTAINER */

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

#container {
	overflow:hidden;
	background:URL("") top center repeat;
	padding:0px;
	margin: 0 auto;
	width:1080px; 
}




/* SIDEBAR */

#side {
	margin-top:0;
	margin-left:10px;
	float:right;
	width:350px; 
	padding: 10px;
}

.side { 
	margin-bottom: 60px;
	margin-top: 0;
	padding: 15px 10px;
	border-left: solid 0.1em #e1e1e1;
}

.side .title {	
	font-family: 'big_johnregular';
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.sideb {
	color: #282828;
	box-shadow: inset 0 -8px 0 #219c7b;
	text-shadow: 1px 1px #FFF;
}

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

.side a { 
	color:#ad8668; 
}

.side a:hover { 
	color:#219c7b; 
}

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

.side li { 
	padding:5px; 
	list-style:none; 
}

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

.side .svg-inline--fa { 
	color: #219c7b;
}




/* SIDE IMAGE */

.side img { 
	max-width: 315px;
}

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

.side img:hover {
	opacity: 1;
	border: 1px solid #219c7b;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}





/* POSTS */

#entry { 
	margin-right:0px;
	margin-top:0px;
	width:700px;
	float:left; 
}

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

.post_title a { 
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	display: block;
	position: relative;
	z-index: 20;
	font-family: 'big_johnregular';
	line-height: 30px;
	color: #535150;
	text-transform: uppercase;
}

.odd .post_title a { 
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: left;
	display: block;
	position: relative;
	z-index: 20;
	font-family: 'big_johnregular';
	line-height: 30px;
	color: #282828;
	text-transform: uppercase;
}

.odd .post_title a:hover{ 
	color: #ad8668;
}

.odd .post_title:after {
	content: '';
	position: relative;
	display: block;
	background-color: #219c7b;
	width: 12%;
	height: 4px;
	border: none;
	left: 0;
	margin: 10px 0 0 0;
}

.even .post_title a { 
	background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
    display: block;
    position: relative;
    z-index: 20;
    font-family: 'big_johnregular';
    line-height: 30px;
    color: #282828;
    text-transform: uppercase;
}

.even .post_title a:hover{ 
	color: #219c7b;
}

.even .post_title:after {
    content: '';
    position: relative;
    display: block;
    background-color: #ad8668;
    width: 12%;
    height: 4px;
    border: none;
    left: 0;
    margin: 10px 0 0 0;
}

.meta {
	font-family: 'Cuprum', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	display: block;
	line-height: 100%;
	background-color: transparent;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 0.10em;
	position: relative;
}

.meta span {
	background-color: #FFF;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.odd .meta a {
	color: #219c7b;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.odd .meta a:hover {
	color: #ad8668;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.odd .svg-inline--fa {
	color: #ad8668;
}

.even .meta a {
	color: #ad8668;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.even .meta a:hover {
	color: #219c7b;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.even .svg-inline--fa {
	color: #219c7b;
}

.post i { 
	color: #ad8668; 
	padding-right: 4px; 
}

.odd .post_bg { 
	width:100%; 
	height:60px; 
	background:URL("images/odd_post_bg.png") 
	top center no-repeat;
	margin-top: 60px;
}

.even .post_bg { 
	width:100%; 
	height:60px; 
	background:URL("images/even_post_bg.png") 
	top center no-repeat;
	margin-top: 60px;
}





/* FEATURED IMAGE */

.featured {
	margin-left: -3px;
	border:0px solid #FFF!important; 
}

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





/* POST IMAGES */

.post img { 
	max-width: 90%;
}

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

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




/* LATEST IMAGES */

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

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

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




/* GALLERY LINK */

.gal-links a {
	color: #FFF;
	text-decoration: none;
	background-color: #ad8668;
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

.gal-links a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #219c7b;
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}




/* PROJECTS */

.proj10 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 20;
}

.projbg {
	width: 84%;
	margin: -34px auto 0 auto;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	background-color: #f8f8f8;
	display: block;
	position: relative;
	z-index: 25;
}

.projttl {
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	display: block;
}

.projttl span {
	background: #219c7b;
	display: inline;
	position: relative;
}

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

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

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

.proj10 img {
	width: 100%;
	border: none;
	display: inline-block;
	position: relative;
	z-index: 20;
}

.proj10 img:hover {
	width: 100%;
	border: none;
	display: inline-block;
	position: relative;
	z-index: 20;
}




/* HEADER TAGS */

.post h1 { 
	font-size: 20px;
	font-weight: 900;
	color: #219c7b;
	text-transform: uppercase;
	padding-bottom: 2px; 
}

.post h2 { 
	font-size: 18px;
	font-weight: 900;
	color: #ad8668;
	padding-bottom: 2px; 
}

.post h3 { 
	font-size: 15px;
	font-weight: 900;
	color: #363636;
	padding-bottom: 2px; 
}




/* POST BLOCKQUOTE */

.post blockquote {
	font-size: 11px;
	color: #535150;
	padding: 10px;
	letter-spacing: 0.10em;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: solid 0.1em #219c7b;
	border-top-color: #ad8668;
	border-bottom-color: #ad8668;
} 

.post blockquote::first-letter {
	float: left;
	font-size: 50px;
	color: #219c7b;
	font-weight: 400;
	padding: 15px 5px!important;
	margin-bottom: 5px!important;
	margin-right: 5px!important;
}




/* SIDE BLOCKQUOTE */

.side blockquote {
	font-size: 11px;
	color: #535150;
	padding: 10px;
	letter-spacing: 0.10em;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: solid 0.1em #ad8668;
	border-top-color: #219c7b;
	border-bottom-color: #ad8668;
} 

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





/* MISC TEXT */

a {
	color: #ad8668;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

a:hover {
	color: #219c7b; 
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

b { 
	color:#219c7b; 
}

strong { 
	color:#ad8668; 
}

i { 
	color:#535150; 
}

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

u { 
	color:#219c7b; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px solid #ad8668; 
	letter-spacing:0px; 
}

.svg-inline--fa {
    color: #219c7b;
}




/* SUBMIT */

.searchform input { 
	padding:5px;
	border:0px; 
	width:120px; 
	color:#ad8668; 
}

textarea,select {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	color: #219c7b;
}

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 #219c7b;
	background: #219c7b;
}

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




/* HIDDEN POST CONTENT */

.hidcon {
    padding: 10px 20px;
    border: 1px solid #219c7b;
    color: #ad8668;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
}

.hidcon:hover {
    padding: 10px 20px;
    border: 1px solid #ad8668;
    color: #219c7b;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
}




/* IMAGE/TEXT ALIGN */

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

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

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

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

.alignright { 
	float: right; 
	margin: 5px 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 a { 
	font-size: 13px;
	color:#fafafa;
	background:#219c7b; 
	padding:6px 10px; 
	margin:10px 0px; 
}

.breadcrumb a:hover { 
	color:#fafafa;
	background:#ad8668; 
	padding:6px 10px; 
	margin:10px 0px; 
}




/* HIGHLIGHT */

::selection {
	background: #219c7b;
	color: #ffffff;
}

::-moz-selection {
	background: #219c7b;
	color: #ffffff;
}





/* TOOL TIP */

#qTip { 
	padding:6px;
	display: none;
	color: #fafafa; 
	border: 0px solid #fafafa;
	position: absolute;
	text-transform: uppercase;
	background-color:#219c7b;
	z-index: 1000;
	font-family: 'Roboto Mono', monospace;
	font-size:11px;
}




/* TOP AFFIE DROPDOWN */

select{
	padding:4px;
	margin-top:10px;
	width:220px;
	background:#219c7b;
	border:solid 1px #ad8668;
	font-family: 'Roboto Mono', monospace;
	color:#fafafa;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
}




/* FOOTER */

#footer i {
    color: #ad8668;
}

#footer { 
	max-width: 100%;
	color: #ad8668;
	font-size: 18px;
	background-color: #030303;
	padding: 8px;
	margin: 0 150px 0 150px;
}

#footer a {	
	font-family: 'big_johnregular';
	font-size: 11px;	
	color: #FFF;
	letter-spacing: 0.25em;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}





/* SCROLLBAR */

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

/* Let's get this party started */
::-webkit-scrollbar { 
	width: 11px; 
	height: 5px;	
	border-width: 2px 5px; 
	border-style: solid;	
	border-color: #FFF; 
	background: #ad8668; 
}

/* Handle */
::-webkit-scrollbar-thumb {	
	height: 10px; 
	border: 4px solid #FFF; 
	background: #219c7b; 
}





/* COMMENTS */

.comments {
	background: #FFF;
	padding: 10px;
	color: #535150;
}

.comments li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
}

.comments-avatar { 
	float: left;
	background-color: transparent;
	padding: 5px;
	margin: 0 5px 0 0;
}

.comments img {
	opacity: 1;
	padding: 6px;
	border: 1px solid #83ccef;
	margin: 6px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.comments img:hover {
	opacity: 1;
	border: 1px solid #c2e275;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.comments-author, .comments-link { 
	font-size: 22px;
	color: #83ccef;
	font-family: 'Roboto Mono', monospace;
}

.comments-date { 
	font-size: 14px;
	color:#9fb6c7; 
}

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




/* PAGINATION */

.pagination {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
}

.pagination .pages {
	background-color: #219c7b;
	color: #FFF;
	margin: 0 !important;
	padding: 2px 4px !important;
	display: inline-block;
	border: none !important;
}

.pagination .current, .pagination span, .pagination a {
	background-color: #FFF;
	color: #030303;
	margin: 0 !important;
	padding: 2px 4px !important;
	display: inline-block;
	border: none !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: #ad8668;
	color: #FFF;
}

.pagination a:hover {
	background-color: #ad8668;
	color: #FFF;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

/* TEXT AFF */

ul#afftextlink li {
    width: 100px;	
	background-color: transparent;
    font-family: big_johnregular, sans-serif;
    font-size: 9px; font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 140%;
	margin: 2px 2px; 
	padding: 10px 2px 10px 2px;
    display: inline-block;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
    list-style-type: none!important;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}

ul#afftextlink li:hover { 
	border-color: #107350; 
}

ul#afftextlink li a { 
	color: #107350; 
	font-weight: 700; 
}

ul#afftextlink li a:hover { 
	color: #b68668; 
	font-weight: 400; 
}

ul#afftextlink li strong { 
	color: #b68668; 
	font-weight: 400; 
	letter-spacing: 0.15em; 
	display: block; 
	-webkit-transition: all 0.7s ease-out; 
	-moz-transition: all 0.7s ease-out; 
	-o-transition: all 0.7s ease-out; 
}

ul#afftextlink li strong:hover { 
	color: #107350; 
	font-weight: 700; 
	letter-spacing: 0.15em; 
	display: block; 
	-webkit-transition: all 0.7s ease-out; 
	-moz-transition: all 0.7s ease-out; 
	-o-transition: all 0.7s ease-out; 
}