.plugin-options .wrap .acf-field {
  padding-left: 0;
  padding-right: 0;
}

#percentage{
	    padding: 10px;
    margin-top: 15px;
}


.calculatorInputWrapper {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.salaryComparison{
    width: 95%;
    margin: auto;
}

#ImportInformation{
    padding: 20px;
}


#frm table tr:nth-child(odd)
{
    background: #f8f8f8 !important;
}

.calculatorInputWrapper .inputHolder {
    margin: 0 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.calculatorInputWrapper .minimal-form-input.has-text {
    padding-top: 5px;
}


.calculatorInputWrapper .minimal-form-input.has-text input {
    text-align: center;
}

button#submitbutton {
    /* padding: 20px; */
    /* font-size: 20px; */
    /* color: white; */
    margin-top: 20px;
    /* border: none; */
    /* border-radius: 3px; */
    /* font-weight: bold; */
}

/* button#submitbutton:hover {
    background-color: #ef404d;
} */

.home .expectedSpending, .home .indexComparison, .home .averagePriceBody {
    display: none;
}

.earning-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    font-size: 1.2em;
}

#comparativeSalary .income {
    font-size: 3.5em;
    display: block;
    margin-top: 25px;
    /* color: #03334d; */
    font-weight: bold;
}
#movingComparisonBody {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    font-size: 1.2em;
}

.categoryIcon {
    min-width: 25%;
    flex: 1;
    margin: 10px;
}

#frm h2{
    color: #222 !important;
    padding: 1% !important;
}

.movingComparisonBody .categoryIcon a {
    display: block;
    background-color: #7d3d21;
    /* border-radius: 3px; */
    padding: 20px;
    cursor: pointer;
    color: white;
}
.movingComparisonBody .categoryIcon .categoryName, .movingComparisonBody .categoryIcon .percentageDifference {
    font-weight: bold;
    text-transform: uppercase;
/*     color: white; */
}
.movingComparisonBody .categoryImageIcon {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    background-image: url('./icons/MiscIcon.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.categoryIcon.Grocery .categoryImageIcon {
    background-image: url('./icons/GroceryIcon.png');
}

.categoryIcon.Housing .categoryImageIcon {
    background-image: url('./icons/HousingIcon.png');
}

.categoryIcon.Utilities .categoryImageIcon {
    background-image: url('./icons/UtilitiesIcon.png');
}

.categoryIcon.Transportation .categoryImageIcon {
    background-image: url('./icons//TransportationIcon.png');
}

.categoryIcon.Healthcare .categoryImageIcon {
    background-image: url('./icons/HealthcareIcon.png');
}
.difference-more:before {
    display: inline-block;
    font-family: 'fontawesome';
    font-weight: bold;
    content: '\f062';
    margin-right: 10px;
}
.difference-less:before {
    display: inline-block;
    font-family: 'fontawesome';
    font-weight: bold;
    content: '\f063';
    margin-right: 10px;
}

@media screen and (max-width: 920px) {
	.inputHolder {
			width: 100%;
			clear: both;
			float: none;
			margin: 5px auto 10px;
	}

	#comparativeSalary .earning-container > div {
			width:100%;
			margin-bottom:20px;
	}

	.earning-container {
			flex-direction: column;
	}

	#comparativeSalary .income {
			font-size: 2.5em;
			margin-top: 20px;
	}

	.movingComparisonBody {

        flex-wrap: wrap;
	}
	.movingComparisonBody .categoryIcon {
			width: 100%;
			margin: 10px auto;
	}
}

form#frm {
    text-align: center;
    background: white;
    padding: 20px;
    color: #222 !important;

}

#alldata_link a {
	   padding: 20px;
	   background-color: #7d3d21;
	   /* font-size: 20px; */
	   color: white;
	   /*     margin-top: 20px; */
	   /* border: none; */
	   /* border-radius: 3px; */
	   font-weight: bold;
}
.page-template-page-cost_of_living #alldata_link {
    display: none;
}

div#movingComparisonBody {
    margin-bottom: 30px;
}

#alldata_link button:hover {
    background-color: #666;
}

div#showResults {
    margin-bottom: 40px;
/*     border-bottom: 1px solid #ccc; */
    padding-bottom: 40px;
}

h2#averagePriceHeader {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#alldata_link {
    margin-top: 20px;
    margin-bottom: 20px;
}





/* table responsiveness */

table {
/*     border: 1px solid #ccc; */
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
table tr {
/*     background: #f8f8f8; */
    border: 1px solid #ddd;
/*     padding: .35em; */
}
table th,
table td {
/*     padding: .625em; */
    text-align: center;
}
table th {
    font-size: .75em;
/*     letter-spacing: .1em; */
    text-transform: uppercase;
	font-weight: bold;
}

@media screen and (max-width: 920px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }

    #movingComparisonBody{
        display: flex;
        flex-direction: column;
    }


	.averagePriceBody > div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
	}

	.averagePriceBody > div h3 {
		margin-bottom: 20px;
	}

	#comparativeSalary .earning-container {
/*     border:  1px solid #333; */
    margin: 20px auto;
    padding: 10px 10px 0;
	}

	#comparativeSalary .earning-container span.income {
			margin-top: 10px;
			margin-bottom: -20px !important;
	}
	.calculatorInputWrapper {
		flex-direction: column;
	}
	.calculatorInputWrapper .inputHolder {
		margin-top: 10px;
		margin-bottom:10px;
	}
}
