/*
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
*/

/* Small screens */
html { font-size: 14px; } /* 1rem = 14px */

/* Medium screens (1280-1366) */
@media (min-width: 1280px) {
  html { font-size: 15px; }
}

/* Standard desktop (1440) */
@media (min-width: 1440px) {
  html { font-size: 16px; }
}

/* Large desktop (1920+) */
@media (min-width: 1920px) {
  html { font-size: 16px; } /* or 17px if you want scaling */
}

/* Ultra-wide (2560+) */
@media (min-width: 2560px) {
  html { font-size: 18px; }
}

/* Placeholder for HS Calendar */
#hs-calendar #hs-placeholder{border:1px solid #5E35B133;border-radius:16px;padding:24px;background:#fff}
#hs-calendar .sk{height:14px;background:#EEF0F3;border-radius:8px;margin:10px 0}
#hs-calendar .sk-1{width:60%}
#hs-calendar .sk-2{width:40%}
#hs-calendar .sk-3{width:50%}
#hs-calendar .sk-txt{margin-top:6px;color:#7C4DFF}
#hs-slot iframe {
  opacity: 0;
  transition: opacity .4s ease;
}
#hs-slot iframe:is([src*="hubspot.com"]) {
  opacity: 1;
}