/*
Theme Name: Hotel Jal Mahal
Theme URI: http://lastdoorsolutions.com
Author: Last Door Solutions
Author URI: http://lastdoorsolutions.com
Description: Custom theme for Jal Mahal
Version: 1.0.0
Text Domain: jalmahal
Tags:

*/
/* -------------------------------
Font Used
-------------------------------
    font-family: 'icomoon';
    font-family: 'Gotham Rounded Bold';
    font-family: 'Gotham Rounded Book';
    font-family: 'Gotham Rounded Light';
    font-family: 'Gotham Rounded Medium';
    font-family: 'Gotham Rounded Medium Italic';

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1 Typography
#2 Elements
#3 Forms
#4 Navigation
	##4.1 Links
	##4.2 Menus
    ##4.3 Post Nav
#5 Accessibility
#6 Alignments
#7 Clearings
#8 Content
    ##8.1 Posts and pages
#9 Infinite scroll
#10 Media
	##10.1 Captions
	##10.2 Galleries
#11 Header
#12 Interior
#13 Customising Form
#14 Footer
#15 Blog
#16 extra css added by dennis
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham Rounded Light';
}

p {
    margin-bottom: 2em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding: 10px 20px 10px 40px;
    font-size: 16px;
    border-left: none;
    font-family: 'Gotham Rounded Medium Italic';
}

address {
    margin: 0 0 1.5em;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.primary-title,
.secondary-title {
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.primary-title {
    margin: 25px 0 19px 0;
    letter-spacing: 1px;
}

.primary-title:before,
.secondary-title:before,
.site-title:before {
    content: "\e900";
    color: #777777;
    font-size: 16px;
    font-family: 'icomoon';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    height: 14px;
    width: 10px;
    top: -23px;
}

.secondary-title {
    font-family: 'Gotham Rounded Light';
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
#2 Elements
--------------------------------------------------------------*/
/*
*{
    -webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;
}*/
body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Gotham Rounded Book';
    color: #787878;
    line-height: 2;
}

body#home {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

body.interior {
    overflow-x: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    text-align: left;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
#3 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #008CC0;
    float: right;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    padding: 9px 20px 6px;
    font-family: 'Gotham Rounded Bold';
    border: 1px solid transparent;
    outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #389CC9;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #389CC9;
    color: #fff;
    border: 1px dotted #f5f5f5;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.block-group .gform_wrapper .top_label input.medium:focus,
.block-group .gform_wrapper .top_label textarea.medium:focus,
.block-group .gform_wrapper .top_label select:focus {
    color: #787878;
    outline: none;
    box-shadow: 0 0 8px 0px #008CC0, 0 0 9px 1px rgba(226, 226, 226, .7);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
    height: 150px;
}

/*--------------------------------------------------------------
#4 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##4.1 Links
--------------------------------------------------------------*/
a {
    color: #008cc0;
}

a:visited {
    color: #006186;
}

a:hover,
a:focus,
a:active {
    color: #012f40;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
##4.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

nav#primary-nav {
    margin-top: 11px;
}

.main-nav, .main-nav * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-nav {
    line-height: 1;
    position: relative;
    float: right;
}

.main-nav a {
    display: block;
}

.main-nav li {
    background-color: #008cc0;
    float: left;
    padding: 0 18px;
    position: relative;
    transition: 0.4s cubic-bezier(0.14, 0.14, 0, 1.06), left .1s linear;
}

.main-nav li.book-now-btn {
    background-color: #012f40;
    margin: 0 2px;
    border: 1px solid transparent;
    /*width: 117px;
    text-align: center;
     float: right;*/
    /* -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;*/
}

.main-nav li.book-now-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.main-nav li.book-now-btn:hover a {
    color: #fff;
}

#menu-item-159 a {
    height: 30px;
}

.main-nav .book-now-btn:before {
    display: none;
}

ul.main-nav li#magic-line {
    background: none;
    color: #D50100;
    height: 32px;
    left: 0;
    list-style: none outside none;
    position: absolute;
    top: 2px;
    z-index: -1;
    border-bottom: 2px solid #fff;
    margin: 0;
    padding: 0;
}

.main-nav li a {
    color: #fff;
    /*display: table-cell;*/
    height: 32px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    float: left;
}

.main-nav li a span {
    display: block;
}

ul#primary-menu:after {
    left: 100%;
}

.main-nav li a {
    font-family: 'Gotham Rounded Bold';
}

.main-nav li:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    left: 0;
    top: 42%;
    background: #72AFD4;
}

