@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat');


body{
  font-family: 'Lato', sans-serif;
  padding-top: 105px;
  letter-spacing: 0.4px;
  color: #000;
}

.like-h1{
  font-size: 45px;
  line-height: 43px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

h1 {
font-size: 60px;
}

h2{
  font-size: 45px;
      line-height: 64px;
  margin-bottom:30px;
  margin-top: 0px;
}

h3{
  margin-bottom: 35px;
  font-size: 25px;
}

p{
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 30px;
}

a{
color: #e84d21;
}

ul li {
  font-size: 16px;
  line-height: 30px;
}

#header{
  height: 105px;
  width:100%;
  position: fixed;
  z-index: 121;
  top: 0;
  left: 0;
  background: #dadada;
}

#header .container, #header .row{
  height: 100%;
  position: relative;
}

#logo{
  max-width:160px;
}

/* #logo img{
  height: 100%;
  width: auto;
} */

#mainmenu{
  position:absolute;
  bottom:0;
  right: 0;
  height: 52px;
}

.navbar-nav{
  padding-top:30px;
  padding-bottom:0;
}

.navbar-header{
  height:105px;
}

.navbar-collapse{
  background:#dadada;
}

div.main-section {
    padding-bottom: 0px;
}

.menu-container{
  height: 100%;
}

.navbar-nav{
padding-bottom: 30px;
}

.navbar-nav li a{
  color: #000;
  font-size: 18px;
  line-height: 11px;
  text-transform: lowercase;
}

.navbar-nav li a:hover, .navbar-nav li.active a{
  color: #cb4d2b;
}

.navbar-nav li a:hover{
  background:none;
}

.navbar-toggle {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.navbar-toggle .icon-bar{
  background: #000;
}

#cta-bar{
  position: absolute;
  top:0;
  right:0;
  height: 52px;
}

#cta-bar{
  padding-top: 6px;

  color: #797d80;
  font-size: 17px;
  line-height:35px;
}

#cta-bar a{
  color: #FFF;
}

.bg-image-container {
  width:100%;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  padding: 20px 0;
}

.bg-image-container p {
color: #fff;
line-height: 30px;
text-shadow: 1px 1px 1px #000;
font-size: 19px;
}

.bg-image-container h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.header-image-container{
  width:100%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  padding: 20px 0;
}

.header-image-container h1 {
color: #fff;
font-size: 40px;
text-shadow: 1px 1px 1px #000;
}

.btn, input[type="submit"]{
  height: 54px;
  padding: 16px 20px;
  font-size: 19px;
  color: #fff;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  border: 0;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.btn:hover{
  background-color: #cb4d2b;
  border-color: #cb4d2b;
  color: #fff;
}

.center-button{
  width:100%;
  text-align: center;
}

.btn.left{
  float: left;
}

.btn.right{
  float:right;
}

article.block{
  box-sizing: border-box;
  display: block;
  width:100%;
  margin: 60px 0px 20px;
  padding: 0 40px 20px;
  border-radius: 5px;
  position: relative;
}

article.block.fixed-true{
  height: 330px;
}

.icon-holder{
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-bottom: 30px;
}

.icon-holder .icon-container{
  height: 90px;
  width: 90px;
  margin-top:-45px;
  display: inline-block;
  font-size:32px;
  background-color: #FFF;
  border-radius: 50%;
  color: #a5d15f;
  line-height: 90px;
}

article.block span{
  width:100%;
  display: block;
  margin-bottom: 15px;
}

article.block h2, article.block h2 p{
  margin: 10px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
}

article.block .btn{
  background-color: #3a3d41;
}

article.block.fixed-true .btn{
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.red, article.block.red .btn:hover {
  background-color: #e84d21;
}

.orange, article.block.orange .btn:hover{
  background-color: #e5b535;
}

.bg-red {
  background: #e84d21;
  padding-top: 20px;
}

.bg-red p {
color: #000;
font-size: 19px;
}

.bg-red h2 {
font-size: 30px;
color: #000;
}

.bg-yellow {
  background: #fdc702;
  color: #FFF;
  padding: 20px 0;
}

.bg-yellow p {
  color: #000;
  font-size: 20px;
}

.footer-black p {
color: #fff;
}

.footer-black {
  background: #000;
  color: #FFF;
  padding: 20px 0;
}

.footer-black a {
color: #e84d21;
}

.main-section, .default-section{
  padding: 20px 0;
}

/* Form */

select, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], textarea {
  display: block;
  width: 100%;
  height: 47px;
  padding: 12px 20px;
     margin: 8px 0;
  box-sizing: border-box;
  -webkit-appearance: field;
  -moz-appearance: field;
  appearance: field;
  background-color: #fff;
  outline: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="number"]:focus{
  background-color: #FFF;
}

textarea{
  resize:vertical;
    width: 100%;
height: 150px;
}

label{
  margin-top: 20px;
}

input[type="submit"]{
  background-color: #d80000;
  float: right;
  margin-top: 30px;
}

/* Slider */

.slider-section-slider, .slider-section-slider .slider-slide {
  height: 550px;
  position:relative;
  width:100%;
  background-position: center 80%;
  background-size: cover;
}

.slider-section-slider .slider-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 120;
}

.slider-content h1 {
font-size: 70px;
color: #fff;
text-shadow: 1px 1px 1px #000;
}

/* Project excerpts */

.plate--element__project_excerpt .project h3 {
  text-transform: none;
  font-weight: 700;
  color: #e84910;
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.post-meta-data {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  letter-spacing: 0px;
}


.plate--element__project_excerpt .more-posts li {
  padding: 20px;
  background-color: rgba(84,175,106,1);
  margin-bottom: 20px;
  border-radius: 5px;
  border: solid thin #d4d4d4;
  font-size: 15px;
}

.plate--element__project_excerpt .more-posts h4{
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.plate--element__project_excerpt .more-posts h4 a:hover,
.plate--element__project_excerpt .more-posts h4 a:active{
  color:rgba(84,175,106,1);

}

.plate--element__project_excerpt .more-posts .meta-readon{
  margin-top:20px;
}

/* Post header image */

.post-header-image {
  margin-bottom: 50px !important;
}

.post-header-image, .post-header-image .slide1 {
  min-height: 400px;
  background-size: cover;
  background-position: center 30%;
}

.post-header-image .slide1{
  background-size: cover;
  background-position: center 30%;
  min-height: 600px;
  display: block;
  padding: 20px 0;
}

.post-header-image h1 {
  color: #fff;
font-size: 40px;
text-shadow: 1px 1px 1px #000;
margin-top: 40px;
}

h2.project-title {
font-size: 30px;
}

.project .project .project-title {
  font-weight: 700;
  color: rgba(84,175,106,1);
  font-size: 30px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.project .post-content .content-section{
  padding-top:0;
  padding-bottom:0;
  margin-left:-15px;
  margin-right:-15px;
}

a.bttn.bttn-red {
color: #e84d21;
}

@media (max-width:767px){
  .slider-content h1 {
  font-size: 40px;
  text-shadow: 1px 1px 1px #000;
  }

  .header-image-container h1 {
      font-size: 25px;
  }

  #mainmenu .navbar-nav{
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    background: #dadada;
    padding: 5px 10px;
  }

    #mainmenu .navbar-nav li{
      margin: 20px 7px;
    }

  #mainmenu .navbar-nav li a{
    font-size: 16px;
  }
}
