@charset "UTF-8";
/*
 * Visuallyhidden
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
.button, .models-archive-menu-wrapper > .nav .menu-item > a,
button,
button.wpforms-submit,
input[type="button"],
input[type="reset"],
input[type="submit"], a, a svg, .models-archive .post-summary .image-holder .model-detail-card {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.entry-comments .comment-list .comment-meta a {
  color: #000;
  font-weight: 400; }
  .entry-comments .comment-list .comment-meta a:hover {
    color: #d60000;
    text-decoration: none; }

.button.hollow, .models-archive-menu-wrapper > .nav .menu-item > a.hollow,
button.hollow,
button.wpforms-submit.hollow,
input.hollow[type="button"],
input.hollow[type="reset"],
input.hollow[type="submit"], .wp-block-button__link.hollow, .template-favorites .simplefavorites-clear, .button.simplefavorite-button, .models-archive-menu-wrapper > .nav .menu-item > a.simplefavorite-button {
  background-color: transparent !important;
  border: 1px solid #d60000;
  color: #535956; }
  .button.hollow:hover, .models-archive-menu-wrapper > .nav .menu-item > a.hollow:hover,
  button.hollow:hover,
  input.hollow:hover[type="button"],
  input.hollow:hover[type="reset"],
  input.hollow:hover[type="submit"], .wp-block-button__link.hollow:hover, .template-favorites .simplefavorites-clear:hover, .button.simplefavorite-button:hover, .models-archive-menu-wrapper > .nav .menu-item > a.simplefavorite-button:hover {
    border: 1px solid #535956;
    color: #d60000; }

.button.icon-button, .models-archive-menu-wrapper > .nav .menu-item > a.icon-button, .button.simplefavorite-button, .models-archive-menu-wrapper > .nav .menu-item > a.simplefavorite-button {
  position: relative;
  padding-right: 55px; }
  .button.icon-button .svg-icon, .models-archive-menu-wrapper > .nav .menu-item > a.icon-button .svg-icon, .button.simplefavorite-button .svg-icon, .models-archive-menu-wrapper > .nav .menu-item > a.simplefavorite-button .svg-icon {
    position: absolute;
    right: 15px;
    top: 7px; }

.button.arrow-button .svg-icon, .models-archive-menu-wrapper > .nav .menu-item > a.arrow-button .svg-icon {
  top: 16px;
  right: 22px; }

/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-0 {
  margin-top: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.p-r-70 {
  padding-right: 70px !important; }

/*
Version: 1.0
Author: Nauris Kolāts | Streamline
Author URI: http://www.majas-lapu-izstrade.lv
*/
.grayscale img {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  /* Webkit Nightlies & Google Chrome Canary */
  -webkit-transition: filter 0.3s ease;
  /* Fade to color for Chrome and Safari */
  /* Fix for transition flickering */
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }

.grayscale img:hover {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0); }

.edge .grayscale img {
  /* Applies to Microsoft Edge */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: none; }

.edge .grayscale img:hover {
  /* Applies to Microsoft Edge */
  -webkit-filter: grayscale(0%); }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #d60000;
  color: #fff;
  padding-top: 40px; }
  @media (min-width: 769px) {
    .footer-widgets {
      padding-bottom: 80px; } }
  .footer-widgets .widget-area {
    margin-bottom: 25px; }
  .footer-widgets h3 {
    color: inherit;
    margin-top: 0; }
  .footer-widgets a {
    color: inherit;
    font-size: 14px;
    font-family: "M PLUS 1p", sans-serif; }
  .footer-widgets ul {
    list-style: none; }
  @media (min-width: 768px) {
    .footer-widgets .wrap > article {
      float: left;
      margin-left: 2.66667%;
      width: 23%; }
      .footer-widgets .wrap > article:nth-of-type(4n + 1) {
        clear: both;
        margin-left: 0; }
    @supports ((display: -ms-grid) or (display: grid)) {
      .footer-widgets .wrap {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 32px;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); }
        .footer-widgets .wrap > article {
          margin-left: 0;
          width: 100%; }
        .footer-widgets .wrap aside,
        .footer-widgets .wrap footer,
        .footer-widgets .wrap header,
        .footer-widgets .wrap nav {
          grid-column: 1 / -1; } } }
  .footer-widgets .wrap .footer-widgets-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
    @media (min-width: 993px) {
      .footer-widgets .wrap .footer-widgets-4 .widget-wrap {
        float: right; } }
    @media (max-width: 767px) {
      .footer-widgets .wrap .footer-widgets-4 li:first-of-type {
        margin-left: 0 !important; } }

.site-footer {
  padding-bottom: 15px;
  background-color: #d60000;
  color: #fff;
  font-size: 13px;
  font-weight: 300; }
  @media (min-width: 769px) {
    .site-footer {
      padding-top: 20px; } }
  @media (min-width: 768px) {
    .site-footer .wrap > article {
      float: left;
      margin-left: 2.66667%;
      width: 48.66667%; }
      .site-footer .wrap > article:nth-of-type(2n + 1) {
        clear: both;
        margin-left: 0; }
    @supports ((display: -ms-grid) or (display: grid)) {
      .site-footer .wrap {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 32px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
        .site-footer .wrap > article {
          margin-left: 0;
          width: 100%; }
        .site-footer .wrap aside,
        .site-footer .wrap footer,
        .site-footer .wrap header,
        .site-footer .wrap nav {
          grid-column: 1 / -1; } } }

.site-footer p {
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .site-footer p:last-of-type {
      text-align: right; } }

.site-footer a {
  color: inherit; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  color: #000;
  padding: 13px 15px;
  width: 100%;
  margin-bottom: 20px; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
  width: auto; }

input:focus,
textarea:focus {
  outline: none; }

::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1; }

::-ms-input-placeholder {
  color: #9e9e9e; }

::-webkit-input-placeholder {
  color: #9e9e9e; }

input:focus:-ms-input-placeholder,
input:focus::-moz-placeholder,
input:focus::-webkit-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.button, .models-archive-menu-wrapper > .nav .menu-item > a,
button,
button.wpforms-submit,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  background: #d60000;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10.5px 20px;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none; }
  .button:hover, .models-archive-menu-wrapper > .nav .menu-item > a:hover,
  button:hover,
  button.wpforms-submit:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #a30000;
    color: #fff;
    text-decoration: none; }

.button.button-block, .models-archive-menu-wrapper > .nav .menu-item > a.button-block {
  display: block;
  width: 100%; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #707070;
  max-width: 400px;
  position: relative;
  overflow: hidden; }
  .search-form .search-field {
    border: none;
    padding-right: 32px; }
  .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 4px; }
    .search-form .search-submit svg {
      fill: #d60000;
      width: 24px;
      height: 24px; }

