/*
Theme Name: Skyetheme Child
Theme URI: http://skyetheme.edge-themes.com
Description: Skyetheme Child Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: skyetheme
*/
@import url("../skyetheme/style.css");

.dark-cta {
    color: white;
}

/*custom template*/
h1, h2, h3, h4, h5, p {
    font-family: lato!important;
}
.edgtf-btn {
    border-radius: .5em;
}
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #18243d; vertical-align: middle; }
.box > .icon:hover > .image { background: #ff5d61; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 25px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Lato"; font-size: 12px; color: #222; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #18243d; }
.box .space { height: 30px; }
.btn-info {
    color: #fff!important;
    background-color: #ff5d61!important;
    border-color: #ff5d61!important;
}
.btn-info:hover {
    color: #222!important;
    background-color: #fff!important;
    border-color: #222!important;
}

.icon i{
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 75px;
    border-radius: 50%;
    background: #18243d;
    vertical-align: middle;
    font-size: 36px !important;
    color: #fff !important;
}

.icon i:hover {
    background: #ff5d61;
}
.box > .icon > .info
{   
    height: 250px;
    padding: 25px 10px 10px 10px;
}
.row.more {
    padding: 20px;
    color: rgba(255,255,255,.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.full-width-btn {
    width: 100%;
    text-align: center;
}
/* custom template end */