@include ipad-landscape{
    .comment-respond .comment-form .qodef-two-columns-50-50 .qodef-column .qodef-column-inner{
        padding: 0 15px !important;
    }
}


@include ipad-portrait{
    .qodef-comment-list li .children{
        padding-left: 50px;
    }

    .comment-respond .comment-form .qodef-two-columns-50-50 .qodef-column .qodef-column-inner{
        padding: 0px !important;
    }
}

@include phone-landscape {
    .qodef-comment-holder {

        .qodef-comment {
            padding-left: 0;
        }

        .qodef-comment-text .qodef-comment-info {
            .qodef-comment-name {
                float: none;
            }
            .qodef-comment-date{
                margin-left: 0;
            }
        }
    }

    .qodef-comment-list li .children {
        padding-left: 10px;
    }

    .qodef-comment-holder .qodef-comment-text{
        padding: 0 0 0 105px;
    }

}