/**
 * Zaad E Rah custom styles
 */

/* Header contact links */
.zaad-e-rah-header-contact {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.zaad-e-rah-header-contact:hover,
.zaad-e-rah-header-contact:focus {
	color: inherit;
	text-decoration: none;
	opacity: 0.85;
}

/* Remove header menu hover underline / slide bar */
.traveltour-navigation .traveltour-navigation-slide-bar,
.traveltour-navigation #traveltour-navigation-slide-bar {
	display: none !important;
}
.traveltour-navigation .sf-menu > li > a,
.traveltour-navigation .sf-menu > li > a:hover,
.traveltour-navigation .sf-menu > li.current-menu-item > a,
.traveltour-navigation .sf-menu > li.current-menu-ancestor > a {
	text-decoration: none !important;
}

/* Footer column 1 — text first, logo below, left aligned */
.zaad-e-rah-footer-col1 {
	text-align: left;
}
.zaad-e-rah-footer-logo-wrap {
	margin-bottom: 21px;
}
.zaad-e-rah-footer-about {
	margin-bottom: 20px;
	line-height: 1.7;
}
.zaad-e-rah-footer-logo-link {
	display: inline-block;
	text-decoration: none;
}
.zaad-e-rah-footer-logo-link img,
.zaad-e-rah-footer-logo {
	display: block;
	margin: 0;
	max-width: 145px;
	height: auto;
}
.zaad-e-rah-footer-badge {
	margin-top: 10px;
	text-align: left;
}
.zaad-e-rah-footer-badge img {
	display: block;
	margin: 0;
	max-width: 300px;
	height: auto;
}

/* Footer contact list */
.zaad-e-rah-footer-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.zaad-e-rah-footer-contact-list li {
	display: block;
	margin-bottom: 14px;
	line-height: 1.7;
	clear: both;
}
.zaad-e-rah-footer-contact-list li:last-child {
	margin-bottom: 0;
}
.zaad-e-rah-footer-contact-list a {
	color: inherit;
	text-decoration: none;
}
.zaad-e-rah-footer-contact-list a:hover {
	opacity: 0.85;
}
.zaad-e-rah-footer-contact-list .zaad-e-rah-footer-social {
	margin-top: 6px;
}
.zaad-e-rah-footer-contact-list .zaad-e-rah-footer-social a {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

/* Footer logo link (legacy) */
.zaad-e-rah-footer-logo-link:hover,
.zaad-e-rah-footer-logo-link:focus {
	text-decoration: none;
	opacity: 0.9;
}

/* Social icons in top bar */
.traveltour-top-bar-right-social a {
	text-decoration: none;
}
.traveltour-top-bar-right-social a:hover {
	text-decoration: none;
	opacity: 0.85;
}

/* Page extra content block */
.zaad-e-rah-page-extra {
	margin-bottom: 30px;
}

/* Related Tours — prevent price overlapping title */
.tourmaster-single-related-tour .tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-title {
	padding-right: 110px !important;
	min-height: 48px;
}
.tourmaster-single-related-tour .tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-price-wrap {
	top: 0 !important;
	bottom: auto !important;
	max-width: 105px;
}
.tourmaster-single-related-tour .tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-price {
	font-size: 18px;
	word-break: break-word;
}
.tourmaster-single-related-tour .tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-tail {
	display: block;
}

/* Footer contact column — legacy paragraph cleanup */
.zaad-e-rah-footer-block-content p {
	margin-bottom: 12px;
	line-height: 1.6;
}
.zaad-e-rah-footer-block-content .gdlr-core-space-shortcode {
	display: none !important;
}
.zaad-e-rah-footer-social {
	margin-top: 15px;
}

/* Footer destination list */
.zaad-e-rah-footer-destinations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.zaad-e-rah-footer-destinations li {
	margin-bottom: 8px;
}
.zaad-e-rah-footer-destinations a {
	color: inherit;
	text-decoration: none;
}
.zaad-e-rah-footer-destinations a:hover {
	text-decoration: underline;
}
.zaad-e-rah-footer-block-content p:last-child {
	margin-bottom: 0;
}

/* Responsive tweaks */
@media only screen and (max-width: 1024px) {
	.traveltour-top-bar-left-text,
	.traveltour-top-bar-right-text {
		font-size: 13px;
		line-height: 1.5;
	}
	.traveltour-top-bar-right-social a {
		margin-left: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.traveltour-top-bar-container {
		text-align: center;
	}
	.traveltour-top-bar-left,
	.traveltour-top-bar-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.traveltour-top-bar-left-text {
		margin-bottom: 8px;
	}
	.traveltour-top-bar-right-social {
		margin-top: 8px;
	}
	.traveltour-top-bar-right-social a {
		margin: 0 8px;
	}
	.zaad-e-rah-header-contact {
		display: inline-block;
		word-break: break-word;
	}
	.traveltour-footer-column {
		margin-bottom: 30px;
	}
	.traveltour-footer-column.zaad-e-rah-footer-col-2,
	.traveltour-footer-column .traveltour-widget-title {
		text-align: left;
	}
	.zaad-e-rah-footer-col1,
	.zaad-e-rah-footer-contact-list {
		text-align: left;
	}
	.traveltour-copyright-text {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 419px) {
	.traveltour-top-bar-left-text [class*="gdlr_core_icon"] {
		display: block;
		margin: 0 0 4px !important;
	}
	.traveltour-top-bar-left-text .zaad-e-rah-header-contact {
		display: block;
		margin-bottom: 10px;
	}
}
