/*



Theme Name: KMID



Theme URI: http://kmid.co



Author: JSGD



Author URI: http://jsgd.com



Description: A custom WordPress theme for KMID Interior Design



Version: 1



*/











/**



 * Table of Contents:



 *



 * 1.0 - Reset



 * 2.0 - Repeatable Patterns



 * 3.0 - Basic Structure



 * 4.0 - Header



 *   4.1 - Site Header



 *   4.2 - Navigation



 * 5.0 - Content



 *   5.1 - Entry Header



 *   5.2 - Entry Meta



 *   5.3 - Entry Content



 *   5.4 - Galleries



 *   5.5 - Post Formats



 *   5.6 - Attachments



 *   5.7 - Post/Paging Navigation



 *   5.8 - Author Bio



 *   5.9 - Archives



 *   5.10 - Search Results/No posts



 *   5.11 - 404



 *   5.12 - Comments



 *   5.13 - Multisite



 * 6.0 - Sidebar



 *   6.1 - Widgets



 * 7.0 - Footer



 * 8.0 - Media Queries



 * 9.0 - Print



 * ----------------------------------------------------------------------------



 */











/**



 * 1.0 Reset



 *



 * Modified from Normalize.css to provide cross-browser consistency and a smart



 * default styling of HTML elements.



 *



 * @see http://git.io/normalize



 * ----------------------------------------------------------------------------



 */







* {



	-webkit-box-sizing: border-box;



	-moz-box-sizing:    border-box;



	box-sizing:         border-box;



}







article,



aside,



details,



figcaption,



figure,



footer,



header,



nav,



section,



summary {



	display: block;



}







audio,



canvas,



video {



	display: inline-block;



}







audio:not([controls]) {



	display: none;



	height: 0;



}







[hidden] {



	display: none;



}







html {



	font-size: 100%;



	overflow-y: scroll;



	-webkit-text-size-adjust: 100%;



	-ms-text-size-adjust: 100%;



}







html,



button,



input,



select,



textarea {



	font-family: "Source Sans Pro", Helvetica, sans-serif;



}







body {

    color: #364151;

    font-size: 14px;

    line-height: 1.5;

}







a {



	color: #ca3c08;



	text-decoration: none;



}







a:visited {



	color: #ac0404;



}







a:focus {



	outline: thin dotted;



}







a:active,



a:hover {



	color: #ea9629;



	outline: 0;



}







a:hover {



	text-decoration: none;



}







h1,


h3,



h4,



h5,



h6 {



	clear: both;



	font-family: "Josefin Sans",sans-serif;



	line-height: 1.1;



	text-transform:uppercase;



	font-weight:300;



}







h1 {



	font-size: 48px;



	margin: 33px 0;



}







h2 {
    color: #84c0b4;
    font-family: "georgia",serif;
    font-size: 22px;
    margin: 40px 0 10px;
    text-transform: uppercase;
	clear:both;
	font-weight:normal;
	line-height:1;
}







h3 {



	font-size: 24px;



	margin: 10px 0 0;



}







h4 {



	font-size: 20px;



	margin: 25px 0;



}







h5 {



	font-size: 18px;



	margin: 30px 0;



}







h6 {



	font-size: 16px;



	margin: 36px 0;



}







address {





	margin: 0 0 24px;



}







abbr[title] {



	border-bottom: 1px dotted;



}







b,



strong {



	font-weight: bold;



}







dfn {



	font-style: italic;



}







mark {



	background: #ff0;



	color: #000;



}







p {



	margin: 0 0 24px;



}







code,



kbd,



pre,



samp {



	font-family: monospace, serif;



	font-size: 14px;



	-webkit-hyphens: none;



	-moz-hyphens:    none;



	-ms-hyphens:     none;



	hyphens:         none;



}







pre {



	background: #f5f5f5;



	color: #666;



	font-family: monospace;



	font-size: 14px;



	margin: 20px 0;



	overflow: auto;



	padding: 20px;



	white-space: pre;



	white-space: pre-wrap;



	word-wrap: break-word;



}







blockquote,



q {



	-webkit-hyphens: none;



	-moz-hyphens:    none;



	-ms-hyphens:     none;



	hyphens:         none;



	quotes: none;



}









