@import 'https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Questrial&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap';
/*
Theme Name: Kryshiggins 2021 Theme
Author: Krystal Higgins
Author URI: http://kryshiggins.com/
Description: Based on the 2011 theme by wordpress.
Version: 1.1
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: kryshiggins
*/

/*=======================================================================================================
 THIS IS THE FLEX AND CALC() VERSION
=======================================================================================================
*/



/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*======================
STRUCTURE
=======================*/

body {
	padding: 0;
}

#page {
	margin: 0 auto;
} 

#primary {
	margin: 0px auto;
	/*width: 100%;*/
	max-width:1440px;
}
#content {
	margin: 0;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0;
	width: 100%;
}
.error404 .contain {
	padding: 2.5%
}
.error404 img {
	width: 100%;
	height: auto;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/*==============
COLUMNS
==============*/
#clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}
* html #clearfix {height: 1%;}

/* One column */
.one-column #page {
	max-width: 1440px;
}
.one-column #content {
	margin: 0;
	width: auto;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/*Column shortcodes:  http://www.xldstudios.com/create-columns-in-the-wordpress-post-editor-with-a-custom-shortcode/ 
*/


/*slideshow*/
.project_slideshow {
	width:100%;
	padding: 1.625% 5%;
	min-height:1px; height:auto!important; height:1px;
}


/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	background: #f2f2f2;
	font-size:1.1em;
	line-height:1.75em;
	font-family:'Open Sans', Verdana, Helvetica, sans-serif;
	font-weight:400;
	letter-spacing: .2;
}

#page {
	background: none repeat scroll #ffffff;
}

/* Headings based on type-scale.com 1.333 Perfect Fourth */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	line-height: 1.2;
	font-family:'Poppins', Helvetica, sans-serif;
	letter-spacing: -0.03em;
}
h1 {
	font-size:3.157em;	
	color:#000;
	font-weight: 500;
}
h2 {
	font-size:2.369em;
	font-weight: 500;
}
h3 {
	font-size:1.777em;
	font-weight: 500;
}
h4 {
	font-size:1.333em;
	font-weight:500;
}
h5, h5.entry-title {
	font-size:1em;
	font-weight:500;
}
h6 {
	font-size:0.75em;
	text-transform:uppercase;
	font-weight:500;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */

p {
	margin-bottom: 0;
	padding: 0.625em 0;
}

ul {
	list-style: disc outside none;
	margin-left: 24px;
}

li {
 line-height:inherit;
 padding:.375em 0;
 }
 
li:first-child {
 padding-top:1em;
 }
 
 li:last-child {
 padding-bottom:1em;
 }
 
 ul.skill-check {
	list-style-image: url("Krys_Images/check-green.svg");
	margin-left: 20px;
 }
 	
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

ol li {
    margin-left: 1em;
    padding-left: .5em;
}

dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #007BB3;
	text-decoration: none;
}

a img {
	border-bottom: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-bottom: none;
}

a:focus,
a:active {
	text-decoration:underline;
	text-decoration-style: dotted;
}

a:hover {
	color:#3CAAE6;
	text-decoration:underline;
	text-decoration-style: dotted;
}

#contact-icons a, #contact-icons a:hover, #contact-icons a:focus, #contact-icons a:active, .slideshow-next a:hover, .slideshow-next a:focus, .slideshow-next a:active, .bullets .psp-icon:hover, .bullets .psp-icon:active, .bullets .psp-icon:focus, a:hover img {
	border-bottom:none;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
#access a.assistive-text:focus,
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/*===============================================
SITE NAVIGATION
===============================================*/

#site-navigation {
	height:auto;
	position:relative;
	width:100%;
}

#site-navigation .wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0px auto;
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}


#site-navigation hgroup {
    margin-top: 24px;
	grid-column: 1 / span 2;
	min-width:160px;
}

.branding img {
    width: 150px;
	height:auto;
}

	#site-navigation .branding a, #site-navigation .branding a:hover, #site-navigation .branding a:focus, #site-navigation .branding a:active {
		text-decoration:none;
		border-bottom:none;
	}

#site-description { 
	color: #7a7a7a;
	font-size: 0.75em;
	padding:0;
}

header#branding h2 {
	color: #666666;
	margin-top:5px;
}


/* ======= Nav menu ===========*/

#access {
	grid-column: 3 / span 4;
	margin: 0 2%;
}
#access ul {
	font-size: 1em;
	list-style: none;
	padding:0;
	margin:0;
}

#access div {
	margin: 86px 1.625% 0 1.625%;/*decreases the left margin next to first menu item */
}

#access li {
	float: left;
	position: relative;
	font-family:'Poppins', Helvetica, sans-serif;
}
.menu li {
	list-style-image:none;
	padding:0;
	margin: 0 7.5% 3.75% 0;
}
.menu li:first-child {
	margin-left:0;
}
.menu li:last-child {
	margin-right:0;
}
#access a {
	color: #007BB3;
	display: block;
    line-height: 1.25em;
    text-decoration: none;
	font-size:1em;
}

#access ul a {
	border-bottom: 2px dotted #fff;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: none; /* Show a solid color for older browsers */
	border-bottom:2px dotted #007BB3;
	color: #007BB3;
}
#access ul li:hover > ul {
	display: block;
}

#access .current-menu-item > a, #access .current-post-ancestor a { /* This allows us to highlight the category menu item of a post (child) inside of that section */
	 border-bottom:2px dotted #000;
	 color: #000;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
	background:url(Krys_Images/Assets/OpenSite.svg)
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* ======================================================
Content
========================================================= */

#main {
	clear: both;
	padding: 0 0 0;
}

.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}

/*------Page header flex dots--------------*/

.page-header {
	width:100%;
	display:flex;
	margin-top:24px;
	margin-bottom:24px;
}

.left-dots {
	background-image: url("Krys_Images/multidots-about.svg");
	background-repeat: repeat-x;
	background-position: right bottom 9px;
	width: calc((100% - 1440px) / 2);
}

.header-text {
	flex:initial;
	min-height: 50px;
	margin:0;
}

