/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: Child theme of GeneratePress for HotelGyms.com.
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

/* Reset table borders */
.wp-block-table table.has-fixed-layout,
.wp-block-table table.has-fixed-layout th,
.wp-block-table table.has-fixed-layout td {
  border: none;
}

/* Table base */
.wp-block-table table.has-fixed-layout {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #0098C9;
}

/* Header divider */
.wp-block-table table.has-fixed-layout thead,
.wp-block-table table.has-fixed-layout thead tr {
  border-bottom: 2px solid #0098C9;
}

/* Header */
.wp-block-table table.has-fixed-layout thead th {
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  background-color: transparent !important;
  letter-spacing: 0.2px;
  color: #006D8F;
}

/* Disable any hover on header */
.wp-block-table table.has-fixed-layout thead:hover,
.wp-block-table table.has-fixed-layout thead tr:hover,
.wp-block-table table.has-fixed-layout thead th:hover {
  background-color: transparent !important;
  color: #006D8F !important;
}

/* Body cells */
.wp-block-table table.has-fixed-layout tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #e9eef2;
  font-weight: 400;
  color: inherit;
}

/* Prevent unwanted bold */
.wp-block-table table.has-fixed-layout tbody td strong {
  font-weight: 600;
}

/* Zebra rows */
.wp-block-table table.has-fixed-layout tbody tr:nth-child(even) {
  background-color: #F7F9FB;
}

/* Hover on all body rows, including first row */
.wp-block-table table.has-fixed-layout tbody tr:hover,
.wp-block-table table.has-fixed-layout tbody tr:first-child:hover {
  background-color: #EAF6FB !important;
}

/* Keep text readable on hover */
.wp-block-table table.has-fixed-layout tbody tr:hover td,
.wp-block-table table.has-fixed-layout tbody tr:first-child:hover td {
  color: inherit !important;
}

/* Mobile */
.wp-block-table {
  overflow-x: auto;
}

/*.wp-block-list {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
  }
  .wp-block-list {
    counter-reset: item;
    list-style: none;
    padding-left: 1.5em;
  }
  .wp-block-list li {
    position: relative;
    margin-bottom: 1em;
  }
   .wp-block-list li::before {
    counter-increment: item;
    content: counter(item) ".";
    font-weight: bold;
    position: absolute;
    left: -1.5em;
  } */
a{
  text-decoration: none!important;
}
.wp-block-search__inside-wrapper {
    flex-direction: row-reverse;
    background-color: var(--base-3);
    border-radius: 8px;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px;
}
.wp-block-search__input {
    border: none !important;
    border-radius: 5px !important;
    padding: 5px !important;
}
.wp-block-search__input {
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    text-decoration: unset !important;
}
body, button, input, select, textarea {
    font-family: Lato, sans-serif;
    font-size: 16px;
}
.wp-block-search__button.has-icon {
    line-height: 0;
}
.wp-block-search__button {
    margin-left: 0px;
    padding: 2px;
    color: var(--contrast);
    background-color: var(--base-3);
    border-radius: 5px !important;
}
.wp-element-button
{
    cursor: pointer;
}
.wp-block-search__button svg
{
    width: 30px;
    height: 30px;
}
.wp-block-search__button svg {
    min-height: 24px;
    min-width: 24px;
    fill: currentColor;
    vertical-align: text-bottom;
}


/*==== Additionl css start  ====== ============================================*/

a{
	text-decoration:none;
}

/* list items bullet color */
/* ::marker {
	color:var(--accent) !important;
} */

::marker a {
	color: var(--contrast);
    border-bottom: 2px solid var(--accent);
}


/* stkey header */
.site-header{
  position: sticky;
  top: 0;
  z-index:9;
  border-bottom: 1px solid rgb(241 241 241);
}


/* mobile logo */

@media all and (max-width: 767px) {
	.site-logo{
		width:139px;
  }
}

/*hambarger menu pading right*/

.menu-toggle {
    width: 25px!important;
}


/*navigation menu flot left*/

@media all and (min-width: 935px) {
.main-navigation .inside-navigation,
.nav-float-right #site-navigation {
    flex: 1;
}
.main-navigation .inside-navigation {
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
  }
	.main-nav {
    margin-left:82px;
  }
}


/*slideout navigation*/

@media screen and (max-width: 1023px) {
	:root {
		--gp-slideout-width: 350px !important;
	}
	.slideout-navigation {
    width: 300px !important;
  }

  button.slideout-exit {
    display: none;
  }
  .main-navigation .gp-icon svg {
    height: 24px;
    width: 24px;
  }
  .menu-toggle {
    background-color: #fff !important;
		width: 50px;
  }
	.slideout-navigation {
		background: transparent;
	}
	.gb-container-bac840d2 {
		backdrop-filter: blur(2rem);
	}
	.slideout-overlay {
		background: #00000063 !important;
	}
}