blockquote {
    color: #ec7a58;
    font-family: "georgia",serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    margin: 0 50px 30px;
    min-height: 190px;
    padding: 10px 18%;
	background:url("/images/kmid-blockquote.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	background-size:contain;
}

blockquote p { margin-bottom:15px; }





blockquote blockquote {



	margin-right: 0;



}







blockquote cite,



blockquote small {



	font-size: 14px;



	font-weight: normal;



	text-transform: uppercase;



}







blockquote em,



blockquote i {



	font-style: normal;



	font-weight: 300;



}







blockquote strong,



blockquote b {



	font-weight: 400;



}







small {



	font-size: smaller;



}







sub,



sup {



	font-size: 75%;



	line-height: 0;



	position: relative;



	vertical-align: baseline;



}







sup {



	top: -0.5em;



}







sub {



	bottom: -0.25em;



}







dl {



	margin: 0 20px;



}







dt {



	font-weight: bold;



}







dd {



	margin: 0 0 20px;



}







menu,



ol,



ul {



	margin: 0;



	padding: 0;



}







ul {



	list-style-type: none;



}







nav ul,



nav ol {



	list-style: none;



	list-style-image: none;



}







li > ul,



li > ol {



	margin: 0;



}







img {



	-ms-interpolation-mode: bicubic;



	border: 0;



	vertical-align: middle;



}







svg:not(:root) {



	overflow: hidden;



}







figure {



	margin: 0;



}







form {



	margin: 0;



}







fieldset {



	border: 1px solid #c0c0c0;



	margin: 0 2px;



	padding: 0.35em 0.625em 0.75em;



}







legend {



	border: 0;



	padding: 0;



	white-space: normal;



}







button,



input,



select,



textarea {



	font-size: 100%;



	margin: 0;



	max-width: 100%;



	vertical-align: baseline;



}







button,



input {



	line-height: normal;



}







button,



html input[type="button"],



input[type="reset"],



input[type="submit"] {



	-webkit-appearance: button;



	cursor: pointer;



}







button[disabled],



input[disabled] {



	cursor: default;



}







input[type="checkbox"],



input[type="radio"] {



	padding: 0;



}







input[type="search"] {



	-webkit-appearance: textfield;



	padding-right: 2px; /* Don't cut off the webkit search cancel button */



	width: 270px;



}







input[type="search"]::-webkit-search-decoration {



	-webkit-appearance: none;



}







button::-moz-focus-inner,



input::-moz-focus-inner {



	border: 0;



	padding: 0;



}







textarea {



	overflow: auto;



	vertical-align: top;



}







table {



	border-bottom: 1px solid #ededed;



	border-collapse: collapse;



	border-spacing: 0;



	font-size: 14px;



	line-height: 2;



	margin: 0 0 20px;



	width: 100%;



}







caption,



th,



td {



	font-weight: normal;



	text-align: left;



}







caption {



	font-size: 16px;



	margin: 20px 0;



}







th {



	font-weight: bold;



	text-transform: uppercase;



}







td {



	border-top: 1px solid #ededed;



	padding: 6px 10px 6px 0;



}







del {



	color: #333;



}







ins {



	background: #fff9c0;



	text-decoration: none;



}







hr {



	background: url(images/dotted-line.png) repeat center top;



	background-size: 4px 4px;



	border: 0;



	height: 1px;



	margin: 0 0 24px;



}











/**



 * 2.0 Repeatable Patterns



 * ----------------------------------------------------------------------------



 */







.genericon:before,



.menu-toggle:after,



.featured-post:before,



.date a:before,



.entry-meta .author a:before,



.format-audio .entry-content:before,



.comments-link a:before,



.tags-links a:first-child:before,



.categories-links a:first-child:before,



.edit-link a:before,



.attachment .entry-title:before,



.attachment-meta:before,



.attachment-meta a:before,



.comment-awaiting-moderation:before,



.comment-reply-link:before,



.comment-reply-login:before,



.comment-reply-title small a:before,



.bypostauthor > .comment-body .fn:before,



.error404 .page-title:before {



	-webkit-font-smoothing: antialiased;



	display: inline-block;



	font: normal 16px/1 Genericons;



	vertical-align: text-bottom;



}







/* Clearing floats */



.clear:after,



.attachment .entry-header:after,



.site-footer .widget-area:after,



.entry-content:after,



.page-content:after,



.navigation:after,



.nav-links:after,



.gallery:after,



.comment-form-author:after,



.comment-form-email:after,



.comment-form-url:after,



.comment-body:after {



	clear: both;



}







.clear:before,



.clear:after,



.attachment .entry-header:before,



.attachment .entry-header:after,



.site-footer .widget-area:before,



.site-footer .widget-area:after,



.entry-content:before,



.entry-content:after,



.page-content:before,



.page-content:after,



.navigation:before,



.navigation:after,



.nav-links:before,



.nav-links:after,



.gallery:before,



.gallery:after,



.comment-form-author:before,



.comment-form-author:after,



.comment-form-email:before,



.comment-form-email:after,



.comment-form-url:before,



.comment-form-url:after,



.comment-body:before,



.comment-body:after {



	content: "";



	display: table;



}







/* Assistive text */



.screen-reader-text {



	clip: rect(1px, 1px, 1px, 1px);



	position: absolute !important;



}







.screen-reader-text:focus {



	background-color: #f1f1f1;



	border-radius: 3px;



	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);



	clip: auto !important;



	color: #21759b;



	display: block;



	font-size: 14px;



	font-weight: bold;



	height: auto;



	line-height: normal;



	padding: 15px 23px 14px;



	position: absolute;



	left: 5px;



	top: 5px;



	text-decoration: none;



	width: auto;



	z-index: 100000; /* Above WP toolbar */



}







/* Form fields, general styles first. */



button,



input,



textarea {



	border: 0;



	font-family: inherit;



	padding: 6px;



}







input,



textarea {



	color: #141412;



}







input:focus,



textarea:focus {



	border: 0;

	background:#F7FCFB;


	outline: 0;



}







/* Buttons */



button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: none repeat scroll 0 0 #81c0b5;
    color: #fff;
    display: inline-block;
    font-family: "Josefin Sans",sans-serif;
    font-size: 16px;
    padding: 12px 24px 10px;
    text-decoration: none;
    text-transform: uppercase;
	transition:all ease 0.3s;
}







button:hover,



button:focus,



input[type="submit"]:hover,



input[type="button"]:hover,



input[type="reset"]:hover,



input[type="submit"]:focus,



input[type="button"]:focus,



input[type="reset"]:focus {



	background: #25816a;



}







button:active,



input[type="submit"]:active,



input[type="button"]:active,



input[type="reset"]:active {



	background: #d94412; /* Old browsers */



	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */



	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */



	border: none;



	border-top: 3px solid #b93207;



	padding: 10px 24px 11px;



}







.post-password-required input[type="submit"] {



	padding: 7px 24px 4px;



	vertical-align: bottom;



}







