Files
brpp.pl/wp-content/themes/brpp-prawo-podatki/css/custom.css
Roman Pyrih 7526415144 Save
2025-08-26 15:56:28 +02:00

389 lines
6.9 KiB
CSS

@import '../assets/fonts/HelveticaNeue/stylesheet.css';
*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
border: 0 solid transparent;
}
html {
-webkit-text-size-adjust: 100%;
}
body {
min-height: 100vh;
line-height: 1;
text-rendering: optimizeSpeed;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
max-width: 100%;
}
input,
button,
textarea,
select {
font: inherit;
line-height: inherit;
color: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button,
[role=button] {
cursor: pointer;
background-color: transparent;
-webkit-tap-highlight-color: transparent;
}
button:focus,
[role=button]:focus {
outline: 0;
}
a {
cursor: pointer;
color: inherit;
text-decoration: inherit;
-webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
ol,
ul {
list-style: none;
}
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
}
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
outline: 0;
}
::-moz-placeholder {
opacity: 1;
}
textarea {
vertical-align: top;
overflow: auto;
}
[type=checkbox],
[type=radio] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
[type=checkbox]:focus,
[type=radio]:focus {
outline: 0;
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
* {
font-family: "Helvetica Neue", sans-serif;
}
.container {
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
@media (min-width: 1370px) {
.container {
max-width: 1310px;
}
}
.btn_1, header#masthead .row .main-navigation-secondary li:nth-child(1) a {
color: #232323 !important;
font-size: 16px;
font-weight: 500;
line-height: 1;
display: inline-block;
padding: 15px 24px 13px;
border-radius: 100px;
background: rgba(139, 139, 139, 0.1);
text-wrap-mode: nowrap;
transition: all 250ms ease-in-out;
}
.btn_1:hover, header#masthead .row .main-navigation-secondary li:nth-child(1) a:hover {
color: #ffffff !important;
background: #232323;
}
.btn_2, header#masthead .row .main-navigation-secondary li:nth-child(2) a {
color: #ffffff !important;
font-size: 16px;
font-weight: 500;
line-height: 1;
display: inline-block;
padding: 15px 24px 13px;
border-radius: 100px;
background: #d9ba5c;
text-wrap-mode: nowrap;
transition: all 250ms ease-in-out;
}
.btn_2:hover, header#masthead .row .main-navigation-secondary li:nth-child(2) a:hover {
background: #ba962b;
}
.btn_3 {
color: #d9ba5c !important;
font-size: 16px;
font-weight: 500;
line-height: 1;
display: inline-block;
padding: 15px 24px 13px;
border-radius: 100px;
background: rgba(217, 186, 92, 0.1);
text-wrap-mode: nowrap;
transition: all 250ms ease-in-out;
}
.btn_3:hover {
color: #ffffff !important;
background: #d9ba5c;
}
.btn_4 {
color: #d9ba5c !important;
font-size: 16px;
font-weight: 500;
line-height: 1;
display: inline-block;
padding: 15px 24px 13px;
border-radius: 100px;
background: #ffffff;
text-wrap-mode: nowrap;
transition: all 250ms ease-in-out;
}
.btn_4:hover {
color: #ffffff !important;
background: #d9ba5c;
}
.btn_5 {
color: #d9ba5c !important;
font-size: 16px;
font-weight: 500;
line-height: 1;
text-wrap-mode: nowrap;
transition: all 250ms ease-in-out;
}
.btn_5:hover {
text-decoration: underline;
}
header#masthead {
height: 77px;
}
header#masthead .row {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
-moz-column-gap: 40px;
column-gap: 40px;
height: 77px;
}
header#masthead .row .site-branding img {
width: 246px;
min-width: 246px;
}
header#masthead .row nav#site-navigation ul#primary-menu {
gap: 50px;
justify-content: center;
}
header#masthead .row nav#site-navigation ul#primary-menu li a {
color: #232323;
font-size: 16px;
font-weight: 500;
line-height: 1;
}
header#masthead .row .main-navigation-secondary {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
}
body.page-id-25 main {
margin-top: 60px;
}
body.page-id-25 main .box-1 .row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
-moz-column-gap: 40px;
column-gap: 40px;
}
body.page-id-25 main .box-1 .box-head {
margin-bottom: 24px;
}
body.page-id-25 main .box-1 .box-head h2 {
color: #232323;
font-weight: 500;
font-size: 64px;
line-height: 120%;
letter-spacing: -1.4px;
}
body.page-id-25 main .box-1 .box-text {
margin-bottom: 24px;
max-width: 400px;
}
body.page-id-25 main .box-1 .box-text p {
color: #232323;
font-weight: 400;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.38px;
}
body.page-id-25 main .box-1 .box-text p:last-child {
margin-bottom: 0;
}
body.page-id-25 main .box-1 .box-quote {
padding-left: 24px;
margin-top: 64px;
border-left: 1px solid #232323;
max-width: 310px;
}
body.page-id-25 main .box-1 .box-quote p {
color: #232323;
font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.27px;
margin-bottom: 16px;
}
body.page-id-25 main .box-2 {
padding-top: 220px;
padding-bottom: 180px;
background: #232323;
}
body.page-id-25 main .box-2 .row .col-1 {
position: relative;
padding-left: 64px;
max-width: 474px;
}
body.page-id-25 main .box-2 .row .col-1::before {
content: attr(box-title);
color: #ffffff;
font-weight: 700;
font-size: 16px;
line-height: 0;
letter-spacing: -0.34px;
transform: rotate(180deg);
position: absolute;
left: 10px;
top: 0;
writing-mode: vertical-rl;
}
body.page-id-25 main .box-2 .row .col-1 .box-text {
margin-bottom: 64px;
}
body.page-id-25 main .box-2 .row .col-1 .box-text p {
color: #ffffff;
font-weight: 400;
font-size: 28px;
line-height: 150%;
letter-spacing: -0.53px;
}
body.page-id-25 main .box-2 .row .col-1 .box-text p:last-child {
margin-bottom: 0;
}/*# sourceMappingURL=custom.css.map */