.main-nav li:first-child:before,
.main-nav li:last-child:before {
    height: 0;
    width: 0;
}

#primary-menu.main-nav > li a {
    /* border-bottom: 2px solid transparent;
     transition: 0.5s ease;*/
}

#primary-menu.main-nav > li a:hover,
#primary-menu.main-nav > li.current-menu-item a,
#primary-menu.main-nav > li.current-menu-ancestor a,
#primary-menu.main-nav > li.current-menu-parent a {
    /*border-bottom: 2px solid #fff;*/
}

#primary-menu.main-nav > li:last-child a {
    /*border-bottom: none;*/
}

li#menu-item-21:hover, .main-nav li:last-child:hover a {
    background: #008cc0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------------------
##4.3 Post Nav
--------------------------------------------------------------*/
.page-nav {
    float: left;
    padding: 20px 0;
    border-bottom: 2px solid #e5e5e5;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}

.page-nav span {
    display: block;
    line-height: 1;
    font-family: 'Gotham Rounded Bold';
}

.page-nav .pull-right span {
    text-align: right;
}

.page-nav a {
    color: #008cc0;
}

/*--------------------------------------------------------------
#5 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
#6 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
#7 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
#8 Content
--------------------------------------------------------------*/
#content {
    position: relative;
    z-index: 1;
    background-image: url(https://8913f5.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaves.png);
    background-image: linear-gradient(transparent, transparent), url(https://1d766d.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaves.svg);
    background-repeat: no-repeat;
    background-position: -12% 70px;
    background-color: #fff;
}

/*--------------------------------------------------------------
##8.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.content-box p {
    text-align: left;
}

ul.icon-list {
    padding: 0 0 100px 0;
    margin-top: -70px;
    text-align: center;
    clear: both;
}

ul.icon-list li {
    display: inline-block;
    margin-bottom: 30px;
}

ul.icon-list li:last-child {
    margin-right: 0;
}

.facility-icon {
    font-size: 80px;
    padding: 0 20px;
}

#about-us .intro {
    padding-bottom: 7px;;
    text-align: left;
}

.contact-info a:hover {
    color: #74b1ff;
}

.col-md-12 .detail {
    margin-left: 0;
}

/*-------------------------------------------------------------
#9 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
#10 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
##10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    border: 1px solid #ccc;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    text-align: center;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
##10.2 Galleries
--------------------------------------------------------------*/
.gallery-list,
.post-list {
    padding: 0;
    margin: 0 0 80px 0;
    clear: both;
}

.gallery-list li {
    list-style: none;
    text-align: center;
}

.gallery-list figure.image-holder {
    padding: 9px;
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    position: relative;
}

.gallery-list figure.image-holder:after {
    background: url('https://5e3925.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/after-album.png') no-repeat center top;
    content: "";
    height: 12px;
    width: 100%;
    top: 100.5%;
    background-size: 100%;
    left: 0;
    position: absolute;
}

.gallery-title {
    display: block;
    padding: 20px 0 40px;
}

/*--------------------------------------------------------------
#11 Header
--------------------------------------------------------------*/
html, body {
    height: 100%;
}

header.top-head {
    padding-top: 70px;
}

.main-container {
    position: relative;
}

#home .main-container {
    overflow: hidden;
}

.secondary-nav {
    display: inline-block;
}

.secondary-nav li {
    float: left;
    list-style: outside none none;
    margin-left: 8px;
    padding-left: 8px;
    position: relative;
}

.secondary-nav li:before {
    content: "|";
    position: absolute;
    left: 0;
}

.secondary-nav li:first-child:before {
    content: "";
}

.social {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}

.social li {
    float: left;
    font-size: 17px;
    list-style: outside none none;
    padding: 0 6px;
}

.social li i {
    display: block;
    padding-top: 2px;
    vertical-align: top;
}

/*--------------------------------------------------------------
#12 Interior
--------------------------------------------------------------*/
.hidden-bg {
    display: block;
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 116px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% -28px !important;
}

.hidden-bg.fixed {
    opacity: 1;
    background: #008cc0 !important;
}

.interior .top-head {
    position: fixed;
    top: 0;
    z-index: 3;
    -moz-transition: height 0.8s ease;
    -webkit-transition: height 0.8s ease;
    -ms-transition: height 0.8s ease;
    transition: height 0.8s ease;
    width: 100%;
    height: 116px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% -28px !important;
}

.interior .top-head.fixed {
    padding-top: 22px !important;
    background: none;
}

.billboard {
    padding-bottom: 35%;
    background-position: 50% -28px !important;
    background-size: 100% auto !important;
}

.billboard > img {
    width: 100%;
}

.billboard.static {
    z-index: 2;
    height: 93px;
    overflow: hidden;

}

.top-head.static {
    padding-top: 15px;

}

.interior .bottom-footer {
    position: static;
    padding-bottom: 20px;
}

.intro {
    padding: 105px 0 130px;
    text-align: center;
    font-size: 16px;
}

.page-title {
    padding: 75px 0 50px;
}

.intro.btm-space-10 {
    padding-bottom: 10px;
}

.intro.btm-space-50 {
    padding-bottom: 50px;
}

figure.image-holder {
    margin: 0;
}

figure.image-holder img {
    display: block;
}

.block-group {
    clear: left;
}

.block-group .blocks {
    margin-bottom: 135px;
    clear: both;
    position: relative;
}

.block-group .blocks.block-style1:before,
.block-group .blocks.block-style2:before,
.block-group .blocks.block-style3:before {
    content: "";
    position: absolute;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.block-group .blocks.block-style1:before {
    background-image: url(https://7c72fe.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaf-top-right.png);
    background-image: linear-gradient(transparent, transparent), url(https://ed724c.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaf-top-right.svg);
    top: -136px;
    left: 50%;
    width: 176px;
    height: 173px;
    margin-left: -90px;
}

body#facilities .block-group .blocks.block-style1:before {
    display: none;
}

.block-group .blocks.block-style2:before {
    background-image: url(https://856c1a.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaf-top-left.png);
    background-image: linear-gradient(transparent, transparent), url(https://d7f98e.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaf-top-left.svg);
    top: -116px;
    left: 170px;
    width: 154px;
    height: 173px;

}

.block-group .blocks.block-style3:before {
    background-image: url(https://5f165d.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaf-bottom-left.png);
    background-image: linear-gradient(transparent, transparent), url(https://d0d95c.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaf-bottom-left.svg);
    bottom: 50%;
    left: -10px;
    width: 176px;
    height: 151px;
    margin-bottom: -12%;
}

.location-block .blocks.block-style3 {
    margin-top: 25px;
}

.location-block .blocks.block-style3:before {
    top: 0;
    left: -130px;
    width: 176px;
    height: 100%;
    margin-bottom: 0;
    background-position: 0 80%;
}

.block-group .blocks > .image-holder > img {
    margin-left: 10%;
}

.content-box .detail {
    text-align: center;
    background: #f8f8f8;
    padding: 80px;
    margin: 70px 19% 0 -44%;
    overflow: hidden;
}

.content-box .detail > span.fancy-txt {
    text-align: left;
    display: block;
}

body#facilities .content-box .detail {
    padding: 80px 70px 45px;
}

a.button,
.gform_wrapper .gform_footer input.button {
    background: #008CC0;
    float: right;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 20px 2px;
    font-family: 'Gotham Rounded Bold';
}

.gform_wrapper .gform_footer input.button {
    padding: 9px 20px 5px;
}

.gform_wrapper .gform_footer input.button:hover,
a.button:hover {
    background: #389CC9;
    color: #fff;
}

.gform_footer {
    overflow: hidden;
    clear: both;
}

#gform_wrapper_2 .gform_footer {
    padding-top: 20px;
}

#gform_wrapper_2 .gform_footer input.button {
    float: left;
}

#gform_wrapper_1.gform_wrapper ul.gform_fields {
    padding: 25px 0 0 0;
    margin: 0;
}

.space {
    padding: 80px 0;
}

.content-box .detail.contact-info {
    padding: 55px 60px 60px;
    margin: 70px 0 0 -118%;
}

.contact-info > span {
    display: block;
    margin-bottom: 1px;
}

#about-us .detail.contact-info strong {
    font-size: 17px;
}

.map-holder > p {
    margin: 0;
}

.map-holder iframe {
    width: 100%;
    border: none;
    pointer-events: none;
}

.site-title {
    font-size: 28px;
    position: relative;
}

.gform_confirmation_message {
    color: #008cc0;
    font-size: 20px;
    text-align: center;
}

.validation_error {
    color: #ff081b;
    display: none;
}

.gfield_description.validation_message {
    color: #ff0000;
    font-size: 11px;
    margin-top: 7px;
}

.row-seprator {
    padding-top: 100px;
}

/*--------------------------------------------------------------
#13 Customising Form
--------------------------------------------------------------*/
.gform_body ul {
    padding: 0;
    margin: 0;
}

.block-group .gform_wrapper form li {
    margin-bottom: 20px;
    text-align: left;
    list-style-type: none;
}

.block-group #gform_wrapper_2 form li {
    margin-bottom: 30px;
}

.block-group #gform_wrapper_2 form li.telephone-no {
    margin-bottom: 35px;
}

