/*
 | Table of Contents
 |==================
 |  - Normalize (minified)
 |  - Typography
 |  - Tags
 |  - Classes
 |  - Utility Classes
 |  - IDs
 |  - Media Queries
*/

/*** normalize.css v3.0.1 | MIT License | git.io/normalize ***/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}



/* General Rule */

.osd-sms-wrapper {
    border-top: 2px solid #d78115;
    padding-top: 20px;
    text-align: center;
}
.osd-sms-title {
	display: none;
}

.ui.small.fluid.action.input {
	width: 650px;
}

.ubermenu.ubermenu-responsive.ubermenu-sticky {
	margin-top: 0 !important;
}

.bg-beige {
	background-color: #e8e7e0;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*** Typography ***/


body {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 1.7em;
}

.ui.statistic>.value, .ui.statistics .statistic>.value {
	font-family: 'Roboto Slab', serif;
}

.ui.statistic>.label, .ui.statistics .statistic>.label {
	font-family: 'Roboto Slab', serif;
}

.ui[class*="left floated"].statistic {
	margin: 0 1rem 1rem 0;
}
.ui.grid+.grid {
	margin-top: 0;
}

code, pre, kbd, samp, tt {
	font-family: "Roboto Slab", monospace;
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
}

code, kbd, samp, tt {
	vertical-align: baseline;
	background-color:#eee;
	white-space: pre-line;
	border-radius:2px;
	border:1px solid #ddd;
	border-bottom-color:#bbb;
	border-right-color:#ccc;
	padding:1px 4px;
	line-height:1.35em;
	display: inline-block;
}

code *, kbd *, samp *, tt * {
	white-space: pre-line;
}

h1, h1:not(.ui) *,
h2, h2:not(.ui) *,
h3, h3:not(.ui) *,
h4, h4:not(.ui) *,
h5, h5:not(.ui) *,
h6, h6:not(.ui) * {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-top: 0.4rem;
	margin-bottom: 0.9rem;
	color: #333;
	padding: 2px 0;
	line-height: normal;
	clear: both;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}


.ui.card>.content h2:hover {
	
	color: #d78115;
}

.ui.card>.content>.header:hover {
	color: #d78115;
}

.ui.large.label {
	text-align: center;
}


h3 a:hover {
	color: #d78115;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1rem;
	font-weight: 400;
}

h6 {
	font-size: 0.92rem;
	font-weight: 300;
}

kbd {
	background-image:-moz-linear-gradient(#f1f1f1, #ddd);
	background-image:-webkit-linear-gradient(#f1f1f1, #ddd);
	background-image:linear-gradient(#f1f1f1, #ddd);
	background-repeat:repeat-x;
}

mark, ins {
	background-color: rgba(250, 250, 0, 0.45);
	text-decoration: none;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

pre {
	background-color:#eee;
	padding: 0.4em 1em;
	border-radius:4px;
	border:1px solid #ddd;
	border-bottom-color:#bbb;
	border-right-color:#ccc;
	font-size: 14px;
	display: block;
	margin: 0 0 0 auto;
	white-space: pre-wrap;
	line-height: 1.6em;
}

pre code {
	white-space: pre-wrap;
	background: none;
	line-height: inherit;
	padding: 0;
	border: none;
	display: inline;
}

a { 
	/* Override */
	color: #d78115;
	font-weight: 300;
	text-decoration: none;
}

a:hover, a:focus, a:active { 
	/* Override */
	color: #333333;
}

a.inverted { /* Override */
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
}

a.inverted:hover, a.inverted:focus, a.inverted:active { /* Override */
	color: #878787;
}


/*** Tags ***/

html, body.mce-content-body {
	/* Fixes Post Editor */
	height: inherit !important;
}

blockquote {
	background-color: rgba(230, 230, 250, 0.25);
	border-left: 4px solid rgba(0, 0, 0, 0.15);
	padding: 0.5em 10px 0.5em 2.2em;
	quotes: "\201C""\201D""\201C""\201D";
	z-index: 10;
}

blockquote:before {
	font-family: 'Roboto Slab', serif;
	color: rgba(0, 0, 0, 0.15);
	content: open-quote;
	vertical-align: middle;
	position: absolute;
	margin: 0.45em 0 0 -0.45em;
	font-size: 64px;
	line-height: 0px;
	z-index: 5;
}

blockquote cite {
	display: block;
	margin-top: 0.8em;
	text-align: right;
}

blockquote p {
	display: inline;
}

figure.gallery-item {
	display: inline-block;
}

.ui.fluid.card img {
	height: auto;
	max-width: 100%;
	padding: 0.3rem;
}

/*** Classes ***/

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.bypostauthor {
	/* I think this has to do with a comment's author??? */
}

.entry, .wp-widget {
	overflow: hidden;
}

.entry-media {
	position: relative !important;
	display: block;
	width:100%;
	padding: 0.5em 1em !important;
	margin: 0 0 0 -1em !important;
	border: none;
	box-sizing: content-box !important;
	z-index: 1;
}

.entry-media::before {
	content: "";
	background-image: url(../image/subtle-patterns/diagonal-noise.png);
	background-position: top center;
	opacity: 0.45;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 5;
}

.entry-media > img {
	z-index: 10;
	display: block;
	margin: 0 auto;
	height: auto;
	width: auto;
	position: relative;
	max-height: 400px;
	max-width: 100%;
}

.entry-title {
	overflow: hidden;
	text-overflow: ellipsis;
}

.entry-summery,
.entry-content,
.entry-summery p,
.entry-content p,
.widget * {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.gallery-caption {
	/* [todo] style gallery captions */
}

.pad, td#prev, td#next {
	border-left: none;
	border-right: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sticky {
	/* [todo] make sticky posts stick-out */
}

.tagcloud {
	text-align: center;
}

.ui * {
    font-family: 'Roboto Slab', serif;
}

.wp-caption{
	max-width: 100%;
	width: auto !important;
	text-align: center;
}

.wp-caption-text{
	margin: 0 auto;
	padding: 0.25em 1em 0.25em 1.8em;
	max-width: 90%;
	font-size: 0.9em;
	border-radius: 0.3em;
	border: 1px solid #ccc;
	background: #fff;
}

/*** Utility Classes ***/

.centered:not(ui):not(ui *) {
	text-align: center;
}

.empty:not(ui):not(ui *) {
	display: block;
	width: 100%;
}

.empty.size-5:not(ui):not(ui *) { height: 5px; }
.empty.size-10:not(ui):not(ui *) { height: 10px; }
.empty.size-15:not(ui):not(ui *) { height: 15px; }
.empty.size-20:not(ui):not(ui *) { height: 20px; }
.empty.size-25:not(ui):not(ui *) { height: 25px; }
.empty.size-30:not(ui):not(ui *) { height: 30px; }
.empty.size-35:not(ui):not(ui *) { height: 35px; }
.empty.size-40:not(ui):not(ui *) { height: 40px; }
.empty.size-45:not(ui):not(ui *) { height: 45px; }
.empty.size-50:not(ui):not(ui *) { height: 50px; }
.empty.size-60:not(ui):not(ui *) { height: 60px; }
.empty.size-70:not(ui):not(ui *) { height: 70px; }
.empty.size-80:not(ui):not(ui *) { height: 80px; }
.empty.size-90:not(ui):not(ui *) { height: 90px; }
.empty.size-100:not(ui):not(ui *) { height: 100px; }

.hidden:not(ui):not(ui *) {
	display: none;
}

/*** ID's ***/

#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 0;
}

#main-content-grid {
	background-color: #ffffff;
}

#main-header-grid {
	padding-top: 0;
}

#main-footer-grid {
	background-position: bottom center;
}

#suiwp-usage-tracker {
	display: block;
	z-index: -100;
	position: relative;
	margin: -1px 0 0 0;
	padding: 0;
	height: 1px;
	width: 1px;
}

#wp-calendar {
	display: inline-block;
	font-size: 1.05em;
}

