/*
Theme Name: Mostbet New
Theme URI: mostbet.com
Author: Mostbet Affiliate
Author URI: https://mostbet.com
Description: Mostbet Official Aff
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mostbet
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import "assets/font/font.css";
@import "assets/css/normalize.css";
@import "assets/css/swiper-bundle.min.css";
@import "assets/css/jquery.formstyler.css";
@import "assets/css/header.css";
@import "assets/css/home.css";
@import "assets/css/footer.css";


.layout__head h1 {
    font-weight: 500;
}

.genres-menu span {
    font-weight: 500;
}

.genres-menu li.fave-genres-li:first-child {
    border-bottom: 2px solid white;
}

.navigation.pagination {
    margin: 0 auto;
    display: block;
    width: max-content;
}

.navigation.pagination .page-numbers {
    background: #87c00e;
    padding: 10px 15px;
    color: white;
    border-radius: 7px;
}


img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.comments {
    margin-top: 20px;
}

.comments-wrapper__title {
    font-size: 22px;
}

.comments-wrapper__subtitle {
    color: #7d7d7d;
    font-size: 15px;
}

#commentform {
    margin-top: 20px;
}

.comments-wrapper__form-control {
    width: 300px;
    border: 1px solid #777777;
    height: 31px;
    border-radius: 3px;
    margin-top: 5px;
}

.comments-wrapper__lable {
    display: block;
    color: #474747;
    font-size: 17px;
    margin-top: 10px;
}

.comments-wrapper__textarea {
    width: 300px;
    height: 100px;
}

.comments-wrapper__submit {
    background-image: linear-gradient(0deg, #87bc17, #88c504);
    box-shadow: 0 10px 30px #87bb1866;
    margin: 20px auto 0;
    max-width: 257px;
    color: white;
    padding: 10px 24px;
    border-radius: 21px;
    font-size: 14px;
}

.layout__text table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.layout__text table td {
    border: 1px solid;
    padding: 0.5em;
}

ol.comments {
    list-style: none;
    margin: 0 !important;

}

.comment_item {
    display: flex;
    padding-left: 0 !important;
    margin-top: 18px !important;
}

.comm_text {
    width: calc(100% - 100px);
}

.ava {
    margin-right: 20px;
}

.ava img {
    border-radius: 10px;
}

.name a {
    font-weight: 500;
    font-size: 17px;
}

@media (max-width: 600px) {
    .layout__text table {
        margin-top: 20px;
        overflow: scroll;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
}