/*!
Theme Name: Quylo Child
Theme URI: https://uicore.co/
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co/
Template: quylo
Version: 1.0.0
Text Domain: quylo
*/

 /* Add your custom style here */


.ui-breadcrumb {
    text-align: center;
}
.uicore-title {
    width: 100%;
    max-width: 100% !important;
    text-align: center;
}
.service-img img {
    height: 250px !important;
    object-fit: cover;
}
.height-img img {
    height: 300px !important;
    object-fit: cover;
}

.height-img-insta img {
    height: 260px;
}
.blog-home .post.type-post {
    background: #fff;
    padding: 25px;
    box-shadow: 5px 5px 8px 1px #0000002b;
}
.faq .e-n-accordion-item {
    background: #fff;
    box-shadow: 5px 5px 8px 1px #0000002b;
}

.uicore-transparent a.uicore-btn.uicore-inverted {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
}
p.uicore-animate.ui-breadcrumb {
    text-align: center;
}
h1.uicore-title.uicore-animate.h1 {
    width: 100% !important;
    text-align: center;
    max-width: 100%;
}
.bg-over-box .elementor-widget-container {
    box-shadow: 2px 2px 6px 2px #00000038;
    padding: 45px 20px;
    border-radius: 12px;
}
.reservation input, .reservation select {
    height: 50px !important;
}
.reservation button {
    height: 50px !important;
    width: 40% !important;
} 

/* Header Css */
.uicore-header-wrapper .uicore-cta-wrapper {
  background: #fff !important;
  border-radius: 43px;
}

.uicore-header-wrapper .elementor-button-text {
	color: #183f44 !important;
	font-weight: 700;
	text-align:center;
} 

/* .uicore-header-wrapper .sub-menu {
	margin-top: -10px !important;
} */

.uicore-header-wrapper .menu-item a span:hover {
	color: #FFCD97 !important;
}

/* Reservation button  */
@media (max-width: 768px) {
  .uicore-header-wrapper .uicore-cta-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 480px) {
	.wpforms-one-third {
    width: 100% !important;
    margin-left: 0px !important;
  }
}



.uicore-header-wrapper .uicore-nav-menu .sub-menu:not(.uicore-megamenu) a:hover, .uicore-nav-menu:not(.uicore-megamenu) .sub-menu li:hover {
	color:  #FFCD97 !important;
}


#wrapper-navbar .uicore-nav-menu li {
	color:#fff !important;
}

.elementor-divider-separator{
	display:none !important;
}

/*Service pages Book Now button css  */

.elementor-kit-12 .elementor-button.elementor-button, .elementor-kit-12 .elementor-button:not(.bdt-offcanvas-button){
	background-color: #173e43 !important;
	color: #F4EFE9 !important;
} 

/* Reservation form  */
.reservation-form .wpforms-submit-container {
	justify-content: center;
	display: flex;
} 

.custom-submit-buttom {
	margin-top: 20px !important;
}

/* Apply float animation to the ENTIRE button */
.uicore-header-wrapper .uicore-extra {
    display: inline-block;   /* important to allow transform on whole button */
    animation: floatUp 2s ease-in-out infinite;
}

/* Smooth upward floating animation */
@keyframes floatUp {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* About us page paragraph */

.custom-font-size p{
	font-size:16px !important;
}

.about-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.about-card .elementor-widget-container:hover{
		background:#163E43 !important;
	color:#fff !important;
}
.about-card .elementor-widget-container:hover h3 {
    color: #fff !important;
}

.custom-font-size p {
  font-family: "Satoshi" !important;
}

.single-post p.uicore-animate.ui-breadcrumb {
    display: none !important;
}

.single-post .uicore-animate.uicore-entry-meta {
    display: none !important;
}

.single-post h4{
	font-style: normal; 
	letter-spacing: normal; 
	text-transform: none; 
	caret-color: #000000; 
	color: #000000;
	font-weight:700;
}

div#comments {
    display: none;
}