/*!
Theme Name: Mazuko Finance
Theme URI: https://mazukofinance.pl
Author: Esumo
Author URI: https://esumo.pl
*/

body {
  padding: 0 0 0;
  margin: 0;
}

body.admin-bar {
  padding: 0;
}

* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

header.main {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.navbar,
.navbar-brand {
  padding: 0;
}

.navbar .navbar-brand img {
  display: block;
  margin-bottom: -20px;
}

.nav-link,
.nav-link a {
  padding: 0;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  color: #4a4a4a;
}

.nav-item {
  padding: 0 12px;
}
.navbar-expand-lg .navbar-nav .button {
  padding-left: 20px;
  padding-right: 0;
}
.navbar-expand-lg .navbar-nav .button a.nav-link {
  background: #253141;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  padding: 12px 18px;
  border: 2px solid #253141;
  transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .button a.nav-link:hover {
  background: transparent;
  color: #253141;
}

.hero {
  min-height: 680px;
  background-color: #253141;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin-top:90px;
}

.hero h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 20px;
}

.hero p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  font-weight: 300;
  margin: 0;
}

.hero a {
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 80px;
  padding: 14px 26px;
  background: #fff;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #253141;
  transition: 0.5s;
  border: 2px solid #fff;
}

.hero a:hover {
  background: transparent;
  color: #fff;
}

.boxes {
  margin-top: -100px;
}

.boxes .single-box {
  padding: 35px 30px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.boxes .single-box:hover {
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.24);
}

.boxes .single-box h2 {
  color: #253141;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #253141 0%, #394a60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxes .single-box h2 span {
  background: linear-gradient(to right, #7ada5c 0%, #55a33c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.7;
}

.boxes .single-box p {
  color: #454545;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  width: 90%;
}

.about {
  padding: 90px 0;
}

h2.section-title {
  font-weight: 400;
  color: #253141;
  font-size: 20px;
  width: 100%;
  margin: 0 0 50px;
  display: flex;
  align-items: center;
}

h2.section-title strong {
  font-weight: 600;
  display: inline-block;
  margin-left: 4px;
}

h2.section-title:before {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("img/header-before.png");
  background-size: initial;
  margin-right: 25px;
}

.about .about-box {
  display: flex;
  align-items: flex-start;
  margin: 40px 0;
}

.about .about-box img {
  margin-right: 35px;
}

.about .about-box h3 {
  color: #253141;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #253141 0%, #394a60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about .about-box p {
  color: #454545;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  width: 90%;
}

.pricing {
  padding: 90px 0;
  background: #fbfbfb;
}

.pricing .nav-pills {
  width: auto;
  border: 1px solid #e2e2e2;
  padding: 0;
  margin: 0;
  border-radius: 36px;
  position: relative;
  transition: 0.4s;
  background: #fff;
}

.pricing .nav-pills li {
  padding: 0;
}

.pricing .nav-pills li a {
  padding: 14px 36px;
  border-radius: 36px;
  color: #a7a7a7;
  font-size: 14px;
}

.pricing .nav-pills li a.active {
  background: #253141;
  color: #fff;
  font-weight: 500;
}

.pricing p.more {
  font-weight: 500;
  color: #7a7777;
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.pricing .tab-pane {
  padding: 60px 15px;
}

.pricing .single-pricing {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  padding: 45px 25px 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.pricing .single-pricing.popular {
  border: 4px solid #263242;
  padding: 50px 25px 30px;
  margin-top: -7px;
}

.pricing .single-pricing h4 {
  margin: 0 auto;
  color: #263242;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 265px;
}
.pricing .single-pricing h5 {
  margin: 0 auto;
  color: #454545;
  text-align: center;
  font-weight: 500;
  line-height: 23px;
  font-size: 15px;
  max-width: 265px;
}

.pricing .single-pricing h6 {
  color: #253141;
  margin: 15px auto;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  max-width: 265px;
}

.pricing .single-pricing hr {
  width: 100px;
  background: #e3e0e0;
  border: 0;
  display: block;
  height: 1px;
  margin: 25px auto;
}

.pricing .single-pricing ul {
  padding: 0 20px;
  margin: 0 0 20px;
  list-style: none;
  min-height: 461px;
}

.pricing .single-pricing ul li {
  font-size: 13px;
  color: #373737;
  line-height: 23px;
  padding-left: 35px;
  padding-bottom: 10px;
  position: relative;
}

.pricing .single-pricing ul li strong {
  color: #373737;
  font-weight: 600;
}

.pricing .single-pricing ul li:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("img/pricing-before.png");
  top: 3px;
  left: 0;
}

.pricing .single-pricing a.more {
  background: #253141;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  padding: 16px 22px;
  display: block;
  text-decoration: none;
  text-align: center;
  border: 2px solid #253141;
  transition: 0.5s;
}

.pricing .single-pricing a.more:hover {
  color: #253141;
  background: transparent;
}

.contact {
  padding: 90px 0;
}

.contact form {
  width: 95%;
  margin-top: 30px;
}

.contact input {
  padding: 9px 20px;
  font-size: 14px;
  margin-bottom: 14px;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e7e7e7;
}

.contact textarea {
  padding: 9px 20px;
  font-size: 14px;
  margin-bottom: 14px;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e7e7e7;
}

.contact input[type="submit"] {
  width: 220px;
  color: #fff;
  background-color: #253141;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 3px;
  font-size: 15px;
  margin: 30px 0 0 0;
  border: 2px solid #253141;
  transition: 0.5s;
}

.contact input[type="submit"]:hover {
  color: #253141;
  background: transparent;
}

.contact .contact-wrapper {
  width: 100%;
  max-width: 386px;
  background: #253141;
  margin-left: auto;
}

.contact .contact-wrapper img{
	width:100%;
}

.contact .contact-wrapper hr {
  background: rgba(255, 255, 255, 0.4);
  height: 1px;
  border: 0;
  display: block;
  margin: 25px 0;
}

.contact .contact-wrapper h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 25px 30px 0;
}

.contact .contact-wrapper h4 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 15px;
  padding: 0px 30px 0;
}

