/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/

.banner-cta-red {
    background: rgba(0,0,0,0.1); 
    zoom 1; 
    float: right; 
    margin: 22px 0 0 0; 
    border: solid 2px #e0303b; 
    text-transform: uppercase; 
    color: #ff4652; 
    font-weight: 700; 
    font-size: 15px; 
    padding: 15px 23px; 
    cursor: pointer; 
    line-height: 1.5; 
    font-family: "proxima-nova", sans-serif; 
    text-align: center; 
}

    /* ==========================================================================
     Footer
   ========================================================================== */
   .footer-container-wrapper {
    background: #1f1f1f;
}

   .footer-container-wrapper .rights, .footer-container-wrapper .responsive_hide, .footer-container-wrapper .policy{
        position: relative;
        display: inline-block;
        color: #4e4e4e !important;
        font-family: "proxima-nova",sans-serif !important;
        font-weight: bold;
        font-size: 16px !important;
        text-decoration: none !important;
        margin: 30px 0 0;
   }
     .footer-container-wrapper .responsive_hide{
        margin: 0 10px;
    }
    .social-media-icon-footer{
        opacity: 1 !important;
        background-repeat: no-repeat;
        text-decoration: none;
    }

    .linkedin-icon-footer {
      background: url(https://www.spiria.com/sites/all/themes/adaptivetheme/at_subtheme/images/linkedin-logo.png);
    
    }
     .linkedin-icon-footer:hover {
        background: url("https://www.spiria.com/sites/all/themes/adaptivetheme/at_subtheme/images/linkedin-red.png") no-repeat;
      }
    .facebook-icon-footer {
      background: url("https://www.spiria.com/sites/all/themes/adaptivetheme/at_subtheme/images/facebook-logo.png");
     
    }
     .facebook-icon-footer:hover {
        background: url("https://www.spiria.com/sites/all/themes/adaptivetheme/at_subtheme/images/facebook-red.png") no-repeat;
      }
    .twitter-icon-footer {
      background: url("https://www.spiria.com/sites/all/themes/adaptivetheme/at_subtheme/images/twitter-logo.png");
      
    }
    .twitter-icon-footer:hover {
        background: url("https://www.spiria.com/sites/all/themes/adaptivetheme/at_subtheme/images/twitter-red.png") no-repeat;
      }
    .social-media-icon-footer, .social-media-icon-footer:hover {
      width: 25px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: 50% 100%;
      display: inline-block;
      margin-right: 12px;
    }
    .social-links {
        width: 122px;
        margin: auto;
    }
   /* ==========================================================================
     Responsive Style
   ========================================================================== */
   
   
@media(max-width:890px){
    .responsive_hide{
        display: none !important;
    }
    .rights, .policy{
        display: block !important;
    }
    .policy{
        margin-top: 0 !important;
    }
    .rights{
        margin-bottom: 10px !important;
    }
}