#comments {
  width: 100%;
  float: left; }
  #comments .comments-wrapper {
    float: left;
    margin: 0  0 40px 0;
    width: 100%; }
    #comments .comments-wrapper .comments-header {
      color: #fff;
      width: 100%;
      padding: 15px 30px;
      background: #B71C1C;
      font-size: 16px; }
      #comments .comments-wrapper .comments-header span {
        float: left;
        width: 80%;
        font-family: 'Roboto Light', sans-serif;
        margin-top: 5px; }
      #comments .comments-wrapper .comments-header .comments-icon {
        font-size: 22px; }
    #comments .comments-wrapper .comment-respond {
      padding: 30px;
      margin-bottom: 30px; }
      #comments .comments-wrapper .comment-respond .comment-reply-title {
        display: none; }
      #comments .comments-wrapper .comment-respond .wp-editor-tabs {
        display: none; }
      #comments .comments-wrapper .comment-respond #comment_ifr {
        height: 200px !important; }
      #comments .comments-wrapper .comment-respond .mce-statusbar {
        border-top: none; }
      #comments .comments-wrapper .comment-respond .mce-tinymce {
        border: solid 1px #ccc;
        border-width: 1px !important; }
      #comments .comments-wrapper .comment-respond .mce-toolbar-grp {
        background: #fff; }
      #comments .comments-wrapper .comment-respond .mce-toolbar .mce-btn button {
        box-shadow: none; }
      #comments .comments-wrapper .comment-respond .mce-ico .mce-i-bold {
        color: #555; }
      #comments .comments-wrapper .comment-respond .comment-notes {
        display: none; }
      #comments .comments-wrapper .comment-respond .comment-login {
        font-size: 16px;
        float: left;
        padding: 10px; }
      #comments .comments-wrapper .comment-respond #comment-form-fields {
        float: left; }
        #comments .comments-wrapper .comment-respond #comment-form-fields .comment-form-author, #comments .comments-wrapper .comment-respond #comment-form-fields .comment-form-email {
          float: left;
          margin: 0 10px 20px 10px; }
          #comments .comments-wrapper .comment-respond #comment-form-fields .comment-form-author input, #comments .comments-wrapper .comment-respond #comment-form-fields .comment-form-email input {
            font-size: 16px;
            padding: 10px 10px 10px 5px;
            -webkit-appearance: none;
            display: block;
            color: #636363;
            width: 100%;
            border: none;
            border-radius: 0;
            border-bottom: 2px solid #757575;
            float: left;
            outline: none;
            transition: ease all .5s; }
            #comments .comments-wrapper .comment-respond #comment-form-fields .comment-form-author input:focus, #comments .comments-wrapper .comment-respond #comment-form-fields .comment-form-email input:focus {
              border-bottom: 2px solid #B71C1C; }
      #comments .comments-wrapper .comment-respond .form-submit {
        float: right;
        margin: 20px 0; }
        #comments .comments-wrapper .comment-respond .form-submit #comment-submit-custom {
          height: 36px;
          border-radius: 2px;
          padding: 5px 32px;
          font-size: 14px;
          border: none;
          color: #fff;
          text-shadow: none;
          background: #B71C1C;
          text-transform: uppercase;
          text-align: center;
          float: right;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    #comments .comments-wrapper ul.comment-list {
      padding: 0;
      margin: 0;
      float: left;
      width: 100%;
      position: relative;
      overflow: hidden; }
      #comments .comments-wrapper ul.comment-list ul.children {
        padding: 0 0 0 40px;
        margin: 0;
        float: left;
        width: 100%; }
        @media (max-width: 621px) {
          #comments .comments-wrapper ul.comment-list ul.children {
            padding: 0 0 0 10px; } }
      #comments .comments-wrapper ul.comment-list li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        min-height: 100px; }
        #comments .comments-wrapper ul.comment-list li.depth-1:before {
          width: 100%;
          content: '';
          position: absolute;
          height: 1px;
          border-bottom: solid 1px #ebebeb; }
        #comments .comments-wrapper ul.comment-list li.depth-2:before {
          width: 100%;
          content: '';
          position: absolute;
          height: 1px;
          border-bottom: solid 1px #ebebeb;
          margin-left: -40px; }
          @media (max-width: 621px) {
            #comments .comments-wrapper ul.comment-list li.depth-2:before {
              padding: 0 0 0 10px;
              margin-left: -10px; } }
        #comments .comments-wrapper ul.comment-list li.depth-3:before {
          width: 100%;
          content: '';
          position: absolute;
          height: 1px;
          border-bottom: solid 1px #ebebeb;
          margin-left: -80px; }
          @media (max-width: 621px) {
            #comments .comments-wrapper ul.comment-list li.depth-3:before {
              padding: 0 0 0 10px;
              margin-left: -20px; } }
        #comments .comments-wrapper ul.comment-list li.depth-4:before {
          width: 100%;
          content: '';
          position: absolute;
          height: 1px;
          border-bottom: solid 1px #ebebeb;
          margin-left: -120px; }
          @media (max-width: 621px) {
            #comments .comments-wrapper ul.comment-list li.depth-4:before {
              padding: 0 0 0 10px;
              margin-left: -30px; } }
        #comments .comments-wrapper ul.comment-list li.depth-5:before {
          width: 100%;
          content: '';
          position: absolute;
          height: 1px;
          border-bottom: solid 1px #ebebeb;
          margin-left: -160px; }
          @media (max-width: 621px) {
            #comments .comments-wrapper ul.comment-list li.depth-5:before {
              padding: 0 0 0 10px;
              margin-left: -40px; } }
        #comments .comments-wrapper ul.comment-list li .comment {
          width: 100%;
          float: left; }
          #comments .comments-wrapper ul.comment-list li .comment .comment-left {
            float: left;
            margin: 25px 30px 0 30px;
            position: absolute; }
            @media (max-width: 621px) {
              #comments .comments-wrapper ul.comment-list li .comment .comment-left {
                display: none; } }
            #comments .comments-wrapper ul.comment-list li .comment .comment-left img {
              border-radius: 50%; }
          #comments .comments-wrapper ul.comment-list li .comment .comment-wrapper {
            float: left;
            width: 100%;
            padding: 20px 20px 20px 115px;
            clear: both; }
            @media (max-width: 621px) {
              #comments .comments-wrapper ul.comment-list li .comment .comment-wrapper {
                padding: 20px; } }
            #comments .comments-wrapper ul.comment-list li .comment .comment-wrapper .comment-right a {
              color: #4a4a4a;
              font-weight: 500; }
            #comments .comments-wrapper ul.comment-list li .comment .comment-wrapper .comment-right .author-comment {
              font-size: 15px;
              color: #5a5a5a; }
            #comments .comments-wrapper ul.comment-list li .comment .comment-wrapper .comment-right .comment-time {
              font-size: 13px;
              color: #9fabb1; }
            #comments .comments-wrapper ul.comment-list li .comment .comment-wrapper .comment-right .comment-meta.commentmetadata {
              display: none; }
            #comments .comments-wrapper ul.comment-list li .comment .comment-wrapper .comment-right .comment-content p {
              padding: 4px 0;
              margin: 0;
              font-size: 15px;
              line-height: 1.6; }

body.search #masthead {
  background-image: linear-gradient(0deg, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0.3) 100%) !important; }
body.search .desktop-search-toggle {
  display: none; }
body.search .blog-header {
  width: 100%;
  height: 300px;
  color: #fff;
  margin-top: -68px;
  padding-top: 68px;
  background-position-x: center;
  background-position-y: center; }
  body.search .blog-header .blog-title {
    margin-top: 65px;
    font-weight: 400; }
body.search .search-wrapper #search_form .search-form {
  margin: 100px 0 0; }
body.search .category-main .category-wrapper {
  margin-top: 0;
  padding-top: 20px; }

