body div#ui-datepicker-div[style] {
    z-index: 999999 !important;
}

#cookie-law-info-bar {
    z-index: 10000000000;
}

@media screen and (min-width: 769px) {
	#footer #footer-content .column {
		width: 50%;
	}
}

.logged-in .member-logged-in {
	background-color: #867351;
}

.container {
	max-width: 1200px;
}

.single-post article, .single-affiliate article {
    height: 100%;
    width: 100%;
}

.woocommerce ul.products li.product .button {
  font-family: "fira-sans", helvetica, arial;
}

.button {
    padding: 10px 20px;
    background: #333;
    color: #FFF;
    font-weight: bold;
}

.blog .standard article, .archive .standard article {
	width: 100% !important;
}

.the-price {
    color: #ceb45e;
    font-size: 24px;
    font-weight: bold;
}

.news-box {
	flex-basis: calc(33.33333333% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.news-box:nth-child(3n) {
	margin-right: 0;
}

.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 400;
    margin-bottom: 30px;
}

.woocommerce section.related.products {
	display: block;
	clear: both;
}

.woocommerce section.upsells.products {
	display: block;
	clear: both;
}

.products * {
    box-sizing: border-box;
}

.products img {
    max-width: 100%;
    margin-bottom: 20px;
}

.products > div {
    flex-basis: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products a {
    text-decoration: none;
}

.products h3 {
    font-size: 30px;
}

.grid {
    margin: 100px 0 30px 0;
}

.grid * {
    box-sizing: border-box;
}

.grid .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.box {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.grid .row:first-child .box {
    min-height: 400px;
    padding: 50px;
}

.grid a {
    text-decoration: none;
}

.grid h4 {
    color: #FFF;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.25;
}

.grid .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
}

.grid .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.grid .content span {
    color: #FFF;
    padding-bottom: 2px;
    border-bottom: 2px solid #FFF;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.grid .row:first-child a {
    flex-basis: calc(67% - 10px);
}

.grid .row:first-child a:first-child {
    flex-basis: calc(33% - 10px);
}

.grid .row:last-child a {
    flex-basis: calc(50% - 10px);
    padding: 30px;
    text-align: center;
}

.grid .row:last-child a:first-child {
    flex-basis: calc(50% - 10px);
}

body #booking-form .button {
    font-family: "fira-sans", helvetica, arial;	
}

.button {
    font-family: "fira-sans", helvetica, arial !important;	
}

.button {
	cursor: pointer;
}

.grid .row:nth-child(2) a {
    flex-basis: calc(33% - 10px);
    min-height: 400px;
    padding: 50px;
}

.avatar, .bbp-author-avatar {
	display: none;
}

#product-top nav ~ .woocommerce-notices-wrapper .woocommerce-info {
	display: none;
}

.logo a {
	background: url('./images/logo_2.png') no-repeat;
    background-size: 100%;
    background-position: center center;
}

.mobile-logo {
	background: url('./images/logo_2.png') no-repeat;
    background-size: 100%;
    background-position: center center;
}

@media screen and (max-width: 678px) {
    .grid .row a {
        flex-basis: 100% !important;
        margin-bottom: 20px;
    }

    .products > div {
        flex-basis: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    
    #tribe-events-content {
	    max-width: 100%;
	    padding: 0;
	    margin-top: 0;
    }
        
	.news-box {
		flex-basis: 100%;
	}
}

@media screen and (min-width: 1300px) {
	.content-title {
	    left: calc(50% - (1200px / 2) - 30px);
	}
}