/* 
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 */
sr7-txt {
    font-family: "Wedding Chania Fonts", Sans-serif !important;
}

.menu-item-133 a {
    padding: 10px !important;
    border: 2px solid #33596B !important;
    background: #fff !important;
}

.menu-item-133 a:hover {
    background: #33596B !important;
    color: #fff !important;
}

#site-header.scrolled .logo {
  transition: transform 0.5s ease-in-out !important;
  transform-origin: left center;
}


/* Reduced logo size when scrolling */
#site-header.scrolled .logo {
  transform: scale(0.7);
}

#site-header.scrolled {
	background-color: #fff !important;
	-moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.35);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.35);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.35);
}

#site-header.scrolled .e-con-inner {
	padding: 0px !important;
}

#site-footer {
	display: none !important;
}

#about-2-9, #about-44-9 {
	text-align: justify !important;
	text-justify: inter-word !important;
}
