/* 
---------------------------------------------
- Preview Page Styling
---------------------------------------------
*/

.nav-area {
    background-color: rgba(30, 30, 30, 0.78);
}
.preview-hero-area {
    width: 100%;
    height: 80vh;
    padding-top: 60px;
    background-image: url(../img/banner-1.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom right;
    background-attachment: fixed;
    position: relative;
}
.preview-hero-area:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .8;
}
.preview-caption {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    z-index: 10;
}
.preview-caption-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preview-caption-inner h1 {
    display: inline-block;
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 1px;
    color: #08ada7;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.preview-caption-inner h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 5px;
    bottom: 0px;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.preview-caption-inner h3 {
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    color: #242424;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.preview-caption-inner h3 span {
    font-size: 26px;
    color: #08ada7;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.preview-caption-inner span {
    font-size: 16px;
    color: #08ada7;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.purchase-button {
    text-align: center;
    margin-top: 30px;
}
.purchase-button a {
    margin: 15px;
}
.btn-sm {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff!important;
    text-transform: uppercase;
    padding: 6px 20px;
    border: 1px solid #08ada7;
    background-color: #08ada7;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-sm:hover {
    border: 1px solid #02847f;
    background-color: #02847f;
}
.purchase-button i {
    font-size: 16px;
}
.page-layout {
    width: 100%;
    height: auto;
    background-color: #08ada7;
}
.layout-title {
    width: 100%;
    height: auto;
    text-align: center;
}
.layout-title h2 {
    width: 100%;
    height: auto;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}
.preview-img {
    height: auto;
    margin-bottom: 30px;
    text-align: center;
}
.btn-preview {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    color: #08ada7!important;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    padding: 25px 25px;
    margin: auto;
    border-bottom: 1px solid #08ada7;
    border-top: 1px solid #08ada7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-preview:hover {
    background: #08ada7;
    color: #fff !important;
    border-bottom: 1px solid #08ada7;
    border-top: 1px solid #08ada7;
}
.preview-footer {
    width: 100%;
    height: 100%;
    padding: 40px 0px;
    background: #111;
}
.preview-footer-title {
    font-size: 24px;
    color: #ddd;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.preview-footer p {
    color: #dadada;
}

/* ----------- Preview Style ------------ */

.preview-filter ul {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.preview-filter ul li {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #fff;
    padding: 5px 17px;
    background-color: #08ada7;
    z-index: 10;
    border: 0px;
    text-transform: uppercase;
    box-shadow: 0px 0px 3px -1px #fff;
    -moz-box-shadow: 0px 0px 3px -1px #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.preview-filter ul li:hover,
.preview-filter .active {
    color: #08ada7!important;
    background-color: #fff!important;
    border: 0px!important;
}
.preview-layout .portfolio-items {
    margin-top: 60px;
    width: 100%;
}
.isotope {
    padding: 0px 5px;
}
.single-preview {
    height: 100%;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.isotope:hover .single-preview {
    box-shadow: 1px 4px 21px -6px #000;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.single-preview-thumb {
    height: auto;
    width: 100%;
    margin: 0px;
}

/*
Template Feature Section
------------------------------------- */

.feature-area {}
.feature-title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
}
.feature-title h2 {
    width: 100%;
    height: auto;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
}
.feature-item {
    padding: 0;
}
.feature-item li {
    position: relative;
}
.feature-item li:before {
    content: "\f00c";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    position: relative;
    font-size: 14px;
    margin-right: 8px;
    color: #08ada7;
}

/*
- For iPad & Mobile Leyout
------------------------------------- */

@media only screen and (max-width: 767px) {
    .preview-hero-area {
        height: auto;
    }
    .preview-caption-inner h1 {
        font-size: 60px;
    }
    .btn-preview {
        font-size: 16px;
    }
}
