﻿


/* Homecrest Fabric Modal
-----------------------------------------------------------------*/


   #airModal h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px;
    text-transform: none;
}

#airModal h1 {
    font-size: 1.5rem;
    margin-bottom: 8px !important;
    padding-top: 8px;
}

#airModal h4 {
  font-size: 1rem;
}

#airModal button.close {
    padding: 4px 10px;
    cursor: pointer;
    background: #60584a;
    border: 0;
    -webkit-appearance: none;
    margin-right: 12px;
    margin-top: 2px;
}

#airModal .col_two_third {
    margin-bottom: 0;
}

#airModal button.close:hover {

    opacity: 0.4;
}

#airModal .close {
    float: right;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.7;
    padding: 4px;
    border-radius: 8px;
}



#airModal .modal-header {
    padding: 8px 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}


#airModal .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}

#airModal .col_two_third {
    float:none;
    display: inline-block;
}

#airModal .col_one_third {
    float:right;
}



#airModal #fabric-wish-check {
    float: left;
    margin-right: 8px;
    margin-top: 6px;
    cursor: pointer;
    width: 30px;
    margin-top: 21px;
}




#airModal h3.fabric-modal-name {
    padding-top: 18px;
    margin-bottom: 14px;
    font-size: 1.5rem;
    text-transform: none;
}


#airModal label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 10px;
}



      .seatingOptionListWrapper {
    float: left;
    margin-right: 12px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 1024px) {
    

}