/*
Theme Name: AK SoloFolio
Theme URI: http://solofol.io/
Description: SoloFolio is a simple and professional theme built specifically for photography portfolio websites. Features include responsive photo galleries with retina images, a no-compromises experience for mobile/tablet users, custom widgets for dropdown menus and social media icons, WooCommerce compatiblity, live location via Blink, and integration with Photoshelter BEAM template Element.
Version: 7.0.98
Author: Joel Hawksley
Author URI: http://www.joelhawksley.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, fluid-layout, responsive-layout, full-width-template, theme-options, photoblogging
Text Domain: solofolio
*/





* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  letter-spacing: .35px;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block }
ol,
ul { list-style: none }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 16px;   line-height: 150%; }
body {
  font-family: Arial, Utkal, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;

  margin: 0;
  padding: 0;
  text-align: left;
}



dd, dt, li, p { line-height: 1.6em }
p, table, ul, ol { margin: 1rem 0 }
dd { margin-bottom: 1em }
th { font-weight: bold }
.bypostauthor {
  border-left: 5px solid rgba(125,125,125,.2);
  padding-left: .5rem;
}
th { background-color: rgba(125,125,125,.2) }
td, th { padding: .5rem 1rem .5rem 1rem; border: 1px solid rgba(125,125,125,.2); }
dt { font-weight: bold; margin-top: .5rem; }
li { list-style-type: square; list-style-position: inside; }
ul ul, ol ol { margin-left: 1rem }
ol li { list-style-type: decimal }
code, pre, tt, var { background-color: rgba(125,125,125,.2); }
pre { padding: .5rem; word-wrap: break-word;}
em, cite { font-style: italic }
sup, sub { font-size: .7em }
sup { vertical-align: super }
sub { vertical-align: sub }
acronym { text-transform: uppercase }
acronym, abbr { border-bottom: .1em dotted }
blockquote p, .sticky { padding: 1em; border-left: 8px solid rgba(125,125,125,.2); }
blockquote cite { display: block; margin-top: 1em; }
strong { font-weight: bold }
img { border: none }
/* Floats */
.left { float: left }
.right { float: right }
.entry .alignleft { padding-right: 1rem; }
.entry .alignright { padding-left: 1rem; }
/* Images */
/* Links */
a { font-weight: normal; }
a:link,
a:visited {
  text-decoration: none;
  outline: none !important;
}
a:hover,
a:active {
  outline: none !important;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
a img {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
a:hover img { text-decoration: none }
.more-link {
  display: block;
  margin: 1rem 0;
}
/* Typography */
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
  letter-spacing: 1.5px;
}
h1 { font-size: 3rem }
h2 { font-size: 1.3rem }
h3 { font-size: 1.28rem }
h4 { font-size: 1rem }
h5 { font-size: .85rem; padding-bottom:15px;color:grey;font-family: lucida console; }
.spareaccordionmenuitem {font-size:  1.28rem; color:black;}
small {
  font-size: .85rem;
  line-height: 1;
}
.header-content h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.header-content ul { margin: 0; }
p {
  padding: 0;
  max-width: 800px;
}

p:first-child { margin-top: 0 }
.site-title {
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.site-title a:link,
.site-title a:visited { background-color: transparent }
.site-title a:hover,
.site-title a:active { background-color: transparent }
.header a { font-weight: normal }
.logo {
  line-height: 1;
  width: auto;
}
.header-content ul li {
  font-size: 12px;
  font-weight: normal;
  list-style-type: none;
  list-style-position: initial;
}
.sidebar-widget, .solofolio-custom-menu { margin-top: 15px }
input,
button {
  height: 2rem;
  vertical-align: top;
}
.form-submit input,
.searchform button {
  cursor: pointer;
  line-height: 1;
}
.searchform button {
  margin-left: .25rem;
  width: 2rem;
}
.logo-img a { display: inline-block }
.logo a img {
  border: none;
  font-weight: normal;
  text-decoration: none;
  max-width: 100%;
}
.logo a img:hover { border: none }
.site-title { font-size: 24px }
.site-title a { font-weight: bold }
.footer {
  border-top-left-radius: 2px;
  font-size: .78rem;
  line-height: 1;
}
.footer:hover { opacity: 1 }
.footer:hover .copyright-label { display: none }
.footer:hover .copyright-hidden { display: block }
.post-meta { margin-bottom: 2em;   }
.post-byline { font-weight: normal }
h2.post-title {
  font-size: 22px;
  margin-bottom: .25rem;
}
h2.post-title a { font-weight: normal; }
.entry .tag-links { max-width: 600px }
.entry .tag-links a { padding: 0 2px }
.content-index,
.content-search { width: 100% }
.content-about { max-width: 900px }
.content-about-image {
  width: 50%;
  float: right;
  padding: 0 0 2rem 2rem;
}
.content-about-image img {
  width: 100%;
  height: auto;
}
.content-about-content {
  float: left;
  width: 50%;
  max-width: 500px;
  display: block;
}
input, textarea, button {
  background-color: transparent;
  border-radius: 2px;
  margin: 0;
  padding: .5rem;
}
input:focus, textarea:focus, button:focus { outline: none }
#respond label { display: block }
.comments-area h3 { font-weight: bold }
.comments { padding-bottom: 3rem; max-width: 600px; }
.comment { margin-bottom: 1rem }
.comments h4.comment-author { margin-bottom: 0 }
.comment-list li {
  list-style-type: none;
  margin-bottom: 1.5rem;
}
.comment-list li p:last-child {
  margin-bottom: 0;
}
.comment-meta { margin-bottom: .5rem }
.comments h4, .comments h4 a {
  font-weight: bold;
  line-height: 1;
  margin-bottom: .25rem;
}
.comments small {
  font-weight: normal;
  margin-bottom: 0;
}
.comments p.form-submit { margin: 0 }
.comments p.form-submit input {
  background-color: transparent;
  float: right;
  max-width: 100%;
  width: auto;
}
.comments textarea {
  display: block;
  height: 225px;
}
.comments input, .comments textarea { width: 100%; }
.entry .aligncenter { display: block }
.entry img {
  display: block;
  margin-bottom: 1em;
  height: auto;
  max-width: 100%;
}
.entry img:first-child { margin-top: 0 }
.entry .wp-caption img { margin: 0 }
.alignright { float: right }
.wp-caption { margin-bottom: 1.6rem }
.wp-caption-text,
.caption,
.wp-caption .wp-caption-text, .vert-scroll .wp-caption-text, .gallery-caption, h6 {

  font-size: .75rem;
  line-height: 2;
  padding-top: .75rem;
  margin-top: 0;
  max-width: inherit;
}
.content-parent { max-width: 920px }
.content-parent .content { padding: 0 1rem }
.content-parent .children {
  margin-top: 0;
  max-width: inherit !important;
}
.content-parent .children h3 { margin: 0 }
.content-parent .children li {
  display: inline-block;
  max-width: 300px;
  width: 32.8%;
  padding: 0 1rem 2rem 1rem;
  vertical-align: top;
}
.content-parent .children li img {
  height: auto;
  width: 100%;
}
.content-parent .children li:hover img { opacity: .7 }
.pagination-nav { padding-bottom: 2em }
.pagination-nav a { margin: 1em 0 }
.pagination-nav h4 { margin-bottom: .25rem }
.pagination-nav .right h4 { text-align: right }
.solofolio-social a { padding: 10px }
.solofolio-social a:first-child { padding-left: 0 }
.solofolio-vert-scroll-gallery { margin-bottom: 1rem }
.vert-scroll { margin: 1rem auto 0; }
.vert-scroll:first-child { margin-top: 0; }
.vert-scroll:last-child { margin-bottom: 0; }
.vert-scroll .wp-caption-text {
  text-align: left;
  max-width: 900px;
}
.vert-scroll img {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  width: auto;
  height: auto;
  opacity: 0;
}
.solofolio-cyclereact-thumbs { display: none }
/* Centering */
.content-index { width: 100% }
.content-index .entry .wp-caption { max-width: 100% }
.content-page img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* Grid */
.grid:after {
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}
.col-2-3 { width: 66.66% }
.col-1-3 { width: 33.33% }
.col-1-2 { width: 50% }
.col-1-4 { width: 25% }
.col-1-8 { width: 12.5% }
.module { padding: 20px }
/* Custom menu widget */
.solofolio-custom-menu h3 { cursor: pointer }
.solofolio-custom-menu h3:after { content: " +";}
.solofolio-custom-menu.visible h3:after { content: " -";}
.solofolio-custom-menu ul { display: none }
/* Fix WP admin bar overlap */
.admin-bar .header { top: 32px }
/* Helpers */
.no-margin { margin: 0 }
.pagination-nav:after {
  clear: both;
  content: "";
  display: table;
}
/* Story template */
.menu-btn { display: none }
.page-template-story-php .wrapper img { display: block }
.page-template-story-php .wrapper h1,
.page-template-story-php .wrapper h3 { text-align: center }
.page-template-story-php .vert-scroll.vert-scroll-full .wp-caption-text {
  max-width: 100% !important;
  padding: 0 1rem;
}
/* Lazy loader */
.lazy-hidden {
  opacity: 0;
  transition: opacity .2s ease-in;
}
/* Blink Map */
.blink-map iframe {
  max-width: 600px;
  width: 100% !important;
  margin-bottom: 1rem;
}
.clear { clear: both }
/* WooCommerce Integration */
.woocommerce #sidebar,
.woocommerce-result-count,
.widget_shopping_cart_content .product_list_widget,
.widget_shopping_cart_content .total,
.woocommerce .page-title,
.woocommerce-ordering,
.woocommerce .woocommerce-info:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before { display: none !important }
.woocommerce .woocommerce-info {
  border: none;
  background: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
  padding: 0 !important;
}
.woocommerce ul.products li.product a img,
.woocommerce-page div.product div.images img { box-shadow: none }
.woocommerce-page .related ul.products li.product { max-width: 250px }
.woocommerce div.product h2, .woocommerce div.product p { max-width: none }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0 }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child { padding-left: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { text-shadow: none }
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 1px solid;
}































/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

















.content-page h2{
	margin-bottom:36px;
	font-family: garamond;
	font-style: italic;
	font-size: 1.45rem;
	line-height: 1.1;
	letter-spacing: .6px;
}


#accordion{
	margin-top:40px;
}

