HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/header/_header-menu-right.scss
/*
 * Style for menu right */

header.site-header .menu-right {
	padding-top: 14px;
	padding-bottom: 10px;

	> div {
		padding: 0 18px;
		position: relative;
		&:after {
			position: absolute;
			top: 0;
			right: 0;
			content: "";
			width: 1px;
			height: 21px;
			background: rgba(255, 255, 255, 0.3);
		}
		&:first-child {
			&:after {
				display: none;
			}
		}
	}

	ul {
		margin: 0;
	}

	#google_language_translator {
		select.goog-te-combo {
			display: none !important;
		}
		.goog-te-gadget {
			color: inherit !important;
		}
	}

	select {
		font-weight: bold;
	}

	.mobile {
		display: inline-block;
		margin-left: 11px;
		line-height: 30px;
	}

	@media (min-width: 768px) {
		> .widget {
			float: right;
			&:first-child {
				padding-right: 0;
			}
		}
	}
}

.header-info {
	li {
		position: relative;
		padding: 0 18px;
		@media(max-width:1440px){
			padding: 0 10px;
		}
		&:after {
			position: absolute;
			top: 0;
			right: 0;
			content: "";
			width: 1px;
			height: 21px;
			background: rgba(255, 255, 255, 0.3);
		}
		&:first-child {
			padding-left: 0;
		}
		&:last-child {
			&:after {
				display: none;
			}
			padding-right: 0;
		}
		a {
			font-weight: bold;
			&.btn-book {
				padding: 10px 20px;
				color: #FFF !important;
				&:hover {
					color: #FFF !important;
				}
			}
			i {
				padding-right: 4px;
			}
		}
	}
}