/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.1638113217
Updated: 2021-11-28 16:26:57

*/

/* Zmiana koloru ramek formularza */
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	border-color: #326647!important;
}
.wpcf7-form-control.wpcf7-textarea{
	border-color: #326647!important;
}
.wpcf7-form-control.has-spinner.wpcf7-submit{
  	background-color: #326647!important;
	margin-left:2px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  	background-color: #ffffff!important;
	border-color: #326647!important;
	margin-left:2px;
}
.wpcf7-list-item{
	margin: 10px;
}
.entry-title{
	color: #326647;
	font-size: 3.5rem!important;
	font-weight: 400!important;
	
}
/* Zmiana w nagłówkach h1 */
.singular .entry-header{
	border-bottom-color: #326647;
	display:none;
}
/* Zmiana koloru ikon captcha */
svg path{
	fill: #000;
}
/* Zmiana parametrów listy w polityce prywatności */
ul, li {
	font-family: "Cormorant Garamond", Sans-serif;
	font-weight: 600;
}
h1, label, .entry-content, .entry-summary{
	font-family: "Cormorant Garamond", Sans-serif;
	
}


label{
	font-size: 20px;
	font-weight:600;
}

li.pp{
	list-style-type: none;
	align-self: center;
	font-size: 32px;
	font-weight: 600;
	color: #326647;
}
.captcha-image .cf7ic_instructions span{
	color: #000!important;
	font-weight: 700;
	font-size: 22px;
}
h1.page-title{
	color: #326647;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 48px;
    font-weight: 600;
}
.page-header{
	border-bottom: 2px solid #ffa500;
	padding-bottom: 20px;
	padding-top: 50px;
}
h2.entry-title{
	color: #326647;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 2.5rem!important;
    font-weight: 600;
}
.entry-title a{
	text-underline-offset: 0em!important;
	text-decoration:none!important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: none!important;
    color: #326647;
}
span{
	font-family: "Cormorant Garamond", Sans-serif!important;
    
}