.woocommerce-notices-wrapper {
position: relative;
z-index: 150;
}
.woocommerce-notices-wrapper .woocommerce-message {
border-color: rgb(172, 75, 57) !important;
}
.wc-forward {
padding: 1rem 2rem !important;
text-decoration: none;
font-size: 1.8rem !important;
display: inline-block;
border-radius: 10px !important;
font-weight: 700 !important;
color: #ffffff !important;
-webkit-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
background-color: rgb(172, 75, 57) !important;
}
.wc-forward:hover {
background-color: rgba(172, 75, 57, 0.8) !important;
}
.breadcrumb {
margin-bottom: 20px;
}
.breadcrumb #crumbs {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
}
.breadcrumb a,
.breadcrumb span {
text-decoration: none;
color: #eee6cf;
font-size: 15px;
}
.breadcrumb .separator {
max-width: 6px;
margin-top: -2px;
}
.breadcrumb .home {
max-width: 25px;
}
.breadcrumb_green a,
.breadcrumb_green span {
color: #636f56;
}
.single_news__wrapper a {
display: block;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
border-radius: 10px;
padding: 45rem 5rem 5rem;
color: #FFF;
}
@media (max-width: 1500px) {
.single_news__wrapper a {
padding: 35rem 2rem 2rem;
}
}
.single_news__wrapper a:hover .thumbnail {
-webkit-transform: translate(-50%, -50%) scale(1.1);
-ms-transform: translate(-50%, -50%) scale(1.1);
transform: translate(-50%, -50%) scale(1.1);
}
.single_news__wrapper .thumbnail {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
}
.single_news__wrapper .content {
position: relative;
z-index: 15;
max-width: 258px;
}
.single_news__wrapper .post_category p {
margin-top: 0px;
margin-bottom: 0px;
color: #FFF;
font-size: 15px;
}
.single_news__wrapper .post_title p {
margin-top: 0px;
margin-bottom: 0px;
color: #FFF;
font-size: 2.4rem;
font-weight: 700;
}
.simple_header {
padding-top: 15rem;
}
.simple_header h1 {
margin-top: 0px;
margin-bottom: 0px;
}
.simple_header_bg {
padding: 10px 10px;
color: #eee6cf;
}
.simple_header_bg .wrapper {
position: relative;
border-radius: 10px;
overflow: hidden;
padding-top: 15rem;
padding-bottom: 34rem;
}
@media (max-width: 992px) {
.simple_header_bg .wrapper {
padding-bottom: 20rem;
}
}
@media (max-width: 568px) {
.simple_header_bg .wrapper {
padding-bottom: 15rem;
}
}
.simple_header_bg .wrapper:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
}
.simple_header_bg .simple_header_bg--image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.simple_header_bg .container {
position: relative;
z-index: 15;
}
.simple_header_bg .title h1 {
font-size: 5.5rem;
font-weight: 700;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 60px;
}
.simple_header_bg .title p {
font-size: 2.2rem;
}
.gutenberg ul {
padding-left: 15px;
}
.gutenberg ul li {
position: relative;
padding-left: 15px;
}
.gutenberg h2 {
font-size: 3.6rem;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 0px;
}
.gutenberg h3 {
font-size: 2.4rem;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 0px;
}
.gutenberg .wp-block-table,
.gutenberg table {
font-size: 15px;
}
@media (max-width: 568px) {
.gutenberg .wp-block-table,
.gutenberg table {
font-size: 14px;
}
}
.gutenberg .wp-block-table thead th,
.gutenberg table thead th {
background-color: #142e03;
color: #FFF;
font-weight: 700;
padding: 15px 15px;
text-align: left;
border-right: 1px solid #FFF;
font-size: 15px;
}
@media (max-width: 568px) {
.gutenberg .wp-block-table thead th,
.gutenberg table thead th {
font-size: 14px;
}
}
.gutenberg .wp-block-table thead th:nth-last-child(1),
.gutenberg table thead th:nth-last-child(1) {
border: none;
}
.gutenberg .wp-block-table tbody tr:nth-child(even) td,
.gutenberg table tbody tr:nth-child(even) td {
background-color: #f2f7f5;
}
.gutenberg .wp-block-table tbody td,
.gutenberg table tbody td {
padding: 15px 15px;
border: none;
border-right: 1px solid #e3e3e3;
font-size: 15px;
}
@media (max-width: 568px) {
.gutenberg .wp-block-table tbody td,
.gutenberg table tbody td {
font-size: 14px;
}
}
.gutenberg .wp-block-table tbody td:nth-last-child(1),
.gutenberg table tbody td:nth-last-child(1) {
border: none;
}
.gutenberg .wp-block-image {
border-radius: 10px;
overflow: hidden;
}
.gutenberg .wp-block-group {
position: relative;
font-size: 2.4rem;
font-weight: 700;
margin-top: 5rem;
margin-bottom: 5rem;
}
.gutenberg .wp-block-group .wp-block-paragraph p {
line-height: 1.3;
font-size: 2.4rem;
}
.gutenberg .wp-block-group:before {
content: "";
display: block;
position: absolute;
top: 0;
left: -30px;
width: 10px;
height: 100%;
background-color: #c4dfd3;
}
.gutenberg .wp-block-gallery {
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 20px;
display: grid;
}
.gutenberg .wp-block-gallery .wp-block-image {
width: 100% !important;
height: 320px;
border-radius: 10px;
overflow: hidden;
}
.gutenberg .wp-block-gallery img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.gutenberg .wp-block-quote {
padding: 20px 0px 100px 0px;
margin: 0px;
position: relative;
}
.gutenberg .wp-block-quote:before {
content: "";
display: block;
position: absolute;
left: -30px;
top: 10px;
width: 127px;
height: 127px;
background-image: url(//zielonezlozone.pl/wp-content/themes/img/cytat@2.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 127px;
z-index: -1;
}