﻿/*
Theme Name: Marvipol
Theme URI: 
Author: Grzegorz Lenkiewicz
Author URI: http://onedot.pl
Description: Theme for Marvipol website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: manta
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap'); */
@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-book-webfont.eot');
    src: url('includes/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-book-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-book-webfont.woff') format('woff'),
         url('includes/fonts/gotham-book-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-bookitalic-webfont.eot');
    src: url('includes/fonts/gotham-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-bookitalic-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-bookitalic-webfont.woff') format('woff'),
         url('includes/fonts/gotham-bookitalic-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-bookitalic-webfont.svg#gothambook_italic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-light-webfont.eot');
    src: url('includes/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-light-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-light-webfont.woff') format('woff'),
         url('includes/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-light-webfont.svg#gothamlight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-medium-webfont.eot');
    src: url('includes/fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-medium-webfont.woff') format('woff'),
         url('includes/fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-medium-webfont.svg#gothammedium') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-bold-webfont.eot');
    src: url('includes/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-bold-webfont.woff') format('woff'),
         url('includes/fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-bold-webfont.svg#gothambold') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
	font-family: 'Gotham', sans-serif;
	color: #2B2B2B;
}

.text-center {
	text-align: center;
}
.mt {
	margin-top: 30px;
}
.mt-4 {
	margin-top: 60px;
}
.mb {
	margin-bottom: 30px;
}
.mb-4 {
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.mt-4 {
		margin-top: 80px;
	}
	.mb-4 {
		margin-bottom: 60px;
	}
}


h1 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 50px;
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
}
.wpcf7-form select {
	appearance: none;
	background-image: url(includes/img/arrow_icon.svg);
	background-repeat: no-repeat;
    background-position: 97%;
}
.wpcf7-form label {
	color: #969696;
	font-size: 10px;
	line-height: 14px;
}

.wpcf7-form group,
.wpcf7-field-groups .wpcf7-field-group {
	background: #EFEFEF;
	padding: 20px;
	border-radius: 20px;
	display: block;
	margin: 10px 0;
}
.wpcf7-field-groups .wpcf7-field-group > p {
	text-align: center;
}
.wpcf7-form group > p {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #969696;
    padding-bottom: 5px;
}
.wpcf7-form input[type="submit"],
.wpcf7-form button {
	background: #CE0F3F;
	padding: 15px 25px;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	margin: 10px 15px;
	font-weight: 600;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7-spinner {
	margin: 0 auto;
    text-align: center;
}
.header {
	background: #37864B;
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
}
.header .header__logo img {
	height: 115px;
}
input.wpcf7-form-control.wpcf7-file {
	margin: 8px 10px;
}
@media (min-width: 768px) {
	input.wpcf7-form-control.wpcf7-file {
		width: 30%;
	}	
}
a {
	color: #BD2C43;
}
.wpcf7-response-output {
    /* position: fixed; */
    top: 50%;
    color: #fff;
	background: #00a0d2;
    /* left: 20%;
    right: 20%; */
    text-align: center;
    padding: 40px !important;
    font-size: 21px;
    margin-top: -40px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
}

/* .fault__images .wpcf7-form-control-wrap:not(:first-child) {
    display: none;
}
.fault__images .wpcf7-form-control-wrap.active + .wpcf7-form-control-wrap {
	display: inline;
} */

input.wpcf7-form-control.wpcf7-file.error:after {
    content: 'Zdjęcie jest zbyt duże. Maksymalny rozmiar to 5MB.';
    position: absolute;
    color: #fff;
    left: 10px;
    bottom: -80px;
    right: 10px;
	background: #ffb900;
	padding: 10px;
	white-space: normal;
}

.content__main {
	font-size: 18px;
}
.content__main h1 {
	font-size: 19px;
	padding: 10px;
	border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
}
.document__item {
	padding: 10px 15px;
	border-bottom: 1px solid #DEDEDE;
	align-items: center;
}
.document__item h2 {
	font-size: 16px;
	font-weight: 700;
}
.document__item p {
	font-size: 12px;
}
.document__item p:last-child {
	margin-bottom: 0;
}
.btn {
	padding: 10px 30px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
}
.btn-primary {
	background-color: #4DB857;
	border-color: #4DB857;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #8BC750;
	border-color: #8BC750;
	color: #fff;
}
.btn-width {
	width: 100%;
}

.footer {
	background: #CE0F3F;
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
	margin-top: 85px;
}
.footer img {
	height: 40px;
}
html {
	height: 100%;
}