/*
 Theme Name:   Travel Tour Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Travel Tour Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     traveltour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  traveltour-child

 START YOUR CHILD THEME CSS HERE
*/
:lang(en-US) .top-vi,
:lang(vi) .top-en {
	display: none !important;
}

table {
	text-align: initial;
}

table tr:nth-child(odd),.traveltour-body .gdlr-core-text-box-item-content table * {
	color: initial !important;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.no-bg {
	background: none;
}

div.traveltour-top-bar-right {
	top: 20px;
}

.traveltour-header-style-bar .traveltour-logo-right-text {
	margin-top: 60px;
}

.top-hotline {
	font-size: 1.3rem;
	font-weight: bold;
	color: #26ade4;
	background: url(images/icon-hotline.png) no-repeat top left;
	padding-left: 60px;
}

.traveltour-body .top-hotline a {
	color: #26ade4;
}

.top-hotline i {
	font-size: 1.1rem;
	border: 1px solid #ccc;
	margin-right: 1rem;
	padding: .5rem;
}

.traveltour-logo-inner {
	margin-top: -20px;
}

.traveltour-header-style-bar .traveltour-logo-right-text {
	margin-top: 20px;
}

.traveltour-top-bar-container {
	margin-top: 10px !important;
}

/* .traveltour-navigation .sf-menu > li > a,
.traveltour-navigation .sf-vertical > li > a {
	font-size: 14.5px !important;
} */
.div-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.div-table-cell {
	display: table-cell;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
}

.btn-booking {
	display: inline-block !important;
	width: auto !important;
	padding: .2rem 1rem;
}

.traveltour-body table * {
	color: initial !important;
}

.tourmaster-tour-price-info {
	display: none !important;
}

.table tr td {
	padding: 10px 5px 5px;
}

.table-bg-none td {
	background: #fff !important;
}

.table-border,
.table-border tr,
.table-border td {
	border: 1px solid #c3c3c3;
	border-collapse: collapse;
}

.datveinfo div+div {
	margin-top: 3px;
}

.datveinfo-item {
	background: #f1f0e8;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.datveinfo-item .stt {
	position: absolute;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 25px;
	font-size: 1.2rem;
	top: 0;
}

.datveinfo-content {
	overflow: hidden;
	margin-left: 30px;
}

.datveinfo-content h5 {
	margin-bottom: 0 !important;
	font-size: 1.1rem !important;
}

.datveinfo-item .datveinfo-content p {
	margin-bottom: 0 !important;
}

.cam {
	background: #ff6400;
}

.xanhduong {
	background: #22c5dc;
}

.xanhtim {
	background: #799ed0;
}

.vang {
	background: #ffc900;
}

.footer-icon i {
	display: inline-block;
	width: 25px;
	background: #eaeaea;
	border-radius: 100%;
	text-align: center;
	padding: .2rem;
}

/*scroll bar*/

/* width */::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/*tour rieng*/
.tour-rieng-item {
	margin-top: 15px;
}

.tr-thumb {
	float: left;
	width: 250px;
	margin-right: 15px;
}

.tr-content {
	overflow: hidden;
}

.tour-rieng-item .tr-content h2 {
	font-size: 25px;
	color: #1b9ace;
}

.tour-rieng-item .tr-intro {
	background: #fff;
	border-left: 3px solid #1b9ace;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 110%;
	border-right: 3px solid #1b9ace;
	border-radius: 5px;
	background: #f5f5f5;
}

.tr-main-toggle {
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	background: #dedede;
}

.tr-main-toggle:hover {
	cursor: pointer;
}

.tr-main-toggle span::after {
	content: "\f067";
	font-family: FontAwesome;
	display: inline-block;
}

.tr-main-toggle.prt-expand span::after {
	content: "\f068";
}

.tour-rieng-item .tr-main {
	padding: 10px 15px;
	background: #fff;
	color: #000;
}

.tour-rieng-item .tr-main table,
.tour-rieng-item .tr-main td,
.tour-rieng-item .tr-main tr {
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.tour-rieng-item .tr-main td {
	padding-left: 5px;
	padding-right: 5px;
}

.booking-button {
	display: inline-block;
	background: #1b9ace;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	padding-right: 10px;
}

.tr-main-cont table .booking-button {
	color: #fff !important;
}

.booking-button::before {
	content: "\f124";
	font-family: FontAwesome;
	padding: 3px 10px;
	border-right: 1px solid #fff;
	margin-right: 10px;
	display: inline-block;
}

.booking-button:hover {
	cursor: pointer;
}

/*private tour booking form*/
#private-tour-booking-form {
}

#private-tour-booking-form .form_title {
	font-size: 1rem;
	padding: .7rem;
	margin-bottom: 0;
	background: #036058;
	color: #fff;
}

.form_cont {
	padding: 10px;
}

.form-close-btn {
	float: right;
	font-weight: normal;
	color: #fff;
}

.form-close-btn:hover {
	cursor: pointer;
}

#private-tour-booking-form .form_cont h3 {
	font-size: 1.1rem;
	color: #036058;
	margin: 1rem 0;
	font-weight: normal;
}

.priv_form_item {
	padding: .2rem 0;
}

.priv_form_item span {
	font-size: .9rem;
	width: 150px;
	display: inline-block;
}

.priv_form_item #priv_tour_name,
.priv_form_item #priv_tour_pack {
	width: initial;
	font-weight: bold;
}

