/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
body, html {
  overflow-x: hidden; }


h3 {
  text-align: center;
  font-weight: bold;
}

img {
  max-width: 100%;
  max-height: 100%; }

address {
  margin-bottom: 0; }

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

/* CSS Document */
/*
Theme Name: Gramenor_SCS001.
Theme URI: Your Theme's URI
Description: This is a theme specifically created for Plas Consulting Engineers. Licensed for the site at www.gramenor.com and no other.
Version: 1.0
Author: Dan McLoughlin - Gramenor
Author URI: www.gramenor.com
Copyright (c) Gramenor Ltd - All Rights Reserved.
*/
/* - Universal Settings -----------*/
/*-- Main Menu ------------------------------*/
/* - Featured Image ---------------*/
.p_slider {
  background-image: url("../images/slider_1.jpg"); }

/* - Featured Image Overlay --------*/
.overlay {
  height: 480px;
  color: #f0f0f5;
  font-weight: bold; }

/* - Feature Triplet ---------------*/
.triplet h3 {
  margin: 0;
  color: #fff; }

.t_text {
  color: dimgray;
  font-weight: bold;
  background-color: lightgray; }

.t_text p {
  padding: 20px 0px 20px 0px; }

/*-- Triplet borders and padding
-- need to be different based on position
--*/
#t_mid {
  border-left: solid 2px #fff; }

#t_right {
  border-left: solid 2px #fff; }

#i_mid {
  border-left: solid 2px #fff; }

#i_right {
  border-left: solid 2px #fff; }

/*-- About Us ---------------------------------*/
/*-- Footer ---------------------------------*/
.footer,
.sub-footer {
  margin: auto;
  color: white;
  font-size: 0.8em;
  background-color: dimgray; }

.sub-footer {
  background-color: #293e7d; }

#copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  color: lightslategray; }

/*--------------- NEW MASONRY LAYOUT ---------------- */
.blog_wrap {
  background: lightsteelblue;
  background-image: none; }

/*---------------------- PORTFOLIO ----------------------------*/
.cta {
  background: #B0C4DE; }

#overlay_text {
  font-weight: 600; }

.navbar-brand {
  max-height: 100%;
  padding-left: 140px;
  max-width: 115px;
  box-sizing: content-box;
  display: inline-block; }
  .navbar-brand:before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle; }
  .navbar-brand img {
    display: inline-block;
    vertical-align: middle;
    width: 95%; }

.navbar-nav {
  margin-top: 65px;
  font-size: 17px; }

.navbar-header:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.navbar {
  border: none; }

.overlay {
  margin-bottom: 0; }
  .overlay:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px; }

#overlay_text {
  vertical-align: middle;
  display: inline-block; }

.t_text {
  color: #696969;
  height: 152px;
  display: table;
  margin-bottom: 0;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  padding: 0 2%;
  width: 100%; }
  .t_text p {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out; }
  .t_text ul {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.6;
    display: table-cell;
    vertical-align: middle; }

.t_head {
  background-color: #4d56ad;
  padding: 11px 0;
  display: block;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }

.triplet {
  margin-bottom: 0;
  cursor: pointer; }
  .triplet:hover .t_head {
    background: #293e7d;
    -webkit-transition: none;
    transition: none; }

.cta__text {
  padding: 64px 40px;
  color: #293e7d;
  margin: 0;
  line-height: 1.5;
  font-weight: bold; }

h5 {
  font-weight: bold; }

.thumbnail {
  border: none; }

