@media only Screen and (min-width: 768px){
	.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel{
		width: 600px;
	}
}

@media only Screen and (max-width: 767px){
	#sp-header{
		height: 80px !important;
	}
	#offcanvas-toggler{
		height: 80px;
		line-height: 80px;
	}
	#sp-header .logo{
		height: 65px;
	}
	#sp-header .logo a{
		height: 100%;
	}
	#sp-header .logo a img{
		height: 100% !important;
	}
}