<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Services Archive - The Krivine&#039;s Negev Guesthouse - Sde Boker</title>
	<atom:link href="https://krivine-guesthouse.com/service/feed/" rel="self" type="application/rss+xml" />
	<link>https://krivine-guesthouse.com/service/</link>
	<description></description>
	<lastBuildDate>Mon, 16 Sep 2024 21:31:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://krivine-guesthouse.com/wp-content/uploads/2020/12/cropped-Asset-5h500-32x32.png</url>
	<title>Services Archive - The Krivine&#039;s Negev Guesthouse - Sde Boker</title>
	<link>https://krivine-guesthouse.com/service/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Paddling pool</title>
		<link>https://krivine-guesthouse.com/service/paddling-pool/</link>
					<comments>https://krivine-guesthouse.com/service/paddling-pool/#respond</comments>
		
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Sun, 10 Jul 2022 12:13:04 +0000</pubDate>
				<guid isPermaLink="false">https://krivine-guesthouse.com/?post_type=mphb_room_service&#038;p=4296</guid>

					<description><![CDATA[<p>{{current_weather.dt &#124; momentjs( atts.date )}} {{current_weather.temp &#124; temp}} &#176;{{units}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}} &#176;{{day.temp_min &#124; temp}} &#176;{{units}} {{current_weather.temp &#124; temp}} &#176; Humidity: {{current_weather.humidity}}% Clouds: {{current_weather.clouds}}% Wind ({{current_weather.wind.deg}}): {{current_weather.wind.speed}}{{units_wind}} {{current_weather.desc}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}}&#176; {{day.temp_min &#124; temp}} [&#8230;]</p>
<p>הפוסט <a href="https://krivine-guesthouse.com/service/paddling-pool/" data-wpel-link="internal">Paddling pool</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="weather-section">		<div data-elementor-type="section" data-elementor-id="2503" class="elementor elementor-2503" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211bed82 elementor-section-content-middle elementor-section-full_width weather-row elementor-section-height-default elementor-section-height-default" data-id="211bed82" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72c7fd6f" data-id="72c7fd6f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a071e5 elementor-widget elementor-widget-shortcode" data-id="2a071e5" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="simple-weather--a15bca23a0acfd8c2d08d97e17d1e137" class="simple-weather simple-weather--vue" :style="atts.inline_css">
  <template v-if="style !== 'widget'">
    <span v-if="hasCurrentWeather()" class="simple-weather__day simple-weather__day--current">
      <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{current_weather.dt | momentjs( atts.date )}}</span>
      <i class="sw" :class="getWeatherIcon(current_weather)"></i>
      <em class="simple-weather__temp">{{current_weather.temp | temp}} &deg;<template v-if="filter_var(atts.show_units)">{{units}}</template>
      </em>
    </span>
    <template v-if="weather_feed">
      <span v-for="(day, index) in weather_feed" v-if="isDayVisible(index, day)" class="simple-weather__day">
        <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{day.dt | momentjs(atts.date)}}</span>
        <i class="sw" :class="getWeatherIcon(day)"></i>
        <em class="simple-weather__temp">{{day.temp | temp}} &deg;<em class="simple-weather__temp-min" v-if="filter_var(atts.night)">{{day.temp_min | temp}} &deg;</em><template v-if="filter_var(atts.show_units)">{{units}}</template></em>
      </span>
    </template>
    <template v-else>
      <span v-html="error" class="error"></span>
    </template>
  </template>
  <template v-else>
    <div class="simple-weather-widget" v-if="current_weather.name || weather_feed" :class="atts.inline_css ? 'simple-weather-widget--bg' : ''">
      <h4 class='widget_title' v-if="atts.title || current_weather.name" v-text="atts.title ? atts.title : current_weather.name"></h4>
      <div class="temp">
        <span v-if="current_weather.temp" class="degrees">{{current_weather.temp | temp}} &deg;</span>
        <span class="details">
          <template v-if="current_weather.humidity">Humidity: <em class="float-right">{{current_weather.humidity}}%</em><br></template>
          <template v-if="current_weather.clouds">Clouds: <em class="float-right">{{current_weather.clouds}}%</em><br></template>
          <template v-if="current_weather.wind">Wind <small>({{current_weather.wind.deg}})</small>:
          <em class="float-right">{{current_weather.wind.speed}}<small>{{units_wind}}</small></em></template>
        </span>
      </div>
      <div class="summary">{{current_weather.desc}}</div>
      <div class="simple-weather-table" v-if="weather_feed">
        <div v-for="(day, index) in weather_feed" v-if="index < atts.days" class="simple-weather-table__row">
					<div class="simple-weather-table__date">{{day.dt | momentjs(atts.date)}}</div>
					<div class="simple-weather-table__icon"><i class="sw" :class="getWeatherIcon(day)"></i></div>
					<div class="simple-weather-table__temp">
            {{day.temp | temp}}&deg;
            <span class="simple-weather-table__temp-min">{{day.temp_min | temp}} &deg;</span>
          </div>
        </div>
      </div>
    </div>
  </template>
</div>
</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		</div>
<h2 class="mphb-price-title">Price</h2><p class="mphb-price-wrapper">
<span class="mphb-price mphb-price-free">Free</span>
</p><p>הפוסט <a href="https://krivine-guesthouse.com/service/paddling-pool/" data-wpel-link="internal">Paddling pool</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://krivine-guesthouse.com/service/paddling-pool/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WiFi</title>
		<link>https://krivine-guesthouse.com/service/wifi/</link>
					<comments>https://krivine-guesthouse.com/service/wifi/#respond</comments>
		
		<dc:creator><![CDATA[365evo]]></dc:creator>
		<pubDate>Sat, 18 Jan 2020 08:57:46 +0000</pubDate>
				<guid isPermaLink="false">https://dev25.365evo.co.il/?post_type=mphb_room_service&#038;p=3245</guid>

					<description><![CDATA[<p>{{current_weather.dt &#124; momentjs( atts.date )}} {{current_weather.temp &#124; temp}} &#176;{{units}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}} &#176;{{day.temp_min &#124; temp}} &#176;{{units}} {{current_weather.temp &#124; temp}} &#176; Humidity: {{current_weather.humidity}}% Clouds: {{current_weather.clouds}}% Wind ({{current_weather.wind.deg}}): {{current_weather.wind.speed}}{{units_wind}} {{current_weather.desc}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}}&#176; {{day.temp_min &#124; temp}} [&#8230;]</p>
<p>הפוסט <a href="https://krivine-guesthouse.com/service/wifi/" data-wpel-link="internal">WiFi</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="weather-section">		<div data-elementor-type="section" data-elementor-id="2503" class="elementor elementor-2503" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211bed82 elementor-section-content-middle elementor-section-full_width weather-row elementor-section-height-default elementor-section-height-default" data-id="211bed82" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72c7fd6f" data-id="72c7fd6f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a071e5 elementor-widget elementor-widget-shortcode" data-id="2a071e5" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="simple-weather--a15bca23a0acfd8c2d08d97e17d1e137" class="simple-weather simple-weather--vue" :style="atts.inline_css">
  <template v-if="style !== 'widget'">
    <span v-if="hasCurrentWeather()" class="simple-weather__day simple-weather__day--current">
      <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{current_weather.dt | momentjs( atts.date )}}</span>
      <i class="sw" :class="getWeatherIcon(current_weather)"></i>
      <em class="simple-weather__temp">{{current_weather.temp | temp}} &deg;<template v-if="filter_var(atts.show_units)">{{units}}</template>
      </em>
    </span>
    <template v-if="weather_feed">
      <span v-for="(day, index) in weather_feed" v-if="isDayVisible(index, day)" class="simple-weather__day">
        <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{day.dt | momentjs(atts.date)}}</span>
        <i class="sw" :class="getWeatherIcon(day)"></i>
        <em class="simple-weather__temp">{{day.temp | temp}} &deg;<em class="simple-weather__temp-min" v-if="filter_var(atts.night)">{{day.temp_min | temp}} &deg;</em><template v-if="filter_var(atts.show_units)">{{units}}</template></em>
      </span>
    </template>
    <template v-else>
      <span v-html="error" class="error"></span>
    </template>
  </template>
  <template v-else>
    <div class="simple-weather-widget" v-if="current_weather.name || weather_feed" :class="atts.inline_css ? 'simple-weather-widget--bg' : ''">
      <h4 class='widget_title' v-if="atts.title || current_weather.name" v-text="atts.title ? atts.title : current_weather.name"></h4>
      <div class="temp">
        <span v-if="current_weather.temp" class="degrees">{{current_weather.temp | temp}} &deg;</span>
        <span class="details">
          <template v-if="current_weather.humidity">Humidity: <em class="float-right">{{current_weather.humidity}}%</em><br></template>
          <template v-if="current_weather.clouds">Clouds: <em class="float-right">{{current_weather.clouds}}%</em><br></template>
          <template v-if="current_weather.wind">Wind <small>({{current_weather.wind.deg}})</small>:
          <em class="float-right">{{current_weather.wind.speed}}<small>{{units_wind}}</small></em></template>
        </span>
      </div>
      <div class="summary">{{current_weather.desc}}</div>
      <div class="simple-weather-table" v-if="weather_feed">
        <div v-for="(day, index) in weather_feed" v-if="index < atts.days" class="simple-weather-table__row">
					<div class="simple-weather-table__date">{{day.dt | momentjs(atts.date)}}</div>
					<div class="simple-weather-table__icon"><i class="sw" :class="getWeatherIcon(day)"></i></div>
					<div class="simple-weather-table__temp">
            {{day.temp | temp}}&deg;
            <span class="simple-weather-table__temp-min">{{day.temp_min | temp}} &deg;</span>
          </div>
        </div>
      </div>
    </div>
  </template>
</div>
</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		</div>
<h2 class="mphb-price-title">Price</h2><p class="mphb-price-wrapper">
<span class="mphb-price mphb-price-free">Free</span>
</p><p>הפוסט <a href="https://krivine-guesthouse.com/service/wifi/" data-wpel-link="internal">WiFi</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://krivine-guesthouse.com/service/wifi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Price includes Israeli breakfast</title>
		<link>https://krivine-guesthouse.com/service/price-includes-breakfast/</link>
					<comments>https://krivine-guesthouse.com/service/price-includes-breakfast/#respond</comments>
		
		<dc:creator><![CDATA[365evo]]></dc:creator>
		<pubDate>Sat, 18 Jan 2020 08:57:25 +0000</pubDate>
				<guid isPermaLink="false">https://dev25.365evo.co.il/?post_type=mphb_room_service&#038;p=3244</guid>

					<description><![CDATA[<p>{{current_weather.dt &#124; momentjs( atts.date )}} {{current_weather.temp &#124; temp}} &#176;{{units}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}} &#176;{{day.temp_min &#124; temp}} &#176;{{units}} {{current_weather.temp &#124; temp}} &#176; Humidity: {{current_weather.humidity}}% Clouds: {{current_weather.clouds}}% Wind ({{current_weather.wind.deg}}): {{current_weather.wind.speed}}{{units_wind}} {{current_weather.desc}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}}&#176; {{day.temp_min &#124; temp}} [&#8230;]</p>
<p>הפוסט <a href="https://krivine-guesthouse.com/service/price-includes-breakfast/" data-wpel-link="internal">Price includes Israeli breakfast</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="weather-section">		<div data-elementor-type="section" data-elementor-id="2503" class="elementor elementor-2503" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211bed82 elementor-section-content-middle elementor-section-full_width weather-row elementor-section-height-default elementor-section-height-default" data-id="211bed82" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72c7fd6f" data-id="72c7fd6f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a071e5 elementor-widget elementor-widget-shortcode" data-id="2a071e5" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="simple-weather--a15bca23a0acfd8c2d08d97e17d1e137" class="simple-weather simple-weather--vue" :style="atts.inline_css">
  <template v-if="style !== 'widget'">
    <span v-if="hasCurrentWeather()" class="simple-weather__day simple-weather__day--current">
      <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{current_weather.dt | momentjs( atts.date )}}</span>
      <i class="sw" :class="getWeatherIcon(current_weather)"></i>
      <em class="simple-weather__temp">{{current_weather.temp | temp}} &deg;<template v-if="filter_var(atts.show_units)">{{units}}</template>
      </em>
    </span>
    <template v-if="weather_feed">
      <span v-for="(day, index) in weather_feed" v-if="isDayVisible(index, day)" class="simple-weather__day">
        <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{day.dt | momentjs(atts.date)}}</span>
        <i class="sw" :class="getWeatherIcon(day)"></i>
        <em class="simple-weather__temp">{{day.temp | temp}} &deg;<em class="simple-weather__temp-min" v-if="filter_var(atts.night)">{{day.temp_min | temp}} &deg;</em><template v-if="filter_var(atts.show_units)">{{units}}</template></em>
      </span>
    </template>
    <template v-else>
      <span v-html="error" class="error"></span>
    </template>
  </template>
  <template v-else>
    <div class="simple-weather-widget" v-if="current_weather.name || weather_feed" :class="atts.inline_css ? 'simple-weather-widget--bg' : ''">
      <h4 class='widget_title' v-if="atts.title || current_weather.name" v-text="atts.title ? atts.title : current_weather.name"></h4>
      <div class="temp">
        <span v-if="current_weather.temp" class="degrees">{{current_weather.temp | temp}} &deg;</span>
        <span class="details">
          <template v-if="current_weather.humidity">Humidity: <em class="float-right">{{current_weather.humidity}}%</em><br></template>
          <template v-if="current_weather.clouds">Clouds: <em class="float-right">{{current_weather.clouds}}%</em><br></template>
          <template v-if="current_weather.wind">Wind <small>({{current_weather.wind.deg}})</small>:
          <em class="float-right">{{current_weather.wind.speed}}<small>{{units_wind}}</small></em></template>
        </span>
      </div>
      <div class="summary">{{current_weather.desc}}</div>
      <div class="simple-weather-table" v-if="weather_feed">
        <div v-for="(day, index) in weather_feed" v-if="index < atts.days" class="simple-weather-table__row">
					<div class="simple-weather-table__date">{{day.dt | momentjs(atts.date)}}</div>
					<div class="simple-weather-table__icon"><i class="sw" :class="getWeatherIcon(day)"></i></div>
					<div class="simple-weather-table__temp">
            {{day.temp | temp}}&deg;
            <span class="simple-weather-table__temp-min">{{day.temp_min | temp}} &deg;</span>
          </div>
        </div>
      </div>
    </div>
  </template>
</div>
</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		</div>
<h2 class="mphb-price-title">Price</h2><p class="mphb-price-wrapper">
<span class="mphb-price mphb-price-free">Free</span>
</p><p>הפוסט <a href="https://krivine-guesthouse.com/service/price-includes-breakfast/" data-wpel-link="internal">Price includes Israeli breakfast</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://krivine-guesthouse.com/service/price-includes-breakfast/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Hair dryer</title>
		<link>https://krivine-guesthouse.com/service/hair-dryer/</link>
					<comments>https://krivine-guesthouse.com/service/hair-dryer/#respond</comments>
		
		<dc:creator><![CDATA[365evo]]></dc:creator>
		<pubDate>Sat, 18 Jan 2020 08:57:14 +0000</pubDate>
				<guid isPermaLink="false">https://dev25.365evo.co.il/?post_type=mphb_room_service&#038;p=3243</guid>

					<description><![CDATA[<p>{{current_weather.dt &#124; momentjs( atts.date )}} {{current_weather.temp &#124; temp}} &#176;{{units}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}} &#176;{{day.temp_min &#124; temp}} &#176;{{units}} {{current_weather.temp &#124; temp}} &#176; Humidity: {{current_weather.humidity}}% Clouds: {{current_weather.clouds}}% Wind ({{current_weather.wind.deg}}): {{current_weather.wind.speed}}{{units_wind}} {{current_weather.desc}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}}&#176; {{day.temp_min &#124; temp}} [&#8230;]</p>
<p>הפוסט <a href="https://krivine-guesthouse.com/service/hair-dryer/" data-wpel-link="internal">Hair dryer</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="weather-section">		<div data-elementor-type="section" data-elementor-id="2503" class="elementor elementor-2503" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211bed82 elementor-section-content-middle elementor-section-full_width weather-row elementor-section-height-default elementor-section-height-default" data-id="211bed82" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72c7fd6f" data-id="72c7fd6f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a071e5 elementor-widget elementor-widget-shortcode" data-id="2a071e5" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="simple-weather--a15bca23a0acfd8c2d08d97e17d1e137" class="simple-weather simple-weather--vue" :style="atts.inline_css">
  <template v-if="style !== 'widget'">
    <span v-if="hasCurrentWeather()" class="simple-weather__day simple-weather__day--current">
      <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{current_weather.dt | momentjs( atts.date )}}</span>
      <i class="sw" :class="getWeatherIcon(current_weather)"></i>
      <em class="simple-weather__temp">{{current_weather.temp | temp}} &deg;<template v-if="filter_var(atts.show_units)">{{units}}</template>
      </em>
    </span>
    <template v-if="weather_feed">
      <span v-for="(day, index) in weather_feed" v-if="isDayVisible(index, day)" class="simple-weather__day">
        <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{day.dt | momentjs(atts.date)}}</span>
        <i class="sw" :class="getWeatherIcon(day)"></i>
        <em class="simple-weather__temp">{{day.temp | temp}} &deg;<em class="simple-weather__temp-min" v-if="filter_var(atts.night)">{{day.temp_min | temp}} &deg;</em><template v-if="filter_var(atts.show_units)">{{units}}</template></em>
      </span>
    </template>
    <template v-else>
      <span v-html="error" class="error"></span>
    </template>
  </template>
  <template v-else>
    <div class="simple-weather-widget" v-if="current_weather.name || weather_feed" :class="atts.inline_css ? 'simple-weather-widget--bg' : ''">
      <h4 class='widget_title' v-if="atts.title || current_weather.name" v-text="atts.title ? atts.title : current_weather.name"></h4>
      <div class="temp">
        <span v-if="current_weather.temp" class="degrees">{{current_weather.temp | temp}} &deg;</span>
        <span class="details">
          <template v-if="current_weather.humidity">Humidity: <em class="float-right">{{current_weather.humidity}}%</em><br></template>
          <template v-if="current_weather.clouds">Clouds: <em class="float-right">{{current_weather.clouds}}%</em><br></template>
          <template v-if="current_weather.wind">Wind <small>({{current_weather.wind.deg}})</small>:
          <em class="float-right">{{current_weather.wind.speed}}<small>{{units_wind}}</small></em></template>
        </span>
      </div>
      <div class="summary">{{current_weather.desc}}</div>
      <div class="simple-weather-table" v-if="weather_feed">
        <div v-for="(day, index) in weather_feed" v-if="index < atts.days" class="simple-weather-table__row">
					<div class="simple-weather-table__date">{{day.dt | momentjs(atts.date)}}</div>
					<div class="simple-weather-table__icon"><i class="sw" :class="getWeatherIcon(day)"></i></div>
					<div class="simple-weather-table__temp">
            {{day.temp | temp}}&deg;
            <span class="simple-weather-table__temp-min">{{day.temp_min | temp}} &deg;</span>
          </div>
        </div>
      </div>
    </div>
  </template>
</div>
</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		</div>
<h2 class="mphb-price-title">Price</h2><p class="mphb-price-wrapper">
<span class="mphb-price mphb-price-free">Free</span>
</p><p>הפוסט <a href="https://krivine-guesthouse.com/service/hair-dryer/" data-wpel-link="internal">Hair dryer</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://krivine-guesthouse.com/service/hair-dryer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Baby Cot (and other equipment) on Request</title>
		<link>https://krivine-guesthouse.com/service/baby-cot-and-other-equipment-on-request/</link>
					<comments>https://krivine-guesthouse.com/service/baby-cot-and-other-equipment-on-request/#respond</comments>
		
		<dc:creator><![CDATA[365evo]]></dc:creator>
		<pubDate>Sat, 18 Jan 2020 08:56:57 +0000</pubDate>
				<guid isPermaLink="false">https://dev25.365evo.co.il/?post_type=mphb_room_service&#038;p=3242</guid>

					<description><![CDATA[<p>{{current_weather.dt &#124; momentjs( atts.date )}} {{current_weather.temp &#124; temp}} &#176;{{units}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}} &#176;{{day.temp_min &#124; temp}} &#176;{{units}} {{current_weather.temp &#124; temp}} &#176; Humidity: {{current_weather.humidity}}% Clouds: {{current_weather.clouds}}% Wind ({{current_weather.wind.deg}}): {{current_weather.wind.speed}}{{units_wind}} {{current_weather.desc}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}}&#176; {{day.temp_min &#124; temp}} [&#8230;]</p>
<p>הפוסט <a href="https://krivine-guesthouse.com/service/baby-cot-and-other-equipment-on-request/" data-wpel-link="internal">Baby Cot (and other equipment) on Request</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="weather-section">		<div data-elementor-type="section" data-elementor-id="2503" class="elementor elementor-2503" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211bed82 elementor-section-content-middle elementor-section-full_width weather-row elementor-section-height-default elementor-section-height-default" data-id="211bed82" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72c7fd6f" data-id="72c7fd6f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a071e5 elementor-widget elementor-widget-shortcode" data-id="2a071e5" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="simple-weather--a15bca23a0acfd8c2d08d97e17d1e137" class="simple-weather simple-weather--vue" :style="atts.inline_css">
  <template v-if="style !== 'widget'">
    <span v-if="hasCurrentWeather()" class="simple-weather__day simple-weather__day--current">
      <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{current_weather.dt | momentjs( atts.date )}}</span>
      <i class="sw" :class="getWeatherIcon(current_weather)"></i>
      <em class="simple-weather__temp">{{current_weather.temp | temp}} &deg;<template v-if="filter_var(atts.show_units)">{{units}}</template>
      </em>
    </span>
    <template v-if="weather_feed">
      <span v-for="(day, index) in weather_feed" v-if="isDayVisible(index, day)" class="simple-weather__day">
        <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{day.dt | momentjs(atts.date)}}</span>
        <i class="sw" :class="getWeatherIcon(day)"></i>
        <em class="simple-weather__temp">{{day.temp | temp}} &deg;<em class="simple-weather__temp-min" v-if="filter_var(atts.night)">{{day.temp_min | temp}} &deg;</em><template v-if="filter_var(atts.show_units)">{{units}}</template></em>
      </span>
    </template>
    <template v-else>
      <span v-html="error" class="error"></span>
    </template>
  </template>
  <template v-else>
    <div class="simple-weather-widget" v-if="current_weather.name || weather_feed" :class="atts.inline_css ? 'simple-weather-widget--bg' : ''">
      <h4 class='widget_title' v-if="atts.title || current_weather.name" v-text="atts.title ? atts.title : current_weather.name"></h4>
      <div class="temp">
        <span v-if="current_weather.temp" class="degrees">{{current_weather.temp | temp}} &deg;</span>
        <span class="details">
          <template v-if="current_weather.humidity">Humidity: <em class="float-right">{{current_weather.humidity}}%</em><br></template>
          <template v-if="current_weather.clouds">Clouds: <em class="float-right">{{current_weather.clouds}}%</em><br></template>
          <template v-if="current_weather.wind">Wind <small>({{current_weather.wind.deg}})</small>:
          <em class="float-right">{{current_weather.wind.speed}}<small>{{units_wind}}</small></em></template>
        </span>
      </div>
      <div class="summary">{{current_weather.desc}}</div>
      <div class="simple-weather-table" v-if="weather_feed">
        <div v-for="(day, index) in weather_feed" v-if="index < atts.days" class="simple-weather-table__row">
					<div class="simple-weather-table__date">{{day.dt | momentjs(atts.date)}}</div>
					<div class="simple-weather-table__icon"><i class="sw" :class="getWeatherIcon(day)"></i></div>
					<div class="simple-weather-table__temp">
            {{day.temp | temp}}&deg;
            <span class="simple-weather-table__temp-min">{{day.temp_min | temp}} &deg;</span>
          </div>
        </div>
      </div>
    </div>
  </template>
</div>
</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		</div>
<h2 class="mphb-price-title">Price</h2><p class="mphb-price-wrapper">
<span class="mphb-price mphb-price-free">Free</span>
</p><p>הפוסט <a href="https://krivine-guesthouse.com/service/baby-cot-and-other-equipment-on-request/" data-wpel-link="internal">Baby Cot (and other equipment) on Request</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://krivine-guesthouse.com/service/baby-cot-and-other-equipment-on-request/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Free Parking</title>
		<link>https://krivine-guesthouse.com/service/free-parking/</link>
					<comments>https://krivine-guesthouse.com/service/free-parking/#respond</comments>
		
		<dc:creator><![CDATA[365evo]]></dc:creator>
		<pubDate>Sat, 18 Jan 2020 08:56:45 +0000</pubDate>
				<guid isPermaLink="false">https://dev25.365evo.co.il/?post_type=mphb_room_service&#038;p=3241</guid>

					<description><![CDATA[<p>{{current_weather.dt &#124; momentjs( atts.date )}} {{current_weather.temp &#124; temp}} &#176;{{units}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}} &#176;{{day.temp_min &#124; temp}} &#176;{{units}} {{current_weather.temp &#124; temp}} &#176; Humidity: {{current_weather.humidity}}% Clouds: {{current_weather.clouds}}% Wind ({{current_weather.wind.deg}}): {{current_weather.wind.speed}}{{units_wind}} {{current_weather.desc}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}}&#176; {{day.temp_min &#124; temp}} [&#8230;]</p>
<p>הפוסט <a href="https://krivine-guesthouse.com/service/free-parking/" data-wpel-link="internal">Free Parking</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="weather-section">		<div data-elementor-type="section" data-elementor-id="2503" class="elementor elementor-2503" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211bed82 elementor-section-content-middle elementor-section-full_width weather-row elementor-section-height-default elementor-section-height-default" data-id="211bed82" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72c7fd6f" data-id="72c7fd6f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a071e5 elementor-widget elementor-widget-shortcode" data-id="2a071e5" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="simple-weather--a15bca23a0acfd8c2d08d97e17d1e137" class="simple-weather simple-weather--vue" :style="atts.inline_css">
  <template v-if="style !== 'widget'">
    <span v-if="hasCurrentWeather()" class="simple-weather__day simple-weather__day--current">
      <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{current_weather.dt | momentjs( atts.date )}}</span>
      <i class="sw" :class="getWeatherIcon(current_weather)"></i>
      <em class="simple-weather__temp">{{current_weather.temp | temp}} &deg;<template v-if="filter_var(atts.show_units)">{{units}}</template>
      </em>
    </span>
    <template v-if="weather_feed">
      <span v-for="(day, index) in weather_feed" v-if="isDayVisible(index, day)" class="simple-weather__day">
        <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{day.dt | momentjs(atts.date)}}</span>
        <i class="sw" :class="getWeatherIcon(day)"></i>
        <em class="simple-weather__temp">{{day.temp | temp}} &deg;<em class="simple-weather__temp-min" v-if="filter_var(atts.night)">{{day.temp_min | temp}} &deg;</em><template v-if="filter_var(atts.show_units)">{{units}}</template></em>
      </span>
    </template>
    <template v-else>
      <span v-html="error" class="error"></span>
    </template>
  </template>
  <template v-else>
    <div class="simple-weather-widget" v-if="current_weather.name || weather_feed" :class="atts.inline_css ? 'simple-weather-widget--bg' : ''">
      <h4 class='widget_title' v-if="atts.title || current_weather.name" v-text="atts.title ? atts.title : current_weather.name"></h4>
      <div class="temp">
        <span v-if="current_weather.temp" class="degrees">{{current_weather.temp | temp}} &deg;</span>
        <span class="details">
          <template v-if="current_weather.humidity">Humidity: <em class="float-right">{{current_weather.humidity}}%</em><br></template>
          <template v-if="current_weather.clouds">Clouds: <em class="float-right">{{current_weather.clouds}}%</em><br></template>
          <template v-if="current_weather.wind">Wind <small>({{current_weather.wind.deg}})</small>:
          <em class="float-right">{{current_weather.wind.speed}}<small>{{units_wind}}</small></em></template>
        </span>
      </div>
      <div class="summary">{{current_weather.desc}}</div>
      <div class="simple-weather-table" v-if="weather_feed">
        <div v-for="(day, index) in weather_feed" v-if="index < atts.days" class="simple-weather-table__row">
					<div class="simple-weather-table__date">{{day.dt | momentjs(atts.date)}}</div>
					<div class="simple-weather-table__icon"><i class="sw" :class="getWeatherIcon(day)"></i></div>
					<div class="simple-weather-table__temp">
            {{day.temp | temp}}&deg;
            <span class="simple-weather-table__temp-min">{{day.temp_min | temp}} &deg;</span>
          </div>
        </div>
      </div>
    </div>
  </template>
</div>
</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		</div>
<h2 class="mphb-price-title">Price</h2><p class="mphb-price-wrapper">
<span class="mphb-price mphb-price-free">Free</span>
</p><p>הפוסט <a href="https://krivine-guesthouse.com/service/free-parking/" data-wpel-link="internal">Free Parking</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://krivine-guesthouse.com/service/free-parking/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Complementary Tea / Coffee</title>
		<link>https://krivine-guesthouse.com/service/complementary-tea-coffee/</link>
					<comments>https://krivine-guesthouse.com/service/complementary-tea-coffee/#respond</comments>
		
		<dc:creator><![CDATA[365evo]]></dc:creator>
		<pubDate>Sat, 18 Jan 2020 08:56:12 +0000</pubDate>
				<guid isPermaLink="false">https://dev25.365evo.co.il/?post_type=mphb_room_service&#038;p=3240</guid>

					<description><![CDATA[<p>{{current_weather.dt &#124; momentjs( atts.date )}} {{current_weather.temp &#124; temp}} &#176;{{units}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}} &#176;{{day.temp_min &#124; temp}} &#176;{{units}} {{current_weather.temp &#124; temp}} &#176; Humidity: {{current_weather.humidity}}% Clouds: {{current_weather.clouds}}% Wind ({{current_weather.wind.deg}}): {{current_weather.wind.speed}}{{units_wind}} {{current_weather.desc}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}}&#176; {{day.temp_min &#124; temp}} [&#8230;]</p>
<p>הפוסט <a href="https://krivine-guesthouse.com/service/complementary-tea-coffee/" data-wpel-link="internal">Complementary Tea / Coffee</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="weather-section">		<div data-elementor-type="section" data-elementor-id="2503" class="elementor elementor-2503" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211bed82 elementor-section-content-middle elementor-section-full_width weather-row elementor-section-height-default elementor-section-height-default" data-id="211bed82" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72c7fd6f" data-id="72c7fd6f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a071e5 elementor-widget elementor-widget-shortcode" data-id="2a071e5" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="simple-weather--a15bca23a0acfd8c2d08d97e17d1e137" class="simple-weather simple-weather--vue" :style="atts.inline_css">
  <template v-if="style !== 'widget'">
    <span v-if="hasCurrentWeather()" class="simple-weather__day simple-weather__day--current">
      <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{current_weather.dt | momentjs( atts.date )}}</span>
      <i class="sw" :class="getWeatherIcon(current_weather)"></i>
      <em class="simple-weather__temp">{{current_weather.temp | temp}} &deg;<template v-if="filter_var(atts.show_units)">{{units}}</template>
      </em>
    </span>
    <template v-if="weather_feed">
      <span v-for="(day, index) in weather_feed" v-if="isDayVisible(index, day)" class="simple-weather__day">
        <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{day.dt | momentjs(atts.date)}}</span>
        <i class="sw" :class="getWeatherIcon(day)"></i>
        <em class="simple-weather__temp">{{day.temp | temp}} &deg;<em class="simple-weather__temp-min" v-if="filter_var(atts.night)">{{day.temp_min | temp}} &deg;</em><template v-if="filter_var(atts.show_units)">{{units}}</template></em>
      </span>
    </template>
    <template v-else>
      <span v-html="error" class="error"></span>
    </template>
  </template>
  <template v-else>
    <div class="simple-weather-widget" v-if="current_weather.name || weather_feed" :class="atts.inline_css ? 'simple-weather-widget--bg' : ''">
      <h4 class='widget_title' v-if="atts.title || current_weather.name" v-text="atts.title ? atts.title : current_weather.name"></h4>
      <div class="temp">
        <span v-if="current_weather.temp" class="degrees">{{current_weather.temp | temp}} &deg;</span>
        <span class="details">
          <template v-if="current_weather.humidity">Humidity: <em class="float-right">{{current_weather.humidity}}%</em><br></template>
          <template v-if="current_weather.clouds">Clouds: <em class="float-right">{{current_weather.clouds}}%</em><br></template>
          <template v-if="current_weather.wind">Wind <small>({{current_weather.wind.deg}})</small>:
          <em class="float-right">{{current_weather.wind.speed}}<small>{{units_wind}}</small></em></template>
        </span>
      </div>
      <div class="summary">{{current_weather.desc}}</div>
      <div class="simple-weather-table" v-if="weather_feed">
        <div v-for="(day, index) in weather_feed" v-if="index < atts.days" class="simple-weather-table__row">
					<div class="simple-weather-table__date">{{day.dt | momentjs(atts.date)}}</div>
					<div class="simple-weather-table__icon"><i class="sw" :class="getWeatherIcon(day)"></i></div>
					<div class="simple-weather-table__temp">
            {{day.temp | temp}}&deg;
            <span class="simple-weather-table__temp-min">{{day.temp_min | temp}} &deg;</span>
          </div>
        </div>
      </div>
    </div>
  </template>
</div>
</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		</div>
<h2 class="mphb-price-title">Price</h2><p class="mphb-price-wrapper">
<span class="mphb-price mphb-price-free">Free</span>
</p><p>הפוסט <a href="https://krivine-guesthouse.com/service/complementary-tea-coffee/" data-wpel-link="internal">Complementary Tea / Coffee</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://krivine-guesthouse.com/service/complementary-tea-coffee/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Espresso machine</title>
		<link>https://krivine-guesthouse.com/service/espresso-machine/</link>
					<comments>https://krivine-guesthouse.com/service/espresso-machine/#respond</comments>
		
		<dc:creator><![CDATA[365evo]]></dc:creator>
		<pubDate>Sat, 18 Jan 2020 08:56:02 +0000</pubDate>
				<guid isPermaLink="false">https://dev25.365evo.co.il/?post_type=mphb_room_service&#038;p=3239</guid>

					<description><![CDATA[<p>{{current_weather.dt &#124; momentjs( atts.date )}} {{current_weather.temp &#124; temp}} &#176;{{units}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}} &#176;{{day.temp_min &#124; temp}} &#176;{{units}} {{current_weather.temp &#124; temp}} &#176; Humidity: {{current_weather.humidity}}% Clouds: {{current_weather.clouds}}% Wind ({{current_weather.wind.deg}}): {{current_weather.wind.speed}}{{units_wind}} {{current_weather.desc}} {{day.dt &#124; momentjs(atts.date)}} {{day.temp &#124; temp}}&#176; {{day.temp_min &#124; temp}} [&#8230;]</p>
<p>הפוסט <a href="https://krivine-guesthouse.com/service/espresso-machine/" data-wpel-link="internal">Espresso machine</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="weather-section">		<div data-elementor-type="section" data-elementor-id="2503" class="elementor elementor-2503" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211bed82 elementor-section-content-middle elementor-section-full_width weather-row elementor-section-height-default elementor-section-height-default" data-id="211bed82" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72c7fd6f" data-id="72c7fd6f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a071e5 elementor-widget elementor-widget-shortcode" data-id="2a071e5" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div id="simple-weather--a15bca23a0acfd8c2d08d97e17d1e137" class="simple-weather simple-weather--vue" :style="atts.inline_css">
  <template v-if="style !== 'widget'">
    <span v-if="hasCurrentWeather()" class="simple-weather__day simple-weather__day--current">
      <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{current_weather.dt | momentjs( atts.date )}}</span>
      <i class="sw" :class="getWeatherIcon(current_weather)"></i>
      <em class="simple-weather__temp">{{current_weather.temp | temp}} &deg;<template v-if="filter_var(atts.show_units)">{{units}}</template>
      </em>
    </span>
    <template v-if="weather_feed">
      <span v-for="(day, index) in weather_feed" v-if="isDayVisible(index, day)" class="simple-weather__day">
        <span v-if="filter_var(atts.show_units)" class="simple-weather__date">{{day.dt | momentjs(atts.date)}}</span>
        <i class="sw" :class="getWeatherIcon(day)"></i>
        <em class="simple-weather__temp">{{day.temp | temp}} &deg;<em class="simple-weather__temp-min" v-if="filter_var(atts.night)">{{day.temp_min | temp}} &deg;</em><template v-if="filter_var(atts.show_units)">{{units}}</template></em>
      </span>
    </template>
    <template v-else>
      <span v-html="error" class="error"></span>
    </template>
  </template>
  <template v-else>
    <div class="simple-weather-widget" v-if="current_weather.name || weather_feed" :class="atts.inline_css ? 'simple-weather-widget--bg' : ''">
      <h4 class='widget_title' v-if="atts.title || current_weather.name" v-text="atts.title ? atts.title : current_weather.name"></h4>
      <div class="temp">
        <span v-if="current_weather.temp" class="degrees">{{current_weather.temp | temp}} &deg;</span>
        <span class="details">
          <template v-if="current_weather.humidity">Humidity: <em class="float-right">{{current_weather.humidity}}%</em><br></template>
          <template v-if="current_weather.clouds">Clouds: <em class="float-right">{{current_weather.clouds}}%</em><br></template>
          <template v-if="current_weather.wind">Wind <small>({{current_weather.wind.deg}})</small>:
          <em class="float-right">{{current_weather.wind.speed}}<small>{{units_wind}}</small></em></template>
        </span>
      </div>
      <div class="summary">{{current_weather.desc}}</div>
      <div class="simple-weather-table" v-if="weather_feed">
        <div v-for="(day, index) in weather_feed" v-if="index < atts.days" class="simple-weather-table__row">
					<div class="simple-weather-table__date">{{day.dt | momentjs(atts.date)}}</div>
					<div class="simple-weather-table__icon"><i class="sw" :class="getWeatherIcon(day)"></i></div>
					<div class="simple-weather-table__temp">
            {{day.temp | temp}}&deg;
            <span class="simple-weather-table__temp-min">{{day.temp_min | temp}} &deg;</span>
          </div>
        </div>
      </div>
    </div>
  </template>
</div>
</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		</div>
<h2 class="mphb-price-title">Price</h2><p class="mphb-price-wrapper">
<span class="mphb-price mphb-price-free">Free</span>
</p><p>הפוסט <a href="https://krivine-guesthouse.com/service/espresso-machine/" data-wpel-link="internal">Espresso machine</a> הופיע לראשונה ב-<a href="https://krivine-guesthouse.com" data-wpel-link="internal">The Krivine&#039;s Negev Guesthouse - Sde Boker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://krivine-guesthouse.com/service/espresso-machine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
