@media screen and (min-width:0px) {
    #comments .commentlist {
        background-color: #f9f9f9;
        margin-top: 0;
        padding-bottom: 0;
        border-radius: 20px;
    }
    .commentMoreLink {
        color:#00e676;
    }
    #comments .comment {
        padding: 10px;
    }
    .comment-body {
        position: relative;
/*        padding-bottom: 20px;*/
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #comments .comment:nth-child(2n) {
        background-color: #f5f5f5;
        background-color: #fff;
    }
    #comments .comment .children li:first-child {
        border-top: 1px #e8e8e8 solid;	
    }
    #respond {
        max-width: 1000px;
        margin: 10px auto;
        background-color: #fff;
/*        margin-top: 20px;*/
        padding: 10px;
        border-radius: 20px;
        box-shadow: 3px 0px 35px rgba(0, 0, 0, 0.13);
    }
    #respond form {
        max-width: 650px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .comment-reply-title {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
    .comment-reply-title small {
        display: block;
    }
    .comment-reply-title small a {
        color: #ff8181;
    } 
    .comment-form-author, .comment-form-comment {
        clear: both;
    }
    .comment-form-comment {
        width: 100%;
        margin: 0 1%;
        margin-top: 10px;
    }
    .comment-respond input[type="text"], .comment-respond textarea {
        border: 1px #c3c3c3 solid;
        border-radius: 5px;
        font-weight: 300;
        font-size: 12px;
        padding: 4px 10px;
        width: 100%;
        background-color: #f9f9f9;
    }
    .comment-respond textarea { 
        padding: 10px;
    }
    .comment-respond textarea {
        height: 70px;
    }
    .comment-respond .attachmentRules {
        display: none;
        visibility: hidden;
    }
    .comment-respond label {
        display: block;
        margin-right: 20px;
        font-size: 1.28rem;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
    /*    width: 150px;*/
        width: auto;
        margin-bottom: 0;
    }
    .comment-respond .comment-form-attachment:first-child  {
        clear: both;
    }
    .comment-respond .comment-form-attachment:last-child  {

    }
    .comment-respond .comment-form-attachment  {
        position: relative;
        border: 1px #c3c3c3 solid;
        border-radius: 5px;
        width: 100%;
        height: 26px;
        margin: 0 auto;
        padding: 0;
        font-size: inherit;
        margin: 0 1%;
    }
    .comment-respond .comment-form-attachment label {
        width: 100%;
        background-color: #fff;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        line-height: 22px;
        top: 1px;
        cursor: pointer;
        font-size: 12px;
        text-align: center;
    }
    .comment-respond .comment-form-attachment input {
        position: absolute; 
        top: -23px;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        overflow: hidden;
        opacity: 0;
        z-index: -1;
    }
    .comment-respond .comment-form-attachment label::before {
        content: '\e92e';
        font-family: 'Sportotvet';
        left: 30px;
        font-size: 20px;
        position: absolute;
        top:1px;
    }
    .comment-respond .comment-form-attachment input:hover, .comment-respond .comment-form-attachment input:active, .comment-respond .comment-form-attachment input:focus {
        outline: 0;
    }
    .comment-notes {
        display: none;
    }
    .form-submit {
        text-align: center;
        margin: 0;
        width: 38%;
        margin: auto 1%;
        margin-top: 16px;
    }
    .logged-in .comment-form p:nth-child(4) {
        position: relative;
    }

    .comment-form p:nth-child(3), /* nth-child(4) - without captcha */ .logged-in .comment-form p:nth-child(3) { 
        border: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    #wp-comment-cookies-consent {
        position: relative;
        margin-right: 15px;
        z-index: 2;
    }
    .comment-form-cookies-consent {
        display: flex;
        width: 100%;
        margin: 0 1%;
    }
    .comment-form-cookies-consent label {
        font-size: 12px;
        position: relative;
        cursor: pointer;
        margin: auto 0;
    }
    #wp-comment-cookies-consent::before {
        content: '';
        font-family: 'Sportotvet';
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        position: absolute;
        top: -2px;
        left: 0;
        background-color: #f3f3f3;
        border: 1px #c3c3c3 solid;
        cursor: pointer;
        box-shadow: inset 0px 0px 3px #cecece;
        font-size: 10px;
    }
    #wp-comment-cookies-consent:checked:before {
        content: '\e931';  
    }
    .comment-form-author, .comment-form-email {
        width: 48%;
        margin: 0 1%;
    }
    .aiowps-captcha {
        width: 100%;
        margin: 10px 1%;
        border-top: 1px #c3c3c3 dashed;
        padding-top: 10px;
        margin-top: 20px;
    }
    .aiowps-captcha-equation {
        width: 58%;
        margin: auto 1%;
    }
    .commentlist {
        padding: 0;
        max-width: 1000px;
        margin: 0 auto;
    }
    .comment-author {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .comment-meta {
        position: relative;
        top: 15px;
        margin-right: 10px;
        margin-left: auto;
    }
    .comment-meta a {
        font-size: 12px;
        color: #989898;
        font-weight: 300;
    }
    .comment-author img {
        width: 67px !important;
        height: 67px;
        border-radius: 50%;
        margin-right: 7px;
    }
    .comment-author cite, .comment-author .says {
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        margin: auto;
    }
    .commentlist li {
        list-style: none;
        border-left: 1px #f9f9f9 solid;
        border-right: 1px #f9f9f9 solid;
        padding: 10px 0;
    }
    .commentlist li:first-child {
        border-radius: 20px 20px 0px 0px;
    }
    .commentlist li:last-child {
        border-radius: 0px 0px 20px 20px;
    }
    .children li {
        border-bottom: 0;
    }
    .comment-text-content {
        width: 100%;
    }
    .comment p {
        clear: both;
        font-weight: 400;
        font-size: 12px;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    #comments .tc-collapser-comment, .comment p {
        line-height: 1.5;
    }
    .commentlist.reviews-area  {
        max-width: 100%;
    }
    .reply {
        margin-right: 20px;
    }
    #comments .reply {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .reply a {
        color: #00e676;    
    }
    #comments .children {
        padding-left: 20px;
    }
}
@media screen and (min-width:768px) and (max-width:1100px) {
    #respond, #comments .commentlist {
        max-width: 700px;
    }
}
@media screen and (min-width:768px) {
    #comments .tc-collapser-comment, .comment p {
        font-size: 13px;
    }    
}
@media screen and (min-width:991px) {
    #respond { 
        padding: 17px;
        background-image: url(/wp-content/themes/Sportotvet/images/comment-ball.jpg);
        background-size: 15%;
        background-repeat: no-repeat;
        background-position: bottom left;
    }
    .comment-reply-title {
        font-size: 18px;
        margin: 10px 0;
    }
    .comment-form-author, .comment-form-email {
        margin-top: 20px;
    }
    .comment-respond input[type="text"], .comment-respond textarea {
        font-size: 13px;
        padding: 8px 20px;
        border-radius: 10px;
    }
    .comment-respond .comment-form-attachment {
        border-radius: 10px;
        height: 36px;
    }
    .comment-respond .comment-form-attachment label::before {
        font-size: 22px;
        top:auto;
    }
    .comment-respond .comment-form-attachment label {
        line-height: 32px;
        font-size: 13px;
    }
    .comment-respond textarea {
        height: 135px;
    }
    .comment-form-cookies-consent label {
        font-size: 13px;
    }
    #comments .comment {
        padding: 10px 20px;
    }
    .comment-author img {
        margin-right: 15px;
    }
    .comment-author cite, .comment-author .says {
        font-size: 15px;
    }
    .comment-body {
        padding-bottom: 0;
    }
    .comment p {
        font-size: 13px;
    }
    #comments .reply {
        position: relative;
        top:15px;
        bottom: auto;
        right: auto;
        margin-right: 0;
    }
    #comments .children {
        padding-left: 40px;
    }
}
@media screen and (min-width:1024px) {
    #respond, #comments .commentlist {
        max-width: 1000px;
    }    
}
@media screen and (max-width:450px) {
   #comments .form-submit input[type="submit"] {
        padding: 10px;
    }
}

.form-submit-buttons {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.form-submit-buttons input[type="submit"]:disabled {
	cursor: no-drop;
}

.form-submit-buttons input[type="submit"] {
	margin: 0;
}