/**
Theme Name: MT Progress
Author: TM
Author URI: http://mtprogress.pl
Description: MT Progress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mtprogress
Template: astra
*/

/**Nav form*/

h1, h2, h3, h4, h5, h6, p, a {
    text-transform: none !important;
	margin-top:2em;
}


.wpcf7{
	margin-top:0px;
}

.wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea {
	max-height:120px;
}

.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0.7em;
	
}



input[type="email"], input[type="number"], input[type="password"], input[type="reset"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #0170b9;
   background: #ffffff;
 
}

.wpcf7 input:not([type="submit"]) {
  width: 100%;
  padding: 0.2em;
  height: 34px;	
}

.wpcf7 textarea {
  width: 100%;
  padding: 0.2em;
  height: 120px;
}


.wpcf7 input[type="checkbox"] {
	height:20px;
	width:0px;
}

.wpcf7 input[type="submit"] {
  background-color:#0170b9;	
}


.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 14px;
}

.polityka-checkbox:checked {
    background-color: #4caf50;
}






.ast-theme-transparent-header .site-title a, .ast-theme-transparent-header .site-title a:focus, .ast-theme-transparent-header .site-title a:hover, .ast-theme-transparent-header .site-title a:visited {
    color: red;
	display:none;
}

  @media (max-width: 544px)
header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
  max-width: 210px;
}