.footer__link {
  color: #f5f5f5;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }
  .footer__link:hover {
    color: darkgray;
    -webkit-transition: color 0s;
    transition: color 0s; }

.footer_col {
  padding: 15px; }

/* ------------------------------ detail pages ----------------------------------- */
.detail_head {
  background-color: #b0c4de;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.page_content {
  background-color: ghostwhite;
}
.title_block {
  color: dimgray;
}
.detail_row {
  background-color: ghostwhite;
  padding-left: 30px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 5px;
}
.detail_row p {
  color: #293e7d;
  font-size: 1.2em;
  padding-top: 5px;
}
.first_line {
  padding-top: 10px !important;
}
.page_content.row:first-child {
  background-color: red;
}
.text_block p {
  margin-bottom: 2em;  
}

/* ----------------------- clients section ------------------- */
.clients {
  /*** Background URL placeholder ***/
  background: #696969 url("/images/about_us.jpg");
  background-size: cover;
  color: #ffffff;
  padding-bottom: 6px;
  position: relative; }
  .clients ul {
    padding: 16px 17px;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    z-index: 1; }
  .clients a {
    color: #ffffff; }
  .clients h3 {
    padding: 6px 17px;
    line-height: 1.4;
    position: relative;
    z-index: 1; }

.title-block {
  background: #4D56AD;
  color: #ffffff; }
  .title-block__title {
    margin: 39px 15px;
    font-size: 24px;
    line-height: 1.4; }

.about-us {
  overflow: hidden; }
  .about-us__desc {
    background: #DCDCDC;
    padding: 40px 25px;
    color: #343a79;
    line-height: 1.5; }
    .about-us__desc p {
      margin-bottom: 14px; }
  .about-us__input-group {
    margin-bottom: 22px;
    padding-right: 15px; }
  .about-us textarea {
    height: 140px; }
  .about-us h4 {
    margin-top: 0px; }

.title-block {
  padding-bottom: 2000px;
  margin-bottom: -2000px; }

.completions {
  /*** Background URL placeholder ***/
  background: #696969 url("/images/contact_us.jpg");
  background-size: cover;
  color: #ffffff;
  padding-bottom: 6px;
  position: relative; }
  .completions ul, .completions p {
    padding: 16px 17px;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    z-index: 1; }
  .completions a {
    color: #ffffff; }
  .completions h3, .completions h4 {
    padding: 6px 17px;
    line-height: 1.4;
    position: relative;
    z-index: 1; }
   
.pla_exp {
  text-align: center !important;
  color: #293e7d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pla_exp_head {
  font-size: 1.4em;
}

.address-info {
  padding: 0 25px; }

@media screen and (max-width: 1279px) {
  .t_text {
    height: 130px; } }

@media screen and (max-width: 991px) {
  .cta__text {
    padding: 30px 2%; }
  .navbar {
    min-height: 80px; }
    .navbar-brand {
      padding: 0 50px;
      height: 80px; }
    .navbar-header {
      max-width: 40%; }
    .navbar-nav {
      margin-top: 35px; }
  .t_text {
    height: 190px; }
  .address-info {
    padding: 15px 0 0px; } }

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin-top: 0; }
  .navbar-toggle {
    margin: 20px 0px 20px 0; }
  .navbar__link {
    margin-left: 5%; }
  .navbar-header {
    max-width: 100%; }
  .navbar-collapse.pull-right {
    float: none !important; }
  #overlay_text {
    padding: 0 10px; }
  h3 {
    text-align: center; }
  .clients {
    text-align: center; }
  .about-us {
    display: block; }
  .title-block__title {
    text-align: center; }
    .title-block__title br {
      display: none; }
  .completions h3 br {
    display: none; }
  .about-us__input-group {
    width: 70%; }
    .about-us__input-group_textarea {
      width: 100%; } }

@media screen and (max-width: 479px) {
  .thumbnail img {
    width: 100%; }
  .footer_col {
    padding: 15px 0px; }
  .navbar {
    min-height: 80px; } }

@media screen and (max-width: 400px) {
  .footer_col {
    width: 100%;
    text-align: center; }
  .about-us__input-group {
    width: 100%;
    padding-right: 0; }
  .contact-form button {
    float: left !important; }
  .address-info__info {
    width: 100%; } }
