/*
	Theme Name: One Iota Kerrie Hess Custom Build
	Theme URI: http://html5blank.com
	Description: HTML5 Custom WP Build
	Version: 1.0
	Author: David Fontain, Pam Rosel
	Author URI: http://studiooneiota.com
	Tags: Blank, HTML5, CSS3

*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('css/pam.css');
@import url('css/animations.css');

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	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;
}
body,html {
  display: block;
  min-height: 100%;
  height: 100%;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font:300 15px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background: #F7F7F7;
	width: 100%;
	max-width: 100%;
	min-height: 480px;
	font-family: UniversLTStd-Light;
	font-weight: normal;
	font-style: normal;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color: #E59E91;
	text-decoration:none;
}

a.copyright {
  color: #444;
}

a.copyright:hover {
  color: #000;
}

a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.txt_right {
	text-align: right;
}

	/*------------------------------------*\
  COLOURS
	\*------------------------------------*/

	.peach {
	  background-color: rgba(255,237,222,0.7) !important;
	}

	.pink {
	  background-color: rgba(252,214,236,0.7) !important;
	}

	.blue {
	  background-color: rgba(188,254,252,0.7) !important;
	}

	.beige {
	  background-color: rgba(252,230,228,0.7) !important;
	}

	.teal {
	  background-color: rgba(140,254,236,0.7) !important;
	}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrappers - spans edge 2 edge */
.wrapper {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.sectionWrap {
  width: 100%;
  float: left;
}

/* containers - max width and centers */
.container {
  display: block;
  background: transparent;
	margin:0 auto;
	width: 100%;
	max-width:1000px;
	box-sizing: border-box;
  clear: both; /* ADDDED */
}

.mobile_container {
	margin: 4em 0 1em 0;
	float: left;
}

/* containers - like a row*/
.content {
  float: left;
	padding: 1em;
	width: 100%;
}

.no_pad {
		padding: 1em;
}

.left_right_pad {
	padding: 0 1em;
}

/*------------------------------------*\
    GRID
\*------------------------------------*/

.column {
	padding: 1em;
}

.left {
	float: left;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


img {
  width:100%;
  height: auto;
}


/* Code for grey image bg's before load */
.images {
	/* position: relative; */
}

.images span, span.thumb {
  display: none;
}

article.illustration .nice-placeholder {
	top: 0em;
}

.images .nice-placeholder {
	top: 3em;
}

.nice-placeholder {
  position: absolute; /* ADDDED */
  top: 13em; /* ADDDED */
  z-index: 0; /* ADDDED */
  width: 100%; /* ADDDED */
}

.nice-placeholder img {
  display: block; /* ADDDED */
  height: auto; /* ADDDED */
  width: 100%; /* ADDDED */
  z-index: 0;
}

.nice-placeholder img.landscape {
  height: auto; /* ADDDED */
  width: 100%; /* ADDDED */
}

.nice-placeholder.image {
  z-index: 1;
  position: relative;
}

.placeholder-image {
	background-color: #F1F1F1;
}

.gallery-image-holder {
  margin: 1em;
	position: relative;
	display: block;
}

.spritemap_big {
	background-image: url('img/spritemap_small.gif');
}

.backgroundsize .spritemap_big {
	background-image: url('img/spritemap_big.gif');
	background-size: 90px 92px;
}


.sp_infoclose {
	background-position: -60px -57px;
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 2em;
	right: 2em;
}

.sp_infoclose:hover {
	background-position: -60px -38px;
}

.prevNav {
	width: 18px;
	height: 0px;
	border-style: solid;
	border-width: 5.5px 9.5px 5.5px 0;
	border-color: transparent #cbcbcb transparent transparent;
	text-indent: -999999px;
	display: block;
	margin: 2px 1em 0 0;
	float: left;
}

.prevNav:hover {
	border-color: transparent #666666 transparent transparent;
}

span.totalLoad {
 color: #AAAAAA;
}

.nextNav {
	width: 18px;
	height: 0px;
	border-style: solid;
	text-indent: -999999px;
	display: block;
	border-width: 5.5px 0 5.5px 9.5px;
	border-color: transparent transparent transparent #cbcbcb;
	margin: 2px 0 0 1em;
	float: left;
}

.nextNav:hover {
	border-color: transparent transparent transparent #666666;
}

.navCounter {
	float: left;
	font-size: 0.7em;
}

.logo {
	margin-top: 1em;
	margin-bottom: 0;
	overflow:hidden;
  text-indent:100%;
  white-space:nowrap;
}

.kh_logo {
  background-image: url('img/kerriehesslogo.gif');
  background-size: 250px 95px;
  width: 250px;
  height: 95px;
  display: block;
  margin: 0 auto;
}

/*------------------------------------*\
    SHARE TOOLS IN GALLERY
\*------------------------------------*/

.sp_fb {
	background-position: -1px -38px;
	width: 9px;
	height: 17px;
	display: block;
	margin-left: 5px;
}

.sp_fb:hover {
	background-position: -10px -38px;
}

.sp_twitter {
	background-position: -1px -20px;
	width: 21px;
	height: 17px;
	display: block;
}

.sp_twitter:hover {
	background-position: -22px -20px;
}

.sp_pinterest {
	background-position: -1px -56px;
	width: 17px;
	height: 17px;
	margin-left: 0px;
	display: block;
}

.sp_pinterest:hover {
	background-position: -19px -56px;
}

.sp_share {
	display: none;
}

#share {
	z-index: 2;
	margin-bottom: 3em;
}

	#share.desktop_share {
		display:none;
	}

