/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.hidden-services { display:none; } 

.construction-services-hover:hover + .hidden-services {
  display: block !important;
  color: red;
}

  p.hiddenText {
      display: none;
   }
   .construction-services-hover:hover + .hidden-services {
      display: block !important;
      color: rgb(71, 0, 65);
      font-size: 22px;
      font-weight: bold;
   }
.show-hidden {margin-top:0;   margin-top: -100%;}

.boxed-content:hover .hide-sv-content  {height:100%; opacity:1 !important; visibility:visible !important; display:block !important;}

.boxed-content:hover .hide-sv-content p  { opacity:1 !important; visibility:visible !important; display:block !important;   transition: all .75s;}
.hide-sv-content { opacity:0;  visibility:hidden;}

.hide-sv-content p { opacity:0;  visibility:hidden; display:none;   transition: all .75s;}

.boxed-content .hide-sv-content   { display:none;  transition: all .75s; opacity:0; visibility:hidden;}

.boxed-content{  transition: all .75s;}


span.texttag  { color:#EB882D !important;}