/*!
Theme Name: Hotel Kathmandu Base Camp
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: https://www.webcreationnepal.com/
Description: Hotel Kathmandu Base Camp
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hotel_kbc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hotel Kathmandu Base Camp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*own css*/
.ptag-box {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #26225f;
	color: #fff;
	display: inline-block;
	padding:10px 20px;
}

.ptag-box h4 {
	color: #fff;
	display: inline-block;
	font-style: normal;
	font-size: 20px !important;
    line-height: 24px;
	font-weight: 600;
}

.per_night {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	font-style: italic;
	text-transform: capitalize;
}

.room-info {
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 400;
}

.pb-20 {
	padding-bottom: 20px;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 0.75em !important;
    width: 0.75em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

b, strong {
    font-weight: 600;
    font-size: 15px;
}

.room-features {
	margin-top: 30px !important;
	background: #fff;
    padding: 20px;
}


.room_features img {
    width: 26px !important;
    height: 26px !important;
}

.block_step_title {
    font-size: 14px;
    border-radius: 3px !important;
    padding: 10px !important;
}

.babe_post_content_title {
    border-bottom: none !important; 
    padding: 0 0 !important;
    text-align: left;
}

.accordion-block .accordion-title {
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 3px !important; 
}

.accordion-block .accordion-title h4 {
    font-size: 15px !important;
    padding: 5px 10px !important;
}

.accordion-block .accordion-title span {
    float: right;
    margin-right: 5px !important;
    margin-left: 10px;
}

.block_step_content {
    padding: 10px 20px !important;
}

.block_step_title h4 {
    padding: 0 0 0 10px !important;
}

.accordion-block.block_active .accordion-body {
    font-size: 14px !important;
    padding: 10px 20px !important;
}

#babe_widget_booking_form-4 {
	background-color: #fff;
	border-radius: 4px;
    padding:20px !important;
    margin: 0 0 20px 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border: none !important;
}

#booking_form_total .currency_amount {
    font-size: 24px;
    font-weight: 600 !important;
}

/*.list_service_title h4 {
    margin: 8px;
    display: inline-block;
    font-size: 14px !important;
}
*/
.list_service_prices .service_price_line {
    white-space: nowrap;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.btn.button.booking_form_submit {
	width: 100% !important;
}