.block-group .gform_wrapper form li.telephone-no strong {
    font-family: "Gotham Rounded Bold";
    font-weight: normal;
}

.block-group .gform_wrapper .gform_body .top_label input,
.block-group .gform_wrapper .top_label textarea.medium,
.block-group .gform_wrapper .top_label select.medium {
    padding: 10px;
    color: #787878;
    -webkit-box-shadow: 0 0 9px 1px rgba(226, 226, 226, .7);
    -moz-box-shadow: 0 0 9px 1px rgba(226, 226, 226, .7);
    box-shadow: 0 0 9px 1px rgba(226, 226, 226, .7);
}

.block-group .gform_wrapper .top_label select.medium,
.clear-multi .gfield_time_ampm select {
    height: 41px;
    background: #fff;
    color: #afafaf;
    background: rgba(255, 255, 255, 0.63);
    border: none;
    box-shadow: 0 0 9px 1px rgba(226, 226, 226, .7);
    -webkit-appearance: none;
}

.clear-multi .gfield_time_ampm select {
    width: 60px;
    padding: 10px;
}

.gf_browser_chrome.gform_wrapper .top_label select.medium,
.gf_browser_safari.gform_wrapper .top_label select.medium {
    background: url("https://b327d2.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/select-icon.png") no-repeat 98% center #fff
}

