/*
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 */

html {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 2000px;
}

li.btn a.menu-link span.text-wrap {
	   clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%)!important;
}


li.btn a.menu-link span.text-wrap:hover {
    opacity:0.8!important;
}

.form-submit {
	   clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.hexbtn .elementor-button {
		clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.hexbtn .elementor-button:hover {
		opacity:0.8;
}