/* Colors */
/* Breakpoints */
/* Slick */
/*
  INTERACTIONS
*/
/*
  CLEARFIX
*/
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
.blog-wrapper nav.tags {
  text-align: center; }
  .blog-wrapper nav.tags .container {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px; }
  .blog-wrapper nav.tags a {
    font-family: "Delius Swash Caps", cursive;
    display: inline-block;
    margin: 0 15px;
    text-decoration: none;
    color: #555; }
    .blog-wrapper nav.tags a:hover, .blog-wrapper nav.tags a:active, .blog-wrapper nav.tags a.active {
      color: #6b9dcf; }
    .blog-wrapper nav.tags a.theme-pink:hover, .blog-wrapper nav.tags a.theme-pink:active, .blog-wrapper nav.tags a.theme-pink.active {
      color: #fca8a8; }
    .blog-wrapper nav.tags a.theme-blue:hover, .blog-wrapper nav.tags a.theme-blue:active, .blog-wrapper nav.tags a.theme-blue.active {
      color: #6b9dcf; }
    .blog-wrapper nav.tags a.theme-salmon:hover, .blog-wrapper nav.tags a.theme-salmon:active, .blog-wrapper nav.tags a.theme-salmon.active {
      color: #ffceb8; }
    .blog-wrapper nav.tags a.theme-yellow:hover, .blog-wrapper nav.tags a.theme-yellow:active, .blog-wrapper nav.tags a.theme-yellow.active {
      color: #fee384; }
    .blog-wrapper nav.tags a.theme-silver:hover, .blog-wrapper nav.tags a.theme-silver:active, .blog-wrapper nav.tags a.theme-silver.active {
      color: #ccc; }
    .blog-wrapper nav.tags a.theme-gold:hover, .blog-wrapper nav.tags a.theme-gold:active, .blog-wrapper nav.tags a.theme-gold.active {
      color: #c2ac90; }
  .blog-wrapper nav.tags a.admin-link {
    background-color: yellow;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px; }

.blog-wrapper a {
  transition: color .4s; }

.blog-wrapper h1 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 32px;
  color: #333;
  line-height: 1.4;
  margin: 0;
  padding: 0; }
  .blog-wrapper h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin: 25px 0 30px;
    background: #6b9dcf; }

.blog-wrapper .theme-pink a,
.blog-wrapper .theme-pink a span {
  color: #fca8a8; }

.blog-wrapper .theme-pink h1:after,
.blog-wrapper .theme-pink h2:after,
.blog-wrapper .theme-pink h3:after {
  background: #fca8a8; }

.blog-wrapper .theme-pink .slick-arrow svg path {
  fill: #fca8a8; }

.blog-wrapper .theme-yellow a,
.blog-wrapper .theme-yellow a span {
  color: #fee384; }

.blog-wrapper .theme-yellow h1:after,
.blog-wrapper .theme-yellow h2:after,
.blog-wrapper .theme-yellow h3:after {
  background: #fee384; }

.blog-wrapper .theme-yellow .button {
  background: #fee384;
  color: #fff; }
  .blog-wrapper .theme-yellow .button span {
    color: #fff; }

.blog-wrapper .theme-yellow .slick-arrow svg path {
  fill: #fee384; }

.blog-wrapper .theme-gold a,
.blog-wrapper .theme-gold a span {
  color: #c2ac90; }

.blog-wrapper .theme-gold h1:after,
.blog-wrapper .theme-gold h2:after,
.blog-wrapper .theme-gold h3:after {
  background: #c2ac90; }

.blog-wrapper .theme-gold .button {
  background: #c2ac90;
  color: #fff; }
  .blog-wrapper .theme-gold .button span {
    color: #fff; }

.blog-wrapper .theme-gold .slick-arrow svg path {
  fill: #c2ac90; }

.blog-wrapper .theme-blue a,
.blog-wrapper .theme-blue a span {
  color: #6b9dcf; }

.blog-wrapper .theme-blue h1:after,
.blog-wrapper .theme-blue h2:after,
.blog-wrapper .theme-blue h3:after {
  background: #6b9dcf; }

.blog-wrapper .theme-blue .button {
  background: #6b9dcf;
  color: #fff; }
  .blog-wrapper .theme-blue .button span {
    color: #fff; }

.blog-wrapper .theme-blue .slick-arrow svg path {
  fill: #6b9dcf; }

.blog-wrapper .theme-salmon a,
.blog-wrapper .theme-salmon a span {
  color: #ffceb8; }

.blog-wrapper .theme-salmon h1:after,
.blog-wrapper .theme-salmon h2:after,
.blog-wrapper .theme-salmon h3:after {
  background: #ffceb8; }

.blog-wrapper .theme-salmon .button {
  background: #ffceb8;
  color: #fff; }
  .blog-wrapper .theme-salmon .button span {
    color: #fff; }

.blog-wrapper article {
  margin-bottom: 60px; }
  .blog-wrapper article figure {
    overflow: hidden;
    margin-bottom: 30px; }
    .blog-wrapper article figure > img {
      width: 100%;
      height: auto;
      transition: transform .4s ease-in-out; }
      .blog-wrapper article figure > img:hover, .blog-wrapper article figure > img:active {
        transform: scale(1.03); }
  .blog-wrapper article .info {
    font-size: 14px;
    color: #555; }
    .blog-wrapper article .info span {
      display: inline-block; }
    .blog-wrapper article .info .category {
      text-transform: uppercase; }
      .blog-wrapper article .info .category a {
        text-decoration: none; }
        .blog-wrapper article .info .category a:hover {
          text-decoration: underline; }
    .blog-wrapper article .info .author a {
      color: inherit;
      text-decoration: none; }
      .blog-wrapper article .info .author a:hover {
        text-decoration: underline; }
  .blog-wrapper article h3 {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.2;
    color: #333;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    max-width: none;
    text-align: left !important;
    padding: 0 !important;
    max-width: none !important; }
    .blog-wrapper article h3 a {
      transition: color .4s; }
      .blog-wrapper article h3 a:hover {
        text-decoration: none; }
    .blog-wrapper article h3 a:not(:hover) {
      color: #333;
      text-decoration: none; }
    .blog-wrapper article h3:after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      margin: 25px 0 25px;
      background: #6b9dcf; }
  .blog-wrapper article p {
    margin: 0;
    text-align: left;
    padding: 0;
    max-width: none; }
  .blog-wrapper article.teaser .info .author {
    display: block; }
  .blog-wrapper article a.readmore:before {
    content: '';
    display: block; }

.blog-wrapper .actions {
  text-align: center; }

.blog-wrapper .body blockquote {
  font-family: "Open Sans", Helvetica, sans-serif;
  text-align: center;
  font-size: 32px;
  font-style: italic;
  line-height: 1.3;
  color: #333;
  border: none;
  padding: 0 10%; }
  .blog-wrapper .body blockquote:before, .blog-wrapper .body blockquote:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin: 25px auto;
    background: #6b9dcf; }

.blog-wrapper .body p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding: 10px 0;
  text-align: left;
  max-width: none; }

.blog-wrapper.full header .info {
  font-size: 14px;
  color: #555; }
  .blog-wrapper.full header .info span {
    display: inline-block; }
  .blog-wrapper.full header .info .category {
    text-transform: uppercase; }
    .blog-wrapper.full header .info .category a {
      text-decoration: none; }
      .blog-wrapper.full header .info .category a:hover {
        text-decoration: underline; }
  .blog-wrapper.full header .info .author a {
    font-weight: 700;
    text-decoration: none; }
    .blog-wrapper.full header .info .author a:not(:hover) {
      color: inherit; }
    .blog-wrapper.full header .info .author a:hover {
      text-decoration: none; }

.blog-wrapper.full .body {
  margin-bottom: 60px; }
  .blog-wrapper.full .body figure {
    margin: 30px auto; }

.blog-wrapper.full .print-share {
  float: none;
  display: block;
  text-align: center;
  top: 0;
  right: 0;
  margin-left: 0; }
  .blog-wrapper.full .print-share a {
    color: #787878; }
    .blog-wrapper.full .print-share a:hover {
      color: #6b9dcf; }

.blog-wrapper.brand-blog .blog-content {
  float: left;
  width: 75%; }

.blog-wrapper.brand-blog .brand-intro {
  float: right;
  width: 25%;
  padding-left: 30px;
  max-width: 280px; }

.brand-intro {
  text-align: left;
  max-width: 250px; }
  .brand-intro .brand-logo {
    max-width: 230px;
    height: auto;
    margin: 0 0 15px !important; }
  .brand-intro p {
    padding: 7px 0 !important;
    text-align: left !important;
    font-size: 12px !important;
    line-height: 1.5 !important; }

.blogger-profile .brand-logo {
  max-width: 250px; }

.blogger-profile .blogger-info {
  font-size: 14px;
  text-transform: uppercase; }
  .blogger-profile .blogger-info .category {
    color: #6b9dcf; }
  .blogger-profile .blogger-info .author {
    color: #333; }

.blogger-profile .user-picture {
  margin: 40px 0; }
  .blogger-profile .user-picture img {
    width: 100%;
    height: auto; }

.blogger-profile h2.posts-title {
  margin-bottom: 50px;
  text-align: center; }

.featured-bloggers {
  background: #f0f0f0;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 50px;
  margin-bottom: 0px; }
  .featured-bloggers h2 {
    font-size: 32px;
    color: #333;
    margin: 0;
    padding: 0; }
    .featured-bloggers h2:after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      margin: 25px 0 30px;
      background: #6b9dcf; }
  .featured-bloggers .blogger a.image {
    overflow: hidden;
    display: block; }
    .featured-bloggers .blogger a.image img {
      width: 100%;
      height: auto;
      transition: transform .4s ease-in-out; }
      .featured-bloggers .blogger a.image img:hover, .featured-bloggers .blogger a.image img:active {
        transform: scale(1.03); }
  .featured-bloggers .blogger h3 {
    margin-top: 5px;
    padding: 0; }
    .featured-bloggers .blogger h3 a.name {
      color: #6b9dcf;
      font-family: "Delius Swash Caps", cursive;
      font-size: 16px;
      line-height: 1;
      margin: 15px 0 0;
      padding: 0;
      text-decoration: none;
      transition: color .4s; }
      .featured-bloggers .blogger h3 a.name:hover {
        color: #346aa0; }

.category-posts {
  margin-top: 60px;
  margin-bottom: 60px; }
  .category-posts article {
    float: left;
    margin: 0 15px; }
    .category-posts article h3 {
      font-size: 20px; }
  .category-posts .slick-prev,
  .category-posts .slick-next {
    display: none !important; }
  .category-posts .slick-dots {
    bottom: 0;
    padding-top: 40px;
    position: relative; }

.cke_editable .paragraph {
  margin-top: 15px;
  margin-bottom: 15px; }

.cke_editable .embedded-video {
  padding-bottom: 56.25%;
  height: 0;
  position: relative; }
  .cke_editable .embedded-video .player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .cke_editable .embedded-video .player iframe {
      width: 100%;
      height: 100%; }

.cke_editable .collage {
  margin-bottom: -5px; }
  .cke_editable .collage .photo {
    margin-bottom: 30px; }

.cke_editable .quote {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .cke_editable .quote {
      margin-top: 40px;
      margin-bottom: 40px; }
      .cke_editable .quote blockquote {
        font-size: 25px; } }
  @media (max-width: 767px) {
    .cke_editable .quote {
      margin-top: 30px;
      margin-bottom: 30px; }
      .cke_editable .quote blockquote {
        font-size: 20px; } }

.cke_editable .photo-text {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  text-align: center; }
  .cke_editable .photo-text .photo {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .cke_editable .photo-text .text {
    float: none;
    display: inline-block;
    white-space: normal;
    position: relative;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .cke_editable .photo-text {
      white-space: normal; }
      .cke_editable .photo-text .photo {
        float: none;
        display: block; }
      .cke_editable .photo-text .text {
        float: none;
        display: block; } }

.node-blog-post figure {
  position: relative; }
  .node-blog-post figure img {
    max-width: 100%;
    height: auto; }
  .node-blog-post figure a {
    display: block; }
  .node-blog-post figure .brand {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28%; }
    .node-blog-post figure .brand svg {
      display: block; }
    .node-blog-post figure .brand .brand-logo {
      max-width: 80%;
      margin-bottom: 4%;
      height: auto;
      position: absolute;
      bottom: 0;
      right: 0; }

.node-blog-product {
  max-width: 140px;
  position: relative; }
  .node-blog-product .image {
    width: auto;
    margin: 0 5px !important;
    height: 0;
    padding-bottom: 65%;
    font-size: 0;
    text-align: center;
    position: relative; }
  .node-blog-product img {
    max-width: 130px;
    max-height: 130px;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .node-blog-product h4.product-title {
    font-size: 16px;
    font-weight: 700 !important;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-style: normal; }
  .node-blog-product p.product-age {
    font-size: 12px;
    color: #de1d24;
    text-align: center;
    padding: 0; }
  .node-blog-product .button.product-link {
    margin: 15px auto 0;
    display: block;
    max-width: 140px; }

.products h2 {
  margin-top: 10px !important; }

.products .slick-list {
  max-width: 500px; }

.products .slick-arrow {
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  min-width: 0;
  padding: 0;
  text-align: center;
  box-shadow: none;
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }
  .products .slick-arrow svg {
    width: 25px;
    height: 25px;
    margin: 12px auto;
    transition: opacity .3s; }
  .products .slick-arrow.prev-btn {
    right: 100%;
    margin-right: 50px; }
  .products .slick-arrow.next-btn {
    left: 100%;
    margin-left: 50px; }
  .products .slick-arrow:hover svg, .products .slick-arrow:active svg {
    opacity: .4; }

.products .products-slider {
  max-width: 500px;
  margin: 0 auto;
  transition: opacity .5s; }

.products .product-container {
  max-width: 220px;
  margin: 0 auto; }

.products .blog-product {
  max-width: none; }

.products .slick-dots {
  bottom: -40px; }
  .products .slick-dots li:before {
    display: none; }
  .products .slick-dots li button {
    min-width: 0;
    max-width: 140px; }

.products .products-slider:not(.slick-initialized) {
  opacity: 0; }

.brand-promo {
  margin: 70px 0; }
  .brand-promo .brand-intro {
    float: left;
    width: 30%;
    max-width: 300px; }
  .brand-promo .products {
    float: right;
    width: 70%; }

@media (max-width: 1199px) {
  .blog-wrapper.brand-blog .blog-content {
    width: 70%; }
  .blog-wrapper.brand-blog .brand-intro {
    width: 30%; }
  .products .slick-arrow.prev-btn {
    margin-right: 10px; }
  .products .slick-arrow.next-btn {
    margin-left: 10px; } }

@media (max-width: 991px) {
  .blog-wrapper.brand-blog .blog-content {
    width: 65%; }
  .blog-wrapper.brand-blog .brand-intro {
    width: 35%; }
  .brand-promo .brand-intro {
    width: 35%; }
  .brand-promo .products {
    width: 65%; }
  .products .products-slider {
    max-width: 250px; }
  .products .slick-arrow.prev-btn {
    margin-right: 20px; }
  .products .slick-arrow.next-btn {
    margin-left: 20px; } }

@media (max-width: 767px) {
  .brand-intro {
    margin: 30px auto 50px; }
  .blog-wrapper.brand-blog .blog-content {
    width: auto;
    float: none; }
  .blog-wrapper.brand-blog .brand-intro {
    width: auto;
    float: none;
    padding-left: 0; }
  .brand-promo .brand-intro {
    float: none;
    width: auto; }
  .brand-promo .products {
    float: none;
    width: auto; }
    .brand-promo .products .slick-dots {
      bottom: -10px; }
  .products .prev-btn,
  .products .next-btn {
    display: none; } }

/*# sourceMappingURL=page.blogs.css.map */
