/*    Navarino Services Ltd Booking Booster Configuration file - template - 5 July 2018 */


/* icons */
.icon i{
	/*font-family: "Font Awesome 5 Pro"!important;*/
	color: #c22e44!important;
	margin-right:15px;
	font-size: 1.25em;
	min-width: 25px;
	text-align: center;
}
.icon{
	display: inline;
    float: left;
}
/* Frame Styling */
.nxt {
    clear:both;
	padding-bottom: 10px;
    overflow:hidden;
    margin: 0px;
	text-align:left;
}

.nxt-head {
	display:none;
}

/* Body Styling */
.nxt-body {
	
    overflow:hidden;
    border: 1px solid #d7d7d7;
    background: #fff;
    border-radius: 0px;
    padding: 1rem;
}

.nxt-field {
	width:33%;
	float:left;
	
}

.nxt-spinner {
	height: 30px;
    width: 30px;
    clear: right;
	float:left;
}

.nxt-text {
	min-height: 33px; /* 33px for compact, 40px for equal size */ 
	width: 84%;
    margin: 0;
	line-height:1.2em;
	float: left;
	font-size:14px;
	color: #000;
    padding: 0px 0px 0px 15px;
    letter-spacing: 0.3px;
	text-align: center;
}

.nxt-rate {
	font-weight: bold;	
	color:#c22e44;
	white-space: nowrap;
}

.nxt-count-number {
	font-weight:bold;
	color:#c22e44;
}

/* Options styling*/
.nxt-text a{
	color: #c22e44;	
	
}
.nxt-text b{
	font-weight:700!important;
}
.bbLink{
	font-weight:700!important;
}


/* Conditional Formatting */
#nxt-field-1, #nxt-field-2, #nxt-field-3, #nxt-field-6 {
	clear: none;
} 


@media only screen and (max-width: 1024px) {
	.nxt-field {
		width: 50%;   
	}
	#nxt-field-1, #nxt-field-2, #nxt-field-4, #nxt-field-6 {
		clear: none;
	}
	#nxt-field-3, #nxt-field-5/*, #nxt-field-7*/ {
		clear: both;
	}
}

@media only screen and (max-width: 780px) {
	.nxt-field {
		width: 100%;   
	}
	#nxt-field-1, #nxt-field-2, #nxt-field-3, #nxt-field-4, #nxt-field-5, #nxt-field-6/*, #nxt-field-7*/ {
		clear: none;
	}
	
}

/* Ancillary Styling */
.nxt-remaining-rooms {
   color: #c22e44;
}

.nxt_room_tag {
 	color:#c22e44;
 	letter-spacing: 0.3px;
    font-size: 18px;
	display:block;
	padding:10px;
	font-weight:bold;
    width: auto;
}


