
/*
Theme Name: vera
Theme URI: 
Author: Tim Jukes 
Author URI: 
Description: 
Version: 1.0
Tags: 
Text Domain: 
*/

/**
 * Table of Contents:
 *
 * 1.0 	- 	Reset & Plugins
 * 2.0 	- 	Typography
 * 3.0 	- 	Navigation + Footer
 * 4.0 	- 	Main Styles
 * 5.0 	- 	Tables
 * 6.0 	- 	Forms
 * 7.0 	- 	Web sections
 *			
 * 8.0	- 	Plugin overrides
 * 9.0	- 	Icons
 * 10.0	- 	Colours
 * 11.0 - 	Print
 * 12.0	-	Useful extras
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset & Plugins
 * -----------------------------------------------------------------------------
 */



/*
LOADED BY FUNCTIONS
@import url('css/reset.css');
@import url('css/plugins.css');
*/

/*
.wf-loading body {
    visibility: hidden;
}
*/
  
/**
 * 2.0 Typography
 * -----------------------------------------------------------------------------
 */


body{
	font-family:'Bodoni Egyptian W01', 'bodoniegyptian', serif;  
	font-weight:normal; font-style:normal;
	font-size-adjust: auto;
	font-size: 14px;
	line-height: 1.5; /* Baseline grid of 21px */
	font-weight: 400;
	
}

.submit, .button, input[type="submit"], 
input, textarea, input[type="text"], input[type="email"], input[type="password"]{
	font-family:'Bodoni Egyptian W01', 'bodoniegyptian', serif;   font-weight:normal; font-style:normal;
	font-size: 14px;
	line-height: 1.5; /* Baseline grid of 21px */
}



strong, bold{
	font-weight: bold;
}

i, em{
	font-weight:normal; font-style:italic;
}

strong i, i strong, strong em, em strong,
b i, i b, b em, em b{
	font-weight: bold; font-style:italic;
}


ul{
	list-style: circle;
	margin-left: 1em;
	padding-left: 0;
	margin-bottom: 0;
}

ol{
	list-style: decimal;
}


li{
	margin: 0;
	padding: 0;
}

blockquote{
	margin: 0;
}


/* ------  header styles  */

/* headers - default */

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

h1{
	  font-size: 2.5714em; /* 36px */
  line-height: 1.1667em; /* 42px */
  margin-bottom: 21px;
	font-weight: 500;
	
}

h2{
	 font-size: 2em; line-height: 1.25em; 
	 margin-bottom: 0.5em;
/* 	 text-transform: uppercase; */
}

h3{
	font-size: 1.5000em;  line-height: 1.10em;
	margin-bottom: 0.45em;
	margin-top: 1.5em;
}

h4{
	 font-size: 1.4286em; /* 20px */ line-height: 1.0500em; /* 21px */
	 font-weight: normal;
	 margin-bottom:1.05em;
}

/* header overrides */

#site-header h1{
	margin: 0;
	margin-top: 34px;
	padding: 0;
	font-weight: 300;
	font-size: 42px;
	text-transform: uppercase;
}

#site-header h2{
	font-weight: 100;
	font-style: italic;
	font-size: 21px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	top:30px;
}

.artwork_desc_content h1{
	font-style: italic;
	margin-bottom: 0;
}

.artwork_desc_content h2{
	margin-bottom: 60px;
}

.sub_col_block h2{
	margin-top: 7px;
	margin-bottom: 21px;
}




#main_menu, #main_menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_menu{
	font-size: 21px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 18px;
}

#main_menu .sub-menu{
	margin-top: 12px;
	font-size: 18px;
}

/* ------  paragraph styles  */

p, ul, ol, blockquote{
	 font-size: 1.1429em; /* 16px */
  line-height: 1.3125em; /* 21px */
}

p{
	margin-bottom: 1.5em; 
	margin-top: 0;
}

a:focus{
	outline: none;
}

dt{
	font-weight: bold;
	margin: 0;
}

dd{
	margin: 0;
}

blockquote{
	padding-left: 30px;
	padding-right: 30px;
	
}

blockquote p, p blockquote{
	font-size: 1em;
	line-height: inherit;
	font-style: italic;
}

.small, .imgcaption{
	 font-size: 0.8571em; /* 12px */ line-height: 1.7500em; /* 21px */

}

#copyright{
	 font-size: 0.7143em; /* 10px */ line-height: 2.1000em; /* 21px */
}


