/*
Theme Name: Go Explore!
Theme URI: http://runwaywp.com
Description: Go Explore! A tool to build travel websites for destinations, guide books, bloggers and so much more. Created with the Runway framework for WordPress.
Author: Parallelus
Author URI: http://para.llel.us/
Version: 1.3.30
Tags: one-column two-columns three-columns left-sidebar right-sidebar fixed-layout fluid-layout responsive-layout buddypress custom-menu editor-style featured-images flexible-header full-width-template sticky-post theme-options threaded-comments translation-ready
License: GNU General Public License
*/

/* WP classes */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.gallery-caption {}

img[class*="wp-image-"] {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.wp-caption { }
.wp-caption.aligncenter {
	margin-bottom: 1rem;
}
.wp-caption img[class*="wp-image-"] { }
.wp-caption .wp-caption-text { }

.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


@media (max-width: 600px) {
	img.alignleft, img.alignright,
	.wp-caption.alignleft, .wp-caption.alignright {
		clear: both;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption img {
		width: 100%;
	}
}

/* Objects */
embed,
iframe,
object {
	max-width: 100%;
}

/* Reader Text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Content */
.main-header, .main-header .page-title {
	margin-top: 0
}
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
article.post.sticky .page-header h1 a {
	font-weight: 500;
}
#content article .page-header h1 {
	margin-top: 0;
}
#content article:first-child .page-header {
	margin-top: 0;
}
.bypostauthor {}
.edit-link a {
	padding: 1rem 2rem;
	background: #f0f1f2;
	border-radius: 3px;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* Comments */
.form-allowed-tags-wrapper { display: none; }

/* Widgets */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
.widget_search .search-form input[type="submit"] { display: none; }
.widget_search .search-form .form-group,
.widget_search .search-form .search-field { width: 100% }
.widget select {
	max-width: 100%;
}

/* Adjust design around WP admin bar */
.admin-bar .navbar-wrapper .navbar-fixed-top,
.admin-bar #SubMenu.affix {
	margin-top: 32px;
}
@media (max-width: 782px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top,
	.admin-bar #SubMenu.affix {
		margin-top: 46px !important;
	}
}
@media (max-width: 600px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top {
		position: absolute;
	}
	.admin-bar #SubMenu.affix {
		top: 0 !important;
		margin-top: 0 !important;
	}
}

/* Enable responsive menu to work with multiple levels of sub-menu */
@media (max-width: 1299px) {
	.navbar .dropdown-submenu > .dropdown-menu { padding-left: 20px; }
	.navbar .dropdown-submenu > .dropdown-menu .dropdown-menu { display: block; }
}

/* --------------------------------- */
/* Styling for the demo contact form */
/* --------------------------------- */

/* WAS ninja-forms-field-description */
.nf-field-description {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #95979c;
}

/* WAS ninja-forms-required-items */
.nf-form-fields-required {
	display: block;
	margin: 1em 0;
	font-size: 14px;
	font-weight: normal;
	color: #696f7a;
}

/* WAS input[type='submit'] */
form .nf-form-content input[type='button'] {
	color: #ffffff;
	background-color: #6dc234;
	border-color: #6dc234;
}
form .nf-form-content input[type='button']:hover,
form .nf-form-content input[type='button']:focus,
form .nf-form-content input[type='button']:active,
.open > .dropdown-toggleinput[type='button'] {
	color: #ffffff;
	background-color: #569a29;
	border-color: #529227;
}

/* needed to centre align form submit button */
.goexplore-contact-form .aligncenter { text-align: center }

/* WAS field-wrap */
.goexplore-contact-form .nf-field-container { margin-bottom: 10px }
.goexplore-contact-form .submit-container { margin-top: 20px }

/**
CUSTOM CSS (11/04/2023)
 */