.priv_form_item input[type='text'],
.priv_form_item input[type='number'] {
	padding: .3rem .5rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.priv-modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: auto;
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.priv-modal-content {
	position: relative;
	margin: 7% auto 0;
	width: 50%;
	background: #fefefe;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}

}

.gdlr-core-icon-list-item i,
.tourmaster-tour-info-wrap .tourmaster-tour-info i,
.tourmaster-header-price .tourmaster-tour-price .tourmaster-head,
.tourmaster-header-price .tourmaster-tour-price-wrap .tourmaster-tour-discount-price {
	color: red !important;
}

.tourmaster-header-price .tourmaster-tour-price-wrap span.tourmaster-tail {
	color: #1b9ace !important;
}

.tourmaster-tour-item .tourmaster-discount .tourmaster-tour-price span.tourmaster-tail {
	color: #b97f55 !important;
	display: inline-block;
	margin-right: .5rem;
}

.tourmaster-tour-item .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price,
.tourmaster-tour-item .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
	color: #333;
}

.tourmaster-header-price .tourmaster-tour-discount-price {
	font-size: 23px;
	font-weight: 700;
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content-wrap {
	padding: 10px 25px 8px;
}

.bottom_contact {
	background: #eaeaea;
	border: 1px solid #ccc;
	padding: .5rem;
}


.tourmaster-tour-grid {
	border: 1px solid #eaeaea;
}
.tourmaster-tour-grid .tourmaster-tour-rating,
.tourmaster-tour-grid .tourmaster-tour-title {
	text-align: center;
}

.btn-booking-wrap {
	text-align: center;
}
.btn-booking {
	background: #1b9ace;
	border: none;
	margin: auto;
	display: block;
}

.traveltour-body .btn-booking a {
	color: #fff;
}


.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price .tourmaster-head, span.tour-time, .tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head {
	width: 80px;
    display: inline-block;
    margin-right: 10px;
}

.tourmaster-tour-grid .tourmaster-tour-price {
	font-size: 18px;
}

.tourmaster-tour-info-wrap .tourmaster-tour-info {
	font-size: 15px;
}

.gdlr-core-title-item.line-bottom .gdlr-core-title-item-title:before {
    content: '';
    width: 50px;
    position: absolute;
    height: 4px;
    background: #f4832f;
    top: 40px;
    margin-left: 30px;
}

.gdlr-core-title-item.line-right .gdlr-core-title-item-title {
    border-left: 5px solid #f4832f;
    padding-left: 10px;
}

.traveltour-footer-wrapper {
	padding-bottom: 50px;
}

.traveltour-footer-wrapper p {
	margin-bottom: 10px;
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap {
	margin-top: 0;
	top: 50px;
}

.single-tour .tourmaster-tour-info-outer {
	padding: 5px 0;
}

.gdlr-core-gallery-item .gdlr-core-gallery-list {
	border: 1px solid #ddd;
}

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-header-price {
	padding-top:  0;
}

.single-tour .gdlr-core-tab-item-content-wrap {
	border: 2px solid #1b9ace;
}

.single-tour .gdlr-core-tab-item-content-wrap .gdlr-core-tab-item-content {
	padding: 25px;
}

.single-tour  .gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title {
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-tour  .gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active {
	background: #1b9ace;
	color: #fff;
}

.single-tour .tourmaster-tour-booking-submit svg {
    display: inline-block;
    max-width: 20px;
    float: left;
    margin-right: 25px;
    margin-top: 12px;
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap {
	text-align: left;
	position: unset;
}
.traveltour-page-title-wrap {
	background: #f48330;
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating {
	margin: 0;
}

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price .tourmaster-tail, .tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-discount-price, .tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-discount-price, .tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price .tourmaster-tail, body .gdlr-core-title-item .gdlr-core-title-item-title i {
	color: #f4832f !important;
}

.tourmaster-tour-item .tourmaster-tour-title a {
    color: #26ade4;
}

.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title {
	padding-right: 0;
}

.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-link {
	float: right;
}

.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-link span.gdlr-core-separator {
	display: none;
}

.traveltour-mobile-header-wrap .traveltour-top-bar-left {
	display: block !important;
}

@media only screen and (max-width: 767px) {

	.traveltour-header-wrap.traveltour-header-style-bar {
	    display: block !important;
	}

	.traveltour-header-style-bar .traveltour-logo {
	    display: none !important;
	}

	.traveltour-header-style-bar .traveltour-logo-right-text {
	    width: 100% !important;
	    text-align: center !important;
	    margin-bottom: 20px !important;
	    margin-top: 0;
	}
}

.traveltour-top-menu-button i, .traveltour-mobile-menu-button i {
	color: #26ade4 !important;
}

.tourmaster-single-tour-booking-fields .fa, .tourmaster-single-tour-booking-fields .tourmaster-tour-booking-next-sign, .tourmaster-single-tour-booking-fields .icon_check {
    display: none !important;
}

.tourmaster-tour-booking-package .tourmaster-combobox-list-wrap {
	margin-left: 0;
}

.tourmaster-single-tour-booking-fields .fa, .tourmaster-single-tour-booking-fields .tourmaster-tour-booking-next-sign, .tourmaster-single-tour-booking-fields .icon_check {
    display: none !important;
}

.single-tour .tourmaster-tour-booking-submit svg {
	display: none !important;
}

body .tourmaster-tour-booking-submit input[type="submit"], body .tourmaster-tour-booking-submit input[type="submit"]:hover, body .tourmaster-tour-booking-submit .tourmaster-button, body .tourmaster-enquiry-form .tourmaster-button, .tourmaster-header-price .tourmaster-header-price-overlay {
	background: #1b9ace !important;
}

.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tourmaster-tour-booking-bar-inner h4 {
    font-weight: bold!important;
    font-size: 18px !important;
}