/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* -- header -- */
@media (min-width: 1025px){
	.menu-tel{margin-right:25px;}
}


.float-col-img{transition: all 0.4s ease-in-out;}
.float-col-img img{transition: all 0.4s ease;}
.float-col-img:hover img{transform: translateY(-8px);}

