/*!
Theme Name: Dave McKean
Theme URI: http://tspear.com/portfolio/wordpress
Author: Tim Spear
Author URI: http://tspear.com/
Description: Dave McKean site theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: dmckean
*/
/**
 * Table of Contents
 * - SASS vars (import)
 * 1.0 - Reset
 * 2.0 - Colours
 * 3.0 - Typography
 * 4.0 - Layout
 * 5.0 - Links
 * HTML5 BP Helpers
**/
/**
 * SASS VARS
 *
**/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* 1.0 - Reset
**
** ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 0.875em;
  line-height: 1.6; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-color: #000000;
  color: #EEE; }

.text-dark {
  color: #333333; }

.shop {
  color: #9ABBBB; }

.portfolio {
  color: #BD8CBF; }

.personal {
  color: #A5CB4F; }

.exhibit {
  color: #CE5622; }

.subscribe {
  color: #FCFDF3; }

a, a:hover {
  color: #FCFDF3; }

div.shop {
  color: #EEE; }
  div.shop h1, div.shop h2, div.shop h3, div.shop h4, div.shop h5, div.shop h6, div.shop a, div.shop a:hover {
    color: #9ABBBB; }

div.portfolio {
  color: #EEE; }
  div.portfolio h1, div.portfolio h2, div.portfolio h3, div.portfolio h4, div.portfolio h5, div.portfolio h6, div.portfolio a, div.portfolio a:hover {
    color: #BD8CBF; }

div.personal {
  color: #EEE; }
  div.personal h1, div.personal h2, div.personal h3, div.personal h4, div.personal h5, div.personal h6, div.personal a, div.personal a:hover {
    color: #A5CB4F; }

div.personal .navigation h2 {
  color: #c79f6c;
}

div.exhibit {
  color: #EEE; }
  div.exhibit h1, div.exhibit h2, div.exhibit h3, div.exhibit h4, div.exhibit h5, div.exhibit h6, div.exhibit a, div.exhibit a:hover {
    color: #CE5622; }

div.subscribe {
  color: #EEE; }
  div.subscribe h1, div.subscribe h2, div.subscribe h3, div.subscribe h4, div.subscribe h5, div.subscribe h6, div.subscribe a, div.subscribe a:hover {
    color: #FCFDF3; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gill Sans", Arial, sans-serif; }

/*
OLD SITE DIMENSIONS:
page width: 964px
wide nav: 408 | 550
slim nav: 600 | 360
*/
div.page-container {
  width: 964px;
  margin: 0 auto; }

div.content-wide {
  width: 600px;
  float: left; }

div.content-narrow {
  width: 414px;
  float: left; }

div.nav-wide {
  width: 550px;
  float: right;
  padding: 0px; }

div.nav-narrow {
  width: 360px;
  float: right;
  padding: 0px; }

.gallery-container {
  margin-top: 10px; }

.gallery-thumbnail {
  margin: 0 3px 4px 0; }

a {
  text-decoration: dotted; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  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: h5bp.com/p
 */
.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; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
    /* h5bp.com/t */ }

  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; } }


div.personal .blog h1, div.personal .blog h2, div.personal .shop h1, div.personal .shop h2, div.personal .gallery h1, div.personal .gallery h2
{color:#c79f6c; margin:0;}
div.personal h1, div.personal a, div.personal a:hover {
  color:#c79f6c;
}
p{margin-top:0; margin-bottom:15px; color:#ffffff;}
.defaultBgImage
{
	width:100%;
	height:0;
	padding-bottom:100%;
	background-position:center;
	background-size:cover;
	position:relative;
	
}
a.overflow{overflow:hidden; display:block;}
a .defaultBgImage{transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;}
a .defaultBgImage:hover{-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);}
.text-center{text-align:center;}
.white-border{ border:3px solid #ffffff;}
a.btn, div.personal a.btn{color:#000000;background-color:#c79f6c; text-transform:uppercase; padding:8px 15px; font-weight:700; font-size:16px; text-decoration:none; border-radius:5px;}
a.btn:hover, a.btn:focus, div.personal a.btn:hover, div.personal a.btn:focus{color:#000000;background-color:#ae844f; text-decoration:none;}

button.btn {color:#000000;background-color:#c79f6c; text-transform:uppercase; padding:8px 15px; font-weight:700; font-size:16px; text-decoration:none; border-radius:5px;}
button:hover {color:#000000;background-color:#ae844f; text-decoration:none;}

.margin-top-large{margin-top:60px;}
.margin-top-medlarge{margin-top:54px;}
.margin-top-medium{margin-top:30px;}
.margin-top-small{margin-top:15px;}
.margin-bottom-small{margin-bottom:15px;}
.margin-bottom-medium{margin-bottom:30px;}
.margin-bottom-large{margin-bottom:60px;}
.padding-bottom-large{padding-bottom:60px;}
.padding-bottom-medium{padding-bottom:30px;}
.padding-bottom-small{padding-bottom:15px;}
.padding-top-large{padding-top:60px;}
.padding-top-medium{padding-top:30px;}
.padding-top-small{padding-top:15px;}

.padding-remove{padding:0;}
.margin-remove{margin:0;}


.cat-title {color:#c79f6c;}

.shop-cat-details {padding:10px; background-color:#ffffff;}
.shop-cat-details p{color:#000000;}
.shop-cat-details p.title{height:44px;}
.thumb{ cursor:pointer;}
/* basic bootstrap clases */
.img-responsive
{
	display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;

}
.col-md-1 	{width: 8.33333333%;}
.col-md-2 	{width: 16.66666667%;}
.col-md-3 	{width: 25%;}
.col-md-4 	{width: 33.33333333%;}
.col-md-5 	{width: 41.66666667%;}
.col-md-6 	{width: 50%;}
.col-md-7 	{width: 58.33333333%;}
.col-md-8 	{width: 66.66666667%;}
.col-md-9 	{width: 75%;}
.col-md-10 	{width: 83.33333333%;}
.col-md-11 	{width: 91.66666667%;}
.col-md-12 	{width: 100%;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
/* basic bootstrap clases */

/* woocommerce stuff */

.woocommerce-breadcrumb a {
    color: #c79f6c;
}

/* Main shop page */
ul.products {
    list-style-type: none;
    padding-left: 0px;
}

li.product img {
    width:25%;
    height:auto;
}

/* End main shop page */

/* Product page */
#product-image {
    /*width: 40%;
    display: inline-block;*/
}

#product-image img {
    width: 100%;
    height: auto;
}

h1.product_title {
    margin: 5px 0 10px 0;
    color: #c79f6c;
}

/* End Product Page */

/* Category page */
.category-product {
  background-color: #ffffff;
}

.woocommerce-message, .woocommerce-error, .woocommerce-infos {
    
}

.woocommerce-message:before, .woocommerce-error:before {
    
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a {
    color: #c79f6c;
}

.woocommerce-message:hover a, .woocommerce-info a:hover, .woocommerce-error a:hover {
    color: #ae844f;
}

.woocommerce table.cart img {
    max-width: 50%;
}

.woocommerce table.shop_table, .woocommerce-checkout-payment {
    color: #000;
    background-color: #fff !important;
}

.woocommerce table.cart td.actions .input-text {
  width:110px;
  height:31px;
}

.woocommerce table.cart a, div.shop .cart_totals h2, div.shop .cart_totals a {
    color: #c79f6c;
}

.woocommerce input.button, .woocommerce a.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button.alt {
    color:#000000;background-color:#c79f6c; text-transform:uppercase; padding:8px 15px; font-weight:700; font-size:16px; text-decoration:none; border-radius:5px;
}

.woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover {
    color:#000000;background-color:#ae844f; text-decoration:none;
}

div.personal h3 {
  color: #c79f6c;
}

div.personal h1, div.personal h2, div.personal h3, div.personal h4, div.personal h5, div.personal h6, div.personal a, div.personal a:hover {
    color: #c79f6c;
}

.woocommerce-password-strength {
    color: #000;
}

.payment_box {
  background-color: #000 !important;
  color: #fff !important;
}

.payment_box:before {
    border: 1em solid #000 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.overflow {
  min-height: 169.27px;
}

#product-image img {
    min-height: 169.27px;
    border: 3px solid #fff;
}


div.shop h1 {
    color: #c79f6c;
}

.checkout_coupon .input-text {
    height: 31px;
}

.ngg-galleryoverview br {
    clear: none !important;
}