/*
Theme Name: Builtup Child
Template:   builtup
Theme URI: https://themeforest.net/user/awaiken
Description: Builtup Child Theme
Author: Awaiken
Author URI: https://awaiken.com/
Version: 1.1.3
Text Domain: builtup-child
*/
#header .elementor-button-link {
    overflow: visible!important;
}
#header .elementor-button-link::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: auto;
  height: auto;
  bottom: 5px;
  right: 5px;
  border: 1px solid #FFF;
  content: "";
}

#header .elementor-button-link:hover::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.btn-default::after, .elementor-widget-button .elementor-button::after, .ekit-wid-con .elementskit-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 106%;
    background: #000;
    border-radius: 0;
    transition: 0.4s ease-in-out;
    z-index: -1;
  }
  h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1em;
  }
  select {
    width: 100%;
  }
  label {
    width: 100%;
  }
  .page-header {
    margin: 0;
      margin-top: 0px;
    border-radius: 0;
    margin-top: -120px;
    padding: 300px 0 200px;
  }
  .page-header::before {
      background-color: rgba(0,0,0,.5);
  }
  aside.widget {
    border-radius: 0;
  }
  .blog-item {
    border-radius: 0;
}
.post-featured-image {
    border-radius: 0;
    overflow: hidden;
  }

  .works-image, .works-item .works-image a::before {
    border-radius: 0!important;
  }
  
  .elementor-widget-image a, .elementor-widget-image a img {
  position: relative;
}
.elementor-widget-image a::after{
  position: absolute;
  content: "";
  background-image: url(cta-hover.png);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.elementor-widget-image a:hover::after{
  visibility: visible;
    
}

.works-content .readmore-btn:after, .post-item-body .readmore-btn:after  {
    background-image: url("assets/images/readmore-arrow.svg");
}

.service-sidebar svg path {
	stroke: #229427;
	
}