ul.gallery-share {
  text-align: center;
}

ul.gallery-share li{
	display:inline-block;
	padding: 1.5em;
}

/*------------------------------------*\
    INDEX THUMBS
\*------------------------------------*/

.thumbHolder, .thumbHolder a {
  position: relative;
  display: block;
  max-height: 330px;
  overflow: hidden;
  margin-bottom: 1em;
}

.thumbHolder img {
 position: absolute;
 top:0;
 left: 0;
}

html.no-canvas .thumbHolder img {
 position: relative;
}

.thumbHolder img.placeholder-thumb {
  position: inherit;
}

.archive_post img.textthumb {
  display: none;
  z-index: 1;
  padding: 1.5em;
}

html.no-canvas .archive_post:hover img {
  display: none !important;
}

html .archive_post img.textthumb {
  display: block !important;
}

/*------------------------------------*\
    SECTIONS
\*------------------------------------*/

#info {
	position: absolute;
	top:0;
	left:0;
	display: none;
	z-index: 4; /* important top z-index */
}

.mob_information {
  background: #000;
  color: #FFF;
}

.instagram {
  background: #F1F1F1;
}

#grammin {
	margin-bottom: 100px;
	float: left;
}

#grammin_title {
	background-color: #f1f1f1;
	padding: 8px 10px;
	font-family: UniversLTStd-Ex;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
}

#grammin_title p a {
	color: #444444;
}

.shield {
	display: none;
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 3; /* important second highest z-index */
}

/*------------------------------------*\
    PORTFOLIO GALLERY
\*------------------------------------*/

.gallery-arrows {
	display: none;
}

ul.gallery-counter {
	display: none;
	z-index: 2;
}

.gallery-box {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
}

.gallery-title {
	width: 200px;
	text-align: center;
	position: absolute;
	top: 7em;
	left: 50%;
	margin-left: -100px;
}

#gallery-holder {
  position: relative;
  margin-top: 3em;
  margin-bottom: 4em;
}

/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/

.mobile_holder {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 3;
 width: 100%;
 display: block;
}

.mobile_menu_holder {
  background: #000;
  display: none;
}

.mobile_nav_holder {
  background: #F1F1F1;
  position: fixed;
}

.mobile_menu {
	display: block;
	text-align: center;
}

.mobile_menu ul {
	padding-left: 0px;
	margin: 0px;
}

