/** 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2016 Corevisual.no. All Rights Reserved.
 * @license       GNU General Public License version 2 or later;
 * @authors       huynhduy1985 
 * @Link:         http://hadwebs.com
 *------------------------------------------------------------------------------
 */
/* ---- button ---- */
.grid-sizer {
  height: 0;
  margin-top: -10px; }

.link-button {
  padding: 15px;
  margin-bottom: 10px;
  border: none;
  color: #202020;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  margin-left: 0;
  background: #fff;
  margin-right: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .link-button i {
    margin: 0; }
  .link-button:hover, .link-button:focus {
    background-color: #fff;
    color: #333333; }

.button-group {
  margin-bottom: 30px;
  display: block;
  text-align: center; }
  .button-group .button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10px 0;
    margin-bottom: 10px;
    background: transparent;
    border: none;
    color: #202020;
    font-family: sans-serif;
    font-size: 16px;
    border: 1px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    margin: 0 22.5px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .button-group .button:focus, .button-group .button:hover {
      background-color: transparent;
      color: #555555;
      border-bottom: 1px solid #555555; }
    .button-group .button.is-checked, .button-group .button:active {
      background-color: transparent;
      color: #555555;
      border-bottom: 1px solid #555555; }
    .button-group .button.is-checked {
      color: #555555;
      border-bottom: 1px solid #555555; }
  .button-group:after {
    content: '';
    display: block;
    clear: both; }

/* ---- masonry ---- */
.grid {
  margin-bottom: 50px;
  position: relative; }
  .grid:after {
    content: '';
    display: block;
    clear: both; }
  .grid .grid-item {
    position: relative;
    float: left;
    padding: 6px;
    margin: 0;
    height: 285px;
    color: #262524;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .grid .grid-item > * {
      margin: 0;
      padding: 0; }
    .grid .grid-item .item-portfolio {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .grid .grid-item .item-portfolio .post-thumbnail {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0;
        position: relative;
        background-size: cover;
        background-position: center center; }
      .grid .grid-item .item-portfolio .numtest {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
        background: #F7C51D;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        z-index: 99999;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        text-align: center; }
      .grid .grid-item .item-portfolio .post-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 0;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
        -o-transition: opacity 0.35s, -o-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1.4, 1.4, 1);
        -moz-transform: scale3d(1.4, 1.4, 1);
        -ms-transform: scale3d(1.4, 1.4, 1);
        -o-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1); }
        .grid .grid-item .item-portfolio .post-content .post-inner {
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          position: relative; }
          .grid .grid-item .item-portfolio .post-content .post-inner .bg {
            width: 100%;
            height: 100%;
            display: block;
            top: 0;
            left: 0;
            position: absolute;
            background: #fff;
            opacity: 0.85;
            filter: alpha(opacity=85); }
          .grid .grid-item .item-portfolio .post-content .post-inner .excerpt {
            display: none; }
          .grid .grid-item .item-portfolio .post-content .post-inner .portfolio-title {
            position: absolute;
            top: 30%;
            text-align: center;
            margin: 0;
            font-size: 18px;
            line-height: 18px;
            width: 100%;
            font-weight: 400; }
            .grid .grid-item .item-portfolio .post-content .post-inner .portfolio-title .portfolio-categories {
              line-height: 24px;
              display: block;
              margin-top: 10px;
              color: #202020;
              font-size: 12px;
              font-family: Poppins, sans-serif;
              text-transform: uppercase; }
          .grid .grid-item .item-portfolio .post-content .post-inner .post-link {
            position: absolute;
            bottom: 30%;
            text-align: center;
            width: 100%; }
      .grid .grid-item .item-portfolio:hover .post-content {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
  .grid .grid-item--height2 {
    height: 570px; }
  .grid .grid-item--height3 {
    height: 670px; }
  .grid .grid-item-v3-height1 {
    height: 200px; }
    .grid .grid-item-v3-height1 .item-portfolio .post-content .post-inner .portfolio-title {
      top: 18%; }
    .grid .grid-item-v3-height1 .item-portfolio .post-content .post-inner .post-link {
      bottom: 18%; }
  .grid .grid-item-v3-height2 {
    height: 400px; }
  .grid .grid-item-v3-height3 {
    height: 600px; }
  .grid .grid-item-v3-height4 {
    height: 800px; }
  .grid .masonry-height-two {
    height: 370px; }
  .grid .masonry-height-four {
    height: 270px; }

.portfolio-button {
  margin: 50px 0;
  text-align: center; }

.single-portfolio .portfolio-content {
  margin: 50px 0; }
.single-portfolio .portfolio-single .thumb {
  text-align: center; }
  .single-portfolio .portfolio-single .thumb img {
    height: auto; }
.single-portfolio .post-nav {
  padding: 30px 0;
  border-bottom: 1px solid #e6e9ed;
  border-top: 1px solid #e6e9ed;
  text-align: center;
  color: #202020;
  margin: 50px 0; }
  .single-portfolio .post-nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .single-portfolio .post-nav .post-nav-pre {
    float: left; }
  .single-portfolio .post-nav .post-nav-next {
    float: right; }

.title-warp {
  position: relative;
  margin: 0px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F7C51D;
  font-weight: 400; }

.box-title-wrap {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px !important; }

/*# sourceMappingURL=style.css.map */
