/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* custom breakpoint - row class custom-stack-row  */
@media screen and (max-width: 1024px) {
    .g-cols.cols_2.custom-stack-row {
        grid-template-columns: 100% !important;
    }
}
/* social instagram icon */
.w-socials-item.instagram:hover {
  color: #aebee5 !important;
}
.w-socials-item.instagram .w-socials-item-link i {
  font-size: 1.4em !important;
  line-height: 32px !important;
}