/* WPForms
--------------------------------------------- */
/*
.site-container .wpforms-container {
  max-width: 600px;
  margin: $margin_2x auto;

  .wpforms-field {
    padding: 0;
    margin-bottom: $base-margin;
  }

  .wpforms-submit-container {
    padding: 0;
    margin-top: $base-margin;
    text-align: center;
  }

  .wpforms-field-label,
  label.wpforms-error {
    font-size: 14px;
    font-weight: 400;
  }

  label.wpforms-error {
    margin-top: 8px;
  }

  .wpforms-field-label {
    margin-bottom: 8px;
  }
}
*/
/* CF7
--------------------------------------------- */
@media (min-width: 768px) {
  .wpcf7 .form-row > article {
    float: left;
    margin-left: 2.66667%;
    width: 48.66667%; }
    .wpcf7 .form-row > article:nth-of-type(2n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .wpcf7 .form-row {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .wpcf7 .form-row > article {
        margin-left: 0;
        width: 100%; }
      .wpcf7 .form-row aside,
      .wpcf7 .form-row footer,
      .wpcf7 .form-row header,
      .wpcf7 .form-row nav {
        grid-column: 1 / -1; } } }

.wpcf7 input[type="file"] {
  border: none; }

.wpcf7 .wpcf7-response-output {
  padding: 15px; }

.wpcf7 span.wpcf7-not-valid-tip {
  position: relative;
  top: -20px; }

/* Blocks
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  font-family: "Roboto Slab", serif;
  color: #535956;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1px; }

a {
  color: #d60000;
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: underline; }

a.popup {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

strong {
  font-weight: 700; }

ol,
ul {
  margin: 0;
  padding: 0; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px; }

code {
  padding: 2px 4px;
  white-space: nowrap; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap; }

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

cite {
  font-style: normal; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0; }
  p.large, p.has-large-font-size, p.wp-block-subhead {
    font-size: 18px;
    font-style: normal;
    opacity: 1; }
    @media (min-width: 992px) {
      p.large, p.has-large-font-size, p.wp-block-subhead {
        font-size: 20px; } }
  p.small, p.has-small-font-size {
    font-size: 12px; }
  p.extra-margin {
    margin-bottom: 32px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "M PLUS 1p", sans-serif;
  color: #535956;
  line-height: 1.2;
  margin-bottom: 16px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #000; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #d60000;
      text-decoration: none; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

h1 {
  font-size: 24px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 28px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 30px; } }
  @media (min-width: 1232px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 21px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 25px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 28px; } }
  @media (min-width: 1232px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 19px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 22px; } }
  @media (min-width: 1232px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 17px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 19px; } }
  @media (min-width: 992px) {
    h4 {
      font-size: 21px; } }
  @media (min-width: 1232px) {
    h4 {
      font-size: 21px; } }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

/* Button
--------------------------------------------- */
.wp-block-button__link {
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  border-radius: 0; }
  .wp-block-button__link:hover {
    text-decoration: none; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #59bacc; }
    .wp-block-button__link:not(.has-background):hover {
      background-color: #2d8292; }
  .wp-block-button__link.has-blue-color:hover {
    color: #59bacc; }
  .wp-block-button__link.has-blue-background-color:hover {
    background-color: #2d8292; }
  .wp-block-button__link.has-green-color:hover {
    color: #58ad69; }
  .wp-block-button__link.has-green-background-color:hover {
    background-color: #346b3f; }
  .wp-block-button__link.has-orange-color:hover {
    color: #ffbc49; }
  .wp-block-button__link.has-orange-background-color:hover {
    background-color: #e28f00; }
  .wp-block-button__link.has-red-color:hover {
    color: #d60000; }
  .wp-block-button__link.has-red-background-color:hover {
    background-color: #700000; }
  .wp-block-button__link.has-grey-color:hover {
    color: #535956; }
  .wp-block-button__link.has-grey-background-color:hover {
    background-color: #222423; }
  .wp-block-button__link.has-light-grey-color:hover {
    color: #cccccc; }
  .wp-block-button__link.has-light-grey-background-color:hover {
    background-color: #999999; }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left; }
  blockquote p,
  blockquote.wp-block-quote p {
    color: #d60000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #d60000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: calc(2 * $block-margin) auto; }
    blockquote.is-large p, blockquote.is-style-large p,
    blockquote.wp-block-quote.is-large p,
    blockquote.wp-block-quote.is-style-large p {
      font-size: 24px; }
      @media (min-width: 768px) {
        blockquote.is-large p, blockquote.is-style-large p,
        blockquote.wp-block-quote.is-large p,
        blockquote.wp-block-quote.is-style-large p {
          font-size: 36px; } }
    blockquote.is-large cite, blockquote.is-style-large cite,
    blockquote.wp-block-quote.is-large cite,
    blockquote.wp-block-quote.is-style-large cite {
      text-align: left; }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 8px solid #d60000;
    border-bottom: 8px solid #d60000;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #707070;
  border: 0;
  height: 1px; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
  hr:not(.is-style-wide):not(.is-style-dots)::before {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background: #d60000; }

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #424242;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px; }

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto; }

figcaption {
  color: #707070;
  text-align: left;
  font-size: 14px;
  font-style: italic; }

/* Tables
--------------------------------------------- */
.table,
.wp-block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px; }
  .table th,
  .table td,
  .wp-block-table th,
  .wp-block-table td {
    padding: 16px;
    vertical-align: center;
    border-top: 1px solid #707070; }
  .table thead th,
  .wp-block-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #707070; }
  .table tbody + tbody,
  .wp-block-table tbody + tbody {
    border-top: 2px solid #707070; }

/* Media And Text
--------------------------------------------- */
@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "media-text-media" "media-text-content" !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      margin-bottom: 32px; } }

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #59bacc; }

.has-blue-background-color {
  background-color: #59bacc; }

.has-green-color {
  color: #58ad69; }

.has-green-background-color {
  background-color: #58ad69; }

.has-orange-color {
  color: #ffbc49; }

.has-orange-background-color {
  background-color: #ffbc49; }

.has-red-color {
  color: #d60000; }

.has-red-background-color {
  background-color: #d60000; }

.has-grey-color {
  color: #535956; }

.has-grey-background-color {
  background-color: #535956; }

.has-light-grey-color {
  color: #cccccc; }

.has-light-grey-background-color {
  background-color: #cccccc; }

/* Image gallery
--------------------------------------------- */
ul.wp-block-gallery li.blocks-gallery-item {
  margin-bottom: 16px !important;
  padding-bottom: 0 !important; }

/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1232px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

/* Sidebar Layouts
--------------------------------------------- */
@media (min-width: 992px) {
  .sidebar-content .site-main,
  .content-sidebar .site-main {
    float: left;
    width: 65.75342%; }
  .sidebar-content .sidebar-primary,
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.68151%; }
  .sidebar-content .site-main {
    float: right; }
  .sidebar-content .sidebar-primary {
    float: left; } }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 9999; }
  .site-header .wrap {
    position: relative; }

.title-area {
  float: left;
  width: 110px; }

@media (min-width: 768px) and (max-width: 991px) {
  .title-area {
    width: 145px; } }
  @media (min-width: 992px) {
    .title-area {
      width: 191px; } }
  .title-area h1.site-title,
  .title-area p.site-title {
    margin: 0; }
  .title-area .site-title a {
    background-image: url("../images/paparazzi-logo-mediumgray@2x.png");
    background-image: url(../images/paparazzi-logo-mediumgray.svg), none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    text-indent: -9999em;
    height: 0;
    width: 100%;
    padding-bottom: 62.72727%; }
    @media (min-width: 768px) {
      .title-area .site-title a {
        margin: 10px 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .title-area .site-title a {
    padding-bottom: 47.58621%; } }
    @media (min-width: 992px) {
      .title-area .site-title a {
        padding-bottom: 36.12565%; } }

/* Admin Bar
--------------------------------------------- */
@media (min-width: 768px) {
  .admin-bar .site-container {
    padding-top: 32px; } }

/* Site Navigation
--------------------------------------------- */
.nav-mobile {
  float: right;
  width: auto; }
  @media (min-width: 768px) {
    .nav-mobile {
      display: none; } }

.nav-primary {
  float: left;
  width: auto; }

.nav-menu {
  font-weight: 400;
  font-family: "M PLUS 1p", sans-serif; }
  .nav-menu.nav-primary {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .nav-menu ul {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%; }
  .nav-menu .menu-item {
    float: left;
    list-style: none; }
    .nav-menu .menu-item a {
      border: none;
      color: #a8abac;
      display: block;
      font-size: 19px;
      padding: 20px 15px 10px;
      position: relative; }
    .nav-menu .menu-item.current-menu-ancestor > a,
    .nav-menu .menu-item.current-menu-item > a,
    .nav-menu .menu-item:hover > a {
      color: #d60000; }
    .nav-menu .menu-item:hover {
      position: static; }
      .nav-menu .menu-item:hover > a {
        text-decoration: none; }
      .nav-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1; }
  .nav-menu .sub-menu {
    background: #d60000;
    left: -9999px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    width: 250px;
    z-index: 99; }
    .nav-menu .sub-menu a {
      background: transparent;
      color: #fff;
      padding: 8px 20px;
      position: relative;
      width: 250px; }
    .nav-menu .sub-menu .current-menu-item > a,
    .nav-menu .sub-menu .menu-item:hover > a {
      color: #fff; }
    .nav-menu .sub-menu .sub-menu {
      margin: -54px 0 0 199px; }

/* Smart Header
	Hide / show on scroll
--------------------------------------------- */
header.site-header {
  position: fixed;
  top: 0;
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 9;
  left: 0;
  right: 0; }

header.site-header.shadow {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }

body.admin-bar header.site-header {
  margin-top: 32px; }

@media only screen and (max-width: 780px) {
  body.admin-bar header.site-header {
    margin-top: 46px; } }

/* Content Area
---------------------------------------------------------------------------------------------------- */
.site-inner {
  overflow: hidden;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .site-inner {
      padding: 25px 0 40px; } }
  .site-inner.full {
    padding: 0; }

/* Entry Content
--------------------------------------------- */
.entry > * > *:first-child,
.entry-comments > *:first-child,
.comment-respond > *:first-child,
.archive .site-main > *:first-child {
  margin-top: 0; }

@media (min-width: 768px) {
  .entry > *,
  .entry-comments,
  .comment-respond,
  .archive .site-main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

.entry-content > * {
  margin: 20px 0;
  max-width: 100%; }
  .entry-content > * > *:first-child {
    margin-top: 0; }
  .entry-content > * > *:last-child {
    margin-bottom: 0; }
  .entry-content > *.alignwide {
    margin: calc(2 * 20px) -16px;
    max-width: calc(100% + 32px); }
    @media (min-width: 992px) {
      .entry-content > *.alignwide {
        margin: calc(2 * 20px) calc(25% - 25vw);
        max-width: 100vw;
        width: auto; } }
  .entry-content > *.alignfull {
    margin: calc(2 * 20px) -16px;
    max-width: calc(100% + 32px); }
    @media (min-width: 992px) {
      .entry-content > *.alignfull {
        margin: calc(2 * 20px) calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw; } }
  .entry-content > *.alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0 20px 20px 0; }
  .entry-content > *.alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0 0 20px 20px; }
  .entry-content > *.aligncenter {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .entry-content > *.aligncenter {
        margin-left: 0;
        margin-right: 0; } }

.entry-content ul,
.entry-content ol {
  padding-left: 1rem; }
  .entry-content ul li,
  .entry-content ol li {
    padding-bottom: 0.5rem; }
    .entry-content ul li:last-child,
    .entry-content ol li:last-child {
      padding-bottom: 0; }
    .entry-content ul li ul,
    .entry-content ul li ol,
    .entry-content ol li ul,
    .entry-content ol li ol {
      padding-top: 0.5rem; }

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px; }
  .entry-comments .comment-list li {
    list-style-type: none; }
    .entry-comments .comment-list li article {
      border: 2px solid #fbfbfb;
      border-bottom-width: 0;
      padding: 16px;
      position: relative; }
      .entry-comments .comment-list li article:last-child {
        border-bottom-width: 2px; }
      .entry-comments .comment-list li article::before {
        background: #fbfbfb;
        content: "";
        display: block;
        width: 5px;
        height: calc(100% + 4px);
        position: absolute;
        top: -2px;
        left: -2px; }
    .entry-comments .comment-list li.staff > article {
      background: rgba(214, 0, 0, 0.05); }
      .entry-comments .comment-list li.staff > article::before {
        background: #d60000; }
  .entry-comments .comment-list > li {
    overflow: hidden;
    margin-bottom: 16px; }
  .entry-comments .comment-list .comment-author {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 3px; }
    @media (min-width: 768px) {
      .entry-comments .comment-list .comment-author {
        font-size: 22px; } }
    .entry-comments .comment-list .comment-author .says {
      display: none; }
  .entry-comments .comment-list .comment-meta {
    font-size: 14px; }
  .entry-comments .comment-list .comment-content p:last-child {
    margin: 0; }
  .entry-comments .comment-list .comment-reply {
    margin-top: 16px; }
    .entry-comments .comment-list .comment-reply a {
      font-weight: 400; }
  .entry-comments .comment-list ul.children {
    margin: 0; }
    .entry-comments .comment-list ul.children li {
      border-top: 1px solid #707070; }

.comment-respond label {
  display: block;
  margin-right: 12px; }
  .comment-respond label[for="subscribe"], .comment-respond label[for="wp-comment-cookies-consent"] {
    display: inline-block; }

.comment-respond .form-submit {
  text-align: left; }

.comment-respond #cancel-comment-reply-link {
  font-size: 18px;
  color: #d60000;
  float: right;
  vertical-align: middle;
  margin-top: 10px; }

/* Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

/* Archive Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #707070;
  font-size: 16px;
  text-align: center;
  padding-top: 22px; }
  .pagination ul {
    margin: 0; }
    .pagination ul li {
      list-style-type: none;
      display: inline-block; }
      .pagination ul li a {
        color: #000;
        border-radius: 3px;
        display: block;
        padding: 2px 11px;
        font-weight: 400; }
      .pagination ul li.active > a,
      .pagination ul li:hover > a {
        background: #d60000;
        color: #fff;
        text-decoration: none; }

/* Header extra icons
--------------------------------------------- */
.header-extra {
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px; }
  .header-extra ul li.menu-item {
    width: 37px; }
    .header-extra ul li.menu-item > a {
      padding-left: 5px;
      padding-right: 5px; }
    .header-extra ul li.menu-item .svg-icon path {
      fill: #a8abac; }
    .header-extra ul li.menu-item .svg-icon:hover path {
      fill: #d60000; }
    .header-extra ul li.menu-item.icon-fav > a {
      position: relative; }
      .header-extra ul li.menu-item.icon-fav > a:before {
        position: absolute;
        content: "";
        background: url("../icons/paparazzi/heart.svg") scroll no-repeat center center transparent;
        height: 27px;
        width: 32px; }
      .header-extra ul li.menu-item.icon-fav > a > span {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        bottom: 6px;
        position: relative;
        width: 32px;
        text-align: center;
        display: inline-block; }
    @media (max-width: 767px) {
      .header-extra ul li.menu-item {
        width: 24px; }
        .header-extra ul li.menu-item > a {
          padding-top: 13px; }
        .header-extra ul li.menu-item .svg-icon {
          height: 17px !important;
          width: 17px !important; }
        .header-extra ul li.menu-item.icon-fav > a:before {
          height: 20px !important;
          width: 20px !important;
          background-size: contain;
          margin-top: 5px; }
        .header-extra ul li.menu-item.icon-fav > a > span {
          font-size: 8px;
          bottom: 7px;
          width: 20px; } }

#get-discovered {
  margin-bottom: -60px;
  position: relative;
  z-index: 99; }
  #get-discovered .get-discovered-cta {
    background: url("../images/cta-get-discovered-bg.jpg") scroll no-repeat 0 0 transparent;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
    padding: 35px 45px;
    width: 870px;
    max-width: 100%;
    min-height: 180px; }
    #get-discovered .get-discovered-cta h2 {
      color: inherit;
      font-weight: 700;
      font-size: 22px;
      margin-top: 0;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #get-discovered .get-discovered-cta h2 {
          font-size: 26px; } }
      @media (min-width: 992px) {
        #get-discovered .get-discovered-cta h2 {
          font-size: 26px; } }
      @media (min-width: 1232px) {
        #get-discovered .get-discovered-cta h2 {
          font-size: 26px; } }
    #get-discovered .get-discovered-cta h3 {
      color: inherit;
      font-family: 'Roboto Slab', serif;
      margin-top: 0;
      margin-bottom: 20px; }
    #get-discovered .get-discovered-cta .button, #get-discovered .get-discovered-cta .models-archive-menu-wrapper > .nav .menu-item > a, .models-archive-menu-wrapper > .nav #get-discovered .get-discovered-cta .menu-item > a {
      background-color: #d60000;
      width: 225px;
      text-align: left; }
      #get-discovered .get-discovered-cta .button:hover, #get-discovered .get-discovered-cta .models-archive-menu-wrapper > .nav .menu-item > a:hover, .models-archive-menu-wrapper > .nav #get-discovered .get-discovered-cta .menu-item > a:hover {
        background-color: #d60000; }
      #get-discovered .get-discovered-cta .button .svg-icon #arrow, #get-discovered .get-discovered-cta .models-archive-menu-wrapper > .nav .menu-item > a .svg-icon #arrow, .models-archive-menu-wrapper > .nav #get-discovered .get-discovered-cta .menu-item > a .svg-icon #arrow {
        fill: #fff; }

#model-filter {
  padding: 25px;
  background-color: #fbfbfb;
  margin-bottom: 25px; }
  #model-filter.active .advanced-filter-toggler .svg-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  #model-filter .advanced-filter-toggler {
    width: 100%;
    display: block;
    padding: 25px 0 0; }
    @media (min-width: 768px) {
      #model-filter .advanced-filter-toggler {
        text-align: right;
        padding-top: 0; } }
  #model-filter .filter-container {
    display: none; }
    @media (min-width: 768px) {
      #model-filter .filter-container > form > ul > article {
        float: left;
        margin-left: 2.66667%;
        width: 31.55556%; }
        #model-filter .filter-container > form > ul > article:nth-of-type(3n + 1) {
          clear: both;
          margin-left: 0; }
      @supports ((display: -ms-grid) or (display: grid)) {
        #model-filter .filter-container > form > ul {
          display: -ms-grid;
          display: grid;
          grid-column-gap: 32px;
          -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr); }
          #model-filter .filter-container > form > ul > article {
            margin-left: 0;
            width: 100%; }
          #model-filter .filter-container > form > ul aside,
          #model-filter .filter-container > form > ul footer,
          #model-filter .filter-container > form > ul header,
          #model-filter .filter-container > form > ul nav {
            grid-column: 1 / -1; } } }

.template-advanced-search #model-filter .filter-container {
  display: block; }

.breadcrumb {
  font-weight: 400;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .breadcrumb {
      font-size: 15px; } }
  @media (min-width: 992px) {
    .breadcrumb {
      font-size: 16px; } }
  @media (min-width: 1232px) {
    .breadcrumb {
      font-size: 16px; } }
  .breadcrumb > .breadcrumb-link-wrap > a.breadcrumb-link:hover {
    text-decoration: none; }

.models-archive-menu-wrapper > .nav .menu-item > a:hover {
  background-color: #d60000;
  color: #fff;
  text-decoration: none; }

.models-archive-menu-wrapper {
  margin-bottom: 15px; }
  .models-archive-menu-wrapper > .nav {
    list-style: none; }
    .models-archive-menu-wrapper > .nav .menu-item {
      display: inline-block; }
      .models-archive-menu-wrapper > .nav .menu-item > a {
        background-color: #fbfbfb;
        color: #707070;
        margin-bottom: 5px;
        min-width: 80px;
        padding-top: 4px;
        padding-bottom: 4px;
        vertical-align: bottom; }
      .models-archive-menu-wrapper > .nav .menu-item.current-menu-item > a {
        background-color: #eeeeee;
        cursor: default; }
      .models-archive-menu-wrapper > .nav .menu-item .sub-menu {
        display: inline-block; }
        .models-archive-menu-wrapper > .nav .menu-item .sub-menu a {
          vertical-align: bottom;
          font-size: 0.8em; }

/**
 * Wrapper which we use to generate the Print model PDF via js
 */
#paparazzi-pdf-wrapper {
  display: none;
  width: 297mm;
  height: 210mm;
  overflow: visible !important; }
  #paparazzi-pdf-wrapper .left-col,
  #paparazzi-pdf-wrapper .right-col {
    width: 50%;
    height: 100%;
    float: left; }
  #paparazzi-pdf-wrapper .left-col {
    text-align: center;
    position: relative; }
    #paparazzi-pdf-wrapper .left-col img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    #paparazzi-pdf-wrapper .left-col h1.entry-title {
      width: 100%;
      font-size: 26px;
      color: #fff;
      margin: 0;
      position: absolute;
      bottom: 0;
      z-index: 99;
      font-family: "Roboto Slab", serif;
      padding: 155px 5px 15px;
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 155px);
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(155px, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 155px);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 155px);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 155px);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.4), endColorstr=rgba(255, 255, 255, 0)); }
  #paparazzi-pdf-wrapper .right-col {
    padding: 20px 30px 15px;
    text-align: center; }
    #paparazzi-pdf-wrapper .right-col img {
      margin: 0 auto; }
    #paparazzi-pdf-wrapper .right-col .pdf-logo {
      width: 180px; }
    #paparazzi-pdf-wrapper .right-col .model-info-details {
      padding-top: 7px; }
      #paparazzi-pdf-wrapper .right-col .model-info-details p {
        display: inline-block;
        font-size: 13px;
        padding: 0 5px; }
        #paparazzi-pdf-wrapper .right-col .model-info-details p span {
          font-weight: 700;
          color: #d60000; }

