/* CSS Document */	
.custom-icon {
    /*background: #666;*/
    /*background: rgba(0, 0, 0, 0.4);*/
    border-radius: 100%;
    border: 3px solid #eb6864;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);
    color: #eb6864;
    display: inline-block;
    font-size: 3.5em;
    height: 110px;
    padding-top: 25px;
    text-align: center;
    transition: .5s;
    vertical-align: middle;
    width: 110px;
}
.custom-icon:hover {
    background: rgba(0, 0, 0, 0.2);
}
.fix-editor {
    display: none;
}
.icon-wrapper {
    display: inline-block;
}
				
