This commit is contained in:
Roman Pyrih
2024-11-29 18:22:00 +01:00
parent 7c57c0cdb0
commit cb563a4ce5
3 changed files with 322 additions and 315 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,420 +1,427 @@
// out: custom.css, compress: true, sourceMap: true // out: custom.css, compress: true, sourceMap: true
#szkolenia-tekst { #szkolenia-tekst {
display: flex; display: flex;
align-items: center; align-items: center;
>.et_pb_column:first-child { > .et_pb_column:first-child {
h2 { h2 {
line-height: 1.5; line-height: 1.5;
margin-bottom: 25px; margin-bottom: 25px;
} }
p { p {
font-size: 16px; font-size: 16px;
line-height: 1.5; line-height: 1.5;
} }
} }
>.et_pb_column:last-child { > .et_pb_column:last-child {
.et_pb_image_wrap { .et_pb_image_wrap {
img {} img {
} }
} }
}
} }
#podcast-tytul { #podcast-tytul {
h1 { h1 {
line-height: 1.5; line-height: 1.5;
text-align: center; text-align: center;
} }
} }
#podcast-data { #podcast-data {
text-align: center; text-align: center;
font-size: 16px; font-size: 16px;
strong { strong {
color: #e02b20; color: #e02b20;
font-weight: 600; font-weight: 600;
display: inline-block; display: inline-block;
padding-right: 10px; padding-right: 10px;
border-right: 1px solid #eee; border-right: 1px solid #eee;
margin-right: 10px; margin-right: 10px;
} }
} }
#podcast-tekst, #podcast-tekst,
#podcast-audio, #podcast-audio,
#podcast-video, #podcast-video,
#podcast-social { #podcast-social {
max-width: 800px; max-width: 800px;
margin: auto; margin: auto;
margin-bottom: 50px; margin-bottom: 50px;
} }
#podcast-social { #podcast-social {
text-align: center; text-align: center;
margin-top: -50px; margin-top: -50px;
margin-bottom: 0; margin-bottom: 0;
.et_pb_module { .et_pb_module {
text-align: center; text-align: center;
} }
} }
.et_audio_container .mejs-container .mejs-controls .mejs-time span { .et_audio_container .mejs-container .mejs-controls .mejs-time span {
position: relative; position: relative;
top: -5px; top: -5px;
} }
.et_pb_audio_module_content { .et_pb_audio_module_content {
padding: 25px 30px !important; padding: 25px 30px !important;
} }
#podcast-propozycje, #podcast-propozycje,
#podcasty-lista { #podcasty-lista {
.et_pb_column { .et_pb_column {
background: #fbfbfd; background: #fbfbfd;
.et_pb_text_inner { .et_pb_text_inner {
padding: 0 25px 25px; padding: 0 25px 25px;
} }
#podcast-data { #podcast-data {
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 0; margin-bottom: 0;
.et_pb_text_inner { .et_pb_text_inner {
padding-bottom: 10px !important; padding-bottom: 10px !important;
} }
} }
} }
.et_pb_image_wrap { .et_pb_image_wrap {
height: 250px; height: 250px;
display: block; display: block;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
&:hover { &:hover {
img { img {
transform: scale(1.1); transform: scale(1.1);
} }
} }
img { img {
height: 100%; height: 100%;
width: 100%; width: 100%;
object-fit: cover; object-fit: cover;
object-position: center; object-position: center;
transition: all 0.5s ease-out; transition: all 0.5s ease-out;
} }
} }
h2 { h2 {
a { a {
font-weight: 400; font-weight: 400;
line-height: 1.25; line-height: 1.25;
font-size: 16px; font-size: 16px;
transition: all 0.5s ease-out; transition: all 0.5s ease-out;
&:hover { &:hover {
color: #e02b20; color: #e02b20;
} }
} }
} }
} }
#podcasty-propozycje-tytul { #podcasty-propozycje-tytul {
text-align: center; text-align: center;
h2 { h2 {
color: #e02b20; color: #e02b20;
} }
} }
#payment { #payment {
.wc_payment_method.payment_method_cod { .wc_payment_method.payment_method_cod {
label { label {
font-size: 24px; font-size: 24px;
} }
.payment_box_inside_text { .payment_box_inside_text {
background: #d1021a; background: #d1021a;
&::before { &::before {
border-bottom: 1em solid #d1021a; border-bottom: 1em solid #d1021a;
} }
p { p {
color: #fff; color: #fff;
font-weight: 500; font-weight: 500;
} }
} }
.payment_box { .payment_box {
p { p {
font-size: 20px; font-size: 20px;
} }
} }
} }
} }
.woocommerce { .woocommerce {
.products { .products {
.product { .product {
.price { .price {
.custom_button { .custom_button {
margin-top: 0; margin-top: 0;
} }
} }
} }
} }
} }
.woocommerce button.button { .woocommerce button.button {
color: #fff !important; color: #fff !important;
&::after { &::after {
display: none; display: none;
} }
} }
.custom_button button { .custom_button button {
color: #fff !important; color: #fff !important;
} }
.wpfMainWrapper { .wpfMainWrapper {
#wpfBlock_1,
#wpfBlock_2 {
.wpfBlockClear.open {
display: none !important;
}
#wpfBlock_1, .wpfFilterContent.open {
#wpfBlock_2 { top: 0 !important;
.wpfBlockClear.open { }
display: none !important; }
}
.wpfFilterContent.open {
top: 0 !important;
}
}
} }
.et-learn-more { .et-learn-more {
.heading-more { .heading-more {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important; font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
color: #000 !important; color: #000 !important;
font-size: 19px !important; font-size: 19px !important;
font-weight: 700; font-weight: 700;
} }
.learn-more-content {} .learn-more-content {
}
} }
#stock_notifier_main_form { #stock_notifier_main_form {
margin-top: 10px; margin-top: 10px;
.woo_fields_wrap { .woo_fields_wrap {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
// flex-wrap: wrap; // flex-wrap: wrap;
gap: 15px; gap: 15px;
.stock_alert_email { .stock_alert_email {
flex: 1; flex: 1;
border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px;
border-width: 1px; border-width: 1px;
border-color: #dddddd; border-color: #dddddd;
background-color: #f8f8f8; background-color: #f8f8f8;
color: #999; color: #999;
font-size: 14px; font-size: 14px;
padding: 16px; padding: 16px;
min-width: 250px; min-width: 250px;
} }
.stock_alert_button { .stock_alert_button {
width: 100%; width: 100%;
max-width: fit-content; max-width: fit-content;
color: #ffffff; color: #ffffff;
padding: 0.3em 1em; padding: 0.3em 1em;
font-size: 17px; font-size: 17px;
background-color: #d1021a; background-color: #d1021a;
border-width: 0px; border-width: 0px;
font-weight: 500; font-weight: 500;
line-height: 1.7em; line-height: 1.7em;
background-size: cover; background-size: cover;
background-position: 50%; background-position: 50%;
background-repeat: no-repeat; background-repeat: no-repeat;
border: 2px solid; border: 2px solid;
border-radius: 5px; border-radius: 5px;
transition-duration: 0.2s; transition-duration: 0.2s;
transition-property: all; transition-property: all;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
background-color: #00093d; background-color: #00093d;
} }
} }
} }
.stock_alert_error_message { .stock_alert_error_message {
font-size: 16px; font-size: 16px;
margin-top: 5px; margin-top: 5px;
} }
} }
.woocommerce { .woocommerce {
form.woocommerce-checkout { form.woocommerce-checkout {
#order_sposob_rozliczania_sie_field { #order_sposob_rozliczania_sie_field {
font-size: 22px; font-size: 22px;
font-weight: 700; font-weight: 700;
margin-top: 10px; margin-top: 10px;
} }
} }
} }
body { body {
.woocommerce { .woocommerce {
.products.columns-1 { .products.columns-1 {
li.product { li.product {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
margin-right: 0 !important; margin-right: 0 !important;
margin-left: 0 !important; margin-left: 0 !important;
@media (max-width: 550px) { @media (max-width: 550px) {
flex-direction: column; flex-direction: column;
} }
.et_shop_image { .et_shop_image {
height: 200px !important; height: 200px !important;
width: 200px !important; width: 200px !important;
.attachment-woocommerce_thumbnail { .attachment-woocommerce_thumbnail {
margin-bottom: 0 !important; margin-bottom: 0 !important;
height: 100%; height: 100%;
min-width: 200px; min-width: 200px;
object-fit: cover; object-fit: cover;
} }
} }
.products-description { .products-description {
padding: 20px; padding: 20px;
width: 100%; width: 100%;
background-color: #f3f3f3; background-color: #f3f3f3;
>a { > a {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
height: 100%; height: 100%;
row-gap: 10px; row-gap: 10px;
@media (max-width: 550px) { @media (max-width: 550px) {
row-gap: 20px; row-gap: 20px;
} }
} }
.products-description-top { .products-description-top {
.product-description-date { .product-description-date {
color: #000; color: #000;
font-size: 22px; font-size: 22px;
@media (max-width: 767px) { @media (max-width: 767px) {
font-size: 16px; font-size: 16px;
} }
} }
} }
.woocommerce-loop-product__title { .woocommerce-loop-product__title {
@media (max-width: 767px) { @media (max-width: 767px) {
font-size: 18px !important; font-size: 18px !important;
} }
} }
.custom_button { .custom_button {
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-top: 0; margin-top: 0;
} }
} }
} }
} }
} }
#wpfBlock_1, #wpfBlock_1,
#wpfBlock_2 { #wpfBlock_2 {
.wpfCheckboxHier { .wpfCheckboxHier {
select { select {
border-width: 2px; border-width: 2px;
border-color: #d1021a; border-color: #d1021a;
font-size: 15px !important; font-size: 15px !important;
padding: 10px; padding: 10px;
} }
} }
} }
} }
.woocommerce-order { .woocommerce-order {
.woocommerce-thankyou-order-details { .woocommerce-thankyou-order-details {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
margin: 1em 0 3em; margin: 1em 0 3em;
.woocommerce-order-overview__payment-method.method { .woocommerce-order-overview__payment-method.method {
strong { strong {
color: #d1021a; color: #d1021a;
font-size: 1.6em; font-size: 1.6em;
} }
span { span {
margin-top: 5px; margin-top: 5px;
display: inline-block; display: inline-block;
} }
} }
} }
} }
.nav-box { .nav-box {
.et_pb_menu__menu { .et_pb_menu__menu {
nav.et-menu-nav { nav.et-menu-nav {
.et-menu { .et-menu {
>li { > li {
&.menu-item { &.menu-item {
@media (max-width: 1630px) { @media (max-width: 1630px) {
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
} }
&.menu-item-has-children { &.menu-item-has-children {
a { a {
@media (max-width: 1630px) { @media (max-width: 1630px) {
padding-right: 12px; padding-right: 12px;
} }
&::after { &::after {
@media (max-width: 1630px) { @media (max-width: 1630px) {
font-size: 12px; font-size: 12px;
} }
} }
} }
} }
} }
} }
li { li {
&.menu-item { &.menu-item {
a { a {
@media (min-width: 980px) and (max-width: 1465px) { @media (min-width: 980px) and (max-width: 1465px) {
font-size: 12px; font-size: 12px;
} }
} }
} }
} }
} }
} }
} }
} }
div[id^="wpfMainWrapper-"] .wpfFilterWrapper { div[id^='wpfMainWrapper-'] .wpfFilterWrapper {
margin: 0 0 0 auto !important; margin: 0 0 0 auto !important;
float: none !important float: none !important;
}
#product-description-box {
max-width: 1080px;
margin-left: auto;
margin-right: auto;
} }