/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.gform_title {
	display: none;
}

#gform_1 {
	    MAX-WIDTH: 700px;
    margin: 0 auto;
	    padding: 30px;
    border: 8px solid #FB5662;
/* 	    border-radius: 20px; */
}

@media(min-width:768px) {
	#gform_1 {
	    padding: 35px;
}
}

#gform_1 .gfield_label {
	font-size: 16px;
}

#gform_1 input {
	border-radius: 0;
}

#input_1_12 {
	width: 100%;
}

#gform_submit_button_1 {
	background-color: #d41a33;
}
.gform-theme--foundation .gform_fields{
	row-gap: 20px !important;
}

/* Pojedynczy wpis */
.single-post{
color:#173B61;
}
.single-post #content{
	padding-top:40px;
}
.single-post .page-content{
	padding-bottom:40px;
}
.post .wp-post-image{
	object-fit: contain !important;
}
/* Aktualności */
.hfe-post-title a{
	text-decoration:none !important;
}