body.home {
  background-color: #f2f2f2 !important; }
  body.home #masthead {
    position: relative;
    width: 100%;
    background-color: #B71C1C !important;
    -moz-border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 0 0 8px 0 #1F1A1A;
    -moz-box-shadow: 0 0 1px 0 #1F1A1A;
    box-shadow: 0 0 8px 0 #1F1A1A; }
  body.home .front-page .front-relative {
    position: relative; }
  body.home .front-page .category-wrapper {
    width: 100%;
    float: left;
    background: #f2f2f2;
    margin-top: 30px; }
    body.home .front-page .category-wrapper .category-slider {
      width: 100%;
      height: 400px;
      float: left;
      margin-bottom: 20px; }
      @media (max-width: 1069px) {
        body.home .front-page .category-wrapper .category-slider {
          display: none; } }
      body.home .front-page .category-wrapper .category-slider h2 {
        color: #fff;
        margin: 200px 50px 10px 50px;
        text-transform: uppercase; }
      body.home .front-page .category-wrapper .category-slider p {
        color: #fff;
        margin: 10px 50px 10px 50px; }
    body.home .front-page .category-wrapper .market-one-wrapper {
      float: left;
      width: 100%; }
      body.home .front-page .category-wrapper .market-one-wrapper .market-one {
        width: 728px;
        height: 90px;
        margin: 10px auto;
        background: #731010; }
    body.home .front-page .category-wrapper .col-card {
      padding-right: 0; }
    body.home .front-page .category-wrapper .header-block {
      float: left;
      width: 100%;
      color: #272727;
      padding: 15px 20px;
      overflow: hidden;
      margin: 10px 0 25px; }
      body.home .front-page .category-wrapper .header-block h4 {
        float: left;
        font-weight: 300;
        margin: 0;
        position: relative;
        padding-right: 20px;
        font-size: 24px; }
        body.home .front-page .category-wrapper .header-block h4:after {
          background: #6d6d6d;
          content: "";
          display: block;
          height: 2px;
          position: absolute;
          top: 50%;
          width: 1920px;
          left: 100%; }
    body.home .front-page .category-wrapper .top-block .entry-header {
      color: #fff;
      position: absolute;
      top: 0;
      background: transparent;
      background-image: linear-gradient(0deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%); }
    body.home .front-page .category-wrapper .top-block .entry-thumb {
      height: 283px !important; }
    body.home .front-page .category-wrapper .top-block .top-bottom {
      background-color: #272727;
      width: 100%;
      float: left;
      position: absolute;
      padding: 16px;
      bottom: 0; }
      body.home .front-page .category-wrapper .top-block .top-bottom a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        float: left;
        font-weight: 300; }
    body.home .front-page .category-wrapper .top-block footer.entry-footer {
      background-color: #272727;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      body.home .front-page .category-wrapper .top-block footer.entry-footer span.footer-action a {
        color: #cfcfcf !important; }
    body.home .front-page .category-wrapper .video-block {
      width: 100%;
      float: left;
      margin-bottom: 16px; }
      body.home .front-page .category-wrapper .video-block .main-video {
        height: 300px;
        background: #aaa;
        background: url(https://i.ytimg.com/vi/6SD6x0C4F20/maxresdefault.jpg);
        background-size: cover; }
      body.home .front-page .category-wrapper .video-block .side-videos {
        height: 300px;
        background: #aaa; }
        body.home .front-page .category-wrapper .video-block .side-videos .side-video {
          background: url(https://i.ytimg.com/vi/6SD6x0C4F20/maxresdefault.jpg);
          background-size: cover;
          height: 150px; }
    body.home .front-page .category-wrapper .cards-block {
      padding-right: 15px; }
      body.home .front-page .category-wrapper .cards-block .news-card {
        background: #fff;
        width: 100%;
        height: 632px;
        float: left;
        overflow: hidden;
        margin-bottom: 16px; }
        body.home .front-page .category-wrapper .cards-block .news-card .news-card-header {
          color: white;
          width: 100%;
          float: left;
          padding: 15px 20px;
          background: #b71c1c;
          margin-bottom: 16px; }
          body.home .front-page .category-wrapper .cards-block .news-card .news-card-header h3 {
            font-weight: 300;
            font-size: 20px;
            width: 80%;
            float: left;
            padding: 0;
            margin: 0; }
        body.home .front-page .category-wrapper .cards-block .news-card .news-card-elements {
          float: left;
          width: 100%; }
          body.home .front-page .category-wrapper .cards-block .news-card .news-card-elements .news-card-element {
            width: calc(100% - 32px);
            margin: 0 16px 16px;
            float: left;
            height: 77px;
            overflow: hidden; }
            body.home .front-page .category-wrapper .cards-block .news-card .news-card-elements .news-card-element .news-image {
              background: #ccc;
              width: 96px;
              height: 77px;
              float: left;
              background-size: cover; }
            body.home .front-page .category-wrapper .cards-block .news-card .news-card-elements .news-card-element .news-right {
              float: left;
              width: calc(100% - 112px);
              margin-left: 16px; }
              body.home .front-page .category-wrapper .cards-block .news-card .news-card-elements .news-card-element .news-right .news-title {
                float: left; }
                body.home .front-page .category-wrapper .cards-block .news-card .news-card-elements .news-card-element .news-right .news-title a {
                  font-weight: 400;
                  color: #111111;
                  font-size: 14px;
                  float: left;
                  overflow: hidden;
                  line-height: 1.4;
                  margin-bottom: 4px;
                  text-decoration: none; }
              body.home .front-page .category-wrapper .cards-block .news-card .news-card-elements .news-card-element .news-right .news-excerpt {
                float: left;
                clear: both; }
                body.home .front-page .category-wrapper .cards-block .news-card .news-card-elements .news-card-element .news-right .news-excerpt p {
                  font-size: 13px;
                  line-height: 1.5;
                  color: #757575; }
      body.home .front-page .category-wrapper .cards-block .two-col-card .entry-header {
        background: transparent;
        background-image: linear-gradient(0deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%);
        color: #fff; }
      body.home .front-page .category-wrapper .cards-block .two-col-card .entry-thumb {
        height: 318px !important; }
      body.home .front-page .category-wrapper .cards-block .two-col-card .two-col-title {
        float: left;
        width: 100%;
        padding: 16px 20px;
        position: absolute;
        bottom: 0; }
        body.home .front-page .category-wrapper .cards-block .two-col-card .two-col-title a.two-col-link {
          font-size: 26px;
          color: #fff;
          text-decoration: none;
          font-weight: 300; }
        body.home .front-page .category-wrapper .cards-block .two-col-card .two-col-title footer.two-col-footer {
          width: 100%;
          margin-top: 10px;
          float: left; }
          body.home .front-page .category-wrapper .cards-block .two-col-card .two-col-title footer.two-col-footer span.footer-action {
            padding: 4px 8px;
            float: left;
            font-size: 16px; }
            body.home .front-page .category-wrapper .cards-block .two-col-card .two-col-title footer.two-col-footer span.footer-action a {
              color: #737373;
              text-decoration: none; }
          body.home .front-page .category-wrapper .cards-block .two-col-card .two-col-title footer.two-col-footer span.footer-share {
            float: right;
            padding-right: 10px; }
      body.home .front-page .category-wrapper .cards-block .category-card {
        float: left;
        max-height: 446px;
        overflow: hidden;
        width: 100%; }
        body.home .front-page .category-wrapper .cards-block .category-card .entry-header {
          float: left;
          width: 100%;
          height: 72px;
          padding: 16px; }
          body.home .front-page .category-wrapper .cards-block .category-card .entry-header .author-avatar {
            float: left;
            margin-right: 10px; }
            body.home .front-page .category-wrapper .cards-block .category-card .entry-header .author-avatar img {
              border-radius: 40px; }
          body.home .front-page .category-wrapper .cards-block .category-card .entry-header .author-name {
            font-size: 14px; }
          body.home .front-page .category-wrapper .cards-block .category-card .entry-header .author-role {
            font-size: 14px;
            color: #999999; }
        body.home .front-page .category-wrapper .cards-block .category-card .entry-thumb {
          float: left;
          width: 100%;
          position: relative;
          height: 300px; }
@media (max-width: 767px) and (min-width: 451px) {
  body.home .front-page .category-wrapper .cards-block .category-card .entry-thumb {
    height: 250px; } }

          body.home .front-page .category-wrapper .cards-block .category-card .entry-thumb .entry-shadow {
            width: 100%;
            height: 100%;
            float: left;
            background-color: rgba(0, 0, 0, 0.3); }
          body.home .front-page .category-wrapper .cards-block .category-card .entry-thumb .entry-title {
            font-size: 24px;
            color: #fff;
            padding: 16px;
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0;
            font-family: 'Roboto Regular', sans-serif;
            line-height: 1.4;
            font-weight: 300;
            background: transparent linear-gradient(0deg, #0e0e0e 0%, rgba(14, 14, 14, 0) 100%);
            width: 100%; }
        body.home .front-page .category-wrapper .cards-block .category-card .entry-content {
          padding: 16px;
          float: left;
          margin: 0;
          height: 115px; }
@media (max-width: 767px) and (min-width: 451px) {
  body.home .front-page .category-wrapper .cards-block .category-card .entry-content {
    height: 80px; } }

          body.home .front-page .category-wrapper .cards-block .category-card .entry-content p {
            font-size: 14px !important;
            margin: 0;
            line-height: 1.6;
            height: 90px;
            float: left;
            overflow: hidden; }
        body.home .front-page .category-wrapper .cards-block .category-card .entry-bar {
          width: 100%;
          height: 50px;
          float: left;
          background-color: #272727;
          padding: 0 10px; }
          body.home .front-page .category-wrapper .cards-block .category-card .entry-bar .bar-date {
            padding: 15px 10px;
            float: left;
            color: #a9a6a6;
            font-size: 15px;
            font-weight: 300; }
          body.home .front-page .category-wrapper .cards-block .category-card .entry-bar .bar-like .sl-count {
            float: right;
            margin-top: 3px; }
          body.home .front-page .category-wrapper .cards-block .category-card .entry-bar .bar-like svg {
            width: 15px;
            height: 14px;
            margin-right: 5px;
            margin-top: 4px;
            padding-top: 0; }
          body.home .front-page .category-wrapper .cards-block .category-card .entry-bar .bar-action {
            float: right;
            padding: 15px 10px;
            font-size: 15px;
            color: #a9a6a6;
            font-weight: 300; }
            body.home .front-page .category-wrapper .cards-block .category-card .entry-bar .bar-action a {
              color: #a9a6a6;
              font-weight: 300; }
        body.home .front-page .category-wrapper .cards-block .category-card footer.entry-footer {
          border-top: 1px solid rgba(160, 160, 160, 0.2);
          width: 100%;
          padding: 8px;
          height: 49px;
          float: left;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-shadow: 0px -10px 28px 5px white;
          -moz-box-shadow: 0px -10px 28px 5px white; }
          body.home .front-page .category-wrapper .cards-block .category-card footer.entry-footer span.footer-action {
            padding: 4px 8px;
            float: left;
            font-size: 16px; }
            body.home .front-page .category-wrapper .cards-block .category-card footer.entry-footer span.footer-action a {
              color: #737373;
              text-decoration: none; }
          body.home .front-page .category-wrapper .cards-block .category-card footer.entry-footer span.footer-share {
            float: right;
            padding-right: 10px; }
    body.home .front-page .category-wrapper .front-context .context-wrapper {
      margin-right: 15px;
      width: 100%; }
    body.home .front-page .category-wrapper .front-footer .comments-block {
      height: 446px;
      margin-bottom: 16px; }
      body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-header {
        color: white;
        width: 100%;
        float: left;
        padding: 15px 20px;
        background: #b71c1c;
        margin-bottom: 16px; }
        body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-header h3 {
          font-weight: 300;
          font-size: 20px;
          width: 80%;
          float: left;
          padding: 0;
          margin: 0; }
      body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements {
        float: left;
        width: 100%; }
        body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements .news-card-element {
          width: calc(100% - 32px);
          margin: 0 16px 16px;
          float: left;
          height: 77px;
          overflow: hidden; }
          body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements .news-card-element .news-image {
            width: 50px;
            height: 50px;
            float: left; }
            body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements .news-card-element .news-image img {
              border-radius: 50%;
              width: 50px;
              height: 50px; }
          body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements .news-card-element .news-right {
            float: left;
            width: calc(100% - 72px);
            margin-left: 16px; }
            body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements .news-card-element .news-right .news-title {
              float: left; }
              body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements .news-card-element .news-right .news-title a {
                font-weight: 400;
                color: #111111;
                font-size: 14px;
                float: left;
                overflow: hidden;
                line-height: 1.4;
                margin-bottom: 4px;
                text-decoration: none; }
            body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements .news-card-element .news-right .news-excerpt {
              float: left;
              clear: both; }
              body.home .front-page .category-wrapper .front-footer .comments-block .comments-card-elements .news-card-element .news-right .news-excerpt p {
                font-size: 13px;
                line-height: 1.5;
                color: #757575; }
    body.home .front-page .category-wrapper .front-footer .blog-card {
      background: #fff;
      width: 100%;
      height: 446px;
      float: left;
      overflow: hidden;
      margin-bottom: 16px; }
      body.home .front-page .category-wrapper .front-footer .blog-card .news-card-header {
        color: white;
        width: 100%;
        float: left;
        padding: 15px 20px;
        background: #b71c1c;
        margin-bottom: 16px; }
        body.home .front-page .category-wrapper .front-footer .blog-card .news-card-header h3 {
          font-weight: 300;
          font-size: 20px;
          width: 80%;
          float: left;
          padding: 0;
          margin: 0; }
      body.home .front-page .category-wrapper .front-footer .blog-card .news-card-elements {
        float: left;
        width: 100%; }
        body.home .front-page .category-wrapper .front-footer .blog-card .news-card-elements .news-card-element {
          width: calc(100% - 32px);
          margin: 0 16px 16px;
          float: left;
          height: 77px;
          overflow: hidden; }
          body.home .front-page .category-wrapper .front-footer .blog-card .news-card-elements .news-card-element .news-image {
            background: #ccc;
            width: 96px;
            height: 77px;
            float: left;
            background-size: cover; }
          body.home .front-page .category-wrapper .front-footer .blog-card .news-card-elements .news-card-element .news-right {
            float: left;
            width: calc(100% - 112px);
            margin-left: 16px; }
            body.home .front-page .category-wrapper .front-footer .blog-card .news-card-elements .news-card-element .news-right .news-title {
              float: left; }
              body.home .front-page .category-wrapper .front-footer .blog-card .news-card-elements .news-card-element .news-right .news-title a {
                font-weight: 400;
                color: #111111;
                font-size: 14px;
                float: left;
                overflow: hidden;
                line-height: 1.4;
                margin-bottom: 4px;
                text-decoration: none; }
            body.home .front-page .category-wrapper .front-footer .blog-card .news-card-elements .news-card-element .news-right .news-excerpt {
              float: left; }
              body.home .front-page .category-wrapper .front-footer .blog-card .news-card-elements .news-card-element .news-right .news-excerpt p {
                font-size: 13px;
                line-height: 1.5;
                color: #757575; }
    body.home .front-page .category-wrapper .front-footer .list-block {
      height: 446px;
      margin-bottom: 16px;
      overflow-y: scroll; }
      body.home .front-page .category-wrapper .front-footer .list-block .list-background {
        width: 100%;
        float: left;
        height: 151px;
        background-size: cover;
        margin-bottom: 16px;
        position: relative;
        color: #fff; }
        body.home .front-page .category-wrapper .front-footer .list-block .list-background h3 {
          position: absolute;
          top: 0;
          font-weight: 300;
          font-size: 20px;
          float: left;
          margin: 0;
          color: #fff;
          padding: 15px 20px;
          background: transparent;
          background-image: linear-gradient(0deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%);
          width: 100%; }
      body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements {
        float: left;
        width: 100%; }
        body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements .news-card-element {
          width: calc(100% - 32px);
          margin: 0 16px 16px;
          float: left;
          height: 77px;
          overflow: hidden; }
          body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements .news-card-element .news-image {
            width: 50px;
            height: 77px;
            float: left;
            background-size: cover; }
          body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements .news-card-element .news-right {
            float: left;
            width: calc(100% - 82px);
            margin-left: 16px; }
            body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-title {
              float: left; }
              body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-title a {
                font-weight: 400;
                color: #111111;
                font-size: 14px;
                float: left;
                overflow: hidden;
                line-height: 1.4;
                margin-bottom: 4px;
                text-decoration: none; }
            body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt {
              float: left; }
              body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt p {
                font-size: 13px;
                line-height: 1.5;
                color: #757575;
                margin: 0; }
                body.home .front-page .category-wrapper .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt p:empty {
                  display: none; }
    body.home .front-page .category-wrapper .section-bottom {
      float: left;
      width: 100%;
      margin: 0 0 16px 0; }
      body.home .front-page .category-wrapper .section-bottom #pagination {
        width: 180px;
        margin: 26px auto;
        height: 50px; }
        body.home .front-page .category-wrapper .section-bottom #pagination a {
          border-radius: 2px;
          transition: 0.4s;
          box-shadow: none;
          background: #656060;
          padding: 12px 25px;
          text-decoration: none;
          color: #fff;
          font-weight: 300;
          font-size: 16px;
          width: 180px;
          float: left;
          text-align: center; }

/* Test Vars */
* {
  box-sizing: border-box; }

img.alignleft {
  margin-right: 16px !important; }

img.alignright {
  margin-left: 16px !important; }

.twitter-tweet {
  margin: 10px auto !important; }

.tiled-gallery, .jetpack-video-wrapper {
  clear: both;
  max-width: 760px;
  margin: 0 auto 20px !important;
  overflow: hidden; }

.container-760 {
  max-width: 760px;
  margin: 0 auto; }

.container-820 {
  max-width: 820px;
  margin: 0 auto; }

.col-card {
  padding-right: 0 !important; }

.divider {
  width: 100%;
  float: left;
  margin-bottom: 16px; }

.comment-pagination {
  float: right;
  display: none; }
  .comment-pagination .fa {
    padding: 5px 7px;
    border: 1px solid #d67373; }

.author-name {
  float: right;
  padding: 10px 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.good_job {
  z-index: 9999;
  width: 100%;
  position: fixed; }
  .good_job .job_wrapper {
    width: 380px;
    margin: 100px auto;
    padding: 30px;
    background: #fff; }

.blog-description a {
  color: #fff; }
  .blog-description a:hover {
    color: #fff;
    text-decoration: underline; }

.news-excerpt img {
  display: none; }
.news-excerpt a {
  display: none; }

.section-bottom {
  float: left;
  width: 100%;
  margin: 0 0 16px 0; }
  .section-bottom #pagination {
    width: 180px;
    margin: 26px auto;
    height: 50px; }
    .section-bottom #pagination a {
      border-radius: 2px;
      transition: 0.4s;
      box-shadow: none;
      background: #656060;
      padding: 12px 25px;
      text-decoration: none;
      color: #fff;
      font-weight: 300;
      font-size: 16px;
      width: 180px;
      float: left;
      text-align: center; }

.front-context {
  width: calc(100% - 32px);
  float: left;
  color: #fff;
  margin: 0 16px 16px; }
  .front-context ul.tabs {
    margin: 16px;
    list-style: none;
    text-align: left;
    padding: 0; }
    .front-context ul.tabs span.tab-title {
      float: left;
      font-size: 26px;
      font-weight: 300; }
      .front-context ul.tabs span.tab-title:after {
        background: #6d6d6d;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        width: 1920px;
        left: 100%; }
    .front-context ul.tabs li {
      background: none;
      color: #272727;
      display: inline-block;
      padding: 10px 16px;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 300; }
    .front-context ul.tabs li.current {
      background: #656060;
      margin-bottom: 20px;
      color: #fff;
      border-radius: 2px;
      transition: 0.5s; }
  .front-context .tab-content {
    display: none;
    float: left;
    width: 100%; }
  .front-context .tab-content.current {
    display: inherit; }
  .front-context .author-name {
    display: none; }
  .front-context .top-block .top-bottom {
    background: transparent linear-gradient(0deg, #0e0e0e 0%, rgba(14, 14, 14, 0) 100%);
    background-color: transparent !important; }

/*
Blog test
*/
body {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.7); }

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  margin: 0 0 1.5em;
  word-wrap: break-word; }

.card, .widget {
  border-radius: 2px;
  transition: 0.4s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff; }

.widget {
  padding: 15px 20px; }

.hentry {
  margin: 0 0 16px !important; }

.news-hentry {
  margin: 0 !important; }

.sl-wrapper a svg {
  width: 14px;
  height: 23px;
  padding-top: 10px; }

.view-count {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  text-decoration: none;
  font-weight: 500; }

blockquote {
  border-left: 5px solid #b71c1c !important; }
  blockquote p {
    margin-bottom: 0 !important;
    font-style: italic; }

.comments-block .comments-card-elements .news-card-element .news-image img {
  border-radius: 50%; }

/* Header */
body.archive #masthead, .news-post #masthead {
  position: relative;
  width: 100%;
  background-color: #B71C1C !important;
  -moz-border-radius: 5px;
  background-image: none;
  -webkit-box-shadow: 0 0 8px 0 #1F1A1A;
  -moz-box-shadow: 0 0 1px 0 #1F1A1A;
  box-shadow: 0 0 8px 0 #1F1A1A; }

#masthead {
  z-index: 99999;
  position: relative;
  background: transparent;
  background-image: linear-gradient(0deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%);
  background-position: initial initial;
  background-repeat: initial initial;
  width: 100%; }

.site-header {
  height: 65px; }
  .site-header .site-branding {
    padding: 13px 0; }
    @media (max-width: 767px) {
      .site-header .site-branding {
        text-align: center; } }
    .site-header .site-branding h1.site-title {
      margin-top: 0; }
    .site-header .site-branding a, .site-header .site-branding a:hover {
      color: #fff;
      text-decoration: none;
      font-size: 36px;
      font-weight: 500;
      line-height: 1.1; }
      @media (max-width: 360px) {
        .site-header .site-branding a, .site-header .site-branding a:hover {
          font-size: 28px; } }
  .site-header .head-menu-toggle {
    float: left;
    background: none;
    border: none;
    font-size: 28px;
    color: #fff;
    text-shadow: none;
    padding: 0;
    margin: 13px; }
  .site-header .mobile-search .mobile-search-toggle {
    float: right;
    text-align: right;
    font-size: 28px;
    color: #fff;
    padding: 13px;
    z-index: 9999999999; }
  .site-header ul {
    float: right; }
    .site-header ul li {
      float: left; }
      .site-header ul li a {
        font-family: 'Roboto Mono', Roboto, sans-serif;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        padding: 21.5px 10px;
        -webkit-transition: background .5s ease, color .3s ease;
        letter-spacing: .25px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none; }
  .site-header #login-icon img {
    margin-top: 7px;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1070px !important; } }
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: #fafafa;
  overflow-x: hidden;
  transition: 0.5s; }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #737373;
    display: block;
    transition: 0.3s; }
  .sidenav a:hover {
    color: #7f7f7f; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    padding: 0; }
  .sidenav .menu-user {
    width: 100%;
    height: 170px;
    background: url(/wp-content/themes/open_gamer/inc/img/user-bg.jpg);
    background-size: cover; }
    .sidenav .menu-user .menu-login-icon {
      float: left;
      margin: 40px 15px 0;
      width: 270px; }
      .sidenav .menu-user .menu-login-icon img {
        width: 65px;
        height: 65px;
        border-radius: 50%; }
    .sidenav .menu-user span.user-name {
      float: left;
      width: 100%;
      color: #fff;
      margin: 30px 0 15px; }
      .sidenav .menu-user span.user-name .arrow-down {
        float: right; }
  .sidenav ul {
    padding: 0;
    margin: 15px 0 0; }

/* End Header */
body.page {
  background: #f2f2f2 !important; }

body.category {
  background-color: #f2f2f2 !important; }

.page-wrapper {
  padding: 20px 40px;
  margin-top: -200px;
  border-radius: 2px;
  transition: 0.4s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  margin-bottom: 40px; }

.desktop-search-toggle {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 15px 0;
  cursor: pointer;
  width: 20px;
  float: left; }

.search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(4, 4, 4, 0.82);
  z-index: 9999;
  left: 0;
  top: 0; }
  .search-overlay .search-close {
    color: #fff;
    font-size: 36px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer; }

#search_form {
  position: absolute;
  z-index: 99999;
  width: 100%; }
  #search_form .search-form {
    margin: 100px auto 0;
    width: 100%;
    max-width: 600px; }
    #search_form .search-form h3.search-text {
      font-weight: 300;
      font-size: 30px;
      color: #fff;
      margin-left: 20px; }
    #search_form .search-form label {
      width: 100%; }
    #search_form .search-form input.search-field {
      font-size: 16px;
      padding: 10px 10px 10px 5px;
      -webkit-appearance: none;
      display: block;
      background: rgba(250, 250, 250, 0);
      color: #ffffff;
      width: 100%;
      border: none;
      border-radius: 0;
      border-bottom: 2px solid #ffffff;
      outline: none; }
    #search_form .search-form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      font-weight: 300; }
    #search_form .search-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      font-weight: 300; }
    #search_form .search-form :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      font-weight: 300; }
    #search_form .search-form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      font-weight: 300; }
    #search_form .search-form button.search-submit {
      background: #a90505;
      color: #fff;
      text-shadow: none;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      padding: 0;
      margin: 0;
      font-size: 20px;
      outline: none; }

.background_overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: black;
  opacity: 0.5; }

#overlay_form {
  position: absolute;
  border-radius: 3px;
  background: #fafafa;
  width: 380px;
  z-index: 9999;
  margin: 4em auto;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px; }
  #overlay_form .profile-logout {
    float: left;
    width: 100%; }
    #overlay_form .profile-logout h3 {
      float: left; }
      #overlay_form .profile-logout h3 span.beta {
        font-size: 14px;
        color: #d4d4d4;
        opacity: 0.5;
        float: right;
        width: 50px;
        margin-left: 1px; }
    #overlay_form .profile-logout .logout-link {
      width: 205px;
      float: left;
      margin: 0 90px 20px; }
      #overlay_form .profile-logout .logout-link a {
        text-decoration: none;
        padding: 8px 32px 10px 32px; }
        #overlay_form .profile-logout .logout-link a:hover {
          color: #fff; }
    #overlay_form .profile-logout span.zabilejka {
      font-size: 12px;
      color: #bbb;
      float: left;
      width: 100%;
      padding: 10px 20px 20px 20px; }
  #overlay_form .form-logo {
    padding: 20px 40px;
    margin-bottom: 30px;
    background: url(/wp-content/themes/open_gamer/inc/img/login-bg.jpg);
    background-size: cover;
    float: left;
    width: 100%; }
    #overlay_form .form-logo h3 {
      color: #fafafa; }
  #overlay_form .wp-social-login-widget {
    padding: 0 20px;
    margin-bottom: 80px; }
  #overlay_form form {
    padding: 20px; }
  #overlay_form legend {
    padding: 30px 0 10px;
    font-size: 28px;
    font-family: 'Roboto Light', sans-serif;
    border: none; }
  #overlay_form .group {
    position: relative;
    margin-bottom: 45px; }
    #overlay_form .group.no-margin {
      margin-bottom: 0; }
  #overlay_form input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575; }
    #overlay_form input:focus {
      outline: none; }
  #overlay_form label {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    margin-top: -60px;
    transition: all 0.2s ease; }
  #overlay_form input:focus ~ label, #overlay_form input.used ~ label {
    color: #B71C1C;
    transition: all 0.2s ease; }
  #overlay_form .bar {
    position: relative;
    display: block;
    width: 100%; }
    #overlay_form .bar:before, #overlay_form .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background: #B71C1C;
      transition: ease-in-out 0.2s; }
    #overlay_form .bar:before {
      left: 50%; }
    #overlay_form .bar:after {
      right: 50%; }
  #overlay_form input:focus ~ .bar:before, #overlay_form input:focus ~ .bar:after {
    width: 50%; }
  #overlay_form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  #overlay_form .login-links {
    color: #585858;
    margin: 20px 20px 0;
    text-align: center; }
    #overlay_form .login-links a {
      color: #585858; }
  #overlay_form .submit {
    position: absolute;
    bottom: 20px;
    right: 20px; }

