@charset "UTF-8";
/*--
    Theme Name:  Marktime Media Theme
    Description:  A custom WordPress theme
    Author: Marktime Media
    Version: 1.0
    License: GPLv2
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
--*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300italic,300,400italic,600,600italic);
/* 01. SETTINGS */
/* 02. TOOLS */
* {
  box-sizing: border-box; }

/* 03. GENERIC */
/*
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

*,
*:before,
*:after {
  box-sizing: border-box;
  word-wrap: break-word; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

label {
  color: #464144;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 1.125em;
  font-weight: 400; }

input[type="text"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="password"],
select,
textarea,
.textbox {
  background-color: #fff;
  border: 1px solid #d4ccd4;
  color: #464144;
  display: block;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: .875em;
  font-weight: 400;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  max-width: 30em;
  padding: 0.5em;
  width: 100%; }
  input[type="text"]:active,
  input[type="date"]:active,
  input[type="time"]:active,
  input[type="datetime"]:active,
  input[type="datetime-local"]:active,
  input[type="url"]:active,
  input[type="email"]:active,
  input[type="number"]:active,
  input[type="search"]:active,
  input[type="file"]:active,
  input[type="password"]:active,
  select:active,
  textarea:active,
  .textbox:active, input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="url"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="file"]:focus,
  input[type="password"]:focus,
  select:focus,
  textarea:focus,
  .textbox:focus {
    outline-color: #de1e7e; }

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"], .global-button {
  color: #fff;
  cursor: pointer;
  background-color: #de1e7e;
  border: 1px solid #c81b71;
  border-radius: 0;
  display: inline-block;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: auto;
  font-weight: 400;
  height: auto;
  padding: 0.5em 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: auto; }
  button:hover,
  .button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover, .global-button:hover {
    background-color: #e64998;
    border: 1px solid #e3328b;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  button.alt,
  .alt.button,
  input.alt[type="button"],
  input.alt[type="submit"],
  input.alt[type="reset"], .alt.global-button {
    background-color: #635d61;
    border-color: #3c383a; }
    button.alt:hover,
    .alt.button:hover,
    input.alt[type="button"]:hover,
    input.alt[type="submit"]:hover,
    input.alt[type="reset"]:hover, .alt.global-button:hover, button.alt:focus,
    .alt.button:focus,
    input.alt[type="button"]:focus,
    input.alt[type="submit"]:focus,
    input.alt[type="reset"]:focus, .alt.global-button:focus {
      background-color: #d4ccd4;
      border-color: #f7f6f7; }
  button.outline,
  .outline.button,
  input.outline[type="button"],
  input.outline[type="submit"],
  input.outline[type="reset"], .outline.global-button {
    background-color: transparent;
    border-color: #de1e7e;
    color: #de1e7e; }
    button.outline:hover,
    .outline.button:hover,
    input.outline[type="button"]:hover,
    input.outline[type="submit"]:hover,
    input.outline[type="reset"]:hover, .outline.global-button:hover, button.outline:focus,
    .outline.button:focus,
    input.outline[type="button"]:focus,
    input.outline[type="submit"]:focus,
    input.outline[type="reset"]:focus, .outline.global-button:focus {
      background-color: rgba(222, 30, 126, 0.3);
      border-color: #de1e7e;
      color: #de1e7e; }
  button.neutral,
  .neutral.button,
  input.neutral[type="button"],
  input.neutral[type="submit"],
  input.neutral[type="reset"], .neutral.global-button {
    background-color: #948b90; }
    button.neutral:hover,
    .neutral.button:hover,
    input.neutral[type="button"]:hover,
    input.neutral[type="submit"]:hover,
    input.neutral[type="reset"]:hover, .neutral.global-button:hover, button.neutral:focus,
    .neutral.button:focus,
    input.neutral[type="button"]:focus,
    input.neutral[type="submit"]:focus,
    input.neutral[type="reset"]:focus, .neutral.global-button:focus {
      background-color: #635d61; }
  button:active,
  .button:active,
  input[type="button"]:active,
  input[type="submit"]:active,
  input[type="reset"]:active, .global-button:active, button:focus,
  .button:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus, .global-button:focus {
    outline-color: #de1e7e; }

.back-to-top {
  font-family: 'Font Awesome 5 Light';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }
  .back-to-top:before {
    font-family: 'Font Awesome 5 Light';
    font-weight: 300; }

/* 04. ELEMENTS */
/* BODY */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  background: #f8f4f6;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%; }

body {
  background: transparent;
  color: #464144;
  font-weight: 400;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 100%;
  height: 100%;
  letter-spacing: 0px;
  line-height: 1.625em;
  text-rendering: optimizeLegibility;
  width: 100%; }

p {
  line-height: 1.625em; }

