/*
Theme Name: ChangeLab Theme
Theme URI: https://changelab.pl
Template: astra
Author: ChangeLab
Author URI: https://changelab.pl
Description: Motyw potomny dla Astry. Zawiera niestandardowy shortcode [custom_recent_posts] wyświetlający 3 najnowsze wpisy z kolorowymi tełami (fioletowy, różowy, pomarańczowy), tytułem, zajawką i przyciskiem "learn more". Style: Josefin Sans, kolory marki ChangeLab.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: changelab-theme
*/

/* Highgate Font */
@font-face {
  font-family: 'Highgate';
  src: url('fonts/fonnts.com-Highgate_Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Base font - override Elementor custom fonts from test.kudyba.eu */
body, body p, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, footer, .site-footer {
	font-family: 'Highgate', sans-serif !important;
}

/* Header / Menu */
.site-header {
	box-shadow: none;
	border-bottom: none;
}

.main-header-menu .menu-item {
	background-color: #1D2033;
	text-transform: lowercase;
}

.main-header-menu .menu-item a {
	color: #fff !important;
}

/* Remove post/page navigation */
.post-navigation, .page-navigation {
	display: none;
}

/* Hide page titles for specific pages */
.page-id-2 .entry-title,
.page-id-4 .entry-title {
	display: none;
}

/* Post grid - Spectra/Ultimate Addons */
.uagb-post-grid {
	font-family: 'Highgate', sans-serif !important;
}

.uagb-post-grid .uagb-post__image img {
	width: 60%;
}

.uagb-image-ratio-inherit {
	text-align: -webkit-center;
}

.wp-block-uagb-post-grid .uagb-post__inner-wrap .uagb-post__title a {
	font-family: 'Highgate', sans-serif !important;
	color: white;
}

/* Buttons */
.wp-block-button__link {
	text-decoration: none;
}
