@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
body {
  font-weight: 300;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
	color: #1A1A1A;
}
@media screen and (max-width:600px) {
  body {
    font-size: 15px;
  }
}
a {
  color: #57444d;
  font-weight: 500;
  /*text-decoration: none;*/
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
p {
  margin: .4em 0 1.2em 0;
}
em, i {
  font-style: italic;
}
strong, b {
  font-weight: 500;
}
hr {
  border-top: solid 1px #CCC;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  margin: 30px 0;
}
.alignright, .wp-post-image {
  float: right;
  margin: 10px 0px 20px 30px;
  max-width: 365px;
  height: auto;
}
.alignleft {
  float: left;
  margin: 10px 30px 20px 0px;
  max-width: 365px;
  height: auto;
}
.aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width:800px) {
  .alignright, .wp-post-image, .alignleft {
    display: block;
    margin: 10px auto 20px;
    float: none;
    max-width: 100%;
    height: auto;
  }
}
#content ul, #content ol {
  padding: 0 0 1.2em;
}
#content ul ul, #content ol ol {
  padding: 0;
}
#content ul ul li{
  list-style: circle;
}
#content h3 + ul, #content h3 + ol, #content h2 + ul, #content h2 + ol {
  padding: .4em 0 1.2em;
}
#content ul li, #content ol li {
  margin: 0px 0px 2px 70px;
}
ul li {
  list-style-type: disc;
}
ol li {
  list-style-type: decimal;
}
@media screen and (max-width:400px) {
  #content ul li, #content ol li {
    margin: 0px 0px 2px 35px;
  }
}
#content img {
  max-width: 100%;
  height: auto;
}
h1, h1 a {
  font-size: 50px;
  color: #868686;
  line-height: 1.2em;
  font-weight: 300;
  padding: .5em 0 .7em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
}
h2 {
  color: #6d5560;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  padding: .5em 0 0;
}
h3 {
  font-size: 25px;
  color: #57444d;
  line-height: 1.2em;
  font-weight: 500;
  padding: .5em 0 .1em;
  /*text-transform: uppercase;*/
  letter-spacing: .02em;
}
img + h2 {
  padding: 0;
}
.button-top, .button-bottom {
  display: flex;
  justify-content: flex-end;
}
.button-top a, .button-bottom a {
  background-color: #868686;
  padding: 12px 22px;
  text-align: left;
  color: #FFF;
  font-weight: 400;
  border-radius: 2px;
	text-decoration:none;
}
.button a:hover {
  background-color: #6d5560;
  text-decoration: none;
}
.caps {
  text-transform: uppercase;
}
.container {
  max-width: 1150px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media screen and (max-width:1245px) {
  .container {
    margin: 0 50px;
  }
}
@media screen and (max-width:675px) {
  hr {
    margin: 20px 0;
  }
  .container {
    margin: 0 30px;
  }
  h1, h1 a {
    font-size: 38px;
    padding: .3em 0 .5em;
   
  }
  h2 {
    font-size: 32px;
    padding: .3em 0 0;
  }
  h3 {
    font-size: 22px;
    padding: .3em 0 .1em;
    
  }
  .button-top a {
    display: none;
  }
  .button-bottom a {
    
    font-size: 14px;
  
	
  }
}
@media screen and (max-width:400px) {
  .container {
    margin: 0 20px;
  }
}
#header {
  background-color: #6d5560;
  color: #FFF;
  width: 100%;
  padding: 20px 0 18px;
  text-decoration: none;
}
#header a {
  color: #FFF;
  text-decoration: none;
}
.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.name, .name a {
  font-weight: 400;
  display: block;
  font-size: 21px;
  letter-spacing: .04em;
}
.menu {
  font-weight: 300;
  display: flex;
    align-items: center;
  font-size: 16px;
  letter-spacing: .04em;
}
.menu a {
  font-weight: 300;
	height:100%;
	display:inline-block;
}
.menu a svg, .menu a i, #footer a svg, #footer a i {margin: 0 0 0 15px;}
.fa-linkedin, .fa-flickr, .fa-envelope-square {
  font-size: 30px;
	line-height: 1em;
}
#content .fa-envelope-square {
  font-size: inherit;
  margin: 0 3px 0 0;
	color: #57444d;
}
.svg-inline--fa.fa-w-14 {width:27.05px !important;}
.menu a i.fa-envelope-square::before, .menu a i.fa-linkedin::before, .menu a i.fa-flickr::before {font-size: 30px; line-height: 1em;  display:inline-block;}
.highlighted-area {
  background-color: #57444d;
  width: 100%;
  padding: 65px 0;
}
.highlighted-text {
  text-align: center;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: block;
  font-size: 20px;
  line-height: 1.4em;
}
#content, #content2 {
  padding: 50px 0;
  line-height: 1.5em;
  min-height: 300px;
}
#footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #6d5560;
  padding: 30px 0 50px;
  
}
#footer a {
  text-deocration: none;
  color: #6d5560;
}
@media screen and (max-width:675px) {
  #header {
    padding: 18px 0 16px;
  }
  .name, .name a {
    font-size: 18px;
  }
  .menu {
   font-size: 15px;
    display: flex;
    align-items: center;
  }
  /*.fa-linkedin, .fa-flickr, .fa-envelope-square {
    margin: 0 0 0 10px;
    font-size: 21px;
  }*/
  .highlighted-area {
    padding: 45px 0;
  }
  .highlighted-text {
    font-size: 18px;
    letter-spacing: .04em;
  }
  #content {
    padding: 25px 0 50px;
  }
  #footer {
    display: block;
    padding: 20px 0 40px;
  }
  #footer div {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
  }
  #footer div:nth-child(2) {
    display: none;
  }
}
#nav-below {
  display: flex;
  margin-bottom: 30px;
	
	
}
.nav-next {
  margin-right: 15px; 
  text-align: right;
}
div.nav-next:empty {
  margin-right: 0px; 
}
.nav-previous {
  padding-left: 15px;
border-left: solid 1px;
	
}
.nav-previous a, .nav-next a {text-decoration: none;}
.entry-footer {
  margin-bottom: 5px;
}

.vp-pagination__style-default .vp-pagination__item, .vp-pagination__item a {
  font-weight: 400;
  color: #a7a7a7;
}
.vp-pagination__item a:hover {
  color: #6d5560;
}
.vp-pagination__style-default .vp-pagination__item > * {
  border: 2px solid !important;
  border-color: #a7a7a7;
  border-radius: 3px;
  padding: 8px 20px !important;
}
.vp-pagination__style-default .vp-pagination__item:hover > * {
  border: 2px solid !important;
  border-color: #6d5560;
  border-radius: 3px;
}
#post-315 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-298 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-313 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-309 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-331 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-343 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-351 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-390 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-412 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, #post-418 .entry-content > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  display: none;
}
iframe {
  
	max-width:100% !important;
	height:350px !important;
	margin: 0 auto;
	display:block;
}