/*
Theme Name: Barks and Trunks
Version: 1.1
Description: A child theme for Vantage, with customisations for the barksandtrunks.com website.
Author: Stefan Ehrenfeld
Author URL: http://www.kleinermann.com.au
Template: vantage
*/

@import url("../vantage/style.css");

header#masthead hgroup .support-text {
	font-size: 20px;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	background: #223424;
}

.main-navigation ul ul {
	background: #303d31;
}

.main-navigation ul li:hover > a {
	background: #b7853c;
}

.main-navigation ul ul li:hover > a {
	background: #b7853c;
}


header#masthead hgroup .support-text {
	font-style:normal;
}

.blog #main-slider {
	display: none;
}
.home #main-slider {
	display: block;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title, .home .widget-title, .vantage-carousel-title, .widget_circleicon-widget .circle-icon-box h4 {
	color: #a8732f;
}


#secondary .widget h1.widget-title, #footer-widgets .widget h1.widget-title {
	font-size: 18px;
}

.vantage-carousel-title {
	font-size: 1em;
	font-weight: 500;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #c1d621;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1d621), color-stop(1, #f1ff88));
	background: -ms-linear-gradient(bottom, #c1d621, #f1ff88);
	background: -moz-linear-gradient(center bottom, #c1d621 0%, #f1ff88 100%);
	background: -o-linear-gradient(#f1ff88, #c1d621);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #aec11e;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aec11e), color-stop(1, #f1ff88));
	background: -ms-linear-gradient(bottom, #aec11e, #f1ff88);
	background: -moz-linear-gradient(center bottom, #aec11e 0%, #f1ff88 100%);
	background: -o-linear-gradient(#f1ff88, #aec11e);
}


/* =Gallery Instant
----------------------------------------------- */

#primary .photospace{
  position:relative;
  margin-bottom: 80px !important; /* space for row of thumbs */
  width: 100%;
}

.photospace .slideshow img {
  vertical-align:bottom  !important;
}

.photospace .slideshow span.image-wrapper {
  bottom:0;
}

.photospace ,
.photospace .thumnail_col,
.photospace .gal_content,
.photospace .loader,
.photospace .slideshow a.advance-link{
  width:420px; /* width of main image */
}

.photospace .thumbs_wrap2{
  height:60px; /* height of thumbnails */
  width:100%;
  position:absolute;
  bottom:-70px;
  left:0;
        overflow: hidden;
}

.photospace .thumbs_wrap{  
    float: left;
    left: 50%;
    position: relative;
}

.photospace .pageLink.next{
  margin-right:0;
}

.photospace .thumnail_col {
  float: left;
        left: -50%;
  width:auto  !important;
  position: relative;
}

.photospace ul.thumbs {
  float:left;
}

.photospace a.advance-link {
    line-height: 370px; /* height of main image */
}
#primary .photospace, .photospace .thumnail_col, .photospace .gal_content, .photospace .loader, .photospace .slideshow a.advance-link {
	width:100%;
}
.page-id-5 .widget_siteorigin-panels-image {
	text-align: center;
}
.vantage-carousel-wrapper .vantage-carousel li.carousel-entry {
		width: 245px;
}

div.nivo-caption {height:28px;font-size: 16px; padding-top:13px;}

.wpsps_compact_cart.wpsps-cart-wrapper, .wspsc_compact_cart2.wpsps-cart-wrapper {
	float: right;
	text-align: right;
}

body.responsive.layout-full #page-wrapper .full-container {
	max-width: 1080px;
    margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 700px) {
  #secondary .shopping_cart {
	  display: none;
  }
}

