/* 
Theme Name: Sooda Elementor Child
Theme URI: https://sooda.pro
Description: Sooda Elementor Child is a child theme of Hello Elementor with extra functions created by Sooda
Author: Sooda
Author URI: https://sooda.pro/
Template: hello-elementor
Version: 1.0.1
Text Domain: sooda-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
*/

::-webkit-scrollbar{
  width: .7rem;
  background-color: hsl(79, 4%, 15%);
}

::-webkit-scrollbar-thumb{
  background-color: hsl(79, 4%, 25%);
}

::-webkit-scrollbar-thumb:hover{
  background-color: hsl(79, 4%, 35%);
}
::selection {
  color: var(--e-global-color-primary);
  background: var(--e-global-color-accent);
}

.menu-button a{
    font-weight: 500;
	font-size: 15px;
	color: #050155!important;
	padding: 12px 24px!important;
	max-width: 80%;
    margin: 0 auto;
    background-color: var(--e-global-color-accent)!important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 25px 25px 25px 25px!important;
	border-color: #050155;
	transition: all .3s ease-in-out!important;
}
.menu-button a:hover {
    background-color: transparent !important;
    border-color: #050155;
}
@media only screen and (max-width: 980px){
	.elementor-nav-menu li:last-child{
		padding-bottom: 20px;
	}
	.elementor-nav-menu a {
		align-items: center;
		display: flex;
		justify-content: center;
	}
}

