@charset "UTF-8";
/*
Theme Name: iic2017
Theme URI: https://github.com/nyxko/iic2017
Author: Nicolae Pop
Author URI: https://nicolaepop.com
Description: iPhone in Canada 2017 WordPress theme
Version: 2017.09.06
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: iic2017

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/* Variables */
/* 1.0 Normalize */
/* Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* 2.0 Accessibility */
/* 3.0 Elements */
/* Links */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem; }

h1,
h2,
h3 {
  line-height: 1.2; }

h6 {
  text-transform: uppercase; }

/* Paragraphs */
p {
  margin: 1em 0; }

/* Blockquotes */
blockquote, q {
  font-style: italic;
  margin: 1em;
  quotes: "" ""; }
  blockquote :before,
  blockquote :after, q :before,
  q :after {
    content: ""; }
  blockquote cite, q cite {
    display: block; }

q {
  quotes: "“" "”" "‘" "’"; }

/* Emphasized text */
dfn,
cite,
em,
i {
  font-style: italic; }

/* Forms */
form {
  margin: 1em 0; }

fieldset {
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid;
  min-width: 0;
  display: table-cell; }

legend {
  font-weight: bold; }

label {
  cursor: pointer; }

/* Lists */
ul,
ol {
  margin: 1em 0 1.5em 1.5em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin: 0 0 0 1.2em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Tables */
table {
  border-collapse: collapse;
  margin: 1em 0 2em;
  width: 100%; }

th,
td {
  text-align: left;
  padding: .5em .5em .5em 0; }

tr {
  border-bottom: 1px solid; }

/*  */
address {
  margin: 0 0 1.5em; }

/* Formatted text */
pre {
  background: #eee;
  color: #000;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px; }

/* Rulers */
hr {
  border: 0;
  border-bottom: 1px solid;
  margin: 1.5em 0; }

/* Other */
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help; }

mark,
ins {
  text-decoration: none; }

a {
  color: #b3272d; }
  a:not(:hover) {
    text-decoration: none; }

/* 4.0 Typography */
html {
  font-size: 16px; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont,  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",  "Fira Sans", "Droid Sans", "Helvetica Neue",  sans-serif;
  font-weight: 400;
  line-height: 1.66; }

/* 5.0 Forms */
legend {
  font-weight: bold; }

button,
input,
select,
textarea {
  max-width: 100%;
  outline: 0; }

input,
select,
textarea {
  border: 1px solid #c8c8c8;
  display: block;
  padding: .5em; }

input,
select,
textarea {
  color: #6a6a6a;
  background-color: #fafafa; }
  input:focus,
  select:focus,
  textarea:focus {
    background-color: #fff;
    border-color: #9a9a9a;
    color: #000; }

textarea {
  display: block;
  width: 100%; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 2.72em; }
  select[multiple] {
    height: auto;
    background: none; }

input[type="file"] {
  cursor: pointer; }

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.button {
  padding: .5em 1em;
  padding: .575em 1em .525em;
  background-color: #000;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .btn:hover,
  .button:hover {
    background-color: #4a4a4a; }
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active,
  .btn:active,
  .button:active {
    background-color: #6a6a6a; }
  button[disabled],
  input[type="button"][disabled],
  input[type="reset"][disabled],
  input[type="submit"][disabled],
  .btn[disabled],
  .button[disabled] {
    background-color: #aaaaaa;
    cursor: default; }

/* 6.0 Navigation */
ul.menu,
ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.menu {
  margin: 1em 0; }
  ul.menu a {
    display: block;
    color: inherit;
    text-decoration: none; }
    ul.menu a:hover {
      text-decoration: underline; }

ul.sub-menu {
  margin: 0 0 0 1em; }

#nav .menu > li > a {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase; }

@media (min-width: 48.063em) {
  #nav .menu {
    margin: 0;
    overflow: auto; }
    #nav .menu > li > a {
      padding: 0 .6rem;
      line-height: 65px; }
  #nav .menu-item {
    display: inline-block;
    float: left;
    margin-right: 1em; }
    #nav .menu-item:last-child {
      margin-right: 0; }
    #nav .menu-item:hover > .sub-menu {
      display: block; }
  #nav .sub-menu {
    display: none;
    margin: 0;
    float: left;
    position: absolute; }
    #nav .sub-menu .menu-item {
      display: block;
      float: none;
      margin: 0;
      background-color: #fff; }
    #nav .sub-menu .sub-menu {
      top: 0;
      left: 100%; } }

@media (min-width: 48.063em) {
  #nav .menu a {
    padding: 1em; }
  #nav .menu-item {
    margin: 0;
    float: left; }
  #nav .sub-menu a {
    padding: .75em 1em;
    line-height: 1.2; } }

@media (min-width: 64em) {
  #nav .menu > li > a {
    padding: 0 .8rem; } }

nav.footer a {
  color: #b3272d;
  padding: .75em 0;
  border-bottom: 1px solid #eee; }

nav.footer .menu {
  margin: 0; }

@media (min-width: 48.063em) {
  nav.footer a {
    padding: 0;
    border: 0; }
  nav.footer .menu {
    margin: 1em 0; }
  nav.footer .menu-item {
    display: inline-block;
    margin-right: 1em; }
    nav.footer .menu-item:last-child {
      margin-right: 0; }
  nav.footer .sub-menu .menu-item {
    display: block;
    margin-right: 0; } }

#body-state-toggle {
  margin: 0 0 0 1.5em;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #b3272d;
  -webkit-transition: background 280ms;
  transition: background 280ms;
  -webkit-transform: translate3d(0, 0, 0); }
  body.state--active #body-state-toggle {
    background-color: #9a9a9a; }
  html.no-js #body-state-toggle {
    display: none; }
  @media (min-width: 48.063em) {
    #body-state-toggle {
      display: none; } }