#MainMenu .navbar-extra-top{
	background-color: #fff;
}
.navbar-default .navbar-extra-top  .navbar-nav>li>a{
	color:#202020;
}
#MainMenu .navbar-extra-top>.navbar .navbar-search.navbar-right button{
	color:#202020;
}
.d-flex{
	display:flex;
}
.align-center{
	align-items: center;
}
.m-0{
	margin:0;
}
.justify-between{
	justify-content: space-between;
}
#MainMenu .navbar-extra-top>.navbar .navbar-search input{
	/*max-width:none;*/
}
.form-group.d-none{
	display:none;
}
.justify-end{
	justify-content: end;
}
.pr-10{
	padding-right:10px;
}
#MainMenu .navbar-extra-top>.navbar .navbar-nav>li>a img{
	max-width:300px;
}
.navbar-top-right{
	padding:10px 0;
}
.pt-15{
	padding-top:15px;
}
.navbar-sub-form{
	padding:10px 0 0 0;
	margin-top:10px;
	border-top:1px solid #ddd;
}
.navbar-search .btn-default{
	/*background: #fff;*/
	/*color: #202020;*/
	/*border: 0;*/
	/*box-shadow: none;*/
}
.navbar-extra-top .container-fluid:after,
.navbar-extra-top .container-fluid:before{
	display:none;
}
#MainMenu .navbar-extra-top>.navbar .navbar-nav>li>a.navbar-logo{
	padding:0;
}
#MainMenu .navbar-extra-top>.navbar .navbar-nav>li>a.navbar-logo:hover{
	background-color:transparent;
}

@media (max-width: 991px){
	#MainMenu.navbar .navbar-brand {
		max-width: 80%;
		font-size: 18px;
	}
}
.small-hero.hero .container{
	max-height:520px;
}
.mc4wp-response p{
	margin:0;
}
.top-footer-top{

}
.top-footer .image-holder{
	margin-bottom:20px;
}

.top-footer-row{
	margin:20px 0;
}
.footer-menu{
	text-align: center;
	background: #000;
}
.footer-menu .navbar-nav{
	float:none!important;
	display:inline-block;
}
#footer .footer-menu .navbar-nav li a{
	font-size:20px;
	color:#fff;
}
#footer .footer-menu .navbar-nav li{
	float:left;
}
.footer-menu.social-menu{
	background:transparent;
}
.footer-menu.social-menu .navbar-nav{
	margin-bottom:-8px;
}

#footer .footer-menu .navbar-nav li:hover a{
	color:#000;
}

.top-footer.regular{
	padding-bottom:0;
}

.footer-subtitle{
	line-height:1.1;
}
.top-footer{
	background-size: cover;
}

.elementor_library-template-default #content .col-sm-8.col-md-push-3{
	width:100%;
	left:unset;
}


@media (min-width:768px){
	.foot-content-left{
		/*width:30%;*/
	}

	.foot-content-right{
		/*width:70%;*/
	}
	.top-footer .image-holder img{
		max-height: 270px;
		margin: 0 auto;
	}
	.top-footer-row{
		margin:35px 0;
	}
	.top-footer.regular{
		padding-bottom:0;
	}
	.footer-title{
		font-size:7rem;
	}
	.footer-subtitle{
		font-size:28px;
	}
}

.full-gallery .gallery .gallery-item{
	margin-top:0!important;
	position:relative;
	cursor:pointer;
}
.full-gallery .gallery .gallery-item img{
	border:0!important;
	width:100%;
	height:250px;
	max-width:100%;
	object-fit:cover;
}
.gallery .gallery-item a{
	position:relative;
	display:block;
}
.gallery .gallery-item a:after{
	content:"\f055";
	font-family:"Font Awesome 5 Free";
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:40px;
	color:#505050;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#ffffffa8;
	opacity:0;
}

.gallery .gallery-item:hover a:after{
	opacity:1;
}

.elementor-image-gallery .gallery-item img{
	max-width:100%;
}

@media (max-width:767px){
	.full-gallery #gallery-2 .gallery-item{
	width:50%;
}
}

.navbar-top-right .fa{
	font:normal normal normal 20px/1 FontAwesome!important;
}

.fa.fa-facebook:before {
    content: "\f09a"!important;
}
.fa.fa-google-plus:before {
    content: "\f0d5";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-whatsapp:before {
    content: "\f232";
}

.template-campaign.elementor-section.elementor-section-boxed > .elementor-container{
	background-color: #000;
}

