/*
    Theme Name: CDautotrasporti
    Theme URI: http://www.egomedia.it
	Description: Il tema di Egomedia da cui partire per il sito mobile responsive e HTML5 per i nostri clienti.
    Author: Egomedia
    Author URI: http://www.egomedia.it/
 
    Version: 1.3
 
	Tags: blue, default(black), gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider
		- Welcome
		- Home Bottom
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Footer Widgets
	- Site Footer
	- Theme Colors
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/*margin template di defaul
--------------------------------------------- */
.page-template-default .site-inner {
    clear: both;
    padding-top: 0;
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 30px;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/*
CD Autotrasporti Home Template
---------------------------------------------------------------------------------------------------- */

.cd-home {
	background: #f6f8fb;
	overflow-x: hidden;
}

.page-template-page_cd_autotrasporti .wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.page-template-page_cd_autotrasporti .cd-contact-band .wrap {
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
}

.page-template-page_cd_autotrasporti .site-header {
	background: transparent;
	left: 0;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.page-template-page_cd_autotrasporti .site-header .wrap {
	border: 0;
	padding: 20px 40px;
}

.page-template-page_cd_autotrasporti .site-header .genesis-nav-menu a {
	color: #fff;
}

.page-template-page_cd_autotrasporti .site-header .genesis-nav-menu .current-menu-item > a,
.page-template-page_cd_autotrasporti .site-header .genesis-nav-menu a:hover {
	color: #e3f0ff;
}

.cd-hero {
	background: #0c1f2e url(images/img-slide-home.jpg) center/cover no-repeat;
	color: #fff;
	position: relative;
	min-height: 100vh;
	overflow: visible;
}

.cd-hero::before {
	content: "";
	background: #4b89b9;
	bottom: 0;
	height: 120px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9;
}

.cd-hero::after {
	content: none;
}

.cd-hero__curve {
	background: url(images/img-punta.png) center bottom no-repeat;
	background-size: contain;
	bottom: 0;
	height: 140px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 2;
}

.cd-hero__overlay {
	background: rgba(9, 28, 43, 0.65);
	padding: 120px 0 140px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.cd-hero__content {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}

.cd-hero__copy {
	display: inline-block;
	text-align: left;
}

.cd-hero__title {
	text-align: center;
}

.cd-hero__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 400;
}

.cd-hero__logo {
	max-width: 220px;
	margin-bottom: 10px;
}

.cd-hero__title {
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	line-height: 1.05;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.cd-hero__title-strong {
	font-weight: 700;
}

.cd-hero__line {
	background: #fff;
	display: block;
	height: 2px;
	margin: 14px auto 12px;
	width: 100%;
}

.cd-hero__subtitle {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cd-hero__subtitle::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
}

.cd-hero__ticker {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 14px;
	min-height: 20px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 500;
}

.cd-hero__ticker-text {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-start;
}

.cd-hero__ticker-text::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
}

.cd-internal-hero {
	background: center/cover no-repeat;
	height: clamp(220px, 40vh, 400px);
	position: relative;
}

.cd-internal-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(9, 28, 43, 0.65);
}

.cd-internal-page .site-inner h1,
.cd-internal-page .site-inner h2,
.cd-internal-page .site-inner h3 {
	color: #184e79;
}

@media only screen and (max-width: 768px) {
	.cd-internal-page .entry-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cd-internal-page .entry-title {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
	}
}

.cd-internal-table {
	background: #fff;
	padding: 30px 0 40px;
}

.cd-internal-table__inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.cd-internal-table__actions {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.cd-internal-table__btn {
	background: #4f95ce;
	color: #fff;
	display: block;
	flex: 1 1 0;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 12px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
}

.cd-internal-table__btn--search {
	background: #184e79;
}

.cd-internal-table__title {
	border: 1px solid #184e79;
	border-radius: 10px;
	color: #184e79;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 18px 0 16px;
	padding: 16px 20px;
	text-align: center;
	text-transform: uppercase;
}

.cd-internal-table__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 20px;
}

.cd-internal-table__list li {
	color: #184e79;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.4px;
	border-bottom: 1px dotted rgba(24, 78, 121, 0.4);
	padding: 12px 0 14px;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(6px);
}

.cd-internal-table.is-visible .cd-internal-table__list li {
	animation: cd-internal-list-reveal 0.6s ease forwards;
}

.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(1) { animation-delay: 0s; }
.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(2) { animation-delay: 0.3s; }
.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(3) { animation-delay: 0.6s; }
.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(4) { animation-delay: 0.9s; }
.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(5) { animation-delay: 1.2s; }
.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(6) { animation-delay: 1.5s; }
.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(7) { animation-delay: 1.8s; }
.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(8) { animation-delay: 2.1s; }
.cd-internal-table.is-visible .cd-internal-table__list li:nth-child(9) { animation-delay: 2.4s; }

@keyframes cd-internal-list-reveal {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 768px) {
	.cd-internal-table__actions {
		flex-direction: row;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2000;
		padding: 8px 12px;
		background: rgba(255, 255, 255, 0.9);
	}

	.cd-internal-table__list {
		grid-template-columns: 1fr;
	}

	.cd-internal-table__btn {
		font-size: 14px;
	}

	.cd-internal-table {
		padding-bottom: 80px;
	}
}

.cd-btn {
	border: 2px solid #1f5e92;
	background: #1f5e92;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.cd-btn--light {
	border-color: #fff;
	background: transparent;
}

.cd-btn--light-alt {
	background: #fff;
	border-color: #fff;
	color: #184e79;
}

.cd-btn--service {
	text-transform: none;
}

.cd-ship-search {
	bottom: 124px;
	position: fixed;
	right: 0;
	z-index: 9;
	background: #184e79;
	border: 0;
	border-radius: 8px 0 0 8px;
	text-align: right;
	padding: 12px 16px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.cd-ship-search__icon {
	width: 30px;
	height: auto;
	margin-top: -3px;
}

.cd-ship-search__text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	line-height: 1.25;
	font-weight: 700;
	font-size: 18px;
}

.cd-ship-search__row {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.cd-services-intro {
	background: #4f95ce;
	color: #fff;
	padding: 40px 0;
}

.cd-services-intro .wrap > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.cd-services-intro.is-visible .wrap > * {
	opacity: 1;
	transform: translateY(0);
}

.cd-services-intro.is-visible .wrap h2 {
	transition-delay: 0s;
}

.cd-services-intro.is-visible .wrap p {
	transition-delay: 0.15s;
}

.cd-services-intro .wrap {
	max-width: 50%;
	margin: 0;
	padding-left: var(--menu-left-pad, 10%);
	padding-right: 20px;
}

.cd-services-intro--shifted {
	padding-left: clamp(0px, 6vw, 80px);
}

.cd-services-intro h2 {
	color: #fff;
	margin: 0 0 10px;
	text-transform: none;
}

.cd-services-intro .wrap > * {
	max-width: 50%;
}

.cd-services-grid {
	background: #fff;
}

.cd-service-block {
	display: flex;
	min-height: 260px;
}

.cd-service-block__content {
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.cd-service-block--reverse .cd-service-block__content {
	transform: translateX(40px);
}

.cd-service-block.is-visible .cd-service-block__content {
	opacity: 1;
	transform: translateX(0);
}

.cd-service-block__media {
	opacity: 0;
	transition: opacity 1s ease 0.2s;
}

.cd-service-block.is-visible .cd-service-block__media {
	opacity: 1;
}

.cd-service-block--reverse {
	flex-direction: row-reverse;
}

.cd-service-block__content {
	background: #f2f4f7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	width: 50%;
	align-items: center;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 2;
}

.cd-service-block__content-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.cd-service-block__text {
	max-width: 320px;
}

.cd-service-block--dark .cd-service-block__content {
	background: #184e79;
}

.cd-service-block--dark .cd-service-block__text,
.cd-service-block--dark .cd-service-block__text h3 {
	color: #fff;
}

.cd-service-block--dark .cd-service-block__content-inner {
	justify-content: center;
}

.cd-service-block--dark .cd-service-block__icon {
	max-width: 110px;
}

.cd-service-block--lightblue .cd-service-block__content {
	background: #4f95ce;
}

.cd-service-block--lightblue .cd-service-block__text,
.cd-service-block--lightblue .cd-service-block__text h3 {
	color: #fff;
}

.cd-service-block--lightblue .cd-service-block__content-inner {
	justify-content: center;
}

.cd-service-block--lightblue .cd-btn--light-alt {
	color: #4f95ce;
}

.cd-service-block__content h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.cd-service-block__media {
	width: 50%;
	background: #d9e2ec;
	min-height: 560px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.cd-service-block__media--one {
	background-image: url(images/img-home-01.jpg);
}

.cd-service-block__icon {
	max-width: 140px;
	width: 100%;
	height: auto;
}

.cd-service-block--icon-left .cd-service-block__content {
	background: #fff;
}

.cd-service-block--icon-left .cd-service-block__content-inner {
	justify-content: center;
}

.cd-service-block--icon-left .cd-service-block__text {
	text-align: right;
	color: #184e79;
}

.cd-service-block--icon-left .cd-service-block__text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.cd-service-block--dark .cd-service-block__text,
.cd-service-block--lightblue .cd-service-block__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.cd-service-block--icon-left .cd-service-block__text h3 {
	color: #184e79;
}

.cd-service-block--icon-left .cd-btn {
	background: #184e79;
	border-color: #184e79;
}

.cd-service-block--icon-left .cd-service-block__icon {
	max-width: 120px;
}

.cd-service-block__media--two {
	background-image: url(https://www.cdautotrasporti.it/wp2/wp-content/uploads/2026/01/img-home-02.jpg);
}

.cd-service-block__media--three {
	background-image: url(images/img-home-03.jpg);
}

.cd-service-block__media--four {
	background-image: url(images/img-home-04.jpg);
}

.cd-stats {
	color: #fff;
	min-height: 400px;
	position: relative;
	overflow: hidden;
}

.cd-stats__bg {
	position: absolute;
	top: -30%;
	left: 0;
	width: 100%;
	height: 160%;
	background: url(images/img-parallax.jpg) center center no-repeat;
	background-size: cover;
	z-index: 0;
	will-change: transform;
}

.cd-stats__overlay {
	background: rgba(24, 78, 121, 0.65);
	position: relative;
	z-index: 1;
	padding: 80px 0;
	display: flex;
	align-items: center;
	min-height: 400px;
}

.cd-stats__grid {
	position: relative;
	z-index: 1;
	width: 100%;
}

.cd-stats__grid {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.cd-stat__value {
	display: block;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.05;
	margin-bottom: 4px;
}

.cd-stat__label {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
}

.cd-stat {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0 30px 0 24px;
}

.cd-stat::before {
	content: "";
	background: rgba(255, 255, 255, 1);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}

.cd-feature-hub {
	background: #f6f8fb;
	padding: 60px 0 80px;
	text-align: center;
}

.cd-feature-hub h2 {
	margin-bottom: 40px;
	text-transform: uppercase;
}

.cd-feature-hub__layout {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	--hub-radius: clamp(250px, 34vw, 360px);
}

.cd-feature-hub__center {
	background: transparent;
	border-radius: 50%;
	height: 50%;
	position: relative;
	width: 50%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cd-feature-hub__center::before {
	content: "";
	--ring-thickness: 25px;
	background: conic-gradient(#4f95ce 0deg, #4f95ce var(--ring-angle), transparent var(--ring-angle));
	border-radius: 50%;
	box-sizing: border-box;
	height: 56%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56%;
	z-index: 3;
	pointer-events: none;
	mask: radial-gradient(farthest-side, transparent calc(100% - var(--ring-thickness)), #000 calc(100% - var(--ring-thickness)));
	animation: none;
}

@property --ring-angle {
	syntax: "<angle>";
	inherits: false;
	initial-value: 0deg;
}

@keyframes cd-ring-draw {
	from { --ring-angle: 0deg; }
	to { --ring-angle: 360deg; }
}

.cd-feature-hub__bgtext {
	color: #184e79;
	font-size: 140px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 0.9;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	z-index: 0;
	pointer-events: none;
}

/* English: testo più lungo, riduci */
:lang(en) .cd-feature-hub__bgtext {
	font-size: 90px;
}

.cd-feature-hub__image {
	max-width: 70%;
	height: auto;
	position: relative;
	top: 20px;
	z-index: 2;
	margin: 0 auto;
}

.cd-feature-hub__image-link {
	display: inline-flex;
}

.cd-feature-hub__list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	inset: 0;
}

.cd-feature-hub__item {
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #184e79;
	padding: 10px 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(var(--item-angle)) translate(calc(var(--hub-radius) + var(--item-offset, 0px))) rotate(calc(0deg - var(--item-angle)));
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	animation-name: cd-feature-item-fade;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}

.cd-feature-hub.is-visible .cd-feature-hub__center::before {
	animation: cd-ring-draw 1.6s ease forwards;
}

.cd-feature-hub.is-visible .cd-feature-hub__item {
	animation-play-state: running;
}

.cd-feature-hub__icon {
	display: block;
	width: 40px;
	height: auto;
	margin-bottom: 6px;
}

.cd-mobile-break {
	display: inline;
	margin-left: 6px;
}

.cd-desktop-break {
	display: inline;
}

.cd-feature-hub__item.pos-1 { --item-angle: -90deg; }
.cd-feature-hub__item.pos-2 { --item-angle: -50deg; }
.cd-feature-hub__item.pos-3 { --item-angle: -10deg; }
.cd-feature-hub__item.pos-4 { --item-angle: 30deg; }
.cd-feature-hub__item.pos-5 { --item-angle: 70deg; }
.cd-feature-hub__item.pos-6 { --item-angle: 110deg; }
.cd-feature-hub__item.pos-7 { --item-angle: 150deg; }
.cd-feature-hub__item.pos-8 { --item-angle: 190deg; }
.cd-feature-hub__item.pos-9 { --item-angle: 230deg; }

.cd-feature-hub__item.pos-2,
.cd-feature-hub__item.pos-3,
.cd-feature-hub__item.pos-4,
.cd-feature-hub__item.pos-7,
.cd-feature-hub__item.pos-8,
.cd-feature-hub__item.pos-9 {
	--item-offset: 18px;
}

.cd-feature-hub__item.pos-1,
.cd-feature-hub__item.pos-6,
.cd-feature-hub__item.pos-7 {
	--item-offset: -12px;
}

.cd-feature-hub__item.pos-2 .cd-feature-hub__icon,
.cd-feature-hub__item.pos-3 .cd-feature-hub__icon,
.cd-feature-hub__item.pos-4 .cd-feature-hub__icon,
.cd-feature-hub__item.pos-7 .cd-feature-hub__icon,
.cd-feature-hub__item.pos-8 .cd-feature-hub__icon,
.cd-feature-hub__item.pos-9 .cd-feature-hub__icon {
	width: 48px;
}

.cd-feature-hub__item.pos-1 { animation-delay: 0s; }
.cd-feature-hub__item.pos-2 { animation-delay: 0.3125s; }
.cd-feature-hub__item.pos-3 { animation-delay: 0.625s; }
.cd-feature-hub__item.pos-4 { animation-delay: 0.9375s; }
.cd-feature-hub__item.pos-5 { animation-delay: 1.25s; }
.cd-feature-hub__item.pos-6 { animation-delay: 1.5625s; }
.cd-feature-hub__item.pos-7 { animation-delay: 1.875s; }
.cd-feature-hub__item.pos-8 { animation-delay: 2.1875s; }
.cd-feature-hub__item.pos-9 { animation-delay: 2.5s; }

@keyframes cd-feature-item-fade {
	from { opacity: 0; transform: translate(-50%, -50%) rotate(var(--item-angle)) translate(calc(var(--hub-radius) + var(--item-offset, 0px) - 6px)) rotate(calc(0deg - var(--item-angle))); }
	to { opacity: 1; transform: translate(-50%, -50%) rotate(var(--item-angle)) translate(calc(var(--hub-radius) + var(--item-offset, 0px))) rotate(calc(0deg - var(--item-angle))); }
}

.cd-contact-band {
	background: linear-gradient(135deg, #0f3b5d 0%, #1d5c8c 100%);
	color: #fff;
	padding: 50px 0 60px;
	width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
}

.cd-contact-band h3 {
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
	text-transform: none;
}

.cd-contact-band__col h3 {
	color: #fff;
}

.cd-contact-band__grid {
	display: flex;
	gap: 40px;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.cd-contact-band__brand {
	flex: 0 0 auto;
	min-width: 180px;
}

.cd-contact-band__logo {
	display: block;
	max-width: 150px;
	height: auto;
	margin-bottom: 16px;
}

.cd-contact-band__iso {
	display: block;
	max-width: 190px;
	height: auto;
	margin-top: 12px;
}

.cd-contact-band__col {
	flex: 1 1 auto;
	min-width: 160px;
}

.cd-contact-band p {
	margin: 0 0 14px;
	line-height: 1.5;
}

.cd-contact-band strong {
	font-weight: 700;
}

.cd-contact-band a {
	color: #fff;
	text-decoration: none;
}

.cd-contact-band a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
	.cd-service-block__content {
		transform: translateY(30px);
	}
	.cd-service-block--reverse .cd-service-block__content {
		transform: translateY(30px);
	}
	.cd-service-block.is-visible .cd-service-block__content {
		transform: translateY(0);
	}
	.cd-service-block,
	.cd-service-block--reverse {
		flex-direction: column;
	}

	.cd-service-block__content,
	.cd-service-block__media {
		width: 100%;
	}

	.cd-service-block__content {
		padding: 50px 20px;
	}

	.cd-stats {
		min-height: 250px;
	}

	.cd-service-block__content-inner {
		gap: 10px;
	}

	.cd-service-block__text {
		flex: 1 1 auto;
		max-width: none;
	}

	.cd-service-block__icon {
		flex: 0 0 28px;
		max-width: 28px;
	}

	.cd-service-block--lightblue .cd-service-block__icon {
		flex: 0 0 84px;
		max-width: 84px;
	}

	.cd-stats__grid,
	.cd-contact-band__grid {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 12px;
	}

	.cd-contact-band__grid {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.cd-contact-band__brand,
	.cd-contact-band__col {
		width: 100%;
	}

	.cd-contact-band__logo {
		margin: 0 auto 16px;
	}

	.cd-contact-band__iso {
		margin: 12px auto 0;
	}

	.cd-stat {
		flex: 1 1 0;
		padding: 0 8px 0 12px;
	}

	.cd-stat__value {
		font-size: 20px;
	}

	.cd-stat__label {
		font-size: 13px;
	}

	.footer-widgets,
	.footer-widgets .wrap {
		text-align: center;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		margin: 0 0 24px;
		width: 100%;
	}

	.footer-widgets ul {
		margin: 0 auto;
		padding: 0;
	}

	.footer-widgets li {
		margin-bottom: 10px;
	}

	.cd-feature-hub__layout {
		min-height: 420px;
		--hub-radius: clamp(170px, 40vw, 240px);
	}

	.cd-feature-hub__center {
		margin: 0 auto;
		width: 60%;
	}

	.cd-feature-hub__center::before {
		--ring-thickness: 12px;
		height: 76%;
		width: 76%;
	}

	.cd-mobile-break {
		display: block;
	}

	.cd-desktop-break {
		display: none;
	}

	.cd-feature-hub__item.pos-3 {
		--item-offset: -24px;
	}

	.cd-feature-hub__item.pos-1 {
		--item-offset: 10px;
	}

	.cd-feature-hub__item.pos-2 {
		--item-offset: 10px;
	}

	.cd-feature-hub__item.pos-9 {
		--item-offset: 10px;
	}

	.cd-feature-hub__item.pos-4 {
		left: calc(50% - 10px);
		--item-offset: -15px;
	}

	.cd-feature-hub__item.pos-8 {
		left: calc(50% + 35px);
		--item-offset: 5px;
		white-space: normal;
		max-width: 100px;
	}

	:lang(it) .cd-feature-hub__item.pos-8 {
		max-width: 110px;
	}

	.cd-feature-hub__item.pos-7 {
		left: calc(50% + 20px);
	}

	.cd-feature-hub__item.pos-5 {
		--item-offset: -15px;
	}

	.cd-feature-hub__item {
		font-size: 12px;
	}

	.cd-feature-hub__bgtext {
		font-size: 50px;
	}

	:lang(en) .cd-feature-hub__bgtext {
		font-size: 36px;
	}

	.cd-feature-hub__image {
		max-width: 55%;
		top: 10px;
	}

	.cd-feature-hub__icon {
		width: 30px;
		margin-bottom: 4px;
	}

	.cd-feature-hub__item.pos-2 .cd-feature-hub__icon,
	.cd-feature-hub__item.pos-3 .cd-feature-hub__icon,
	.cd-feature-hub__item.pos-7 .cd-feature-hub__icon,
	.cd-feature-hub__item.pos-9 .cd-feature-hub__icon {
		width: 20px;
	}

	.cd-feature-hub__item.pos-2 .cd-feature-hub__icon {
		width: 25px;
	}

	.cd-feature-hub__item.pos-6 .cd-feature-hub__icon {
		width: 25px;
	}

	.cd-feature-hub__item.pos-4 .cd-feature-hub__icon {
		width: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.cd-hero__overlay {
		padding: 80px 0 100px;
	}

	.cd-hero__title {
		font-size: 32px;
	}
}

/* Float Clearing
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hgroup:before, hgroup:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hgroup:after,
hgroup:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}

.sample {
	background: red;
	padding: 10px;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: icone;
    src: url(fonts/FontAwesome.otf)
}


html {
	font-size: 100%; /* 16px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
	background: #fff;
	color: #666;
	font-family: "brother-1816", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.25rem;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

.quote blockquote {
	margin: 5px 5px 0;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 1.25rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #f2f2f2;
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 20px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

h1 a,
h2 a {
	font-weight: 700;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #666;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #333;
	color: #fff;
    display: inline-block;	
    font-size: 18px;
    font-weight: 700;	
    margin: 0 0 10px;
    padding: 12px 24px;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	text-decoration: underline;
	transition:all .5s ease;	
}

a.button.small {
	background-color: #333;
	color: #fff;
    font-size: 13px;
    font-weight: bold;	
    padding: 8px 20px;
}

a.button.medium {
	background-color: #333;
	color: #fff;
    font-size: 18px;
    padding: 12px 24px;
}

a.button.large {
	background-color: #333;
	color: #fff;
    font-size: 22px;
    padding: 18px 50px;
}

a.button.black {
	background-color: #1e1e1e !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #0e90ff !important;
	color: #fff !important;
}

a.button.darkblue {
	background-color: #045ea3 !important;
	color: #fff !important;
}

a.button.darkgray {
	background-color: #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #86c526 !important;
	color: #fff !important;
}

a.button.lightgray {
	background-color: #e8e8e8 !important;
	color: #888 !important;
}

a.button.lightred {
	background-color: #f85452 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #fa7c00 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff61a0 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #8528a8 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	color: #fff !important;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.gray-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 10px 15px 20px;	
}	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content  */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.search-form {
	width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky { }

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.author-box {
	background: #f5f5f5;
	padding: 30px;
	padding: 1.875rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.author-box a { }

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.3;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widgettitle {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;	
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */


.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;	
}

/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
}

.slider .wrap {
    margin: 0 auto;
    width: 1140px;	
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}

/* Welcome
--------------------------------------------- */

.welcome {
    clear: both;
}

.welcome-wide {
	clear: both;
}

.welcome-wide .wrap {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 auto;
    overflow: hidden;	
    padding: 40px 0;
    padding: 2.5rem 0;
	text-align: center;	
    width: 1140px;
}

.welcome-wide .wrap h4 {
    font-size: 28px;
    font-size: 1.75rem;		
}

.welcome-wide .widget {
	margin: 0 0 20px;
}

/* Welcome Features 1-3 */

.welcome-features {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.welcome-features .wrap {
	border-top: 1px solid #eee;
    margin: 0 auto;	
    padding: 80px 0 40px;
    padding: 5rem 0 2.5rem;
    width: 1140px;
}

.welcome-features .widget {
	margin: 0 0 20px;
}

.welcome-feature-1,
.welcome-feature-2 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.welcome-feature-3 {
	float: right;
    width: 32%;
}	

.welcome-feature-1 .widgettitle, 
.welcome-feature-2 .widgettitle, 
.welcome-feature-3 .widgettitle {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.welcome-feature-1 h4, 
.welcome-feature-2 h4, 
.welcome-feature-3 h4 {
	font-size: 18px;
	font-size: 1.125rem;
    margin: 10px 0;
    padding: 0;
}

.welcome-feature-1 p, 
.welcome-feature-2 p, 
.welcome-feature-3 p {
	margin: 0 0 20px;
}

/* Home Middle
--------------------------------------------- */

.home-middle {
	clear: both;
	overflow: hidden;
}

.home-middle .wrap {
	border-top: 1px solid #eee;
	padding: 80px 0 40px;
	padding: 5rem 0 2.5rem;
	margin: 0 auto;
	width: 1140px;
}

.home-middle h2,
.home-middle h4 {
	font-size: 18px;
	font-size: 1.125rem;
}
	
.home-middle .widget {
	margin: 0 0 20px;
	padding: 0;
}
	
.home-middle-1 {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

.home-middle-2 {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

.home-middle-wide {
	clear: both;
}

.home-middle-wide .wrap {
	border-top: 1px solid #eee;
	clear: both;
	margin: 0 auto;
	padding: 80px 0 0;
	padding: 5rem 0 0;
}

.home-middle-wide .widget {
	margin: 0 0 60px;
	padding: 0;
}

.home-middle-wide .wrap h4 {
	font-size: 26px;
	font-size: 1.625rem;
}

/* Home Feature Section
--------------------------------------------- */

.home-features {
	clear: both;
}

.home-features .wrap {
    border-top: 1px solid #eee;
	padding: 80px 0 40px;
	padding: 5rem 0 2.5rem;
}

.home-features .widget {
	margin: 0 0 20px;
	padding: 0;
}

.home-feature-1,
.home-feature-2,
.home-feature-3 {
	float: left;
	margin: 0 3.3% 0 0;
	width: 22.5%;
}

.home-feature-4 {
	float: right;
	margin: 0;
	width: 22.5%;
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	clear: both;
	overflow: hidden;
}

.home-bottom .wrap {
	border-top: 1px solid #eee;
	padding: 80px 0 40px;
	padding: 5rem 0 2.5rem;
	margin: 0 auto;
	width: 1140px;
}

.home-bottom h2,
.home-bottom h4 {
	font-size: 18px;
	font-size: 1.125rem;
}
	
.home-bottom .widget {
	margin: 0 0 20px;
	padding: 0;
}
	
.home-bottom-sidebar-1 {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

.home-bottom-sidebar-2 {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

/* Home Bottom Message
--------------------------------------------- */

.home-bottom-message {
    clear: both;
    overflow: hidden;
    text-align: center;	
}

.home-bottom-message .wrap {
	border-top: 1px solid #eee;
	font-size: 22px;
	font-size: 1.375rem;
	padding: 80px 0 0;
	padding: 5rem 0 0;
}

.home-bottom-message .wrap h4 {
	font-size: 28px;
	font-size: 1.75rem;
}

.home-bottom-message .widget {
	margin: 0 0 20px;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.home .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.home-bottom .featured-content .post {
	margin: 0 0 20px;
}

.featured-content .entry-title {
	border: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 10px 0;
	margin: 0.625rem 0;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #333;
	border: 1px solid #000;
	color: #fff;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	color: #fff;
	border: none;
	width: 100%;;
}

.enews-widget input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	text-decoration: underline;
	transition:all .5s ease;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.menu-testata {
	background: rgba(22, 44, 64, 0.95);
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3000;
	transition: transform 0.35s ease;
	will-change: transform;
	--menu-left-pad: 20px;
}

.menu-testata__logo {
	align-items: center;
	display: flex;
	padding: 12px var(--menu-left-pad);
}

.menu-testata__logo img {
	height: 32px;
	width: auto;
}

.menu-testata .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	margin-left: 0;
	padding: 8px 0 12px;
}

.menu-testata__nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: auto;
	padding-right: 30px;
}

.menu-testata__langs {
	display: inline-flex;
	gap: 12px;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 4px 0 2px;
	position: relative;
	top: 5px;
}

.menu-testata__langs a {
	color: #fff;
	text-decoration: none;
}

.menu-testata__langs a:hover {
	color: #e3f0ff;
}

.menu-testata .menu li {
	margin: 0 12px;
}

.menu-testata .menu a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.menu-testata .menu a:hover {
	color: #e3f0ff;
	text-decoration: none;
}

.menu-testata .menu .menu-item {
	position: relative;
}

.menu-testata .menu .menu-item--mobile-logo {
	display: none;
	margin: 0 0 14px;
}

.menu-testata .menu .menu-item--mobile-logo img {
	display: block;
	height: 28px;
	width: auto;
}

.menu-testata .menu .submenu-toggle {
	display: none;
}

.menu-testata .menu .sub-menu {
	display: none;
	background: rgba(22, 44, 64, 0.95);
	list-style: none;
	margin: 0;
	min-width: 180px;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3100;
}

.menu-testata.is-scrolled {
	background: rgba(22, 44, 64, 0.85);
}

.menu-testata.is-hidden {
	transform: translateY(-110%);
}

.menu-testata .menu .sub-menu a {
	display: block;
	padding: 8px 16px;
	background: transparent;
	line-height: 1.4;
	white-space: normal;
}

.menu-testata .menu .menu-item:hover > .sub-menu {
	display: block;
}

.menu-testata .menu .sub-menu a:hover {
	background: none;
	color: #4f95ce;
}

body.admin-bar .menu-testata {
	top: 32px;
}

.site-header .wrap {
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	padding: 1.875rem 0;
}

.home .site-header .wrap {
	border: none;
}

.site-footer {
	display: none;
}


/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	float: left;
	padding: 0;
	padding: 0;
	width: 360px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 48px;
	font-size: 3rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	line-height: 1;
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
}

.site-title a {
	color: #333;
	font-weight: 700;
}

.site-title a:hover {
	color: #888;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	border-bottom: none;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 0;
	height: 0;
	width: auto;
	overflow: hidden;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 2.5rem 0;
}

.site-header .search-form {
	float: right;
	width: 300px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #ccc;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #888;
	display: block;
	font-weight: 700;
	padding: 13px;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	padding: 13px 26px 13px 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #f5f5f5;
}

.genesis-nav-menu > .menu-item > a { 
	color: #888;
}

.genesis-nav-menu .sub-menu {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 202px;
	z-index: 110;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	color: #666;
	letter-spacing: 0;
	padding: 13px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -49px 0 0 201px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .right :hover {
    background: none;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

.genesis-nav-menu > .search input {
	padding: 6px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #888;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #000;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { }

.site-header .sub-menu .sub-menu {
	margin-top: -49px;
}

.site-header .sub-menu a:hover {
	background: #f5f5f5;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {	
	clear: both;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #000;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	background: #f5f5f5;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #000;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	background: #f5f5f5;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 201px;
}

/* Responsive Menu
--------------------------------------------- */
* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#responsive-menu-icon {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 10px 10px auto;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  top: 5px;
}

#responsive-menu-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#responsive-menu-icon span:nth-child(1) {
  top: 0px;
}

#responsive-menu-icon span:nth-child(2) {
  top: 8px;
}
#responsive-menu-icon span:nth-child(3) {
  top: 16px;
}

#responsive-menu-icon3 span:nth-child(4) {
  top: 36px;
}

#responsive-menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#responsive-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#responsive-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:8px;
}

#responsive-menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	/*color: #141929;
	content: "\f333";
	font: normal 30px/1 'dashicons';*/
	margin: 0 auto;
	position: relative;
    z-index: 9999;
	
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #888;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ol.alphabetic li {
    list-style: lower-alpha;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta a {
	font-weight: 400;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 32px 0 8px;
	padding: 2rem 0 0.5rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

.bypostauthor { }

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #000;
	color: #aaa;
	padding: 30px;
	padding: 1.875rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
}

.content .portfolio {
	background: none;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0 0 10px;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	margin: 0 0 10px;
}
	
.portfolio .entry-title a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #333;
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;	
	padding: 5px 10px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 120px;
}
	
.content .portfolio .more-link:hover {
	background: #666;
	color: #fff;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

/* Content Align (Left & Right) ----------- */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}


/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {		
	background-color: #f7f7f7;	
	border-top: 1px solid #e3e3e3;	
	clear: both;
}

.footer-widgets .wrap {
	padding: 80px 0 40px;
	padding: 5rem 0 2.5rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin: 0 4.166666666% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	float: right;
	width: 30.555555555%;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #888;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widgettitle {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: 0 0 10px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #f7f7f7;
	color: #888;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #e3e3e3;
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
}

.site-footer a { 
	color: #000;
	font-weight: 400;
}

.site-footer p {
	margin: 0;
}


/* 
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Adapt Blue
--------------------------------------------- */
 
.adapt-blue a {
	color: #4199ea;
}

.adapt-blue h2 a, 
.adapt-blue h2 a:visited {
	color: #333;
}

.adapt-blue h2 a:hover {
	color: #4199ea;
}

.adapt-blue .site-title a {
	color: #4199ea;
}

.adapt-blue .site-title a:hover {
	color: #888;
}

.adapt-blue .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-blue .site-header .genesis-nav-menu a:hover {
	color: #4199ea;
}

.adapt-blue .nav-primary a:hover,
.adapt-blue .nav-primary .current-menu-item > a {
	color: #4199ea;
}

.adapt-blue .nav-secondary a:hover,
.adapt-blue .nav-secondary .current-menu-item > a {
	color: #4199ea;
}

.adapt-blue .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-blue .genesis-nav-menu .sub-menu a:hover,
.adapt-blue .nav-secondary .sub-menu a:hover,
.adapt-blue .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #4199ea;
}

.adapt-blue .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-blue .entry-title a:hover {
	color: #4199ea;
}

.adapt-blue .archive-pagination li a:hover,
.adapt-blue .archive-pagination li.active a {
	background: #4199ea;
}

.adapt-blue a.button.small,
.adapt-blue a.button.medium,
.adapt-blue a.button.large {
	background: #4199ea;
} 

.adapt-blue button,
.adapt-blue input[type="button"],
.adapt-blue input[type="reset"],
.adapt-blue input[type="submit"] {
	background: #4199ea;
}	

.adapt-blue button:hover,
.adapt-blue input:hover[type="button"],
.adapt-blue input:hover[type="reset"],
.adapt-blue input:hover[type="submit"] {
	background: #5bb0ff;
}

.adapt-blue span.circle {
	background: #4199ea;
}

.adapt-blue .sidebar .enews-widget input[type="submit"] {
	background: #4199ea;
}

.adapt-blue .sidebar .enews-widget input:hover[type="submit"] {
	background: #5bb0ff;
}

.adapt-blue .portfolio .more-link {
	background: #4199ea;
}

.adapt-blue .content .portfolio .more-link:hover {
	background: #5bb0ff;
}

/* Adapt Dark
--------------------------------------------- */

.adapt-dark {
	background-color: #222;
	color: #aaa;
}

.adapt-dark p {
	color: #aaa;
}

.adapt-dark a {
	color: #fff;
}

.adapt-dark h1, 
.adapt-dark h2, 
.adapt-dark h2 a, 
.adapt-dark h2 a:visited, 
.adapt-dark h3, 
.adapt-dark h4, 
.adapt-dark h5, 
.adapt-dark h6 {
	color: #fff;
}

.adapt-dark .nav-secondary {
	background: #444;
}

.adapt-dark .nav-primary a:hover,
.adapt-dark .nav-primary .current-menu-item > a {
	color: #fff;
}

.adapt-dark .site-header .wrap {
	border-bottom: 1px solid #444;
}

.adapt-dark .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-dark .site-header .genesis-nav-menu a:hover {
	color: #fff;
}

.adapt-dark .nav-secondary a:hover, 
.adapt-dark .nav-secondary .current-menu-item > a {
color: #fff;
}

.adapt-dark .genesis-nav-menu a {
	color: #aaa;
}

.adapt-dark .genesis-nav-menu .sub-menu {
	box-shadow: 0 2px 1px #000;
	-moz-box-shadow: 0 2px 1px #000;
	-webkit-box-shadow: 0 2px 1px #000;
	border: 1px solid #000;
}

.adapt-dark .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border-bottom: 1px solid #333;
}

.adapt-dark .genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.adapt-dark .welcome-features .wrap,
.adapt-dark .home-middle-wide .wrap,
.adapt-dark .home-features .wrap,
.adapt-dark .home-bottom .wrap,
.adapt-dark .home-bottom-message .wrap {
	border-top: 1px solid #444;
}

.adapt-dark .home-mid-features {
	background: #000;
}

.adapt-dark .entry-footer .entry-meta {
	border-top: 1px solid #444;
}

.adapt-dark .archive-pagination li a:hover,
.adapt-dark .archive-pagination li.active a {
	background: #000;
}

.adapt-dark .author-box {
	background: #444;
}

.adapt-dark a.button.small,
.adapt-dark a.button.medium,
.adapt-dark a.button.large {
	background: #444;
} 

.adapt-dark .quote {
	background: #fff;
}

.adapt-dark .quote blockquote a,
.adapt-dark .quote-gray blockquote a  {
	color: #000;
}

.adapt-dark .download-box,
.adapt-dark .info-box,
.adapt-dark .alert-box,
.adapt-dark .note-box {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.adapt-dark .tagcloud a {
	background: #444;
}

.adapt-dark .portfolio .more-link {
	background: #444;
}

.adapt-dark .sidebar .enews-widget {
	background: #444;
}

.adapt-dark .enews-widget .widgettitle {
	color: #fff;
}

.adapt-dark .entry-comments a,
.adapt-dark #respond a {
    color: #666;
 }
 
.adapt-dark .footer-widgets {
 	background-color: #111;
 }

.adapt-dark button,
.adapt-dark input[type="button"],
.adapt-dark input[type="reset"],
.adapt-dark input[type="submit"] {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #444;
	border: 1px solid #000;
}

.adapt-dark .footer-widgets {
	border-top: 1px solid #000;
}

.adapt-dark .site-footer {
	background: #111;
}

.adapt-dark .site-footer .wrap {
	border-top: 1px solid #444;
}

/* Adapt Green
--------------------------------------------- */
 
.adapt-green a {
	color: #8dd125;
}

.adapt-green h2 a, 
.adapt-green h2 a:visited {
	color: #333;
}

.adapt-green h2 a:hover {
	color: #8dd125;	
}

.adapt-green .site-title a {
	color: #8dd125;
}

.adapt-green .site-title a:hover {
	color: #888;
}

.adapt-green .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-green .site-header .genesis-nav-menu a:hover {
	color: #8dd125;
}

.adapt-green .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-green .nav-primary a:hover,
.adapt-green .nav-primary .current-menu-item > a {
	color: #8dd125;
}

.adapt-green .nav-secondary a:hover,
.adapt-green .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-green .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-green .genesis-nav-menu .sub-menu a:hover,
.adapt-green .nav-secondary .sub-menu a:hover,
.adapt-green .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #8dd125;
}

.adapt-green .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-green .entry-title a:hover {
	color: #8dd125;
}

.adapt-green .archive-pagination li a:hover,
.adapt-green .archive-pagination li.active a {
	background: #8dd125;
}

.adapt-green a.button.small,
.adapt-green a.button.medium,
.adapt-green a.button.large {
	background: #8dd125;
} 

.adapt-green button,
.adapt-green input[type="button"],
.adapt-green input[type="reset"],
.adapt-green input[type="submit"] {
	background: #8dd125;
}	

.adapt-green button:hover,
.adapt-green input:hover[type="button"],
.adapt-green input:hover[type="reset"],
.adapt-green input:hover[type="submit"] {
	background: #97e028;
}

.adapt-green span.circle {
	background: #8dd125;
}

.adapt-green .sidebar .enews-widget input[type="submit"] {
	background: #8dd125;
}

.adapt-green .sidebar .enews-widget input:hover[type="submit"] {
	background: #97e028;
}

.adapt-green .portfolio .more-link {
	background: #8dd125;
}

.adapt-green .content .portfolio .more-link:hover {
	background: #97e028;
}

/* Adapt Light Blue
--------------------------------------------- */
 
.adapt-lightblue a {
	color: #6bc5fe;
}

.adapt-lightblue h2 a, 
.adapt-lightblue h2 a:visited {
	color: #333;
}

.adapt-lightblue h2 a:hover {
	color: #6bc5fe;
}

.adapt-lightblue .site-title a {
	color: #6bc5fe;
}

.adapt-lightblue .site-title a:hover {
	color: #888;
}

.adapt-lightblue .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-lightblue .site-header .genesis-nav-menu a:hover {
	color: #6bc5fe;
}

.adapt-lightblue .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-lightblue .nav-primary a:hover,
.adapt-lightblue .nav-primary .current-menu-item > a {
	color: #6bc5fe;
}

.adapt-lightblue .nav-secondary a:hover,
.adapt-lightblue .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-lightblue .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-lightblue .genesis-nav-menu .sub-menu a:hover,
.adapt-lightblue .nav-secondary .sub-menu a:hover,
.adapt-lightblue .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #6bc5fe;
}

.adapt-lightblue .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-lightblue .entry-title a:hover {
	color: #6bc5fe;
}

.adapt-lightblue .archive-pagination li a:hover,
.adapt-lightblue .archive-pagination li.active a {
	background: #6bc5fe;
}

.adapt-lightblue a.button.small,
.adapt-lightblue a.button.medium,
.adapt-lightblue a.button.large {
	background: #6bc5fe;
} 

.adapt-lightblue button,
.adapt-lightblue input[type="button"],
.adapt-lightblue input[type="reset"],
.adapt-lightblue input[type="submit"] {
	background: #6bc5fe;
}	

.adapt-lightblue button:hover,
.adapt-lightblue input:hover[type="button"],
.adapt-lightblue input:hover[type="reset"],
.adapt-lightblue input:hover[type="submit"] {
	background: #90d4ff;
}

.adapt-lightblue span.circle {
	background: #6bc5fe;
}

.adapt-lightblue .sidebar .enews-widget input[type="submit"] {
	background: #6bc5fe;
}

.adapt-lightblue .sidebar .enews-widget input:hover[type="submit"] {
	background: #90d4ff;
}

.adapt-lightblue .portfolio .more-link {
	background: #6bc5fe;
}

.adapt-lightblue .content .portfolio .more-link:hover {
	background: #90d4ff;
}

/* Adapt Light Gray
--------------------------------------------- */

.adapt-lightgray {
	background-color: #eaeaea;
}

.adapt-lightgray .site-header .wrap {
	border-bottom: 1px solid #ccc;
}

.adapt-lightgray .welcome-features .wrap,
.adapt-lightgray .home-middle-wide .wrap,
.adapt-lightgray .home-features .wrap,
.adapt-lightgray .home-bottom .wrap,
.adapt-lightgray .home-bottom-message .wrap {
	border-top: 1px solid #ccc;
}

.adapt-lightgray .entry-footer .entry-meta {
	border-top: 1px solid #ccc;
}

.adapt-lightgray .home-mid-features {
	background: #ddd;
}

.adapt-lightgray .quote {
	background: #fff;
}

.adapt-lightgray .tagcloud a {
	background: #d5d5d5;
}

.adapt-lightgray .footer-widgets {
	background: #ccc;
}

.adapt-lightgray .site-footer {
	background: #ccc;
}

.adapt-lightgray .site-footer .wrap {
	border-top: 1px solid #aaa;
}

/* Adapt Orange
--------------------------------------------- */
 
.adapt-orange a {
	color: #fd6d16;
}

.adapt-orange h2 a, 
.adapt-orange h2 a:visited {
	color: #333;
}

.adapt-orange h2 a:hover {
	color: #fd6d16;
}

.adapt-orange .site-title a {
	color: #fd6d16;
}

.adapt-orange .site-title a:hover {
	color: #888;
}

.adapt-orange .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-orange .site-header .genesis-nav-menu a:hover {
	color: #fd6d16;
}

.adapt-orange .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-orange .nav-primary a:hover,
.adapt-orange .nav-primary .current-menu-item > a {
	color: #fd6d16;
}

.adapt-orange .nav-secondary a:hover,
.adapt-orange .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-orange .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-orange .genesis-nav-menu .sub-menu a:hover,
.adapt-orange .nav-secondary .sub-menu a:hover,
.adapt-orange .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fd6d16;
}

.adapt-orange .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-orange .entry-title a:hover {
	color: #fd6d16;
}

.adapt-orange .archive-pagination li a:hover,
.adapt-orange .archive-pagination li.active a {
	background: #fd6d16;
}

.adapt-orange a.button.small,
.adapt-orange a.button.medium,
.adapt-orange a.button.large {
	background: #fd6d16;
} 

.adapt-orange button,
.adapt-orange input[type="button"],
.adapt-orange input[type="reset"],
.adapt-orange input[type="submit"] {
	background: #fd6d16;
}	

.adapt-orange button:hover,
.adapt-orange input:hover[type="button"],
.adapt-orange input:hover[type="reset"],
.adapt-orange input:hover[type="submit"] {
	background: #ff8439;
}

.adapt-orange span.circle {
	background: #fd6d16;
}

.adapt-orange .sidebar .enews-widget input[type="submit"] {
	background: #fd6d16;
}

.adapt-orange .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff8439;
}

.adapt-orange .portfolio .more-link {
	background: #fd6d16;
}

.adapt-orange .content .portfolio .more-link:hover {
	background: #ff8439;
}

/* Adapt Pink
--------------------------------------------- */
 
.adapt-pink a {
	color: #ea5692;
}

.adapt-pink h2 a, 
.adapt-pink h2 a:visited {
	color: #333;
}

.adapt-pink h2 a:hover {
	color: #ea5692;
}

.adapt-pink .site-title a {
	color: #ea5692;
}

.adapt-pink .site-title a:hover {
	color: #888;
}

.adapt-pink .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-pink .site-header .genesis-nav-menu a:hover {
	color: #ea5692;
}

.adapt-pink .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-pink .nav-primary a:hover,
.adapt-pink .nav-primary .current-menu-item > a {
	color: #ea5692;
}

.adapt-pink .nav-secondary a:hover,
.adapt-pink .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-pink .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-pink .genesis-nav-menu .sub-menu a:hover,
.adapt-pink .nav-secondary .sub-menu a:hover,
.adapt-pink .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #ea5692;
}

.adapt-pink .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-pink .entry-title a:hover {
	color: #ea5692;
}

.adapt-pink .archive-pagination li a:hover,
.adapt-pink .archive-pagination li.active a {
	background: #ea5692;
}

.adapt-pink a.button.small,
.adapt-pink a.button.medium,
.adapt-pink a.button.large {
	background: #ea5692;
} 

.adapt-pink button,
.adapt-pink input[type="button"],
.adapt-pink input[type="reset"],
.adapt-pink input[type="submit"] {
	background: #ea5692;
}	

.adapt-pink button:hover,
.adapt-pink input:hover[type="button"],
.adapt-pink input:hover[type="reset"],
.adapt-pink input:hover[type="submit"] {
	background: #ff5e9f;
}

.adapt-pink span.circle {
	background: #ea5692;
}

.adapt-pink .sidebar .enews-widget input[type="submit"] {
	background: #ea5692;
}

.adapt-pink .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff5e9f;
}

.adapt-pink .portfolio .more-link {
	background: #ea5692;
}

.adapt-pink .content .portfolio .more-link:hover {
	background: #ff5e9f;
}

/* Adapt Purple
--------------------------------------------- */
 
.adapt-purple a {
	color: #7154c4;
}

.adapt-purple h2 a, 
.adapt-purple h2 a:visited {
	color: #333;
}

.adapt-purple h2 a:hover {
	color: #7154c4;
}

.adapt-purple .site-title a {
	color: #7154c4;
}

.adapt-purple .site-title a:hover {
	color: #888;
}

.adapt-purple .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-purple .site-header .genesis-nav-menu a:hover {
	color: #7154c4;
}

.adapt-purple .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-purple .nav-primary a:hover,
.adapt-purple .nav-primary .current-menu-item > a {
	color: #7154c4;
}

.adapt-purple .nav-secondary a:hover,
.adapt-purple .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-purple .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-purple .genesis-nav-menu .sub-menu a:hover,
.adapt-purple .nav-secondary .sub-menu a:hover,
.adapt-purple .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #7154c4;
}

.adapt-purple .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-purple .entry-title a:hover {
	color: #7154c4;
}

.adapt-purple .archive-pagination li a:hover,
.adapt-purple .archive-pagination li.active a {
	background: #7154c4;
}

.adapt-purple a.button.small,
.adapt-purple a.button.medium,
.adapt-purple a.button.large {
	background: #7154c4;
} 

.adapt-purple button,
.adapt-purple input[type="button"],
.adapt-purple input[type="reset"],
.adapt-purple input[type="submit"] {
	background: #7154c4;
}	

.adapt-purple button:hover,
.adapt-purple input:hover[type="button"],
.adapt-purple input:hover[type="reset"],
.adapt-purple input:hover[type="submit"] {
	background: #8965eb;
}

.adapt-purple span.circle {
	background: #7154c4;
}

.adapt-purple .sidebar .enews-widget input[type="submit"] {
	background: #7154c4;
}

.adapt-purple .sidebar .enews-widget input:hover[type="submit"] {
	background: #8965eb;
}

.adapt-purple .portfolio .more-link {
	background: #7154c4;
}

.adapt-purple .content .portfolio .more-link:hover {
	background: #8965eb;
}

/* Adapt Red
--------------------------------------------- */
 
.adapt-red a {
	color: #f5392a;
}

.adapt-red h2 a, 
.adapt-red h2 a:visited {
	color: #333;
}

.adapt-red h2 a:hover {
	color: #f5392a;
}

.adapt-red .site-title a {
	color: #f5392a;
}

.adapt-red .site-title a:hover {
	color: #888;
}

.adapt-red .site-header .genesis-nav-menu .current-menu-item > a,
.adapt-red .site-header .genesis-nav-menu a:hover {
	color: #f5392a;
}

.adapt-red .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.adapt-red .nav-primary a:hover,
.adapt-red .nav-primary .current-menu-item > a {
	color: #f5392a;
}

.adapt-red .nav-secondary a:hover,
.adapt-red .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.adapt-red .genesis-nav-menu .sub-menu a {
	color: #666;
}

.adapt-red .genesis-nav-menu .sub-menu a:hover,
.adapt-red .nav-secondary .sub-menu a:hover,
.adapt-red .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #f5392a;
}

.adapt-red .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.adapt-red .entry-title a:hover {
	color: #f5392a;
}

.adapt-red .archive-pagination li a:hover,
.adapt-red .archive-pagination li.active a {
	background: #f5392a;
}

.adapt-red a.button.small,
.adapt-red a.button.medium,
.adapt-red a.button.large {
	background: #f5392a;
} 

.adapt-red button,
.adapt-red input[type="button"],
.adapt-red input[type="reset"],
.adapt-red input[type="submit"] {
	background: #f5392a;
}	

.adapt-red button:hover,
.adapt-red input:hover[type="button"],
.adapt-red input:hover[type="reset"],
.adapt-red input:hover[type="submit"] {
	background: #ff574a;
}

.adapt-red span.circle {
	background: #f5392a;
}

.adapt-red .sidebar .enews-widget input[type="submit"] {
	background: #f5392a;
}

.adapt-red .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff574a;
}

.adapt-red .portfolio .more-link {
	background: #f5392a;
}

.adapt-red .content .portfolio .more-link:hover {
	background: #ff574a;
}



.head-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2500;
}