.right-dots {
	background-image: url("Krys_Images/multidots-about.svg");
	background-repeat: repeat-x;
	background-position: left bottom 9px;
	flex:auto;
}

.hentry,
.no-results {
	border-bottom: 0px solid #DDDDDD;
	margin: 0;
	position: relative;
}

.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-title a {
	text-decoration:none;
	border-bottom: none;
	color:#007BB3;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color:#3CAAE6;
	text-decoration:underline;
	text-decoration-style: dotted;
}
.entry-meta {
	color: #666;
	text-transform:uppercase;
	font-size:0.75em;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	margin: 0 0 .8125em;
	padding: 1.25em 0 .5em;
	margin:0;
}
.entry-content h3,
.comment-content h3,
.entry-content h4, 
.comment-content h4 {
	padding: 1.25em 0 0.5em;
	letter-spacing:normal;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

.archive.category-blog .entry-content img, .archive.tag .entry-content img {
	max-height: 250px;
	width: auto;
}
.entry-date {
	
}

/*==================================== 
Images 
====================================*/


.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: none repeat scroll 0 0 #fff;
	margin-bottom: 40px;
	margin-top: 40px;
	max-width: 100%;
}
.wp-caption a:hover {
	text-decoration:underline;
	text-decoration-style: dotted;
	border-bottom: none;
}
.wp-caption .wp-caption-text:before, .wp-caption .wp-caption-text, .gallery-caption, .blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    color: #666;
    content: none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
    font-style: normal;
    font-weight: normal;
    position: relative;
	padding: 1em;
	line-height: 1.75em;
	max-width: 47em;
	margin: 0px auto;
	text-align: left;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
	padding: 0;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.date-comments {
	width:100%;
	padding:1.5% 0 2.5% 0;
}

.single .date-comments {
	padding-top:0;
}
.date-comments .date-bubble {
	margin-right:1.25%;
}

.comments-link {
	display:flex;
	align-items:center;
	margin-top:1.5%;
}

.comments-link a {
	background:#007BB3 url(Krys_Images/Comment_Bubble.png) no-repeat center;
	background-size:30px 33px;
	color: #007BB3;
	font-size: 0.75em;
	font-weight:700;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width:50px; 
	height:50px;
	border-radius:25px;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		-khtml-border-radius:25px;
}

.comments-link a:hover,
.comments-link a:focus,
.comments-link a:active {
	border-bottom:none;
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

footer.entry-meta {
	margin: 2.5% 0;
}
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.category-blog .entry-title {
	margin-top: 0;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
h1.page-title {
    margin:0;
	line-height:1;
	font-weight: 600;
}

.single article {
	margin-top:0;
	padding-bottom: 48px;
}

.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}

.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
	max-width: 100%;
}

.wp-block-gallery li:first-child {
	/*get rid of offset padding */
	padding-top:.375em;
}

.wp-block-gallery li:last-child {
	/*get rid of offset padding */
	padding-bottom:.375em;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}

/* =Standard
----------------------------------------------- */

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}

figure {
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	text-align:center;
}

/* dealing with block images in blog page */
.archive.category-blog .wp-block-image .aligncenter, .archive.category-blog img.aligncenter {
	margin-left: 0px;
	margin-right: 0px;
}

.archive.category-blog figure, .archive.category-blog figcaption {
	text-align: left;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Media
-------------------------------------------------------------- */

audio,
video {
	display: inline-block;
	max-width: 100%;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* =Navigation
-------------------------------------------------------------- */
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}

.nav-next {
	text-align: right;
}
#content nav .meta-nav {
	font-weight: normal;
}

.nav-previous-image a, .nav-next-image a {
	border-bottom: none;
}


/* Singular navigation */
#nav-single .nav-next {
	padding: 0;
	text-align:left;
	width:48.75%;
	padding-right:1.25%;
}
#nav-single .nav-previous {
	padding:0;
	text-align: right;
	width: 48.75%;
	padding-left:1.25%;
}

#nav-single .nav-previous h5 {
	float:right;
	clear:none;
	margin-top:1%;
}

#nav-single .nav-next-title a:hover {
	border-bottom:1px dotted #ccc;
}
#nav-single .nav-next-image {
	width:50px;
	padding-right:8px;
	float:left;
	line-height:0;
}
#nav-single a:hover, #nav-single a:focus, #nav-single a:active {
	text-decoration:none;
	border-bottom:none;
}
.nav-next-image img, .nav-previous-image img {
	width:50px;
	height:auto;
}

#nav-single .nav-previous-image {
	width:50px;
	padding-left:8px;
	float:right;
	line-height:0;
	padding-right: 0;
}	


.entry-header #nav-single .nav-previous h5, .entry-header #nav-single .nav-next h5 {
	width:60%;
	clear:none;
}	
	.entry-header #nav-single .nav-next h5, .entry-header #nav-single .nav-previous h5 {
		float:left;
	}	

.bottom-nav {
	border-top: 1px #ccc dotted;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 48px 0;
} 

.bottom-nav .nav-next {  
	text-align:left;
	grid-column:span 3;
}

.bottom-nav .nav-previous {
	text-align:right;
	grid-column:span 3;
}

.bottom-nav h5 {
	line-height: normal;
	clear:none;
	padding-top:10px;
}

.bottom-nav .nav-next-image {
	width:50px;
	padding-right:10px;
	float:left;
}

.bottom-nav .nav-previous-image {
	width:50px;
	padding-left:10px;
	float:right;
}

.bottom-nav .nav-next h5 {
	float:left;
}

.bottom-nav .nav-previous h5 {
	float:right;
}

.nav-previous-image a:hover, 
.nav-previous-image a:focus,
.nav-previous-image a:active,
.nav-next-image a:hover, 
.nav-next-image a:focus,
.nav-next-image a:active {
	border-bottom:none;
}



/*=================
WIDGETS
===================*/

.widget-area {
	font-size: 1em;
}
.widget {
	word-wrap: normal;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
	clear: both;
}

#secondary .widget {
	padding: 20px 0;
}

.widget:first-child {
	margin-top: 5%;
}

.widget-title {
	color: #000;
	padding-bottom:.5em;
}

