@import 'css/unsemantic-grid-responsive-tablet-no-ie7.css';
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,500,700);
/**
* Theme Name: Simon Says Stamp Blog
* Author: ipsoCreative
* Author URI: http://www.ipsocreative.com
* Version: 1.1
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.h1 {
  font-size: 48px;
}
.h2 {
  font-size: 36px;
}
.h3 {
  font-size: 24px;
}
.h4 {
  font-size: 18px;
}
.h5 {
  font-size: 16px;
}
#wpadminbar {
  position: fixed !important;
}
.grid-container {
  max-width: 1024px !important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font: 14px Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  text-rendering: optimizeLegibility;
  background-image: url('images/paper.png');
  background-color: #adadad;
  background-blend-mode: screen;
}
body #page {
  overflow: hidden;
}
h1,
h2,
h3,
h4 {
  color: #000;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
strong,
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  font-style: italic;
  padding: 20px 20px 20px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding: 20px;
  }
}
blockquote.mint * {
  color: #97d9c8;
}
blockquote.mint::before {
  color: #97d9c8;
}
blockquote.black {
  color: black;
}
blockquote.brown * {
  color: #87675c;
}
blockquote.brown::before {
  color: #87675c;
}
blockquote.pink * {
  color: #e54dc3;
}
blockquote.pink::before {
  color: #e54dc3;
}
blockquote::before {
  position: absolute;
  top: 27px;
  left: 29px;
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 16px;
  width: 40px;
  height: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  blockquote::before {
    left: 0px;
  }
}
hr {
  background-image: url('images/paper.png');
  background-color: #adadad !important;
  background-blend-mode: screen;
  border: none;
  height: 50px;
  margin: 10px -10px;
}
.spacer {
  background-image: url('images/paper.png');
  background-color: #adadad !important;
  background-blend-mode: screen;
  margin: 10px -10px;
  margin-top: -10px;
  padding: 20px 10px;
}
.no-border {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
[type="hidden"] {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Safari */
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 50;
  font-size: 58px;
  color: #97d9c8;
}
.slick-arrow.slick-prev {
  left: 20px;
}
.slick-arrow.slick-next {
  right: 20px;
}
.site-button {
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.site-button.mint {
  background-color: #97d9c8;
}
.site-button.mint:hover {
  background-color: #649085;
}
.site-button.gold {
  background-color: #f0a619;
}
.site-button.gold:hover {
  background-color: #b27d13;
}
.site-button.pink {
  background-color: #e54dc3;
}
.site-button.pink:hover {
  background-color: #98407a;
}
.site-button.hollow {
  background-color: #fff;
  border: solid 2px;
}
.site-button.hollow.mint {
  color: #97d9c8;
  border-color: #97d9c8;
}
.site-button.hollow.mint:hover {
  background-color: #97d9c8;
}
.site-button.hollow.gold {
  color: #f0a619;
  border-color: #f0a619;
}
.site-button.hollow.gold:hover {
  background-color: #f0a619;
}
.site-button.hollow.pink {
  color: #e54dc3;
  border-color: #e54dc3;
}
.site-button.hollow.pink:hover {
  background-color: #e54dc3;
}
.site-button.hollow:hover {
  color: #fff;
}
.site-button.paw::before {
  position: relative;
  top: 3px;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  content: "\f1b0";
  font-family: FontAwesome;
  font-size: 24px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.site-button:hover {
  text-decoration: none;
  cursor: pointer;
}
.text-mint {
  color: #97d9c8;
}
.text-gold {
  color: #f0a619;
}
.text-hot-pink {
  color: #e54dc3;
}
.text-brown {
  color: #87675c;
}
.text-grey {
  color: #8b8b8b;
}
#videos {
  padding-top: 40px;
}
#videos label {
  background: #fff;
  color: #333333;
  border: solid 1px #e1e1e1;
  padding: 2px 10px;
  margin-left: 10px;
}
#videos label a {
  color: #333333;
}
#videos .slick,
#videos .slick-3 {
  background: #fff;
  border: solid 1px #e1e1e1;
  margin-top: 2px;
  margin-bottom: 50px;
  padding: 10px 10px;
}
#videos .slick .slick-slide,
#videos .slick-3 .slick-slide {
  padding: 5px;
  box-sizing: border-box;
}
#videos .slick img,
#videos .slick-3 img {
  display: block;
  margin: 0 auto;
}
.featured-products a:hover {
  text-decoration: none;
}
.featured-products label {
  background: #fff;
  color: #333333;
  border: solid 1px #e1e1e1;
  padding: 2px 10px;
  margin-left: 10px;
}
.featured-products label a {
  color: #333333;
}
.featured-products label a:hover {
  text-decoration: underline;
}
.featured-products > div {
  background: #fff;
  border: solid 1px #e1e1e1;
  margin-top: 2px;
  margin-bottom: 50px;
  padding: 10px 10px;
}
.featured-products > div .featured-product {
  padding: 5px;
  display: block;
  position: relative;
  height: 190px;
  box-sizing: border-box;
  cursor: pointer;
}
.featured-products > div .featured-product .image {
  height: 100%;
  width: 100%;
  background-position: center;
}
.featured-products > div .featured-product .image .name {
  display: none;
  height: 100%;
  width: inherit;
  text-decoration: none;
}
.featured-products > div .featured-product .image .name span {
  height: 100%;
  width: 100%;
  padding: 5px;
  background-color: rgba(151, 217, 200, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
}
.featured-products > div .featured-product:hover .name {
  display: table;
}
.gallery-container {
  position: relative;
}
.gallery-container .slick-arrow {
  top: 50%;
  background: none;
  border: none;
  z-index: 50;
  font-size: 18px;
  color: #97d9c8;
}
.gallery-container .slick-arrow i::before {
  font-size: 40px;
}
.gallery-container #left {
  left: -20px;
}
.gallery-container #right {
  right: -20px;
}
.gallery-container #single-gallery-slick .video {
  margin-bottom: 30px;
}
.gallery-container #single-gallery-slick .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-container #single-gallery-slick .slick-dots li {
  display: inline;
  position: relative;
  min-width: 10px;
  padding: 0 5px;
}
.gallery-container #single-gallery-slick .slick-dots li button {
  background: none;
  border: none;
  color: #97d9c8;
  cursor: pointer;
}
.gallery-container #single-gallery-slick .slick-dots li button:hover {
  color: #000;
}
.gallery-container #single-gallery-slick .slick-dots li.slick-active button {
  color: #000;
}
.gallery-container #single-gallery-slick .slick-dots li:before,
.gallery-container #single-gallery-slick .slick-dots li:after {
  content: "|";
  color: #97d9c8;
  position: absolute;
}
.gallery-container #single-gallery-slick .slick-dots li:before {
  left: -3px;
}
.gallery-container #single-gallery-slick .slick-dots li:after {
  right: -5px;
}
.video-block > p {
  text-align: center;
  padding-bottom: 0;
}
.video {
  display: block;
  position: relative;
}
.video p {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  padding-bottom: 0;
}
.video p i {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  font-size: 50px;
  color: #cd201f;
  display: none;
}
.video:hover p {
  background-color: rgba(255, 255, 255, 0.75);
}
.video:hover p i {
  display: block;
}
.block-9 .video {
  margin-bottom: 0 !important;
}
.block-9 .video + p {
  height: 76px;
}
p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 20px;
}
.white-background {
  background-color: white;
  padding: 10px;
  margin-bottom: 50px;
}
._InLinkzPMDiv,
._inlinkzLinksTable {
  padding-top: 20px;
}
._InLinkzPMDiv tr,
._inlinkzLinksTable tr {
  display: inline;
}
._InLinkzPMDiv tr td,
._inlinkzLinksTable tr td {
  float: left;
}
._inlinkzLinksTable tr td {
  height: 200px;
  padding: 0 5px;
  box-sizing: border-box;
}
a {
  color: #80baab;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #551A8B;
}
.fa-facebook:hover:before {
  color: #3b5998;
}
.fa-twitter:hover:before {
  color: #55acee;
}
.fa-youtube:hover:before {
  color: #cd201f;
}
.fa-pinterest:hover:before {
  color: #bd081c;
}
.fa-instagram:hover:before {
  color: #5851db;
}
.fa-flickr:hover:before {
  color: #ff0084;
}
ul.share {
  margin-bottom: 20px;
}
ul.share li {
  display: inline-block;
  padding: 5px;
}
ul.share li a {
  color: #adadad;
  font-size: 0;
}
ul.share li a::before {
  font-size: 20px;
}
ul.share li a:hover {
  text-decoration: none;
  color: #97d9c8;
}
.first-cell {
  padding-left: 0;
}
.last-cell {
  padding-right: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.aligncenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
  display: block !important;
  float: none !important;
}
.grid-row:after,
.grid-row:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.alignleft {
  text-align: left;
  float: left;
  margin-right: 20px;
}
.alignright {
  text-align: right;
  float: right;
  margin-left: 20px;
}
.hide {
  display: none;
}
img.full {
  width: 100%!important;
  max-width: none!important;
  height: auto;
}
input,
textarea,
select {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: solid 1px #cccccc;
  width: 100%;
  padding: 10px;
  font-size: 12px;
}
input[type="submit"],
textarea[type="submit"],
select[type="submit"] {
  width: auto;
}
.custom-dropdown {
  position: relative;
}
.custom-dropdown select {
  color: #adadad;
  border: solid 1px #e1e1e1;
}
.custom-dropdown:before {
  pointer-events: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  color: white;
  display: block;
  position: absolute;
  height: 100%;
  width: 34px;
  background: #e1e1e1;
  content: "\f078";
  top: 0;
  right: 0;
}
select::-ms-expand {
  display: none;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  background: #ffffff;
  position: relative;
  margin: 0;
  vertical-align: bottom;
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
  content: '';
  background: #cccccc;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  display: block;
}
input[type="radio"] {
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
}
.screen-reader-text {
  display: none;
}
.social-menu {
  position: absolute;
  right: 10px;
  z-index: 15;
}
.social-menu > li {
  display: block;
  float: left;
  position: relative;
  z-index: 99;
  margin: 0 5px;
}
.social-menu > li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.social-menu li.fa:before {
  color: #adadad;
  font-size: 20px;
  position: relative;
  top: 8px;
}
.social-menu li.fa a {
  font-size: 0;
  position: relative;
  top: -15px;
  padding: 15px 10px;
}
.social-menu li.fa:hover:before {
  cursor: pointer;
}
.social-menu li.fa:hover > a {
  background-color: transparent;
}
.social-menu li.fa.fa-facebook:hover:before {
  color: #3b5998;
}
.social-menu li.fa.fa-twitter:hover:before {
  color: #55acee;
}
.social-menu li.fa.fa-youtube:hover:before {
  color: #cd201f;
}
.social-menu li.fa.fa-pinterest:hover:before {
  color: #bd081c;
}
.social-menu li.fa.fa-instagram:hover:before {
  color: #5851db;
}
.social-menu li.fa.fa-flickr:hover:before {
  color: #ff0084;
}
.social-menu li:not(.fa):hover > a {
  background-color: #97d9c8;
  color: #ffffff;
}
.instagram-set {
  background-color: white;
  padding: 25px 50px;
  margin-bottom: 50px;
}
.instagram-set .slick-arrow.slick-prev {
  left: 0;
}
.instagram-set .slick-arrow.slick-next {
  right: 0;
}
.instagram-set .slick-slide {
  padding: 5px;
  box-sizing: border-box;
}
.instagram-set [target='instagram'] img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
.instagram-set figcaption {
  display: none;
}
#masthead {
  position: fixed;
  z-index: 10;
  width: 100%;
}
#masthead #social-navigation {
  vertical-align: bottom;
  max-width: 1024px;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #fff;
  height: 40px;
  padding-top: 3px;
}
#masthead #social-navigation:before,
#masthead #social-navigation:after {
  display: block;
  position: absolute;
  content: ' ';
  background-color: #fff;
  height: 100%;
  width: 100%;
  visibility: visible;
  border-left: none;
  border-right: none;
}
#masthead #social-navigation:before {
  right: 100%;
}
#masthead #social-navigation:after {
  left: 100%;
}
#masthead #social-navigation .search-form {
  display: none;
  padding-right: 40px;
  position: absolute;
  border: solid 1px #cccccc;
  max-width: 500px;
  width: 50%;
  z-index: 20;
  top: 4px;
  right: 5px;
}
#masthead #social-navigation .search-form:after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 20px;
  width: 40px;
  height: 25px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 0;
  margin: auto;
  background-color: #fff;
}
#masthead #social-navigation .search-form input {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
#masthead #social-navigation .search-form .search-submit {
  position: absolute;
  right: 0;
  font-size: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  border: none;
  z-index: 1;
  background: transparent;
}
#masthead .header-main {
  padding-top: 5px;
  background-color: #97d9c8;
  border: solid 1px #e1e1e1;
  position: relative;
  padding: 10px;
}
#masthead .header-main:before,
#masthead .header-main:after {
  display: block;
  position: absolute;
  content: ' ';
  background-color: #97d9c8;
  height: 100%;
  width: 100%;
  visibility: visible;
  top: -1px;
  border: solid 1px #e1e1e1;
  border-left: none;
  border-right: none;
}
#masthead .header-main:before {
  right: 100%;
}
#masthead .header-main:after {
  left: 100%;
}
#masthead .header-main .site-title {
  display: inline-block;
  vertical-align: bottom;
}
#masthead .header-main .site-title img {
  width: auto;
  height: 77px;
}
#masthead .header-main #primary-navigation {
  float: right;
  display: inline-block;
  margin-top: -10px;
}
#masthead .header-main #primary-navigation .menu-toggle {
  display: none;
  font-size: 0;
  margin-left: 10px;
  cursor: pointer;
}
#masthead .header-main #primary-navigation .menu-toggle .hamburger-inner,
#masthead .header-main #primary-navigation .menu-toggle .hamburger-inner:before,
#masthead .header-main #primary-navigation .menu-toggle .hamburger-inner:after {
  background-color: #fff;
}
#masthead .header-main #primary-navigation .menu-toggle:before {
  font-size: 36px;
}
#masthead .header-main #primary-navigation .menu-primary-container .store:before {
  position: relative;
  top: 3px;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  content: "\f1b0";
  font-family: FontAwesome;
  font-size: 24px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#masthead .header-main #primary-navigation .menu-primary-container:after,
