/*
Theme Name: 
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.2
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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


    /**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


    /**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

    /* ============ Blog Post in single.php Start ================== */

.page-banner {
	position: relative;
  background: url('https://duencyitservices.in/wordpress/kileleclimb/wp-content/uploads/2025/08/21630.jpg') center/cover no-repeat;
  padding: 200px 40px;
  color: white;
  text-align: center;
	margin-top: 155px;
}
.page-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
}
.page-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 30px;
    width: 100%;
    background: url(https://duencyitservices.in/wordpress/kileleclimb/wp-content/uploads/2025/07/bread-crumb-footer-1024x77.png);
    background-size: contain;
}
.blog-sidebar .wp-post-image {
    height: 70px;
    width: 70px;
    object-fit: contain;
	border-radius: 4px;
}
p.breadcrumb {
    display: none !important;
}
.blog-content-area {
  background-color: #fff;
	position: relative;
}
.blog-content-area .ast-article-single {
    padding: 0  !important;
}
.blog-sidebar .recent-posts li a {
    color: #264494;
    font-size: 18px;
	font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-sidebar .recent-posts li a:hover {
    color: #160f03 !important;
}
.blog-sidebar .recent-posts li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
	padding-bottom: 10px;
		align-items: center;
	gap: 10px;
}
.blog-sidebar .recent-posts li:hover a {
	color: #264494;
}
.post-meta {
    display: flex;
    gap: 20px;
}
.post-meta span {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.post-meta i {
    color: #264494;
    margin-right: 5px;
}
.post-thumbnail img {
    border-radius: 4px;
}
.post-content .item-title {
    color: #264494;
	padding-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin-bottom: 15px !important;
}
@media only screen and (max-width: 480px) {
	.post-meta {
    flex-direction: column;
    gap: 0;
}
}
/* ==== Comment Form ==== */
.comment-section-wrapper {
  display: none !important;
}
.comments-area {
    display: none !important;
}

/* ==== Error or Success Messages ==== */
.comment-awaiting-moderation {
  font-style: italic;
  color: #555;
  margin-top: 10px;
}
.form-submit {
    padding-top: 30px;
}
.eael-entry-title .eael-grid-post-link {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.eael-entry-thumbnail  img {
    height: 300px !important;
}
.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.post-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-left: 0 !important;
}
.post-content ul li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}
.post-content ul li::before {
  content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background-image: url('https://duencyitservices.in/wordpress/kileleclimb/wp-content/themes/kileleclimb/images/kileleclimb-check-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-content-area .entry-title {
	font-size: 40px;
	font-weight: 800;
	line-height: 45px;
	letter-spacing: 1px;
	color: #0A2635;
	margin-bottom: 42px !important;
}
.page-banner .entry-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 1px;
	color: #FFFFFF;
	position: relative;
}
.blog-content-area p {
	color: #160f03;
}
.recent-posts {
    margin-left: 0 !important;
}
.premium-blog-entry-title {
	margin-bottom: 15px !important;
}
.our-blog .elementskit-entry-thumb {
	height: 300px !important;
}
.our-blog .elementskit-entry-header img {
	height: 100% !important;
    object-fit: cover !important;
}
.our-blog .elementskit-post-image-card .elementskit-post-body .entry-title {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* ============ Blog Post in single.php End ================== */
    input:focus::placeholder,
    textarea:focus::placeholder {
        color: transparent !important;
    }

    /* ============== */
    .services-contents .elementor-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .services-contents h2 {
        color: #160F03;
        font-size: 32px;
        line-height: 50px;
        font-weight: 600;
        padding-top: 20px;
    }

    .services-contents h3 {
        color: #160F03;
        font-size: 26px;
        line-height: 40px;
        font-weight: 600;
        padding-top: 20px;
    }

    .services-contents h4,
    .services-contents h5,
    .services-contents h6 {
        color: #160F03;
        font-size: 20px;
        line-height: 40px;
        font-weight: 600;
        padding-top: 20px;
    }

    .services-contents p {
        color: #160f03;
        line-height: 30px;
        font-size: 16px;
        font-weight: 500;
    }

    .services-contents ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px !important;
    }

    .services-contents ul li {
        position: relative;
        padding-left: 30px;
        color: #160f03;
        line-height: 30px;
        font-size: 16px;
        font-weight: 500;
        font-family: "Quicksand", serif !important;
    }

    .services-contents ul li::before {
        content: '\f058';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 16px;
        color: #264494;
    }

    .services-contents .why-choose .row {
        row-gap: 0;
        align-items: normal;
    }

    .services-contents .item-icon {
        display: none;
    }

    @media only screen and (max-width: 575px) {
        .services-contents h2 {
            font-size: 27px;
            line-height: 30px;
        }

        .services-contents h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .services-contents h4,
        .services-contents h5,
        .services-contents h6 {
            font-size: 20px;
            line-height: 30px;
        }
    }

    /* ======= Travle Tips Slider ============ */
    .travle-tips-slider .caption-wrap {
        position: absolute !important;
        background: transparent !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        border: none !important;
        max-height: max-content !important;
    }

    .travle-tips-slider h2 {
        font-size: 25px !important;
        font-weight: 700 !important;
        line-height: 30px !important;
        color: #FFFFFF !important;
        padding-bottom: 30px !important;
    }

    .travle-tips-slider .ms-custom-button {
        background-color: #26449400 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: capitalize !important;
        border: 1px solid #fff !important;
        border-radius: 5px !important;
        padding: 12px 25px !important;
    }

    .travle-tips-slider .ms-custom-button:hover {
        background-color: #fff !important;
        color: #264494 !important;
        opacity: 1 !important;
    }

    .travle-tips-slider .caption {
        padding: 10px !important;
        max-height: max-content !important;
    }

    .travle-tips-slider .caption br {
        display: none !important;
    }

    .travle-tips-slider .metaslider_image_link {
        position: relative !important;
        overflow: hidden !important;
        border-radius: 5px !important;
    }

    .travle-tips-slider .metaslider_image_link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.5;
    }



    @media only screen and (max-width: 575px) {
        .metaslider.ms-theme-clarity .flexslider .slides li {
            margin-bottom: 0 !important;
            margin-right: 0 !important;
        }

        .travle-tips-slider .caption-wrap {
            width: 70% !important;
        }
    }

    /* Book Your Safari Page */
    .enquiry-form-col .form-label {
        font-size: 20px;
        color: #160f03;
        font-family: "Quicksand", serif !important;
        padding-bottom: 15px;
    }

    .enquiry-form-col .form-label small {
        display: block;
        font-size: 14px;
        padding-top: 10px;
    }

    .enquiry-form-col .wpcf7-list-item {
        display: inline-block;
        margin: 0 !important;
    }

    .enquiry-form-col .wpcf7-list-item-label {
        font-family: "Quicksand", serif !important;
        font-weight: 600 !important;
        color: #373737 !important;
    }

    .enquiry-form-col .wpcf7-checkbox.checkbox-label {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    input[type="checkbox"] {
        accent-color: #264494;
        /* your desired color */
    }

    .enquiry-form-col .ui-datepicker-trigger {
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        color: transparent;
        border-radius: 5px;
        border-color: transparent;
    }

    .ui-datepicker-trigger {
        display: none !important;
    }
	.no-results {
    	text-align: center;
    	padding: 40px 0;
    	font-size: 18px;
    	color: #555;
	}
	.ajax-loader {
    text-align: center;
    padding: 40px 0;
	}

	.spinner {
    	width: 40px;
    	height: 40px;
    	border: 4px solid #ddd;
    	border-top: 4px solid #000;
    	border-radius: 50%;
    	animation: spin 0.8s linear infinite;
    	margin: auto;
	}

	@keyframes spin {
    	100% { transform: rotate(360deg); }
	}