/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


.hide_section{
  display:none!important;
}

.blue_text{
  color:#005090!important;
}

.rotate_element{
  transform:rotate(90deg);
  transition:all 0.4s ease;
}

.elementor-81.elementor-location-popup{
    display:flex!important;
    height:100%;
}

.gradient-text {
  background: linear-gradient(270deg, #96BD0B 0%, #005090 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#content h1.entry-title{
    display:none!important;
}




[type=button], [type=submit], button{
  background-color:white;
  color:#00678E;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
  background-color:white;
}




.roi_ergasion_item{
  cursor:pointer;
}

/* .rotate_item{
  transform:rotate(90deg);
  transition:all 0.4s ease;
  } */
  
#roi_ergasion_arrows{
  transition:all 0.4s ease;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#roi_ergasion_arrows.spin {
  animation: spin 4s linear infinite;
  transition:none;
}

.menu-item-1706 a{
    background-color: #00678E;
    font-family: "Cera Pro", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 21.6px;
    /* fill: #00678E;
    color: #00678E!important; */
    fill:white;
    color:white!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00678E;
    border-radius: 20px 20px 20px 20px;
    padding: 22.5px 37.5px 22.5px 37.5px;
    margin-top:1rem;
}

@media only screen and (min-width:768px){
  .menu-item-1706{
    display:none!important;
  }
}


.proionta_pagination{
  display:none;
}

.faq_toggle{
  cursor:pointer;
}

.faq_toggle:hover h2{
  color:#005090!important;
}

.faq_toggle_icon{
  transition:all 0.4s ease;
}