/*
Theme Name: Golo Child
Theme URI: https://wp.getgolo.com/
Author: Uxper
Author URI: http://uxper.co/
Version: 1.0.1
Template: golo
Text Domain: golo
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
.place-title {
    display: flex !important;
    align-items: center;
}

.place-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
    order: 3;
    /* float: right; */
    position: absolute;
    right: 5%;
}
.place-title .claim-badge.with-tip {
    position: relative !important;
    top: 0px;
    right: auto;
}
@media(max-width:768px){
	.form-field.location-field button.icon-search{
		width: 100% !important;
	}
	.form-field.location-field {
    display: grid !important;
    gap: 20px;
}
	body .mobile-mapsme{
		display:block;
	}
	.list_place_mb .place-title{
		padding-right: 0px !important;
    font-size: 14px !important;
	}
	.place-booking.booking-info .top-detail{
		padding:5px !important;
	}
	body .place-thumbnail{
	width: 50px;
    height: 50px;
   right: 0px;
	}
}
.author-bnt {
    background: #46bcec;
    padding: 10px;
    border-radius: 100px;
}
.author-bnt a{
	color:white !important;
}
/* .list-categories.focus-result {
    display: none !important;
} */
.mobile-mapsme{
	display:none;
}
.form-field.location-field button.icon-search {
    position: relative;
    border-radius: 100px;
    color: white;
    border: none;
}
.form-field.input-field label {
    border-left: none !important;
}
.form-field.location-field {
    padding-right: 5px !important;
}
@media (min-width: 1200px) and (max-width: 1338px) {
    /* Viết CSS dành riêng cho khoảng kích thước này */
	ul#menu-menu-principale {
    display: none;
}
}
.bookingmw{
	    margin-top: 30px;
    /* background: red; */
    padding: 10px 20px;
    text-align: center;
}
.bookingmw a{
	    background: #0a0a0a;
    width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
    color: white;
    /* font-weight: 600; */
    font-size: 18px;
}
.pdf-downloads {
  margin-top: 30px;
}

.pdf-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pdf-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pdf-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdf-icon {
  width: 16px;
  height: 16px;
}

.pdf-download a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.business-videos {
  margin: 40px 0;
}

.business-videos h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.video-item video {
  width: 100%;
  height: auto;
  background: #ddd;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

    body .filter-open-time a::after {
    content: "Ouvert";
    visibility: visible;
    position: absolute;
    top: 0;
    left: auto;
    right: 10px;
 }
@media(max-width:414px){
    body .btn-canvas-filter{
        display: flex;
    align-items: center
    }
    body .filter-open-time a::after{
        top: 10px !important;
    }
    .archive-layout.layout-top-filter .nav-bar .inner-nav-bar .left{
        flex-wrap: nowrap !important;
    }
}
h3.h3_spe {
    color: #474747 !important;
    margin-top: 50px;
}
.place-type.list-item span:nth-child(1){
    background: #B3472C;
    color: white;
    padding: 8px;
    border-radius: 5px;
}
.place-type.list-item span:nth-child(2){
    background: #255478;
    color: white;
    padding: 8px;
    border-radius: 5px;
}
.place-type.list-item span:nth-child(3){
    background: #010ecf;
    color: white;
    padding: 8px;
    border-radius: 5px;
}
.place-item.layout-list .place-featured{
    background-color: #06b2c9 !important;
}