/*
	Theme Name: Malayo Resorts Theme
	Theme URI: https://murphyconsulting.us/
	Description: This is the sample theme created for the Genesis Framework.
	Author: Linkage Dev
	Author URI: https://murphyconsulting.us/
	Version: 2.6.0
	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: murphy-theme
*/
.menu-item ul.sub-menu {
    border-radius: 16px;
    background: rgba(40, 125, 154, 0.8) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.custom-btn-gradient {
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 4px 7px 20px 4px rgba(0, 0, 0, 0.22);
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;
}

.custom-btn-gradient {
    color: #fff !important;
}

.btn-gradient .fl-button,
.custom-btn-gradient {
    background: linear-gradient(
        270deg,
        rgba(57, 140, 194, 1) 0%,
        rgba(26, 195, 126, 1) 100%
    ) !important;
    transition: 0.3s ease-in-out;
}

.btn-gradient.disabled .fl-button:hover {
    transform: initial;
    cursor: initial;
}

.btn-gradient .fl-button:hover,
.custom-btn-gradient:hover {
    transform: scale(0.95);
}

.ls-normal .fl-button {
    letter-spacing: initial !important;
}

body .gform_wrapper .top_label .gfield_label {
    font-family: "Montserrat", sans-serif;
    letter-spacing: initial !important;
    text-transform: initial !important;
    color: #000 !important;
    font-weight: 400;
    font-size: 14px !important;
}

.gform_confirmation_wrapper {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    color: #277d99;
    font-weight: 700;
    margin-top: 16px;
}

.page-id-1406 .fl-node-5d95046e9d649 > .fl-row-content-wrap{
    background-image: url('images/tours-banners.jpg');
}
.page-id-1404 .fl-node-5d95046e9d649 > .fl-row-content-wrap{
    background-image: url('images/accomm-inner-banner.jpg');
}

.inner-banner .fl-button-wrap.fl-button-width-auto.fl-button-center{
    text-align: left;
}
.accomp-p1 strong{
    font-weight: bold !important;
}

.info-table td{
   
    font-size: 15px;
    
}
strong{
    font-weight: bold !important;
}
.info-table a{
    color: #127276;
    font-weight: 700;
    transition:0.3s;

}
.info-table a:hover{
    color: #127276 !important;
    opacity: 0.8;
    text-decoration: none;
}
.custom-list li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    margin-left: -24px;
    font-size: 35px;
    color: #127276;
    position: absolute;
    top: -13px;
}

.custom-list ::marker {
    font-size: 0;
}

/* Cards */

.fl-node-5f952c87a8184 .fl-module-button {
    margin-top: auto;
}

/* Inner Header - 2 */
.fl-node-5f98532fe5098 {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
}

/* Terms & Conditions */
.fl-node-5f9b31d9e7df0 strong span {
    font-weight: 800 !important;
}

@media (min-width: 1024px) {
    .custom-btn-gradient {
        padding-top: 20px;
        padding-right: 32px;
        padding-bottom: 20px;
        padding-left: 32px;
    }
}

@media (min-width: 768px) {
    .custom-btn-gradient {
        padding-top: 16px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
    }
}
