<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Ann Kelle 4.1
Description: This theme is a combination of Hijinks (www.amberweinberg.com) and HTML5 Boilerplate (http://html5boilerplate.com/)
Author: Updated by Aeolidia
Author URI: http://www.aeolidia.com
Version: 4.1
*/

/*****HTML5 BOILERPLATE MINIFIED*******/

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#fe57a1;color:#fff;text-shadow:none}::selection{background:#fe57a1;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:focus{outline:thin dotted}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

img {
  max-width: 100%;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

html {
  height: 100%;
}

/****BODY STYLES********/

body {
  background: #FFF;
  font: 300 15px/1.6em 'proxima-nova', Arial, Helvetica, sans-serif;
  color: #000000;
  letter-spacing: 0.02em;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.home {
  width: 100%;
}
body#blog {
  display: block;
}
body.page-id-16412 {
  max-width: 1062px;
  width: 100%;
}

h1 {
  color: #ff6699;
  font: 400 16px 'proxima-nova', Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  text-transform: uppercase;
}
h2, h3 {
  color: #ff6699;
  font: 400 16px 'proxima-nova', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 20px 0 0;
}

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

/****HEADER STYLES*******/

@-webkit-keyframes twinkle1 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-webkit-keyframes twinkle2 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-webkit-keyframes twinkle3 {   0%   { opacity: 0; }   10%   { opacity: 0; }   20%   { opacity: 1; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-webkit-keyframes twinkle4 {   0%   { opacity: 1; }   10%   { opacity: 0; }   20%   { opacity: 1; }   80%   { opacity: 0; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-webkit-keyframes twinkle5 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 0; }   90%  { opacity: 1; }   100% { opacity: 0; } } @-webkit-keyframes twinkle6 {   0%   { opacity: 1; }   10%   { opacity: 0; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-moz-keyframes twinkle1 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-moz-keyframes twinkle2 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-moz-keyframes twinkle3 {   0%   { opacity: 0; }   10%   { opacity: 0; }   20%   { opacity: 1; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-moz-keyframes twinkle4 {   0%   { opacity: 1; }   10%   { opacity: 0; }   20%   { opacity: 1; }   80%   { opacity: 0; }   90%  { opacity: 0; }   100% { opacity: 0; } } @-moz-keyframes twinkle5 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 0; }   90%  { opacity: 1; }   100% { opacity: 0; } } @-moz-keyframes twinkle6 {   0%   { opacity: 1; }   10%   { opacity: 0; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @keyframes twinkle1 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @keyframes twinkle2 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @keyframes twinkle3 {   0%   { opacity: 0; }   10%   { opacity: 0; }   20%   { opacity: 1; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } } @keyframes twinkle4 {   0%   { opacity: 1; }   10%   { opacity: 0; }   20%   { opacity: 1; }   80%   { opacity: 0; }   90%  { opacity: 0; }   100% { opacity: 0; } } @keyframes twinkle5 {   0%   { opacity: 0; }   10%   { opacity: 1; }   20%   { opacity: 0; }   80%   { opacity: 0; }   90%  { opacity: 1; }   100% { opacity: 0; } } @keyframes twinkle6 {   0%   { opacity: 1; }   10%   { opacity: 0; }   20%   { opacity: 0; }   80%   { opacity: 1; }   90%  { opacity: 0; }   100% { opacity: 0; } }

header { float: left; padding: 60px 0 20px; text-align: center; width: 100%; height: 2 }

.logo { display: inline-block; height: 114px; position: relative; width: 529px; }
.logo div { background: url('images/heart1.jpg'); height:23px; opacity: 0; position: absolute; width:23px; }
.logo .heart1 { left: -36px; top: 30px; }
.logo .heart2 { background: url('images/heart2.jpg'); left: 14px; top: -36px; }
.logo .heart3 { background: url('images/heart3.jpg'); left: 174px; top: -23px; }
.logo .heart4 { background: url('images/heart4.jpg'); right: 154px; top: -46px; }
.logo .heart5 { background: url('images/heart5.jpg'); right: -8px; top: -27px; }
.logo .heart6 { background: url('images/heart6.jpg'); right: -36px; top: 56px; }

.logo:hover div { opacity: 1; }
.logo:hover .heart1 { -webkit-animation: twinkle1 1s infinite linear; }
.logo:hover .heart2 { -webkit-animation: twinkle2 1s infinite linear; }
.logo:hover .heart3 { -webkit-animation: twinkle3 1s infinite linear; }
.logo:hover .heart4 { -webkit-animation: twinkle4 1s infinite linear; }
.logo:hover .heart5 { -webkit-animation: twinkle5 1s infinite linear; }
.logo:hover .heart6 { -webkit-animation: twinkle6 1s infinite linear; }

/*****NAV STYLES*******/

header h1 { margin: 0; }
header ul {
  margin: 10px 0 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
header li { display: inline; list-style: none; margin: 0 2px; position: relative; }
header li a {
  display: inline-block;
  font: 400 13px 'proxima-nova', sans-serif;
  color: #343434;
  letter-spacing: 0.05em;
  padding: 15px 1em 0;
  text-transform: uppercase;
}
header li a:hover, header li.current-menu-item a { color: #FF9999; }
header .menu &gt; li.yellow &gt; a:hover, header .menu &gt; li.yellow.current-menu-item &gt; a { color: #FFCC00; }
header .menu &gt; li.red &gt; a:hover, header .menu &gt; li.red.current-menu-item &gt; a { color: #FF6666; }
header .menu &gt; li.blue &gt; a:hover, header .menu &gt; li.blue.current-menu-item &gt; a { color: #00CC99; }
header .menu &gt; li.pink &gt; a:hover, header .menu &gt; li.pink.current-menu-item &gt; a { color: #FF99CC; }
header .menu &gt; li.turquoise &gt; a:hover, header .menu &gt; li.turquoise.current-menu-item &gt; a, .tax-press header .menu &gt; li.turquoise &gt; a { color: #99FFCC; }
header .menu &gt; li.dark-red &gt; a:hover, header .menu &gt; li.dark-red.current-menu-item &gt; a { color: #FF6633; }

header li ul { background: #ffd61e; display: none; left: 0; position: absolute; top: 22px; width: 192px; z-index: 3; }
header li li { border-bottom: 2px solid #fff; display: block; margin: 0; padding: 5px 12px 2px; text-align: left; }
header li ul a { display: block; color: #fff; font: 14px 'Gudea' sans-serif; padding: 0; text-transform: lowercase; }
header li li:hover { background: #ee7c8c; }
header li li:hover a { color: #fff; }
header li:hover ul { display: block; }

/*****FOOTER STYLES*******/

.footer {
  height: 219px;
}
#blog .footer {
  display: none;
}
.grid {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.site-footer {
  width: 100%;
  background: #fcdee0;
  padding: 40px 15px 20px;
  color: #343434;
  clear: both;
}
.site-footer .wrapper {
  max-width: 840px;
  padding: 0 30px;
}
.footer-3-col {
  float: left;
  width: 33.33%;
  text-align: left;
}
.details-footer {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    list-style: none outside;
}
.details-footer a {
    color: #343434;
}
.details-footer a:hover {
    color: #ff6699;
}
ul.details-footer {
  margin: 0;
  padding: 0;
}
.details-footer li {
  margin-bottom: 0.25em;
}

/*****Footer Mail STYLES*******/
a.mail-list {
    margin-bottom: 15px;
    display: inline-block;
    background: #FFFFFF;
    width: 185px;
    height: 30px;
    font: 600 15px/30px 'proxima-nova', Arial, Helvetica, sans-serif;
    color: #ffb1b8;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    text-align: center;
}
a.mail-list:hover {
  background: #F597B0;
  color: #FFFFFF;
}


/*****Footer Social STYLES*******/
.social a {
  margin-right: 5px;
  position: relative;
  z-index: 500;
}
.social a:hover {
  opacity: 0.7;
}

/*****SUB CONTENT STYLES*******/

.alignleft { float: left; margin-right: 15px; }
.alignright { float: right; margin-left: 15px; }
.alignnone { margin: 10px 0 -10px; }

article .wp-pagenavi, #content .wp-pagenavi { color: #a49a94; }
article .wp-pagenavi a, #content .wp-pagenavi a { color: #ff6699 }
article .wp-pagenavi a:hover, #content .wp-pagenavi a:hover { background: #ff6699; color: #fff; }
article .wp-pagenavi a, article .wp-pagenavi span, #content .wp-pagenavi a, #content .wp-pagenavi span { border: none; }


/* Home */
#homepage {
	padding: 0px;
  max-width: 1062px;
  margin: 0 auto;
}
#homepage .alignnone {
	margin: 0 auto;
}
#slider {
	width: 824px;
	min-height: 467px;
	margin: -10px auto 0;
	position: relative;
	opacity: 0;
}
#slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#slider li {
	width: 100%;
}
.bx-wrapper .bx-viewport {
	background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #dddcdc;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dddcdc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FF6666;
}

.media {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 32px;
}
.meet-gfs {
  background: #B8E1DD;
  width: 100%;
  padding: 32px;
  margin: 32px 0;
}
.meet-gfs h2 {
  font: 600 19px 'proxima-nova', Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.meet-gfs a {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}



/*About*/

article {
  padding: 0 46px 50px;
  margin: 0 auto;
  width: 100%;
  max-width: 825px;
  flex: 1;
}
article#homepage {
  width: 100%;
  max-width: 1062px;
}
.post-type-archive-ak_portfolio article {
  width: 100%;
  max-width: 1180px;
}
.post-type-archive-ak_portfolio article {
  width: 100%;
  max-width: 1180px;
}


.page-id-16412 article { float: none; padding: 0 0 50px; width: 100%; }

/*Fabric*/

.tax-fabric.term-all article ul { list-style: none; margin: 0; padding: 0; }
.tax-fabric.term-all article a { color: #ff6699;   font: 400 19px 'proxima-nova', Arial, Helvetica, sans-serif;}
.tax-fabric.term-all .banner { margin: 0 auto 20px; width: 730px; }

.banner { display: block; margin-bottom: 12px; }
.tax-fabric .wp-post-image { margin: 0 10px 10px 0; }
.tax-fabric article a:nth-of-type(5n+5) img { margin-right: 0; }
.shop { clear: both; display: block; float: right; margin-top: 15px; }

#colorbox { box-sizing: content-box; }

/*Fabric Where*/

.page-id-41 article p:first-child, .page-id-9 article p:first-child, .page-id-11 article p:first-child { margin-top: 0; }

/*Stationery*/

.page-template-page-links-php article { padding: 0; }
.page-template-page-links-php footer, .page-id-11 footer { margin-top: 20px; }

.links-page { float: left; height: 491px; padding: 42px; width: 100%; position: relative; }
.links-page ul { font-size: 16px; list-style: none; margin: 0; padding: 0; }
.links-page ul a {
  font-size: 16px;
  color: #000000;
  list-style: none;
  margin: 0;
  padding: 0;
}
.links-page ul a:hover {
  color: #F6B7C4;
}
.links-page em {
	font-size: 16px;
  color: #000000; /* color: #a49a94; */
}
.links-page em a {
  color: #000000;
}
.links-page em a:hover {
  color: #F6B7C4;
}
.content-col-2 a {
  color: #000000;
}
.content-col-2 a:hover {
  color: #F6B7C4;
}

#fabric-sightings {
	display: block;
	width: 215px;
	height: 200px;
	position: absolute;
	bottom: 10px;
	right: 240px;
}

/*Contact*/

/*.page-id-11 article { padding-bottom: 0; position: relative; }*/
/*.page-id-11 article .contact { line-height: 27px; position: absolute; right: 34px; top: 104px; width: 265px;}*/
article .contact {
  line-height: 27px;
  /*position: absolute;*/
  /*right: 34px;*/
  /*top: 104px;*/
  width: 100%;
  margin: 0 auto;
}
.nf-required-items {
  margin: 0 auto 20px;
}
.text-wrap.label-above label, .textarea-wrap.label-above label, .nf-field-label label {
  font: 400 14px 'proxima-nova', Arial, Helvetica, sans-serif;
  color: #6e615d;
}
#nf-field-5-wrap input {
  background: #FF6699;
  border: 0;
  width: 200px;
  height: 40px;
  font: 400 14px 'proxima-nova', Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#nf-field-5-wrap input:hover {
  background: #444444
}
#nf-processing_1 input {
  background: #FF6699;
  border: 0;
  width: 200px;
  height: 40px;
  font: 400 14px 'proxima-nova', Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#nf-form_1 strong {
  color: #F69;
}
.nf-field-error {
  color: #F69 !important;
}
#nf-form_1_response_msg {
  color: #F69;
}
input#nf-field-1, input#nf-field-2,
input#nf-field-6 {
  border: 1px solid #BCBBBB;
  width: 100%;
  height: 45px;
  font-size: 14px;
  text-align: left;
  padding: 0px 0px 0px 12px;
  margin: 0px 20px 12.4px 0px;
}
textarea#nf-field-3 {
  border: 1px solid #BCBBBB;
  width: 100%;
  height: 220px;
  font-size: 14px;
  text-align: left;
  padding: 13px 0px 0px 12px;
}

/*Home Form*/



/*Where*/

.page-id-13 article { line-height: 24px; padding: 0px 60px 40px; }
.page-id-13 .alignnone { margin-top: 35px; }

article ul { padding: 0 0 0 20px; }
.arrow { margin: 0; position: relative; top: 4px; }

/*Press*/

.subNav { float: left; margin: 0 0 20px; padding: 0; width: 100%; }
.subNav li { float: left; list-style: none; margin-right: 20px; }
.subNav li a { color: #ff6699; float: left; font: 400 16px 'proxima-nova', Arial, Helvetica, sans-serif; padding-bottom: 10px; text-transform: uppercase; }
.subNav li a:hover { color: #FFCC00; }
.subNav li.current-cat a, .subNav li.current_page_item a { border-bottom: 2px solid #ff6699; }

.tax-press .post { color: #000000; float: left; font-size: 13px; letter-spacing: 1px; line-height: 13px; margin: 0 15px 20px 0; text-align: center; text-transform: uppercase; width: 170px; }
.tax-press .post:nth-of-type(4n+4) { margin-right: 0; }
.tax-press .post:nth-of-type(4n+5) { clear: left; }
.tax-press .post img { margin-bottom: 7px; }
.tax-press .post p { margin: 0; }
.tax-press .post span { display: block; letter-spacing: normal; text-transform: lowercase; }

.online { clear: both; margin: 0; }
.online a { color: #000000; }
.online a:hover { color: #ff6699; }
.online span { float: right; width: 428px; }

.term-television .post { width: 222px; }
.term-television .post, .term-television .post:nth-of-type(4n+4) { margin-right: 22px; }
.term-television .post:nth-of-type(3n+3) { margin-right: 0; }
.term-television .post img { margin-bottom: 20px; }

/*Blog*/

#blog {
  width: 915px;
  margin: 0 auto;
  display: block;
}
#blog h2 { font-size: 19px; text-transform: uppercase; margin: 30px 0 -5px; }
#banner { float: left; margin: 26px 0 70px; width: 100%; }

aside ul { margin: 0; padding: 0; }
aside li { list-style: none; }

aside.left { float: left; width: 195px; }
aside.left .widget:first-child p {
	margin-top: 0;
}
aside.left a {
  color: #000000;
}
aside.right { float: right; width: 168px; }
aside.right .widget { float: left; margin-bottom: 15px; width: 100%; }
aside.right #text-3.widget {
  float: left;
  margin-bottom: 0px;
  width: 100%;
}
aside.right .social {
  padding: 0px;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
aside.right .social a:hover {
  opacity: 0.7;
}
aside.right .social img { float: left; height: auto; width: 28px; }
aside.right .social a:first-child img, aside.right .social a:last-child img { margin-top: -1px; }
aside.right #searchform input[type=text] { background: #f4f6f8; border: none; float: left; height: 30px; padding: 0 10px; width: 142px; }
aside.right #searchform input[type=submit] { background: url('images/btnSearch.jpg') no-repeat; border: none; cursor: pointer; float: left; height: 30px; text-indent: -99999px; width: 24px; }
aside.right .widget_categories, aside.right .listing a { background: #f4f6f8; padding: 10px; width: 100%; }
aside.right .listing a { color: #EF5389; display: block; font: 16px ronnia-condensed, sans-serif; text-transform: uppercase; }
#blog aside.right h2 { margin: 0 5px; }
aside.right select { margin-top: 5px; width: 100%; }
aside.right .courtesy {
  background: #f4f6f8;
  color: #000000; /*#f4f6f8*/
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  text-align: center;
}
aside.right .courtesy h2 {
  color: #000000; /*#959595*/
  font: italic 18px 'Times', 'Times New Roman', serif;
  margin: 0;
  text-transform: lowercase;
}

#menu-blog-menu a {
  float: left;
  font: 400 16px ronnia-condensed, Arial, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#menu-blog-menu a:hover {
  opacity: 0.7;
}
#menu-blog-menu li:nth-of-type(8n+1) a { background: #f1e238; }
#menu-blog-menu li:nth-of-type(8n+2) a { background: #EF5289; }
#menu-blog-menu li:nth-of-type(8n+3) a { background: #7DD0E0; }
#menu-blog-menu li:nth-of-type(8n+4) a { background: #FD9FC8; }
#menu-blog-menu li:nth-of-type(8n+5) a { background: #e74077; }
#menu-blog-menu li:nth-of-type(8n+6) a { background: #e1432a; }
#menu-blog-menu li:nth-of-type(8n+7) a { background: #7ab237; }
#menu-blog-menu li:nth-of-type(8n+8) a { background: #79b5b4; }

.mailinglist {
  margin: 0 auto 15px;
}

#content{ float: left; font-size: 15px; line-height: 21px; margin-left: 28px; padding-bottom: 100px; width: 485px; }
#content h2, #content h2 a { color: #EF5389; font: 27px ronnia-condensed, sans-serif; padding-bottom: 5px; text-transform: uppercase; }
#content .post:first-child h2 {margin-top:0; }
#content small { color: #d7d7d7; float: left; font-size: 13px; font-style: italic; width: 100%; clear: both; padding-bottom: 20px; text-transform: lowercase; }
#content .alignnone { padding-bottom: 15px; }
#content .alignleft { float: left; padding: 0 15px 15px 0; }
#content .alignright { float: right; padding: 0 0 15px 15px; }
#content .postmetadata { float: left; padding-right: 10px; font-size: 10px; color: #EF5389; }
#content .post { border-bottom: 2px solid #eeeff0; float: left; margin-bottom: 20px; padding-bottom: 5px; width: 100%; }
#content .post img { height: auto; max-width: 100%; }
#content .posted { color: #fabfb4; float: left; font-size: 12px; }
#content .post p {
	clear: both;
}
#content .post p a { color: #EF5389; }
#content a.comments { color: #fabfb4; float: right; font-size: 16px; text-transform: uppercase; }
#content .sn_pinterest { position: relative; }
#content .xc_pin { background: url('images/btnPin.png') no-repeat !important; bottom: 12px; height: 115px !important; margin: 0 0 0 -16px; position: absolute; top:  auto !important;
	right: 16px !important; width: 117px !important; }

.back { float: left; }
.next { float: right; }
.back a, .next a { color: #EF5389; font: 16px ronnia-condensed, sans-serif; padding-left: 35px; text-transform: uppercase; }
.next a { padding: 0 35px 0 0; }

h3#comments, #respond h3 { font-size: 16px; color: #EF5389; font-weight: normal; padding-bottom: 15px; }
#commentform small { padding-bottom: 5px; }
.comment { clear: both; margin-bottom: 15px; border-bottom: 1px dotted #CCC; }
.commentlist { list-style: none; margin: 0; padding: 0; }
.comment-author { float: left; }
.commentlist .avatar { float: left; padding: 0 10px 10px 0; }
.commentlist .commentmetadata { float: right; font-size: 11px; }
.comment p { clear: both; }

#respond { padding-top: 20px; clear: both; }
.cancel-comment-reply { display: none; }

/* Search Results */
.results-header {
	margin-bottom: 30px;
}
.result {
	border-bottom: 2px solid #eeeff0;
	margin-bottom: 10px;
	padding: 0 5px 10px 0;
	overflow: hidden;
}
.result a {
	color: #d7d7d7;
}
.result.info-page a {
	color: #6e615d;
}
.result a:hover {
	color: #EF5389;
}
.result.info-page {
	border-bottom: none;
	background: #f4f6f8;
	padding: 5px 15px 10px;
	margin: 10px 0;
}
.result.info-page p {
	margin: 0 0 1em;
}
.result h2 {
	margin: 0 !important;
	padding-bottom: 0 !important;
}
.result h2 a {
	font-size: 19px !important;
}
.result small {
	padding-bottom: 10px !important;
}
.query {
	color: #FF6633;
}
.thumbnail {
	width: 140px;
	height: 140px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px 5px 0;
	overflow: hidden;
}
.thumbnail img {
	max-width: 150px;
}
.result-content {
	width: 325px;
	float: right;
}
hr {
	height: 2px;
	width: 100%;
	display: block;
	clear: both;
	background: #eeeff0;
	border: none;
	margin: 10px 0;
}

/* Portfolio */

#blog.post-type-archive-ak_portfolio,
body.tax-type {
  width: 100%;
}
.grid-item {
  min-height: 175px;
  width: 30%;
  overflow: hidden;
  margin-bottom: 40px;
}
.grid-item a {
  display: block;
}
.grid-item img {
  max-width: 100%;
}
.grid-sizer {
  width: 33.333%;
}
a.port {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex !important;
  align-items: center;
  transition-timing-function: ease-in;
  transition: 0.3s;
}
a.port:hover {
  opacity: 1;
  background: #FFCCCC;
  transition-timing-function: ease-out;
  transition: 0.3s;
}
.single-ak_portfolio header {
  margin-bottom: 40px;
}
.port-info {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.port-info .pattern-excerpt {
  font: 300 14px 'proxima-nova', sans-serif;
  color: #FF3366;
}
.port-info .pattern-more {
  font: 400 14px 'proxima-nova', sans-serif;
  color: #FF3366;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
#port-single-content {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 50px;
}
.port-left {
  float: left;
  max-width: 380px;
  width: 100%;
}
.port-left img {
  max-width: 100%;
}
.port-right {
  float: left;
  max-width: 450px;
  margin-left: 26px;
}
.port-right h1 {
  font: 400 16px 'proxima-nova', Arial, Helvetica, sans-serif;
  color: #ff6699;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.port-menu {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#menu-portfolio {
  list-style: none;
  -webkit-display: flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 40px;
}

#menu-portfolio .current-menu-item a {
  color: #ff6699;
}

#menu-portfolio a {
  color: #7A7878;
}

#menu-portfolio a:hover {
  color: #ff6699;
}

.port-back {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.port-back img {
  width: auto;
  height: 12px;
  margin-right: 10px;
}

.port-back::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  top: 28px;
  background: #343434;
}


/* Tabbed Template */
.image-col {
	width: 275px;
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
}
.image-col img {
	max-width: 100%;
	height: auto;
}
.content-col {
	width: 430px;
	display: inline-block;
	vertical-align: top;
}
.content-col-2 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}


/*Archives*/

.archives ul { margin: 0; padding: 0; }
.archives li { list-style: none; margin-bottom: 5px; }


/* Drop Downs*/
.sbHolder{
        background-color: #f4f6f8;
        border: solid 1px #f4f6f8;
        height: 38px;
        position: relative;
        width: 168px;
        outline: none;
}
.sbHolder:focus .sbSelector{
         outline: none;
}
.sbSelector{
        display: block;
        height: 38px;
        left: 0;
        line-height: 38px;
        outline: none;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 138px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
       /* color: #EBB52D;*/
        outline: none;
        text-decoration: none;
}
.sbToggle{
        background: url('images/select-icons.png') 0 -114px no-repeat !important;
        display: block !important;
        height: 38px !important;
        outline: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px !important;
        z-index: 5;
}
.sbToggle:hover{
        background: url('images/select-icons.png') 0 -165px no-repeat !important;
}
.sbToggleOpen{
        background: url('images/select-icons.png') 0 -14px no-repeat !important;
}
.sbToggleOpen:hover{
        background: url('images/select-icons.png') 0 -64px no-repeat !important;
}
.sbOptions{
        background-color: #f4f6f8;
        border: solid 1px #f4f6f8;
        list-style: none;
        left: -1px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 38px !important;
        width: 168px;
        max-height: 350px !important;
        z-index: 6;
        overflow-y: auto;
        opacity: 0.9;
}
.sbOptions li{
        padding: 3px 7px !important;
}
.sbOptions a {
        display: block;
        color: #6e615d !important;
        font-family: Gudea, Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        text-transform: lowercase !important;
        outline: none;
        padding: 3px 0 3px 3px !important;
}
.sbOptions a:link, .sbOptions a:visited{
        text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
        color: #EF5389 !important;
}
.sbOptions li.last a{
        border-bottom: none;
}
.sbOptions .sbDisabled{
        display: block;
        padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
        display: block;
        padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
        padding-left: 17px;
}


/******PRINT STYLES*********/

@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a{text-decoration:underline}a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after{content:""}a[href^="javascript:"]:after{content:""}a[href^="#"]:after{content:""}pre{border:1px solid #999;page-break-inside:avoid}blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr{page-break-inside:avoid}img{page-break-inside:avoid;max-width:100%!important}@page{margin:.5cm}p{orphans:3;widows:3}h2{orphans:3;widows:3;page-break-after:avoid}h3{orphans:3;widows:3;page-break-after:avoid}}
</pre></body></html>