/**
 * Back to top BTN
 */
#back-top {
  background: #a8abac;
  border-radius: 50%;
  cursor: pointer;
  width: 37px;
  height: 37px;
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 100;
  color: #fff;
  text-align: center; }
  #back-top:hover {
    background: #535956; }
  #back-top a .svg-icon {
    fill: #fff;
    width: 19px !important;
    height: 19px !important;
    top: 8px;
    position: relative; }

#header-search-overlay {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  #header-search-overlay .wrap {
    height: 100%; }
  #header-search-overlay .overlay-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1005;
    overflow-y: auto;
    cursor: pointer; }
  #header-search-overlay .close-btn {
    background-color: #d60000;
    position: absolute;
    top: 55px;
    right: 15px;
    padding: 7px 15px;
    z-index: 1006;
    cursor: pointer;
    overflow-y: visible;
    color: #ffffff; }
    #header-search-overlay .close-btn:hover {
      background-color: #535956; }
  #header-search-overlay .search-form {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    border: none;
    position: relative;
    z-index: 1010;
    outline: none;
    top: 20%; }
    #header-search-overlay .search-form label {
      display: block;
      color: #ffffff;
      width: 100%;
      padding-bottom: 5px; }
    #header-search-overlay .search-form input[type="text"] {
      display: inline-block;
      width: 100%;
      border: none; }
    #header-search-overlay .search-form button[type="submit"] {
      display: none;
      padding: 13px 15px;
      border: none;
      outline: none; }

