/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.htl-img {
    max-width: 200px;}
.properties-page {
    padding: 10px;}
.page-heading {
    font-size: 32px;}
.empty-properties-container{
    margin: 30px;}
.our-properties-header {
  font-size: 42px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-weight: 300;}
.our-properties-desc {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font-weight: 300;
    line-height: 30px;}
.properties-page .hotels-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;}
.hotels-container .hotel-header {
    margin-bottom: 40px;
    text-align: center;}
.hotels-container .hotel-header>span {
    font-size: 30px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 1);}
.properties-page .hotel-address-container {
    border-radius: 4px;
	box-shadow: 2px 2px 15px 3px rgba(0,0,0,.1);
    float: left;
    padding: 15px 0px;
    width: 100%;}
.hotel-address-container .hotel-name {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;}
.hotel-address-container span.htl-address-icon {
	background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);}
.hotel-address-container img.htl-img {
    border-radius: 6px;}
.empty-properties-image-container {
	background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/no-hotel.png) ;
    background-repeat:no-repeat;
    background-position: center center;
    padding: 200px 0px 10px 0px;
    display: block;}
.hotel-address-container span.htl-phone-icon {
	background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);
    padding: 1px 15px 0px 2px;
    background-position: 37px;
    margin-right: 5px;
    font-size: 14px;}
.hotel-address-container span.htl-email-icon {
    padding: 1px 10px 1px;
    background-position: 19px;
    margin-right: 5px;}
span.htl-map-icon {
	background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);
    padding: 1px 20px 0px 0px;
    background-position: 0px 0px;
    margin-right: 5px;
    font-size: 14px;}
.view_rooms_btn, .htl-map-direction-btn {
    border-radius: 4px;
    padding: 10px 12px;
    text-transform: uppercase;}
.htl-map-direction-btn{
    background-color: #DEDEDE;
    color: #333333;    }
.view_rooms_btn {
    background-color: #1292FF;
    border-color: #1292FF;
    font-weight: 600;}
.view_rooms_btn:hover {
    background-color: #3c89cb;
    border-color: #3a75a7;}
.pagination-container {
    text-align: center;}
.hotel-branch-info-actions{
    display: flex;
    gap: 10px;}
.pagination-container .pagination > li > a, .pagination-container .pagination > li > span {
    border: unset;}
.pagination-container .pagination > li .active {
    border: 1px solid #333333;
    border-radius: 12px;
    z-index: 10;}
.hotel-address-container p.hotel-branch-info-value {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    line-height: 25px;}
.hotel-address-container .htl-map-direction-btn span {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;}

@media screen and (max-width: 726px) {
	.hotel-branch-info-actions{
		flex-direction: column;}
}

    /* ==== google map ==== */
#googleMapWrapper {
    clear: both;
    height: 500px;}
#map {
    width: 100%;
    height: 100%;}
#map .view-link {
    padding-top: 4px;}
.gm-btn-get-directions {
    text-decoration: none;
    color: #427fed;
    font-weight: bold;}
.gm-btn-get-directions:hover {
    text-decoration: underline;
    color: #427fed;}
.gm-btn-get-directions:focus {
    outline: none;
    color: #427fed;}
