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

.elementor-button-icon{
	transform: translateX(0px);
	transition:250ms;
}

.elementor-button:hover .elementor-button-icon{
	transform: translateX(5px);
}

html .elementor-button-content-wrapper{
	    gap: 8px !important;
}

.cws-phone-chip{
	gap:6px !important;
}

.cws-phone-picker .cws-phone-display{
	    padding: 4px 16px !important;
}

.cws-phone-shell{
	box-shadow:unset !important;
}

.cws-scrolled.white > .e-con-inner > div,
.cws-adventure-white > .e-con-inner > div{
	background: #fdfdfd;
    border-radius: 16px;
	transition:250ms;
	    border: 1px solid #d3d3d3;
}
.cws-adventure-white .e-n-menu-title-text,
.cws-adventure-white .cpel-switcher__lang a,
.cws-scrolled.white .e-n-menu-title-text,
.cws-scrolled.white .cpel-switcher__lang a{
	color:#222 !important;
}

.cws-scrolled.dark-glass > .e-con-inner > div{
  /* The glass effect */
  background: rgba(20, 20, 20, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
outline: 1px solid rgba(255, 255, 255, 0.10);
outline-offset: -1px;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transition: all 0.3s, box-shadow 0s, border-radius 0s;
}

@media (max-width:768px){
    .cws-scrolled.dark-glass > .e-con-inner > div{
  border-radius: 0px;
outline: 1px solid rgba(255, 255, 255, 0.10);
outline-offset: -1px;
  border-left:0px;
  border-right:0px;
  border-top:0px;
	}
	
	
.cws-scrolled.white > .e-con-inner > div,
.cws-adventure-white  > .e-con-inner > div{
    border-radius: 0px;
}
	
.cws-scrolled.white .open-menu path,
.cws-adventure-white  .open-menu path{
	stroke:#222 !important;
}

}

.cws-scrolled.white .e-n-menu-dropdown-icon svg,
.cws-adventure-white  .e-n-menu-dropdown-icon svg{
fill:#222 !important;	
}

.cws-adventure-white .dropdown-menu-scrolled .e-con-inner a,
.cws-adventure-white .dropdown-menu-scrolled a,
.cws-scrolled.white .dropdown-menu-scrolled a{
	color: #222;
}
.cws-phone-shell{
	border-radius:8px !important;
	border: 1px solid #D8D8D8 !important;
}
.cws-phone-picker.is-active .cws-phone-shell{
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1) !important;
}

