/* Theme Name: flashbak */
*, *:before, *:after {
  box-sizing: border-box; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*.row {
    float: left; clear: both; width: 100%
}*/
.hascount > .count {
  display: none; }

.hascount:hover > .count {
  display: initial; }

header .desktop {
  display: none; }
header ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  header ul li {
    float: left;
    padding: 0; }
    header ul li a {
      color: #000;
      text-decoration: none; }
header .header-main-container {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #eaeaea;
  width: 100%; }
  header .header-main-container .logo {
    margin: 0 auto;
    width: 236px; }
    header .header-main-container .logo a {
      background-color: transparent;
      background-image: url(images/logo.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block;
      width: 100%;
      height: 52px; }
    @media screen and (max-width: 470px) {
      header .header-main-container .logo a {
        display: block;
        margin: 0; } }
  header .header-main-container ul.links {
    text-align: center;
    font-size: 14px; }
    header .header-main-container ul.links li {
      display: inline-block;
      float: none;
      margin: 0 10px;
      overflow: hidden; }
      header .header-main-container ul.links li a {
        font-style: italic;
        font-weight: bolder;
        font-size: 1.4em; }
  header .header-main-container ul.social {
    text-align: center;
    overflow: hidden; }
    header .header-main-container ul.social li {
      display: inline-block;
      float: none;
      margin: 0 4px; }
    header .header-main-container ul.social li.img {
      width: 40px; }
      header .header-main-container ul.social li.img img {
        height: 40px;
        width: 100%; }
    header .header-main-container ul.social .follow {
      font-weight: bold;
      margin: 5px 0 0; }
  header .header-main-container ul.nav-area {
    overflow: hidden;
    position: relative;
    text-align: center; }
    header .header-main-container ul.nav-area li {
      display: inline-block;
      float: none;
      margin: 0 4px; }
    header .header-main-container ul.nav-area li.search-area {
      overflow: hidden;
      padding-top: 4px;
      position: relative;
      width: 32px;
      height: 30px; }
    header .header-main-container ul.nav-area li.search-area.active {
      background-color: #eaeaea;
      position: absolute;
      width: 300px;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0; }
      header .header-main-container ul.nav-area li.search-area.active .btn-search {
        float: left; }
    header .header-main-container ul.nav-area a {
      display: block;
      height: 26px; }
    header .header-main-container ul.nav-area .btn-archive {
      background-image: url(images/archive.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 30px; }
    header .header-main-container ul.nav-area .btn-newsletter {
      background-image: url(images/newsletter.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 30px; }
    header .header-main-container ul.nav-area .btn-menu {
      background-image: url(images/menu.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 30px; }
    header .header-main-container ul.nav-area .btn-search {
      background: transparent url(images/search.png) 0 0 no-repeat;
      border: 0;
      width: 24px;
      height: 24px;
      outline: none; }
  header .header-main-container .search {
    position: absolute;
    width: 100%;
    left: 32px; }
    header .header-main-container .search form {
      text-align: center; }
    header .header-main-container .search #search-input {
      position: relative;
      top: -10px;
      height: 30px;
      background-color: transparent;
      border: none;
      border-bottom: 3px solid black;
      width: 300px; }
    header .header-main-container .search #search-input:focus {
      outline: none; }
    header .header-main-container .search .search-button {
      display: none; }
header .header-detail-container {
  position: fixed;
  top: -160px;
  left: 0;
  z-index: 5;
  border-top: 5px solid #fff;
  background-color: rgba(234, 234, 234, 0.85);
  width: 100%; }
  header .header-detail-container nav {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto; }
    header .header-detail-container nav h2 {
      margin-top: 30px;
      font-size: 1.3em;
      padding: 0 5px;
      clear: both; }
      header .header-detail-container nav h2 a {
        color: #333;
        text-decoration: none; }
    header .header-detail-container nav ul {
      float: left;
      padding: 0 5px 15px 5px; }
      header .header-detail-container nav ul li {
        margin: 0 16px 5px 0; }
        header .header-detail-container nav ul li a:hover {
          text-decoration: underline; }

.leaderboard {
  clear: both;
  width: 728px;
  margin: 15px auto; }

.glam-ad {
  clear: both;
  width: 100%;
  text-align: center; }
  .glam-ad iframe {
    margin: 0 auto; }

header .header-main-container.shrink {
  background-color: #111; }
  header .header-main-container.shrink .logo {
    margin-top: 3px;
    width: auto; }
    header .header-main-container.shrink .logo a {
      background: transparent url(images/logo-white.png) 0 0 no-repeat;
      height: 30px;
      width: 170px;
      margin: 0 auto; }
  header .header-main-container.shrink ul.social {
    color: white; }
  header .header-main-container.shrink ul.nav-area .btn-archive {
    background-image: url(images/archive-white.png); }
  header .header-main-container.shrink ul.nav-area .btn-newsletter {
    background-image: url(images/newsletter-white.png); }
  header .header-main-container.shrink ul.nav-area .btn-menu {
    background-image: url(images/menu-white.png); }
  header .header-main-container.shrink ul.nav-area li.search-area.active {
    background-color: #111; }
  header .header-main-container.shrink ul.nav-area .btn-search {
    background: transparent url(images/search-white.png) 0 0 no-repeat; }
  header .header-main-container.shrink .search #search-input {
    color: white; }
  @media screen and (max-width: 470px) {
    header .header-main-container.shrink .shrink-mobile-hide {
      display: none; } }

body {
  padding-top: 82px !important; }

@media screen and (min-width: 480px) {
  header .header-main-container .logo {
    float: left; }
  header .header-main-container ul.nav-area {
    float: right; }
  header .header-main-container.shrink .logo {
    width: 16%; } }
@media screen and (min-width: 600px) {
  header .header-main-container .logo,
  header .header-main-container.shink .logo {
    float: left; }
  header .header-main-container ul.nav-area,
  header .header-main-container.shink ul.nav-area {
    margin-top: 6px; }
    header .header-main-container ul.nav-area a,
    header .header-main-container.shink ul.nav-area a {
      height: 30px; }
    header .header-main-container ul.nav-area .btn-archive,
    header .header-main-container.shink ul.nav-area .btn-archive {
      width: 35px; }
    header .header-main-container ul.nav-area .btn-newsletter,
    header .header-main-container.shink ul.nav-area .btn-newsletter {
      width: 35px; }
    header .header-main-container ul.nav-area .btn-menu,
    header .header-main-container.shink ul.nav-area .btn-menu {
      width: 35px; } }
@media screen and (min-width: 768px) and (max-width: 808px) {
  header .header-main-container .logo {
    width: 170px; } }
@media screen and (min-width: 768px) {
  header .desktop {
    display: block; }
  header .mobile {
    display: none; }
  header .header-main-container ul.social {
    float: right; }
  header .header-main-container ul.nav-area li {
    float: left;
    margin-left: 8px; } }
@media screen and (max-width: 1080px) {
  header .leaderboard {
    display: none; } }
@media screen and (min-width: 1160px) {
  header .header-main-container .row {
    clear: none;
    float: right;
    overflow: hidden;
    padding-top: 25px;
    width: 72%; } }
@media screen and (max-width: 1000px) {
  header .header-main-container.shrink .row {
    margin-left: 5px; }
    header .header-main-container.shrink .row ul.social {
      position: initial; } }
.search-results {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .search-results .search-result {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 10px; }
    .search-results .search-result .img {
      float: left;
      display: block;
      width: 200px;
      height: 200px;
      margin-right: 20px; }
      .search-results .search-result .img img {
        float: left;
        max-width: 200px; }
    .search-results .search-result span {
      margin-right: 10px;
      font-weight: bold;
      font-style: italic; }
      .search-results .search-result span img {
        position: relative;
        top: 5px; }
    .search-results .search-result a {
      text-decoration: none;
      color: #000; }

.pager {
  text-align: center; }
  .pager .inactive {
    opacity: 0.4; }
  .pager a {
    color: black;
    font-style: italic;
    text-decoration: none; }
  .pager a:hover {
    text-decoration: underline; }
  .pager .back {
    float: left;
    width: 100px;
    padding-top: 10px; }
  .pager .numbers {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-top: 10px; }
    .pager .numbers span {
      margin: 0 10px; }
  .pager .next {
    float: right;
    width: 100px;
    padding-top: 10px; }

#menu h2, #menu p, #menu ul, #menu img {
  float: left;
  clear: both; }
#menu h2 {
  padding-right: 20px;
  margin-bottom: 5px;
  border-bottom: 2px solid black; }
#menu a {
  color: #000;
  text-decoration: none; }
#menu a:hover {
  text-decoration: underline; }

article {
  clear: both;
  width: 90%;
  max-width: 950px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  article header h1.article-title {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0; }
  article header .byline {
    margin: 10px 0;
    overflow: hidden; }
  article header .article-details {
    font-size: 12px;
    color: #000; }
  article header a {
    color: #000; }
  article img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  article p {
    line-height: 24px;
    font-size: 14px; }
  article .post-share {
    text-align: center; }
    article .post-share p {
      margin-bottom: 0; }

@media screen and (min-width: 600px) {
  article {
    width: 75%; } }
span.previous-post, span.next-post {
  width: 50%; }
  span.previous-post a, span.next-post a {
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    width: 25%; }
  span.previous-post img, span.next-post img {
    max-width: 20%; }
  span.previous-post p, span.next-post p {
    max-width: 80%;
    margin-top: 12px; }

span.previous-post {
  float: left; }
  span.previous-post img {
    float: left; }
  span.previous-post p {
    float: left; }

span.next-post {
  float: right; }
  span.next-post img {
    float: right; }
  span.next-post p {
    float: right; }

.post-social {
  clear: both;
  height: 40px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .post-social h3, .post-social a {
    display: block;
    float: left;
    padding: 0;
    margin: 5px; }

.more-posts {
  width: 100%;
  clear: both;
  width: 100%; }

#container3 {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    #container3 .grid-sizer {
      width: 25%; }
    #container3 .block {
      width: 25%; } }
  @media screen and (min-width: 600px) and (max-width: 1199px) {
    #container3 .grid-sizer {
      width: 50%; }
    #container3 .block {
      width: 50%; } }
  @media screen and (max-width: 599px) {
    #container3 .grid-sizer {
      width: 100%; }
    #container3 .block {
      width: 100%; } }
  @media screen and (min-width: 600px) and (max-width: 800px) {
    #container3 p {
      display: none; }
    #container3 h3 {
      border-bottom: none;
      bottom: 10%; } }
  @media screen and (min-width: 1200px) and (max-width: 1600px) {
    #container3 p {
      display: none; }
    #container3 h3 {
      border-bottom: none;
      bottom: 10%; } }

