/* 
Theme Name:		 Express Paint Theme
Theme URI:		 https://git.ceb02.ds.network/wordpress-setup-essentials/divi-sass-setup/
Description:	 Professional Painting Company in Cairns & Far North Queensland
Author:			 Crazy Domains
Template:		 Divi
Version:		 3.1.1
Text Domain:	 divi-child
*/
.header_top_con .et_pb_column_1_2    {
    span:hover::before{
    text-decoration:underline;
}
}

 @media (max-width: 981px){
       .gallery_con .uig-gallery-item{
            width: calc(50% - 8px)!important;
        }
    }
    
    @media (max-width: 480px){
       .gallery_con .uig-gallery-item{
            width: calc(100% - 0px)!important;
        }
    }