Files
szkoleniauryzaj.pl/wp-content/themes/Divi/css/custom.scss

600 lines
10 KiB
SCSS

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