/*
Theme Name: Spark Construction Lite Child
Theme URI: https://offshorethemes.com/wordpress-themes/spark-construction-lite/
Template: spark-construction-lite
Author: offshorethemes
Author URI: https://offshorethemes.com/
Description: Spark Construction Lite is a Multipurpose WordPress Theme which is designed and developed targetting agencies and companies which deal with construction, renovation, architecture design, engineering etc. It has beautiful, elegant and attractive design and meets the need to build constuction and related field's websites. It is based on customizer from where you can easily customize your site. It has reponsive design, cross browser compatible, and is developed with respect to WordPress Standards. It is compatible with plugin Contact Form 7 , is translation ready and SEO friendly. Although the theme targets construction houses, it can be used for corporate and business websites.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,blog,two-columns,footer-widgets,custom-header,custom-colors,left-sidebar,right-sidebar,theme-options
Version: 1.0.4.1571758732
Updated: 2019-10-22 12:38:52

*/

ul li {
    list-style: disc !important;
    
  }
  
  ul{
    list-style: disc !important;
    padding-left: 5rem;
  }
  
  ol{
    list-style: disc !important;
    padding-left: 5rem;
  }

  .grecaptcha-badge{
    display: none !important;
  }
  .grecaptcha-logo{
    display: none !important;
  }

/*HEADER*/
.spc_general_header .header_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*background-color: rgba(66, 132, 82, 0.7);*/
    z-index: 999;
}


/*BANNER HEADER*/
.spc_banner{
	/*padding-top: 100px;*/

}
.thin_mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
 .section_inner {
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    /* background: linear-gradient(180deg, #00bcd42e 0%, rgb(150 0 212 / 16%) 100%); */
}

.spc_header_nav_and_logo_holder{
    text-align: center;
}


/*BODY*/
body{
    color: #fff !important;
}
/* a{
    color: #e6e5e5 !important;
} */
.breadcrumb .trail-items li span {
    color: #c7c7c7 !important;
    text-transform: uppercase !important;
}

body.custom-background {
   /*  background-color: #eefdee; */
}

#toTop {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    padding: 7px 12px;
    border-radius: 4px;
    background-color: #E0B975;
    color: #fff;
}
/*FOOTER*/
.footer_bottom {
   /*  background: linear-gradient(90deg, rgb(237 191 219 / 60%) 0%, rgb(217 144 211 / 80%) 100%); */
   background: linear-gradient(40deg, #000000ad 60%, #7e663991 90%);
    padding: 20px 0;
}


/*CONFIGURACION PARA CELULARES*/
/*HEADER MASCARA*/
@media (max-width: 801px){
.spc_general_header .header_mask, .spc_general_header.spc_header_layout_one .header_mask {
    position: relative !important;
   /*  background-color: #fff; */
    /*background: linear-gradient(90deg, rgb(237 191 219 / 0%) 0%, rgb(255 204 251 / 80%) 100%);
*/}

.collapse-button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #625302;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

}