@import 'css/unsemantic-grid-responsive-tablet-no-ie7.css';
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700|Euphoria+Script);
/**
* Theme Name: Pretty Neat Living
* Author: ipsoCreative
* Author URI: http://www.ipsocreative.com
* Version: 1.0
*/
/* 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;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.input-border-focus {
  border-color: #006505 ;
}
::selection {
  background-color: #f0f0f0;
}
::-moz-selection {
  /*Code for firefox*/
  background-color: #f0f0f0;
}
.screen-reader-text {
  display: none;
}
#breadcrumbs {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 15px;
}
#breadcrumbs a {
  color: #7b7b7b;
  text-transform: uppercase;
  text-decoration: none;
}
#breadcrumbs span,
#breadcrumbs .h1 {
  text-transform: uppercase;
}
#breadcrumbs .breadcrumb_last {
  color: #4e6e81;
  font-weight: 600;
}
.pin-link {
  position: relative;
  display: block;
}
.pin-link:after {
  background: rgba(255, 255, 255, 0.7) url(images/pinterest.png) 0 0 no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .pin-link:after {
    background-position: center center;
  }
}
.pin-link:hover:after {
  display: block;
}
.pin-link .emoji {
  background: none !important;
  display: inline-block !important;
  clear: both;
}
.entry-header {
  margin-bottom: 20px;
}
.entry-header h1 {
  padding: 20px 0 20px 20px;
}
a {
  font-size: 13px;
  color: #d36e7e;
}
a:hover {
  text-decoration: underline;
}
.email-box {
  border: solid 1px #7b7b7b;
  position: relative;
  padding: 30px 0 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.email-box:before {
  content: '';
  background: #ffffff url(images/envelope.png) no-repeat center center;
  width: 86px;
  height: 36px;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -43px;
  margin-top: -18px;
}
.email-box h2 {
  font-size: 18px;
}
.email-box input[type=email] {
  background-color: #f0f0f0;
  font-size: 12px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  height: 36px;
  width: 236px;
  margin: 26px auto 0;
}
.navigation {
  clear: both;
  margin-top: 33px;
  text-align: center;
  display: block;
}
.navigation a.page-numbers {
  color: #7b7b7b !important;
  vertical-align: baseline;
  text-decoration: none;
}
.navigation .current {
  color: #d26c7d;
  text-decoration: none;
}
.navigation .next-posts,
.navigation .prev-posts {
  display: inline-block;
  margin-top: -14px;
  background-color: #ffe8af;
  padding: 14px 41px;
  color: #7b7b7b !important;
  letter-spacing: .1em;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.navigation .next-posts:hover,
.navigation .prev-posts:hover {
  background-color: #595a5a;
  color: white !important;
  text-decoration: none !important;
}
.navigation .next-posts:after,
.navigation .prev-posts:after {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -14.5px;
  background: url(images/page-arrows.png) -8px 0 no-repeat;
  height: 29px;
  width: 8px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-left: 10px;
}
.navigation .next-posts.prev-posts,
.navigation .prev-posts.prev-posts {
  float: left;
}
.navigation .next-posts.prev-posts:after,
.navigation .prev-posts.prev-posts:after {
  left: auto;
  right: 100%;
  background-position: 0 0;
  margin-right: 10px;
  margin-left: 0;
}
.navigation .next-posts.next-posts,
.navigation .prev-posts.next-posts {
  float: right;
}
.first-cell {
  padding-left: 0;
}
.last-cell {
  padding-right: 0;
}
img.respond {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  figure .circle {
    width: 100%;
  }
}
#sidebar,
h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 12px;
}
#primary .circle {
  overflow: hidden;
  border: 6px solid #f0f0f0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #primary .circle {
    margin: 30px auto;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    padding-bottom: 100% !important;
  }
}
#primary .circle img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#primary .circle img.wide {
  height: 100% !important;
  width: auto;
  max-width: none;
}
#primary .circle img.tall {
  width: 100% !important;
  height: auto;
  max-height: none;
}
#primary .search-form input {
  background-color: #f0f0f0;
  font-size: 12px;
  width: 235px;
  height: 35px;
  font-style: italic;
  letter-spacing: .1em;
}
#primary .search-form input[type=submit] {
  font-size: 0;
  text-indent: -4000px;
  background-color: transparent;
  background: url(images/search-grey.png) 0 0 no-repeat;
  border: none;
  display: inline-block;
  outline: none;
}
body .aligncenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
  display: block !important;
  float: none !important;
}
body .grid-row:after,
body .grid-row:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
body .grid-row:after,
body .grid-row:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
body .alignleft {
  text-align: left;
  float: left;
  margin-right: 20px;
}
body .alignright {
  text-align: right;
  float: right;
  margin-left: 20px;
}
.hide {
  display: none;
}
.read-more,
input[type=submit] {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
  letter-spacing: .1em;
}
.read-more:hover,
input[type=submit]:hover {
  color: #3e5562;
  text-decoration: none;
}
.small-more-button {
  text-decoration: none;
}
.small-more-button:hover {
  color: #3e5562;
  text-decoration: none;
}
.button-reply,
.comment-reply-link,
.form-submit {
  background-color: #9dc6b5;
  color: white;
  border-radius: 4px;
  padding: 5px 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.button-reply:hover,
.comment-reply-link:hover,
.form-submit:hover {
  background-color: #595a5a;
  text-decoration: none;
}
.button-pink,
.button-blue {
  border: 1px solid #333;
  width: 235px;
  height: 35px;
  font-size: 18px;
  letter-spacing: .4em;
  text-transform: uppercase;
  text-decoration: none;
  font-weigth: light;
  padding: 10px 22px;
  text-align: center;
}
.button-pink.button-pink,
.button-blue.button-pink {
  background-color: white;
  color: #d26c7d;
}
.button-pink.button-pink:hover,
.button-blue.button-pink:hover {
  background-color: #d26c7d;
  color: white;
  text-decoration: none;
}
.button-pink.button-blue,
.button-blue.button-blue {
  background-color: #4e6e81;
  color: white;
}
.button-pink.button-blue:hover,
.button-blue.button-blue:hover {
  background-color: #3e5562;
  color: white;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
textarea,
select {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
  padding: 7px;
  outline: none;
  margin-bottom: 17px;
  border: none;
  color: #7b7b7b;
  padding-left: 15px;
}
input[type=button],
button,
.button {
  border: 1px solid #333;
  line-height: 36px;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  padding: 0px 22px;
  text-align: center;
  background-color: white;
  color: #d26c7d;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: #d26c7d;
  color: white;
  text-decoration: none;
}
input[type=button].button-pink,
button.button-pink,
.button.button-pink {
  background-color: white;
  color: #d26c7d;
}
input[type=button].blue-button,
button.blue-button,
.button.blue-button {
  background-color: #4e6e81;
  color: #ffffff;
}
input[type=button].white-button,
button.white-button,
.button.white-button {
  color: #d26c7d;
  border: 1px solid #595a5a;
}
.wpcf7-form {
  background-color: #f0f0f0;
  border-bottom: 1px solid #595a5a;
  border-top: 1px solid #595a5a;
  padding: 20px 70px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=email] {
    width: 70%;
  }
  .wpcf7-form input[type=text] {
    width: 70%;
  }
}
@media screen and (max-width: 320px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email] {
    margin-bottom: 0;
    width: 100%;
  }
}
.wpcf7-form h1 {
  font-size: 35px;
  font-family: 'Euphoria Script', cursive;
  text-transform: none !important;
  color: #4e6e81 !important;
}
.wpcf7-form textarea {
  width: 100%;
  color: #7b7b7b;
  font-size: 12px;
  font-style: italic;
}
.wpcf7-form .button-reply {
  border: none;
}
.wpcf7-form .button-reply:hover {
  color: white !important;
}
.wpcf7-form p {
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0 !important;
}
.wpcf7-validation-errors {
  border: 2px solid #d26c7d;
}
.wpcf7-not-valid-tip {
  color: #d26c7d;
}
.button-green {
  background-color: #9dc6b5;
  width: 200px;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.button-green:hover {
  background-color: white;
  color: #9dc6b5 !important;
  border: 2px solid #9dc6b5;
  padding: 8px;
  font-weight: 600;
}
.screen-reader-text {
  display: none;
}
.email-box {
  border: solid 1px #7b7b7b;
  position: relative;
  padding: 30px 0 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #7b7b7b;
  font-weight: 600;
}
.email-box:before {
  content: '';
  background: #ffffff url(images/envelope.png) no-repeat center center;
  width: 86px;
  height: 36px;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -43px;
  margin-top: -18px;
}
.email-box h2 {
  font-size: 18px;
}
.email-box input[type=email] {
  background-color: #f0f0f0;
  font-size: 12px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  height: 36px;
  width: 236px;
  margin: 26px auto 0;
}
.email-box input[type=submit] {
  margin-top: 10px;
  color: #d26c7d;
  border: none;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .email-box input[type=submit] {
    right: 0;
    left: 0;
  }
}
.email-box input[type=submit]:hover {
  color: #4e6e81;
}
.email-box .search-form input {
  background-color: #fefbf6;
  font-size: 12px;
  width: 235px;
  height: 35px;
  font-style: italic;
  letter-spacing: .1em;
}
.email-box .search-form input[type=submit] {
  font-size: 0;
  text-indent: -4000px;
  background-color: transparent;
  background: url(images/search.png) 0 0 no-repeat;
  border: none;
  display: inline-block;
}
body {
  font: 14px Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
#main {
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 39px;
  }
}
.site-main {
  background: url(images/page-bg.gif) center 0 no-repeat;
}
.grid-container {
  max-width: 1042px;
}
.clear-fix:after,
.clear-fix:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#main .mission-statement {
  position: relative;
  display: inline-block;
  text-align: center;
}
#main .mission-statement h1 {
  background: url(images/line.png) repeat-x center center;
  font-family: 'Euphoria Script', cursive;
  font-size: 48px;
  text-transform: none;
  text-align: center;
  margin: 50px 0;
}
#main .mission-statement h1 span {
  color: #3e5562;
  background-color: white;
  display: inline-block;
  padding: 0 20px;
}
#main .mission-statement p {
  font-weight: 400;
  color: #7b7b7b;
  text-transform: uppercase;
  padding: 0 50px;
  letter-spacing: .2em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  #main .mission-statement {
    border-top: 1px solid #7b7b7b;
  }
  #main .mission-statement h1 {
    margin: 30px 0;
    background: none;
  }
  #main .mission-statement p {
    margin-bottom: 40px;
  }
}
#masthead {
  background: url(images/header_back_big.jpg) center 0 no-repeat;
  height: auto;
  border-top: 16px solid #fefbf6;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  #masthead {
    border-top: 38px solid #fefbf6;
    background-size: 458%;
  }
}
#masthead .site-title {
  text-align: center;
  display: block;
  margin: 76px auto 55px;
}
@media screen and (max-width: 767px) {
  #masthead .site-title {
    margin: 36px auto 17px;
  }
}
#masthead .site-title img {
  display: inherit;
  height: auto;
  max-width: 100%;
}
#masthead .search-form {
  position: absolute;
  top: 0px;
  right: 0;
}
#masthead .search-form input {
  background-color: #fefbf6;
  font-size: 12px;
  width: 235px;
  font-style: italic;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  #masthead input {
    position: relative;
    width: 100%;
    background-color: #7b7b7b;
  }
  #masthead .search-form {
    position: absolute;
    top: -33px;
  }
  #masthead .search-form input[type=submit] {
    background: url(images/search-grey.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: absolute;
    top: 6px;
    right: 0;
  }
}
#masthead input[type=submit] {
  font-size: 0;
  text-indent: -4000px;
  background-color: transparent;
  background: url(images/search.png) 0 0 no-repeat;
  border: none;
  display: inline-block;
  outline: none;
}
#primary-navigation .menu-toggle {
  display: none;
  text-indent: -10000px;
  font-size: 0;
  overflow: hidden;
  height: 21px;
  width: 20px;
  margin-left: 20px;
  margin-top: 11px;
  margin-bottom: 11px;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAHElEQVQIW2NkIBIwEqmOgXiFPT09/4kxlZHqCgF3RwfwBhBa4AAAAABJRU5ErkJggg==) repeat 0 0;
}
@media screen and (max-width: 767px) {
  #primary-navigation .menu-toggle {
    display: block;
    position: relative;
    top: -41px;
  }
}
#primary-navigation .nav-menu {
  text-align: center;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
}
@media screen and (max-width: 767px) {
  #primary-navigation .nav-menu {
    border-bottom: none;
    border-top: none;
  }
}
#primary-navigation .nav-menu li {
  display: inline-block;
  position: relative;
  padding: 8px 0;
}
#primary-navigation .nav-menu li a {
  display: block;
  font-size: 17px;
  height: 20px;
  font-weight: 400;
  letter-spacing: .1em;
  padding: 1px 48px;
  color: #595a5a;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #primary-navigation .nav-menu li a {
    padding: 11px;
  }
  #primary-navigation .nav-menu li a:active {
    color: none;
  }
}
#primary-navigation .nav-menu li .sub-menu {
  position: absolute;
  display: none;
  top: 39px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  z-index: 30;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  border-top: solid 8px transparent;
  padding-top: 10px;
  padding-bottom: 20px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQYV2P8////MwYiAOOoQnyhRP3gAQDpMSbpEaJZxgAAAABJRU5ErkJggg==) repeat 0 0;
}
#primary-navigation .nav-menu li .sub-menu li {
  display: block;
}
#primary-navigation .nav-menu li .sub-menu li:hover {
  background-color: #f0f0f0;
}
#primary-navigation .nav-menu li .sub-menu li a {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  letter-spacing: 0;
  color: #7b7b7b;
  margin: 0 auto;
  display: inline;
}
@media screen and (min-width: 767px) {
  #primary-navigation .nav-menu li:hover .sub-menu {
    display: block;
  }
  #primary-navigation .nav-menu li:hover .sub-menu a:hover {
    background-color: #f0f0f0;
  }
}
@media screen and (max-width: 767px) {
  #primary-navigation .nav-menu li {
    padding: 0;
  }
  #primary-navigation .nav-menu li .sub-menu {
    display: none;
    border-top: none;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  #primary-navigation a:hover {
    color: white;
  }
  .mobile-menu-shown #primary-navigation .menu-menu-expanded .sub-menu {
    display: block;
  }
}
article {
  margin-bottom: 67px;
}
article h2 {
  font-size: 14px !important;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .sticky-header #tools {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQYV2P8////MwYiAOOoQnyhRP3gAQDpMSbpEaJZxgAAAABJRU5ErkJggg==) repeat 0 0;
    border-bottom: solid 1px #595a5a;
    z-index: 1000;
  }
  .sticky-header #tools #social-navigation {
    padding-left: 20px;
  }
  .sticky-header #tools .tools-wrapper {
    max-width: 1042px;
    margin: 0 auto;
  }
  .sticky-header #tools .tools-wrapper #social-navigation {
    display: block;
    zoom: 70%;
    position: relative;
    float: left;
  }
  .sticky-header #tools .tools-wrapper #social-navigation .menu li {
    background: transparent url(images/social.png) 0 0 no-repeat;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .sticky-header #tools .tools-wrapper #social-navigation .menu li:last-child {
    margin: 0;
  }
  .sticky-header #tools .tools-wrapper #social-navigation .menu li a {
    font-size: 0;
    text-indent: -4000px;
    height: 100%;
    width: 100%;
    display: block;
  }
  .sticky-header #tools .tools-wrapper #social-navigation .menu li.twitter {
    background-position: 0 0;
  }
  .sticky-header #tools .tools-wrapper #social-navigation .menu li.pinterest {
    background-position: -51px 0;
  }
  .sticky-header #tools .tools-wrapper #social-navigation .menu li.facebook {
    background-position: -102px 0;
  }
  .sticky-header #tools .tools-wrapper #social-navigation .menu li.instagram {
    background-position: -154px 0;
  }
  .sticky-header #tools .tools-wrapper #social-navigation .menu li.youtube {
    background-position: -207px 0;
  }
  .sticky-header #tools .tools-wrapper .search-form {
    float: right;
    margin-top: -55px;
    padding-right: 20px;
    position: relative;
  }
  .sticky-header #tools .tools-wrapper input[type=search] {
    background-color: transparent;
    margin-top: 8px;
    width: 200px;
  }
  .sticky-header #tools .tools-wrapper input[type=submit] {
    background: url(images/search-grey.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
  }
  .sticky-header.admin-bar #tools {
    top: 32px;
  }
  .sticky-header .nav-menu {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-left: 190px;
    padding-right: 240px;
    margin-top: 10px;
  }
  .sticky-header .nav-menu li:hover {
    color: transparent;
  }
  .sticky-header .nav-menu li a {
    width: 33.3333px;
    display: block;
    text-align: center;
    padding: 5px 48px;
    font-size: 14px !important;
  }
  .sticky-header .nav-menu li a:last-child {
    margin-left: -27px;
  }
  .sticky-header .nav-menu li a:hover {
    color: transparent;
  }
  .sticky-header .nav-menu .sub-menu {
    border-top: transparent;
  }
  .sticky-header .nav-menu .sub-menu li a {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .sticky-header #tools .tools-wrapper #social-navigation .menu {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #page {
    border-top: none;
  }
  #social-navigation {
    right: 0;
    display: block;
  }
  #primary-navigation .menu-main-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQYV2P8////MwYiAOOoQnyhRP3gAQDpMSbpEaJZxgAAAABJRU5ErkJggg==) repeat 0 0;
  }
  #primary-navigation .menu-main-container li {
    display: block;
    width: 100%;
  }
  .mobile-menu-shown #primary-navigation .menu-main-container {
    display: block;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  .mobile-header-wrapper {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
}
#social-navigation {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  #social-navigation .social-icons ul {
    border-top: solid 1px #595a5a;
    border-bottom: solid 1px #595a5a;
  }
  #social-navigation li {
    display: inline-block;
  }
  #social-navigation li a {
    font-size: 0;
    text-indent: -4000px;
    height: 100%;
    width: 100%;
    display: block;
  }
}
#page-header {
  border-bottom: 1px solid #7b7b7b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#page-header .header-video-link {
  display: block;
  position: relative;
}
#page-header .header-video-link img {
  width: 100%;
  height: auto;
  display: block;
}
#page-header .header-video-link:after {
  content: '';
  background: url(images/play-button.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  pointer-events: none;
}
#page-header .header-video-link:hover:after {
  display: block;
}
#page-header .header-video-link img {
  width: 100%;
  height: auto;
  display: block;
}
#page-header .header-video-link:after {
  content: '';
  background: url(images/play-button.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  pointer-events: none;
}
#page-header .header-video-link:hover:after {
  display: block;
}
#page-header .header-video-link.played:after {
  z-index: 0;
}
#page-header .header-video-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#primary .content-circle {
  display: inline-block;
  vertical-align: top;
  float: left;
}
#primary .content-circle h2 {
  text-align: center;
}
#primary .content-circle:nth-child(3n+1) {
  clear: left;
}
#primary h1 {
  line-height: 1;
  letter-spacing: 3px;
  color: #595a5a;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#primary h1 a {
  text-decoration: none;
  font-size: 30px;
  color: #595a5a;
}
#primary h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7b7b7b;
  text-align: left;
  margin-bottom: 16px;
}
#primary h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
#primary h3.widet-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
#primary h4 {
  font-size: 12px;
  line-height: 1;
  color: #7b7b7b;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 16px;
}
#primary h5 {
  font-size: 12px;
  color: #4e6e81;
  font-style: italic;
  letter-spacing: .1em;
  margin-bottom: 16px;
}
#primary ul li {
  list-style: disc;
  font-size: 13px;
  line-height: 24px;
  color: #7b7b7b;
  font-weight: bold;
}
#primary em {
  font-style: italic;
}
#primary strong {
  font-weight: bold;
}
#primary b {
  font-weight: bold;
}
#primary hr {
  border: 0;
  width: 100%;
  background: url(images/hexagon.png) center 0 no-repeat;
  height: 38px;
  text-align: center;
}
#primary p {
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: .05em;
  color: #7b7b7b;
  margin-bottom: 30px;
  font-weight: 500;
}
#primary p em {
  font-style: italic;
}
#primary p strong {
  font-weight: bold;
}
#primary p b {
  font-weight: bold;
}
#primary img {
  max-width: 100%;
  height: auto;
  display: block;
}
#primary blockquote {
  font-size: 36px;
  background-color: #f0f0f0 !important;
  border-bottom: solid 1px #f0f0f0;
  padding: 56px 0;
  width: 100%;
  margin: 100px auto;
  position: relative;
}
#primary blockquote hr {
  margin-top: -75px;
}
#primary blockquote p {
  font-size: 30px;
  line-height: 1.5em;
  color: #595a5a;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 30px;
}
#primary blockquote .small-author {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #595a5a;
}
#primary blockquote:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background-color: #f0f0f0;
  border-top: solid 1px #7b7b7b;
  z-index: 0;
}
#primary blockquote:before {
  content: '';
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  background-color: #f0f0f0;
  border-top: solid 1px #7b7b7b;
  z-index: 0;
}
#primary dt {
  color: #595a5a;
}
#primary dd {
  color: #595a5a;
}
#primary .menu li {
  background: transparent url(images/social.png) 0 0 no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
}
#primary .menu li:last-child {
  margin: 0;
}
#primary .menu li a {
  font-size: 0;
  text-indent: -4000px;
  height: 100%;
  width: 100%;
  display: block;
}
#primary .menu li.twitter {
  background-position: 0 0;
}
#primary .menu li.pinterest {
  background-position: -51px 0;
}
#primary .menu li.facebook {
  background-position: -102px 0;
}
#primary .menu li.instagram {
  background-position: -154px 0;
}
#primary .menu li.youtube {
  background-position: -207px 0;
}
@media screen and (max-width: 767px) {
  #primary .menu {
    text-align: center;
  }
}
#primary .related .related-posts {
  margin-top: 94px;
  background: #f0f0f0;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #primary .related .related-posts {
    margin-top: 83px;
  }
}
#primary .related .related-posts:after {
  width: 100%;
  background: url(images/hexagon.png) center 0 no-repeat;
  height: 38px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  clear: both;
  bottom: -19px;
}
#primary .related .related-posts figure {
  margin-top: -80px;
  width: 33.33333333%;
  display: block;
  float: left;
  text-align: center;
  padding: 10px 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #primary .related .related-posts figure {
    width: 70%;
    padding: 20px;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  #primary .related .related-posts figure > :first-child {
    margin-top: -85px;
  }
  #primary .related .related-posts figure .circle {
    margin: -81px auto 18px auto;
  }
}
#primary .related .related-posts figure figcaption {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #primary .related .related-posts figure figcaption {
    margin-bottom: 71px;
  }
  #primary .related .related-posts figure figcaption > :last-child {
    margin-bottom: 10px;
  }
}
#primary .related .related-posts figure figcaption .post-title {
  font-size: 14px;
  color: #7b7b7b;
  font-weight: bold;
  letter-spacing: .3em;
  text-decoration: none;
  text-transform: uppercase;
}
#primary .related .related-posts figure figcaption .read-more {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .1em;
}
#primary .related h2 {
  text-align: left;
  font-size: 18px !important;
  color: #d26c7d;
  margin: 31px 0;
}
@media screen and (max-width: 767px) {
  #primary .related h2 {
    margin-top: 53px;
  }
}
#primary .family {
  text-align: center;
  margin-top: 94px;
  background: #f0f0f0;
  position: relative;
}
#primary .family .figure {
  margin-top: -80px;
  width: 33.33333333%;
  display: block;
  float: left;
  text-align: center;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #primary .family .figure {
    padding: 20px;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  #primary .family .figure:before {
    content: '';
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    position: absolute;
    background-color: #f0f0f0;
  }
  #primary .family .figure:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    position: absolute;
    background-color: #f0f0f0;
  }
  #primary .family .figure > :first-child {
    margin-top: -73px;
  }
}
@media screen and (max-width: 400px) {
  #primary .family .figure {
    width: 79% !important;
  }
}
#primary .family .figure .figcaption {
  text-align: center;
  margin-bottom: 38px;
}
#primary .family .figure .figcaption .title {
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 600;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 0;
}
#primary .family .figure .figcaption .title:hover {
  color: #d26c7d;
}
#primary .family .figure .figcaption .arrow {
  background: url(images/reveal-arrow.png) center 0 no-repeat;
  height: 14px;
  width: auto;
  text-align: center;
}
#primary .family .figure .figcaption .info {
  display: none;
}
#primary .family .figure .figcaption .open {
  background: url(images/reveal-uparrow.png) center 0 no-repeat;
  height: 14px;
  width: auto;
  text-align: center;
}
.message {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .1em;
  background-color: #3e5562;
  padding: 20px;
  text-align: center;
  color: white;
}
dl.accordion {
  margin-bottom: 108px;
  border-bottom: 1px solid;
  font-weight: bold;
}
dl.accordion dt {
  display: block;
  padding: 26px 0;
  border-top: 1px solid;
  text-transform: uppercase;
}
dl.accordion dt:before {
  content: '+';
  color: #000;
  margin-right: 10px;
  transition: .5s;
}
dl.accordion dt:hover {
  background-color: #f6f6f6;
  transition: .5s;
}
dl.accordion dt:visited {
  background-color: #ffffff;
}
dl.accordion dt.active {
  background-color: #ffffff;
}
dl.accordion dt.active:before {
  content: '—';
  margin-left: 10px;
  margin-right: 18px;
  transition: 0.2s ease-out;
}
dl.accordion dt.inactive {
  transition: .5s;
}
dl.accordion dd {
  color: #7b7b7b;
  line-height: 18px;
  letter-spacing: .1em;
  font-weight: 300;
  display: none;
  background-color: #f0f0f0;
  padding: 11px 40px 11px 43px;
}
dl.accordion dd:after:last-child {
  display: block;
  border-bottom: 1px solid;
}
#primary h1 {
  line-height: 1;
  letter-spacing: 3px;
  color: #595a5a;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#primary h1 a {
  text-decoration: none;
  font-size: 30px;
  color: #595a5a;
}
#primary h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7b7b7b;
  text-align: left;
  margin-bottom: 16px;
}
#primary h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
#primary h3.widet-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
#primary h4 {
  font-size: 12px;
  line-height: 1;
  color: #7b7b7b;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 16px;
}
#primary h5 {
  font-size: 12px;
  color: #4e6e81;
  font-style: italic;
  letter-spacing: .1em;
  margin-bottom: 16px;
}
#primary ul li {
  list-style: disc;
  font-size: 13px;
  line-height: 24px;
  color: #7b7b7b;
  font-weight: bold;
}
#primary em {
  font-style: italic;
}
#primary strong {
  font-weight: bold;
}
#primary b {
  font-weight: bold;
}
#primary hr {
  border: 0;
  width: 100%;
  background: url(images/hexagon.png) center 0 no-repeat;
  height: 38px;
  text-align: center;
}
#primary p {
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: .05em;
  color: #7b7b7b;
  margin-bottom: 30px;
  font-weight: 500;
}
#primary p em {
  font-style: italic;
}
#primary p strong {
  font-weight: bold;
}
#primary p b {
  font-weight: bold;
}
#primary img {
  max-width: 100%;
  height: auto;
  display: block;
}
#primary blockquote {
  font-size: 36px;
  background-color: #f0f0f0 !important;
  border-bottom: solid 1px #f0f0f0;
  padding: 56px 0;
  width: 100%;
  margin: 100px auto;
  position: relative;
}
#primary blockquote hr {
  margin-top: -75px;
}
#primary blockquote p {
  font-size: 30px;
  line-height: 1.5em;
  color: #595a5a;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 30px;
}
#primary blockquote .small-author {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #595a5a;
}
#primary blockquote:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background-color: #f0f0f0;
  border-top: solid 1px #7b7b7b;
  z-index: 0;
}
#primary blockquote:before {
  content: '';
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  background-color: #f0f0f0;
  border-top: solid 1px #7b7b7b;
  z-index: 0;
}
#primary dt {
  color: #595a5a;
}
#primary dd {
  color: #595a5a;
}
#primary .menu li {
  background: transparent url(images/social.png) 0 0 no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
}
#primary .menu li:last-child {
  margin: 0;
}
#primary .menu li a {
  font-size: 0;
  text-indent: -4000px;
  height: 100%;
  width: 100%;
  display: block;
}
#primary .menu li.twitter {
  background-position: 0 0;
}
#primary .menu li.pinterest {
  background-position: -51px 0;
}
#primary .menu li.facebook {
  background-position: -102px 0;
}
#primary .menu li.instagram {
  background-position: -154px 0;
}
#primary .menu li.youtube {
  background-position: -207px 0;
}
@media screen and (max-width: 767px) {
  #primary .menu {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  #primary header.entry-header {
    margin-bottom: 0;
  }
  #primary header.entry-header h1 a {
    font-size: 24px;
    font-weight: 300;
  }
}
#primary header.entry-header .mobile-image-container {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #primary header.entry-header .mobile-image-container {
    overflow: hidden;
  }
  #primary header.entry-header .mobile-image-container .mobile-image-wrapper {
    position: relative;
    text-align: center;
  }
  #primary header.entry-header .mobile-image-container .mobile-image-wrapper img {
    display: inline-block;
  }
}
#primary .entry-content {
  overflow: hidden;
}
#primary .entry-content .post-date {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-style: italic;
  color: #7b7b7b;
  text-align: left;
  margin-bottom: 16px;
}
#colophon {
  background-color: #f0f0f0;
}
#colophon .footer-content {
  padding-top: 78px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #colophon .footer-content {
    padding-top: 30px;
  }
  #colophon .footer-content .links {
    width: 170px;
    margin: 0 auto 30px;
  }
}
#colophon h3 {
  font-size: 12px;
  font-weight: 600;
  color: #7b7b7b;
  text-transform: uppercase;
  letter-spacing: .3em;
  margin-bottom: 5px;
  margin-top: 15px;
}
#colophon ul {
  list-style-type: none;
}
#colophon ul a {
  color: #7b7b7b;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: .1em;
  font-weight: 600;
}
#colophon ul a .sub-menu {
  font-weight: normal;
}
#colophon .back-to-top {
  background: url(images/page-up.png) 0 0px no-repeat;
  height: 25px;
  width: 50px;
  float: right;
  margin-top: -51px;
}
@media screen and (max-width: 767px) {
  #colophon .back-to-top {
    position: absolute;
    left: 44%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #colophon .back-to-top {
    height: 50px;
    margin-top: -51px;
  }
}
#colophon #bottom {
  background: url(images/_footer.png) center bottom no-repeat;
  padding-top: 30px;
  width: auto;
  margin-top: -25px;
  padding-bottom: 78px;
}
#colophon #bottom .menu a {
  font-weight: 600;
}
#colophon #bottom .menu .sub-menu a {
  font-weight: normal;
}
#colophon .email-box {
  padding: 30px 20px 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #colophon .email-box {
    margin-top: 23px;
  }
}
#colophon .email-box h2 {
  font-weight: 400;
  margin-bottom: 8px;
  color: #000;
}
#colophon .email-box:before {
  background-color: #f0f0f0;
}
#colophon .email-box input[type=email] {
  background-color: white;
  opacity: 0.7;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#colophon .email-box input[type=submit] {
  margin-top: 10px;
  color: #d26c7d;
  border: none;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
