/*
Theme Name: Fortunato Child
Theme URI: http://xtremelysocial.com/wordpress/spot/
Template: fortunato
Author: XtremelySocial and Blacktie
Author URI: http://xtremelysocial.com
Description: Spot by XtremelySocial is an adaptation of the \\\"Spot\\\" theme by Blacktie.co. It is a modern, fully responsive, \\\"flat\\\" style theme with a nice color palette, big full-width images, and full-width colored sections. The navbar is dark and fixed at the top of the page for easy navigation. It includes several beautiful header images for businesses, photographers, musicians, writers and you can upload your own as well. For more information go to http://xtremelysocial.com/wordpress/spot/.
Tags: one-column,right-sidebar,left-sidebar,fluid-layout,responsive-layout,custom-background,custom-header,custom-menu,featured-images,featured-image-header,full-width-template,flexible-header,rtl-language-support,theme-options,translation-ready,sticky-post,threaded-comments,light,blue,black,red
Version: 1.3.1436815647
Updated: 2015-07-13 19:27:27
*/

@charset "UTF-8";

/* alef-regular - hebrew_latin */
@font-face {
  font-family: 'Alef';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alef Regular'), local('Alef-Regular'),
       url('/wp-content/themes/fortunato-child/fonts/alef-v11-hebrew_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fortunato-child/fonts/alef-v11-hebrew_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* alef-700 - hebrew_latin */
@font-face {
  font-family: 'Alef';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alef Bold'), local('Alef-Bold'),
       url('/wp-content/themes/fortunato-child/fonts/alef-v11-hebrew_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/fortunato-child/fonts/alef-v11-hebrew_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	font-family: alef, arial, sans-serif;
    letter-spacing: 0.3px;
    line-height: 1.7;
}

button, input, select, textarea {
    font-family: inherit;
}

.index-link a{
    transition: 0.3s;
    font-size: 1.3em;
    padding: 0.5em 1.4em;
    color: white;
    font-weight: bold;
}

.index-link a fa {
    font-size: 1em;
}

.site-footer {
		background-color: var(--dark-black);
		padding-top: 100px;
		color: #CCC;
}

.site-footer {
		padding-right: 1em;
		padding-left: 1em;
}

#footer-content-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2em 3em;
    margin-bottom: 4em;
    text-align: center;
    grid-auto-flow: row;
}

#footer-content-row.panel-row-style:before {
    display: none;
}

.row > .col-xs-1, .row > .col-xs-2, .row > .col-xs-3, .row > .col-xs-4, .row > .col-xs-5, .row > .col-xs-6, .row > .col-xs-7, .row > .col-xs-8, .row > .col-xs-9, .row > .col-xs-10, .row > .col-xs-11, .row > .col-xs-12 {
  float: right !important;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.row > .col-xs-1, .row > .col-xs-2, .row > .col-xs-3, .row > .col-xs-4, .row > .col-xs-5, .row > .col-xs-6, .row > .col-xs-7, .row > .col-xs-8, .row > .col-xs-9, .row > .col-xs-10, .row > .col-xs-11, .row > .col-xs-12 {
  float: right !important;
}

#masthead {
	height: 550px !important;
	background-repeat: no-repeat;
}

.site-title {
	text-shadow: 1px 1px 0.5em black, 1px 1px 1.5em black;
    padding: 1em;
}

.site-branding .site-title h1 {
    font-size: 2.7em;
    line-height: 1em;
    margin: 0;
}

.site-branding .site-title .sub-title {
    font-size: 1.55em;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.1em;
    margin-top: 0.5em;
}

.site-brand-main {
	height: 550px !important;
	background-image: none !important;
	box-shadow: inset 0 8em 3em -2em rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.4);
}

#site-navigation .menu-toggle {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: white;
    font-size: 1em;
    text-align: right;
    text-align: start;
}

