/*
Theme Name: DoGood Child
Theme URI: https://dogood.qodeinteractive.com
Description: A child theme of DoGood
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: dogood
Template: dogood
*/

/* SEARCH PANEL */

.qodef-fullscreen-search-holder {
   background-color: #06beb6 !important;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
      color: #005572 !important;
}
.qodef-fullscreen-search-holder .qodef-m-form-line{
   border-bottom: 4px solid  #005572 !important;
}

.qodef-fullscreen-search-holder .qodef-m-close {
    color: #005572 !important;
}

.qodef-page-footer .widget.widget_dogood_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder {
    display: none;
}

/* CHANGE TESTIMONIAL TEXT STYLE */
.qodef-e-text {
    font-size: 24px;
	  line-height: 1.3em;
}

/* CHANGE MENU FONT */
.qodef-menu-item-text {
  font-family: Inter,sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
  text-transform: none;
}

/* CHANGE POSTS TITLE FONT SIZE */
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-title {
    margin-bottom: 10px;
    font-size: 72px;
    line-height: 1.2em;
}