// ==========================================================================
// Guest Blogging Style
// ==========================================================================
.#{$selector} {
	.ipt-eform-guestpost-tax-wrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding: 0;
		width: 100%;
	}
	.ipt-eform-guestpost-tax-column-wrap {
		margin-bottom: 17px;
	}
	.ipt-eform-guestpost-tax-column-2 .ipt-eform-guestpost-tax-wrap {
		width: 50%;
		padding: 0 10px;
	}
	.ipt-eform-guestpost-tax-column-2 .ipt-eform-guestpost-tax-wrap:nth-child(odd) {
		padding-left: 0;
	}
	.ipt-eform-guestpost-tax-column-2 .ipt-eform-guestpost-tax-wrap:nth-child(even) {
		padding-right: 0;
	}
	.ipt-eform-guestpost-tax-column-3 .ipt-eform-guestpost-tax-wrap {
		width: 33.33%;
		padding: 0 10px;
	}
	.ipt-eform-guestpost-tax-column-3 .ipt-eform-guestpost-tax-wrap:nth-child(3n+1) {
		padding-left: 0;
	}
	.ipt-eform-guestpost-tax-column-3 .ipt-eform-guestpost-tax-wrap:nth-child(3n+2) {
		padding: 0 1px;
	}
	.ipt-eform-guestpost-tax-column-3 .ipt-eform-guestpost-tax-wrap:nth-child(3n) {
		padding-right: 0;
	}

	.ipt-eform-guestpost-tax-wrap .ipt_uif_question_content {
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	.ipt-eform-guestpost-tax-wrap ul.ipt-eform-guestpost-tax-ul,
	.ipt-eform-guestpost-tax-wrap ul.ipt-eform-guestpost-tax-ul li,
	.ipt-eform-guestpost-tax-wrap ul.ipt-eform-guestpost-tax-ul ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.ipt-eform-guestpost-tax-wrap ul.ipt-eform-guestpost-tax-ul ul {
		margin-left: 2.5em;
	}

	.ipt-eform-guestpost-tax-wrap .ipt_uif_question_content .ipt_uif_radio + label,
	.ipt-eform-guestpost-tax-wrap .ipt_uif_question_content .ipt_uif_checkbox + label {
		font-size: 0.8em;
	}
}