#site-navigation .menu-toggle .fa.fa-bars {
    margin-left: 10px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
	.site-branding .site-title h1 {
		font-size: 3em;
	}
	
	.site-branding .site-title .sub-title {
		font-size: 1.5em;
		margin-top: 0.15em;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .row > .col-sm-1, .row > .col-sm-2, .row > .col-sm-3, .row > .col-sm-4, .row > .col-sm-5, .row > .col-sm-6, .row > .col-sm-7, .row > .col-sm-8, .row > .col-sm-9, .row > .col-sm-10, .row > .col-sm-11, .row > .col-sm-12,
    .row > .col-sm-offset-1, .row > .col-sm-offset-2, .row > .col-sm-offset-3, .row > .col-sm-offset-4, .row > .col-sm-offset-5, .row > .col-sm-offset-6, .row > .col-sm-offset-7, .row > .col-sm-offset-8, .row > .col-sm-offset-9, .row > .col-sm-offset-10, .row > .col-sm-offset-11, .row > .col-sm-offset-12 {
      float: right !important;
    }
    
	.site-branding .site-title h1 {
		font-size: 4em;
	}
	
	.site-branding .site-title .sub-title {
		font-size: 1.8em;
		margin-top: 0.2em;
	}

	.site-brand-main {
		transition: all 0.3s;
	}

	#masthead:hover .site-brand-main {
		box-shadow: inset 0 8em 3em -2em rgba(0, 0, 0, 0.8);
	}

    #site-navigation .menu-toggle {
        display: none;
    }

	#site-navigation.main-navigation {
		font-size: 0.7em;
	}
    
	.theNavigationBar {
		padding: 0 20px;
	}
	
    .tp-page-head {
        height: 400px;
    }
    
    html[dir="rtl"] .navbar-nav>li {
        float: right !important;
    }
	
	.site-content, .site-footer {
		margin: 0 auto;
		padding-right: 4em;
		padding-left: 4em;
	}
	
	.filter-bar .bar-label {
		display: inline-block;
	}
	
	#content {
		margin-top: -50px;
		margin-bottom: -50px;
	}
}

@media (max-width: 767px) {

		
	#masthead {
		height: 450px !important;
	}

	.site-brand-main {
		height: 500px !important;
		box-shadow: inset 0 8em 2.5em -4em rgba(0,0,0,0.3);
		/*box-shadow: inset 0 5.3em 2em -2em rgba(0, 0, 0, 0.6);*/
	}
}
#page {
	direction: rtl;
}

.openSearch {
	display: none;
}

#site-navigation #primary-menu {
	padding: 0;
}

#site-navigation #primary-menu li {
	background-color: inherit;
	text-align: right;
}

#site-navigation #primary-menu li a {
	text-align: inherit;
}

#site-navigation #primary-menu .fa-home {
    display: none;
}

.main-navigation {
  font-size: 1em;
}

.main-navigation ul:not(.sub-menu) > li {
  background-color: rgba(0, 0, 0, 0.5);
}

.fa-li {
    left: -2.14285714em;
    width: 1.5em;
    text-align: center;
    display: inline-flex;
    align-items: center;
	position: static;
}

.fa-li .fa-check-circle {
    color: var(--banner-promo);
}

.entry-title {
	color: white;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.site-branding  {
	overflow-x: hidden;
}

.site-branding .tag {
	text-shadow: none;
}

.site-branding .tags {
	display: flex;
	flex-direction: column;
	place-items: center;
}

.site-branding .tags::empty {
	display: none;
}

.site-branding .tag {
	display: inline-flex;
	margin: 0.3rem 0;
	align-items: center;
}

.pricing-section > div:nth-of-type(1) {
    float: right;
    margin-left: 3em;
    margin-bottom: 2em;
}

.pricing-section > div:nth-of-type(2) {
    margin-bottom: 2em;
    overflow: hidden;
    min-width: 320px;
}

.pricing-section ul:not(li ul)  {
    margin: 0;
	padding-right: 2em;
    margin-top: -1.5em;
}

.site-branding .site-title {
	font-size: 1em;
	font-weight: 400;
	color: white;
}

.site-branding .site-title h1{
	font-size: 3em;
	line-height: 1.0em;
	margin: 0;
}

.site-branding .site-title h3{
	letter-spacing: -0.5px;
}

.site-branding .site-title .room-owner {
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: -0.5px;
}

.site-branding .site-branding-content {
	display: inline-block;
	position: relative;
}

.site-footer .footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content {
	z-index: 1;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 20px;
}

#rooms-list {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.room-item h2 {
    margin: 0;
    font-size: 1.2em;
	line-height: 1.2em;
}