.post-password-required input[type="submit"]:active {



	padding: 5px 24px 6px;



}







/* Placeholder text color -- selectors need to be separate to work. */



::-webkit-input-placeholder {



	color: #7d7b6d;



}







:-moz-placeholder {



	color: #7d7b6d;



}







::-moz-placeholder {



	color: #7d7b6d;



}







:-ms-input-placeholder {



	color: #7d7b6d;



}







/*



 * Responsive images



 *



 * Fluid images for posts, comments, and widgets



 */



.entry-content img,



.entry-summary img,



.comment-content img,



.widget img,



.wp-caption {



	max-width: 100%;



}







/* Make sure images with WordPress-added height and width attributes are scaled correctly. */



.entry-content img,



.entry-summary img,



.comment-content img[height],



img[class*="align"],



img[class*="wp-image-"],



img[class*="attachment-"] {



	height: auto;



}







img.size-full,



img.size-large,



img.wp-post-image {



	height: auto;



	max-width: 100%;



}







/* Make sure videos and embeds fit their containers. */



embed,



iframe,



object,



video {



	max-width: 100%;



}









/* Images */



.alignleft {



	float: left;



}







.alignright {



	float: right;



}







.aligncenter {



	display: block;



	margin-left: auto;



	margin-right: auto;



}







img.alignleft {



	margin: 5px 20px 5px 0;



}







.wp-caption.alignleft {



	margin: 5px 10px 5px 0;



}







img.alignright {



	margin: 5px 0 5px 20px;



}







.wp-caption.alignright {



	margin: 5px 0 5px 10px;



}







img.aligncenter {



	margin: 5px auto;



}







img.alignnone {



	margin: 5px 0;



}







.wp-caption .wp-caption-text,



.entry-caption,






img.wp-smiley,



.rsswidget img {



	border: 0;



	border-radius: 0;



	box-shadow: none;



	margin-bottom: 0;



	margin-top: 0;



	padding: 0;



}







.wp-caption.alignleft + ul,



.wp-caption.alignleft + ol  {



	list-style-position: inside;



}











/**



 * 3.0 Basic Structure



 * ----------------------------------------------------------------------------



 */







.site {



	margin: 0 auto;



	width: 100%;



}







.site-main {



	position: relative;



	width: 100%;



}







.site-main .sidebar-container {



	/*height: 0;



	position: absolute;



	width: 100%;



	z-index: 1;*/



}







.site-main .sidebar-inner {



	margin: 0 auto;



}









/**



 * 5.0 Content



 * ----------------------------------------------------------------------------



 */




.page .hentry { text-align:left; padding:0; margin:0; }


.hentry {

	margin: 0;

	padding: 0;

	text-align:center;

}

.blog .hentry img, .single .hentry .img { margin-bottom:10px; }



.contained {

    max-width: 1040px;

    width: 100%;

    padding: 40px 40px 40px 50px;

}





.entry-header,



.entry-content,



.entry-summary,



.entry-meta {



	margin: 0 auto;



	width: 100%;



}







.sidebar .entry-header,



.sidebar .entry-content,



.sidebar .entry-summary,



.sidebar .entry-meta {



}



.textwidget, #footer { 

	font-size:12px;

}



.break {

	background:url('/images/kmid-separator.png') no-repeat top center;

	width:100%;

	height:12px;

	margin:40px 0;	

}

.blog .break, .category .break, .archive .break {margin:70px 0 100px;}



.squiggle {

	background:url('/images/kmid-flourish.png') no-repeat 0 0;

	width:51px;

	height:25px;

	margin-bottom:20px;

}







/**



 * 5.1 Entry Header



 * ----------------------------------------------------------------------------



 */







.sidebar .entry-header .entry-meta {



	padding: 0;



}







.entry-thumbnail img {



	display: block;



	margin: 0 auto 10px;



}







.entry-header {



	margin-bottom: 0;



}







.entry-title {



	font-weight: normal;



	margin: 0 0 5px;



}







.entry-title a {



	color: #141412;



}







.entry-title a:hover {



	color: #84c0b4;



}











/**



 * 5.2 Entry Meta



 * ----------------------------------------------------------------------------



 */







.entry-meta {



	clear: both;



	font-size: 14px;



}







.entry-meta a {



	color: #bc360a;



}







.entry-meta a:hover {



	color: #84c0b4;



}







.entry-meta > span {



	margin-right: 20px;



}







.entry-meta > span:last-child {



	margin-right: 0;



}







.featured-post:before {



	content: "\f308";



	margin-right: 2px;



}







.entry-meta .date a:before {




}







.comments-link a:before {




	margin-right: 2px;



	position: relative;



	top: -1px;



}







.entry-meta .author a:before {



	content: "\f304";



	position: relative;



	top: -1px;



}







.categories-links a:first-child:before {



	content: "\f301";



}







.tags-links a:first-child:before {



	content: "\f302";



	position: relative;



	top: -1px;



}







.edit-link a:before {



	content: "\f411";



	position: relative;



	top: -1px;



}















/**



 * 5.3 Entry Content



 * ----------------------------------------------------------------------------



 */







.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	background: url('http://kmid.co/wp-content/uploads/Kate.jpg') no-repeat bottom center;
	background-size: 30%;
	padding-bottom: 90px;

}

.page .entry-content { background:none; padding-bottom:0; }







.entry-content a,



.comment-content a {



	color: #384152;

	

	transition:color 0.3s ease;



}







.entry-content a:hover,



.comment-content a:hover {



	color: #86BFB4;



}





.entry-content blockquote cite,



.entry-content blockquote small {



	font-size: 16px;



}







