/* 
Theme Name: Epiclesis 2.0
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sierra Host
Author URI: https://sierra.host/
Template: hello-elementor
Version: 2.0.0
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
*/



/*

Typography Guide:
Logo: EB Garamond (400 Normal)
Headings: Montserrat (600 Bold)
Body Copy: Nunito Sans (400 Normal)
Menus: Nunito Sans (400 Normal)

Color:

Text (P): #333
Headings: #182a55
Brown: 

*/

/* Add your custom styles here */


/* Sermon Pages */

/* Base Styles */
.smpro-single {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.smpro-left {
  flex: 0 0 60%;
  padding: 10px;
  border-right: 1px solid #ddd;
  margin-right: 30px;
}

.smpro-right {
  flex: 1;
  padding: 10px;
}

.smpro-meta-item_type_topics .smpro-meta-item__text_linked {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 12px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  margin-right: 5px;
  transition: background-color 0.3s, color 0.3s;
  line-height: 1.25em;
}

.elementor-post__excerpt .wpfc_sermon {
  display: none;
}

.elementor-pagination {
  text-align: center;
  padding: 20px 0;
}

.elementor-pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.elementor-pagination .page-numbers.current {
  background-color: #007BFF;
  color: #fff;
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  background-color: #e0e0e0;
}

/* Hover Styles */
.smpro-meta-item_type_topics .smpro-meta-item__text_linked:hover {
  background-color: #333;
  color: #f5f5f5;
}

.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
  background-color: #333;
  color: #f5f5f5;
}

.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
  background-color: #b0b0b0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .smpro-single {
    flex-direction: column;
  }

  .smpro-left {
    flex: 1 1 auto;
    margin-right: 0;
    border-right: none;
  }

  .smpro-right {
    flex: 1 1 auto;
  }
}

/* Searchc Foorm Styles */
/* Basic styling for the epiclesis search form */
.epiclesis-search-form {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align all items to the right */
    gap: 8px;
    width: 100%; /* Optional: ensure the form takes full width */
}
/* Style the search input field */
.epiclesis-search-form input[type="search"] {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
}

/* Style the dropdown (select) field */
.epiclesis-search-form select {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: auto;
}

/* Style the search button */
.epiclesis-search-form button[type="submit"] {
    padding: 8px 16px;
    font-size: 16px;
    color: #fff;
    background-color: #0073e6;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Add hover effect to the button */
.epiclesis-search-form button[type="submit"]:hover {
    background-color: #005bb5;
}

/* Target the post type "wpfc-sermon-single" in search results */
.wpfc-sermon-single .elementor-post__title::before {
    content: "\f482"; /* Corrected to Dashicons microphone icon */
    font-family: "dashicons"; /* Dashicons font used by WordPress */
    font-size: 18px; /* Adjust icon size as needed */
    color: #0073e6; /* Customize icon color */
    margin-right: 8px; /* Add space between icon and title */
    vertical-align: middle; /* Align icon with text */
}

/* ******************************************* */
/* Dropdown container */

.single-sermon-header {
  background: #182A55;
  color: #fff;
  padding: 30px 0;
  margin-bottom: 2em;
}

.single-sermon-header h2 {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
}

.single-sermon-header h2 a,
.single-sermon-header h2 a:visited {
  color: #fff;
}