/*
Theme Name:   albatross Child
Theme URI:    http://example.com/albatross-child/
Description:  albatross Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     albatross
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, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  albatrosschild
*/
/** css */
body {
    overflow-x: hidden;
    background: #FCF8F1;
}

.display-none {
	display: none;
}

.display-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.site-header .navigation-container > * {
	margin-left: 0;
}

.site-header .custom-logo-link {
	margin: 0 auto;
}

.site-header .custom-logo-link .custom-logo {
	width: 240px;
}

body.page-has-thumbnail .page-header-wrapper.our-story:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 59.2%, rgba(255, 255, 255, 0) 100%);
}

body.page-has-thumbnail .page-header-wrapper.city-guide:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

body.page-has-thumbnail .page-header-wrapper.city-guide h1.entry-title {
	font-size: 50px;
}

body.page-has-thumbnail .page-header-wrapper.city-guide p.entry-desc {
	line-height: 30px;
}

.site-header .navigation-container {
	justify-content: flex-start;
}

.site-header .header-dropdown-toggle:focus, .site-header .header-dropdown-toggle,
.site-header .header-dropdown-toggle:focus, .site-header .header-dropdown-toggle:hover {
	background-color: unset;
}

.site-header .header-dropdown-toggle.toggled-on {
    background: url(images/menu_close1.svg) no-repeat center;
	border: none;
}

.site-header .header-dropdown-toggle:not(.toggled-on) {
	background: url(images/menu_open1.svg) no-repeat center;
}

.site-header .site-header-container {
	max-width: none;
	align-items: unset;
}

.site-header .header-dropdown-content-wrapper {
	align-items: center;
}

.site-header .header-dropdown .header-dropdown-content {
	width: 65%;
	position: fixed;
}

.main-navigation .primary-menu > ul > li, .main-navigation .primary-menu > li {
	width: 100%;
	padding: 0;
	text-align: center;
}

.site-header .header-dropdown .header-dropdown-content .signup-form {
	padding: 0 20px;
	color: black;
}

.site-header .header-dropdown .header-dropdown-content .signup-form a.back {
	display: inline;
}

.site-header .header-dropdown .header-dropdown-content .signup-form .signup-email-form {
	margin: 20px 22% 0;
	text-align: center;
}

.site-header .header-dropdown .header-dropdown-content .signup-form .policy {
	line-height: 18px;
	display: block;
}

.site-header .header-dropdown .header-dropdown-content .signup-form input[type="email"] {
	border: none;
    border-bottom: 1px solid black;
    color: black;
	padding: 15px 0;
	margin-bottom: 20px;
}

.site-header .header-dropdown .header-dropdown-content input[type="email"]:active,
.site-header .header-dropdown .header-dropdown-content input[type="email"]:focus-visible{
	border: none;
	outline: none;
	border-bottom: 1px solid black;
}

.site-header .header-dropdown .header-dropdown-content .signup-form input[type="submit"] {
	background: #faf7f2;
    color: black;
    border: 1px solid black;
    width: 100%;
	padding: 10px 0;
}

.site-header .header-dropdown .header-dropdown-content .signup-form .wpcf7-response-output {
	margin-top: 0;
	border-color: black;
}

.site-header .nav-social-link {
	display: flex;
    flex-wrap: nowrap;
    flex: 0 1 auto;
    z-index: 21;
	padding: 20px 12px;
}

.site-header .instagram-link {
	background-image: url(images/instagram.svg);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.main-navigation .primary-menu > ul > li:after, .main-navigation .primary-menu > li:after {
	content: unset;
}

.guide {
	padding: 50px 0;
	color: black;
	background: white;
}

.guide .left-sidebar {
	text-transform: uppercase;
	margin-top: 60px;
}

.guide .left-sidebar ul {
	list-style: none;
}

.guide .left-sidebar h5 {
	margin-bottom: 30px;
}

.guide .left-sidebar .filter h5 {
	margin-bottom: 10px;
}

.guide .left-sidebar li {
	position: relative;
	margin-bottom: 0;
	line-height: 23px;
	font-size: 16px;
}

.guide .left-sidebar li a {
	text-decoration: none;
	color: black;
}

.guide .left-sidebar li:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid black;
	top: 5px;
	left: -25px;
}

.guide .left-sidebar li.active:after {
	background-color: black;
}

.guide .list .list-header {
	display: flex;
	flex-wrap: nowrap;
}

.guide .list .hidden-gems {
	display: flex;
	flex: 1 0 auto;
	justify-content: flex-end;
}

.guide .list .hidden-gems label,
.guide .list .hidden-gems label input[type="checkbox"] {
	cursor: pointer;
}

.guide .list .hidden-gems h5 {
	display: inline;
	margin-right: 5px;
}

.guide .list h4.city-name {
	margin-bottom: 15px;
	padding: 0 10px;
}

.guide .list .items {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 1em 0;
	font-size: 14px;
}