/* Animations */
@-webkit-keyframes inputHighlighter {
  from {
    background: #4a89dc; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #4a89dc; }
  to {
    width: 0;
    background: transparent; } }
/* Share buttons test */
.fabs {
  position: absolute;
  right: 12%;
  margin-top: -302px;
  z-index: 999; }
  @media (max-width: 767px) {
    .fabs {
      position: fixed;
      bottom: 20px;
      right: 20px; } }
  .fabs a {
    color: #fff !important; }

.fabs a:hover {
  color: #fff; }

.fab {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24); }
  .fab a {
    color: #fff !important; }

.fab > i {
  font-size: 24px;
  line-height: 2.8;
  transition: all .2s ease-in-out;
  transition-delay: 2s; }

.fab.google {
  background: #F44336; }
  .fab.google:hover {
    background: #c8372c;
    transition: all .2s ease-in-out; }

.fab.facebook {
  background: #3F51B5; }
  .fab.facebook:hover {
    background: #36459a;
    transition: all .2s ease-in-out; }

.fab.twitter {
  background: #03A9F4; }
  .fab.twitter:hover {
    background: #038fce;
    transition: all .2s ease-in-out; }

.fab.vk {
  background: #507299; }
  .fab.vk:hover {
    background: #496687;
    transition: all .2s ease-in-out; }

.fab.share {
  background: #B71C1C; }

.fab:active,
.fab:focus,
.fab:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 12px 12px 0 rgba(0, 0, 0, 0.24); }

.fab:not(:last-child) {
  width: 45px;
  height: 45px;
  margin: 17px auto 0;
  opacity: 0; }

.fab:not(:last-child) > i {
  font-size: 18px;
  line-height: 48px;
  transition: all .3s ease-in-out; }

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 45px;
  height: 45px;
  margin: 15px auto 0; }

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms; }

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms; }

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms; }

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms; }

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms; }

/* End share buttons test */
.background-dark-gray {
  background: #ddd; }

.background-gray {
  background: #ececec; }

.blue {
  background-color: #303F9F;
  color: #0c0c0c; }

.dark-red {
  background: #731010; }

.article-line {
  width: 100%;
  height: 140px;
  background-color: #303F9F; }

.blog-header {
  width: 100%;
  height: 448px;
  color: #fff;
  margin-top: -68px;
  padding-top: 68px;
  background-position-x: center;
  background-position-y: center; }
  .blog-header .blog-title {
    margin-top: 65px;
    font-weight: 400; }

.blog-single .blog-padding {
  padding: 0 60px; }
.blog-single .blog-post-title {
  margin: 20px 0; }
.blog-single .blog-wrapper {
  padding: 0 0 80px; }
  .blog-single .blog-wrapper a img {
    clear: both;
    display: block;
    margin: 40px auto 50px; }
  .blog-single .blog-wrapper p {
    max-width: 760px;
    margin: 0 auto 20px; }
  .blog-single .blog-wrapper ul {
    margin: 0 150px 20px;
    font-size: 14px;
    line-height: 1.7; }
  .blog-single .blog-wrapper .sp-wrap {
    margin: 0 auto 20px;
    width: 100%;
    border: none;
    padding: 5px;
    background: #b71c1c;
    max-width: 760px; }
    .blog-single .blog-wrapper .sp-wrap .sp-head {
      background: none;
      color: #fff;
      text-transform: uppercase;
      font-weight: 300;
      position: relative; }
      .blog-single .blog-wrapper .sp-wrap .sp-head:before {
        content: "+";
        font-size: 17px;
        right: 20px;
        position: absolute;
        top: 0;
        font-weight: 400; }
    .blog-single .blog-wrapper .sp-wrap .sp-body {
      padding: 16px; }
  .blog-single .blog-wrapper blockquote {
    max-width: 760px;
    margin: 0 auto 20px;
    font-style: italic;
    padding: 10px 20px 10px 30px;
    font-size: 17.5px;
    border-left: 5px solid #F44336;
    text-align: right;
    background: #ffffff;
    color: #313131; }

.navigations-posts {
  width: 100%;
  position: relative;
  padding: 50px 0;
  margin-bottom: 100px; }
  .navigations-posts::before, .navigations-posts::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .navigations-posts::before {
    top: 0;
    transform-origin: right top;
    transform: skewY(3deg); }
  .navigations-posts::after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(2deg); }
  .navigations-posts h3 {
    font-size: 20px;
    margin: -50px 0 30px;
    font-family: 'Roboto Light', sans-serif;
    color: #4a4a4a;
    text-transform: uppercase; }
  .navigations-posts a.link-arrow:hover .arrow-left {
    color: #F44336; }
  .navigations-posts a.link-arrow:hover .arrow-right {
    color: #F44336; }
  .navigations-posts .arrow {
    position: absolute;
    padding: 7% 6%;
    font-size: 80px;
    color: #a7a7a7;
    top: 50px;
    transition: 0.4s; }
    .navigations-posts .arrow:hover {
      color: #F44336; }
    .navigations-posts .arrow:hover .layer:hover {
      background-color: rgba(183, 28, 28, 0.36); }
  .navigations-posts .arrow-left {
    left: 0; }
  .navigations-posts .arrow-right {
    float: right;
    right: 0; }
  .navigations-posts .post-navigation .post-navigation-single {
    height: 300px;
    position: relative;
    -webkit-box-shadow: inset 0px -150px 300px -88px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -150px 300px -88px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -150px 300px -88px rgba(0, 0, 0, 0.25); }
    .navigations-posts .post-navigation .post-navigation-single span {
      position: absolute;
      bottom: 0;
      padding: 20px 40px;
      color: #fff;
      font-size: 30px; }
    .navigations-posts .post-navigation .post-navigation-single .layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.4s; }
      .navigations-posts .post-navigation .post-navigation-single .layer:hover {
        background-color: rgba(183, 28, 28, 0.36); }

#comments {
  color: rgba(0, 0, 0, 0.7);
  outline: none; }

.site-footer {
  background: #fff; }
  .site-footer .footer-top {
    width: 100%;
    height: 60px;
    background-color: #ececec; }
    .site-footer .footer-top .container ul.social-icons-list {
      float: right;
      margin-left: 0;
      padding-left: 0; }
      .site-footer .footer-top .container ul.social-icons-list li {
        float: left;
        list-style-type: none;
        padding: 16px 0 16px 16px; }
  .site-footer .footer-main {
    width: 100%;
    float: left;
    padding: 30px 0; }
    .site-footer .footer-main h3.site-title a {
      color: #000;
      font-size: 28px;
      text-decoration: none;
      transition: 0.2s; }
      .site-footer .footer-main h3.site-title a:hover {
        color: #b71c1c; }
    .site-footer .footer-main ul {
      float: left;
      text-align: left;
      margin-left: 0;
      padding-left: 0; }
      .site-footer .footer-main ul li {
        list-style-type: none;
        float: left; }
        .site-footer .footer-main ul li a {
          color: rgba(0, 0, 0, 0.7);
          font-size: 16px;
          font-weight: 400;
          line-height: 1.7142857143;
          margin-right: 10px;
          text-decoration: none;
          transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
          font-family: "Roboto", sans-serif; }
          .site-footer .footer-main ul li a:hover {
            color: #b71c1c; }
    .site-footer .footer-main span.copyright {
      float: left;
      width: 100%;
      color: #888;
      margin-top: 20px;
      font-size: 12px; }

.material-btn {
  height: 36px;
  border-radius: 2px;
  padding: 5px 32px;
  font-size: 14px;
  border: none;
  color: #fff;
  text-shadow: none;
  background: #B71C1C;
  text-transform: uppercase;
  text-align: center;
  float: right;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.lol {
  background: red; }

.single-element a {
  color: #760003;
  text-decoration: none;
  font-weight: 500; }
.single-element a:visited {
  /*color: #ff2775;*/ }
.single-element a:hover,
.single-element a:focus,
.single-element a:active {
  color: #ff0009; }
.single-element a:focus {
  /*outline: thin dotted;*/ }
.single-element a:hover,
.single-element a:active {
  outline: 0; }

.category-main .category-wrapper {
  width: 100%;
  float: left;
  margin-top: -160px; }
  .category-main .category-wrapper .category-slider {
    width: 100%;
    height: 400px;
    float: left; }
    @media (max-width: 1069px) {
      .category-main .category-wrapper .category-slider {
        display: none; } }
    .category-main .category-wrapper .category-slider h2 {
      color: #fff;
      margin: 200px 50px 10px 50px;
      text-transform: uppercase; }
    .category-main .category-wrapper .category-slider p {
      color: #fff;
      margin: 10px 50px 10px 50px; }
  .category-main .category-wrapper .cards-block {
    float: left;
    padding-right: 15px; }
    .category-main .category-wrapper .cards-block .category-card {
      float: left;
      overflow: hidden; }
      .category-main .category-wrapper .cards-block .category-card .entry-header {
        float: left;
        width: 100%;
        height: 72px;
        padding: 16px; }
        .category-main .category-wrapper .cards-block .category-card .entry-header .author-avatar {
          float: left;
          margin-right: 10px; }
          .category-main .category-wrapper .cards-block .category-card .entry-header .author-avatar img {
            border-radius: 40px; }
        .category-main .category-wrapper .cards-block .category-card .entry-header .author-name {
          font-size: 14px; }
        .category-main .category-wrapper .cards-block .category-card .entry-header .author-role {
          font-size: 14px;
          color: #999999; }
      .category-main .category-wrapper .cards-block .category-card .entry-thumb {
        float: left;
        width: 100%;
        position: relative;
        height: 183px; }
@media (max-width: 767px) and (min-width: 451px) {
  .category-main .category-wrapper .cards-block .category-card .entry-thumb {
    height: 250px; } }

        .category-main .category-wrapper .cards-block .category-card .entry-thumb .entry-shadow {
          width: 100%;
          height: 100%;
          float: left;
          background-color: rgba(0, 0, 0, 0.3); }
        .category-main .category-wrapper .cards-block .category-card .entry-thumb .entry-title {
          font-size: 24px;
          color: #fff;
          padding: 16px;
          position: absolute;
          bottom: 0;
          margin: 0;
          font-family: 'Roboto Regular', sans-serif; }
      .category-main .category-wrapper .cards-block .category-card .entry-content {
        padding: 16px;
        float: left;
        margin: 0;
        height: 115px; }
@media (max-width: 767px) and (min-width: 451px) {
  .category-main .category-wrapper .cards-block .category-card .entry-content {
    height: 80px; } }

        .category-main .category-wrapper .cards-block .category-card .entry-content p {
          font-size: 14px !important;
          margin: 0;
          line-height: 1.6; }
      .category-main .category-wrapper .cards-block .category-card .entry-bar {
        width: 100%;
        height: 50px;
        float: left;
        background-color: #ffffff;
        padding: 0 10px; }
        .category-main .category-wrapper .cards-block .category-card .entry-bar .bar-date {
          padding: 15px 10px;
          float: left;
          color: #656363;
          font-size: 15px;
          font-weight: 300; }
        .category-main .category-wrapper .cards-block .category-card .entry-bar .bar-like .sl-count {
          float: right;
          margin-top: 3px; }
        .category-main .category-wrapper .cards-block .category-card .entry-bar .bar-like svg {
          width: 15px;
          height: 14px;
          margin-right: 5px;
          margin-top: 4px;
          padding-top: 0; }
        .category-main .category-wrapper .cards-block .category-card .entry-bar .bar-action {
          float: right;
          padding: 15px 10px;
          font-size: 15px;
          color: #656363;
          font-weight: 300; }
          .category-main .category-wrapper .cards-block .category-card .entry-bar .bar-action a {
            color: #656363;
            font-weight: 300; }
      .category-main .category-wrapper .cards-block .category-card .entry-footer {
        border-top: 1px solid rgba(160, 160, 160, 0.2);
        width: 100%;
        padding: 8px;
        height: 49px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0px -10px 28px 5px white;
        -moz-box-shadow: 0px -10px 28px 5px white; }
        .category-main .category-wrapper .cards-block .category-card .entry-footer span.footer-action {
          padding: 4px 8px;
          float: left;
          font-size: 16px; }
          .category-main .category-wrapper .cards-block .category-card .entry-footer span.footer-action a {
            color: #737373;
            text-decoration: none; }
        .category-main .category-wrapper .cards-block .category-card .entry-footer span.footer-share {
          float: right;
          padding-right: 10px; }
  .category-main .category-wrapper .category-footer .comments-block {
    height: 446px;
    margin-bottom: 16px; }
    .category-main .category-wrapper .category-footer .comments-block .comments-card-header {
      color: white;
      width: 100%;
      float: left;
      padding: 15px 20px;
      background: #b71c1c;
      margin-bottom: 16px; }
      .category-main .category-wrapper .category-footer .comments-block .comments-card-header h3 {
        font-weight: 300;
        font-size: 20px;
        width: 80%;
        float: left;
        padding: 0;
        margin: 0; }
    .category-main .category-wrapper .category-footer .comments-block .comments-card-elements {
      float: left;
      width: 100%; }
      .category-main .category-wrapper .category-footer .comments-block .comments-card-elements .news-card-element {
        width: calc(100% - 32px);
        margin: 0 16px 16px;
        float: left;
        height: 77px;
        overflow: hidden; }
        .category-main .category-wrapper .category-footer .comments-block .comments-card-elements .news-card-element .news-image {
          background: #ccc;
          width: 50px;
          height: 50px;
          float: left;
          background: url(http://opengamer.com.ua/wp-content/uploads/2016/01/Battlefield-Hardline.jpg);
          background-size: cover;
          border-radius: 50%; }
        .category-main .category-wrapper .category-footer .comments-block .comments-card-elements .news-card-element .news-right {
          float: left;
          width: calc(100% - 72px);
          margin-left: 16px; }
          .category-main .category-wrapper .category-footer .comments-block .comments-card-elements .news-card-element .news-right .news-title {
            float: left; }
            .category-main .category-wrapper .category-footer .comments-block .comments-card-elements .news-card-element .news-right .news-title a {
              font-weight: 400;
              color: #111111;
              font-size: 14px;
              float: left;
              overflow: hidden;
              line-height: 1.4;
              margin-bottom: 4px;
              text-decoration: none; }
          .category-main .category-wrapper .category-footer .comments-block .comments-card-elements .news-card-element .news-right .news-excerpt {
            float: left; }
            .category-main .category-wrapper .category-footer .comments-block .comments-card-elements .news-card-element .news-right .news-excerpt p {
              font-size: 13px;
              line-height: 1.5;
              color: #757575; }
  .category-main .category-wrapper .category-footer .blog-card {
    background: #fff;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 16px; }
    .category-main .category-wrapper .category-footer .blog-card .news-card-header {
      color: white;
      width: 100%;
      float: left;
      padding: 15px 20px;
      background: #b71c1c;
      margin-bottom: 16px; }
      .category-main .category-wrapper .category-footer .blog-card .news-card-header h3 {
        font-weight: 300;
        font-size: 20px;
        width: 80%;
        float: left;
        padding: 0;
        margin: 0; }
    .category-main .category-wrapper .category-footer .blog-card .news-card-elements {
      float: left;
      width: 100%; }
      .category-main .category-wrapper .category-footer .blog-card .news-card-elements .news-card-element {
        width: calc(100% - 32px);
        margin: 0 16px 16px;
        float: left;
        height: 77px;
        overflow: hidden; }
        .category-main .category-wrapper .category-footer .blog-card .news-card-elements .news-card-element .news-image {
          background: #ccc;
          width: 96px;
          height: 77px;
          float: left;
          background: url(http://opengamer.com.ua/wp-content/uploads/2016/01/Battlefield-Hardline.jpg);
          background-size: cover; }
        .category-main .category-wrapper .category-footer .blog-card .news-card-elements .news-card-element .news-right {
          float: left;
          width: calc(100% - 112px);
          margin-left: 16px; }
          .category-main .category-wrapper .category-footer .blog-card .news-card-elements .news-card-element .news-right .news-title {
            float: left; }
            .category-main .category-wrapper .category-footer .blog-card .news-card-elements .news-card-element .news-right .news-title a {
              font-weight: 400;
              color: #111111;
              font-size: 14px;
              float: left;
              overflow: hidden;
              line-height: 1.4;
              margin-bottom: 4px;
              text-decoration: none; }
          .category-main .category-wrapper .category-footer .blog-card .news-card-elements .news-card-element .news-right .news-excerpt {
            float: left; }
            .category-main .category-wrapper .category-footer .blog-card .news-card-elements .news-card-element .news-right .news-excerpt p {
              font-size: 13px;
              line-height: 1.5;
              color: #757575; }
  .category-main .category-wrapper .category-footer .list-block {
    height: 446px;
    margin-bottom: 16px; }
    .category-main .category-wrapper .category-footer .list-block .list-background {
      width: 100%;
      float: left;
      height: 151px;
      background: url(https://s-media-cache-ak0.pinimg.com/originals/15/ba/12/15ba12d78cf42cdc17d0ecae958d532b.jpg);
      background-size: cover;
      margin-bottom: 16px;
      position: relative;
      color: #fff; }
      .category-main .category-wrapper .category-footer .list-block .list-background h3 {
        position: absolute;
        top: 0;
        font-weight: 300;
        font-size: 20px;
        width: 80%;
        float: left;
        margin: 0;
        color: #fff;
        padding: 15px 20px; }
    .category-main .category-wrapper .category-footer .list-block .comments-card-elements {
      float: left;
      width: 100%; }
      .category-main .category-wrapper .category-footer .list-block .comments-card-elements .news-card-element {
        width: calc(100% - 32px);
        margin: 0 16px 16px;
        float: left;
        height: 77px;
        overflow: hidden; }
        .category-main .category-wrapper .category-footer .list-block .comments-card-elements .news-card-element .news-image {
          width: 50px;
          height: 77px;
          float: left;
          background: url(http://opengamer.com.ua/wp-content/uploads/2016/01/Battlefield-Hardline.jpg);
          background-size: cover; }
        .category-main .category-wrapper .category-footer .list-block .comments-card-elements .news-card-element .news-right {
          float: left;
          width: calc(100% - 82px);
          margin-left: 16px; }
          .category-main .category-wrapper .category-footer .list-block .comments-card-elements .news-card-element .news-right .news-title {
            float: left; }
            .category-main .category-wrapper .category-footer .list-block .comments-card-elements .news-card-element .news-right .news-title a {
              font-weight: 400;
              color: #111111;
              font-size: 14px;
              float: left;
              overflow: hidden;
              line-height: 1.4;
              margin-bottom: 4px;
              text-decoration: none; }
          .category-main .category-wrapper .category-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt {
            float: left; }
            .category-main .category-wrapper .category-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt p {
              font-size: 13px;
              line-height: 1.5;
              color: #757575;
              margin: 0; }
              .category-main .category-wrapper .category-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt p:empty {
                display: none; }

.news-cat {
  background: #ddd; }
  .news-cat .news-cat-wrap {
    margin-top: -120px; }
    .news-cat .news-cat-wrap .add-new-element {
      position: absolute;
      margin-top: -50px;
      color: #fff;
      background: #942626;
      padding: 5px 16px 7px;
      border-radius: 2px;
      text-decoration: none;
      cursor: pointer; }
    .news-cat .news-cat-wrap #add-new-post {
      padding: 20px;
      display: none;
      overflow: hidden;
      position: relative;
      min-height: 533px; }
      .news-cat .news-cat-wrap #add-new-post .remove-new-element {
        background: #942626;
        position: absolute;
        right: 20px;
        color: #fff;
        padding: 7px 12px;
        top: 20px;
        border-radius: 2px; }
      .news-cat .news-cat-wrap #add-new-post #frontpostform .form-title {
        width: 100%;
        border-radius: 0; }
      .news-cat .news-cat-wrap #add-new-post #frontpostform .wp-core-ui.wp-editor-wrap {
        padding: 10px 0; }
        .news-cat .news-cat-wrap #add-new-post #frontpostform .wp-core-ui.wp-editor-wrap button {
          box-shadow: none; }
        .news-cat .news-cat-wrap #add-new-post #frontpostform .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel {
          border: solid 1px #ddd; }
          .news-cat .news-cat-wrap #add-new-post #frontpostform .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
            height: 250px; }
          .news-cat .news-cat-wrap #add-new-post #frontpostform .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel #editor_ifr {
            height: 250px !important; }
      .news-cat .news-cat-wrap #add-new-post #frontpostform .submit-button {
        float: right;
        box-shadow: none;
        background: #942626;
        text-shadow: none; }
    .news-cat .news-cat-wrap article {
      background: #fff;
      margin: 0 auto 20px;
      padding: 15px 20px; }
      .news-cat .news-cat-wrap article .entry-title {
        padding: 0;
        margin: 0; }
        .news-cat .news-cat-wrap article .entry-title a {
          line-height: 20px;
          font-size: 18px;
          font-weight: 300;
          color: #000;
          text-decoration: none; }
      .news-cat .news-cat-wrap article .entry-content p {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.462;
        margin-bottom: 20px; }
      .news-cat .news-cat-wrap article .entry-content a[href$='.jpg'], .news-cat .news-cat-wrap article .entry-content a[href$='.jpeg'], .news-cat .news-cat-wrap article .entry-content a[href$='.png'], .news-cat .news-cat-wrap article .entry-content a[href$='.gif'] {
        float: left;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        text-align: center; }
      .news-cat .news-cat-wrap article footer.entry-footer {
        height: 40px;
        border-top: solid 1px #ddd;
        margin: 0; }
        .news-cat .news-cat-wrap article footer.entry-footer .share-trigger {
          cursor: pointer; }
        .news-cat .news-cat-wrap article footer.entry-footer .sharing-block {
          display: none;
          position: absolute;
          padding: 20px;
          background: #fff;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          border-radius: 3px;
          margin-left: 200px;
          margin-top: -20px; }
          .news-cat .news-cat-wrap article footer.entry-footer .sharing-block .sharing-close {
            float: right;
            padding: 0;
            margin: 0 0 0 10px; }
        .news-cat .news-cat-wrap article footer.entry-footer a {
          color: #403b3b; }
        .news-cat .news-cat-wrap article footer.entry-footer span.sl-wrapper {
          margin: 0; }
          .news-cat .news-cat-wrap article footer.entry-footer span.sl-wrapper a svg {
            padding-top: 0 !important; }
          .news-cat .news-cat-wrap article footer.entry-footer span.sl-wrapper span.sl-icon {
            margin: 0; }
          .news-cat .news-cat-wrap article footer.entry-footer span.sl-wrapper span.sl-count {
            margin: 3px 16px; }
        .news-cat .news-cat-wrap article footer.entry-footer span {
          margin: 15px 20px 15px 5px;
          float: left;
          color: #403b3b; }
          .news-cat .news-cat-wrap article footer.entry-footer span.new-comment {
            float: right;
            margin-right: 5px; }
          .news-cat .news-cat-wrap article footer.entry-footer span .fa {
            color: #9a9898;
            margin-right: 5px; }
    .news-cat .news-cat-wrap .front-footer .comments-block {
      height: 446px;
      margin-bottom: 16px; }
      .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-header {
        color: white;
        width: 100%;
        float: left;
        padding: 15px 20px;
        background: #b71c1c;
        margin-bottom: 16px; }
        .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-header h3 {
          font-weight: 300;
          font-size: 20px;
          width: 80%;
          float: left;
          padding: 0;
          margin: 0; }
      .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-elements {
        float: left;
        width: 100%; }
        .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-elements .news-card-element {
          width: calc(100% - 32px);
          margin: 0 16px 16px;
          float: left;
          height: 77px;
          overflow: hidden; }
          .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-elements .news-card-element .news-image {
            background: #ccc;
            width: 50px;
            height: 50px;
            float: left;
            background: url(http://opengamer.com.ua/wp-content/uploads/2016/01/Battlefield-Hardline.jpg);
            background-size: cover;
            border-radius: 50%; }
          .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-elements .news-card-element .news-right {
            float: left;
            width: calc(100% - 72px);
            margin-left: 16px; }
            .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-elements .news-card-element .news-right .news-title {
              float: left; }
              .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-elements .news-card-element .news-right .news-title a {
                font-weight: 400;
                color: #111111;
                font-size: 14px;
                float: left;
                overflow: hidden;
                line-height: 1.4;
                margin-bottom: 4px;
                text-decoration: none; }
            .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-elements .news-card-element .news-right .news-excerpt {
              float: left; }
              .news-cat .news-cat-wrap .front-footer .comments-block .comments-card-elements .news-card-element .news-right .news-excerpt p {
                font-size: 13px;
                line-height: 1.5;
                color: #757575; }
    .news-cat .news-cat-wrap .front-footer .blog-card {
      background: #fff;
      width: 100%;
      height: 446px;
      float: left;
      overflow: hidden;
      margin-bottom: 16px; }
      .news-cat .news-cat-wrap .front-footer .blog-card .news-card-header {
        color: white;
        width: 100%;
        float: left;
        padding: 15px 20px;
        background: #b71c1c;
        margin-bottom: 16px; }
        .news-cat .news-cat-wrap .front-footer .blog-card .news-card-header h3 {
          font-weight: 300;
          font-size: 20px;
          width: 80%;
          float: left;
          padding: 0;
          margin: 0; }
      .news-cat .news-cat-wrap .front-footer .blog-card .news-card-elements {
        float: left;
        width: 100%; }
        .news-cat .news-cat-wrap .front-footer .blog-card .news-card-elements .news-card-element {
          width: calc(100% - 32px);
          margin: 0 16px 16px;
          float: left;
          height: 77px;
          overflow: hidden; }
          .news-cat .news-cat-wrap .front-footer .blog-card .news-card-elements .news-card-element .news-image {
            background: #ccc;
            width: 96px;
            height: 77px;
            float: left;
            background: url(http://opengamer.com.ua/wp-content/uploads/2016/01/Battlefield-Hardline.jpg);
            background-size: cover; }
          .news-cat .news-cat-wrap .front-footer .blog-card .news-card-elements .news-card-element .news-right {
            float: left;
            width: calc(100% - 112px);
            margin-left: 16px; }
            .news-cat .news-cat-wrap .front-footer .blog-card .news-card-elements .news-card-element .news-right .news-title {
              float: left; }
              .news-cat .news-cat-wrap .front-footer .blog-card .news-card-elements .news-card-element .news-right .news-title a {
                font-weight: 400;
                color: #111111;
                font-size: 14px;
                float: left;
                overflow: hidden;
                line-height: 1.4;
                margin-bottom: 4px;
                text-decoration: none; }
            .news-cat .news-cat-wrap .front-footer .blog-card .news-card-elements .news-card-element .news-right .news-excerpt {
              float: left; }
              .news-cat .news-cat-wrap .front-footer .blog-card .news-card-elements .news-card-element .news-right .news-excerpt p {
                font-size: 13px;
                line-height: 1.5;
                color: #757575; }
    .news-cat .news-cat-wrap .front-footer .list-block {
      float: left;
      margin-bottom: 16px; }
      .news-cat .news-cat-wrap .front-footer .list-block .list-background {
        width: 100%;
        float: left;
        height: 151px;
        background: url(https://s-media-cache-ak0.pinimg.com/originals/15/ba/12/15ba12d78cf42cdc17d0ecae958d532b.jpg);
        background-size: cover;
        margin-bottom: 16px;
        position: relative;
        color: #fff; }
        .news-cat .news-cat-wrap .front-footer .list-block .list-background h3 {
          position: absolute;
          top: 0;
          font-weight: 300;
          font-size: 20px;
          width: 80%;
          float: left;
          margin: 0;
          color: #fff;
          padding: 15px 20px; }
      .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements {
        float: left;
        width: 100%; }
        .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements .news-card-element {
          width: calc(100% - 32px);
          margin: 0 16px 16px;
          float: left;
          height: 77px;
          overflow: hidden; }
          .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements .news-card-element .news-image {
            width: 50px;
            height: 77px;
            float: left;
            background: url(http://opengamer.com.ua/wp-content/uploads/2016/01/Battlefield-Hardline.jpg);
            background-size: cover; }
          .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements .news-card-element .news-right {
            float: left;
            width: calc(100% - 66px);
            margin-left: 16px; }
            .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-title {
              float: left; }
              .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-title a {
                font-weight: 400;
                color: #111111;
                font-size: 14px;
                float: left;
                overflow: hidden;
                line-height: 1.4;
                margin-bottom: 4px;
                text-decoration: none; }
            .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt {
              float: left; }
              .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt p {
                font-size: 13px;
                line-height: 1.5;
                color: #757575;
                margin: 0; }
                .news-cat .news-cat-wrap .front-footer .list-block .comments-card-elements .news-card-element .news-right .news-excerpt p:empty {
                  display: none; }

.single-element .sub-title {
  width: 100%;
  background-color: #731010;
  color: #fff;
  min-height: 130px;
  padding-bottom: 30px; }
  .single-element .sub-title h1 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.66667;
    font-family: 'Roboto Mono', sans-serif; }
  .single-element .sub-title span {
    font-size: 16px;
    float: left;
    width: 100%; }

.single-articles .blog-single {
  padding-top: 22px; }
.single-articles .container-760 {
  max-width: 760px; }
.single-articles .article-actions {
  margin-top: 35px; }
  @media (max-width: 991px) {
    .single-articles .article-actions {
      margin-top: 20px;
      float: left; } }
  .single-articles .article-actions .footer-action {
    padding: 20px 10px;
    margin-left: 10px; }
  .single-articles .article-actions span {
    margin-left: 5px; }
    .single-articles .article-actions span a {
      color: rgba(0, 0, 0, 0.7);
      font-size: 18px;
      text-decoration: none; }
.single-articles h1 {
  font-size: 34px;
  line-height: 1.2;
  padding: 30px 0;
  font-weight: 300;
  margin: 0;
  font-family: Roboto,sans-serif;
  color: rgba(0, 0, 0, 0.7); }
.single-articles h3 {
  font-family: 'Roboto Light', sans-serif;
  padding-bottom: 10px; }
.single-articles p {
  line-height: 28px; }
.single-articles .block-author {
  width: 100%;
  min-height: 145px;
  padding: 24px;
  background: url(http://www.opengamer.com.ua/wp-content/uploads/2016/10/author-bg.jpg);
  float: left;
  color: #fff;
  background-size: cover; }
  .single-articles .block-author .author-face {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 16px; }
    .single-articles .block-author .author-face img {
      border-radius: 50%;
      border: 4px solid; }
  .single-articles .block-author .author-info {
    float: left;
    width: 70%;
    padding: 0;
    color: #fff;
    margin-left: 20px; }
    .single-articles .block-author .author-info .author-name, .single-articles .block-author .author-info .author-description {
      float: left;
      width: 100%; }
    .single-articles .block-author .author-info .author-name {
      display: block;
      width: auto;
      font-weight: 700;
      color: #fff;
      font-size: 20px;
      margin-bottom: 5px; }
    .single-articles .block-author .author-info .author-description {
      font-family: "Roboto Light", sans-serif;
      color: #fff;
      font-size: 18px; }
.single-articles .gray-background {
  float: left;
  width: 100%;
  min-height: 350px;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  background: #eee;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC;
  margin-bottom: 100px;
  padding: 30px 0 50px;
  margin-top: 80px; }
.single-articles .horison-posts-block {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  padding: 0 20px 20px; }
  .single-articles .horison-posts-block a {
    text-decoration: none; }
    .single-articles .horison-posts-block a:hover {
      color: #fff; }
  .single-articles .horison-posts-block h3 {
    margin-left: 15px; }
  .single-articles .horison-posts-block div.post-item {
    height: 220px;
    margin-bottom: 20px;
    z-index: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .single-articles .horison-posts-block div.post-item .layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.4s; }
      .single-articles .horison-posts-block div.post-item .layer:hover {
        background-color: rgba(183, 28, 28, 0.36); }
    .single-articles .horison-posts-block div.post-item span.post-item-title {
      display: block;
      font-size: 24px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      bottom: 0;
      color: #fff;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      margin: 24px 16px 16px;
      line-height: 1.2em;
      text-align: left; }
  .single-articles .horison-posts-block div.hvr-shutter-in-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .single-articles .horison-posts-block div.hvr-shutter-in-vertical:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #0e0e0e;
      opacity: 0.3;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .single-articles .horison-posts-block div.hvr-shutter-in-vertical:hover .post-item-title, .single-articles .horison-posts-block div.hvr-shutter-in-vertical:focus .post-item-title, .single-articles .horison-posts-block div.hvr-shutter-in-vertical:active .post-item-title {
      color: #fff; }
    .single-articles .horison-posts-block div.hvr-shutter-in-vertical:hover:before, .single-articles .horison-posts-block div.hvr-shutter-in-vertical:focus:before, .single-articles .horison-posts-block div.hvr-shutter-in-vertical:active:before {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
.single-articles .entry-content {
  float: left;
  width: 100%; }
.single-articles .entry-footer .scrolling-pubs {
  width: 100%;
  float: left;
  min-height: 380px;
  margin-top: -100px; }
  .single-articles .entry-footer .scrolling-pubs h3 {
    margin-left: 15px; }
  .single-articles .entry-footer .scrolling-pubs .post-item {
    width: 100%;
    height: 250px; }
  .single-articles .entry-footer .scrolling-pubs a {
    text-decoration: none;
    cursor: pointer; }
    .single-articles .entry-footer .scrolling-pubs a .layer {
      width: 100%;
      height: 100%;
      float: left;
      background: rgba(0, 0, 0, 0.5);
      transition: 0.4s; }
      .single-articles .entry-footer .scrolling-pubs a .layer:hover {
        background: transparent; }
      .single-articles .entry-footer .scrolling-pubs a .layer .fa {
        color: #fff;
        font-size: 48px;
        text-align: center;
        padding-top: 100px;
        width: 100%;
        height: 80%;
        position: absolute;
        transition: 0.2s; }
        .single-articles .entry-footer .scrolling-pubs a .layer .fa:hover {
          padding-top: 20%;
          font-size: 68px; }
    .single-articles .entry-footer .scrolling-pubs a span {
      font-size: 20px;
      line-height: 1.2;
      padding: 0;
      font-weight: 400;
      font-family: Roboto,sans-serif;
      color: rgba(0, 0, 0, 0.7);
      margin: 20px 0;
      float: left;
      transition: 0.4s; }
      .single-articles .entry-footer .scrolling-pubs a span:hover {
        color: #ff0009; }
.single-articles .article-comments {
  width: 100%;
  float: left;
  background-color: #eee;
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC;
  padding: 40px 0 0; }

.news-cat #masthead {
  position: relative;
  width: 100%;
  background-color: #B71C1C !important;
  -moz-border-radius: 5px;
  background-image: none;
  -webkit-box-shadow: 0 0 8px 0 #1F1A1A;
  -moz-box-shadow: 0 0 1px 0 #1F1A1A;
  box-shadow: 0 0 8px 0 #1F1A1A; }

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