/*=============================================================*/
/* Theme: PlayCheats
/* Version: 1.0.0
/* Copyright (c) 2022 Playcheats.net
/* Design Autor: Weapon
/*=============================================================*/
* {margin: 0; padding: 0; box-sizing: border-box;}
body {font-family: 'Nunito', sans-serif;font-size: 14px; background: #071321; color: #1d2333; line-height: 1.5;}
a {text-decoration:none;border:none;outline:none;font-weight:500;transition:all .3s ease 0s;color:#6faedb}
a:hover {text-decoration:none;}
ul {margin: 0; padding: 0;}
img {max-width: 100%;}
button {cursor: pointer;}
.mb_0 {margin-bottom: 0 !important;}

.container {max-width:1240px;margin:50px auto 25px;position:relative;min-height:calc(100vh - 50px);display:flex;flex-direction:column;justify-content:space-between}
.btn_more:hover {color: #456690;}
button.mob_nav, button.search_btn {display:none; z-index: 1;}

/*=============================================================*/
/* HEADER
/*=============================================================*/
.header {background:linear-gradient(135deg,#1c385a 0%,#143c6c 100%);border-radius:10px 10px 0 0;color:#e7e7e7;display:flex;justify-content:space-between;align-items:center;flex-wrap: wrap;padding:18px 20px 30px; position: relative;}

.logo,
.logo a {color:#fff;flex:0 0 250px;max-width:250px;font-size:28px;line-height:0;font-weight:900;display:inline-flex;align-items:center;z-index: 1;}
.logo a {flex:initial}
.logo span {color:#f7cd40}
.logo svg {fill:white;width:35px;height:35px;margin-right:7px}

/*=============================================================*/
/* SEARCH
/*=============================================================*/
.search {line-height:1;flex:1}
.search form {position:relative;display:flex;flex-wrap:nowrap}
.search input {width:100%;background:#fff;font-family:'Nunito',sans-serif;font-size:14px;border:none;border-radius:7px 0 0 7px;padding:0 15px}
.search button {background:#f7cd40;border:none;width:40px;height:35px;border-radius:0 7px 7px 0;display:inline-flex;align-items:center;justify-content:center}
.search button svg {width:18px;height:18px;transition:all .3s ease 0s}
.search button:hover svg {fill: #fff;}

/*=============================================================*/
/* DROPDOWN
/*=============================================================*/
.dropdown-menu {border:none;box-shadow:0 0 17px rgba(51,51,51,.07);min-width:220px;border-radius:10px;overflow:hidden}
.dropdown-menu > li > a {padding:7px 20px}
.dropdown-menu .logout {color:red}

/*=============================================================*/
/* USER PANEL
/*=============================================================*/
.upanel {flex:0 0 250px;max-width:250px;display:flex;justify-content:flex-end}
.upanel_btn,input[type="submit"], input[type="reset"], input[type="button"]{background:#f7cd40;height:35px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0 20px;color:#1d2333 !important;font-weight:600}
.upanel_btn svg {width:18px;height:18px;display:none}

/*=============================================================*/
/* MIDDLE
/*=============================================================*/
.middle {position: relative;background:#f5f5f5;flex:1;display:flex;flex-wrap:wrap;padding:20px;margin-top:-10px;border-radius:10px}
.content {flex:1;margin-right:20px;border-radius:10px;display:flex;flex-direction:column}
.content_body {border-radius:10px;/* padding:10px 20px;background:#fff; */flex:1}
.aside {flex:0 0 340px;max-width:340px;border-radius:10px;padding:10px 20px;background:#fff}
.section_block {display: flex;justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 5px;}
.section_title {font-size: 18px;}
.content_body .section_block {padding: 0 20px 10px;}

/*=============================================================*/
/* PROMO
/*=============================================================*/
.global_promo {background:#fff;border-radius:10px;padding: 10px 20px 20px;margin-bottom:20px; position: relative;}
.promo_content {display:flex;margin:0 -10px;flex-wrap:wrap}
.promo_item {padding:10px 10px 0 10px;flex:0 0 20%; max-width: 20%; position:relative}
.promo_poster {width:100%;height:145px;display:block; object-fit: cover; background:#f5f5f5;border-radius:10px;border:.01px solid transparent; margin-bottom: 5px;}
.promo_title_item {text-align:center;padding:0 10px;font-weight:700;color:#1d2333;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical}
.promo_item span.poster {position:relative;display:flex;justify-content:center;align-items:center}
.promo_item span.poster svg {width:65px;height:65px;z-index:1;position:absolute;fill:orange;background:#fff;border-radius:50%;transform:scale(0.7);transition:all ease-in-out .3s;box-shadow:rgba(255, 255, 255, .5) 0 0 10px;opacity:.9; opacity: 0; visibility: hidden;}
.promo_item:hover span.poster svg {transform:scale(1);opacity:1;visibility:visible}
.promo_item span.poster img {transition:all ease-in-out .3s}
.promo_item:hover span.poster img {transform:scale(1)}

/*=============================================================*/
/* FOOTER
/*=============================================================*/
.footer {padding:15px 20px;color:#a7b2c3;text-align:center;font-size:12px}

/*=============================================================*/
/* ASIDE
/*=============================================================*/
.aside_block {margin-bottom: 30px;}
.aside_block:last-child {margin-bottom: 0px;}
.aside_title {font-weight:700;font-size:18px;margin-bottom:15px;padding-left:15px}
.aside_content {position: relative;}

/*=============================================================*/
/* MAIN MENU
/*=============================================================*/
.b_main_menu {margin-bottom:30px}
.b_main_menu ul {}
.b_main_menu ul li {list-style: none;}
.b_main_menu ul li a {display:flex;flex-wrap:nowrap;align-items:center;padding:7px 8px;font-weight:600;color:#1d2333;border-radius:25px;transition:all ease-in-out .3s}
.b_main_menu ul li a:hover {border-radius:25px;background:#f5f5f5}
.b_main_menu ul li .item_icon {width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#aeb8c8;border-radius:50%;margin-right:15px}
.b_main_menu ul li .item_icon svg {width:12px;height:12px;fill:#fff}
.b_main_menu ul li .item_icon.news {background-color: #86cbf6;}
.b_main_menu ul li .item_icon.albums {background-color: #ff7d8d;}
.b_main_menu ul li .item_icon.genres {background-color: #f7cd40;}
.b_main_menu ul li .item_icon.artists {background-color: #ffb55a;}
.b_main_menu ul li .item_icon.new_videos {background-color:#a2c57e}
.b_main_menu ul li .item_icon.top {background-color:#78cbc4}
.b_main_menu ul li .item_icon.retro {background-color:#ff7e7e}
.b_main_menu ul li .item_icon.cool {background-color:#6faedb}
.b_main_menu ul li .item_icon.summer {background-color:#7bc993}
.b_main_menu ul li .item_icon.nastroenie {background-color:#ff967b}
.b_main_menu ul li .item_icon.beautiful {background-color:#95a0c5}
.b_main_menu ul li .item_icon.best {background-color:#db9b86}
.b_main_menu ul li .item_icon.listen {background-color:#95b8c5}

/*=============================================================*/
/* INFORMERS
/*=============================================================*/
.aside_content .track-item {box-shadow:0 0 17px rgba(51,51,51,.07);padding:10px 15px}
.aside_content .track-item .track-img {width:35px;height:35px;margin-right:15px}
.aside_content .track-item .track-play {width:35px;height:35px;line-height:35px}

.inf_best_files {display: flex;align-items: center;margin-bottom: 20px;background: #ffffff;border-radius: 10px;}
.inf_best_files .poster {flex: 0 0 100px;height: 60px;margin-right: 10px;margin-bottom: 0;}
.inf_best_files .poster img {border-radius: 7px;}
.inf_best_files .titile a {font-weight: bold;color: #1d2333;display: inline-block;}

/*=============================================================*/
/* FULLSTORY
/*=============================================================*/
.fullstory {position: relative; margin-bottom: 20px;}
.full_section {background:#fff;border-radius:10px;padding: 20px; margin-bottom: 20px;}
.full_title {font-size:1.5em;margin:0 0 20px;font-weight:800}
.fullstory_content_top {display: flex; flex-wrap: wrap;}
.full_poster {flex:0 0 250px;max-width:250px;margin-right:20px;height:250px;border-radius: 10px; overflow: hidden;}
.full_poster img {width:100%;height:100%;display:block;object-fit:cover;border-radius: 10px;}
.full_info {flex: 1;}
.full_info li {list-style:none;display:flex;flex-wrap:nowrap;padding:5px 10px}
.full_info li:nth-child(2n+1) {background:#fbfbfb;border-radius:7px}
.full_info li span {font-weight:600;color:#a7b2c3;margin-right:10px}
.fullstory .track-item {border-radius:10px 10px 0 0;margin-bottom:0}
.fullstory .track-play {color:#a7b2c3;opacity:1}
.fullstory .show-player .track-play {color:#456690}
.fullstory .track-img {margin-right:20px}
.fullstory .btn_download {background:#66b764;height:35px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0 20px;color:#fff;font-weight:600;transition:none}
.fullstory .show-player .btn_download {background:#476994;color:#fff}
.fullstory .btn_download svg {margin-right:10px;width:20px;height:20px;margin-left:-5px;fill:#fff;color:#fff}
.fullstory .track-share {margin-right:20px}
.info_player_section {background:#e7eaf0;border-radius:0 0 10px 10px;padding:10px 20px;text-align:right;font-size:12px;color:#727f93;display: flex;flex-wrap: wrap;align-items: center;justify-content: right;}
.info_player_section span {margin-left:20px}
.info_player_section span span {margin-left:0px}
.info_player_section a {transition: none !important;}
[class*="u-star-rating"] li a {font-size: 0;}

/*=============================================================*/
/* PLAYLISTS
/*=============================================================*/
.playlists{display: flex;flex-direction: row;flex-wrap: wrap;}
.playlists li {flex: 0 0 20%;padding: 10px;list-style: none;}
.playlists li .b_genre {background: linear-gradient(135deg,#456690 0%,#6faedb 100%);color: #eee;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 148px;border-radius: 7px;}
/*.playlists li .b_genre:hover {background: linear-gradient(135deg, #6faedb 0%,#456690 100%);}*/


/*=============================================================*/
/* SYSTEM STYLES
/*=============================================================*/
#uidLogForm {padding:10px !important;}




#allEntries {display: flex;flex-wrap: wrap; margin:0 -10px;}
#allEntries [id*="entryID"] {flex: 0 0 50%; max-width:50%; padding:10px;}
.item_post {background: #fff;border-radius: 10px;overflow: hidden;}
.poster {height: 230px;margin-bottom: 10px;}
.poster a {display:block;height: 100%;}
.poster img {display: block;width: 100%;height: 100%;object-fit: cover;}
.item_post .section_title {padding: 0 15px;font-weight: 700;font-size: 18px;margin-bottom: 5px;}
.category {padding: 0 15px 10px;}
.category a {background: #f7cd40;display: inline-block;line-height: 1;color: #1d2333;font-weight: 600;font-size: 12px;padding: 5px 7px;border-radius: 5px;}
.item_post .section_title a {color: #1d2333;font-weight: 700;}
.description {padding: 0px 15px 12px;color: #303e53;overflow-wrap: break-word;word-wrap: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}
.description p {overflow-wrap: break-word;word-wrap: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}
.description ul {padding-left: 35px;margin-top: 10px;}
.description ul li {margin-bottom: 3px;}
.item_post .info_player_section {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.item_post .info_player_section span {margin-left: 0;}
.item_post .info_player_section div span {margin-right: 10px;}
.item_post .info_player_section div span:last-child {margin-right: 0px;}
.b_main_menu ul li .item_icon {background-color: transparent;}
.logo img {margin-right: 10px;}
.success {color: #ffffff;background: #1c385a;margin-bottom: 20px;padding: 20px 10px;width: 100%;border-radius: 10px;}
.promo_item span.poster {height: 100px;}
.search {background: #173b65;padding: 20px;border-radius: 10px 10px 0 0;margin: -10px -20px 20px;}
.search.top_search {display:none}
.top_nav {flex: 1;z-index: 1;}
.top_nav ul {display: flex;flex-wrap: wrap;}
.top_nav ul li {list-style: none;}
.top_nav ul li a {padding: 5px 15px;color: #f5f5f5;font-size: 14px;}
.top_nav [class*="fa"] {margin-right: 4px;}

/*=============================================================*/
/* COMMENTS
/*=============================================================*/
.comments_section #allEntries {display: block;margin: 0;}
.comments_section {margin-top: 20px;}
.comments_body {margin-bottom:20px;margin-top:45px}
.comments_item {border-radius:10px;padding:14px 20px;position:relative;margin:23px 0 50px 17px;background: #fff;}
.comments_ava {width:40px;height:40px;border-radius:50%;position:absolute;top:-23px;left:-19px;padding:5px;overflow:hidden;background:#fff}
.comments_ava img {display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.comments_user {position:absolute;top:-25px;font-size:14px;display:flex;align-items:center;left:30px;width:calc(100% - 40px);justify-content:space-between}
.comments_user span.date {font-size:12px;margin-right:20px;font-weight:500;color:#868e9b;margin-left:10px}
.comments_user .autor {font-weight: 700;}
.comments_user div a {color: #1d2333;font-weight: 700;}
.comments_content {padding-top:1px}
.comments_descr {hyphens:auto}
.add_comm_form {margin-bottom: 20px;}
.add_comm textarea {width:100%;border-radius:7px;padding:10px 15px;min-height:150px}
.add_comm .btn_more {margin-top:20px}
.no_comments {color:#868e9b;text-align:center;border:1px solid #d5d5d5;border-radius:10px;padding:20px; margin-bottom: 20px;}
.com-order-block {display:none}
.ratingtypeplusminus {display: inline-flex;align-items: center;min-width: 25px;justify-content: center;font-weight: 600;font-size: 14px;}

.global_promo.section_main{
  background: #1c385a;
  color: #fff;
}

/*=============================================================*/
/* SEARCH PAGE
/*=============================================================*/
.search_page {display: flex;flex-wrap: wrap;margin: 0 -10px;}
.search_page .search_post {flex:0 0 50%;padding: 0 10px 20px;}
.color_bg {background: #173b65;color: #fff;}
.category a {background: #e74c3c;color: #fff;}

/*=============================================================*/
/* SNOW
/*=============================================================*/
.header__snow {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.snow__item {background-size: auto 300px;width: 100%;height: 100%;background-image: url("../images/snow_1.png"), url("../images/snow_2.png"), url("../images/snow_3.png");animation: snow 18s linear infinite;}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

.aside_title {
  background: #173b65;
  border-radius: 25px;
  padding: 7px 15px;
  text-align: center;
  color: #fff;
}
.comments_user .admin {
  background: #f00;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  padding: 1px 6px;
  margin-left: 10px;
  display: inline-block;
}

.top_nav ul li a {
  padding: 5px 15px;
  color: #f5f5f5;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.top_nav ul li a svg {width:18px; height:18px; fill: #fff; margin-right:5px}


.aside_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
} 
.aside_title svg {fill: #fff}

.item_post .info_player_section div span {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.item_post .info_player_section div span svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.aside_title {
  font-weight: normal;
}

@media only screen and (max-width:480px) {
    .alert_section {padding:0 20px;}
}


