/* 
Theme Name: Hello Elementor Child
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: Elementor Team
Author URI: https://elementor.com/
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
*/

/* Add your custom styles here */

#tribe-events-pg-template {
	max-width: 100%;
}

/* Sidebar */
.medina-sidebar, .medina-sidebar ul  {
  list-style: none;
  padding-left: 0;
}
.medina-sidebar .parent-item > a {
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
}
.medina-sidebar .child-item > a {
    position: relative;
}
.medina-sidebar .parent-item > a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 15px);
  left: 18px;
  width: 12px;
  height: 30px;
  background-image: url('/wp-content/uploads/2025/04/caret-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.medina-sidebar .child-item:has(.grand-child-item) > a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 13px);
    left: 9px;
    width: 12px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/04/caret-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: rotate(90deg);
}
.medina-sidebar .parent-item > a {
    padding: 14px 10px 14px 35px;
    background-color: #f0f0f0; 
    border: 1px solid #adadad;
    border-radius: 10px;
}
.medina-sidebar a {
  display: block;    
   font-family: "Barlow", Sans-serif;
   font-size: 1.1rem;
   font-weight: 700;
   line-height: 120%;
   color: black;
}
.medina-sidebar .child-item > a {
  border-top: 1px solid #adadad;
  padding: 10px 10px 10px 30px;
}
.medina-sidebar .grand-child-item > a {
  border-top: 1px solid #adadad;
  padding: 10px 10px 10px 50px;  
}
.medina-sidebar .child-item:first-child > a {
   border-top: none;
}
.medina-sidebar .parent-item > a:hover {
  background-color: #dddddd;  
}
.medina-sidebar .parent-item:has(.current-page) > a::before {
  transform: rotate(90deg);
  left: 15px;
  top: calc(50% - 13px);
}
.medina-sidebar .parent-item.current-page  > a {
  background-color:  #00713d;
  color: white;
}
.medina-sidebar .parent-item.current-page  > a::before {
  background-image: url('/wp-content/uploads/2025/04/caret-right-black.svg');
  transform: rotate(90deg);
  left: 13px;
  top: calc(50% - 13px);
}
.medina-sidebar .child-item.current-page > a, .medina-sidebar .grand-child-item.current-page > a {
  color: #00713d;
}

/* Employment Form */
hr.ninja-forms-field {
  margin-bottom: 25px;
  margin-top: 10px;
}