/*
Theme Name: Shark Shrim Template
Author: wowbrands
Author URI: 
Description: Shark Shrim Template
Version: 1.0.0
License: 
License URI: 
Text Domain: shark
*/

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color);
	font-size: var(--font-size);
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h1 {
	position: relative;
	z-index: 1;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
	margin-top: 0;
	margin-bottom: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--color);
	text-decoration: none;
}

strong {
	font-weight: 700
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: "rubik", sans-serif;
	font-size: 16px;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

@media screen and (min-width: 992px) {
    .container {
        width: 1638px;
        padding: 0px 15px;
    }
}

* {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.wow {
	visibility: hidden;
}

.validation_error {
	display: none;
}

.validation_message {
	font-size: 14px;
	text-align: left;
}


input[type="email"] {
}
input[type="email"].dark:focus::placeholder {
}

input[type="email"].dark:focus {
}

input[type="email"]::placeholder {
}

@media screen and (max-width: 768px) {
    input[type="email"] {
    }
}

@media (max-width: 567px) {
    input[type="email"] {
    }
}

.lity {
	z-index: 9999;
}
.lity-iframe video {
	width: 100%;
	height: 100%;
}

.lity-iframe,
.lity-iframe div,
.lity-inline,
.lity-inline div,
.lity-youtube,
.lity-youtube div,
.lity-vimeo,
.lity-vimeo div {
	height: 100% !important;
	max-height: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-top: inherit;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	align-self: center;
}

figure {
	margin: 1em 0;
}

table {
	width: 100%;
}
.page-main {
	max-width: 100%;
}
/* Navigation */
#masthead {
	width: 100%;
	z-index: 99;
	color: var(--color);
	padding-top: 28px;
}