.searchwp-live-search-result a {
  font-size: 15px; }
  .searchwp-live-search-result a .model-thumb {
    display: inline-block;
    margin-right: 15px;
    width: 150px;
    vertical-align: text-top; }
  .searchwp-live-search-result a .title {
    display: inline-block; }
  .searchwp-live-search-result a:hover {
    text-decoration: none; }

#header-toggler {
  display: none; }

.home #header-toggler {
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 99;
  background-color: #cccccc;
  text-align: center;
  top: 42px; }
  .home #header-toggler span:after {
    content: "\f347";
    font-family: "dashicons";
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media only screen and (max-width: 780px) {
    .home #header-toggler {
      top: 56px; } }

.home .site-header {
  border: none; }

.home.header-init-hidden .site-header {
  top: -91px; }

@media (max-width: 767px) {
  .home .banner-images > div {
    float: left;
    margin-left: 1.25%;
    width: 100%; }
    .home .banner-images > div:nth-of-type(1n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .home .banner-images {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 15px;
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); }
      .home .banner-images > div {
        margin-left: 0;
        width: 100%; }
      .home .banner-images aside,
      .home .banner-images footer,
      .home .banner-images header,
      .home .banner-images nav {
        grid-column: 1 / -1; } } }

@media (min-width: 768px) {
  .home .banner-images > div {
    float: left;
    margin-left: 1.25%;
    width: 49.375%; }
    .home .banner-images > div:nth-of-type(2n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .home .banner-images {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 15px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .home .banner-images > div {
        margin-left: 0;
        width: 100%; }
      .home .banner-images aside,
      .home .banner-images footer,
      .home .banner-images header,
      .home .banner-images nav {
        grid-column: 1 / -1; } } }

.home .banner-images .banner-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  height: 50vh; }
  @media (min-width: 768px) {
    .home .banner-images .banner-image {
      height: 100vh; } }
  .home .banner-images .banner-image.women {
    background-image: url("../images/front-images/Maaria-Ruoho.jpg"); }
  .home .banner-images .banner-image.men {
    background-image: url("../images/front-images/Tom_Chydenius_75_min_v2.jpg"); }
  .home .banner-images .banner-image .banner-menu-wrapper {
    height: 100%; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .home .banner-images .banner-image .banner-menu-wrapper .nav li {
        list-style: none; }
        @media (min-width: 769px) {
          .home .banner-images .banner-image .banner-menu-wrapper .nav li {
            opacity: 0; } }
        .home .banner-images .banner-image .banner-menu-wrapper .nav li > a {
          font-size: 19px;
          color: #fff; }
          @media (min-width: 768px) {
            .home .banner-images .banner-image .banner-menu-wrapper .nav li > a {
              font-size: 32px; } }
          @media (min-width: 992px) {
            .home .banner-images .banner-image .banner-menu-wrapper .nav li > a {
              font-size: 42px; } }
          @media (min-width: 1232px) {
            .home .banner-images .banner-image .banner-menu-wrapper .nav li > a {
              font-size: 52px; } }
          .home .banner-images .banner-image .banner-menu-wrapper .nav li > a:hover {
            text-decoration: none; }
        .home .banner-images .banner-image .banner-menu-wrapper .nav li .sub-menu li > a {
          font-size: 24px; }
          @media (min-width: 768px) {
            .home .banner-images .banner-image .banner-menu-wrapper .nav li .sub-menu li > a {
              font-size: 26px; } }
          @media (min-width: 992px) {
            .home .banner-images .banner-image .banner-menu-wrapper .nav li .sub-menu li > a {
              font-size: 30px; } }
          @media (min-width: 1232px) {
            .home .banner-images .banner-image .banner-menu-wrapper .nav li .sub-menu li > a {
              font-size: 38px; } }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(1) {
      -webkit-animation-delay: 0.33333s;
      animation-delay: 0.33333s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(2) {
      -webkit-animation-delay: 0.36667s;
      animation-delay: 0.36667s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(3) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(4) {
      -webkit-animation-delay: 0.43333s;
      animation-delay: 0.43333s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(5) {
      -webkit-animation-delay: 0.46667s;
      animation-delay: 0.46667s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(6) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(7) {
      -webkit-animation-delay: 0.53333s;
      animation-delay: 0.53333s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(8) {
      -webkit-animation-delay: 0.56667s;
      animation-delay: 0.56667s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(9) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .home .banner-images .banner-image .banner-menu-wrapper .nav > li:nth-of-type(10) {
      -webkit-animation-delay: 0.63333s;
      animation-delay: 0.63333s; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .home .banner-images .banner-image:hover .banner-menu-wrapper .nav li {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s; }

header.archive-description {
  padding-bottom: 15px; }
  header.archive-description > h1.archive-title {
    font-weight: 300; }
  header.archive-description > p {
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.2px; }

/*-----------------------------------------
NEWS/BLOG ARCHIVE
------------------------------------------*/
@media (min-width: 768px) {
  .blog .site-main #blog-grid .archive-wrapper > article {
    float: left;
    margin-left: 2.66667%;
    width: 48.66667%; }
    .blog .site-main #blog-grid .archive-wrapper > article:nth-of-type(2n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .blog .site-main #blog-grid .archive-wrapper {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .blog .site-main #blog-grid .archive-wrapper > article {
        margin-left: 0;
        width: 100%; }
      .blog .site-main #blog-grid .archive-wrapper aside,
      .blog .site-main #blog-grid .archive-wrapper footer,
      .blog .site-main #blog-grid .archive-wrapper header,
      .blog .site-main #blog-grid .archive-wrapper nav {
        grid-column: 1 / -1; } } }

@media (min-width: 992px) {
  .blog .site-main #blog-grid .archive-wrapper > article {
    float: left;
    margin-left: 2.66667%;
    width: 31.55556%; }
    .blog .site-main #blog-grid .archive-wrapper > article:nth-of-type(3n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .blog .site-main #blog-grid .archive-wrapper {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }
      .blog .site-main #blog-grid .archive-wrapper > article {
        margin-left: 0;
        width: 100%; }
      .blog .site-main #blog-grid .archive-wrapper aside,
      .blog .site-main #blog-grid .archive-wrapper footer,
      .blog .site-main #blog-grid .archive-wrapper header,
      .blog .site-main #blog-grid .archive-wrapper nav {
        grid-column: 1 / -1; } } }

.blog .site-main #blog-grid .post-summary {
  background-color: #fbfbfb;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .blog .site-main #blog-grid .post-summary .entry-header,
  .blog .site-main #blog-grid .post-summary .entry-content {
    padding-left: 20px;
    padding-right: 20px; }
  .blog .site-main #blog-grid .post-summary .entry-content {
    font-size: 13px; }

