/*
   Main CSS File for mnmlwp WordPress theme
   ========================================

   0.    Fonts
   1.    Layout
   1.1   Spinkit
   2.    Typography
   2.1   Lists
   2.2   Tables
   3.    Main Navigation
   4.    Columns
   5.    Archive
   5.1   Single
   5.2   Comments
   6.    Forms
   7.    Input
   8.    Valuemeter
   9.    Message Boxes
   10.   Buttons
   11.   Widgets/Sidebar
   11.1  Widget RSS
   12.   Required WP Classes
   13.   Breadcrumbs
   14.   Video Container/SoundCloud
   15.   Images & Gallery
   16.   Flyout Containers
   17.   Spinkit
   50.   Template: Hero
   99.   Responsive

*/

/* -----------------------------------------
  0. Fonts
  ----------------------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome-4.7.0/fonts/FontAwesome.eot'); /* IE9 Compat Modes */
  src: url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
     url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
     url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot#fontawesome-') format('svg'); /* Legacy iOS */
}

/* -----------------------------------------
   1. Layout
   ----------------------------------------- */

.hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

body,
body * {
    box-sizing: border-box;
}

body {
    background: #fff;
    font: 1.25em 'Source Sans Pro', sans-serif;
    color: #222;
    line-height: 1.5;
    margin: 0 0;
}

.row {
    position: relative;
    display: block;
    overflow: hidden;
    clear: left;
}

.column {
    position: relative;
    width: 1024px;
    max-width: 100%;
    padding: 2em;
    margin: 0 auto;
    clear: left;
    overflow: hidden;
}

.row.row--contact {
    display: block;
    background: #23282d;
    letter-spacing: 1px;
}

