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

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
	margin-bottom: 1em;
}

.blocks-gallery-caption {
	margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
	--wp-btn-border-radius: 1.5em;
	border-radius: var(--wp-btn-border-radius);
	line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	--wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
	color: #fff;
}

.wp-block-cover.has-background-dim a {
	color: inherit;
}

.wp-block-group.has-background,
.has-background {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
	border: none;
}

/*--------------------------------------------------------------
Gilroy Font Family
--------------------------------------------------------------*/

/* Thin */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* UltraLight */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Semibold */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Heavy */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 950;
    font-style: italic;
    font-display: swap;
}

/*--------------------------------------------------------------
Neutro Font Family
--------------------------------------------------------------*/

/* Regular */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-Regular.woff2') format('woff2'),
         url('fonts/Neutro-Regular.woff') format('woff'),
         url('fonts/Neutro-Regular.ttf') format('truetype'),
         url('fonts/Neutro-Regular.eot') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-Italic.woff2') format('woff2'),
         url('fonts/Neutro-Italic.woff') format('woff'),
         url('fonts/Neutro-Italic.ttf') format('truetype'),
         url('fonts/Neutro-Italic.eot') format('embedded-opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-Light.woff2') format('woff2'),
         url('fonts/Neutro-Light.woff') format('woff'),
         url('fonts/Neutro-Light.ttf') format('truetype'),
         url('fonts/Neutro-Light.eot') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-LightItalic.woff2') format('woff2'),
         url('fonts/Neutro-LightItalic.woff') format('woff'),
         url('fonts/Neutro-LightItalic.ttf') format('truetype'),
         url('fonts/Neutro-LightItalic.eot') format('embedded-opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-Medium.woff2') format('woff2'),
         url('fonts/Neutro-Medium.woff') format('woff'),
         url('fonts/Neutro-Medium.ttf') format('truetype'),
         url('fonts/Neutro-Medium.eot') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-MediumItalic.woff2') format('woff2'),
         url('fonts/Neutro-MediumItalic.woff') format('woff'),
         url('fonts/Neutro-MediumItalic.ttf') format('truetype'),
         url('fonts/Neutro-MediumItalic.eot') format('embedded-opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* DemiBold */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-DemiBold.woff2') format('woff2'),
         url('fonts/Neutro-DemiBold.woff') format('woff'),
         url('fonts/Neutro-DemiBold.ttf') format('truetype'),
         url('fonts/Neutro-DemiBold.eot') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* DemiBold Italic */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-DemiBoldItalic.woff2') format('woff2'),
         url('fonts/Neutro-DemiBoldItalic.woff') format('woff'),
         url('fonts/Neutro-DemiBoldItalic.ttf') format('truetype'),
         url('fonts/Neutro-DemiBoldItalic.eot') format('embedded-opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-Bold.woff2') format('woff2'),
         url('fonts/Neutro-Bold.woff') format('woff'),
         url('fonts/Neutro-Bold.ttf') format('truetype'),
         url('fonts/Neutro-Bold.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-BoldItalic.woff2') format('woff2'),
         url('fonts/Neutro-BoldItalic.woff') format('woff'),
         url('fonts/Neutro-BoldItalic.ttf') format('truetype'),
         url('fonts/Neutro-BoldItalic.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Heavy */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-Heavy.woff2') format('woff2'),
         url('fonts/Neutro-Heavy.woff') format('woff'),
         url('fonts/Neutro-Heavy.ttf') format('truetype'),
         url('fonts/Neutro-Heavy.eot') format('embedded-opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Heavy Italic */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-HeavyItalic.woff2') format('woff2'),
         url('fonts/Neutro-HeavyItalic.woff') format('woff'),
         url('fonts/Neutro-HeavyItalic.ttf') format('truetype'),
         url('fonts/Neutro-HeavyItalic.eot') format('embedded-opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-Black.woff2') format('woff2'),
         url('fonts/Neutro-Black.woff') format('woff'),
         url('fonts/Neutro-Black.ttf') format('truetype'),
         url('fonts/Neutro-Black.eot') format('embedded-opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Black Italic */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-BlackItalic.woff2') format('woff2'),
         url('fonts/Neutro-BlackItalic.woff') format('woff'),
         url('fonts/Neutro-BlackItalic.ttf') format('truetype'),
         url('fonts/Neutro-BlackItalic.eot') format('embedded-opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Thin */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-Thin.woff2') format('woff2'),
         url('fonts/Neutro-Thin.woff') format('woff'),
         url('fonts/Neutro-Thin.ttf') format('truetype'),
         url('fonts/Neutro-Thin.eot') format('embedded-opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Thin Italic */
@font-face {
    font-family: 'Neutro';
    src: url('fonts/Neutro-ThinItalic.woff2') format('woff2'),
         url('fonts/Neutro-ThinItalic.woff') format('woff'),
         url('fonts/Neutro-ThinItalic.ttf') format('truetype'),
         url('fonts/Neutro-ThinItalic.eot') format('embedded-opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