.room-item h3 {
    margin: 0;
}

.room-item {
    text-align: center;
    position: relative;
    direction: rtl;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
    flex-basis: 100%;
}

.room-item .item-inner {
    position: relative;
    background-color: #F1F1F1;
    background-color: #E9F1F7;
    background-color: var(--regular-item);
    border: solid #CCC;
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0 1px;
    box-sizing: border-box;
}

.room-item .footer::after {
	content: 'לפרטים והזמנות ›';
	border-top: 1px solid #CCC;
	padding: 0.7em 1em;
	width: 100%;
	display: block;
	position: relative;
	background-color: var(--primary);
	color: white;
	font-size: 0.9em;
	line-height: 100%;
	transition: all .25s;
	will-change: transform;
	cursor: pointer;
	border-width: 0 0 0px 0;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}


.room-item .footer:hover::after {
	box-shadow: inset 0 0 5em 5em rgba(255,255,255,0.1);
	text-decoration: underline;
}

.room-item .list-item-content {
    padding: 0.3em 0.4em;
    position: relative;
}

.room-item .list-item-content hr {
    border: none;
    height: 1px;
    margin: 1rem 0;
    background-color: #CCC;
}

.room-item .list-item-content a {
    color: #6c6c6c;
}

.room-item.recommended-item.gold .list-item-content hr {
    background-color: white;
}

.room-item.recommended-item.gold .item-inner {
    background-color: var(--promoted-item);
}

.room-item .cover-image {
    position: relative;
    height: 200px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg,#e0e0e0 50%,#d4d4d4 50%);
    border-radius: 5px 5px 0 0;
}

.room-item .cover-image > a {
	position: relative;
	width: 100%;
    height: 100%;
    display: block;
}

.room-item .cover-image .overlay {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    color: #E5E5E5;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1.5em 0.4em 0.3em 0.4em;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 50%);
    pointer-events: none;
    text-shadow: black 0px 0px 0.1em, black 0px 0px 0.4em, black 0px 0px 0.5em;
}

.room-item .cover-image .overlay a {
	color: #E5E5E5;
}

.room-item .cover-image .overlay .col-1 {
	width: 100%;
	text-align: start;
}
.room-item .cover-image .overlay a {
	pointer-events: all;
}

.room-item .cover-image .overlay .col-1 > * {
	line-height: 100%;
	vertical-align: bottom;
	margin-top: 0.3em;
}

.room-item .cover-image .promoted {
    color: var(--promoted-item);
    font-size: 12px;
    line-height: 1em;
}

.room-item .cover-image .image {
    height: 200px;
    width: 100%;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
    object-position: center;
    transition: all .2s ease-out;
    will-change: transform;
    background-image: url('/wp-content/uploads/default-thumb.png');
    background-position: center;
    background-size: cover;
}

.room-item .city {
	font-size: 16px;
}

.room-item .room-owner {
	font-size: 15px;
    margin-top: 0;
}

.room-item .yasr-visitor-votes_readonly {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    text-align: right;
    text-align: start;
    align-items: flex-end;
}

.room-item .yasr-visitor-votes_readonly .rateit {
    line-height: normal;
}

.room-item .yasr-visitor-votes_readonly .rateit .star-rating {
    line-height: normal;
    margin: 0;
    font-size: 0.8em;
}

#filter-bar {
	position: sticky;
    top: 0;
    z-index: 999;
}