.subscribe {
	background-color:#007BB3;
	padding:2.5%;
	color: #fff;
}


.widget p, .widget li {
	font-size:.8em;
	line-height:1.625;
	color: #444;
}

.widget ul li p {
	margin-bottom: 0;
}
.widget a {
	text-decoration: none;
}
/*Remove bullets for list of sidebar links on blog*/

.cat-post-list {
	margin-left: 0;
}
.cat-post-list li {
	color: #444;
	margin:0;
	list-style-type:none;
	font-size:.8em;
	line-height:1.625;
	padding: .75em 0 .75em 0;
}
.cat-post-list li a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
	color:#3CAAE6;
	text-decoration:underline;
	text-decoration-style: dotted;
	border-bottom: none;
}
.widget .subscribe:hover {
	text-decoration: none;
	border-bottom: 0px;
	color: #fff;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.outgoing-link {
	padding-right: 36px;
	background-image: url(Krys_Images/Outside-link.svg);
	background-repeat:no-repeat;
	background-position:right;
	background-size: 24px;
}

h3 .outgoing-link {
	padding-right: 50px;
}



/*==============================================
       FOOTER
================================================ */

#colophon {
	width: 100%;
	background-image: url("Krys_Images/multidots-footer.svg");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f2f2f5;
}

#site-generator {
    color: #000;
	font-size: 1em;
    line-height: 1.25em;
	padding-top: 72px;
	padding-bottom:54px;
	height: auto;
	text-align: center;
	width: 65%;
	max-width: 1440px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-auto-rows: auto;
}
	
	
#site-generator a {
	color:#444;
	font-weight:700;
	border-bottom: none;
}

#site-generator #contact-icons {
	text-align:center;
}
#site-generator #contact-icons img {
	width:50px;
	height:auto;
}
#site-generator p {
	clear:both;
	margin-bottom:0;
}

#bottom-most-links {
	grid-column: span 6;
	padding:80px 0 0 0;
}

#bottom-most-links a {
	font-size:0.75em;
	text-transform:uppercase;
}
.copyright, .akismet_comment_form_privacy_notice{
	clear:both;
	color: #666666;
	font-size:0.75em;
	grid-column: span 6;
}


#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}


/*
===============================================
 HOME SCREEN 
===============================================
*/

/* This stuff sets up the flex container */

.flagship, .flagship-nodots {
	display:flex;
}

.flagship-nodots div { /*apply to children so that background images don't get cut off when padding applied to parent */
	padding-top: 24px;
}

.flagship-nodots .left {
	width: calc((100% - 1440px) / 2);
}

.flagship-nodots .right {
	flex:auto;
}

.flagship-nodots .home-tagline {
	margin:0;
}

.flagship .left-dots {
	/*multidots*/
	background-image: url("Krys_Images/multidots.svg");
	background-repeat: repeat-x;
	background-position: right bottom 10px;
	width: calc((100% - 1440px) / 2);
	margin:0;
}

.home-tagline h1 {
	font-size: 3.35em;
	font-weight:600;
	font-family: 'Poppins'; 
	line-height: 1.08;
}

#short-string {
	display: none;
}

/* -------- multidots ---------- */

.flagship .right-dots {
	flex:auto;
	/*multi-dots*/
	background-image: url("Krys_Images/multidots.svg");
	background-repeat: repeat-x;
	background-position: left bottom 10px;
	margin:0;
	
}

.home #primary {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.home-about {
	padding: 32px 0px;
	grid-column: span 5;
}

	.home-about p {
    font-size: 1.777em;
    line-height: 1.5;
	}

	.home_about h3 a {
		border-bottom: #007BB3 dotted 1px;
	}

#book-promo-text {
	grid-column: span 4;
}

#book-promo-img {
	grid-column: span 2;
}

	#book-promo-img img {
	width:70%;
	height:auto;
}

.home-links {
	grid-column: span 2;
	padding:0 64px 84px 0;
	min-height:350px;
	grid-row-start: 2;
}


.top-title {
	width:100%;
	display: flex;
	background-image:url("Krys_Images/border-multi.svg");
	background-repeat: repeat-x;
	background-position: left bottom 0px;
	padding: 0px 0 16px;
}

.top-title div:first-child {
	flex:initial;
}

.top-title div:nth-child(2) {
	flex:1;
}

.top-title div:last-child {
	flex:initial;
}

.top-title h2 {
	border-bottom: 1px dotted #000;
	padding-top:1%;
	padding-right:10px;
}

	a .top-title h2 {
		border-bottom:none;
		color: #000;
	}

		a:hover .top-title h2 {
			border-bottom:none;
			color: #3CAAE6;
		}

	.top-title h5 img {
		height:auto;
	}

.home-links .entry-title {
	color:#999;
}

	.home-links.blog .entry-summary {
		clear:both;
		padding-top:20px;
	}

	.home-links hgroup {
		padding: 28px 0 0;
	}	

.home-links.portfolio hgroup, .home-links.artwork hgroup, .home-links.blog hgroup {
	 text-align:center;
 }
 

.home-links.portfolio h4, .home-links.artwork h4, .home-links.blog h4 {
    background: inherit;
}

.home-links hgroup h6  {
	padding: 12px 0 0;
	color: #666;
	font-weight: 200;
	padding-bottom: 4px;
}

.home-links hgroup h5 {
	font-weight: 200;
	padding-top: 4px;
}


/*==================================
PORTFOLIO & ARTWORK CATEGORY PAGES
====================================*/

.category-portfolio .left-dots, .category-portfolio .right-dots {
	background-image: url("Krys_Images/multidots-portfolio.svg");
}

.category-artwork .left-dots, .category-artwork .right-dots {
	background-image: url("Krys_Images/multidots-artwork.svg");
}

.category-portfolio h4.entry-title, .category-artwork h4.entry-title, .category-speaking h4.entry-title  {
	padding: 12px 0 0px;
    background: inherit;
}

#art-intro {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap:20px;
	padding: 24px 0 0 0;
}

#art-intro .two-third {
	grid-column: span 4;
}

#art-intro .one-third {
	grid-column: span 2;
}

