.entry {
    float: left;
}

/* CTAs */

.homepage-cta-wrapper {
  font-size: 0;
  margin-right: 250px;
}

.homepage-cta-wrapper a.homepage-cta {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  border-radius: 6px;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b4753+0,341c2a+100 */
  background: #5b4753; /* Old browsers */
  background: -moz-linear-gradient(top,  #341c2a 0%, #5b4753 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #341c2a 0%,#5b4753 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #341c2a 0%,#5b4753 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b4753', endColorstr='#341c2a',GradientType=0 ); /* IE6-9 */
}

.homepage-cta-wrapper a.homepage-cta:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b4753+0,341c2a+100 */
  background: #5b4753; /* Old browsers */
  background: -moz-linear-gradient(top,  #5b4753 0%, #341c2a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #5b4753 0%,#341c2a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #5b4753 0%,#341c2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b4753', endColorstr='#341c2a',GradientType=0 ); /* IE6-9 */
}

.homepage-cta-wrapper a.homepage-cta:nth-of-type(2),
.homepage-cta-wrapper a.homepage-cta:nth-of-type(4) {
  margin-right: 0;
}

.homepage-cta-wrapper a.homepage-cta img {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}

.homepage-cta-wrapper a.homepage-cta .homepage-cta-title {
  display: block;
  color: white;
  font: normal 15px Garamond, serif;
  text-transform: uppercase;
  padding: 14px 46px 14px 16px;
  min-height: 34px;
}

.homepage-cta-wrapper a.homepage-cta .homepage-cta-arrow {
  color: white;
  display: block;
  font: normal 20px Garamond, serif;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.homepage-cta-wrapper a.homepage-cta.homepage-contact-cta {
  width: 100%;
}

.homepage-cta-wrapper a.homepage-cta.homepage-contact-cta img {
  width: 49%;
  vertical-align: middle;
  display: inline-block;
}

.homepage-cta-wrapper a.homepage-cta.homepage-contact-cta .homepage-cta-title {
  width: 38%;
  vertical-align: middle;
  display: inline-block;
  min-height: auto;
  padding-left: 26px;
  position: relative;
}

.homepage-cta-wrapper a.homepage-cta.homepage-contact-cta .homepage-cta-title .subtitle {
  display: block;
  font-size: 15px;
}

.homepage-cta-wrapper a.homepage-cta.homepage-contact-cta .homepage-cta-title .title {
  display: block;
  font-size: 26px;
}

.homepage-cta-wrapper a.homepage-cta.homepage-contact-cta .homepage-cta-title .homepage-cta-arrow {
  right: 0;
  bottom: 25px;
}

/* Common */

body,table,input,select,textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #331b27;
  background: #cdc7b4 url('../images/i-body.gif') repeat-x;
}

h1 {
  font: normal 1.75em Garamond, serif;
  color: #331b27;
  background: #eaebe0 url('../images/i-h1.gif') repeat-x;
  line-height: 50px;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}

h2 {
  font: normal 1.5em Garamond, serif;
  border-bottom: #eaebe0 solid 1px;
  margin: 0 0 20px 0;
  color: #989a65;
}

#content .sidebar h2 {
  margin: 0 0 5px 0;
}

h3 {
  font-weight: normal;
  color: #989a65;
  font-size: 1em;
  margin: 1em 0 0.25em 0;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 0.875em;
  font-weight: normal;
  font-style: italic;
}

#content ul h3, #content ul h4 {
  margin: 0;
}

p, dl { 
  margin: 1em 0;
  font-size: 0.875em;
}

blockquote { 
  margin: 1em 2em;
  font-size: 0.875em;
  font-style: italic;
}

#content ul, #content ol {
  margin: 1em 0;
  font-size: 0.875em;
}

#content .sidebar ul {
  margin: 0 0 1em 0;
}

#content ul li {
  margin: 0 2em;
  padding: 8px 0 8px 16px;
  list-style: none;
  background: transparent url('../images/g-nav-arrow.gif') no-repeat 0 16px;  
}

#content ol li {
  margin: 0 2em;
  padding: 8px 0 8px 16px;
}

#content .sidebar ul li {
  border-bottom: #cdc7b4 solid 1px;
  margin: 0;
}

#content ul p {
  margin: 0;
  font-size: 1em;
}

#content a {
  color: #331b27;
}

#content a:hover {
  color: #989a65;  
}

