/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

 /** Add your styles below **/
@media (min-width: 768px) {
	.hide-desktop {
		display: none;
	}
}
.cs-menu .primary-menu > li > a, .cs-menu .primary-menu > li > a:hover {
	font-weight: bold !important;
}
.cs-reservation-form.style-banner button[type="submit"] {
    background: linear-gradient(90deg, rgba(194,146,0,1) 0%, rgba(237,204,83,1) 100%) !important;
    transition: background 0.5s ease;
}
.cs-reservation-form.style-banner button[type="submit"]::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, rgba(237,204,83,1) 0%, rgba(194,146,0,1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.cs-reservation-form.style-banner button[type="submit"]:hover::before {
  opacity: 1;
}