.mobile_menu ul li {
	padding: 1em;
}

.mobile_menu li a {
	color: #FFF;
}

ul.mobile_nav {
	color: #808080;
	text-align: center;
	margin: 0 20px;
}

.mobile_nav_btn a {
	color: #000;
}

.mobile_nav li {
	display: inline-block;
}

.backBar {
	background-color: #F1F1F1;
	position: fixed;
	width: 100%;
	z-index: 3;
	bottom: 0;
	text-align: center;
	padding: 1em;
}

.backBar a {
	color: #000;
}

/*------------------------------------*\
    CLIENTS FILTER
\*------------------------------------*/

.clientListHolder {
	background-color: #FFF;
	text-align: center;
}

.clientListHolder li {
	display: inline-block;
	padding: 0.5em;
	font-size: 0.9em;
}

.clientListHolder li a {
	display: inline-block;
	color: #B2B2B2;
}

.clientListHolder li a.current, .clientListHolder li a:hover {
  color: #000;
}

.clientlist {
	display: none;
}

.mobileClients {
	display: inline-block;
}

/*------------------------------------*\
    ARTICLES - BOOKS, PRINTS, EXHIBITS
\*------------------------------------*/

.article-title {
	margin: 6em 0 2em 0;
	text-align: center;
}

.article-title span {
	display: none;
}

.article-images {
  position: relative;
  background: #F1F1F1;
  margin-bottom:1em;
}

.article-images span {
  display: none;
}

.article-images img {
  position: relative;
  z-index: 1;
}

.article-images .article-placeholder {
  position: absolute;
  width:100%;
  z-index: 0;
  top:0;
  left:0;
  background: #F1F1F1;
}

.article-images .article-placeholder img {
  position: static;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

p,h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}

.sub_img p{
	  font-family: UniversLTStd-Ex;
    font-weight: normal;
    font-style: normal;
    color: #B2B2B2;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 100px;
    letter-spacing: 2px;
    text-align: center;
}

h1, .ext {
	font-family: UniversLTStd-Ex;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h1 {
	margin-bottom: 0.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 0.9em;
}

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    VIDEO
\*------------------------------------*/

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#youtubetrailer {
	clear: both;
    padding: 40px 0;
    max-width: 630px;
}

.youtubevideo {
	display:block;
	max-width: 502px;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------*\
    SUBSCRIBE TOOLS
\*------------------------------------*/

#subscribe-footer-form-2 {
	position: relative;
}

.subscribetext_1 {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
	font-size: 12px;
	font-family: UniversLTStd-Ex;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 2em;
}

.yikes-easy-mc-submit-button-1 {
	border: none;
	width: 120px !important;
	margin: 0 auto;
	background-color: #EFD5DA;
	font-family: UniversLTStd-Ex;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

button.yikes-easy-mc-submit-button-2 {
	position: absolute;
  top: 0;
  right: 0;
  width: 50% !important;
	border: none;
	color: #000000;
	margin: 0 auto;
	background-color: #EFD5DA;
	font-family: UniversLTStd-Ex;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	height: 31px;
}

.g-recaptcha {
	margin: 0 !important;
}

.yikes-easy-mc-form.yikes-mailchimp-form-inline {
    width: 103% !important;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    min-height: 29px !important;
    padding: 5px !important;
}

input#yikes-easy-mc-form-2-EMAIL {
	width: 50%;
	font-size: 13.5px;
	border: none;
	border-bottom: 1px solid #EFD5DA;
}

.subscribebox_1 {
	background-color: #ffffff;
	height: 500px;
	width: 100%;
	float: left;
	padding-top: 40px;
}

input#yikes-easy-mc-form-1-EMAIL {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #EFD5DA;
	background-color: #ffffff;
	padding-bottom: 10px;
	margin-top: 40px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.subscribeimage_1 {
	display: none;
}

.cover {
  width: 500px;
  object-fit: cover;
}

.subscribeimage_1 img {
	height: 500px;
}

