/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
// ----------------------------------------------
// 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; }
}

// ----------------------------------------------
*/
.blog-top {
  margin-bottom: 40px;
}
.blog-top .blog-title {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0DED9;
  font-size: 30px;
}
@media (max-width: 768px) {
  .blog-top .blog-title {
    padding: 20px 0px 10px;
  }
}
.blog-top .blog-title a {
  display: block;
  color: #252729;
  text-decoration: none;
}
.blog-top .blog-title a:hover {
  text-decoration: none;
}
.blog-top .blog-slider .slideshow-container {
  min-height: 500px;
  margin: 0;
}
@media (max-width: 1200px) {
  .blog-top .blog-slider .slideshow-container {
    min-height: 430px;
  }
}
@media (max-width: 1024px) {
  .blog-top .blog-slider .slideshow-container {
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .blog-top .blog-slider .slideshow-container {
    min-height: 290px;
  }
}
@media (max-width: 400px) {
  .blog-top .blog-slider .slideshow-container {
    min-height: 170px;
  }
}
.blog-top .blog-slider .slideshow-container .slideshow {
  position: absolute;
}

@media only screen and (max-width: 1400px) {
  .blog-top .center-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 979px) {
  .blog-top .center-container {
    padding: 0 15px;
  }
}
.blog-index-list .sidebar > *,
.blog-post-view .sidebar > *,
.blog-cat-view .sidebar > * {
  margin-bottom: 20px;
}
.blog-index-list .sorter > .sort-by,
.blog-post-view .sorter > .sort-by,
.blog-cat-view .sorter > .sort-by {
  display: none;
}

.postTitle h2 {
  line-height: 1.2em;
  width: 100%;
  margin: 0px 0px 9px;
  font-family: "futura-pt", Times, "Times New Roman", serif;
  text-transform: uppercase;
  color: #252729;
  letter-spacing: 0.05em;
  font-size: 24px;
}
.postTitle h2 a {
  color: #252729;
}
.postTitle h2 a:hover {
  text-decoration: none;
}

.post-meta {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
}
.post-meta .post-date {
  color: #252729;
}
.post-meta a {
  color: #AFA79F;
  text-decoration: underline;
}

.postContent {
  font-size: 18px;
}
.postContent h2 {
  margin: 0.5em 0;
}
.postContent a {
  text-decoration: underline;
}
.postContent img {
  max-width: 100%;
  height: auto;
}
.postContent > p > img {
  margin: 15px 0;
}
@media (max-width: 768px) {
  .postContent > p > img {
    margin-left: auto;
    margin-right: auto;
  }
}
.postContent.blog-list img {
  width: 175px;
  float: left;
  max-width: 100%;
  margin: 0 15px 0 0;
  height: auto;
}
@media (max-width: 599px) {
  .postContent.blog-list img {
    float: none;
    margin: 0 auto;
  }
}

.aw-blog-read-more {
  display: block;
  margin: 0;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: right;
  font-size: 16px;
  color: #23593F;
  font-family: "futura-pt", Times, "Times New Roman", serif;
  clear: both;
}

.post-footer {
  height: 41px;
  padding: 8px 0;
  line-height: 23px;
  border-top: 1px solid #E0DED9;
  border-bottom: 1px solid #E0DED9;
}
.post-footer:after {
  content: '';
  display: table;
  clear: both;
}

.tags > * {
  display: inline-block;
}
.tags h4, .tags a {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
}

.share-toolbar {
  float: left;
  width: 65%;
}
.share-toolbar h4 {
  display: inline-block;
  margin: 0;
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
  color: #EA7125;
}
.share-toolbar .shareThis {
  display: inline-block;
}

.comment-toolbar {
  float: right;
  width: 35%;
  text-align: right;
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
  color: #252729;
}
.comment-toolbar a {
  color: #252729;
  text-decoration: none;
}

/* Share this override */
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices,
.stButton .stButton_gradient {
  height: 22px !important;
}

@media only screen and (max-width: 599px) {
  .postContent.blog-list > * {
    float: none;
    width: 100%;
  }
  .postContent.blog-list > p:first-child {
    float: none;
    width: 100%;
    padding: 1px 0 15px 0;
  }
  .postContent.blog-list > p:first-child img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .share-toolbar h4 {
    display: none;
  }
}
.sidebar-block img {
  width: 100%;
  height: auto;
}

#instagram .instagram-wrap {
  width: 25%;
  float: left;
}
#instagram .instagram-wrap img {
  width: 100%;
  height: auto;
}
#instagram .instagram-wrap img:hover {
  opacity: 0.7;
}
#instagram .instagram-wrap .likes {
  display: none;
}
#instagram:after {
  content: '';
  display: table;
  clear: both;
}

