/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  /* margin-top: 1em; */
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

/************************************************

Stylesheet: Custom Stylesheet

*************************************************/
/*********************
GLOBAL
*********************/
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #fefefe;
  background: #3f3c3b;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1, h2 {
  font-family: "Oswald", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-weight: 500;
}

h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

label {
  font-size: 1rem;
}

.button {
  background: #c0342d;
  color: #fefefe;
  font-weight: bold;
  margin: 0;
}

.button:hover, .button:focus {
  background: #8c2620;
  color: #fefefe;
}

.button.large {
  font-size: 1rem;
}

.za_download_button {
  background: transparent !important;
  color: #c0342d;
  font-weight: bold;
  padding: 0 !important;
}

.za_download_button_loading {
  color: #aaa;
}

.content {
  min-height: 70vh;
}

.callout {
  padding: 0.5rem;
}

/*********************
TOP BAR
*********************/
.top-bar {
  background: #1f1f1f;
  padding: 0; 
}

.top-bar a {
  color: #fefefe;
}

.top-bar ul {
  background: #1f1f1f;
  line-height: 60px;
}

.top-bar .site-name {
  padding: 0;
  font-family: "Oswald", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.top-bar .site-name a {
  padding: 0 1rem;
}

.top-bar .site-name img {
  max-height: 30px;
  padding-right: 0.5rem;
  vertical-align: text-bottom;
}

.top-bar-right a {
  display: inline-block;
  padding: 0 0.25rem 0.5rem 0.25rem !important;
  margin: 0 0.75rem;
}

.top-bar-right a:hover {
  border-bottom: 1px solid #c0342d;
}

.top-bar-right .active > a {
  font-weight: bold;
  background: none;
}

.top-bar-right .menu-item-last {
  background: #c0342d;
  font-weight: bold;
}

.top-bar-right .menu-item-last a,
.top-bar-right .menu-item-last .active > a {
  color: #fefefe;
}

.nav-divider {
  color: #c0342d;
  font-weight: bold;
}

.top-bar-right .menu-item-first .nav-divider,
.top-bar-right .menu-item-last .nav-divider {
  display: none;
}

/*********************
HERO SECTION
*********************/
.hero {
  background: #000;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  background:
    linear-gradient(
      rgba(14, 8, 8, 0.55),
      rgba(14, 8, 8, 0.55)
    ), 
    url("/wp-content/themes/pps-theme/assets/images/hero.jpg") center center no-repeat;
  background-size: cover;
}

.hero *, .overlay {
  position: relative;
}

.hero-content {
  text-align: left;
  padding: 0 1rem;
  margin-bottom: 2%;
}

.hero-content .title {
  font-size: 4rem;
}

.hero-content .desc {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.hero-content .cta {
  list-style: none;
  padding: 0;
  margin: 0; 
}

.hero-content .cta li {
  display: inline-block;
}

.hero-content .cta .button {
  margin-bottom: 0.5rem;
}

.cta-primary {
  background: #c0342d;
  border: 2px solid #c0342d;
  color: #fefefe;
}

.cta-primary:hover, .cta-primary:focus {
  background: #8c2620;
  border: 2px solid #8c2620;
  color: #fefefe;
}

.cta-secondary {
  background: transparent;
  color: #fefefe;
  border: 2px solid #fefefe;
}

.cta-secondary:hover, .cta-secondary:focus {
  background: #fefefe;
  border: 2px solid #fefefe;
  color: #1f1f1f;
}

/*********************
HERO SECTION
*********************/
.separator {
  background: #c0342d;
  min-height: 3vh;
}

/*********************
HERO SECTION
*********************/
.info {
  background: #2a2120;
  min-height: 60vh;
}

.info-left {
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

.info-right {
  background: #000;
}

.info .section-title {
  font-size: 3rem;
}

.info .section-text {
  font-size: 1.2rem;
}

.info-orbit {
  pointer-events: none;
}

.info-orbit-container {
  height: 60vh !important;
}

.info-orbit-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(42, 33, 32, 0.65);
}

.info-orbit-image {
  object-fit: cover;
  height: 60vh;
}

/*********************
HERO SECTION
*********************/
.recent-projects-title {
  padding: 1.5rem 0;
}

.recent-projects .section-title {
  font-size: 3rem;
}

.recent-projects-container {
  padding-bottom: 3rem;
}

.recent-projects-carousel .project-image {
  object-fit: cover;
}

.slick-prev, .slick-next,
.slick-prev:focus, .slick-next:focus,
.slick-prev:hover, .slick-next:hover {
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  width: 50px;
}

.slick-slide {
  padding: 0 5px;
}

.slick-prev {
  left: 0px;
  z-index: 1;
}

.slick-next {
  right: 0px;
}

/*********************
FOOTER SECTION
*********************/
.footer {
background: #272222;
padding: 1rem;
font-size: 0.85rem;
}

.footer-left .contact-list {
  margin-left: 1.5em !important;
  margin-bottom: 0px !important;
}

.footer-left .contact-list li {
  padding: 1rem 0 0 0;
}

.footer-right nav ul li {
  padding: 0;
}

.footer-right nav a,
.footer-right nav .active > a {
  color: #fefefe;
  background: none;
  padding: 1rem 0 1rem 1.5rem;
}

.footer-right .copyright {
  text-align: right;
  font-size: 0.75rem;
  color: #ddd;
}

/*********************
HERO SECTION
*********************/
.article-container {
  width: 800px;
  margin: 0 auto;
}

.article-header {
  border-bottom: 2px solid #c0342d;
  margin-bottom: 0.75rem;
}

.page-title {
  text-align: left;
  padding: 0.75rem 0;
}

.entry-content {
  margin-bottom: 0.75rem;
}

/*********************
HERO SECTION
*********************/
.article-container form {
  width: 800px;
}

.article-container label {
  color: #fefefe;
  font-size: 1.2rem;
}

/*********************
DASHBOARD
*********************/
.page-template-template-dashboard .footer,
.page-template-template-dashboard #main-menu {
  display: none;
}

.page-template-template-dashboard {
  background: #ebecec;
}

.dash-top-bar {
  height: 60px !important;
}

.dash-userinfo {
  padding: 0 1rem;
}

.dash-header-container {
  background: #272222;
  padding-left: 1rem;
  min-height: 40px;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.dash-header {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

#menu-dashboard-menu {
  float: right;
}

.dash-menu a {
  color: #fefefe;
  display: inline-block;
  padding: 0 0.25rem 0.5rem 0.25rem !important;
  margin: 0 0.75rem;
}

.dash-menu a:hover {
  border-bottom: 1px solid #c0342d;
}

.dash-menu .active > a {
  font-weight: bold;
  background: none;
}

.dash-menu .menu-item-first .nav-divider {
  display: none;
}

.dash-container {
  color: #1f1f1f;
  margin: 0 auto;
  padding: 50px;
}

@media screen and (min-width: 64em) {
  .dash-container {
    width: 60%;
  }
}


.dash-buttons {
  float: right;
  list-style-type: none;
  margin: 0;
}

.dash-buttons li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.dash-container thead {
  background: #493b3b;
  color: #fefefe;
}

.bids-table td[colspan="5"],
.photos-table td[colspan="5"] {
  text-align: center;
}

.table-scroll table {
  width: 100% !important;
}

.bid-modal-link {
  font-weight: bold;
  color: #c0342d;
  cursor: pointer;
}

.reveal {
  color: #1f1f1f;
}

.reveal-header {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(10,10,10,.25);
}

.reveal-data {
  margin: 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(10,10,10,.25);
}

span.bid-status {
  font-weight: bold;
  display: block;
}

span.bid-comments {
  font-size: 0.8rem;
}

.invoice-table {
  margin: 0;
  margin-bottom: 0.5rem;
}

.invoice-table .cell {
  padding: 0.25rem;
}

.invoice-table-header {
  background: #493b3b;
  color: #fefefe;
  font-weight: bold;
}

.invoice-table-footer {
  background: #d3cccc;
  font-weight: bold;
}

.submitbid-table input {
  margin: 0;
}

.submitbid-table textarea {
  resize: vertical;
}

.submitbid-table tfoot {
  background: #d3cccc;
}

.submitbid-table tfoot tr td {
  text-align: right;
}

#fld_451956_1_trigger {
  font-weight: bold;
  padding: 1rem;
  border: 1px solid #101010;
  margin-bottom: 1.5rem;
}

#photo-history-h3 {
  margin-top: 50px;
}

@media screen and (max-width: 39.9375em) {

.hero-content .title {
  font-size: 2rem;

}

.hero-content .desc {
  font-size: 1rem;
}

.article-container,
.article-container form {
  width: 100%;
  padding: 5px;
}


}