#masthead .header-main #primary-navigation .menu-primary-container:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item {
  display: inline-block;
  padding: 0 8px;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item:hover {
  cursor: pointer;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item:hover:before {
  color: #454545;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item:hover > a {
  color: #454545;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  text-align: center;
  z-index: 100;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu li > a {
  line-height: 60px;
  height: 100%;
  display: block;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu:before,
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu:after {
  z-index: 100;
  display: block;
  position: absolute;
  content: ' ';
  height: 100%;
  width: 100%;
  visibility: visible;
  top: 0;
  border-left: none;
  border-right: none;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu:before {
  right: 100%;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu:after {
  left: 100%;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children:hover {
  cursor: default;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children:hover > a {
  cursor: default;
}
#masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children:hover > ul.sub-menu {
  overflow: visible;
  max-height: 60px;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu:after,
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item > a {
  line-height: 97px;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item:hover {
  background-color: #80baab;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu {
  background-color: #80baab;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu:before,
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu:after {
  background-color: #80baab;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item:hover {
  background-color: #649085;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
  background-color: #649085;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu:before,
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu:after {
  background-color: #649085;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item:hover {
  background-color: #3e5b54;
}
#masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
  color: #fff;
}
#masthead .header-main .site-description {
  z-index: 40;
  cursor: default;
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  color: #333333;
  text-transform: uppercase;
  padding: 2px 15px;
}
body.error404 .search-submit {
  margin-top: 25px;
}
body.short-header #masthead {
  width: 100%;
}
body.short-header #masthead .header-main {
  max-height: 40px;
}
body.short-header #masthead .header-main .menu-toggle {
  top: -20px !important;
}
body.short-header #masthead .header-main #primary-navigation .menu-primary-container ul.nav-menu > li.menu-item > a {
  line-height: 59px;
}
body.short-header #masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu li > a {
  line-height: 40px;
}
body.short-header #masthead .header-main .site-title {
  max-height: 40px;
}
body.short-header #masthead .header-main .site-title a img {
  max-height: 40px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  body.short-header #primary-navigation .menu-primary-container {
    margin-top: 21px !important;
  }
}
body.home .navigation.pagination {
  text-align: center;
  margin-bottom: 50px;
}
body.home .navigation.pagination > div:after,
body.home .navigation.pagination > div:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
body.home .navigation.pagination > div .page-numbers {
  display: none;
}
body.home .navigation.pagination > div .prev,
body.home .navigation.pagination > div .next {
  display: block;
}
body.home .navigation.pagination > div .prev span,
body.home .navigation.pagination > div .next span {
  padding: 0 10px;
}
body.home .navigation.pagination > div .prev {
  float: left;
}
body.home .navigation.pagination > div .next {
  float: right;
}
body:not(.home) .navigation.pagination {
  text-align: center;
  margin-bottom: 50px;
}
body:not(.home) .navigation.pagination > div {
  display: inline;
}
body:not(.home) .navigation.pagination > div .page-numbers {
  position: relative;
  min-width: 10px;
  padding: 0 5px;
}
body:not(.home) .navigation.pagination > div .page-numbers:before,
body:not(.home) .navigation.pagination > div .page-numbers:after {
  content: "|";
  color: #97d9c8;
  position: absolute;
}
body:not(.home) .navigation.pagination > div .page-numbers:before {
  left: -5px;
}
body:not(.home) .navigation.pagination > div .page-numbers:after {
  right: -6px;
}
body:not(.home) .navigation.pagination > div .prev:before,
body:not(.home) .navigation.pagination > div .next:before,
body:not(.home) .navigation.pagination > div .prev:after,
body:not(.home) .navigation.pagination > div .next:after {
  content: "";
}
body:not(.home) .navigation.pagination > div .prev i,
body:not(.home) .navigation.pagination > div .next i {
  position: absolute;
  top: 4px;
}
body:not(.home) .navigation.pagination > div .prev {
  margin-right: 15px;
}
body:not(.home) .navigation.pagination > div .next {
  margin-left: 5px;
}
#TB_window {
  display: block;
  height: 360px !important;
  width: 640px !important;
  max-width: 90%;
  max-height: 90%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#TB_window #TB_ajaxContent {
  padding: 10px;
  position: relative;
  width: 100% !important;
  height: calc(100% - 30px) !important;
  box-sizing: border-box;
  display: block;
}
#TB_window #TB_ajaxContent iframe {
  max-width: 90% !important;
  max-height: 90% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#TB_window iframe {
  width: 100% !important;
  height: 100% !important;
}
#breadcrumbs {
  color: #80baab;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#breadcrumbs > div > div {
  padding: 0;
}
#breadcrumbs a:visited {
  color: #80baab;
}
#main {
  margin-top: 200px;
}
#main #posts {
  padding-top: 30px;
  padding-left: 0;
}
#main #posts .related-posts label {
  background: #fff;
  color: #333333;
  border: solid 1px #e1e1e1;
  padding: 2px 10px;
  margin-left: 10px;
}
#main #posts .related-posts > div {
  background: #fff;
  border: solid 1px #e1e1e1;
  margin-top: 2px;
  margin-bottom: 50px;
  padding: 10px 10px;
}
#main #posts .related-posts > div .related {
  text-decoration: none;
  padding: 10px;
  display: block;
  position: relative;
  height: 350px;
  box-sizing: border-box;
  cursor: pointer;
}
#main #posts .related-posts > div .related .image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#main #posts .related-posts > div .related .image .name {
  display: none;
  height: 100%;
  width: inherit;
}
#main #posts .related-posts > div .related .image .name span {
  height: 100%;
  width: 100%;
  padding: 5px;
  background-color: rgba(151, 217, 200, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
}
#main #posts .related-posts > div .related:hover .name {
  display: table;
}
#main #sidebar {
  margin-bottom: 50px;
}
#main #sidebar > div {
  margin-bottom: 50px;
}
#main #sidebar .widget_search .search-form {
  position: relative;
  padding-right: 40px;
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 54px;
}
#main #sidebar .widget_search .search-form:after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 20px;
  width: 40px;
  height: 25px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 0;
  margin: auto;
  color: #adadad;
}
#main #sidebar .widget_search .search-form input {
  border: solid 1px #e1e1e1;
  background: #f9f9f9;
}
#main #sidebar .widget_search .search-form .search-submit {
  position: absolute;
  right: 0;
  font-size: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  border: none;
  z-index: 1;
  background: transparent;
}
#main #sidebar .widget_welcome {
  background-color: #fff;
  padding: 10px;
}
#main #sidebar .widget_welcome .widget-content:after,
#main #sidebar .widget_welcome .widget-content:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#main #sidebar .widget_welcome .widget-content .monday-button,
#main #sidebar .widget_welcome .widget-content .wednesday-button {
  display: block;
  width: 45%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  margin: 2.5%;
  padding: 10px 5px;
}
#main #sidebar .widget_welcome .widget-content .monday-button:hover,
#main #sidebar .widget_welcome .widget-content .wednesday-button:hover {
  text-decoration: none;
}
#main #sidebar .widget_welcome .widget-content .monday-button {
  color: #f0a619;
  border: solid 1px #f0a619;
}
#main #sidebar .widget_welcome .widget-content .monday-button:hover {
  color: #fff;
  background-color: #f0a619;
}
#main #sidebar .widget_welcome .widget-content .wednesday-button {
  color: #e54dc3;
  border: solid 1px #e54dc3;
}
#main #sidebar .widget_welcome .widget-content .wednesday-button:hover {
  color: #fff;
  background-color: #e54dc3;
}
@media screen and (max-width: 1024px) {
  #main #sidebar .widget_welcome .widget-content .monday-button,
  #main #sidebar .widget_welcome .widget-content .wednesday-button {
    width: 95%;
  }
}
#main #sidebar form {
  margin-top: 50px;
}
#main #sidebar form > div:first-of-type > p:last-of-type {
  position: relative;
}
#main #sidebar form > div:first-of-type > p:last-of-type input {
  width: 100%;
  background-color: #97d9c8;
  color: #fff;
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
  max-width: 216px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