/* Blog Hero category bullets */
.wp-block-categories {
  margin: 0 auto;
}
.wp-block-categories-list {
  list-style: none;
  display: flex;
}
.wp-block-categories-list .cat-item {
  padding: 8px 15px;
  border: 1px solid;
  border-radius: 25px;
  margin: 5px;
}
.wp-block-categories-list .cat-item:hover {
  background-color: #fff;
  color: #000;
}
.wp-block-categories-list .cat-item a {
  color: #fff;
  font-size: 14px;
}
.wp-block-categories-list .cat-item:hover a {
  color: #000;
}
/* Active category */
.current-cat {
  background-color: #fff !important;
}
.current-cat a {
  color: #000 !important;
}
/* Blog Hero category bullets - Mobile */
@media screen and (max-width: 768px) {
  .wp-block-categories-list {
    overflow-x: scroll;
    text-wrap: nowrap;
    padding-bottom: 16px;
    padding-left: 11px;
    padding-right: 16px;
  }
  .wp-block-categories-list .cat-item {
    background-color: #fff;
    border-color: #e9ecef;
  }
  .wp-block-categories-list .cat-item a {
    color: #000;
  }
  /* Active category */
  .current-cat {
    background-color: #000 !important;
  }

  .current-cat a {
    color: #fff !important;
  }
	/*	Fluent form */
	.fluent_form_2 .ff-t-container {
        display: flex;
   }
}

/* Fluent Form: Btn color */
.fluentform_wrapper_1.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: #0098C9 !important;
}

/* Hero Search bar */
.wp-block-search__inside-wrapper  {
	flex-direction: row-reverse;
	background-color: var(--base-3);
	border-radius: 8px;
}
.wp-block-search__button {
	margin-left: 0px;
	padding: 2px;
	color: var(--contrast);
	background-color: var(--base-3);
	border-radius: 5px !important;
}
.wp-block-search__button svg {
	width: 30px;
	height: 30px;
}
.wp-block-search__input {
	border: none !important;
	border-radius: 5px !important;
	padding: 5px !important;
	background-color: var(--base-3) !important;
}
.wp-block-search__input:focus, .wp-block-search__input:active, .wp-block-search__input:hover {
	background-color: var(--base-3) !important;
}

@media(max-width: 768px) {
	.wp-block-search__inside-wrapper {
		width: 80% !important;
	}
}

/* Fluent form success and error */
.ff-message-success {
	border: 0px !important;
	color: green !important;
	text-align: center !important;
	box-shadow: none !important;
}
#fluentform_1_errors {
	border: 0 !important;
	color: red !important;
	text-align: center !important;
	box-shadow: none !important;
}


/* Updated mobile nav */
@media(max-width: 768px) {
	.site-header {
		z-index: 9;
	}
	.main-navigation.toggled .main-nav>ul {
		height: 90vh;
	}

	.has-inline-mobile-toggle #site-navigation.toggled {
		background: var(--base-3);
	}

	.main-navigation.toggled .main-nav li {
		padding: 25px 5px;
		border-bottom: 1px solid #f3f4f6;
	}

	.main-navigation .main-nav ul li a {
		padding-left: 0;
		font-size: 15px;
	}
}

.sm-popup-form {
    display: none;
}

/* Single post button */
.dynamic-entry-content .gb-button {
	text-decoration: underline;
	text-decoration-thickness: 1.2px;
	text-underline-offset: 5px;
}
.dynamic-entry-content .gb-button:hover {
	color: #fff !important;
}
.gb-button-928ab3ab {
	margin: 20px 0;
}


/*==== Additionl css end  ====== ============================================*/
/* Show ONLY on mobile when menu is open */
.kinde-login-btn {
    /* margin-left: 150px!important; */
}
nav .menu-bar-items{
    margin-left: auto;
}



a.kinde-login-btn {
    display: inline-flex!important;
    align-items: center!important;
    column-gap: 13px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    padding: 10px 26px 9px 25px!important;
    border-radius: 8px!important;
    background-color: var(--accent)!important;
    color: #ffffff!important;
    /* text-decoration: none; */
}
.gb-button-c85dcb87{
display:none!important;
}

/* Profile dropdown */
.profile-menu {
    position: relative;
    display: inline-block;
}

.profile-menu .profile-trigger {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
}

.profile-menu img,
.profile-menu svg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.profile-menu .dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 12px;
    min-width: 220px;
    z-index: 999;
}

.profile-menu:hover .dropdown-menu {
    display: block;
}

.profile-menu .user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.profile-menu .user-info strong {
    display: block;
    font-size: 14px;
    color: #333;
}

.profile-menu .user-info small {
    font-size: 12px;
    color: #666;
}

.profile-menu .dropdown-menu a {
    display: block;
    margin-top: 10px;
    color: rgb(55 65 81);
    font-size:16px;
    text-decoration: none;
}

.profile-menu .dropdown-menu a:hover {
    text-decoration: underline;
}


/* Mobile view (max-width: 768px) */
@media (max-width: 768px) {
    /* Hide the button by default in mobile */


    /* Show and reposition it when sidebar (mobile menu) is open */
    /* html.mobile-menu-open .menu-bar-items .kinde-login-btn {
      display: block !important;
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      text-align: center;
      background-color: #00a8cc;
      color: #fff;
      padding: 10px 15px;
      border-radius: 6px;
      z-index: 9999;
    } */
    .mobile-menu-control-wrapper .menu-bar-items {
display: none;

    }
    .mobile-menu-open  .mobile-menu-control-wrapper .menu-bar-items{
display: block;

    }
    .mobile-menu-control-wrapper .menu-bar-items .kinde-login-btn{
        width: 100%;
        justify-content: center;
    }
    .mobile-menu-control-wrapper .menu-bar-items {
    position: absolute;
    left: 30px;
    right: 30px;
    z-index: 99;
    bottom: 50px;

}
.main-navigation.has-menu-bar-items.sub-menu-right{
    position: relative;
  z-index: 1;
}
  }

  .gb-container.gb-container-1e6dfd7a{
    z-index:1!important;
  }


