/*
 Theme Name:   GrandTour Child
 Theme URI: http://themes.themegoods.com/grandtour/demo
 Description:  GrandTour Child Theme
 Template:     grandtour
 Version:      0.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  grandtour-child


gulp --gulpfile wp-content/themes/grandtour-child/gulpfile.js
*/

.comment-form-rating {
    padding-left: 24px;
}

#facetwp-map {
    max-width: 100%;
}

.facetwp-facet.facetwp-facet-map, .facetwp-facet.facetwp-type-map {
    margin-bottom: 0;
}

.facetwp-pager{
    clear:both;
    padding:1rem 0;
}

.facetwp-page{
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 3px;
}
.facetwp-page.active{
    background: #c32225;
    color: #fff;
}

.CatalogueItem_gmap {
    min-height: 300px;
    clear: both;
}

.CatalogueItem_gmap:after {
    content: ' ';
    display: table;
    clear: both;
}

#page_content_wrapper img.BookAccommodation {
    max-width: 200px;
    max-height: 30px;
}

.CatalogueItemSidebar {
    margin: 30px 0 0px 0;
    float: left;
    clear: both;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #dce0e0;
    border-radius: 5px;
}

.CatalogueItemSidebar__heading {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #000000;
    border-bottom: 1px solid #dce0e0;
}

.CatalogueItemSidebar__text {
    margin-top: 0;
    padding: 20px 0 0 0;
    text-align: left;
}

.CatalogueMap__sidebar {
    width: 40% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.facetwp-facet.facetwp-facet-map, #facetwp-map {
    max-height: 100vh !important;
    height: 100vh !important;
    position: relative;
}

#blog_grid_wrapper.has-sticky-sidebar + div:not(.CatalogueMap__sidebar) {
    height: inherit !important;
}

#blog_grid_wrapper.has-sticky-sidebar.has-map-sidebar {
    width: 60% !important;
    padding: 0 30px !important;
    min-height: 100vh;
}

@media only screen and (max-width: 767px) {
    #blog_grid_wrapper.has-sticky-sidebar.has-map-sidebar,
    .CatalogueMap__sidebar{
        width: 100% !important;
    }

}

@media only screen and (max-width: 960px) and (min-width: 768px) {
    #blog_grid_wrapper.has-sticky-sidebar.has-map-sidebar{

    }
}

/*enable filter btn*/

#facetwp-map + div {
    position: absolute;
    top: 10px;
    left: 120px;
}

.facetwp-map-filtering {
    background: white;
    font-weight: bold;
    padding: .5em 1em;
    border: 0;
    border-radius: 5px;
}

.facetwp-map-filtering.enabled {
}

.facetwp-type-slider {
    margin-top: 1em;
}

.facetwp-type-checkboxes {
    display: inline;
}

.facetwp-type-checkboxes .facetwp-checkbox {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em;
    padding: .3em 1em .3em 2em;
    border: 1px black solid;
    border-radius: 5px;
    background-position: .5em 50%;
}

.facetwp-slider-wrap {
    max-width: 400px;
}

.MarkerContent {
    width: 100%;
}

.MarkerContent h3 {
    font-size: 16px;
}

.gm-style-iw > div {
    width: 200px;
    display: block !important;
    margin: 0 auto !important;
}

.Tag {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    background: black;
    color: white;
    border-radius: 5px;
    font-size: 85%;
}

.Tags{
    margin-top:1rem;
    clear: both;
}

.MainMenu__right{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a, .header_cart_wrapper i{
    font-size: 15px !important;
}

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a{
    font-weight: 700 !important;
}

.SquareItemPartners{
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    margin-bottom: 90px;
}

.SquareItemPartners_gallery{
    width: 100%;
    margin: 0 auto;
}

.SquareItemPartners__slide{
    width: 18%;
    margin-right: 2.5%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.SquareItemPartners__slide:last-child{
    margin-right: 0;
}

.SquareItemPartners__slide:after {
    content: '';
    display: block;
    clear: both;
    padding-top: 100%;
}

.SquareItemPartners__link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.page_tagline {
    width: 100%;
    text-align: center;
}

.accommodation .one,
.gastro .one {
    padding: 0 !important;
}

.accommodation .one > p:first-of-type,
.gastro .one > p:first-of-type {
    padding-top: 0 !important;
}

.inner.with-bottom-padding {
    padding-bottom: 20px;
}

h2.ppb_title {
    text-align: center;
}

.homepage-posts {
    background: #f3f3f3;
}

@media only screen and (min-width: 961px) {
    #logo_right_button {
        display: none !important;
    }
}

.ui-accordion-header{
    border:0;
}

.ui-accordion .ui-accordion-header a{
    padding: 1em .3em 1em 2.5em;
}

.ui-accordion .ui-accordion-header .ui-icon{
    left:auto;
}

.wdi_feed_container{
    clear: both;
    border-bottom: 0 !important;
}

.wdi_feed_item .wdi_photo_wrap{
    padding:0;
    width:100%;
    vertical-align: bottom;
}

.wdi_feed_item .wdi_photo_wrap
.wdi_photo_wrap_inner
{
    border:0;
    vertical-align: bottom;
}

.Button{
    display: inline-block;
    margin: 0 auto;
}

a.button.Button--green {
    background: #1EC6B6;
    border-color: #1EC6B6;
}

a.button.Button--green:hover {
    background: #1dafa1;
    border-color: #1dafa1;
}

a.button.Button--red {
    background: #c32225;
    border-color: #c32225;
}

a.button.Button--red:hover {
    background: #a61c1f;
    border-color: #a61c1f;
}

#page_content_wrapper.catalogue-gastro, #page_content_wrapper.catalogue-accommodations, #page_content_wrapper.catalogue {
    max-width: 100% !important;
    padding: 0 !important;
}