.post-navigation a {
  display: block;
  padding: 24px 0;
  color: inherit;
  width: 100%; }
  .post-navigation a:hover .nav-title {
    color: #b3272d; }

.post-navigation .nav-links {
  border-top: 1px solid #eee; }

.post-navigation .nav-subtitle {
  display: block;
  color: #8a8a8a; }

.post-navigation .nav-title {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: color 300ms;
  transition: color 300ms; }

.post-navigation .nav-previous, .post-navigation .nav-next {
  border-bottom: 1px solid #eee; }

@media (min-width: 64em) {
  .post-navigation a {
    padding: 24px 20px;
    text-align: center; }
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }
  .post-navigation .nav-previous + .nav-next {
    border-left: 1px solid #eee; } }

.post-navigation-next {
  border-top: 1px solid #eee; }
  .post-navigation-next .iic-meta-subtitle {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 500; }
  .post-navigation-next article.layout-list {
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding: 1em 0; }
    .post-navigation-next article.layout-list .entry-image {
      display: block; }
    .post-navigation-next article.layout-list .entry-summary {
      font-size: 15px;
      color: #4a4a4a; }

.pagination {
  overflow: auto; }
  .pagination .page-numbers {
    display: inline-block;
    text-decoration: none;
    border: 1px solid;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    vertical-align: middle;
    text-transform: uppercase; }
  .pagination a.page-numbers:hover {
    background-color: #b3272d;
    border-color: #b3272d;
    color: #fff; }
  .pagination .current {
    color: #fff;
    border-color: #4a4a4a;
    background-color: #4a4a4a; }
  .pagination .dots {
    color: #8a8a8a; }
  .pagination .page-numbers {
    display: none; }
  .pagination .current,
  .pagination .prev,
  .pagination .next {
    display: inline-block; }
  @media (min-width: 48.063em) {
    .pagination .page-numbers {
      display: inline-block; } }
  .pagination .next {
    /*
		color: #fff;
		border-color: $color_red;
		background-color: $color_red;
*/ }

/* 7.0 Layout */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  background: #f9f9f9;
  word-wrap: break-word; }
  body.page, body.single {
    background-color: #fbfbfb; }

.wrap {
  max-width: 708px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 22.063em) {
    .wrap {
      padding: 0 24px; } }

.site-header {
  background-color: #fff;
  clear: both; }

.content-area {
  padding: 1.5em 0; }

.site-footer {
  background-color: #fff;
  clear: both;
  overflow: auto; }

.content-wrap {
  clear: both; }

@media (min-width: 52.063em) {
  .wrap {
    max-width: 1040px; }
  .primary-area,
  #primary {
    max-width: 66.53%; }
  .has-sidebar .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .has-sidebar .primary-area,
  .has-sidebar #primary {
    float: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .has-sidebar .secondary-area,
  .has-sidebar #secondary {
    float: right;
    width: 300px;
    margin-left: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

/* 7.1 Header */
.site-header:after {
  clear: both;
  content: "";
  display: table; }

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%; }
  @media (min-width: 48.063em) {
    .header-wrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

/* Branding area */
.branding-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (min-width: 48.063em) {
    .branding-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-right: 1em; } }

/* Branding: logo */
.custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 65px;
  height: 65px; }

img.custom-logo {
  display: block;
  height: 40px;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center; }

/* Branding: text */
.branding-text {
  line-height: 1.2;
  font-size: 16px;
  padding: 13px 0; }
  .wp-custom-logo .branding-text {
    margin-top: 1em; }

.branding-title {
  font-weight: bold;
  font-size: 1em;
  margin: 0; }

.branding-description {
  margin: 0;
  font-size: 14px; }

/* Header navigation */
@media (min-width: 48.063em) {
  .header-navigation .sub-menu {
    margin-left: -1em; }
    .header-navigation .sub-menu a {
      padding: .75em 1em;
      line-height: 1.2; }
    .header-navigation .sub-menu .sub-menu {
      margin-left: 0; } }

/* Header search */
#header-search {
  margin-bottom: 0; }
  @media (min-width: 48.063em) {
    #header-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0; } }

/* Header widgets */
.header-widgets {
  display: none; }
  .header-widgets * {
    margin: 0; }
  .header-widgets .widget-title {
    margin: 0; }
  @media (min-width: 64em) {
    .header-widgets {
      display: block; } }

/* Headroom */
.nav-logo {
  display: none; }

@media (min-width: 48.063em) {
  body {
    padding-top: 65px; }
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 65px;
    z-index: 1020; }
    body.admin-bar #header {
      top: 32px; }
  .headroom {
    z-index: 20;
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear; }
  .headroom--pinned {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.16); }
  .headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

#nav {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  #nav html.no-js {
    display: block; }
  #nav a {
    padding: .5em 0; }
  #nav .sub-menu {
    margin: 0; }
  #nav .menu-item-follow {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 1em;
    margin-top: .5em; }
    #nav .menu-item-follow > a {
      display: inline-block;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      text-decoration: none;
      color: inherit; }
    #nav .menu-item-follow .sub-menu {
      margin: 0;
      display: block;
      float: none;
      right: 0; }
      #nav .menu-item-follow .sub-menu .sub-menu-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      #nav .menu-item-follow .sub-menu a {
        padding: .5em;
        color: #7a7a7a;
        text-decoration: none;
        -webkit-transition: color 250ms;
        transition: color 250ms;
        line-height: inherit; }
        #nav .menu-item-follow .sub-menu a:hover {
          color: #b3272d; }
      #nav .menu-item-follow .sub-menu .fa,
      #nav .menu-item-follow .sub-menu .dashicons {
        vertical-align: middle; }
      #nav .menu-item-follow .sub-menu .label {
        display: none; }
    #nav .menu-item-follow .menu-item {
      margin: 0; }
    @media (min-width: 48.063em) {
      #nav .menu-item-follow {
        margin-top: 0;
        padding-top: 0;
        border-top: 0; }
        #nav .menu-item-follow > a {
          display: block; }
          #nav .menu-item-follow > a:hover .sub-menu {
            display: block; }
        #nav .menu-item-follow .sub-menu {
          display: none; }
          #nav .menu-item-follow .sub-menu a {
            padding: 1em .5em; } }
    @media (min-width: 64em) {
      #nav .menu-item-follow {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        #nav .menu-item-follow > a {
          display: none; }
        #nav .menu-item-follow .sub-menu {
          display: block;
          position: static; }
          #nav .menu-item-follow .sub-menu a {
            line-height: 65px;
            padding: 0 .425em; }
          #nav .menu-item-follow .sub-menu .menu-item {
            display: inline-block; } }
  @media (min-width: 48.063em) {
    #nav {
      display: block; }
      #nav .menu-item-right {
        float: right; } }