.column.column--header {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.row.row--footer {
    padding: 1em 0;
}

.overflow-visible {
    overflow: visible!important;
}

.overflow-hidden {
    overflow: hidden!important;
}

footer {
    font-size: .875em;
    font-weight: 300;
}

footer a {
    transition: color .15s linear;
}

.mnmlwp-overlay {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    pointer-events: none;
}

/* -----------------------------------------
   2. Typography
   ----------------------------------------- */

h1, .h1 {
    display: block;
    font-size: 1.875em;
    margin-top: 0;
}

h2 { font-size: 1.67em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.33em; }
h5 { font-size: 1.15em; }
h6 { font-size: 1em; }

h1, .h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    padding-bottom: 1.5rem;
    line-height: 1.25;
    display: block;
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h2, h3, h4, h5, h6 {
    padding-top: 1rem;
}

.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.first {
    margin-top: 0!important;
    padding-top: 0!important;
}

.last {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.column h2:first-of-type {
    margin-top: 0;
}

div.mnmlwp-logo {
    font-size: 1.75em;
    line-height: 1;
    font-weight: 600;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
}

div.mnmlwp-logo a {
    color: #111!important;
    opacity: 1!important;
    letter-spacing: 0;
}

.mnmlwp-logo-icon {
    display: inline;
    margin-right: .25em;
}

.mnmlwp-tagline {
    font-size: .5875em;
    font-weight: 300;
    padding-top: .5em;
}

b, strong {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

small {
    font-size: .875em;
}

a {
    transition: opacity .2s linear;
    cursor: pointer;
}

a,
a:hover,
a:focus,
a:active {
    color: rgba(0, 123, 182, 1);
    text-decoration: none;
}

a.email::before {
    font-family: 'FontAwesome';
    content: '\f003';
    margin-right: .25em;my_fr33ba55
}

p {
    padding: 0 0 1em;
}

p a {
    text-decoration: none;
    color: #007bb6;
}

p a:hover,
p a:focus,
p a:active {
    text-decoration: none;
    color: rgba(0, 108, 159, 1);
}

.column.column--contact {
    padding: .5em 2em;
}

.column.column--contact p {
    font-size: .75em;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.column.column--contact a,
.column.column--contact a:hover,
.column.column--contact a:focus {
    opacity: .875;
}

.mnmlwp-logo-image {
    height: 1.02em;
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.mnmlwp-slogan {
    font-size: 1.75em;
    font-weight: 400;
    padding-bottom: 1em;
    line-height: 1.375;
    letter-spacing: 1px;
}

.mnmlwp-slogan span {
    font-weight: 600;
}

.mnmlwp-highlight {
    background: #fff7af;
    font-weight: 600;
}

blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 1em;
    margin: 1em 0 2em 1em;
    border-left: 2px solid #eee;
    z-index: 2;
}

blockquote::before {
    font-family: FontAwesome;
    content: '\f10e';
    margin-right: .375em;
    height: 100%;
    float: left;
    font-size: 1em;
    margin-right: .5em;
    font-style: normal;
    color: #ddd;
}

blockquote p {
    padding: 0;
}

cite {
    display: block;
    padding-top: 1em;
    font-size: .875em;
}

cite::before {
    display: inline-block;
    margin-right: .125em;
    content: '\2014';
}

.inline-divider::after {
    display: inline-block;
    content: '|';
    margin: 0 .25em;
    color: #ddd;
}

img {
    max-width: 100%;
}

.mnmlwp-grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mnmlwp-grey.colorize:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.mnmlwp-separator::before {
    display: inline;
    content: '|';
    color: inherit;
    opacity: .25;
    font-family: 'Source Sans Pro';
    margin: 0 .25em;
}

.mnmlwp-text-shadow {
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

hr {
    display: block;
    overflow: hidden;
    background: 0;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    padding-top: 1em;
    margin-top: 1em;
    clear: both;
}

/* cf. mnmlWP-shortcodes plugin */

.mnmlwp-code {
    display: block;
    font-family: 'Consolas', Courier, 'Lucida Console', 'Monaco', monospace, sans-serif;
    text-align: left;
    background: #f7f7f7;
    color: #555;
    line-height: 1.6em;
    font-size: .875em;
    padding: .75em;
    border-left: 11px solid #ccc;
    margin: 0 0 1em;
    overflow: auto;
    width: 100%;
    overflow-x: auto;
}

address {
    margin-bottom: 1em;
    border: 1px solid #eee;
    padding: .5em;
    background: #fafafa;
    font-size: .875em;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

var, pre, code {
    font-family: monospace;
}

pre {
    word-wrap: normal;
    white-space: break-word;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
    margin-bottom: 1em;
}

/* -----------------------------------------
   2.1 Lists
   ----------------------------------------- */

main ol,
main ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    margin: 0 0 1em;
}

main ul {
    list-style-type: disc;
    margin-left: 2em;
}

main ul li ul {
    list-style-type: circle;
    margin-bottom: 0;
}

main ul li ul li ul {
    list-style-type: square;
    margin-bottom: 0;
}

main ol {
    list-style-type: decimal;
    margin-left: 2em;
}

main ol li ol {
    list-style-type: lower-roman;
    margin-bottom: 0;
}

main ol li ol li ol {
    list-style-type: lower-alpha;
    margin-bottom: 0;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0;
    padding: 0 0 .5em;
}

/* -----------------------------------------
   2.2 Tables
   ----------------------------------------- */

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

thead {
    background: #fafafa;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/* -----------------------------------------
  3. Main Navigation
  ----------------------------------------- */

.column.column--nav {
    padding-top: 0;
    padding-bottom: 0;
}

nav#main {
    position: relative;
    z-index: 99;
}

nav#main > ul {
    display: block;
    line-height: 1;
    position: relative;
    margin: 0;
    padding-left: 0;
}

nav#main ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform:translate3d(0,0,0);
}

nav#main ul li a {
    font-size: .875em;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    padding: .8em 0;
    margin: 0 1em 0 0;
    line-height: 1;
}

nav#main ul li a:hover,
nav#main ul li a:focus {
    opacity: .825;
}

nav#main ul li:last-child a {
    margin-right: 0;
}

nav#main ul li.current_page_item > a,
nav#main ul li.current-page-parent > a,
nav#main ul li.current_page_parent > a,
nav#main ul li.current_page_item > a:hover,
nav#main ul li.current-page-parent > a:hover,
nav#main ul li.current_page_item > a:focus,
nav#main ul li.current-page-parent > a:focus,
nav#main ul li.current_page_item > a:active,
nav#main ul li.current-page-parent > a:active {
    font-weight: 600;
    opacity: 1;
}

nav#main ul li.menu-item-has-children > a::after {
    font-family: 'FontAwesome';
    content: '\f107';
    margin-left: .25em;
    position: relative;
    top: 1px;
    display: inline-block;
    font-weight: 300;
    text-decoration: none;
}

/* Navigation Second Level */
nav#main ul li ul {
    display: none;
    clear: left;
    position: fixed;
    top: -4px;
}

nav#main ul li ul li a {
    margin-left: 1em;
    font-size: .75em;
    padding: .375em;
}

nav#main ul li ul li:hover > ul {
    /* display: block; */
}

