/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.lqd-fancy-menu.menu-items-has-fill > ul > li > a {
    padding: 0.7em 1.571em;
    line-height: 1.15em;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: none !important;
}
.megamenu .nav-item-children .link-badge {
    padding: 0.5em 0.9em;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.lqd-stickybar-wrap .lqd-head-col > .module-button .btn.no-rotate {
    transform: rotate(180deg);
    align-self: start;
}
.lqd-fb-style-6 .liquid-overlay-link {
	transform: translateZ(150px);
}
.carousel-item .lqd-fb-style-6 {
    margin-top: 50px;
    margin-bottom: 70px;
}
.liquid-parallax-bg > .liquid-parallax-container .liquid-parallax-figure {
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.320, 1) both;
}
.lqd-mobile-main-nav {
    width: 100%;
}
.ld-gradient-heading .ld-fh-txt-inner {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important;
}
.lqd-mobile-sec .megamenu .lqd-fancy-menu > li > a {
  color: inherit;
}

.lqd-mobile-sec .megamenu .lqd-fancy-menu.menu-items-has-fill > ul > li > a {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.ld-fh-outline-static .ld-fh-element {
	color: transparent;
}

[data-mobile-nav-style=modern] .lqd-mobile-sec .megamenu .lqd-simple-heading {
  color: #fff;
}

.lqd-mobile-sec .vc_row:before,
.lqd-mobile-sec .vc_row:after,
.lqd-mobile-sec .container:before,
.lqd-mobile-sec .container:after,
.lqd-mobile-sec .vc_column-inner:before,
.lqd-mobile-sec .vc_column-inner:after,
.lqd-mobile-sec .wpb_wrapper-inner:before,
.lqd-mobile-sec .wpb_wrapper-inner:after {
    content: none !important;
}

.lqd-mobile-sec .main-nav > li {
    display: block;
}

.lqd-mobile-sec .main-nav > li .nav-item-children {
    pointer-events: auto;
	transform: none;
	transition: none;
}

.lqd-main-sidebar .widget.ld-sf {
    margin-bottom: 0;
}

.ld-ajax-loadmore .all-loaded i {
    font-size: 1em;
}

.vc_column-inner {
    z-index: auto;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .megamenu .lqd-fancy-menu > ul > li > a {
        font-size: 15px;
    }
    .megamenu .ld-fancy-heading.text-uppercase h4 {
        font-size: 12px;
        white-space: nowrap;
    }
}

.gcf-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  padding: 20px 0;
}

.gcf-partner-item {
  padding: 10px 15px;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  font-size: 15px;
  font-weight: 500;
  color: #333;
}