/* LOGO: Make retina quality */

.q_logo img{
	margin-top:16px;
	width:270px !important;
	height:58px !important;
}


/* This is not work - make first image full width
.elementor-section.elementor-section-boxed>.elementor-container:first-child{
	max-width: 2200px !important;
}

.elementor-section .elementor-container:first-child{
	margin-left:0px !important;
	margin-right:0px !important;
}

*/

/* LAYERSLIDER TEXT SIZING- REPONSIVE */

@media only screen and (max-width: 720px){
	h2.ls-layer{
		font-size:30px !important;
	}
	.ls-layer p{
		display:block;
		font-size:20px !important;
		text-align: center;
	}
}

