/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* ICONOS DELTA TREKKING */

.delta-icon svg {
  width: 40px;
  height: 40px;
  color: #f99b1c;
  stroke-width: 1.5;
  transition: all .3s ease;
}

.delta-icon:hover svg {
  color: #ffffff;
  transform: translateY(-2px);
}

.p0 p { margin:0; }

.btnHero { margin:0; }

.itinerario ul {
	margin-left:-12px;
	list-style:square;
}

.itinerario ul li::marker {
  color: #f99b1c;
}

.accordion .toggle {
	color: #f99b1c;
}

.accordion-title {
	font-size:90%;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.delta-icon svg {
  width: 30px;
  height: 30px;
}
	
	
}