Files
hashtalk.pagedev.pl/wp-content/themes/hello-elementor/assets/css/custom.css
Roman Pyrih 817e343090 save
2026-05-27 16:08:28 +02:00

112 lines
2.4 KiB
CSS

p:last-child {
margin-bottom: 0;
}
.header-btn {
position: relative;
}
.header-btn::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -13px;
width: 14px;
clip-path: polygon(75% 0%, 100% 0%, 100% 100%, 0% 100%);
background-color: #090303;
}
.header-btn::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -13px;
width: 14px;
clip-path: polygon(0% 0%, 100% 0%, 25% 100%, 0% 100%);
background-color: #090303;
}
.header-btn .elementor-button {
padding: 12px 17px 10px 24px;
}
.header-btn .elementor-button .elementor-button-content-wrapper {
line-height: 1;
align-items: center;
gap: 8px;
}
.header-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
width: 16px;
height: 16px;
}
.box-tag {
position: relative;
display: inline-block;
padding: 3px 9px 3px 12px;
margin-bottom: 16px;
background: #ffffff;
}
.box-tag::before {
content: "";
position: absolute;
clip-path: polygon(25% 0%, 100% 0%, 100% 50%, 0% 100%);
background-color: #ffffff;
width: 35px;
height: 45px;
left: 26px;
top: 0;
transform: translateX(-100%);
z-index: 0;
}
.box-tag::after {
content: "";
position: absolute;
clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
background-color: #ffffff;
top: 0;
right: 10px;
bottom: 0;
transform: translateX(100%);
z-index: 0;
width: 15px;
}
.box-tag .elementor-heading-title {
position: relative;
}
body.page-id-11 .hp-hero-box #hp-hero-3d {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.56;
}
body.page-id-11 .hp-hero-box #hp-hero-3d > .elementor-widget-container {
height: auto;
width: 100%;
}
body.page-id-11 .box-7 > .e-con-inner {
padding: 0;
border-style: solid;
border-color: #c0c0c0;
border-width: 1px 0 0 0;
}
body.page-id-11 .box-7 .elementor-widget-image-box {
width: 100%;
border-style: solid;
border-color: #c0c0c0;
}
body.page-id-11 .box-7 .elementor-widget-image-box:nth-child(1) {
border-width: 0 0 0 1px;
}
body.page-id-11 .box-7 .elementor-widget-image-box:nth-child(2) {
border-width: 0 1px 0 1px;
}
body.page-id-11 .box-7 .elementor-widget-image-box:nth-child(3) {
border-width: 0 1px 0 0;
}
body.page-id-11 .box-7 .elementor-widget-image-box > .elementor-image-box-wrapper {
max-width: 274px;
margin-left: auto;
margin-right: auto;
}/*# sourceMappingURL=custom.css.map */