/*
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 );
}


.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
    border: none;
    text-transform: uppercase;
	letter-spacing: .125rem;
	font-size: 14px;
	font-weight: bold;
	color: #EE0000;
	
	transition: all .3s;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	color: #000000;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button::after {
    content: '';
    background-image: url("../svg/link-arrow-red.svg");
    width: 15px;
    height: 12px;
    background-size: 100% auto;
    display: inline-block;
    transition: all .3s;
    position: relative;
    left: .4em;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover::after {
	position: relative;
    left: .6em;
    transition: all .3s;
}

@media (min-width: 768px) {
	.carousel-image-left-custom .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
		width: 60%;
	}
}

@media (min-width: 1025px) {
	.carousel-image-left-custom .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
		width: 67%;
	}
}