/*
Theme Name: The Flaw
Theme URI: https://www.social-ink.net
Description: Architecture, custom code and templating created by Social Ink
Version: 1
Author: Social Ink
Author URI: https://www.social-ink.net
*/
/*****************
LAYOUT
***********************************************/
* {
    box-sizing: border-box;
}
.onepage {
    clear: both;

}
.content {
  
    padding-bottom: 2em;
}
.content .text {}
.text a {
    font-weight: 900;
}
.content.nosidebar {
    float: none;
    width: 100%;
}
header.pageinfo:not(.default) {
    margin: 2em 0;
}
header.pageinfo.default {
    text-align: center;
}
/*****************
EXPANDERS
***********************************************/
.expander_section {}
.expander_section header a:after {
    content: ' +';
}
.expander_section header a.activated:after {
    content: ' -';
}
/*****************
TYPE
***********************************************/
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
p {
    font-size: 1em;
    margin-bottom: 1.5em;
    margin-top: 0;
    line-height: 1.5em;
    margin-top: 0;
}
.fancyfont {}
.fp-featured-data h1,
.pageinfo h1 {
    margin-bottom: .5em;
    font-weight: normal;
}
.pageinfo h1 {
    background: #fff;
    display: inline-block;
    padding: 0 20px 0 0;
    line-height: 1.1;
}
.socialink-module .modheader h1 {
    font-size: 55px;
}
.single p.pub_date {
    margin-top: -1em;
}
.page .pageinfo h1 {
    margin-bottom: 0;
    padding: 0;
}
.pageinfo h2:before {
    content: '';
    border-top: 5px solid #97662A;
    height: 5px;
    width: 100%;
    margin-top: -63px;
    z-index: 1;
    display: block;
    padding-top: 26px;
}
.text {}
.text p {}
.text p:last-child {
    margin-bottom: 0;
}
.text h1 {}
.text h2 {
    color: #97662C;
    font-family: freight-text-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    margin-bottom: 0.75em;
    font-weight: 100;
    font-size: 2.5em;
}
.text h3 {}
.text ul {
    margin-bottom: 1em;
    margin-left: 0;
}
.text ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.4em;
}
/*****************
IMAGECOVERS
***********************************************/
.backgrounded_image {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    width: 100%;
}
.backgrounded_image:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.backgrounded_image>div {
    position: relative;
}
/*****************
FIXES FOR IE
***********************************************/
.ie8,
.ie9 {}
.ie7 {}
/*****************
BASIC INPUT AND FORMS
***********************************************/
input[type=text] {
    padding: .5em;
}
.nf-form-content button,
.nf-form-content input[type="button"] .field-wrap button,
button,
.wpcf7 input[type=submit],
input[type=submit],
.button,
.text .nf-form-content button,
.text .nf-form-content input[type=button],
.text .nf-form-content input[type=submit] {
    background: linear-gradient(270deg, #97662C 0%, #B18C61 100%);
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1.75em;
    text-transform: uppercase;
    border-radius: 100em;
    font-family: letter-gothic-std, monospace;
}
.nf-form-content label {
    font-size: 15px;
}
input[type=submit]:hover,
.button:hover {
    box-shadow: 0 0 1px #111;
    text-decoration: none;
    color: #fff;
}
input[type=submit]:active,
.button:active {
    box-shadow: inset 0 0 1px #222;
    outline: 0;
}
input[type=submit]:focus,
.button:focus {
    outline: 0;
}
/*****************
MOBILE HEADER (used for search bar in mobile)
***********************************************/
.mobile_expansion {
    visibility: hidden;
}
.mobile_expansion+label.mobile_expand_search {
    border: none;
}
.mobile_expansion:checked+label {
    border: .2em solid;
    height: .78em;
    width: .78em;
    border-radius: 100%;
}
.mobile_expansion+label.icon-search {
    border: 0 !important;
    margin-top: -5px;
}
/*****************
NAV MENU MARKUP
***********************************************/
.menu_horizontal li {
    display: inline-block;
    list-style: none;
}
.menu_horizontal ul li:first-child {
    margin-left: 0;
}
/*****************
HEADER
***********************************************/
#header {
    width: 100%;
}
.header_inner:before {
    /*    content: '';
    background: linear-gradient( 270deg, #000406 0%, #20160a 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;*/
}
.header_inner.desktop_only {
    display: flex;
    flex-wrap: nowrap;
    padding: 3% 2%;
}
.logo {
    width: 25%;
    max-width: 400px;
    z-index: 100;
}
.header-tagline {
    color: #fff;
    font-family: letter-gothic-std;
    font-size: .8em;
    line-height: 1.6;
    text-shadow: 0 0 2px #000;
    font-weight: 900;
}
.logo img {
    width: 100%;
    /* for ie */
}
.topmenu {
    margin-left: auto;
    display: flex;
    z-index: 100;
}
a.headersearch svg {
    width: 81%;
    padding-left: 3px;
}
.main-close-indicator,
.menu-click-indicator,
.search_indicator {
    background: #fff;
    padding: 0;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.75);
    margin-right: 1em;
    height: 44px;
    width: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.main-close-indicator {
    box-shadow: none;
}
.main-close-indicator:hover,
.menu-click-indicator:hover {
    cursor: pointer;
    color: #97662C;
}
.main-close-indicator:hover svg path,
.menu-click-indicator:hover svg path {
    fill: #97662C;
}
.main-close-indicator .menu_label,
.menu-click-indicator .menu_label {
    text-transform: uppercase;
    display: block;
    font-family: letter-gothic-std;
    text-align: center;
    font-size: 9px;
    margin-top: -4px;
}
.topmenu ul {
    display: flex;
    justify-content: space-between;
}
.topmenu li {
    margin-right: 1em;
}
.topmenu li:after {}
.topmenu li.last_item {
    margin-right: 0;
}
.topmenu li a {}
.topmenu li[class*="current"] a,
.topmenu li:hover a {
    text-decoration: none;
}
.socialmedia {}
.socialmedia a {}
.socialmedia a:hover svg path {
    fill: #97662C;
}
.main-menu-overlay {
    position: fixed;
    z-index: 100;
    margin: 2%;
    width: 96%;
    height: 92%;
    background: #fff;
    box-shadow: 8px 8px 0 0 #000;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
    right: -999px;
}
body.menu-activated .main-menu-overlay {
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    transition: all .5s ease;
    position: absolute;
    width: 96%;
    height: 92%;
    max-width: 96%;
    right: 0;
}
.main-menu-overlay .main-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
}
.main-menu-overlay .menu-logo {
    max-width: 350px;
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em;
}
.main-close-indicator {
    margin-left: auto;
    box-shadow: none;
    width: 40px;
    margin-top: .5em;
    position: absolute;
    right: 0;
    top: 1em;
}
.main-menu-overlay ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0em;
    font-style: normal;
    font-weight: 300;
    font-size: 2.2em;
    text-align: center;
}
.socialmedia ul {
    display: flex;
    align-items: center;
}
.main-menu-overlay .socialmedia ul li {
    margin-right: .5em;
}
.main-menu-overlay .socialmedia ul li:last-child {
    margin-right: 0;
}
.main-menu-overlay ul li a:hover {
    text-decoration: none;
}
.main-menu-overlay .socialmedia {
    margin-top: 1em;
}
/*****************
SIDEBAR
***********************************************/
.sidebar {}
.sidebar_module {}
.sidebar_module .module_title {}
.sidebar_module .module_content {}
/*****************
BACKGROUNDS
***********************************************/
.herospot {
    background-position: center center;
    background-size: cover;
    background-color: #000;
    height: 400px;
    height: calc(100vw / 2.25);
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 80vh;
}
.home .herospot .fld-label,
.home .herospot h2 {
    display: none;
}
.hero-none .herospot,
.single.hero-none .herospot,
.home.hero-none .herospot {
    background: #fff;
    height: 200px;
}
.hero-none #header:before,
.single.hero-none #header:before,
.home.hero-none #header:before {
    background: transparent;
}
.hero-none #header svg path {
    fill: #000;
}
.hero-none .header-tagline {
    text-shadow: none;
    color: #000;
}
.home .herospot,
.single .herospot {
    height: calc(100vw / 2);
}
.herospot.contained {
    /* use this instead of height if the image is not full bleed; where the first number is the image height and the second number is the image width */
    /* padding-top: calc((460 / 1040) * 100%);*/
}
.herospot.semantic:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.herospot.semantic>div,
.herospot.semantic>article,
.herospot.semantic>section {
    position: relative;
}
.slides li {
    margin: 0;
    list-style: none
}
.slideshow_area {
    max-height: 400px;
    height: calc(100vw / 3);
}
.slideshow_area div.slide {
    background-position: center center;
    background-size: cover;
    height: calc(100vw / 3);
    width: 100%;
    position: relative;
}
#header .slideshow_area {
    position: absolute;
    top: 0;
    height: 600px;
    left: 0;
    max-height: 600px;
}
#header .slideshow_area div.slide {
    max-height: 600px;
    height: 600px;
}
.slide_nav {
    color: #fff;
    font-size: 2em;
    left: 2%;
    position: absolute;
    z-index: 300;
    /* top: calc(100vw/5);*/
    top: 250px;
}
.slide_nav a:before {
    text-shadow: 1px 1px 3px #111;
}
.home .slide_nav {}
.slide_nav a {
    color: #fff;
}
.slide_nav a:hover,
.slide_nav a:active,
.slide_nav a:focus {
    text-decoration: none;
    color: #2D2C28;
}
.slide_nav.left {}
.slide_nav.right {
    left: auto;
    right: 2%;
}
/*****************
ARTICLES
***********************************************/
article.copy .text,
.socialink-module.module-basic-text {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
}
.module_wys p a {
    color: #97662c;
}
.single header.pageinfo,
.page header.pageinfo {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.page header.pageinfo {
    text-align: center;
}
.the-subtitle {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    font-family: letter-gothic-std, monospace;
}
.the-subtitle h2 {
    font-size: 1em;
    letter-spacing: -0.03em;
    font-weight: 100;
    font-family: letter-gothic-std, monospace;
    color: #000;
    margin-bottom: 4em;
    margin-top: 2em;
}
.page-nav-indicator {
    height: 10px;
    background-color: rgba(151, 102, 44, 0.44);
    width: 100%;
    overflow: hidden;
}
.page-nav-indicator:after {
    content: 'READING PROGRESS';
    font-size: 8px;
    display: block;
    font-family: letter-gothic-std, monospace;
    color: #000;
    position: absolute;
    right: 10px;
    margin-top: 10px;
}
.article-nav-at-top .page-nav-indicator:after {
    position: fixed;
}
.page-nav-indicator .pos-indicator {
    background: #97662C;
    content: "";
    height: 100%;
    transition: width .25s ease;
}
body.article-nav-at-top .page-nav-indicator {
    position: fixed;
    z-index: 1000;
    top: 0;
}
body.article-nav-at-top.admin-bar .page-nav-indicator {
    top: 32px;
}
.fp-featured-data .fld-label p,
header.pageinfo .fld-label p,
.archive_post .fld-label p {
    text-transform: uppercase;
    color: #97662C;
    font-family: letter-gothic-std, monospace;
    font-style: normal;
    font-weight: bold;
    margin-bottom: .25em;
}
.archive_post .fld-label p {
    margin-bottom: .4em;
    font-size: .8em;
}
header.pageinfo h2 {
    margin-bottom: .25em;
}
header.pageinfo h3 {
    font-family: letter-gothic-std, monospace;
    font-style: normal;
    font-weight: 100;
    color: #000000;
    font-size: 1.5em;
    letter-spacing: -.03em;
}
main article .text {
    background-image: url(images/icon_scale_gray.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8%;
    padding-top: 72px;
}
.flex-archive-view {
    justify-content: flex-start;
    align-items: flex-start;
}
.flex-archive-view .fld-label {
    min-height: 50px;
    display: flex;
    align-items: end;
}
/*****************
FOOTER
***********************************************/
#footer {
    clear: both;
}
.footer-signup {
    background: #000;
    color: #fff;
    padding: 1em;
}
.footer-signup .flexible {
    align-items: center;
}
.footer-signup .col {
    width: 50%;
}
.footer-signup h1 {
    color: #fff;
    margin: 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
}
.footer-signup h1:before {
    content: '';
    display: block;
    float: left;
    width: 50px;
    background-image: url(images/icon_scale_white.svg);
    background-size: 50px;
    margin-right: 8px;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 5px;
}
.footer_inner {
    font-family: letter-gothic-std, monospace;
}
.footer_inner .flexible {
    flex-wrap: nowrap;
}
.footer_inner.footer-inner-main {
    padding: 1em;
    font-size: .9em;
}
.footer_inner .flexible .col {
    width: 70%;
}
.footer_inner .flexible .col.right {
    justify-content: flex-end;
    display: flex;
    width: 30%;
}
.footer-inner-credits {
    border-top: 1px solid #000;
    padding: 1em;
    font-size: .9em;
}
.footermenu {
    margin-top: 3em;
    margin-top: 3%;
}
.footercredits {}
.footercredits a {}
.sitecredits {}
.sitecredits p {
    margin-bottom: 0;
}
.sitecredits a {}
.sinkcredits {
    font-size: .8em;
}
.sinkcredits p {
    margin-bottom: 0;
}
.sinkcredits a {}
/*****************
RELATED
***********************************************/
.metadatum {
    margin-bottom: 2em;
}
.metadatum .meta_item {
    margin-bottom: 1em;
}
.metadatum .meta_item .lbl {}
.metadatum .meta_item .val {}
.article-outro {
    margin: 2em 0;
}
.article-outro .centering_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.article-outro h1 {
    font-family: letter-gothic-std;
    font-size: 1.25em;
    font-weight: 100;
    max-width: 740px;
}
.article-outro h1 a {
    color: #97662C;
}
.qtip-content a {
    text-decoration: underline;
}
/*****************
ARCHIVE
***********************************************/
.socialink-module.module-addcontent .module_inner {
    display: flex;
}
.socialink-module.module-addcontent .module_inner>article {}
.single .socialink-module .modheader h1 {
    line-height: 1.1;
}
article.archive_post {
    justify-content: flex-start;
    margin-bottom: 1em;
    width: 31%;
    margin-right: 3.5%;
}
.archive article.archive_post,
.search article.archive_post {
    margin-right: 1.5%;
}

.flexible.searchgrid {
    align-items: flex-start;
}

article.archive_post.thumb_none .img_label {
    background-image: url('images/logo_black.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 291px;
}
article.archive_post:last-child {
    margin-right: 0;
}
aside.readmore {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: flex-start;
    padding: 1em 0;
}
article.archive_post.archivepost_last {
    border-bottom: 0;
}
.archive_post .featimg {}
.archive_post .featimg img {
    width: 100%;
}
.archive_post.thumb_exists .mainpost {}
.archive_post .item-excerpt {
    display: none;
}
article.archive_post h2 {
    margin-bottom: .25em;
    font-weight: inherit;
    line-height: 1.1;
}
article.archive_post p.post_header_meta {
    font-size: 90%;
}
.archive_post h3 {
    font-style: normal;
    font-weight: normal;
    color: #000000;
    font-family: letter-gothic-std;
    font-size: 1.2em;
}
article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    font-size: 90%;
}
article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}
article.archive_post a.readmore:after {
    content: '>';
    padding-left: 2px;
}
.relatedposts {
    clear: both;
    border-top: 5px solid #D2D2D2;
    padding-top: 1em;
    font-size: 1.5em;
    text-transform: uppercase;
}
.relatedposts ul {
    display: flex;
    margin: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.relatedposts li {
    list-style: none outside none !important;
    font-family: letter-gothic-std, monospace;
}
.relatedposts li a {
    color: #D2D2D2;
}
.relatedposts li a:hover {
    text-decoration: none;
    color: #97662c;
}
.relatedposts .prev {
    margin-right: auto;
}
.relatedposts .next {
    margin-left: auto;
}
.single_relatedposts {}
.archive_relatedposts {}
p.readmore {
    margin-bottom: 0;
}
/* Home */
.fp-featured-data {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
}
.fp-featured-data .centering_box {
    max-width: 98%;
}
#header:before {
    content: '';
    background: rgb(36, 9, 0);
    background: linear-gradient(0deg, rgb(32 11 4 / 82%) 0%, rgba(59, 29, 20, 0.3804709383753502) 50%, rgba(255, 176, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}
#header .hero-caption {
    position: absolute;
    bottom: 0;
    right:10px;
    font-size: .5em;
}
#header .hero-caption > h1 {
    color: #fff;
    font-size: 1.8em;
}
.fp-featured-data h1 {
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: -10px;
}
.fp-featured-data h2 {
    max-width: 740px;
    font-size: 1.3em;
    margin-bottom: .4em;
}
.fp-featured-data h3 {
    font-family: letter-gothic-std, monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 0;
}
.fp-featured-data .fld-label p {
    font-weight: normal;
}
.fp-featured-data h1,
.fp-featured-data h2,
.fp-featured-data h3,
.fp-featured-data a,
.fp-featured-data .fld-label p {
    color: inherit;
}
.fp-feeds {
    border-top: 1px solid #0A0A0A;
    border-bottom: 1px solid #0A0A0A;
    display: flex;
}
.fp-feeds.feedcount-2 {}
.fp-feeds .fp-feed {
    padding-top: 1em;
}
.fp-feeds.feedcount-2 .feed-0 {
    width: 67%;
}
.fp-feeds.feedcount-2 .feed-0 .archive_post .item-excerpt {
    display: block;
    display: block;
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.1;
    margin-bottom: .5em;
}
.fp-feeds.feedcount-2 .feed-1 .flex-archive-view,
.fp-feeds.feedcount-2 .feed-0 .flex-archive-view {
    display: block;
}
.fp-feeds.feedcount-2 .feed-1 .flex-archive-view .archive_post,
.fp-feeds.feedcount-2 .feed-0 .flex-archive-view .archive_post {
    display: flex;
    width: inherit;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-bottom: 1em;
    margin-bottom: 1em;
    flex-wrap: wrap;
}
.fp-feeds.feedcount-2 .feed-0 .flex-archive-view .archive_post {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2em;
    margin-bottom: 1em;
    margin-right: 3.5%;
}
.fp-feeds.feedcount-2 .feed-0 .flex-archive-view .archive_post .featimg_wrap {
    width: 250px;
}
.fp-feeds.feedcount-2 .feed-1 .flex-archive-view .archive_post:last-child,
.fp-feeds.feedcount-2 .feed-0 .flex-archive-view .archive_post:last-child {
    border: 0;
}
.fp-feeds.feedcount-2 .feed-0 .flex-archive-view .archive_post .featimg {
    margin-right: 2em;
    width: 250px;
}
.fp-feeds.feedcount-2 .feed-0 .flex-archive-view article.archive_post h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
    line-height: 1.1;
    margin-top: 6px;
}
.fp-feeds.feedcount-2 .feed-0 .flex-archive-view .archive_post.thumb_exists .mainpost {
    margin-top: -15px;
    width: calc(100% - 290px);
}
.fp-feeds.feedcount-2 .feed-1 .flex-archive-view .archive_post {
    margin-bottom: 2em;
    s
}
.fp-feeds.feedcount-2 .feed-1 .flex-archive-view .archive_post:first-child .img_label:before {
    content: none;
}
.fp-feeds.feedcount-2 .feed-1 .flex-archive-view .archive_post .img_label:before {
    /*     content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #ababab;
    margin-bottom: 2em; */
}
.fp-feeds.feedcount-2 .feed-1 .flex-archive-view .archive_post .featimg img {
    width: 100px;
}
.fp-feeds.feedcount-2 .feed-1 .flex-archive-view .archive_post .featimg {
    width: 100px;
    margin-right: 1em;
}
.fp-feeds.feedcount-2 .feed-1 article.archive_post h2 {
    font-size: 1.1em;
}
.fp-feeds.feedcount-2 .feed-1 .archive_post.thumb_exists .mainpost {
    width: calc(100% - 120px);
}
.fp-feeds.feedcount-2 .feed-1 .archive_post.thumb_exists .mainpost h3.author_name {
    font-size: .9em;
}
.fp-feeds.feedcount-2 .feed-1 {
    width: 33%;
    border-left: 1px solid #0A0A0A;
    padding-left: 2%;
}
.editors_picks h1,
.home section h1 {
    color: #6A6A6A;
}
.home section.fp-latest {
    padding: 2em 0;
}
.home section.fp-latest h1 {
    text-align: center;
}
.editors_picks {
    padding-top: 1em;
}
.img_label {
    width: 100%;
}
.fp-feeds .imgpost_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
/* NF FORMS OVERWRITE */
.nf-form-content {
    padding: 0;
    max-width: inherit;
}
html .nf-form-content label {
    font-family: letter-gothic-std;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
}
.nf-field-container.label-above:not(#nf-field-3-container) .nf-field .field-wrap {
    flex-direction: column-reverse;
}
.nf-field-container.label-above .nf-field label {
    margin-top: .5em;
}
.nf-field-container .nf-field-element input[type='text'],
.nf-field-container .nf-field-element input[type='email'] {
    background: transparent;
    border: 0;
    border-bottom: 6px solid #000;
    background-color: #f1f1f1;
}
.nf-field-container .nf-field-element textarea {
    background: #F5F5F5;
    border: 1px solid #B8B8B8;
    border-bottom: 6px solid #000;
}
#nf-field-1-wrap label:before {
    display: inline-block;
    content: url(assets/icons/icon-person.svg);
    margin-right: .5em;
}
#nf-field-2-wrap label:before,
.socialmedia ul li.contact a:before {
    display: inline-block;
    content: url(assets/icons/icon-mail.svg);
    margin-right: .5em;
}
#nf-field-3-wrap label:before {
    display: inline-block;
    content: url(assets/icons/icon-comments.svg);
    margin-right: .5em;
}
#nf-field-5-wrap label:before {
    display: inline-block;
    content: url(assets/icons/icon-link.svg);
    margin-right: .5em;
}
/* Animation */
@-webkit-keyframes glitchy {
    0% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    25% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    50% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    75% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
}
@keyframes glitchy {
    0% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    25% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    50% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    75% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
.logo .sink_img {
    width: inherit;
}
.logo svg:hover {
    -webkit-filter: url(#noise);
    filter: url(#noise);
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
}
.hidden {
    position: absolute;
    height: 0;
}
/* mc */
.footer-signup #mc_embed_signup .button {
    border-radius: 25px;
    margin: 0;
    display: block;
    width: 100%;
    margin-left: 10px;
    height: auto;
    padding: 5px;
}
.footer-signup #mc_embed_signup form {
    background: #000;
}
.footer-signup #mc_embed_signup input.email {
    border-radius: 0;
    box-shadow: none;
    padding: 0.7em;
    margin-bottom: 0;
    margin-right: 0;
    width: 50%;
}
.footer-signup #mc_embed_signup_scroll {
    display: flex;
}
.footer-signup #mc_embed_signup .clear {
    clear: none;
    display: block;
    width: 136px;
}
@media (max-width: 960px) {
    .fp-featured-data h1 {
        font-size: 1.8em;
        margin-top: 0;
    }
    .fp-featured-data {
        padding: 1%;
    }
    .fp-featured-data h3 {
        font-size: 1em;
    }
}