/* 
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 */
.color-control button,
.color-control .coloris {
	opacity: 0;
}
.wp-singular:has(.mac-nav-pages){
	margin-top: 49px;
}
.mac-nav-pages {
	margin-top:-49px;
	position: absolute;
	z-index:1102;
	width: 100%;
	top: 0;
	padding:5px 20px;
	background-color: #1d2327;
}
@media (max-width: 520px){
	.wp-singular:has(.mac-nav-pages){
		margin-top: 46px;
	}
	.mac-nav-pages {
		margin-top:-46px;
	}
}
.mac-nav-pages ul {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
flex-direction: row-reverse;
}

.mac-nav-pages li a {
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 6px;
  background: #f2f2f2;
  color: #333;
  transition: 0.3s;
display:inline-block;
}

.mac-nav-pages li a:hover {
  background: #ddd;
}

.mac-nav-pages li.current_page a {
  background: #f26212;
  color: #fff;
}