.gf_browser_chrome .clear-multi .gfield_time_ampm select,
.gf_browser_safari .clear-multi .gfield_time_ampm select {
    background: url("https://b327d2.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/select-icon.png") no-repeat 92% center #fff
}

.block-group .gform_wrapper .top_label input.medium,
.block-group .gform_wrapper .top_label select.medium {
    width: 65.5%;
}

.block-group #gform_wrapper_2 .top_label input.medium,
.block-group #gform_wrapper_2 .top_label select.medium {
    width: 98%;
}

#field_2_8 > label {
    display: none;
}

.clear-multi > div {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.clear-multi .gfield_time_hour input + i {
    display: none;
}

.clear-multi .gfield_time_hour input,
.clear-multi .gfield_time_minute input {
    width: 63px;
}

.block-group #gform_wrapper_2 form .top_label li.arrival-date {
    float: left;
    width: 160px;
}

.block-group #gform_wrapper_2 form li.arrival-time {
    float: left;
    margin-bottom: 17px;
}

.block-group #gform_wrapper_2 form .top_label li.number-guest {
    clear: both;
    width: 207px;
    margin-bottom: 10px;
}

.block-group #gform_wrapper_2 form .top_label li.arrival-date input {
    width: 100px;
}

img.ui-datepicker-trigger {
    margin-left: 13px;
    cursor: pointer;
}

/*--------------------------------------------------------------
#14 Footer
--------------------------------------------------------------*/

.bottom-footer {
    position: absolute;
    bottom: 5%;
    color: #fff;
    font-size: 11px;
    font-family: "Gotham Rounded Book";
}

.footer-left-col:before,
ul#primary-menu:after {
    content: "";
    height: 100%;
    width: 300%;
    background-color: #008cc0;
    position: absolute;
    display: block;
}

.footer-left-col::before {
    right: 100%;
    top: 0;
    z-index: 0;
}

.footer-left-col {
    background: #008cc0 none repeat scroll 0 0;
    height: 32px;
    padding-top: 6px;
    position: relative;
}

.bottom-footer a {
    color: #fff;
}

.bottom-footer a:hover {
    color: #74b1ff;
}

.site-author {
    clear: both;
    display: block;
    text-align: left;
}

span.comment-count {
    padding-left: 15px;
}

.bottom-footer .recent-post p a {
    color: #fff;
}

.bottom-footer .recent-post p a:hover {
    text-decoration: underline;
}

.bottom-footer h3 {
    margin-bottom: 0;

}

.bottom-footer .inner .date {
    margin-bottom: 10px;
}

.bottom-footer h3 a {
    font-size: 16px;
    font-family: 'Gotham Rounded Medium';
}

a.link {
    font-family: 'Gotham Rounded Bold';
    text-transform: uppercase;
}

