
#page-short-desc {
    background:#77c4eb;
    color:#ffffff;
    font-family: "Brandon_med" !important;
    font-size: 26px !important;
}

#page-content {
    background: #efefe2;
}

#page-content h4 {
    font-family: "Eufoniem-One" !important;
    font-size: 25px;
    color:#333333 !important;
}

#page-content p {
    font-family: "Brandon_med" !important;
    color:#333333 !important;
    font-size: 17px !important;
}


@media (min-width: 992px) {

    #page-content .col_half:not(.col_last) {
        border-right: 2px solid #333333;
    }

    #page-content .col_half.col_last {
        padding-left:30px;
    }
}

#page-content .col_half p {
    margin-bottom: 0px !important;
}

#page-content a.button {
    font-family: "Brandon_reg" !important;
    text-transform: none !important;
    padding: 0 50px !important;
    margin-top: 35% !important;
}

#price table thead td span,#price table tbody td span {
    display: block;
    margin: 2px;
    font-family: 'Kiona-Regular';
}

#price table {
    margin: 0 auto;
}

#price table thead td span {
    background: #65c7f0;
    padding: 20px;
    font-size: 16px;
}

#price table tbody td span {
    background: #f5f4e9;
    color:#333333;
    padding: 25px 20px;
    font-size: 20px;
}

#price table .topleft {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

#price table .topright {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#price table .bottomleft {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#price table .bottomright {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 575.98px) {

    #price table thead td span {
        padding: 20px 10px !important;
        font-size: 12px !important;
    }

    #price table tbody td span {
        padding: 25px 10px !important;
        font-size: 15px !important;
    }

    .masonry-thumbs a {
        width: 50% !important;
    }



}