#main #sidebar form > div:first-of-type > p:last-of-type:before {
  position: absolute;
  top: 7px;
  left: calc(50% - 11px - 50px);
  color: #fff;
  display: inline-block;
  content: "\f1b0";
  font-family: FontAwesome;
  font-size: 22px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#main #sidebar .widget_image-link:after,
#main #sidebar .widget_multi-image-links:after,
#main #sidebar .widget_categories:after,
#main #sidebar .widget_image-link:before,
#main #sidebar .widget_multi-image-links:before,
#main #sidebar .widget_categories:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#main #sidebar .widget_image-link .widget-title,
#main #sidebar .widget_multi-image-links .widget-title,
#main #sidebar .widget_categories .widget-title {
  color: #adadad;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  border-bottom: solid 2px #97d9c8;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#main #sidebar .large-link-widget {
  text-decoration: none;
}
#main #sidebar .large-link-widget h3 {
  max-width: 275px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  border-bottom: solid 2px #97d9c8;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#main #sidebar .large-link-widget h3.paw-title::before {
  position: relative;
  top: 3px;
  color: #87675c;
  display: inline-block;
  padding-right: 5px;
  content: "\f1b0";
  font-family: FontAwesome;
  font-size: 20px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#main #sidebar .large-link-widget img {
  max-width: 90%;
  max-height: 212px;
  height: auto;
  margin: 0 auto;
}
#main #sidebar .widget_image-link img {
  display: block;
}
#main #sidebar .widget_multi-image-links .widget-content {
  margin-left: auto;
  margin-right: auto;
}
#main #sidebar .category-block {
  display: block;
  border: solid 2px #97d9c8;
  position: relative;
  box-sizing: border-box;
  height: 88px;
  margin: 10px 0;
}
#main #sidebar .category-block:visited {
  color: #80baab;
}
#main #sidebar .category-block i {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#main #sidebar .category-block i:before {
  position: relative;
  z-index: -1;
  display: block;
  font-size: 50px;
  text-align: center;
}
#main #sidebar .category-block .name {
  display: none;
}
#main #sidebar .category-block:hover {
  text-decoration: none;
}
#main #sidebar .category-block:hover .name {
  display: table;
  width: 100%;
  height: 100%;
}
#main #sidebar .category-block:hover .name span {
  background-color: rgba(255, 255, 255, 0.8);
  outline: solid 2px rgba(255, 255, 255, 0.8);
  color: #8b8b8b;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#main #sidebar .sidebar-block {
  max-width: 100%;
  height: 130px;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
  cursor: pointer;
}
#main #sidebar .sidebar-block p {
  text-align: center;
  font-size: 12px;
  padding-bottom: 0;
}
#main #sidebar .sidebar-block .img,
#main #sidebar .sidebar-block i {
  height: auto;
  width: 110px;
  border: solid 2px #97d9c8;
  background-color: #fff;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
}
#main #sidebar .sidebar-block .img img,
#main #sidebar .sidebar-block i img {
  height: auto;
  width: 110px;
}
#main #sidebar .sidebar-block .img:before,
#main #sidebar .sidebar-block i:before {
  font-size: 50px;
}
#main #sidebar .widget_archive {
  position: relative;
  margin-top: 50px;
  display: block;
  margin: 0 auto;
}
#main #sidebar .widget_archive select {
  color: #adadad;
  border: solid 1px #e1e1e1;
}
#main #sidebar .widget_archive:before {
  pointer-events: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  color: white;
  display: block;
  position: absolute;
  height: 100%;
  width: 34px;
  background: #e1e1e1;
  content: "\f078";
  top: 0;
  right: 0;
}
#main #sidebar .widget_archive h3 {
  display: none;
}
#main #sidebar .paw-title .widget-title:before {
  position: relative;
  top: 3px;
  color: #87675c;
  display: inline-block;
  padding-right: 5px;
  content: "\f1b0";
  font-family: FontAwesome;
  font-size: 20px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#main #sidebar .ipso_grid {
  background-color: #fff;
  padding: 10px 0;
}
#main #sidebar .ipso_grid .ipso-grid-cell {
  margin-bottom: 10px;
}
#main #sidebar .ipso_grid .challenge-rules ul {
  list-style: disc;
  padding-left: 20px;
}
#main #sidebar .ipso_grid .challenge-rules a {
  position: relative;
  width: 100%;
  background-color: #97d9c8;
  color: #fff;
  text-align: center;
  max-width: 216px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  margin-top: 20px;
  font-size: 16px;
}
#main #sidebar .ipso_grid .challenge-rules a:before {
  position: absolute;
  top: 7px;
  left: calc(50% - 11px - 50px);
  color: #fff;
  display: inline-block;
  content: "\f1b0";
  font-family: FontAwesome;
  font-size: 22px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#main #sidebar .menu-social-container {
  margin-top: 10px;
}
#main #sidebar .menu-social-container ul {
  position: relative;
  right: 0;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#main #sidebar .menu-social-container ul:after,