.page-template-catalogue-gastro #page_caption.hasbg,
.page-template-catalogue-accommodations #page_caption.hasbg,
.page-template-catalogue-museum #page_caption.hasbg,
.page-template-catalogue-art_gallery #page_caption.hasbg,
.page-template-catalogue #page_caption.hasbg {
    margin-bottom: 0;
}

#page_content_wrapper.catalogue > .inner,
#page_content_wrapper.catalogue-accommodations > .inner,
#page_content_wrapper.catalogue-gastro > .inner,
#page_content_wrapper.catalogue-museum > .inner,
#page_content_wrapper.catalogue-art_gallery > .inner
{margin-bottom:0;}

#page_content_wrapper.catalogue-accommodations + #footer,
#page_content_wrapper.catalogue + #footer,
#page_content_wrapper.catalogue-gastro + #footer,
#page_content_wrapper.catalogue-museum + #footer,
#page_content_wrapper.catalogue-art_gallery + #footer
{margin-top:0;}

#page_content_wrapper.catalogue .has-map-sidebar > p,
#page_content_wrapper.catalogue-accommodations  .has-map-sidebar > p,
#page_content_wrapper.catalogue-gastro  .has-map-sidebar > p{
    margin-bottom: 0;
    padding-bottom: 0;
}

#tribe-events-pg-template, .tribe-events-pg-template{max-width: 100%;}

.container{
    max-width: 1425px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    padding: 0 90px;
    clear: both;
    margin-top:70px;
}

.container:after{
    clear:both;
    content:"";
    display: block;
}

.Header__menu, .Header__menu.top_bar.hasbg, .Header__menu.top_bar {
    position: relative;
    background: rgba(0,0,0,.8);
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 95%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); !* IE6-9 *!*/
}

/*.Header__menu::before, .Header__menu.top_bar.hasbg::before, .Header__menu.top_bar::before {*/

/*position: absolute;*/

/*content:"";*/

/*left: 0;*/

/*right: 0;*/

/*top: 0;*/

/*bottom:-70px;*/

/*!*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 90%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*!*/

/*!*background-image: linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.55) 100%);*!*/

/*background-image: linear-gradient(  rgba(0, 0, 0, 0.6) 0%,  rgba(0, 0, 0, 0.55) 30%,rgba(0, 0, 0, 0.1) 90%,rgba(0, 0, 0, 0) 100%);*/

/*}*/

/*.Header__menu.scroll::before, .Header__menu.scroll.top_bar.hasbg::before, .Header__menu.scroll.top_bar::before {*/

/*display: none;*/

/*}*/

.header_style_wrapper.scroll_down.scroll .Header__menu,
.scroll.scroll_up .Header__menu.scroll {
    background: #c32225;
}

.Header__menu.top_bar.scroll {
    border-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}

.header_style_wrapper.scroll_up, .header_style_wrapper.scroll_down {
    opacity: 1;
    z-index: 10;
}

#page_caption.hasbg:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(66%, rgba(0, 0, 0, 0.1)), color-stop(90%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.55)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.55) 100%);
    background-image: -o-linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.55) 100%);
    background-image: linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.55) 100%);
}

#menu_wrapper .nav ul#main_menu > li > a, #menu_wrapper div #main_menu > li > a, #mobile_nav_icon, #logo_wrapper .social_wrapper ul li a, .header_cart_wrapper > a {
    color: white !important;
}

#menu_wrapper .nav ul#main_menu > li > a:hover {
    color: #FF4A52 !important;
}

@media only screen and (min-width: 768px) {
    .logo_wrapper img {
        height: auto !important;
        width: 230px !important;
    }
}

body.single-post #page_caption .page_title_wrapper {
    width: inherit !important;
}

body.single-post #page_caption.hasbg:after,
body.single-tour #page_caption.hasbg:after {
    display: inherit;
}

.Footer {
    background-image: url("/wp-content/themes/grandtour-child/assets/perokresba.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

#footer{
    margin-top:0;
}

.footer_bar, #footer {
    background-color: #111 !important;
    color: white !important;
}

.footer_bar {
    background-color: #000 !important;
}

#copyright, #footer_menu li a {
    color: white !important;
}

.footer_bar_wrapper {
    border-top: 0 !important;
}

#copyright a:hover, #footer a:hover, .social_wrapper ul li a:hover {
    color: white !important;
}

