/* 
Theme Name: Como Lighting
Description: Como Lighting Theme
Author: Minuart
Author URI: https://minuart.it/
Template: hello-elementor
Version: 2.0.0
Text Domain: como-lighting
*/

.double-font strong, 
.double-font b {
    font-family: aktiv-grotesk, sans-serif;
    text-transform: uppercase;
	font-style: normal !important;
}

#process .jet-timeline-item .timeline-item__meta-content {
	-webkit-text-fill-color: #041c2c;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
}
#process .jet-timeline-item .timeline-item__card-title b {
	font-family: aktiv-grotesk, sans-serif;
	text-transform: uppercase;
	font-style: normal;
}
@media all and (min-width: 768px) {
	#process .jet-timeline-item .timeline-item__meta-content {
		position: absolute;
		top: 0;
		left: 0;
		-webkit-text-fill-color: #041c2c;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #ffffff;
	}
	#process .jet-timeline-item .timeline-item__card-title {
		left: 80px;
		position: relative;
	}
	#process .jet-timeline-item .timeline-item__card-desc {
		position: relative;
		left: 120px;
		width: 470px;
	}
}
@media all and (max-width: 767px) {
	#process .jet-timeline-item .timeline-item__meta-content {
		font-size: 80px;
	}
	#process .jet-timeline-item .timeline-item__card-title {
		font-size: 30px;
	}
	#process .jet-timeline-item .timeline-item__card-content {
		padding: 20px 0 20px 20px
	}
}

.vertical-dx .elementor-heading-title {
    writing-mode: vertical-lr;
}
.vertical-sx .elementor-heading-title {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}