.entry-content img.alignleft,



.entry-content .wp-caption.alignleft {



	margin-left: -60px;



}







.entry-content img.alignright,



.entry-content .wp-caption.alignright {



	margin-right: -60px;



}







footer.entry-meta {



	margin-top: 24px;



}







.format-standard footer.entry-meta {



	margin-top: 0;



}







/* Page links */



.page-links {



	clear: both;



	font-size: 16px;


	font-weight: normal;

	font-style:normal !important;

	line-height: 2.2;



	margin: 20px 0;



	text-transform: uppercase;



}







.page-links a,



.page-links > span {



	background: #fff;



	border: 1px solid #fff;



	padding: 5px 10px;



	text-decoration: none;



}









.page-links .page-links-title {



	background: transparent;



	border: none;



	margin-right: 20px;



	padding: 0;



}







/* Mediaelements */



.hentry .mejs-mediaelement,



.hentry .mejs-container .mejs-controls {



	background: #220e10;



}







.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,



.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {



	background: #fff;



}







.hentry .mejs-controls .mejs-time-rail .mejs-time-current {



	background: #ea9629;



}







.hentry .mejs-controls .mejs-time-rail .mejs-time-total,



.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {



	background: #595959;



}







.hentry .mejs-controls .mejs-time-rail span,



.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,



.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {



	border-radius: 0;



}











/**



 * 5.7 Post/Paging Navigation



 * ----------------------------------------------------------------------------



 */







.navigation .nav-previous {



	float: left;



}







.navigation .nav-next {



	float: right;



}







.navigation a {
	color: #84c0b4;
}


.navigation a:hover {
	color: #364155;
	text-decoration: none;
}


.paging-navigation { padding: 20px 0;}


.paging-navigation .nav-links {
	margin: 0 auto;
	width: 100%;
}



.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.paging-navigation .meta-nav {
    color: #84c0b4;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.paging-navigation .nav-previous .meta-nav {
    margin-right: 0;
    padding: 0;
    width: 20px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 0;
}

.paging-navigation a:hover .meta-nav {
	text-decoration: none;
	color:#364155;
}







.post-navigation {



	background-color: #fff;



	color: #ca3c08;



	font-size: 20px;



	font-style: normal;



	font-weight: 300;



	padding: 20px 0;
	
	margin-top:30px;



}







.post-navigation .nav-links {

	margin: 0 auto;


}


.post-navigation a[rel="next"] {
    float: right;
    position: relative;
    text-align: right;
    top: 8px;
}











/**



 * 5.10 Search Results/No posts



 * ----------------------------------------------------------------------------



 */







.page-header {



	background-color: #e8e5ce;



}







.page-title {



	margin: 0 auto;



	max-width: 1040px;



	padding: 30px 0;



	width: 100%;



}







.page-content {



	margin: 0 auto;



	max-width: 604px;



	padding: 40px 0;



	width: 100%;



}







.sidebar .page-content {



	margin: 0 auto;



	max-width: 1040px;



	padding: 40px 376px 40px 60px;



}











/**



 * 5.11 404



 * ----------------------------------------------------------------------------



 */







.error404 .page-header {



	background-color: #fff;



}







.error404 .page-title {



	line-height: 0.6;



	margin: 0;



	padding: 300px;



	position: relative;



	text-align: center;



	width: auto;



}







.error404 .page-title:before {



	color: #e8e5ce;



	content: "\f423";



	font-size: 964px;



	line-height: 0.6;



	overflow: hidden;



	position: absolute;



	left: 7px;



	top: 28px;



}







.error404 .page-wrapper {



	background-color: #e8e5ce;



}







.error404 .page-header,



.error404 .page-content {



	margin: 0 auto;



	max-width: 1040px;



	padding-bottom: 40px;



	width: 100%;



}











/**



 * 5.12 Comments



 * ----------------------------------------------------------------------------



 */







.comments-title,



.comment-list,



.comment-reply-title,



.must-log-in,



.comment-respond .comment-form,



.comment-respond iframe {



	display: block;



	margin-left: auto;



	margin-right: auto;



	width: 100%;



}







.sidebar .comments-title,



.sidebar .comment-list,



.sidebar .must-log-in,



.sidebar .comment-reply-title,



.sidebar .comment-navigation,



.sidebar .comment-respond .comment-form {





}








.comment-list,



.comment-list .children {



	list-style-type: none;



	padding: 0;



}







.comment-list .children {



	margin-left: 20px;



}







.comment-list > li:last-child:after {



	display: none;



}






.comment-body {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding: 5px 0 12px;
    position: relative;
}






.comment-author {



	float: left;



	max-width: 74px;



}







.comment-author .avatar {



	display: block;



	margin-bottom: 10px;



}







.comment-author .fn {



	word-wrap: break-word;



}



.comment-list { padding:30px 0; }


.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
    color: #25816a;
    font-family: "Josefin Sans",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}







.says {



	display: none;



}







.no-avatars .comment-author {



	margin: 0;



	max-width: 100%;



	position: relative;



}







.no-avatars .comment-metadata,



.no-avatars .comment-content,



.no-avatars .comment-list .reply {



	width: 100%;



}







.bypostauthor > .comment-body .fn:before {



	content: "\f408";



	vertical-align: text-top;



}







.comment-list .edit-link {



	margin-left: 20px;



}







.comment-metadata,



.comment-awaiting-moderation,



.comment-content,



.comment-list .reply {



	float: right;



	width: 79%;



	width: -webkit-calc(100% - 124px);



	width:         calc(100% - 124px);



	word-wrap: break-word;



}







