

html,
body {
  color: #284B3A;
  height: 100%;
}

@media screen and (max-width:720px) {
  html,
  body {
    height: auto;
  }
}

a,
a:hover,
.button,
.button:hover {
  -webkit-transition: color .4s;
  transition: color .4s;
}

.container {
  margin: 0 auto;
  max-width: 1090px;
  width: 90%;
}

.back-to-top {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  padding: 35px 0 25px 0;
  text-transform: lowercase;
}

.back-to-top a {
  background: url(../images/arrow-up-gold.png) no-repeat top center;
  -webkit-background-size: 11px 12px;
  background-size: 11px 12px;
  color: #A68A60;
  padding: 15px 0 0 0;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

.back-to-top a:hover {
  background-image: url(../images/arrow-up-green.png);
  color: #284B3A;
  -webkit-transition: none;
  transition: none;
}



.form .text,
.form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #284B3A;
  display: block;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  padding: 0 5px 5px 0;
  width: 100%;
}

.form textarea {
  border: 1px solid #284B3A;
  height: 100px;
  padding: 5px;
}

.form .text:focus,
.form textarea:focus {
  outline: none;
}

.form .text::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #284B3A;
}

.form .text::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #284B3A;
}

.form .text:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #284B3A;
}

.form .text::placeholder,
.form textarea::placeholder {
  color: #284B3A;
}

