/* The Grid ---------------------- */
.otw-row, .otw-columns, .block-grid, .block-grid > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.otw-row {
  max-width: 100%;
  margin: 0 auto;
}
.otw-row .otw-row {
  width: auto;
  max-width: none;
  margin: 0 -10px;
}
.otw-row.otw-collapse .otw-column, .otw-row.otw-collapse .otw-columns {
  padding: 0;
}
.otw-row .otw-row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
.otw-row .otw-row.otw-collapse {
  margin: 0;
}

.otw-column, .otw-columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative;
}
.otw-column.centered, .otw-columns.centered {
  float: none;
  margin: 0 auto;
}

[class*="otw-column"] + [class*="otw-column"]:last-child {
  float: right;
}

[class*="otw-column"] + [class*="otw-column"].end {
  float: left;
}

.otw-one, .otw-row .otw-one {
  width: 4.16667%;
}

.otw-two, .otw-row .otw-two {
  width: 8.33333%;
}

.otw-three, .otw-row .otw-three {
  width: 12.5%;
}

.otw-four, .otw-row .otw-four {
  width: 16.6%;
}

.otw-five, .otw-row .otw-five {
  width: 20.83333%;
}

.otw-six, .otw-row .otw-six {
  width: 25%;
}

.otw-seven, .otw-row .otw-seven {
  width: 29.16667%;
}

.otw-eight, .otw-row .otw-eight {
  width: 33.33333%;
}

.otw-nine, .otw-row .otw-nine {
  width: 37.5%;
}

.otw-ten, .otw-row .otw-ten {
  width: 41.66667%;
}

.otw-eleven, .otw-row .otw-eleven {
  width: 45.83333%;
}

.otw-twelve, .otw-row .otw-twelve {
  width: 50%;
}

.otw-thirteen, .otw-row .otw-thirteen {
  width: 54.16667%;
}

.otw-fourteen, .otw-row .otw-fourteen {
  width: 58.33333%;
}

.otw-fifteen, .otw-row .otw-fifteen {
  width: 62.5%;
}

.otw-sixteen, .otw-row .otw-sixteen {
  width: 66.66667%;
}

.otw-seventeen, .otw-row .otw-seventeen {
  width: 70.83333%;
}

.otw-eighteen, .otw-row .otw-eighteen {
  width: 75%;
}

.otw-nineteen, .otw-row .otw-nineteen {
  width: 79.16667%;
}

.otw-twenty, .otw-row .otw-twenty {
  width: 83.33333%;
}

.otw-twentyone, .otw-row .otw-twentyone {
  width: 87.5%;
}

.otw-twentytwo, .otw-row .otw-twentytwo {
  width: 91.66667%;
}

.otw-twentythree, .otw-row .otw-twentythree {
  width: 95.83333%;
}

.otw-twentyfour, .otw-row .otw-twentyfour {
  width: 100%;
}

.otw-row .otw-offset-by-one {
  margin-left: 4.16667%;
}

.otw-row .otw-offset-by-two {
  margin-left: 8.33333%;
}

.otw-row .otw-offset-by-three {
  margin-left: 12.5%;
}

.otw-row .otw-offset-by-four {
  margin-left: 16.66667%;
}

.otw-row .otw-offset-by-five {
  margin-left: 20.83333%;
}

.otw-row .otw-offset-by-six {
  margin-left: 25%;
}

.otw-row .otw-offset-by-seven {
  margin-left: 29.16667%;
}

.otw-row .otw-offset-by-eight {
  margin-left: 33.33333%;
}

.otw-row .otw-offset-by-nine {
  margin-left: 37.5%;
}

.otw-row .otw-offset-by-ten {
  margin-left: 41.66667%;
}

.otw-row .otw-offset-by-eleven {
  margin-left: 45.83333%;
}

.otw-row .otw-offset-by-twelve {
  margin-left: 50%;
}

.otw-row .otw-offset-by-thirteen {
  margin-left: 54.16667%;
}

.otw-row .otw-offset-by-fourteen {
  margin-left: 58.33333%;
}

.otw-row .otw-offset-by-fifteen {
  margin-left: 62.5%;
}

.otw-row .otw-offset-by-sixteen {
  margin-left: 66.66667%;
}

.otw-row .otw-offset-by-seventeen {
  margin-left: 70.83333%;
}

.otw-row .otw-offset-by-eighteen {
  margin-left: 75%;
}

.otw-row .otw-offset-by-nineteen {
  margin-left: 79.16667%;
}

.otw-row .otw-offset-by-twenty {
  margin-left: 83.33333%;
}

.otw-row .otw-offset-by-twentyone {
  margin-left: 87.5%;
}

.otw-row .otw-offset-by-twentytwo {
  margin-left: 91.66667%;
}

.otw-push-two {
  left: 8.33333%;
}

.otw-pull-two {
  right: 8.33333%;
}

.otw-push-three {
  left: 12.5%;
}

.otw-pull-three {
  right: 12.5%;
}

.otw-push-four {
  left: 16.66667%;
}

.otw-pull-four {
  right: 16.66667%;
}

.otw-push-five {
  left: 20.83333%;
}

.otw-pull-five {
  right: 20.83333%;
}

.otw-push-six {
  left: 25%;
}

.otw-pull-six {
  right: 25%;
}

.otw-push-seven {
  left: 29.16667%;
}

.otw-pull-seven {
  right: 29.16667%;
}

.otw-push-eight {
  left: 33.33333%;
}

.otw-pull-eight {
  right: 33.33333%;
}

.otw-push-nine {
  left: 37.5%;
}

.otw-pull-nine {
  right: 37.5%;
}

.otw-push-ten {
  left: 41.66667%;
}

.otw-pull-ten {
  right: 41.66667%;
}

.otw-push-eleven {
  left: 45.83333%;
}

.otw-pull-eleven {
  right: 45.83333%;
}

.otw-push-twelve {
  left: 50%;
}

.otw-pull-twelve {
  right: 50%;
}

.otw-push-thirteen {
  left: 54.16667%;
}

.otw-pull-thirteen {
  right: 54.16667%;
}

.otw-push-fourteen {
  left: 58.33333%;
}

.otw-pull-fourteen {
  right: 58.33333%;
}

.otw-push-fifteen {
  left: 62.5%;
}

.otw-pull-fifteen {
  right: 62.5%;
}

.otw-push-sixteen {
  left: 66.66667%;
}

.otw-pull-sixteen {
  right: 66.66667%;
}

.otw-push-seventeen {
  left: 70.83333%;
}

.otw-pull-seventeen {
  right: 70.83333%;
}

.otw-push-eighteen {
  left: 75%;
}

.otw-pull-eighteen {
  right: 75%;
}

.otw-push-nineteen {
  left: 79.16667%;
}

.otw-pull-nineteen {
  right: 79.16667%;
}

.otw-push-twenty {
  left: 83.33333%;
}

.otw-pull-twenty {
  right: 83.33333%;
}

.otw-push-twentyone {
  left: 87.5%;
}

.otw-pull-twentyone {
  right: 87.5%;
}

.otw-push-twentytwo {
  left: 91.66667%;
}

.otw-pull-twentytwo {
  right: 91.66667%;
}

#map_canvas img, .map_canvas img {
  max-width: none!important;
}