.instagram-box > h3, .twitter-box > h3 {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
  margin: 10px 0;
}

.twitter-box .twitter-iframe {
  padding: 15px;
  background-color: #E0DED9;
}

.block-blog .menu-categories UL LI {
  margin: 0;
}

.menu-categories {
  background-color: #F7F5F0;
  margin: 0;
}
.menu-categories h3 {
  padding: 15px;
  margin: 0;
  font-family: "kepler-std-semicondensed", Verdana, Arial, sans-serif;
  text-transform: none;
  font-size: 20px;
}
.menu-categories > ul > li:nth-child(odd) {
  background-color: #E0DED9;
}
.menu-categories ul {
  margin: 0;
  padding: 0;
}
.menu-categories ul li {
  padding: 7px 10px 6px 16px;
  margin: 0;
}
.menu-categories ul a {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  display: block;
}
.menu-categories ul a span.fa {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 14px;
  color: #12583E;
}

.bx-wrapper .bx-viewport {
  box-shadow: none !important;
}

.comments-wrapper {
  margin-bottom: 10px;
}
.comments-wrapper h4 {
  font-size: 24px;
  margin: 15px 0;
}

.comments-list {
  border: 1px solid #F7F5F0;
}

.commentWrapper {
  padding: 15px;
  text-align: center;
}
.commentWrapper:nth-child(odd) {
  background-color: #F7F5F0;
}
.commentWrapper .commentDetails {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
  margin: 10px 0 3px;
}

.aw-post-comment {
  background-color: #F7F5F0;
  padding: 15px;
}
.aw-post-comment input, .aw-post-comment textarea {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
}
.aw-post-comment .input-text {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
  width: 100%;
  border: 0;
  padding: 10px;
  height: 40px;
}
.aw-post-comment textarea {
  height: 100px;
}
.aw-post-comment .input-box {
  margin-bottom: 10px;
}
.aw-post-comment .button-set:after {
  content: '';
  display: table;
  clear: both;
}
.aw-post-comment .button-set .button {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
  color: #fff;
}
.aw-post-comment .required {
  font-family: "letter-gothic-std", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #AFA79F;
  font-size: 12px;
  float: right;
}

.article-navigation {
  position: relative;
  margin-bottom: 105px;
}
.article-navigation:after {
  content: '';
  display: table;
  clear: both;
}
.article-navigation a {
  font-family: "futura-pt", Times, "Times New Roman", serif;
  color: #252729;
  text-transform: uppercase;
}
.article-navigation a.previous-article {
  float: left;
}
.article-navigation a.next-article {
  float: right;
}

.more-posts {
  margin-top: 20px;
}
.more-posts h3 {
  margin-bottom: 15px;
}

.more-posts-list ul li {
  float: left;
  width: 24%;
  margin: 0px 1% 15px 0;
  padding-bottom: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.more-posts-list ul li > a {
  display: block;
  padding: 3px;
  text-transform: uppercase;
  font-family: "kepler-std-semicondensed", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #252729;
}
.more-posts-list ul li > a img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.more-posts-list ul li > a:hover {
  text-decoration: none;
}
.more-posts-list ul li .more-title,
.more-posts-list ul li .post-meta {
  padding: 5px 10px 5px;
  display: block;
}
.more-posts-list ul li:hover {
  background-color: #F7F5F0;
}
.more-posts-list ul li:hover img {
  opacity: 0.7;
}
.more-posts-list ul:after {
  content: '';
  display: table;
  clear: both;
}

.blog-index-list .more-posts-list ul li {
  text-align: left;
}
.blog-index-list .more-posts-list ul li a {
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .more-posts-list ul li {
    width: 49%;
    margin: 0px 1% 15px 0;
  }
}
.blog-post-view .main, .blog-cat-view .main {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog-post-view .main, .blog-cat-view .main {
    width: auto;
  }
}
.blog-post-view .main .col-main, .blog-cat-view .main .col-main {
  width: 610px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .blog-post-view .main .col-main, .blog-cat-view .main .col-main {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }
}
.blog-post-view .main .col-right, .blog-cat-view .main .col-right {
  width: 350px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .blog-post-view .main .col-right, .blog-cat-view .main .col-right {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
  }
}

.blog-index-list .main .col-main {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .blog-index-list .main .col-main {
    padding-right: 0;
  }
}
.blog-index-list .main .col-right {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .blog-index-list .main .col-right {
    padding-left: 0;
  }
}

#blog-menu ul ul {
  display: none;
}

/*# sourceMappingURL=blog.css.map */