.comment-meta,



.comment-meta a {



	color: #a2a2a2;



	font-size: 13px;



}







.comment-meta a:hover {



	color: #EE7D54;



}





.comment-metadata {
    font-style: italic;
    margin: -3px 0 10px;
}





.ping-meta {



	font-size: 13px;



	line-height: 2;



}







.comment-awaiting-moderation {



	color: #a2a2a2;



}







.comment-awaiting-moderation:before {



	content: "\f414";



	margin-right: 5px;



	position: relative;



	top: -2px;



}







.comment-reply-link:before,



.comment-reply-login:before {



	content: "\f412";



	margin-right: 3px;



}







/* Comment form */



#comments {

	color:#25816a !important;

	background-color: #e6f2f0;

	padding: 30px 30px 15px;



}







.comment .comment-respond {



	margin-bottom: 20px;



	padding: 20px;



}







.comment-reply-title, .comments-title {
    color: #25816a;
    font-family: "Josefin Sans",sans-serif;
	
}







.comment-reply-title small a {



	color: #131310;



	display: inline-block;



	float: right;



	height: 16px;



	overflow: hidden;



	width: 16px;



}







.comment-reply-title small a:hover {



	color: #ed331c;



	text-decoration: none;



}







.comment-reply-title small a:before {



	content: "\f406";



	vertical-align: top;



}







.sidebar .comment-list .comment-reply-title,



.sidebar .comment-list .comment-respond .comment-form {



	padding: 0;



}







.comment-form .comment-notes {



	margin-bottom: 15px;



}







.comment-form .comment-form-author,



.comment-form .comment-form-email,



.comment-form .comment-form-url {



	margin-bottom: 8px;



}







.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
    color: #25816a;
    float: left;
    font-size: 13px;
    padding: 10px 0 2px;
    text-transform: uppercase;
    width: 100%;
}






.comment-form .required {



	color: #25816a;



}







.comment-form input[type="text"],



.comment-form input[type="email"],



.comment-form input[type="url"] {


	width: 100%;



}







.comment-form textarea {



	width: 100%;



}







.form-allowed-tags,



.form-allowed-tags code {



	display:none;



}








.comment-list .pingback,



.comment-list .trackback {



	padding-top: 24px;



}







.comment-navigation {



	font-size: 20px;



	font-style: italic;



	font-weight: 300;



	margin: 0 auto;



	max-width: 604px;



	padding: 20px 0 30px;



	width: 100%;



}







.no-comments {



	background-color: #f7f5e7;



	font-size: 20px;



	font-style: italic;



	font-weight: 300;



	margin: 0;



	padding: 40px 0;



	text-align: center;



}







.sidebar .no-comments {



	padding-left: 60px;



	padding-right: 376px;



}











/**



 * 5.13 Multisite



 * ----------------------------------------------------------------------------



 */







.site-main .mu_register {



	margin: 0 auto;



	max-width: 604px;



	width: 100%;



}







.mu_alert {



	margin-top: 25px;



}







.site-main .mu_register input[type="submit"],



.site-main .mu_register #blog_title,



.site-main .mu_register #user_email,



.site-main .mu_register #blogname,



.site-main .mu_register #user_name {



	font-size: inherit;



	width: 270px;



}







.site-main .mu_register input[type="submit"] {



	width: auto;



}











/**



 * 6.0 Sidebar



 * ----------------------------------------------------------------------------



 */







.site-main .widget-area { /*jds*/



	/*background-color: rgba(32, 44, 67, 0.9);



    background: rgba(32, 44, 67, 0.9);



    color: rgba(32, 44, 67, 0.9);*/



}







#tertiary {

	float: left;

	max-width: 250px;

	width:100%;

	position:absolute;

	top:0;

	bottom:0;

	left:0;

	z-index:9999;

}







/**



 * 6.1 Widgets



 * ----------------------------------------------------------------------------



 */







.widget {



	font-size: 14px;



	-webkit-hyphens: auto;



	-moz-hyphens:    auto;



	-ms-hyphens:     auto;



	hyphens:         auto;



	margin: 0;



	padding: 25px 14px 0;



	word-wrap: break-word;

	text-align:center;



}







.widget .widget-title {



	margin: 0 0 10px;



}







.widget ul,



.widget ol {



	list-style-type: none;



	margin: 0;



	padding: 0;



}







.widget li {

	padding: 5px 0;

	font-family: 'Josefin Sans', sans-serif;

	text-transform:uppercase;

	font-size:16px;

	line-height:40px;

}



.widget .sub-menu li {

    font-family: "Open Sans",sans-serif;

    font-size: 12px;

    line-height: 22px;

    padding: 0 0 5px;

    text-transform: capitalize;

}



.widget .sub-menu li a { transition:none; }