@media screen and (min-width: 600px) {
  article header h1.article-title {
    font-size: 48px; }
  article p {
    line-height: 30px;
    font-size: 20px; } }
footer {
  float: left;
  clear: both;
  width: 100%; }
  footer a {
    color: #000;
    font-size: 0.9em;
    text-decoration: none; }
  footer a:hover {
    text-decoration: underline; }
  footer p {
    text-align: center; }
  footer .break {
    width: 75%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    border-bottom: 1px solid #000; }

article.archives .columns {
  width: 100%;
  clear: both;
  margin-top: 10px; }
  article.archives .columns div {
    float: left;
    width: 25%; }
    article.archives .columns div ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      article.archives .columns div ul li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #d5c8c8;
        width: 80%; }
        article.archives .columns div ul li a {
          color: #000;
          text-decoration: none; }
  @media screen and (max-width: 1000px) and (min-width: 651px) {
    article.archives .columns div {
      width: 40%;
      padding-left: 10%; }
    article.archives .columns div:nth-child(2), article.archives .columns div:nth-child(4) {
      float: right; }
    article.archives .columns div:nth-child(3) {
      clear: left; }
    article.archives .columns div:nth-child(3), article.archives .columns div:nth-child(4) {
      margin-top: 20px;
      border-top: 3px solid #bbb;
      padding-top: 30px; } }
  @media screen and (max-width: 650px) {
    article.archives .columns div {
      width: 100%;
      clear: left; } }