.contact .contact-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact .contact-wrapper p strong {
  font-weight: 600;
  color: #fff;
}

.contact .contact-wrapper ul {
  list-style: none;
  padding: 10px 30px 0 30px;
  margin: 0;
}

.contact .contact-wrapper ul li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #3c4859;
  display: inline-block;
  margin-right: 8px;
}

.contact .contact-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

footer.main {
  background: #253141;
  border-top: 5px solid #7ada5c;
  padding: 25px 0;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}

footer.main img {
  height: 26px;
  display: inline-block;
  margin-left: 8px;
  filter: grayscale(0.8);
  transition: 0.5s;
}

footer.main img:hover {
  filter: grayscale(0);
}

.wpcf7-acceptance label {
  display: flex;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}

.wpcf7-acceptance label input {
  width: 30px;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 5px;
}

.wpcf7-acceptance label .wpcf7-list-item-label{
	font-size:11px;
	line-height:24px;
	width:calc(100% - 35px);
}

.wpcf7 form .wpcf7-response-output{
    padding: 10px 20px;
    font-size: 12px;
}

@media (max-width:700px){
	.hero h1 {
    	font-size: 22px;
    	line-height: 33px;
	}
	.hero {
		min-height: 580px;
		margin-top:85px;
		background-position: right;
	}
	.boxes .single-box{
		margin-bottom:30px;
	}
	h2.section-title{
		display:block;
		padding-left:40px;
		position:relative;
	}
	h2.section-title:before{
		position:absolute;
		top:0;
		left:0;
	}
	.navbar-light .navbar-toggler{
		border:0;
	}
	.navbar-expand-lg .navbar-nav{
		padding:40px 0 30px;
	}
	.navbar-expand-lg .navbar-nav li{
		padding:10px 0;
	}
	h2.section-title strong{
		margin-left:0;
	}
	section .container{
		padding:0 35px;
	}
	.about .about-box p{
		width:100%;
	}
	.pricing .nav-pills li a {
    padding: 14px 24px;
    font-size: 12px;
	}
	.pricing .single-pricing {
    padding: 45px 20px 25px;
		margin-bottom:30px;
}
	.pricing .single-pricing a.more{
		font-size:15px;
		padding:15px;
	}
	.contact .contact-wrapper{
		margin-top:50px;
	}
}

.testimony{
  padding: 15px 0 60px;
  background: #fbfbfb;
}

.testimony h2{
  justify-content: center;
}

.testimony .single-testimony p{
  background: #fff;
  padding: 35px 35px 65px 35px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  color: #454545;
  font-size: 14px;
  line-height: 25px;
}

.testimony .single-testimony{
  padding:0 20px;
  outline: none;
}

.testimony .single-testimony img{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  margin: -50px auto 0;
  border:10px solid #fbfbfb;
}

.testimony .single-testimony h4{
  width: 90%;
  margin: 0 auto;
  color: #263242;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.testimony .single-testimony  h3{
  color: #253141;
    font-weight: 600;
    font-size: 18px;
    margin: 6px 0 8px;
    width: 100%;
    text-align: center;
}

.testimony .testimony-slider{
  padding-bottom:40px;
}