/*-- Dashboard --*/
.dashboard-wrap  h2.dashboard-title{
    display: inline-block;
}
.dashboard-subscribe-toggle{
    float: right;
    padding: 15px 0 0;
}
.dashboard-subscribe-toggle label{
    font-weight: bold;
}
.dashboard-subscribe-toggle input[type="checkbox"]{
    vertical-align: bottom;
}
.dashboard-subscribe-block{
    background-color: #0073aa;
    color: #fff;
    margin: 15px 0;
    padding: 15px;
}
.dashboard-subscribe-block > p {
    margin: 0 0 15px;
}
.dashboard-wrap .inner_content {
    margin: 15px 0 0;
}
.dashboard-col-8{
    float: left;
    width: 74%;
}
.dashboard-col-4{
    float: left;
    padding-left: 20px;
    padding-right: 0;
    width: 24%;
}
.col-dashboard-block{
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 1px 1px #ccc;
}
.col-dashboard-block-title{
    background-color: #dfdfdf;
    color: #333;
    padding: 15px;
}
.col-dashboard-block-title h3 {
    margin: 0;
}
.col-dashboard-block-content{
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
}
.col-dashboard-item-img{
    float: right;
    width: 23%;
    padding-right: 0;
    padding-left: 0;
}
.col-dashboard-item-img img {
    max-width: 100%;
}
.col-dashboard-item-content{
    float: left;
    width: 100%;
}
.col-dashboard-item-content figure{
    display: none;
}
.col-dashboard-item-content p{
    margin: 0 0 10px 0
}
.col-dashboard-item-content a{
    text-decoration: none;
}
.col-dashboard-item {
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
}
.col-dashboard-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.col-dashboard-item-title{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.col-right-title{
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.col-right-title h3{
    margin: 0;
}
.col-right-item {
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    overflow: hidden;
    padding: 0 15px 15px;
}
.col-right-item-title {
    padding: 15px 0 0px;
    text-align: center;
}
.col-right-item-title a{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0073aa;
    text-decoration: none;
}
.col-right-item-content img {
    max-width: 100%;
    width: 100%;
}
.dashboard-subscribe-block .button-orange,
.dashboard-subscribe-block .button-orange:disabled{
    box-shadow: none;
    margin-left: 15px;
    background-color: #FF6730;
    border: none;
    vertical-align: inherit;
    color: #fff;
    min-width: 150px;
    width: 240px;
}
.dashboard-subscribe-block .button-orange:hover,.dashboard-subscribe-block .button-orange:disabled:hover {
    background-color: #ff5319 !important;
    opacity: 1;
    box-shadow: none;
    color: #fff !important;
    text-shadow: none !important;
    border: none !important;

}
.dashboard-subscribe-block .button-orange .dashicons-yes{
    font-size: 26px;
    line-height: normal;
    vertical-align: text-bottom;
}
.dashboard-close-subscribe-block {
    cursor: pointer;
    float: right;
}
.close-subscribe-block span:hover{
    color: red;
}
.col-dashboard-item-img > a{
    border-radius: 50%;
    display: block;
    height: 180px;
    width: 180px;
    margin: 0 auto;
}
.col-dashboard-round-img{
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    box-shadow: 0 0 0 1px #eee;
}
.col-right-item-img > a{
    border-radius: 50%;
    display: block;
    height: 180px;
    width: 180px;
    margin: 0 auto;
}
.col-right-dashboard-round-img{
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    height: 180px;
    width: 180px;
}

/* license block*/
.bg-light-yellow{
    background-color: #fffdeb;
    border: 1px solid #fdf2ae;
    padding: 15px;
}
.button-pro-license{
    background-color: #ff6730 !important;
    color: #ffffff !important;
    border: 1px solid #ff6730 !important;
}
.button-pro-license:hover{
    opacity: 1;
    background-color: #ff5319 !important;
}
.button-pro-license > span{
    vertical-align: text-bottom;
}
.sc-license-wrap h4{
    margin: 0px 0 0px;
}
.pro-license-wrap{
    margin-top: 15px;
}
/* license block*/