#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    /*background:url('https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/ajaxcartpro/images/btn_continue_shopping.png');*/
    background: #e3e3e3;
    display: inline-block;
    padding: 3px 15px;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    /*background:url('https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/ajaxcartpro/images/btn_view_cart.png');*/
    background: #f0850c;
    display: inline-block;
    padding: 3px 15px;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 20px;
    padding-top: 5px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}


@media (max-width: 479px) {
    #acp-product-options {
        min-width: 300px;
    }
    #acp-product-options .price-box {
        margin: 7px 0;
        font-family: "Source Sans Pro", sans-serif;
        padding-left: 10px;
        float: left;
        clear: both;
    }
    #acp-product-options .aw-acp-btn-container {
        margin: 5px auto 5px auto;
        padding-left: 20px;
        float: left;
        clear: both;
    }
    #acp-product-options .acp-qty-box {
        padding-left: 10px;
        float: left;
        clear: both;
    }
    .aw-acp-continue, .aw-acp-continue:hover{
        width: 114px;
    }
    .aw-acp-checkout, .aw-acp-checkout:hover{
        width: 134px;
    }
}
/**
 * @category   CLS
 * @package    CustomerAdvanced
 * @copyright  Copyright (c) 2015 Classy Llama Studios, LLC (http://www.classyllama.com)
 * @license    See LICENSE_CLS.txt for license details
 */
/* ============================================ *
 * CustomerAdvanced Style Rules
 * ============================================ */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
