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

/* Parent stylesheet should be loaded from functions.php not using @import */
html:has(.main-scrollbar-auto) {
	overflow-y: auto !important;
}

a:focus {
	outline: none !important;
}

div#mobile-dropdown.clr nav.clr a:hover {
	color: var(--link-color);
}

div.gallery-effect-1 img,
div.gallery-effect-2 img {
	transition: all 0.2s ease-in-out;
}

div.gallery-effect-1 img:hover {
	transform: scale(1.1, 1.1);
}

div.gallery-effect-2 img:hover {
	transform: scale(1.025, 1.025);
}

div.tab-effect li.eael-tab-item-trigger {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out
}

div.custom-header-logo img {
	transition: all 0.3s ease-in-out;
}

div.custom-header-logo img:hover {
	transform: scale(1.1, 1.1);
}