#main #sidebar .menu-social-container ul:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#main #sidebar .menu-social-container ul > li {
  display: block;
  float: left;
  position: relative;
  z-index: 99;
  margin: 0 5px;
}
#main #sidebar .menu-social-container ul > li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -3px;
  left: -9px;
}
#main #sidebar .menu-social-container ul li.fa:before {
  color: #adadad;
  font-size: 20px;
  position: relative;
  top: 8px;
}
#main #sidebar .menu-social-container ul li.fa a {
  font-size: 0;
}
#main #sidebar .menu-social-container ul li.fa:hover:before {
  cursor: pointer;
}
#main #sidebar .menu-social-container ul li.fa:hover > a {
  background-color: transparent;
}
#main #sidebar .menu-social-container ul li.fa.fa-facebook:hover:before {
  color: #3b5998;
}
#main #sidebar .menu-social-container ul li.fa.fa-twitter:hover:before {
  color: #55acee;
}
#main #sidebar .menu-social-container ul li.fa.fa-youtube:hover:before {
  color: #cd201f;
}
#main #sidebar .menu-social-container ul li.fa.fa-pinterest:hover:before {
  color: #bd081c;
}
#main #sidebar .menu-social-container ul li.fa.fa-instagram:hover:before {
  color: #5851db;
}
#main #sidebar .menu-social-container ul li.fa.fa-flickr:hover:before {
  color: #ff0084;
}
#main #sidebar .menu-social-container ul li:not(.fa) {
  display: none;
}
#main .post {
  margin-bottom: 50px;
}
#main .post header img {
  width: 100%;
  height: auto;
}
#main .post h1,
#main .post h2,
#main .post h3,
#main .post h4,
#main .post h5 {
  padding-left: 10px;
  padding-top: 10px;
}
#main .post section ol {
  list-style: decimal;
  padding-left: 25px;
}
#main .post section ul {
  list-style: disc;
  padding-left: 25px;
}
#main .post.full header {
  margin-bottom: 30px;
}
#main .post.full header a:hover {
  text-decoration: none;
}
#main .post.full header h1 {
  margin-bottom: 15px;
}
#main .post.full section {
  background-color: #fff;
}
#main .post.full section p {
  padding: 10px;
}
#main .post.full section h4,
#main .post.full section > div {
  padding-left: 10px;
}
#main .post.full section h4 p,
#main .post.full section > div p {
  padding-left: 0;
}
#main .post.full section img,
#main .post.full section iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  padding-bottom: 10px;
}
#main .post.full section img[src$=".gif"],
#main .post.full section img[src*="instagram"] {
  max-width: 150px;
  margin: 0 auto;
}
#main .post.full section .iframe-wrapper {
  box-sizing: border-box;
}
#main .post.full section ._InLinkzPMDiv img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
#main .post.full section ._InLinkzPMDiv td {
  float: left;
}
#main .post.full footer {
  padding: 0 5px;
  background-color: #fff;
}
#main .post.full footer .share {
  margin-bottom: 20px;
}
#main .post.full footer .share li {
  display: inline-block;
  padding: 5px;
}
#main .post.full footer .share li a {
  color: #adadad;
  font-size: 0;
}
#main .post.full footer .share li a::before {
  font-size: 20px;
}
#main .post.full footer .share li a:hover {
  text-decoration: none;
  color: #97d9c8;
}
#main .post.full footer .author {
  min-height: 70px;
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}
#main .post.full footer .author > div {
  display: inline-block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  #main .post.full footer .author > div {
    position: relative;
    display: block;
  }
}
#main .post.full footer .author .meta {
  left: 80px;
}
@media screen and (max-width: 767px) {
  #main .post.full footer .author .meta {
    left: 0;
    margin-top: 10px;
  }
}
#main .post.full footer .author .meta .name {
  text-transform: uppercase;
  color: #adadad;
  font-weight: 600;
}
#main .post.full footer .author .meta .bio {
  color: #adadad;
}
#main .post.full footer .post-meta {
  padding: 5px 0;
  margin: 0 -5px;
  background: #97d9c8;
  border-bottom: solid 5px #80baab;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#main .post.full footer .post-meta a {
  color: #fff;
}
#main .post.short:after,
#main .post.short:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#main .post.short .post-img {
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: 200%;
  float: left;
}
#main .post.short .post-info {
  padding: 10px 10px 10px 210px;
  background-color: #fff;
  height: 180px;
}
#main .post.short .post-info header {
  padding-bottom: 20px;
}
#main .post.short .post-info header h3 {
  text-decoration: none;
  padding-left: 0;
}
#main .post.short .post-info header h3 * {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
#main .post.short .post-info footer {
  color: #8b8b8b;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}
