/*!
Theme Name: Making Waves Blog
Theme URI: http://blog.makingwaves.no/
Description: WordPress Theme for the Making Waves Blog
Author: Johan Hogasen-Hallesby & Geir Arne Brevik
Author URI: http://www.makingwaves.no/
Text Domain: makingblog
Version: 3.1.0
*/@font-face {
    font-family: "ingeborg-fat";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/Ingeborg-Fat.eot");
    src: url("assets/fonts/Ingeborg-Fat.eot#iefix") format("embedded-opentype"), url("assets/fonts/Ingeborg-Fat.woff") format("woff");
}
@font-face {
    font-family: "ingeborg-fat-italic";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/Ingeborg-FatItalic.eot");
    src: url("assets/fonts/Ingeborg-FatItalic.eot#iefix") format("embedded-opentype"), url("assets/fonts/Ingeborg-FatItalic.woff") format("woff");
}
body, .main {
    background-color: #fff;
    color: #000;
}
article header .post-category a:hover, .footer {
    background-color: #000;
    color: #fff;
}
.logo, .author-info .default-userphoto {
    background-image: url("assets/images/sprites.png");
    background-repeat: no-repeat;
    background-size: 250px 125px;
}
.category-link, .post-category a, .main-menu .category-links a, .more-link a {
    border: 1px solid #000;
    padding: 9px;
    display: inline-block;
    font-size: 14px;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 16px;
    border-radius: 2px;
    text-decoration: none;
    color: #000;
    transition: none;
}
.category-link ::-moz-selection, .post-category a ::-moz-selection, .main-menu .category-links a ::-moz-selection, .more-link a ::-moz-selection {
    background-color: transparent;
    text-shadow: none;
}
.category-link ::selection, .post-category a ::selection, .main-menu .category-links a ::selection, .more-link a ::selection {
    background-color: transparent;
    text-shadow: none;
}
@media (min-width: 768px) {
    .category-link, .post-category a, .main-menu .category-links a, .more-link a {
    padding: 12px;
    font-size: 16px;
    line-height: 18px;
}
}@media (min-width: tablet) {
    .category-link, .post-category a, .main-menu .category-links a, .more-link a {
    padding: 12px;
    font-size: 16px;
    line-height: 18px;
}
}/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,  serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
::-moz-selection {
    background: #e71970;
    text-shadow: none;
}
::selection {
    background: #e71970;
    text-shadow: none;
}
html {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    -webkit-font-smoothing: antialiased;
}
body:after {
    content: "mobile";
    display: none;
}
@media (min-width: 768px) {
    body {
    font-size: 21px;
    line-height: 34px;
}
body:after {
    content: "tablet";
    display: none;
}
}@media (min-width: tablet) {
    body {
    font-size: 21px;
    line-height: 34px;
}
body:after {
    content: "tablet";
    display: none;
}
}body.noscroll {
    height: 100%}
strong, b {
    font-family: "ff-tisa-web-pro", Georgia, serif;
    font-weight: 800;
}
em, i {
    font-family: "ff-tisa-web-pro", Georgia, serif;
    font-style: italic;
}
a, a:visited {
    color: #000;
}
a:hover, a:visited:hover {
    color: #e71970;
}
a:active, a:visited:active {
    position: relative;
    top: 1px;
}
hr {
    width: 20%;
    border: 0;
    height: 4px;
    background-color: #000;
    margin: 60px auto;
}
blockquote {
    border-left: 4px solid #000;
    margin-left: 0;
    padding-left: 20px;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    font-style: italic;
}
h1, h2, h3, h4, p, ul, li {
    margin-top: 0;
    padding-top: 0;
}
h1, h2 {
    font-family: "ingeborg-fat-italic", Georgia, serif;
    font-size: 38px;
    line-height: 46px;
    font-weight: normal;
}
@media (min-width: 768px) {
    h1, h2 {
    font-size: 60px;
    line-height: 67px;
}
}@media (min-width: tablet) {
    h1, h2 {
    font-size: 60px;
    line-height: 67px;
}
}h1 {
    width: 100%;
    text-align: center;
}
h2, h3, h4 {
    font-family: "ff-tisa-web-pro", Georgia, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 38px;
    margin-bottom: 5px;
}
.logo {
    display: block;
    width: 55px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 200;
    opacity: 0;
}
.logo:active {
    position: absolute;
    top: 11px;
}
.menu-open .logo {
    opacity: 1;
    background-position: 0px -50px;
}
@media (max-width: 945px) {
    .home .logo {
    background-position: 0px -50px;
}
}.header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    transition: width 0.6s;
}
.header h1 {
    margin: 0;
}
@media (min-width: 768px) {
    .header {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}
}@media (min-width: tablet) {
    .header {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}
}@media (min-width: 945px) {
    .header {
    margin-top: 20px;
    width: 945px;
}
}.header.fixed {
    position: fixed;
    height: 100%}