/* Box principale */

.slide-home-img.slide-home-img--punta {
    position: absolute;
    bottom: 0;
}
.dcd-hero {
    position: absolute;
    width: 279px;
    height: 230px;
    overflow: hidden;
    border-radius: 2px;
    background-image: url("truck-bg.jpg");
    background-size: cover;
    background-position: center;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
}

/* Overlay scuro */
.dcd-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  pointer-events: none;
}

/* Per stare sopra all’overlay */
.dcd-hero > *{
  position: relative;
  z-index: 1;
}

/* Logo in alto */
.dcd-logo{
  position: absolute;
  top: 18px;
  left: 22px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.dcd-logo__img{
  height: 44px;     /* regola in base al tuo logo */
  width: auto;
  display: block;
}

.dcd-logo__sub{
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: .95;
  margin-left: 6px; /* piccolo rientro come in foto */
}

/* Titoli centrali */
.dcd-center{
  position: absolute;
  left: 0;
  right: 0;
  top: 92px;
  text-align: center;
  padding: 0 14px;
}

.dcd-title{
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: .02em;
}

.dcd-title--top{
  font-size: 28px;
  font-weight: 300;
}

.dcd-title--bottom{
  font-size: 24px;
  font-weight: 800;
}

/* Barra inferiore */
.dcd-bottom{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 0 14px;
  background: rgba(0,0,0,.55);
}

.dcd-bottom__text{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Icona "play" (triangolo) */
.dcd-play{
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  opacity: .95;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

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

	.wrap,
	.site-header {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		/*width: 620px;*/
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

/* iPads (portrait)
--------------------------------------------- */

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-middle .wrap,
	.home-middle-wide .wrap,
	.home-features .wrap,
	.home-bottom .wrap,
	.home-bottom-message .wrap,
	.footer-widgets .wrap {
		width: 90%;
	}
	
	.site-header .wrap {
		padding: 16px 0;
	    padding: 1rem 0;
	}
	
	.title-area {
		padding: 16px 0;
		padding: 1rem 0;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#comments,
	#respond {
		padding: 0;
	}

	.site-inner {
		background: none;
	}
	
	.nav-primary {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	
	.site-header .search-form {
		width: 80%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1rem auto;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 0.75rem;
	}
	
	.feature-margin {
		margin: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 2.5rem;
	}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */

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

	.home-middle-1,
	.home-middle-2,
	.home-bottom-sidebar-1,
	.home-bottom-sidebar-2,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-feature-1,
	.home-feature-3 {
		float: left;
		width: 48%;
	}
	
	.home-feature-2,
	.home-feature-4 {
		float: right;
		margin: 0;
		width: 48%;
	}
	
	.home-feature-3 {
		clear: both;
	}
	
	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 46%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}
	
	.footer-widgets .widget {
		margin-bottom: 40px;
		margin-bottom: 2.5rem;
	}

	.footer-widgets,
	.footer-widgets .wrap,
	.site-footer,
	.site-footer .wrap {
		text-align: center;
	}

	.footer-widgets ul {
		margin: 0;
		padding: 0;
	}

	.footer-widgets li {
		margin-bottom: 10px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		text-align: center;
	}

	.footer-widgets .widget {
		text-align: center;
	}

	.menu-testata .menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		background: #162c40;
		height: 100vh;
		inset: 0;
		overflow-y: auto;
		min-height: 100vh;
		padding: 40px 24px 24px;
		position: fixed;
		width: 100%;
		z-index: 3200;
	}

	.cd-services-intro .wrap {
		max-width: 100%;
	}

	.cd-services-intro .wrap > * {
		max-width: 100%;
	}

	.menu-testata .menu .menu-item-has-children {
		position: relative;
		overflow: visible;
	}

	.menu-testata .menu .menu-item-has-children > a {
		position: relative;
		padding-right: 40px;
		z-index: 0;
	}

	.menu-testata .menu .submenu-toggle {
		background: none;
		border: 0;
		color: inherit;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 28px;
		position: absolute;
		right: 6px;
		top: 16px;
		transform: none;
		width: 28px;
		z-index: 2;
	}

	.menu-testata .menu .submenu-toggle::before {
		content: "";
		display: block;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #fff;
	}

	.menu-testata .menu .menu-open > .submenu-toggle::before {
		transform: rotate(180deg);
	}

	.menu-testata .menu .submenu-toggle:focus-visible {
		outline: 2px solid #fff;
		outline-offset: 2px;
	}

	.menu-testata .menu .sub-menu {
		background: transparent;
		border-left: 2px solid rgba(255, 255, 255, 0.35);
		margin-left: 23px;
		padding: 4px 0 8px 12px;
		position: static;
		width: 100%;
	}

	.menu-testata .menu .menu-item:hover > .sub-menu {
		display: none;
	}

	.menu-testata .menu .menu-open > .sub-menu {
		display: block;
	}

	body.menu-open .cd-ship-search {
		pointer-events: none;
		z-index: 0;
	}

	.menu-testata .menu li {
		margin: 0;
		width: 100%;
	}

	.menu-testata .menu .menu-item--mobile-logo {
		display: block;
	}

	.menu-testata .menu a {
		display: block;
		font-size: 22px;
		line-height: 1.4;
		padding: 14px 0;
	}

	.menu-testata .menu .sub-menu a {
		font-size: 16px;
	}

	.menu-testata .menu .sub-menu li {
		position: relative;
	}

	.menu-testata .menu .sub-menu li::before {
		content: "";
		position: absolute;
		left: -16px;
		top: 0.95em;
		transform: translateY(-50%);
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #fff;
	}

	.menu-testata .menu li {
		opacity: 0;
		transform: translateY(10px);
		animation: menu-reveal 1.5s ease forwards;
	}

	.menu-testata .menu li:nth-child(1) { animation-delay: 0s; }
	.menu-testata .menu li:nth-child(2) { animation-delay: 0.2s; }
	.menu-testata .menu li:nth-child(3) { animation-delay: 0.4s; }
	.menu-testata .menu li:nth-child(4) { animation-delay: 0.6s; }
	.menu-testata .menu li:nth-child(5) { animation-delay: 0.8s; }
	.menu-testata .menu li:nth-child(6) { animation-delay: 1s; }
	.menu-testata .menu li:nth-child(7) { animation-delay: 1.2s; }
	.menu-testata .menu li:nth-child(8) { animation-delay: 1.4s; }

	.cd-ship-search {
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		border: 0;
		border-radius: 0;
		justify-content: center;
		min-height: 52px;
		padding: 14px 16px;
	}

	.cd-ship-search__text {
		flex-direction: row;
		align-items: center;
		gap: 6px;
	}

	.cd-ship-search__row {
		gap: 6px;
	}

	@keyframes menu-reveal {
		from {
			opacity: 0;
			transform: translateY(10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.menu-testata .responsive-menu-icon {
		display: block;
		float: right;
		margin: 10px 10px auto;
	}

	.menu-testata__nav {
		flex-direction: column;
		align-items: flex-end;
		padding-right: 0;
	}

	.menu-testata__langs {
		margin: 0 0px 0 0;
	}
	.genesis-nav-menu.menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.menu li.current-menu-item > a,
	.genesis-nav-menu.menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.menu li a,
	.genesis-nav-menu.menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.menu .sub-menu li a,
	.genesis-nav-menu.menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.menu .current-menu-item > a,
	.genesis-nav-menu.menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.menu .current-menu-item > a,
	.site-header .genesis-nav-menu.menu .sub-menu li a,
	.site-header .genesis-nav-menu.menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.menu .sub-menu,
	.site-header .genesis-nav-menu.menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.menu > li:hover > a,
	.site-header .genesis-nav-menu.menu a:hover {
		color: #fff;
	}

}


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

	.site-header {
		width: 100%;
	}

	.welcome-feature-1, 
	.welcome-feature-2, 
	.welcome-feature-3,
	.home-middle-1,
	.home-middle-2,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-bottom-1,
	.home-bottom-2 {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}
	
	.featured-content .entry {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
		
	.feature-right {
		float: none;
		margin: 40px auto 0;
		text-align: center;
		width: 100%;
	}
	
}

@media only screen and (max-width: 1024px) {
	.footer-widgets,
	.footer-widgets .wrap {
		text-align: center;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		margin: 0 0 24px;
		width: 100%;
	}

	.footer-widgets ul {
		margin: 0 auto;
		padding: 0;
	}

	.footer-widgets li {
		margin-bottom: 10px;
	}
}

/* ==========================================================================
   Heritage Page Template
   ========================================================================== */

.cd-heritage-page .site-inner,
.cd-logistica-page .site-inner,
.cd-parco-mezzi-page .site-inner {
	padding: 0;
	max-width: 100%;
	background: #f0f1f0;
}

.cd-heritage-page .content-sidebar-wrap,
.cd-heritage-page .content,
.cd-logistica-page .content-sidebar-wrap,
.cd-logistica-page .content,
.cd-parco-mezzi-page .content-sidebar-wrap,
.cd-parco-mezzi-page .content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.cd-heritage {
	background: #f0f1f0;
	min-height: 80vh;
	display: flex;
	align-items: center;
	width: 100%;
}

.cd-heritage__container {
	display: grid;
	grid-template-columns: 45% 55%;
	gap: 60px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 60px;
	align-items: center;
}

.cd-heritage__content {
	padding-right: 40px;
	grid-column: 1;
}

.cd-heritage__image {
	grid-column: 2;
}

.cd-heritage__small-image {
	max-width: 200px;
	margin-bottom: 40px;
}

.cd-heritage__small-image img {
	width: 100%;
	height: auto;
	display: block;
}

.cd-heritage__title {
	font-size: clamp(48px, 6vw, 72px);
	font-weight: 700;
	line-height: 1.1;
	color: #162c40;
	margin: 0 0 30px;
	letter-spacing: -0.02em;
}

.cd-heritage__subtitle {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	margin-bottom: 20px;
}

.cd-heritage__text {
	font-size: 17px;
	line-height: 1.8;
	color: #444;
}

.cd-heritage__text p {
	margin-bottom: 20px;
}

.cd-heritage__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Heritage Page Responsive */
@media only screen and (max-width: 1024px) {
	.cd-heritage__container {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 60px 40px;
	}

	.cd-heritage__content {
		padding-right: 0;
		grid-column: 1;
	}

	.cd-heritage__image {
		grid-column: 1;
	}

	.cd-heritage__title {
		font-size: 42px;
	}
}

@media only screen and (max-width: 768px) {
	.cd-heritage__container {
		padding: 100px 20px 40px;
		gap: 30px;
	}

	.cd-heritage__small-image {
		max-width: 150px;
		margin-bottom: 30px;
	}

	.cd-heritage__title {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.cd-heritage__text {
		font-size: 16px;
	}
}

/* Heritage Quote Section */
.cd-heritage-quote {
	background: #fff;
	padding: 80px 60px 40px;
	text-align: center;
}

.cd-heritage-quote__container {
	max-width: 900px;
	margin: 0 auto;
}

.cd-heritage-quote__title {
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.3;
	color: #162c40;
	margin: 0 0 30px;
}

.cd-heritage-quote__text {
	font-size: 17px;
	line-height: 1.8;
	color: #555;
}

.cd-heritage-quote__text p {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.cd-heritage-quote {
		padding: 60px 20px;
	}

	.cd-heritage-quote__title {
		font-size: 24px;
	}

	.cd-heritage-quote__text {
		font-size: 16px;
	}
}

/* Heritage Expand Image Section */
.cd-heritage-expand {
	height: 150vh;
	position: relative;
	background: #fff;
}

.cd-heritage-expand__sticky {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.cd-heritage-expand__image-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	clip-path: inset(0 40% 0 40%);
	will-change: clip-path;
}

.cd-heritage-expand__image-wrapper img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

/* Mosaic grid for 4 images */
.cd-heritage-expand__image-wrapper.cd-mosaic {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 4px;
}

.cd-heritage-expand__image-wrapper.cd-mosaic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ==========================================================================
   Mosaic Gallery Section (masonry layout)
   ========================================================================== */

.cd-mosaic-gallery {
	width: 100%;
	background: #f0f1f0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.cd-mosaic-gallery__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr auto;
	gap: 0;
	width: 100%;
}

/* Masonry layout: first image spans 2 rows, fourth spans full width */
.cd-mosaic-gallery__grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1.4s ease, transform 1.4s ease;
}

.cd-mosaic-gallery.is-visible .cd-mosaic-gallery__grid img {
	opacity: 1;
	transform: translateY(0);
}

.cd-mosaic-gallery.is-visible .cd-mosaic-gallery__grid img:nth-child(1) {
	transition-delay: 0s;
}

.cd-mosaic-gallery.is-visible .cd-mosaic-gallery__grid img:nth-child(2) {
	transition-delay: 0.3s;
}

.cd-mosaic-gallery.is-visible .cd-mosaic-gallery__grid img:nth-child(3) {
	transition-delay: 0.6s;
}

.cd-mosaic-gallery.is-visible .cd-mosaic-gallery__grid img:nth-child(4) {
	transition-delay: 0.9s;
}

.cd-mosaic-gallery__grid img:nth-child(1) {
	grid-column: 1;
	grid-row: 1 / 3;
}

.cd-mosaic-gallery__grid img:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.cd-mosaic-gallery__grid img:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

.cd-mosaic-gallery__grid img:nth-child(4) {
	grid-column: 1 / 3;
	grid-row: 3;
	height: 400px;
}

/* Spacing after mosaic */
.cd-mosaic-gallery + .cd-services {
	padding-top: 140px;
}

@media only screen and (max-width: 768px) {
	.cd-mosaic-gallery__grid {
		height: auto;
		max-height: none;
		min-height: 0;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
	}
	
	.cd-mosaic-gallery__grid img:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
	}
	
	.cd-mosaic-gallery__grid img:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
	}
	
	.cd-mosaic-gallery__grid img:nth-child(3) {
		grid-column: 1;
		grid-row: 3;
	}
	
	.cd-mosaic-gallery__grid img {
		height: 250px;
	}
	
	.cd-mosaic-gallery__grid img:nth-child(4) {
		grid-column: 1;
		grid-row: 4;
		height: 250px;
	}
}

@media only screen and (max-width: 768px) {
	.cd-heritage-expand__image-wrapper {
		clip-path: inset(0 30% 0 30%);
	}
	
	.cd-heritage-expand__image-wrapper.cd-mosaic {
		gap: 2px;
	}
}

/* ==========================================================================
   Heritage Timeline Section
   ========================================================================== */

.cd-timeline {
	background: #f0f1f0;
	padding: 100px 20px;
}

.cd-timeline__header {
	text-align: center;
	margin-bottom: 80px;
}

.cd-timeline__main-title {
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 700;
	color: #162c40;
	margin: 0 0 15px;
}

.cd-timeline__subtitle {
	font-size: 18px;
	color: #666;
	margin: 0;
}

.cd-timeline__container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
}

/* Linea centrale */
.cd-timeline__line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #184e79;
	transform: translateX(-50%);
	z-index: 0;
}

/* Riga della timeline */
.cd-timeline__row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.cd-timeline__row.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Animazione contenuto sinistro - entra da sinistra */
.cd-timeline__content--left {
	text-align: right;
	padding-right: 40px;
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}

.cd-timeline__row.is-visible .cd-timeline__content--left {
	opacity: 1;
	transform: translateX(0);
}

/* Animazione contenuto destro - entra da destra */
.cd-timeline__content--right {
	text-align: left;
	padding-left: 40px;
	opacity: 0;
	transform: translateX(30px);
	transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}

.cd-timeline__row.is-visible .cd-timeline__content--right {
	opacity: 1;
	transform: translateX(0);
}

/* Colonne sinistra e destra */
.cd-timeline__content {
	flex: 1;
	padding: 20px;
}

/* Pallino centrale con animazione scale */
.cd-timeline__dot {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 3px solid #184e79;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	margin-top: 5px;
	transform: scale(0);
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cd-timeline__row.is-visible .cd-timeline__dot {
	transform: scale(1);
}

.cd-timeline__year {
	font-size: 20px;
	font-weight: 700;
	color: #184e79;
	margin-bottom: 8px;
}

.cd-timeline__content h3 {
	font-size: 22px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 10px;
}

.cd-timeline__content p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin: 0;
}

/* Timeline Responsive */
@media only screen and (max-width: 768px) {
	.cd-timeline {
		padding: 60px 20px;
	}

	.cd-timeline__header {
		margin-bottom: 50px;
	}

	.cd-timeline__line {
		left: 20px;
		transform: none;
	}

	.cd-timeline__row {
		display: flex;
		flex-wrap: nowrap;
		position: relative;
		padding-left: 50px;
	}

	.cd-timeline__content--left {
		display: block;
		text-align: left;
		padding: 0;
	}

	.cd-timeline__content--left:empty {
		display: none;
	}

	.cd-timeline__content--right {
		text-align: left;
		padding: 0;
	}

	.cd-timeline__content--right:empty {
		display: none;
	}

	.cd-timeline__dot {
		position: absolute;
		left: 10px;
		top: 5px;
		flex-shrink: 0;
		transform: translateX(-50%);
	}

	.cd-timeline__year {
		font-size: 18px;
	}

	.cd-timeline__content h3 {
		font-size: 18px;
	}

	.cd-timeline__content p {
		font-size: 14px;
	}
}

/* ========================================
   CD SERVICES - Logistica Page
   ======================================== */

.cd-services {
	background-color: #f0f1f0;
	padding: 80px 0;
	position: relative;
	z-index: 2;
}

.cd-services__header {
	text-align: center;
	margin-bottom: 60px;
}

.cd-services__main-title {
	font-size: 42px;
	font-weight: 700;
	color: #162c40;
	margin: 0 0 20px 0;
	letter-spacing: -0.02em;
}

.cd-services__subtitle {
	font-size: 18px;
	line-height: 1.7;
	color: #555;
	max-width: 800px;
	margin: 0 auto;
}

.cd-services__subtitle strong {
	color: #162c40;
}

.cd-services__container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 30px;
}