.form .button {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #A68A60;
  display: inline-block;
  font-family: 'EngraversLH-BoldFace',serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.form .button:hover {
  color: #284B3A;
  cursor: pointer;
}

.form-alt .text {
  border: 1px solid #284B3A;
  font-family: 'MrsEavesItalicRegular',serif;
  margin: 0 auto 5px auto;
  padding: 5px;
  width: 50%;
}

.form-search {
  width: 150px;
}

.form-search .text {
  background: none;
  border: none;
  color: #284B3A;
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.form-search .text:focus {
  outline: none;
}

.intro {
  background: url(../photos/intro.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

.intro .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.intro .content .crest {
  display: block;
  margin: 0 auto 105px auto;
}

.intro .content p {
  color: #fff;
  font-family: 'Ostrich Sans',sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 25px 0;
}

.intro .content p span {
  display: inline-block;
  margin: 0 15px;
}

@media screen and (max-width:720px) {
  .intro {
    padding: 50px 0;
  }

  .intro .content {
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.transition-image {
  background: url(../photos/home-1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media screen and (max-width:720px) {
  .transition-image {
    height: 300px;
  }
}

.site {
  background: #fff;
  height: 100%;
  position: relative;
  z-index: 1;
}

.primary-navigation {
  background: #F0F0F0;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 14px;
  letter-spacing: 3px;
  padding: 25px 0;
  text-align: center;
  text-transform: lowercase;
}

.primary-navigation a {
  color: #A68A60;
  display: inline-block;
  margin: 0 25px;
  text-decoration: none;
  vertical-align: middle;
}

.primary-navigation a:hover {
  color: #284B3A;
}

.primary-navigation .logo img {
  vertical-align: -5px;
}

.primary-navigation.condensed {
  padding: 12px 0 15px 0;
}

.primary-navigation.condensed .logo {
  display: none;
}

.primary-navigation.condensed a {
  margin: 0 15px;
}

@media screen and (max-width:720px) {
  .primary-navigation .logo {
    margin: 15px 0;
  }

  .primary-navigation a {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
}

.view-front-page {
  background: url(../photos/portfolio-1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 100%;
}

.view-front-page .content {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.view-front-page .container {
  height: 100%;
  position: relative;
}

.view-front-page .link {
  background: rgba(255,255,255,.8);
  display: inline-block;
  padding: 0 15px;
  position: absolute;
}

.view-front-page .link img {
  position: relative;
  top: 10px;
}

.view-front-page .events {
  left: 0;
  top: 200px;
}

.view-front-page .stylings {
  bottom: 200px;
  right: 0;
}

@media screen and (max-width:720px) {
  .view-front-page {
    height: 400px !important;
    position: relative;
  }

  .view-front-page .content {
    height: 100% !important;
  }

  .view-front-page .events {
    top: 100px;
  }

  .view-front-page .stylings {
    bottom: 100px;
  }
}

.view-archive-portfolio {
  padding: 75px 0;
}

.view-archive-portfolio .portfolio {
  display: inline-block;
  margin: 0 1% 2% 1%;
  position: relative;
  width: 30%;
  vertical-align: top;
}

.view-archive-portfolio .portfolio img {
  display: block;
  height: auto;
  width: 100%;
}

.view-archive-portfolio .portfolio .overlay {
  background: #F0F0F0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}

.view-archive-portfolio .portfolio .overlay:before {
  content: " ";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F0F0F0;
  font-size: 0;
  height: 0;
  line-height: 0;
  top: -5px;
  width: 0;
}

.view-archive-portfolio .portfolio .collapse {
  display: none;
  padding: 10px 0;
}

.view-archive-portfolio .portfolio:hover .collapse {
  display: block;
}

.view-archive-portfolio .portfolio h1,
.view-archive-portfolio .portfolio p {
  color: #A68A60;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width:720px) {
  .view-archive-portfolio .portfolio {
    display: block;
    margin: 4% 0;
    width: 100%;
  }
}

.view-single-portfolio {
  height: 80%;
}

.view-single-portfolio .slideshow-container {
  height: 100%;
  overflow: hidden;
}

.view-single-portfolio .slideshow-navigation {
  color: #A68A60;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 0;
  text-transform: uppercase;
}

.view-single-portfolio .slideshow-navigation a {
  color: #A68A60;
  text-decoration: none;
}

.view-single-portfolio .slideshow-navigation a:hover {
  color: #284B3A;
}

.view-single-portfolio .slideshow-navigation .container {
  position: relative;
}

.view-single-portfolio .slideshow-navigation .nav-portfolio {
  position: absolute;
  left: 0;
  top: 0;
}

.view-single-portfolio .slideshow-navigation .nav-portfolio .current-title {
  font-family: 'MrsEavesItalicRegular',serif;
}

.view-single-portfolio .slideshow-navigation .pagers {
  text-align: center;
}

.view-single-portfolio .slideshow-navigation .pinit {
  bottom: 0px;
  position: absolute;
  right: 0;
  text-align: right;
}

.view-single-portfolio .slideshow-navigation .pinit a {
  vertical-align: -2px;
}

.view-single-portfolio .slide {
  height: 100%;
}

.view-single-portfolio .slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

@media screen and (max-width:720px) {
  .view-single-portfolio {
    height: auto !important;
  }

  .view-single-portfolio .slideshow-container {
    height: 500px !important;
  }

  .view-single-portfolio .slideshow-navigation {
    text-align: center;
  }

  .view-single-portfolio .slideshow-navigation .pagers {
    margin: 9px 0 4px 0;
  }

  .view-single-portfolio .slideshow-navigation .pinit,
  .view-single-portfolio .slideshow-navigation .nav-portfolio {
    position: static;
    text-align: center;
  }
}

.view-page-press {
  background: #ECEBE9 url(../photos/about-2.jpg) no-repeat top center;
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 800px;
}

.view-page-press .container {
  background: #fff;
  max-width: 900px;
  padding: 25px 0 50px 0;
}

.view-page-press .press-type {
  padding: 25px 70px;
}

.view-page-press .press-type header {
  margin: 0 0 25px 0;
  text-align: center;
}

.view-page-press .press-type header h1 {
  border-bottom: 1px solid #284B3A;
  color: #284B3A;
  display: inline-block;
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 25px 5px 25px;
  text-transform: uppercase;
}

.view-page-press .press-type .press {
  float: left;
  margin: 5px 0;
  width: 33.33333333%;
}

.view-page-press .press-type .press img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width:720px) {
  .view-page-press .press-type .press {
    float: none;
    width: 100%;
  }
}

.view-page-contact {
  height: 100%;
  position: relative;
}

.view-page-contact .col-1 {
  background: url(../photos/contact-1.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  height: 100%;
  position: absolute;
  width: 50.1%;
}

.view-page-contact .col-2 {
  background: url(../photos/contact-2.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  float: right;
  height: 100%;
  padding: 55px 0;
  text-align: center;
  width: 50%;
}

.view-page-contact .col-2 .container {
  max-width: 400px;
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.view-page-contact h1 {
  font-family: 'EngraversLH-BoldFace',serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
}

.view-page-contact h2 {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
}

.view-page-contact .phone {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  margin: 30px 0 0 0;
}

.view-page-contact .divider {
  border: none;
  border-top: 1px solid #284B3A;
  margin: 30px auto;
  width: 50px;
}

.view-page-contact .connect a {
  color: #A68A60;
  display: inline-block;
  font-size: 14px;
  margin: 0 8px;
}

.view-page-contact .connect a:hover {
  color: #284B3A;
}

.view-page-contact .form-alt {
  margin: -4px 0 0 0;
}

@media screen and (max-width:720px) {
  .view-page-contact {
    height: auto;
  }

  .view-page-contact .col-1 {
    float: none;
    height: 150px;
    position: static;
    width: 100%;
  }

  .view-page-contact .col-2 {
    float: none;
    width: 100%;
  }

  .view-page-contact .col-2 .container {
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.trove-header {
  margin: 0 0 45px 0;
  text-align: center;
}

.trove-header .divider {
  border: none;
  border-top: 1px solid #A68A60;
  margin: 25px auto;
  width: 30px;
}

.trove-header p {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  letter-spacing: 2px;
}

.view-archive-trove {
  background: url(../photos/trove-1.jpg) no-repeat top center;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
  min-height: 800px;
  padding: 50px 0;
}

.view-archive-trove .container {
  max-width: 1000px;
}

.view-archive-trove .trove-text,
.view-archive-trove .trove-excerpt {
  display: inline-block;
  margin: 0 1% 2% 1%;
  position: relative;
  width: 30%;
  vertical-align: top;
}

.view-archive-trove .trove-excerpt .collapse {
  display: none;
}

.view-archive-trove .trove-excerpt:hover .collapse {
  display: block;
}

.view-archive-trove .trove-text .cover,
.view-archive-trove .trove-excerpt .cover {
  display: block;
  height: auto;
  width: 100%;
}

.view-archive-trove .trove-text .overlay,
.view-archive-trove .trove-excerpt .overlay {
  background: #F0F0F0;
  bottom: 0;
  font-family: 'EngraversGothicBT-Regular';
  padding: 15px;
  position: absolute;
  text-align: left;
  width: 100%;
}

.view-archive-trove .trove-excerpt .overlay:before {
  content: " ";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F0F0F0;
  font-size: 0;
  height: 0;
  line-height: 0;
  top: -5px;
  width: 0;
}

.view-archive-trove .trove-excerpt:hover .title {
  color: #284B3A;
}

.view-archive-trove .trove-excerpt .title {
  font-size: 14px;
  letter-spacing: 1px;
}

.view-archive-trove .trove-excerpt .action {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0;
}

.view-archive-trove .trove-excerpt .action a {
  color: #A68A60;
  text-decoration: none;
}

.view-archive-trove .trove-excerpt .action a:hover {
  color: #284B3A;
}

.view-archive-trove .trove-excerpt .share {
  color: #A68A60;
  font-size: 12px;
  letter-spacing: 1px;
}

.view-archive-trove .trove-excerpt .share img {
  margin: 0 3px;
  vertical-align: -2px;
}

.view-archive-trove .trove-text .overlay {
  height: 100%;
  padding: 30px;
  text-align: left;
}

.view-archive-trove .trove-text .divider {
  border: none;
  border-top: 1px solid #284B3A;
  width: 35px;
  margin: 15px 0;
}

.view-archive-trove .trove-text h1 {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.view-archive-trove .trove-text p {
  font-family: 'MrsEavesRomanLiningRegular',serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.view-archive-trove .trove-text p a {
  color: #A68A60;
  text-decoration: none;
}

.view-archive-trove .trove-text p a:hover {
  color: #284B3A;
}

.view-archive-trove .trove-text p.extra {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.2;
}

@media screen and (max-width:1020px) {
  .view-archive-trove .trove-text,
  .view-archive-trove .trove-excerpt {
    width: 47%;
  }
}

@media screen and (max-width:720px) {
  .view-archive-trove .trove-text,
  .view-archive-trove .trove-excerpt {
    margin: 2% 0;
    width: 100%;
  }
}

.view-single-trove {
  background: url(../photos/trove-1.jpg) no-repeat top center;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 50px 0 75px 0;
}

.view-single-trove .container {
  max-width: 850px;
}

.view-single-trove .col-1 {
  float: left;
  width: 53%;
}

.view-single-trove .col-2 {
  float: right;
  width: 44%;
}

.view-single-trove .slideshow-container {
  margin: 0 0 5px 0;
}

.view-single-trove .slideshow-container .image {
  display: block;
  height: auto;
  width: 100%;
}

.view-single-trove .return {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

.view-single-trove .return span {
  font-size: 10px;
  vertical-align: -1px;
}

.view-single-trove .return a {
  color: #A68A60;
  text-decoration: none;
}

.view-single-trove .return a:hover {
  color: #284B3A;
}

.view-single-trove .col-2 .divider {
  border: none;
  border-top: 1px solid #284B3A;
  margin: 15px 0;
  width: 30px;
}

.view-single-trove .title {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.view-single-trove .col-2 p {
  font-family: 'MrsEavesRomanLiningRegular',serif;
  font-size: 14px;
  line-height: 1.4;
}

.view-single-trove .share {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  letter-spacing: 1px;
  margin: 25px 0;
}

.view-single-trove .share img {
  margin: 0 3px;
  vertical-align: -2px;
}

.view-single-trove .inquire h2 {
  color: #A68A60;
  font-family: 'EngraversLH-BoldFace',serif;
  font-size: 15px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.view-single-trove .trove-slides figure {
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.view-single-trove .trove-slides figure:hover .pinit-button {
  opacity: 1;
}

.view-single-trove .trove-slides .pinit-button {
  /*background:rgba(255,255,255,.3);*/
  opacity: 0;
  padding: 5px 5px 0 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 5;
}

@media screen and (max-width:720px) {
  .view-single-trove .col-1,
  .view-single-trove .col-2 {
    float: none;
    width: 100%;
  }

  .view-single-trove .col-1 {
    margin: 0 0 25px 0;
  }
}

.view-page-about {
  height: 100%;
}

.view-page-about .arrow-downed {
  display: block;
  margin: 0 auto 50px auto;
}

.view-page-about .about-1 {
  background: url(../photos/about-1.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  position: relative;
}

.view-page-about .about-1 .content {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.view-page-about .about-1 .content .bg {
  background: url(../photos/about-2.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}

.view-page-about .about-1 .content p {
  font-family: 'EngraversLH-BoldFace',serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 1.4em 0;
  text-transform: lowercase;
}

.view-page-about .about-1 .content .container {
  max-width: 800px;
}

.view-page-about .about-2 {
  background: #ECEBE9 url(../photos/about-2.jpg) no-repeat top center;
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 800px;
  padding: 150px 0;
  text-align: center;
}

.view-page-about .about-2 .container {
  max-width: 570px;
}

.view-page-about .about-2 h1 {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0 0 1.2em 0;
  text-transform: uppercase;
}

.view-page-about .about-2 p {
  font-family: 'MrsEavesRomanLiningRegular',serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 1.4em 0;
}

.view-page-about .about-2 .divider {
  border: none;
  border-top: 1px solid #284B3A;
  margin: 35px auto;
  width: 40px;
}



.view-page-about .about-2 .collab h3 {
  color: #284B3A;
  font-size: 13px;
  font-family: 'EngraversLH-BoldFace',serif;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  text-transform: lowercase;
}

.view-page-about .about-2 .collab a {
  color: #A68A60;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

.view-page-about .about-2 .collab a:hover {
  color: #284B3A;
}

@media screen and (max-width:720px) {
  .view-page-about,
  .view-page-about .about-1,
  .view-page-about .about-2 {
    height: auto;
  }

  .view-page-about .about-1,
  .view-page-about .about-2 {
    padding: 50px 0;
  }

  .view-page-about .about-1 .content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .view-page-about .about-1 {
    background-attachment: scroll;
  }
}

.main-footer {
  background: #F0F0F0;
  bottom: 0;
  color: #A68A60;
  left: 0;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 10px;
  letter-spacing: 1px;
  padding: 12px 0;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

.main-footer a {
  color: #A68A60;
  text-decoration: none;
}

.main-footer a:hover {
  color: #284B3A;
}

.main-footer .social {
  float: left;
  margin: 0 0 0 -5px;
  vertical-align: middle;
  width: 50%;
}

.main-footer .social a {
  margin: 0 4px;
}

.main-footer .social img {
  vertical-align: -2px;
}

.main-footer .credit {
  float: right;
  text-align: right;
  width: 50%;
}

.main-footer .copyright {
  vertical-align: -1px;
}

@media screen and (max-width:720px) {
  .main-footer {
    position: static;
  }

  .main-footer .social,
  .main-footer .credit {
    float: none;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
}

.blog-header {
  background: #F0F0F0;
  padding: 10px 0;
  position: relative;
}

.blog-header .logo {
  font-family: 'EngraversLH-BoldFace',serif;
  text-align: center;
}

.blog-header .logo a {
  color: #284B3A;
  text-decoration: none;
}

.blog-header .logo a:hover {
  color: #A68A60;
}

.blog-header .email {
  color: #A68A60;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 11px;
  position: absolute;
  left: 15px;
  top: 12px;
  text-transform: uppercase;
}

.blog-header .email a {
  color: #A68A60;
  text-decoration: none;
}

.blog-header .email a:hover {
  color: #284B3A;
}

.blog-header .social {
  position: absolute;
  right: 15px;
  top: 12px;
}

.blog-header .social img {
  color: #A68A60;
  display: inline-block;
  margin: 0 0 0 8px;
}

.blog-secondary-header {
  border-bottom: 1px solid #284B3A;
  margin: 0 0 50px 0;
  padding: 0 0 10px 0;
  text-align: center;
}

.blog-secondary-header .logo {
  display: block;
  height: auto;
  margin: 0 auto 35px auto;
  max-width: 100%;
}

.blog-secondary-header .secondary-tag {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 18px;
  margin: 0 0 25px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-secondary-header .secondary-tag span {
  display: inline-block;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  margin: 0 5px;
  text-transform: none;
  vertical-align: 3px;
}

.blog-secondary-header .view-all {
  color: #A68A60;
  display: inline-block;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-decoration: none;
}

.blog-secondary-header .view-all:hover {
  color: #284B3A;
}

.blog-secondary-header .browse {
  color: #A68A60;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}

.blog-secondary-header .browse a {
  color: #A68A60;
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
}

.blog-secondary-header .browse a.notlive {
  color: #ccc;
}

.blog-secondary-header .browse a.active,
.blog-secondary-header .browse a.live:hover {
  color: #284B3A;
}

.blog-secondary-header .blog-navigation {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-secondary-header .blog-navigation li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.blog-secondary-header .blog-navigation li a {
  color: #A68A60;
  display: block;
  padding: 0 15px 15px 15px;
  text-decoration: none;
}

.blog-secondary-header .blog-navigation li a:hover {
  color: #284B3A;
}

.blog-secondary-header .blog-navigation li .sub-menu {
  background: #F0F0F0;
  display: none;
  font-family: 'MrsEavesRomanLiningRegular',serif;
  font-size: 14px;
  letter-spacing: 0;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
}

.blog-secondary-header .blog-navigation li:hover .sub-menu {
  display: block;
}

.blog-secondary-header .blog-navigation li .sub-menu:before {
  content: " ";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F0F0F0;
  font-size: 0;
  height: 0;
  line-height: 0;
  top: -5px;
  width: 0;
}

.blog-secondary-header .blog-navigation li .sub-menu li {
  display: block;
  margin: 0;
}

.blog-secondary-header .blog-navigation li .sub-menu li a {
  padding: 3px 0;
}

.view-flowers-archive,
.view-blog-archive,
.view-blog-single {
  background: url(../photos/blog-1.jpg) no-repeat top center;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 75px 0;
}

.view-flowers-archive .container,
.view-blog-archive .container,
.view-blog-single .container,
.view-blog-team .container {
  max-width: 870px;
}

.view-blog-archive .sizing-one {
  clear: left;
  float: left;
  width: 33%;
}

.view-blog-archive .sizing-two {
  float: right;
  width: 64%;
}

.view-blog-archive .sizing-three {
  clear: left;
  float: left;
  width: 48%;
}

.view-blog-archive .sizing-four {
  float: right;
  width: 48%;
}

.view-blog-archive .sizing-five {
  clear: left;
  float: left;
  width: 64%;
}

.view-blog-archive .sizing-six {
  float: right;
  width: 33%;
}

.view-blog-archive .blog-excerpt {
  margin: 0 0 25px 0;
}

.view-blog-archive .blog-excerpt .cover {
  display: block;
  height: auto;
  margin: 0 0 15px 0;
  width: 100%;
}

.view-blog-archive .blog-excerpt .time {
  color: #284B3A;
  display: block;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 10px;
  margin: 0 0 8px 0;
}

.view-blog-archive .blog-excerpt .title {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.view-blog-archive .blog-excerpt .title a {
  color: #A68A60;
  text-decoration: none;
}

.view-blog-archive .blog-excerpt .title a:hover {
  color: #284B3A;
}

.view-blog-archive .blog-excerpt .content {
  background: #F0F0F0;
  padding: 10px;
  position: relative;
}

.view-blog-archive .blog-excerpt .content:before {
  content: " ";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F0F0F0;
  font-size: 0;
  height: 0;
  line-height: 0;
  top: -5px;
  width: 0;
}

.view-blog-archive .blog-excerpt .content p {
  font-family: 'MrsEavesRomanLiningRegular',serif;
  font-size: 14px;
  line-height: 1.4;
}

.view-blog-archive .blog-excerpt footer {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 11px;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}

.view-blog-archive .blog-excerpt footer a {
  color: #A68A60;
  text-decoration: none;
}

.view-blog-archive .blog-excerpt footer a:hover {
  color: #284B3A;
}

.view-blog-archive .blog-excerpt footer .categories {
  float: left;
}

.view-blog-archive .blog-excerpt footer .read-more {
  float: right;
}

@media screen and (max-width:720px) {
  .view-blog-archive .blog-excerpt {
    float: none;
    width: 100%;
  }
}

.view-blog-single .blog-article {
  margin: 0 auto 50px auto;
  max-width: 720px;
}

.view-blog-single .blog-article .return {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

.view-blog-single .blog-article.return span {
  font-size: 10px;
  vertical-align: -1px;
}

.view-blog-single .blog-article .return a {
  color: #A68A60;
  text-decoration: none;
}

.view-blog-single .blog-article img {
  height: auto;
  max-width: 100%;
}

.view-blog-single .blog-article img.aligncenter {
  display: block;
  margin: 0 auto;
}

.view-blog-single .blog-article .time {
  color: #284B3A;
  display: block;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 10px;
  margin: 0 0 8px 0;
}

.view-blog-single .blog-article .title {
  color: #284B3A;
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 20px;
  letter-spacing: 3px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.view-blog-single .blog-article .content {
  background: #F0F0F0;
  padding: 20px;
  margin: 15px 0 15px 0;
  position: relative;
}

.view-blog-single .blog-article .content:before {
  content: " ";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F0F0F0;
  font-size: 0;
  height: 0;
  line-height: 0;
  top: -5px;
  width: 0;
}

.view-blog-single .blog-article .content p {
  font-family: 'MrsEavesRomanLiningRegular',serif;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 1.4em 0;
}

.view-blog-single .blog-article .content p a {
  color: #284B3A;
}

.view-blog-single .blog-article .content p a:hover {
  color: #A68A60;
}

.view-blog-single .blog-article footer {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 11px;
  letter-spacing: 1px;
  margin: 30px 0 0 0;
  text-transform: uppercase;
}

.view-blog-single .blog-article footer a {
  color: #A68A60;
  text-decoration: none;
}

.view-blog-single .blog-article footer a:hover {
  color: #284B3A;
}

.view-blog-single .blog-article footer .notes {
  float: left;
  margin: 0 10px 0 0;
}

.view-blog-single .blog-article footer .categories {
  float: left;
}

.view-blog-single .blog-article footer .share {
  float: right;
}

.view-blog-single .blog-article footer .share a {
  display: inline-block;
  margin: 0 0 0 3px;
  vertical-align: -2px;
}

.view-blog-single .blog-article footer .share a:hover {
  color: #284B3A;
}

.view-blog-single .blog-article .pinit-wrapper {
  position: relative;
}

.view-blog-single .blog-article .pinit-wrapper .pinit-button {
  /*background:rgba(255,255,255,.3);*/
  opacity: 0;
  padding: 5px 5px 0 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.view-blog-single .blog-article .pinit-wrapper:hover .pinit-button {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.comment-list {
  margin: 0 0 25px 0;
}

.comment-list .comment-metadata {
  margin: 0 0 10px 0;
}

.comment-list .avatar {
  display: none;
}

.comment-list .comment-content {
  font-family: 'MrsEavesRomanLiningRegular',serif;
  line-height: 1.3;
}

.comment-list .reply {
  font-size: 12px;
  font-family: 'EngraversGothicBT-Regular';
  text-transform: lowercase;
}

.comment-list .reply a {
  color: #284B3A;
  letter-spacing: 1px;
  text-decoration: none;
}

.comment-respond h3 {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 15px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.comment-respond .logged-in-as {
  font-size: 14px;
  font-family: 'MrsEavesRomanLiningRegular',serif;
  margin: 0 0 15px 0;
}

.comment-respond .logged-in-as a {
  color: #284B3A;
}

.comment-respond .form-allowed-tags {
  display: none;
}



.comment-form label {
  display: block;
  font-family: 'EngraversGothicBT-Regular';
  margin: 0 0 5px 0;
  text-transform: lowercase;
}

.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #284B3A;
  display: block;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  padding: 0 5px 5px 0;
  width: 100%;
}

.comment-form textarea {
  border: 1px solid #284B3A;
  height: 100px;
  padding: 5px;
}

.comment-form input[type="url"],
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
  outline: none;
}

.comment-form #submit {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #A68A60;
  display: inline-block;
  font-family: 'EngraversLH-BoldFace',serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}

.comment-form #submit:hover {
  color: #284B3A;
  cursor: pointer;
}

.comment-form input[type="url"],
.comment-form input[type="text"],
.comment-form input[type="email"] {
  border: 1px solid #284B3A;
  font-family: 'MrsEavesItalicRegular',serif;
  margin: 0 auto 5px auto;
  padding: 5px;
  width: 50%;
}

.comment-form-search {
  width: 150px;
}

.comment-form-search .text {
  background: none;
  border: none;
  color: #284B3A;
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.comment-form-search .text:focus {
  outline: none;
}

@media screen and (max-width:720px) {
  .comment-form input[type="text"],
  .comment-form input[type="url"],
  .comment-form input[type="email"],
  .comment-form textarea {
    width: 100%;
  }
}

.view-blog-team {
  background: url(../photos/blog-1.jpg) no-repeat top center;
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 800px;
  padding: 75px 0;
}

.view-blog-team .divider {
  border: none;
  border-top: 1px solid #284B3A;
  margin: 15px 0;
  width: 40px;
}

.view-blog-team .col-1 {
  background: #F0F0F0;
  float: left;
  padding: 20px;
  width: 30%;
}

.view-blog-team .workshop-title {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.view-blog-team .workshop {
  font-family: 'MrsEavesRomanLiningRegular',serif;
  font-size: 14px;
  margin: 0 0 25px 0;
}

.view-blog-team .workshop .date {
  display: block;
  font-family: 'MrsEavesItalicRegular',serif;
  margin: 0 0 4px 0;
}

.view-blog-team .workshop .time {
  display: block;
  margin: 0 0 5px 0;
}

.view-blog-team .workshop h1 {
  font-size: 15px;
}

.view-blog-team .workshop p {
  margin: 0 0 5px 0;
}

.view-blog-team .workshop .more-info {
  color: #A68A60;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 13px;
  text-decoration: none;
}

.view-blog-team .workshop .more-info:hover {
  color: #284B3A;
}

.view-blog-team .workshop:last-child {
  margin: 0;
}

.view-blog-team .col-2 {
  float: right;
  width: 66%;
}

.view-blog-team .team {
  margin: 0 0 25px 0;
}

.view-blog-team .subcol-1 {
  float: left;
  width: 40%;
}

.view-blog-team .subcol-2 {
  float: right;
  width: 55%;
}

.view-blog-team .team .image {
  display: block;
  height: auto;
  width: 100%;
}

.view-blog-team .team h1 {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.view-blog-team .team p {
  font-family: 'MrsEavesRomanLiningRegular',serif;
  font-size: 14px;
  line-height: 1.4;
}

.view-blog-team .team .title {
  font-family: 'EngraversGothicBT-Regular';
}

@media screen and (max-width:720px) {
  .view-blog-team .col-1,
  .view-blog-team .col-2,
  .view-blog-team .subcol-1,
  .view-blog-team .subcol-2 {
    float: none;
    width: 100%;
  }

  .view-blog-team .col-1,
  .view-blog-team .subcol-1 {
    margin: 0 0 15px 0;
  }
}

.view-flowers-archive {
  min-height: 800px;
}

.view-flowers-archive .flowers {
  position: relative;
}

.view-flowers-archive .split {
  border-left: 1px solid #284B3A;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
}

.view-flowers-archive .col-1 {
  clear: both;
  float: left;
}

.view-flowers-archive .col-2 {
  float: right;
}

.view-flowers-archive .flower {
  margin: 15px 0;
  text-align: center;
  width: 47%;
}

.view-flowers-archive .flower .cover {
  display: block;
  height: auto;
  width: 100%;
}

.view-flowers-archive .flower .name {
  font-family: 'EngraversGothicBT-Regular';
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.view-flowers-archive .flower .divider {
  border: none;
  border-top: 1px solid #284B3A;
  margin: 15px auto;
  width: 30px;
}

.view-flowers-archive .flower figure {
  position: relative;
}

.view-flowers-archive .flower figure:hover .pinit-button {
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.view-flowers-archive .flower .pinit-button {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.view-flowers-archive .flower p {
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto 1em auto;
  width: 90%;
}

@media screen and (max-width:720px) {
  .view-flowers-archive .split {
    display: none;
  }

  .view-flowers-archive .col-1,
  .view-flowers-archive .col-2 {
    float: none;
  }

  .view-flowers-archive .flower {
    width: 100%;
  }
}

.blog-pagination {
  border-top: 1px solid #284B3A;
  clear: both;
  font-family: 'MrsEavesItalicRegular',serif;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 25px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

.blog-pagination a {
  color: #A68A60;
  text-decoration: none;
}

.blog-pagination a:hover {
  color: #284B3A;
}

.blog-footer {
  background: #F0F0F0;
  font-family: 'EngraversGothicBT-Regular';
  font-size: 10px;
  letter-spacing: 1px;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
}

.blog-footer a {
  color: #A68A60;
  text-decoration: none;
}

.blog-footer a:hover {
  color: #284B3A;
}

.blog-footer .copyright {
  vertical-align: -1px;
}

.slick-slider {
  margin: 0;
}

.slick-track,
.slick-list {
  height: 100%;
}

#portfolio-pinit a {
  background: url(../images/icon-pinterest.png) no-repeat center bottom !important;
  -webkit-background-size: 7px 10px !important;
  background-size: 7px 10px !important;
  position: relative;
  top: 2px;
  width: 10px !important;
}

#portfolio-pinit a:hover {
  background-image: url(../images/icon-pinterest-rollover.png) !important;
}