/*
 Theme Name:   Dragon Bags
 Theme URI:    https://dragonbags.co.uk
 Description:  Dragon Bags child theme
 Author:       Tom Usborne
 Author URI:   https://websright.com
 Template:     generatepress
 Version:      0.1
*/

html {
	scroll-behavior: smooth;
}


/* side cta */
#fixed-contact {
	bottom: 0;
	display: none;
}
.fixed-side-icons {
	position: fixed;
	bottom: 10px;
	right: 0px;
	z-index: 100;
	transform: rotate(270deg) translateX(100%);
  	transform-origin: right bottom;
}
@media (max-width: 499px) {
	.fixed-side-icons 
}

/* forms */
.join-form, .book-form, .contact-form {
	input[type="text"], input[type="email"], input[type="tel"], textarea, input[type="number"] {
		border-radius: 10px;
		-webkit-appearance: none;
	}
}
.form-btn input {
	font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 12px;
	padding: 1rem 2rem;
}
.book-form .form-btn input {
	background-color: var(--global-color-8);
}
.book-form .form-btn input:hover {
	background-color: var(--accent);
}

@media (max-width: 699px) {
	.join-form, .book-form, .contact-form {
		.one-half {
			width: 100% !important;
			margin-left: 0 !important;
		}
	}
}
	
	