.widget .sub-menu li a:hover { background:none; font-weight:bold; color:#fff; }



.widget li a {padding:10px 14px 7px;}



.widget li a:hover { background:#fff; color:#364155;}





.widget .children li:last-child {padding-bottom: 0;}







.widget a, #footer a {

	color: #fff;

	transition:all 0.3s ease;



}











/* Search widget */



.search-form .search-submit {



	display: none;



}







/* RSS Widget */



.widget_rss .rss-date {



	display: block;



}







.widget_rss .rss-date,



.widget_rss li > cite {



	color: #a2a2a2;



}







/* Calendar Widget */



.widget_calendar table,



.widget_calendar td {



	border: 0;



	border-collapse: separate;



	border-spacing: 1px;



}







.widget_calendar caption {



	font-size: 14px;



	margin: 0;



}







.widget_calendar th,



.widget_calendar td {



	padding: 0;



	text-align: center;



}







.widget_calendar a {



	display: block;



}







.widget_calendar a:hover {



	background-color: rgba(0, 0, 0, 0.15);



}







.widget_calendar tbody td {



	background-color: rgba(255, 255, 255, 0.5);



}







.site-footer .widget_calendar tbody td {



	background-color: rgba(255, 255, 255, 0.05);



}







.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {



	background-color: transparent;



}











/**



 * 7.0 Footer



 * ----------------------------------------------------------------------------



 */







.site-footer {



	background-color: #e8e5ce;



	color: #686758;



	font-size: 14px;



	text-align: center;



}







.site-footer .widget-area,



.sidebar .site-footer {



	text-align: left;



}







.site-footer a {



	color: #686758;



}







.site-footer .sidebar-container {



	background-color: #220e10;



	padding: 20px 0;



}







.site-footer .widget-area {



	margin: 0 auto;



	max-width: 1040px;



	width: 100%;



}







.sidebar .site-footer .widget-area {



	max-width: 724px;



	position: relative;



	left: -158px;



}







.site-footer .widget {



	background: transparent;



	color: #fff;



	float: left;



	margin-right: 20px;



	width: 245px;



}







.sidebar .site-footer .widget {



	width: 228px;



}







.sidebar .site-footer .widget:nth-of-type(4),



.sidebar .site-footer .widget:nth-of-type(3) {



	margin-right: 0;



}







.site-footer .widget a {



	color: #e6402a;



}







.site-footer .widget-title,



.site-footer .widget-title a,



.site-footer .wp-caption-text {



	color: #fff;



}







.site-info {



	margin: 0 auto;



	max-width: 1040px;



	padding: 30px 0;



	width: 100%;



}







#wpstats {



	display: block;



	margin: -10px auto 0;



}





/*** SLIDERS ***/



.tp-bullets.simplebullets.round .bullet {

    background: none repeat scroll 0 0 #fff !important;

    border-radius: 5px !important;

    height: 10px !important;

    margin-left: 3px !important;

    width: 10px !important;

}



.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected { background:#364151 !important;}



.tp-leftarrow.default {

	background:url('/images/kmid-arrows.png') no-repeat top left !important;

	width:22px !important;

	height:36px !important;

}



.tp-rightarrow.default {

	background:url('/images/kmid-arrows.png') no-repeat top right !important;

	width:22px !important;

	height:36px !important;

}





/*** ABOUT ***/





#about-content, #contact-content { background:rgba(255, 255, 255, 0.8); clear:both; display:block; width:100%;padding:40px;}



#about-left { width:58%; float:left; }



#about-right { width:38%; float:right; }



#about-right img { width:100%; }



#about-content h1, #about-content h3, #contact-content h1  {

    font-family: "Josefin Sans",sans-serif;

    font-weight: 200;

    text-transform: uppercase;

}



#about-content h1, #contact-content h1 {

    font-size: 38px;

	line-height:38px;

    margin: 0 0 10px;

}



#about-content h3 {

    font-size: 20px;

	line-height:34px;

    margin: -10px 0 10px;

}

#about-content h3.email { margin-top:15px !important; }



.about-email {

    background: url("/images/kmid-star.png") no-repeat scroll left top rgba(0, 0, 0, 0) !important;

    display: block;

    float: left;

    height: 32px;

    width: 40px;

}



.clear { clear:both; }



.page-id-42 #about-left h3 { display:none; }



/**



 * 8.0 Media Queries



 * ----------------------------------------------------------------------------



 */







@media (max-width: 1599px) {



	.site {



		border: 0;



	}



}





@media (max-width: 1023px) {

.contact .gform_wrapper { float:none !important; width:100% !important; }

	blockquote { margin:0 !important; }


}



@media only screen and (min-width: 876px) and (max-width: 1024px) {

	

	#about-left{ width:50%; }

	#about-right { width:45%; }

}





@media (max-width: 875px) {

	#about-left, #about-right, .left, .contact .gform_wrapper { float:none !important; width:100% !important; }

	#about-left { margin-bottom:30px; }

	.eg-portfolio-big-element-3 {font-size:20px !important; line-height:20px !important; }


}