#wp-calendar, .tagcloud {
	margin-top: 1em;
}


/*** Overrides ***/

.ui.card, .ui.cards>.card {
	box-shadow: none;
	background: none;
	border-radius: 0 !important;
}

.ui.card>.content>.description, .ui.cards>.card>.content>.description {
	color: #666;
}

.ui.grid>.column:not(.row), .ui.grid>.row>.column {

	padding-left: 0rem;
	padding-right: 0rem;
}

.ui.card, .ui.cards>.card {
	border-radius: 0 !important;
}

.ui.card>.content>.header, .ui.cards>.card>.content>.header {
	font-size: 1.2rem !important;
}

.ui.cards a.card:hover, .ui.link.card:hover, .ui.link.cards .card:hover, a.ui.card:hover {
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
	background: none;
	cursor: pointer;
}

a.ui.fluid.card {
	color: #333;
}

.ui[class*="vertically divided"].grid>.row:before {
	height: 0;
}

.kh.content.title {
	font-size: 1.5rem;
}

.ubermenu .ubermenu-target-text {
	text-transform: initial !important;
}

.wcdp-tab {
	padding-top: 2rem !important;
}


.ubermenu-current_page_item a.ubermenu-target span.ubermenu-target-title{
	font-weight: bold;
}
.ubermenu.ubermenu-main {
	background: rgba(255, 255, 255, 1) !important;
	border-radius: 6px;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	box-shadow: none !important;
}

