﻿.Inspection__Grid .insp--grid--holder {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 100%;
    border: solid 1px #dfe2e4;
    transition: 0.4s all;
}
.Inspection__Grid .insp--grid--holder > .grid-x.collapse {
    margin-top: auto;  /* anchors the whole footer row to the bottom */
}
.Inspection__Grid .insp--grid--holder:hover{
    border:solid 1px #c3c6c9;
}
.Inspection__Grid .insp--grid--holder h3.insp_heading{
	font-size:20px;
    color: #dc1434;
    font-weight: 600;
    text-align: center;	
    margin:0 0 15px 0;
	padding:0;
} 
.Inspection__Grid .insp--grid--holder .inspectionpage-content p{
    margin:0 0 5px 0;
    padding:0;
    line-height:normal;
    color:#212121;
}
.Inspection__Grid .insp--grid--holder .inspectionpage-content ul{
    margin:0 0 0 25px;
    padding:0;
    list-style-type:square;
}
.Inspection__Grid .insp--grid--holder .inspectionpage-content ul li{
    line-height:1.5;
    font-size:16px;
    color:#212121;    
}
.Inspection__Grid .insp--grid--holder h3.inspection-date {
    color: #000;
    font-size: 14px;
    margin: 0 0 6px 0;
    font-style: italic;
}
.Inspection__Grid .insp--grid--holder .price-holder{
	font-size:20px;
    color: #dc1434;
    font-weight: 600;
}
.Inspection__Grid .insp--grid--holder a.schedule-button {
    margin-top: auto;
    background: #181717;    
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 60px;
}
.Inspection__Grid .insp--grid--holder a.schedule-button:hover {
    background: #3f3c3c;
}

/* Form Styles */

form#Form_InspectionsContactForm #Form_InspectionsContactForm_Name_Holder,
form#Form_InspectionsContactForm #Form_InspectionsContactForm_Phone_Holder,
form#Form_InspectionsContactForm #Form_InspectionsContactForm_Email_Holder
{
    float: left;
    width: 32.3%;
    margin-right: 6px;
}
form#Form_InspectionsContactForm #Form_InspectionsContactForm_Make_Holder,
form#Form_InspectionsContactForm #Form_InspectionsContactForm_Model_Holder
{
    float: left;
    width: 49%;
    margin-right: 6px;
}
form#Form_InspectionsContactForm #Form_InspectionsContactForm_NearestLocation_Holder,
form#Form_InspectionsContactForm #Form_InspectionsContactForm_Comments_Holder
{
    width: 98.5%;
    clear: both;
}

/* Media Queries */

@media only screen and (max-width: 1280px) {
	.Inspection__Grid .insp--grid--holder h3.insp_heading {
	    font-size: 18px;
	}
}
@media only screen and (max-width: 1024px) {
	.Inspection__Grid .insp--grid--holder a.schedule-button {
	    padding: 10px 30px;
	}	
}
@media only screen and (max-width: 640px) {
    form#Form_InspectionsContactForm #Form_InspectionsContactForm_Name_Holder,
    form#Form_InspectionsContactForm #Form_InspectionsContactForm_Phone_Holder,
    form#Form_InspectionsContactForm #Form_InspectionsContactForm_Email_Holder
    {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    form#Form_InspectionsContactForm #Form_InspectionsContactForm_Make_Holder,
    form#Form_InspectionsContactForm #Form_InspectionsContactForm_Model_Holder
    {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    form#Form_InspectionsContactForm #Form_InspectionsContactForm_NearestLocation_Holder,
    form#Form_InspectionsContactForm #Form_InspectionsContactForm_Comments_Holder
    {
        width: 100%;
    }    
	.Inspection__Grid .insp--grid--holder .inspectionpage-content ul li {
	    font-size: 17px;
	}
	.Inspection__Grid .insp--grid--holder .price-holder {
	    font-size: 22px;
	}	
}