/**
 * Models archive template
 */
@media (min-width: 768px) and (max-width: 991px) {
  .models-archive .search-filter-results > div,
  .models-archive .archive-wrapper > div {
    float: left;
    margin-left: 0.83333%;
    width: 49.58333%; }
    .models-archive .search-filter-results > div:nth-of-type(2n + 1),
    .models-archive .archive-wrapper > div:nth-of-type(2n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .models-archive .search-filter-results,
    .models-archive .archive-wrapper {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 10px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .models-archive .search-filter-results > div,
      .models-archive .archive-wrapper > div {
        margin-left: 0;
        width: 100%; }
      .models-archive .search-filter-results aside,
      .models-archive .search-filter-results footer,
      .models-archive .search-filter-results header,
      .models-archive .search-filter-results nav,
      .models-archive .archive-wrapper aside,
      .models-archive .archive-wrapper footer,
      .models-archive .archive-wrapper header,
      .models-archive .archive-wrapper nav {
        grid-column: 1 / -1; } } }

@media (min-width: 768px) {
  .models-archive .search-filter-results > div,
  .models-archive .archive-wrapper > div {
    float: left;
    margin-left: 0.83333%;
    width: 32.77778%; }
    .models-archive .search-filter-results > div:nth-of-type(3n + 1),
    .models-archive .archive-wrapper > div:nth-of-type(3n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .models-archive .search-filter-results,
    .models-archive .archive-wrapper {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 10px;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }
      .models-archive .search-filter-results > div,
      .models-archive .archive-wrapper > div {
        margin-left: 0;
        width: 100%; }
      .models-archive .search-filter-results aside,
      .models-archive .search-filter-results footer,
      .models-archive .search-filter-results header,
      .models-archive .search-filter-results nav,
      .models-archive .archive-wrapper aside,
      .models-archive .archive-wrapper footer,
      .models-archive .archive-wrapper header,
      .models-archive .archive-wrapper nav {
        grid-column: 1 / -1; } } }

@media (min-width: 992px) {
  .models-archive .search-filter-results > div,
  .models-archive .archive-wrapper > div {
    float: left;
    margin-left: 0.83333%;
    width: 19.33333%; }
    .models-archive .search-filter-results > div:nth-of-type(5n + 1),
    .models-archive .archive-wrapper > div:nth-of-type(5n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .models-archive .search-filter-results,
    .models-archive .archive-wrapper {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 10px;
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr); }
      .models-archive .search-filter-results > div,
      .models-archive .archive-wrapper > div {
        margin-left: 0;
        width: 100%; }
      .models-archive .search-filter-results aside,
      .models-archive .search-filter-results footer,
      .models-archive .search-filter-results header,
      .models-archive .search-filter-results nav,
      .models-archive .archive-wrapper aside,
      .models-archive .archive-wrapper footer,
      .models-archive .archive-wrapper header,
      .models-archive .archive-wrapper nav {
        grid-column: 1 / -1; } } }

