/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
.page-template-restricted-area .bold {
    font-weight: bold;
}
.dashicons.dashicons-lg {
    font-size: 45px;
    width: 45px;
    height: 45px;
}
/* Action */
.page-template-restricted-area .k-action a {
    position: relative;
}
.page-template-restricted-area .k-action .text  {
    position: absolute;
    top: -4px;
    left: 17px;
    color: #FFF;
}
.page-template-restricted-area .k-action-open {
    margin-bottom: 25px;
}
.page-template-restricted-area .k-action-open a {
    float: right;
}
.page-template-restricted-area .k-action-open a + * {
    clear: both;
}
/* Form */
.page-template-restricted-area .k-action-open input,
.page-template-restricted-area .k-action-open textarea,
.page-template-restricted-area .k-action-open select,
.page-template-restricted-area .k-action-open button {
    padding: 10px;
    width: 100%;
    border-radius: 15px;
}
/* Comment */
.page-template-restricted-area .k-comment ul {
    text-align: left;
}
.page-template-restricted-area .k-comment form {
    display: flex;
}
.page-template-restricted-area .k-comment form button {
    width: 60px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.page-template-restricted-area .k-comment textarea {
    margin: 0px;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}