footer {
    font-family: "Rubik", sans-serif;
}

.title {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}

#topFooter {
    background-color: #282828;
    width: 100%!important;
    margin: 0!important;
    max-width: 100%!important;
    padding: 0 3rem;
    padding-top: 1.5rem;
    font-family: "Rubik", sans-serif;
    
}   

.logoImgDiv {
    margin-bottom: 3rem;
}

.itemFooter {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.itemFooter a:hover {
    color: #fff;
    text-decoration: underline;
}

.itemFooter a {
    text-decoration: none;
    color: #fff;
}

.footer-wrapper {
    background-color: #222021;
    padding: 2rem 0 3rem 0;
    font-family: "Rubik", sans-serif;
}

.footerRow {
    
}

.callNowButton {
    padding: 12px!important;
    border-radius: 2px!important;
    border: 2px solid #fff!important;
    background-color: transparent!important;
    padding-top: 12px!important;
  	padding-bottom: 12px!important;
    font-family: "Rubik", sans-serif!important;
    font-weight: 300!important;
    transition: 0.3s ease-in-out!important;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 1px;

    background: linear-gradient(to right, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease;
   
  }

  .buttonArrow {
    width: 16px;
    height: auto;
    margin-bottom: 4px;
  }
  
  .callNowButton:hover {
    background-position: left bottom;
	background-color: transparent!important;
    color: #000!important
  } 

.footerButton {
    margin-top: 1rem;
}

.footerList {
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.footerList a {
    text-decoration: none;
    color: white;
}

.footerList a:hover {
    text-decoration: underline;
    color: white;
} 

.footerList li {
    display: inline;
    padding-left: 18px;
    margin-right: 9px;
    border-left: 1px solid white;
}


.companyInfo {
    color: #B3B3B3;
    text-align: center;
}

.FCARow {
    margin-top: 2rem!important;
}

/* For mobile devices (phones) */
@media only screen and (max-width: 767px) {
    .footerList {
        padding: 0;
        margin-top: 1rem;
    }

    .FCARow {
        margin-top: 0.5rem!important;
    }

    .title {
        margin-bottom: 0.75rem;
        margin-top: 1rem;
        text-align: center;
    }
    .logoImgDiv {
        margin-bottom: 1rem;
    }
    #topFooter {
        padding: 5%;
    }
  }

@media (max-width: 1024px) {
    #topFooter {
        padding: 32px;
    }
}