/*
Theme Name: The Recruiter
Theme URI: https://join.exprealty.com/
Description: For eXp Realty Agents & Brokers
Author: eXp Realty
Author URI: https://exprealty.com/
Version: 2.0
*/

/* CSS Document */

body, html {
    margin: 0;
    padding: 0;
        height: 100%;
}
#iframeWrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border: 0px;
}

#iframeWrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
#contactWrap {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    background: #1a1a1a;
    padding: 20px 0 25px 0;
    height: fit-content;
    border-top: solid 1px #343638;
}
#contact {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    text-transform: none;
    line-height: 22px;
    color: #fff;
    text-align: center;
}
#contact a {
    color: #fff !important;
}

#contact .col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
}
#contact .col4 {
    width: 25%;
}

.name, .phone {
    font-size: 24px;
    text-align: center;
}
.scroll {
    position: fixed;
    width: 100%;
    height: 20px;
    top: 0;
    background: #ccc;
}
 @media screen and (max-width: 1005px) and (min-width: 761px) {
#contactWrap {
 display:none;
}
}
@media screen and (max-width: 760px) {
#contactWrap {
 display:none;
}
}
@media screen and (max-width: 460px) {
#contactWrap {
 display:none;
}
}
