/*
 Theme Name:   Layers Child - Layers Construction Theme
 Description:  Layers Child Theme Construction: http://www.wpexchange.com
 Author:       Wpexchange
 Template:     layerswp
 Version:      1.0.0
 License:      GPL 2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

**Color reference, for consistency**
link color: #3D454C
border color: #CCC
light blue: #009DF3

Replace the following with your own CSS or build from the examples. */

/*-------------------------------------------------------------------------------------------*/
/* Google Font
/*-------------------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

/*-------------------------------------------------------------------------------------------*/
/* General Style
/*-------------------------------------------------------------------------------------------*/

body {
  background-color: #333333;
}

/*-------------------------------------------------------------------------------------------*/
/* Header Style
/*-------------------------------------------------------------------------------------------*/
.social-icons a {
	  display: block;
	  line-height: 22px;
	  height: 24px;
	  margin: 0;
	  float: left;
    position: relative;
}

.social-icons a:hover {
    color:#ffba00;
}

.social-icons a i {
  margin: 0 15px;
}

.social-icons a::after {
  background-color: #444343;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
}

.header-secondary {
	background: #333;
}

.header-top p span {
  margin-right: 20px;
}

.header-top p span i {
  font-size: 13px;
  color: #ffba00;
  margin-right: 10px;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: 'Montserrat', sans-serif !important;
}

.home .section-title.large .heading {
  color: #ffffff;
  font-size: 3.5em;
  line-height: 1.25;
  font-family: Lato, "Helvetica Neue", Helvetica, sans-serif  !important;
  font-weight: 300;
  text-transform: uppercase;
}

.section-title.large .heading {
  font-size: 3.5em;
  line-height: 1.25;
  font-family: Lato, "Helvetica Neue", Helvetica, sans-serif  !important;
  font-weight: 300;
  text-transform: uppercase;
}

.section-title .button {
  margin-top: 31px;
}

.section-title .excerpt {
  font-size: 17px;
}

.slide .excerpt {
  color: #ffffff;
}