/* Navigation Third Level */
nav#main ul li ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 95%;
}

/* Navigation search form */

nav#main li.mnmlwp-main-nav-searchform {
    position: relative;
    z-index: 4;
    font-size: .75em;
    display: inline-block;
    vertical-align: middle;
}

nav#main li.mnmlwp-main-nav-searchform input#s {
    margin-bottom: 0;
    width: 14em;
    max-width: 14em;
    background: #fff;
    border: 0;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
}

nav#main li.mnmlwp-main-nav-searchform button.submit {
    text-shadow: none !important;
    border: none;
    margin: 0;
    box-shadow: none;
    color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    text-align: center;
}

nav#main li.mnmlwp-main-nav-searchform button.submit::before {
    font-family: 'FontAwesome';
    content: '\f002';
    color: #fff;
}

@media screen and (min-width: 768px) {
    .row.row--nav {
        position: relative;
        top: 0;
        z-index: 9;
        box-shadow: 1px 2px 4px rgba(0,0,0,.25);
    }
    
    .row.row--nav.sticky {
        position: sticky;
    }

    nav#main li.mnmlwp-main-nav-searchform {
        position: absolute;
        right: 0;
        top: .2875em;
    }

    nav#main ul li ul {
        display: none;
        position: absolute;
        z-index: 9;
        top: 100%;
        margin: 0;
        width: auto;
        height: auto;
        clear: left;
        box-shadow: 1px 1px 3px rgba(0,0,0,.33);
        background: #fff;
    }

    nav#main ul li:hover ul li {
        display: block;
        margin: 0 0 0 0;
    }

    nav#main ul li:hover ul li ul li {
        display: none;
    }

    nav#main ul li ul li:hover ul li {
        display: block;
    }

    nav#main ul li ul li {
        min-width: 9em;
    }

    nav#main ul li ul li a {
        padding: .5em .75em;
        display: block;
        margin: 0 0 0 0;
        line-height: 1.375;
        text-transform: none;
        clear: left;
        width: 100%;
    }

    nav#main ul li ul li a:hover {
        opacity: .9;
    }

    /* Third Level */
    nav#main ul li ul li ul {
        top: .25em;
    }

    nav#main ul li ul li ul li a {
        font-size: .75em;
    }

    nav#main ul li:last-child ul li ul {
        position: absolute;
        right: 100%;
    }
}

/* ------------------------------------------
  4. Columns

  => cf. plugin mnmlwp-shortcodes/assets/css
  ------------------------------------------ */

.full-width,
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth {
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    min-height: 1px;
}