article.archives h2.selected {
  clear: left;
  padding-top: 20px; }
article.archives p.article a {
  color: #000;
  text-decoration: none;
  font-weight: bold; }
article.archives p.article a:hover {
  text-decoration: underline; }

body {
  padding: 0;
  background-color: #eaeaea;
  font-family: 'Roboto', sans-serif; }

h2, h3 {
  font-style: italic; }

a {
  color: #f99c00; }

#container {
  width: 100%;
  clear: both;
  float: left; }
  @media screen and (min-width: 1200px) {
    #container .grid-sizer, #container .block {
      width: 25%; }
    #container .block.w2 {
      width: 50%; } }
  @media screen and (min-width: 800px) and (max-width: 1199px) {
    #container .grid-sizer, #container .block {
      width: 50%; }
    #container .block.w2 {
      width: 50%; }
    #container .block:nth-child(5) {
      display: none; } }
  @media screen and (max-width: 799px) {
    #container .grid-sizer, #container .block {
      width: 100%; }
    #container .block.w2 {
      width: 100%; } }
  @media screen and (min-width: 1200px) and (max-width: 1450px) {
    #container .block.w1 a .comments {
      display: none; }
    #container .block.w1 a h3 {
      bottom: 50%; }
    #container .block.w1 a p {
      top: 55%; } }

