/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

@media (min-width: 1024px) {
	.md__cp_slide_left {
		clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
	}
}
@media (max-width: 1024px) {
	h1{
	word-break:break-word;
	}
}
.overflow-hidden{
	    overflow: hidden;
}

.text-decoration-none,.text-decoration-none a {
text-decoration: none !important;
}

.logo {
  display: none;
}

.page-header:not(.light) .logo-white {
  display: block;
}
.dark .logo-white {
  display: block;
}

.light .logo-black {
  display: block;
}