/*
Theme Name: Tv1
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
	min-width:300px;
}

body .fancybox-inner {
	overflow:auto;
	position:static;
}

p{
  margin-top: 0;
  margin-bottom: 1rem;

}

.mvideo {
	width: 100% !important;
	height:500px !important;
}

.text-left {
	text-align:left !important;
}

figure {
  margin: 0 0 !important;
}

a{
	color: black;
	text-decoration:none;
}

a.file-download
{
	text-transform: uppercase;
	color:black;
}

.gutter-x-0{
	--bs-gutter-x: 0px;
}

.max-container-width
{
	max-width: 1400px;
}

.type-post .wp-block-post-excerpt
{
	display: none;
}

.hamburge-menu-top ul {
	display: flex;
  	flex-wrap: wrap;
	width: 100%;
}
.hamburge-menu-top ul li{
	width: 100% !important;
    box-sizing: border-box;
}
@media (min-width: 768px) { 
.hamburge-menu-top ul li{
	width: 50% !important;
    box-sizing: border-box;
}
}

ul[id^="menu-hamburger-menu"] li{
	padding: 0.5rem;
}
ul[id^="menu-hamburger-menu"] li a{
	color: white;
	text-decoration: none;
	font-size: 3rem;
	white-space: unset!important;
	text-transform: uppercase;
}

.top-menu > div > div
{
 flex: unset;
}

.start-end{
	right: 0% !important;
  	left: 0% !important;
}

/* 
.hero-tranform {
 transform: translate(-3%,-50%) !important;
}

@media (min-width: 576px) { 
.hero-tranform {
 transform: translate(-7%,-50%) !important;
}
}

@media (min-width: 768px) { 
.hero-tranform {
 transform: translate(-7%,-50%) !important;
}
}

@media (min-width: 992px) { 
.hero-tranform {
 transform: translate(-3rem,-50%) !important;
}
}

@media (min-width: 1200px) { 
.hero-tranform {
 transform: translate(5%,-50%) !important;
}
}

@media (min-width: 1400px) { 
.hero-tranform {
 transform: translate(3%,-50%) !important;
}
} */

.color-green {
	color: #234723;
}

.color-white {
    color: #fff;
}

.background-white {
    background: #fff;
}

.background-black {
    background: #000;
}

.background-green {
    background: #204b1e;
}

