/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*load different tyopes with relative paths to the font files*/
@font-face {
    font-family: 'Noteworthy-Lt';
    src: url('/wp-content/themes/salient-child/fonts/Noteworthy-Lt.ttf') format('truetype'),
         url('/wp-content/themes/salient-child/fonts/Noteworthy-Lt.woff') format('woff'),
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*styling for calendar interaction*/
#book-alert{
	position: fixed;
	width: 400px;
	background-color: #fff;
	top: calc(50% - 100px);
	left: calc(50% - 200px);
	text-align: center;
	color: #000;
	padding: 20px;
	font-weight: 400;
	border-radius: 2%;
	box-shadow: 1px 1px 4px 0.1px;
	display: none;
	z-index:9999999;
}

#book-alert2{
	position: fixed;
	width: 400px;
	background-color: #fff;
	top: calc(50% - 100px);
	left: calc(50% - 200px);
	text-align: center;
	color: #000;
	padding: 20px;
	font-weight: 400;
	border-radius: 2%;
	box-shadow: 1px 1px 4px 0.1px;
	display: none;
	z-index:9999999;
}

.book-confirm-container{
	position: fixed;
z-index:999;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(65,113,172,0.7);
    text-align: center;
    padding: 40px;
	}
	.book-confirm-container a, .book-confirm-container a:visited{
		color: #fff;
		border-radius: 30px;
		display: inline-block;
		border: solid 2px #fff;
		padding: 5px 20px;
		margin-right: 5px;
		}
		.book-confirm-container a:hover{
			background-color: #fff;
			color: rgba(65,113,172,1);
		}

#book-alert p{
	margin: auto;
	display: block;
	margin-bottom: 20px;
}

#date{
	pointer-events: none;
}

.button_primary{
    margin-top: 60px;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: .035em;
    padding: 14px 30px;
    border: 2px solid rgba(255,255,255,.65);
    color: #fff!important;
    text-decoration: none;
    background: #4171ac;
}

.button_primary:hover{
	background-color: #337ab7;
	color: #fff!important;
}

.no-event-day{
	cursor:pointer;
}

.lang-item a span img {
	margin-bottom:0px !important;
}

.wpcf7-spinner{
	display:none;
}
.wpcf7-form p:has(.wpcf7-submit){
	justify-self:center;
}