/*
Theme Name:     One Hagdan Villas Theme
Theme URI:      
Description:    Cozystay child theme.
Author:         Ramon Gutierrez
Author URI:     
Template:       cozystay
Version:        0.1.0
*/

.cs-reservation-form .cs-form-field.text-only .field-input-wrap:after {
	content: '';
	display: none;
}

.csrbi-text {
	font-size: 18px !important;
}

.type-room .post-header {
	.item-subtitle {
		font-size: 16px !important;
		color: #000;
	}
}

.similar-rooms .similar-rooms-title {
	border-top: 1px solid #000;
}

[data-wpcf7-id="3093"] {
	.field-container p {
		display: flex;
		flex-flow: row;
		border-bottom: 1px solid #fff;
		align-items: center;
	}
	
	input[type="email"] {
		border: 0;
		background: none;
		
		&:hover,
		&:active,
		&:focus {
			background: none !important;
		}
	}
	
	input[type="submit"] {
		font-family: "Jost", sans-serif;
		font-weight: 500;
		border-radius: 200px;
		padding: 8px 15px;
		background-color: #fff;
		color: #000;
		height: auto;
		
		&:hover {
			background-color: #778d6f !important;
		}
	}
	
	.submit-container {
		margin-left: auto;align-content
	}
}