/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.btn-icon {
    padding: 0;
    background: none;
    border: none;
}

.btn-icon:hover, .btn-icon:focus {
    color: #0056b3;
    outline: 0;
}

.btn-icon-danger {
    padding: 0;
    background: none;
    border: none;
}

.btn-icon-danger:hover, .btn-icon-danger:focus {
    color: #CE041C;
    outline: 0;
}

.link {
    position: relative;
    color: #484848;
    transition: all .3s ease;
}

.link:hover {
    color: #2250fc;
}

.link-active {
    color: #2250fc;
}

.ckeditor-content img {
    max-width: 100%;
}