/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/



/* ++++++++++++++++++++ */
/* TABLE OF CONTENTS */
/* ++++++++++++++++++++ */



/*

+ HEADER


*/

/* Header - Nav Links Hover */

.no-touch .l-subheader.at_middle a:hover, .no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover{
    color: #0000CC !important;
}

/* Header - Buttons (Hover) */
#page-header .header-button{
  transition: all 1s ease;
}
#page-header .header-button:hover{
    background-color: #0000CC !important;
    color: #fff !important;

}
#page-header .header-button{position: relative !important;}
#page-header .header-button::after{
  content:"CALL NOW";
  font-size: 13px !important;
  font-weight: bold;
  color: transparent !important;
  position: absolute;
 left: 50%;
 transform: translate(-50%, 0);

}
#page-header .header-button:hover::after{
  color: #fff !important;
  transition: all .3s ;
}
#page-header .header-button:hover .w-btn-label{
  color:transparent !important;
}

.mb-menu-btn{
  display: none !important;
}
@media(max-width:850px){
  .mb-menu-btn{
    display: block !important;
  }
.mb-menu-btn  a{
  width: 100% !important;
  margin:0 !important;
}
}
.mb-menu-btn .us-btn-style_1{
  background-color: #0000CC !important;
  font-size: 15px !important;
}
.mb-menu-btn:hover .us-btn-style_1{
  background-color: #E4E4E4 !important;
}



span.w-tabs-item-title {
  line-height: 1;
}




/* 

+ FOOTER

*/


.lottie-after{
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 20px;
}
.lottie-after::after{
  position: absolute;
  content:"";
  background-image: url(https://greekroots.net/wp-content/uploads/2024/01/copyrgiht-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 80px;
  height: 15px;
  top: 0;
  left: 0;
}