.category-portfolio h3, .category-artwork h3 {
	border-bottom: 1px #CCC dotted;	
	padding: 48px 0 24px 0;
}


.category-portfolio #project-group:first-child h3, .category-artwork #project-group:first-child h3 {
	padding-top: 24px;
}

.project-third {
text-align: center;
border-right:#CCC 1px dotted;
border-bottom:#CCC 1px dotted;
border-top:#fff 1px dotted;
min-height:250px;
grid-column: span 2;
}

#project-group {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}	

#project-group h3 {
	grid-column: span 6;
}

.project-third:nth-of-type(3n+3) {
border-right:none;
}


.attachment-circle-thumbnail {
	height: auto;
    width: 70%;
}
	.circle_thumb a, .circle_thumb a:hover, .circle_thumb a:focus, .circle_thumb a:active {
		text-decoration:none;
		border-bottom:none;
	} 

.project-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.project-content .two_third {
	padding:0px 32px 0px 0px;
	grid-column: span 4;
	width:auto;
	float:none;
}

.project-content .one_third {
	padding:0px 0px 0px 32px;
	grid-column: span 2;
	width:auto;
	float:none;
}

.project-content h4 {
	padding: 0.625em 0 0;
}


.project-media {
	width:auto;
	background:#fff;
	text-align:center;
	padding:3.5% 3.5%;
	clear:both;
}

.project-third {
	padding: 5%;
}

.slides-media {
	width:auto;
	background:#fff;
	text-align:center;
	padding:3.5% 3.5%;
	clear:both;
}

.project-content h6 {
    border-bottom: none;
    background: none;
    padding: 1em 0;
}

.project-content figure {
	text-align: left;
}
	
.etsy-top-link {
	background:url(Krys_Images/Footer_etsy_icon.png) no-repeat 2% 50% #fff;
	background-size: 50px auto;
	display:flex;
	align-items:center; 
	padding: 2.5% 2% 2.5% 85px;
}
	.etsy-top-link span {
		color: #000;
	}
.etsy-post-link {
	background:url(Krys_Images/Footer_etsy_icon.png) no-repeat;
	background-size:50px auto;
	padding: 0 0 0 60px;
	min-height:50px;
	margin-top:2.5%;
	display:flex;
	align-items:center;
}

.entry-header .two_third {
	width: 66.6667%;
	padding:0;
 }
 .entry-header .one_third {
	width: 30.5%;
	padding:0 0 0 2.5%;
 }

/* ================================================
CATEGORY: BLOG & SPEAKING
===================================================*/

/*---- Set up the grid structure for primary and secondary *--*/
.category-blog #content, .category-speaking #content, .archive.tag #content {
	max-width:1440px;
	margin:0px auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 42px;
    width:auto;
}

	.archive.tag #primary, .category-blog #primary {
		grid-column: span 5;
		float: none;
		width:auto;
	}
	
	.category-speaking #primary {
		grid-column: span 6;
	}


		.archive.tag #secondary, .category-blog #secondary, .category-speaking #secondary {
		grid-column: span 2;
		float: none;
	}

	.category-blog #prepend-links {
		grid-column: span 2;
		margin-top: 38px;
	}

	.category-blog #prepend-links {
		grid-column: span 2;
	}

.category-blog .entry-content {
	clear:both;
	padding-top:0;
}

#prepend-links aside {
	margin-top: 32px;
}

#prepend-links aside:first-child {
	margin-top: 0px;
}

#prepend-links p {
	font-size: .8em;
	line-height: 1.5;
	color: #666;
}


article.category-blog {
	background-image: url("Krys_Images/black-dot-border.svg");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 54px 0 46px;
}
article.category-blog:first-child {
	background: none;
	padding-top: 32px;
}

.single article.category-blog {
	background-image: none;
	padding: 0 0px 48px;
}

.category-blog .left-dots, .category-blog .right-dots {
	background-image: url("Krys_Images/multidots-writing.svg");
}


/*==============
CATEGORY SPEAKING
=================*/

.category-speaking .left-dots, .category-speaking .right-dots {
	background-image: url("Krys_Images/multidots-speaking.svg");
}

article#current-speaking {
	padding: 40px 0 0;
}

article#current-speaking .entry-header h1 {
	line-height: 1.5;
}

article.category-speaking#past:last-child {
	background:none;
	padding-bottom: 96px;
	margin-bottom:0;
}

.past-speaking-heading {
	padding: 48px 0 24px;
	border-bottom: 1px #CCC dotted;
	grid-column: span 9;
}

#content.past-speaking {
	grid-gap: 0;
}

.past-speaking .project-third {
	text-align: center;
	border-right:#CCC 1px dotted;
	border-bottom:#CCC 1px dotted;
	border-top:#fff 1px dotted;
	min-height:250px;
	grid-column: span 3;
}

	.past-speaking .project-third:nth-of-type(3n+3) {
		border-right:none;
	}

	.past-speaking #title-and-meta {

	}

/*================================================================
SINGLE 
=================================================================*/

.post-template-single-blog-php #main, .post-template-single-speaking-php #main, .post-template-single-Portfolio-php #main, .post-template-single-Painting-php #main {
	width:100%;
	background-image: url("Krys_Images/multidots.svg");
	background-repeat: repeat-x;
	background-position: top left;
}

.single .entry-header {
	padding: 96px 0 0;
}


.page .entry-header {
    padding: 96px 20px 0 20px;
	margin-top: 37px;
}

.post-template-single-blog-php .category-blog footer.entry-meta, .post-template-single-speaking-php .category-speaking footer.entry-meta {
clear: both;
float:none;
width: 100%;
position:inherit;
margin-bottom:1.25%;
margin-left:0;
}

.post-template-single-blog-php #primary, .post-template-single-speaking-php #primary {
	float:none;
	max-width:49em;
}

.post-template-single-blog-php #secondary, .post-template-single-speaking-php #secondary {
	background-image: url("Krys_Images/black-dot-border.svg");
	background-repeat: repeat-x;
	background-position: left top;
	float:none;
	margin:0px auto;
	width:100%;
	max-width:49em;
	padding: 48px 0 96px;
}

