/*!
Theme Name: ms_seepia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ms_seepia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ms_seepia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url("https://use.typekit.net/ybr0hla.css");

/*
Mr Eaves Mod OT Book
font-family: mr-eaves-modern, sans-serif;
font-weight: 300;
font-style: normal;

Mr Eaves Mod OT Bold Italic
font-family: mr-eaves-modern, sans-serif;
font-weight: 700;
font-style: italic;

Mr Eaves Mod OT Bold
font-family: mr-eaves-modern, sans-serif;
font-weight: 700;
font-style: normal;

Mr Eaves San OT Book Italic
font-family: mr-eaves-sans, sans-serif;
font-weight: 300;
font-style: italic;

Mr Eaves San OT Book
font-family: mr-eaves-sans, sans-serif;
font-weight: 300;
font-style: normal;

Mr Eaves San OT Bold
font-family: mr-eaves-sans, sans-serif;
font-weight: 700;
font-style: normal;
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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;
}

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

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

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;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*

h1, h2, h3, h4 { font-family: brandon-grotesque, sans-serif; font-weight:bold; }

h1 { margin:80px 0 0; font-size:129px; line-height:115px; }

h2 { font-size:124px; line-height:103px; margin:50px 0; text-transform: uppercase; }

h3 { font-size:123px; line-height:94px; margin:20px 0; color:#f99f00; }
.value h3 { font-size:100px; }
.site-footer h3 { color:#ebebeb; font-size:134px; line-height:134px; margin:0px 0 90px; }
.contact-form h3 { color:#eaeaea; font-size:100px; line-height:100px; margin:0px; }

h4 { color:#f99f00; font-size:45px; }
.blog-post h4 { color:#f0f0f0; font-size:46px; line-height:39px; margin:20px 0;}
.job h4 { font-size:43px; line-height:39px;  margin:20px 0; }
.contact h4 { margin:80px 0 20px; font-size:59px; line-height:57px; }

.contact h5 { font-size:43px; line-height:41px;  font-family: brandon-grotesque, sans-serif; font-weight:400; margin:30px 0; }

p { font-family: mr-eaves-modern, sans-serif; font-weight: 300; font-size:45px; line-height:60px; margin:40px 0; color:#f0f0f0; }
.bigger-p p { font-size:55px; line-height:75px; margin:40px 0; }
.quote p { font-size:45px; line-height:60px; font-family: mr-eaves-sans, sans-serif; font-weight: 300; font-style:italic; }
.value p { font-size:35px; line-height:50px; }
.blog-post p { margin:30px 0; font-size:30px; line-height:25px; font-family: brandon-grotesque, sans-serif; font-weight:400;  }
.job p { font-size:34px; line-height:50px;  }
.contact p { font-family: brandon-grotesque, sans-serif; font-size:24px; line-height:34px; margin:30px 0;}
.contact-form p { color:#ededed; font-family: brandon-grotesque, sans-serif; font-size:34px; line-height:36px; font-weight:400; }

.fp-header .content p { color:#ebebeb; margin:0; font-size:55px; line-height:75px; font-family: mr-eaves-sans, sans-serif; font-weight: 300; }

.button { font-family: brandon-grotesque, sans-serif; color:#ebebeb; font-weight:bold; font-size:29px; line-height:31px; text-transform:uppercase; display:inline-block; border:6px solid #f99f00; border-radius:50px; padding:28px 40px; text-decoration:none!important; }

.button.small { font-size:20px; line-height:21px; border:4px solid #f99f00;  padding:16px 28px; }

.site-footer .button { font-family: brandon-grotesque, sans-serif; color:#ebebeb; font-weight:bold; font-size:17px; line-height:18px; text-transform:uppercase; display:inline-block; border:4px solid #ebebeb; border-radius:30px; padding:16px 28px; text-decoration:none!important; }

*/

h1, h2, h3, h4 { font-family: brandon-grotesque, sans-serif; font-weight:bold; }