.filter-bar {
	margin-bottom: 10px;
}

#filter-bar .filter {
    margin-top: 1px;
    margin-bottom: 3px;
    display: inline-block;
	position: relative;
}

.filter-bar .bar-label {
    font-size: 14px;
    margin-left: 10px;
}

#quick-filter {
	margin-bottom: 10px;
	margin-top: -10px;
}

.filter-bar button, .primary-btn {
    background-color: var(--primary);
    color: white;
    border-color: transparent;
}

#filter-bar-sticky-wrapper {
	margin-bottom: 20px;
}

.filter-bar .inner-content {
    background-color: #F3F3F3;
    padding: 4px 20px;
    text-align: center;
}

.filter-bar .qs-lbl {
    display: inline-block;
    background-color: var(--primary);
    color: white;
    padding: 0 1em;
    font-size: 14px;
    border-radius: 20px;
    margin-left: 0.4em;
    cursor: pointer;
    margin-bottom: 5px;
    transition: all .25s;
}

.filter-bar .qs-lbl:last-of-type {
    margin-left: auto;
}

.filter-bar .qs-lbl:hover {
    background-color: #5192ff;
}

.filter-bar .qs-lbl .fa:first-of-type {
    margin-left: 5px;
}

.filter-bar .qs-lbl.tgl .fa-check-circle {
    display: none;
}

.filter-bar .qs-lbl.tgl.checked .fa-check-circle {
    display: inline-block;
}

#filter-bar-sticky-wrapper.is-sticky #filter-bar  .inner-content {
    box-shadow: 0px 4px 7px -5px rgba(0,0,0,0.75);
}

#rooms-list .filtered-by-players,
#rooms-list .filtered-by-area {
	display: none;
}

.room-page article  blockquote {
	position: relative;
	font-size: 1em;
}

.room-page article  .quote-source {
    position: absolute;
    left: 8px;
    bottom: 3px;
    font-size: 14px;
}

.coming-soon, .new-room {
	/* position: absolute; */
	left: -50px;
	top: 0px;
	background-color: red;
	color: white;
	padding: 0px 14px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 5px;
	/* transform: rotate(-45deg) translate(-0%, 35px); */
	transform-origin: center top;
	/* width: 100px; */
	margin: 0;
	display:  inline-block;
}

.new-room {
	background-color: var(--banner-new);
}

.recommended {
	/* position: absolute; */
	right: -65px;
	top: 0px;
	background-color: green;
	color: white;
	padding: 0px 14px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 5px;
	/* transform: rotate(45deg) translate(-0%, 40px); */
	transform-origin: center top;
	/* width: 130px; */
	margin: 0;
	display: inline-block;
}

.sort-option.sort-option-selected {
	font-weight: bold;	text-decoration: underline;
}

.site-branding .yasr-visitor-votes_readonly {
    margin-top: 0;
}

.room-page .entry-content blockquote {
	margin: 0;
}

.room-page .entry-content blockquote::before {
	padding: 10px;
}

.room-page  h1,
.room-page .page-content h2,
.room-page .page-content h3,
.room-page .page-content h4
 {
	border-bottom: 1px solid #CCC;
}

.room-page  h1,
.room-page .entry-content h2,
.room-page .entry-content h3,
.room-page .entry-content h4
 {
	font-weight: 300;
}

/*
.room-page .col-md-1 ,
.room-page .col-md-2 ,
.room-page .col-md-3 ,
.room-page .col-md-4 ,
.room-page .col-md-5 ,
.room-page .col-md-6 ,
.room-page .col-md-7 ,
.room-page .col-md-8 ,
.room-page .col-md-9 ,
.room-page .col-md-10 ,
.room-page .col-md-11 {
	padding: 0 30px;
}
*/

.room-page .room-details {
	font-size: 16px;
    margin-bottom: 40px;
}

.room-page .closed {
    color: white;
    font-size: 1em;
    background: red;
    border-radius: 5px;
    padding: 0em 0.5em;
    display: block;
    text-align: center;
    margin: 1em 0;
}