.background-black-white-half{
	background: linear-gradient(90deg, #000 50%, #fff 50%);
}

header {
    background: linear-gradient(90deg, #fff 50%, #000 50%);
/*     padding: 20px; */
    text-align: center;
}

header img {
    max-height: 90px;
}

.hero {
    background-image: url('path_to_your_image.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
}

.hero-section{
	line-height: 1;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero h1 {
    z-index: 3;
    font-size: 3em;
}

.sections {
    padding: 60px 0;
    background-color: #f0f0f0;
}

.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.section img {
    max-width: 100%;
    height: auto;
}

.footer {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

/* Style for Top Menu */
.top-menu {
    padding: 10px 20px;
}

.flex-inline{
    display: inline-flex;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    vertical-align: top;
}

.flex-left{
    flex: 1;
    text-align: center;
}

.top-menu a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.top-menu a:hover {
    color: #006400;
}

.main-navigation {
    text-align: center;
	z-index:9999;
}

.main-navigation a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}


/*logo */
.site-logo {
    display: block;
    background: #fff;
    padding: 40px 20px;
    z-index: 1000;
    border-bottom: 2px solid #1c4822;
}

@media (min-width: 992px) { 
	.site-logo {
	 	position: absolute;
	}
}

.hero-section {
    color: #fff;
    z-index: 0;
    position: relative;
}

.hero-content {
    max-width: 100vw;
    margin: 0 auto;
	border-bottom: 5px solid;
}

.hero-placeholder h1 {
    font-size: 3em;
    margin: 0 0 20px;
}

.hero-placeholder p {
    font-size: 1.5em;
}

/* Ukryj menu na małych ekranach */
.main-menu {
    display: none;
    display: block;
}

.flex-right {
    position: absolute;
    right: 0;
}

.flex {
    display: flex;
}

.menu-toggle {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 25px;
    position: relative;
    padding: 10px;
    background: green;
}

.menu-toggle span {
    background-color: #fff;
    display: block;
    height: 3px;
    margin: 5px 0;
    transition: all 0.3s;
}

/* Pokaż menu hamburgera na mobilnych urządzeniach */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .main-menu.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
    }
}

.main-menu.active {
    background-color: rgba(255, 255, 255, 0.9);
}

.main-menu.active a {
    color: #333;
    padding: 10px;
    display: block;
    text-align: center;
}

/* container */
.responsive-three-column-grid {
    display:block;
}

/* columns */
.responsive-three-column-grid > * {
    padding:1rem;
    align-content: center;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-three-column-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:1100px) {
    nav.main-navigation{
        display: inline-flex;
    };
}

nav.footer{
    margin: 50px 0px 50px 0px;
}

nav.footer > ul > li{
    display: inline;
    border-right: 1px solid #fff;
	text-transform: uppercase;
}

nav.footer > ul > li > a > img
{
    display: none;
}

nav.footer > ul > li:last-child{
    border-right: unset;
}

nav.footer > ul {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.menu-container {
    display: flex;
    flex-direction: row;
    /*overflow-x: auto;*/
/*     width: 100vw; */
    padding: 0;
    flex-wrap: nowrap;
    text-align: left;
}

.menu-items {
    flex: 0 0 auto;
}

.menu-items > div {
    padding: 10px;
    margin: 5px 0;
}

.menu-items > div a {
    text-decoration: none;
    border-left: 1px solid #ddd;
    color: #333;
}

.background-white-black {
    padding: 0px 140px;
    background: linear-gradient(90deg, #000 3%, #fff 3%);
}

.background-white-black-content {
    background: linear-gradient(90deg, #000 20%, #fff 0%);
}

.background-transparent-green {
	background: linear-gradient(90deg, transparent 50%, #004a15 50%);
}

.entry-content p:first-child {
    margin-top: 0px;
}

.green-section {
    background-image: url('images/ofirmie_bg_1.webp');
    background-size: contain; /* Aby obraz dopasował się do rozmiaru elementu */
    background-position: left top; /* Wyśrodkowanie obrazu */
    background-repeat: no-repeat; /* Uniknięcie powtarzania obrazu */
}

.blue-section {
    background-image: url('images/ofirmie_bg_2.webp');
    background-size: contain; /* Aby obraz dopasował się do rozmiaru elementu */
    background-position: center top; /* Wyśrodkowanie obrazu */
    background-repeat: no-repeat; /* Uniknięcie powtarzania obrazu */
}
.company-blue-section {
  background-image: url('images/st_ofirmie_bg.webp');
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.background-section {
    background-image: url('images/bg_2.jpg');
    background-size: cover; 
    background-repeat: repeat-y; 
}

.top-negative-20
{
    top: -20px;
}

.separator-hero-nav{
    background: white;
    padding: 2.5px;
}

.position-relative
{
    position: relative;
}

.position-absolute
{
    position: absolute;
}

.separator-padding-nav{
    padding-bottom: 85px;
    background: #004a15;
}

/* .entry-content {
    padding-top: 20px;
} */

.contact-content {
    color: #000;
}

.entry-content .content-section{
	margin: 0px 70px !important;
}

.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Styl dla Titillium Web */
.is-style-titillium-web {
    font-family: 'Titillium Web', sans-serif;
}

/* Styl dla Arial */
.is-style-arial-font {
    font-family: Arial, sans-serif;
}

article .wp-block-tv1-hero-widget{
    display: none;
    visibility: hidden;
}

.grid-contact div.is-layout-grid
{
	grid-template-columns: 1rem auto !important;
}

.wp-block-image img{
	vertical-align: baseline;
}

.mb-0
{
	margin-bottom: 0px;	
}

.mb-10
{
	margin-bottom: 10px;	
}

.mt-0
{
	margin-top: 0px;	
}

.mr-70
{
	margin-right: 70px !important;
}

.p-7{
	padding:7px;
}

.p-10{
	padding:10px;
}

.pl-10{
	padding-left:10px;
}

.is-custom-galery{
	position: relative;
}


.is-custom-galery figure div figure{
	position: absolute;
}

.is-custom-galery figure div figure img{
	border-bottom: 2px solid #fff;
}


.is-custom-galery figure div.is-first-image figure{
	top: 10.313rem;
  	left: 10%;
  	z-index: 1;
}
.is-custom-galery figure div.is-second-image figure{
	top:0px;
	left: 23%;
}

.oferta-content
{
	background-color: rgba(32, 100, 23, 1);
    background-image: radial-gradient(circle, rgba(32, 100, 23, 1) 0%, rgba(33, 76, 31, 1) 95%);
}


.oferta-elements p{
  border-left : 1px solid #fff;
  padding-left: 10px;	
}

.zapytania-ofertowe a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #234723;
  font-size: 20px;
  font-weight: bold;
}
.zapytania-ofertowe a[class$="_read-more"] {
	display:none;	
}


.zapytania-ofertowe li{
  border-left: 2px solid #234723;
  padding-left: 20px;
  list-style: "   "; 	
  padding-top: 4px;
}

.zapytania-ofertowe li:hover{
  list-style: url('images/lupa.webp');
  padding-top: 0px;
}

.img-full{
	width:100vw;
	height:auto;
}

.img-height-50 {
	width:auto;
	height:50vh;
}

.bl{
  border-left : 1px solid #fff;
}

.bl-2{
  border-left : 2px solid #fff;
}

.bl-2-green{
  border-left : 2px solid #204b1e;
}

/* .dropdown-item ul li
{
	border-left: 1px solid #fff;
	background: #004b13;
	padding: 10px;
}
.dropdown-item {
	background: #003706;
}
 */

.menu-item-image {
    width: 50px; /* Przykładowa szerokość obrazka */
    transition: transform 0.3s ease;
}

.hamburger-menu .menu-item {
  position: relative; /* Pozycjonowanie względne, aby obrazek mógł być absolutnie pozycjonowany */
  width: 100%; /* Szerokość każdego elementu */
  height: 50px; /* Wysokość każdego elementu */
  display: flex; /* Flexbox dla zawartości */
  align-items: center; /* Wyśrodkowanie w pionie */
  color: white; /* Kolor tekstu */
  font-size: 18px; /* Wielkość tekstu */
  /*overflow: hidden;  Ukrycie przepełnienia */
  cursor: pointer; /* Wskaźnik kursora */
  transition: transform 0.3s; /* Przejście na efekt skalowania */
  border: 5px solid #003706;
  background-color: #003706; /* Tło elementu */
}

.hamburger-menu .menu-item:nth-child(even){
    background-color: #004b13; /* Tło elementu */
    border: 5px solid #004b13;
}

.hamburger-menu .menu-item:hover
{
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
-webkit-box-shadow: 1px 3px 35px 1px rgba(66, 68, 90, 1);
-moz-box-shadow: 1px 3px 35px 1px rgba(66, 68, 90, 1);
box-shadow: 1px 3px 35px 1px rgba(66, 68, 90, 1);
}

.hamburger-menu a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
}

.hamburger-menu a {
  position: relative; /* Pozycjonowanie względne, aby znajdować się nad obrazkiem */
  z-index: 2; /* Wyższy z-index niż obrazek */
  border-left: 1px solid #fff;
  padding: 1px 1px 1px 10px;
}

.start-75{
	left:75%;
}
.top-95{
	top:95% !important;
}

:where(.wp-block-columns){
	margin-bottom: 0em !important;
}

.oferta-image{
  background: url('https://makpol-recykling.pl/wp-content/uploads/2024/09/oferta-1024x787.webp');
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
/*   height: 100vh; */
  width: auto;
}

#custom-menu > div > a
{
	width: 100% !important;
}

/* spacer pod menu */
.mobile-only{
display:none !important;
}

@media (max-width:767px){
.mobile-only{
display:block !important;
height:100px !important;
}
}