#main .comments-area .comment-body {
  background-color: #fff;
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 20px;
}
#main .comments-area .comment-body:before {
  position: absolute;
  top: -40px;
  right: 16.5%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #fff transparent;
}
#main .comments-area .comment-body .comment-meta {
  position: relative;
}
#main .comments-area .comment-body .comment-meta .vcard:after,
#main .comments-area .comment-body .comment-meta .vcard:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#main .comments-area .comment-body .comment-meta .vcard img,
#main .comments-area .comment-body .comment-meta .vcard b {
  display: block;
  float: left;
}
#main .comments-area .comment-body .comment-meta .vcard img {
  padding-right: 10px;
}
#main .comments-area .comment-body .comment-meta .vcard b {
  color: #333333;
  font-weight: bold;
}
#main .comments-area .comment-body .comment-meta .vcard .says {
  display: none;
}
#main .comments-area .comment-body .comment-meta .comment-metadata {
  position: absolute;
  left: 58px;
  top: 20px;
}
#main .comments-area .comment-body .comment-meta .comment-metadata time {
  display: none;
}
#main .comments-area ol.children {
  padding-left: 50px;
}
#main .comments-area .comment-respond {
  background-color: #fff;
  margin-top: 40px;
  padding: 20px;
  position: relative;
}
#main .comments-area .comment-respond:before {
  position: absolute;
  top: -40px;
  right: 16.5%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #fff transparent;
}
#main .comments-area .comment-content {
  margin-left: 56px;
}
#main .comments-area .reply {
  text-align: right;
}
#main .comments-area .comment-form {
  position: relative;
  display: table;
  width: 100%;
}
#main .comments-area .comment-form input,
#main .comments-area .comment-form textarea {
  border: solid 1px #e1e1e1;
  background-color: #f9f9f9;
}
#main .comments-area .comment-form [type="submit"] {
  color: #97d9c8;
}
#main .comments-area .comment-form [type="submit"]:hover {
  background-color: #ececec;
  cursor: pointer;
  color: #72cbb4;
}
#main .comments-area .comment-form ::-webkit-input-placeholder,
#main .comments-area .comment-form :-moz-placeholder,
#main .comments-area .comment-form ::-moz-placeholder,
#main .comments-area .comment-form :-ms-input-placeholder {
  color: #e1e1e1;
}
#main .comments-area .comment-form p {
  margin: 12.5px 0;
  width: 60%;
}
#main .comments-area .comment-form .comment-form-comment {
  display: table-footer-group;
}
#main .comments-area .comment-form .comment-form-comment label {
  display: none;
}
#main .comments-area .comment-form .comment-form-comment textarea {
  width: 60%;
}
#main .comments-area .comment-form .form-submit {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
#main nav.prev-next-posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main nav.prev-next-posts i {
  margin: 0 10px;
}
#main .video-content {
  margin-bottom: 50px;
}
#main .video-content h2 {
  padding-bottom: 10px;
}
#main .video-content p {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#main .video-content img {
  width: 100%;
}
#main .video-gallery-post h2 {
  padding-bottom: 10px;
}
#main .video-gallery-post .latest-video {
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
#main .video-gallery-post .latest-video iframe {
  width: 100%;
  height: 350px;
}
#main .video-gallery-post .latest-video .share {
  margin-top: 10px;
  margin-bottom: 0;
}
#main #primary.about .spacer {
  color: #000;
  font-weight: 500;
}
#main #primary.about .author-section {
  padding: 10px;
}
#main #primary.about .author-section .avatar img {
  margin: 0;
  margin-bottom: 30px;
  width: auto;
  max-width: 350px;
  max-height: 350px;
}
#main #primary.about .author-section .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main #primary.about .author-section .bio {
  color: #6c6c6c;
}
#main #primary.about .wpcf7-form {
  position: relative;
  display: table;
  width: 100%;
}
#main #primary.about .wpcf7-form input,
#main #primary.about .wpcf7-form textarea {
  border: solid 1px #e1e1e1;
  background-color: #f9f9f9;
  margin: 10px 0;
}
#main #primary.about .wpcf7-form [type="submit"] {
  color: #97d9c8;
}
#main #primary.about .wpcf7-form [type="submit"]:hover {
  background-color: #ececec;
  cursor: pointer;
  color: #72cbb4;
}
#main #primary.about .wpcf7-form ::-webkit-input-placeholder,
#main #primary.about .wpcf7-form :-moz-placeholder,
#main #primary.about .wpcf7-form ::-moz-placeholder,
#main #primary.about .wpcf7-form :-ms-input-placeholder {
  color: #e1e1e1;
}
#main #primary.about .wpcf7-form h4 {
  padding: 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
