/*
Theme Name: Atrium
Theme URI: https://atriumglobal.com/
Template: dt-the7
Author: Dream-Theme
Author URI: https://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Tags: multipurpose,responsive,retina ready,SEO ready,mobile friendly,iOS,material design,clean,minimal,business,corporate,portfolio,creative,photography,one page site,micro site
Version: 11.11.0.1707726566
Updated: 2024-02-12 08:29:26
*/

/* FIX Smooth Scrolling -- TEMP */
.elementor-menu-anchor {
	scroll-behavior: smooth;
}

/* HEADER Logo size & color */
.ATRIUM-logo svg {
	width: 200px;
	height: 50px;
}
.ATRIUM-header:not(.the7-e-sticky-active):not(.the7-e-sticky-effects) .ATRIUM-logo svg .atriumlogo-text {
	fill: var( --e-global-color-e396c46 );
}

/* HERO background */
.ATRIUM-hero-graph, .ATRIUM-hero-bgvid, .ATRIUM-hero-bgimg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* InPage Bottom forms max-width */
.ATRIUM-inpage-form {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

/* Accordion */
.ATRIUM-accordion .elementor-accordion-item {
	margin-bottom: 20px;
    border-top: 1px solid var( --e-global-color-0136819 ) !important;
    border-radius: 3px;	
}
.ATRIUM-accordion .elementor-accordion-item .elementor-tab-title {
	justify-content: space-between !important;
}

/* Simple text pages - uppercase titles + color */
.ATRIUM-textpage h3 {
	text-transform: uppercase;
	color: var(--the7-h3-color) !important;
}

/* Gravity Forms fixes */
.gform_body input[type=text] {
	margin-bottom: 0 !important;
}
.gfield_required {
	color: #c02b0a !important;
}
.gform_button.button {
	padding: var(--the7-btn-l-padding) !important;
	text-transform: uppercase !important;
}