.cd-services__row {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 40px 0;
	border-bottom: 1px solid rgba(22, 44, 64, 0.1);
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.cd-services__row:last-child {
	border-bottom: none;
}

.cd-services__row.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.cd-services__row:nth-child(1) { transition-delay: 0s; }
.cd-services__row:nth-child(2) { transition-delay: 0.1s; }
.cd-services__row:nth-child(3) { transition-delay: 0.2s; }
.cd-services__row:nth-child(4) { transition-delay: 0.3s; }

.cd-services__icon {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #162c40;
	border-radius: 12px;
	color: #fff;
}

.cd-services__icon svg {
	width: 32px;
	height: 32px;
}

.cd-services__content h3 {
	font-size: 22px;
	font-weight: 700;
	color: #162c40;
	margin: 0 0 10px 0;
}

.cd-services__content p {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

/* Logistica page body class */
.cd-logistica-page .cd-heritage {
	background-color: #f0f1f0;
}

/* Responsive */
@media only screen and (max-width: 768px) {
	.cd-services {
		padding: 60px 0;
	}
	
	.cd-services__main-title {
		font-size: 32px;
	}
	
	.cd-services__row {
		flex-direction: column;
		gap: 20px;
		padding: 30px 0;
	}
	
	.cd-services__content h3 {
		font-size: 20px;
	}
}

/* ==========================================================================
   Contatti Page Template
   ========================================================================== */

.cd-contatti-page .site-inner {
	padding: 0;
	max-width: 100%;
	background: #f0f1f0;
}

.cd-contatti-page .content-sidebar-wrap,
.cd-contatti-page .content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.cd-contatti {
	background: #f0f1f0;
	padding: 120px 60px 80px;
}

.cd-contatti__container {
	max-width: 1400px;
	margin: 0 auto;
}

.cd-contatti__header {
	text-align: center;
	margin-bottom: 80px;
}

.cd-contatti__title {
	font-size: 56px;
	font-weight: 700;
	color: #162c40;
	margin: 0 0 20px 0;
	letter-spacing: -0.02em;
}

.cd-contatti__subtitle {
	font-size: 20px;
	color: #555;
	margin: 0;
}

.cd-contatti__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: center;
}

.cd-contatti__card {
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.cd-contatti__card:nth-child(1) {
	flex: 0 0 100%;
	max-width: 100%;
}

.cd-contatti__card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.cd-contatti__card:nth-child(1) { transition-delay: 0s; }
.cd-contatti__card:nth-child(2) { transition-delay: 0.2s; }
.cd-contatti__card:nth-child(3) { transition-delay: 0.4s; }

.cd-contatti__card-icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #162c40;
	border-radius: 12px;
	color: #fff;
	margin-bottom: 24px;
}

.cd-contatti__card-title {
	font-size: 24px;
	font-weight: 700;
	color: #162c40;
	margin: 0 0 30px 0;
}

.cd-contatti__address,
.cd-contatti__info {
	margin-bottom: 24px;
}

.cd-contatti__address:last-child,
.cd-contatti__info:last-child {
	margin-bottom: 0;
}

.cd-contatti__address h3,
.cd-contatti__info h3 {
	font-size: 14px;
	font-weight: 600;
	color: #162c40;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 8px 0;
}

.cd-contatti__address p,
.cd-contatti__info p {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	margin: 0;
}

.cd-contatti__info a {
	color: #162c40;
	text-decoration: none;
	transition: color 0.3s ease;
}

.cd-contatti__info a:hover {
	color: #2a5a8a;
}

/* Map section */
.cd-contatti-map {
	width: 100%;
	line-height: 0;
	margin-bottom: 80px;
}

.cd-contatti-map iframe {
	width: 100%;
	height: 450px;
	display: block;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
	.cd-contatti__grid {
		flex-direction: column;
		gap: 30px;
	}
	
	.cd-contatti__card {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.cd-contatti {
		padding: 100px 20px 60px;
	}
	
	.cd-contatti__title {
		font-size: 36px;
	}
	
	.cd-contatti__subtitle {
		font-size: 16px;
	}
	
	.cd-contatti__header {
		margin-bottom: 40px;
	}
	
	.cd-contatti__card {
		padding: 24px;
	}
	
	.cd-contatti__card-icon {
		width: 52px;
		height: 52px;
		margin-bottom: 20px;
	}
	
	.cd-contatti__card-icon svg {
		width: 24px;
		height: 24px;
	}
	
	.cd-contatti__card-title {
		font-size: 20px;
		margin-bottom: 24px;
	}
	
	.cd-contatti__address h3,
	.cd-contatti__info h3 {
		font-size: 12px;
	}
	
	.cd-contatti__address p,
	.cd-contatti__info p {
		font-size: 16px;
	}
	
	.cd-contatti__address,
	.cd-contatti__info {
		margin-bottom: 20px;
	}
	
	.cd-contatti-map {
		margin-bottom: 60px;
	}
	
	.cd-contatti-map iframe {
		height: 280px;
	}
}

/* Cache bust: 1769100426 */