nav.mobile {
  display: none;
  width: 100%; }
  @media (min-width: 64em) {
    nav.mobile {
      display: none !important; } }
  html.no-js nav.mobile {
    display: block; }
  body.state--active nav.mobile {
    display: block; }
  nav.mobile a:hover, nav.mobile a:active {
    color: #b3272d; }
  nav.mobile ul.menu, nav.mobile .menu > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav.mobile ul.menu a, nav.mobile .menu > ul a {
      padding: .5em 0; }
    nav.mobile ul.menu li, nav.mobile .menu > ul li {
      border-bottom: 1px solid #ddd; }
    nav.mobile ul.menu .menu-item-has-children > a, nav.mobile .menu > ul .menu-item-has-children > a {
      border-bottom: 1px solid #ddd; }
    nav.mobile ul.menu .sub-menu li:last-child, nav.mobile .menu > ul .sub-menu li:last-child {
      border-bottom: 0; }
  nav.mobile .fa {
    margin-right: .5em; }

li.menu-item-alt > a {
  color: #b3272d; }

/* 7.2 Content */
/* Media */
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* Fit embeds to their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Smileys and avatars */
.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

img.avatar {
  vertical-align: middle; }

/* Alignments */
.alignleft {
  display: block; }

.alignright {
  display: block; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 36em) {
  img.alignleft,
  .wp-caption.alignleft {
    float: left;
    margin-right: 1.5em; }
  img.alignright,
  .wp-caption.alignright {
    float: right;
    margin-left: 1.5em; } }

/* Captions */
.wp-caption {
  max-width: 100%; }
  .wp-caption img {
    display: block; }

.wp-caption-text {
  margin-top: .5em; }

/* Galleries */
.gallery {
  margin-right: -1em; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1em;
  padding: 0 1em 0 0; }

.gallery-icon a {
  display: block; }

.gallery-icon img {
  display: block; }

.gallery-caption {
  max-width: 100%; }

.gallery-item {
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

@media screen and (min-width: 30em) {
  .gallery-columns-3 .gallery-item {
    width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    width: 25%; } }

@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery-columns-6 .gallery-item {
    width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    width: 11.11%; } }

/* Main */
main > article {
  margin-bottom: 2em; }
  body.page main > article,
  body.single main > article {
    margin-bottom: 1em; }

/* Entries */
h1.entry-title {
  display: none; }

.wp-post-image {
  display: block; }

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

.entry-content blockquote {
  color: #8a8a8a; }

body.page main .entry-content > :last-child, body.page main .entry-content > :last-child > :last-child,
body.single main .entry-content > :last-child,
body.single main .entry-content > :last-child > :last-child {
  margin-bottom: 0; }

.post-password-form input[type="password"] {
  display: block; }

.post-password-form input[type="submit"] {
  margin-top: 1em; }

.entry-footer {
  margin-top: 1em; }

/* Secondary text */
.iic-meta-subtitle,
.wp-caption-text,
.comment-metadata,
.navigation .nav-subtitle {
  font-size: 12px;
  text-transform: uppercase; }

.wp-caption-text {
  margin-top: 1em; }

/* Author biography */
/* Page header */
.page-header {
  margin-bottom: 1rem;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee; }
  @media (min-width: 30.063em) {
    .page-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .page-header > :last-child, .page-header > :last-child > :last-child {
    margin-bottom: 0; }

.page-header-image {
  margin: 0 0 1em; }
  @media (min-width: 30.063em) {
    .page-header-image {
      margin: 0 1em 0 0;
      max-width: 22%; } }

.page-header-text {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .page-header-text > :last-child, .page-header-text > :last-child > :last-child {
    margin-bottom: 0; }

.page-title {
  margin: 0;
  line-height: 1; }
  body.archive .page-title,
  body.search .page-title,
  body.error-404 .page-title {
    font-size: 24px; }

.page-description {
  line-height: 1.2;
  font-size: 16px; }

/* Entry */
.entry-footer {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500; }
  .entry-footer > div {
    display: inline-block;
    margin-right: .5em; }

.entry-title {
  font-weight: 600; }
  .entry-title a {
    -webkit-transition: color 250ms;
    transition: color 250ms; }
  .entry-title a:not(:hover) {
    color: inherit; }

.entry-byline {
  font-size: 14px;
  color: #8a8a8a; }
  .entry-byline a {
    font-size: 11px;
    text-transform: uppercase; }
    .entry-byline a:hover {
      text-decoration: underline; }
  .entry-byline .entry-author-date, .entry-byline .entry-comments {
    display: inline-block; }
  .entry-byline .entry-comments:before {
    margin-left: .5em;
    margin-right: .5em;
    content: "—"; }

.post-navigation-next .entry-comments a,
.archive #main .entry-comments a {
  display: inline-block;
  position: relative;
  /*top: -2px;*/
  text-decoration: none; }

.entry-comments .fa,
.entry-comments .meta-title,
.entry-comments .meta-number {
  /*vertical-align: middle;*/ }

.entry-comments .fa {
  margin-right: .25em; }

.entry-comments .meta-title {
  display: none;
  margin-right: .25em; }

.wp-caption-text {
  color: #8a8a8a; }

/* 7.3 Footer */
.site-footer {
  font-size: 16px; }
  .site-footer a {
    color: inherit; }

/* Footer widgets */
.footer-widgets {
  background-color: #fff;
  color: #4a4a4a; }
  .footer-widgets a {
    color: inherit; }
    .footer-widgets a:hover {
      color: #b3272d; }
  .footer-widgets .widget {
    margin: 2em 0; }
  @media (min-width: 48.063em) {
    .footer-widgets .widgets-area {
      margin: 0 -1%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .footer-widgets .widget {
      width: 23%;
      margin: 2em 1%; }
      .footer-widgets .widget:first-child {
        width: 48%; } }
  .footer-widgets .separator {
    border-bottom: 1px solid #eee; }
  .footer-widgets .widget_custom_html a {
    color: #b3272d; }

.footer-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 64em) {
    .footer-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

/* Footer navigation */
/* Colophon */
.colophon-area {
  font-size: 16px; }

/* 8.0 Archive */
body.blog main > article,
body.page-template-home main > article,
body.category main > article,
body.tax-post_stream main > article,
body.tag
body.date main > article,
body.author main > article,
body.search main > article {
  margin-bottom: 1.5em; }

body.blog main .entry-summary,
body.page-template-home main .entry-summary,
body.category main .entry-summary,
body.tax-post_stream main .entry-summary,
body.tag
body.date main .entry-summary,
body.author main .entry-summary,
body.search main .entry-summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  body.blog main .entry-summary > :last-child,
  body.page-template-home main .entry-summary > :last-child,
  body.category main .entry-summary > :last-child,
  body.tax-post_stream main .entry-summary > :last-child,
  body.tag
body.date main .entry-summary > :last-child,
  body.author main .entry-summary > :last-child,
  body.search main .entry-summary > :last-child {
    margin-bottom: 0; }
  @media (max-width: 48em) {
    body.blog main .entry-summary,
    body.page-template-home main .entry-summary,
    body.category main .entry-summary,
    body.tax-post_stream main .entry-summary,
    body.tag
body.date main .entry-summary,
    body.author main .entry-summary,
    body.search main .entry-summary {
      display: none; } }

body.blog main .entry-more-link,
body.page-template-home main .entry-more-link,
body.category main .entry-more-link,
body.tax-post_stream main .entry-more-link,
body.tag
body.date main .entry-more-link,
body.author main .entry-more-link,
body.search main .entry-more-link {
  display: none; }

body.blog .pagination,
body.page-template-home .pagination,
body.category .pagination,
body.tax-post_stream .pagination,
body.tag
body.date .pagination,
body.author .pagination,
body.search .pagination {
  border-top: 1px solid #eee;
  padding-top: 1.5em; }

article.layout-list {
  width: 100%;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em; }
  article.layout-list .entry-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 16px 0 0;
    max-width: 22%;
    -ms-flex-item-align: center;
        align-self: center; }
    article.layout-list .entry-image a {
      display: block; }
    article.layout-list .entry-image img {
      border-radius: 5px;
      -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.14);
              box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.14); }
  article.layout-list .entry-inner {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3); }
    article.layout-list .entry-inner > :first-child, article.layout-list .entry-inner > :first-child > :first-child {
      margin-top: 0; }
    article.layout-list .entry-inner > :last-child, article.layout-list .entry-inner > :last-child > :last-child {
      margin-bottom: 0; }
  article.layout-list .entry-title {
    margin: 0;
    font-size: 1.111em; }
  article.layout-list .entry-summary,
  article.layout-list .entry-footer {
    line-height: 1.4; }
  article.layout-list .entry-footer {
    margin: 8px 0; }
  article.layout-list .entry-summary {
    font-size: 14px; }
    article.layout-list .entry-summary > :first-child {
      margin-top: 0; }
    article.layout-list .entry-summary > :last-child {
      margin-bottom: 0; }
  @media (min-width: 22.063em) {
    article.layout-list .entry-title {
      font-size: 1.222em; } }
  @media (min-width: 30.063em) {
    article.layout-list .entry-summary {
      font-size: 15px; } }
  @media (min-width: 48.063em) {
    article.layout-list .entry-title {
      font-size: 1.333em; }
    article.layout-list .entry-image {
      display: block; }
    article.layout-list .entry-summary {
      font-size: 15px; } }
  @media (min-width: 52.063em) {
    article.layout-list .entry-title {
      font-size: 1.444em; }
    article.layout-list .entry-image {
      max-width: 19%; } }

body.blog .page-header {
  display: none; }

body.page-template-home .page-header {
  display: none; }

body.page-template-home h1, body.page-template-home h2, body.page-template-home h3,
body.page-template-home .entry-title {
  font-family: 'Francois One', sans-serif;
  letter-spacing: -1px;
  font-weight: 400; }

body.page-template-home main article.layout-list .entry-title {
  font-size: 1.222em; }
  @media (min-width: 64em) {
    body.page-template-home main article.layout-list .entry-title {
      font-size: 1.333em; } }

#featured {
  margin-bottom: 10px; }
  #featured .secondary-area {
    -ms-flex-item-align: start;
        align-self: flex-start; }

.featured-stories {
  overflow: hidden; }
  .featured-stories .slick-dots {
    text-align: center;
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0; }
    .featured-stories .slick-dots li {
      display: inline-block; }
    .featured-stories .slick-dots button {
      border-radius: 100%;
      width: 14px;
      height: 14px;
      padding: 0;
      margin: 0 4px;
      text-indent: 100%;
      overflow: hidden;
      display: block;
      background: #4a4a4a;
      -webkit-transition: background 250ms;
      transition: background 250ms; }
      .featured-stories .slick-dots button:hover {
        background-color: #6a6a6a; }
    .featured-stories .slick-dots .slick-active button {
      background-color: #9a9a9a; }

.featured-story {
  color: #fff;
  position: relative; }
  .featured-story:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(24%, rgba(0, 0, 0, 0.28)), color-stop(44%, rgba(0, 0, 0, 0.48)), color-stop(58%, rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.78)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.28) 24%, rgba(0, 0, 0, 0.48) 44%, rgba(0, 0, 0, 0.58) 58%, rgba(0, 0, 0, 0.78) 100%);
    opacity: .6;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms; }
  .featured-story:hover:before {
    opacity: .9; }
  .featured-story .story-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    padding: 48px 2rem 24px 1rem; }
  .featured-story .entry-meta-labels {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
    .featured-story .entry-meta-labels > div {
      display: inline-block; }
      .featured-story .entry-meta-labels > div:after {
        content: "/";
        padding: 0 6px; }
      .featured-story .entry-meta-labels > div:last-child:after {
        content: none; }
  .featured-story .entry-title {
    margin: 0;
    font-size: 1.11em;
    line-height: 1.11;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
  .featured-story .entry-summary {
    display: none;
    line-height: 1.4; }
    .featured-story .entry-summary > :last-child {
      margin-bottom: 0; }
  @media (min-width: 30.063em) {
    .featured-story .entry-title {
      font-size: 1.33em; }
    .featured-story .entry-summary {
      display: block; } }
  @media (min-width: 48.063em) {
    .featured-story {
      margin-bottom: 0; } }
  @media (min-width: 64em) {
    .featured-story .entry-title {
      font-size: 1.4em; } }

.widget_popular_posts .section-title,
.popular-stories .section-title {
  text-transform: uppercase;
  font-size: 11px; }

.widget_popular_posts ul,
.popular-stories ul {
  list-style: none;
  margin: 0 0 47px;
  padding: 0; }

.widget_popular_posts li,
.popular-stories li {
  line-height: 1.11;
  counter-increment: step-counter;
  position: relative;
  padding-left: 2rem;
  min-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em; }
  .widget_popular_posts li:last-child,
  .popular-stories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .widget_popular_posts li:before,
  .popular-stories li:before {
    content: counter(step-counter);
    background-color: #000;
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 11px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }

.widget_popular_posts .widget-image,
.popular-stories .widget-image {
  margin-right: 12px;
  max-width: 60px; }
  .widget_popular_posts .widget-image img,
  .popular-stories .widget-image img {
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12); }

.widget_popular_posts .widget-inner,
.popular-stories .widget-inner {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.widget_popular_posts .post-title,
.popular-stories .post-title {
  font-weight: bold;
  font-size: 1em;
  display: inline; }

.widget_popular_posts .entry-date,
.popular-stories .entry-date {
  text-transform: uppercase;
  font-size: 11px;
  color: #8a8a8a;
  display: inline;
  white-space: nowrap; }

/* 8.1 Single */
body.single main .entry-summary {
  font-size: 20px;
  line-height: 1.4;
  color: #6a6a6a; }

body.single main .entry-byline {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; }

.entry-social-links {
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #eee; }
  .entry-social-links a {
    display: inline-block;
    margin-right: .25em; }
  .entry-social-links p {
    margin: 0; }
  .entry-social-links .social-links-title {
    font-size: 1em;
    display: none; }
  .entry-social-links .meta-subtitle {
    display: none;
    vertical-align: middle;
    margin-right: .25em; }
  .entry-social-links .btn {
    font-size: 13px;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    -webkit-transform: translate3d(0, 0, 0); }
    .entry-social-links .btn:hover {
      opacity: .7; }
  .entry-social-links .dashicons {
    vertical-align: middle; }
  .entry-social-links .name {
    vertical-align: middle;
    display: none; }
  .entry-social-links .number {
    vertical-align: middle;
    margin-left: .25em; }
  .entry-social-links .comments-link {
    background-color: #b3272d; }
  .entry-social-links .twitter-link {
    background-color: #00aced; }
  .entry-social-links .facebook-link {
    background-color: #3b5998; }
  .entry-social-links .google-link {
    background-color: #d34836; }
  @media (min-width: 48.063em) {
    .entry-social-links .dashicons {
      margin-right: .25em;
      vertical-align: middle; }
    .entry-social-links .name {
      display: inline-block; } }
  article .entry-social-links {
    border-top: 0;
    margin: 1em 0;
    padding: 0; }
    article .entry-social-links p {
      margin: 0; }

/* #main +  */
article > .entry-social-links {
  display: none; }

@media screen and (min-width: 70em) {
  article > .entry-social-links {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 89px;
    margin: 0 0 0 -60px;
    height: 0;
    border: 0;
    float: left; }
    .admin-bar article > .entry-social-links {
      top: 121px; }
    article > .entry-social-links p {
      width: 45px; }
    article > .entry-social-links a {
      display: block;
      margin-bottom: 5px; }
    article > .entry-social-links .dashicons {
      margin: 0; }
    article > .entry-social-links .name {
      display: none; }
  #main + .entry-social-links,
  .entry-inner .entry-social-links {
    display: none; } }

/* Author biography */
.author-biography {
  border-top: 1px solid #eee;
  padding-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .author-biography a:hover {
    text-decoration: underline; }
  .author-biography .author-title {
    font-size: 1em;
    margin: 0; }
  .author-biography .avatar {
    border-radius: 50%; }
    .author-biography .avatar img {
      display: block; }
  .author-biography .author-image {
    margin-right: 1em; }
  .author-biography .author-details {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .author-biography .author-bio {
    font-size: 16px;
    line-height: 1.5; }
    .author-biography .author-bio p {
      display: inline;
      margin: 0; }
  .author-biography .author-link {
    font-weight: bold; }

@media (min-width: 64em) {
  .page-template-full-width #primary,
  .post-template-full-width #primary {
    max-width: 100%; }
  .page-template-full-width #main,
  .post-template-full-width #main {
    font-size: 1.333em; } }

@media screen and (min-width: 64em) {
  body.single-review #primary,
  body[class*="template-no-sidebar"] #primary {
    margin: 0 auto; }
  body.single-review #main .featured-image img,
  body.single-review #main img.size-iic2017-breakout,
  body[class*="template-no-sidebar"] #main .featured-image img,
  body[class*="template-no-sidebar"] #main img.size-iic2017-breakout {
    margin-left: -25.15%;
    margin-right: -25.15%;
    max-width: 150.3%; } }

body.single-review .page-header {
  border-bottom: 0;
  padding-bottom: 0; }

/* 9.0 Comments */
.comments-area {
  margin-top: 2em; }

/* Comment list */
.comment-list {
  list-style: none;
  margin-left: 0; }
  .comment-list .children {
    list-style: none;
    margin-left: 1em; }

/* Comment */
.comment-body {
  margin-bottom: 1rem;
  font-size: 16px;
  background-color: #fff;
  padding: 24px; }
  .comment-body .avatar {
    border-radius: 50%;
    margin-right: .25em; }

.comment-author {
  font-weight: bold; }

.comment-content {
  color: #5a5a5a; }

.comment-metadata {
  margin: 1em 0; }

.comments-closed {
  font-weight: bold; }

.comment-footer .comment-reply-link,
.comment-footer .comment-edit-link,
.comment-footer .comment-date-link {
  display: inline-block;
  margin-right: .25em; }

.comment-footer .comment-date-link {
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  color: #8a8a8a;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  margin-top: 3px;
  margin-right: 0; }
  .comment-footer .comment-date-link:hover {
    color: #b3272d; }

/* Comments navigation */
.comments-pagination {
  margin-bottom: 1.5em; }

/* Comment form */
.comment-form {
  margin-bottom: 0; }
  .comment-form p:last-of-type, .comment-form > :last-child {
    margin-bottom: 0; }

#comment,
#author,
#email,
#url {
  display: block; }

#comment {
  width: 100%; }

/* 10.0 Widgets */
.widget-title {
  font-size: 1em;
  margin: 1rem 0; }

.widget_adblocker {
  background-color: #b3272d;
  color: #fff;
  padding: 24px;
  border-radius: 3px;
  line-height: 1.2; }
  .widget_adblocker .widget-title {
    margin: 0; }
  .widget_adblocker > :first-child, .widget_adblocker > :first-child > :first-child {
    margin-top: 0; }
  .widget_adblocker > :last-child, .widget_adblocker > :last-child > :last-child {
    margin-bottom: 0; }
  .widget_adblocker a {
    color: #fff;
    text-decoration: underline; }

.widget_fabulous,
.widget_advertisement {
  width: 100%; }
  .widget_fabulous .widget-title,
  .widget_advertisement .widget-title {
    font-size: 11px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #8a8a8a;
    letter-spacing: 1px;
    font-weight: normal; }
  .widget_fabulous iframe,
  .widget_fabulous embed,
  .widget_fabulous img,
  .widget_advertisement iframe,
  .widget_advertisement embed,
  .widget_advertisement img {
    display: block;
    margin: 0; }

/* Changed from .advertisement */
.w4rumxni {
  text-align: center; }
  .w4rumxni div {
    display: inline-block;
    margin: 0 auto; }
  @media (max-width: 52em) {
    .w4rumxni iframe,
    .w4rumxni embed,
    .w4rumxni img {
      display: block;
      margin: 0 auto; } }
  .w4rumxni .scw-item .scw-price {
    font-size: 12px;
    font-weight: 500; }
  .w4rumxni .scw-item .scw-title a {
    display: block;
    line-height: 1.2;
    font-weight: 500;
    font-size: 15px; }

.widget_ultimate_posts article {
  padding: 0;
  border: 0;
  margin: 1em 0 0; }

.widget_ultimate_posts header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.widget_ultimate_posts .entry-image {
  margin: 0 1em 0 0;
  max-width: 26%; }
  @media (min-width: 64em) {
    .widget_ultimate_posts .entry-image {
      margin: 0 12px 0 0; } }
  .widget_ultimate_posts .entry-image img {
    display: block; }

.widget_ultimate_posts .header-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center; }

.widget_ultimate_posts .entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 1; }

.widget_ultimate_posts .entry-meta {
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: .5rem;
  margin-bottom: 0;
  text-transform: uppercase; }
  .widget_ultimate_posts .entry-meta > * {
    display: inline-block;
    margin-right: .25em; }

/* Sidebars */
.sidebar .widget {
  margin-bottom: 2em; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }

#secondary {
  margin-top: 2em; }
  @media (min-width: 52.063em) {
    #secondary {
      margin-top: 0; } }

/* Widget areas */
.iic2017wa {
  font-size: 14px;
  overflow: hidden; }
  @media (min-width: 30.063em) {
    .iic2017wa {
      font-size: 15px; } }
  @media (min-width: 48.063em) {
    .iic2017wa {
      font-size: 16px; } }
  .iic2017wa .widget {
    margin: 1.5em 0; }
    .iic2017wa .widget > :first-child, .iic2017wa .widget > :first-child > :first-child {
      margin-top: 0; }
    .iic2017wa .widget > :last-child, .iic2017wa .widget > :last-child > :last-child {
      margin-bottom: 0; }
    .iic2017wa .widget img, .iic2017wa .widget iframe, .iic2017wa .widget oembed {
      display: block;
      margin: 0 auto; }
  .iic2017wa .widget_text .widget-title, .iic2017wa .widget_text h1, .iic2017wa .widget_text h2, .iic2017wa .widget_text h3, .iic2017wa .widget_text h4, .iic2017wa .widget_text p {
    /* Used during development */
    margin: 0; }

.widgets-after-header .widget {
  margin: 1.5em 0 0 0; }

.widgets-featured-slider .widget {
  margin: 0 0 1.5em; }
  @media (min-width: 64em) {
    .widgets-featured-slider .widget {
      margin: 0; } }

.widgets-post-content,
.widgets-after-header,
.widgets-before-footer,
.widgets-after-content {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .widgets-post-content .widget,
  .widgets-after-header .widget,
  .widgets-before-footer .widget,
  .widgets-after-content .widget {
    display: inline-block; }
  .widgets-post-content img, .widgets-post-content oembed, .widgets-post-content iframe,
  .widgets-after-header img,
  .widgets-after-header oembed,
  .widgets-after-header iframe,
  .widgets-before-footer img,
  .widgets-before-footer oembed,
  .widgets-before-footer iframe,
  .widgets-after-content img,
  .widgets-after-content oembed,
  .widgets-after-content iframe {
    display: inline-block;
    margin: 0 auto; }

.widgets-before-footer {
  padding-top: 1.5em; }

.widgets-nth,
.widgets-nth-2,
.widgets-after-content {
  /* Show 2 widgets side by side on larger screens */ }
  @media (min-width: 48.063em) {
    .widgets-nth,
    .widgets-nth-2,
    .widgets-after-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .widgets-nth .widget,
  .widgets-nth-2 .widget,
  .widgets-after-content .widget {
    display: block;
    /* Only show the first widget on small screens */ }
    @media (max-width: 48em) {
      .widgets-nth .widget,
      .widgets-nth-2 .widget,
      .widgets-after-content .widget {
        display: none; }
        .widgets-nth .widget:first-child,
        .widgets-nth-2 .widget:first-child,
        .widgets-after-content .widget:first-child {
          display: block; } }

.widgets-nth .widget:first-child,
.widgets-nth-2 .widget:first-child {
  margin-top: 0; }

.widgets-nth-2 .widget:before, .widgets-nth-2 .widget:after {
  content: " ";
  display: table; }

.widgets-nth-2 .widget:after {
  clear: both; }

.widgets-after-content .widget {
  margin: 0 0 1em; }

.widgets-post-content,
.widgets-post-content-wrap {
  float: none;
  clear: both; }
  .widgets-post-content .widget,
  .widgets-post-content-wrap .widget {
    margin: 1em 0; }

.widgets-post-content .widget {
  margin: 0; }

.widgets-post-content .w4rumxni div {
  display: block; }

@media (min-width: 48.063em) {
  .widgets-post-content-wrap {
    width: 300px;
    clear: none;
    float: right;
    margin: 1em 0 1em 1em; }
    .widgets-post-content-wrap .widget {
      margin: 0; }
    .widgets-post-content-wrap .widget + .widget {
      margin-top: 1em; } }

.widgets-before-footer .widget {
  margin: 0 0 1.5em 0; }

/* Default widgets */
/* 11.0 Development */
.widget_text img,
.widget_media_image img {
  display: block; }

/* Jetpack Infinite scroll */
body.infinite-scroll .pagination {
  display: none; }

.infinite-loader {
  display: block;
  padding: 1.5em 0 2em; }

#related {
  padding: 2.5em 0 1em;
  background-color: #fff; }
  #related .section-title {
    margin-bottom: 2rem; }
  #related .entry-summary {
    display: none; }
  #related .matched {
    width: 100%;
    margin-bottom: 1.5em; }

.related-posts article {
  margin: 0 0 1.5em; }

.related-posts .entry-image {
  margin: 0 0 1em; }

.related-posts .entry-categories {
  text-transform: uppercase;
  font-size: 11px; }

.related-posts article.layout-list .entry-title {
  font-size: 1em; }

@media (min-width: 48.063em) {
  .related-posts article.layout-list .entry-image,
  .related-posts article.layout-list .entry-inner {
    -ms-flex-item-align: start;
        align-self: flex-start; } }

.related-posts .entry-summary {
  font-size: 14px; }

@media (min-width: 48.063em) {
  .related-posts {
    margin: 0 -1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .related-posts article {
      margin: 0 1% 1.5em;
      width: 48%; } }

@media (min-width: 64em) {
  .related-posts article {
    width: 31.33%; } }

.related-posts.by-category .entry-categories {
  display: none; }

article.layout-grid .entry-image {
  margin-bottom: 1em; }

article.layout-grid .entry-inner > :first-child,
article.layout-grid .entry-inner > :first-child > :first-child {
  margin-top: 0; }

article.layout-grid .entry-inner > :last-child,
article.layout-grid .entry-inner > :last-child > :last-child {
  margin-bottom: 0; }

article.layout-grid .entry-categories {
  font-size: 11px;
  text-transform: uppercase; }
  article.layout-grid .entry-categories a:not(:first-of-type) {
    display: none; }

article.layout-grid .entry-title {
  font-size: 1rem;
  margin: 0; }

article.layout-grid .entry-summary {
  font-size: 16px;
  line-height: 1.4; }

#deals {
  padding: 2.5em 0; }
  #deals .section-title {
    margin-bottom: 2rem; }
  #deals .post-list:after {
    clear: both;
    content: "";
    display: table; }
  #deals .scw-horizontal {
    margin: 0 -10px; }
  #deals .scw-all-deals {
    text-align: center; }

.sub-item-posts {
  font-size: 14px; }
  .sub-item-posts .w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .sub-item-posts li {
    width: 33.33%; }
  .sub-item-posts li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    line-height: 1.2; }
  .sub-item-posts img {
    max-width: 50px;
    margin-right: 10px; }
  .sub-item-posts .title {
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: bold; }

[class*="hint--"] {
  position: relative;
  display: inline-block; }

[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none; }

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1; }

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms; }

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*="hint--"]:after {
  background: #000;
  color: #fff;
  padding: 6px 9px;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
  font-style: normal;
  font-weight: normal;
  border-radius: 3px; }