.clear-column,
.clear-columns {
    clear:both;
    display:block;
    font-size: 1em;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.full-width  {
    width: 100%;
}

.one-half {
    width: 48.5%;
    margin-right: 3%;
}

.one-third {
    width: 31.333%;
    margin-right: 3%;
}

.two-third {
    width: 65.666%;
    margin-right: 3%;
}

.one-fourth {
    width: 22.75%;
    margin-right: 3%;
}

.three-fourth {
    width: 74.25%;
    margin-right: 3%;
}

.one-fifth {
    width: 17.6%;
    margin-right: 3%;
}

.two-fifth {
    width: 38.2%;
    margin-right: 3%;
}

.three-fifth {
    width: 58.8%;
    margin-right: 3%;
}

.last-column {
    margin-right: 0!important;
}

/* -----------------------------------------
   5. Archive
   ----------------------------------------- */

ul.post-list {
    list-style-type: none;
    margin-left: 0;
}

ul.post-list li {
    display: block;
    overflow: hidden;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em!important;
    border-bottom: 1px solid #eee;
    margin: 0;
}

ul.post-list li:last-child {
    border: 0;
}

ul.post-list h3.post-title {
    font-size: 1.25em;
    padding: 0 0;
}

ul.post-list p.post-meta {
    font-size: .875em;
    padding-bottom: .5em;
}

.mnmlwp-tag-list,
.mnmlwp-category-list {
    display: inline-block;
    overflow: hidden;
}

li.list-inline-title {
    display: inline-block;
    padding-right: .25em;
}

.mnmlwp-meta-wrapper.mnmlwp-meta-wrapper--post-list {
    padding-top: .25em;
}

.mnmlwp-post-meta {
    display: block;
    overflow: hidden;
    font-size: .875em;
}

.mnmlwp-post-meta > p {
    margin-top: 0;
}

.mnmlwp-author-title,
.mnmlwp-category-title,
.mnmlwp-tag-title {
    font-weight: 600;
}

.mnmlwp-category-link {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    width: auto;
    float: right;
    text-align: center;
    line-height: 1;
    border-radius: 0;
    transition: all .2s ease;
    padding: .425em .5em;
    margin-right: .25em;
    margin-bottom: .125em;
    border-radius: .25em;
    font-size: .875em;
    letter-spacing: 1px;
}

a.mnmlwp-category-link:hover,
a.mnmlwp-category-link:focus {
    opacity: .9;
    transition: all .2s ease;
}

.mnmlwp-tag-link {
    display: inline-block;
    border-radius: .25em;
    padding: .425em .5em;
    font-weight: 300;
    line-height: 1;
    text-transform: lowercase;
    font-size: .7125em;
    transition: all .125s ease;
    background: #eee;
    color: #222!important;
    margin-right: .125em;
    margin-bottom: .125em;
    font-size: .875em;
    letter-spacing: 1px;
}

.mnmlwp-tag-link:hover,
.mnmlwp-tag-link:focus {
    opacity: .825;
    transition: all .2s ease;
}

.mnmlwp-pagination {
    padding: 1em 0;
}

.mnmlwp-pagination h2.screen-reader-text {
    display: none;
}

.mnmlwp-pagination a.page-numbers,
.mnmlwp-pagination span.page-numbers.current {
    padding: .25em .5em;
    margin-right: .25em;
    transition: all .2s linear;
}

.mnmlwp-pagination span.page-numbers.current {
    font-weight: 600;
}

.mnmlwp-pagination a.page-numbers:not(.current):hover {
    background: #f7f7f7!important;
}

p.mnmlwp-excerpt {
    padding: .25em 0 0;
}

.mnmlwp-post-list-thumbnail-wrapper {
    display: block;
    margin-bottom: 1em;
    margin-top: .5em;
}

.mnmlwp-post-list-thumbnail {
    max-height: 16em;
}

.mnmlwp-post-list-excerpt-wrapper {
    display: block;
    overflow: hidden;
    width: calc(100% - 7em);
    float: right;
}

/* Prev/Next Post */
.prev-posts {
    display: block;
    overflow: hidden;
    font-size: .875em;
    padding: 1em 0 0;
}

.prev-posts a {
    display: inline-block;
    padding: 4px 10px;
    color: #777;
    border: 1px solid #eee;
    background: #f3f3f3;
    border-radius: 3px;
    font-weight: 300;
}

.prev-posts a:hover,
.prev-posts a:focus,
.prev-posts a:active {
    color: #666;
}

.prev-posts .prev {
    float: left;
    margin-right: .5em;
}

.prev-posts .prev a::before {
    font-family: 'FontAwesome';
    content: '\f104';
    margin-right: .25em;
}

.prev-posts .next {
    float: left;
    display: inline-block;
}

.prev-posts .next a::after {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: .25em;
}

ol.commentlist,
ol.commentlist ol {
    list-style-type: none;
    padding-left: 0;
}

ol.commentlist cite {
    padding-top: 0;
    font-style: normal;
}

ol.commentlist cite::before {
    display: none;
}

.mnmlwp-dashicon {
    margin-left: .25em;
    color: #ccc;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}

/* -----------------------------------------
   5.1 Single Posts
   ----------------------------------------- */

.mnmlwp-featured-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 2em;
}

.mnmlwp-meta-wrapper.mnmlwp-meta-wrapper--single,
.mnmlwp-meta-wrapper.mnmlwp-meta-wrapper--post-list {
    display: block;
    padding-bottom: .5em;
}

.entry-content {
    display: block;
    overflow: hidden;
}

/* -----------------------------------------
   5.2 Comments
   ----------------------------------------- */

a.num-comments {
    display: inline-block;
    font-size: .875em;
    padding-top: 1em;
}

.comment {
    background: #f7f7f7;
    margin-bottom: 1em;
    padding: 1em;
    font-size: .9375em;
}

.children .comment {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.children .comment {
    margin-top: .5em;
}

.comment p {
    font-size: 1em;
    margin-bottom: .5em;
}

.children .comment p {
    font-size: .875em;
}

.children .comment:last-of-type p:last-of-type {
    margin-bottom: 0;
}

.required {
    color: red;
    font-weight: 700;
}

.avatar {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .25em;
}

cite.fn {
    font-size: 1em;
    display: inline-block;
}

.says {
    display: none;
}

li.comment textarea#comment {
    background: #fff;
}

.comment-meta {
    display: block;
    margin-bottom: .75em;
    font-size: .875em;
}

.comment-meta a {
    color: #999!important;
}

.comment-reply-title {
    font-size: 1.125em;
    padding-bottom: .25em;
}

.reply a::before {
    font-family: 'FontAwesome';
    content: '\f0e6';
    margin-right: .25em;
}

#cancel-comment-reply-link {
    font-size: .7em;
    font-weight: 400;
    margin-left: .5em;
}