#main #primary.about .wpcf7-form p {
  margin-top: -10px;
  padding-bottom: 0;
  width: 60%;
}
#main #primary.about .wpcf7-form .wpcf7-submit {
  position: absolute;
  width: auto;
  right: 20px;
  bottom: 31px;
  margin: 0;
  padding: 10px;
}
#main #primary.brands #content .page-img {
  display: block;
  width: 100%;
  height: 275px;
  margin-bottom: 30px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#main #primary.brands #content .header-img {
  margin-bottom: 50px;
}
#main #primary.brands #content .brand-galleries .brand-gallery {
  margin-bottom: 25px;
}
#main #primary.page #page-content section {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
#main #primary.page #page-content section h3 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
  padding: 20px 0 40px 0;
}
#main #primary.page #page-content section .inlinkzDiv_1 {
  width: 100%;
}
#main #primary.page #page-content section .inlinkzDiv_1 table {
  margin: 0 auto;
}
#main #primary.page #page-content section .inlinkzDiv_1 table td {
  float: left;
}
#main #primary.page #page-content ul.share {
  margin-bottom: 50px;
}
#main #primary.videos #gallery > h2 {
  font-weight: bold;
  padding: 10px;
  padding-left: 0;
  display: block;
  text-transform: uppercase;
  color: #000;
}
#main #primary.videos #gallery .content {
  background: #fff;
  padding: 10px;
  margin-bottom: 50px;
}
#main #primary.videos #gallery .latest label {
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  display: block;
  text-transform: uppercase;
}
#main #primary.videos #gallery .latest p,
#main #primary.videos #gallery .latest .share {
  background-color: #fff;
  padding: 10px;
}
#main #primary.videos #gallery .latest .share {
  padding-top: 0;
}
#main #primary.videos #gallery .latest img {
  width: 100%;
  height: auto;
}
#main #primary.videos #gallery .other-gallery {
  padding: 0;
  margin: 0 -10px;
}
#main #primary.videos #gallery .other-gallery label {
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  display: block;
  text-transform: uppercase;
}
#main #primary.videos #gallery .other-gallery .video img {
  margin: 0 auto;
  display: block;
}
#main #primary.videos #gallery .other-gallery .video p {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main #primary.subscribe .content-section h3 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
#main #primary.subscribe .content-section form {
  margin-top: 25px;
}
#main #primary.subscribe .content-section form p {
  padding-bottom: 0;
}
#main #primary.subscribe .content-section form [type="submit"] {
  background-color: #e1e1e1;
  color: #80baab;
  margin-top: 25px;
}
#main .new-crafter-content .page-img {
  display: block;
  width: 100%;
  height: 275px;
  margin-bottom: 30px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#main .new-crafter-content header h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
