/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* Astra > Impreza*/

/* Shadow around the canvas */
.l-canvas.type_boxed {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1),0 3px 8px rgba(0,0,0,0.1);
}

/* Acive menu item bold text */
.current-menu-item,
.current-menu-parent,
.current-menu-ancestor,
.current_page_ancestor {
    font-weight: bold!important;
}

/* IconBox styles */
.w-iconbox.size_small.style_circle {
    margin-top: 35px;
    padding: 0 10% 30px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}
.w-iconbox.size_small.style_circle .w-iconbox-icon {
    margin-top: -35px;
    margin-bottom: 5px;
    overflow: visible;
}
.w-iconbox.size_small.style_circle .w-iconbox-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    height: 100%;
    padding: 4px;
    border-radius: 50%;
    background: none!important;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s;
    box-shadow: 0 0 0 3px #5c665f;
}
.no-touch .w-iconbox.size_small.style_circle a:hover .w-iconbox-icon {
    background-color: #5c665f;
}
.no-touch .w-iconbox.size_small.style_circle a:hover .w-iconbox-title {
    color: #5c665f;
}
.no-touch .w-iconbox.size_small.style_circle a:hover .w-iconbox-icon::before {
    opacity: 1;
    transform: scale(1);
}
h3.w-iconbox-title {
    font-size: 20px;
}

/* Footer Styles */
.l-subfooter.at_top .widget h4 {
    font-size: 18px;
}
.l-subfooter.at_top .g-cols.offset_medium > div {
    padding-left: 25px;
    padding-right: 25px;
}
/*.widget .w-contacts {
    background: url('/wp-content/uploads/2016/10/contact-map.png') no-repeat;
    background-size: contain;
    padding-bottom: 20px
}*/

/*Person Styles*/
.w-person-links {
    background-color: rgba(222, 171, 61, 0.4)!important
}

/*Image Gallery*/
.w-gallery-list {
    text-align: center;
}