#accordion a{
	font-style: normal;
	font-size:.96rem;
	line-height:24px;
	}


#accordion a:hover{
	font-family: garamond;
	font-size:1.07rem;
	line-height:24px;
	letter-spacing: .7pt;
	font-style: italic;
	text-shadow: 2px 2px 5px #868786;
	}

	
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	min-height: 0; /* support: IE7 */
  	font-weight: normal;	
}


.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}


.ui-accordion .ui-accordion-content {
	border-top: 0;
	overflow: auto;
	font-weight: normal;
	font-family: arial;
  	margin-bottom: 1rem;
  	margin-top: .5rem;
  	padding: 0;
}




#accordioncontent{display:none;}


#AKNAV H3{
	font-size: 1.2rem; 
    text-transform: capitalize;
    line-height: 1.2;
 	margin-bottom: 1rem;
	padding: 0;
	margin: 10px 5px 10px 0px;
  	font-family: arial;
}
  	
  	

#AKNAV H3:hover{
	font-family: garamond;
	bottom:6px;
	font-style: italic;
    line-height: 1;
    text-shadow: 2px 2px 5px #868786;
	color:black;
	font-size: 1.4rem; 
}


.accordionmenuitem, .accordionmenuitem h3{
	font-weight: normal;
	display:block;
	height: 25px;
}