.guide .list .item {
	width: calc(100% / 3);
	padding: 5px;
}

.guide .list .item .img-wrapper {
	position: relative;
}

.guide .list .item img {
	border-radius: 10px;
}

.guide .list .item .rating {
	line-height: 24px;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	border-radius: 15px;
	background-color: white;
}

.guide .list .item .rating a {
	color: black;
}

.guide .list .item .rating a:focus {
	border: none;
}

.guide .list .item .rating i {
	margin-left: 3px;
	font-size: 16px;
}

.guide .list .item .category {
	border: 1px solid black;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 15px;
	font-size: 12px;
}

.guide .list .item h4.name {
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 30px;
	font-size: 24px;
}

.guide .list .item i.fa-map-marker-alt {
	opacity: 0.65;
}

.guide .list .no-result {
	text-align: center;
}

.guide .list .item .address {
	line-height: 20px;
	margin-bottom: 15px;
	min-height: 20px;
}

.guide .list .item .address i {
	margin-right: 2px;
}

.guide .list .item .address a {
	color: black;
}

.guide .list .item .detail {
	min-height: 100px;
	line-height: 18px;
	margin-bottom: 15px;
}

.guide .list .item .site {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.guide .list .item .site a {
	color: black;
/*	width: 50%;*/
/*	text-align: right;	*/
}

.guide .pagination {
	text-align: center;
	margin: 2.5em 0;
}

.guide .pagination ul {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
}

.guide .pagination li {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}

.guide .pagination li a {
	padding: 10px 25px;
	text-decoration: none;
	color: black;
}

.guide .pagination li.prev-nav:before,
.guide .pagination li.next-nav:before {
	position: absolute;
	content: '';
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid black;
	left: calc( 100% / 2 - 20px );
	top: -1px;
	z-index: 0;
}

.guide .pagination li.prev-nav a,
.guide .pagination li.next-nav a {
	position: relative;
	z-index: 1;
}

.guide .pagination li.disabled a {
	cursor: not-allowed;
}

.guide .pagination li.active a {
	color: red;
}

.guide .mobile-filter {
	display: none;
}

#popmake-2963 label {
	color: black;
}

#popmake-2963 textarea {
	background: #FFF;
}

#popmake-2963 input[type="submit"] {
	padding: 7px 15px;
	float: right;
	background: white;
	border: 1px solid black;
	color: black;
}

#popmake-2963 form p {
	margin-bottom: 15px;
}

#popmake-2963 .wpcf7-response-output {
	margin: 0;
	color: black;
	font-weight: 400;
}

#popmake-2963 h4 {
	margin: 15px 0;
}

#popmake-2963 .popmake-content {
	font-weight: 400;
}

#popmake-2983 .pum-content .loader {
	display: block;
	background: rgba(0,0,0,0.3);
	margin: 0 auto;
}

.follow-us {
	margin: 75px 0 !important;
}

.follow-us .text-center {
	text-align: center;
}

.follow-us h4 {
	color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 19px;
}

.follow-us p.caption {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 10px 0;
}

.site-footer {
	background-color: #020C20;
	padding: 200px 50px;
}

.site-footer .site-footer-wrapper {
	padding-right: 0;
}

.site-footer h2.contact-email,
.site-footer p.contact-desc {
	text-align: center;
	margin-top: 0;
}

.site-footer p.contact-desc {
	color: #D1D1D1;
}

.site-footer h2.contact-email {
	color: white;
}

.email-inline-form {
	margin-bottom: -10px;
}

.email-inline-form input[type="email"] {
  float: left !important;
}

.email-inline-form .wpcf7-not-valid-tip {
	/* position: absolute;
	bottom: 0; */
}

.signup-after-message {
	margin-bottom: 0;
	display: none;
}

.signup-after-message p {
	padding: 0 10px;
	border: 1px solid black;
}

.display-signup-after-message .email-inline-form {
	display: none;
}

.display-signup-after-message .signup-after-message {
	display: block;
}

@media (min-width: 992px) {
	body.page-has-thumbnail .page-header-wrapper .entry-desc {
		font-size: 14px;
	}

	body.page-has-thumbnail .page-header-wrapper .entry-title {
		font-size: 45px;
		line-height: 60px;
	}
}

.blockUI {
	display: flex;
	justify-content: center;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}
.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}
.loader::after {
    border-color: #FF3D00;
    animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
    inset: 6px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);
    }
    25% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);
    }
    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);
    }
    75% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);
    }
    100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);
    }
}

/* forever css  */

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 25px;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
	
	/*--- Our Story ---*/

	.site-branding {
		font-size: 28px;
    	flex: unset;
    	text-transform: uppercase;
	}
	
	.site-header .custom-logo-link .custom-logo {
    	width: 100px;
	}
	
	.site-footer h2.contact-email {
		font-size: 28px;
		color: white;
	}

	/**/

	.elementor-column .elementor-col-33 .elementor-inner-column .elementor-element .elementor-element-3e58402 {
		padding: 35px;
	}
	/**/

	/*--- City Guide ---*/

	.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
	  width: 80%;
	}

}

