/*
  Theme name: Hyper Fox
  Theme URI: http://www.hyperfoxstudios.com
  Author: Filip Djeze Bartus
  Description: Modern Hyper Fox Theme
  Tags: moder, gradient, responsive, hyper, fox, studios, theme
  Version: 1.0.0.
  Text Domain: hyperfox
 */

* {
	font-weight: 300;
}

.hfs-tag {
	display: inline-block;
	margin-top: 15px;
}

.nav-link {
	margin-right: 30px;
}

.grecaptcha-badge {
	box-shadow: none !important;
}

.page-numbers.dots {
	color: white !important;
}

.hfs-page-content-wrapper {
	margin-bottom: 30px;
}

.size-large {
	max-width: 100%;
    height: auto;	
}

@media (max-width: 991.98px) {
	.nav-link {
		margin-right: 0 !important;
	}
}

@media (max-width: 570px) {
	.fvz-hero-text {
		
	}
	.hfs-section.hero {
		height: 250px;
	}
}