.post-template-single-blog-php .widget:first-child, .post-template-single-speaking-php .widget:first-child {
	margin-top:0;
}
/*=====================
ABOUT
=======================*/

.category-artwork .left-dots, .category-artwork .right-dots {
	background-image: url("Krys_Images/multidots-artwork.svg");
}

.about-flagship {
	width:auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#about-text {
	grid-column: span 4;
	padding: 42px 0;
}

#about-image {
	padding: 42px 20px;
	text-align:center;
	grid-column: span 2;
}

	#about-image img {
	width: 50%;
	height: auto;
}

.about-flagship h3 {
	line-height:1.45;
	font-weight:300;
}
.about-flagship #contact-icons img {
	vertical-align:middle;
	padding-right:1.25%;
}

.about-skills {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	min-height: 1px;
	grid-gap: 42px;
	padding: 42px 0;
}

.about-skills .third {
	grid-column: span 2;
}

#contact-me {
	background: url("Krys_Images/black-dot-border.svg") repeat-x;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 42px;
	padding:64px 0 40px;
}

	#contact-me .two_third {
		width:auto;
		grid-column: span 4;
		padding:0;
	}

	#contact-me .one_third {
		width:auto;
		grid-column: span 2;
		padding:0;
	}

.expert {
	padding:2.5px;
	margin-left:5px;
	background-color:#093;
	color:#ffffff;
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
}

/*============================================================ 
COMMENTS AND CONTACT FORM 
=============================================================*/

#commentform {
	width:100%;
}
.comment-form-comment {
	width:100%;
}
#respond {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	padding-top: 3.75%;
}
#respond input[type="text"],
#respond textarea,
.wpcf7-form-control.wpcf7-textarea, 
.wpcf7-form-control.wpcf7-text {
    background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #cccccc;
	position: relative;
	padding: 1.25%;   
	text-indent: 0px;
	clear:both;
}
.wpcf7-form-control.wpcf7-text {
	min-width:150px;
}

div.wpcf7-response-output {
	margin:0 0 0 0;
}


#respond input[type="text"] {
    display:inherit;
    height: 24px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: none;
	color: #333;
	display: inline-block;
	font-size: 1em;
	left: 0;
    padding: 3.75% 0.875% 1.25% 0;
	position: relative;
	top: 0;
	z-index: 0;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
    color: #BD3500;
	display:inline-block;
    font-size: 1em;
    font-weight: bold;
    position: relative;
}
#respond .comment-notes,
#respond .logged-in-as {
	color:#999;
	font-size: 0.75em;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	margin-bottom: 3.75%;
}
#respond input#submit, .wpcf7-form-control.wpcf7-submit {
	background: #007BB3;
	font-family: 'Poppins', sans serif;
	border: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 1.25em;
	line-height:1;
	margin: 1.25% 0 2.5% 0;
    padding: 2% 5% 1.5%;
	position: relative;
	text-transform:uppercase;
	-webkit-appearance:none;
}
.wpcf7-form-control.wpcf7-submit {
	margin-bottom:0;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond { /*When you hit the "reply" btn on an individual comment, this positions so the "Submit" butn doesn't fall outside bottom border */
	margin: 0 0 80px;
	width: auto;
}
#reply-title {
	line-height:1.25em;
	padding: 1.25% 0;
	text-transform: none;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: inherit;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size:1.125em;
	line-height: 1.222222em;
	margin:0;
	width:100%;
	position:relative;
	padding:0;
}
.wpcf7 p:last-child {
	margin-bottom:0;
}
p.comment-form-comment {
	margin: 0;
}

#respond p.comment-form-cookies-consent {
	padding: 20px 0;
}


.form-allowed-tags {
	display: none;
}

#comments {
	padding:3.75% 3.5% 3.75% 5%;
	background-image: url("Krys_Images/black-dot-border.svg");
	background-position: center top;
	background-repeat: repeat-x;
}
#comments-title {
	font-size: 1.75em;
	font-weight:normal;
	line-height:1.25em;
	padding: 0 0 1.25% 0;
	color: #000;
	text-transform: none;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #e2e2e2;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 2%;
	padding: 2%;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em 0;
	padding: 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #eee;
	margin-top: 1.625%;
	padding: 1.625%;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: inline;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-meta p {
	padding: 0;
	margin: 0;
}

.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 0px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625% 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	position: relative;
}
.commentlist > li:before {
    content: none;
    left: 0;
    position: relative;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	padding: 0;
}
a.comment-reply-link {
	background: #007BB3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 0 2%;
	font-size: 0.75em;
	text-decoration: none;
	text-transform:uppercase;
	color: #fff;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
	border-bottom: none;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting 
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}*/

/* Post Author threaded comments 
.commentlist .children > li.bypostauthor {
	background: #e5e5e5;
	border-color: none;
}*/

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

.entry-content div.wpcf7 { /*contact form padding*/
	padding:0 3.75% 3.75%;
}




/*========================================================================
**************************************************************************
==========================================================================

MEDIA QUERIES

==========================================================================
**************************************************************************
==========================================================================*/

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 800px) {
	
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 0px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */

	#branding .only-search + #access div {
		padding-right: 0;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	.singular .entry-header .entry-meta,
	.singular .entry-header .entry-format,
	.singular .entry-meta .edit-link a {
		position: static;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		border-radius: 3px 3px 3px 3px;
		box-shadow: none;
		left:0;
		position: relative;
		padding:0 2.5% 0 0;
	}
	.commentlist .children .avatar {
		background: none repeat scroll 0 0 transparent;
		padding:0 2.5% 0 0;
		position: relative;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 97.5%;
	}

	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: none;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		margin: 0 auto 1.625em 0;
		position: relative;
		width: auto;
		border: 1px solid #CCC;
    	border-radius: 0;
    	padding: 1.625%;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 .featured-posts {
	margin: 0 -7.6%;
}
#ie7 .featured-post {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}


/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: auto;
}
#ie8 section.featured-post .attachment-small-feature {
	max-width: none;
}