#cancel-comment-reply-link::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    margin-right: .125em;
}

.logged-in-as a {
    border: 0;
    font-size: .875em;
}

p.form-submit {
    padding-bottom: 0;
    font-size: .875em;
}

#commentform p {
    padding-bottom: .5em;
}

#commentform input[type=submit] {
    margin-top: .75em;
}

/* -----------------------------------------
   6. Forms
   ----------------------------------------- */

label {
    display: block;
    text-transform: uppercase;
    font-size: .875em;
    padding: .25em 0;
    font-weight: 400;
}

fieldset {
    display: block;
    margin-bottom: 1em;
}

/* -----------------------------------------
   7. Input Elements
   ----------------------------------------- */

::-webkit-input-placeholder,
::-moz-placeholder, /* firefox 19+ */
:-ms-input-placeholder, /* ie */
input:-moz-placeholder { font-weight: 300 }

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
  border: 1px solid #cc3300;
}

input:not([type='radio']):not([type='checkbox']):not([type='submit']),
textarea {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: .5em;
    border: 1px solid #ddd;
    background: #f9f9f9;
    font: 1em 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin-bottom: .5em;
}

textarea {
    height: 10em;
}

button,
input[type='button'],
input[type='submit'] {
    width: auto;
    padding: .5em .75em;
    display: inline-block;
    transition: all .15s linear;
    background: #f1f1f1;
    cursor: pointer;
}

button:hover,
input[type='button']:hover,
input[type='submit']:hover {
    background: #e1e1e1;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline-block;
    margin-right: .75em;
}

select {
    min-width: 200px;
    display: block;
    margin-bottom: 1.5em;
}

/* -----------------------------------------
  8. Valuemeter

  => overwritten by mnmlwp-shortcodes plugin
   ----------------------------------------- */

.mnmlwp-valuemeters {
    display: block;
    padding-bottom: 1em;
}

.mnmlwp-valuemeter {
    position: relative;
    display: block;
    color: #444;
    background: #f7f7f7;
    line-height: 1;
    z-index: 1;
    margin-bottom: .5em;
    padding: .6125em .5em;
    font-size: 1em;
}

.mnmlwp-valuemeter-wrapper .mnmlwp-valuemeter:last-of-type {
    margin-bottom: 0;
}

.mnmlwp-valuemeter-item-value {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #e7e7e7;
    width: 0;
    height: 100%;
    z-index: 2;
}

.mnmlwp-valuemeter-item-name {
    position: relative;
    z-index: 3;
    line-height: 1;
}

/* -----------------------------------------
  9. Message Boxes

  => overwritten by mnmlwp-shortcodes plugin
  ----------------------------------------- */

.mnmlwp-msg {
    padding: 1em;
    margin: 0 0 1em;
    display: block;
}

.mnmlwp-msg.mnmlwp-msg-first {
    margin-top: 0;
}

.mnmlwp-msg p {
    display: inline;
}

.mnmlwp-msg a {
    text-decoration: none;
    font-weight: 600;
}

