@charset "UTF-8";
/*
Theme Name: Weatherby Business Parks
Theme URI: 
Author: Red Spot Web Design
Author URI: https://www.redspotdesign.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Website Name is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {font-family: 'Open Sans', sans-serif; margin: 0 auto; width: 100%; }

/*###################################
## LAYOUTS
###################################*/

.db { display: block; }
.tc { text-align: center; }
.mgr .elementor-container { margin-right: 0!important; }
.mgl .elementor-container { margin-left: 0!important; }
.mgla { margin-left: auto; }
.mg { margin: 0 auto; }

/*###################################
## FONTS
###################################*/

a, a:visited { -webkit-transition: all .5s ease; text-decoration: none !important; text-decoration: none; transition: all .5s ease; color: inherit; }
a:focus {outline: none !important;}
h1, h2, h3, h4, h5, h6, p { margin: 0; }

/*###################################
## COLOR
###################################*/

.silver { color: #66717B; }

/*###################################
## HEADER
###################################*/

/* body.elementor-editor-active #site-header { }
body:not(.elementor-editor-active) #site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; }
body:not(.elementor-editor-active) #site-header.sticky { background: rgba(0,0,0,0.7); }
body:not(.elementor-editor-active) #site-header.sticky .site-logo img { max-width: 100px; } */
#site-header { position: absolute; left: 0; right: 0; }
.main-navigation .elementor-item { font-family: 'Syncopate', sans-serif; }
/* #site-header { display: none; } */

/*###################################
## BANNER
###################################*/

.site-banner, .banner-img { position: relative; }
.banner-img img { width: 100%; height: 100%; }
.banner-img::before { content: ''; background: linear-gradient( to top, rgb( 0 0 0 / 50% ), transparent ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 2; }
.banner-content { position: absolute!important; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 3; }
.banner-img .swiper-slide-inner { line-height: 0!important; }

/*###################################
## CONTENT
###################################*/

.content-text a { font-family: 'Archivo', sans-serif!important; font-weight: 400!important; }
.content-text.alt a { text-transform: unset!important; }

	/* JOIN THE WEATHERBY FAMILY */
	
	.join-section { position: relative!important; overflow: hidden!important; }
	.join-section .join-img { width: 52.74%!important; position: absolute!important; top: 50%; transform: translateY(-50%); right: 0; z-index: -1; }

	/* PRACTICE AREAS */

	.areas-section .areas-button { position: absolute; bottom: 0; right: 0; }

/* FOOTER */

.footer-text .elementor-widget-container { min-height: 35px; display: flex; align-items: center;  }
.footer-link .elementor-icon-list-icon { position: relative; top: -15px!important; }

/* PROJECT */

.custom-map iframe { height: 300px!important; }

/* ARCHIVE PAGE */

.project-archive { overflow: hidden!important; }
.project-archive .elementor-image a { position: relative; }
.project-archive .elementor-image a::before { content: ''; background: linear-gradient( to top, rgb( 0 0 0 / 50% ), transparent ); width: 100%; height: 40%; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; }

/* SINGLE PAGE */
.project-tabs .elementor-tabs-wrapper { padding-bottom: 30px!important; }
.project-tabs .elementor-tab-content { padding: 0!important; }
.project-tabs .elementor-tab-title { padding: 0 20px!important; }
.project-tabs .elementor-tab-title { border-left: 4px solid transparent!important; transition: all .3s ease; }
.project-tabs .elementor-tab-title.elementor-active { border-left: 4px solid #690A20!important; }
.project-list .elementor-image { overflow: hidden!important; }
.project-btn .elementor-button { width: 100%!important; }

/*###################################
## INNER
###################################*/

.inner .banner-content { bottom: 4.5vw!important; top: unset!important; transform: unset!important; }

/*###################################
## Responsive
###################################*/

@media screen and (max-width: 1440px){
	
	/*BANNER*/
	
	.banner-content { bottom: 60px; top: unset; transform: unset;   }
		
		/*PROJECT*/
	
		.project-tabs .elementor-tab-title { padding: 0 1.3vw!important; }
		.project-tabs .elementor-tab-title a { font-size: 1.3vw!important }
	
}
	
@media screen and (max-width: 1024px){
	
	/*BANNER*/
	
	.banner-content { bottom: 30px;  }
	
}

@media screen and (max-width: 980px){
	
	/*FOOTER*/
	
	.footer-link .elementor-icon-list-icon { top: 0px!important; }

}

@media screen and (max-width: 767px){
	
	body { min-width: 320px!important; }
	
	/*BANNER*/
	
	.banner-content .db { display: inline; }
	
	/*CONTENT*/
	
		/* JOIN THE WEATHERBY FAMILY */

		.join-section .join-img { width: 100%!important; position: relative!important; top: 0; transform: none; right: 0; z-index: -1; }
		
		/* PRACTICE AREAS */

		.areas-section .areas-button { position: relative; }
	
	/*FOOTER*/
	
	.footer-text .elementor-widget-container { justify-content: space-around; min-height: 45px; }
	
	/*PROJECT*/
	
	.project-archive .elementor-image::before { display: none; }
	.project-tabs .elementor-tabs-wrapper { display: block!important; padding: 15px 0!important; }
	.project-tabs .elementor-tab-mobile-title { display: none!important; }
	.project-tabs .elementor-tab-title { padding: 0 15px!important; }
	.project-tabs .elementor-tab-title a { font-size: 14px!important }
	
	/*INNER*/
	
	.inner .banner-content { bottom: 2vw!important; }
	
	
}

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

	/*FOOTER*/
	
	.footer-text .elementor-widget-container { min-height: 60px!important; }

	/*PROJECT*/
	
	.project-tabs .elementor-tab-title { padding: 0 2vw!important; text-align: center; }
	.project-tabs .elementor-tab-title a { font-size: 2.3vw!important }
	
}

@media screen and (max-width: 460px){
	
	/*BANNER*/

	.banner-content { bottom: 5%; }
	.banner-img .swiper-pagination { bottom: -3px!important; }
	.banner-img .swiper-pagination-bullet { width: 5px!important; height: 5px!important; }
	
	/*FOOTER*/
	
	.footer-info .elementor-column { width: 100%!important; }
	.footer-text .elementor-widget-container { display: block; min-height: 100%!important; }
	
	
	
}