#subscribeform_2 {
	float: left;
	width: 50%;
	display: none;
}

#subscribetext_2 {
	display: none;
	float: left;
	width: 48%;
	border: none;
	color: #000000;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 8px 10px;
	font-family: UniversLTStd-Ex;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	margin-right: 10px;
}

.social_links li {
    display: inline-block;
    padding: 0 4px;
}

.social_links li a {
		fill: #ADADAD;
}

#social_container {
    text-align: center;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* shows on mobiles */
.smallscreen {
  display: block;
}

/* hides on mobiles */
.bigscreen {
  display: none;
}

.homepage_img {
	display: none;
}

@media only screen and (min-width:320px) {
}

@media only screen and (min-width:480px) {

  .homepage_img {
	display: block;
}

  .disabled {
		display: none;
	}

  .smallscreen {
    display: none;
  }
  .bigscreen {
    display: block;
  }

  .nice-placeholder img, .gallery-placeholder img {
    height: 100%; /* ADDDED */
    width: auto; /* ADDDED */
  }

  h1, .ext {
		font-family: UniversLTStd-Ex;
		font-weight: normal;
		font-style: normal;
		font-size: 1em;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	/*------------------------------------*\
  HOME PAGE
	\*------------------------------------*/


.sub_img {
	width: 33.33%;
	float: left;
	padding-top: 40px;
}

.sub_img:hover > p {
	color: #000000;
}

	/*------------------------------------*\
  COLOURS
	\*------------------------------------*/

	.peach {
	  background-color: #FFF5EE !important;
	}

	.pink {
	  background-color: #F9E8F3 !important;
	}

	.blue {
	  background-color: #E1FFFC !important;
	}

	.beige {
	  background-color: #FFEBEB !important;
	}

	.teal {
	  background-color: #D2FFF6 !important;
	}

	/*------------------------------------*\
    WEBSITE MENU
	\*------------------------------------*/

	.website_menu ul{
		text-align: center;
	}

	li.menu-item {
		display: inline-block;
		padding: 0 0.4em;
	}

	li.menu-item a {
		color: #B2B2B2;
		letter-spacing: 2px;
		font-size: 0.7em;
	}

	li.current-menu-item a {
		color: #000;
	}

	li.menu-item .smallscreen {
		display: none;
	}

	.website_menu li.smallscreen {
	 display: none;
	}

	li.menu-item a:hover {
		color: #000;
	}

	/*------------------------------------*\
    CLIENT LIST
	\*------------------------------------*/

	.clientlist {
		display: block;
		padding: 1em;
	}

	.mobileClients {
		display: none;
	}

  /*------------------------------------*\
    GRID
	\*------------------------------------*/

  .content {
	  float: left;
		padding: 1em;
		width: 100%;
	}

	.mobile_container {
		margin: 0;
	}

	.no_pad {
		padding: 0;
		float: left;
	}

	.gallery_align_pad {
		padding: 0 0;
	}

  .column {
	  padding: 1em;
	  float: left;
  }

  .top_bot_mar {
	  margin: 1em 0;
	  float: left;
	}

  .one_col {
		width: 100%;
	}

	.threefourths_col {
		width: 75%;
	}

	.two_col {
		width: 50%;
	}

	.three_col {
		width: 33.33%;
	}

	.four_col {
		width: 25%;
	}

	.column_children > * {
    padding: 1em;
	  float: left;
  }

	.two_col_children > * {
  	width:50%;
	}

	/*------------------------------------*\
    INSTAGRAM
	\*------------------------------------*/


	.loading_gif {
		width: 30px;
		height: 30px;
	}

	#insta_overlay {
		text-align: center;
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.instapress-shortcode-image {
		float: left;
		width: 23.5%;
		margin: 2% 2% 0 0;
	}

	#instapress-shortcode-1-image-4 ,#instapress-shortcode-1-image-8 {
		margin-right: 0px;
	}

	/*------------------------------------*\
    IMAGE INDEX
	\*------------------------------------*/

	html .archive_post img.textthumb {
	  display: none !important;
	  background: none;
  }

	html .archive_post:hover img.textthumb {
	  display: block !important;
	  background: rgba(255, 173, 225, 0.95);
  }

  .illustrationIndex{
	  margin-bottom: 4em;
  }

  .thumbHolder, .thumbHolder a {
	  margin-bottom: 0;
	}

	/*------------------------------------*\
    SHARE
	\*------------------------------------*/

	#share.mobile_share {
		display:none;
	}

	#share.desktop_share {
		display:block;
	}

	ul.gallery-share li{
		display: inline-block;
    	padding: 1.5em 10px 0 0;
	}

	.sp_pinterest {
		margin-left: 2px;
	}

	.sp_share {
		background-position: -1px -73px;
		width: 21px;
		height: 17px;
		display: block;
	}

	.sp_share:hover {
		background-position: -22px -73px;
	}

	#share {
		width: auto;
		margin-bottom: 0;
		text-align: left;