.mnmlwp-msg:before {
    font-family:'FontAwesome';
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

.mnmlwp-msg.mnmlwp-msg-default:before {
    content:'\f05a';
}

.mnmlwp-msg.mnmlwp-msg-info:before {
    content:'\f05a';
}

.mnmlwp-msg.mnmlwp-msg-success:before {
    content:'\f00c';
}

.mnmlwp-msg.mnmlwp-msg-warning:before {
    content:'\f071';
}

.mnmlwp-msg.mnmlwp-msg-error:before {
    content:'\f057';
}

.mnmlwp-msg.mnmlwp-msg-default {
    color: #595959;
    background: #f3f3f3;
}

.mnmlwp-msg.mnmlwp-msg-default a {
    color: #595959!important;
}

.mnmlwp-msg.mnmlwp-msg-info {
    color: #2875a8;
    background-color: #e1f2fe;
}

.mnmlwp-msg.mnmlwp-msg-info a {
    color: #2875a8!important;
}

.mnmlwp-msg.mnmlwp-msg-success {
    color: #35905c;
    background-color: rgba(66,178,114, .1);
}

.mnmlwp-msg.mnmlwp-msg-success a {
    color: #35905c!important;
}

.mnmlwp-msg.mnmlwp-msg-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.mnmlwp-msg.mnmlwp-msg-warning a {
    color: #9F6000!important;
}

.mnmlwp-msg.mnmlwp-msg-error {
    color: #D8000C;
    background-color: #FCE8E8;
}

.mnmlwp-msg.mnmlwp-msg-error a {
    color: #D8000C!important;
}

.mnmlwp-msg.mnmlwp-msg-no-icon:before {
    display: none!important;
}

.mnmlwp-msg.mnmlwp-msg-center {
    text-align: center;
}

/* -----------------------------------------
  10. Buttons

  => cf. plugin mnmlwp-shortcodes
  ----------------------------------------- */

.mnmlwp-btn,
input[type=submit] {
    display: inline-block;
    border: 0;
    padding: 13px 16px;
    margin-bottom: .25em;
    line-height: 1;
    color: #fff!important;
    text-shadow: 0;
    background: #222;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 400;
    border-radius: 3px;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
}

.mnmlwp-btn.mnmlwp-btn-secondary {
    background: #5bacd3!important;
    color: #fff!important;
}

.mnmlwp-btn.mnmlwp-btn-secondary:hover,
.mnmlwp-btn.mnmlwp-btn-secondary:focus {
    background: #4e9fc6!important;
    color: #fff!important;
}

.mnmlwp-btn.mnmlwp-btn-error {
    background: #d8000c!important;
    color: #fff!important;
}

.mnmlwp-btn.mnmlwp-btn-error:hover,
.mnmlwp-btn.mnmlwp-btn-error:focus {
    background: #c5000b!important;
    color: #fff!important;
}

.mnmlwp-btn.mnmlwp-btn-warning {
    background: #FEEFB3!important;
    color: #9F6000!important;
}

.mnmlwp-btn.mnmlwp-btn-warning:hover,
.mnmlwp-btn.mnmlwp-btn-warning:focus {
    background: #f2e4aa!important;
    color: #9F6000!important;
}

.mnmlwp-btn.mnmlwp-btn-success {
    background: #35905c!important;
    color: #fff!important;
}

.mnmlwp-btn.mnmlwp-btn-success:hover,
.mnmlwp-btn.mnmlwp-btn-success:focus {
    background: #308052!important;
    color: #fff!important;
}

.mnmlwp-btn.mnmlwp-btn-small {
    font-size: .75em;
    padding: 8px 12px;
}

.mnmlwp-btn.mnmlwp-btn-large {
    font-size: 1.25em;
}

.mnmlwp-btn:hover,
.mnmlwp-btn:active,
.mnmlwp-btn:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
    opacity: .825;
}

/* -----------------------------------------
   11. Sidebar/Widgets
   ----------------------------------------- */

.mnmlwp-sidebar {
    display: block;
    font-size: .875em;
}

.mnmlwp-sidebar-widget {
    font-size: .93875em;
    padding: .75em;
    border: 1px solid #f3f3f3;
}

.mnmlwp-footer-widget ul,
.mnmlwp-footer-widget ol {
    display: block;
    margin: 0 auto;
}

.mnmlwp-footer-widget:not(:first-of-type),
.mnmlwp-sidebar-widget:not(:first-of-type) {
    margin-top: 2em;
}

.mnmlwp-widget-title {
    font-size: 1.25em;
    font-weight: 300;
    padding-top: 0;
}

.mnmlwp-sidebar-widget .mnmlwp-widget-title {
    padding-bottom: .75em;
}

.mnmlwp-sidebar #searchform #searchsubmit {
    margin-bottom: 0;
}

.mnmlwp-sidebar #searchform .screen-reader-text,
.mnmlwp-sidebar #searchform label {
    display: none;
}

.mnmlwp-sidebar #searchsubmit {
    font-size: .875em;
}

label[for=s] {
    display: none;
}

input#s {
    margin-bottom: .5em;
    max-width: 290px;
    background: #fff;
}

.mnmlwp-search-num-results {
    font-weight: 300;
    font-size: .75em;
}

.post-date {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: .875em;
    padding-bottom: .75em;
}

li.shariff-button:first-of-type {
    margin-left: 0!important;
}

/* -----------------------------------------
   11.1 Widget RSS
   ----------------------------------------- */
   