[class*="hint--"][title]:after {
  content: attr(title); }

[class*="hint--"][aria-label]:after {
  content: attr(aria-label); }

[class*="hint--"][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

.hint--top:before {
  border-top-color: #000; }

.hint--top:before {
  margin-bottom: -11px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 6px); }

.hint--top:after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px); }

.hint--bottom:before {
  border-bottom-color: #000; }

.hint--bottom:before {
  margin-top: -11px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  left: calc(50% - 6px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px); }

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px); }

.hint--left:before {
  border-left-color: #000; }

.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px); }

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px); }

.hint--right:before {
  border-right-color: #000; }

.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px); }

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px); }

.widget_stream .stream-description {
  font-size: 14px;
  line-height: 1.4; }

.widget_stream ol {
  padding: 0;
  margin: 0 0 1em;
  list-style: none;
  counter-reset: ol;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  font-size: 15px; }

.widget_stream ol li {
  font-weight: bold;
  line-height: 1.2;
  counter-increment: ol;
  padding-left: 2rem;
  position: relative;
  margin: 1em 0 0; }

.widget_stream ol li:last-child {
  margin-top: 0; }

.widget_stream ol li::before {
  content: counter(ol);
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 11px;
  position: absolute;
  left: 0;
  font-weight: normal;
  /*top: -2px;*/ }

