/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 7, 2015, 2:43:42 PM
    Author     : Vitaliy
*/

.sha-page-widget-wrapper{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat; 
    color: #ffffff;
}
.sha-page-widget-wrapper > div{
    display: block;
    height: inherit;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.sha-page-widget-wrapper .title, .sha-page-widget-wrapper a{
    color: #ffffff;
}
.sha-page-widget-wrapper .title{
  display: block;
  font-size: 46px;
  font-weight: 100;
  text-align: center;
  line-height: 95%;
  margin-bottom: 15px;
}
.sha-page-widget-wrapper .content, .sha-page-widget-wrapper .title{
    padding: 67px 50px;
}
.sha-page-widget-wrapper .title{ padding-bottom: 0; }
.sha-page-widget-wrapper .content{ padding-top: 0;}
.sha-page-widget-wrapper .become-a-member{
    -moz-transition:0.6s all;
    -webkit-transition:0.6s all;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.sha-page-widget-wrapper .become-a-member:hover{
    background: rgba(255, 255, 255, 0.2);
}