#colophon .email-box input[type=submit]:hover {
  color: #4e6e81;
}
#colophon .email-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#colophon .email-box .wpcf7-form {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  padding: 0;
}
#colophon .email-box .wpcf7-form input[type=email] {
  font-style: italic;
  color: #7b7b7b;
  background-color: white;
}
.top-line {
  text-align: center;
  color: #f0f0f0;
  background-color: #9dc6b5;
  letter-spacing: .2em;
  padding: 10px 0;
  margin-top: -28px;
}
@media screen and (max-width: 320px) {
  .top-line {
    font-weight: 600;
  }
}
.top-line a {
  color: #f0f0f0;
  text-decoration: none;
}
.top-line a:hover {
  text-decoration: underline;
}
.site-info {
  background-color: #3e5562;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: white;
  text-align: center;
  padding: 14px 0;
}
.site-info .logo {
  background: url(images/small-logo.png) 0 0 no-repeat;
  height: 20px;
  width: 124px;
  float: right;
}
.site-info .logo a {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .site-info .logo {
    float: none;
    margin: 10px auto 0;
  }
}
.social {
  text-align: center;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
}
.social .menu li {
  background: transparent url(images/social.png) 0 0 no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
}
.social .menu li:last-child {
  margin: 0;
}
.social .menu li a {
  font-size: 0;
  text-indent: -4000px;
  height: 100%;
  width: 100%;
  display: block;
}
.social .menu li.twitter {
  background-position: 0 0;
}
.social .menu li.pinterest {
  background-position: -51px 0;
}
.social .menu li.facebook {
  background-position: -102px 0;
}
.social .menu li.instagram {
  background-position: -154px 0;
}
.social .menu li.youtube {
  background-position: -207px 0;
}
@media screen and (max-width: 767px) {
  .social .menu {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .social {
    display: none;
  }
  .social menu li {
    border-bottom: 0;
  }
}
.widget_banners {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .widget_banners {
    margin-top: 0;
  }
  .widget_banners .banner {
    margin-right: 0;
  }
}
.widget_banners .banners-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.widget_banners #banners {
  display: block;
  height: 333px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.widget_banners .banner-mask-left,
.widget_banners .banner-mask-right {
  top: 0;
  height: 100%;
  background: transparent url(images/banner-mask-left.png) repeat-y 0 0;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.widget_banners .banner-mask-right {
  background-image: url(images/banner-mask-right.png);
}
.widget_banners .banner {
  white-space: normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 945px;
  margin-right: 5px;
  top: 0;
  z-index: 1;
  margin-bottom: 70px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .widget_banners .banner {
    margin-right: 0;
  }
}
.widget_banners .banner-triggers {
  text-align: center;
  display: block;
  margin-top: 25px;
}
.widget_banners .banner-triggers li {
  display: inline;
}
.widget_banners .banner-triggers a {
  background-color: #f0f0f0;
  height: 10px;
  width: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
}
.widget_banners .banner-triggers a.active {
  background-color: #7b7b7b;
}
.widget_banners .circle {
  background: rgba(255, 255, 255, 0.8);
  width: 200px;
  height: 200px;
  border-radius: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  text-align: center;
  margin-top: -100px;
  margin-left: -25px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 0 10px;
}
.widget_banners .circle h1 {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #595a5a;
  padding-bottom: 10px;
  width: 177px;
  margin: 0 auto;
}
.widget_banners .circle a {
  vertical-align: middle;
  text-decoration: none;
  font-weight: 300;
}
.widget_banners .circle a:hover {
  color: #4e6e81;
}
.banner-nav {
  max-width: 1024px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 3;
}
.banner-nav .go-left,
.banner-nav .go-right {
  font-size: 0;
  text-indent: -4000px;
  background: url(images/banner-arrows.png) 0 0;
  width: 19px;
  height: 56px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 4;
  cursor: pointer;
  pointer-events: all;
}
.banner-nav .go-left {
  left: 0;
  margin-left: 20px;
}
.banner-nav .go-right {
  background-position: -20px 0;
  right: 0;
  margin-right: 20px;
}
#sidebar {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #sidebar {
    margin-top: 89px;
    background: url(images/banner-background.png) right 0 no-repeat;
  }
}
#sidebar img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#sidebar .header-yellow .widget-title,
#sidebar .header-pink .widget-title,
#sidebar .header-green .widget-title,
#sidebar .header-blue .widget-title {
  padding: 13px 0;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sidebar .header-yellow .widget-title,
  #sidebar .header-pink .widget-title,
  #sidebar .header-green .widget-title,
  #sidebar .header-blue .widget-title {
    margin-top: 20px;
  }
}
#sidebar .header-yellow.header-yellow .widget-title,
#sidebar .header-pink.header-yellow .widget-title,
#sidebar .header-green.header-yellow .widget-title,
#sidebar .header-blue.header-yellow .widget-title {
  background-color: #ffe8af;
  color: #595959;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
