/*
Theme Name: Infinity Travel WP
Theme URI: http://bonnjoel.com/
Author: OneClickMS
Author URI: http://www.oneclickms.co.uk/
Description: Lightweight Wordpress Theme
Version: 2.0.0
License: GNU General Public License v2 or later v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bonnjoel
Tags:
*/

html, body {
  height: 100%;
  font-family: 'Raleway', sans-serif !important;
  color: #414042;
}

html.mm-opened {
  margin-top: 0 !important;
}

#hamburger {
  border: 1px solid #999;
  display: block;
  width: 35px;
  padding: 2px 5px;
  position: absolute;
  right: 10px;
  top: 20px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.cs-loader-wrap {
  background: #3498db;
  height: 100vh;
  width: 100%;
  position: relative;
}

.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}


/*.mm-opened #hamburger {
	-webkit-transform: translate3d(440px,0,0);
    transform: translate3d(440px,0,0);
}
*/

#hamburger span {
  background: #999;
  display: block;
  height: 3px;
  margin: 5px 0;
}

html.mm-opened #hamburger span.top-bar {
  -webkit-transform: rotate( 45deg);
  transform: rotate( 45deg);
  top: 9px;
}

html.mm-opened #hamburger span.middle-bar {
  opacity: 0;
}

html.mm-opened #hamburger span.bottom-bar {
  -webkit-transform: rotate( -45deg);
  transform: rotate( -45deg);
  top: -7px;
}

#hamburger {
  overflow: hidden;
}

#hamburger span {
  position: relative;
  -webkit-transform: rotate( 0);
  transform: rotate( 0);
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: none 0.5s ease;
  transition: none 0.5s ease;
  -webkit-transition-property: top, left, opacity, -webkit-transform;
  transition-property: top, left, opacity, -webkit-transform;
  transition-property: transform, top, left, opacity;
  transition-property: transform, top, left, opacity, -webkit-transform;
}

html.mm-opened #hamburger span.middle-bar {
  left: -40px;
}