/*====================================================================================================================
==========================================================
BEGIN MEDIA QUERIES 
======================================================================================================================
==========================================================*/



/*==========================================================
For screens that get smaller than 1440px, we fix padding on left and right
==========================================================*/
@media only screen and (min-width:960px) and (max-width:1524px) {

	
/* increase left margin on site logo */
#site-navigation hgroup {
    margin-left: 48px;
}

.header-text {
    margin: 0 5px;
}

.category-blog #content, .category-speaking #content, .archive.tag #content, .page-id-2 #content {
    padding-left: 42px;
    padding-right:40px;
}

.home-tagline {
    margin-left:2px;
}	

.left-dots {
	width: 42px;
}

.flagship .left-dots, .flagship-nodots .left {
	width: 42px;
}	
	
.home #primary {
	margin: 0 0;
}

.home-about {
	padding: 32px 42px 0px;
}	


.home-links {
	padding: 42px 42px 72px;
}

.category-portfolio h3, .category-artwork h3 {
padding-left: 42px;
padding-right: 42px;
}
	

.post-template-single-Portfolio-php #primary {
	padding-left: 2.5em;
	padding-right: 2.5em;
}

#art-intro {
	padding: 20px 42px;
}
	
}


/*=========================================================
TABLETS
==========================================================*/
@media only screen and (min-width:721px) and (max-width:959px) {

/* Headings for mobile based on type-scale.com "1.200 -- Major Third" */
h1, h1.entry-title, h1.page-title {
	font-size:2.441em;
}

h2, h2.entry-title {
	font-size:1.953em;
}

h3 {
	font-size:1.563em;
}

h4 {
	font-size:1.25em;
}

h5 {
	font-size:1em;
}
h6 {
	font-size:0.8em;
}

page-title {
	font-size: 2.5em;
	line-height: 1.125em;
}	
	
	.left-dots {
		background-size: 1100px;
		width: 32px;
		background-position:right bottom 14px;
	}
	.right-dots {
		background-size: 1100px;
		background-position:left bottom 14px;
	}
	
	.header-text {
		margin:0;
	}


/* increase left margin on site logo */
	#site-navigation hgroup {
		margin-left: 32px;
	}
	
/* fix menu to reduce the chance that a singleton menu item will wrap to the next line */
	.menu li {
		margin: 0 48px 20px 0;
	}
	
	#access div {
		margin-top: 48px;
	}
	
	.home-tagline {
		margin:0;
	}
	.home-tagline h1 {
	font-size: 2.5em;
	line-height: 1.125em;
}
	.flagship .left-dots, .flagship-nodots .left {
		width:32px;
		/*for multi-dots*/
		background-position: right bottom 10px;
		background-size: 840px;
	}
	
	.flagship .right-dots {
		/*for multi-dots*/
		background-position: left bottom 10px;
		background-size: 840px;
	}
	
	.home-about {
		grid-column: span 6;
		padding:20px 32px;
	}
	
	.home-about p {
	font-size:1.25em;
}

	.top-title h2 { /*actually make it more h3*/
		font-size: 1.563em;
		padding-right: 2px;
	}	
	
	.top-title img {
		width: 36px;
		height: auto;
	}
	
	.top-title div:nth-child(2) {
		    background-position: left bottom 22px;
	}
	
.home-links {
	padding: 32px 20px;	
}
	
	.home-links.portfolio {
	padding-left: 32px;	
}
	.home-links.artwork {
	padding-right: 32px;	
}


	.one_third.blog hgroup {
		margin-top: 0;
	}
	
	.one_third.blog .entry-summary {
		padding:0 0 3.25% 0;
	}
	
	.one_third.blog h4 {
		padding-bottom:0;
	}

	.home-links .one_third hgroup .circle_thumb {
		float:left;
		text-align:left;
	}
	
		.home-links .one_third hgroup .circle_thumb .attachment-circle-thumbnail {
			width:150px;
			height:auto;
			margin:0;
		}
	
	.one_third.portfolio h4, .one_third.artwork h4 {
		float:left;
		clear:none;
		width:61%;
		padding:0 0 0 3.125%;
		text-align:left;
	}

	
.home-links h6.entry-date {
	padding-top:0;
}

/*TABLET BLOG/SPEAKING */
	.category-blog #content, .category-speaking #content {
		padding: 0 32px;
		width: auto;
	}
	
		.category-blog #prepend-links {
			grid-column: span 9;
			display: flex;
			border-bottom: #ccc 2px dotted;
			padding-bottom: 32px;
			margin-top: 24px;
		}
	
		.category-blog #prepend-links aside {
			width: 50%;
			margin-top: 0px;
		}
	
	.category-blog #prepend-links aside:first-child {
		padding-right: 32px;
	}
	
	#prepend-links img {
		display: none;
	}

	
	.archive.tag #primary, .category-blog #primary, .category-speaking #primary {
		grid-column: span 6;
		float: none;
		width:auto;
	}
	
		.archive.tag #secondary, .category-blog #secondary, .category-speaking #secondary {
		grid-column: span 3;
		float: none;
		width:auto;
	}
	
	#secondary .widget:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	article.category-blog:first-child {
		background: none;
		padding-top: 0px;
	}
	
.single article.category-blog {
	padding: 0 20px 48px;
}	

	
.single .entry-header {
padding: 96px 20px 0;
}	
	
/*TABLET PORTFOLIO*/

.category-portfolio.one_third, .category-artwork.one_third {
min-height:260px;
}

.category-portfolio h3, .category-artwork h3 {
padding-left: 32px;
padding-right: 32px;
}
	
	.bottom-nav {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.post-template-single-Portfolio-php #primary {
		padding: 0px 32px;
	}
	
	.post-template-single-Portfolio-php .entry-header {
		padding-left: 0px;
	}
	
	.project-content .one_third h4 {
		padding: 0px;
	}

.about-flagship .two_third {
	padding-left:32px;
}

#art-intro {
	padding: 20px 32px;
}
	
/*TABLET ABOUT*/
	