.block-container .block {
  float: left; }

#container2 {
  width: 75%;
  clear: both;
  float: left; }
  @media screen and (min-width: 1200px) {
    #container2 .block {
      width: 50%; } }
  @media screen and (min-width: 800px) and (max-width: 1199px) {
    #container2 {
      width: 50%; }
      #container2 .block {
        width: 100%; } }
  @media screen and (max-width: 799px) {
    #container2 {
      width: 100%; }
      #container2 .block {
        width: 100%; } }

#menu-containter {
  float: left;
  width: 25%; }
  @media screen and (min-width: 800px) and (max-width: 1199px) {
    #menu-containter {
      width: 50%; } }
  @media screen and (max-width: 799px) {
    #menu-containter {
      width: 100%; } }

.block {
  color: #fff;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #eaeaea;
  overflow: hidden; }
  .block a {
    color: #fff; }
    .block a .img {
      display: block;
      width: 100% !important;
      height: auto !important; }
    .block a .text {
      z-index: 2;
      position: absolute;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      color: #fff;
      padding: 4%;
      background-color: #333;
      background-color: rgba(48, 48, 48, 0.7);
      -webkit-transition: bottom 0.5s ease;
      transition: bottom 0.5s ease; }
      .block a .text .comments .count {
        float: left;
        padding-right: 6px;
        padding-top: 2px;
        display: block; }
      .block a .text .comments .icon {
        float: left;
        display: block;
        margin-right: 10px; }
      .block a .text h3 {
        font-size: 1.2em;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        position: absolute;
        bottom: 40%;
        width: 92%;
        margin: 0; }
      .block a .text p {
        font-size: 0.9em;
        position: absolute;
        margin: 0;
        top: 70%; }
      .block a .text hr {
        margin-left: 3%; }
      @media screen and (max-width: 470px) {
        .block a .text p {
          display: none; }
        .block a .text h3 {
          border-bottom: none;
          bottom: 10%; } }
  .block .title {
    z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #fff; }
  .block .title h2 {
    padding: 0;
    margin: 16px;
    color: #000;
    font-size: 1.6em;
    font-weight: bolder; }

@media screen and (min-width: 470px) {
  #container2 h3 {
    font-size: 1.5em; } }
@media screen and (min-width: 1200px) {
  .block.w2 .text h3 {
    font-size: 1.6em; }

  .block.w2 a .text {
    padding: 2%;
    bottom: 0; }
    .block.w2 a .text h3 {
      width: 96%;
      bottom: 20%; }
    .block.w2 a .text p {
      width: 96%;
      top: 84%; } }
hr {
  width: 30%;
  border: 1px solid #fff;
  margin-left: 0;
  margin-top: -15px; }

#menu {
  color: black; }
  #menu hr {
    border-color: black; }
  #menu h2 {
    font-size: 1.5em; }
  #menu ul {
    list-style: none;
    padding: 0; }
    #menu ul li {
      padding: 6px 0;
      float: left;
      clear: both; }
      #menu ul li a {
        font-size: 0.8em;
        color: #000;
        text-decoration: none; }
        #menu ul li a img {
          margin-right: 5px; }
      #menu ul li a:hover {
        text-decoration: underline; }

div.wp-caption {
  width: 100% !important; }

div.wpcf7 img.ajax-loader, article li.thumbnail-image img {
  width: auto; }

@media screen and (max-width: 940px) {
  .hide940 {
    display: none; } }
@media screen and (max-width: 1135px) {
  .hide1135 {
    display: none; } }
p.wp-caption-text {
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
  font-size: 0.9em; }

#pager span.more {
  display: none;
  font-size: 1.5em;
  font-weight: bold; }

#spinner {
  display: none; }

#spinner img, #pager .more {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 800px) {
  #pager span.more {
    display: block; }

  #pager .next-page {
    display: none; } }

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