/*
Theme Name: Biznes proryv
Template: hello-elementor
*/

body {
	font-family: Montserrat;
}

.cut {
	clip-path: polygon(0 0,calc(100% - 40px) 0,100% 40px,100% 100%,40px 100%,0 calc(100% - 40px));
}

.blocky {
  clip-path: polygon(0 0,calc(100% - 40px) 0,100% 40px,100% 100%,40px 100%,0 calc(100% - 40px));
  position: relative;
  overflow: visible
}

.blocky .e-con-inner {
  position: relative;
  overflow: visible;
  padding: 15px;
}

.blocky .e-con-inner:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border: 8px solid #cfa54b;
    border-right: 0;
    border-bottom: 0;
    top: 0px;
    left: 0px;
}

div:has(> .blocky.hero):before {
	content: '';
	display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border: 8px solid #cfa54b;
    border-right: 0;
    border-bottom: 0;
    top: 0px;
    left: 0px;
}

.blocky.function:before {
	content: '';
	display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border: 8px solid #cfa54b;
    border-right: 0;
    border-bottom: 0;
    top: 0px;
    left: 0px;
}

.blocky.function:after {
	content: '';
	display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border: 8px solid #cfa54b;
    border-left: 0;
    border-top: 0;
    bottom: 0px;
    right: 0px;
}

.blocky-small {
  clip-path: polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px));
}

.team-member img {
	height: 450px;
	width: 100%;
    object-fit: cover;
	clip-path: polygon(0 40px,40px 0,100% 0,100% 100%,0 100%);
}

.team-member .wpr-member-content {
	min-height: 310px;
}

.scrolled {
	background: #fff;
	
}

.scrolled ul li a {
	color: #000 !important;
}

.nav {
	z-index: 99998;
}

@media screen and (max-width: 1024px) {
	.team-member img {
		height: 650px;
	}
	
	.cut {
		clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
	}
}

@media screen and (max-width: 744px) {
	.team-member img {
		height: 350px;
	}
}