#about-text {
	padding: 32px;
}

	#about-image img {
		width: 70%;
		padding-top: 64px;
		height: auto;
	}

	.about-skills {
		padding: 32px;
	}	
	
	.about-flagship #contact-icons div {
		display:block;
	}
	
	.about-flagship #contact-icons div:first-child {
		padding-bottom:10px;
	}
	
	.about-skills .third {
		grid-column: span 6;
	}
	
	.about-skills ul {
		float:left;
		width:100%;
		margin-left:0px;
		margin-top:1.5%;
	}
	
	.skill-check li:first-child {
 		padding-top:.375em;
 	}
 
	 .about-skills li:last-child {
	 	padding-bottom:.375em;
	 }

		.about-skills li {
			display: inline;
			margin:0;
			padding-left:16px;
			padding-right:10px;
			background:url("Krys_Images/check-green.svg") left no-repeat;
			line-height:1.875em;
			}

	#contact-me {
		padding: 32px;
	}
	
	#contact-me .one_third, #contact-me .two_third {
		grid-column: span 6;
	}

}


/*===========================================================================================
=============================================================================================
MOBILE PHONES
=============================================================================================
=============================================================================================*/

@media only screen and (max-width:720px) { 
	
#secondary {
	clear:both;
}

#secondary .widget {
	/* don't think I need the extra padding here 
	padding: 2.5% 5%;
	*/
}

#secondary .widget:last-child {
	padding-bottom: 5%;
}
	
	.single article {
		padding: 0px;
	}	
	
	
.widget ul li, .widget p {
	font-size:1em;
	/*padding: 1em 0 1em 0;*/
}

body {
	line-height:1.625em;
	font-size: 1em;
}

/* Headings for mobile based on type-scale.com "1.200 -- Minor Third" */
h1 {
	font-size:2.074em;
}

h1.page-title {
	margin: 0;
	padding:0;
}

h2 {
	font-size:1.728em;
}

h3 {
	font-size:1.44em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1em;
}
h6 {
	font-size:0.833em;
}

	.page-header {
		margin-top: 0px;
	}

.nav-previous-title, .nav-next-title {
	display:none;
}

.category-blog #content, .category-speaking #content, .single #content, .archive.tag #content {
	padding-left: 20px;
	padding-right: 20px;
	}	

	
/*==========================================================
 HEADER (SITE TITLE AND SEARCH)
==========================================================*/

#site-navigation hgroup {
	grid-column: span 6;
	min-width:160px;
	margin: 16px 20px 20px;
}

	#branding img {
		height:auto;
		width: 30%;
	}

#access {
	margin: 0 20px 12px 20px;
	grid-column: span 6;
}
	
	#access ul {
		font-size:1em;
	}
	
	#access a {
		font-weight:500;
	}

#access div {
    margin: 0;
}

.menu li {
    margin: 0 40px 20px 0;
}

/*Headers left dots and padding stuff */	
	
	.header-text {
		margin: 0;
		min-height:30px;
	}

	.left-dots {
		width:20px;
		/*for multidots*/
		background-image: url("Krys_Images/multidots-about-mobile.svg");
		background-position: right bottom 4px;
		margin:0;
	}
	
	.right-dots {
		/*for multidots*/
		background-image: url("Krys_Images/multidots-about-mobile.svg");
		background-position: left bottom 4px;
		margin:0;
	}
	
/* --------------
	HOME SCREEN (MOBILE)
----------------*/

.flagship { 
	background-position:bottom left, 10% 50%;
}
	.flagship img {
		width:25%;
		height:auto;
		margin-top:1.25%;
	}


	.flagship-nodots div {
		padding-top: 24px;
	}	
	
	.home-tagline {
		text-align:center;
		margin:0;
	}	
	
	.home-tagline h1 {
		font-size:2.75em;
	}

	#short-string {
	display:contents;
}
	
	#long-string {
	display:none;
}
	
	.home-about {
		grid-column: span 6;
		padding:20px;
	}	

	.home-about p {
		font-size:1.2em;
		text-align: center;
	}
	.flagship-nodots .left {
		flex: auto;
	}	
	
.flagship .left-dots {
	flex: auto;
	background-position: right bottom 7px;
	background-size: 930px;
}
	
	.flagship .right-dots {
	/*for multi-dots*/
	background-position: left bottom 7px;
	background-size: 930px;
	}

 
.home-links {
	grid-column: span 6;
	grid-row-start:auto;
	padding: 0px 20px 16px;
	min-height: 40px;
}
	
	.home-links hgroup {
		padding: 16px 0px;
	}
	
	.home-links.artwork {
		padding-bottom: 32px;
	}

	.top-title {
		background-image: url("Krys_Images/border-multi.svg");
		background-repeat: repeat-x;
		background-position: left top 0px;
		padding: 20px 0 0;
	}
	
		.top-title h2 {
			padding-top:6px;
			padding-right:0;
		}


/*---PORTFOLIO / ART - MOBILE ---------*/

	
/*header image swap because background-size sucks on iOS safari*/
    .category-portfolio .left-dots, .category-portfolio .right-dots {
        background-image: url("Krys_Images/multidots-portfolio-mobile.svg");
    }

    .category-artwork .left-dots, .category-artwork .right-dots {
        background-image: url("Krys_Images/multidots-artwork-mobile.svg");
    }

    .post-template-single-Portfolio-php #main {
      background-image: url("Krys_Images/multidots-portfolio-mobile.svg");
      margin-top:6px
    }

    .post-template-single-Painting-php #main {
      background-image: url("Krys_Images/multidots-artwork-mobile.svg");
      margin-top:6px
    }	

.category-portfolio h3 {
	font-size: 2.074em; /*make these equiv to h1 in mobile layout*/
	border-bottom:none;
}

.single .category-portfolio .entry-header h1 {
    font-size: 1.875em;
}

	
.project-content .two_third {
	padding:0px;
	grid-column: span 6;
	width:auto;
}

.project-content .one_third {
	padding:0;
	grid-column: span 6;
	width:auto;
	border-top: 2px #ccc dotted;
}

.category-portfolio .project-content h6 {
    padding-left:0;
}

.category-portfolio.project-third, .category-artwork.project-third {
grid-column: span 6;
border-top: dotted #ccc 2px;
border-bottom:none;
}