.social-icons i.fa {
    font-size: 30px;
}

.social-icons i.fa:first-of-type {
    margin-right: 1rem;
}

.Footer .wpc-weather-id .forecast .first,
.Footer .wpc-weather-id .forecast .second,
.Footer .wpc-weather-id .forecast .third {
    width: 33% !important;
    float: left;
}

.Footer .wpc-weather-id .forecast {

}

.Footer .wpc-weather-id .forecast .day {
    text-align: center;
    margin-top: .5rem;
}

.Footer .wpc-weather-id .forecast .temp_min {
    text-align: right !important;
    padding-right: .5rem;
}

.Footer .wpc-weather-id .forecast .temp_max {
    text-align: left !important;
    padding-left: .5rem;
}

.es_msg {
    color: white;
}

.Icon__image {
    font-size: 32px;
}

.RecentPosts__post {
    position: relative;
    margin-bottom: 1em;
    height: 230px;
    background: silver;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.RecentPosts__heading {
    font-size: 15px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 1em;
    line-height: 1.2em;

    background: rgba(255, 255, 255, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(62%, rgba(69, 69, 69, 0.51)), color-stop(85%, rgba(0, 0, 0, 0.51)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(69, 69, 69, 0.51) 62%, rgba(0, 0, 0, 0.51) 85%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(69, 69, 69, 0.51) 62%, rgba(0, 0, 0, 0.51) 85%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(69, 69, 69, 0.51) 62%, rgba(0, 0, 0, 0.51) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

.PostListItem {
    background: transparent;
}

.PostListItem .post_wrapper{
    background: white;
}

#wpc-weather {
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.EventListItem{
    width: 20%;float: left;
}

.EventCategories {
    margin-bottom: 1rem;
    clear: both;
    text-align: center;
}

.EventCategories__button, .EventCategories a.button {
    display: inline-block;
    margin: 0 1rem;
}

.EventCategories__button--active, .EventCategories__button--active.button, .EventCategories__button:hover, .EventCategories a.button:hover {
    font-weight: bold;
}

.EventDates {
    margin-bottom: 2rem;
    clear: both;
    text-align: center;
}

.EventDates__button, .EventDates__button.button {
    display: inline-block;
    margin: 0 1rem;
    font-size: 80%;
    background-color: #bbb !important;
    border-color: #bbb !important;
}

.EventDates__button--active, .EventDates__button--active.button, .EventDates__button:hover, .EventDates__button.button:hover {
    font-weight: bold;
}

.sidebar .tribe-events-event-meta .column, .sidebar .tribe-events-event-meta .tribe-events-meta-group {
    width: 100%;
}

.sidebar #tribe-events .tribe-events-button, .sidebar .tribe-events-button {
    color: white !important;
}

.event-header div[id^="jarallax-container"] {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}

.event-header .overlay, .event-header .background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.SliderGallery{
    background:white;
}

.SliderGallery__image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.SliderGallery__slide{
    padding:2rem;
}

.SliderGallery__image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.Squares h2.ppb_title {
    text-align: center;
    width: 100%;
}

.Squares {
    clear: both;

    margin: 0 auto;
    position: relative;
    /*margin-bottom: 50px;*/
    background: #f3f3f3;
    padding: 2rem 0;
}

.Squares + .Squares {
    padding-top: 0;
}

.Squares .standard_wrapper {
    margin-bottom: 0;
}

.Squares .page_tagline {
    padding-bottom: 20px;
}

.Squares > div {
    max-width: 1425px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}

.Squares::after {
    content: "";
    display: block;
    clear: both;
}

.Squares .SquareItem {
    display: block;
    position: relative;
    float: left;
    background-color: #c32225;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    border-radius: 5px;
}

.Squares .SquareItem:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
            box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.Squares .SquareItem:hover .SquareItem__overlay-color {
    opacity: 0;
}

.Squares .SquareItem::before {
    padding-top: 65%;
    content: "";
    display: block;
    position: relative;
    width: 100%;
}

.Squares .SquareItem::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(66%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.49)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.5) 93%, rgba(0, 0, 0, 0.49) 100%);
    background-image: -o-linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.5) 93%, rgba(0, 0, 0, 0.49) 100%);
    background-image: linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.5) 93%, rgba(0, 0, 0, 0.49) 100%);
    border-radius: 5px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Squares--2 .SquareItem {
    width: 48%;
}

.Squares--3 .SquareItem {
    width: 31%;
}

.Squares--4 .SquareItem {
    width: 23%;
}

.SquareItem img {
    max-width: 100%;
}

.SquareItem a {
    z-index: 7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.SquareItem__text {
    bottom: 0;
    padding: 1rem;
    position: absolute;
    color: white;
    font-size: 20px;
    z-index: 8;
    font-weight: bold;
}

.SquareItem__overlay-color {
    opacity: .3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

@media only screen and (max-width: 961px) {
    .SquareItem__text {
        font-size: 20px;
        padding: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .Squares > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .Squares .SquareItem {
        width: 100%;
        margin-bottom: 2rem;
    }
}