#main .new-crafter-content section h2 {
  text-align: left !important;
  color: #000;
  margin-bottom: 25px;
}
#main .full-width-header {
  background-color: #fff;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 50px;
}
#main .full-width-header .description {
  margin-bottom: 20px;
}
#main .full-width-header .page-img {
  display: block;
  width: 100%;
  height: 275px;
  margin-bottom: 30px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#main .kit-year {
  margin-bottom: 50px;
}
#main .kit-year .page-img {
  display: block;
  margin-bottom: 50px;
}
#main .kit-year .grid-container {
  margin-bottom: 50px;
}
#main .kit-year .kit-subscribe {
  background-color: #87675c;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 25px;
}
#main .kit-year .kit-subscribe::before {
  position: relative;
  top: 3px;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  content: "\f1b0";
  font-family: FontAwesome;
  font-size: 24px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#main .kit-month {
  margin-bottom: 25px;
}
#main .kit-month a {
  color: #adadad;
}
#main .kit-month p {
  padding-top: 10px;
  color: #adadad;
  text-align: center;
}
#main .kit-month img {
  max-height: 270px;
}
.hidden-rules {
  background-color: #fff;
  padding: 10px;
}
.hidden-rules ul {
  list-style: disc;
  padding-left: 20px;
}
#colophon {
  margin-top: 25px;
}
#colophon #footer {
  background-color: #97d9c8;
}
#colophon #footer #social-navigation {
  margin-top: 25px;
  padding-bottom: 25px;
  display: block;
  background-color: #97d9c8;
}
#colophon #footer #social-navigation .social-menu {
  position: relative;
  right: 0;
  z-index: 15;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#colophon #footer #social-navigation .social-menu:after,
