/*
 Theme Name:   Antek Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Antek Child Theme
 Author:       Erwin
 Author URI:   https://tripany.com
 Template:     antek
 Version:      1.0.0
 Text Domain:  antek
*/


.c-header__logo-img {
    display: block;
    max-width: initial;
    max-height: initial;
    margin-top: 7px;
}

.c-ip-slider__filter .c-filter__date--widget::placeholder,
.c-ip-slider__filter .c-filter__select--widget::placeholder {
    color: var(--text-color);
    opacity: 0.4
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
div[class*="-text-editor"] h1,
div[class*="-text-editor"] h2,
div[class*="-text-editor"] h3,
div[class*="-text-editor"] h4,
div[class*="-text-editor"] h5,
div[class*="-text-editor"] h6 {
    margin: 0;
}

.mega-menu-link {
    font-weight: 600 !important;
}


.tel_btn {
    width: auto;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 16px;
    margin: 0;
    float: left;
    line-height: 38px;
    text-align: center;
    background-color: #1f376c;
    color: #fff;
}

.tel_btn {
    border-radius: 3px;
    padding: 0 20px;
    font-size: 16px;
    margin: 0;
    float: left;
    line-height: 38px;
    text-align: center;
    background-color: #1f376c;
    color: #fff;
}

.whatsapp_btn {
    margin-right: 13px;
    float: left;
    line-height: 38px;
    width: 38px;
    border-radius: 19px;
    text-align: center;
    font-size: 17px;
    background-color: #1f376c;
    color: #fff;
}


.c-vehicle-book__dates-item:first-child {
    flex-direction: column;
    background-color: #1f376c;
    color: white;
}

.c-vehicle-book__price {
    margin-bottom: 15px;
}

.c-vehicle-details__alt-prices {
    background-color: #1f376c;
    color: white;
}

.c-vehicle-book__dates-item:first-child {
    padding-top: 22px;
}

@media (min-width: 1170px) {

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        background-color: #1f376c;
        color: #fff !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
        background-color: #1f376c !important;
        padding: 20px 40px !important;
        margin: 0 auto !important;
        font-size: 0.7rem !important;
        font-weight: 400 !important;
        text-align: center !important;
        width: 350px !important;
        height: 80px !important;
        margin-right: 15px !important;
        margin-bottom: 15px !important;
        border-radius: 10px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children {
        height: auto !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
        margin-bottom: 10px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        color: #fff !important;
    }
}

.c-vehicle__description, .c-vehicle-vert__description {
    display: none !important;
}

.ams-usp-bar {
    background: #1f376c;
    color: #fff;
}

.ams-usp-list {
    list-style: none;
    margin: 0;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.ams-usp-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.ams-usp-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
}

.ams-usp-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

@media (max-width: 1024px) {
    .ams-usp-list {
        justify-content: flex-start;
        gap: 14px;
    }
}

@media (max-width: 640px) {
    .ams-usp-item {
        font-size: 12px;
        font-weight: 600;
    }
    .ams-usp-list {
        padding: 8px 10px;
        gap: 10px 14px;
    }
}

.ams-account-bar {
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

.ams-account-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
}

.ams-account-link {
    color: #000;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.ams-account-link:hover {
    opacity: 0.7;
}

.ams-account-separator {
    color: #999;
}

@media (max-width: 768px) {
    .ams-account-inner {
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px;
        font-size: 12px;
    }
}

.ams-header-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
}

.c-header__main-row {
    display: flex;
    justify-content: center;
}

/* Temp fix: Should be coming from the plugin directly */
.c-vehicle-details__gallery-img {
    object-fit: contain !important;
}