/*		position: fixed;
		display: block;
		top: 1em;
		right: 3em;
		margin: 0;*/
	}

	#share:hover ul.gallery-share {
		display:block;
	}

	ul.gallery-share {
	text-align: left;
	}

	ul.gallery-counter {
		display: block;
	}

	/*------------------------------------*\
    IMAGE GALLERY STYLING FOR BIG SCREEN
	\*------------------------------------*/

	.images .nice-placeholder {
		top: 9em;
	}

	.gallery-counter li {
    display: none;
  }

  #gallery-holder {
    position: static;
    top: 0em;
    margin-top: 0em;
  }

	#share {
		width: auto;
	}

	.gallery-title {
  	top: 1em;
  	text-indent: 0px;
	}

	.gallery-title span {
  	display: none;
	}

	.gallery-close {
		z-index: 2;
		top: 1em;
		position: fixed;
		right: 1em;
	  height: 18px;
	  width: 18px;
	  display: block;
	  background-position: -40px 0px;
	}

	.gallery-close:hover {
		background-position: -60px 0px;
	}

  .article.illustration {
	  top: 0px;
	  left: 0px;
	  position: fixed;
	  background: #F7F7F7;
	  width: 100%;
	  max-width: 100%;
	  height: 100%;
	  display: block;
	  z-index: 1;
  }

  .gallery-arrows {
	  z-index: 2;
	  position: absolute;
	  top: 12em;
	  display: block;
	  width: 45%;
	  background: transparent;
	  bottom: 5em;
  }

	.gallery-right {
	  right: 0;
	}

	.gallery-left {
	  left: 0;
	}

	.gallery-right:hover {
	  cursor: url(img/right_arrow.png), pointer;
	}

	.gallery-left:hover {
	  cursor: url(img/left_arrow.png), pointer;
	}

	.gallery-image-holder {
	  position: absolute;
	  width:100%;
	  height: 100%;
	  left:0px;
	  margin: 0;
	  z-index: 0;
	}

	.nice-placeholder {
	  position: absolute; /* ADDDED */
		top: 13em;
		bottom: 70px;
	  left: 0; /* ADDDED */
	  z-index: 0; /* ADDDED */
	  width: 100%; /* ADDDED */
	}

	.ie .article.illustration .nice-placeholder, .article.illustration .nice-placeholder {
		top: 4em;
		bottom: 4em;
	}

	.nice-placeholder img {
	  display: block; /* ADDDED */
	  margin-left: auto; /* ADDDED */
	  text-align: center; /* ADDDED */
	  vertical-align: middle; /* ADDDED */
	  height: 100%; /* ADDDED */
	  width: auto; /* ADDDED */
	  margin-right: auto; /* ADDDED */
	  z-index: 0;
	}

	.nice-placeholder img.landscape {
    height: auto; /* ADDDED */
    width: 75%; /* ADDDED */
  }

	.nice-placeholder.image {
	  z-index: 1;
	  position: absolute;
	}

	.galNav {
		display: inline-block;
		text-align: left;
	}

	.gallery-counter {
		position: fixed;
		bottom: 2.5em;
		left: 0;
		right: 0;
		height: 0;
		text-align: center;
	}

	.gallery-counter li a {
	  display: block;
	  background-color: #CBCBCB;
	  height: 10px;
	  width: 10px;
	  margin-left: 1em;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	}

	.gallery-counter li a:hover {
		background-color: #AAAAAA;
	}

	.gallery-counter li a.current {
	  background-color: #666666;
	}


	/*------------------------------------*\
    ARTICLE (BOOKS,PRINTS,PRESS & EXHIBITIONS) STYLING FOR BIG SCREEN
	\*------------------------------------*/

	.article.books {
	  top: 0px;
	  left: 0px;
	  position: absolute;
	  background: #F7F7F7;
	  width: 100%;
	  max-width: 100%;
	  height: 100%;
	  display: block;
	}

	.article-gallery {
	/*	margin-bottom: 3em;*/
	}

	.article-images {
		position: relative;
		background: #F1F1F1;
		width: 80%;
		margin: 0 auto 1em auto;
	}

	.article-title {
		margin-top: -50px;
		text-indent: -99999px;
		font-size: 0;
	}

	.article-title span {
		margin: 0 auto;
		display: block;
		max-width: 250px;
		height: 225px;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	.text_holder {
		float: left;
		padding: 3em;
		width: 100%;
	}

	.text_desc {
		border-left: 1px solid #000;
		min-height: 200px;
		font-size: 0.9em;
	}

	.footer {
		z-index: 0;
    text-align: center;
    margin-top: -90px;
    height: 90px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
		fill: #ADADAD;
	}

	.social_links li{
	 	display: inline-block;
    padding: 0 4px;5
	}

	.social_links li a svg {
		fill: #ADADAD;
	}

	#social_container{

	}

	.copyright {
		font-size: 0.7em;
		position: relative;
		display: inline-block;
	}

	/*------------------------------------*\
    SUBSCRIBE TOOLS
	\*------------------------------------*/

	.subscribetext_1 {
		width: 80%;
		margin-top: 30px;
	}

