/* homepage sidebar */
div#exclusive-offer {
    display: none;
}
/* .wrap__home-sidebar {
    width: 260px;
    float: right;
    margin-top: 0px;
}
sidebar end */

.align-right {
    
    margin: 0px 0px 10px 10px;
}

.align-left {
    
   margin: 0px 10px 10px 0px;
}
.newsletter-disclaimer {
    border: 1px solid black;
    padding: 10px;
    margin-top: 50px;
    font-size: 12px;
}

.headaddress p {
    font-size: 18px;
    color: #fff;
   
}
.headaddress strong {
    color: #000;
}
.headaddress a {
    color: #fff;
    font-weight: bold;
}
.headaddress {
    margin-top: 10px;
}


@media (min-width: 768px) and (max-width: 1200px) {
.featuredblock__item {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
}
}

@media (max-width:540px) {
    
    .headaddress p {
    font-size: 10px;
    color: #fff;
}
.logo__link.logo__left .logo__title, .logo__link.logo__right .logo__title {
   
    text-align: center;
}
.headaddress {
    
    text-align: center;
}
.headaddress a {
   
    font-size:12px;
}
}
@media (max-width:320px){
    
     .headaddress p {
    font-size: 8px;
    color: #fff;
    
    
}

.location__address, .location__address2, .location__city-state-zip, .location__phone, .location__phone a, .location__fax, .location__fax a {
  
    font-size: 24px;
   
}

}
