
.no_padding {
    padding: 0;
}
.no_padding_left {
    padding-left: 0;
}
.no_padding_right {
    padding-right: 0;
}
.content {
    padding-top: 0;
}
.icon-bar {
    background: #666;
}
.navbar-right {
    margin-right:0 !important;
}
.canvas {
    padding:50px;
}
@media (max-width:767px) {
    .canvas {
        padding:20px;
        padding-top: 0;
    }
}

.polka-bg {
    padding:35px;
    width:100%;
    height:100vh;
    background-image:url(/images/polka.png);
    /*background-position: center center !important;*/
    background-repeat:repeat !important;
    /*background-size:contain !important;*/
    background-size:300px;
}
.photo-wrapper {
    width: 100%;
    height: calc(100vh - 70px);
    background-position: center center !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    /*border: 15px solid #fff;*/
    position:relative;
}
.header {
    /*padding-bottom:30px;*/
}
.logo {
    display:inline-block;
    /*margin-right:30px;*/
}
.logo h1 {
    font-size:32px;
    font-weight:600;
}

.logo a {
    text-decoration:none;
    color:#71808e;
    display:inline-block;
}

.back-close {
    display:inline-block;
    float:right;
    cursor:pointer;
    position:absolute;
    right:0;
    padding-right:10px;
    top:17px;
}

.blog-list {
    padding:100px 0;
}
.blog-section-item:not(:last-child) {
    margin-bottom:100px;
}
.blog-top {
    margin-bottom:50px;
}
.blog-category {
    float:left;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1.6em;
    text-transform: uppercase;
}
.blog-see-all {
    float:right;
    color: #222;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(34,34,34,.3);
    -webkit-transition: border-color .15s ease-out,color .15s ease-out;
    -moz-transition: border-color .15s ease-out,color .15s ease-out;
    -ms-transition: border-color .15s ease-out,color .15s ease-out;
    -o-transition: border-color .15s ease-out,color .15s ease-out;
    transition: border-color .15s ease-out,color .15s ease-out;
    font-style: italic;
    transition: all .15s linear;
}
.blog-see-all a:hover {
    opacity:.7;
    transition: all .15s linear;
}
.blog-see-all a {
    transition: all .15s linear;
}
@media (max-width:767px) {
    .blog-item-list .row > div:not(:last-child) {
        margin-bottom:40px;
    }
    .blog-summary {
        min-height:50px;
    }
}
.blog-thumb {
    width:100%;
    background-position: center top !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    /*margin-bottom:10px;*/
}
.blog-summary {
    position:relative;
}
.blog-summary .blog-date {
    position: absolute;
    left: 0px;
    margin: auto;
}
.blog-summary .blog-date .blog-d {
    /*font-family: Lora,serif;*/
    font-size: 24px;
    font-weight: 400;
    color: #222;
    /*margin-bottom: 7px;*/
}
.blog-summary .blog-date .blog-m-y {
    font-size: 11px;
    font-weight: 500;
    font-weight: 500;
    color: #888;
    text-transform:uppercase;
}
.category .blog-date {
    display:inline-block;
}
.category-item {
    position:relative;
}
.blog-date .blog-d {
    font-size: 24px;
    font-weight: 400;
    color: #222;
}
.blog-date .blog-m-y {
    font-size: 11px;
    font-weight: 500;
    font-weight: 500;
    color: #888;
    text-transform:uppercase;
}
.blog-summary .publish-date {
    opacity: .7;
    margin: 0;
    font-size: 13px;
    line-height: 1.4em;
    text-transform: none;
}
.blog-summary .summary-title {
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
    /*width: 58%;*/
    margin:auto;
    margin-left:70px;
}