@media only screen and (max-width: 770px) {
  #header-account li .quick-user-access .inner-wrapper {
    border: 0 solid #CCCCCC;
    padding: 25px;
  }
  #header-account li .quick-user-access.quick-account-create .inner-wrapper {
    border-bottom-width: 1px;
  }
  #header-account li .quick-user-access.quick-account-login .inner-wrapper {
    border-top-width: 1px;
  }
  #header-account li .quick-user-access a {
    border: none;
    color: #3399CC;
    padding: 0;
    text-transform: none;
  }
  #header-account li .quick-user-access a:hover {
    color: #2e8ab8;
    background: none;
    text-decoration: underline;
  }
  #header-account li .quick-user-access .buttons-set {
    max-width: 365px;
  }
  #header-account li .quick-user-access .alt-access-link {
    clear: both;
    display: block;
    text-align: right;
    max-width: 365px;
  }
}
@media only screen and (max-width: 479px) {
  #header-account li .quick-user-access .buttons-set .button {
    margin-bottom: 0;
    width: auto;
  }
}
.quick-user-access form {
  max-width: 365px;
  overflow: auto;
}
.quick-user-access .buttons-set {
  border: none;
  float: right;
  text-align: left;
}
.quick-user-access p.required {
  float: left;
  line-height: 30px;
  margin-top: 10px;
  padding-top: 10px;
}
.quick-user-access .alt-access-link {
  clear: both;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  max-width: 365px;
}
.quick-user-access .quick-access-alert {
  border-left: 5px solid #DF280A;
  display: none;
  margin-bottom: 10px;
  position: relative;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
}
.quick-user-access .quick-access-alert:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.quick-user-access .quick-access-alert.show {
  display: block;
}
.quick-user-access .captcha-image {
  display: none;
}
.quick-user-access .captcha-image.show {
  display: block;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  padding: 50px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxClose {
  background: none;
  border: 0;
  color: #ccc;
  cursor: pointer;
  font-size: 2em;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 5px;
  width: 50px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxClose:active {
  outline: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

/* Colorbox excess markup to get rid of entirely */
#cboxLoadingGraphic,
#cboxLoadingOverlay,
#cboxTitle,
#cboxCurrent,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxNext,
#cboxPrevious {
  display: none;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  position: relative;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/*.grabbing { */
/*cursor:url(https://www.leisurearts.com/skin/frontend/rwd/default/css/cls/cls_widgets/grabbing.png) 8 8, move;*/
/*}*/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.widget-carousel,.widget-slideshow{margin-bottom:10px}.owl-item.loading{min-height:150px;background:url(https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/images/ajax-loader.gif) no-repeat center center}.owl-item img{width:100%;max-width:100%}.grabbing{cursor:pointer}.lcp-theme .owl-wrapper-outer+.owl-controls{margin-top:10px;text-align:center}.lcp-theme .owl-wrapper-outer .owl-controls{text-align:center}.lcp-theme .owl-wrapper-outer .owl-controls .owl-pagination{position:absolute;bottom:0;width:100%;z-index:70}.lcp-theme .owl-controls .owl-page{display:inline-block;zoom:1}.lcp-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background:#A0A0A0}.lcp-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px}.lcp-theme .owl-controls .owl-page.active span,.lcp-theme .owl-controls.clickable .owl-page:hover span{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;background:#329799}html.no-touch .hide-prev-next .owl-carousel .owl-prev,html.no-touch .hide-prev-next .owl-carousel .owl-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-moz-transition:opacity 300ms 0;-o-transition:opacity 300ms 0;-webkit-transition:opacity 300ms 0;transition:opacity 300ms 0}html.no-touch .hide-prev-next .owl-carousel:hover .owl-prev,html.no-touch .hide-prev-next .owl-carousel:hover .owl-next{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.owl-carousel:hover .owl-prev,.owl-carousel:hover .owl-next{background-color:rgba(0,0,0,0.05)}.owl-buttons .owl-prev,.owl-buttons .owl-next{position:absolute;top:0;bottom:0;height:100%;min-width:60px;cursor:pointer;z-index:60}.owl-buttons .owl-prev:hover,.owl-buttons .owl-next:hover{background-color:rgba(0,0,0,0.1)}.owl-buttons .owl-prev:hover span:not(.slide-arrow),.owl-buttons .owl-next:hover span:not(.slide-arrow){background:#1f5e5f}.owl-buttons .owl-prev{left:0}.owl-buttons .owl-next{right:0}.owl-buttons .owl-prev span:not(.slide-arrow),.owl-buttons .owl-next span:not(.slide-arrow){display:none}.owl-buttons .owl-next span:not(.slide-arrow){display:none}.owl-buttons .owl-prev span.slide-arrow:after,.owl-buttons .owl-next span.slide-arrow:after{display:none}.widget-carousel .owl-item{padding:0 10px}.widget-carousel .product-image{border:none}.widget-carousel h4{margin-top:10px;margin-bottom:5px}.widget-carousel .price-box{margin-top:5px}.widget-carousel .owl-carousel{padding-left:30px;padding-right:30px}.widget-carousel .owl-buttons .owl-prev,.widget-carousel .owl-buttons .owl-next{width:30px;min-width:initial;background:transparent}.widget-carousel .owl-buttons .owl-prev:hover,.widget-carousel .owl-buttons .owl-next:hover{background-color:none}.widget-carousel .owl-prev span.slide-arrow,.widget-carousel .owl-next span.slide-arrow{position:absolute;display:block;top:50%;margin-top:0px;background-color:transparent;width:20px;height:30px;border:none;cursor:pointer}.widget-carousel .owl-prev span.slide-arrow{background-image:url(https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/images/icon_sprite.png);background-repeat:no-repeat;background-position:0px -450px}.widget-carousel .owl-prev span.slide-arrow:hover{opacity:0.6}.widget-carousel .owl-next span.slide-arrow{background-image:url(https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/images/icon_sprite.png);background-repeat:no-repeat;background-position:-50px -450px}.widget-carousel .owl-next span.slide-arrow:hover{opacity:0.6}.widget-carousel .owl-prev,.widget-carousel .owl-prev{cursor:default}.widget-carousel .owl-prev span.slide-arrow:hover,.widget-carousel .owl-next span.slide-arrow:hover{cursor:pointer}.widget-slideshow .copy{width:35%;padding:10px;position:absolute;right:30px;bottom:30px;text-align:left;background-color:#999;background-color:rgba(153,153,153,0.5);font-size:13px;color:#fff}.widget-slideshow .copy h3{font-size:18px;margin-bottom:5px}

/**
 * @category  Me
 * @package   Me_Lff
 * @author    Attila Sági <sagi.attila@magevolve.com>
 * @copyright 2015 Magevolve Ltd. (http://magevolve.com)
 * @license   http://magevolve.com/terms-and-conditions Magevolve Ltd. License
 * @link      http://magevolve.com
 */

/* Left for Free Shipping================================================================= */
.cart .me-lff-notification {background-color: #f4f4f4; border: 1px solid #cccccc; padding: 10px;}
.cart .me-lff-notification .block-content {margin: 0;}
.sidebar .me-lff-notification p {margin: 0;}
/* ======================================================================================= */

.header-minicart .minicart-actions .cart-link.only {
    position: static;
    text-align: center;
}
/**
 * FishPig_WordPress
 * WordPress Integration for Magento eCommerce
 * by FishPig
 *
 * http://fishpig.co.uk/wordpress-integration.html
 *
 */

/**
 * Search block
 *
 */
.blog-search { padding: 5px; }
.blog-search .input-text { margin-bottom: 4px;}

/**
 * General post (view and list)
 *
 */
.post-date { font-style: italic; font-size: 98%; margin-bottom: 10px; }
.post-meta { font-style: italic; }
.post-entry { font-size: 110%; height: 1%; margin-bottom: 1.5em; overflow: hidden; }
.post-entry-with-image { height: 1%; overflow: hidden; }
.post-entry p { margin-bottom: 1em; }

.featured-image {
	border: 1px solid #ddd;
	margin: 4px 10px 2px 0;
	padding: 1px;
}

.featured-image.right {
	margin: 2px 0 4px 10px;
}

.is-blog .toolbar { margin: 0 0 10px; }

/**
 * Blog homepage
 *
 */
.blog-title.not-first-page { display: none; }
.blog-title.with-tagline { margin-bottom: 10px; }
.blog-tag-line {  }

/**
 * Post list page
 *
 */
.post-list li.item { margin-bottom: 20px; }
.post-list li.item .post-list-item { height: 1%; overflow: hidden; margin-bottom: 60px; }
.post-list h2 { line-height: 1em; margin-bottom: 1em; }

/**
 * Post view page
 *
 */
.page-title.post-title { margin-bottom: 4px; }
.post-view .post-meta { margin-bottom: 20px; }
.post-view .post-skips { display: block; margin-top: 20px; width: 100%; }
.post-view .post-skips .post-skip-previous { margin-right: 10px; }

.post-view .yarpp-related { margin-bottom: 20px; }

/**
 * Post comments
 *
 */
.comments-wrapper h2 { margin-bottom: 10px; }
.comments-wrapper ul.children { margin-left: 20px; }
.comment { height: 1%; overflow: hidden; margin-bottom: 10px; }
.comment .comment-inner { border-bottom: 1px solid #eee; padding: 10px 0; }
.comment .gravatar { float: left; margin: 0 10px 10px 0; }
.comment .comment-meta { margin-bottom: 10px; }
.comment .comment-when { display: block; text-decoration: none; }
.comment .comment-entry { clear: both; font-size: 110%; }

/**
 * Author page
 *
 */
.author-description { font-style: italic; margin-bottom: 20px; }

/**
 * PinterestRssWidget plugin
 *
 */


.block-blog-pinterest li.item { text-align: center; }
.block-blog-pinterest .follow { text-align: center; margin: 10px 0 15px; }

.shortcode-pinterest {}
.shortcode-pinterest ul { height: 1%; overflow: hidden; }
.shortcode-pinterest li { list-style: none; padding: 0; margin: 0 10px 10px; float: left; }

/**
 * Alignment and captions
 * Taken from default WordPress CSS file
 *
 */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	padding: 6px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 1.625em;
}

.wp-caption {
margin-top: 0.4em;
}
.wp-caption {
    margin-bottom: 1.625em;
    padding: 9px;
    text-align: center;
    font-size: 13px;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    border: none;
}
.wp-caption .wp-caption-text {
color: #666;
font-family: Georgia, serif;
font-size: 12px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0.6em;
padding: 10px 0 5px 40px;
position: relative;
}
.wp-caption .wp-caption-text:before {
color: #666;
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
.wp-caption img {
border-color: #eee;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
background: #fff;
border-color: #ddd;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

div.gallery { height: 1%; overflow: hidden; }
.gallery-columns-2 dl.gallery-item { width: 50%; }
.gallery-columns-3 dl.gallery-item { width: 33%; }
.gallery-columns-4 dl.gallery-item { width: 25%; }
.gallery-columns-5 dl.gallery-item { width: 20%; }

dl.gallery-item { float: left; }
dl.gallery-item .gallery-icon { overflow: hidden; }

.post-view ul.form-list { list-style: none outside none; }

/*
 * WP Calendar
 */
#wp-calendar {
	margin: 0;
	width: 100%;
	padding: 5px 10px;
}
#wp-calendar th {
	font-weight: bold;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}

/**
 * Yarpp thumbnails
 * This is taken directly from the Yarpp plugin
 */

.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
	display: inline-block;
	*display: inline;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 1px solid rgba(127,127,127,0.1);
	width: 130px;
	height: 170px;
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 120px;
	height: 120px;
	margin: 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	margin-bottom: 0px;
	display: block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em;
	max-height: 2.8em;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 120px;
	text-decoration: inherit;
	overflow: hidden;
}

.yarpp-thumbnail-default {
	overflow: hidden;
}
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-wide {
	height: 120px;
	max-width: none;
}
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-tall {
	width: 120px;
	max-height: none;
}

#recipress_recipe {
	clear: both;
}

/**
 * Product shortcode
 */
.std ul.mini-products-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.std ul.mini-products-list ul.item {
	list-style: none;
}

img.max-width { max-width: 100%; }

/**
 * Blog pager
 *
 */
.post-list .pager {
    background-color: #f2f4f5;
    padding: 5px 20px;
    margin-bottom: 5px;
}

/**
 * Styles for integration w/ old blog content
 *
 */
.wordpress-index-index .page-title h1,
.wordpress-post-view .page-title h1,
.wordpress-archive-view .page-title h1,
.wordpress-post-category-view .page-title h1 {
    border-bottom: none;
}
.wordpress-index-index img,
.wordpress-post-view img,
.wordpress-archive-view img,
.wordpress-post-category-view img {
    display: inline;
}
.wordpress-index-index .post-list-item a,
.wordpress-post-view .post-list-item a,
.wordpress-archive-view a,
.wordpress-post-category-view a {
    color: #333333;
    text-decoration: none;
}
.wordpress-index-index .post-list-item a:hover,
.wordpress-post-view .post-list-item a:hover,
.wordpress-archive-view .post-list-item a:hover,
.wordpress-post-category-view .post-list-item a:hover {
    color: #329799;
    text-decoration: underline;
}
.wordpress-index-index .post-view a,
.wordpress-post-view .post-view a,
.wordpress-archive-view .post-view a,
.wordpress-post-category-view .post-view a {
    color: #333333;
    text-decoration: none;
}
.wordpress-index-index .post-view a:hover,
.wordpress-post-view .post-view a:hover,
.wordpress-archive-view .post-view a:hover,
.wordpress-post-category-view .post-view a:hover {
    color: #329799;
    text-decoration: underline;
}
.wordpress-index-index #comments,
.wordpress-post-view #comments,
.wordpress-archive-view #comments,
.wordpress-post-category-view #comments {
    margin-bottom: 20px;
}
.wordpress-index-index #comments .buttons-set,
.wordpress-post-view #comments .buttons-set,
.wordpress-archive-view #comments .buttons-set,
.wordpress-post-category-view .buttons-set {
    border-top: 0px;
}
.wp-sidebar a,
.wp-sidebar a {
    color: #333333;
    text-decoration: none;
}
.wp-sidebar a:hover,
.wp-sidebar a:hover {
    color: #329799;
    text-decoration: underline;
}
ul#wp-archive-list li.item {
    color: #a0a0a0;
    margin: 0;
    padding: 0;
}