.swiper-wrapper .btn-large {
  background: transparent !important;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 40px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.swiper-wrapper .btn-large:hover {
  background-color: #ffba00 !important;
}

.nav-horizontal li a {
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #444444;
  padding: 6px 0 6px 16px;
  border: none;
  text-transform: uppercase;
}

.site-description .sitename { 
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
}

.tagline {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-site.header-sticky {
  background-color: #FDFDFD !important;
}

.nav li:hover > .sub-menu {
  top: 62px !important;
}

/*-------------------------------------------------------------------------------------------*/
/* Section Title
/*-------------------------------------------------------------------------------------------*/

.head-title .section-title h3.heading {
  text-align: center;
  text-transform: uppercase;
}

.head-title .section-title h3.heading:after {
  display: block;
  content: "";
  background: #F4BC16;
  width: 40px;
  height: 2px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: -1px;
}

.head-title .excerpt {
  color: #444444;
  margin-bottom: 34px;
  font-size: 17px;
}

.section-title .heading {
  text-transform: uppercase;
}

.section-heading h3.heading {
  text-transform: uppercase;
  max-width: 463px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.section-title .heading:after {
  display: block;
  content: "";
  background: #F4BC16;
  width: 40px;
  height: 2px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.section-title .heading + .excerpt {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.footer-site {
  background-color: #000000;
  padding-bottom: 0;
}

.footer-site .section-nav-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}


.footer-site h5 {
  margin: 0 0 -1px 0;
  padding-top: 19px;
  padding-bottom: 0;
}

.footer-site h5::after {
  width: 30px;
  height: 1px;
  display: block;
  background-color: #F4BC16;
  margin-bottom: 40px;
  margin-top: 20px;
  content: " "
}

.footer-bottom {
  border-top: 1px solid #282828;
  padding: 1.3em 0 1em 0;
  margin-top: 1em;
  background-color: #222222;
}

.footer-site .textwidget {
  font-size: 13px;
  line-height: 24px;
  color: #757575;
}

.footer-site a {
  font-size: 13px;
  line-height: 24px;
  color: #757575;
}

.footer-site .post-date {
  color: #FFFCFC;
  text-transform: uppercase;
}

#footer .widget li {
    border-bottom: 1px solid #282828;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color:#ffffff;
}

#footer .widget li:last-child {
  border-bottom: 1px solid #282828;
}

.copyright .nav-horizontal li {
  margin: 0;
}

.copyright .nav-horizontal li::after {
  background-color: #303030;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
}

.copyright .nav-horizontal li a {
  padding: 0 10px;
  text-transform: uppercase;
}

.copyright p.site-text {
  color: #454545;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}


.tagcloud a {
  display: block;
  float: left;
  border: 1px solid #282828;
  color: #757575;
  line-height: 8px;
  letter-spacing: 1px;
  font-size: 11px !important;
  font-weight: 500;
  padding: 10px 10px;
  text-align: left;
  text-transform: uppercase;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.tagcloud a:hover {
  background-color: #FDCA4C;
  color:#ffffff;
}

.copyright .nav-horizontal li:last-child after {
  display: none;
}

.triangle {
  width: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  margin: 0 auto;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 16px solid #ffffff;
}

.section-callout {
  padding: 3em 0;
  position: relative;
  background-color: #fdca4c;
  background-image: url('images/noisy-grid.png');
}

.section-callout h1 {
  color: #ffffff;
  font-size: 29px;
  font-weight: 100;
  margin-top: 12px;
}

.section-callout .btn {
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 20px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
    transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.section-callout .btn:hover {
  background-color: #000000;
  border: 2px solid #000000;
}

.section-callout .column {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-callout .column h2 {
  margin-top: 5px;
  color:#ffffff;
  text-align: center;
}


.content-hero {
  background-repeat: no-repeat !important; 
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 8em 0;
  text-align: center;
  min-width: 600px;
}


.content-hero  h3 {
  color: #ffffff !important;
  font-family: Lato, "Helvetica Neue", Helvetica, sans-serif  !important;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-align: center;
}

.content-hero  h3::after {
  display: none  !important;
}


.content-hero .btn {
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 20px;
  background-color: #FDCA4E;
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.content-hero .btn:hover {
  border: 2px solid #ffffff;
  background-color:transparent;
}


.content-hero .excerpt {
  text-align: center;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}

.content-hero .section-title {
    margin-bottom: 0;
}

.building-class {
  background-color: #f5f5f5;
  background-image: url('images/concrete-wall.png');
  background-repeat: repeat  !important;
  border-bottom: 4px solid #ECECEC;
}

.content-vertical-massive {
  padding-bottom: 6%;
}

/* ------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-section .section-title {
  text-align: center;
}

.team-section .excerpt {
  text-align: center;
  margin: 0 auto;
}

.team-expand .span-12 {
  text-align: center;
}
.team-expand .span-12 h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.team-expand p.position {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  margin-bottom: 1em;
}

.team-expand p {
    font-size: 14px;
}

/* ------------------------------------------------------------------
Team Icons
------------------------------------------------------------------- */

.team-icon { margin-top: 1em; padding-left: 0; }

.team-icon a {
  font-size: 17px;
  margin-right: 7px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ddd;
  border: #ddd 1px solid;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.team-icon a:hover {
  background-color:#FDCA4E;
  color:#ffffff;
}

/* ------------------------------------------------------------------
Team Icons
------------------------------------------------------------------- */

.testimonial-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-section img {
  display: block;
  margin: 0 auto 2em auto;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
}


.testimonial-section .column {
  margin-right: 0;
  margin: auto;
  min-width: 300px;
  float: none;
}

.testimonial-section  p.testimonial-text {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-style: italic;
  text-align: center;
  margin-bottom: 0.1em;
}

.testimonial-section  h4.heading {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  margin-top: 1.5em;
  margin-bottom: 7px;
  text-align: center;
}

.testimonial-section  p.position {
  color: #333230;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

/* ------------------------------------------------------------------
Blog
------------------------------------------------------------------- */


.blog-section {
  border-bottom: 4px solid #ECECEC;
}

.blog-section h3.heading {
  text-transform: uppercase;
  text-align: center;
  max-width: 463px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.blog-section .excerpt {
  margin: 0 auto;
  text-align: center;
}

.blog-section .thumbnail-body {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 #C2C2C2;
  box-shadow: 0 1px 2px 0 #C2C2C2;
}

.blog-section .thumbnail-body .excerpt {
   text-align: left; 
}

.blog-section .button {
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 20px;
  background-color: #FDCA4E;
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.has-post-thumbnail .section-title .heading {
  color: #444444;
}

.has-post-thumbnail .section-title .heading:after {
  margin-left: 0;
  margin-right: 0; 
}

.well {
  background-repeat: repeat;
  background-position: center;
  background-image: url('images/concrete-wall.png');
  -webkit-box-shadow: 0 1px 2px 0 #C2C2C2;
  box-shadow: 0 1px 2px 0 #C2C2C2;
  border-radius: 4px;
}

/* ------------------------------------------------------------------
Submit button
------------------------------------------------------------------- */

.form-submit input[type="submit"], .sidebar .search-submit, input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"], .invert input[type="button"], .invert input[type="submit"], .invert button, .invert .button, .invert .form-submit input[type="submit"] {
  background-color: #FDCA4E;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;  
}

.form-submit input[type="submit"]:hover ,.sidebar .search-submit:hover, input[type="button"]:hover,  input[type="submit"]:hover, .form-submit input[type="submit"] {
  background-color: #4d4d4d;
}


.form-submit .submit {
  background-color: #FDCA4E !important;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 9px 20px !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.form-submit .submit:hover {
  background-color: #4d4d4d !important; 
}

/* ------------------------------------------------------------------
Client
------------------------------------------------------------------- */

.client-section {
  padding: 3% 0 2% 0;
}


.client-section h3.heading {
  text-transform: uppercase;
  text-align: center;
  max-width: 463px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.client-section .client-item {
  padding-bottom: 0;
  margin-bottom: 0;
}

.client-section .client-item .column {
  padding-bottom: 0;
  margin-bottom: 0;
}


/* ------------------------------------------------------------------
Gallery 
------------------------------------------------------------------- */

.portfolio-section {
  padding: 6em 0 0 0;
}


.portfolio-section .filter-control {
  text-align: center;
  margin-bottom: 2em;
}

.portfolio-section .filter-control ul {
  list-style: none;
}

.portfolio-section .filter-control li {
  display: inline-block;
  margin-right: 0.3em;
}

.portfolio-section .filter-control li a  {
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  padding: 0.7em 1.6em;
  border-radius: 2px;
  border: 2px solid #ccc;
  text-transform: uppercase;
  color: #A8A8A8;
  transition: background-color 0.5s ease;
  clear: both;
  display: table;
  content: "";
  margin-bottom: 0.5em;
}

.portfolio-section .filter-control li a:hover  {
  background-color: #a69443;
  color: #fff;
  text-decoration: none;
}

.portfolio-items {
  line-height: 0;
}

.portfolio-section .items {
  margin:0;
  padding:0;
  list-style:none;
  position: relative;
  background-color: #252e30;
  overflow: hidden;
  cursor: pointer;
  display:-moz-inline-box;
  display:inline-block;
  word-spacing:0;
}

.project-item {
  background-color: #000;
}

.portfolio-section .project-item img {
  max-width: 100%;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    transition: all .2s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}


.portfolio-section .project-item:hover img {
  opacity: 0.3;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); 
}

.portfolio-section .span-3 {
  margin-bottom: 0;
  margin-right: 0;
  overflow: hidden;
}

.portfolio-section .span-3 h5 {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 1em;
  margin: 1em 0;
  text-align: center;
}

.portfolio-section .span-3 h5 span {
  font-family: 'Lato', sans-serif;
  color: #dcdcdc;
  font-size: 1em;
  font-weight: lighter;
  display: block;
  margin-top: 0.5em;
}

.portfolio-section .item .image_title {
  position: absolute;
  display: table;
  top: 45%;
  left: 0;
  width: 100%;
}

.portfolio-section .item .image_title h5 {
  color:#fff;
  font-size: 1.5em;
  margin-top: 0;
  opacity: 0;
 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    transition: all .2s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.portfolio-section .project-item:hover .overlay {
  opacity: 1;
}

.gallery {
    padding-top: 0 !important;
}

.portfolioContainer {
  margin: 0;
  padding: 0;
}



.project-item a {
  margin: 0;
  padding: 0;
}

.project-item .overlay {
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  text-align: center;
  width: 100%;
  opacity: 0;
}

.project-item .overlay h5 {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.project-item .overlay span {
  font-size: 12px;
  font-weight: 400;
  color: #a69443;
  text-align: center;
  box-sizing: border-box;
  padding-right: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.portfolio-section .project-item:hover figcaption {
  opacity: 1;
}
 
.portfolio-section .project-item:hover figcaption h5 {
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.portfolio-section .project-item:hover figcaption span {
  opacity: 1;
}


.overlay-inner h3 {
  margin-bottom: 2em;
  color: #ffffff;
}

.project-item  .btn {
    border: 2px solid #fff;
    border-radius: 3px;
    color:#ffffff;
    padding: 9px 20px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 769px) {
  .portfolio-section .span-3 {
    width: 25%;
  }
}


@media only screen and (max-width: 768px) and (min-width: 481px) {
  .portfolio-section .span-3 {
    width: 50%;
  }
}

@media only screen  and (min-device-width : 320px) and (max-device-width : 568px) { 
  .portfolio-section .span-3 {
    width: 100%;
  }

  .column.span-3.gallery-item {
    width: 100%;
  }

  .client-expand-container img {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
Sub Page Style
------------------------------------------------------------------- */

.subheader-section {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eaeaea;
  padding: 0;
}

.subheader-section header {
  margin-top: 37px;
}

.subheader-section h3.heading {
  color:#ffffff;
  font-size: 21px;
}

.subheader-section p.heading {
  color:#ffffff;
}

.subheader-section .heading:after {
  margin-top: 6px;
}

.subheader-section .excerpt {
  margin-top: 1em;
  margin-bottom: 0;
}


/* ------------------------------------------------------------------
Contact Form 7
------------------------------------------------------------------- */

.wpcf7-form p {
   margin-top: 0 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
}

.wpcf7-submit {
  font-weight: normal!important;
  font-size: 1em;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 20px !important;
  background-color: #FDCA4E !important;
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.wpcf7-text {
  padding: 11px 19px !important;
  border-radius: 3px;
  display: block;
  height: auto !important;
}

.wpcf7-textarea {
  padding: 11px 19px !important;
  border-radius: 3px;
  display: block;
}


.wpcf7-submit:hover {
    background-color: #4d4d4d  !important;
}

/* ------------------------------------------------------------------
Button Styles color
------------------------------------------------------------------- */

input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"], .invert input[type="button"], .invert input[type="submit"], .invert button, .invert .button, .invert .form-submit input[type="submit"] {
  background-color: #FDCA4E !important;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
}

/* ------------------------------------------------------------------
Google map
------------------------------------------------------------------- */
.layers-map {
 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
  position: fixed;
  background: #333;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffba00;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
     -moz-animation: load 0.8s infinite linear;
       ms-animation: load 0.8s infinite linear;
        o-animation: load 0.8s infinite linear;
          animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}