dl dt { 
  font-weight: bold;
}

dl.col dt { 
  float: left;
  width: 10em;
  margin: 0 0 10px 0;
}

dl.col dd { 
  margin: 0 0 10px 11em;
}

#content dl dd {
  margin: 0 0 5px 0;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.gallery:after {
  content: ".";
  height: 1px;
  display: block;
  clear: left;
  visibility: hidden;
}

.clr {
  clear: both;
}

.clr-left {
  clear: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

.photoleft, .photoright {
  background: #eaebe0 url('../images/i-sidebar-b.gif') no-repeat right bottom;
  padding: 10px 20px 20px 20px;
  width: 180px;
  margin: 0 0 10px 20px;
  font-size: 0.75em;
  text-transform: uppercase;
}

.photoleft, .left {
  margin: 0 20px 10px 0;
}

.photoleft img, .left img, img.photoleft, img.left {
  border: #989a65 solid 1px;
}

.photoright img, .right img, img.photoright, img.right {
  border: #989a65 solid 1px;
}

#content .photoright a, #content .photoleft a {
  text-decoration: none;
}

.no-border {
  background: none;
  border: none;
  padding: 0; 
}

ol.cart-payment-notes {
  width: 740px;
}

/* Layout */

/*#constrain {
  max-width: 1280px;
  margin: 0 auto;
  background: transparent url('../images/i-gecko.gif') no-repeat;
}
#constrain2 {
  width: 1032px;
  margin: 0 auto;
  background: transparent url('../images/i-shadow.png') no-repeat;
}*/
#constrain {
  width: 100%;
  background: transparent url('../images/i-gecko-2.gif') no-repeat center top;
}

#constrain2 {
  width: 990px;
  margin: 0 auto;
  background: transparent url('../images/i-shadow-2.png') no-repeat center top;
}

#constrain3 {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
}

#header {
  /*height: 418px;*/
}

#header .header-logo {
  padding: 0 0 0 20px;
  height: 80px;
}

#header img {
  display:inline-block;
}

#header .tagline {
  font: normal 1.375em Garamond, serif;
  color: #fff;
  margin: 2px 0 0 50px;
  display:inline-block;
  vertical-align:top;
  text-align: center;
}

.tagline2 {
  position: absolute;
  top: 0;
  left: 0;
  font: normal 1.125em Garamond, serif;
  color: #cdc7b4;
  z-index: 50;

  margin-bottom: -23px;
  z-index: 1000000;
  position: relative;
  padding-left: 8px;
  color: #cdc7b4;
}

#hero-constrain1 {
  margin-bottom: -10px;
  position: relative;
  overflow: hidden;
}

#hero-constrain2 .hero img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

#hero-constrain2 .hero .hero-overlay {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  background-color: #331b27;
  height: 28px;
  opacity: 0.6;
  z-index: 1000;
}

