/*Sidebar*/
.sidebar-style {
	background-color: #f4f8f8;
	width: 100%;
	height: auto;
	padding: 5px;
}

.sidebar-style a {
	color: #000;
	padding-bottom: 5px;
	font-size: 0.8rem;
}

.sidebar-style li {
    padding-bottom: 8px;
    line-height: 1.1;
}

.sidebar-style p {
	color: #000;
	font-size: 0.8rem;
	line-height: 1;
}

.sidebar-style h2 {
	color: #428385;
	border-bottom: solid 1px #428385;
	font-size: 1.6rem;
}

/*strona oferty*/

.img-back img {
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.title-back {
	width: 100%;
	height: auto;
}

.oferta-header {
	background-image: url("https://izanowaczyk.pl/wp-content/uploads/2022/09/IZA-web-oferta.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: -100px;
    background-size: inherit;
	height: 600px;
}

.oferta-header .row>*  {
    padding-right: 0;
    padding-left: 0;
}

/*strona wpisu*/
.green-bg {
	background-color: #428385;
	width: 100%;
	height: auto;
}

.green-bg ul {
    margin-top: 0;
    margin-bottom: 0;
}

.green-bg li {
    list-style: none;
}

.green-bg span, .green-bg a {
    color: #fff;
}

/*wpis*/
#main-post img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

/* Form Controls  */
/* ========================= */
.main-form .form-control {
    display: block;
    max-width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #000;
    -webkit-appearance: none;
    -moz-appearance: none;
	border-radius: 0;
}

.main-form-button input {
	margin-top: 20px;
	padding: 10px;
	border: solid 1px #000;
	width: 100%;
	transition: ease-out 0.8s;
}

.main-form-button input:hover {
	transform: scale(0.9,0.9);
	background-color: #428385;
	color: #fff;
}

.main-form-group .wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

button, input, optgroup, select, textarea {
    margin: 5px;
	height: auto;
	border-bottom: solid 1px #000;
	text-align: center;
	transition: ease-out 0.6s;
	background-color: transparent;
}

label{
    font-weight: normal;
	width: 100%;
	margin-top: 20px;
}


textarea{
    max-height: 100px!important;
}

/*Inspirki*/
.inspirki {
	width: 100%;
	height: auto;
	text-align: center;	
}


#newsletter {
    display: block;
	margin-bottom: 4rem;
	margin-top: 1rem;
  
}

#newsletter .tnp-submit {
    display: block;
    border: 0px;
    border-color: #ddd;
    background-color: #e1315b;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	font-size: 16px;
}

#newsletter .tnp-subscription-minimal input.tnp-email {
    width: 80%;
    max-width: 100%;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0px;
	text-align: center;
}

#newsletter a {
	font-size: 0.8rem;
	padding-top: 5px;
	color: #000;
	height: auto;
	line-height: 1.8rem;
	font-weight: 400;	
}

/*Footer*/
.site-footer {
	background-color: #f4f8f8;
	width: 100%;
	height: auto;
}
		
.footer-bar-down {
	background-color: #dbdfdf;
	width: 100%;
	height: auto;	
}

.footer-menu {
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: solid 1px #428385;
}

.footer-menu ul {
    padding-left: 0;
}

.footer-menu li {
    text-align: left;
}

.site-info {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-box{
	height: auto;
	padding: 10px;
}

.contact-footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

/*Nawigacja do postów*/
.post-navigation {
	padding-bottom: 20px;
}

.nav-previous, .nav-next {
	width: 50%;
	float: left;
}

.nav-next {
	text-align: right;
}

.nav-links {
	border-top: solid 1px #428385;
	padding: 20px;
}


.nav-links a {
	color: #428385;
}

@media all and (max-width: 768px) {
  #newsletter .tnp-submit {
    width: 90%;
}

#newsletter .tnp-subscription-minimal input.tnp-email {
    width: 90%;
}

.social {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-menu li {
    text-align: center;
}

}

