/*
 Theme Name:   Freehold Progression Child Theme
 Theme URI:    http://progressionstudios.com/
 Description:  A Freehold Progression child theme 
 Author:       Wise tech Center
 Author URI:   http://progressionstudios.com/
 Template:     freehold-progression
 Version:      1.0.0
*/
@import url("../freehold-progression/style.css");

#header-property-type-progression, #header-property-status-progression{
    margin-right:15px;
    width:15%;
}
#property-sqft-progression{
    width: 15%;
    margin-right: 15px;
    float: left;
}
#header-request-property{
    margin: 0 10px 0 0;
    vertical-align: baseline;
    transition-duration: 250ms;
    transition-property: color, background-color, opacity, border;
    transition-timing-function: ease-in-out;
    font-style: normal;
    cursor: pointer;
    line-height: 1;
    border: none;
    text-align: center;
    display: inline-block;
    padding: 6px 10px;
    width: 160px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    background-color: #05306c;
    border-radius: 5px;
    float:left;
}
a#header-request-property:hover{
    color: #ffffff;
    background-color: #c41230;
}
#sidebar-request-property{
    text-align: center;
    display: block;
    padding: 10px 0px;
    text-transform:uppercase;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    background-color: #05357a;
}


#sidebar-request-property:hover{
    background-color: #be112f;
}
#contact-request-property{
    margin: 0 10px 0 0;
    vertical-align: baseline;
    transition-duration: 250ms;
    transition-property: color, background-color, opacity, border;
    transition-timing-function: ease-in-out;
    font-style: normal;
    cursor: pointer;
    line-height: 1;
    border: none;
    text-align: center;
    display: inline-block;
    padding: 6px 10px;
    width: 160px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    background-color: #005a87;
    border-radius: 5px;
}
a#contact-request-property:hover{
    color: #ffffff;
    background-color: #c41230;
}