/*
Theme Name: Hotel Karsteboom
Author: Remy Ameling
Author URI: http://www.remyameling.com
Description: -
Version: 1.0
Template: hotelmaster
Text Domain: dekarsteboom

*/

@import url("../hotelmaster/style.css");

/* top bar */

.top-navigation-left-text{ font-size: 18px; padding: 14px 0px 13px; line-height: 18px; }


/* menu */

body .gdlr-navigation-wrapper .gdlr-main-menu > li > a{
    text-transform: none;
    font-size: 16px;
}

body gdlr-main-menu > li:hover > a,
body .gdlr-main-menu > li.current-menu-item > a,
body .gdlr-main-menu > li.current-menu-ancestor > a {
    color: #6C9D31;
    opacity: 1;
}

header .top-navigation-wrapper a{
    color: #6C9D31;
}


header .top-navigation-wrapper{
    color: #fff;
}

.gdlr-background-image{
    color: #000;
}

/* slider */

.ms-slide-info{
    display: none;
}

/* tob bar */

.top-navigation-container i.gdlr-icon {
    margin-right: 5px;
}

/* event list widget */

ol.tribe-list-widget{
    list-style: none;
}

.tribe-events-list-widget-events{
    margin-bottom: 30px;
}

/* others */

.align-right{
    text-align: right;
}

/* logo */

.container .gdlr-logo{
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
}

/* hoteliers form */

.gdlr-skin-light-grey .hoteliers-form input[type="text"]{
    background-color: #fff;
}

/* colors */

body a,
body .gdlr-classic-room .gdlr-room-title a,
body .gdlr-modern-room .gdlr-room-title a,
body .gdlr-medium-room .gdlr-room-title a,
body .gdlr-item-title-divider
{
    color: #6C9D31;
}

body.single .gdlr-room-price .gdlr-tail,
body .gdlr-classic-room .gdlr-room-price .gdlr-tail,
body .gdlr-medium-room .gdlr-room-price .gdlr-tail,
body .gdlr-room-service-unit{
    color: #6C9D31;
}


body .gdlr-item-title-divider{
    border-color: #6C9D31;
}

body .gdlr-blog-widget .blog-date-wrapper,
body .gdlr-blog-medium .blog-date-wrapper,
body .gdlr-blog-full .blog-date-wrapper{
    box-shadow: 2px 2px 0 #6C9D31;
}

body .blog-date-wrapper,
body table tr th,
body .gdlr-button, input[type="button"],
body input[type="submit"],
.gdlr-shortcode-wrapper .gdlr-price-item .best-price .price-tag
 {
    background-color: #6C9D31;
}

/* responsive fixes */



/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px) {
    .horizontal li.hoteliers-form__grid-item.resp {
        width: 100%;
    }

    .button-holder{
        text-align: center;
    }

    .button-holder .hoteliers-form__btn{
        float: none;
        margin-top: 10px;
    }
}

.tribe-events-schedule .blog-date-day,
.tribe-event-schedule-details .blog-date-day,
.tribe-event-duration .blog-date-day{
	margin-right: 0.3em;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{
    float: left;
}

