@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
	font-family: 'James Fajardo';
	font-style: normal;
	font-weight: normal;
	src: local('James Fajardo'), url('../fonts/james_fajardo-webfont.woff') format('woff');
}

html,
body,
nav {
	font-family: "Oswald", sans-serif;
	font-style: normal;
}

body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.widgettitle {
	font-weight: normal;
}

.widgettitle {
	font-size: 1.25rem;
}

.widget-wrap .wpcf7-submit {
	color: #FFF !important;
	background-color: #034663;
	border: 1px solid #fff;
}

.widget-wrap h5 {
	color: #ffffff;
}

.fancy-title {
	font-family: 'James Fajardo';
	font-weight: 400;
	font-size: 80px;
	text-shadow: 2px 2px 2px #ffffff;
	color: #034663;
}

.container-wrap .vc_column_container>.vc_column-inner {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.wpb-content-wrapper {
	overflow-x: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.custom-logo {
	transition: all 0.2s linear;
}

.single-page-section {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}

#nav-right {
	margin: 10px 0 10px 0;
	display: inline;
	width: 250px;
}

#social {
	margin: 20px 0 0 0;
	display: inline;
	float: left;
	transition: all 0.2s linear;
}

#quick_enquiry {
	float: right;
}

#quick_enquiry img {
	transition: all 0.2s linear;
}

.blue-bg {
	background-color: #034663;
}

#heading-title-bar {
	padding: 5px 0;
}

#heading-title-bar h1,
#heading-title-bar p {
	font-size: 26px;
	font-weight: 400;
	line-height: unset;
	margin-bottom: 0px;
}

#heading-title-bar a {
	text-decoration: none;
}

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

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

#home-carousel .slider-content {
	top: 50%;
}

#home-carousel .slider-content h2 {
	font-family: 'James Fajardo';
	font-weight: 400;
	font-size: 140px;
	text-shadow: 2px 2px 2px #000;
	color: #ffffff;
}

#about-home .text-box-left {
	max-width: 400px;
	margin-left: auto;
	text-align: right;
}

#about-home .text-box-right {
	max-width: 400px;
	margin-right: auto;
	text-align: left;
}

#webtours-globe {
	background-repeat: no-repeat;
	background-position: -300px -300px;
	border-top: 3px solid #034663;
}


#site-link-grid {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#site-link-grid .wpb_column {
	margin-bottom: 10px;
}

#site-link-grid .vc_column_container>.vc_column-inner {
	padding-left: 5px;
	padding-right: 5px;
}

.wpb_wrapper .sibling-link {
	color: #FFF !important;
	background-color: #034663;
	border: 1px solid #034663;
	cursor: pointer;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	background-image: none;
	background-color: #034663;
	border: 1px solid #034663;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}

/*
 Parent Navigation: sub-destinations shortcode
*/

.read-more-text {
	display: none;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	opacity: 0;
	overflow: hidden;
}

.read-more-text.open {
	display: block;
	opacity: 1;
}

.child-page-item {
	background-size: cover;
	background-position: center;
	height: 250px;
	display: flex;
	align-items: flex-end;
	padding: 0px;
	color: white;
	position: relative;
	overflow: hidden;
}

.child-page-item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
}

.child-page-link {
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	position: relative;
	z-index: 1;
}

.child-page-link:hover .child-page-item::before {
	background: rgba(255, 255, 255, 0);
}

.child-page-title {
	background: rgba(3, 70, 99, 0.7);
	padding: 10px 15px;
	display: block;
	width: 100%;
	font-size: 22px;
	text-align: center;
}


.mega-sub-menu .child-page-item {
	background-size: cover;
	background-position: center;
	height: 100px;
	display: flex;
	align-items: flex-end;
	padding: 0px;
	color: white;
	position: relative;
	overflow: hidden;
}

.sibling-link {
	display: inline-block;
}