.rss-date {
    font-size: .875em;
}

/* -----------------------------------------
   12. Required WP Classes
   ----------------------------------------- */

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

.alignright {
    float: right;
    margin: .25em 0 .5em 1em;
    position: relative;
    top: -2px;
}

.alignleft {
    float: left;
    margin: .25em 1em .5em 0;
    position: relative;
    top: -2px;
}

.aligncenter {
    display: block;
    margin: .25em auto .5em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* -----------------------------------------
   13. Breadcrumbs Navigation
   ----------------------------------------- */

.row.row--breadcrumbs {
    background: #f3f8fd;
}

.column.column--breadcrumbs {
    padding-top: .25em;
    padding-bottom: .25em;
}

.mnmlwp-breadcrumbs {
    font-size: .7em;
}

.mnmlwp-breadcrumbs span.sep {
    opacity: .5;
    padding: 0 .125em;
}

/* -----------------------------------------
   14. Responsive YouTube, Vimeo, Soundcloud
   ----------------------------------------- */

.mnmlwp-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 2em;
    background: #fafafa;
}

.mnmlwp-soundcloud-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 2em;
    background: #fafafa;
}

.mnmlwp-video-container iframe,
.mnmlwp-soundcloud-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -----------------------------------------
  15. Images & Gallery
  ----------------------------------------- */

.mnmlwp-image-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 25%;
}

.mnmlwp-image-caption {
    display: block;
    padding: 0 .5em;
    font-size: .75em;
    color: #aaa;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
    text-align: center;
}

.mnmlwp-gallery {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 1em .2em;
}

.mnmlwp-gallery-item {
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover!important;
    background-position: center center;
    float: left;
    box-shadow: 0 0 .375em rgba(0,0,0,.2);
    margin-bottom: 1em;
    border: .125em solid #fff;
}

.wp-caption-text {
    font-size: .875em;
}

/* -----------------------------------------
   16. Flyout Container

   => overwritten by mnmlwp-shortcodes plugin
   ----------------------------------------- */

.mnmlwp-flyouts {
    display: block;
    padding-bottom: 1em;
}

.mnmlwp-flyout {
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 .5em;
}

.mnmlwp-flyout-title {
    display: block;
    padding: .5em;
    color: #222;
    background: #fafafa;
    transition: all 300ms;
}

.mnmlwp-flyout-title:hover {
    background: #e7e7e7;
    cursor: pointer;
}

.mnmlwp-flyout-title.active {
    background: #e7e7e7;
}

.mnmlwp-flyout-title::before {
    font-family: 'FontAwesome';
    font-size: .875em;
    color: #222;
    display: inline-block;
    content: '\f078';
    width: 1em;
    margin-right: .5em;
    position: relative;
    top: -1px;
}

.mnmlwp-flyout-title.active::before {
    content: '\f077';
}

.mnmlwp-flyout-content {
    display: block;
    overflow: hidden;
    padding: .5em 0 .5em 1em;
}

/* -----------------------------------------
  17. Spinkit
  ----------------------------------------- */