.room-page #more-rooms-section {
	margin-top: 0;
    padding-bottom: 2rem;
}

.room-page #review .rating-group {
    display: inline-block;
    position: relative;
}

.room-page #review .rating-group input[type="radio"]+label {
    padding: 0 0 0 0.4em;
    margin: 0;
    line-height: 0em;
    font-size: 1.5em;
}

.room-page #review .rating-group input[type="radio"] {
    display: none;
	position: relative;
	margin: 0;
}

.room-page #review .rating-group label .fa {
	cursor: pointer;
	margin: 0;
}

.room-page #review .rating-group:not(:hover) input[type="radio"]:not(:indeterminate)+label .fa,
.room-page #review .rating-group:hover input[type="radio"]+label .fa {
	color: #f2b600;
}

.room-page #review .rating-group:not(:hover) input[type="radio"]:checked ~ input[type="radio"]:not(:checked)+label .fa,
.room-page #review .rating-group input[type="radio"]:hover ~ input[type="radio"]+label .fa,
.room-page #review .rating-group:not(:hover) input[type="radio"]:indeterminate+label .fa {
    color: #BBB;
}

.room-page #review .rating-group input[type="radio"]+label .stars-value {
    display: none;
    position: absolute;
    top: 1em;
    right: 100%;
    width: fit-content;
    font-weight: normal;
    margin-right: 0.5em;
    font-size: 0.9rem;
}

.room-page #review .rating-group input[type="radio"]:checked+label .stars-value {
    display: block;
    white-space: nowrap;
}

.room-page #more-rooms-section .more-rooms-section {
	display: inline-flex;
	direction: row;
}

.room-page #more-rooms-section .title {
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: 1rem;
}

.room-page #more-rooms-section .title h2 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
}

.room-page #more-rooms-section .title h2::before,
.room-page #more-rooms-section .title h2::after {
    content: '';
    border-top: 1px solid #CCC;
    margin: 0;
    margin-inline-end: 1rem;
    flex: 1 0 1rem;
}

.room-page #more-rooms-section .title h2::after {
    margin-inline-end: 0;
    margin-inline-start: 1rem;
}

.room-page #more-rooms-section #more-rooms {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.room-page #more-rooms-section .section-footer {
	flex-direction: row;
	text-align: center;
	margin-top: 1em;
}

.room-page #more-rooms-section .section-footer .btn {
	margin: 0 0.5em;
}

.room-details .fa {
	margin-left: 10px;
}

#comments .comments-title {
    color: grey;
}

#comments .comments-title h2 {
    margin: 0;
}

#comments .comment-list .reply {
	position: static;
}

#comments .comment-body {
	padding-top: 1em;
}

#comments .comment-meta {
	margin-bottom: 1em;
}

#comments .comment-metadata.smallPart a {
	color: grey;
}

#comments .comments-title h2 {
	background-color: white;
    position: relative;
   	padding: 0 30px;
}

#comments .comment-reply {
	display: block;
    text-align: left;
    position: relative;
    font-size: 0.9em;
    padding-bottom: 1em;
}

#comments article footer img {
	float: right;
    margin: 0;
	margin-left: 1em;
	border-radius: 2em;
}

#comments .add-review-section {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
    display: none;
}

#comments .review-form {
    overflow-y: hidden;
    display: relative;
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    padding-bottom: 2.5em;
}

#comments .review-form .form-body {
    display: relative;
    transition: all 0.5s;
    position: relative;
}

#comments .review-form #reply-title {
    display: none;
    opacity: 0;
    transition: all 0.5s;
    margin-top: 0;
}

#comments .review-form .submit-form-controls {
    transition: all 0.5s;
    margin: 0;
}

#comments form,
#comments textarea {
    transition: all 0.5s;
}

#comments form {
    overflow-y: hidden;
    max-height: 30em;
}

#comments .submission-status {
    margin-top: 0.5em;
}

