/**
Theme Name: Unbridled Horizons
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Custom theme based on Astra.
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: unbridled-horizons
Template: astra
*/

/* General/Helpers */
.force-aspect-ratio-img1 img {
	aspect-ratio: 3 / 2.6;
}

/* Header */

@media screen and (max-width:1200px) {
	.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
		max-width: 230px;
	}
	.main-header-menu a.menu-link, 
	.site-header-primary-section-right .ast-builder-menu-1 .menu-item > a.menu-link {
		padding: 0 5px;
		font-size: 15px;
	}
	.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 14px;
		padding-right: 14px;
		letter-spacing: 0px;
	}
}
@media (max-width: 544px) {
    header .custom-logo-link img, .ast-header-break-point .site-branding img, 
	.ast-header-break-point .custom-logo-link img {
        max-width: 140px;
        width: 140px;
    }
}

/* Calendly Button */
.calendly-badge-widget .calendly-badge-content  {
	background-color: var(--ast-global-color-7) !important;
}