/*--- City Guide ---*/

.city-guide {
	background-position: center;	
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0em 1em !important;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.guide .left-sidebar .filter h5 {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guide .left-sidebar ul {
    list-style: none;
    padding-left: 35px;
}

.guide .left-sidebar li a {
	text-decoration: none;
	color: black;
	display: block;
  	white-space: nowrap; 
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.guide .list .item .site .site-left {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.guide .list .item .site .site-right {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.guide .list .item .site .price {
	background-image: url(https://wilsonairlines.com/wp-content/uploads/price.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    padding: 13px 0 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	color: black;
}

.guide .list .item .site .area {
	padding: 8px 0 0 0;
}

.guide .list .item .site .instagram-link {
	padding: 8px 0 0 0;
	font-weight: 10;
}

.padding-top-8 {
	padding: 8px 0 0 0;
}

.guide .list .item .site .www-icon {
	background-image: url(https://wilsonairlines.com/wp-content/uploads/www.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
}

.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
    width: 20%;
}

.site-footer .site-info {
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 991px) {

	.site-header .header-dropdown .header-dropdown-content .signup-form .signup-email-form {
		margin: 20px 0px !important;
		text-align: center;
	}
	
	body.page-has-thumbnail .page-header-wrapper.city-guide p.entry-desc {
		padding: 0 20%;
	}

	.guide .list .item {
	    padding: 5px 10px;
	    width: 50%;
	}	
	
	.follow-us p.caption {
	    font-size: 14px;
	    line-height: 20px;
	    font-weight: 400;
	}
}

@media (max-width: 767px) {
	
	body.page-has-thumbnail .page-header-wrapper.city-guide h1.entry-title {
    	font-size: 40px;
    	line-height: 50px;
	}

	.guide .left-sidebar .filter h5 {
	    margin-bottom: 10px;
	    font-size: 15px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

	.site-footer .site-info {
	    font-size: 15px;
	}
	
	.guide .mobile-filter {
		position: absolute;
		padding: 0 15px;
		border: 1px solid black;
		color: black;
		cursor: pointer;
		right: 20px;
		font-size: 15px;
		top: 10px;
		display: block;
		z-index: 10;
	}

	.guide .left-sidebar {
		position: absolute;
		width: 180px;
		z-index: 10;
		background: white;
		box-shadow: 0 0 3px 1px grey;
		right: 20px;
		top: 50px;
		margin: 0;
		display: none;
	}
	
	.guide .mobile-filter:hover + .left-sidebar,
	.guide .mobile-filter + .left-sidebar:hover {
		display: block;
	}
	
	.guide .left-sidebar h5.filter-header {
		display: none;
	}
	
	.guide .list {
		width: 100%;
	}
	
	.guide .list-header .hidden-gems {
		margin-right: 100px;
    	margin-top: 5px;
	}

}

@media (max-width: 575px) {

	.site-header .header-dropdown .header-dropdown-content .signup-form .signup-email-form h4 {
		font-size: 20px;
		line-height: 25px;
	}

	.site-header .header-dropdown .header-dropdown-content .signup-form input[type="email"] {
		font-size: 11px;
	}
	
	.wpcf7 form .wpcf7-response-output {
		line-height: 25px;
	}
	
	.site-header .header-dropdown .header-dropdown-content .signup-form .policy {
		font-size: 13px;
	}
	
	body.page-has-thumbnail .page-header-wrapper.city-guide h1.entry-title {
    	font-size: 30px;
    	line-height: 40px;
	}

	body.page-has-thumbnail .page-header-wrapper.city-guide p.entry-desc {
		padding: 0 10%;
	}

	.guide .list .item {
	    padding: 5px 10px;
	    width: 100%;
	}

	.guide .left-sidebar li a {
		text-decoration: none;
		color: black;
		font-size: 12px;
		display: block;
	  	white-space: nowrap; 
	  	overflow: hidden;
	  	text-overflow: ellipsis;
	}

	.guide .pagination li a {
	    font-size: 15px;
	    padding: 10px 10px;
	    text-decoration: none;
	    color: black;
	}

	.guide .pagination li.prev-nav:after, .guide .pagination li.next-nav:after {
	    position: absolute;
	    content: '';
	    height: 30px;
	    width: 30px;
	    border-radius: 50%;
	    border: 1px solid black;
	    left: calc( 100% / 2 - 15px );
	    top: calc(100% / 2 - 15px);
	}
	
	.follow-us h4 {
	    color: #000000;
	    font-family: "Roboto", Sans-serif;
	    font-weight: 400;
	    font-size: 15px;
	    letter-spacing: 1px;
	    margin-bottom: 5px;
	}

	.follow-us p.caption {
	    font-size: 12px;
	    line-height: 20px;
	    font-weight: 400;
	}
}