#address, #contact_details, #footer_services{
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
}

.ml_intro{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
}

#mc_embed_signup{
	margin-top: 30px;
}


/* ------  special links/buttons  */


/* ------  form styles  */
em.invalid, #ml_ajax_msg{
	font-style: normal;
	 font-size: 0.8571em; /* 12px */ line-height: 1.2500em; /* 21px */

}

#ml_ajax_msg{
	margin: 0;
	padding: 0;
}

#ml_ajax_msg a{
	text-decoration: underline;
}


/* ------  plugin styles  */



/**
 * 3.0 Navigation + Footer
 * -----------------------------------------------------------------------------
 */





/* STICK FOOTER TO BOTTOM */

/*
<body>
	<wrap>
		<page>
		</page>
	</wrap>
	<footer>
	</footer>
</body>
*/


* { margin:0; padding:0; } 

html {
   height: 100%;
   
}


body{
	height:auto;
	margin-top: 0;
	padding-top: 0;
	
	position: relative;
	
}



#wrap {
	min-height: 99.99%;
}


#wrap:after {
  content: "";
  display: block;
}


#wrap{
	margin: 0 auto -70px;
}

#footer, #wrap:after {
  height: 70px; 
}

#footer {
  overflow: hidden;
  display: block;
  clear: both;
  position: relative;
  z-index: 500;
}

#copyright_holder{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#copyright_holder a{
	text-decoration: none;
}

#copyright{
	text-align: center;
	display: block;
	margin-bottom: 0;
}

#page{


}


#main{
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.section_strip{
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

.main_menu{
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}

#main_menu li{
	display: inline;
	display: inline-block;
	margin-right: 20px;
}

.sub-menu{
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	width: 100%;
	display: none;
}

.current-menu-parent .sub-menu
,.current_custompost_parent .sub-menu
{
	display: block;
}

.sub-menu li a{
	padding: 10px 0 5px;
	display: block;
}

#main_menu .sub-menu li.menu-year{
	font-size: 16px;
}

#main_menu .sub-menu li.menu-year a{
	padding-top: 5px;
}

#copyright{
	text-align: center;
}


em.invalid{
	font-size: 14px;
	line-height: 21px;
	padding-top: 10px;
}

 #site-header{
	padding: 40px 40px 80px;
}

.home #site-header{
	padding: 40px 40px 40px;
}

.post-type-archive-artworks  #site-header
,.single-artworks #site-header
{
	padding-bottom: 100px;
}

#main-content{
	padding-bottom: 50px;
	padding-top: 40px;
	margin-top: 260px;
}


.sub_col_block{
	display: block;
	clear: both;
	margin-bottom: 30px;	
	overflow: hidden;
	}

.sub_col_block h4{
	margin-bottom: 0;
	margin-top: 20px;
}

.sub_col_slider{
	float: left;
	clear: both;
	width: 100%;
}

.menu-splitter{
	width: 100% !important;
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
	height: 1px;
	text-indent: -99999px;
}

#main_menu .sub-menu{
	line-height: 21px;
}

#main_menu .sub-menu li{
	margin-bottom: 0;
	margin-top: 0;
}


.home #footer{
	display: none;
}

.home #wrap{
	margin: 0;
}

/* pagination  */


/**
 * 4.0 Holding page
 * -----------------------------------------------------------------------------
 */


/**
 * 4.0 Global styles
 * -----------------------------------------------------------------------------
 */


#site-header{
		position: absolute;
		top:0;
		left: 0;
		width: 500px;
		z-index: 8000;
		width: 500px;
	}


#fullscreen_bg{
	display: none;
}


