/* 
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 */

.main-parent-link {
	color: #08C !important;
	font-weight: 600;
	font-size: 24px;
	line-height: 50px;
}
nav #menu-1-2df973f, nav #menu-1-7fc1b0fa {
	z-index: 10;
}
.parent-child ul.pc-listing {
  padding: 15px 0;
  list-style: none;
  border-top: 7px solid #FFDC91;
  margin:0;
}
.pc-listing li {
	padding: 5px 0;
}
.parent-child ul.pc-listing a {
  color: #484848;
}
.parent-child ul.pc-listing a:hover {
  color: #000;
}
.pc-listing li > a {
	border-left: 3px solid transparent;
	padding-left: 10px;
}
.pc-listing .current-page > a {
	font-weight: bold;
	border-left: 3px solid #ffdc91;
}
.child-subpages {
	margin: 12px;
	border-left: 3px solid #e5f3fa;
	list-style: none;
	padding: 0;
}
.child-subpages li {
	margin: 6px 0 6px -3px;
  padding:0;
}
.child-subpages a {
	border-left: 3px solid transparent;
  padding-left: 10px;
  font-size: 15px;
}
.child-subpages a:hover {
	border-left: 3px solid #bddeef;
}
.child-subpages .current-page a {
	border-left: 3px solid #bddeef;
}
.slides {
	position: relative;
}
.slides::before {
	content: "";
	width: 100%;
	border-top: 8px solid rgba(255, 175, 0, 0.40);
	display: block;
	position: absolute;
	top: 0;
	z-index: 9;
}
.slides::after {
	content: "";
	width: 100%;
	border-bottom: 8px solid rgba(255, 175, 0, 0.40);
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 9;
}
