/*
Theme Name: Jasmina 2024
Author: Glowmedia Ltd
Author URI: 
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: jasmina-2024
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Menu */
body.woocommerce .shop {
	color: #90d4e8;
	 a {
		text-decoration: none;
	 }
}
.current-menu-item {
	color: #90d4e8;
	 a {
		text-decoration: none;
	 }
}

body.product_cat-course .courses{
	color: #90d4e8;
	 a {
		text-decoration: none;
	 }
}

body.product_cat-course .shop{
	color: #fff;
}

ul.footer-nav {
	list-style-type: none;
	padding-left: 0;
}

/* mobile manu display */
body .wp-block-navigation__responsive-container-open:not(.always-shown) {
	display: block !important;
}
body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
	display: none !important;
}

@media (min-width: 950px) {
	body .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none !important;;
	}
	body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block !important;
	}
}

/* Contact Form */
.wpcf7 label {
	text-transform: uppercase;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	width: 100%;
	padding: 12px 20px; 
	font-size: medium;
	box-sizing: border-box;
	border: 1px solid #5f99aa;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
	
	width:100%;
	padding: 12px 20px;
	font-size: medium;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background-color: #5f99aa;
	border: none;
}

/* product page */
div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 0 0 !important;
	padding: 0;
	}
.outofstock {
	position: relative;
}
.sold-out-overlay {
	background-color: var(--wp--preset--color--base) !important;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	position: absolute;
	right: 50px;
	top: 10px;
	border-radius: 100%;
	width: 3.7rem;
	height: 3.7rem;
	font-size: 1.1rem;
line-height: 3.236;
text-align: center;
}