/**
Theme Name: Imes Child
Author: Brainstorm Force
Author URI: http://www.silviacattelan.it/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: imes-child
Template: astra
*/

p {
  margin-bottom: 0 !important;
}
header {
  position: sticky !important;
  z-index: 9999 !important;
  top: 0;
}
.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none !important;
}
.skip-lazy {
  object-fit: cover;
}
footer {
  color: #ffffff;
}

.footer-email {
  color: #ffffff;
  font-style: italic;
  transition: all 300ms ease-in-out;
}
.footer-email:hover {
  opacity: 0.7;
  color: #ffffff;
}

.scopri-btn {
  cursor: pointer;
  color: #003566;
  position: relative;

}
.scopri-btn:hover {
  color: #003566;
}
.scopri-btn:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 30px;
  height: 3px;
  background-color: #003566;
  transition: all 300ms ease-in-out;
}

.scopri-btn:hover:before {
    width: 100%;
}

.ast-menu-toggle:focus{
  outline: none;
}

.wpcf7-list-item{
  margin: 0;
}

.btn-form p input{
  color: #FFFFFF;
  background-color: var(--e-global-color-241b3ca );
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-241b3ca );
  border-radius: 100px 100px 100px 100px;
  padding: 16px 55px 16px 55px;
  transition: all 300ms ease-in-out;
}
.btn-form p input:hover{
 opacity: 0.7;
}

#ast-hf-menu-1{
  text-transform: uppercase;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link{
  color: #003566;
  text-decoration: underline;
  font-weight: bold;
}

a:focus{
  outline: none;
}

.site-footer {
	padding: 0 !important;
}

.img-gallery a { height: 100%; }
.img-gallery img { object-fit: cover; }