#sidebar .header-yellow.header-yellow .widget-title strong,
#sidebar .header-pink.header-yellow .widget-title strong,
#sidebar .header-green.header-yellow .widget-title strong,
#sidebar .header-blue.header-yellow .widget-title strong {
  font-family: 'Euphoria Script', cursive;
  font-size: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: lighter;
}
#sidebar .header-yellow h2,
#sidebar .header-pink h2,
#sidebar .header-green h2,
#sidebar .header-blue h2 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}
#sidebar .header-yellow.header-pink .widget-title,
#sidebar .header-pink.header-pink .widget-title,
#sidebar .header-green.header-pink .widget-title,
#sidebar .header-blue.header-pink .widget-title {
  background-color: #d26c7d;
  color: white;
}
#sidebar .header-yellow.header-pink .widget-content,
#sidebar .header-pink.header-pink .widget-content,
#sidebar .header-green.header-pink .widget-content,
#sidebar .header-blue.header-pink .widget-content {
  margin-bottom: 29px;
}
#sidebar .header-yellow.header-blue .widget-title,
#sidebar .header-pink.header-blue .widget-title,
#sidebar .header-green.header-blue .widget-title,
#sidebar .header-blue.header-blue .widget-title {
  background-color: #4e6e81;
  color: #fff;
}
#sidebar .header-yellow.header-blue .widget-content,
#sidebar .header-pink.header-blue .widget-content,
#sidebar .header-green.header-blue .widget-content,
#sidebar .header-blue.header-blue .widget-content {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7b7b7b;
  letter-spacing: .1em;
  margin-top: 35px;
  margin-bottom: 15px;
}
#sidebar .header-yellow.header-blue .widget-content .p,
#sidebar .header-pink.header-blue .widget-content .p,
#sidebar .header-green.header-blue .widget-content .p,
#sidebar .header-blue.header-blue .widget-content .p {
  margin: 20px auto;
}
#sidebar .header-yellow.header-blue .widget-content .slides,
#sidebar .header-pink.header-blue .widget-content .slides,
#sidebar .header-green.header-blue .widget-content .slides,
#sidebar .header-blue.header-blue .widget-content .slides {
  margin-top: -2px;
  margin-bottom: 21px;
}
#sidebar .widget_archive .widget-title,
#sidebar .widget_categories .widget-title,
#sidebar .widget_recent_entries .widget-title,
#sidebar .widget_recent_comments .widget-title,
#sidebar .widget_meta .widget-title {
  color: #7b7b7b;
  font-size: 12px;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding: 10px 0 5px;
  font-weight: 600;
  border-bottom: 1px solid #7b7b7b;
  margin: 25px auto 15px auto;
  width: 75%;
}
#sidebar .widget_archive li,
#sidebar .widget_categories li,
#sidebar .widget_recent_entries li,
#sidebar .widget_recent_comments li,
#sidebar .widget_meta li {
  margin: 15px 0 5px 0;
}
#sidebar .widget_archive li a,
#sidebar .widget_categories li a,
#sidebar .widget_recent_entries li a,
#sidebar .widget_recent_comments li a,
#sidebar .widget_meta li a {
  color: #7b7b7b;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 600;
}
#sidebar .widget_archive .dropdown:hover:before {
  content: '+';
  color: #7b7b7b;
  margin-right: 10px;
  margin-left: -18px;
  transition: .5s;
  font-size: 13px;
  font-weight: 600;
}
#sidebar .widget_archive .dropdown:hover:visited {
  background-color: #ffffff;
}
#sidebar .content-gray img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#sidebar .content-gray .widget-content {
  position: relative;
  background: transparent url(images/content-gray-bg.png) repeat 0 0;
  padding: 30px 20px 4px;
  margin-bottom: 53px;
  margin-top: 20px;
}
#sidebar .content-gray .widget-content h2 {
  font-size: 12px;
}
#sidebar .content-gray .widget-content p {
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: .05em;
  color: #7b7b7b;
  margin-bottom: 30px;
  text-align: left;
  padding: 0 12px;
  font-weight: 500;
}
#sidebar .content-gray .widget-content .learn {
  text-align: center;
}
#sidebar .content-gray .widget-content .bee {
  margin-top: -55px;
}
#sidebar .content-gray .widget-content a {
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sidebar .content-gray .widget-content a {
    text-align: center;
  }
}
#sidebar .content-gray .widget-content a:hover {
  color: #4e6e81;
}
#sidebar .email-box {
  font-weight: 500;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  #sidebar .email-box {
    padding: 40px 40px ;
  }
}
#sidebar .email-box h2 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
  color: #3e3e3e;
}
#sidebar .Video {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 12px;
}
#sidebar .Video img {
  margin: 0 auto 20px;
}
#sidebar .Video h2 {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 15px;
  color: #7b7b7b;
  font-weight: 600;
}
#sidebar .Video .follow {
  margin-bottom: 15px;
}
#sidebar .Video .button-green {
  display: block;
  margin: 0 auto;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 320px) {
  #sidebar .Video .button-green {
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  #sidebar .Video p a {
    text-align: center;
  }
}
#sidebar .smaller {
  padding-left: 10%;
  padding-right: 10%;
}
#sidebar .smaller .widget-title {
  font-size: 12px;
}
#sidebar .email-box {
  border: solid 1px #7b7b7b;
  position: relative;
  padding: 30px 0 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #7b7b7b;
  font-weight: 600;
}
#sidebar .email-box:before {
  content: '';
  background: #ffffff url(images/envelope.png) no-repeat center center;
  width: 86px;
  height: 36px;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -43px;
  margin-top: -18px;
}
#sidebar .email-box h2 {
  font-size: 18px;
}
#sidebar .email-box .wpcf7-form {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  padding: 20px 20px 0;
}
#sidebar .email-box .wpcf7-form input[type=email] {
  font-style: italic;
  color: #7b7b7b;
  width: 100%;
}
#sidebar .email-box .wpcf7-form p input[type=submit] {
  margin-top: 10px;
  color: #d26c7d;
  border: none;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center !important;
}
#sidebar .email-box .wpcf7-form p input[type=submit]:hover {
  color: #4e6e81 !important;
}
#sidebar .menu li {
  background: transparent url(images/social.png) 0 0 no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
}
#sidebar .menu li:last-child {
  margin: 0;
}
#sidebar .menu li a {
  font-size: 0;
  text-indent: -4000px;
  height: 100%;
  width: 100%;
  display: block;
}
#sidebar .menu li.twitter {
  background-position: 0 0;
}
#sidebar .menu li.pinterest {
  background-position: -51px 0;
}
#sidebar .menu li.facebook {
  background-position: -102px 0;
}
#sidebar .menu li.instagram {
  background-position: -154px 0;
}
#sidebar .menu li.youtube {
  background-position: -207px 0;
}
@media screen and (max-width: 767px) {
  #sidebar .menu {
    text-align: center;
  }
}
#sidebar .menu {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #sidebar .menu {
    zoom: 73%;
  }
  #sidebar .menu li {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #sidebar .menu {
    zoom: 0;
  }
  #sidebar .menu li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 360px) {
  #sidebar .menu {
    zoom: 90%;
    margin-top: -11px;
    margin-bottom: 11px;
  }
  #sidebar .menu li {
    padding: 0 7px;
    margin: 0;
  }
}
.video-overlay {
  display: block;
  position: relative;
}
.video-overlay img {
  width: 100%;
  height: auto;
  display: block;
}
.video-overlay:after {
  content: '';
  background: url(images/play-button.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  pointer-events: none;
}
.video-overlay:hover:after {
  display: block;
}
.entry-footer {
  margin-top: 37px;
}
.entry-footer .tools {
  -webkit-box-shadow: 0 4px 4px -4px #f0f0f0;
  box-shadow: 0 4px 22px -4px #000000;
  position: relative;
}
.entry-footer .tools .share-this-post ul,
.entry-footer .tools .share-this-post .share {
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .entry-footer .tools .share-this-post ul,
  .entry-footer .tools .share-this-post .share {
    margin-left: 25px;
  }
}
.entry-footer .tools .share-this-post ul li,
.entry-footer .tools .share-this-post .share li {
  display: inline-block;
}
.entry-footer .tools .share-this-post ul li a,
.entry-footer .tools .share-this-post .share li a {
  display: block;
  font-size: 0;
  text-indent: -4000px;
  height: 30px;
  width: 30px;
  background: url(images/white-share.png) no-repeat 0 0;
}
.entry-footer .tools .share-this-post ul li a.twitter,
.entry-footer .tools .share-this-post .share li a.twitter {
  background-position: 0 0;
}
.entry-footer .tools .share-this-post ul li a.pinterest,
.entry-footer .tools .share-this-post .share li a.pinterest {
  background-position: -30px 0;
}
.entry-footer .tools .share-this-post ul li a.facebook,
.entry-footer .tools .share-this-post .share li a.facebook {
  background-position: -60px 0;
}
.entry-footer .tools .share-your-thoughts {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.entry-footer .tools .share-your-thoughts:after {
  background: url(images/down-arrow.png) center 9px no-repeat;
  content: '';
  height: 29px;
  position: absolute;
  left: 43%;
  right: 0;
  width: 46px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.entry-footer .tools .share-this-post,
.entry-footer .tools .share-your-thoughts,
.entry-footer .tools .comment-count {
  height: 34px;
  background-color: #d26c7d;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  padding: 13px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
}
@media screen and (max-width: 767px) {
  .entry-footer .tools .share-this-post,
  .entry-footer .tools .share-your-thoughts,
  .entry-footer .tools .comment-count {
    letter-spacing: .3em;
    font-weight: 800;
  }
}
.entry-footer .tools .share-this-post.comment-count,
.entry-footer .tools .share-your-thoughts.comment-count,
.entry-footer .tools .comment-count.comment-count {
  background-color: #3e5562;
}
@media screen and (max-width: 767px) {
  .entry-footer .tools .share-this-post.comment-count,
  .entry-footer .tools .share-your-thoughts.comment-count,
  .entry-footer .tools .comment-count.comment-count {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.entry-footer .tools .share-this-post.share-this-post,
.entry-footer .tools .share-your-thoughts.share-this-post,
.entry-footer .tools .comment-count.share-this-post {
  background-color: #3e5562;
}
@media screen and (max-width: 767px) {
  .entry-footer .tools .share-this-post.share-your-thoughts > :after,
  .entry-footer .tools .share-your-thoughts.share-your-thoughts > :after,
  .entry-footer .tools .comment-count.share-your-thoughts > :after {
    background: url(http://local.prettyneatliving.com/wp-content/themes/ipso/images/down-arrow.png) center 9px no-repeat;
    content: '';
    height: 29px;
    position: absolute;
    top: 25px;
    width: 46px;
    left: 43%;
  }
}
.entry-footer #comments {
  background-color: #f0f0f0;
  padding: 65px;
}
.entry-footer #comments .comment {
  border-bottom: 1px solid #7b7b7b;
  margin-bottom: 20px;
}
.entry-footer #comments p {
  margin-bottom: 10px;
}
.entry-footer #comments .fn a {
  color: #7b7b7b;
  text-decoration: none;
}
.entry-footer #comments .fn {
  margin-top: 10px;
  text-transform: uppercase;
  color: #7b7b7b;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .1em;
}
.entry-footer #comments img {
  float: left;
  margin-right: 10px;
}
.entry-footer #comments .comment-metadata {
  margin-bottom: 10px;
}
.entry-footer #comments .comment-metadata a {
  color: #7b7b7b;
  font-style: italic;
  text-decoration: none;
}
.entry-footer #comments p.comment-awaiting-moderation {
  margin-bottom: 10px;
}
.entry-footer #comments #respond {
  margin-top: 20px;
}
.entry-footer #comments #respond p.comment-notes {
  margin-bottom: 20px;
}
.entry-footer #comments #respond #email-notes {
  display: block;
}
.entry-footer #comments #respond #author {
  float: left;
  margin-right: 6px;
}
.entry-footer #comments #respond #url {
  float: left;
  font-size: 18px;
  padding: 7px 0;
  outline: none;
  margin-bottom: 17px;
  border: none;
  margin-right: 6px;
}
.entry-footer #comments #respond .form-submit {
  padding: 0;
}
.entry-footer #comments #respond .form-submit .submit {
  background-color: #9dc6b5;
  color: white;
  border-radius: 4px;
  padding: 5px 8px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.entry-footer #comments #respond .form-submit .submit:hover {
  background-color: #595a5a;
  text-decoration: none;
}
.entry-footer #comments #respond label {
  float: none;
  margin-bottom: 30px;
}
.entry-footer #comments #respond #email,
.entry-footer #comments #respond #comment,
.entry-footer #comments #respond #url,
.entry-footer #comments #respond #author {
  float: left;
  margin-right: 6px;
  padding: 7px;
}
.entry-footer #comments #respond p {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
}
.entry-footer #comments #respond #form-allowed-tags {
  display: none;
}
@media screen and (max-width: 767px) {
  .entry-footer #comments #comment,
  .entry-footer #comments #author,
  .entry-footer #comments #email,
  .entry-footer #comments #url {
    width: 100%;
  }
}
.entry-footer #comments .children {
  margin-left: 15px;
}
.entry-footer #comments .children .fn a {
  color: #d26c7d;
}
.entry-footer .toggle-arrow {
  background: url(images/up-arrow.png) center 0 no-repeat;
  height: 20px;
  width: 46px;
  display: block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  font-size: 0;
  text-indent: -4000px;
}
.tabset {
  clear: both;
  width: 100%;
  margin-top: 60px;
}
.tabset .tab {
  display: none;
  min-height: 100px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #eaeaec;
}
.tabset .tab-title {
  display: inline-block;
  line-height: 16px;
  cursor: pointer;
  margin-bottom: -3px;
  font-weight: 400;
  color: #f0f0f0;
  text-transform: uppercase;
  padding: 15px 37px 15px 37px;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabset .tab-title.active {
  border: 3px solid #eaeaec;
  border-bottom-color: #ffffff;
}
.tabset .tab-title .title-text {
  padding: 10px 25px;
  border: solid 2px #eaeaec;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  display: inline-block;
}
.tabset .tab-title.active {
  width: auto;
}
.tabset .tab-title.active .title-text {
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .tabset .tab-title .title-text {
    background-color: #888888;
  }
}
.tabset .tab-content {
  padding: 40px 30px 24px;
  color: #f0f0f0;
  display: block;
}
.tabset .tab-content p strong {
  margin-bottom: 20px;
}
.tabset .tab-content li {
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: .5em;
}
@media screen and (min-width: 1024px) {
  .tabset.vertical {
    position: relative;
  }
  .tabset.vertical .tab-titles {
    position: absolute;
    z-index: 1;
    top: 58px;
    width: 33.33333333%;
  }
  .tabset.vertical .tab-title {
    display: block;
    margin-bottom: 0;
    text-transform: none;
    font-weight: bold;
  }
  .tabset.vertical .tab-title .title-text {
    border: none;
  }
  .tabset.vertical .tab-title.active {
    color: #f0f0f0;
    background-color: #ffffff;
  }
  .tabset.vertical .tab {
    width: 66.66666667%;
    left: 33.33333333%;
  }
  .tabset.vertical .tab .tab-content {
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tabset .tab-content .item {
    display: inline-block;
    float: none;
    margin-bottom: 50px;
  }
}
.ipsobox-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  background: #000;
  z-index: 90000;
}
.ipsobox-wrapper iframe,
.ipsobox-wrapper .cover {
  width: 100%;
  height: 100%;
}
.ipsobox-wrapper .close {
  position: absolute;
  padding: 30px;
  background: url(images/close-gray.png) center center no-repeat;
  margin-top: 25px;
  font-size: 0;
  text-indent: -4000px;
  text-indent: -1000px;
}
.ipsobox-wrapper .close:hover {
  background: url(images/close.png) center center no-repeat;
}
.admin-bar .ipsobox-wrapper {
  padding-top: 30px;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33333333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66666667%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28571429%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11111111%;
}
.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery {
  display: none;
}
.gallery-wrapper .gallery-slider {
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
.gallery-wrapper .go-left,
.gallery-wrapper .go-right {
  content: '';
  position: absolute;
  width: 9px;
  height: 27px;
  display: block;
  top: 50%;
  margin-top: -13.5px;
  font-size: 0;
  text-indent: -4000px;
  overflow: hidden;
}
.gallery-wrapper .go-left {
  background: transparent url(images/left-arrow.png) no-repeat 0 0;
  left: 0;
}
.gallery-wrapper .go-right {
  background: transparent url(images/right-arrow.png) no-repeat 0 0;
  right: 0;
}
.gallery-wrapper .full-caption {
  white-space: pre-line;
}
.gallery-inner-wrapper {
  white-space: nowrap;
  overflow: hidden;
}
.gallery .gallery-item {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}