@media (max-width: 767px) {

	.rev_slider .tp-caption, .rev_slider .caption { font-size: 10px !important;}

	#tertiary { display:none; }

	

	#footer { display:block !important; }
	

	.entry-content img.alignleft,.entry-content .wp-caption.alignleft {margin-left: 0;}



	.entry-content img.alignright, .entry-content .wp-caption.alignright {margin-right: 0;}

	

	.page .entry-title{ display:block !important; text-transform: uppercase; font-size:30px; font-family: "Josefin Sans",sans-serif;font-weight: 300;color: #364151;}





	

}



@media only screen and (min-width: 481px) and (max-width: 767px) {

	#primary { width:100%; padding:30px !important; }


	.contained.entry-content { padding:30px !important; }

        #kmid-pin{ font-size: 15px !important; width: 90px !important;}

	

}







@media (max-width: 643px) {







	#content .entry-header,



	#content .entry-content,



	#content .entry-summary,



	#content footer.entry-meta,



	#content .featured-gallery,



	.search.sidebar .page-content,



	.blog.sidebar .page-content,



	.sidebar .post-navigation .nav-links,



	.paging-navigation .nav-links,



	#content .author-info,



	.comments-area .comments-title,



	.comments-area .comment-list,



	.comments-area .comment-navigation,



	.comment-respond,



	.sidebar .site-info,



	.sidebar .paging-navigation .nav-links {



		padding-left: 20px;



		padding-right: 20px;



	}




	.comment-form textarea {



		height: 80px; /* Smaller field for mobile. */



	}







}







/* Mobile devices */



@media (max-width: 480px) {
	.tp-bullets {display: none !important; }


	body { font-size:13px; }
        #kmid-pin{ font-size: 15px !important; width: 90px !important;}
	

	.contained.entry-content { padding:10px !important; }

	#primary { width:100%; padding:0 !important; }


	#about-content h1 { font-size:28px; line-height:30px; }

	

	#about-content h3 { font-size:15px; line-height: 26px; }

	

	#about-content h3 a { color:#fff; background:#364155; padding:6px 6px 4px; transition:all ease 0.3s;}

	

	#about-content h3 a:hover { background:#86BFB4; }

	

	#about-content, #contact-content { padding:24px 15px; }

	

	.about-email { display:none; }



	.home #mobile-welcome { display:block !important; }


	blockquote { background:none !important; padding:0 20px !important; font-size:15px !important; }
	
	#comments { padding:30px 0 5px !important; }
	
	.entry-title { font-size:30px !important; }
	
	h2 { font-size:18px !important; }
	
	button, input[type="submit"], input[type="button"], input[type="reset"] { font-size: 14px !important;padding: 10px 10px 8px !important;}
	
	.single .post-navigation { padding:10px 20px !important; }


		


}



@media only screen and (min-width: 321px) and (max-width: 480px) {

	#rev_slider_8_1_wrapper {max-height:320px !important; }

}



@media (max-width: 320px) {

	#rev_slider_8_1_wrapper {max-height:200px !important; }

}



/**



 * 9.0 Print



 * ----------------------------------------------------------------------------



 */







/* Retina-specific styles. */



@media print,



	(-o-min-device-pixel-ratio: 5/4),



	(-webkit-min-device-pixel-ratio: 1.25),



	(min-resolution: 120dpi) {







	.site-header .search-field {



		background-image: url(images/search-icon-2x.png);



	}







	.format-audio .audio-content,



	.format-status .entry-content:before,



	.format-status .entry-meta:before,



	.comment-list > li:after,



	.comment-list .children > li:before {



		background-image: url(images/dotted-line-2x.png);



	}



}







@media print {



	body {



		background: none !important;



		color: #000;



		font-size: 10pt;



	}







	footer a[rel="bookmark"]:link:after,



	footer a[rel="bookmark"]:visited:after {



		content: " [" attr(href) "] "; /* Show URLs */



	}







	.site {



		max-width: 98%;



	}







	.site-header {



		background-image: none !important;



	}







	.site-header .home-link {



		max-width: none;



		min-height: 0;



	}







	.site-title {



		color: #000;



		font-size: 21pt;



	}







	.site-description {



		font-size: 10pt;



	}







	.author-avatar,



	.site-footer,



	.comment-respond,



	.comments-area .comment-edit-link,



	.comments-area .reply,



	.comments-link,



	.entry-meta .edit-link,



	.page-links,



	.site-content nav,



	.widget-area,



	.main-navigation,



	.navbar,



	.more-link {



		display: none;



	}







	.entry-header,



	.entry-content,



	.entry-summary,



	.entry-meta {



		margin: 0;



		width: 100%;



	}







	.page-title,



	.entry-title {



		font-size: 21pt;



	}







	.entry-meta,



	.entry-meta a {



		color: #444;



		font-size: 10pt;



	}







	.entry-content img.alignleft,



	.entry-content .wp-caption.alignleft {



		margin-left: 0;



	}







	.entry-content img.alignright,



	.entry-content .wp-caption.alignright {



		margin-right: 0;



	}







	.format-image .entry-content .size-full {



		margin: 0;



	}







	/* Remove colors from post formats */



	.hentry {



		background-color: #fff;



	}







	/* Comments */



	.comments-area > li.comment {



		background: none;



		position: relative;



		width: auto;



	}







	.comment-metadata {



		float: none;



	}







	.comment-author .fn,



	.comment-reply-link,



	.comment-reply-login {



		color: #333;



	}



}





#text-2{



text-align: center;



color: #fff;	



}





/*jds*/

body{

	overflow: hidden;

}



#tertiary{

	position:fixed;

	top: 0;

	left: 0;

}



.contained.entry-content {



    max-width: 1400px;

    width: 100%;

    padding: 0;

    padding: 40px 40px 40px 290px;

    margin: 0;

   

}



#tertiary{

	background-color: rgba(32, 44, 67, 0.9);

	min-height: 650px !important;

}



.widget-area aside:last-of-type{

	position: absolute;

	bottom: 0;

	left:0;

	width: 100%;

	padding-bottom: 40px;

}



/*blog*/



.blogtop, .archive-header {
    background: url("/images/kmid-flourish-white.png") no-repeat scroll center 65px #84c0b4;
    color: #fff;
    margin-bottom: 55px;
    padding: 5px 0 25px;
    text-align: center;
}

.blogtop h1, .archive-header h1 { font-size:26px; }


.entry-title{

	text-align: center;

	color: #364151;

	font-size: 36px;
	
	font-weight:300;

}

.entry-meta{

	text-align: center;

	font-family: "Josefin Sans",sans-serif;

	margin-bottom: 25px;
	
	text-transform:uppercase;
	
	font-size: 12px;

}


.entry-meta a[rel*="category"]{

	font-weight: bold;

}



.entry-meta a{

	text-transform: uppercase;

	color: #364151;

}



.blog .entry-meta a:before{

	content:"" !important;

}



