
.ggt-posts-carousel {
  max-width: 960px !important;
}
.ggt-posts-carousel-item article.post {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ggt-posts-carousel .ggt-posts-carousel-item .hentry {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    overflow: hidden;
    cursor: default;
}
.ggt-posts-carousel .ggt-posts-carousel-item .hentry:hover {
    -webkit-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image {
    position: relative;
    overflow: hidden;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image img {
    display: block;
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    max-width: 100%;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-overlay {
    background: #425cbb none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    height: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    width: 0;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image:hover .ggt-image-overlay {
    height: 100%;
    opacity: 0.8;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    width: 100%;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-info {
    display: block;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    width: 100%;
    z-index: 120;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-info .ggt-entry-info {
    bottom: 0;
    display: block;
    left: 30px;
    margin: auto;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 30px;
    width: 100%;
}
.ggt-posts-carousel-item:hover .ggt-project-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-info h3 {
    padding: 10px;
    margin: 0;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    .ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-info h3 {
        font-size: 18px;
        line-height: 26px;
    }
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-info h3 a {
    display: inline;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    border-bottom: 1px solid transparent;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-info h3 a:hover {
    border-bottom: 2px solid #ccc;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-info .ggt-terms a {
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-posts-carousel .post .ggt-image-info .ggt-terms {
    border: 2px solid #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    transform: translate(0px);
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image .ggt-image-info .ggt-terms a:hover {
    color: #fff;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-project-image:hover {
    background: rgba(0, 0, 0, 0.3);
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap {
    max-width: 650px;
    margin: 0 auto;
    padding: 40px 40px;
}
.ggt-posts-carousel-item .post-date > span {
    font-size: 12px;
}
.ggt-posts-carousel-item .ggt-entry-meta {
    -webkit-box-shadow: 0 13px 16px -17px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 13px 16px -17px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 13px 16px -17px rgba(0, 0, 0, 0.1) inset;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.ggt-posts-carousel-item .ggt-terms {
    color: inherit;
}
.ggt-posts-carousel-item .ggt-terms::before {
    content: "|";
    opacity: 0.3;
    padding: 0 15px;
}
.ggt-posts-carousel-item .ggt-project-image .ggt-terms::before {
    content: "";
    display: none;
}
.ggt-posts-carousel-item .ggt-terms > a {
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .entry-title {
    clear: none;
    margin-bottom: 10px;
    margin-top: 0;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .entry-title:after, .ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .entry-title:before {
    display: none;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .entry-title a {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .entry-title a:hover {
    color: #888;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-entry-meta span {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-style: italic;
    color: #999;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-entry-meta span a {
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    font-style: normal;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-entry-meta span:after {
    content: '//';
    padding-left: 6px;
    padding-right: 6px;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-entry-meta span:first-child {
    border: none;
    padding-left: 0;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-entry-meta span:last-child:after {
    display: none;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .entry-summary {
    padding: 0;
    margin: 10px auto 0;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .entry-summary:before {
    width: 35px;
    height: 1px;
    background: #aaa;
    display: block;
    content: "";
    text-align: center;
    margin: 0 auto 15px;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-category-list {
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-category-list:after {
    width: 35px;
    height: 1px;
    background: #aaa;
    display: block;
    content: "";
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-category-list:after {
    text-align: center;
    margin: 10px auto 10px;
}
.ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap .ggt-category-list a {
    font-style: italic;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-posts-carousel .ggt-posts-carousel-item .type-post .ggt-entry-text-wrap .entry-summary:before {
    display: none;
}

@media only screen and (max-width: 480px) {
    .ggt-posts-carousel .ggt-posts-carousel-item .ggt-entry-text-wrap {
        padding: 30px 20px;
    }
}