.widget_stream li.current > a {
  color: inherit; }

body.archive article.review .entry-title {
  display: inline; }

body.archive article.review .review-score {
  font-size: 11px;
  width: 26px;
  line-height: 26px;
  margin-left: 6px;
  vertical-align: text-bottom;
  position: relative;
  top: 4px; }

section.review-details {
  margin-top: 1.5em; }
  section.review-details h4 {
    margin: 1em 0; }
  section.review-details ul {
    margin: 1em 0 0 1.33em; }
  section.review-details .final-score {
    margin-top: 1em; }
  section.review-details .review-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.review-details .review-ratings .review-rating {
      padding-right: 2em;
      margin-bottom: 1em;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    section.review-details .review-ratings .name {
      display: block; }
    section.review-details .review-ratings .score {
      padding: 4px 8px;
      font-size: 14px;
      font-weight: 500;
      background-color: #b3272d;
      color: #fff;
      border-radius: 3px; }
    section.review-details .review-ratings + h4 {
      margin-top: 0; }

span.review-score {
  display: inline-block;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #b3272d;
  color: #fff;
  border-radius: 3px; }
  span.review-score.small {
    font-size: 12px;
    width: 24px;
    line-height: 24px; }

@media (min-width: 48.063em) {
  div.pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    div.pros-cons .pros, div.pros-cons .cons {
      width: 49%; } }

.header-wrap {
  position: relative; }

#nav .sub-item-posts {
  height: 100%;
  top: 100% !important; }
  #nav .sub-item-posts .w {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 24px;
    height: 12em; }
  #nav .sub-item-posts li {
    height: 6em;
    background-color: #fafafa !important; }
  #nav .sub-item-posts a {
    padding: 1.25em 1em;
    background-color: transparent; }