.section-1-content {
    width: 83.3333%;
    text-align:center;
    margin:auto;
}
.section-1-content h1 {
    color: #1a1f2d;
}
.section-1-content h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    letter-spacing: 0em;
    line-height: 1.25em;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .section-1-content h1 {
        font-size: 32px;
        letter-spacing: 0px;
    }
}
.blog-1 {
    color: #FFF;
    /*background-color: #000;*/
    position: relative;
    padding: 5em 0;
    display: block;
    /*background-position: center top !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;*/
    margin-bottom:20px;
}
.blog-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 80%;*/
    /*max-width: 66.66em;*/
    margin-left: auto;  
    margin-right: auto;
    position: relative;
    text-align:center;
    max-width:1140px;
    width:100%;
    margin:auto;
}
@media (max-width:991px) {
    .blog-container {
        width: 90%;
    }
}
@media (max-width:767px) {
    .blog-container {
        width: 100%;
    }
}
.post-header .date {
    margin-bottom: 20px;
    display: block;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.1em;
 }
.post-header .date:before {
    content:'\f02b';
    font-family:FontAwesome;
    margin-right:5px;
 }
.post-category, .blog-container .category, .section-1-content .category {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 8px;
    font-size: .8rem;
    margin: 0 0 2em 0;
    display: inline-block;
}
.blog-container .category a, .section-1-content .category a{
    padding: 1em 0;
    /*border-bottom: 2px solid #000;*/
    letter-spacing: .3em;
    font-size: 11px;
}
.bottom-line {
    width: 43%;
    height: 2px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
}
@media (min-width:992px) {
    .text-align-left .bottom-line {
        margin-left:0;
        margin-right:0;
    }
    .text-align-right .bottom-line {
        margin-left:0;
        margin-right:0;
        float: right;
    }
}
.white-line {
    background: #fff;
}
.black-line {
    background: #000;
}
.category-wrapper {
    display:inline-block;
}
.category-wrapper a {
    color:#000;
}
.blog-container .title a, .blog-container .category a, .blog-container  .meta a {
    color: inherit;
    border-bottom-color: inherit;
}

.blog-container .blog-desc {
    font-weight: 400;
    padding: 0 20em;
    margin: 2em 0 1em 0;
    font-size:15px;
}

@media only screen and (max-width: 95em) {
    .blog-container .blog-desc {
        padding: 0 10em;
    }
}
@media only screen and (max-width: 75em) {
    .blog-container .blog-desc {
        padding: 0 10em;
        display:none;
    }
}

@media only screen and (max-width: 991px) {
    .blog-container .blog-desc {
        padding: 0 10em;
        display:block;
    }
}
@media only screen and (max-width: 56.25em) {
    .blog-container .blog-desc {
        padding: 0 6em;
    }
}
@media only screen and (max-width: 31.25em) {
    .blog-container .blog-desc {
        padding: 0 1em;
    }
}
.blog-container h2 {
    font-weight: 400;
    font-style: normal;
    margin: 0.4em 0;
    font-size: 62px;
    font-size: 2.2rem;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .1em;
    font-family: 'Lato-Light',Arial,sans-serif;
}
@media only screen and (max-width: 87.5em) {
    .blog-container h2 {
        font-size: 35px;
        /*font-size: 2.5rem;*/
    }
}
.blog-container .read-more {
    position: relative;
    z-index: 200;
    text-align: center;
}
.white-btn {
    padding-top: 1em;
    padding-right: 1.44em;
    padding-right: calc(1.44em - .2em);
    padding-bottom: 1em;
    padding-left: 1.44em;
}
.white-btn {
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    letter-spacing: 3px;
    border: 2px solid #fff;
    border-color: inherit;
    text-align: center;
    font-size: 13px;
    /*font-family:'Lato',sans-serif;*/
    text-transform:uppercase;
    -webkit-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    display:inline-block;
}
.white-btn:hover {
    background-color: #fff;
    color:#000;
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -ms-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out;
}
    .white-btn.white-bg:hover {
        background-color: #000;
        color:#fff;
    }
/*.white-btn{
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: 1rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
    text-transform: uppercase;
    background: #FFF;
    color: #000;
    letter-spacing: 2px;
    padding: .5em 1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
    .white-btn:focus {
        color: #000;
    }
.white-btn:hover{
    background: #000;
    color: #FFF;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}*/
