@import url('../webfonts/raleway/stylesheet.css');
@import url('../webfonts/opensans/sylesheet.css');
/* HTML TAG STYLES *******************************************************/
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body {
  width: 100%;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
  background-color: #534741;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
section,
article,
header,
footer,
nav,
aside,
hgroup,
figure,
time {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0 0 10px 0;
}
hr {
  border: none;
  border-top: 1px solid #FFF;
  margin: 0;
  margin-bottom: 28px;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 28px;
}
img {
  border: none;
}
a:link,
a:visited {
  color: #534741;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
a:hover {
  color: #FFF;
}
/* SHARED STYLES ***************************************************************/
.group:after {
  content: "";
  display: table;
  clear: both;
}
.screen-reader-text {
  display: none;
}
.buttons-top {
  text-align: left;
  margin-bottom: 30px;
}
.buttons-bottom {
  text-align: left;
  margin-top: 30px;
}
.buttons-bottom-single {
  text-align: left;
  max-width: 960px;
  margin: 30px auto 0 auto;
}
a.back-button {
  display: inline-block;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  line-height: normal;
  text-decoration: none;
  color: #FFF;
  background-color: #e87c08;
  margin: 0;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a.back-button:hover {
  background-color: #534741;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
a.contact-button {
  display: inline-block;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  background-color: #534741;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a.contact-button:hover {
  background-color: #e87c08;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 425px) {
  a.contact-button {
    display: block;
    margin: 10px 0 0 0;
  }
}
/* TEMPLATE STYLES ***************************************************************/
header {
  min-height: 140px;
  background: #b9b4a9;
}
.websitetitle {
  min-width: 510px;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  color: #FFF;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .websitetitle {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media (max-width: 475px) {
  .websitetitle {
    font-size: 22px;
  }
}
#nav {
  position: relative;
}
.page-nav {
  background-image: url(../images/banner-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 201px;
}
.logo img {
  margin-top: 18px;
}
.banner {
  height: 900px;
}
@media (min-width: 1920px) {
  .banner {
    background-size: auto, contain, cover !important;
  }
}
@media (max-width: 768px) {
  .banner {
    background-size: 300px auto, auto, auto !important;
    height: 590px;
  }
}
@media (max-width: 425px) {
  .banner {
    background-size: 250px auto, 1620px 305px, auto !important;
    height: 470px;
  }
}
main {
  background: #b9b4a9;
  margin-top: -1px;
  padding: 40px 0;
}
main.frontpage {
  padding: 0;
}
.pre-footer {
  width: 100%;
  padding: 20px 0 160px 0;
  background: url(../images/banner-footer.png) bottom center no-repeat;
  background-color: #b9b4a9;
  min-height: 210px;
  color: #FFF;
}
.pre-footer-home {
  width: 100%;
  padding: 20px 0 160px 0;
  background: url(../images/banner-footer.png) bottom center no-repeat;
  background-color: #3f3632;
  min-height: 210px;
  color: #FFF;
}
@media (min-width: 1920px) {
  .pre-footer,
  .pre-footer-home {
    background-size: 100% 201px;
  }
}
.pre-footer h2 {
  color: #FFF;
}
.pre-footer h3 {
  color: #FFF;
  font-size: 20px;
}
footer {
  margin-bottom: 0;
  margin-top: 0px;
  text-align: center;
}
.social {
  float: right;
  position: relative;
  z-index: 999;
  width: auto;
  margin-top: 30px;
}
.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.social-mobile {
  position: absolute;
  z-index: 999;
  width: auto;
  top: 59px;
  right: -9px;
}
.social-item {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0 15px 20px 15px;
  display: inline-block;
}
.social-item:hover {
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.copyright {
  padding: 0px 0 20px 0;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .copyright {
    padding-top: 0px;
  }
}
.copyright a {
  text-decoration: none;
  color: #FFF;
}
.copyright a:hover {
  text-decoration: underline;
  color: #FFF;
}
/* SPECIFIC PAGE STYLES ***************************************************************/
/* Home Page */
.banner-text {
  position: absolute;
  left: 0;
  right: 0;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  top: 46%;
  bottom: 0;
  margin: 0 10px;
}
@media (max-width: 395px) {
  .banner-text {
    top: 44%;
  }
}
.home-text {
  background: #534741;
  text-align: center;
  padding: 0 0 60px 0;
}
.home-text h1 {
  font-size: 46px;
  line-height: 48px;
}
.home-text article > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-text article > p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.frontpage-portfolio {
  text-align: center;
  background-color: #534741;
  padding: 0 0 40px 0;
}
.workpage-portfolio {
  text-align: center;
  padding: 40px 0 0 0;
}
.portfolio-feature {
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-feature:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.portfolio-feature > a > img {
  width: 100%;
  height: auto;
  max-width: 386px;
}
.plus {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -62px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.portfolio-feature:hover .plus {
  opacity: 1;
}
.frontpage-portfolio h2 {
  font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 30px;
}
.portfolio-item:nth-of-type(3n+4) {
  clear: left;
}
/* POrtfolio Pages */
.portfolio-item-grid:nth-of-type(3n+1) {
  clear: left;
}
.portfolio-item {
  margin-bottom: 20px;
}
.portfolio-item-title {
  margin-top: 5px;
}
.portfolio-single {
  text-align: center;
}
.portfolio-single img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .portfolio-single img {
    width: 100%;
    height: auto;
  }
}
.portfolio-item-intro {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto 30px auto;
}
.portfolio-item-text {
  height: 364px;
  background-color: #a4a199;
  margin: 0;
  padding: 30px;
}
/* Wordpress Captions */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 10px 3px 10px !important;
  margin-bottom: 30px !important;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  color: #534741;
  margin: 0;
  padding: 10px 4px 5px !important;
}
/* FOOTER MENU ***************************************************************/
ul.footer-menu {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.footer-menu li {
  display: inline-block;
  border-left: 1px solid #FFF;
  padding: 0 3px 0 8px;
}
ul.footer-menu li:first-child {
  margin-left: 5px;
}
/* WIDGETS **************************************************************************/
.widget {
  margin-bottom: 30px;
}
.widgettitle {
  font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 32px;
  color: #FFF;
  margin: 0px;
  padding: 0 0 20px 0;
}
.widgetcontent {
  display: block;
  margin: 0px;
  padding: 0px;
}
.widgetcontent ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.widgetcontent li {
  border-top: 0px solid #FFF;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
}
.widgetcontent li a {
  text-decoration: none;
}
.widgetcontent li a:hover {
  text-decoration: underline;
}
.widget_categories,
.widget_archive {
  display: inline-block;
  width: 47%;
  border: 1px solid #999;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0 2% 30px 0;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.widget_archive {
  margin-right: 3%;
}
.widget_categories .widgettitle,
.widget_archive .widgettitle {
  display: none;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 5px 0;
  padding: 0;
}
.widget_categories select,
.widget_archive select {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  color: #666;
  border: 0;
  border-radius: 0;
  height: 35px;
  -webkit-appearance: none;
}
/* POSTS AND PAGES ***************************************************************/
.thumbnail {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .thumbnail {
    width: 100%;
    height: auto;
    border: none;
  }
}
.thumbnail-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .thumbnail-left {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
article.category {
  margin-bottom: 20px;
}
time {
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  margin-top: -10px;
  margin-bottom: 20px;
}
time a {
  text-decoration: none;
}
time a:hover {
  text-decoration: underline;
}
/* PAGE CHILDREN ***************************************************************/
ul.page-children {
  list-style: none;
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
ul.page-children li {
  padding: 8px 0px;
  border-top: 1px solid #FFF !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
ul.page-children li:first-child {
  border-top: none;
}
ul.page-children li:last-child {
  border-bottom: none;
}
ul.page-children li a {
  text-decoration: none;
  color: #534741;
}
ul.page-children li a:hover {
  color: #FFF;
}
ul.page-children li ul.children {
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
ul.page-children li ul.children li:last-child {
  border-bottom: none;
}
/* MORE LINKS *********************************************************************/
a.more-link {
  display: inline-block;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  color: #534741;
}
a.more-link:hover {
  color: #FFF;
}
/* PAGE NUMBERS ***************************************************************/
div.pagination {
  font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
span.pages {
  padding: 0 10px 0 0;
  border-right: 1px solid #534741;
}
div.wp-pagenavi {
  font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #534741;
  margin: 0;
  padding: 0;
}
a.page-numbers {
  text-decoration: none;
  border-right: 1px solid #534741;
  margin: 0;
  padding: 0 10px;
}
a.page {
  text-decoration: none;
  border-right: 1px solid #534741;
  margin: 0;
  padding: 0 10px;
}
a.prev {
  text-decoration: none;
  padding-left: 0;
}
a.first {
  text-decoration: none;
  border-right: 1px solid #534741;
  padding: 0 10px;
}
a.previouspostslink {
  text-decoration: none;
  border-right: 1px solid #534741;
  padding: 0 10px;
}
a.next {
  text-decoration: none;
  border-right: none;
  padding-right: 0;
}
a.nextpostslink {
  text-decoration: none;
  border-right: 0px solid #534741;
  padding: 0 10px;
}
a.last {
  text-decoration: none;
  border-right: 1px solid #534741;
  padding: 0 10px;
}
span.current {
  border-right: 1px solid #534741;
  color: #FFF;
  margin: 0;
  padding: 0 10px;
}
span.extend {
  border-right: 1px solid #534741;
  margin: 0;
  padding: 0 10px;
}
/* RESPONSIVE YOUTUBE VIDEOS ***************************************************************/
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
iframe.youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* FACEBOOK LIKE BOX ***************************************************************/
div.widget_facebook_likebox iframe {
  width: 100% !important;
}
div.widget_twitter_timeline iframe {
  width: 100% !important;
}
/* WORDPRESS CORE STYLES  *********************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* GALLERIES *********************************************************************/
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery img {
  /*box-shadow: 0px 0px 4px #CCC;*/
  border: none;
  /*padding: 8px;
	background: #FFF;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gallery img:hover {
  background: white;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery-columns-5 .attachment-thumbnail {
  max-width: 95%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 0;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery dl {
  margin-bottom: 4%;
}
.gallery br + br {
  display: none;
}
/* FORMS ************************************/
legend {
  display: block;
  width: 100%;
  font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: inherit;
  color: #534741;
  border: 0;
  border-top: 1px solid #FFF;
  margin-bottom: 0;
  padding: 20px 0;
}
input,
select,
textarea {
  border: 1px solid #FFF;
  border-radius: 5px;
}
input,
select {
  height: 40px;
}
textarea {
  min-height: 120px;
}
input[type=checkbox],
input[type=radio] {
  height: auto;
}
/* Gravity Forms */
.gform_wrapper .gfield_required {
  color: #e87c08 !important;
  margin-left: 4px;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border: 1px solid #FFF !important;
  border-radius: 5px;
}
.gform_wrapper select.ginput_card_expiration {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper div.validation_error {
  color: #ff9900 !important;
  border-top: 2px solid #ff9900 !important;
  border-bottom: 2px solid #ff9900 !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #ff9900 !important;
}
.gform_wrapper .validation_message {
  color: #ff9900 !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #ff9900 !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 153, 0, 0.05) !important;
  border-top: 1px solid #ff9900 !important;
  border-bottom: 1px solid #ff9900 !important;
}
.gform_wrapper input.button {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  background-color: #e87c08 !important;
  border: 1px solid #e87c08 !important;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.gform_wrapper input.button::-ms-expand {
  /* for IE 11 */
  display: none;
}
.gform_wrapper input.button:hover {
  color: #FFF !important;
  background-color: #534741 !important;
  border: 1px solid #534741 !important;
  z-index: 1000;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
  box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
}
.gform_wrapper input.button:active {
  opacity: 0.5;
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.list-checkbox-wrap input.ninja-forms-field {
  min-height: auto !important;
}
.list-select-wrap div.nf-field-element {
  display: inline-block;
  width: 47%;
  border: 1px solid #999;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0 2% 30px 0;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.list-select-wrap select.ninja-forms-field {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  color: #999;
  border: 0;
  border-radius: 0;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.list-select-wrap select.ninja-forms-field::-ms-expand {
  /* for IE 11 */
  display: none;
}
h2.gsection_title {
  color: #534741;
}