body {
	background: #ffffff;
}

header#header {
	width: calc(1127px + 2rem)!important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.ui.grid>.stackable.stackable.row>.column, .ui.stackable.grid>.column.grid>.column, .ui.stackable.grid>.column.row>.column, .ui.stackable.grid>.column:not(.row), .ui.stackable.grid>.row>.column, .ui.stackable.grid>.row>.wide.column, .ui.stackable.grid>.wide.column {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ui.input.email {
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255,255,255,0);
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease,border-color .1s ease;
    transition: color .1s ease,border-color .1s ease;
    width: 100%;
}

.mc4wp-alert.mc4wp-success {
	position: relative !important;
    min-height: 1em;
    margin: 1em 0;
    background: #f8f8f9 !important;
    padding: 1em 1.5em !important;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    -webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset, 0 0 0 0 transparent;
}

.ubermenu .ubermenu-item-has-children > .ubermenu-target,
.ubermenu-horizontal .ubermenu-item.ubermenu-item-mini>.ubermenu-target {

	padding-top: 30px !important;
}

ul.ubermenu-submenu {

	border-radius: 6px !important;
}

/*** Media Queries ***/
@media only screen and (max-width: 750px) {

	.ubermenu-target-with-icon .ubermenu-target-title {
		display: none !important;
	}
	.ubermenu-sub-indicator-close {
		display: none !important;
	}
}

.ubermenu-search {
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	tap-highlight-color: rgba(255, 255, 255, 0);
	line-height: 1.21428571em;
	padding: .67857143em 1em;
	font-size: 1em;
	background: #fff;
	border: 1px solid rgba(34, 36, 38, .15);
	color: rgba(0, 0, 0, .87);
	border-radius: .28571429rem;
	box-shadow: 0 0 0 0 transparent inset;
	-webkit-transition: color .1s ease, border-color .1s ease;
	transition: color .1s ease, border-color .1s ease;
}

.ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
	background: #fff !important;
	border-radius: 6px !important;
}

form.ubermenu-searchform {
	border-radius: 6px;
}

.breadcrumb, .breadcrumb a, .breadcrumb span {
	color: #fff;
	font-size: 1.3rem;
}

.ui.card>.content>.header:not(.ui), .ui.cards>.card>.content>.header:not(.ui) {

	font-weight: normal;
}

.ui.basic.orange.button, .ui.basic.orange.button:active, .ui.basic.orange.button:hover { 
	box-shadow: none !important;
	color: #d78115  !important;
	font-size: 1em  !important;
}

.ui.basic.orange.button:hover { 

	color: #333  !important;
}

.ui.segment, .ui.segments .segment {
    font-size: 1em;
}

.article-title {
	line-height: 5rem !important;
	text-align: center !important;
}

p {
	line-height: 1.7em !important;
}

ul {
    list-style-image: url('https://www.vargamae.ee/wp-content/uploads/2017/03/list-item.png');
}


