/*
Theme Name: TuneUp Child
Theme URI: http://themeforest.net/user/themelog/portfolio
Template: tuneup
Author: ThemeLog
Author URI: http://themeforest.net/user/themelog
Description: Responsive WordPress theme.
Tags: light,dark,white
Version: 1.0.4.1682057211
Updated: 2023-04-21 06:06:51

*/

/* Generation Form (PDF Form -> test123)*/

/*Error messages*/
.wpcf7 form .wpcf7-response-output,
.wpcf7 form div.visible-only-if-sent,
.wpcf7 form div.visible-only-if-invalid,
.wpcf7 form div.visible-only-if-failed,
.wpcf7 form div.visible-only-if-spam,
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.wpcf7 form.invalid div.visible-only-if-invalid,
.wpcf7 form.failed div.visible-only-if-failed,
.wpcf7 form.spam div.visible-only-if-spam,
.wpcf7 form.sent div.visible-only-if-sent {
  display: block;
}

.wpcf7-form.sent .form-group,
.wpcf7-form.sent .wpcf7-submit,
.wpcf7-form.sent .recaptcha {
  display: none !important;
}

#post-2177 .entry-header {
	display: none;
} 

.entry-content {
	margin-top: 0;
}

.mb-5 { margin-bottom: 3rem; }

#pdfForm {
	justify-content: space-between;
	padding: 25px 50px 25px;
	max-width: 692px;
}

#pdfForm{
	background: url('https://www.ptireturns.com/blog/wp-content/uploads/2023/04/PDF-Download-Form-Background.png') no-repeat top center / cover;
	color: #fff;
}

#pdfForm .form__title{
	position: relative;
    margin: auto;
    max-width: 675px;
	margin-bottom: 30px;
}

#pdfForm .form__title:after {
	content: '';
    position: absolute;
    left: 43%;
    bottom: -34%;
    width: 86px;
    height: 2px;
    background-color: #bf3a32;
}

#pdfForm .form__title > p {
	font-family: 'Merriweather';
	font-size: 26px;
	text-align: center!important;
	line-height: 1;
}

#pdfForm > .field:nth-of-type(3) label:first-child {
	flex: 0 0 100%;
}

#pdfForm > .field:nth-last-of-type(2) {
	flex: 1 1 100%;
}

#pdfForm span input, #pdfForm span select {
	border-radius: 4px!important;
    padding-top: 11px!important;
    padding-bottom: 10px!important;
    padding-left: 14px;
    height: 32px;
    color: #666!important;
    font-size: 14px;
}

#pdfForm span select {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

#pdfForm > p:nth-last-of-type(2) {
	flex: 1 1 100%;
	/* height: 35px; */
	margin-right: 0;
}

#pdfForm p:last-of-type {
	text-align: center;
	margin: auto;
	flex: 0 0 23%;
}

#pdfForm .field {
	font-size: 19px;
	color: #666;
	flex: 0 0 49%!important;
	font-family: 'Open Sans'
}

#pdfForm .acceptance {
	flex: 1 1 100%;
}

input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), textarea {
	padding: 0.6em 1em;
}

#pdfForm span input[type="checkbox"] {
	height: 13px;
	font-size: 19px;
}

#pdfForm .wpcf7-submit {
    padding: 10px 38px;
    background-color: #bf3a32;
    color: #fff;
    border: 2px solid #bf3a32;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Merriweather';
    font-weight: 400;
}

#pdfForm .wpcf7-submit:hover {
	background-color: #fff;
    color: #bf3a32;
    border: 2px solid #bf3a32;
}

#pdfForm label {
	font-size: 15px!important;
	display: flex;
    justify-content: normal;
    align-items: stretch;
	margin: 10px 0;
}


#pdfForm .wpcf7-acceptance input[type="checkbox"]:checked::before {
    background: #fff;
}

#pdfForm .wpcf7-acceptance input[type="checkbox"]:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: -5px;
    z-index: 9;
    border-radius: 5px;
}

#pdfForm .wpcf7-acceptance input[type="checkbox"]:checked:after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 6px;
    background: #bf3a32;
    -webkit-box-shadow: 2px 0 0 #bf3a32, 4px 0 0 #bf3a32, 4px -2px 0 #bf3a32, 4px -4px 0 #bf3a32, 4px -6px 0 #bf3a32, 4px -8px 0 #bf3a32;
    box-shadow: 2px 0 0 #bf3a32, 4px 0 0 #bf3a32, 4px -2px 0 #bf3a32, 4px -4px 0 #bf3a32, 4px -6px 0 #bf3a32, 4px -8px 0 #bf3a32;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

#pdfForm .wpcf7-acceptance input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 15px;
    width: 20px;
}

#pdfForm .wpcf7-list-item-label {
	padding-left: 10px;
}

#pdfForm .wpcf7-spinner {
	display: none!important;
}

#pdfForm.submitting .wpcf7-spinner {
	display: block!important;
	margin: 20px auto;
}

#pdfForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(https://www.ptireturns.com/blog/wp-content/uploads/2023/04/Select-Arrow.png)!important;
	background-color: #fff;
	background-position-x: 96%!important;
}

#pdfForm select {
	background-image: none;
}

.footer #text-4 p:last-child a {
	padding-right: 15px;
	display: inline-block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px){
/* 	#post-2177 .form__title > p, #wpcf7-f2176-p610-o1 .form__title > p {
		font-size: 30px;
	} */
	
	#post-2177 .form__title:after, #wpcf7-f2176-p610-o1 .form__title:after {
		left: 35%!important;
	}
/* 	
	#pdfForm span input, #pdfForm span select {
		border-radius: 4px!important;
		padding-top: 15px!important;
		padding-bottom: 14px!important;
		padding-left: 18px;
		height: 60px;
		color: #666!important;
		font-size: 19px;
	}
	
	#pdfForm .wpcf7-submit {
		font-size: 20px;
	} */
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer #text-4 p:last-child a {
		padding-right: 10px;
	}
	.footer #text-4 p:last-child a > img {
      max-width: 25px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 539px){
/* 	#post-2177 .form__title > p, #wpcf7-f2176-p610-o1 .form__title > p {
		font-size: 24px;
		max-width: 500px;
	} */
	
	#post-2177 .form__title:after, #wpcf7-f2176-p610-o1 .form__title:after {
		left: 35%!important;
		width: 87px;
	}
	
/* 	#pdfForm span input, #pdfForm span select {
		border-radius: 4px!important;
		padding-top: 10px!important;
		padding-bottom: 9px!important;
		padding-left: 18px;
		height: 50px;
		color: #666!important;
		font-size: 15px;
	}
	
	#pdfForm label {
		font-size: 15px!important;
		align-items: center;
	}
	
	#pdfForm .wpcf7-list-item-label {
		padding-left: 20px;
	}
	
	#pdfForm .wpcf7-submit {
		font-size: 18px;
	} */
}