.subscribeimage_1 {
    width: 50%;
		float: left;
		display: block;
}

.subscribebox_1 {
	width: 50%;
}

#subscribeform_2 {
	display: block;
}

#subscribetext_2 {
	display: block;
}

} /* END IPHONE AND UP QUERY */

@media only screen and (min-width:768px) {

	.nice-placeholder img.landscape {
    height: auto; /* ADDDED */
    width: 50%; /* ADDDED */
  }

	.article-images {
		width: 50%;
	}

	.website_menu li {
		display: inline-block;
		padding: 0 0.8em;
	}

	.website_menu li a {
		font-size: 0.8em;
	}

	.clientlist {
		padding: 1em 5%;
	}

	.archive_post img.textthumb {
  padding: 4em;
	}



}

@media only screen and (min-width:1140px) {

}

@media only screen and (min-width:1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}

/* START HEIGHT QUERIES - STYLES FOR SCREENS WITH LOST OF VERTICLE HEIGHT */

@media only screen and (min-height:700px) and (min-width:480px) {

  /* LOGO & MENU */

  .backgroundsize .kh_logo {
	  background-image: url('img/kerriehesslogo.gif');
		background-size: 250px 95px;
		width: 250px;
		height: 95px;
	  display: block;
	  margin: 0 auto 1em auto;
  }

  /* GALLERY */

  ul.gallery-counter {
		display: block;
	}

  .backgroundsize .gallery-title {
		top: -0.8em;
		text-indent: -99999px;
	}

	.backgroundsize .gallery-title span {
		position: absolute;
		top:0;
		display: block;
		width: 200px;
		height: 200px;
		background-size: 100% auto;
	}

	.article.illustration .nice-placeholder {
		top: 9em;
		bottom: 7em;
	}

	.backgroundsize .images .nice-placeholder {
  	top: 13em;
	}



}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

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