img{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
 
img.responsive,
.responsive img,
.sub_col_block img,
.artwork_main_image_col img
,.sub_col img
{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
 
.social_links, .social_links li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.social_links li{
	display: inline;
	display: inline-block;
	margin-right: 10px;
}


.thumb_overlay{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	padding: 60px;
	color: #fff;
	text-align: center;
	opacity: 0;
}


/*
#gallery_fill li{
	overflow: hidden;
}
*/

.sub_col_slider{
	margin-bottom: 60px;
	position: relative;
}

.image_block {
	margin-bottom: 40px;
	float: left;
	clear: both;
	width: 100%;
}

#folio_slider{
	display: block;
	clear: both;
}

a.read-more{
	display: block;
	clear: both;
	width: 5em;
	margin-top: 1.5em;
	text-decoration: underline;
}


/**
 * 5.0 Tables
 * -----------------------------------------------------------------------------
 */



/**
 * 6.0 Forms
 * -----------------------------------------------------------------------------
 */

.submit, .button, input[type="submit"]
{
	/* text-transform: uppercase; */
	font-weight: normal;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	/* text-transform: lowercase; */
	padding: 0 10px 0 10px;
	/* letter-spacing: 0.1em; */
	vertical-align: middle;
	text-decoration: none;
	height: 29px;
	line-height: 29px;
	font-size: 13px;
	margin-top: 0;
	display: block;
	text-align: center;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
    -webkit-border-radius:none;
    border-radius: 0;
	
}

fieldset{
	border: none;
	padding: 0;
	margin: 0;
}

.i_text, .i_textarea, input[type="text"], textarea{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius:none;
    border-radius: 0;
}



.i_text, .i_textarea,
textarea, input[type="text"], input[type="email"], input[type="password"],
input.input-text
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius:none;
    border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #000;
	width: 100%;
	float: left;
	padding: 8px 5px;
	outline: none;
}

.oneline_form{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}


.oneline_form .submit, .oneline_form .i_text, .dc-download-code input{
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius:none;
	font-size: 14px !important;
	line-height: 32px !important;
	height: 32px !important;
	border: 0 !important;
	border: none !important;
}

.oneline_form .i_text{
	text-indent: 5px;
}

.oneline_input_holder{
	width: 75%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius:none;
	position: relative;
	border: none;
}

.oneline_submit_holder{
	width: 25%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}


.wpcf7-form input, .wpcf7-form textarea{
	margin-bottom: 20px;
}

.wpcf7-form p{
	clear: both;
}

.wpcf7-form .submit{
	float: none !important;
	font-size: 18px;
	text-align: center;
}



 /**
 * 7.0 Website Sections
 * -----------------------------------------------------------------------------
 */
 
 
/*  7.0 homepage */


/*  7.1 blog and pages / background info */
 .article_item{
	 padding: 20px 0;
	 border-bottom: 1px solid #ccc; 
 }

#blog_list  .article_item:first-child{
	 border-top: 1px solid #ccc; 
}

.blog_list_item_inner{
/* 	padding-top: 60px; */
}

.blog_list_item_wrap{
	display: table;
}

.blog_list_item_inner{
	display: table-cell;
	vertical-align: middle;
}

.blog_intro_img_link{
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
}



/*  7.2 gallery */


#gallery_fill{
	width: 100%;
	
}

#gallery_fill, .galleryitem {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
/*
	display: block;
	float: left;
*/
}


/* clearfix */
#gallery_fill:before,
#gallery_fill:after {
    content: "";
    display: table;
}
#gallery_fill:after {
    clear: both;
}

.galleryitem {
  float: left;
  margin-bottom: 50px; 
}
.galleryitem img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  margin-bottom: 5px;
}
.first-item {
  clear: both;
}

.last-row, .last-row ~ .galleryitem {
  margin-bottom: 0;
}



/*
#gallery_fill li{
margin: 0 0 15px 0;
}
*/


.galleryitem{
	position: relative;
}

.thumb_content {
/*
	position: relative;
	padding-bottom: 60px;
*/
}

.artwork-thumb-title {
/* 	position: absolute; */
position: absolute;
bottom: 0;
}



.artwork_desc_holder{
	display: table;
}

.artwork_desc_content{
	display: table-cell;
/* 	vertical-align: middle; */
	padding-top: 200px;
}

.image_block {
	position: relative;
	overflow: hidden;
}
.lightbox.icon{
	position: absolute;
	top:0;
	right: 0;
	z-index: 5000;
	opacity: 0;
}

.image_block:hover .lightbox.icon,
.slide:hover .lightbox.icon{
	opacity: 1;
}

.imgcaption  {
  white-space: pre-line;
  margin-top: -1em;
  
}


 /**
 * 8.0 Icons
 * -----------------------------------------------------------------------------
 */
 