.mnmlwp-loading-layer {
    z-index: 999999;
    background: transparent;
    position: fixed;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

/* -----------------------------------------
  50. Template: Hero
  ----------------------------------------- */

.row-hero-wrapper {
    position: relative;
    background: #fff;
}

.row.row--hero {
    top: -1px;
}

.row.row--hero.bg-attachment-fixed {
    background-attachment: fixed!important
}

@media screen and (max-width: 767px) {
    .row.row--hero.bg-attachment-fixed {
        background-attachment: initial!important;
    }
}

.row.row--hero.skewed {
    transform-origin: left;
    transform: skewY(-4deg);
    -webkit-transform-origin: left;
    -webkit-transform: skewY(-4deg);
}

.row.row--hero.skewed::before {
    transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
}

.row.row--hero .mnmlwp-hero-layer {
    z-index: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.column.column--hero {
    height: 56.25vh;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
}

.row.row--single.row--single-hero {
    overflow: visible;
}

.hero-title {
    display: block;
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 2.25em;
    line-height: 1.125;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    letter-spacing: 4px;
}

/* Responsive breakpoint cf. functions/customizer.php */

/* -----------------------------------------
   99. Responsive
   ----------------------------------------- */

/* -----------------------------------------
   min-width 1680px
   ----------------------------------------- */

@media screen and (min-width: 1680px) {
    .hero-title {
        font-size: 2.375em;
    }
}

/* -----------------------------------------
   max-width 1023px
   ----------------------------------------- */

@media screen and (max-width: 1023px) {

    .column {
        padding: 1.375em 1.125em;
    }

    .column.column--contact {
        font-size: .65em
    }

    nav#main ul li a {
        font-size: .75em;
    }

    .full-width,
    .one-half:not(.dont-break),
    .one-third:not(.dont-break),
    .two-third:not(.dont-break),
    .one-fourth:not(.dont-break),
    .three-fourth:not(.dont-break),
    .one-fifth:not(.dont-break),
    .two-fifth:not(.dont-break),
    .three-fifth:not(.dont-break),
    .four-fifth:not(.dont-break),
    .last-column:not(.dont-break) {
        clear: both;
        width: 100%!important;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1em;
    }
    
    .mnmlwp-sidebar {
        padding-top: 2em;
        border-top: 1px solid #f7f7f7;
    }

    .mnmlwp-sidebar-widget {
        padding: 0;
        border: 0;
    }

    .mnmlwp-footer-widget:not(.mnmlwp-footer-widget-right) {
        display: block;
        overflow: hidden;
        margin-bottom: 1.5em;
    }
}

/* -----------------------------------------
   min-width 768px
   ----------------------------------------- */

@media screen and (min-width: 768px) {
    nav#main li.mnmlwp-main-nav-searchform {
        top: -3.75em;
    }

    nav#main li.mnmlwp-main-nav-searchform input#s {
        box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    }
}

/* -----------------------------------------
   max-width 767px
   ----------------------------------------- */

@media screen and (max-width: 767px) {
    body {
        font-size: 1em;
    }

    .row.row--header {
        overflow: hidden;
        padding: 0;
        z-index: 1;
        box-shadow: 0 0 .375em rgba(0,0,0,.6);
    }

    .column {
        padding: 1.25em 1em;
    }

    .column.column--nav {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mnmlwp-logo {
        top: -.075em;
    }

    .mnmlwp-tagline {
        font-size: .5em;
    }

    nav#main {
        display: none;
        padding: .75em 0;
    }

    nav#main ul {
        top: 0;
        padding: 0;
    }

    nav#main ul li ul,
    nav#main ul li ul li ul {
        position: relative;
        display: block;
        padding: .25em 0;
        left: 0;
    }

    nav#main ul li ul li ul {
        padding-top: 0;
        padding-left: 1em;
    }

    nav#main ul li {
        display: block;
    }

    nav#main ul li a {
        font-size: 1em;
        margin: 0 0;
        padding: .375em 0;
    }

    nav#main ul.sub-menu li a {
        text-transform: none;
        padding: .25em 0;
        font-size: .875em;
        line-height: 1.5;
    }

    nav#main ul.sub-menu li:first-child a {
        padding-top: .5em;
    }

    nav#main ul li:last-child a {
        margin-right: 0;
    }

    nav#main ul li.current_page_item > a {
        font-weight: 600;
    }

    nav#main ul li ul li:last-child a {
        padding-bottom: .6125em;
    }

    nav#main ul li ul li:last-child a {
        padding-bottom: 0;
    }

    nav#main li.mnmlwp-main-nav-searchform {
        margin: 1em 0 0;
        display: inline-block;
    }

    nav#main li.mnmlwp-main-nav-searchform input#s {
        width: 16em;
        max-width: 100%;
    }

    .hero-title {
        font-size: 2em;
    }

    .hide-767 {
        display: none!important;
    }
}

/* -----------------------------------------
   max-width: 639px
   ----------------------------------------- */

@media screen and (max-width: 639px) {
    .hero-title {
        font-size: 1.75em;
    }
}

/* -----------------------------------------
   max-width: 480px
   ----------------------------------------- */

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 1.6125em;
    }
}

/* -----------------------------------------
   max-width: 479px
   ----------------------------------------- */

@media screen and (max-width: 479px) {
    .hero-title {
        font-size: 1.5em;
    }
}

/* -----------------------------------------
   max-width: 420px
   ----------------------------------------- */

@media screen and (max-width: 420px) {
    .hero-title {
        font-size: 1.375em;
    }
}

/* -----------------------------------------
   max-width: 359px
   ----------------------------------------- */

@media screen and (max-width: 359px) {
    body {
        font-size: .75em;
    }
}

/* -----------------------------------------
   Print
   ----------------------------------------- */
   
@media print {
    .mnmlwp-dont-print {
        display: none;
    }
}