/**
 * Theme Name:     Seapearl WP Child
 * Author:         laralink
 * Template:       seapearl-wp
 * Text Domain:    seapearl-wp-child
 * Description:    Resort &amp; Hotel WordPress Theme.
 */
.container,
.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-fluid {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 975px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
    }

    .cs_site_header.cs_style_1 .cs_main_header_center {
        width: auto !important;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1420px;
    }
}

@media (min-width: 1720px) {
    .container {
        max-width: 1640px;
    }
}

/* @media (min-width: 1920px) {
  .container {
    max-width: 1813px;
  }
} */

.header-container {
    display: block;
}

.cs_nav .cs_nav_list>li:last-child {
    margin-right: 0 !important;
}

@media screen and (max-width: 991px) {
.cs_site_header .container {
	max-width: 100%;
	width: 100%;
}
}

.cs_site_header.cs_style_1 .cs_main_header_in {
    flex-wrap: unset;
    gap: 15px;
}

@media screen and (min-width: 1200px) {
    .cs_site_header.cs_style_1 .cs_main_header_center {
        position: relative;
        left: unset;
        right: unset;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        top: unset;
    }

    .cs_nav>div {
        height: auto;
    }

    .cs_nav .cs_nav_list>li {
        margin-right: 25px;
    }
}

@media (min-width: 396px) and (max-width: 1199px) {
    .cs_site_branding img {
        width: 80%;
    }

    .cs_menu_dropdown_toggle {
        width: unset;
        right: 5px;
        left: unset;
    }
}

.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2 {
    border-radius: 5px !important;
}

.cs_section_desc p {
    margin-bottom: 15px;
}

.cs_feature_box.cs_style_2 .cs_feature_icon {
    display: none;
}

.cs_feature_box.cs_style_2 .cs_feature_list h3 {
    padding-left: 0;
}

.cs_about.cs_style_1,
.cs_about.cs_style_2 {
    padding: 0;
}

.cs_about.cs_style_1 img,
.cs_about.cs_style_2 img {
    display: none;
}

.cs_feature_box.cs_style_3 .cs_feature_box_bg::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.cs_mobile_reverse .cs_style_1 .cs_card_list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cs_mobile_reverse .cs_style_1 .cs_card_list li {
    position: relative;
}

.cs_mobile_reverse .cs_style_1 .cs_card_list li:not(:last-child) {
    padding-right: 15px;
    margin-right: 14px;
}

.cs_mobile_reverse .cs_style_1 .cs_card_list li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 1px;
    background-color: var(--secondary);
}

@media (min-width: 992px) {
    .odd-even-row {
        flex-direction: row-reverse;
    }

    .odd-even-row .cs_image_layer {
        float: right;
    }

    .odd-even-row .cs_pr_110 {
        padding-left: 110px;
        padding-right: 0;
    }
}

.category-content {
    background: #f9f9f9;
    padding: 60px 0;
}

.category-content .category-content-top .content-right ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
    column-gap: 20px;
}

.category-content .category-content-top .content-left ul {
    list-style: circle inside;
    margin: 0;
    padding: 0;
}

.category-content .category-content-bottom {
    margin-top: 60px;
}

.category-content .category-content-bottom .category-gallery-grid {
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.category-content .category-content-bottom .category-gallery-grid .galery-item:nth-child(1) .cs_gallery_item {
    height: 100%;
}

.category-content .category-content-bottom .category-gallery-grid .galery-item .cs_gallery_item {
    height: 300px;
}

.category-content .category-content-bottom .category-gallery-grid .galery-item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.category-content .category-content-top .content-top-left.image-active {
    height: 100%;
    display: flex;
    align-items: center;
}

.octobook {
    max-width: 1640px;
    margin: 0 auto;
}

.octobook form {
    display: grid;
    grid-template-columns: repeat(3, 1fr) repeat(2, 0.5fr) 1fr;
    gap: 15px;
    background: #FFFFFF;
}

.octobooklayoutDEFAULT .octobookcheckin,
.octobooklayoutDEFAULT .octobookcheckout,
.octobooklayoutDEFAULT .octobookpax,
.octobooklayoutDEFAULT .octobookchild,
.octobooklayoutDEFAULT .octobooksubmit {
    width: 100% !important;
    padding-bottom: 0 !important;
}

.octobookcheckin>div>div,
.octobookcheckout>div>div {
    width: 100%;
}

#ui-datepicker-div-octorate {
    width: auto !important;
}

