/**
 * Theme Name: DPSA - Child Aitec Theme
 * Template: aitec
 * Theme URI: http://aitec.it
 * Author: The Aitec Team
 * Author URI: http://aitec.it
 * Description: A special theme created (with love!) for DPS Academy
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: dpsa
 */

   :root {
	--text-base-size: 18px;
	--text-base-font: 'Montserrat', Arial, sans-serif;
	--text-alt-font: 'Montserrat', Arial, sans-serif;
	--primary-color: #19171c;
	--primary-color-alpha: #5819171c;
	--primary-color-text: #ffffff;
	--primary-color-variant: #2f2b34;
	--primary-color-variant-text: #000000;
	--secondary-color: #e64012;
	--secondary-color-text: #000000;
	--secondary-color-variant: #ff6512;
	--secondary-color-variant-text: #161616;
	--background-color: #19171c;
	--background-color-text: #fff;
	--surface-color: #ffffff;
	--surface-color-text: #000000;
	--error-color: #b00022;
	--error-color-text: #ffffff;
	--header-height: 140px;
	--header-height-inner: 140px;
}

a, a:visited { color: var(--primary-color-text); }
a:hover { color: var(--secondary-color); }

.btn.btn-default { background-color: var(--secondary-color); font-family: var(--text-base-font); padding: 0.8em; }
.btn.btn-default:hover { background-color: transparent; color: var(--secondary-color); border: 1px solid var(--secondary-color); text-decoration: none; }

#main-header { position: relative; display: block; background-color: transparent; border-bottom: none; }
#main-header.sticky { background-color: var(--primary-color); border-bottom: 1px solid var(--primary-color-variant); }
#main-header #logo-wrapper { position: relative; display: flex; align-items: center; justify-content: center; font-size: 4em; text-align: left; font-weight: 900; padding: 0; line-height: 0.5em; text-transform: uppercase; }
#main-header #logo-wrapper .logo { position: relative; padding: 0.2em; }
#main-header #logo-wrapper span.text-title span.sub { font-size: 0.3em; font-weight: 500; line-height: normal; }

#slider-wrapper { height: 30vh; margin-bottom: 4em; }
#slider-wrapper .carousel-item figure { height: 30vh; background-position: center; background-size: cover; }
#slider-wrapper .carousel-item figure img { visibility: hidden; opacity: 0; }
#slider-wrapper .carousel-control-next, .carousel-control-prev { width: 4%; }

#bcrumbs-wrapper { margin-bottom: 2em; }

#main-footer { font-size: 0.8em; background-color: var(--primary-color-variant); text-align: left; margin-top: 4em; }
#main-footer h3 { margin-bottom: 0px; font-weight: 700; }
#main-footer h4 { font-size: 0.8em; text-transform: uppercase; }
#main-footer ul { padding: 0; }
#main-footer ul li { list-style: none; display: inline-block; padding: 0 0.2em; }

.aitec-privacy-notice-body #aitec-privacy-title, .aitec-privacy-notice-body a { color: var(--primary-color-variant-text); }