@media (max-width: 767px) {
  .models-archive .search-filter-results > div,
  .models-archive .archive-wrapper > div {
    float: left;
    margin-left: 0.83333%;
    width: 49.58333%; }
    .models-archive .search-filter-results > div:nth-of-type(2n + 1),
    .models-archive .archive-wrapper > div:nth-of-type(2n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .models-archive .search-filter-results,
    .models-archive .archive-wrapper {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 10px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .models-archive .search-filter-results > div,
      .models-archive .archive-wrapper > div {
        margin-left: 0;
        width: 100%; }
      .models-archive .search-filter-results aside,
      .models-archive .search-filter-results footer,
      .models-archive .search-filter-results header,
      .models-archive .search-filter-results nav,
      .models-archive .archive-wrapper aside,
      .models-archive .archive-wrapper footer,
      .models-archive .archive-wrapper header,
      .models-archive .archive-wrapper nav {
        grid-column: 1 / -1; } } }

.models-archive .post-summary .image-holder {
  position: relative; }
  @media (max-width: 767px) {
    .models-archive .post-summary .image-holder {
      height: 250px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .models-archive .post-summary .image-holder {
    height: 358px; } }

@media (min-width: 992px) and (max-width: 1231px) {
  .models-archive .post-summary .image-holder {
    height: 285px; } }
  @media (min-width: 1232px) {
    .models-archive .post-summary .image-holder {
      height: 348px; } }
  .models-archive .post-summary .image-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .models-archive .post-summary .image-holder .model-detail-card {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px 20px; }
    .models-archive .post-summary .image-holder .model-detail-card .entry-title {
      font-size: 17px;
      font-weight: 400;
      font-family: "Roboto Slab", serif;
      margin: 0 0 5px; }
    .models-archive .post-summary .image-holder .model-detail-card p {
      margin: 0;
      font-size: 14px;
      font-weight: 300; }
      .models-archive .post-summary .image-holder .model-detail-card p.read-more {
        font-weight: 400;
        margin-top: 5px; }
  .models-archive .post-summary .image-holder .model-info-toggler {
    position: absolute;
    bottom: 10px;
    right: 45px;
    width: 27px;
    height: 27px;
    cursor: pointer; }
    .models-archive .post-summary .image-holder .model-info-toggler:hover #Ellipse_1 {
      fill: #d60000; }
  .models-archive .post-summary .image-holder .simplefavorite-button {
    position: absolute;
    padding: 0;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    width: 27px;
    height: 27px;
    border: none; }
    .models-archive .post-summary .image-holder .simplefavorite-button #heart {
      fill: #535956; }
    .models-archive .post-summary .image-holder .simplefavorite-button:after {
      position: absolute;
      content: "+";
      bottom: 3px;
      left: 9px;
      color: #fff; }
    .models-archive .post-summary .image-holder .simplefavorite-button.active:after {
      content: "-";
      left: 10px; }
    .models-archive .post-summary .image-holder .simplefavorite-button:hover {
      background-color: transparent; }
      .models-archive .post-summary .image-holder .simplefavorite-button:hover #heart {
        fill: #d60000; }
    .models-archive .post-summary .image-holder .simplefavorite-button .svg-icon {
      right: 0;
      top: 0; }
    .models-archive .post-summary .image-holder .simplefavorite-button .fav-text {
      display: none; }

.models-archive .post-summary .entry-header h2.entry-title {
  font-size: 19px;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  margin-top: 5px; }
  @media (min-width: 768px) {
    .models-archive .post-summary .entry-header h2.entry-title {
      font-size: 17px; } }
  @media (min-width: 992px) {
    .models-archive .post-summary .entry-header h2.entry-title {
      font-size: 17px; } }
  @media (min-width: 1232px) {
    .models-archive .post-summary .entry-header h2.entry-title {
      font-size: 19px; } }

/**
 * Single model page
 */
.model-info-details p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .model-info-details p {
      font-size: 17px; } }
  .model-info-details p:last-of-type {
    margin-bottom: 30px; }

.model-info-wrapper {
  margin-bottom: 40px; }
  .model-info-wrapper .model-featured-image {
    margin-bottom: 30px; }
  .model-info-wrapper .model-single-information .entry-title {
    font-family: "Roboto Slab", serif;
    margin-top: 0; }

@media (min-width: 768px) {
  .single-model .entry-content .model-info-wrapper > article {
    float: left;
    margin-left: 2.66667%;
    width: 48.66667%; }
    .single-model .entry-content .model-info-wrapper > article:nth-of-type(2n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .single-model .entry-content .model-info-wrapper {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .single-model .entry-content .model-info-wrapper > article {
        margin-left: 0;
        width: 100%; }
      .single-model .entry-content .model-info-wrapper aside,
      .single-model .entry-content .model-info-wrapper footer,
      .single-model .entry-content .model-info-wrapper header,
      .single-model .entry-content .model-info-wrapper nav {
        grid-column: 1 / -1; } } }

.single-model .entry-content .model-info-wrapper .model-featured-image {
  margin-bottom: 30px; }

.single-model .entry-content .model-info-wrapper .model-single-information a.button, .single-model .entry-content .model-info-wrapper .model-single-information .models-archive-menu-wrapper > .nav .menu-item > a, .models-archive-menu-wrapper > .nav .single-model .entry-content .model-info-wrapper .model-single-information .menu-item > a {
  background-color: transparent;
  width: 225px;
  text-align: left;
  clear: left;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase; }

.single-model .entry-content #model-images {
  margin-bottom: 70px; }
  .single-model .entry-content #model-images .grid-sizer {
    width: 50%; }
    @media screen and (min-width: 768px) {
      .single-model .entry-content #model-images .grid-sizer {
        /* 3 columns for larger screens */
        width: 33.333%; } }
  .single-model .entry-content #model-images .grid:after {
    content: "";
    display: block;
    clear: both; }
  .single-model .entry-content #model-images .grid .paparazzi-gallery-img {
    /* 2 columns by default */
    width: 50%;
    padding: 5px; }
    .single-model .entry-content #model-images .grid .paparazzi-gallery-img.horizontal-img {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .single-model .entry-content #model-images .grid .paparazzi-gallery-img {
        /* 3 columns for larger screens */
        width: 33.333%; }
        .single-model .entry-content #model-images .grid .paparazzi-gallery-img.horizontal-img {
          width: 66.666%; } }
    .single-model .entry-content #model-images .grid .paparazzi-gallery-img img {
      width: 100%; }

