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


/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/
.wpcf7-form-control {
height: auto;
}

#gtranslate_menu_wrapper_19527 {margin-top: 35px; !important}


/*--------------------------------------------------------------
Custom Currency Converter CSS
--------------------------------------------------------------*/
.fx-bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(16,24,40,.10);
  padding: 38px 32px;
  max-width: 540px;
  width: 100%;
}
.fx-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}
.fx-col {
  flex: 1 1 0;
  min-width: 0;
}
.fx-select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7f7fa;
  border-radius: 10px;
  border: 1px solid #e7e7ea;
  padding: 10px 14px 10px 8px;
  margin-bottom: 7px;
  cursor: pointer;
  min-height: 46px;
}
.fx-select .fx-text {
  font-weight: 600;
  font-size: 17px;
  color: #222;
  z-index: 2;
  pointer-events: none;
  background: transparent;
}
.fx-select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
  background: none;
  color: transparent;
  border: none;
  outline: none;
}
.fx-send select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
}
.fx-send .fx-caret {
  display: none;
}
.fx-caret {
  position: relative;
  font-size: 14px;
  color: #888;
  z-index: 2;
  pointer-events: none;
}
.fx-flag img {
  width: 26px;
  height: 18px;
  border-radius: 3px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.fx-label {
  display: block;
  font-size: 16px;
  color: #6b6f76;
  margin-bottom: 8px;
  font-weight: 400;
}
.fx-rate {
  margin-top: 0.5em;
  font-size: 14px;
  color: #444;
  text-align: left;
}
.fx-rate strong {
  font-size: 14px;
}
.fx-swap-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}
.fx-swap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e7e7ea;
  background: #fff;
  font-size: 22px;
  color: #0f172a;
  cursor: pointer;
  margin-top: 22px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s;
}
.fx-swap:hover {
  transform: rotate(90deg);
}
.fx-form {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fx-input {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #e7e7ea;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  outline: none;
  font-family: inherit;
}
.fx-cta {
  width: 100%;
  margin-top: 0;
  background: #e30613;
  color: #fff;
  border: 0;
  padding: 18px 16px 16px;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  font-family: inherit;
}
.fx-result {
  margin-top: 23px;
  text-align: center;
}
.fx-note {
  color: #888;
  margin: 0 0 7px;
  font-size: 16px;
}
.fx-amount-out {
  color: #d90416;
  font-size: 34px;
  font-weight: 800;
  font-family: inherit;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.fx-indicative {
  color: #aaa;
  font-size: 13px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .fx-card {
    padding: 16px 3vw;
  }
  .fx-row {
    flex-direction: column;
    gap: 0;
  }
  .fx-swap-wrap {
    margin: 10px 0;
  }
  .fx-cta {
    font-size: 17px;
    padding: 15px 8px 13px;
  }
  .fx-result {
    margin-top: 15px;
  }
  .fx-label {
    font-size: 14px;
  }
  .fx-select .fx-text {
    font-size: 15px;
  }
}
.fx-select select,
.fx-select option {
  color: #fff;
  background: #111;
}