.archive-header {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    padding: 20px 20px 0px 20px;
}
@media (min-width: 500px) {
    .archive-header {
    padding: 20px 84px 0px 84px;
}
}@media (min-width: phablet) {
    .archive-header {
    padding: 20px 84px 0px 84px;
}
}@media (min-width: 945px) {
    .archive-header {
    padding-top: 0;
}
}.archive-post {
    text-align: left;
    margin-bottom: 80px;
    display: none;
}
.archive-post:nth-child(-n+7) {
    display: block;
}
.archive-post .entry {
    padding: 0;
}
.archive-post a {
    text-decoration: none;
}
.archive-post a:hover {
    color: #000;
}
.archive-post h2 {
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    font-family: "ingeborg-fat-italic", Georgia, serif;
    font-weight: normal;
}
.archive-post h2, .archive-post .meta, .archive-post .entry p:first-child {
    padding: 0 20px;
}
@media (min-width: 500px) {
    .archive-post h2, .archive-post .meta, .archive-post .entry p: first-child {
    padding: 0 84px;
}
}@media (min-width: phablet) {
    .archive-post h2, .archive-post .meta, .archive-post .entry p: first-child {
    padding: 0 84px;
}
}.archive-post .meta {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.archive-post .meta a:hover {
    text-decoration: underline;
}
.archive-post .meta, .archive-post .meta a {
    color: #646464;
}
.archive-post p, .archive-post .entry p:first-child, .archive-post ul, .archive-post ol {
    font-size: 18px;
    line-height: 26px;
}
@media (min-width: 768px) {
    .archive-post .meta {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.archive-post h2 {
    font-size: 30px;
    line-height: 40px;
}
.archive-post p, .archive-post .entry p:first-child, .archive-post ul, .archive-post ol {
    font-size: 21px;
    line-height: 34px;
}
}@media (min-width: tablet) {
    .archive-post .meta {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.archive-post h2 {
    font-size: 30px;
    line-height: 40px;
}
.archive-post p, .archive-post .entry p:first-child, .archive-post ul, .archive-post ol {
    font-size: 21px;
    line-height: 34px;
}
}.category-link {
    width: auto;
    margin: 0 auto;
}
.post-category {
    text-align: center;
    width: 100%}
.post-category a {
    transition: none;
}
.post-category a:visited, .post-category a:active {
    color: #000;
}
.post-category a:hover {
    background-color: #000;
    color: #fff;
}
.menu-button {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 16px;
    display: block;
    z-index: 100;
    cursor: pointer;
}
.menu-button span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 0px;
    background-color: #000;
    font-size: 0px;
    opacity: 1;
    transition: all 0.8s;
}
.menu-button span:before, .menu-button span:after {
    content: ' ';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #000;
    transition: all 0.6s;
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    transform: translateY(-150%);
}
.menu-button span:after {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}
.menu-button:active {
    position: absolute;
    top: 20px;
}
.menu-open .menu-button span {
    background-color: transparent;
}
.menu-open .menu-button span:before {
    border-bottom-color: #fff;
    -webkit-transform: translateY(-6px) rotate(45deg);
    -moz-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.menu-open .menu-button span:after {
    border-bottom-color: #fff;
    -webkit-transform: translateY(-6px) translateX(-3px) rotate(-45deg);
    -moz-transform: translateY(-6px) translateX(-3px) rotate(-45deg);
    transform: translateY(-6px) translateX(-3px) rotate(-45deg);
}
@media (max-width: 945px) {
    .home .menu-button span {
    background-color: white;
}
.home .menu-button span:before {
    border-bottom-color: #fff;
}
.home .menu-button span:after {
    border-bottom-color: #fff;
}
}@media (max-width: 945px) {
    .home .menu-open .menu-button span {
    background-color: transparent;
}
}.main-menu {
    position: absolute;
    top: 0;
    left: -9999px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    content: ' '}
.main-menu ul {
    display: block;
    padding-left: 0;
    width: 75%;
    height: 75%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    list-style: none;
    text-align: center;
}
.main-menu li {
    margin: 0 0 20px 0;
    display: inline-block;
    text-align: center;
    width: 100%}
.main-menu .category-links a {
    border-color: #fff;
    color: #fff;
}
.main-menu .category-links a:hover {
    background-color: #fff;
    color: #000;
}
.menu-open .main-menu {
    left: 0px;
}
.content-overlay {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 50;
    -webkit-transition: opacity 0.6s, left 0.1s 0.6s;
    -moz-transition: opacity 0.6s, left 0.1s 0.6s;
    -ms-transition: opacity 0.6s, left 0.1s 0.6s;
    -o-transition: opacity 0.6s, left 0.1s 0.6s;
    transition: opacity 0.6s, left 0.1s 0.6s;
    overflow: hidden;
}
.content-overlay.menu-open {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    left: 0px;
    opacity: .8;
}
.menu-open.main {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: url("assets/images/blur.svg#blur");
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
article header .post-image {
    margin-bottom: 20px;
}
article header .post-category {
    margin-bottom: 20px;
}
article header img {
    width: 100%;
    height: auto;
}
article header.no-post-thumbnail {
    padding-top: 60px;
}
article header.no-post-thumbnail .post-category {
    margin-top: 20px;
}
@media (min-width: 500px) {
    article header.no-post-thumbnail {
    padding-top: 100px;
}
}@media (min-width: phablet) {
    article header.no-post-thumbnail {
    padding-top: 100px;
}
}article header h1 {
    margin-bottom: 32px;
}
.image-dim {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.frontpage-posts {
    *zoom: 1;
    display: none;
}
.frontpage-posts:before, .frontpage-posts:after {
    content: "";
    display: table;
}
.frontpage-posts:after {
    clear: both;
}
.frontpage-posts:nth-child(-n+5) {
    display: block;
}
.frontpage-post-wrapper {
    width: 100%;
    float: left;
    padding: 30px 30px 0px 30px;
}
.frontpage-post-wrapper .archive-post {
    margin-bottom: 30px;
    display: block;
}
.frontpage-post-wrapper .archive-post h2, .frontpage-post-wrapper .archive-post .meta, .frontpage-post-wrapper .archive-post .entry p:first-child {
    padding: 0;
}
.frontpage-post-wrapper .archive-post h2 {
    margin-top: 20px;
}
.frontpage-post-wrapper .archive-post .entry p:first-child {
    font-size: 14px;
    line-height: 18px;
}
.frontpage-post-wrapper .post-category a {
    padding: 9px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3px;
}
@media (min-width: 500px) {
    .frontpage-post-wrapper {
    width: 50%}
.frontpage-post-wrapper .archive-post .entry p:first-child {
    font-size: 16px;
    line-height: 24px;
}
}@media (min-width: phablet) {
    .frontpage-post-wrapper {
    width: 50%}
.frontpage-post-wrapper .archive-post .entry p:first-child {
    font-size: 16px;
    line-height: 24px;
}
}@media (min-width: 768px) {
    .frontpage-post-wrapper {
    width: 384px;
}
}@media (min-width: tablet) {
    .frontpage-post-wrapper {
    width: 384px;
}
}.more-link {
    width: 100%;
    text-align: center;
    margin: 60px 0;
}
.more-link a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100px;
}
.more-link a:hover {
    background-color: #000;
    color: #fff;
}
.frontpage-feature {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%}
.frontpage-feature figure {
    line-height: 0;
    position: relative;
}
.frontpage-feature img {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(0.7);
    -moz-filter: brightness(0.7);
    filter: brightness(0.7);
    transition: all 0.6s;
}
.frontpage-feature img:hover {
    -webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    filter: brightness(0.9);
}
@media (min-width: 768px) {
    .frontpage-feature.feature-main {
    float: none;
    height: 384px;
    width: 768px;
}
.frontpage-feature.feature-sub {
    width: 256px;
    height: 256px;
}
}@media (min-width: tablet) {
    .frontpage-feature.feature-main {
    float: none;
    height: 384px;
    width: 768px;
}
.frontpage-feature.feature-sub {
    width: 256px;
    height: 256px;
}
}.frontpage-feature-post {
    position: absolute;
    width: 100%;
    z-index: 20;
}
.frontpage-feature-post a {
    color: #fff;
    text-decoration: none;
}
.frontpage-feature-post a:active, .frontpage-feature-post a:hover {
    color: #000;
}
.frontpage-feature-post .post-category a {
    border-color: #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}
.frontpage-feature-post .post-category a:hover {
    background-color: #000;
}
.frontpage-feature-post h2 {
    font-family: "ingeborg-fat-italic", Georgia, serif;
    font-size: 38px;
    line-height: 46px;
    font-weight: normal;
    margin: 0 auto 10px auto;
    width: 100%;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
    .frontpage-feature-post h2 {
    font-size: 60px;
    line-height: 67px;
}
}@media (min-width: tablet) {
    .frontpage-feature-post h2 {
    font-size: 60px;
    line-height: 67px;
}
}.frontpage-feature-post .author-name {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "ff-tisa-web-pro", Georgia, serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.frontpage-feature-post .author-name a {
    color: #fff;
    display: block;
}
.frontpage-feature-post .author-name a:hover {
    text-decoration: underline;
}
.feature-main .frontpage-feature-post {
    top: 60px;
    bottom: auto;
}
@media (min-width: 768px) {
    .feature-main .frontpage-feature-post {
    bottom: 82px;
    top: auto;
}
.feature-main .frontpage-feature-post h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 0 60px;
}
.feature-main .frontpage-feature-post .author-name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3px;
}
.feature-main .frontpage-feature-post .post-category a {
    padding: 9px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
}@media (min-width: tablet) {
    .feature-main .frontpage-feature-post {
    bottom: 82px;
    top: auto;
}
.feature-main .frontpage-feature-post h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 0 60px;
}
.feature-main .frontpage-feature-post .author-name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3px;
}
.feature-main .frontpage-feature-post .post-category a {
    padding: 9px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
}.feature-sub .frontpage-feature-post {
    top: 60px;
}
@media (min-width: 768px) {
    .feature-sub .frontpage-feature-post h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}
.feature-sub .frontpage-feature-post .author-name {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
}
.feature-sub .frontpage-feature-post .post-category a {
    padding: 9px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
}@media (min-width: tablet) {
    .feature-sub .frontpage-feature-post h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}
.feature-sub .frontpage-feature-post .author-name {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
}
.feature-sub .frontpage-feature-post .post-category a {
    padding: 9px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
}.entry {
    padding: 0 20px;
}
.entry p:first-child {
    font-size: 24px;
    line-height: 30px;
}
@media (min-width: 768px) {
    .entry p: first-child {
    font-size: 30px;
    line-height: 40px;
}
}@media (min-width: tablet) {
    .entry p: first-child {
    font-size: 30px;
    line-height: 40px;
}
}.entry blockquote p, .entry blockquote p:first-child, .entry blockquote ol, .entry blockquote ul {
    padding: 10px 0;
    font-size: 18px;
    line-height: 26px;
}
.entry ul, .entry ol {
    list-style-position: outside;
    margin-left: 20px;
    padding: 0;
}
.entry ol {
    margin-left: 40px;
}
.entry img {
    width: 100%;
    height: auto;
}
@media (min-width: 500px) {
    .entry {
    padding: 0 84px;
}
}@media (min-width: phablet) {
    .entry {
    padding: 0 84px;
}
}@media (min-width: 768px) {
    .entry {
    padding: 0;
}
.entry p, .entry ul, .entry ol, .entry h1, .entry h2, .entry h3, .entry h4 {
    padding: 0 84px;
}
.entry p:first-child {
    padding: 0 30px;
}
.entry blockquote {
    margin: 0 84px;
}
.entry blockquote p, .entry blockquote p:first-child, .entry blockquote ol, .entry blockquote ul {
    font-size: 21px;
    line-height: 34px;
}
}@media (min-width: tablet) {
    .entry {
    padding: 0;
}
.entry p, .entry ul, .entry ol, .entry h1, .entry h2, .entry h3, .entry h4 {
    padding: 0 84px;
}
.entry p:first-child {
    padding: 0 30px;
}
.entry blockquote {
    margin: 0 84px;
}
.entry blockquote p, .entry blockquote p:first-child, .entry blockquote ol, .entry blockquote ul {
    font-size: 21px;
    line-height: 34px;
}
}@media (min-width: 945px) {
    .entry p: first-child {
    padding: 0;
}
}.author-info {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}
.author-info img, .author-info .default-userphoto {
    width: 100px;
    height: 100px;
}
.author-info .default-userphoto {
    margin-left: auto;
    margin-right: auto;
    background-position: -100px 0px;
}
.author-info img {
    border-radius: 50px;
}
.author-info p {
    text-align: left;
}
.author-info p a {
    text-decoration: underline;
}
.author-info a {
    text-decoration: none;
}
.author-info .author-name {
    font-family: 'ingeborg-fat',  georgia,  serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 auto 5px auto;
    line-height: 26px;
    display: block;
}
@media (min-width: 768px) {
    .author-info {
    font-size: 16px;
    line-height: 24px;
}
}@media (min-width: tablet) {
    .author-info {
    font-size: 16px;
    line-height: 24px;
}
}.single-footer {
    padding: 60px 20px 0 20px;
}
.single-footer ul {
    display: block;
    padding: 0;
    list-style: none;
}
.single-footer ul li {
    display: inline-block;
}
.single-footer .meta-wrapper {
    height: 60px;
    margin-bottom: 30px;
    color: #646464;
    text-transform: uppercase;
    font-size: 12px;
}
.single-footer .meta, .single-footer .sharing {
    width: 100%}
.single-footer .sharing {
    margin-top: 12px;
    margin-right: -30px;
}
.single-footer .author-info {
    margin-bottom: 60px;
}
@media (min-width: 500px) {
    .single-footer {
    padding: 60px 84px 0 84px;
}
}@media (min-width: phablet) {
    .single-footer {
    padding: 60px 84px 0 84px;
}
}@media (min-width: 768px) {
    .single-footer .meta-wrapper {
    font-size: 14px;
}
.single-footer .meta, .single-footer .sharing {
    width: 45%;
    float: left;
}
.single-footer .sharing {
    margin-top: 2px;
    float: right;
}
.single-footer .sharing li {
    padding-left: 20px;
}
}@media (min-width: tablet) {
    .single-footer .meta-wrapper {
    font-size: 14px;
}
.single-footer .meta, .single-footer .sharing {
    width: 45%;
    float: left;
}
.single-footer .sharing {
    margin-top: 2px;
    float: right;
}
.single-footer .sharing li {
    padding-left: 20px;
}
}.comments {
    padding: 60px 20px 0 20px;
    margin-bottom: 100px;
}
@media (min-width: 500px) {
    .comments {
    padding: 60px 84px 0 84px;
}
}@media (min-width: phablet) {
    .comments {
    padding: 60px 84px 0 84px;
}
}.footer {
    width: 100%;
    z-index: 200;
    padding: 24px 0;
    font-family: "ff-tisa-web-pro", Georgia, serif;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer ul, .footer ol {
    list-style: none;
    padding-left: 0;
}
.footer .credits {
    color: #646464;
    font-size: 12px;
}
.footer .credits a {
    color: #646464;
}
@media (min-width: 768px) {
    .footer .credits {
    font-size: 14px;
}
}@media (min-width: tablet) {
    .footer .credits {
    font-size: 14px;
}
}.footer .footer-content {
    padding: 0 20px;
    font-size: 12px;
}
@media (min-width: 500px) {
    .footer .footer-content {
    padding: 00px 84px 0 84px;
}
}@media (min-width: phablet) {
    .footer .footer-content {
    padding: 00px 84px 0 84px;
}
}@media (min-width: 768px) {
    .footer .footer-content {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
}
}@media (min-width: tablet) {
    .footer .footer-content {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
}
}.footer p {
    margin: 0;
}
.footer .social-links, .footer .category-links {
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .footer .social-links, .footer .category-links, .footer .credits {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
}@media (min-width: tablet) {
    .footer .social-links, .footer .category-links, .footer .credits {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
}.error404 {
    min-height: 400px;
    background-image: url("assets/images/404.gif");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -25px;
}
.error404 h1, .error404 p, .error404 a {
    color: #fff;
}
.error404 h1 {
    padding-top: 200px;
}
.error-payoff {
    width: 100%;
    text-align: center;
}
.error404 .menu-button span {
    background-color: #fff;
}
.error404 .menu-button span:after, .error404 .menu-button span:before {
    border-color: #fff;
}
.error404 .menu-open .menu-button span {
    background-color: transparent;
}
.rve {
    background-color: red;
}
.fb-like {
    top: -10px !important;
}
.container {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}
.main {
    position: relative;
    z-index: 5;
    width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
@media (min-width: 768px) {
    .main {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}
}@media (min-width: tablet) {
    .main {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}
}@media (min-width: 945px) {
    .main {
    margin-top: 30px;
}
}.home .logo {
    opacity: 1;
}
@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
    position:relative;
    overflow: hidden;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
 }