/*
Theme Name: Mũi Né Travel
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*HEADER*/
.header-block {
	max-width: 230px;
}
.header-block .icon-box-left .icon-box-img + .icon-box-text {
	padding-left: 10px;
	line-height: 1.5
}
.header.transparent .header-nav-main.nav > li > a {
  color: #000000;
}
.header.transparent .header-nav-main.nav > li > a:hover,
.header.transparent .header-nav-main.nav > li.active > a {
	color: #007dd8;
}
/* GLOBAL */
.h3, h3 {
  font-size: 1.25em;
}
td {
	color: #222
}
.header-newsletter-item i {
	display: none
}
.header-newsletter-item .button.icon.circle > i + span, .header-newsletter-item .button.icon.round > i + span {
	margin-left: 0;
	padding-left: 15px;
}
.col.overflow-hidden .col-inner {
	overflow: hidden
}
.wpcf7-form p > label {
	visibility: hidden;
  height: 0;
  margin: 0;
}
.wpcf7-form p > label > span {
	visibility: visible;
}
input.wpcf7-submit {
	margin-top: 15px
}
.wpcf7-form p > label > span input,
.wpcf7-form p > label > span select {
	font-weight: 400
}
.gs-table {
	overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-style: none;
}
.mobile-sidebar .current-menu-ancestor > a,
.mobile-sidebar .current_page_item > a,
.nav-dropdown li.active > a {
	color: #007dd8;
}
.gs-table thead th,
.gs-table tbody td {
	text-align: center;
}
.gs-table tbody td:nth-child(1) {
	text-align: left
}
.gs-table tbody td ~ ::first-line {
	color: #0066cc;
  	font-weight: bold;
}

.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}
.from_the_blog_comments {
	display: none
}
.ids-whatsapp {
	z-index: 999;
  	bottom: 45px;
  	right: 22px;
  	max-width: 50px;
 	width: 100%;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.price-table th, 
.price-table td {
  border: 1px solid #3399ff;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.price-table th {
  background: linear-gradient(90deg, #3399ff, #66ccff);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.price-table tr:nth-child(even) {
  background-color: #f0faff;
}
.price-table tr:nth-child(odd) {
  background-color: #ffffff;
}
.price-table tr:hover {
  background-color: #d9f0ff;
  transition: 0.3s;
}
.price-table td.route {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #004080;
}
.price-table td.route a {
  color: #004080;
  text-decoration: none;
  transition: color 0.3s;
}
.price-table td.route a:hover {
  color: #ff6600;
}
.price-table td.price {
  font-weight: bold;
  color: #0066cc;
}
.price-table .vnd {
  display: block;
  font-size: 10px;
  color: #666;
}

.ids-gallery-text p {
	color: #ff0000;
  font-weight: bold
}
@media (max-width: 600px) {
  .price-table table { font-size: 12px; }
  .price-table td.route { font-size: 12px; }
}
/*************** RESPONSIVE ***************/
