﻿
/*Dashboard*/
.iconTitle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 25px;
    padding-left: 50%;
    margin-left: -50px;
    padding-top: 50%;
    margin-top: -12.5px;
    z-index: +1;
    -webkit-transform: translate3d(0,0,0);
}
.DashboardTitles {
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
    text-align: center
}

.textCenter {
    text-align: center;
}

.shadowinContainer {
    -webkit-appearance: none;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3) inset, 3px 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3) inset, 3px 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
    padding: 5px;
}

.myBackGround {
    background: url('images/Dashboard/background.png') repeat left top;
    background-size: 100% 100%;
}

.myBackGroundb {
    background: url('assets/images/Dashboard/background.png') repeat left top;
    background-size: 1200px 400px;
}
/*from Profile*/
.PargExp{
    padding:5px;
    
}
.mid50px {
    line-height: 40px;
    height: 50px;
}
/*From MyWebsiteBuilder*/
.shadowinContainer {
    box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.3) inset, 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.3) inset;
    padding: 5px;
}

.strokeme {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.fixedSaveBtn {
    position: fixed;
    right: 1px;
    top: 50%;
    height: 60px;
    width: 60px;
    background-color: transparent;
    border-radius: 50%;
    font-weight: 800;
    color: white;
   
}

article.entry {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px #ddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    article.entry:last-of-type {
        margin-bottom: 0px;
    }

.entry .entry-post {
    padding: 52px 60px;
}

    .entry .entry-post .entry-meta {
        padding-bottom: 11px;
    }

        .entry .entry-post .entry-meta span {
            position: relative;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            color: #34a111;
            padding-left: 41px;
        }

            .entry .entry-post .entry-meta span::before {
                position: absolute;
                left: 0;
                top: 6px;
                content: "";
                width: 30px;
                height: 2px;
                background: #34a111;
            }

    .entry .entry-post h3.entry-title {
        font-size: 36px;
        font-weight: 700;
        color: #3d174c;
        line-height: 48px;
        margin-bottom: 8px;
    }

        .entry .entry-post h3.entry-title a {
            color: #3d174c;
        }

            .entry .entry-post h3.entry-title a:hover {
                color: #34a111;
            }

    .entry .entry-post .entry-author {
        margin-bottom: 35px;
    }

        .entry .entry-post .entry-author span {
            color: #bfc5ca;
        }

            .entry .entry-post .entry-author span a {
                color: #6f787f;
            }

                .entry .entry-post .entry-author span a:hover {
                    color: #34a111;
                }

    .entry .entry-post .entry-content {
        margin-bottom: 22px;
    }

        .entry .entry-post .entry-content p {
            font-size: 16px;
            line-height: 26px;
            color: #6f787f;
        }

    /* More-link*/
    .entry .entry-post .more-link a {
        position: relative;
        font-size: 13px;
        font-weight: 700;
        color: #3d174c;
        padding-right: 30px;
        letter-spacing: 1.5px;
    }

        .entry .entry-post .more-link a::after {
            position: absolute;
            right: 4px;
            bottom: -5px;
            content: "\f178";
            font-family: 'FontAwesome';
            color: #3d174c;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .entry .entry-post .more-link a:hover {
            color: #34a111;
        }

            .entry .entry-post .more-link a:hover:after {
                position: absolute;
                right: 0;
                color: #34a111;
            }

.wrap-btn .flat-btn {
    padding: 10px 36px 11px 40px;
    line-height: 0px;
}

.logo-footer {
    margin-bottom: 33px;
    padding-left: 16px;
}

.flat-socials li {
    display: inline-block;
    padding: 0px 12px;
}

ul.flat-socials {
    float: none;
    padding: 0px 0px 15px 16px;
}


.footer-information ul li a {
    color: #6f787f;
}

.footer-information.style2 ul li a {
    color: #969ea4;
}

.footer-information ul li a i {
    font-weight: 400;
}

.footer-information li a:hover {
    color: #bfc5ca;
}







.footer-information {
    padding: 101px 0px 60px 0px;
    text-align: center;
    border-bottom: 1px solid #393d41;
}
