/*-- Use For Custom Styling --*/


/*----------- Alert boxes --------------*/

  [class*="alert"]{
    padding: 14px 70px 14px;
    margin-bottom: 20px;
    position: relative;
    font-size: 1em;
    font-weight: 300;
    color: #333;
    overflow: hidden;
  }

  [class*="alert"]:before{
    font-family: 'LineIcons';
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 30px;
  }

  [class*="alert"].alert-warning,
  .warning,
  .warning p{
    background: #fceadb;
    color: #eb740b;
  }

  [class*="alert"].alert-warning:before{
    content: "\e956";
    color: #f0994d;
  }

  [class*="alert"].alert-success,
  .success,
  .success p{
    background: #dff1da;
    color: #2ba206;
  }

  [class*="alert"].alert-success:before{
    content: "\e956";
    color: #2ba206;
  }

  /*[class*="alert"].alert-info,
  .info,
  .info p{
    background: #dae4f1;
    color: #0648a2;
  }*/

  [class*="alert"].alert-info:before{
    content: "\e965";
    color: #0648a2;
  }

  [class*="alert"].alert-error,
  .error,
  .error p{
    background: #fde6e6;
    color: #eb0b0b;
  }

  [class*="alert"].alert-error:before{
    content: "\e95a";
    color: #eb0b0b;
  }

    [class*="alert"] .close{
      font-family: 'LineIcons';
      position: absolute;
      right: 30px;
      top: calc(50% - 14px);
      background: none;
      color: #353535;
      font-size: 12px;
    }

    [class*="alert"] .close:hover{color: #454745;}

    [class*="alert"] .close:after{
      content: '\e935';
    }

  .message-container-subscribe{
    color: #333;
    display: none;
    margin-top: 5px;
    z-index: 99;
  }

  [class*="message-container"]{
    display: inline-block;
    margin-top: 10px;
    top: 100%;
    left: 0;
    position: absolute;
    border-radius: 3px;
  }

  .alert-box p{
    white-space: nowrap;
  }

  .contact-form [class*="message-container"]{
    left: 15px;
  }
  
  .usermenu{
    width: 100%;
    margin:0px;
    padding:0px;
    text-align: left;
    border-right: solid 1px #f93912;
  }
  
  .usermenu-item{
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px #f93912;    
  }
  
  .usermenu-item:hover{
    background-color: #f93912;
  }
  
  .usermenu-link a, a:hover, a:active{
    text-decoration: none;
    color: #ffffff;
  }

.profiledata{
    padding: 15px;    
}
.profiledata p{
    /*padding: 15px;*/
    border-bottom: dashed 1px #f93912;
}