.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom-1 a {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom-1 a:hover {
  background: #675B51;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cacbcd !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cacbcd !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #cacbcd !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #cacbcd !important;
}

.small {
  font-size: .75em;
}

.uppercase {
  text-transform: uppercase !important;
}

.text-justify {
  text-align: justify;
}

.site-header {
  background: #434d4b;
  position: relative;
  width: 100%;
}

.site-header.site-header.site-header .mobile-hidden.mobile-hidden, .ubermenu-target-description {
  display: none;
}

.main-navigation a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.main-navigation .ui.secondary.menu .dropdown.item>.menu {
  margin-top: 0;
}

.main-navigation .ui.dropdown .menu .item .dropdown.icon:before {
  content: '\f0d7';
}

.entry-header {
  margin: 2em auto;
}

.top-right .content {
  font-size: 12px;
  color: #fff;
}

.top-right.top-right .item .icon {
  font-size: .6em;
  background: #fff;
  color: #3b5862;
}

.main-navigation a:hover {
  color: #dcb0b4;
}

.main-navigation .secondary.menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-navigation .ui.menu .dropdown.item .menu {
  background: rgba(67, 77, 75, .8);
}

.main-navigation .ui.menu .dropdown.item .menu .menu {
  background: rgba(67, 77, 75, 1);
}

.pb0.pb0.pb0.pb0.pb0 {
  padding-bottom: 0;
}

.site-branding {
  text-align: center;
}

.top-right {
  text-align: center;
}

.top-right .ui.search .prompt {
  border-radius: 0;
}

.top-mid.top-mid.divider {
  margin-top: 10px;
}

.top-right.top-right .item .search .icon {
  background: transparent;
  color: #fff;
}

.top-right .ui.input input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.top-right .ui.input input:active, .top-right .ui.input.down input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.top-right.top-right .item .search.icon {
  font-size: 1em;
}

.slide-banner, .hotel-banner, .otherhotel-slide {
  display: none;
}

.slide-banner img, .hotel-banner .slider-banner-item img {
  width: 100%;
}

.slider-banner-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.slide-banner .slider-banner-item, .hotel-banner .slider-banner-item {
  height: auto;
}

.mega-menu.ui.popup {
  /*background: url('img/menu-bg.jpg') no-repeat;*/
  background-size: cover;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f9f0f0;
}

.mega-menu.ui.bottom.popup {
  margin: 15px 0 0 0;
  z-index: 9999;
}

.logged-in .mega-menu.ui.bottom.popup {
  margin-top: -16px;
}

.mega-menu.mega-menu.mega-menu.visible {
  height: calc(100vh - 81px);
}


/*.site-header.fixed+.mega-menu.ui.popup {
  background: rgba(255, 255, 255, 0.85);
}*/

.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.divided.grid:not([class*="vertically divided"])>.row>.column {
  box-shadow: none !important;
}

.m-item h3 a {
  background: #3c4249;
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: 500;
}

.mega-menu.mega-menu.mega-menu .m-item .list a {
  color: #111;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: bold;
}

.site-footer {
  background: #434d4b;
}

.site-footer a {
  color: #939598;
}

.footer-social-media {
  margin: 2em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social-media a {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
}

.footer-partner {
  margin: 1.5em auto 0;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #e6e7e8;
}

.footer-partner span {
  font-size: 18px;
  font-weight: bold;
}

.footer-partner .copyright {
  font-size: 11px;
}

.row-search {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  background: #434d4b;
  margin-top: -7px;
}

.row-search label {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.row-search .column {
  max-width: 800px;
}

.row-search .ui.search {
  max-width: 680px;
  width: 100%;
}

.row-search .ui.form .inline.fields .field>label {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  display: none;
}

.row-search .ui.form .inline.fields {
  margin-bottom: 0;
}

.row-search .ui.fluid.search .results {
  font-size: .8em;
}

.breadcrumb-row {
  display: none;
}

.front-area {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.front-area .entry-title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

.entry-header .ui.header.entry-title {
  text-transform: uppercase;
}

.search.icon:hover {
  cursor: pointer;
}

.s-submit {
  position: absolute;
  right: 0;
  opacity: 0;
}

.destination-row.destination-row.destination-row .ui.stackable .column:not(.mid-logo) {
  padding: 0 !important;
  border: solid #fff;
  border-width: 2px;
  text-transform: uppercase;
}

.destination-row .ui .column img {
  width: 100%;
  max-height: 426px;
  height: 100%;
}

.destination-row .ui .mid-logo.mid-logo.mid-logo {
  text-align: center;
  border: solid #fff;
  border-width: 2px;
  padding: 2.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destination-row .ui .mid-logo img {
  width: auto;
  height: auto;
}

.destination-row .ui .column a .span-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border: 20px solid rgba(255, 255, 255, .2);
}

.destination-row .ui.five.column .column a .span-wrap {
  border: 10px solid rgba(255, 255, 255, .2);
}

.span-wrap .span-title {
  display: none;
}

.destination-row .ui .column.mid-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.destination-row .ui .column.mid-logo a {
  text-transform: uppercase;
  margin: auto;
  height: auto;
}

.destination-row .ui.four .column a .span-wrap {
  border: 10px solid rgba(255, 255, 255, .2);
}

.destination-row .ui .column a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.destination-row .ui .column a:hover .span-wrap {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
}

.destination-row .ui .column.formonth a:hover .span-wrap .span-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destination-row .ui .column.formonth a:hover .span-wrap span:not(.span-title) {
  display: none;
}

.newsletter-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.newsletter-row.newsletter-row .form .mobile-mb0.mobile-mb0.mobile-mb0 {
  margin-bottom: 10px;
}

.newsletter-row .ui.form input[type=text], .newsletter-row .ui.form input[type=email] {
  border-width: 0 0 1px 0;
}

div.wpcf7 .newsletter1 .ajax-loader {
  display: none;
}

.ui.form div.wpcf7 .newsletter1 .inline.fields .field {
  padding: 0;
}

.site-branding img {
  display: none;
}

.site-header .fixed-logo {
  display: block;
}

.site-header.fixed {
  /*position: fixed;
  top: 0;
  z-index: 9999;*/
}

.logged-in .site-header.fixed {
  /*top: 32px;*/
}

.site-header.fixed img {
  display: none;
}

.site-header.fixed .fixed-logo {
  display: block;
  margin-top: -5px;
  width: 200px;
}

.site-header.fixed.site-header.fixed .pb0 {
  padding-top: 0;
}

.site-header.fixed .top-mid {
  display: none;
}

.testi {
  color: #fff;
}

.blackop {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.testimonial-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  position: relative;
}

.google-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}


/* fixes potential theme css conflict */

.google-map img {
  max-width: inherit !important;
}

.footer-menu .ui.link.list .item {
  color: #939598;
}

.inspire-form .ui.checkbox label {
  font-size: .8em;
  text-align: left;
}

.inspire-form .ui.radio label {
  font-size: .95em;
  text-align: left;
}

.hotel-results-grid, .blog-grid {
  position: relative;
}

.hotel-results-grid.ui.cards, .blog-grid.ui.cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.hotel-results-grid.ui.cards>.card, .blog-grid.ui.cards>.card, .otherhotel-slide.ui.cards .card, .otherhotel-slide-mobile.ui.cards .card {
  border-radius: 0;
}

.hotel-results-grid.city-hotels-grid.ui.cards>.card, .blog-grid.ui.cards>.card, .otherhotel-slide.ui.cards .card, .otherhotel-slide-mobile.ui.cards .card {
  padding: 5px;
  text-align: center;
  color: #434d4b;
  width: 340px;
}

body.safari-browser .hotel-results-grid.city-hotels-grid.ui.cards>.card, body.safari-browser .blog-grid.ui.cards>.card, body.safari-browser .otherhotel-slide.ui.cards .card, body.safari-browser .otherhotel-slide-mobile.ui.cards .card {
  position: relative;
}

.hotel-results-grid.city-hotels-grid.ui.cards h3, .blog-grid.ui.cards h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 19px;
}

.hotel-results-grid.city-hotels-grid.ui.cards .hotel-location {
  font-size: 12px;
}

.hotel-results-grid.city-hotels-grid.ui.cards .hotel-rm, .blog-grid.ui.cards .blog-rm {
  display: block;
  color: #fff;
  background: #cea4a2;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.hotel-results-grid.ui.cards>.card>.hotel-item, .blog-grid.ui.cards>.card>.blog-item, .otherhotel-slide.ui.cards .card .hotel-item, .otherhotel-slide-mobile.ui.cards .card .hotel-item {
  height: 100%;
  background-size: cover;
  border-radius: 0 !important;
  padding-bottom: 50px
}

body:not(.safari-browser) .hotel-item, body:not(.safari-browser) .blog-item {
  position: relative;
}

.blog-item .blog-excerpt {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 10px;
}

.hotel-item img, .blog-item img {
  width: 100%;
  /*height: 100%;*/
}

.otherhotel-slide .slick-prev:before, .otherhotel-slide .slick-next:before,
.otherhotel-slide-mobile .slick-prev:before, .otherhotel-slide-mobile .slick-next:before {
  color: #434d4b;
  font-size: 60px;
}

.otherhotel-slide .slick-prev, .otherhotel-slide .slick-next,
.otherhotel-slide-mobile .slick-prev, .otherhotel-slide-mobile .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.otherhotel-slide .slick-arrow,
.otherhotel-slide-mobile .slick-arrow {
  opacity: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.otherhotel-slide:hover .slick-arrow, .otherhotel-slide-mobile:hover .slick-arrow {
  opacity: 1;
}

.otherhotel-slide.otherhotel-slide .slick-track, .otherhotel-slide-mobile.otherhotel-slide-mobile .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/*.otherhotel-slide .hotel-item .hotel-info {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}*/

.hotel-item .hotel-info {
  padding: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 999;
}

.hotel-item a, .hotel-item .ui.basic.button {
  color: #fff !important;
}

.hotel-item .stars {
  font-size: .8em;
  margin-bottom: 5px;
}

.hotel-item .ui.basic.button {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 1) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 1) inset;
  font-size: .8em;
}

.hotel-info .hotel-name {
  text-transform: uppercase;
  margin-bottom: 0;
}

.hotel-info .hotel-loc {
  margin-bottom: 0;
  font-size: .8em;
}

.hotel-info .hotel-excerpt {
  margin-bottom: 0;
  font-size: .8em;
}

.hotel-of-the-month, .hotel-of-the-month a {
  font-size: 14px;
  color: #4e5755;
}

.ui.button, .ui.form input, .ui.form textarea, .ui.form select {
  border-radius: 0 !important;
}

.hotel-of-the-month.hotel-of-the-month .ui.button {
  font-size: 14px;
  color: #4e5755;
}

.hotel-of-the-month h2 {
  font-size: 20px;
  color: #4e5755;
  margin-bottom: 0;
}

.breadcrumb-row {
  background: #4e5755;
  border-top: 1px solid #fff;
  padding-top: .5em;
  padding-bottom: .5em;
  color: #fff;
}

.breadcrumb-row .ui.breadcrumb .section {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb-row .ui.breadcrumb a {
  color: #fff;
}

.breadcrumb-row .ui.breadcrumb .divider {
  opacity: 0;
  font-size: 5px !important;
}

.hotel-slider {
  position: relative;
}

.thumbnail-slider-wrap .slick-initialized.thumbnail-slider {
  margin-top: -103px;
  width: 100%;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail-slider {
  display: none;
}

.thumbnail-slider.slick-slider {
  background: #fff;
}

.thumbnail-slider img {
  height: auto;
}

.thumbnail-slider img:hover {
  cursor: pointer;
}

.thumbnail-slider .slick-slide {
  width: 146px;
  margin: 5px 5px 5px 0;
}

.thumbnail-slider .slick-prev, .thumbnail-slider .slick-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thumbnail-slider .slick-prev {
  left: -35px;
}

.thumbnail-slider .slick-next {
  right: -35px;
}

.thumbnail-slider .slick-prev:before, .thumbnail-slider .slick-next:before {
  font-size: 40px;
}

.thumbnail-slider .slick-prev:before {
  content: "\f104";
}

.thumbnail-slider .slick-next:before {
  content: "\f105";
}

.otherhotel-slide .card.ui.card.ui,
.otherhotel-slide-mobile .card.ui.card.ui {
  margin: 1em 0.5em;
}

.hotel-slider .hotel-title {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2% 5%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.content-area .hotel-title.hotel-title h1 {
  font-size: 1.3em;
}

.hotel-title.hotel-title h1, .hotel-title.hotel-title h3 {
  margin: 0;
}

.tax-city {
  font-weight: bold;
  text-transform: uppercase;
}

.slider-banner .hotel-title h3 {
  font-weight: 300;
}

.hotel-tab.ui.tabular.menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hotel-tab.ui.tabular.menu .item {
  width: 50%;
}

.hotel-tab.ui.tabular.menu .item a {
  margin: auto;
  color: #bcbec0;
}

.hotel-tab.ui.tabular.menu, .hotel-tab.ui.tabular.menu .active.item, .hotel-tab.ui.tabular.menu .item {
  border: 0;
}

.hotel-tab.ui.tabular.menu .active.item {
  position: relative;
}

.hotel-tab.ui.tabular.menu .item:last-child:before {
  display: none;
}

.hotel-tab.ui.tabular.menu .active.item:after {
  content: "\f0d8";
  font-family: "Icons";
  color: #bcbec0;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reccommend-container {
  display: block;
}

.recommend-wrap {
  width: 100%;
  border: 2px solid #9fa5ad;
  margin: 0 auto 20px;
}

.recommend-wrap img {
  width: 100%;
}

.recommend-content {
  padding: 10px;
}

.recommend-title {
  background: #b3b3af;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
}

.recommend-wrap .includes {
  border-top: 1px dashed #b3b3af;
  padding: 10px;
  font-size: .75em;
}

.text-justify.ui.accordion .title.title.title {
  background: #b3b3af;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 10px;
}

.text-justify.ui.accordion .title.title.title.active {
  background: #6a706d;
}

.text-justify.ui.accordion .title .dropdown.icon {
  float: right;
}

.text-justify.text-justify.text-justify.ui.accordion .title~.content {
  padding: 10px;
}

.travel-table .strong {
  font-weight: bold;
}

.table-travel-wrap.hide-sm {
  display: none;
}

.table-travel-wrap.show-sm {
  display: block;
}

.show-sm.show-sm .travel-table.ui.table {
  font-size: 14px;
}

.show-sm.show-sm .travel-table.ui.table .ui.padded.table td, .show-sm.show-sm .travel-table.ui.table .ui.padded.table th {
  padding: 1em .5em;
}

.mm-menu.mm-theme-dark .mm-search.mm-search input {
  background: rgba(255, 255, 255, 0.1);
}

.mm-clear.mm-clear:after, .mm-clear.mm-clear:before, .mm-clear.mm-close:after, .mm-clear.mm-close:before {
  width: 6px;
  height: 6px;
}

.mm-clear.mm-clear:before, .mm-close.mm-close:before {
  right: 19px;
}

.search-head h3 {
  display: none;
}

.search-results .page-header {
  margin-top: 20px;
}

.search-results .entry-header {
  margin: 2em auto 0;
}

.ui[class*="left icon"].input>span>input {
  padding-left: 2.67142857em!important;
  padding-right: 1em!important;
}

.openModal:hover {
  cursor: pointer;
}

.slide-banner-wrap {
  position: relative;
}

.slider-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.slider-banner-text h1, .slider-banner-text h2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 100;
  text-shadow: 3px 1px 5px rgba(0, 0, 0, .8);
}

.slider-banner-text h3 {
  color: #fff;
  margin-top: 0;
  text-shadow: 3px 1px 5px rgba(0, 0, 0, .8);
  font-weight: 400;
}

.slider-banner-text .button {
  text-shadow: 3px 1px 5px rgba(0, 0, 0, .8) !important;
  margin-top: 2em !important;
}

.button.iabpink {
  background: #f1d7d6 !important;
}

.button.iabpink:hover {
  background: #dcb0b4 !important;
  color: #4b4a48;
}

.box-enquire.box-enquire a {
  color: #4b4a48 !important;
}

.inline.fields .from {
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.25em;
}

.inline.fields.from-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* .squaredOne */

.squaredOne {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 15px;
  text-align: center
}

.squaredOne label {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #434d4b;
}

.squaredOne label:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #dcb0b4;
  opacity: 0;
}

.squaredOne label:hover::after {
  opacity: 0.3;
}

.squaredOne input[type=radio], .squaredOne input[type=checkbox] {
  visibility: hidden;
}

.squaredOne input[type=radio]:checked+label:after, .squaredOne input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.from-wrap .from {
  position: relative;
  width: 33.33%;
}

.from-wrap .from:before {
  background: url('img/sprite.png');
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.from.all {
  padding-top: 44px;
}

.from.all .squaredOne {
  margin-top: 10px;
}

.from.all:before {
  background-position: 0 0;
  width: 44px;
  height: 44px;
}

.from.na {
  padding-top: 49px;
}

.from.na .squaredOne {
  margin-top: 21px;
}

.from.na:before {
  background-position: 0 -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 49px;
  width: 17px;
}

.from.sa .squaredOne {
  margin-top: 25px;
}

.from.sa {
  padding-top: 46px;
}

.from.sa:before {
  background-position: 0 -119px;
  height: 46px;
  width: 43px;
}

.from.eu .squaredOne {
  margin-top: 15px;
}

.from.eu {
  padding-top: 62px;
}

.from.eu:before {
  background-position: 0 -167px;
  height: 62px;
  width: 18px;
}

.from.iocean .squaredOne {
  margin-top: 15px;
}

.from.iocean {
  padding-top: 45px;
}

.from.iocean:before {
  background-position: 0 -1016px;
  height: 45px;
  width: 52px;
}

.from.mideast .squaredOne {
  margin-top: 10px;
}

.from.mideast {
  padding-top: 75px;
}

.from.mideast:before {
  background-position: 0 -1457px;
  height: 73px;
  width: 54px;
}

.from.the-carribean .squaredOne {
  margin-top: 10px;
}

.from.the-carribean {
  padding-top: 69px;
}

.from.the-carribean:before {
  background-position: 0 -1304px;
  height: 69px;
  width: 57px;
}

.from.af .squaredOne {
  margin-top: 15px;
}

.from.af {
  padding-top: 55px;
}

.from.af:before {
  background-position: 0 -240px;
  top: 10px;
  height: 35px;
  width: 49px;
}

.from.as .squaredOne {
  margin-top: 15px;
}

.from.as {
  padding-top: 55px;
}

.from.as:before {
  background-position: 0 -287px;
  top: 10px;
  height: 43px;
  width: 55px;
}

.from.oc .squaredOne {
  margin-top: 15px;
}

.from.oc {
  padding-top: 55px;
}

.from.oc:before {
  background-position: 0 -354px;
  top: 10px;
  height: 31px;
  width: 70px;
}

.from.spa .squaredOne {
  margin-top: 10px;
}

.from.spa {
  padding-top: 51px;
  margin-top: 35px;
}

.from.spa:before {
  background-position: 0 -400px;
  height: 31px;
  width: 70px;
}

.from.indoor_pool .squaredOne {
  margin-top: 10px;
}

.from.indoor_pool {
  padding-top: 59px;
  margin-top: 27px;
}

.from.indoor_pool:before {
  background-position: 0 -440px;
  height: 52px;
  width: 53px;
}

.from.gym .squaredOne {
  margin-top: 10px;
}

.from.gym {
  padding-top: 75px;
  margin-top: 10px;
}

.from.gym:before {
  background-position: 0 -495px;
  height: 63px;
  width: 47px;
}

.from.tennis .squaredOne {
  margin-top: 10px;
}

.from.tennis {
  padding-top: 60px;
  margin-top: 9px;
}

.from.tennis:before {
  background-position: 0 -562px;
  height: 49px;
  width: 56px;
}

.from.golf .squaredOne {
  margin-top: 10px;
}

.from.golf {
  padding-top: 50px;
  margin-top: 18px;
}

.from.golf:before {
  background-position: 0 -622px;
  height: 38px;
  width: 63px;
}

.from.watersports .squaredOne {
  margin-top: 10px;
}

.from.watersports {
  padding-top: 65px;
  margin-top: 20px;
}

.from.watersports:before {
  background-position: 0 -663px;
  height: 55px;
  width: 65px;
}

.from.creche .squaredOne {
  margin-top: 10px;
}

.from.creche {
  padding-top: 60px;
  margin-top: 30px;
}

.from.creche:before {
  background-position: 0 -722px;
  height: 48px;
  width: 52px;
}

.from.kids_club .squaredOne {
  margin-top: 10px;
}

.from.kids_club {
  padding-top: 65px;
  margin-top: 26px;
}

.from.kids_club:before {
  background-position: 0 -775px;
  height: 54px;
  width: 54px;
}

.from.teen_club .squaredOne {
  margin-top: 10px;
}

.from.teen_club {
  padding-top: 70px;
  margin-top: 20px;
}

.from.teen_club:before {
  background-position: 0 -834px;
  height: 63px;
  width: 65px;
}

.from.interconnecting_rooms .squaredOne {
  margin-top: 10px;
}

.from.interconnecting_rooms {
  padding-top: 60px;
  margin-top: 30px;
}

.from.interconnecting_rooms:before {
  background-position: 0 -901px;
  height: 49px;
  width: 29px;
}

.from.less_70_rooms .squaredOne {
  margin-top: 10px;
}

.from.less_70_rooms {
  padding-top: 51px;
  margin-top: 20px;
}

.from.less_70_rooms:before {
  background-position: 0 -962px;
  height: 51px;
  width: 62px;
}

.from.direct_beach_access .squaredOne {
  margin-top: 10px;
}

.from.direct_beach_access {
  padding-top: 60px;
  margin-top: 30px;
}

.from.direct_beach_access:before {
  background-position: 0 -1017px;
  height: 51px;
  width: 45px;
}

.from.honeymoon .squaredOne {
  margin-top: 10px;
}

.from.honeymoon {
  padding-top: 60px;
  margin-top: 30px;
}

.from.honeymoon:before {
  background-position: 0 -1072px;
  height: 50px;
  width: 64px;
}

.from.adult_only .squaredOne {
  margin-top: 10px;
}

.from.adult_only {
  padding-top: 70px;
  margin-top: 15px;
}

.from.adult_only:before {
  background-position: 0 -1128px;
  height: 70px;
  width: 57px;
}

.from.all_inclusive .squaredOne {
  margin-top: 10px;
}

.from.all_inclusive {
  padding-top: 64px;
  margin-top: 15px;
}

.from.all_inclusive:before {
  background-position: 0 -1208px;
  height: 64px;
  width: 44px;
}

.slider-banner-text .ui.basic.inverted.button {
  border-radius: 0;
}

.country_list {
  display: none;
}

.wpcf7 .ui.button {
  background: #3b424a;
  color: #fff;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.wpcf7 .ui.button:hover {
  background: #e0e1e2;
  color: #3b424a;
}

.hotel-of-the-month-row .hotm-1 {
  background-color: #434d4b;
  color: #c39091;
  font-size: 1.3em;
  text-align: center;
}

.hotel-of-the-month-row .hotm-2 .hotel-of-the-month {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.hotel-of-the-month-row .hotm-3 {
  height: 250px;
	padding: 0 !important;
}

.hotel-of-the-month-row .hotm-3 img.no-slider {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotm-3 .slick-prev:before,
.hotm-3 .slick-next:before {
    font-size: 30px;
}

.blog-grid.ui.cards>.card {
  padding: 5px;
  text-align: center;
  color: #434d4b;
  width: 356px;
}

.jssocials-share.jssocials-share {
  display: block;
  position: relative;
  margin: 20px auto;
}

.jssocials-share-label.jssocials-share-label {
  position: absolute;
  color: #414042;
  left: 60px;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.jssocials-shares i.icon {
  margin-right: 0;
  font-size: 1em;
}

.jssocials-share-link.jssocials-share-link {
  padding: .6em;
  border-radius: 50%;
}

#social-share .jssocials-share-count-box:after {
  opacity: 0
}

#social-share .jssocials-share-count-box {
  background: transparent;
}

.post-author {
  text-transform: capitalize;
  margin-bottom: 0;
}

.single-post .tags-links {
  font-weight: bold;
}

.single-post .tags-links a {
  font-size: 16px;
  color: #edc8c4;
  font-weight: normal;
}

.page-template-page-luxury-php .entry-header {
  display: none;
}

.page-template-page-luxury-php .entry-content {
  margin-top: 40px;
}

.footer-copyright.ui.inverted.segment {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.director-row {
  position: relative;
}

.director-testi {
  width: 50%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  position: absolute;
}

.intro-text {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.director-quote {
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
}

.ui-datepicker {
  filter: blur(0) !important;
}

.director-name {
  color: #ebc7c4;
}

.january .january, .february .february, .march .march, .april .april, .may .may, .june .june, .july .july, .august .august, .september .september, .october .october, .november .november, .december .december {
  background: yellow !important;
}

.otherhotel-slide.otherhotel-slide .slick-track .slick-slide,
  .otherhotel-slide-mobile.otherhotel-slide-mobile .slick-track .slick-slide {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

.img-newgallery a{ display:block;}
.eachNewsimg {
  height: 400px;
}

.eachNewsimg a{ display:block;}
.eachNews img {
  width: 100%;
  max-height: 400px;
  min-height: 400px;
}

.eachNewstext {
  padding: 30px 15px;}
  
 .eachNews h3 {
  font-size: 18px;}

 .eachNews h3 a {  color:rgba(0,0,0,.87);}  
 .destination_text p {
  min-height: 170px;
}
  


@media (min-width: 601px) {
  .recommend-wrap {
    max-width: 301px;
  }
}

@media (min-width: 768px) {

  body:not(.safari-browser) .otherhotel-slide-mobile.otherhotel-slide-mobile .slick-track .slick-slide,
  body:not(.safari-browser) .otherhotel-slide-mobile.otherhotel-slide-mobile .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row-search.row-search.row-search.row-search.row-search input {
    border-radius: 0;
    height: 60px;
    font-size: 22px;
  }
  .ui.form div.wpcf7 .newsletter1 .inline.fields .field {
    padding: 0 1em 0 0;
  }
  div.wpcf7 .newsletter1 .ajax-loader {
    display: inline-block;
  }
  .thumbnail-slider-wrap .thumbnail-slider {
    display: block;
  }
  .content-area .hotel-title.hotel-title h1 {
    font-size: 1.8em;
  }
  .table-travel-wrap.hide-sm {
    display: block;
  }
  .table-travel-wrap.show-sm {
    display: none;
  }
  .row-search .ui.form .inline.fields .field>label {
    display: inline-block;
  }  
  .hotel-of-the-month-row .hotm-2 .hotel-of-the-month {
    padding-left: 0;
    padding-right: 0;
    text-align: left
  }
  .hotel-of-the-month-row .hotm-1 {
    text-align: left;
  }
  .destination-row .ui .column a .span-wrap {
    font-size: 1.2em;
  }
  .from-wrap .from {
    width: auto;
  }
  .inline.fields.from-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reccommend-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsletter-row.newsletter-row .form .mobile-mb0.mobile-mb0.mobile-mb0 {
    margin-bottom: 0;
  }
  .newsletter-row {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .newsletter-row .form .fields .field {
    margin-bottom: 0;
  }
  .site-main .testimonial-wrap:first-child .testi-margin {
    margin-top: 15em;
    margin-bottom: 10em;
  }
  .site-main .testimonial-wrap .testi-margin {
    margin-top: 10em;
    margin-bottom: 10em;
  }
}

@media (min-width: 992px) {
  .site-header {
    background: rgba(67, 77, 75, .8);
  }
  .director-quote {
    color: #fff;
    display: block;
    font-size: 2em;
    margin-bottom: 2em;
  }
  .thumbnail-slider-wrap .slick-initialized.thumbnail-slider {
    max-width: 759px;
    width: 100%;
  }
  .thumbnail-slider-wrap {
    display: block;
  }
  .thumbnail-slider.slick-slider {
    display: block;
  }
  .otherhotel-slide .slick-prev,
  .otherhotel-slide-mobile .slick-prev {
    left: -25px;
  }
  .otherhotel-slide .slick-next,
  .otherhotel-slide-mobile .slick-next {
    right: -25px;
  }
  .slide-banner .slider-banner-item, .hotel-banner .slider-banner-item {
    height: 100vh;
  }
  .mega-menu.mega-menu.mega-menu {
    height: calc(100vh - 184px);
  }
  .mega-menu.mega-menu.mega-menu.scrolled {
    height: calc(100vh - 89px);
  }
  .jssocials-share-label.jssocials-share-label {
    display: block;
  }
  .archive .site-content {
    padding-top: 184px;
  }
  .destination-row .ui .column a .span-wrap {
    font-size: 1.5em;
  }
  .mega-menu.ui.popup {
    background-position: 50% 60%;
  }
  .slider-banner-text {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .slider-banner-text h2, .slider-banner-text h1 {
    font-size: 2.5em;
  }
  .slide-banner img, .hotel-banner .slider-banner-item img {
    width: 100%;
    height: 100%;
   object-fit: cover;
  }
  .search .site-content {
    padding-top: 190px;
  }
  .not-found {
    padding-top: 200px;
  }
  .breadcrumb-row {
    display: block;
	margin-top: 30px;
  }
  .site-header {
    position: absolute;
    z-index: 99999;
  }
  .site-branding img {
    display: block;
  }
  .site-header .fixed-logo {
    display: none;
  }
  .reccommend-container {
    display: block;
  }
  .top-right {
    text-align: right;
  }
  .top-mid.top-mid.divider {
    margin-top: 55px;
  }
  .site-header.site-header.site-header .mobile-hidden.mobile-hidden {
    display: block;
  }
  #hamburger {
    display: none;
  }
  .site-branding {
    text-align: left;
  }
  .hotel-results-grid.ui.cards:not(.slick-slider), .blog-grid.ui.cards:not(.slick-slider) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .hotel-results-grid.ui.cards:not(.slick-slider) a.ui.card:nth-child(3n-2), .hotel-results-grid.ui.cards:not(.slick-slider) div.ui.card:nth-child(3n-2) {
    margin-left: 0;
  }
  .hotel-results-grid.ui.cards:not(.slick-slider) a.ui.card:nth-child(3n), .hotel-results-grid.ui.cards:not(.slick-slider) div.ui.card:nth-child(3n) {
    margin-right: 0;
  }
  .hotel-results-grid.city-hotels-grid.ui.cards:not(.slick-slider)>.card {
    margin-left: 1.3%;
    margin-right: 1.3%;
  }
  
.mega-menu.mega-menu.mega-menu {
  /*height:100% !important;*/
  height: calc(70vh) !important;
}
#site-navigation .menu-item span{ display:none;}
}

@media (min-width: 1200px) {
  .destination-row .ui .column a .span-wrap {
    font-size: 2em;
    line-height: 1.2em;
  }
  .hotel-results-grid.ui.cards>.card {
    width: 356px;
  }
  .hotel-tab.ui.tabular.menu .item {
    width: 20%;
  }
  .hotel-tab.ui.tabular.menu .item:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 15px;
    width: 0;
    background: #bcbec0;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hotel-tab.ui.tabular.menu {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .country-tab.hotel-tab.ui.tabular.menu {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  
  
}


@media (min-width: 1400px) {
	
	.mega-menu.mega-menu.mega-menu {
  /*height:100% !important;*/
  height: calc(50vh) !important;
}

	
	}

.popupcontactus select {
  height: 40px;
}

.newsletter .field {
  display: inline-block;
}

.newsletter .ui.form .field>label {
  float: left !important;
  font-size: 19px !important;
}

.newsletter .wpcf7-form-control-wrap {
  float: right;
  font-size: 19px;
}

.site-content .mid-logo a p {
  font-size: 19px;
}

.newsletter-row h2 {
  font-size: 28px;
}

.newsletter-row p {
  font-size: 21px;
}

.popupcontactus {}

.homeBannerSection .owl-carousel .owl-item::before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	margin:0 auto;
	background-color:rgba(0,0,0,0.2);
	height:100%;
	
	}

.blog span.pages {
  border: none;
}

.blog .wp-pagenavi a, .wp-pagenavi span.current { padding: 3px 10px; color: #333;}
.wp-pagenavi span.current {
  background-color: #cea4a2;
  border-color: #cea4a2;
  padding: 5px 10px;
  color: #fff;
}
.blog-item h3 {
  font-size: 16px;
}


@media (min-width:1000px) and (max-width:1190px) {
	.logo img { width: 100px;}
	#site-navigation .menu-item {
		padding: 0 7px;
		margin: 0;
	}
	
#site-navigation li:nth-child(1) {
  padding-left: 0;
}

#site-navigation li:last-child {
  padding-right: 0;
}


}


@media (min-width:1200px) and (max-width:1600px) {
	.logo img { width: 100px;}
	#site-navigation .menu-item {
		padding: 0 25px;
		margin: 0;
	}
	
#site-navigation li:nth-child(1) {
  padding-left: 0;
}

#site-navigation li:last-child {
  padding-right: 0;
}


}

@media (min-width:1920px) and (max-width:7000px) {
	#site-navigation .menu-item {
		padding: 0 3.2%;
		margin: 0;
	}
	
#site-navigation li:nth-child(1) {
  padding-left: 0;
}

#site-navigation li:last-child {
  padding-right: 0;
}

}

