/*
Theme Name: Mendoz Child
Description: This is a child theme for Mendoz Theme
Author: Templatation
Template: mendoz
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* package styles. */


.pacakge-offers h3 {
    color: #c85a5a;
    font-size: 28px;
    padding-bottom: 5px;
}
.pacakge-offers .tt-indesc {
    padding-bottom: 20px;
}
.offer-card {
    margin-left: 18px;
}
.offer-card-content {
    background-color: #f7f7f7;
    padding: 20px;
}
.offer-card-image {
    position: relative;
}
.badge-price {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #fff;
    color: #E12A35;
    font-size: 18px;
}
.offer-card-hotel a{
    color: #E12A35;
    font-size: 18px;
}
.offer-card-hotel a:hover, .readmo:hover{
    opacity: .7;
}
.tt-package-rating .fa{
    color: #E5993E;
}
.offer-card-title {
    position: relative;
}
.offer-validity {
    border: 1px solid #888;
    border-radius: 8px;
    font-size: 12px;
    padding: 1px 6px;
}
.pacakge-offers .owl-nav [class*=owl-] {
    margin: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    position: absolute;
    top: 31%;
    right: 0;
}
.pacakge-offers .owl-nav .owl-prev {
    left: -46px;
    right: auto;
}
.pacakge-offers .owl-nav .owl-next {
    left: auto;
    right: -46px;
}
.pacakge-offers .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: .7;
    background-color: transparent;
}
.tt-arrow1 {
    background: url(assets/img/testi-arrow-left.png) no-repeat;
    width: 30px;
    height: 21px;
    float: left;
}
.tt-arrow2 {
    background: url(assets/img/testi-arrow-right.png) no-repeat;
    width: 30px;
    height: 21px;
    float: left;
}
/* eof package styles */


