.free_area {
  /**
   * 4.0 Elements
   */
  /* Placeholder text color -- selectors need to be separate to work. */
  /**
   * 5.0 Forms
   */
  /**
   * 6.0 Navigations
   */
  /**
   * 6.1 Links
   */
  /**
   * 6.2 Menus
   */
  /* reset screen-reader-text */
  /**
   * 7.0 Accessibility
   */
  /* Text meant only for screen readers */
  /* must have higher specificity than alternative color schemes inline styles */
  /**
   * 8.0 Alignments
   */
  /**
   * 9.0 Clearings
   */
  /**
   * 10.0 Header
   */
  /**
   * 11.0 Widgets
   */
  /**
   * 12.0 Content
   */
  /**
   * 12.1 Posts and pages
   */
  /**
   * 12.2 Post Formats
   */
  /**
   * 12.3 Comments
   */
  /**
   * 13.0 Footer
   */
  /**
   * 14.0 Media
   */
  /**
   * 14.1 Captions
   */
  /**
   * 14.2 Galleries
   */
  /**
   * 15.0 Media Queries
   */
  /*
   * Does the same thing as <meta name="viewport" content="width=device-width">,
   * but in the future W3C standard way. -ms- prefix is required for IE10+ to
   * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
   * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
   */
  /**
   * 15.1 Mobile Large 620px
   */
  /**
   * 15.2 Tablet Small 740px
   */
  /**
   * 15.3 Tablet Large 880px
   */
  /**
   * 15.4 Desktop Small 955px
   */
  /**
   * 15.5 Desktop Medium 1100px
   */
  /**
   * 15.6 Desktop Large 1240px
   */
  /**
   * 15.7 Desktop X-Large 1403px
   */
  /**
   * 16.0 Print
   */ }
  .free_area blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-style: italic;
    line-height: 1.6667;
    padding-left: 0.7778em; }
  .free_area blockquote p {
    margin-bottom: 1.6667em; }
  .free_area blockquote > p:last-child {
    margin-bottom: 0; }
  .free_area blockquote cite,
  .free_area blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6; }
  .free_area blockquote em,
  .free_area blockquote i,
  .free_area blockquote cite {
    font-style: normal; }
  .free_area blockquote strong,
  .free_area blockquote b {
    font-weight: 400; }
  .free_area address {
    font-style: italic;
    margin: 0 0 1.6em; }
  .free_area code,
  .free_area kbd,
  .free_area tt,
  .free_area var,
  .free_area samp,
  .free_area pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .free_area pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .free_area abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help; }
  .free_area mark,
  .free_area ins {
    background-color: #fff9c0;
    text-decoration: none; }
  .free_area sup,
  .free_area sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .free_area sup {
    bottom: 1ex; }
  .free_area sub {
    top: .5ex; }
  .free_area small {
    font-size: 75%; }
  .free_area big {
    font-size: 125%; }
  .free_area hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em; }
  .free_area ul,
  .free_area ol {
    margin: 10px 0; }
  .free_area ul {
    list-style: disc; }
  .free_area ol {
    list-style: decimal; }
  .free_area li > ul,
  .free_area li > ol {
    margin-bottom: 0; }
  .free_area dl {
    margin-bottom: 1.6em; }
  .free_area dt {
    font-weight: bold; }
  .free_area dd {
    margin-bottom: 1.6em; }
  .free_area table,
  .free_area th,
  .free_area td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1); }
  .free_area table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%; }
  .free_area caption,
  .free_area th,
  .free_area td {
    font-weight: normal;
    text-align: left; }
  .free_area th {
    border-width: 0 1px 1px 0;
    font-weight: 700; }
  .free_area td {
    border-width: 0 1px 1px 0; }
  .free_area th, .free_area td {
    padding: 0.4em; }
  .free_area img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .free_area figure {
    margin: 0; }
  .free_area del {
    opacity: 0.8; }
  .free_area ::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7); }
  .free_area :-moz-placeholder {
    color: rgba(51, 51, 51, 0.7); }
  .free_area ::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */ }
  .free_area :-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7); }
  .free_area button,
  .free_area input,
  .free_area select,
  .free_area textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline; }
  .free_area button,
  .free_area input {
    line-height: normal; }
  .free_area input,
  .free_area textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7); }
  .free_area input:focus,
  .free_area textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333; }
  .free_area input:focus,
  .free_area select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3); }
  .free_area button[disabled],
  .free_area input[disabled],
  .free_area select[disabled],
  .free_area textarea[disabled] {
    cursor: default;
    opacity: .5; }
  .free_area button,
  .free_area input[type="button"],
  .free_area input[type="reset"],
  .free_area input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase; }
  .free_area button:hover,
  .free_area input[type="button"]:hover,
  .free_area input[type="reset"]:hover,
  .free_area input[type="submit"]:hover,
  .free_area button:focus,
  .free_area input[type="button"]:focus,
  .free_area input[type="reset"]:focus,
  .free_area input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0; }
  .free_area input[type="search"] {
    -webkit-appearance: textfield; }
  .free_area input[type="search"]::-webkit-search-cancel-button,
  .free_area input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .free_area button::-moz-focus-inner,
  .free_area input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .free_area input[type="text"],
  .free_area input[type="email"],
  .free_area input[type="url"],
  .free_area input[type="password"],
  .free_area input[type="search"],
  .free_area textarea {
    padding: 0.375em;
    width: 100%; }
  .free_area textarea {
    overflow: auto;
    vertical-align: top; }
  .free_area input[type="text"]:focus,
  .free_area input[type="email"]:focus,
  .free_area input[type="url"]:focus,
  .free_area input[type="password"]:focus,
  .free_area input[type="search"]:focus,
  .free_area textarea:focus {
    outline: 0; }
  .free_area .post-password-form {
    position: relative; }
  .free_area .post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase; }
  .free_area .post-password-form input[type="submit"] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0; }
  .free_area input[type="checkbox"],
  .free_area input[type="radio"] {
    padding: 0; }
  .free_area .search-form input[type="submit"],
  .free_area .widget .search-form input[type="submit"] {
    padding: 0; }
  .free_area a {
    color: #333;
    text-decoration: underline; }
  .free_area a:hover,
  .free_area a:focus {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    text-decoration: none; }
  .free_area .main-navigation a {
    display: block;
    padding: 0.8em 0;
    position: relative;
    text-decoration: none; }
  .free_area .main-navigation ul {
    list-style: none;
    margin: 0; }
  .free_area .main-navigation ul ul {
    display: none;
    margin-left: 0.8em; }
  .free_area .main-navigation ul .toggled-on {
    display: block; }
  .free_area .main-navigation li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative; }
  .free_area .main-navigation .current_page_item > a,
  .free_area .main-navigation .current-menu-item > a,
  .free_area .main-navigation .current_page_ancestor > a {
    font-weight: 700; }
  .free_area .main-navigation .nav-menu > ul > li:first-child,
  .free_area .main-navigation .nav-menu > li:first-child {
    border-top: 0; }
  .free_area .main-navigation .page_item_has_children > a,
  .free_area .main-navigation .menu-item-has-children > a {
    padding-right: 48px; }
  .free_area .main-navigation .menu-item-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0.5em; }
  .free_area .no-js .main-navigation ul ul {
    display: block; }
  .free_area .dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 42px;
    padding: 0;
    position: absolute;
    text-transform: lowercase;
    /* Stop screen readers to read the text as capital letters */
    top: 3px;
    right: 0;
    width: 42px; }
  .free_area .dropdown-toggle:after {
    color: #333;
    content: "\f431";
    font-size: 24px;
    line-height: 42px;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px; }
  .free_area .dropdown-toggle:hover,
  .free_area .dropdown-toggle:focus {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1); }
  .free_area .dropdown-toggle:focus {
    outline: 1px solid #c1c1c1;
    outline: 1px solid rgba(51, 51, 51, 0.3); }
  .free_area .dropdown-toggle.toggle-on:after {
    content: "\f432"; }
  .free_area .social-navigation {
    margin: 9.0909% 0; }
  .free_area .social-navigation ul {
    list-style: none;
    margin: 0 0 -1.6em 0; }
  .free_area .social-navigation li {
    float: left; }
  .free_area .social-navigation a {
    display: block;
    height: 3.2em;
    position: relative;
    width: 3.2em; }
  .free_area .social-navigation a:before {
    content: "\f415";
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0; }
  .free_area .social-navigation a[href$="/feed/"]:before {
    content: "\f413"; }
  .free_area .social-navigation a[href*="codepen.io"]:before {
    content: "\f216"; }
  .free_area .social-navigation a[href*="digg.com"]:before {
    content: "\f221"; }
  .free_area .social-navigation a[href*="dribbble.com"]:before {
    content: "\f201"; }
  .free_area .social-navigation a[href*="dropbox.com"]:before {
    content: "\f225"; }
  .free_area .social-navigation a[href*="facebook.com"]:before {
    content: "\f203"; }
  .free_area .social-navigation a[href*="flickr.com"]:before {
    content: "\f211"; }
  .free_area .social-navigation a[href*="foursquare.com"]:before {
    content: "\f226"; }
  .free_area .social-navigation a[href*="plus.google.com"]:before {
    content: "\f206"; }
  .free_area .social-navigation a[href*="github.com"]:before {
    content: "\f200"; }
  .free_area .social-navigation a[href*="instagram.com"]:before {
    content: "\f215"; }
  .free_area .social-navigation a[href*="linkedin.com"]:before {
    content: "\f208"; }
  .free_area .social-navigation a[href*="pinterest.com"]:before {
    content: "\f210"; }
  .free_area .social-navigation a[href*="getpocket.com"]:before {
    content: "\f224"; }
  .free_area .social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217"; }
  .free_area .social-navigation a[href*="reddit.com"]:before {
    content: "\f222"; }
  .free_area .social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223"; }
  .free_area .social-navigation a[href*="tumblr.com"]:before {
    content: "\f214"; }
  .free_area .social-navigation a[href*="twitter.com"]:before {
    content: "\f202"; }
  .free_area .social-navigation a[href*="vimeo.com"]:before {
    content: "\f212"; }
  .free_area .social-navigation a[href*="wordpress.com"]:before,
  .free_area .social-navigation a[href*="wordpress.org"]:before {
    content: "\f205"; }
  .free_area .social-navigation a[href*="youtube.com"]:before {
    content: "\f213"; }
  .free_area .social-navigation a[href*="mailto:"]:before {
    content: "\f410"; }
  .free_area .social-navigation a[href*="spotify.com"]:before {
    content: "\f515"; }
  .free_area .social-navigation a[href*="twitch.tv"]:before {
    content: "\f516"; }
  .free_area .secondary-toggle {
    background-color: transparent;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 42px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px; }
  .free_area .secondary-toggle:before {
    color: #333;
    content: "\f419";
    line-height: 40px;
    width: 40px; }
  .free_area .secondary-toggle:hover,
  .free_area .secondary-toggle:focus {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: 0; }
  .free_area .secondary-toggle.toggled-on:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: 1px;
    left: -1px; }
  .free_area .post-navigation {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-weight: 700; }
  .free_area .post-navigation a {
    display: block;
    padding: 3.8461% 7.6923%; }
  .free_area .post-navigation span {
    display: block; }
  .free_area .post-navigation .meta-nav {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    z-index: 2; }
  .free_area .post-navigation .post-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    position: relative;
    z-index: 2; }
  .free_area .post-navigation .nav-next,
  .free_area .post-navigation .nav-previous {
    background-position: center;
    background-size: cover;
    position: relative; }
  .free_area .post-navigation a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .free_area .post-navigation a:hover:before,
  .free_area .post-navigation a:focus:before {
    opacity: 0.5; }
  .free_area .post-navigation .meta-nav {
    opacity: 0.8; }
  .free_area .post-navigation div + div {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1); }
  .free_area .pagination {
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1); }
  .free_area .pagination .nav-links {
    min-height: 3.2em;
    position: relative;
    text-align: center; }
  .free_area .pagination .current .screen-reader-text {
    position: static !important; }
  .free_area .pagination .page-numbers {
    display: none;
    line-height: 3.2em;
    padding: 0 0.6667em; }
  .free_area .pagination .page-numbers.current {
    text-transform: uppercase; }
  .free_area .pagination .current {
    display: inline-block;
    font-weight: 700; }
  .free_area .pagination .prev,
  .free_area .pagination .next {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 48px; }
  .free_area .pagination .prev:before,
  .free_area .pagination .next:before {
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    position: relative;
    width: 48px; }
  .free_area .pagination .prev:hover,
  .free_area .pagination .prev:focus,
  .free_area .pagination .next:hover,
  .free_area .pagination .next:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7); }
  .free_area .pagination .prev {
    left: 0; }
  .free_area .pagination .prev:before {
    content: "\f430";
    left: -1px; }
  .free_area .pagination .next {
    right: 0; }
  .free_area .pagination .next:before {
    content: "\f429";
    right: -1px; }
  .free_area .image-navigation,
  .free_area .comment-navigation {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase; }
  .free_area .image-navigation a,
  .free_area .comment-navigation a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7); }
  .free_area .image-navigation a:hover,
  .free_area .image-navigation a:focus,
  .free_area .comment-navigation a:hover,
  .free_area .comment-navigation a:focus {
    color: #333; }
  .free_area .image-navigation .nav-previous:not(:empty),
  .free_area .image-navigation .nav-next:not(:empty),
  .free_area .comment-navigation .nav-previous:not(:empty),
  .free_area .comment-navigation .nav-next:not(:empty) {
    display: inline-block; }
  .free_area .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
  .free_area .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\2215";
    font-weight: 400;
    margin: 0 0.7em; }
  .free_area .image-navigation .nav-previous a:before,
  .free_area .comment-navigation .nav-previous a:before {
    content: "\f430";
    margin-right: 0.2em;
    position: relative; }
  .free_area .image-navigation .nav-next a:after,
  .free_area .comment-navigation .nav-next a:after {
    content: "\f429";
    margin-left: 0.2em;
    position: relative; }
  .free_area .comment-navigation {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 2em 0; }
  .free_area .comments-title + .comment-navigation {
    border-bottom: 0; }
  .free_area .image-navigation {
    padding: 0 7.6923%; }
  .free_area .image-navigation .nav-previous:not(:empty),
  .free_area .image-navigation .nav-next:not(:empty) {
    margin-bottom: 2em; }
  .free_area .says,
  .free_area .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  .free_area .site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em; }
  .free_area .logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }
  .free_area .site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000; }
  .free_area .alignleft {
    display: inline;
    float: left; }
  .free_area .alignright {
    display: inline;
    float: right; }
  .free_area .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .free_area blockquote.alignleft,
  .free_area .wp-caption.alignleft,
  .free_area img.alignleft {
    margin: 0.4em 1.6em 1.6em 0; }
  .free_area blockquote.alignright,
  .free_area .wp-caption.alignright,
  .free_area img.alignright {
    margin: 0.4em 0 1.6em 1.6em; }
  .free_area blockquote.aligncenter,
  .free_area .wp-caption.aligncenter,
  .free_area img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em; }
  .free_area .wp-caption.alignleft,
  .free_area .wp-caption.alignright,
  .free_area .wp-caption.aligncenter {
    margin-bottom: 1.2em; }
  .free_area .clear:before,
  .free_area .clear:after,
  .free_area .site:before,
  .free_area .site:after,
  .free_area .entry-content:before,
  .free_area .entry-content:after,
  .free_area .comment-content:before,
  .free_area .comment-content:after,
  .free_area .site-content:before,
  .free_area .site-content:after,
  .free_area .nav-links:before,
  .free_area .nav-links:after,
  .free_area .comment-navigation:before,
  .free_area .comment-navigation:after,
  .free_area .social-navigation ul:before,
  .free_area .social-navigation ul:after,
  .free_area .textwidget:before,
  .free_area .textwidget:after {
    content: "";
    display: table; }
  .free_area .clear:after,
  .free_area .site:after,
  .free_area .entry-content:after,
  .free_area .comment-content:after,
  .free_area .site-content:after,
  .free_area .nav-links:after,
  .free_area .comment-navigation:after,
  .free_area .social-navigation ul:after,
  .free_area .textwidget:after {
    clear: both; }
  .free_area .site-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%; }
  .free_area .site-branding {
    min-height: 2em;
    padding-right: 60px;
    position: relative; }
  .free_area .site-title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3636;
    margin-bottom: 0; }
  .free_area .site-description {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0.5em 0 0;
    opacity: 0.7; }
  .free_area .widget {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 9.09090%;
    width: 100%;
    word-wrap: break-word; }
  .free_area .widget pre {
    line-height: 1.2; }
  .free_area .widget button,
  .free_area .widget input,
  .free_area .widget select,
  .free_area .widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; }
  .free_area .widget button,
  .free_area .widget input {
    line-height: normal; }
  .free_area .widget button,
  .free_area .widget input[type="button"],
  .free_area .widget input[type="reset"],
  .free_area .widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em; }
  .free_area .widget input[type="text"],
  .free_area .widget input[type="email"],
  .free_area .widget input[type="url"],
  .free_area .widget input[type="password"],
  .free_area .widget input[type="search"],
  .free_area .widget textarea {
    padding: 0.375em; }
  .free_area .widget-title {
    color: #333;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .free_area .widget > :last-child {
    margin-bottom: 0; }
  .free_area .widget_calendar table {
    margin: 0; }
  .free_area .widget_calendar td,
  .free_area .widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0; }
  .free_area .widget_calendar caption {
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .free_area .widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700; }
  .free_area .widget_calendar tbody a:hover,
  .free_area .widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff; }
  .free_area .widget_archive a,
  .free_area .widget_categories a,
  .free_area .widget_links a,
  .free_area .widget_meta a,
  .free_area .widget_nav_menu a,
  .free_area .widget_pages a,
  .free_area .widget_recent_comments a,
  .free_area .widget_recent_entries a {
    border: 0; }
  .free_area .widget_archive ul,
  .free_area .widget_categories ul,
  .free_area .widget_links ul,
  .free_area .widget_meta ul,
  .free_area .widget_nav_menu ul,
  .free_area .widget_pages ul,
  .free_area .widget_recent_comments ul,
  .free_area .widget_recent_entries ul {
    list-style: none;
    margin: 0; }
  .free_area .widget_archive li,
  .free_area .widget_categories li,
  .free_area .widget_links li,
  .free_area .widget_meta li,
  .free_area .widget_nav_menu li,
  .free_area .widget_pages li,
  .free_area .widget_recent_comments li,
  .free_area .widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0; }
  .free_area .widget_archive li:first-child,
  .free_area .widget_categories li:first-child,
  .free_area .widget_links li:first-child,
  .free_area .widget_meta li:first-child,
  .free_area .widget_nav_menu li:first-child,
  .free_area .widget_pages li:first-child,
  .free_area .widget_recent_comments li:first-child,
  .free_area .widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0; }
  .free_area .widget_archive li:last-child,
  .free_area .widget_categories li:last-child,
  .free_area .widget_links li:last-child,
  .free_area .widget_meta li:last-child,
  .free_area .widget_nav_menu li:last-child,
  .free_area .widget_pages li:last-child,
  .free_area .widget_recent_comments li:last-child,
  .free_area .widget_recent_entries li:last-child {
    padding-bottom: 0; }
  .free_area .widget_categories .children,
  .free_area .widget_nav_menu .sub-menu,
  .free_area .widget_pages .children {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em; }
  .free_area .widget_recent_entries .post-date {
    display: block; }
  .free_area .widget_rss ul {
    list-style: none;
    margin: 0; }
  .free_area .widget_rss li {
    margin-bottom: 1.6em; }
  .free_area .widget_rss ul:last-child,
  .free_area .widget_rss li:last-child {
    margin-bottom: 0; }
  .free_area .widget_rss .rsswidget {
    border: 0;
    font-weight: 700; }
  .free_area .widget_rss .rsswidget img {
    margin-top: -4px; }
  .free_area .widget_rss .rss-date,
  .free_area .widget_rss cite {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8; }
  .free_area .textwidget > :last-child {
    margin-bottom: 0; }
  .free_area .textwidget a {
    border-bottom: 1px solid #333; }
  .free_area .textwidget a:hover,
  .free_area .textwidget a:focus {
    border-bottom: 0; }
  .free_area .secondary {
    background-color: #fff;
    display: none;
    padding: 0 7.6923%; }
  .free_area .secondary.toggled-on {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block; }
  .free_area .widget-area {
    margin: 9.09090% auto 0; }
  .free_area .site-footer {
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 3.84615% 7.6923%; }
  .free_area .hentry {
    background-color: #fff;
    padding-top: 7.6923%;
    position: relative; }
  .free_area .hentry.has-post-thumbnail {
    padding-top: 0; }
  .free_area .hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px); }
  .free_area .hentry + .hentry {
    border-top: 1px solid rgba(51, 51, 51, 0.1); }
  .free_area .post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 2.4em; }
  .free_area .post-thumbnail img {
    display: block;
    margin: 0 auto; }
  .free_area a.post-thumbnail:hover,
  .free_area a.post-thumbnail:focus {
    opacity: 0.85; }
  .free_area .entry-header {
    padding: 0 7.6923%; }
  .free_area .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0.9231em; }
  .free_area .entry-content,
  .free_area .entry-summary {
    padding: 0 7.6923% 7.6923%; }
  .free_area .entry-content > :last-child,
  .free_area .entry-summary > :last-child {
    margin-bottom: 0; }
  .free_area .entry-content,
  .free_area .entry-summary,
  .free_area .page-content,
  .free_area .comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; }
  .free_area .entry-content h1,
  .free_area .entry-summary h1,
  .free_area .page-content h1,
  .free_area .comment-content h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-top: 1.8462em;
    margin-bottom: 0.9231em; }
  .free_area .entry-content h2,
  .free_area .entry-summary h2,
  .free_area .page-content h2,
  .free_area .comment-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636;
    margin-top: 2.1818em;
    margin-bottom: 1.0909em; }
  .free_area .entry-content h3,
  .free_area .entry-summary h3,
  .free_area .page-content h3,
  .free_area .comment-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-top: 2.6667em;
    margin-bottom: 1.3333em; }
  .free_area .entry-content h4,
  .free_area .entry-content h5,
  .free_area .entry-content h6,
  .free_area .entry-summary h4,
  .free_area .entry-summary h5,
  .free_area .entry-summary h6,
  .free_area .page-content h4,
  .free_area .page-content h5,
  .free_area .page-content h6,
  .free_area .comment-content h4,
  .free_area .comment-content h5,
  .free_area .comment-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em; }
  .free_area .entry-content h5,
  .free_area .entry-content h6,
  .free_area .entry-summary h5,
  .free_area .entry-summary h6,
  .free_area .page-content h5,
  .free_area .page-content h6,
  .free_area .comment-content h5,
  .free_area .comment-content h6 {
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .free_area .entry-content > h1:first-child,
  .free_area .entry-content > h2:first-child,
  .free_area .entry-content > h3:first-child,
  .free_area .entry-content > h4:first-child,
  .free_area .entry-content > h5:first-child,
  .free_area .entry-content > h6:first-child,
  .free_area .entry-summary > h1:first-child,
  .free_area .entry-summary > h2:first-child,
  .free_area .entry-summary > h3:first-child,
  .free_area .entry-summary > h4:first-child,
  .free_area .entry-summary > h5:first-child,
  .free_area .entry-summary > h6:first-child,
  .free_area .page-content > h1:first-child,
  .free_area .page-content > h2:first-child,
  .free_area .page-content > h3:first-child,
  .free_area .page-content > h4:first-child,
  .free_area .page-content > h5:first-child,
  .free_area .page-content > h6:first-child,
  .free_area .comment-content > h1:first-child,
  .free_area .comment-content > h2:first-child,
  .free_area .comment-content > h3:first-child,
  .free_area .comment-content > h4:first-child,
  .free_area .comment-content > h5:first-child,
  .free_area .comment-content > h6:first-child {
    margin-top: 0; }
  .free_area .entry-content a,
  .free_area .entry-summary a,
  .free_area .page-content a,
  .free_area .comment-content a,
  .free_area .pingback .comment-body > a {
    border-bottom: 1px solid #333; }
  .free_area .entry-content a:hover,
  .free_area .entry-content a:focus,
  .free_area .entry-summary a:hover,
  .free_area .entry-summary a:focus,
  .free_area .page-content a:hover,
  .free_area .page-content a:focus,
  .free_area .comment-content a:hover,
  .free_area .comment-content a:focus,
  .free_area .pingback .comment-body > a:hover,
  .free_area .pingback .comment-body > a:focus {
    border-bottom: 0; }
  .free_area .entry-content a img,
  .free_area .entry-summary a img,
  .free_area .page-content a img,
  .free_area .comment-content a img {
    display: block; }
  .free_area .entry-content .more-link,
  .free_area .entry-summary .more-link:after {
    white-space: nowrap; }
  .free_area .entry-content .more-link:after,
  .free_area .entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px; }
  .free_area .author-info {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0 7.6923%;
    padding: 7.6923% 0; }
  .free_area .author-info .avatar {
    float: left;
    height: 36px;
    margin: 0 1.6em 1.6em 0;
    width: 36px; }
  .free_area .author-heading {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.5em;
    text-transform: uppercase; }
  .free_area .author-title {
    clear: none; }
  .free_area .author-bio {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 1px; }
  .free_area .author-description {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; }
  .free_area .author-description a {
    border-bottom: 1px solid #333; }
  .free_area .author-description a:hover,
  .free_area .author-description a:focus {
    border-bottom: 0; }
  .free_area .author-description > :last-child {
    margin-bottom: 0; }
  .free_area .author-link {
    white-space: nowrap; }
  .free_area .author-link:after {
    content: "\f429";
    position: relative;
    top: 1px; }
  .free_area .entry-footer {
    background-color: #f7f7f7;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 3.8461% 7.6923%; }
  .free_area .entry-footer a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7); }
  .free_area .entry-footer a:hover {
    border-bottom: 1px solid #333; }
  .free_area .entry-footer a:hover,
  .free_area .entry-footer a:focus {
    color: #333; }
  .free_area .sticky-post {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    text-transform: uppercase; }
  .free_area .updated:not(.published) {
    display: none; }
  .free_area .sticky .posted-on {
    display: none; }
  .free_area .posted-on:before,
  .free_area .byline:before,
  .free_area .cat-links:before,
  .free_area .tags-links:before,
  .free_area .comments-link:before,
  .free_area .entry-format:before,
  .free_area .edit-link:before,
  .free_area .full-size-link:before {
    margin-right: 2px;
    position: relative; }
  .free_area .posted-on,
  .free_area .byline,
  .free_area .cat-links,
  .free_area .tags-links,
  .free_area .comments-link,
  .free_area .entry-format,
  .free_area .full-size-link {
    margin-right: 1em; }
  .free_area .format-aside .entry-format:before {
    content: "\f101"; }
  .free_area .format-image .entry-format:before {
    content: "\f473"; }
  .free_area .format-gallery .entry-format:before {
    content: "\f103"; }
  .free_area .format-video .entry-format:before {
    content: "\f104"; }
  .free_area .format-status .entry-format:before {
    content: "\f105"; }
  .free_area .format-quote .entry-format:before {
    content: "\f106"; }
  .free_area .format-link .entry-format:before {
    content: "\f107"; }
  .free_area .format-chat .entry-format:before {
    content: "\f108"; }
  .free_area .format-audio .entry-format:before {
    content: "\f109"; }
  .free_area .posted-on:before {
    content: "\f307"; }
  .free_area .byline:before {
    content: "\f304"; }
  .free_area .cat-links:before {
    content: "\f301"; }
  .free_area .tags-links:before {
    content: "\f302"; }
  .free_area .comments-link:before {
    content: "\f300"; }
  .free_area .full-size-link:before {
    content: "\f402"; }
  .free_area .edit-link:before {
    content: "\f411"; }
  .free_area .comments-link,
  .free_area .edit-link {
    white-space: nowrap; }
  .free_area .page-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%; }
  .free_area .page-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333; }
  .free_area .taxonomy-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    padding-top: 0.4em; }
  .free_area .taxonomy-description a {
    border-bottom: 1px solid #333; }
  .free_area .taxonomy-description a:hover,
  .free_area .taxonomy-description a:focus {
    border-bottom: 0; }
  .free_area .taxonomy-description > :last-child {
    margin-bottom: 0; }
  .free_area .page-content {
    background-color: #fff;
    padding: 7.6923%; }
  .free_area .page-content > :last-child {
    margin-bottom: 0; }
  .free_area .page-links {
    clear: both;
    margin-bottom: 1.3333em; }
  .free_area .page-links a,
  .free_area .page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em; }
  .free_area .page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff; }
  .free_area .page-links a:hover,
  .free_area .page-links a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    border-color: transparent;
    color: #fff; }
  .free_area .page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto; }
  .free_area .entry-attachment {
    margin-bottom: 1.6em; }
  .free_area .type-attachment .entry-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; }
  .free_area .entry-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5;
    padding-top: 0.5em;
    word-wrap: break-word; }
  .free_area .entry-caption > :last-child {
    margin-bottom: 0; }
  .free_area .format-aside .entry-title,
  .free_area .format-image .entry-title,
  .free_area .format-video .entry-title,
  .free_area .format-quote .entry-title,
  .free_area .format-gallery .entry-title,
  .free_area .format-status .entry-title,
  .free_area .format-link .entry-title,
  .free_area .format-audio .entry-title,
  .free_area .format-chat .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-bottom: 1.3333em; }
  .free_area .format-link .entry-title a:after {
    content: "\f442";
    font-size: 24px;
    height: 24px;
    position: relative;
    top: 0;
    width: 24px; }
  .free_area .blog .format-status .entry-title,
  .free_area .archive .format-status .entry-title {
    display: none; }
  .free_area .comments-area {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%; }
  .free_area .comments-area > :last-child {
    margin-bottom: 0; }
  .free_area .comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1); }
  .free_area .comment-list + .comment-respond,
  .free_area .comment-navigation + .comment-respond {
    padding-top: 1.6em; }
  .free_area .comments-title,
  .free_area .comment-reply-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333; }
  .free_area .comments-title {
    margin-bottom: 1.3333em; }
  .free_area .comment-list {
    list-style: none;
    margin: 0; }
  .free_area .comment-list article,
  .free_area .comment-list .pingback,
  .free_area .comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0; }
  .free_area .comment-list .children {
    list-style: none;
    margin: 0; }
  .free_area .comment-list .children > li {
    padding-left: 0.8em; }
  .free_area .comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em; }
  .free_area .comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7); }
  .free_area .comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px; }
  .free_area .bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px; }
  .free_area .comment-metadata,
  .free_area .pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
  .free_area .comment-metadata a,
  .free_area .pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7); }
  .free_area .comment-metadata a:hover,
  .free_area .pingback .edit-link a:hover {
    border-bottom: 1px solid #333; }
  .free_area .comment-metadata a:hover,
  .free_area .comment-metadata a:focus,
  .free_area .pingback .edit-link a:hover,
  .free_area .pingback .edit-link a:focus {
    color: #333; }
  .free_area .comment-metadata {
    margin-bottom: 1.6em; }
  .free_area .comment-metadata .edit-link {
    margin-left: 1em; }
  .free_area .pingback .edit-link {
    margin-left: 1em; }
  .free_area .pingback .edit-link:before {
    top: 5px; }
  .free_area .comment-content ul,
  .free_area .comment-content ol {
    margin: 0 0 1.6em 1.3333em; }
  .free_area .comment-content li > ul,
  .free_area .comment-content li > ol {
    margin-bottom: 0; }
  .free_area .comment-content > :last-child {
    margin-bottom: 0; }
  .free_area .comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem; }
  .free_area .comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase; }
  .free_area .comment-list .reply a:hover,
  .free_area .comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0; }
  .free_area .comment-form {
    padding-top: 1.6em; }
  .free_area .comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase; }
  .free_area .comment-form input[type="text"],
  .free_area .comment-form input[type="email"],
  .free_area .comment-form input[type="url"],
  .free_area .comment-form input[type="submit"] {
    width: 100%; }
  .free_area .comment-notes,
  .free_area .comment-awaiting-moderation,
  .free_area .logged-in-as,
  .free_area .form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em; }
  .free_area .logged-in-as a:hover {
    border-bottom: 1px solid #333; }
  .free_area .no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 700;
    padding-top: 1.6em; }
  .free_area .comment-navigation + .no-comments {
    border-top: 0; }
  .free_area .form-allowed-tags code {
    font-family: Inconsolata, monospace; }
  .free_area .form-submit {
    margin-bottom: 0; }
  .free_area .required {
    color: #c0392b; }
  .free_area .comment-reply-title small {
    font-size: 100%; }
  .free_area .comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px; }
  .free_area .comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px; }
  .free_area .site-info {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
  .free_area .site-info a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7); }
  .free_area .site-info a:hover {
    border-bottom: 1px solid #333; }
  .free_area .site-info a:hover,
  .free_area .site-info a:focus {
    color: #333; }
  .free_area .site .avatar {
    border-radius: 50%; }
  .free_area .page-content img.wp-smiley,
  .free_area .entry-content img.wp-smiley,
  .free_area .comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; }
  .free_area audio,
  .free_area canvas {
    display: inline-block; }
  .free_area embed,
  .free_area iframe,
  .free_area object,
  .free_area video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle; }
  .free_area p > embed,
  .free_area p > iframe,
  .free_area p > object,
  .free_area p > video {
    margin-bottom: 0; }
  .free_area .wp-audio-shortcode,
  .free_area .wp-video,
  .free_area .wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em; }
  .free_area .wp-playlist.wp-playlist {
    padding-bottom: 0; }
  .free_area .wp-playlist .wp-playlist-tracks {
    margin-top: 0; }
  .free_area .wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0; }
  .free_area .wp-playlist-item .wp-playlist-item-length {
    top: 10px; }
  .free_area .wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%; }
  .free_area .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }
  .free_area .wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0; }
  .free_area .gallery {
    margin-bottom: 1.6em; }
  .free_area .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .free_area .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .free_area .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .free_area .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .free_area .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .free_area .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .free_area .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .free_area .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .free_area .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .free_area .gallery-icon img {
    margin: 0 auto; }
  .free_area .gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0; }
  .free_area .gallery-columns-6 .gallery-caption,
  .free_area .gallery-columns-7 .gallery-caption,
  .free_area .gallery-columns-8 .gallery-caption,
  .free_area .gallery-columns-9 .gallery-caption {
    display: none; }
@-ms-viewport {
  .free_area {
    width: device-width; } }
@viewport {
  .free_area {
    width: device-width; } }