.watermark {
  width: 260px !important;
  height: 260px !important;
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0.5;
  z-index: 1000;
}

  /* Main Navigation */
  
  #nav-main {
    height: 39px;
    background: #5c4952 url('../images/i-nav-top.gif') repeat-x;
    border-top: #5c4952 solid 1px;
    font-size: 0.75em;    
  }
  
  #nav-main li {
    list-style: none;
    display: inline;
    display: block;
    float: left;
    position: relative;
    width: auto;
	z-index: 100;
  }
  
  #nav-main .nav-mini {
    float: right;
  }
  
  #nav-main .nav-large > ul > li:nth-child(4) {
    margin-left: 4%;
    padding-left: 4%;
    border-left: solid 1px #5c4952;
  }

  #nav-main .nav-large > ul > li:nth-child(6) {
    margin-right: 4%;
    padding-right: 4%;
    border-right: solid 1px #5c4952;
  }

  #nav-main a {
    color: #e1ddd2;
    text-decoration: none;
    padding: 0 20px;
    border-left: transparent solid 1px;
    display: block;
    line-height: 39px;
    float: left;    
  }
  
  #nav-main a:hover {
    /*border-left: #5c4952 solid 1px;*/
    color: #fff;
  }
  
  /* Nav Hover */
  
  #nav-main .nav-large ul li:hover>ul {
    display: block !important;
  }
  
  #nav-main .nav-large ul ul {
    display: none;
  }
  
  #nav-main .nav-large ul li.sfhover ul li ul {
    display: none;
  }
  
  #nav-main .nav-large ul li.sfhover ul {
    display: block;
  }
  
  #nav-main .nav-large ul li.sfhover ul li.sfhover ul {
    display: block;
  }

  
  
  /* Sub Navigation */
  
  #nav-main .nav-large ul ul {
    position: absolute;
    top: 39px;
    left: 0;
    width: 260px;
    background-color: #5c4952;
    padding: 0 0 10px 0;
  }
  
  #nav-main .nav-large ul .expanded ul li {
    display: block;
    width: 200px;
  }

  #nav-main .nav-large ul .expanded ul li ul {
    padding: 15px 0;
  }

  #nav-main .nav-large ul .expanded ul li ul li ul {
    padding: 0;
  }
  
  #nav-main .nav-large ul ul a {
    line-height: 1em;
    padding: 4px 20px;
    width: 220px;
  }
  
  #nav-main .nav-large ul ul a:hover, #nav-main .nav-large ul ul a.current {
    background: #e1ddd2 url('../images/g-nav-arrow.gif') no-repeat 5px 6px;
    color: #331b27;
  }
  
  /* 2nd Sub Navigation */
  
  #nav-main .nav-large ul ul ul {
    position: absolute;
    top: 0;
    left: 260px;
    width: 300px;
    background-color: #e1ddd2;
    padding: 10px 0;    
  }
  
  #nav-main .nav-large ul ul ul a {
    color: #331b27;
    width: 259px;
  }
	
	/* 3rd Level */
  #nav-main .nav-large ul ul ul ul {
    position:relative;
    left: 0;
    top: 3px;
    display:block;
	background: transparent;
  }
  #nav-main .nav-large ul ul ul li a.has_children {
    font-weight:bold;
    margin-top: 15px;
  }
  #nav-main .nav-large ul ul ul li.cms-first a.has_children {
  	margin-top: 0;
  }

  /* 3rd Level - Books and Cards */

  #nav-main .nav-large ul li.outback-shop-section ul li:nth-child(2) ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  #nav-main .nav-large ul li.outback-shop-section ul li:nth-child(2) ul a {
    padding-left: 40px;
    width: 200px;
    color: #e1ddd2;
  }

  #nav-main .nav-large ul li.outback-shop-section ul li:nth-child(2) ul a:hover {
    color: #331b27;
  }

  #nav-main .nav-large ul li.outback-shop-section ul li:nth-child(2) ul li.current a {
    color: #331b27;
  }

  #nav-main .nav-large ul li.outback-shop-section ul li:nth-child(3) ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  #nav-main .nav-large ul li.outback-shop-section ul li:nth-child(3) ul a {
    padding-left: 40px;
    width: 200px;
    color: #e1ddd2;
  }

  #nav-main .nav-large ul li.outback-shop-section ul li:nth-child(3) ul a:hover {
    color: #331b27;
  }

  #nav-main .nav-large ul li.outback-shop-section ul li:nth-child(3) ul li.current a {
    color: #331b27;
  }


#content {
  background-color: #fff;
  padding: 20px;
}

.sidebar {
  background: #eaebe0 url('../images/i-sidebar-b.gif') no-repeat right bottom;
  padding: 10px 20px 20px 20px;
  width: 180px;
  float: right;
  margin: 0 0 20px 20px;
  font-size: 0.875em;
}

#content .sidebar a {
  text-decoration: none;
}

#content .sidebar a:hover {
  text-decoration: underline;
}

#content .sidebar p a {
  text-decoration: underline;
}

#content .sidebar p a:hover {
  color: #989a65;
}

#footer {
  background: #331b27 url('../images/i-lizard-logo.png') no-repeat 95% 80%;
  background-size: 140px 76px;
  padding: 20px;
  color: #cdc7b4;
}

#footer h2 {
  border: none;
}

#footer a {
  color: #cdc7b4;
}

#footnotes {
  text-align: center;
  font-size: 0.675em;
  text-transform: uppercase;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

#footnotes span {
  font-weight: bold;
  font-size: 1.125em;
}

#footnotes a {
  color: #331b27;
}

#author {
  text-align: center;
  font-size: 0.67em;
}

#author a {
  color: #85767d;
  text-decoration: none;
}