#comments hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    margin: 0;
}
#comments ol li:last-child article.comment-body {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#comments ol {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ninja-forms-required-items {
	display: none;
}

main {
	padding-bottom: 30px;
}

body input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #6c6c6c;
}

.iw-modalOverlay {
    background: rgba(0, 0, 0, 0.8);
}

body .cpm-infowindow {
	min-height: initial;
}

#burst-12 {
    background: red;
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
}

#burst-12:before, #burst-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    background: red;
}

#burst-12:before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

#burst-12:after {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.discounts-page {
	padding: 3em 0;
}

.discounts-page .discount-item {
	margin-bottom: 2em;
	
	border: #CCC dashed 2px;
    padding: 2em;
    border-radius: 1em;
	
	display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
	
}

.discounts-page .image {
    -ms-flex: 0 0;
    -webkit-flex: 0 0;
    flex: 0 0;
}

.discounts-page .image .more-details {
    display: block
}

.discounts-page .desc .more-details {
    display: none
}

.discounts-page .image .cover-image {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 150px;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer
}

.discounts-page .image .promoted {
    position: absolute;
    left: 0;
    background-color: rgba(0,0,0,.5);
    color: #ffebc8;
    padding: 0 5px;
    font-size: 12px;
    line-height: 16px;
    bottom: 0
}

.discounts-page .desc {
    text-align: right;
    vertical-align: top;
    margin-right: 1.5em;
    flex: 1 1;
    -ms-flex: 1 1;
    -webkit-flex: 1 1;
}

.discounts-page .desc ul {
    margin-bottom: 1em;
    width: 100%;
}

.discounts-page .desc .city {
    font-size: .8em
}

@media (max-width: 992px) {

	#secondary {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 1em;
		padding: 2em;

	}
	
	#secondary h3 {
		margin-top: 0;
	}
	
	#secondary .widget {
		margin: 0;
	}

    .discounts-page {
        text-align:center
    }

    .discounts-page .discount-item {
        padding: 1em;
    }

    .discounts-page .image {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .discounts-page .desc {
        float: none;
        margin-right: 0;
        text-align: center
    }

    .discounts-page .desc ul {
        padding: 0;
        list-style: none;
    }

    .discounts-page h2 {
        text-align: center
    }

    .discounts-page .city {
        text-align: center;
        margin-bottom: 10px
    }

    .discounts-page .image .more-details {
        display: none
    }

    .discounts-page .desc .more-details {
        display: block
    }
}

@media (max-width: 768px) {
    
	/*.room-item:hover {
		transform: scale(1.025, 1.025);
		transform: initial;
	}*/
	
	.discounts-page {
		padding: 3em 1em;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.room-item:hover .cover-image .image {
		overflow: hidden;
		transform: scale(1.1);
	}

	.room-item {
    	flex-basis: auto;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	#footer-content-row {
		grid-template-columns: 1fr 1fr auto;
	}
	
	#site-navigation.main-navigation {
		font-size: 0.75em;
	}
	
	.site-branding .site-title h1 {
		font-size: 4.5em;
	}
	
	.site-branding .site-title .sub-title {
		font-size: 2em;
		margin-top: 0.2em;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}


/* banners */

.banners {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    border-top: 1px white solid;
    margin-top: 1rem;
    padding-top: 1rem;
}

.banners .banner {
    text-align: right;
    margin: 0 -0.6rem 0.5rem 0;
    display: block;
    padding: 0.05rem 0;
}

.banners .strip {
    color: #fff;
    background-color: var(--banner-promo);
    position: relative;
    line-height: 1.5rem;
    display: inline-flex;
    align-items: baseline;
    flex-direction: row-reverse;
    padding: 0.1rem 0;
    white-space: nowrap;
    border-radius: 0 2px 2px 0;
}
.banners .strip .content::after {
	content: '';
	z-index: 1;
	left: -1.2em;
	top: 0px;
	display: block;
	border: 0.83rem solid transparent;
	border-color: var(--banner-promo) transparent;
	line-height: 0;
	float: left;
	margin: -0.1rem -1.2rem;
}

.banners .fa-bookmark {
    transform: rotate(90deg);
    color: var(--banner-promo);
    font-size: 2.3rem;
    margin: 0 0 0rem -1.1rem;
    line-height: 0;
    margin-bottom: -11em;
    position: relative;
    top: 0.24em;
    display: none;
}

.banners .banner.new .strip {
    background-color: var(--banner-new);
}

.banners .banner.new .strip .content::after {
	border-color: var(--banner-new) transparent;
}

.banners .banner.availability .strip {
    background-color: #e2b502;
}

.banners .banner.availability .fa-bookmark {
    color: #e2b502;
}

.banners .banner.soon .strip {
    background-color: var(--banner-soon);
}

.banners .banner.soon .strip .content::after {
	border-color: var(--banner-soon) transparent;
}

.banners .strip .content {
    /* position: relative; */
    font-size: 13px;
    padding: 0 7px;
}


.no-sel {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}

.marker-window hr {
    margin: 0.3em 0;
}

#googleMap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	clear: both;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
}