.octobook table td i,
.octobook label {
    color: #005498;
}

.octobookcategory.Large>div>select,
.octobooknetwork.Large>div>select,
.octobookpax.Large>div>select,
.octobookcheckin>.inputdate>div>select,
.octobookcheckout>.inputdate>div>select,
.octobookchild.Large>div>select {
    color: #005498 !important;
}

.octobookcategory>div>select:focus,
.octobooknetwork>div>select:focus,
.octobookpax>div>select:focus,
.octobookcheckin>.inputdate>div>select:focus,
.octobookcheckout>.inputdate>div>select:focus,
.octobookchild>div>select:focus,
.octobookcategory>div>select,
.octobooknetwork>div>select,
.octobookpax>div>select,
.octobookcheckin>.inputdate>div>select,
.octobookcheckout>.inputdate>div>select,
.octobookchild>div>select {
    border: 1px solid #005498 !important;
    border-radius: 0 !important;
}

.octobook table tr,
.octobook table td,
.octobook table th {
    border: 1px solid #005498 !important;
}

.octobooksubmit>div>input {
    background: #1b1b1b !important;
}

.octobooklayoutDEFAULT.octobook table td.day,
.octobook .textdate table td span,
.octobook .textdate table td {
    text-align: center;
    color: #005498 !important;
}

.octobook table td.day {
    font-size: 24px !important;
}

.octobook table td {
    padding: 4px !important;
}

.octobook-date .textdate {
    padding: 0 !important;
    max-width: inherit;
}

.octobook .weekday {
    text-transform: uppercase;
    font-size: 16px;
}

.octobook .octobooksubmit>div>input {
    border-radius: 0 !important;
}

.cs_page_heading {
    position: relative;
    overflow: hidden;
}

.cs_page_heading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
}

.cs_page_heading h1 {
    z-index: 9;
    position: relative;
}

body .category-content-wrapper .cs_card_list:not(.term-chambres-suites .cs_card_list) {
    display: none;
}

#booking {
    scroll-margin-top: 110px;
    scroll-snap-margin-top: 110px;
}

@media (max-width: 1400px) {
    .odd-even-row .cs_pr_110 {
        padding-left: 55px;
        padding-right: 0;
    }
}
@media (max-width: 1199px) {
	.cs_site_branding img {
		width: auto;
	}

	.cs_site_branding .cs_white_logo {
		display: none;
	}

	.cs_site_branding .cs_dark_logo {
		display: block;
		height: 80px;
	}

	.cs_site_header.cs_style_1.cs_transparent_header {
		background-color: #FFF !important;
	}

	.cs_menu_toggle span,
	.cs_menu_toggle span::before,
	.cs_menu_toggle span::after {
		background-color: #000 !important;
	}

	.cs_toggle_active span {
		background-color: transparent !important;
	}

	.cs_toggle_active span::before,
	.cs_toggle_active span::after {
		background-color: #FFF !important;
	}
}


@media (max-width: 1024px) {
    .octobook form {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .cs_feature_box.cs_style_2.cs_type_1 .row {
        flex-direction: column-reverse;
    }

    .category-content .category-content-top .first-image-used {
        margin-top: 30px;
    }

    .cs_mobile_reverse:not(:last-child) {
        margin-bottom: 40px;
    }

    .category-content-wrapper {
        padding: 60px 0;
    }

    .odd-even-row .cs_pr_110 {
        padding-left: 0px;
    }

    .category-content .category-content-bottom .category-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
    }

    .category-content .category-content-bottom .category-gallery-grid .galery-item:nth-child(1) {
        grid-area: inherit;
    }
}

@media (max-width: 1024px) {
    .octobook form {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {

    .container,
    .container-fluid {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.cs_google_map.cs_style_1.cs_type_1 {
    height: auto;
}

.cs_custom_pointer_wrap .cs_mouse_point.cs_style_3 {
    display: none;
}

.cs_feature_box.cs_style_3 .cs_feature_box_text {
    max-width: none;
}


@media (min-width: 1200px) and (max-width: 1299px) {
    .cs_site_header.cs_style_1 .cs_main_header_in {
        height: 85px;
    }

    .cs_site_header.cs_style_1 .cs_main_header_left {
        max-width: 170px;
    }

    .cs_nav .cs_nav_list>li>a {
        font-size: 13px !important;
    }

    .cs_nav .cs_nav_list>li {
        margin-right: 20px !important;
    }
}

.octorate-booking-widget{background: #aa8453;}