/*
Theme Name: Akerblads
Theme URI: http://www.../akerblads
Author: Construct
Author URI: http://www.constructit.se
Description: A custom WordPress theme for Akerblads, based on Bootstrap 3
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: -
*/



/*



THIS FILE IS NOT INCLUDED IN THE THEME, STYLE.CSS IS HOWEVER MANDATORY FOR A WORDPRESS THEME AND USED BY THE ADMIN THEME PICKER



*/

.booking-widget * {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.booking-widget .bv-gui-select {
    /* margin: 0 !important; */
}

.booking-widget .bv-item {
    /* margin: 0 !important; */
    flex-shrink: 1;
    flex-grow: 1;
}

.booking-widget .bv-item.bv-item-search {
    flex-shrink: 1;
    flex-grow: 0;
}

@media (min-width: 768px) {
 
    .booking-widget-wide .bv-item {
        padding-right: 12px;
    }

    .booking-widget-wide .bv-item:last-child {
        padding-right: 0;
    }

    .booking-widget-wide .bv-section-inner {
        display: flex;
    }
}

.booking-widget-wide .bv-lbl-title {
    display: none;
}

.booking-widget.bv-widget-inner.bv-no-codes .bv-item .bv-input-box > input,
.booking-widget.bv-widget-inner.bv-no-codes .bv-item .bv-input-box > select,
.booking-widget.bv-widget-inner.bv-no-codes .bv-item .bv-input-box > div {
    height: 35px !important;
    border: 0 !important;
    border-radius: 2px !important;
}

.booking-widget .bv-js-widget-button {
    line-height: 35px !important;
    /* max-width: 100px; */
    min-width: 100px;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    background: #000 !important;
}

.booking-widget.bv-widget-inner.bv-no-codes .bv-item > .bv-button .bv-btn-inner {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.booking-widget.bv-item-login .bv-login-icon {
    font-size: 13px !important;
    margin-top: -8px !important;
    background: none !important;
}

.booking-widget.bv-item-login .bv-login-text {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #555555 !important;
}

/**
 * Packages
 */

.packages-title {
    margin-top: 36px;
    font-size: 28px;
    color: #555;
}

.packages-list {
    margin: 0 -16px 30px;
}

.package-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 16px;
}

.package-item a {
    text-decoration: none;
}

.package-item .item-inner {
    background: #FFF;
}

.package-item .post-thumbnail {
    padding: 0;
}

.package-item .item-title {
    margin: 0 0 2px 0;
    font-size: 20px;
    color: #9f914e;
    font-weight: 300;
}

.package-item .item-content {
    padding: 12px;
    font-size: 14px;
    color: #555;
}

@media (min-width: 768px) {
    .package-item {
        width: 50%;
    }

    .package-item .item-title {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .package-item {
        width: 50%;
    }

    .package-item .item-title {
        font-size: 20px;
    }
}