/*
Theme Name: Solene Child
Theme URI: https://solene.qodeinteractive.com
Description: A child theme of Solene Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: solene
Template: solene
*/

/* header */
.eltdf-page-header .eltdf-menu-area{height: 80px !important;}
.eltdf-mobile-header .eltdf-mobile-logo-wrapper a {height: 60px !important;}

/* home */
.eltdf-cc-link.eltdf-block-drag-link img {
    height: 100px;
}

/* new born */
.eltdf-pt-mark {
    display: none !important;
}

/* ricerca */
.search-field {
  padding: 15px;
  margin-top: 20px;
}
.eltdf-search-submit.eltdf--button-inside.eltdf--has-icon {
  padding: 5px;
}

/* blog */
.eltdf-post-excerpt-holder, .eltdf-post-info-author-link {
  display: none !important;
}
.eltdf-huge-space .eltdf-outer-space .eltdf-item-space {
  padding: 0 30px !important;
  margin: 0 0 30px !important;
}


/* responsive */
@media only screen and (min-width: 769px){
h1 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
}
@media screen and (min-width: 1024px){
  .eltdf-position-right{
    display:none;
  }
}