/* Nicolas Gallagher's micro clearfix */
.otw-row {
  *zoom: 1;
}
.otw-row:before, .otw-row:after {
  content: " ";
  display: table;
}
.otw-row:after {
  clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.one-up > li {
  width: 100%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.two-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.two-up > li {
  width: 50%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.three-up > li {
  width: 33.33333%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.four-up > li {
  width: 25%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.five-up > li {
  width: 20%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
.block-grid.six-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.six-up > li {
  width: 16.66667%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}

/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* The Grid --- */
  .otw-row, .fixed-width {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .otw-column, .otw-columns {
    width: auto !important;
    float: none;
  }

  .otw-column:last-child, .otw-columns:last-child {
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  .otw-column:before, .otw-columns:before, .otw-column:after, .otw-columns:after {
    content: "";
    display: table;
  }

  .otw-column:after, .otw-columns:after {
    clear: both;
  }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .offset-by-twelve, .offset-by-thirteen, .offset-by-fourteen, .offset-by-fifteen, .offset-by-sixteen, .offset-by-seventeen, .offset-by-eighteen, .offset-by-nineteen, .offset-by-twenty, .offset-by-twentyone, .offset-by-twentytwo {
    margin-left: 0 !important;
  }

  .otw-push-two, .otw-push-three, .otw-push-four, .otw-push-five, .otw-push-six, .otw-push-seven, .otw-push-eight, .otw-push-nine, .otw-push-ten, .otw-push-eleven, .otw-push-twelve, .otw-push-thirteen, .otw-push-fourteen, .otw-push-fifteen, .otw-push-sixteen, .otw-push-seventeen, .otw-push-eighteen, .otw-push-nineteen, .otw-push-twenty, .otw-push-twentyone, .otw-push-twentytwo {
    left: auto;
  }

  .otw-pull-two, .otw-pull-three, .otw-pull-four, .otw-pull-five, .otw-pull-six, .otw-pull-seven, .otw-pull-eight, .otw-pull-nine, .otw-pull-ten, .otw-pull-eleven, .otw-pull-twelve, .otw-pull-thirteen, .otw-pull-fourteen, .otw-pull-fifteen, .otw-pull-sixteen, .otw-pull-seventeen, .otw-pull-eighteen, .otw-pull-nineteen, .otw-pull-twenty, .otw-pull-twentyone, .otw-pull-twentytwo {
    right: auto;
  }

  /* Mobile 4-column Grid */
  .otw-row .mobile-one {
    width: 16.66667% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-one:last-child {
    float: right;
  }
  .otw-row .mobile-one.end {
    float: left;
  }
  .otw-row.collapse .mobile-one {
    padding: 0;
  }

  .otw-row .mobile-two {
    width: 33.33333% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-two:last-child {
    float: right;
  }
  .otw-row .mobile-two.end {
    float: left;
  }
  .otw-row.collapse .mobile-two {
    padding: 0;
  }

  .otw-row .mobile-three {
    width: 50% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-three:last-child {
    float: right;
  }
  .otw-row .mobile-three.end {
    float: left;
  }
  .otw-row.collapse .mobile-three {
    padding: 0;
  }

  .otw-row .mobile-four {
    width: 66.66667% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-four:last-child {
    float: right;
  }
  .otw-row .mobile-four.end {
    float: left;
  }
  .otw-row.collapse .mobile-four {
    padding: 0;
  }

  .otw-row .mobile-five {
    width: 83.33333% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-five:last-child {
    float: right;
  }
  .otw-row .mobile-five.end {
    float: left;
  }
  .otw-row.collapse .mobile-five {
    padding: 0;
  }

  .otw-row .mobile-six {
    width: 100% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-six:last-child {
    float: right;
  }
  .otw-row .mobile-six.end {
    float: left;
  }
  .otw-row.collapse .mobile-six {
    padding: 0;
  }

  .otw-push-one-mobile {
    left: 16.66667%;
  }

  .otw-pull-one-mobile {
    right: 16.66667%;
  }

  .otw-push-two-mobile {
    left: 33.33333%;
  }

  .otw-pull-two-mobile {
    right: 33.33333%;
  }

  .otw-push-three-mobile {
    left: 50%;
  }

  .otw-pull-three-mobile {
    right: 50%;
  }

  .otw-push-four-mobile {
    left: 66.66667%;
  }

  .otw-pull-four-mobile {
    right: 66.66667%;
  }

  .otw-push-five-mobile {
    left: 83.33333%;
  }

  .otw-pull-five-mobile {
    right: 83.33333%;
  }

  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .block-grid > li {
    clear: none !important;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }

  /* Forms --- */
  /*           */
  /* Label alignment */
  label.right {
    text-align: left;
  }

  /* Extend width of all inputs */
  input[type="text"].otw-one, .otw-row input[type="text"].otw-one,
  input[type="password"].otw-one,
  .otw-row input[type="password"].otw-one,
  input[type="date"].otw-one,
  .otw-row input[type="date"].otw-one,
  input[type="datetime"].otw-one,
  .otw-row input[type="datetime"].otw-one,
  input[type="email"].otw-one,
  .otw-row input[type="email"].otw-one,
  input[type="number"].otw-one,
  .otw-row input[type="number"].otw-one,
  input[type="search"].otw-one,
  .otw-row input[type="search"].otw-one,
  input[type="tel"].otw-one,
  .otw-row input[type="tel"].otw-one,
  input[type="time"].otw-one,
  .otw-row input[type="time"].otw-one,
  input[type="url"].otw-one,
  .otw-row input[type="url"].otw-one,
  textarea.otw-one,
  .otw-row textarea.otw-one {
    width: 100% !important;
  }

  input[type="text"].otw-two, .otw-row input[type="text"].otw-two,
  input[type="password"].otw-two,
  .otw-row input[type="password"].otw-two,
  input[type="date"].otw-two,
  .otw-row input[type="date"].otw-two,
  input[type="datetime"].otw-two,
  .otw-row input[type="datetime"].otw-two,
  input[type="email"].otw-two,
  .otw-row input[type="email"].otw-two,
  input[type="number"].otw-two,
  .otw-row input[type="number"].otw-two,
  input[type="search"].otw-two,
  .otw-row input[type="search"].otw-two,
  input[type="tel"].otw-two,
  .otw-row input[type="tel"].otw-two,
  input[type="time"].otw-two,
  .otw-row input[type="time"].otw-two,
  input[type="url"].otw-two,
  .otw-row input[type="url"].otw-two,
  textarea.otw-two,
  .otw-row textarea.otw-two {
    width: 100% !important;
  }

  input[type="text"].otw-three, .otw-row input[type="text"].otw-three,
  input[type="password"].otw-three,
  .otw-row input[type="password"].otw-three,
  input[type="date"].otw-three,
  .otw-row input[type="date"].otw-three,
  input[type="datetime"].otw-three,
  .otw-row input[type="datetime"].otw-three,
  input[type="email"].otw-three,
  .otw-row input[type="email"].otw-three,
  input[type="number"].otw-three,
  .otw-row input[type="number"].otw-three,
  input[type="search"].otw-three,
  .otw-row input[type="search"].otw-three,
  input[type="tel"].otw-three,
  .otw-row input[type="tel"].otw-three,
  input[type="time"].otw-three,
  .otw-row input[type="time"].otw-three,
  input[type="url"].otw-three,
  .otw-row input[type="url"].otw-three,
  textarea.otw-three,
  .otw-row textarea.otw-three {
    width: 100% !important;
  }

  input[type="text"].otw-four, .otw-row input[type="text"].otw-four,
  input[type="password"].otw-four,
  .otw-row input[type="password"].otw-four,
  input[type="date"].otw-four,
  .otw-row input[type="date"].otw-four,
  input[type="datetime"].otw-four,
  .otw-row input[type="datetime"].otw-four,
  input[type="email"].otw-four,
  .otw-row input[type="email"].otw-four,
  input[type="number"].otw-four,
  .otw-row input[type="number"].otw-four,
  input[type="search"].otw-four,
  .otw-row input[type="search"].otw-four,
  input[type="tel"].otw-four,
  .otw-row input[type="tel"].otw-four,
  input[type="time"].otw-four,
  .otw-row input[type="time"].otw-four,
  input[type="url"].otw-four,
  .otw-row input[type="url"].otw-four,
  textarea.otw-four,
  .otw-row textarea.otw-four {
    width: 100% !important;
  }

  input[type="text"].otw-five, .otw-row input[type="text"].otw-five,
  input[type="password"].otw-five,
  .otw-row input[type="password"].otw-five,
  input[type="date"].otw-five,
  .otw-row input[type="date"].otw-five,
  input[type="datetime"].otw-five,
  .otw-row input[type="datetime"].otw-five,
  input[type="email"].otw-five,
  .otw-row input[type="email"].otw-five,
  input[type="number"].otw-five,
  .otw-row input[type="number"].otw-five,
  input[type="search"].otw-five,
  .otw-row input[type="search"].otw-five,
  input[type="tel"].otw-five,
  .otw-row input[type="tel"].otw-five,
  input[type="time"].otw-five,
  .otw-row input[type="time"].otw-five,
  input[type="url"].otw-five,
  .otw-row input[type="url"].otw-five,
  textarea.otw-five,
  .otw-row textarea.otw-five {
    width: 100% !important;
  }

  input[type="text"].otw-six, .otw-row input[type="text"].otw-six,
  input[type="password"].otw-six,
  .otw-row input[type="password"].otw-six,
  input[type="date"].otw-six,
  .otw-row input[type="date"].otw-six,
  input[type="datetime"].otw-six,
  .otw-row input[type="datetime"].otw-six,
  input[type="email"].otw-six,
  .otw-row input[type="email"].otw-six,
  input[type="number"].otw-six,
  .otw-row input[type="number"].otw-six,
  input[type="search"].otw-six,
  .otw-row input[type="search"].otw-six,
  input[type="tel"].otw-six,
  .otw-row input[type="tel"].otw-six,
  input[type="time"].otw-six,
  .otw-row input[type="time"].otw-six,
  input[type="url"].otw-six,
  .otw-row input[type="url"].otw-six,
  textarea.otw-six,
  .otw-row textarea.otw-six {
    width: 100% !important;
  }

  input[type="text"].otw-seven, .otw-row input[type="text"].otw-seven,
  input[type="password"].otw-seven,
  .otw-row input[type="password"].otw-seven,
  input[type="date"].otw-seven,
  .otw-row input[type="date"].otw-seven,
  input[type="datetime"].otw-seven,
  .otw-row input[type="datetime"].otw-seven,
  input[type="email"].otw-seven,
  .otw-row input[type="email"].otw-seven,
  input[type="number"].otw-seven,
  .otw-row input[type="number"].otw-seven,
  input[type="search"].otw-seven,
  .otw-row input[type="search"].otw-seven,
  input[type="tel"].otw-seven,
  .otw-row input[type="tel"].otw-seven,
  input[type="time"].otw-seven,
  .otw-row input[type="time"].otw-seven,
  input[type="url"].otw-seven,
  .otw-row input[type="url"].otw-seven,
  textarea.otw-seven,
  .otw-row textarea.otw-seven {
    width: 100% !important;
  }

  input[type="text"].otw-eight, .otw-row input[type="text"].otw-eight,
  input[type="password"].otw-eight,
  .otw-row input[type="password"].otw-eight,
  input[type="date"].otw-eight,
  .otw-row input[type="date"].otw-eight,
  input[type="datetime"].otw-eight,
  .otw-row input[type="datetime"].otw-eight,
  input[type="email"].otw-eight,
  .otw-row input[type="email"].otw-eight,
  input[type="number"].otw-eight,
  .otw-row input[type="number"].otw-eight,
  input[type="search"].otw-eight,
  .otw-row input[type="search"].otw-eight,
  input[type="tel"].otw-eight,
  .otw-row input[type="tel"].otw-eight,
  input[type="time"].otw-eight,
  .otw-row input[type="time"].otw-eight,
  input[type="url"].otw-eight,
  .otw-row input[type="url"].otw-eight,
  textarea.otw-eight,
  .otw-row textarea.otw-eight {
    width: 100% !important;
  }

  input[type="text"].otw-nine, .otw-row input[type="text"].otw-nine,
  input[type="password"].otw-nine,
  .otw-row input[type="password"].otw-nine,
  input[type="date"].otw-nine,
  .otw-row input[type="date"].otw-nine,
  input[type="datetime"].otw-nine,
  .otw-row input[type="datetime"].otw-nine,
  input[type="email"].otw-nine,
  .otw-row input[type="email"].otw-nine,
  input[type="number"].otw-nine,
  .otw-row input[type="number"].otw-nine,
  input[type="search"].otw-nine,
  .otw-row input[type="search"].otw-nine,
  input[type="tel"].otw-nine,
  .otw-row input[type="tel"].otw-nine,
  input[type="time"].otw-nine,
  .otw-row input[type="time"].otw-nine,
  input[type="url"].otw-nine,
  .otw-row input[type="url"].otw-nine,
  textarea.otw-nine,
  .otw-row textarea.otw-nine {
    width: 100% !important;
  }

  input[type="text"].otw-ten, .otw-row input[type="text"].otw-ten,
  input[type="password"].otw-ten,
  .otw-row input[type="password"].otw-ten,
  input[type="date"].otw-ten,
  .otw-row input[type="date"].otw-ten,
  input[type="datetime"].otw-ten,
  .otw-row input[type="datetime"].otw-ten,
  input[type="email"].otw-ten,
  .otw-row input[type="email"].otw-ten,
  input[type="number"].otw-ten,
  .otw-row input[type="number"].otw-ten,
  input[type="search"].otw-ten,
  .otw-row input[type="search"].otw-ten,
  input[type="tel"].otw-ten,
  .otw-row input[type="tel"].otw-ten,
  input[type="time"].otw-ten,
  .otw-row input[type="time"].otw-ten,
  input[type="url"].otw-ten,
  .otw-row input[type="url"].otw-ten,
  textarea.otw-ten,
  .otw-row textarea.otw-ten {
    width: 100% !important;
  }

  input[type="text"].otw-eleven, .otw-row input[type="text"].otw-eleven,
  input[type="password"].otw-eleven,
  .otw-row input[type="password"].otw-eleven,
  input[type="date"].otw-eleven,
  .otw-row input[type="date"].otw-eleven,
  input[type="datetime"].otw-eleven,
  .otw-row input[type="datetime"].otw-eleven,
  input[type="email"].otw-eleven,
  .otw-row input[type="email"].otw-eleven,
  input[type="number"].otw-eleven,
  .otw-row input[type="number"].otw-eleven,
  input[type="search"].otw-eleven,
  .otw-row input[type="search"].otw-eleven,
  input[type="tel"].otw-eleven,
  .otw-row input[type="tel"].otw-eleven,
  input[type="time"].otw-eleven,
  .otw-row input[type="time"].otw-eleven,
  input[type="url"].otw-eleven,
  .otw-row input[type="url"].otw-eleven,
  textarea.otw-eleven,
  .otw-row textarea.otw-eleven {
    width: 100% !important;
  }

  input[type="text"].otw-twelve, .otw-row input[type="text"].otw-twelve,
  input[type="password"].otw-twelve,
  .otw-row input[type="password"].otw-twelve,
  input[type="date"].otw-twelve,
  .otw-row input[type="date"].otw-twelve,
  input[type="datetime"].otw-twelve,
  .otw-row input[type="datetime"].otw-twelve,
  input[type="email"].otw-twelve,
  .otw-row input[type="email"].otw-twelve,
  input[type="number"].otw-twelve,
  .otw-row input[type="number"].otw-twelve,
  input[type="search"].otw-twelve,
  .otw-row input[type="search"].otw-twelve,
  input[type="tel"].otw-twelve,
  .otw-row input[type="tel"].otw-twelve,
  input[type="time"].otw-twelve,
  .otw-row input[type="time"].otw-twelve,
  input[type="url"].otw-twelve,
  .otw-row input[type="url"].otw-twelve,
  textarea.otw-twelve,
  .otw-row textarea.otw-twelve {
    width: 100% !important;
  }

  input[type="text"].otw-thirteen, .otw-row input[type="text"].otw-thirteen,
  input[type="password"].otw-thirteen,
  .otw-row input[type="password"].otw-thirteen,
  input[type="date"].otw-thirteen,
  .otw-row input[type="date"].otw-thirteen,
  input[type="datetime"].otw-thirteen,
  .otw-row input[type="datetime"].otw-thirteen,
  input[type="email"].otw-thirteen,
  .otw-row input[type="email"].otw-thirteen,
  input[type="number"].otw-thirteen,
  .otw-row input[type="number"].otw-thirteen,
  input[type="search"].otw-thirteen,
  .otw-row input[type="search"].otw-thirteen,
  input[type="tel"].otw-thirteen,
  .otw-row input[type="tel"].otw-thirteen,
  input[type="time"].otw-thirteen,
  .otw-row input[type="time"].otw-thirteen,
  input[type="url"].otw-thirteen,
  .otw-row input[type="url"].otw-thirteen,
  textarea.otw-thirteen,
  .otw-row textarea.otw-thirteen {
    width: 100% !important;
  }

  input[type="text"].otw-fourteen, .otw-row input[type="text"].otw-fourteen,
  input[type="password"].otw-fourteen,
  .otw-row input[type="password"].otw-fourteen,
  input[type="date"].otw-fourteen,
  .otw-row input[type="date"].otw-fourteen,
  input[type="datetime"].otw-fourteen,
  .otw-row input[type="datetime"].otw-fourteen,
  input[type="email"].otw-fourteen,
  .otw-row input[type="email"].otw-fourteen,
  input[type="number"].otw-fourteen,
  .otw-row input[type="number"].otw-fourteen,
  input[type="search"].otw-fourteen,
  .otw-row input[type="search"].otw-fourteen,
  input[type="tel"].otw-fourteen,
  .otw-row input[type="tel"].otw-fourteen,
  input[type="time"].otw-fourteen,
  .otw-row input[type="time"].otw-fourteen,
  input[type="url"].otw-fourteen,
  .otw-row input[type="url"].otw-fourteen,
  textarea.otw-fourteen,
  .otw-row textarea.otw-fourteen {
    width: 100% !important;
  }

  input[type="text"].otw-fifteen, .otw-row input[type="text"].otw-fifteen,
  input[type="password"].otw-fifteen,
  .otw-row input[type="password"].otw-fifteen,
  input[type="date"].otw-fifteen,
  .otw-row input[type="date"].otw-fifteen,
  input[type="datetime"].otw-fifteen,
  .otw-row input[type="datetime"].otw-fifteen,
  input[type="email"].otw-fifteen,
  .otw-row input[type="email"].otw-fifteen,
  input[type="number"].otw-fifteen,
  .otw-row input[type="number"].otw-fifteen,
  input[type="search"].otw-fifteen,
  .otw-row input[type="search"].otw-fifteen,
  input[type="tel"].otw-fifteen,
  .otw-row input[type="tel"].otw-fifteen,
  input[type="time"].otw-fifteen,
  .otw-row input[type="time"].otw-fifteen,
  input[type="url"].otw-fifteen,
  .otw-row input[type="url"].otw-fifteen,
  textarea.otw-fifteen,
  .otw-row textarea.otw-fifteen {
    width: 100% !important;
  }

  input[type="text"].otw-sixteen, .otw-row input[type="text"].otw-sixteen,
  input[type="password"].otw-sixteen,
  .otw-row input[type="password"].otw-sixteen,
  input[type="date"].otw-sixteen,
  .otw-row input[type="date"].otw-sixteen,
  input[type="datetime"].otw-sixteen,
  .otw-row input[type="datetime"].otw-sixteen,
  input[type="email"].otw-sixteen,
  .otw-row input[type="email"].otw-sixteen,
  input[type="number"].otw-sixteen,
  .otw-row input[type="number"].otw-sixteen,
  input[type="search"].otw-sixteen,
  .otw-row input[type="search"].otw-sixteen,
  input[type="tel"].otw-sixteen,
  .otw-row input[type="tel"].otw-sixteen,
  input[type="time"].otw-sixteen,
  .otw-row input[type="time"].otw-sixteen,
  input[type="url"].otw-sixteen,
  .otw-row input[type="url"].otw-sixteen,
  textarea.otw-sixteen,
  .otw-row textarea.otw-sixteen {
    width: 100% !important;
  }

  input[type="text"].otw-seventeen, .otw-row input[type="text"].otw-seventeen,
  input[type="password"].otw-seventeen,
  .otw-row input[type="password"].otw-seventeen,
  input[type="date"].otw-seventeen,
  .otw-row input[type="date"].otw-seventeen,
  input[type="datetime"].otw-seventeen,
  .otw-row input[type="datetime"].otw-seventeen,
  input[type="email"].otw-seventeen,
  .otw-row input[type="email"].otw-seventeen,
  input[type="number"].otw-seventeen,
  .otw-row input[type="number"].otw-seventeen,
  input[type="search"].otw-seventeen,
  .otw-row input[type="search"].otw-seventeen,
  input[type="tel"].otw-seventeen,
  .otw-row input[type="tel"].otw-seventeen,
  input[type="time"].otw-seventeen,
  .otw-row input[type="time"].otw-seventeen,
  input[type="url"].otw-seventeen,
  .otw-row input[type="url"].otw-seventeen,
  textarea.otw-seventeen,
  .otw-row textarea.otw-seventeen {
    width: 100% !important;
  }

  input[type="text"].otw-eighteen, .otw-row input[type="text"].otw-eighteen,
  input[type="password"].otw-eighteen,
  .otw-row input[type="password"].otw-eighteen,
  input[type="date"].otw-eighteen,
  .otw-row input[type="date"].otw-eighteen,
  input[type="datetime"].otw-eighteen,
  .otw-row input[type="datetime"].otw-eighteen,
  input[type="email"].otw-eighteen,
  .otw-row input[type="email"].otw-eighteen,
  input[type="number"].otw-eighteen,
  .otw-row input[type="number"].otw-eighteen,
  input[type="search"].otw-eighteen,
  .otw-row input[type="search"].otw-eighteen,
  input[type="tel"].otw-eighteen,
  .otw-row input[type="tel"].otw-eighteen,
  input[type="time"].otw-eighteen,
  .otw-row input[type="time"].otw-eighteen,
  input[type="url"].otw-eighteen,
  .otw-row input[type="url"].otw-eighteen,
  textarea.otw-eighteen,
  .otw-row textarea.otw-eighteen {
    width: 100% !important;
  }

  input[type="text"].otw-nineteen, .otw-row input[type="text"].otw-nineteen,
  input[type="password"].otw-nineteen,
  .otw-row input[type="password"].otw-nineteen,
  input[type="date"].otw-nineteen,
  .otw-row input[type="date"].otw-nineteen,
  input[type="datetime"].otw-nineteen,
  .otw-row input[type="datetime"].otw-nineteen,
  input[type="email"].otw-nineteen,
  .otw-row input[type="email"].otw-nineteen,
  input[type="number"].otw-nineteen,
  .otw-row input[type="number"].otw-nineteen,
  input[type="search"].otw-nineteen,
  .otw-row input[type="search"].otw-nineteen,
  input[type="tel"].otw-nineteen,
  .otw-row input[type="tel"].otw-nineteen,
  input[type="time"].otw-nineteen,
  .otw-row input[type="time"].otw-nineteen,
  input[type="url"].otw-nineteen,
  .otw-row input[type="url"].otw-nineteen,
  textarea.otw-nineteen,
  .otw-row textarea.otw-nineteen {
    width: 100% !important;
  }

  input[type="text"].otw-twenty, .otw-row input[type="text"].otw-twenty,
  input[type="password"].otw-twenty,
  .otw-row input[type="password"].otw-twenty,
  input[type="date"].otw-twenty,
  .otw-row input[type="date"].otw-twenty,
  input[type="datetime"].otw-twenty,
  .otw-row input[type="datetime"].otw-twenty,
  input[type="email"].otw-twenty,
  .otw-row input[type="email"].otw-twenty,
  input[type="number"].otw-twenty,
  .otw-row input[type="number"].otw-twenty,
  input[type="search"].otw-twenty,
  .otw-row input[type="search"].otw-twenty,
  input[type="tel"].otw-twenty,
  .otw-row input[type="tel"].otw-twenty,
  input[type="time"].otw-twenty,
  .otw-row input[type="time"].otw-twenty,
  input[type="url"].otw-twenty,
  .otw-row input[type="url"].otw-twenty,
  textarea.otw-twenty,
  .otw-row textarea.otw-twenty {
    width: 100% !important;
  }

  input[type="text"].otw-twentyone, .otw-row input[type="text"].otw-twentyone,
  input[type="password"].otw-twentyone,
  .otw-row input[type="password"].otw-twentyone,
  input[type="date"].otw-twentyone,
  .otw-row input[type="date"].otw-twentyone,
  input[type="datetime"].otw-twentyone,
  .otw-row input[type="datetime"].otw-twentyone,
  input[type="email"].otw-twentyone,
  .otw-row input[type="email"].otw-twentyone,
  input[type="number"].otw-twentyone,
  .otw-row input[type="number"].otw-twentyone,
  input[type="search"].otw-twentyone,
  .otw-row input[type="search"].otw-twentyone,
  input[type="tel"].otw-twentyone,
  .otw-row input[type="tel"].otw-twentyone,
  input[type="time"].otw-twentyone,
  .otw-row input[type="time"].otw-twentyone,
  input[type="url"].otw-twentyone,
  .otw-row input[type="url"].otw-twentyone,
  textarea.otw-twentyone,
  .otw-row textarea.otw-twentyone {
    width: 100% !important;
  }

  input[type="text"].otw-twentytwo, .otw-row input[type="text"].otw-twentytwo,
  input[type="password"].otw-twentytwo,
  .otw-row input[type="password"].otw-twentytwo,
  input[type="date"].otw-twentytwo,
  .otw-row input[type="date"].otw-twentytwo,
  input[type="datetime"].otw-twentytwo,
  .otw-row input[type="datetime"].otw-twentytwo,
  input[type="email"].otw-twentytwo,
  .otw-row input[type="email"].otw-twentytwo,
  input[type="number"].otw-twentytwo,
  .otw-row input[type="number"].otw-twentytwo,
  input[type="search"].otw-twentytwo,
  .otw-row input[type="search"].otw-twentytwo,
  input[type="tel"].otw-twentytwo,
  .otw-row input[type="tel"].otw-twentytwo,
  input[type="time"].otw-twentytwo,
  .otw-row input[type="time"].otw-twentytwo,
  input[type="url"].otw-twentytwo,
  .otw-row input[type="url"].otw-twentytwo,
  textarea.otw-twentytwo,
  .otw-row textarea.otw-twentytwo {
    width: 100% !important;
  }

  input[type="text"].otw-twentythree, .otw-row input[type="text"].otw-twentythree,
  input[type="password"].otw-twentythree,
  .otw-row input[type="password"].otw-twentythree,
  input[type="date"].otw-twentythree,
  .otw-row input[type="date"].otw-twentythree,
  input[type="datetime"].otw-twentythree,
  .otw-row input[type="datetime"].otw-twentythree,
  input[type="email"].otw-twentythree,
  .otw-row input[type="email"].otw-twentythree,
  input[type="number"].otw-twentythree,
  .otw-row input[type="number"].otw-twentythree,
  input[type="search"].otw-twentythree,
  .otw-row input[type="search"].otw-twentythree,
  input[type="tel"].otw-twentythree,
  .otw-row input[type="tel"].otw-twentythree,
  input[type="time"].otw-twentythree,
  .otw-row input[type="time"].otw-twentythree,
  input[type="url"].otw-twentythree,
  .otw-row input[type="url"].otw-twentythree,
  textarea.otw-twentythree,
  .otw-row textarea.otw-twentythree {
    width: 100% !important;
  }

  input[type="text"].otw-twentyfour, .otw-row input[type="text"].otw-twentyfour,
  input[type="password"].otw-twentyfour,
  .otw-row input[type="password"].otw-twentyfour,
  input[type="date"].otw-twentyfour,
  .otw-row input[type="date"].otw-twentyfour,
  input[type="datetime"].otw-twentyfour,
  .otw-row input[type="datetime"].otw-twentyfour,
  input[type="email"].otw-twentyfour,
  .otw-row input[type="email"].otw-twentyfour,
  input[type="number"].otw-twentyfour,
  .otw-row input[type="number"].otw-twentyfour,
  input[type="search"].otw-twentyfour,
  .otw-row input[type="search"].otw-twentyfour,
  input[type="tel"].otw-twentyfour,
  .otw-row input[type="tel"].otw-twentyfour,
  input[type="time"].otw-twentyfour,
  .otw-row input[type="time"].otw-twentyfour,
  input[type="url"].otw-twentyfour,
  .otw-row input[type="url"].otw-twentyfour,
  textarea.otw-twentyfour,
  .otw-row textarea.otw-twentyfour {
    width: 100% !important;
  }
}

/* font-face */
@font-face {
  font-family: "GeneralFoundicons";
  src: url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/general_foundicons.eot);
  src: url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/general_foundicons.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/general_foundicons.woff) format("woff"), url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/general_foundicons.ttf) format("truetype"), url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/general_foundicons.svg#GeneralFoundicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "GeneralFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
.foundicon-settings:before {
  content: "\f000";
}

.foundicon-heart:before {
  content: "\f001";
}

.foundicon-star:before {
  content: "\f002";
}

.foundicon-plus:before {
  content: "\f003";
}

.foundicon-minus:before {
  content: "\f004";
}

.foundicon-checkmark:before {
  content: "\f005";
}

.foundicon-remove:before {
  content: "\f006";
}

.foundicon-mail:before {
  content: "\f007";
}

.foundicon-calendar:before {
  content: "\f008";
}

.foundicon-page:before {
  content: "\f009";
}

.foundicon-tools:before {
  content: "\f00a";
}

.foundicon-globe:before {
  content: "\f00b";
}

.foundicon-home:before {
  content: "\f00c";
}

.foundicon-quote:before {
  content: "\f00d";
}

.foundicon-people:before {
  content: "\f00e";
}

.foundicon-monitor:before {
  content: "\f00f";
}

.foundicon-laptop:before {
  content: "\f010";
}

.foundicon-phone:before {
  content: "\f011";
}

.foundicon-cloud:before {
  content: "\f012";
}

.foundicon-error:before {
  content: "\f013";
}

.foundicon-right-arrow:before {
  content: "\f014";
}

.foundicon-left-arrow:before {
  content: "\f015";
}

.foundicon-up-arrow:before {
  content: "\f016";
}

.foundicon-down-arrow:before {
  content: "\f017";
}

.foundicon-trash:before {
  content: "\f018";
}

.foundicon-add-doc:before {
  content: "\f019";
}

.foundicon-edit:before {
  content: "\f01a";
}

.foundicon-lock:before {
  content: "\f01b";
}

.foundicon-unlock:before {
  content: "\f01c";
}

.foundicon-refresh:before {
  content: "\f01d";
}

.foundicon-paper-clip:before {
  content: "\f01e";
}

.foundicon-video:before {
  content: "\f01f";
}

.foundicon-photo:before {
  content: "\f020";
}

.foundicon-graph:before {
  content: "\f021";
}

.foundicon-idea:before {
  content: "\f022";
}

.foundicon-mic:before {
  content: "\f023";
}

.foundicon-cart:before {
  content: "\f024";
}

.foundicon-address-book:before {
  content: "\f025";
}

.foundicon-compass:before {
  content: "\f026";
}

.foundicon-flag:before {
  content: "\f027";
}

.foundicon-location:before {
  content: "\f028";
}

.foundicon-clock:before {
  content: "\f029";
}

.foundicon-folder:before {
  content: "\f02a";
}

.foundicon-inbox:before {
  content: "\f02b";
}

.foundicon-website:before {
  content: "\f02c";
}

.foundicon-smiley:before {
  content: "\f02d";
}

.foundicon-search:before {
  content: "\f02e";
}

/* font-face */
@font-face {
  font-family: "SocialFoundicons";
  src: url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/social_foundicons.eot);
  src: url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/social_foundicons.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/social_foundicons.woff) format("woff"), url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/social_foundicons.ttf) format("truetype"), url(/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/css/../fonts/social_foundicons.svg#SocialFoundicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
.foundicon-thumb-up:before {
  content: "\f000";
}

.foundicon-thumb-down:before {
  content: "\f001";
}

.foundicon-rss:before {
  content: "\f002";
}

.foundicon-facebook:before {
  content: "\f003";
}

.foundicon-twitter:before {
  content: "\f004";
}

.foundicon-pinterest:before {
  content: "\f005";
}

.foundicon-github:before {
  content: "\f006";
}

.foundicon-path:before {
  content: "\f007";
}

.foundicon-linkedin:before {
  content: "\f008";
}

.foundicon-dribbble:before {
  content: "\f009";
}

.foundicon-stumble-upon:before {
  content: "\f00a";
}

.foundicon-behance:before {
  content: "\f00b";
}

.foundicon-reddit:before {
  content: "\f00c";
}

.foundicon-google-plus:before {
  content: "\f00d";
}

.foundicon-youtube:before {
  content: "\f00e";
}

.foundicon-vimeo:before {
  content: "\f00f";
}

.foundicon-flickr:before {
  content: "\f010";
}

.foundicon-slideshare:before {
  content: "\f011";
}

.foundicon-picassa:before {
  content: "\f012";
}

.foundicon-skype:before {
  content: "\f013";
}

.foundicon-steam:before {
  content: "\f014";
}

.foundicon-instagram:before {
  content: "\f015";
}

.foundicon-foursquare:before {
  content: "\f016";
}

.foundicon-delicious:before {
  content: "\f017";
}

.foundicon-chat:before {
  content: "\f018";
}

.foundicon-torso:before {
  content: "\f019";
}

.foundicon-tumblr:before {
  content: "\f01a";
}

.foundicon-video-chat:before {
  content: "\f01b";
}

.foundicon-digg:before {
  content: "\f01c";
}

.foundicon-wordpress:before {
  content: "\f01d";
}


.otw-button {
  background-color: #00aeef;
  border: 1px solid rgba(128, 128, 128, 0.4);
  color: white !important;
  cursor: pointer;
  display: inline-block !important;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
  outline: none;
  padding: 8px 16px 9px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
  background-repeat: repeat-x;
  /* Hovers */
  /* IE Filters for IE8 */
  /* SVG + opacity for IE9 */
  /* Sizes */
  /* Radii */
  /* Icon buttons */
}
.otw-button:hover {
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(128, 128, 128, 0.6);
}
.otw-button:active {
  color: #ebebeb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(128, 128, 128, 0.75);
}
.ie8 .otw-button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#40000000',GradientType=0 );
}
.ie8 .otw-button:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#0d000000',GradientType=0 );
}
.ie8 .otw-button:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#66000000',GradientType=0 );
}
.ie9 .otw-button {
  position: relative;
}
.ie9 .otw-button:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczOTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMTExMTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czOTEpIiAvPgo8L3N2Zz4=);
}
.ie9 .otw-button:hover:after {
  opacity: 0.05;
}
.ie9 .otw-button:active:after {
  opacity: 0.2;
}
.otw-button.large {
  font-size: 18px;
}
.otw-button.large img {
  max-height: 19px;
}
.otw-button.medium {
  font-size: 14px;
}
.otw-button.medium img {
  max-height: 15px;
}
.otw-button.small {
  font-size: 12px;
  padding: 5px 10px 6px;
}
.otw-button.small img {
  max-height: 13px;
}
.otw-button.tiny {
  font-size: 11px;
  padding: 4px 8px 5px;
}
.otw-button.tiny img {
  max-height: 12px;
}
.otw-button.expand {
  width: 100%;
  text-align: center;
}
.otw-button.radius, .otw-button.radius:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.otw-button.round, .otw-button.round:after {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.otw-button i {
  display: block;
  float: left;
  margin: 1px 6px 0 0;
}
.otw-button img {
  margin-right: 8px;
}
.otw-button.right-icon i {
  float: right;
  margin: 1px 0 0 6px;
}
.otw-button.right-icon img {
  float: right;
  margin: 0 0 0 8px;
}
.red {
  background-color: #ff1d25;
}

.orange {
  background-color: #ff931e;
}

.green {
  background-color: #8cc63f;
}

.greenish {
  background-color: #23d7af;
}

.aqua {
  background-color: #3fa9f5;
}

.blue {
  background-color: #2356d7;
}

.pink {
  background-color: #ff7bac;
}

.silver {
  background-color: #d8d8d8;
}

.brown {
  background-color: #c69c6d;
}

.black {
  background-color: #1c1c1c;
}

.white {
  background-color: white;
}

.otw-sc-link a {
  padding-right: 3px;
}
.otw-sc-link a i {
  display: block;
  float: left;
  margin: 0 3px 0 0;
}
.otw-sc-link a img {
  max-height: 13px;
  margin-right: 4px;
}
.otw-sc-link a.right-icon {
  padding: 0 0 0 3px;
}
.otw-sc-link a.right-icon i {
  float: right;
  margin: 0 0 0 3px;
}
.otw-sc-link a.right-icon img {
  margin: 0 0 0 4px;
}
[class*="general foundicon-"]:before {
    font-family: "GeneralFoundicons";
}
/**
 * Jetpack related posts
 */

/* Container */

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position:relative;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

/* Behavior when there are thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/*
 * Responsive
 */

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

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

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

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}
}

/*****
Theme Name: MH Magazine
Theme URI: http://www.mhthemes.com/themes/mh/magazine/
Author: MH Themes
Author URI: http://www.mhthemes.com/
Description: MH Magazine is a clean, modern and fully responsive premium magazine WordPress theme for blogs, online magazines, news websites and other editorial projects. The theme includes useful page templates, several custom widgets and advanced theme options including colorpickers with unlimited colors to create your own color scheme.
Version: 2.4.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mh
Domain Path: /languages/
Tags: two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, full-width-template, translation-ready, rtl-language-support
*****/

/***** CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0 *****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/***** Structure *****/

html { font-size: 100%; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; font-size: 0.875rem; line-height: 1.6; background: #f7f7f7; word-wrap: break-word; }
.fullbg .custom-background { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.mh-container { width: 980px; margin: 20px auto 0; position: relative; }
.mh-wrapper { padding: 20px; background: #fff; }
.mh-main { width: 100%; }
.mh-content, .hp-content { width: 620px; overflow: hidden; }
.mh-sidebar, .hp-sidebar { width: 300px; float: left; }
.mh-sidebar-2, .hp-sidebar-2 { width: 300px; float: right; }
.mh-two-sb .hp-main, .mh-two-sb .mh-main { float: left; width: 940px; max-width: 100%; }
.mh-two-sb .mh-container, .mh-two-sb .header-widget { width: 1300px; }
.mh-no-sb .mh-content { width: 100%; }
.mh-right-sb #main-content { float: left; margin-right: 20px; }
.mh-left-sb #main-content { float: right; margin-left: 20px; }
.sb-right { margin-left: 20px; }
.sb-left { margin-right: 20px; }
.left { float: left; }
.right { float: right; }

/***** Columns *****/

.row [class*='col-']:first-child { margin: 0; }
[class*='col-'] { float: left; margin-left: 2.04%; overflow: hidden; }
.col-1-1 { width: 100%; }
.col-1-2 { width: 48.98%; }
.col-1-3 { width: 31.973%; }
.col-2-3 { width: 65.986%; }
.col-1-4 { width: 23.47%; }
.col-3-4 { width: 74.49%; }
.col-1-5 { width: 18.368%; }
.col-1-6 { width: 14.966%; }
.col-1-7 { width: 12.537%; }
.col-1-8 { width: 10.715%; }
.clear { clear: both; }
.clearfix { display: block; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }

/***** Typography *****/

h1 { font-size: 32px; font-size: 2rem; }
h2 { font-size: 24px; font-size: 1.5rem; }
h3 { font-size: 20px; font-size: 1.25rem; }
h4 { font-size: 18px; font-size: 1.125rem; }
h5 { font-size: 16px; font-size: 1rem; }
h6 { font-size: 14px; font-size: 0.875rem; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #000; line-height: 1.3; font-weight: 700; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
small { font-size: 6px; font-size: 0.375rem; }
big { font-size: 20px; font-size: 1.25rem; }
pre, code { font-family: "Consolas", Courier New, Courier, monospace; margin-bottom: 20px; margin-bottom: 1.25rem; background: #f7f7f7; border: 1px solid #ebebeb; }
pre { padding: 20px; padding: 1.25rem; white-space: pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; }
kbd { padding: 0px 6px; padding: 0rem 0.375rem; background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 0.1875em; -moz-border-radius: 0.1875em; -moz-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset; -webkit-border-radius: 0.1875em; -webkit-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset; box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset; text-shadow: 0 0.0625em 0 #fff; }

blockquote { font-size: 15px; font-size: 0.9375rem; font-style: italic; color: #666; padding: 15px 30px; padding: 0.9375rem; box-shadow: 2px 2px 15px #ccc; }

sup { vertical-align: super; font-size: 10px; font-size: 0.625rem; }
sub { vertical-align: sub; font-size: 10px; font-size: 0.625rem; }
abbr, acronym { border-bottom: 1px dashed; cursor: help; }
cite { color: #9a9b97; }
q { font-style: italic; }
address { font-family: "Courier new"; line-height: 1.5; margin-bottom: 20px; margin-bottom: 1.25rem; }
a { color: #000; text-decoration: none; }
a:hover { color: #e64946; text-decoration: underline; }
.mh-excerpt a, .widget-title a { text-decoration: none; }

/***** Lists *****/

.entry ul, .commentlist ul { list-style: square; }
.entry ol, .commentlist ol { list-style: decimal; }
.entry ul, .commentlist ul, .entry ol, .commentlist ol { margin: 0 0 20px 40px; margin: 0 0 1.25rem 2.5rem; }
.entry ul ul, .commentlist ul ul, .entry ol ol, .commentlist ol ol { margin: 0 0 0 40px; margin: 0 0 0 2.5rem; }
dl { margin: 0 0 10px 20px; margin: 0 0 0.625rem 1.25rem; }
dt, dd { display: list-item; }
dt { list-style-type: square; font-weight: bold; }
dd { list-style-type: circle; margin-left: 20px; margin-left: 1.25rem; }
select { max-width: 100%; }

/***** Header *****/

.header-widget { width: 980px; margin: 1em auto 0; }
.header-wrap { background: #fff; }
.header-wrap a { text-decoration: none; }
.logo-wrap { position: relative; overflow: hidden; padding: 10px; padding: 0.625rem; }
.logo { display: inline-block; margin: 20px 15px; }
.logo-name { text-transform: uppercase; text-shadow: 1px 2px 5px #969696; border-bottom: 3px solid #000; display: inline-block; }
.logo-desc { font-size: 14px; font-size: 0.875rem; color: #979797; margin-top: 5px; text-align: center; }
.logo-overlay { position: absolute; display: block; top: 0; right: 5px; margin-top: 40px; text-align: right; }
.logo-overlay .logo-name { font-size: 36px; font-weight: 600; text-shadow: none; border-bottom: 0; font-family:times;}
.logo-overlay .logo-desc { text-align: right; margin-top: 0; }

/***** Newsticker *****/

.news-ticker { height: 35px; background: #f7f7f7; }
.ticker-title { float: left; font-weight: 700; color: #fff; line-height: 35px; padding: 0 20px; background: #e64946; text-align: center; text-transform: uppercase; }
#ticker { height: 35px; overflow: hidden; }
.ticker-item { line-height: 35px; padding: 0 20px; }
.ticker-item a { display: block; text-decoration: none; }
.ticker-item a:hover .meta { color: #e64946; }
.ticker-item .meta { font-size: 14px; font-size: 0.875rem; color: #000; }
.ticker-item-meta { font-style: italic; margin-right: 5px; }
.ticker-item-title { font-weight: 700; }

/***** Navigation *****/

.header-nav { font-size: 12px; font-size: 0.75rem; position: absolute; right: 20px; background: #f6f6f6; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; z-index: 999; }
.header-nav li { float: left; position: relative; -webkit-transition: background 0.6s ease-out; -moz-transition: background 0.6s ease-out; transition: background 0.6s ease-out; }
.header-nav li a { display: block; line-height: 1.3; color: #666; padding: 0.3125em 0.625em; text-decoration: none; }
.header-nav li:hover { background: #e64946; }
.header-nav li:hover a { color: #fff; }
.header-nav ul li:hover > ul { display: block; background: #2a2a2a; z-index: 9999; }
.header-nav ul ul { display: none; position: absolute; }
.header-nav ul ul li { width: 10em; }
.header-nav ul ul ul { left: 100%; top: 0; }
.main-nav { background: #2a2a2a; text-transform: uppercase; }
.main-nav li { float: left; position: relative; font-weight: 700; border-left: 1px solid #000; -webkit-transition: background 0.6s ease-out; -moz-transition: background 0.6s ease-out; transition: background 0.6s ease-out; }
.main-nav li:first-child { border: none; }
.main-nav li:hover { background: #e64946; }
.main-nav li a { display: block; color: #fff; padding: 8px 20px; padding: 0.5rem 1.25rem; text-decoration: none; }
.main-nav ul li:hover > ul { display: block; background: #2a2a2a; z-index: 9999; }
.main-nav ul ul { display: none; position: absolute; }
.main-nav ul ul li { width: 13em; border: none; }
.main-nav ul ul ul { left: 100%; top: 0; }
.info-nav { background: #ddd; text-transform: uppercase; }
.info-nav li { float: left; position: relative; font-size: 11px; font-size: 0.6875rem; }
.info-nav li:first-child { border: none; }
.info-nav li a { display: block; color: #2a2a2a; letter-spacing: 0.2px; padding: 8px 20px; padding: 0.5rem 1.25rem; }
.info-nav ul li:hover > ul { display: block; background: #ddd; z-index: 9999; }
.info-nav ul ul { display: none; position: absolute; }
.info-nav ul ul li { width: 13em; border: none; }
.info-nav ul ul ul { left: 100%; top: 0; }
.footer-nav { font-size: 13px; font-size: 0.8125rem; background: #e64946; font-weight: 400; }
.footer-nav li { float: left; position: relative; -webkit-transition: background 0.6s ease-out; -moz-transition: background 0.6s ease-out; transition: background 0.6s ease-out; }
.footer-nav li a { display: block; line-height: 1; color: #fff; padding: 10px 15px; padding: 0.625rem 0.9375rem; text-decoration: none; }
.footer-nav ul { float: right; }
.footer-nav ul li:hover > ul { display: block; background: #e64946; z-index: 9999; }
.footer-nav ul ul { display: none; position: absolute; }
.footer-nav ul ul li { width: 10em; }
.footer-nav ul ul ul { left: 100%; top: 0; }
.slicknav_menu { display: none; }

/***** SlickNav Mobile Menu Core Style *****/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438rem 0.625rem; line-height: 1.125rem; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.125rem; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188rem 0 0 0.438rem; }
.slicknav_menu .slicknav_no-text { margin: 0; }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125rem; height: 0.125rem; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188rem }
.slicknav_nav { clear: both; }
.slicknav_nav ul, .slicknav_nav li { display: block; }
.slicknav_nav .slicknav_arrow { font-size: 0.8rem; margin: 0 0 0 0.4rem; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block; }
.slicknav_nav .slicknav_item a { display: inline; }
.slicknav_menu:before, .slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both; }
.slicknav_menu { *zoom: 1; }

/***** SlickNav User Default Style *****/

.slicknav_menu { font-size: 13px; font-size: 0.8125rem; }
.slicknav_btn { margin: 0 5px; text-decoration: none; background: #e64946; }
.slicknav_menu .slicknav_menutxt { color: #fff; font-weight: bold; }
.slicknav_menu .slicknav_icon-bar { background: #f5f5f5; }
.slicknav_menu { background: #e64946; border-bottom: 2px solid #2a2a2a; }
.slicknav_nav { font-size: 16px; font-size: 1rem; font-weight: 600; color: #fff; margin: 0; padding: 0; margin-bottom: 20px; }
.slicknav_nav, .slicknav_nav ul { list-style: none; overflow: hidden; }
.slicknav_nav ul { padding: 20px 0 0 15px; border-top: 2px solid #2a2a2a; }
.slicknav_nav ul ul { border: 0; padding: 0 0 0 15px; }
.slicknav_nav .slicknav_item { padding: 5px 10px; margin: 2px 5px; }
.slicknav_nav a { padding: 5px 10px; margin: 2px 5px; text-decoration: none; color: #fff; }
.slicknav_nav .slicknav_item a { padding: 0; margin: 0; }
.slicknav_nav .slicknav_item:hover { background: #e64946; color: #fff; }
.slicknav_nav a:hover { background: #e64946; color: #fff; }
.slicknav_nav .slicknav_txtnode { margin-left: 15px; }

/***** FlexSlider Browser Resets *****/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

/***** FlexSlider Icon Fonts *****/

@font-face { font-family: 'flexslider-icon'; src:url(/wp-content/themes/mh_magazine/fonts/flexslider-icon.eot); src:url(/wp-content/themes/mh_magazine/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/mh_magazine/fonts/flexslider-icon.woff) format('woff'), url(/wp-content/themes/mh_magazine/fonts/flexslider-icon.ttf) format('truetype'), url(/wp-content/themes/mh_magazine/fonts/flexslider-icon.svg#flexslider-icon) format('svg'); font-weight: normal; font-style: normal; }

/***** FlexSlider Necessary Styles *****/

.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }

/* Direction Nav */

.flex-direction-nav { *height: 0; }
.flex-direction-nav a  { text-decoration: none; display: block; width: 30px; height: 30px; margin: -12px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 30px; line-height: 1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */

.flex-control-nav { width: 100%; position: absolute; bottom: 6px; text-align: center; z-index: 999; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/***** FlexSlider Custom Theme *****/

.flexslider { position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flex-control-nav { bottom: 10px; }
.flex-control-nav li { margin: 0 10px 0 0; }
.flex-control-paging li a { width: 15px; height: 15px; border: 1px solid #2a2a2a; background: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.flex-control-paging li a:hover { background: #ebebeb; }
.flex-control-paging li a.flex-active { background: #e64946; border: 1px solid #fff; }
.flexslider .slides { zoom: 1; }
.slide-wrap { position: relative; overflow: hidden; }
.slider-normal { width: 620px; max-width: 100%; overflow: hidden; }
.slide-caption { width: 22rem; max-width: 100%; position: absolute; background: #2a2a2a; color: #fff; top: 0; right: 0; border-bottom: 3px solid #e64946; background: rgba(42, 42, 42, 0.9); box-shadow: 0 0 15px -2px #000; }
.slide-caption .mh-excerpt a { color: #fff; }
.slide-wrap:hover .slide-caption { opacity: 1; filter: alpha(opacity=100); }
.slide-title { color: #fff; margin-bottom: 10px; margin-bottom: 0.625rem; }
.slide-title:hover { color: #e64946; }
.slide-data { padding: 20px; padding: 1.25rem; }

/***** FlexSlider Custom Layouts *****/

.slider-layout2 .flex-control-nav { height: 12px; position: relative; bottom: 0; background: #666; text-align: left; }
.slider-layout2 .flex-control-nav li { width: 20%; margin: 0; }
.slider-layout2 .flex-control-paging li a { width: 100%; height: 100%; background: #666; border: none; border-radius: 0; box-shadow: none; }
.slider-layout2 .flex-control-paging li a:hover { background: #aaa; }
.slider-layout2 .flex-control-paging li a.flex-active { background: #e64946; border: none; }
.slider-layout2 .slide-caption { width: 100%; top: auto; bottom: 0; border: 0; }

/***** FlexSlider Carousel *****/

[id*='carousel-'] { direction: ltr; }
[id*='carousel-'] li { width: 174px; height: auto; margin-right: 12px; }
.carousel-item { position: relative; }
.carousel-layout1 { padding: 12px; background: #2a2a2a; border-top: 3px solid #e64946; border-bottom: 3px solid #e64946; }
.carousel-layout1 .caption { position: absolute; top: 0; font-size: 11px; font-weight: 700; color: #fff; padding: 5px 10px; background: #e64946; text-transform: uppercase; }
.carousel-layout2 { padding: 0 12px; }
.carousel-layout2 .caption { color: #e64946; padding: 0 2px; }
.carousel-layout2 .carousel-item-title { font-size: 16px; font-size: 1rem; padding: 0 2px; }
.carousel-layout2 .carousel-item-title:hover { color: #e64946; }
.carousel-layout2 .flex-direction-nav { display: none; }
.no-js [id*='carousel-'], .no-js [class*='carousel-title-'] { display: none; }

/***** Posts/Pages *****/

.breadcrumb, .breadcrumb a { font-size: 13px; font-size: 0.8125rem; color: #979797; margin-bottom: 20px; margin-bottom: 1.25rem; }
.breadcrumb a { font-weight: 600; }
.breadcrumb a:hover { color: #e64946; }
.post-header { margin-bottom: 20px; margin-bottom: 1.25rem; }
.entry-title { padding-bottom: 3px; padding-bottom: 0.1875rem; }
.page-title-top, .subheading-top { border-bottom: 3px solid #2a2a2a; }
.page-title { font-size: 24px; font-size: 1.5rem; color: #fff; display: inline-block; padding: 0px 10px 3px; padding: 0rem 0.625rem 0.1875rem; margin-bottom: 20px; margin-bottom: 1.25rem; background: #e64946; }
.pt-layout2 .page-title-top { display: none; }
.pt-layout2 .page-title { font-size: 32px; font-size: 2rem; color: #000; padding: 0; background: none; }
.subheading { font-size: 15px; font-size: 0.9375rem; color: #fff; line-height: 1.3; font-weight: 400; margin-bottom: 10px; margin-bottom: 0.625rem; padding: 2px 7px 3px; padding: 0.125rem 0.4375rem 0.1875rem; background: #e64946; display: inline-block; }
.meta { font-size: 13px; font-size: 0.8125rem; color: #979797; }
.post-meta { margin-top: 10px; margin-top: 0.625rem; padding: 5px; padding: 0.3125rem; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
.post-meta a { color: #979797; font-weight: 600; }
.post-meta a:hover { color: #e64946; }
.post-thumbnail { max-width: 940px; margin-bottom: 20px; margin-bottom: 1.25rem; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry p, .entry blockquote, .entry .flex-vid, .entry .row, .entry .mh-video-container { margin-bottom: 20px; margin-bottom: 1.25rem; }
.entry blockquote p:last-child { margin: 0; }
.entry a { font-weight: 600; color: #e64946; }
.content-ad { max-width: 100%; float: left; margin: 0px 20px 10px 0px; margin: 0rem 1.25rem 0.625rem 0rem; }
.post-tags { margin-bottom: 20px; margin-bottom: 1.25rem; }
.post-tags li { float: left; margin: 0px 6px 6px 0px; margin: 0rem 0.375rem 0.375rem 0rem; background: #555555; }
.post-tags li:hover { background: #e64946; }
.post-tags a, .post-tags a:hover { color: #fff; padding: 2px 10px; padding: 0.125rem 0.625rem; display: block; text-decoration: none; }
.section-title { padding: 10px; padding: 0.625rem; margin-bottom: 20px; margin-bottom: 1.25rem; background: #f6f6f6; border: 1px solid #d7d8d8; }
.sticky { }

/***** Related Posts *****/

.related-posts { margin: 20px 0px; margin: 1.25rem 0rem; }
.related-wrap { margin-bottom: 15px; margin-bottom: 0.9375rem; border-bottom: 1px solid #ebebeb; }
.related-data { padding-top: 8px; padding-top: 0.5rem; }
.related-subheading { color: #979797; font-size: 13px; font-size: 0.8125rem; }
.related-title { font-size: 16px; font-size: 1rem; }
.related-title:hover { color: #e64946; }
.related-thumb { float: left; margin: 0px 15px 15px 0px; margin: 0rem 0.9375rem 0.9375rem 0rem; padding: 3px; padding: 0.1875rem; border: 1px solid #f1f1f1; background: #fff; }
.rp-layout2 .related-wrap { background: #f6f6f6; border: 0; }
.rp-layout2 .related-thumb { float: left; margin: 0 15px 0 0; margin: 0 0.9375rem 0 0; padding: 0; }

/***** Authorbox *****/

.author-box { line-height: 1.5; margin-bottom: 20px; margin-bottom: 1.25rem; background: #f6f6f6; border-top: 3px solid #e64946; border-bottom: 3px solid #e64946; }
.author-box-wrap { padding: 10px; }
.author-box-avatar { float: left; margin-right: 10px; }
.author-box-name { margin-bottom: 10px; }
.author-box-postcount { font-weight: 400; }
.author-box-contact { background: #ebebeb; font-weight: 600; padding: 5px; }
.author-box-contact a, .author-box-contact-start { min-width: 70px; padding: 2px 10px; padding: 0.125rem 0.625rem; display: inline-block; text-align: center; text-decoration: none; }
.author-box-contact-start { margin-left: 2px; }
.author-box-contact a { border-left: 2px solid #ccc; }
.ab-layout2 .author-box { border: 0; }
.ab-layout2 .author-box-contact a, .ab-layout2 .author-box-contact-start { color: #fff; margin: 5px; margin: 0.3125rem; border: 0; }
.ab-layout2 .author-box-contact-start { background: #2a2a2a; }
.ab-layout2 .author-box-website { background: #aaa; }
.ab-layout2 .author-box-facebook { background: #3b5998; }
.ab-layout2 .author-box-twitter { background: #71b9E4; }
.ab-layout2 .author-box-googleplus { background: #cd3c2a; }
.ab-layout2 .author-box-youtube { background: #9d2722; }

/***** Sitemap Template *****/

.sitemap .page-title { margin-bottom: 20px; margin-bottom: 1.25rem; }
.sitemap-list { list-style: none; margin-bottom: 20px; margin-bottom: 1.25rem; margin-left: 0; }
.sitemap-list > li { border-bottom: 1px solid #ebebeb; }
.sitemap .children { list-style: square; margin: 0 0 0 16px; margin: 0 0 0 1rem; }

/***** Loop / Archives / Search Results *****/

.loop-wrap, .loop-ad { margin-bottom: 20px; margin-bottom: 1.25rem; padding-bottom: 20px; padding-bottom: 1.25rem; border-bottom: 1px solid #ebebeb; }
.loop-thumb { float: left; margin-right: 20px; }
.loop-header { margin-bottom: 15px; margin-bottom: 0.9375rem; }
.loop-layout2 .loop-wrap, .loop-layout3 .loop-wrap { background: #f6f6f6; padding: 0; }
.loop-layout2 .loop-wrap .meta, .loop-layout3 .loop-wrap .meta { color: #fff; padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #2a2a2a; }
.loop-layout2 .loop-ad, .loop-layout3 .loop-ad { padding: 0; border: 0; }
.loop-layout2 .loop-content { padding: 10px 20px 20px; padding: 0.625rem 1.25rem 1.25rem; }
.loop-layout3 .loop-thumb { float: none; margin: 0; }
.loop-layout3 .loop-content { padding: 10px 10px 20px; padding: 0.625rem 0.625rem 1.25rem; }
.loop-layout3 .loop-title { font-size: 24px; font-size: 1.5rem; }
.cat-desc { margin-bottom: 20px; margin-bottom: 1.25rem; padding: 20px; padding: 1.25rem; background: #f7f7f7; border-top: 3px solid #e64946; border-bottom: 3px solid #e64946; }

/***** Pagination *****/

.post .pagination { padding-bottom: 20px; padding-bottom: 1.25rem; }
.page-numbers { padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #eee; display: inline-block; }
.page-numbers:hover, .current, a:hover .pagelink { background: #e64946; color: #fff; text-decoration: none; }
.page-numbers a { display: block; }
.pagelink { padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #e64946; color: #fff; }
a .pagelink { background: #eee; color: #444; }
.post-nav a { font-size: 15px; font-size: 0.9375rem; font-weight: 700; }
.post-nav a:hover { text-decoration: none; }

/***** Footer *****/

footer { font-size: 13px; font-size: 0.8125rem; color: #ffffff; padding: 20px; padding: 1.25rem; background: #2a2a2a; }
footer a { color: #f7f7f7; }
.copyright-wrap { margin: 0 auto 20px; background: #2a2a2a; border-top: 3px solid #999;  }
.copyright { font-size: 11px; font-size: 0.6875rem; padding: 2px 10px; padding: 0.125rem 0.625rem; }
.copyright a { color: #999; }

/***** Images / Video *****/

img { max-width: 100%; width: auto\9; /* ie8 */ height: auto; vertical-align: bottom; }
iframe, embed, object, video { max-width: 100%; }
.alignnone { display: block; margin: 20px 0; margin: 1.25rem 0; }
.aligncenter { display: block; margin: 20px auto 20px; margin: 1.25rem auto 1.25rem; }
.alignleft { display: inline; float: left; margin: 5px 20px 20px 0; margin: 0.3125rem 1.25rem 1.25rem 0; max-width:40%; }
.alignright { display: inline; float: right; margin: 5px 0 20px 20px; margin: 0.3125rem 0 1.25rem 1.25rem; max-width:40%; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; font-size: 0.75rem; font-weight: 700; line-height: 1.4; color: #000; margin-top: 5px; margin-top: 0.3125rem; display: block; }
.alignnone .wp-caption-text, .aligncenter .wp-caption-text, .alignleft .wp-caption-text, .alignright .wp-caption-text { margin-bottom: 0; }

/***** Gallery *****/

.gallery { margin-bottom: 20px; }
.gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; position: relative; }
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 48%; max-width: -webkit-calc(50% - 4px); max-width: calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width: 32%; max-width: -webkit-calc(33.3% - 4px); max-width: calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width: 23%; max-width: -webkit-calc(25% - 4px); max-width: calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width: 19%; max-width: -webkit-calc(20% - 4px); max-width: calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width: 15%; max-width: -webkit-calc(16.7% - 4px); max-width: calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width: 13%; max-width: -webkit-calc(14.28% - 4px); max-width: calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width: 11%; max-width: -webkit-calc(12.5% - 4px); max-width: calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width: -webkit-calc(11.1% - 4px); max-width: calc(11.1% - 4px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; }
.gallery-caption { background-color: rgba(0, 0, 0, 0.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; }
.gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }

/***** Tables *****/

table { width: 100%; margin-bottom: 20px; margin-bottom: 1.25rem; border-left: 1px solid #ebebeb; border-top: 1px solid #ebebeb; }
td, th { padding: 5px 10px; padding: 0.3125rem 0.625rem; border-right: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
th { background-color: #f9f9f9; font-weight: 600; color: #000; }

/***** Widgets *****/

.widget-title, .footer-widget-title { margin-bottom: 20px; margin-bottom: 1.25rem; border-bottom: 3px solid #e64946; padding-bottom: 3px; }
.footer-widget-title { color: #fff; }
.sb-widget, .footer-widget { margin-bottom: 20px; margin-bottom: 1.25rem; overflow: hidden; }
.wt-layout2 .widget-title, .wt-layout2 .footer-widget-title { font-size: 16px; font-size: 1rem; font-weight: 400; color: #fff; padding: 8px 14px; padding: 0.5rem 0.875rem; background: #e64946; border-bottom: 0; }
.wt-layout2 .widget-title-link, .wt-layout2 .widget-title-link:hover { color: #fff; }
.wt-layout3 .widget-title { padding: 5px 10px; padding: 0.3125rem 0.625rem; border-left: 10px solid #e64946; border-bottom: 0; background: #f2f2f2; }

/***** MH Spotlight Widget *****/

.spotlight { position: relative; background: #2a2a2a; color: #ebebeb; padding: 20px; }
.spotlight .mh-excerpt a { color: #fff; }
.sl-title { color: #fff; font-size: 32px; font-size: 2rem; } 
.sl-title:hover { color: #e64946; }
.sl-caption { position: absolute; top: 10%; font-size: 13px; font-size: 0.8125rem; font-weight: 700; color: #fff; padding: 8px 10px; background: #e64946; text-transform: uppercase; }
.sl-thumb { margin-bottom: 10px; margin-bottom: 0.625rem; overflow: hidden; }
.sl-thumb img { width: 100%; }

 .sl-thumb .sl-title { position: absolute; left: 25px; bottom: 28px; right: 25px; color: #fff; font-size: 32px; font-size: 2rem; }  

/***** MH Custom Posts/Pages Widget *****/

.sb-widget .cp-wrap { padding: 15px 0px; padding: 0.9375rem 0rem; border-bottom: 1px solid #ebebeb; }
.footer-widget .cp-wrap { padding: 5px 0px; padding: 0.3125rem 0rem; border-bottom: 1px solid #454545; }
.cp-widget li:first-child { padding-top: 0; }
.cp-thumb-xl { margin-bottom: 10px; margin-bottom: 0.625rem; overflow: hidden; }
.cp-thumb { float: left; margin-right: 10px; margin-right: 0.625rem; }
.cp-widget-title { font-weight: 700; line-height: 1.3; }
.footer-widget .cp-widget-title { font-weight: 400; }
.cp-small .meta { font-size: 11px; font-size: 0.6875rem; }
.cp-data { overflow: hidden; }
.cp-widget .mh-excerpt { padding-top: 10px; padding-top: 0.625rem; overflow: hidden; }
.cp-no-image .cp-small { padding: 5px 0px; padding: 0.3125rem 0rem; }
.home-wide .cp-thumb-xl { float: left; margin: 0px 20px 0px 0px; margin: 0rem 1.25rem 0rem 0rem; }
.home-wide .cp-small { float: left; width: 50%; min-height: 75px; }
.home-wide .cp-no-image { float: none; width: 100%; min-height: 0; }
.home-wide .cp-small .cp-data { margin-right: 10px; }
.home-wide .cp-widget .cp-small:first-child { padding-top: 15px; padding-top: 0.9375rem; }
.home-wide .cp-widget .cp-no-image:first-child { padding-top: 0; }

/***** MH Authors & MH Comments Widget *****/

.sb-widget .uw-wrap { padding: 15px 0px; padding: 0.9375rem 0rem; border-bottom: 1px solid #ebebeb; }
.footer-widget .uw-wrap { padding: 5px 0px; padding: 0.3125rem 0rem; border-bottom: 1px solid #454545; }
.user-widget li:first-child { padding-top: 0; }
.uw-avatar { float: left; margin-right: 10px; margin-right: 0.625rem; }
.uw-text .author-name { font-size: 16px; font-size: 1rem; }
.uw-text a { font-weight: 700; }
.uw-data { font-size: 13px; font-size: 0.8125rem; color: #979797; }

/***** MH YouTube Video Widget *****/

.mh-video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.mh-video-container iframe, .mh-video-container object, .mh-video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/***** MH Advertising Widget *****/

.ad-sb { background: #f7f7f7; padding: 16px 0 0 16px; }
.ad-sb .ad-item { float: left; margin-bottom: 16px; margin-right: 16px; }
.ad-other .ad-item { float: left; margin-right: 20px; }

/***** Other MH Widgets *****/

.nip-thumb { float: left; margin: 0 3px 3px 0; }
.mh-social-widget li { float: left; margin: 0 8px 8px 0; }

/***** Default WordPress Widgets *****/

.sb-widget .menu > .menu-item, .sb-widget .page_item a, .sb-widget .cat-item { display: block; padding: 5px 0px; padding: 0.375rem 0rem; border-bottom: 1px solid #ebebeb; }
.footer-widget .menu > .menu-item, .footer-widget .page_item a, .footer-widget .cat-item { display: block; padding: 5px 0px; padding: 0.3125rem 0rem; border-bottom: 1px solid #454545; }
.sb-widget .menu-item:first-child, .sb-widget .page_item:first-child a, .sb-widget .cat-item:first-child, .footer-widget .menu-item:first-child, .footer-widget .page_item:first-child a, .footer-widget .cat-item:first-child { padding-top: 0; }
.sb-widget .children .page_item a, .footer-widget .children .page_item a { padding: 5px 0; padding: 0.375rem 0rem; }
.sb-widget .menu-item, .sb-widget .page_item a, .sb-widget .cat-item, .footer-widget .menu-item, .footer-widget .page_item a, .footer-widget .cat-item { line-height: 1.3; }
#wp-calendar caption { text-align: left; padding: 10px; padding: 0.625rem; background: #f7f7f7; }
#wp-calendar th, #wp-calendar td { padding: 5px 10px; padding: 0.3125rem 0.625rem; text-align: center; }
#wp-calendar th { font-weight: 300; }
#wp-calendar #prev { text-align: left; }
.tagcloud a { margin: 2px; margin: 0.125rem; padding: 2px 10px; padding: 0.125rem 0.625rem; color: #666; white-space: nowrap; display: inline-block; }
.sb-widget .tagcloud a { background: #f6f6f6; }
.footer-widget .tagcloud a { background: #000; }
.tagcloud a:hover, .sb-widget .tagcloud a:hover, .footer-widget .tagcloud a:hover { color: #fff; background: #e64946; text-decoration: none; }

/***** Comments *****/

.no-comments { padding: 10px; padding: 0.625rem; margin-top: 20px; margin-top: 1.25rem; background: #f6f6f6; border: 1px solid #d7d8d8; }
.commentlist { margin-bottom: 40px; margin-bottom: 2.5rem; list-style: none; }
.commentlist .comment .vcard { line-height: 2.5; padding: 10px 0px; padding: 0.625rem 0rem; margin-bottom: 20px; margin-bottom: 1.25rem; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; background: #f9f9f9; }
.commentlist .comment .avatar { width: 30px; height: 30px; padding: 2px; padding: 0.125rem; margin: 0 5px; margin: 0 0.3125rem; background: #fff; border: 1px solid #ebebeb; vertical-align: middle; }
.commentlist .bypostauthor .vcard { border-left: 3px solid #e64946; }
.commentlist .children { list-style: none; }
.commentlist h1, .commentlist h2, .commentlist h3, .commentlist h4, .commentlist h5, .commentlist h6 { margin-bottom: 20px; margin-bottom: 1.25rem; }
.comment-text p, .comment-text blockquote { margin-bottom: 20px; margin-bottom: 1.25rem; }
.comment-text .p a { color: blue; }
.comment-text blockquote p:last-child { margin: 0; }
.comment-info { color: #e64946; margin: 20px 0px; margin: 1.25rem 0rem; }
.comments-pagination { margin-bottom: 20px; margin-bottom: 1.25rem; }
.pinglist { margin-bottom: 20px; margin-bottom: 1.25rem; }
.pinglist .pings:first-child { border-top: 1px solid #ebebeb; }
.pinglist .pings { line-height: 2.5; padding: 10px 0px; padding: 0.625rem 0rem; border-bottom: 1px solid #ebebeb; }

/***** Forms *****/

input { font-size: 12px; font-size: 0.75rem; padding: 5px; padding: 0.3125rem; border: 1px solid #d7d8d8; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
input[type=text], input[type=email], input[type=tel], input[type=url] { width: 60%; }
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover, textarea:hover { border: 1px solid #e64946; }
input[type=submit] { min-width: 75px; color: #fff; padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #e64946; text-decoration: none; cursor: pointer; display: inline-block; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; border: 0; -webkit-appearance: none; }
input[type=submit]:hover { background: #2a2a2a; }
textarea { width: 96%; line-height: 1.5; padding: 5px; padding: 0.3125rem; border: 1px solid #d7d8d8; }

/***** Comment Form *****/

#respond { padding: 10px; padding: 0.625rem; background: #f6f6f6; border: 1px solid #d7d8d8; }
#respond h3 { margin-bottom: 20px; margin-bottom: 1.25rem; }
#commentform p { margin-bottom: 10px; margin-bottom: 0.625rem; }
#cancel-comment-reply-link { font-size: 12px; font-size: 0.75rem; background: #e64946; padding: 5px; padding: 0.3125rem; color: #fff; }
#cancel-comment-reply-link:hover { background: #2a2a2a; text-decoration: none; }
.required { color: #e64946; }

/***** Contact Form 7 *****/

.wpcf7-form { font-size: 12px; font-size: 0.75rem; padding: 10px; padding: 0.625rem; border: 1px solid #d7d8d8; background: #f6f6f6; }
.wpcf7-form p { margin-bottom: 10px; margin-bottom: 0.625rem; }
.wpcf7-response-output { background: #fff; }

/***** Searchform *****/

#searchform { padding: 5px; padding: 0.3125rem; background: #f6f6f6; border: 1px solid #ebebeb; overflow: hidden; }
#searchform #s { width: 100%; font-size: 12px; font-size: 0.75rem; color: #444; background: none; border: none; }
#searchform #s:focus { outline: none; }
#searchsubmit { display: none; }

/***** Social *****/

.share-buttons-container { position: relative; margin: 20px 0; padding: 10px 0; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
.no-js .share-buttons-container { display: none; }
.share-button { width: 150px; height: 20px; position: relative; float: left; }

/***** Shortcodes *****/

.ad-label { font-size: 10px; font-size: 0.625rem; }
.dropcap { font-size: 80px; font-size: 5rem; font-weight: 600; line-height: 0.8; color: #e64946; top: 0; margin-right: 6px; margin-right: 0.375rem; text-transform: uppercase; float: left; position: relative; }
.highlight { padding: 2px 5px; padding: 0.125rem 0.3125rem; }
.heading { border-bottom: 1px dotted #000; }
.box { position: relative; overflow: hidden; padding: 20px 20px 0; padding: 1.25rem 1.25rem 0; margin-bottom: 20px; margin-bottom: 1.25rem; border: 1px solid #ebebeb; }
.box ul, .box ol { margin: 0 0 20px 20px; margin: 0 0 1.25rem 1.25rem; }
.normal { background: #f7f7f7; }
.alert { background: #ffe8e8; }
.success { background: #e5ffbc; }
.infobox { background: #feffcb; }
.event { background: #dfebff; }
.hide-box { position: absolute; top: 0; right: 8px; z-index: 999; cursor: pointer; color: #ddd; }
.no-js .hide-box { display: none; }
[id*='testimonials-'] ul, [id*='images-'] ul { list-style: none; margin: 0; }
.testimonial, .image { margin-bottom: 20px; margin-bottom: 1.25rem; }
.testimonial { position: relative; font-style: italic; background: #f9f9f9; padding: 10px 10px 10px 60px; padding: 0.625rem 0.625rem 0.625rem 3.75rem; border: 1px solid #ebebeb; }
.testimonial:before { position: absolute; top: 0; left: 10px; content: "\201C"; font-family: Georgia, serif; font-size: 100px; font-size: 6.25rem; line-height: 1; color: #999; font-style: normal; }
.testimonial-author { font-style: normal; color: #9a9b97; }
.flex-vid { position: relative; padding-bottom: 55%; padding-top: 8px; height: 0; overflow: hidden; }
.flex-vid iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/***** Jetpack Infinite Scroll *****/

.infinite-scroll .loop-pagination { display: none; }
#infinite-handle span { display: inline-block; font-size: 14px; font-size: 0.875rem; color: #fff; background: #e64946; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
#infinite-handle span:hover { background: #2a2a2a; }

/***** Media Queries *****/

@media screen and (max-width: 1340px) {
	.mh-container, .header-widget, .mh-two-sb .mh-container, .mh-two-sb .header-widget { width: 980px; }
	.mh-two-sb .hp-main, .mh-two-sb .mh-main { width: 700px; }
	.mh-two-sb .hp-content, .mh-two-sb .mh-content { width: 460px; }
	.mh-two-sb .hp-sidebar, .hp-sidebar-2, .mh-two-sb .mh-sidebar, .mh-sidebar-2 { width: 220px; }
	.mh-two-sb .home-2 .cp-thumb-xl, .mh-two-sb .home-5 .cp-thumb-xl { width: 210px; }

	/* .home-2 .cp-thumb-xl .cp-xl-title { position: absolute; bottom: 5px; left: 5px; right: 5px; color: fff; } 
	.home-2 .cp-data { display: none; }
	.home-2 .mh-excerpt { display: none; } */

	.mh-two-sb .loop-layout2 .loop-thumb { float: none; text-align: center; margin: 0; background: #ddd; }
}
@media screen and (max-width: 1000px) {
	.mh-container, .header-widget, .mh-two-sb .mh-container, .mh-two-sb .header-widget { width: 768px; }
	.mh-container, .copyright-wrap { margin: 0 auto; }
	.mh-two-sb .hp-main, .mh-two-sb .mh-main, .hp-sidebar-2, .mh-sidebar-2 { width: 100%; margin: 0; }
	.hp-content, .mh-content, .mh-two-sb .mh-content { width: 488px; }
	.hp-home-3, .hp-home-4 { width: 234px; }
	.mh-two-sb .hp-sidebar, .hp-sidebar { width: 229px; }
	.mh-two-sb .hp-home-3, .mh-two-sb .hp-home-4, .mh-sidebar, .hp-home-6, .home-2 .cp-thumb-xl, .home-5 .cp-thumb-xl { width: 220px; }
	.mh-two-sb .hp-home-6 { width: 248px; }
	.mh-sidebar-2 { margin-top: 20px; }
	.sb-wide .cp-thumb-xl { float: left; margin: 0px 20px 0px 0px; margin: 0rem 1.25rem 0rem 0rem; }
	.sb-wide .cp-small { float: left; width: 50%; min-height: 75px; }
	.sb-wide .cp-no-image { float: none; width: 100%; min-height: 0; }
	.sb-wide .cp-small .cp-data { margin-right: 10px; }
	.sb-wide .cp-widget .cp-small:first-child { padding-top: 15px; padding-top: 0.9375rem; }
	.sb-wide .cp-widget .cp-no-image:first-child { padding-top: 0; }
	.mh-one-sb .loop-layout2 .loop-thumb { float: none; text-align: center; margin: 0; background: #ddd; }
}
@media screen and (max-width: 767px) {
	.mh-container, .header-widget, .mh-two-sb .mh-container, .mh-two-sb .header-widget { width: 100%; min-width: 300px; }
	.hp-content, .hp-sidebar, .mh-content, .mh-sidebar, .mh-right-sb #main-content, .mh-left-sb #main-content, .mh-two-sb .hp-content, .mh-two-sb .hp-sidebar, .mh-two-sb .mh-content { width: 100%; margin: 0; }
	.mh-two-sb .mh-sidebar, .mh-sidebar { width: 100%; margin-top: 20px; }
	.mh-sidebar-2, .mh-two-sb .hp-home-6, .hp-home-6 { margin-top: 0; }
	.cp-thumb-xl, .home-2 .cp-thumb-xl, .home-5 .cp-thumb-xl, .mh-two-sb .home-2 .cp-thumb-xl, .mh-two-sb .home-5 .cp-thumb-xl { float: left; width: 300px; margin: 0px 20px 0px 0px; margin: 0rem 1.25rem 0rem 0rem; }
	.cp-small { float: left; width: 50%; min-height: 75px; }
	.cp-no-image .cp-small { float: none; width: 100%; min-height: 0; }
	.cp-small .cp-data { margin-right: 10px; }
	.cp-widget .cp-small:first-child { padding-top: 15px; padding-top: 0.9375rem; }
	.cp-widget .cp-no-image:first-child { padding-top: 0; }
	.news-ticker { border-top: 1px solid #9a9b97; border-bottom: 1px solid #9a9b97; }
	.header-nav { position: relative; right: 0; border-left: none; border-right: none; }
	.header-nav ul { float: right; }
	.entry-title { font-size: 24px; font-size: 1.5rem; }
	.post-thumbnail img, .slider-normal, img.size-full, img.size-content { width: 100%; }
	.mq-footer { float: none; width: 100%; margin: 0; }
	.js .slicknav_menu { display: block; }
	.js .main-nav, .js .info-nav, .js .footer-nav { display: none; }
	.fullbg .custom-background { background-size: auto; }
}
@media screen and (max-width: 620px) {
	.cp-thumb-xl, .home-2 .cp-thumb-xl, .home-5 .cp-thumb-xl, .mh-two-sb .home-2 .cp-thumb-xl, .mh-two-sb .home-5 .cp-thumb-xl { width: 70px; margin: 0px 10px 0px 0px; margin: 0rem 0.625rem 0rem 0rem; }
	/*.cp-no-image .cp-thumb-xl { display: none; }*/
	.cp-no-image .cp-large { padding: 0 0 0.3125rem; }
	.cp-xl-title { font-size: 14px; font-size: 0.875rem; }
	.cp-large .meta { font-size: 0.6875rem; }
	.cp-small, .home-wide .cp-small, .sb-wide .cp-small { float: none; width: 100%; min-height: 0; }
	.cp-widget .cp-small:first-child, .home-wide .cp-widget .cp-small:first-child, .sb-wide .cp-widget .cp-small:first-child { padding-top: 0; }
	.ticker-item-meta { display: none; }
	.logo-wrap { text-align: center; }
	.logo-name { font-size: 24px; font-size: 1.5rem; }
	.logo-desc { font-size: 14px; font-size: 0.875rem; }
    .logo-overlay { position: relative; margin-top: 10px; text-align: center; }
    .logo-overlay .logo-name { font-size: 18px; font-size: 1.125rem; }
    .logo-overlay .logo-desc { text-align: center; }
	.slider-normal img, .spotlight img, .post-thumbnail img { width: auto; }
	.loop-layout1 .loop-thumb { float: left; margin: 0px 10px 0px 0px; margin: 0rem 0.625rem 0rem 0rem; }
	.loop-layout2 .loop-thumb { float: none; margin: 0; }
	.loop-layout2 .loop-thumb img, .cp-thumb-xl img { width: 100%; }
	.slide-caption { position: relative; width: 100%; bottom: 0; top: auto; border-top: 3px solid #e64946; border-bottom: none; background: rgba(42, 42, 42, 1); }
	.slide-title, .sl-title { font-size: 20px; font-size: 1.25rem; }
	.slide-data .mh-excerpt, .slider-layout1 .flex-control-nav, .related-subheading { display: none; }
	[class*='col-'] { width: 100%; margin: 0; }
	.share-button { width: 85px; }
	.loop-thumb { margin-right: 10px; }
	.commentlist ul, .commentlist ol, .commentlist ul ul, .commentlist ol ol { margin: 0 0 20px 0; margin: 0 0 1.25rem 0; }
	.author-box-contact a { border: 0; }
	.ab-layout1 .author-box-contact a, .ab-layout1 .author-box-contact-start { padding: 0; }
	.content-ad { float: none; margin: 0px 0 10px 0px; margin: 0rem 0 0.625rem 0rem; }
	.ad-sb { padding: 10px 0 0 10px; }
	.ad-sb .ad-item { margin-bottom: 10px; margin-right: 10px; }
	
}
@media only screen and (max-width: 420px) {
	.logo-wrap { border-bottom: 1px solid #ebebeb; }
	.news-ticker { display: none; }
	.loop-thumb { width: 70px; margin: 0px 10px 0px 0px; margin: 0rem 0.625rem 0rem 0rem; }
	.mh-excerpt { display: none; }
	.cp-widget .mh-excerpt { display: none; }
}
