.wrapper{
  max-width: 1280px;
  margin: 0 auto;
}

body,
p{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
p{
  margin-bottom: 20px;
}
h2{
  font-size: 40px;
  margin: 40px 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
  color: #353535;
}
h2 span{
  background-color: #fff100;
  display: inline-block;
  padding: 14px;
  font-size: 60px;
}
nav{
  -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  /* background-color: rgba(0,0,0,0.8); */
  width: 100%;
  z-index: 9;
}
nav.dark{
  background-color: rgba(0,0,0,0.8);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-bottom: 2px solid rgb(255, 242, 0);
}
nav.dark a{
  padding:14px 20px;
}
nav a{
  padding: 30px 20px;
  color:#fff;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
}
nav ul.menu{
  list-style: none;
}
nav ul.menu li{
  display: inline-flex;
}
nav ul.menu li a:hover{
  background-color: #ffee00;
  color:#000;
}
.slider img{
  position: relative;
}
.slider-text{
  text-align: center;
  position: absolute;
  top:0;
  z-index: 3;
  font-size: 51px;
  color: #fff;
}
.slider-text a{
  text-decoration: none;
}
.slider-text h1{
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  color:#fff;
  text-decoration: none;
}
.slider-text h3{
  color:#ffee00;
  line-height: 45px;
  font-weight: 400;
  width: auto;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-size: 45px;
}
.slider,
.slider  li{
  outline: none;
}
.lead{
  /* background-image: url('/wp-content/themes/homelineplus/shattered.jpg'); */
  background-color: #353535;
  padding: 40px 0;
  padding: 10px 0;
  /* border-top: 1px solid #868686; */
}
.lead ul{
  list-style: none;
}
.lead ul li{
  width: 33.3333%;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.lead ul li span{
  font-size: 32px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 10px 0px;
  font-weight: 600;
  color: #fff000;
}
.lead img{
  border: 1px solid rgba(255,255,255,0.2);
}
.lead ul li a{
  text-transform: uppercase;
  color: gainsboro;
  border-right: 1px solid #848484;
  margin-right: 8px;
  padding-right: 8px;
}
.lead h2{
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.lead h2:after{
  content: "";
  position: relative;
  width: 80px;
  height: 4px;
  background-color: #fff100;
  display: block;
  left: calc(50% - 40px);
  margin-top: 20px;
}
.lead  p{
  color: white;
  padding: 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
.row{
  padding: 40px 0;
}
.row.gray{
  background-color: #353535;
  color:#fff;
}
.row.gray h2{
  color:#fff;
}
.row.gray h2 span{
  color:#353535;
}
.gallery-wrapper{
  padding: 0;
}
.gallery-wrapper h2{
  background-color: #252525;
  margin: 0;
  padding: 20px;
  color: white;
}
.gallery-wrapper ul{
  padding: 0;
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
}
.portfolio li{
  width: calc(25% - 20px);
  margin: 10px;
  height: auto;
  float: left;
  border: 1px solid #353535;
  box-sizing: border-box;
}
a.button{
  display: inline-block;
  color: #353535;
  border-radius: 4px;
  font-weight: 400;
  padding: 20px 40px;
  border: 1px solid #353535;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
}
a.button:hover{
  background-color: #353535;
  color:#fff;
}
footer{
  background-color: #272727;
  color:#fff;
  padding: 40px 0;
  border-top: 4px solid #fff400;
}
.page-lead{
  padding-top: 170px;
  text-align: center;
  background-image: url(/wp-content/uploads/2019/02/lead-kitchen.jpg);
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
  font-size: 40px;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #ffee00;
  /* margin-bottom: 30px; */
}
.page-lead h1{
  text-transform: uppercase;
}
.gallery-grid li{
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
ul.filter{
  text-align: center;
  margin: 30px 0;
}
ul.filter li{
  display: inline-block;
}
ul.filter li a{
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid #ffef00;
  padding: 0 20px;
}
ul.filter li:last-child a{
  border-right: none;
}
.main-text p,
.main-text h2{
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.row.filiter-wrap{
  background-color: #353535;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffef00;
}
footer .contact li{
  margin: 10px 0;
  border-bottom: 1px dashed #4e4c4c;
  padding: 10px 0;
}
footer .contact li a{
  color:#fff400;
  color:#fff;
  text-decoration: none;
}
footer strong{
  font-weight: 600;
  float: left;
  width: 140px;
  color: grey;
  text-transform: uppercase;
}
footer .map{
  border:2px solid #d6d6d6;
}
.copyright{
  background-color: #212121;
  padding: 14px 0;
  text-align: center;
  border-top: 1px solid #585757;
  color:#fff;
  font-size: 12px;
}
.copyright a{
  text-decoration: none;
  color:#ffef00;
}
footer h2{
  font-size: 40px;
  margin: 40px 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
  color: #e8e8e8;
  margin-bottom: 20px;
  border-left: 4px solid #fff600;
  padding-left: 10px;
}


.filters{
  background-color: #353535;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}
body .menu--default .menu__list li.menu__item .menu__link{
    padding:0 20px;
}
body .menu__item a,
body .modula .filters.menu--default a,
body .modula .filters a{
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid #ffef00;
  padding: 0 20px;
}
.menu__item.menu__item--current a,
body .modula .filters a:hover{
  border-bottom: none !important;
  color: #ffef00 !important;
}
.main-content{
  padding: 20px 0;
}