@media (max-width: 767px) {
  .ui.horizontal.divider.entry-title {
    white-space: pre-wrap;
    display: block;
  }
  .ui.container.thumbnail-slider-wrap, .ui.container.thumbnail-slider-wrap .thumbnail-slider {
    display: none !important;
  }
  .site-footer-branding {
    text-align: center;
  }
  .ui.form .inline.fields .field .wpcf7-form-control.wpcf7-submit {
    margin: 0;
  }
 .top-header-social ul {
  margin: 0 auto;
  display: table !important;
  padding:0;
} 
.top-header-social ul li{ display: block;
float: left;}
.top-header-social ul li + li {
  margin-top: 5px;
}  

.top-header-list ul {
  padding: 0;
  margin: 0 auto;
  display: table !important;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-page-director .mm-page {
    background: #3e4744;
  }
  .director-row {
    padding-top: 50px;
  }
  .director-quote {
    color: #fff;
    display: block;
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  .main-navigation a {
    font-size: 11px;
  }
  .main-navigation .secondary.menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  }
}

.ui-timepicker-wrapper {
	-webkit-filter: blur(0) grayscale(.7) !important;
  filter: blur(0) grayscale(.7) !important;
}


/*SAFARI BUGS*/

.safari-browser .hotel-results-grid.city-hotels-grid.ui.cards .hotel-rm,
.safari-browser .blog-grid.ui.cards .blog-rm {
  width: 97%;
  bottom: 5px;
}

.closethis {
  display: block;
  text-align: right;
  margin-right: -30px;
}

.closethis i {
  cursor: pointer;
  color: #fff !important;
}
