/**
 * Flux Normalize CSS + Default CSS.
 *
 * https://necolas.github.io/normalize.css/8.0.1/normalize.css
 * @link https://flux.be
 *
 * @package    Flux
 * @subpackage Flux Child
 * @since      1.0.0
 */

/**
 * Normalize css - normalize elements across browsers - Do not modify
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/**
 * Default pbf theme related css
 */
.wpbf-container {
	padding: 0 30px;
}

.wpb_video_widget .wpb_video_wrapper .wpbf-video,
.wpb_video_widget .wpb_video_wrapper .wpbf-responsive-embed {
	padding-bottom: 0;
}

.wpbf-navigation .wpbf-grid-collapse {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wpbf-navigation .wpbf-logo-container,
.wpbf-navigation .wpbf-menu-container {
	display: block;
}

.wpbf-navigation .wpbf-1-4 .wpbf-logo {
	max-width: 120px;
}

.wpbf-menu-right .wpbf-menu a {
	line-height: 64px;
}

.wpbf-navigation .wpbf-menu li:last-child a {
	padding-right: 0;
}

body #content {
	overflow: hidden;
	position: relative;
}

.single #inner-content {
	width: 100%;
	max-width: initial;
	padding: 0;
}

.vc_row,
.vc_row .section_inner,
.wpb_wrapper {
	position: relative;
}

.vc_row .section_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

/**
 * General css
 */
/* Change column gap */
p {
	margin-bottom: 15px;
}

p:last-of-type {
	margin-bottom: 0;
}

a,
p a {
	transition: all 0.3s ease;
	position: relative;
	font-weight: 600;
}

a:hover,
p a:hover {
	color: #306fc4;
}

.whitetext * {
	color: #fff;
}

.blacktext * {
	color: #000;
}

.flux_btn {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	padding: 15px 30px;
	background-color: transparent;
	border: 1px solid #306fc4;
	color: #306fc4;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 0.3s ease;
	box-sizing: initial;
}

.flux_btn:hover {
	color: #ffffff;
	background-color: transparent;
	border-color: #306fc4;
}

.rw-section {
	padding: 100px 0;
}

.rw-section-sm {
	padding: 50px 0;
}

.rw-section-lg {
	padding: 150px 0;
}

.rw-section-xl {
	padding: 200px 0;
}

.padding-top {
	padding-top: 100px;
}

.padding-bottom {
	padding-bottom: 100px;
}

.padding-top-sm {
	padding-top: 50px;
}

.padding-bottom-sm {
	padding-bottom: 50px;
}

.padding-top-lg {
	padding-top: 150px;
}

.padding-bottom-lg {
	padding-bottom: 150px;
}

.padding-top-xl {
	padding-top: 200px;
}

.padding-bottom-xl {
	padding-bottom: 200px;
}

.wpb_text_column ul,
.wpb_text_column ol {
	list-style-position: outside;
	-webkit-padding-start: 0;
	padding-left: 20px;
}

/* Formcraft CSS */
html body a.powered-by {
	display: none !important;
}

/* STYLE PASSWORD PROTECTED PAGE */
.post-password-form {
	padding: 150px 0;
	width: 50%;
	margin: 0 auto;
}

.post-password-form label input {
	margin-top: 10px;
}

.post-password-form input[type="submit"] {
	margin-top: 20px;
	padding: 15px 30px;
}

/* Fix a tags - Global styles */
body a:where(:not(.wp-element-button)) {
	text-decoration: unset;
}

/* Fix large mobile menu */
#mobile-navigation {
	max-height: unset !important;
}