.mega-sub-menu .sibling-link {
	color: white;
	text-decoration: none;
	display: block;
}

.mega-sub-menu .sibling-link:hover {
	color: rgb(201, 201, 201);
}

.mega-sub-menu h4 a {
	color: #0773a2;
	text-decoration: none;
	display: block;
}

.mega-sub-menu h4 a:hover {
	color: rgb(201, 201, 201);
}

#google-map {
	margin-bottom: 20px !important;
}


/* archive ------------------------------------------------------------------ */

.archive-post-section {
	background-color: #f4f4f4;
}

.wp-paginate .current {
	background-color: #034663 !important;
	border: 1px solid #034663 !important;
}

.wp-paginate a:hover,
.wp-paginate a:active {
	background-color: #034663 !important;
	border: 1px solid #034663 !important;
	color: #fff !important;
}

.post-list-block {
	background-color: #fff;
	padding: 20px 10px;
	margin-bottom: 20px;
}

#sidebar .widget-title {
	color: #034663;
	font-size: 2rem;
	margin-bottom: 20px;
}

#sidebar .widget_recent_entries ul {
	list-style: none;
	padding-left: 0px;
}

#feedback {
	padding: 50px;
}

#feedback .wpb_posts_slider h2 {
	font-size: 1.2rem;
}

#feedback img {
	display: none;
}

#feedback .flex-caption {
	padding: 0 100px;
}

@media only screen and (max-width: 1400px) {
	.main-navbar .container {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1300px) {
	.text-box-left {
		padding-left: 30px;
	}

	.text-box-right {
		padding-right: 30px;
	}
}




@media only screen and (max-width: 1098px) {
	.custom-logo {
		height: 40px !important;
	}

	#quick_enquiry img {
		height: 48px !important;
	}

	#social {
		margin: 5px 0 0 0px;
	}

	#nav-right {
		width: 200px;
	}
}

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


	#heading-title-bar h1,
	#heading-title-bar p {
		font-size: 18px;
	}

	.custom-logo {
		height: 30px !important;
	}

	#quick_enquiry img {
		height: 48px !important;
	}

	#social {
		margin: 10px 0 0 0px;
	}

	#social img {
		max-height: 20px;
	}

	#nav-right {
		width: 150px;
	}
}

@media only screen and (max-width: 848px) {
	.custom-logo {
		height: 20px !important;
	}

	#quick_enquiry img {
		height: 38px !important;
	}

	#social {
		margin: 5px 0 0 0px;
	}

	#social img {
		max-height: 20px;
	}

	#nav-right {
		width: 120px;
	}
}

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


	/* testing

	*/

	.image-column-right .wpb_single_image {
		display: none;
	}

	.image-column-right .vc_empty_space {
		display: none;
	}

	.image-column-right .wpb_text_column {
		padding: 20px;
	}

	.wpb_wrapper h4 {
		text-align: center;
	}

	.wpb_wrapper .sibling-pages {
		text-align: center;
	}

	.custom-logo {
		height: 40px !important;
	}

	.navbar-default .navbar-toggler {
		background-color: #fff;
	}

	.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
	.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
		padding: 10px 40px;
	}

	#navbar-mobile {
		margin-bottom: 20px;
	}

	.text-box-left,
	.text-box-right {
		text-align: center;
	}

	.text-box-left {
		padding-left: 0px;
	}

	.text-box-right {
		padding-right: 0px;
	}

	#heading-title-bar h1,
	#heading-title-bar p {
		text-align: center;
	}

	.wpb_raw_code.wpb_raw_html.wpb_content_element {
		margin: 0 20px;
	}

	#home-carousel .slider-content h2 {
		font-size: 80px;
	}

	#home-carousel .slider-image {
		height: 300px;
	}

	#about-home .text-box-left {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#about-home .text-box-right {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.archive-post-section h5 {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 468px) {
	.custom-logo {
		height: 30px !important;
	}
}