#AKNAV ul li a{
	color:black;
}






.content-page a:hover{
    text-shadow: 2px 2px 5px #868786;
}

.content-page a {
  border-bottom: 1px dotted silver;
  padding-bottom:3px;
  }



.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
	outline:0;
}


.ui-state-focus {outline: none; }
















.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
/* 	text-decoration: none;*/
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
	
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}









/* Heights Layout */
@media only screen and (min-width: 1025px) {
  .centered-content .entry,
  .centered-content .entry .wp-caption,
  .centered-content .entry .wp-caption img,
  .centered-content .entry img,
  .centered-content .more-link,
  .centered-content .content-index,
  .centered-content .content-about,
  .centered-content .content-parent,
  .centered-content .content-about-content,
  .centered-content .content-about-image,
  .centered-content .post-meta,
  .centered-content pre,
  .centered-content table,
  .centered-content address,
  .centered-content dl,
  .centered-content ol,
  .centered-content ul,
  .centered-content h1,
  .centered-content h2,
  .centered-content h3,
  .centered-content h4,
  .centered-content h5,
  .centered-content h6,
  .centered-content p,
  .centered-content .content-page img,
  .centered-content .entry .aligncenter,
  .centered-content .tag-links,
  .centered-content .comments,
  .centered-content .pagination-nav,
  .centered-content .solofolio-gallery-title p,
  .centered-content.page-template-story-php .wrapper p,
  .centered-content.page-template-story-php .wrapper img,
  .centered-content.page-template-story-php .wrapper .wp-caption,
  .centered-content .vert-scroll img,
  .centered-content .vert-scroll .wp-caption-text  {
    margin-left: auto;
    margin-right: auto;
  }
  .centered-content iframe { margin: 0 auto 1rem auto !important }
  .heights .header-meta { margin-bottom: 1em }
  .heights .header { height: 100% }
  .heights .header-inner {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .heights .header-content ul li a { line-height: 1.6 }
  
  
  
  
  












@media only screen and (max-width: 1024px) {
  .wrapper h1,
  .wrapper h2,
  .wrapper h3,
  .wrapper h4,
  .wrapper h5,
  .wrapper h6,
  .entry,
  .entry .wp-caption,
  .entry .wp-caption img,
  .entry img,
  .content-index,
  .content-about,
  .content-parent,
  .content-about-content,
  .content-about-image,
  .post-meta,
  .entry p,
  .entry .aligncenter,
  .tag-links,
  .comments,
  .pagination-nav,
  .solofolio-gallery-title p,
  .page-template-story-php .wrapper p,
  .page-template-story-php .wrapper img,
  .page-template-story-php .wrapper .wp-caption,
  .vert-scroll img,
  .vert-scroll .wp-caption-text,
  .solofolio-cyclereact-slide .wp-caption-text,
  .solofolio-cyclereact-slide img {
    margin-left: auto;
    margin-right: auto;
  }
  .wp-caption img, img.alignnone, img.alignleft {
    width: 100%;
    height: auto;
  }
  

  
  .header {
    position: relative;
    line-height: 1.3;
    margin-bottom: 1rem;
    min-width: 320px;
  }
  .header .logo { padding-top: 1rem }
  .page-template-story-php .header { margin-bottom: 0 }
  .header-meta { max-width: inherit }
  .header-content { display: none }
  .header-content ul li a,
  .header .header-content h3,
  .menu-icon,
  .searchform {
    display: block;
    line-height: 1.5rem;
    font-size: 16px;
    padding: .75rem 1rem;
    text-align: left;
  }
  .site-title { line-height: 1 }
  .sidebar-widget, .solofolio-custom-menu { margin-top: 0 }
  .header-meta div {
    float: none;
    padding-top : .25em;
  }
  .wrapper {
    margin-top: 0;
    min-width: 320px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-content h3,
  .menu-icon,
  .header-content ul li,
  .searchform,
  .solofolio-social {
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .solofolio-social a {
    display: inline-block;
    line-height: 1.5rem;
    padding: .75rem 1.25rem;
  }
  .menu-icon {
    display: block;
    margin-top: 1rem;
    padding: .75rem 1rem;
    cursor: pointer;
    text-align: left;
  }
  .menu-icon i {
    vertical-align: middle;
    float: right;
    line-height: inherit;
  }




  .searchform {
    display: table;
    width: 100%;
    padding: .5rem 1rem;
  }
  .searchform input, .searchform span {
    display: table-cell;
  }
  .searchform input {
    border: none;
    padding: 0;
    width: 100%;
  }
  .searchform span {
    width: 1px;
  }
  .searchform button {
    border: none;
    padding-right: 0;
    text-align: right;
  }
  .content-page,
  .content-index,
  .content-search,
  .content-about {
    max-width: 900px;

  }
  .content-about-image,
  .content-about-content {
    float: none;
    width: 100%;
  }
  .content-about-image {
    padding: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  .content-about-content {
    max-width: 600px;
    display: block;
  }
  .content-about .children { padding-left: 1rem }
  .content-about .children li {
    padding-left: 0;
    padding-right: 1rem;
  }
  .entry { margin-bottom: 2rem }
  .post-meta, .entry p {
    max-width: 600px;
  }
  .entry .wp-caption-text {
    margin: .25em auto auto auto;
    max-width: none;
  }
  .entry p { text-align: left }
  .comments .commentlist li { padding: 0 }
  .footer {
    line-height: 1.4;
    padding: 1rem;
  }
  .footer .copyright-label { display: none }
  .wrapper .content-index { width: 100% }
  .pagination-nav h4 { padding: 0 }
  .wrapper h1 { font-size: 22px }
  .vert-scroll .wp-caption-text { max-width: none }
  .solofolio-gallery-title h2 { text-align: center }
  .solofolio-cyclereact-slide .image {
    margin: 0 auto;
  }
  .solofolio-cyclereact-slide img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
  }
  .solofolio-cyclereact-slide {
    visibility: visible !important;
    position: relative !important;
    margin: 1rem auto 0;
  }
  .solofolio-cyclereact-stage[style] { display: block !important }
  .solofolio-cyclereact-sidebar[style],
  .solofolio-cyclereact-thumbs[style] { display: none !important }
  .solofolio-cyclereact-sidebar, .solofolio-cyclereact-image-nav {
    display: none;
  }
  body .wrapper .solofolio-cyclereact-title {
    left: auto !important;
  }
  .vert-scroll-full {
    margin: 0 -1rem;
  }
  .header, .footer { text-align: center }
}














  
  
  
  
  
  
  
  
  



/* Horizon Layout */
@media only screen and (min-width: 1025px) {
  .horizon .entry,
  .horizon .entry .wp-caption,
  .horizon .entry .wp-caption img,
  .horizon .entry img,
  .horizon .content-index,
  .horizon .content-about,
  .horizon .content-parent,
  .horizon .content-about-content,
  .horizon .content-about-image,
  .horizon .post-meta,
  .horizon .entry p,
  .horizon .entry .aligncenter,
  .horizon .tag-links,
  .horizon .comments,
  .horizon .pagination-nav,
  .horizon .solofolio-gallery-title p,
  .horizon.page-template-story-php .wrapper p,
  .horizon.page-template-story-php .wrapper img,
  .horizon.page-template-story-php .wrapper .wp-caption,
  .horizon .vert-scroll img,
  .horizon .vert-scroll .wp-caption-text  {
    margin-left: auto;
    margin-right: auto;
  }
  .horizon .wrapper { top: 85px }
  .horizon .header {
    display: table;
    position: fixed;
    left: 0;
    right: 0;
    padding: .75rem 0;
    width: 100%;
    z-index: 300;
  }
  .horizon .logo {
    display: table-cell;
    padding: 0 1.5rem 0 40px;
  }
  .horizon .logo-text a { vertical-align: text-top }
  .horizon .header-inner { display: table-row }
  .horizon .header-meta { display: table-cell }
  .horizon .header-meta div {
    display: inline-block;
    padding: 0 .5rem;
  }
  .horizon .header-content {
    display: table-cell;
    padding-right: 40px;
    text-align: right;
  }
  .horizon .logo, .horizon .header-meta, .horizon .header-content { vertical-align: middle }
  .horizon .sidebar-widget { margin-left: 1rem }
  .horizon .sidebar-widget { margin: 0 }
  .horizon .header-content ul li {
    display: inline-block;
    padding: 0 10px;
  }
  .horizon .solofolio-custom-menu,
  .horizon .sidebar-widget {
    display: inline-block;
  }
  .horizon .solofolio-custom-menu {
    position: relative;
    margin-top: 0;
    padding: 0 10px;
  }
  .horizon .header-content h3 { display: none }
  .horizon .header-content .solofolio-custom-menu h3 { display: block }
  .horizon .header-content .solofolio-custom-menu ul {
    padding-top: .75rem;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
  }
  .horizon .header-content .solofolio-custom-menu li {
    display: block;
    margin: .75rem 0;
    text-align: left;
    width: 10rem;
  }
  .horizon .content-about-image {
    float: left;
    padding: 0 2rem 2rem 0;
  }
  .horizon .comments,
  .horizon .pagination-nav {
    max-width: 600px;
  }
  .horizon .solofolio-cyclereact-thumbs { text-align: center }
  .horizon .solofolio-cyclereact-thumbs .thumb {
    display: inline-block;
    float: none;
  }
  .horizon .solofolio-cyclereact-sidebar {
    right: 0;
    top: 0;
    width: 100%;
  }
  .horizon .solofolio-cyclereact-sidebar.text li,
  .horizon .solofolio-cyclereact-sidebar.buttons a { margin-top: 0 }
  .horizon .solofolio-cyclereact-sidebar.text a { margin-bottom: .5rem }
  .horizon .solofolio-cyclereact-sidebar.buttons a { margin-bottom: 15px }
  .horizon .solofolio-cyclereact-caption {
    line-height: 1.4;
    margin-top: 55px;
  }
  .horizon .solofolio-cyclereact-sidebar.text .solofolio-cyclereact-caption { margin-top: 2rem }
  .horizon .solofolio-cyclereact-controls {
    position: absolute;
    top: 0;
    width: 100%;
  }
}




















/* Media Queries */

@-ms-viewport { width: device-width; }

@media only screen and (min-width: 1025px) {
  .page-template-story-php .vert-scroll-window:first-child { margin-top: 1rem }
  .page-template-story-php p { margin-top: 2rem; margin-bottom: 2rem; }
  body.page-template-story-php .vert-scroll.vert-scroll-full {
    padding-left: 0;
    padding-right: 0;
  }
  .entry { margin-bottom: 130px; }
  .menu-icon { display: none }
  .header {
    z-index: 5;
    position: fixed;
    top: 0;
    bottom: 40px;
    left: 0;
  }
  .wrapper {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 20px;
    left: 20px;
  }
  .footer {
    bottom: 0;
    opacity: .5;
    padding: 4px 8px;
    position: fixed;
    right: 0;
    z-index: 1000;
  }
  .copyright-hidden { display: none }
  .solofolio-cyclereact-wrap {
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .solofolio-cyclereact-stage {
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .solofolio-cyclereact-gallery {
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .solofolio-cyclereact-slide {
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .solofolio-cyclereact-slide .wp-caption-text {
    display: none;
  }
  .solofolio-cyclereact-slide .image {
    display: block;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .solofolio-cyclereact-slide img {
    height: auto;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    display: block;
    position: relative;
  }
  .solofolio-cyclereact-title {
    position: fixed !important;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .solofolio-cyclereact-title-wrapper {
    display: table;
    height: 100%;
    width: 100%;
  }
  .solofolio-cyclereact-title-content {
    display: table-cell;
    vertical-align: middle;
  }
  .solofolio-gallery-title h2 { text-align: center }
  .solofolio-gallery-title p { margin: 0 auto 1em }
  ul.solofolio-cyclereact-controls { margin: 0; line-height: 1;}
  .solofolio-cyclereact-controls a { font-weight: normal }
  .solofolio-cyclereact-sidebar.buttons a {
    border-radius: 2px;
    display: inline-block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    margin-top: 15px;
    margin-right: 15px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
  }
  .solofolio-cyclereact-sidebar.text li {
    display: inline-block;
    line-height: 1;
    margin-right: .5rem;
    margin-top: .5rem;
  }
  .solofolio-cyclereact-image { z-index: 2 }
  .solofolio-cyclereact-nav-left,
  .solofolio-cyclereact-nav-thumbs,
  .solofolio-cyclereact-nav-right {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
  }
  .solofolio-cyclereact-nav-left {
    cursor: w-resize;
    left: 0;
    width: 33.333333%;
  }
  .solofolio-cyclereact-nav-thumbs {
    cursor:context-menu;
    left: 33.333333%;
    width: 33.333333%;
  }
  .solofolio-cyclereact-nav-right {
    cursor: e-resize;
    right: 0;
    width: 33.333333%;
  }
  .thumbnails-disabled .thumbs { display: none !important }
  .thumbnails-disabled .solofolio-cyclereact-nav-left,
  .thumbnails-disabled .solofolio-cyclereact-nav-right {
    width: 50%;
  }
  .solofolio-cyclereact-slide { right: 0 }
  .wrapper .solofolio-cyclereact-caption {
    margin: 0 auto;
    text-align: left;
    line-height: 1.4;
    font-size: .8em;
  }
  .solofolio-cyclereact-sidebar {
    bottom: 0;
    position: fixed;
    max-width: 200px;
    width: 100%;
    z-index: 100;
  }
  .solofolio-cyclereact-thumbs {
    display: none;
    z-index: 200;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: 0 !important;
    max-width: inherit !important;
    list-style-type: none;
    overflow-y: auto;
  }
  .solofolio-cyclereact-thumbs {
    max-width: inherit !important;
  }
  .solofolio-cyclereact-thumbs .thumb {
    float: left;
    padding: 10px 10px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
  }
  .solofolio-cyclereact-thumbs .thumb a {
    height: 200px;
    display: block;
    position: relative;
  }
  .solofolio-cyclereact-thumbs .thumb a:hover { opacity: .7 }
  .solofolio-cyclereact-thumbs .thumb img {
    width: auto;
    height: 100%;
  }
  .solofolio-cyclereact-nav-left {
    cursor: url('css/cursor-left-32.png'), auto;
  }
  .solofolio-cyclereact-nav-thumbs {
    cursor: url('css/cursor-thumbs-32.png'), auto;
  }
  .solofolio-cyclereact-nav-right {
    cursor: url('css/cursor-right-32.png'), auto;
  }
}
































@media only screen and (max-width: 620px) {
  [class*='col-'] {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  body.page { overflow: auto }
  .header-content { text-align: center }
  .content-page,
  .content-index,
  .content-search,
  .content-parent .content { padding: 0 }
  .content-parent .children li {
    padding-right: 0;
    padding-left: 0;
    width: 60%;
  }
  .content-parent .children li:nth-child(odd) { padding-right: .5rem; }
  .content-parent .children li:nth-child(even) { padding-left: .5rem; }
  .single-post .pagination-nav .right, .single-post .pagination-nav .left { float: none }
  .single-post .pagination-nav .left { margin-bottom: 1rem }
  .single-post .pagination-nav .right h4 { text-align: left }
  .entry img { max-width: 100% }
}

  /* Story Template */
  .heights.page-template-story-php .menu-btn {
    cursor: pointer;
    display: block;
    font-size: 14px;
    left: 40px;
    height: 40px;
    text-align: center;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    line-height: 40px;
    z-index: 9997;
    -ms-transform:rotate(90deg); /* IE 9 */
    -ms-transform-origin: 0;
    -moz-transform:rotate(90deg); /* Firefox */
    -moz-transform-origin: 0;
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    -webkit-transform-origin: 0;
    -o-transform:rotate(90deg); /* Opera */
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .heights.page-template-story-php .wrapper {
    top: 0;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
  }
  .heights.page-template-story-php .pushy {
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  }
  .heights.page-template-story-php .pushy-open { left: 0 }
  .heights.page-template-story-php .site-overlay { display: none }
  .heights.page-template-story-php.pushy-active .menu-btn { display: none }
  .heights.page-template-story-php.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
  }
  .heights.page-template-story-php.pushy-active { overflow-x: hidden }
  .heights .solofolio-cyclereact-slide .image {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .heights.page-template-story-php .solofolio-cyclereact-sidebar { left: 1rem }
  .heights.page-template-story-php .solofolio-cyclereact-sidebar { bottom: 1rem }
  .heights.page-template-story-php .solofolio-cyclereact-stage {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}



