/*Strona Archiwów i kategorii*/

.main-archive-title h1 {
	color: #d2d8db;
	font-weight: 500;
}

.main-archive-title span {
	color: #006bb5;
	font-weight: 700;
	font-size: 1.1em;
}

#archive-post {
	border: 2px #d2d8db solid;
	border-radius: 8px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Strona Produktowa*/
.g-1 {
	margin-bottom: 10px;
}

.parallax-archive {
	width: 100%;
	height: 250px;
}

.parallax-archive-in {
	width: 100%;
	height: 250px;
	background-attachment: scroll;
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: 0;
}

/*Strona Produktowa*/

.parallax-product {
	width: 100%;
	height: 60vh;
}

.parallax-product-in {
	width: 100%;
	height: 60vh;
	background-attachment: scroll;
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: 0;
}


.product-title-bg {
    background-color: #2f3c6a;
    height: auto;
}

.product-title-block {
    display: grid;
    justify-content: center;
    align-content: center;
}

.product-title-block img {
    height: 30vh;
    width: 100%;
}

.product-title-block h1 {
    color: #fff;
    text-align: center;
    font-size: 4em;
    font-weight: 900;
}

/*Strona Szkolenia*/

.training-title-block h1 {
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
}

.training-title-block p {
    color: #fff;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
	margin-bottom: 20px;
}

.right-line {
	border-right: 1px solid #fff;
	height: auto;
}

/*Strona Usługi*/

.services-title-bg {
    background-color: #f2f2f2;
    height: auto;
}

.services-title-block {
    display: grid;
    justify-content: center;
    align-content: center;
}

.services-title-block img {
    height: 30vh;
    width: 100%;
}

.services-title-block h1 {
    color: #2f3c6a;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
}

/*Breadcrumbs*/
.top-bread-line {
    width: 100%;
    height: auto;
    background: #006bb5;
    padding: 20px;
}

.main-breadcrumbs span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1;
}

.main-breadcrumbs a {
    color: #fff;
    font-weight: 400;
     letter-spacing: 0.1;
}

top-line
/*Paginacja*/
.nav-previous {
	width: 50%;
    float: left;
    text-align: right;
	padding-right: 20px;

}

.nav-next {
    text-align: left;
	padding-left: 50px;
}

.nav-links {
	padding: 50px;
}

.numerstrony .nav-links a {
	text-decoration: none;
}

span.nav-title {
font-weight: 800;
color: #2f3c6a;
font-size: 1.1rem;
}

span.nav-subtitle {
font-weight: 800;
color: #000;
font-size: 1.2rem;
}


/* Form Controls  */
/* ========================= */
.main-form .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
}

.main-form-button input {
	margin-top: 10px;
	padding: 15px;
	background: linear-gradient(63deg, rgba(0,142,154,1) 0%, rgba(115,211,95,1) 100%);
	width: 60%;
	transition: ease-out 0.8s;
	color: #fff;
}

.main-form-button a {
    font-size: 1rem;
    padding: 15px;
    color: #fff;
    height: auto;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
}

.main-form-button input:hover {
	transform: scale(0.9,0.9);
	background: linear-gradient(63deg, rgba(115,211,95,1) 0%, rgba(115,211,95,1) 100%);
	color: #fff;
}

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

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

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

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

/*Footer*/
.site-footer {
	padding-top: 5vh;
}
.main-footer-menu {
    display: block;
    border-top: 1px solid #6d6d6d;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #fff;
}
.main-footer-menu li {
    list-style: none;
    display: block;
    float: left;
    padding-right: 20px;
    margin: 0;
}


.main-footer-menu ul, .main-footer-menu ol {
    margin-left: 0px;
}


.social-footer .dashicons-facebook-alt:before {
    content: "\f305";
	color: #006bb5;
}

@media all and (max-width: 1140px) {
label{
    font-weight: normal;
    width: 100%;
    padding-left: 20px;
	padding-right: 20px;
}

	
}

@media all and (max-width: 992px) {
.project-info-box button {
    margin-bottom: 30px;
}
	
	/*Strona Produktowa*/

.parallax-product {
	height: 40vh;
}

.parallax-product-in {
	height: 40vh;
}

	
	
}
@media all and (max-width: 768px) {
.product-title-block img {
    height: 25vh;
    padding-top: 5vh;
	padding-bottom: 15px;
}
	.product-title-block h1 {
    font-size: 2em;
}
	.services-title-block img {
    height: 25vh;
    padding-top: 5vh;
}
	.services-title-block h1 {
    font-size: 2em;
}
}