@media (min-width: 64em) {
  #nav li:hover > a {
    background-color: #fafafa; }
  #nav .menu-item-wide {
    position: static; }
    #nav .menu-item-wide .sub-menu {
      position: absolute;
      width: 100%;
      left: 0; }
    #nav .menu-item-wide .sub-menu-wrap {
      max-width: 1040px;
      margin: 0 auto;
      padding: 0 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #nav .menu-item-wide .sub-menu-wrap > li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        #nav .menu-item-wide .sub-menu-wrap > li > a {
          line-height: 2; } }

#pressboard-ad-sponsorship-tag {
  display: none; }

.widget_custom_html #mc_embed_signup input.mce_inline_error {
  border-color: #b10808; }

.widget_custom_html #mc_embed_signup div.mce_inline_error {
  font-size: 14px;
  font-weight: normal;
  background-color: #b10808; }

#mce-EMAIL {
  width: 100%; }

.widget table.gsc-search-box {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em; }
  .widget table.gsc-search-box td, .widget table.gsc-search-box th, .widget table.gsc-search-box tr {
    padding: 0;
    margin: 0;
    border: 0; }

.widget .cse .gsc-control-cse, .widget .gsc-control-cse {
  padding: 0;
  margin: 0;
  border: 0; }

.widget input.gsc-input {
  font-size: 16px;
  border: 1px solid #c8c8c8;
  display: block;
  padding: .5em; }

.widget .cse input.gsc-search-button, .widget input.gsc-search-button {
  font-size: 16px;
  padding: .575em 1em .525em;
  background-color: #000;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  height: auto; }

.widget_rss ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.widget_rss li a.rsswidget {
  font-weight: bold; }

.widget_rss li + li {
  margin-top: .5em; }

.widget_rss cite {
  display: block; }

span.private-label {
  background-color: #000;
  color: #fff;
  display: inline-table;
  padding: 1px 6px 2px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: monospace;
  border-radius: 2px; }
