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

/* Search Results */

.search-results .site-main,
.search-no-results .site-main {
  max-width:1224px !important;
}


.search-results .entry-title,
.search-no-results .entry-title {
  display:block !important;
}


.search-results .page-content h2,
.search-no-results .page-content h2 {
  padding-left:25px;
  padding-right:25px;
  margin-top:0;
  padding-top:0;
}

.search-results .page-content h2 a,
.search-no-results .page-content h2 a {
  color:#000;
}

.search-results .page-content h2 a:hover,
.search-no-results .page-content h2 a:hover {
  color:#ee0000;
}

.search-item-wrapper {
  padding-top:25px;
  padding-bottom:0;
}

  .search-results .page-content p,
  .search-no-results .page-content p {
    padding-left:25px;
    padding-right:25px;
    border-bottom:1px solid #000;
    padding-bottom:45px;
  }

  .search-results .wp-post-image,
  .search-no-results .wp-post-image {
    margin-left:25px;
    margin-right:25px;
    height: 20vw;
    margin-bottom:25px;

object-fit: cover;
width:calc(100% - 50px);
  }

  @media(min-width:768px) {
    .search-results .page-content h2,
    .search-results .page-content p,
    .search-no-results .page-content h2,
    .search-no-results .page-content p
     {
      padding-left:40px;
      padding-right:40px;
    }
.search-results .page-content h2,
.search-no-results .page-content h2 {
  padding-top:0;
}


    .search-results .wp-post-image,
    .search-no0results .wp-post-image {
      margin-left:40px;
      margin-right:40px;
      margin-top:0;
      width:calc(100% - 80px);
    }

    .search-item-wrapper {
      padding-top:40px;
      padding-bottom:0;
    }


  }


.custom-search-pagination {
  position:relative;
  text-align:center;
}

.search-page-content p {
  margin-bottom:0;
}

.custom-search-pagination a,
.custom-search-pagination span {
      margin-right: calc( 10px/2 );
}
