
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

.gpa-header {
    text-align: center;
}

.gpa-header h1 {}

.gpa-header-text {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.gpa-header-text h1 {
    color: #7b928c;
}

.gpa-product img,
.gpa-banner img,
.gpa-product2 img,
.gpa-gift-cards img,
.gpa-shop-all img,
.gpa-header img {
    width: 100%;
}

.gpa-product {
    padding-top: 20px;
}

.gpa-height15 {
    min-height: 15px;
}

.gpa-height20 {
    min-height: 20px;
}

.gpa-height60 {
    min-height: 60px;
}

.gpa-gift-cards {
    background-color: #022248;
    text-align: center;
    color: #ffffff;
}

/* GPA - FULL WIDTH */

.tygh-content .container {
    background-color: transparent;
}

.gap-main-top {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.gap-main-top .mainbox-primary>h2.title {
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.gpa-shop-all {
    padding-top: 20px;
}

/* EXPEND */

.container .header {
    cursor: pointer;
}

.container .content {
    display: none;
}

/* BACK TO TOP */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

/* VISIBLE MOBI */

@media (min-width: 576px) {

    .mobi {
        display: block;
    }
}


@media (min-width: 768px) {

    .mobi {
        display: none;
    }
}

@media (max-width: 767px) {
    .gpa-product {
        padding-top: 30px;
    }
}
/* remove top padding gap */

.gap-main-top {
    padding-top: 0;
}