.top-space {
    padding-top: 60px;
}

.bottom-footer .col-md-4.col-sm-6.col-md-offset-1 {
    float: right;
}

/*--------------------------------------------------------------
#15 Blog
--------------------------------------------------------------*/
.post-detail {
    padding: 30px 30px 0;
    margin: -74px 30px 0;
    background: #fff;
    position: relative;
}

.post-detail h2 {
    margin: 0 0 0 0;
}

.post-detail h2 a {
    color: #787878;
    text-decoration: none;
}

.recent-post .inner p {
    font-size: 14px;
}

.post-detail h2 a:hover,
.contact-info a,
.post-detail p a {
    color: #008cc0;
}

.post-detail .date {
    margin-bottom: 10px;
    color: #9f9f9f;
}

.post-detail p a {
    display: block;
    padding: 20px 0;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.post-detail p a:hover,
.page-nav a:hover {
    color: #012f40;
}

.recent-post .link span.icon-arrow span {
    display: inherit;
}

.recent-post .link span.icon-arrow {
    display: inline-block;
}

.recent-post span.icon-arrow {
    display: none;
}

article.post {
    min-height: 560px;
}

.single img.attachment-post-thumbnail.wp-post-image,
.single img.full {
    width: 100%;
}

.post-detail.full {
    margin: -74px 50px 0;
    padding: 40px 0 0 0;
}

.trigger-primary-nav,
.seperator,
.social-media {
    display: none;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.grey-bg {
    padding: 75px;
    background: #f8f8f8;
    position: relative;
    z-index: 2;
}

.grey-block:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(https://7c72fe.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaf-top-right.png);
    background-image: linear-gradient(transparent, transparent), url(https://ed724c.claudeassets.com/20260420224209im_/https://www.jalmahalpokhara.com/wp-content/themes/jalmahal/images/leaf-top-right.svg);
    right: -110px;
    top: -100px;
    width: 176px;
    height: 173px;
    background-repeat: no-repeat;
    z-index: 1;
}

#post-404-error {
    padding: 80px 0;
    text-align: center;
}

@media only screen and (min-width: 767px) {
    .hbe-bws #hbe-bws-page a {
        margin-top: 110px;
    }
}

.grey-bg .hbe-bws #hbe-bws-page .body-rooms-list .total-price-wrapper {
    top: -57px;
}

.search-widget {
    height: 66px;
    float: right;
}

.search-widget #search-widget-panel .swp-horizontal .bws-ipt-calendar {
    margin-top: 10px;
    margin-bottom: 13px;
    background: none;
}

.search-widget #search-widget-panel .swp-horizontal .bws-ipt-calendar input[type="text"] {
    background: #fff;
    padding: 13px 6px;
}

.search-widget #search-widget-panel .bws-ipt-calendar .bws-icon-calendar {
    z-index: 1;
    top: 7px;
    right: 7px;
}

div#search-widget-panel {
    background: none !important;
    padding-right: 0
}

.search-widget #search-widget-panel .swp-horizontal .swp-col3 {
    float: right;
}

.footer-recent-blog {
    width: 30%;
    margin-bottom: 20px;
}

.footer-recent-blog h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-recent-blog h3 a {
    font-size: 13px;
}

.footer-recent-blog .inner {
    line-height: 1.7;
}

#search-widget-panel .bws-button {
    font-family: 'Gotham Rounded Bold' !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    padding: 8.5px 18px !important;
    margin-top: 9.4px !important;
}

#search-widget-panel .bws-ipt-calendar input[type="text"] {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    height: 32px !important;
    font-family: "Gotham Rounded Book" !important;
}

.bottom-footer h3 {
    margin: 0;
    line-height: 1;
}


#sastotickets {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #book-now .grey-bg {
        padding: 40px 20px;
}
}


@media only screen and (max-width: 479px) {
    a.sasto-button {
        display: block;

    }
}


a.sasto-button {
    float: none; display: inline-block;
    text-align: center;

}
.block-group .gform_wrapper form li.captcha label {
    display: none;
}
/*
     FILE ARCHIVED ON 04:45:38 Nov 21, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:55:12 Jul 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.852
  exclusion.robots: 0.115
  exclusion.robots.policy: 0.098
  esindex: 0.015
  cdx.remote: 17.649
  LoadShardBlock: 233.103 (3)
  PetaboxLoader3.datanode: 254.476 (5)
  PetaboxLoader3.resolve: 122.999 (2)
  load_resource: 201.515
  loaddict: 75.04
*/