/**
 * Favorites template
 */
.template-favorites .entry-content .model-favorites-list {
  margin-top: 35px; }
  .template-favorites .entry-content .model-favorites-list .simplefavorites-clear {
    margin-bottom: 25px; }

@media (min-width: 768px) {
  .template-favorites .entry-content .model-info-wrapper > article {
    float: left;
    margin-left: 2.66667%;
    width: 31.55556%; }
    .template-favorites .entry-content .model-info-wrapper > article:nth-of-type(3n + 1) {
      clear: both;
      margin-left: 0; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .template-favorites .entry-content .model-info-wrapper {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }
      .template-favorites .entry-content .model-info-wrapper > article {
        margin-left: 0;
        width: 100%; }
      .template-favorites .entry-content .model-info-wrapper aside,
      .template-favorites .entry-content .model-info-wrapper footer,
      .template-favorites .entry-content .model-info-wrapper header,
      .template-favorites .entry-content .model-info-wrapper nav {
        grid-column: 1 / -1; } } }

#email-send-favorites {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #fbfbfb; }

.single-post .post-thumbnail {
  margin-bottom: 30px; }

.template-about-us .about-us-wrapper .grid-item {
  display: inline-block;
  padding-bottom: 10px;
  width: 50%;
  vertical-align: middle; }
  .template-about-us .about-us-wrapper .grid-item:nth-child(odd) {
    padding-right: 5px; }
  .template-about-us .about-us-wrapper .grid-item:nth-child(even) {
    padding-left: 5px; }