h1 { margin:80px 0 0; font-size:129px; line-height:115px; color:#eaeaea; }

h2 { font-size:90px; line-height:80px; margin:50px 0; text-transform: uppercase; color:#f99f00; }

h3 { font-size:90px; line-height:80px; margin:20px 0; color:#f99f00; color:#f0f0f0; }
.value h3 { font-size:90px; }
.site-footer h3 { color:#ebebeb; font-size:110px; line-height:134px; margin:0px 0 90px; }
.contact-form h3 { color:#eaeaea; font-size:100px; line-height:100px; margin:0px; }

h4 { color:#f99f00; font-size:45px; color:#fff; }
.blog-post h4 { color:#f0f0f0; font-size:46px; line-height:39px; margin:20px 0;}
.job h4 { font-size:43px; line-height:39px;  margin:20px 0; }
.contact h4 { margin:80px 0 20px; font-size:59px; line-height:57px; }

.contact h5 { font-size:43px; line-height:41px;  font-family: brandon-grotesque, sans-serif; font-weight:400; margin:30px 0; }

p { font-family: mr-eaves-modern, sans-serif; font-weight: 300; font-size:30px; line-height:40px; margin:40px 0; color:#f0f0f0; }
.bigger-p p { font-size:35px; line-height:54px; margin:40px 0; }
.huge-p p { font-size:45px; line-height:64px; margin:40px 0; }
.quote p { font-size:35px; line-height:50px; font-family: mr-eaves-sans, sans-serif; font-weight: 300; font-style:italic; }
.value p { font-size:35px; line-height:50px; }
.blog-post p { margin:30px 0; font-size:30px; line-height:25px; font-family: brandon-grotesque, sans-serif; font-weight:400;  }
.job p { font-size:34px; line-height:50px;  }
.contact p { font-family: brandon-grotesque, sans-serif; font-size:24px; line-height:34px; margin:30px 0;}
.contact-form p { color:#ededed; font-family: brandon-grotesque, sans-serif; font-size:34px; line-height:36px; font-weight:400; }

.fp-header .content p { color:#ebebeb; margin:0; font-size:45px; line-height:65px; font-family: mr-eaves-sans, sans-serif; font-weight: 300; margin:50px 0 100px; }

.button { font-family: brandon-grotesque, sans-serif; color:#ebebeb; font-weight:bold; font-size:24px; line-height:26px; text-transform:uppercase; display:inline-block; border:6px solid #f99f00; border-radius:50px; padding:28px 40px; text-decoration:none!important; position:relative; overflow:hidden; }

.button { transition: ease-out 0.4s; }
.button:hover {
    color:#f99f00!important;
    background-color: #fff;
}


.button.small { font-size:20px; line-height:21px; border:4px solid #f99f00;  padding:16px 28px; }

.site-footer .button { font-family: brandon-grotesque, sans-serif; color:#ebebeb; font-weight:bold; font-size:17px; line-height:18px; text-transform:uppercase; display:inline-block; border:4px solid #ebebeb; border-radius:30px; padding:16px 28px; text-decoration:none!important; }

@media(max-width:1079px) {
    h1 { margin:80px 0 0; font-size:110px; line-height:105px; }
}

@media(max-width:991px) {
    
    h1 { margin:60px 0 0; font-size:90px; line-height:85px; }
    
    h2 { font-size:60px; line-height:50px; margin:30px 0 40px; }
    
    h3 { font-size:50px; line-height:40px; margin:20px 0;  }
    .value h3 { font-size:45px; }
    .contact-form h3 { font-size:60px; line-height:60px; }
    .site-footer h3 { font-size:50px; line-height:50px; margin:0px 0 50px; }
    
    h4 { font-size:30px; }
    .blog-post h4 { font-size:30px; line-height:28px; margin:20px 0;}
    /*.job h4 { font-size:43px; line-height:39px;  margin:20px 0; }*/
    .contact h4 { margin:40px 0 20px; font-size:45px; line-height:45px; }

    .contact h5 { font-size:28px; line-height:28px; margin:20px 0; }
    
    p { font-size:24px; line-height:32px; margin:30px 0; }
    .fp-header .content p { font-size:28px; line-height:43px; margin:0; }
    .bigger-p p { font-size:30px; line-height:38px; margin:30px 0; }
    .huge-p p { font-size:32px; line-height:42px; margin:30px 0; }
    .quote p { font-size:24px; line-height:32px;  }
    .blog-post p { margin:30px 0; font-size:24px; line-height:20px;  }
    .value p { font-size:25px; line-height:40px; }
    .job p { font-size:25px; line-height:40px;  }
    .contact p { font-size:22px; line-height:30px; margin:20px 0; }
    .contact-form p { font-size:24px; line-height:26px; margin:20px 0; }
    
    .button { font-size:20px; line-height:21px; border:4px solid #f99f00;  padding:16px 28px; }
    
}

@media(max-width:480px) {
    
    h1 { margin:60px 0 0; font-size:60px; line-height:55px; }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

body { min-width:320px; margin:0!important; background:url(img/body-bg-2.jpg) top center; background-size:100% auto; background-color:#9e4bce;}

#masthead { position: relative; z-index: 5; }

.site-footer { min-height:828px; padding:100px 20px 0px; background:url(img/footer-bg.png) no-repeat center 150px; }

@media(max-width:991px) {
    
    .site-footer { margin-top:50px; padding-top:20px; background-position:center 40px; background-size:auto 100%; min-height:0; padding-bottom:50px; }
    
}

.site-footer .canvas { display:none; }

@media(min-width:1100px) {}
    
.site-footer { position:relative; overflow:hidden; background:transparent; }
.site-footer .footer-content { position:relative; z-index:5; }

.site-footer .canvas { display:block; position:absolute; top:50px; left:0; right:0;  margin-left: 50%; transform: translateX(-50%); width:1800px; height:800px; z-index:1; }
.site-footer .canvas canvas { width:100%; height:100%; }

@media(max-width:1100px) {
    .site-footer .canvas { top:0px; }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-main { overflow:hidden; }
.page-template-template_fp .site-main { overflow:hidden; position:relative; }

@media(min-width:992px) { .page-template-template_fp .site-main { } }

.fp-header { position:relative; width:100%; max-width:1320px; margin:0 auto 0; }

.fp-header .image-1 { position:relative; width:1783px; height:990px; left:-244px; }
.fp-header .image-1 img { max-width:none; }

.fp-header .image-2 { position:absolute; top:680px; left:-229px; width:880px; }
.fp-header .content { display:block; width:560px; margin-left:680px; padding-top:60px; padding-bottom:60px; }

@media(max-width:1280px) {
    .fp-header .image-1 { left:-444px; }
    .fp-header .image-2 { top:680px; left:-429px; width:880px; }
    .fp-header .content { display:block; width:500px; margin-left:450px; padding-top:30px; }
}

@media(max-width:991px) {
    .fp-header .image-1 { position:relative; width:140%; height:auto; left:-20%; }
    .fp-header .image-1 img { width:100%; }
    .fp-header .image-2 { display:none; }
    .fp-header .content { width:100%; margin-left:0px; padding:30px; }
}

.fp-slider { margin:50px auto 0px; position:relative; }
.fp-slider:before { content:""; display:block; width:100%; height:250px; z-index:-1; position:absolute; top:-249px; left:0; background: -moz-linear-gradient(top,  rgba(162,79,200,0) 0%, rgba(162,79,200,1) 100%);
background: -webkit-linear-gradient(top,  rgba(162,79,200,0) 0%,rgba(162,79,200,1) 100%);
background: linear-gradient(to bottom,  rgba(162,79,200,0) 0%,rgba(162,79,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a24fc8', endColorstr='#a24fc8',GradientType=0 );
 }
.fp-slider:after { content:""; display:block; width:100%; height:250px; z-index:-1; position:absolute; bottom:-249px; left:0; 
background: -moz-linear-gradient(top,  rgba(162,79,200,1) 0%, rgba(162,79,200,0) 100%);
background: -webkit-linear-gradient(top,  rgba(162,79,200,1) 0%,rgba(162,79,200,0) 100%);
background: linear-gradient(to bottom,  rgba(162,79,200,1) 0%,rgba(162,79,200,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a24fc8', endColorstr='#00a24fc8',GradientType=0 );
}
#slider-top { display:block; position:absolute; top:-1px; left:0; width:100%; height:200px; height:26%; z-index:500; }
#slider-bottom { display:block; position:absolute; bottom:-1px; left:0; width:100%; height:200px; height:26%; z-index:500; }

.fp-slider img { width:100%; }

.fp-slider { opacity:0; transition:opacity 500ms; }
.fp-slider.loaded { opacity:1; }
.fp-slider .slider.slick-initialized {}

.basic-header { position:relative; width:100%;  }
.basic-header .image { position:relative; }
.basic-header .image img { max-width:none; margin-left: 50%;
transform: translateX(-50%); }

@media(max-width:991px) {
    .basic-header { margin-top:20px; }
    .basic-header .image img { max-width:120%; }
}

.content-pad { padding:30px 115px; }
@media(max-width:991px) { .content-pad { padding:15px 15px; } }

.tablet { position:relative; max-width:820px; margin:0 auto 100px; }

.tablet img { display:block; margin:0 auto; }

.tablet .ratio { background:#1d1d1d; position:absolute; top: 3.5%; left: 5%; width: 90%; }

.tablet_copy { position:relative; max-width:820px; margin:0 auto 100px; }

.tablet_copy img { display:block; margin:0 auto; }

.tablet_copy .ratio { background:#1d1d1d; position:absolute; top: 3.5%; left: 5%; width: 90%; }


.bubble { font-size:45px; line-height:34px; font-family: brandon-grotesque, sans-serif; font-weight:bold; }
.bubble1 { display:block; width:338px; height:235px; position:absolute; top:-180px; right:-85px; background:url(img/bubble1.png) no-repeat top left; background-size:100% auto; }
.bubble1 span { display:block; padding:30% 0 0 0; text-align: center; }

.bubble2 { display:block; width:290px; height:320px; position:absolute; bottom:-120px; left:-129px; background:url(img/bubble2.png) no-repeat top left; background-size:100% auto; }
.bubble2 span { display:block; padding:50% 0 0 10%;  }

.bubble3 { display:block; width:329px; height:257px; position:absolute; bottom:-140px; right:-75px; background:url(img/bubble3.png) no-repeat top left; background-size:100% auto; }
.bubble3 span { display:block; padding:32% 0 0 0; text-align:Center; }
/*
.bubble canvas { position:absolute; width:100%; height:100%; z-index:1; }
.bubble span { position:relative; z-index:2; }*/

@media(max-width:1300px) {
    .tablet { position:relative; max-width:680px; }
    .bubble { transform:scale(80%); }
    .bubble1 { top:-145px;}
}

@media(max-width:991px) {
    .tablet { margin-top:60px; padding:0 5%; }
    .tablet .ratio { top: 4%;     left: 10%;
    width: 80%; }
    .bubble { transform:scale(40%); }
    .bubble1 { top:-145px; right:-75px; }
    .bubble2 { bottom:-140px; left:-70px; }
}

@media(max-width:1300px) {
    .tablet_copy { position:relative; max-width:680px; }
}

@media(max-width:991px) {
    .tablet_copy { margin-top:60px; padding:0 5%; }
    .tablet_copy .ratio { top: 4%;     left: 10%;
    width: 80%; }
}

@media(max-width:600px) {
    .bubble1 { top:-145px; right:-95px; }
    .bubble2 { bottom:-140px; left:-90px; }
    .bubble3 { right:-95px; }
}

@media(min-width:1300px) {
    .bubble1 { animation: float 6s ease-in-out infinite; }
    .bubble2 { animation: float2 6s ease-in-out infinite; }
    .bubble3 { animation: float3 5s ease-in-out infinite; }
}


@media(min-width:992px) and (max-width:1299px) {
    .bubble1 { animation: floatMid 6s ease-in-out infinite; }
    .bubble2 { animation: float2Mid 6s ease-in-out infinite; }
    .bubble3 { animation: float3Mid 5s ease-in-out infinite; }
}

@media(max-width:991px) {
    .bubble1 { animation: floatMob 6s ease-in-out infinite; }
    .bubble2 { animation: float2Mob 6s ease-in-out infinite; }
    .bubble3 { animation: float3Mob 5s ease-in-out infinite; }
}


@keyframes float {
	0% {
		transform: translatey(0px) rotate(0deg);
	}
	50% {
		transform: translatey(15px) rotate(5deg);
	}
	100% {
		transform: translatey(0px) rotate(0deg);
	}
}

@keyframes float2 {
	0% {
		transform: translatey(0px) rotate(0deg);
	}
	50% {
		transform: translatey(-15px) rotate(-2deg);
	}
	100% {
		transform: translatey(0px) rotate(0deg);
	}
}

@keyframes float3 {
	0% {
		transform: translatey(0px) rotate(0deg);
	}
	50% {
		transform: translatey(-10px) rotate(-4deg);
	}
	100% {
		transform: translatey(0px) rotate(0deg);
	}
}

@keyframes floatMid {
	0% {
		transform: scale(80%) translatey(0px) rotate(0deg);
	}
	50% {
		transform: scale(80%) translatey(15px) rotate(5deg);
	}
	100% {
		transform: scale(80%) translatey(0px) rotate(0deg);
	}
}

@keyframes float2Mid {
	0% {
		transform: scale(80%) translatey(0px) rotate(0deg);
	}
	50% {
		transform: scale(80%) translatey(-15px) rotate(-2deg);
	}
	100% {
		transform: scale(80%) translatey(0px) rotate(0deg);
	}
}

@keyframes float3Mid {
	0% {
		transform: scale(80%) translatey(0px) rotate(0deg);
	}
	50% {
		transform: scale(80%) translatey(-10px) rotate(-4deg);
	}
	100% {
		transform: scale(80%) translatey(0px) rotate(0deg);
	}
}

@keyframes floatMob {
	0% {
		transform: scale(40%) translatey(0px) rotate(0deg);
	}
	50% {
		transform: scale(40%) translatey(15px) rotate(5deg);
	}
	100% {
		transform: scale(40%) translatey(0px) rotate(0deg);
	}
}

@keyframes float2Mob {
	0% {
		transform: scale(40%) translatey(0px) rotate(0deg);
	}
	50% {
		transform: scale(40%) translatey(-15px) rotate(-2deg);
	}
	100% {
		transform: scale(40%) translatey(0px) rotate(0deg);
	}
}

@keyframes float3Mob {
	0% {
		transform: scale(40%) translatey(0px) rotate(0deg);
	}
	50% {
		transform: scale(40%) translatey(-10px) rotate(-4deg);
	}
	100% {
		transform: scale(40%) translatey(0px) rotate(0deg);
	}
}

.quote-slider { max-width:980px; margin:0 auto; padding-left:40px; padding-right:40px; }

.logos img { width:100%; max-width: 960px; height:auto; }

.st-content .content { float:left; width:65%; padding-left:15px; position:relative; margin-bottom:100px; }
.st-content .image { width:35%; float:left; position:relative; }
.st-content:after { content:""; display:block; clear:both; }

.st-content .image img { transform:scale(70%); }

@media(min-width:1200px) {
    .st-content .content { padding-left:115px; margin-bottom:130px;  }
    .st-content.st-1 .content { margin-bottom:85px; }
    .st-content .image img { position:absolute; max-width:none; }
    .st-1 img { top:-210px; }
    .st-2 img { top: -70px; left: -40px; }
    .st-3 img { left: -136px; top: -100px; }
    .st-3 { margin-bottom:200px; }
    .st-3 .content { padding-right:127px; }
}

@media(max-width:600px) {
    .st-content .content { width:100%; margin-bottom:0; }
    .st-content .image { display:none; }
}

.values { overflow:hidden; }

.value { background-size:auto 100%; background-position:center center; background-repeat: no-repeat; }
.value .content { position:relative; padding: 100px 50px; max-width:1100px; margin:0 auto; } 

/*.value { margin:50px; position:relative; }
.value img { max-width:none; margin-left: 50%; transform: translateX(-50%); position:absolute; z-index:1; top:-50px; }
.value .content { position:relative; padding: 100px 50px; z-index:5; max-width:1100px; margin:0 auto; }

@media(max-width:991px) {
    .value { margin:40px 15px; }
    .value img { display:none; }
    .value .content { padding:0; }
}*/

@media (min-width: 1400px) {
    .container.narrow {
        max-width: 1140px;
    }
}
    
a.wrap { text-decoration: none; }

.blog-post .thumb { display:block; width: 100%; height:0; padding-bottom:70%; position:relative; background:#fff; }
.blog-post .thumb img { display:block; position:absolute; width:100%; height:100%; object-fit: cover; object-position: center;}

.contact { max-width:350px; margin:0 auto; }
.contact .image { height:280px; position:relative; }
.contact .image img { position:absolute; bottom:0; left:0; }

.contact-form { background:url(img/contact_bg.png) no-repeat top center; background-size: auto 100%; padding:170px 0 110px; }
.contact-form .container { max-width:920px!important; }

.wpcf7 .form-control { border:2px solid #f0d9af; border-radius:3px; background:#f99f00; color:#fff; margin-bottom:30px; height:60px; padding-left:20px; font-family: brandon-grotesque, sans-serif; font-weight:bold; font-size:19px;  }
.wpcf7 .form-control.wpcf7-not-valid { border-color:red; }
.wpcf7 textarea.form-control { height:230px; padding:15px 20px; }

.wpcf7 .button { color:#000; background:#ededed; border-color:#ededed!important; border-radius:3px; font-size:19px; width:168px; height:59px; }

.wpcf7 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.wpcf7 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.wpcf7 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.wpcf7 .wpcf7-not-valid-tip { display:none; }

/* Navigation
--------------------------------------------- */

a#logo { display:block; margin-top:93px; width: 199px; height:54px; text-indent:-9000pt; background:url(img/Seepia-logo.png) no-repeat top left; background-size:100% auto; }

a#fn-logo { display:block; margin:25px 0; width: 170px; height:50px; text-indent:-9000pt; background:url(img/Seepia-logo.png) no-repeat top left; background-size:100% auto; }

a#f-logo { display:block; margin:50px auto 0; width: 228px; height:61px; text-indent:-9000pt; background:url(img/Seepia-logo-gray.png) no-repeat top left; background-size:100% auto; }

.nav-wrap { max-width:200px; }

@media(min-width:992px) {
    .nav-wrap { float:right; }
}
.main-navigation {
	display: block;
	width: 100%;
    margin-top:45px;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
    display:none!important;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    font-family: mr-eaves-sans, sans-serif;
    font-weight: 700;
    text-transform:uppercase;
    font-size:25px;
    line-height:26px;
    text-align:right;
    position:relative;
    transition:all 600ms; 
    color:#eaeaea;
}

.main-navigation a:hover { color: #f99f00; padding-right:25px; }

.main-navigation .current_page_item a:after {
    content:" "; display:block; width:7px; height:7px; position:absolute; top:10px; right:-20px; background:url(img/menu-active.png) no-repeat center center;
}

@media(max-width:991px) {
    
    a#logo { margin-top:40px; margin-left:10px; }
    
    #show-menu { display:block; width:60px; height:44px; padding:10px; position: absolute; top: 35px; right: 15px; cursor:pointer; z-index: 5; }

    #show-menu .bar { position:relative; display:block; opacity:1; width:100%; height:4px; background:#f99f00; margin-bottom:8px; border-radius:0px; -webkit-transition: opacity 500ms, transform 500ms, position 500ms; -moz-transition: opacity 500ms, transform 500ms, position 500ms; -ms-transition: opacity 500ms, transform 500ms, position 500ms; -o-transition: opacity 500ms, transform 500ms, position 500ms; transition: opacity 500ms, transform 500ms, position 500ms; }
        .mm-open #show-menu .bar {  }
        .mm-open #show-menu .bar:nth-child(1) { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top:8px; z-index:2; }
        .mm-open #show-menu .bar:nth-child(3) { -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); top:-16px; z-index:2; }
        .mm-open #show-menu .bar:nth-child(2) { opacity:0; z-index:1; }

    .main-navigation { display:block; top:-600px; float:none; padding:200px 30px 40px; clear:both; margin:0; width: 100%; background: url(img/body-bg-2.jpg) top left; z-index: 4; position:absolute; left:0; transition: top 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

    .mm-open .main-navigation { top:-100px; }
    .main-navigation ul { display:block; }
    .main-navigation li { padding-bottom:10px; }
    
}

#fixed-nav { position:fixed; left:0; top:-100px; z-index:1000; height:100px; overflow:hidden; width:100%; background:#3d0e64; transition:500ms; } 
.fn-visible #fixed-nav { top:0px; height:auto; overflow:visible; }

#fixed-nav .fn-navigation { max-height:0; overflow:hidden; transition:500ms; }
.fn-open #fixed-nav .fn-navigation { max-height:300px; }

#fn-show-menu { display:block; width:60px; height:44px; padding:10px; position: absolute; top: 25px; right: 15px; cursor:pointer; z-index: 5; }
#fn-show-menu .bar { position:relative; display:block; opacity:1; width:100%; height:4px; background:#f99f00; margin-bottom:8px; border-radius:0px; -webkit-transition: opacity 500ms, transform 500ms, position 500ms; -moz-transition: opacity 500ms, transform 500ms, position 500ms; -ms-transition: opacity 500ms, transform 500ms, position 500ms; -o-transition: opacity 500ms, transform 500ms, position 500ms; transition: opacity 500ms, transform 500ms, position 500ms; }
.fn-open #fn-show-menu .bar {  }
.fn-open #fn-show-menu .bar:nth-child(1) { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top:8px; z-index:2; }
.fn-open #fn-show-menu .bar:nth-child(3) { -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); top:-16px; z-index:2; }
.fn-open #fn-show-menu .bar:nth-child(2) { opacity:0; z-index:1; }

.fn-navigation ul { list-style-type:none; }

.fn-navigation a {
	display: block;
	text-decoration: none;
    font-family: mr-eaves-sans, sans-serif;
    font-weight: 700;
    text-transform:uppercase;
    font-size:25px;
    line-height:26px;
    text-align:right;
    position:relative;
    transition:all 600ms; 
    color:#f99f00;
    margin-bottom:10px;
}
.fn-navigation a:hover { color: #eaeaea; }

@media(max-width:991px) {
    
    a#fn-logo { display:block; margin:15px 0; width: 150px; height:40px; }
    
    #fixed-nav { top:-70px; height:70px; }
    .fn-visible #fixed-nav { top:0px; height:auto; overflow:visible; }
    
    #fn-show-menu { top:10px; right: 10px;  }
}

.footer-navigation {
	display: block;
	width: 100%;
    margin-top:64px;
}

.footer-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-navigation li {
	position: relative;
    display: inline;
    margin:20px 35px 0;
}

.footer-navigation a {
	display: inline-block;
	text-decoration: none;
    font-family: mr-eaves-sans, sans-serif;
    font-weight: 700;
    text-transform:uppercase;
    font-size:33px;
    line-height:35px;
    color:#eaeaea;
}


@media(max-width:991px) {
    .footer-navigation { margin-top:30px; }
    .footer-navigation li { display:block; margin:20px 0; text-align:center; }
    .footer-navigation a { font-size:23px; line-height:25px; }
}
.footer-navigation a { transition:color 500ms; }
.footer-navigation a:hover { color:#fff; }

.site-footer .some { margin:40px 0; }
.site-footer .some a { display:inline-block; width:49px; height:49px; border-radius: 100%; overflow:hidden; background-color: #ebebeb; color:#f99f00; margin:0 11px; text-indent:-9000pt; background-size:auto 30px; background-repeat: no-repeat; background-position: center center; transition:background-color 500ms; }
.site-footer .some a:hover { background-color:#fff; }
.site-footer .some a.facebook { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3E%3Cpath fill='%23f99f00' d='M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229'/%3E%3C/svg%3E"); }

.site-footer .some a.twitter { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f99f00' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E"); }

.site-footer .some a.linkedin { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448.1 512'%3E%3Cpath fill='%23f99f00' d='M100.3 448H7.4V148.9h92.9V448zM53.8 108.1C24.1 108.1 0 83.5 0 53.8S24.1 0 53.8 0s53.8 24.1 53.8 53.8-24.1 54.3-53.8 54.3zM448 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448h-.1z'/%3E%3C/svg%3E"); }

a.linkedin-square { display: inline-block; width:40px; height:40px; background:url(img/linkedin-block.png) no-repeat center center; text-indent:-9000pt; }

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

