/**
Theme Name: KMCLIENT
Author: KangoMedia Web Design
Author URI: https://kangomedia.com
Description: Custom Wordpress theme developed by KangoMedia based on the Astra Theme for Brownsville Airport.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kmclient-theme
Template: astra
*/


/*********************************
	HEADER
*********************************/
#home-header {
    position: absolute;
    width: 100%;
}

/*********************************
	HERO
*********************************/
#home-hero-images {
    height: 80vh;
}
#trees {
    position: absolute;
    bottom: 0;
    left: -95px;
    width: 550px;
    z-index: 0;
}

#broplane {
	  position: absolute;
	  bottom: 105px;
	  left: 425px;
	  width: 400px;
	  z-index: 1;
}
#brosun {
    position: absolute;
    right: -130px;
    top: -85px;
}

#hero-slider {
	  position: absolute;
	  z-index: 3;
}


.bro-home-hero {
    position:relative;
    height: 83vh;
}
.bro-home-hero .elementor-container {
	height: 100%;
}
#bro-hero-trees {
    position:absolute;
    bottom:0;
    width:500px;
    left: -95px;
    z-index: 0;
}
#bro-hero-plane {
		position: absolute;
		bottom: 75px;
		width: 400px;
		left: 300px;
		z-index: 1;
}
#bro-hero-sun {
    position: absolute;
    right: -150px;
    top: -150px;
}

.fancy-heading h2 {
    margin-bottom:0;
}
/*********************************
	HOME SECTION
*********************************/
#slide-navigation:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5%;
	width: 225px;
	height: 334px;
	background: url(images/birds.png)no-repeat;
}
#slide-navigation:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 20%;
	width: 235px;
	height: 750px;
	background: url(images/side-trees.png) no-repeat;
}



/*********************************
	CONTENT AREAS
*********************************/
.stamp img {
  border-image: url(images/img-stamp.png) 8 round;
  border-width: 10px;
  border-color: #eee;
  border-style: solid;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
}


.tenant-row-wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.tenant-margin {
	margin-bottom: 35px;
}
.tenant .elementor-widget-wrap {
    background: #eee;
    padding: 20px;
    border-left: 3px solid #017cba;
}

.elementor-lightbox .elementor-lightbox-image {
	  max-width: 1140px;
}

a.pdf[href$=".pdf"]:before {
    content: '\f1c1';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #E40823;
}

.tenants-pagination .page-numbers:not(:last-child) {
    margin-right: calc(10px/2);
}
.tenants-pagination .page-numbers:not(:first-child) {
    margin-left: calc(10px/2);
}

.fixed-frame {
    height:1420px;
    overflow: scroll;
}

.elementor-element .elementor-tab-title {
    background: #4ec1ea;
}
.elementor-element .elementor-tab-title.elementor-active {
    background: #017cba;
}

.elementor-tab-content {
    padding: 0 !important;
}
.elementor-tab-content p {
    margin: 0;
}
.elementor-tab-content th {
    background: #017cba;
    color: #fff;
    font-weight: 700 !important;
}
.elementor-tab-content tr:nth-child(even) {
		background: #eee;
}

.elementor-tab-title.elementor-tab-mobile-title {
		background: #4ec1ea;
		color: #fff !important;
}
.elementor-tab-title.elementor-tab-mobile-title.elementor-active {
    background: #017cba;
    color: #fff !important;
}

#flight-tracker .nav-tabs {
	float: left;
	width: 25%;
	border: 0;
	margin-left: 0;
}
#flight-tracker .nav-tabs li {
	float: none;
}
#flight-tracker .nav-tabs li.active a {
	background: #eee;
}
#flight-tracker .nav-tabs li a {
	border: 0;
	border-radius: 0;
	background: #ddd;
	margin-right: 0;
	color: #333;
}
#flight-tracker .tab-content {
    float: left;
    width: 75%;
    padding: 25px;
    background: #eee;
}

#flight-tracker .table.flight-tracker,
#flight-tracker .table.route-tracker {
	display: none;
	margin-top: 25px;
	border-top: 3px solid #ddd;
}

.elementor-element-4799455 thead .ee-table__text-inner {
    color: #fff;
}

.flight-loading,
.route-loading {
	display: none;
}

#flight-tracker #flight-button {
    margin-top: 25px;
}

.weather-box .weather-column .elementor-widget-wrap {
    background: #017cba;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 75px 0;
    line-height: 1.3;
}
.weather-box .weather-day {
    font-size: 40px;
    font-weight: 900;
}
.weather-box .weather-degrees {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 900;
}
.weather-box .weather-degrees i {
    font-size: 40px;
}
.weather-box .weather-stat {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 5px 0;
    display: block;
}
.weather-box .weather-stat-title {
    font-weight: 900;
}

.post-password-required {
    max-width: 960px;
    margin: 35px auto;
    background: #eee;
    padding: 30px;
    text-align: center;
}
.post-password-required form {
    max-width: 320px;
    margin: 0 auto;
}
.post-password-required input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}


span.ee-table__text-inner {
	position: relative;
	margin-left:20px;
}
.tarpon span.ee-table__text-inner:before {
    display: block;
    content: '\f111';
    left: -15px;
    font-family: 'Fontawesome';
    position: absolute;
    font-size: .8em;
    top: 4px;
    color: #68529b;
}

.red-snapper span.ee-table__text-inner:before {
    display: block;
    content: '\f111';
    left: -15px;
    font-family: 'Fontawesome';
    position: absolute;
    font-size: .8em;
    top: 4px;
    color: #d82434;
}

/*********************************
	FOOTER
*********************************/
#footer-content {
	  text-align: center;
	  color: #fff;
}
#footer-content .widget {
	  margin: 0;
}
#footer-content a {
	  color: #fff;
}

/*********************************
	MEDIA QUERIES
*********************************/
@media ( max-width: 1200px ) {
	#trees,
	#bro-hero-trees {
		width: 425px;
	}
	#broplane,
	#bro-hero-plane {
		width: 325px;
		left: 300px;
	}
	#brosun,
	#bro-hero-sun {
		right: -100px;
		top: 40px;
		width: 250px;
	}
}

@media ( max-width: 979px ) {
	#trees,
	#bro-hero-trees {
		width: 325px;
	}
	#broplane,
	#bro-hero-plane {
		width: 250px;
		left: 230px;
		bottom: 35px;
	}
	#brosun,
	#bro-hero-sun {
		right: -80px;
		top: 60px;
		width: 185px;
	}
}

@media (max-width:750px) and ( orientation: landscape ) {
	#popmake-911 {
		width: 80px !important;
		height: 300px !important;
	}
}

@media ( max-width: 480px ) {
	#trees,
	#bro-hero-trees {
		width: 250px;
	}
	#broplane,
	#bro-hero-plane {
    width: 180px;
    left: 90px;
    bottom: 130px;
	}
	
	#popmake-911 {
		width: 120px !important;
		height: 450px !important;
}