#art-intro {
	grid-gap:20px;
	padding: 20px 24px;
}
	
	#art-intro .two-third {
		grid-column: span 5;
	}
	
		#art-intro .one-third {
		grid-column: span 1;
	}
	
	
.category-portfolio h3, .category-artwork h3 {
padding-left: 24px;
padding-right: 24px;
}	
	
.project-third {
	min-height:1;
}

	
	.bottom-nav#portfolio {
		margin-left: 20px;
		margin-right: 20px;
	}
	
/*----------BLOG AND SPEAKING - MOBILE ----------*/

.category-blog #content, .category-speaking #content {
    width:auto;
}

/*header image swap because background-size sucks on iOS safari*/
.category-blog .left-dots, .category-blog .right-dots {
    background-image: url("Krys_Images/multidots-writing-mobile.svg");
}

.category-speaking .left-dots, .category-speaking .right-dots {
    background-image: url("Krys_Images/multidots-speaking-mobile.svg");
}
	
	.category-blog #secondary .widget:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	
h3 .outgoing-link {
    padding-right: 40px;}	
	
.category-blog #primary, .category-speaking #primary, .archive.tag #primary, .category-blog #secondary, .category-speaking #secondary, .archive.tag #secondary, .category-blog #prepend-links {
grid-column: span 9;
}
	
	.category-blog #prepend-links {
		display: flex;
		border-bottom: #ccc 2px dotted;
		padding-bottom: 32px;
	}
	
		.category-blog #prepend-links aside {
			width: 45%;
			margin-top: 0px;
		}
	
	.category-blog #prepend-links aside:first-child {
		padding-right: 32px;
	}
	
	#prepend-links img {
		display: none;
	}

.category-blog .entry-title, .category-speaking .entry-title {
	width:100%;
}
	
	.category-blog .bottom-nav {
		border-bottom: 1px #ccc dotted;
	}

article.category-blog:first-child {
padding-top: 0px;
}
	
.date-comments {
	padding: 3% 0 4% 0;
}

.entry-header .comments-link p {
	font-size: 1.2em;
}
	
article#current-speaking {
	padding-top: 3.75%;
}
	
.category-speaking #secondary .widget-title {
	font-size: 1.728em; /*make it h2 equivalent */
}
	
.category-speaking #secondary aside:first-child .widget-title {
	font-size: 2.074em; /*make these equiv to h1 in mobile layout*/
}
	
	h1.past-speaking-heading {
		padding-top: 20px;
		font-size: 1.728em; /*make it h2 equivalent */
	}
	
	.past-speaking .project-third {
		min-height:100px;
		padding: 24px 0;
		grid-column: span 9;
		display: flex;
		align-items: center;
		border-right: none;
	}
	
		.past-speaking #title-and-meta {
			padding-left: 20px;
			text-align: left;
		}
	
		.category-speaking h4.entry-title {
			padding-top:0px;
		}
	
		.past-speaking .attachment-circle-thumbnail {
			width: 150px;
		}
	
/* =====================
	MOBILE - BLOG SINGLE 
========================== */

	.post-template-single-blog-php #main {
		background-image: url("Krys_Images/multidots-writing-mobile.svg");
		margin-top:6px
	}
	
	.post-template-single-blog-php #primary {
    margin: 0;
    width: 100%;
}

.post-template-single-blog-php #secondary {
    margin: 0;
    width: 100%;
	}	

.single .entry-header {
	padding: 60px 0px 0px;
	margin-top:0px;
}
	
#comments {
	padding: 0;
	margin: 0 5% 5%;
}

.commentlist > li.comment, .commentlist .pingback {
    margin-left: 0;
}

#respond input#submit, .wpcf7-form-control.wpcf7-submit {
    width:100%;
	margin-top:3.125%;
	padding: 5% 5% 3.75%;
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    width: 97%;
    min-width: 150px;
	margin-top:1.5%;
}

.entry-content div.wpcf7 {
    padding: 5%;
}

/* -------- ABOUT MOBILE --------- */


	#about-text {
		grid-column: span 6;
		padding: 24px 24px 0;
	}
	
	#about-image {
		display: none;
	}
	
	.about-skills {
		padding: 48px 24px 24px;
		grid-gap: 20px;
	}
	
	
	.about-skills .third {
		grid-column: span 6;
	}

	.about-flagship #contact-icons div {
		display:block;
		padding-top:10px;
	}

#about-skills h6 {
	padding-bottom:1em;
}

	#contact-me {
		padding: 48px 24px 24px;
	}	
	#contact-me .two_third {
		grid-column: span 6;
	}

	#contact-me .one_third {
		grid-column: span 6;
	}		
	
/* PREV/NEXT NAV */
.bottom-nav, .single-post .bottom-nav {
	padding: 0;
	}

.entry-header.two_third {
	padding:0;
 }
 
.entry-header .one_third {
	display:none;
}

.entry-header #nav-single h5 {
    display:none;
}
.nav-next-image img, .nav-previous-image img {
    height: auto;
    width: 32px;
	padding:0;
}

.nav-next-image, .nav-previous-image {
    margin-bottom: 2.5%;
}

	.bottom-nav .nav-previous, .bottom-nav .nav-next {
		padding:24px 0px;
	}	
	
	.bottom-nav .nav-previous {
		text-align: right;
	}
	
	.bottom-nav .nav-next h5, .bottom-nav .nav-previous h5 {
		padding-top: 0px;
		float: none;
	}
	
	.bottom-nav .nav-next-image, .bottom-nav .nav-previous-image {
		float: none;
	}

/* FOOTER */

#site-generator {
    padding: 48px 0 0 0;
	width: 100%;
}
	
	
 #site-generator #contact-icons img {
	 width:50px;
 }
 
	#bottom-most-links {
		padding:32px 24px 24px;
	}	
	
 #site-generator p {
	padding: 5% 5% 0 5%;
	line-height: 1.5;
	font-size: 1em;
	text-transform:uppercase;
}

#site-generator .copyright {
	padding-bottom:48px;
}
	
.error404 .contain {
    padding: 2.5% 5%;
}