#colophon #footer #social-navigation .social-menu:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#colophon #footer #social-navigation .social-menu > li {
  display: block;
  float: left;
  position: relative;
  z-index: 99;
  margin: 0 5px;
}
#colophon #footer #social-navigation .social-menu > li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
#colophon #footer #social-navigation .social-menu li.fa:before {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 8px;
}
#colophon #footer #social-navigation .social-menu li.fa a {
  font-size: 0;
}
#colophon #footer #social-navigation .social-menu li.fa:hover:before {
  cursor: pointer;
}
#colophon #footer #social-navigation .social-menu li.fa:hover > a {
  background-color: transparent;
}
#colophon #footer #social-navigation .social-menu li.fa.fa-facebook:hover:before {
  color: #3b5998;
}
#colophon #footer #social-navigation .social-menu li.fa.fa-twitter:hover:before {
  color: #55acee;
}
#colophon #footer #social-navigation .social-menu li.fa.fa-youtube:hover:before {
  color: #cd201f;
}
#colophon #footer #social-navigation .social-menu li.fa.fa-pinterest:hover:before {
  color: #bd081c;
}
#colophon #footer #social-navigation .social-menu li.fa.fa-instagram:hover:before {
  color: #5851db;
}
#colophon #footer #social-navigation .social-menu li.fa.fa-flickr:hover:before {
  color: #ff0084;
}
#colophon #footer #social-navigation .social-menu li:not(.fa) {
  display: none;
}
#colophon #footer .instagram h3 {
  color: #fff;
  margin-top: 25px !important;
  font-size: 32px !important;
  border-bottom: none !important;
  margin-bottom: 25px !important;
  font-weight: 400 !important;
  text-align: center;
}
#colophon #footer .widget.ipso_grid {
  color: #fff;
}
#colophon #footer .widget.ipso_grid p {
  color: #fff;
}
#colophon #footer .widget.ipso_grid .widget-title {
  color: #fff;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  max-width: 250px;
  margin: 0 auto;
  border-bottom: solid 2px #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #colophon #footer .widget.ipso_grid .widget-title {
    margin-top: 25px;
  }
}
#colophon #footer .widget.ipso_grid ul {
  max-width: 260px;
  margin: 0 auto;
}
#colophon #footer .widget.ipso_grid ul li {
  text-transform: uppercase;
  padding: 3px 0;
}
#colophon #footer .widget.ipso_grid ul li a {
  color: #fff;
}
#colophon .site-info {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #adadad;
}
@media screen and (max-width: 767px) {
  #colophon .site-info * {
    text-align: center !important;
  }
}
#colophon .site-info .ipso-credit {
  padding-right: 50px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #colophon .site-info .ipso-credit {
    margin-top: 10px;
  }
}
#colophon .site-info img {
  height: 20px;
  display: inline;
  position: absolute;
  top: 0px;
  padding-left: 5px;
}
.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
.iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #masthead #social-navigation {
    display: none;
  }
  #masthead .header-main #primary-navigation {
    display: block;
    width: 100%;
    position: relative;
  }
  #masthead .header-main #primary-navigation button.menu-toggle {
    outline: none;
    display: block;
    position: absolute;
    right: 50px;
    height: 24px;
    width: 40px;
    top: -60px;
    bottom: 0;
    margin: auto;
  }
  #masthead .header-main #primary-navigation button.menu-toggle .hamburger-box {
    position: static;
  }
  #masthead .header-main #primary-navigation .menu-primary-container {
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    margin-top: 21px;
    width: 100vw;
  }
  #masthead .header-main #primary-navigation .menu-primary-container .store:before {
    top: 3px;
    color: #97d9c8;
    font-size: 24px !important;
  }
  #masthead .header-main #primary-navigation .menu-primary-container:after,
  #masthead .header-main #primary-navigation .menu-primary-container:before {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item {
    display: block;
    text-align: right;
    padding: 0;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item a {
    color: #97d9c8;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px !important;
    padding: 10px 20px;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item:hover {
    cursor: pointer;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item:hover:before {
    color: #454545;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item:hover > a {
    color: #454545;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu {
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transition-delay: .25s;
    position: relative;
    right: 0;
    text-align: right;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu li {
    padding-right: 0;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu:before,
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children > ul.sub-menu:after {
    display: none;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children:hover {
    cursor: default;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children:hover > a {
    cursor: default;
  }
  #masthead .header-main #primary-navigation .menu-primary-container li.menu-item-has-children:hover > ul.sub-menu {
    overflow: visible;
    max-height: 500px;
    opacity: 1;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu {
    background-color: #fff;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu:after,
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu:before {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item > a {
    line-height: 25px;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item:hover {
    background-color: #80baab;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu {
    background-color: #80baab;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu:before,
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu:after {
    background-color: #80baab;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item:hover {
    background-color: #649085;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    background-color: #649085;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu:before,
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu:after {
    background-color: #649085;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item:hover {
    background-color: #3e5b54;
  }
  #masthead .header-main #primary-navigation .menu-primary-container > ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
    color: #fff;
  }
  #main {
    margin-top: 150px;
  }
  body.mobile-menu-shown .menu-primary-container {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #masthead {
    width: 100%;
  }
  #masthead .header-main {
    max-height: 40px;
  }
  #masthead .header-main .menu-toggle {
    top: -20px !important;
  }
  #masthead .header-main .site-title {
    max-height: 40px;
  }
  #masthead .header-main .site-title a img {
    max-height: 40px;
    width: auto;
  }
  #main {
    margin-top: 100px;
  }
  #main .post.short {
    background-color: #fff;
  }
  #main .post.short:after,
  #main .post.short:before {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  #main .post.short .post-img {
    width: 100%;
    background-size: 100%;
    float: none;
  }
  #main .post.short .post-info {
    padding: 10px;
    background-color: #fff;
    height: auto;
  }
  #main .kit-month {
    height: auto;
  }
}