.continue,.continue:hover{

	display: block;

	width: 174px;

	background: rgba(134,191,180,1);

	text-align: center;

	color:white;

	padding: 7px 0px;

	text-transform: uppercase;

	margin: 0 auto;

	font-size: smaller;

	font-family: "Josefin Sans",sans-serif;

}



.page .entry-title{

	display:none;

}



/*contact*/



.left { width:50%; float:left; }



.contact .gform_wrapper{

	width: 50%;

	float: right;

}



.contact .gform_heading,.contact .gfield_description{

	display: none;

}



.contact .gform_body label {

    color: #364155;

    font-size: 14px;

    font-weight: normal !important;

    text-transform: uppercase;

	margin: 0 0 5px !important;

}



.contact .gform_body input,.contact .gform_body textarea{

	border: 1px solid #768191;

	margin-bottom:15px;

}



label[for="choice_6_1"]{

	font-weight: bold;

	color: #364151;

}



.contact .gform_wrapper input[type="submit"]{

	text-transform: uppercase;

	background:rgba(54,66,81,1);

	border-bottom: 0;

	border-radius:0 !important;

	transition:all 0.3s ease;

}



.contact .gform_wrapper input[type="submit"]:hover {

	background:#86BFB4;

}



#field_1_6 { margin-top:-10px !important; }



.gform_wrapper .top_label input.medium { padding:6px !important; }



.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, 

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea 

{ width:100% !important;}



.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input { margin:4px 4px 0 0 !important; }



.gform_wrapper .gform_footer { padding:0 !important; margin-top:20px !important; }





.contact .entry-meta a[rel*="category"],.contact .entry-content a{

	font-weight: bold;

}



.contact h3 { font-size:20px; }



.contact .entry-meta a,.blog .entry-meta{

	text-transform: uppercase;

	color: #364151;

	font-size: 12px;

}



.contact p { margin-bottom:34px; }



/*single*/

.page #primary {
	padding:0 !important;
	max-width: 1360px;
}

#primary{

	padding: 40px 40px 40px 290px;

	max-width: 1100px;

}



.single .post-navigation{

	text-transform: uppercase;

	background: rgba(131,191,181,1);

	padding: 20px;

}



.single .post-navigation a span{

	content:"";

	display:none;

}




.single .post-navigation .nav-links{padding: 0;}

.single .post-navigation a{

	font-size: 14px;

	font-family: "Josefin Sans",sans-serif;

	color: #fff;

	font-style: normal;

	transition:all ease 0.3s; 
}

.single .post-navigation a:hover { font-weight:bold; }





.fb, .tw, .insta, .pin, .houzz {

	background-image:url("/images/kmid-social-sprite.png");

	background-repeat:no-repeat;

	display:inline-block;

	height:26px;

	margin:10px 6px;

}



a.fb:hover, a.tw:hover, a.insta:hover, a.pin:hover, a.houzz:hover, .textwidget a:hover, #footer a:hover { opacity:0.4; }



.textwidget a img:hover {opacity:1.0 !important; }



.fb 	{ width:8px; background-position: 0 top; }

.tw 	{ width:14px; background-position:-15px top; }

.insta 	{ width:12px; background-position: -36px top; }

.pin 	{ width:12px; background-position:-55px top; }

.houzz 	{ width:11px; background-position: -74px top; }

.footer-meta .fb { background-position: -92px top; }

.footer-meta .tw { background-position: -106px top; }

.footer-meta .pin { background-position: -127px top; }

.footer-meta a.fb:hover { background-position: -146px top; opacity:1.0; }

.footer-meta a.tw:hover { background-position: -160px top; opacity:1.0; }

.footer-meta a.pin:hover { background-position: -183px top; opacity:1.0; }


#mobile-welcome {

    display: none;

    font-family: "georgia",serif;

    font-style: italic;

    padding: 35px 30px;

    text-align: center;

    font-size: 18px;

    line-height: 30px;

}



#footer { background:#364155; text-align:center; color:#fff; padding:20px 30px 30px; display:none; }



#sdrn_bar .bar_logo { height: 32px !important; margin: -17px 0 0 45px !important;}



#sdrn_menu .sdrn_icon_par { padding:13px 0 10px 14px !important; width:34px !important }



#sdrn_menu.sdrn_levels a.sdrn_parent_item { margin-left:26px !important; }



#sdrn_menu.sdrn_levels ul li ul li { padding-left:26px !important; }



#sdrn_menu.sdrn_levels ul li a { text-transform:uppercase; }

img[src*="/wp-content/uploads/kmid-luv-kate1.jpg"]{
display:none;	
}

.pibfi_pinterest:hover img {
    opacity: 1.0 !important;
    transition: none !important;
}
.pibfi_pinterest img:hover + .xc_pin, .pibfi_pinterest_hover {
    opacity: 1 !important;
}
.pibfi_pinterest .xc_pin:hover {
    opacity: 1 !important;
    transition: opacity 0.7s ease-out 0s;
}

.pibfi_pinterest .xc_pin { background-image: url("/images/pinme.png") !important; top: 20px !important; left:20px !important; width:110px !important; height:110px !important; }

.logo {
    background: url("http://kmid.co/images/kmid-logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 201px;
    width: 220px;
}

.rev_slider .tp-caption, .rev_slider .caption{
	color: #fff !important;
}

#kmid-pin {
    border: 1px solid #364151;
    font-family: "Josefin Sans",sans-serif;
    font-size: 20px;
    margin: 40px auto;
    padding: 6px 9px 2px;
    text-align: center;
    text-transform: uppercase;
    width: 110px
}

#kmid-pin:hover {
	opacity: 0.4;
}