/* ----------------------------------------------------------------
[Table of contents]

01. Footer style
02. ToTop Button style
03. Custom style 
------------------------------------------------------------------- */

/* ======= Footer style ======= */
#addo-footer2 {
    padding: 120px;
    background: #101010;
}
#addo-footer2 h2 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 3px;
}
#addo-footer2 h2 span {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
    #addo-footer2 {
        padding: 100px 30px 80px 30px;
        text-align: center;
    }
}
.addo-lead {
    font-size: 14px;
    line-height: 2em;
    color: #fff;
}
/* social 1 */
.addo-social {
    padding: 0;
    margin: 0;
    text-align: center;
}
.addo-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.addo-social li a {
    font-size: 22px;
    color: #101010;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
@media screen and (max-width: 768px) {
    .addo-social li a {
        padding: 10px 8px;
    }
}
.addo-social li a:hover {
    color: #101010;
}
.addo-social li a:hover,
.addo-social li a:active,
.addo-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #101010;
}
/* social 2 */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    float: right;
    margin-bottom: 10px;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-network li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    ul.social-network {
        display: inherit;
        text-align: center;
        float: none;
        margin-bottom: 0;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #555;
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.progress-wrap::after {
    color: #555
}
.progress-wrap svg.progress-circle path {
    stroke: #555;
}


/* ======= Custom style ======= */

.footer-social.social-network i {
    color: #fff;
	font-size: 14px;
}
.addo-narrow-content a {
    color: #fff
} 
.addo-narrow-content a:hover {
    color: #fff
} 
.addo-lead {
    color: #fff;
}