@font-face {
	font-family: 'FaktPro-Blond';
	src: url('../fonts/FaktPro-Blond.eot');
	src: url('../fonts/FaktPro-Blond.woff') format('woff'),
		url('../fonts/FaktPro-Blond.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FaktPro-Bold';
	src: url('../fonts/faktpro-bold.eot');
	src: url('../fonts/FaktPro-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FaktPro-Medium';
	src: url('../fonts/faktpro-Medium.eot');
	src: url('../fonts/FaktPro-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	overflow-x: hidden;
}

body,
h4 {
	font-family: 'FaktPro-Blond';
}

h1,
h2,
h3,
h5 {
	font-family: 'FaktPro-Bold';
}

.main-wrapper {
	margin-top:100px;
}

.addtrans {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

h1 {
	letter-spacing: -.5pt;
}

.has-large-font-size{
	font-size:1rem;
}

blockquote{
	background: #efefef;
	margin:2em 0;
}

blockquote p{
	padding:1em;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.2em;
}

blockquote cite{
	padding: 2em;
	font-size: 1.1em;
}


h6 {
	font-family: Merriweather;
	letter-spacing: .02px;
	font-size: 16.5px;
	line-height: 33px;
	font-weight: 400;
	color: #444;
}

.vh-35 {
	min-height: 35vh;
}
.vh-50 {
	height:50vh!important;
}
.vh-75 {
	height:75vh!important;
}
.vh-100 {
	height:100vh!important;
}

.navbar img {
	max-height:40px;
}

a:hover {
	text-decoration: underline;
}

.text-bold,
.carousel-inner h1 {
	font-size: 5vw;
	line-height: 1em;
}

.gform_button{

    background-color: #00c600;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;

}

.carousel-inner h3 {
	font-size: 3vw;
	line-height: 1em;
}

.mt-120 {
	margin-top: 120px !important;
}

@media (min-width: 1200px)
.container {
    max-width: 1440px!important;
}

footer {
	font-weight: normal;
	line-height: 1.5em;
}

footer p a,
footer li a {
	color: #fff !important;
}
footer p a:hover,
footer li a:hover {
	color: #eee !important;
}

.btn {
	border: 0;
	border-radius: 0;
	font-family: 'FaktPro-Medium';
}

.btn-primary {
	color: #fff;

}





hr {
	max-width: 120px;

	border-radius: 2px;
}

/* CTA buttons */

a.has-white-background-color {
	background-color: #fff !important;
}

a.has-white-color,
a:hover.has-white-color {
	color: #fff!important;
}




a.wp-block-button__link {
	text-decoration: none;
	font-family: 'FaktPro-Medium';
	margin-top: 1.5em;
}

a.wp-block-button__link:hover {
	text-decoration: none;
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}

section {
	overflow: hidden;
}

nav .menu-item > a {
	font-family: 'FaktPro-Medium';
	position: relative;
	color: #fff !important;
	text-decoration: none;
	margin: 0 10px;
	padding: 10px 0;
	white-space: nowrap;
}

nav .menu-item > a:hover {
	color: #fff !important;
}

nav.bg-white .menu-item > a,
nav.bg-white .menu-item > a:hover {
	color: #000 !important;
}

nav .menu-item > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

nav .current_page_item > a:before,
nav .menu-item > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


nav.addtrans #mobile-menu-trigger {color:#fff;}
nav.bg-white #mobile-menu-trigger {color:#343a40;}
nav.bg-white {border-bottom:1px solid#eee;}

.fluid-container {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.carousel-item {
	background-size:cover!important;
	background-position: center center;
	height:50vh;
}

.carousel-item h1,
.carousel-item h2,
.carousel-item h3,
.carousel-item p
 {
	text-shadow: 2px 2px rgba(0,0,0,.4);
}
.gform_confirmation_message_1{
    background: green;
    color: white;
    padding: 2em;
    margin-block: 1em;
}


@media (min-width: 1200px){
.container {
     max-width: 990px;
}
}

@media (min-width: 600px) {
	.wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		margin-left: 0px !important;
	}

}
