/*!
Theme Name: Angelo\'s Local Fencing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: angelos-local-fencing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Angelo\'s Local Fencing is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.navigation{
display: flex;
justify-content: flex-end;
align-items: center;
}

.header-nav.pad2{
padding: 14px 0!important;
}

.heading{
position: relative;
}

.heading.testimonial-head{
color: #fff;
}

.project-intro .project-title{
text-transform: capitalize;
}

.text-capitalize{
text-transform: capitalize;
}
.home-contact-form label{
width: 100%;
}
.home-contact-form label input, .home-contact-form label textarea{
margin-bottom: 10px;
}

.home-contact-form label textarea{
resize: none;
height: 150px;
}

.inner-banner.pages{
text-transform: capitalize;
}

.home-services-read a{
font-size: 20px;
margin-bottom: 10px;
border-bottom: 1px solid #444;
}

.section-padding{
padding: 70px 0;
}
.service-item{
margin-bottom: 35px;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
border-radius: 5px;
box-shadow: 0 0 15px rgba(0,0,0,.1);
overflow: hidden;
border: 2px solid rgba(0, 0, 0, 0.5);
}
.service-item-img{
max-height: 280px;
overflow: hidden;
}
.service-item-link{
  padding: 10px 0;
}
.service-item-link a{
  color: #695b5b;
  font-size: 22px;
  font-weight: 300;
}

.contact-page .wpcf7-form p{
display: flex;
}
.contact-page .wpcf7-form p span:first-child{
margin-right: 15px;
}
.contact-page .wpcf7-form p .wpcf7-form-control-wrap.your-message{
width: 100%;
margin-right: 0;
}
.contact-page .wpcf7-form-control-wrap textarea{
resize: none;
height: 200px;
}

.controls{
text-align: center;
}
.controls button{
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 18px;
}
.controls button.mixitup-control-active{
  color: #3181b4;
  margin-bottom: 10px;
  border-bottom: 2px solid #3181b4;
}
.controls button:not(:last-child){
  margin-right: 20px;
}

#targets .home-gallery-item{
padding: 15px;
position: relative;
overflow: hidden;
}

#targets .home-gallery-item img{
transition: .3s;
}

#targets .home-gallery-item:hover img{
  transform: scale(1.1);
}
#targets .home-gallery-item .project-img{
position: relative;
}
#targets .home-gallery-item .project-img::after{
  position: absolute;
content: '';
width: 80%;
height: 80%;
background-color: rgba(0, 0, 0, 0.7);
top: 10%;
left: 10%;
transform: scale(0);
transition: .5s;
}
#targets .home-gallery-item:hover .project-img::after{
transform: scale(1);
}
#targets .home-gallery-item .project-title{
transition: .3s;
transform: scale(1, 0);
}
#targets .home-gallery-item:hover .project-title{
transform: scale(1, 1);
}
#targets .project-intro{
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.row .services-box-2 .content{
padding-top: 12px;
}
.widget ul{
padding: 0;
}
.widget ul li{
padding: 6px 0;
text-transform: capitalize;
}