.blog-container .comments:before, .blog-container .location:before {
    font-family:FontAwesome;
    margin: 0 0.2em;
    line-height: 1;
    vertical-align: middle;
}

.blog-container .location:before {
    content: "\f041";
}
.blog-container .comments:before {
    content: "\f075";
}
.blog-overview-photos {
    margin-top: 90px;
}
.blog-overview-photos img{
    width:100%;
}
.blog-overview-photos-left img {
    width:100%;
}
.blog-overview-photos-right img {
    width:100%;
}
.blog-container .blog-desc.left {
    padding:0;
}
/*@media (min-width:768px) {
    .blog-left {
        display:flex;
        align-items:center;
    }
    .text-align-left {
        text-align: left !important;
    }
    .text-align-right {
        text-align: right !important;
    }
}
@media (max-width:767px) {
    article {
        margin-bottom:20px;
    }
    .blog-overview-photos {
        margin-top: 40px;
    }
    .image-margin-bottom {
        margin-bottom:20px;
    }
}*/
@media (min-width:992px) {
    .blog-left {
        display:flex;
        align-items:center;
    }
    .text-align-left {
        text-align: left !important;
    }
    .text-align-right {
        text-align: right !important;
    }
}
@media (max-width:991px) {
    article {
        margin-bottom:20px;
    }
    .blog-overview-photos {
        margin-top: 40px;
    }
    .image-margin-bottom {
        margin-bottom:20px;
    }
}
.blog-pagination {
    /*font-family:'Lato', sans-serif;*/
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: .9rem;
    text-align: center;
}
.blog-pagination .page-numbers {
    margin: 0 0.2em;
    border: 1px solid #000;
    display: inline-block;
    padding: .5em;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-pagination .page-numbers.current,.blog-pagination .page-numbers:hover {
    background: #000;
    color: #FFF
}
.full-image-2 {
    background-position: center top !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
.about-container {
    max-width:950px;
    width:100%;
    margin:auto;
    color:#fff;
}

.about-container a {
    color:#fff;
}
.image-bottom-mobile {
    margin-bottom:30px;
}
.blog-main-image, .blog-main-image-mobile {
    display:block;
    background-position: center top !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}


.image-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height:300px;
}

/* ---- grid ---- */

/*.grid {
  background: #DDD;
}*/

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
@media (min-width:768px) {
    .grid-item {
        width: 33.333%;
        padding: 3px;
    }
}
@media (max-width:767px) {
    .grid-item {
        width: 50%;
        padding: 3px;
    }
}

@media (max-width:480px) {
    .grid-item {
        width: 100%;
        padding: 3px;
    }
}

.grid-item {
  float: left;
}

.grid-item:hover {
    opacity:.8;
    transition:all .15s linear;
}
.grid-item img {
  background:rgba(34,34,34,.3);
    opacity:0;
    visibility:hidden;
  display: block;
  max-width: 100%;
}
.grid-item img.open {
  animation:fadeIn ease;
  animation-duration:1s;
  opacity:1;
}
@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.image-wrapper {
    width:100%;
    height:100%;
    background:#eee;
    display: block;
}

.load-more-btn {
    text-align:center;
    display:none;
    padding:20px 0;
    cursor:pointer;
    margin-top: 50px;
}
.load-more-btn a {
    display:inline-block;
    padding:10px 15px;
    border:1px solid #000;
    color:#000;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.1em;
    transition:all .3s ease-in-out;
}
.load-more-btn a:hover {
    background:#000;
    border:1px solid #000;
    color:#fff;
}

title {
    z-index: 1000;
    margin: 0 auto;
    padding: 0 1.25em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 65%;
    font-size:22px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.title h1, .title p.subline {
    line-height: 1;
}
.title h1 {
    padding: 0 0 0.2em;
    color: #fff;
    /*font-weight: 800;*/
    font-size: 3.25em;
    margin: 0 auto;
    text-align:center;
}

.enter-button {
    text-align:center;
}
.enter-button a {
    text-decoration:none;
    color:#fff;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    line-height: .75em;
    margin-right: 1.25vw;
    margin-left: 1.25vw;
}
.enter-button a span {
    line-height:20px;
    padding: 5px 0;
}

.enter-button:hover a span {
    border-bottom: 1px solid rgba(255,255,255,0);
    border-bottom-color: #fff;
}
@media (max-width:767px) {
    .enter-button a span {
        border-bottom: 1px solid rgba(255,255,255,0);
        border-bottom-color: #fff;
    }
    .icon-bar {
        background:#fff;
    }
    .top-menu.open .icon-bar {
        background:#000;
    }
    
    .top-menu {
        background: none !important;
        border:none !important;
        /*color:#fff !important;*/
    }
    .top-menu .more-menu img.white {
        display:initial;
    }
    .top-menu.open .more-menu img.white {
        display:none;
    }
    .top-menu.open .more-menu img:not(.white) {
        display:initial;
    }
    .top-menu .more-menu img:not(.white) {
        display:none;
    }
}

.enter > a {
    text-decoration:none;
    background-color: transparent;
    color: #fff;
    letter-spacing:3px;
    border: 2px solid #fff;
    text-align: center;
    font-size:17px;
    -webkit-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
}

.enter > a {
    padding-top: 1em;
    padding-right: 1.44em;
    padding-right: calc(1.44em - .2em);
    padding-bottom: 1em;
    padding-left: 1.44em;
}
.enter {
    -webkit-transition: background-color 170ms linear;
    -moz-transition: background-color 170ms linear;
    -ms-transition: background-color 170ms linear;
    -o-transition: background-color 170ms linear;
    transition: background-color 170ms linear;
}
/*.enter {
    text-align: center;
    margin: auto;
     margin-top: 35px; 
}*/
.enter:hover > a  {
    /*border-color: transparent;*/
    color: #181818;
}
.enter:hover > a {
    background-color: #fff;
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -ms-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out;
}

@keyframes scaleUpImage {
    0% {
        transform:scale(1);
    }
    100% {
        transform:scale(2);
    }
}
.banner-wrapper {
    position: relative;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    padding: 0px 7%;
    overflow:hidden;
}
/*.item.active .banner-wrapper {
    animation:scaleUpImage ease;
    animation-duration:10s;
    transform:scale(2);
}*/
.banner-wrapper::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, transparent 1%, rgba(0,0,0,0.03) 26%, rgba(0,0,0,0.4) 71%, rgba(0,0,0,0.5) 100%)
}
.carousel-control i {
    top: 50%;
    position: absolute;
    font-size: 40px;
}
.carousel.fade {
     opacity: 1;
}