/* Links */
a {
  color: #de1e7e;
  cursor: pointer;
  font-weight: inherit;
  text-decoration: none;
  transition: color .3s; }
  a:hover {
    border: 0;
    color: #ec76b1;
    outline: 0;
    text-decoration: none; }
  a:focus, a:active {
    border: 0;
    color: #e95fa4;
    outline: 0; }
  a img {
    border: 0;
    outline: 0; }
  a.button:hover {
    color: #fff; }

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  padding: 0;
  text-shadow: none; }
  h1 *, .h1 *,
  h2 *, .h2 *,
  h3 *, .h3 *,
  h4 *, .h4 *,
  h5 *, .h5 *,
  h6 *, .h6 * {
    line-height: 1.1; }

h1,
.h1 {
  color: #30292d;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 32.4px;
  font-size: 2.025rem;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 1.1;
  margin-bottom: 1rem; }

h2,
.h2 {
  color: #635d61;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 25.2px;
  font-size: 1.575rem;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.1;
  margin-bottom: 1rem; }

h3,
.h3 {
  color: #948b90;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 21.6px;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.1;
  margin-bottom: 1rem; }

h4,
.h4 {
  color: #948b90;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 17.28px;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-transform: uppercase; }

h5,
.h5 {
  color: #afa8af;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 17.28px;
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.1;
  margin-bottom: 1rem; }

h6,
.h6 {
  color: #afa8af;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-size: 12.6px;
  font-size: 0.7875rem;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-transform: uppercase; }

/* Lists */
ol,
ul,
dl {
  line-height: 1.1em;
  margin-bottom: 1.625em; }

p,
address {
  margin-bottom: 0.8125em; }

small {
  font-size: .875em; }

ul,
ol {
  font-size: inherit;
  margin-left: 1em;
  padding: 0 0 0 1em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

li {
  font-weight: 400;
  line-height: 1.3em;
  margin: .3em 0; }
  li h1, li h2, li h3, li h4, li h5, li h6 {
    margin-bottom: .2em; }
  li span {
    vertical-align: text-top; }

blockquote {
  border-left: 0 solid #d4ccd4;
  color: #948b90;
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  font-style: italic;
  font-weight: 200;
  line-height: 1.3em;
  padding-left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  blockquote * {
    font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
    font-style: italic;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 200; }

q {
  font-style: italic;
  font-weight: inherit; }

cite {
  font-weight: inherit; }

dl,
dt {
  margin-bottom: 0.8125em; }

dd {
  font-weight: bold;
  margin-bottom: 0.40625em; }

b,
strong {
  font-weight: bold; }
  b a,
  strong a {
    font-weight: bold; }

i,
dfn,
em {
  font-style: italic;
  font-weight: inherit; }
  i a,
  dfn a,
  em a {
    font-style: italic; }

u {
  text-decoration: underline; }

ins {
  background-color: #f8f4f6;
  color: red;
  text-decoration: none; }

mark {
  background-color: #d4ccd4;
  color: red;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp,
var,
tt {
  background-color: #f8f4f6;
  border: 0;
  color: #464144;
  font-family: "Source Code Pro", "source-code-pro", monospace;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.625em;
  margin: 1em 0;
  padding: 0.5em; }

code, kbd, var, tt {
  display: inline-block; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: middle; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

hr {
  background-color: #d4ccd4;
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

/* SELECTION */
::-moz-selection {
  background-color: #d4ccd4;
  color: #f8f4f6;
  text-shadow: none; }

::selection {
  background-color: #d4ccd4;
  color: #f8f4f6;
  text-shadow: none; }

/* FORMS */
input[type="checkbox"],
input[type="radio"] {
  margin: 3px 0;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="hidden"] {
  display: none; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #d4ccd4;
  font-size: 0.875em;
  font-style: normal; }

:-moz-placeholder {
  color: #d4ccd4;
  font-size: 0.875em;
  font-style: normal; }

:-ms-input-placeholder {
  color: #d4ccd4;
  font-size: 0.875em;
  font-style: normal; }

/* TABLES */
table {
  height: 100%;
  width: 100%;
  margin-bottom: 0.8125em;
  background-color: transparent;
  border-spacing: 0; }

th,
td {
  padding: 0.25em;
  vertical-align: middle;
  line-height: 1.625em;
  text-align: left;
  font-size: .875em; }

th {
  font-weight: bold; }

td {
  border-top: 1px solid #d4ccd4; }

thead th {
  vertical-align: bottom; }

thead:first-child tr:first-child th,
thead:first-child tr-first-child td {
  border-top: 0; }

tbody tr td,
tbody tr th {
  -webkit-transition: background-color 0.25s 0 ease;
  -moz-transition: background-color 0.25s 0 ease;
  -ms-transition: background-color 0.25s 0 ease;
  -o-transition: background-color 0.25s 0 ease;
  transition: background-color 0.25s 0 ease; }

tbody tr:hover td,
tbody tr:hover th {
  background-color: transparent; }

img {
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin-bottom: 1.625em; }

figcaption {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: normal;
  margin: .5em 0 0 0;
  padding: 0; }

/* 05. OBJECTS */
.wrapper {
  position: relative;
  min-height: 100%;
  margin-top: -1px;
  padding-top: 1px;
  background: #fff;
  -webkit-transition: margin-left .2s ease-out, margin-right .2s ease-out, left .2s ease-out;
  -moz-transition: margin-left .2s ease-out, margin-right .2s ease-out, left .2s ease-out;
  -ms-transition: margin-left .2s ease-out, margin-right .2s ease-out, left .2s ease-out;
  -o-transition: margin-left .2s ease-out, margin-right .2s ease-out, left .2s ease-out;
  transition: margin-left .2s ease-out, margin-right .2s ease-out, left .2s ease-out;
  font-size: 16px;
  font-size: 1rem; }

.content {
  padding: 0 0 0 0; }
  .content.inner-padding {
    padding: 0 1rem; }
  .content .content-full .content--page {
    max-width: 1296px;
    max-width: 81rem;
    padding: 1rem; }

.home .wrapper {
  background: #30292d; }
.home main {
  background: #fff; }

.blog .content {
  margin-top: 6em; }

@media only screen and (min-width: 51em) {
  .content {
    padding-bottom: 100px; }
    .content .content-full .content--page {
      padding: 3rem; }

  .blog .content {
    margin-top: 4em; } }
@media only screen and (min-width: 65em) {
  .content-main {
    padding-right: 1em;
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 66.66667%;
    padding: 0 3%; }
    .content-main:nth-of-type(2n+1) {
      padding-left: 0; }
    .content-main:nth-of-type(2n+2) {
      padding-right: 0; } }
@media only screen and (min-width: 83.5em) {
  .content {
    margin: 0 auto; }

  .content-full {
    margin: 0 auto; }
    .content-full .content--page {
      margin: 0 auto; } }
.alignright,
.alignleft,
.aligncenter,
.alignnone {
  display: block;
  max-width: 100%;
  margin: 0 0 .5em 0; }

@media only screen and (min-width: 31em) {
  .alignright {
    float: right;
    max-width: 50%;
    margin: 0 0 .5em .5em; }

  .alignleft {
    float: left;
    max-width: 50%;
    margin: 0 .5em .5em 0; }

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

  .alignnone {
    float: none;
    max-width: 100%;
    margin: 0 .5em .5em 0; } }
/* BUTTON SIZES */
.button-xs {
  font-size: .75em !important;
  line-height: .75em !important;
  padding: .4em .75em !important; }

.button-lg {
  font-size: 1.3em !important;
  line-height: 1em !important;
  padding: .5em, 1em !important; }

.button-med {
  font-size: 1em !important;
  line-height: 1em !important;
  padding: .375em, .75em !important; }

.button-xl {
  font-size: 1.6em !important;
  line-height: 1em !important;
  padding: .875rem 1.75rem !important; }

.social-icons {
  display: inline-block;
  vertical-align: middle; }

a.button-social {
  border-radius: 50%;
  padding: 8px;
  padding: 0.5rem; }
  a.button-social:before {
    content: '\2665 '; }

.checkbox span {
  display: inline; }

.select2 > span {
  width: 100%;
  display: inline; }

.back-to-top {
  background-color: transparent;
  border: 0;
  clear: both;
  height: 29px;
  overflow: hidden;
  padding: 0;
  width: 29px; }
  .back-to-top:before {
    content: "\f0aa";
    color: #de1e7e;
    font-size: 30px;
    line-height: 1; }
    .back-to-top:before:hover, .back-to-top:before:focus {
      color: #ec76b1; }
  .back-to-top:hover, .back-to-top:focus {
    background-color: transparent;
    border: 0; }

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  margin-bottom: .3em; }
.gform_wrapper li.gfield {
  margin-bottom: 1.3em; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #d4ccd4; }

.wp-caption {
  border: 1px solid #d4ccd4;
  padding: .25em;
  text-align: center; }

.wp-caption-text,
.gallery-caption {
  font-size: .75em;
  font-style: italic; }

.youtube {
  position: relative;
  height: 0;
  width: 100%;
  margin-bottom: 3em;
  padding-top: 56.25%;
  z-index: 1; }
  .youtube.standard {
    padding-top: 75%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

.sticky {
  padding: 1em;
  background: #f2f2f2; }

.alert {
  font-weight: bold;
  color: #de1e7e; }

.error-404 {
  *zoom: 1; }
  .error-404:before, .error-404:after {
    display: table;
    content: ""; }
  .error-404:after {
    clear: both; }
  .error-404 img {
    float: right;
    margin: 0 0 1em 1em; }

/* 06. COMPONENTS */
.mtm-component:nth-of-type(2n) {
  background-color: #f7f3f5; }
  .mtm-component:nth-of-type(2n) .content--page {
    padding-top: 1rem; }

.mtm-component--home {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  background-color: #141213;
  padding-top: 1em; }
  .mtm-component--home h1 {
    text-align: center;
    color: #f8f4f6;
    margin-top: 1em;
    margin-bottom: .5em; }
  .mtm-component--home p {
    color: #f8f4f6;
    font-size: 1.2em;
    text-align: center; }

.mtm-home-buttons {
  width: inherit;
  text-align: center;
  margin: 1em auto 0; }
  .mtm-home-buttons .button {
    border: 1px solid #de1e7e;
    background-color: rgba(222, 30, 126, 0.1);
    background-image: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: .5em;
    margin-right: 1em;
    margin-left: 1em;
    font-size: 1.2em;
    line-height: 1; }
    .mtm-home-buttons .button:hover, .mtm-home-buttons .button:focus {
      background-color: rgba(222, 30, 126, 0.4);
      color: #f8f4f6;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .mtm-home-buttons .button:hover::first-letter, .mtm-home-buttons .button:focus::first-letter {
        background-color: #e64998; }
  .mtm-home-buttons .mtm-button::first-letter {
    border-radius: 50%;
    padding: 0 .45em .1em .45em;
    background-color: #b11865;
    margin-right: .2em; }

.home-head-container {
  height: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none; }

.post--thumbnail.home-head {
  overflow: hidden;
  width: 18em;
  max-height: 10em;
  margin: 0 auto; }
  .post--thumbnail.home-head img {
    margin-top: 0px;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s ease; }
    .post--thumbnail.home-head img:hover {
      margin-top: -10px; }

.content--solutions .mtm-component--main {
  display: none; }
.content--solutions .mtm-tabs--title-container li {
  padding: 0;
  margin: 0 .2em .2em 0;
  color: #d4ccd4;
  transition: color 300ms; }
  .content--solutions .mtm-tabs--title-container li:hover {
    color: #de1e7e;
    transition: color 300ms; }
  .content--solutions .mtm-tabs--title-container li.current {
    font-weight: 200;
    color: #30292d; }
    .content--solutions .mtm-tabs--title-container li.current:after {
      content: ' \2193'; }
.content--solutions .mtm-tabs--title-container [data-tab="tab-1"]:before {
  content: 'I need a ';
  color: #30292d; }
.content--solutions .mtm-tabs--content {
  border: none; }

.content--contact .mtm-component--main {
  display: none; }

.mtm-component--term-list li {
  font-family: "Source Sans Pro", "source-sans-pro", sans-serif;
  display: inline-block;
  margin-bottom: .2em;
  font-size: 1.5em; }
.mtm-component--term-list a {
  font-weight: 100; }
  .mtm-component--term-list a.showcasing {
    color: #30292d; }
    .mtm-component--term-list a.showcasing:after {
      content: ' \2193'; }

.mtm-grid--single.showcasing h5 a {
  color: #30292d; }
  .mtm-grid--single.showcasing h5 a:after {
    content: ' \2193'; }

.mtm-list--single.post {
  border: none;
  margin-bottom: 3em; }

@media only screen and (min-width: 31em) {
  .home-head-container {
    display: block; } }
@media only screen and (min-width: 51em) {
  .mtm-component--home h1 {
    margin-top: 2em;
    font-size: 3.5em; }

  .home-head-container {
    right: 0;
    float: right;
    width: inherit; }

  .post--thumbnail.home-head {
    max-height: 12em;
    width: 20em; }

  .mtm-component--main, .mtm-tabs--title-container, .mtm-error--main, .content--contact .h1 {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 2%; }
    .mtm-component--main:nth-of-type(2n+1), .mtm-tabs--title-container:nth-of-type(2n+1), .mtm-error--main:nth-of-type(2n+1), .content--contact .h1:nth-of-type(2n+1) {
      padding-left: 0; }
    .mtm-component--main:nth-of-type(2n+2), .mtm-tabs--title-container:nth-of-type(2n+2), .mtm-error--main:nth-of-type(2n+2), .content--contact .h1:nth-of-type(2n+2) {
      padding-right: 0; }

  .mtm-component--content, .mtm-tabs--content.current, .mtm-error--content, .content--contact .mtm-extra-content {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 66.66667%;
    padding: 0 2%;
    padding-left: 0;
    padding-right: 0; }

  .content--solutions .mtm-component--content {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 100%;
    padding: 0 1%;
    padding-left: 0;
    padding-right: 0; }

  .content--solutions .mtm-tabs--title-container li {
    margin: 0; }
    .content--solutions .mtm-tabs--title-container li.current:after {
      content: ' \203A'; }

  .mtm-tabs--content.current {
    margin-top: -4em; }

  .mtm-component--term-list li {
    display: block; }
    .mtm-component--term-list li a.showcasing:after {
      content: ' \203A'; }

  .content--contact p {
    display: none; }
  .content--contact .gform_wrapper {
    margin-top: 0; } }
@media only screen and (min-width: 65em) {
  .mtm-component--main, .mtm-tabs--title-container, .content--contact .h1 {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 25%;
    padding: 0 2%; }
    .mtm-component--main:nth-of-type(2n+1), .mtm-tabs--title-container:nth-of-type(2n+1), .content--contact .h1:nth-of-type(2n+1) {
      padding-left: 0; }
    .mtm-component--main:nth-of-type(2n+2), .mtm-tabs--title-container:nth-of-type(2n+2), .content--contact .h1:nth-of-type(2n+2) {
      padding-right: 0; }

  .mtm-component--content, .mtm-tabs--content.current, .content--contact .mtm-extra-content {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 75%;
    padding: 0 2%;
    padding-left: 0;
    padding-right: 0; } }
.nav-quicklinks {
  width: 100%;
  background: #635d61; }
  .nav-quicklinks .menu-item a, .nav-quicklinks .menu-item a:visited {
    color: #d4ccd4;
    font-weight: 200;
    padding: 0 .5em; }
    .nav-quicklinks .menu-item a:hover, .nav-quicklinks .menu-item a:visited:hover {
      color: #c8bec8; }
  .nav-quicklinks .menu-item.current-menu-item a {
    font-weight: 500; }
  .nav-quicklinks li:first-child a {
    padding-left: 0; }
  .nav-quicklinks .sub-menu {
    display: none; }

.quicklinks-menu {
  margin: 0;
  padding: .5em 1em; }
  .quicklinks-menu li {
    display: inline-block;
    margin: 0;
    list-style: none; }

.nav-main {
  position: absolute;
  right: 100%;
  top: 0;
  width: 80%;
  padding: 1em;
  transition: all 500ms ease; }
  .nav-main ul {
    list-style: none; }
  .nav-main a {
    font-size: 16px;
    font-size: 1rem; }

.nav-main--menu {
  margin: 0;
  padding: 0; }

.menu-item {
  padding: 0;
  margin-bottom: 0; }
  .menu-item:last-child {
    border-bottom: 0; }
  .menu-item a,
  .menu-item a:visited {
    display: block;
    padding: .5em 0;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    color: #de1e7e; }
    .menu-item a:hover,
    .menu-item a:visited:hover {
      color: #e64998; }

.footer--menu {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none; }
  .footer--menu a {
    padding: 0; }

@media only screen and (max-width: 51em) {
  .nav-main {
    position: absolute;
    right: 100%;
    top: 0;
    width: 80%;
    padding: 2em; }
    .nav-main #closeSidebar {
      font-size: 1.8em;
      margin-top: .75em;
      border-radius: 50%;
      line-height: 1;
      padding: 0 .4em;
      border: 1px solid #de1e7e; }

  .menu-small-menu-container {
    margin-bottom: 1em; }

  .nav-main--menu li a {
    font-size: 1.4em;
    font-weight: 400; } }
@media only screen and (min-width: 51em) {
  .quicklinks-menu {
    padding: .5em 4em; }

  .nav-main {
    float: right;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    text-transform: uppercase;
    padding: 1em 0; }

  .menu-item {
    display: inline-block; }
    .menu-item > a {
      padding: .25em .5em; }

  .nav-footer {
    display: inline-block; }

  .footer--menu {
    margin-top: 0; }
    .footer--menu .menu-item:first-child a {
      padding-left: 0; } }
@media only screen and (min-width: 83.5em) {
  .quicklinks-menu {
    max-width: 1352px;
    max-width: 84.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 51em) {
  .nav-main--menu .menu-item {
    position: relative; }
  .nav-main--menu .menu-item-has-children a {
    position: relative; }
  .nav-main--menu .menu-toggle {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .nav-main--menu .menu-toggle:hover, .nav-main--menu .menu-toggle:focus, .nav-main--menu .menu-toggle:active {
      background-color: #de1e7e;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .nav-main--menu .menu-toggle:hover:after, .nav-main--menu .menu-toggle:focus:after, .nav-main--menu .menu-toggle:active:after {
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .nav-main--menu .menu-toggle:after {
      content: '+';
      color: #de1e7e;
      font-size: 1.2em;
      padding: .3em 0;
      display: inline-block;
      width: 100%;
      text-align: center;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .nav-main--menu .menu-toggle-active:after {
    content: "–"; }
  .nav-main--menu ul.sub-menu {
    background-color: #d4ccd4;
    margin-left: 0; }
    .nav-main--menu ul.sub-menu.menu-collapse {
      border: 0;
      height: 0;
      overflow: hidden; } }
@media only screen and (min-width: 51em) {
  .nav-main--menu, .nav-main--menu * {
    margin: 0;
    padding: 0; }

  .nav-main--menu ul.sub-menu {
    background-color: #f8f4f6;
    border: 0;
    display: block;
    height: auto;
    left: .5em;
    max-height: 0;
    overflow: hidden;
    padding: 0 .5em;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 99; }
    .nav-main--menu ul.sub-menu:hover {
      overflow: inherit; }
    .nav-main--menu ul.sub-menu ul {
      top: 0;
      left: 100%;
      background: #eee4e9; }
    .nav-main--menu ul.sub-menu li {
      padding: 0em;
      width: 100%; }
      .nav-main--menu ul.sub-menu li > a {
        color: #de1e7e;
        padding: 9.6px 16px;
        padding: 0.6rem 1rem;
        text-transform: none;
        width: 100%; }
  .nav-main--menu li {
    position: relative; }
    .nav-main--menu li:hover > ul, .nav-main--menu li.sfHover > ul, .nav-main--menu li:focus > ul {
      display: block;
      max-height: 800px;
      padding: .5em;
      -webkit-transition: all 0.5s linear 0.3s;
      -moz-transition: all 0.5s linear 0.3s;
      -ms-transition: all 0.5s linear 0.3s;
      -o-transition: all 0.5s linear 0.3s;
      transition: all 0.5s linear 0.3s; }
  .nav-main--menu > li:last-child ul {
    left: auto;
    right: 0; }
  .nav-main--menu a {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }
.header-main {
  background-color: #30292d;
  width: 100%;
  position: fixed;
  z-index: 999;
  height: 3.9em;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.header--inner {
  padding: 0; }

.header--blog-name {
  margin: 0 auto;
  padding: 4.8px 16px;
  padding: 0.3rem 1rem;
  height: 100%;
  box-sizing: border-box;
  text-align: center; }
  .header--blog-name a {
    display: block;
    margin-bottom: 4.8px;
    margin-bottom: 0.3rem; }
  .header--blog-name img {
    max-width: 5em;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }

.header-main-small {
  height: 0px;
  overflow: hidden;
  transition: all 800ms ease; }
  .header-main-small .header--blog-name img {
    max-width: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .header-main-small .open-button {
    height: 0em;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }

@media only screen and (min-width: 31em) {
  .header--blog-name {
    width: inherit;
    padding: 4.8px 0;
    padding: 0.3rem 0; } }
@media only screen and (min-width: 51em) {
  .header-main {
    margin-bottom: 0;
    height: 3.9em; }

  .header--inner {
    *zoom: 1;
    padding: 0 3rem; }
    .header--inner:before, .header--inner:after {
      display: table;
      content: ""; }
    .header--inner:after {
      clear: both; }

  .header--blog-name {
    float: left;
    margin-top: 0;
    text-align: left; }

  .header-main-small {
    height: 2.2em;
    transition: all 300ms ease; }
    .header-main-small .header--blog-name img {
      max-width: 3em;
      margin-top: -.7em;
      transition: all 500ms ease; }
    .header-main-small .nav-main {
      padding-top: .3em;
      transition: all 500ms ease; } }
@media only screen and (min-width: 83.5em) {
  .header--inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    max-width: 81rem; } }
.open-button-wrapper {
  position: relative;
  width: 100%; }

.open-button {
  position: absolute;
  top: 0;
  width: 3em;
  height: 3em;
  padding: .3em;
  margin-top: .4em;
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  overflow: hidden;
  font-size: 1em;
  transition: all 1s ease; }
  .open-button:active, .open-button:focus {
    outline: 0; }
  .open-button span {
    position: absolute;
    display: inline-block;
    left: 100%; }

.open-main-menu {
  left: 0; }
  .open-main-menu:before {
    content: ' ';
    display: block;
    background-image: url(assets/img/menu.gif);
    background-size: cover;
    height: 100%;
    width: 100%; }

.open-sidebar {
  right: 0; }
  .open-sidebar:before {
    content: ' ';
    display: block;
    height: 100%;
    border-left: 10px solid white;
    width: 19px;
    border-right: 6px solid white; }

@media only screen and (max-width: 51em) {
  .open-the-menu {
    overflow: hidden; }
    .open-the-menu body {
      overflow: hidden;
      height: 100%; }
    .open-the-menu .wrapper {
      width: 100%;
      height: 100%;
      margin-left: 60%;
      margin-right: -60%;
      overflow: visible; }
    .open-the-menu .nav-main {
      overflow-y: auto; }
    .open-the-menu .admin-bar .nav-main {
      padding-bottom: 4em; }
    .open-the-menu #openMainMenu {
      background-color: #141213; }

  .open-the-sidebar {
    overflow: hidden; }
    .open-the-sidebar body {
      overflow: hidden;
      height: 100%; }
    .open-the-sidebar .wrapper {
      width: 100%;
      height: 100%;
      margin-left: -60%;
      margin-right: 60%; } }
@media only screen and (max-width: 31em) {
  .open-the-menu .wrapper {
    margin-left: 80%;
    margin-right: -80%; }

  .open-the-sidebar .wrapper {
    margin-left: -80%;
    margin-right: 80%; } }
@media only screen and (min-width: 51em) {
  .open-button-wrapper {
    display: none; }

  .open-the-menu .wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .open-the-sidebar .wrapper {
    margin-left: 0;
    margin-right: 0; }

  #closeSidebar {
    display: none; } }
.footer-main {
  padding: 1rem 0;
  color: #f8f4f6;
  background-color: #30292d;
  position: relative;
  width: 100%; }

.footer--inner {
  *zoom: 1;
  padding: 0 3rem; }
  .footer--inner:before, .footer--inner:after {
    display: table;
    content: ""; }
  .footer--inner:after {
    clear: both; }

.footer--copyright {
  padding-top: .5em;
  margin-right: 1em;
  display: inline-block; }
  .footer--copyright p {
    color: #f8f4f6; }

.open-the-menu .footer-main {
  position: relative; }

@media only screen and (min-width: 51em) {
  .footer-main {
    position: absolute;
    bottom: 0; }

  .footer--inner {
    padding: 0 3rem; }

  .footer--copyright p {
    margin-left: 1em;
    display: inline-block; } }
@media only screen and (min-width: 83.5em) {
  .footer--inner {
    max-width: 1296px;
    max-width: 81rem;
    display: block;
    margin-left: auto;
    margin-right: auto; } }
.content--sidebar {
  position: absolute;
  left: 100%;
  top: 0;
  width: 80%;
  padding: 2em; }

@media only screen and (max-width: 51em) {
  .open-the-sidebar .content--sidebar {
    height: 100%;
    overflow-y: auto; }
  .open-the-sidebar .admin-bar .content--sidebar {
    padding-bottom: 4em; } }
@media only screen and (min-width: 51em) {
  .content--sidebar {
    position: relative;
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 2em;
    padding: 0;
    padding-top: 2em;
    border-top: 1px solid #d4ccd4; }

  .sidebar-main {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 100%;
    padding: 0 1%;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin-top: 0; }

  .sidebar--leftcol,
  .sidebar--rightcol {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-top: 2em; }

  .sidebar--leftcol {
    padding-right: 1em; }

  .sidebar--rightcol {
    padding-left: 1em; } }
@media only screen and (min-width: 65em) {
  .sidebar-main {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 1%;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin-top: 0; } }
.widget {
  margin-bottom: 1.5em; }
  .widget:last-child {
    margin-bottom: 0; }

.jetpack_subscription_widget .widgettitle {
  display: none; }

.search {
  position: relative;
  width: -moz-calc(100% - 7em);
  width: -webkit-calc(100% - 7em);
  width: calc(100% - 7em);
  max-width: 30em;
  padding: .5em 0; }
  .search label {
    display: none; }

.textbox.search--textbox {
  max-width: 480px;
  max-width: 30rem;
  margin: 0;
  padding: .5em 2.25em .5em .25em;
  border: 1px solid #d4ccd4; }

.search--button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2em;
  padding: 0;
  margin: .5em 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: url(assets/img/search-icon.png) no-repeat 50% 45%;
  border: 1px solid #d4ccd4;
  border-left: 0;
  text-shadow: none;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden; }

.sidebar .search {
  width: 100%;
  max-width: inherit;
  margin: 0; }

@media only screen and (min-width: 51em) {
  .header-main .search {
    clear: both;
    float: right;
    width: 15em;
    margin-right: 1.375em; } }
.post, .archive {
  *zoom: 1;
  margin-bottom: 5em; }
  .post:before, .post:after, .archive:before, .archive:after {
    display: table;
    content: ""; }
  .post:after, .archive:after {
    clear: both; }

.post--title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }
  .post--title a:hover {
    text-decoration: none; }

.post--thumbnail {
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.post--byline {
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
  font-style: italic; }
  .post--byline a {
    font-style: italic; }
  .post--byline .post--metadata_categories {
    display: inline-block; }

.post--summary {
  *zoom: 1; }
  .post--summary:before, .post--summary:after {
    display: table;
    content: ""; }
  .post--summary:after {
    clear: both; }

.post--content h1, .post--content h2, .post--content h3, .post--content h4, .post--content h5, .post--content h6, .post--content .h1, .post--content .h2, .post--content .h3, .post--content .h4, .post--content .h5, .post--content .h6 {
  margin-top: 1.16071em;
  margin-bottom: 0.67708em; }

.post--metadata {
  margin-top: 1em;
  font-size: .875em;
  font-style: italic; }
  .post--metadata ul {
    display: inline;
    margin: 0 1em 0 0;
    padding: 0;
    word-wrap: normal; }
    .post--metadata ul li {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0 .1em 0 0; }
  .post--metadata a {
    font-style: italic; }

.single .post--metadata {
  margin-top: .25em;
  margin-bottom: 2em; }
.single .post--summary {
  font-size: 1.3em; }
  .single .post--summary p {
    line-height: 1.3;
    color: #afa8af; }

.post--metadata--title {
  font-weight: bold; }

.single-post .content-full .content--page {
  padding-top: 0px; }

.post--hr {
  width: 50%;
  margin: 3em auto; }

@media only screen and (min-width: 51em) {
  .single-post .post header {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 3%; }
    .single-post .post header:nth-of-type(2n+1) {
      padding-left: 0; }
    .single-post .post header:nth-of-type(2n+2) {
      padding-right: 0; }
  .single-post .post--thumbnail {
    height: 27em;
    overflow: hidden;
    position: relative; }
    .single-post .post--thumbnail img {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .single-post .post--content {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 66.66667%;
    padding: 0 3%; }
    .single-post .post--content:nth-of-type(2n+1) {
      padding-left: 0; }
    .single-post .post--content:nth-of-type(2n+2) {
      padding-right: 0; } }
.go-back {
  display: block;
  margin-bottom: 1em; }
  .go-back:before {
    content: '← '; }

.single-project--content .post--content {
  margin-bottom: .7em; }

.single-project--website, .single-project--atribution {
  display: block;
  margin-bottom: 1em; }

.single-project--attribution {
  font-size: .875em; }
  .single-project--attribution p, .single-project--attribution a {
    font-style: italic; }

.alert.h3 {
  margin-bottom: .2em; }

.single-project--img img {
  border: 1px solid whitesmoke; }

.expanded-gallery-single {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  border: 0px;
  box-sizing: border-box;
  transition: max-height 800ms, padding 300ms; }
  .expanded-gallery-single.animate-show {
    max-height: 1000px;
    padding: 1em 0;
    border-top: 1px solid #afa8af;
    border-bottom: 1px solid #afa8af;
    transition: max-height 800ms, padding 300ms;
    margin-bottom: 1em; }

.single-project--img {
  display: none; }

@media only screen and (min-width: 31em) {
  .single-project--img {
    display: inline-block; } }
@media only screen and (min-width: 65em) {
  .single-project--img {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 50%;
    padding: 0 3%; }
    .single-project--img:nth-of-type(2n+1) {
      padding-left: 0; }
    .single-project--img:nth-of-type(2n+2) {
      padding-right: 0; }

  .single-project--content {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 50%;
    padding: 0 3%; }
    .single-project--content:nth-of-type(2n+1) {
      padding-left: 0; }
    .single-project--content:nth-of-type(2n+2) {
      padding-right: 0; } }
@media only screen and (min-width: 83.5em) {
  .single-project--img {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 58.33333%;
    padding: 0 3%; }
    .single-project--img:nth-of-type(2n+1) {
      padding-left: 0; }
    .single-project--img:nth-of-type(2n+2) {
      padding-right: 0; }

  .single-project--content {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 41.66667%;
    padding: 0 3%; }
    .single-project--content:nth-of-type(2n+1) {
      padding-left: 0; }
    .single-project--content:nth-of-type(2n+2) {
      padding-right: 0; } }
.comments {
  margin-top: 2em;
  border-top: 1px solid #d4ccd4;
  padding-top: 1em; }

.comments--list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .comments--list ul,
  .comments--list ol {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    padding-left: 40px;
    padding-left: 2.5rem;
    border-left: 1px solid #d4ccd4;
    border-top: 1px solid #f8f4f6;
    border-bottom: 1px solid #f8f4f6;
    list-style: none; }

.comments--form-row textarea, .comments--form-row input {
  margin-top: .5em; }

.comment {
  *zoom: 1;
  clear: both;
  margin-top: .5em; }
  .comment:before, .comment:after {
    display: table;
    content: ""; }
  .comment:after {
    clear: both; }
  .comment:first-of-type {
    margin-top: 0; }
  .comment .avatar {
    float: left;
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
    margin-right: 4px;
    margin-right: 0.25rem; }

.comment--body {
  float: right;
  width: 60%;
  width: -moz-calc(100% - 2.5rem);
  width: -webkit-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  margin-bottom: 1.5em; }

.comment--name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .5em; }
  .comment--name a {
    font-weight: bold; }

.comment--byline {
  margin: 0 0 6px 0;
  margin: 0 0 0.375rem 0; }
  .comment--byline a {
    font-style: italic; }

.bypostauthor img.avatar {
  border: 2px solid #de1e7e; }

.comments--respond {
  margin-top: 2em;
  border-top: 1px solid #d4ccd4;
  padding-top: 1em; }

.comment-subscription-form {
  margin-bottom: 0; }
  .comment-subscription-form:first-of-type {
    margin-top: 1em; }
  .comment-subscription-form label.subscribe-label {
    font-size: 1em; }

@media only screen and (min-width: 51em) {
  .comments {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 66.66667%;
    padding: 1em 3%;
    padding-left: 0;
    padding-right: 0; }

  .comments--respond.has-comments {
    display: inline-block;
    margin-right: -.275em;
    vertical-align: top;
    width: 33.33333%;
    padding: 1em 3%; }
    .comments--respond.has-comments:nth-of-type(2n+1) {
      padding-left: 0; }
    .comments--respond.has-comments:nth-of-type(2n+2) {
      padding-right: 0; }

  .comments--list ol,
  .comments--list ul {
    padding-left: 80px;
    padding-left: 5rem; }

  .comment .avatar {
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
    margin-right: 16px;
    margin-right: 1rem; }

  .comment--body {
    width: -moz-calc(100% - 5rem);
    width: -webkit-calc(100% - 5rem);
    width: calc(100% - 5rem); } }
.nav-pager {
  *zoom: 1; }
  .nav-pager:before, .nav-pager:after {
    display: table;
    content: ""; }
  .nav-pager:after {
    clear: both; }

.pager {
  list-style: none;
  margin: 0;
  padding: 0; }

.pager--previous {
  float: left; }

.pager--next {
  float: right; }

.post--pager {
  margin-top: 2em; }

/* 07. TRUMPS */
/*
 * Temporary fix for https://core.trac.wordpress.org/ticket/26609
 */
html #wpadminbar {
  position: fixed; }

/*# sourceMappingURL=style.css.map */