#googleMap > div {
	background-color: transparent !important;
}






/* accessibility font sizes */

html {
    font-size: 18px;
}

body {
    font-size: 1rem;
}

.dropdown-menu {
    font-size: 0.8em;
}

.filter-bar .qs-lbl, .filter-bar .btn {
    font-size: 0.8rem;
}

.btn, .form-control {
     padding: 0.3rem 0.7rem;
}

.filter-bar .bar-label {
    font-size: 0.8em;
}

.room-item .room-owner {
    font-size: 0.85rem;
}

.room-item .city {
    font-size: 0.9rem;
    text-align: right;
    text-align: start;
}

.banners .strip .content {
    font-size: 0.7rem;
    line-height: 2em;
}

.widget-title {
	margin-bottom: 1em;
}

.widget-area {
    font-size: 0.9rem;
}

h3 {
    font-size: 1.17rem;
}

#filter-bar .form-control {
    font-size: 0.8rem;
}

#filter-bar .btn-danger.btn-sm {
    font-size: 0.7rem !important;
}

#players-filter .input-group {
    margin-bottom: -0.85rem !important;
}

#players-filter .form-control {
    height: 1.9rem;
}

.room-page .room-details {
    font-size: 0.9rem;
}

input, select, textarea {
    font-size: 0.7rem;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 1rem;
}

@media (max-width: 579px) {
    .sepHentry {
        margin: 1em 1em; /* prevent page horizontal movement in mobile */
    }
}

.star-rating {
	position: relative;
	direction: ltr;
	display: inline-block;
}

.star-rating input[type=radio] {
	display: none
}

.star-rating .stars-foreground {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	white-space: nowrap;
	overflow-x: hidden;
	direction: rtl;
}

.star-rating label {
	color: #bbb;
	font-size: 18px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.star-rating span {
	color: #bbb;
}

.star-rating span .fa-star.active,
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
	color: #f2b600
}

.site-branding .star-rating .stars-background {
	text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px;
}

.site-branding .star-rating .stars-background span {
	color: #bbb;
}

.yasr-pro-rating-comment-title {
	display: block;
}

.yasr_schema,
#yasr-pro-comment-form-title-textarea {
	display: none;
}
		
.bigstars .star-rating {
	font-size: 1.5em;
}

.cover-image .star-rating {
	font-size: 0.8em;
	margin: 0.5em 0.3em;
}

#wpadminbar {
	min-width: auto;
	height: auto;
}

#wpadminbar .quicklinks {
	height: auto;
	width: 100vw;
}

#toTop {
	background-color: rgba(0,0,0,0.4);
    border-radius: 2em;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
    color: white;
    z-index: 999;
    line-height: normal;
}

#toTop .fa {
    line-height: normal;
    vertical-align: middle;
}

