@charset "utf-8";
/*
	Theme Name: Vonios
	Author: Matt Feindell
*/

/* general */

pre {
	color: #333;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.no-margins,
.no-margins * {
	margin: 0 !important;
}
.no-gutters {
	padding-left: 0;
	padding-right: 0;
}
.img-cover,
.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.w90 {
	max-width: 90%;
}
.w75 {
	max-width: 75%;
}
.w60 {
	max-width: 60%;
}
.w50 {
	max-width: 50%;
}
.aqua-btn,
.aqua-btn:hover {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	padding: .55em 2.5em;
	text-decoration: none;
	display: inline-block;
	background-color: #61B1AB;
	text-transform: uppercase;
}
.white-txt p,
.white-text p * {
	color: #fff;
}
#wrapper {
	background-color: #FFF7EA;
}
@font-face {
	font-family: 'Artifact';
	src: url('./fonts/Artifact.otf') format('opentype');
}
* {
	font-family: "Montserrat", sans-serif;
}
.artifact {
	color: #2D3079;
	font-size: 80px;
	line-height: 1em;
	font-family: 'Artifact';
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Libre Caslon Text", serif;
}
h1 {
	color: #2D3079;
	font-size: 70px;
	margin-bottom: .25em;
}
h2 {
	color: #2D3079;
	font-size: 60px;
	margin-bottom: .25em;
}
h3 {
	color: #2D3079;
	font-size: 45px;
}
p {
	color: #707070;
	font-size: 30px;
}

/* header */

#site-header {
	padding-top: 58px;
	background-image: url('./images/layout/header-footer-bg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #2D3079;
}
#site-header > .container-fluid {
	max-width: 90%;
}
#site-header > .container-fluid > .row > div[class*='col']:first-of-type {
	padding-top: 2em;
	padding-bottom: 2em;
}
#logo {
	display: block;
}
#logo > img {
	margin: 0 auto;
	display: block;
}

/* main nav(s) */

.navbar {
	padding: 0;
}
.navbar-expand-lg {}
.navbar-brand {}
.navbar-collapse {}
.navbar-nav {
	width: 100%;
	justify-content: center;
}
.nav-item {}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {}
.navbar-dark .navbar-nav .active > .nav-link {
	color: #61B1AB;
}
.dropdown-menu {}
.dropdown-menu > li a {}
.dropdown-item:focus, .dropdown-item:hover {}

/* slider */

#slider {}
#slider .slide {}

/* page content */

#page-content {}
#page-content > .container > .row {}

/* blog content */

#blog-content {}
#blog-content > .container > .row {}

/* single content */

#single-content {}
#single-content > .container > .row {}

/* flexible */

#flexible > section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.flex-content-9 > .container-fluid > .row {
	margin-left: 0;
	margin-right: 0;
}
.hero-banner > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.intro {
	padding-top: 4em;
	padding-bottom: 2em;
}
.intro p:first-of-type {
	color: #993120;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 1.25em;
}
.register {
	padding-top: 4em;
	padding-bottom: 4em;
}
.quote {
	padding-top: 2em;
	margin-bottom: 4em;
	padding-bottom: .5em;
	border-top: 1px solid #cf9d68;
	border-bottom: 1px solid #cf9d68;
}
.quote p:first-of-type {
	color: #2D3079;
	font-size: 40px;
	margin-bottom: .5em;
	font-family: "Libre Caslon Text", serif;
}
.quote p:last-of-type {
	font-size: 20px;
}
.page-contact .flex-content-2 > .container > .row {
	padding-top: 4em;
	padding-bottom: 4em;
}


/* footer */

footer {
	padding-top: 58px;
	background-image: url('./images/layout/header-footer-bg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #2D3079;
}
footer * {
	margin: 0;
}
footer p {
	color: #fff;
	font-weight: 600;
}
footer > .container-fluid {
	max-width: 90%;
}
footer > .container-fluid > .row {
	padding-top: 4em;
	padding-bottom: 4em;
}
footer > .container-fluid > .row > div[class*='col']:nth-of-type(2) > .footer-content p {
	margin-bottom: 1.5em;
}
footer a,
footer a:hover {
	color: inherit;
}
footer > section {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #61B1AB;
}
footer > section p {
	font-size: 16px;
	text-align: center;
}
.footer-menu {
	padding: 0;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.footer-menu > li {
	list-style: none;
	border-right: 1px solid #fff;
}
.footer-menu > li:last-of-type {
	border-right: none;
}
.footer-menu > li > a {
	color: #fff;
	font-weight: 600;
	padding: .5em 1em;
}

/* form(s) */

#frm_form_2_container {
	margin: 0 auto;
}
#frm_form_2_container label {
	color: #707070;
}
#frm_form_2_container input[type='tel'],
#frm_form_2_container input[type='text'],
#frm_form_2_container input[type='email'] {
	border: none;
	color: #707070;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	border-bottom: 1px solid #707070;
}
#frm_form_2_container select {
	border: none;
	color: #707070;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	border-bottom: 1px solid #707070;
}
#frm_form_2_container textarea {
	color: #707070;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #707070;
}
#frm_form_2_container .frm_required { color: inherit; }
#frm_checkbox_19-0 label { display: flex; }
#frm_checkbox_19-0 label > input {
	margin-top: 2px;
}
#frm_form_2_container .frm_submit {
	align-items: center;
	justify-content: center;
}
#frm_form_2_container .frm_button_submit {
	color: #fff;
	border: none;
	font-size: 18px;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	background: #61B1AB;
	padding: .55em 2.5em;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
#frm_form_2_container .frm_button_submit:after {}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #2D3079; 
  color: white;
  cursor: pointer;
  padding: .25em .5em; 
  border-radius: 10px;
  font-size: 18px; 
}
.logos img {
	max-width: 100% !important;
	height: auto !important;
}