/* Content */
  
  /* Button */
  
  #content a.button {
    color: #331b27;
    font: normal 1.125em Garamond, serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px 8px 10px;
    display: inline-block;
    background: #989a65 url('../images/g-button.gif') no-repeat scroll right bottom;
    margin: 0 10px 0 0;
  }

  #content a:hover.button {
    color: #fff;
    background: #989a65 url('../images/g-button-h.gif') no-repeat scroll right bottom;
  }
  
  #content .sidebar a.button, #content table.standard td a.button {
    color: #331b27;
    font: normal 1.25em Garamond, serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px 8px 10px;
    display: inline-block;
    background: #989a65 url('../images/g-button-sidebar.gif') no-repeat scroll right bottom;
  }

  #content .sidebar a:hover.button, #content table.standard td a:hover.button {
    color: #fff;
    background: #989a65 url('../images/g-button-sidebar-h.gif') no-repeat scroll right bottom;
  }
  
  #content .gallery a.button {
    background: #cdc7b4 url('../images/g-button-gallery.gif') no-repeat scroll right bottom;
  }
  
  #content .gallery a:hover.button {
    background: #cdc7b4 url('../images/g-button-gallery-h.gif') no-repeat scroll right bottom;
  }
  
  #content .photo > span > a {
    font-size: 0.7em;
    color: #808080;
    text-decoration: none;
    font-style: italic;
  }

  /* Gallery */
  
  .gallery {
    text-align: center;
    background-color: #cdc7b4;
    padding: 10px 0;
    margin: 1em 0;
  }
  
  .gallery-item {
    width: 279px;
    display: block;
    height: 200px;
    margin: 10px;
    float: left;
  }
  
  .gallery-item span {
    font-size: 0.75em;
    font-weight: bold;
  }
  
  #content .gallery-item a {
    text-decoration: none;
  }
  
  .gallery-vertical {
    height: 330px;
  }
  .gallery-1-col {
    margin: 0 auto;
    width:300px;
    padding: 0 300px;
    float:left;
    }
  .gallery-1-col .gallery-item {
    float:none;
  }
  .gallery-2-col {
    margin: 0 auto;
    width:600px;
    }
  
  /* Blog */
  
  .meta, .feedback {
    font-size: 0.75em;
  }
  
  .alignleft {
    float: left;
    border: #eaebe0 solid 1px;
    margin: 0 10px 20px 0;
  }
  
  .alignright {
    float: right;
    border: #eaebe0 solid 1px;
    margin: 0 0 10px 20px;
  }
  
  h1.storytitle {
    margin: 20px 0;
  }
  
  h1.storytitle a {
    text-decoration: none;
  }

.nowrap {
	white-space:nowrap;
}
.item-option {
	margin-bottom: 15px;
}
.shippingHeading {
	background:#CDC7B4;
	padding: 0.6em 1em 0.5em 1em;	
	margin: -0.6em -1em -0.5em -1em;
}
.cart-add-item {
	cursor:pointer;
}
.popup_buttons button {
    color: #331b27;
    font: normal 1em Garamond, serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px 8px 10px;
    background: #989a65 url('../images/g-button.gif') no-repeat scroll right bottom;
	cursor:pointer;
}
#content #customer-address-state_suggestions li {
	background-image:none;
}

  /* Content CTAs */
  
  .cta-large-books {
    width: 680px;
    height: 330px;
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    text-align: center;
  }
  
  #content .cta-large-books a.button {
    margin-top: 10%;
  }
  
  .cta-large-books h2 {
    margin-top: 10px;
  }
  
#footer-social {
	position:absolute;
	text-align:right;
	right:30px;
	margin-top: -30px;
}
	#footer-social img {
		margin: 0 10px 0 0;
	}
.checkbox-row {
	display:block;
}
#header-social {
	position:absolute;
	right:0;
	top:23px;
}
	#header-social img {
		margin: 0 0 0 10px;
	}

/* Messages tweak */
.msg ul, .msg ul li {
  line-height: 1.45em;
}

div.wp-caption {
    width: 300px !important;
    padding: 7px;
}

.cm-button {
  color: #331b27;
  font: normal 1.25em Garamond, serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 25px 8px 10px;
  display: inline-block;
  background: #989a65 url(../images/g-button-sidebar.gif) no-repeat scroll right bottom;
  cursor: pointer;
}

.cm-button:hover {
    color: #fff;
    background: #989a65 url(../images/g-button-h.gif) no-repeat scroll right bottom;
}

.error-msg {
  width: 640px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 20px;
  text-align: center;
}