.btn.btn-primary {
	display: inline-flex;
	align-items: center;
	border: transparent;
	background-color: var(--primary);
	justify-content: space-between;
}

.btn.btn-primary:hover {
    box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.2);
}

.btn.btn-no-bg {
    display: inline-flex;
    align-items: center;
}

.btn.btn-no-bg:active {
    box-shadow: none;
}

.btn > .fa:first-child {
    border-inline-end: solid 1px rgba(255,255,255,0.4);
    padding-inline-end: 0.5em;
    margin-inline-end: 0.5em;
}

.btn > .fa:last-child {
    /*padding-inline-start: 0.3em;
    margin-inline-start: 0.3em;*/
    font-size: 0.8em;
    margin-inline-start: 0.3em;
}

a {
    text-decoration: none;
    -o-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover,a:focus,a:active {
    color: #6c6c6c
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#content .h1, #content .h2, #content .h3, #content .h4, #content .h5, #content .h6 {
  color: var(--black)
}

.review-form .terms {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.review-form .terms [type=checkbox] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-inline-end: 8px;
  direction: rtl !important;
}

.review-form [name=login] {
  position: relative;
  width: fit-content;
}
.review-form [name=login] .click-catcher {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.review-form [name=login] iframe {
  margin-inline: 0px !important;
}

.review-form input[type="text"],
.review-form input[type="email"],
.review-form input[type="url"],
.review-form input[type="password"],
.review-form input[type="search"],
.review-form textarea {
    background-color: white;
}

.review-form input[type="text"]:focus ,
.review-form input[type="email"]:focus ,
.review-form input[type="url"]:focus ,
.review-form input[type="password"]:focus ,
.review-form input[type="search"]:focus ,
.review-form textarea:focus {
    border-color: var(--primary);
}

.review-form button,
.review-form input[type="button"],
.review-form input[type="reset"],
.review-form input[type="submit"] {
    background-color: var(--primary)
}

.review-form .btn[name=submit],
.review-form [name=login],
.review-form .disabled-submit {
    display: none;
}

.review-form .disabled {
    pointer-events: none;
}

#rooms-pagination {
    position: relative;
    text-align: center;
    margin-bottom: 2em;
}

#rooms-pagination .content.floating {
    position: absolute;
    top: -370px;
    height: 370px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 0.95) 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    gap: 1.2em;
    padding-top: 2em;
}

#rooms-pagination .content .reveal-more-items {
    background-color: #cea525;
}

#rooms-pagination .content.floating .reveal-more-items {
    margin-top: 2em;
    box-shadow: white 0px 0px 15px 9px;
}

.error {
    color: var(--error);
}

.success {
    color: var(--green);
}


#masthead form.search {
	display: flex;
	gap: 0.5em;
	flex-direction: row;
    margin-top: 1em;
}

#masthead form.search [type=submit] {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4em;
    font-weight: bold;
}

@media (max-width: 767px) {
    #masthead form.search {
        flex-direction: column;
    }

    #masthead form.search [type=submit] {
        line-height: 2em;
    }
}

.bounce-downwards {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0% { transform: translateY(0); }
    13% { transform: translateY(-7px); }
    20.95% { transform: translateY(4.07px); }
    33.34% { transform: translateY(-2.33px); }
    40.67% { transform: translateY(1.31px); }
    45.01% { transform: translateY(-0.70px); }
    47.58% { transform: translateY(0.34px); }
    49.10% { transform: translateY(-0.13px); }
    50.00% { transform: translateY(0.00px); }
    100.00% { transform: translateY(0.00px); }
}

:root {
	--primary: #1d86c8;
	--green: #04724D;
	--regular-item: #EBF2FA;
	--promoted-item: #E7DFC6;
	--danger: #ED9390;
	--black: #4f4f4f;
	--dark-black: #131B23;
	--primary-over-dark: #84C0C6;
	--error: #CE2D4F;
	--banner-new: #CE2D4F;
	--banner-promo: #04724D;
	--banner-soon: #575D90;
}