.icon,
a.icon,
#ml_list_holder:after,
.meta-nav,
.fancybox-close
{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-align: left;
	display: block;
	overflow: hidden;
	background: url(css/images/sprites.png) no-repeat 0 0;
	float: left;
	width: 0;
	height: 0;
	font-family: inherit;
	-webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.social_links li a{
	width: 30px; height: 30px;
}


.twitter .icon{
	background-position: -45px -5px;	
}

.twitter .icon:hover{
	background-position: -45px -75px;	
}

.facebook .icon{
	background-position: -85px -5px;	
}

.facebook .icon:hover{
	background-position: -85px -75px;	
}

.vimeo .icon{
	background-position: -125px -5px;	
}

.vimeo .icon:hover{
	background-position: -125px -75px;	
}


.instagram .icon{
	background-position: -165px -5px;	
}

.instagram .icon:hover{
	background-position: -165px -75px;	
}

.lightbox.icon{
	width: 30px;
	height: 30px;
	background-position: -1px -25px;
	background-color: rgba(255, 255, 255, 0.45);
}

.lightbox.icon:hover{
	background-color: rgba(255, 255, 255, 1);
}

 
.fancybox-close{
	width: 30px;
	height: 30px;
	background-position: -1px -60px;
	right: 0;
	left: auto;
	top:0;
	position: absolute;
}

.fancybox-close:hover{
	background-position: -34px -60px;
}


#ml_list_holder:after{
	content: "";
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 30px;
	background-position: -5px -170px;
}

#ml_list_holder{
	padding-bottom: 90px;
}

/*
blockquote{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

blockquote:before
,blockquote:after
{
	width: 28px;
	height: 21px;
	position: absolute;
	content: " ";
}

blockquote:before
,blockquote:after{
	top:50%;
	margin: 0;
	margin-top: -10px;
}

blockquote:before{
	left: 0;
	right: auto;
	background-position: -210px -320px;
}

blockquote:after{
	left: auto;
	right: 0;
	background-position: -210px -350px;
}
*/

.previous_post_link a, .next_post_link a{
	width: 30px;
	height: 75px;
	overflow: hidden;
	position: fixed;
	top:50%;
	text-indent: -9999px;
	display: block;
/* 	margin-top: -75px; */
margin-top: 0;
}

.previous_post_link a{
	left: 0;
}

.next_post_link a{
	right: 0;
}

.meta-nav{
	position: absolute;
	top:050%;
	left: 10px;
	width: 5px;
	margin-top: -5px;
	height: 10px;
	background-position: -6px -6px; 
}

.next_post_link .meta-nav{
	background-position: -20px -6px; 
	left: auto;
	right: 10px;
}

.image_block {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}




  /**
 * 9.0 Colours
 * -----------------------------------------------------------------------------
 */
 
/*
 
*/
html{
background: #F4F3EF;
color: #a1301c;
}

html, body{

}

p, ul, ol, blockquote, cite{
	
}
 
h1, h2, h3, h4, h5{
	
}
 
a{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: #a1301c;
}
 
a:hover{	 	
	color: #000;
	text-decoration: none;
}

.sub_col_block a{
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
 color: #a1301c;
 text-decoration: none;
}
 
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color: #000;
}

.entry_content a{
	text-decoration: underline;
}

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

#mc-embedded-subscribe{
	background: #000;
	color: #fff;
}

#mc-embedded-subscribe:hover{
	background: #aaa;color: #000;
}

#site-header{
	background: #51312b;
}

#site-header,  #site-header a, #site_title a, #site_title{
	color: #e46f57;
}

#site_title a:hover, #site-header a:hover{
	color: #f8e6e3;
}

#site-header .current_page_item > a, #site-header .current_page_ancestor > a,
#site-header .current_page_parent > a,
#site-header .current_custompost_parent > a,
#site-header .current-menu-item > a

{
color: #dbbeba;
}


.fancybox-title .child{
background: #000;
background: rgba(0, 0, 0, 0.77);	
overflow: hidden;
color: #fff;
}

.sub-menu{
	border-color: #e46f57;
}

.galleryitem img{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.galleryitem:hover img{
	opacity: 0.6;
	
}

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


.previous_post_link a, .next_post_link a{
	background: #51312b;
}

.previous_post_link a:hover, .next_post_link a:hover{
	background: #000;
}

.cats-meta a{
	padding: 2px 5px;
	border-radius: 15px;
	border: 1px solid #ccc;
	min-width: 50px;
	text-align: center;
	display: inline-block;
}

.cats-meta a:hover{
	border-color: #a1301c;
}


/**
 * 10.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #333;
		font-size: 12pt;
	}
}


/**
 * 11.0 Useful Extras that need to come at the end
 * -----------------------------------------------------------------------------
 */


/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden, .screen-reader-text { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.invisible{
	opacity: 0;
}