/* WooCommerce */
.wc-bookings-booking-form {
    border: 3px solid #efefef;
    padding: 1em 1em 0;
    border-radius: 10px;
    margin: 0 0 1em;
    background-color: #fffee8 !important;
    font-size: 1.3rem;
}

.wc_bookings_field_resource label {
	display: none;
}

.woocommerce div.product .product_title {
	text-align: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	text-align: center;
	font-size: 2rem;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wc-bookings-booking-form legend {
	display: none !important;
}
.woocommerce div.product form.cart .button {
	float: right;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #ccc !important;
}

.wc-bookings-booking-form label {
	font-size: 1.3rem;
	padding: 0.4rem;
	text-align: center;
}

.kh-price-per-person {
	display: block;
	font-size: 1.3rem;
	padding: 0.4rem;
	text-align: center;
	color: #21ba45;
}

/* 
   Modify the color styles of the WooCommerce Bookings datepicker calendar.
   Add any/all of these styles to your theme's custom CSS, but be sure to change
   the color hex codes to your choice. They're all black here.
*/

/* Month header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
	background: none !important;
	border-top: none !important;
	color: #000;
	text-transform: capitalize !important;
}

.ui-datepicker .ui-datepicker-header {
	padding: initial !important;
}

/* Previous/Next month arrow background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next, 
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
	background-color: #fff;
}

/* Previous/Next month arrows if not allowed, and calendar dates that are not available */
.ui-state-disabled, 
.ui-widget-content .ui-state-disabled, 
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
}

/* Days of the week header background color */
.ui-datepicker-calendar thead {
	background-color: #fff;
}

/* Days of the week header font color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
	color: #000000;
}

/* Past calendar days background color (not available) */
.ui-datepicker-calendar tbody {
	background-color: #efefef;
}

/* Available calendar days background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
	background-color: #fff !important;
	color: #000 !important;
}

/* Available calendar day hover background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
	background-color: #f2711c !important;
}

/* Fully booked calendar days */
.wc-bookings-date-picker .ui-datepicker td.fully_booked a, 
.wc-bookings-date-picker .ui-datepicker td.fully_booked span {
	background-color: #FF0000 !important;
}

/* Days not bookable based on the availability rules */
.wc-bookings-date-picker .ui-datepicker td.not_bookable {
	background-color: #FF0000 !important;
}

/* Today's date on calendar background color */ 
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a { 
	background-color: rgba(242, 113, 28, 0.12) !important; 
}

/* Partially Booked Red Triangle */
.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
    border-top: none; /* This style removes the red triangle */
}

/* Time Blocks */
#wc-bookings-booking-form .block-picker li a {

}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #f2711c !important;
}

/* Time Blocks Hover */
#wc-bookings-booking-form .block-picker li a:hover {
	background-color: #efefef !important;
}

/* Selected Date*/ 
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
	background-color: #f2711c !important; 
}

label[for=wc_bookings_field_start_date] {
	display: none;
}

.wc-bookings-booking-form fieldset .picker.hasDatepicker {
	line-height: inherit !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: none;
}

.ui.card>:last-child, .ui.cards>.card>:last-child {
	border-radius: .28571429rem !important;
}

.woocommerce table.shop_table {
	border: 3px solid #efefef !important;
    padding: 1em 1em 0 !important;
    border-radius: 10px !important; 
    margin: 0 0 1em !important;
    background-color: #fffee8 !important;
} 

#post-1583, #post-1581 {
	width: 100% !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img { 
	width: 100px !important;
    border-radius: 10px !important;
}
.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    line-height: 1.7rem !important;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background: #efefef;
    border-radius: 10px;
    padding: 2rem;
}

.kh-content-product { 
	background: #efefef; 
	border-radius: 6px; 
	margin: 0rem 1rem;
}

.map-section {
	background: #ffffed;
	margin-top: 10px;
	padding-bottom: 50px;
	border-top: #E98537 2px solid;
}

.mobile-search-box {
	border: #d78115 2px solid !important;
    border-radius: 6px !important;
    width: 96vw !important;
    margin-left: 2vw !important;
}