.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0; /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}
.carousel.fade .item:first-child {
    top: auto;
    opacity: 1; /* show first slide */
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
}
.carousel-control.left, .carousel-control.right{ 
    background: none !important;
    filter: progid:none !important;>
}
.social-nav ul li a i {
    color: #fff;
}
.social-nav ul:hover li a i{
    color: #bbb;
}
.social-nav ul:hover li:hover a i{
    /*fill: rgba(170,170,170,.4);*/
    color:#fff;
}
.main-menu ul li a {
    color: #fff;
}
.main-menu ul li a:hover {
    color: #bbb;
}
.menu-container {
    position:absolute;
}

.logo-index {
    display:none;
}
.logo-white {
    display:block;
}

.photo-frame {
    width:100%;
    background-position: center top !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
.enter-site, .enter-site:focus {
    color:#fff;
    text-transform:uppercase;
    letter-spacing:.1em;
    font-family:'Times New Roman',serif;
}
.enter-site:hover {
    color:#fff;
    text-decoration:underline !important;
}
.enter-site:hover span {
    text-decoration:underline !important;
}
.cloud-btn {
    /*width:100%;*/
    background-position: center center !important;
    background-repeat:no-repeat !important;
    background-size:contain !important;
    padding:60px;
    display:inline-block;
}



.sub-title {
    text-transform:uppercase;
    letter-spacing:.15em;
    font-size:18px;
}
.portfolio-name, .portfolio-name:focus {
    /*text-transform: uppercase;
    letter-spacing: .15em;*/
    font-size: 13.2vw;
    color: #fff;
    font-family: 'Angelface', serif;
    line-height: .8;
}
@media (max-width:767px) {
    .portfolio-name, .portfolio-name:focus {
        font-size: 14.2vw;
    }
}
.portfolio-caption {
    position:absolute;
    top:50%;
    width:100%;
    padding:0 15px;
    z-index:3;
    transform:translateY(-50%);
    text-align:center;
    color:#fff;
}
.portfolio-subtitle {
    font-size: 3.2vw;
    color:#fff;
}
/*.instagram-section, .footer-powered {
    display:none;
}*/

.header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.menu-ul a:after {
  color: #fff;
}

.menu-ul a {
  color: rgba(255, 255, 255, 0.5);
}
.about-description {
    margin:30px 0;
}

.left-about {
    font-size:30px;
    font-weight:bold;
    line-height: 1.6em;
}
.right-about {
    font-size:17px;
    line-height: 1.7em;
}
.header-title {
    text-align:center;
    margin-bottom:50px;
    font-weight:bold;
    letter-spacing:.1em;
}
.header-title h1 {

}
@media (min-width:768px) {
    .about-wrapper {
        width:66.666667%;
        margin:auto;
    }
    .about-wrapper > div {
        display:inline-block;
        float:left;
        padding:0 15px;
    }
    .left-about {
        width:33.333333%;
    }
    .right-about {
        width:66.666667%;
    }
}
.fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.latest-post-title {
  position: relative;
  float: left;
  color: #bdbdbd;
  /*margin: 50px 25px;*/
  max-width: 285px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.latest-post-title h1,
.latest-post-title h5 {
  margin: 0;
  text-transform: uppercase;
}
.latest-post-title h1 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 50px;
  position: relative;
  padding-left: 56px;
  border: 5px solid #bdbdbd;
}
.latest-post-title h5,
.latest-post-title h6 {
  margin: 7px 0 7px 56px;
}
.latest-post-title h5 {
  font-weight: 500;
  font-size: 0.6em;
}
.latest-post-title h6 {
  display: inline-block;
  position: relative;
}
.latest-post-title i {
  position: absolute;
  line-height: 50px;
  width: 50px;
  left: 0;
  border-right: 5px solid #bdbdbd;
  font-size: 1.1em;
}

.latest-post-wrapper {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  /*font-family: 'Open Sans', Arial, sans-serif;*/
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom:30px;
  /*margin: 10px 1%;*/
  /*max-width: 310px;*/
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.latest-post-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.latest-post-wrapper img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  opacity: 0.75;
}

.latest-post-wrapper figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.latest-post-wrapper .date {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 800;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.latest-post-wrapper .date span {
  display: block;
  line-height: 14px;
}

.latest-post-wrapper .date .month {
  font-size: 11px;
}

.latest-post-wrapper h3,
.latest-post-wrapper p {
  margin: 0;
  padding: 0;
}

.latest-post-wrapper h3 {
  font-weight: 800;
  letter-spacing: -0.4px;
}

.latest-post-wrapper .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgba(236, 188, 46, 0.75);
  display: flex;
  font-size: 65px;
  justify-content: center;
  opacity: 0;
}

.latest-post-wrapper a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.latest-post-wrapper:hover .hover,
.latest-post-wrapper.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.latest-post-wrapper:hover figcaption,
.latest-post-wrapper.hover figcaption {
  opacity: 0;
}

.latest-post-wrapper:hover .date,
.latest-post-wrapper.hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.latest-vlog-wrapper {
    margin-bottom:50px;
}

.video-archieve {
    width:50%;
    float:left;
}