/**
 * Override some Stackable gutenberg plugin values
 */
:root {
  --content-width: 1170px; }

/**
 * Featured posts list
 */
.ugb-blog-posts.paparazzi-styled .ugb-blog-posts__item {
  background-color: #fbfbfb;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ugb-blog-posts.paparazzi-styled .ugb-blog-posts__item .ugb-blog-posts__meta,
  .ugb-blog-posts.paparazzi-styled .ugb-blog-posts__item .ugb-blog-posts__title,
  .ugb-blog-posts.paparazzi-styled .ugb-blog-posts__item .ugb-blog-posts__excerpt {
    padding-left: 20px;
    padding-right: 20px; }
  .ugb-blog-posts.paparazzi-styled .ugb-blog-posts__item .ugb-blog-posts__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-weight: 400;
    padding-top: 20px; }
  .ugb-blog-posts.paparazzi-styled .ugb-blog-posts__item .ugb-blog-posts__excerpt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 13px; }
  .ugb-blog-posts.paparazzi-styled .ugb-blog-posts__item .ugb-blog-posts__meta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: #cbd0d3;
    padding-top: 20px; }

.button.simplefavorite-button, .models-archive-menu-wrapper > .nav .menu-item > a.simplefavorite-button {
  opacity: 1 !important;
  text-transform: uppercase; }
  .button.simplefavorite-button .svg-icon, .models-archive-menu-wrapper > .nav .menu-item > a.simplefavorite-button .svg-icon {
    position: absolute;
    right: 15px;
    top: 7px; }
    .button.simplefavorite-button .svg-icon:after, .models-archive-menu-wrapper > .nav .menu-item > a.simplefavorite-button .svg-icon:after {
      position: absolute;
      content: "+";
      bottom: 3px;
      left: 8px;
      color: #fff; }
  .button.simplefavorite-button.active .svg-icon:after, .models-archive-menu-wrapper > .nav .menu-item > a.simplefavorite-button.active .svg-icon:after {
    content: "-";
    left: 10px; }

#mobile-genesis-nav-primary {
  display: none !important; }

#genesis-nav-primary {
  display: block !important; }

/*
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title
*/
@media (max-width: 767px) {
  #mega-menu-wrap-primary #mega-menu-primary > li > ul.mega-sub-menu > li a.mega-menu-link {
    font-size: 16px !important; }
  #mega-menu-wrap-primary #mega-menu-primary > li > ul.mega-sub-menu h4.mega-block-title {
    font-size: 17px !important; } }

@media (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px; } }
  @media (min-width: 769px) and (min-width: 768px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      font-size: 14px; } }
  @media (min-width: 769px) and (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      font-size: 19px; } }
  @media (min-width: 769px) and (min-width: 1232px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      font-size: 19px; } }

/**
 * Search and Filter plugin
 */
.searchandfilter .sf-meta-range-slider > .meta-slider {
  height: 2px;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  border: none;
  margin-top: 15px; }
  .searchandfilter .sf-meta-range-slider > .meta-slider > .noUi-base > .noUi-connects > .noUi-connect {
    background-color: #d60000; }
  .searchandfilter .sf-meta-range-slider > .meta-slider > .noUi-base > .noUi-origin > .noUi-handle {
    width: 20px;
    height: 20px;
    top: -9px; }
    .searchandfilter .sf-meta-range-slider > .meta-slider > .noUi-base > .noUi-origin > .noUi-handle:after, .searchandfilter .sf-meta-range-slider > .meta-slider > .noUi-base > .noUi-origin > .noUi-handle:before {
      height: 7px;
      top: 6px; }
    .searchandfilter .sf-meta-range-slider > .meta-slider > .noUi-base > .noUi-origin > .noUi-handle:before {
      left: 7px; }
    .searchandfilter .sf-meta-range-slider > .meta-slider > .noUi-base > .noUi-origin > .noUi-handle:after {
      left: 10px; }

.archive .sf-field-taxonomy-model_category {
  display: none; }