.news-box {

    margin: 0 20px !important;
}

.centered {
	text-align: center;
}

.no-padding {
	padding: 0 !important;
}

.br6 {
	border-radius: 6px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb1 {
	padding-bottom: 1rem !important;
}

.pb3 {
	padding-bottom: 3rem !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt3 {
	padding-top: 3rem !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb02 {
	margin-bottom: 0.2rem !important;
}

.mb04 {
	margin-bottom: 0.4rem !important;
}

.mb1 {
	margin-bottom: 1rem !important;
}

.mt02 {
	margin-top: 0.2rem !important;
}

.mt04 {
	margin-top: 0.4rem !important;
}

.fc-header-toolbar {
	text-transform: capitalize;
}

#cookie-law-info-again {
	box-shadow: #e8e8e8 0 0 1px 1px !important;
}


.date-meta {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  padding-top: 0.3rem;
}

a.ui-state-default:hover {
  background: #000;
  color: #fff !important;
}

.ui.dropdown > .text {
  font-weight: initial;
  font-size: initial;
}

.ui.selection.active.dropdown .menu {
  border-color: #000;
}

.ui.selection.active.dropdown:hover {
  border-color: #000;
}

.ui.selection.dropdown:hover {
  border-color: #000;
}

.ui.selection.dropdown:focus {
  border-color: #000;
}

.ui.selection.dropdown .menu {
  border-radius: 0;
  min-width: calc(100% + 4px) !important;
  width: calc(100% + 4px) !important;
  margin: 0 -2px;
}

.ui.selection.active.dropdown:hover .menu {
  border-color: #000;
}

.ui.selection.visible.dropdown > .text:not(.default) {
  font-size: initial;
}

.fc td,
.fc th {
  border-width: 1px;
}

.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead,
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row {
  border-color: #000;
}

.fc-list-empty {
  display: none;
}

.fc-unthemed td.fc-today {
  background: transparent;
}

.fc-list-table td {
  border-width: 0;
  padding: 0;
}

.fc-list-heading-main {
  padding-top: 0.8rem;
}

.fc-list-item-title {
  padding-bottom: 0.8rem !important;
}

.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view {
  border-color: transparent;
  background: transparent;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: transparent;
}

.fc-list-item.fc-has-url {
  cursor: auto;
}

.fc-list-item-marker,
.fc-list-item-time {
  display: none;
}

.fc-list-heading {
  border-top: 3px #000 solid;
}

.fc-button-primary {
	background-color: #000;
    border-color: #000;
}

.fc button.fc-calendarButton-button {
  color: #d78115 !important;
}

.fc button:hover {
  color: #d78115 !important;
  text-decoration: underline;
}

.fc-event {
  background-color: #d78115 !important;
  border-color: #d78115 !important;
}

.fc-day-grid-event .fc-content {
  white-space: unset !important;
  padding-bottom: 0.3rem;
}

.fc-dayGrid-view .fc-day-number,
.fc-dayGrid-view .fc-week-number {
  padding: 2px 9px 0 5px;
  font-weight: 300 !important;
}

.calendar-label {
  margin: .4em 0;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  text-transform: uppercase;
  word-wrap: break-word;
}

.fc-button-primary:not(:disabled).fc-button-active, 
.fc-button-primary:not(:disabled):active {
    color: #fff;
    background-color: #f2711c !important;
    border-color: #d78115 !important;
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 0.8rem !important;
}

body.single-story .ui.grid {
	margin: 0 !important;
}

body.single-story #cookie-law-info-bar,
body.single-story #cookie-law-info-again {
	display: none !important;
}

@media only screen and (max-width: 767px) {

	body.single-story .ui.container {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 767px) {

.ui.grid>.stackable.stackable.row>.column, 
.ui.stackable.grid>.column.grid>.column, 
.ui.stackable.grid>.column.row>.column, 
.ui.stackable.grid>.column:not(.row), 
.ui.stackable.grid>.row>.column, 
.ui.stackable.grid>.row>.wide.column, 
.ui.stackable.grid>.wide.column {

    padding: 0 !important;
}
