/*
Theme Name: Aminor
Author: Me
Author URI: https://aminor.ir
Description: My first HTML5 WP theme
Version: 1.1.2.2.8
*/

html {
    direction: ltr;
}

@font-face {
    font-family: 'yekan';
    src: url('/wp-content/themes/aminor/files/BYekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{font-family:yekano;font-style:normal;font-weight:bolder;src:url("/wp-content/themes/aminor/fonts/iranyekanwebextrabold(fanum).eot");src:url("/wp-content/themes/aminor/fonts/iranyekanwebextrabold(fanum).woff2") format("woff2"),url("/wp-content/themes/aminor/fonts/iranyekanwebextrabold(fanum).woff") format("woff"),url("/wp-content/themes/aminor/fonts/iranyekanwebextrabold(fanum).ttf") format("truetype");font-display:swap}
@font-face{font-family:yekano;font-style:normal;font-weight:700;src:url("/wp-content/themes/aminor/fonts/iranyekanwebbold(fanum).eot");src:url("/wp-content/themes/aminor/fonts/iranyekanwebbold(fanum).woff2") format("woff2"),url("/wp-content/themes/aminor/fonts/iranyekanwebbold(fanum).woff") format("woff"),url("/wp-content/themes/aminor/fonts/iranyekanwebbold(fanum).ttf") format("truetype");font-display:swap}
@font-face{font-family:yekano;font-style:normal;font-weight:300;src:url("/wp-content/themes/aminor/fonts/iranyekanweblight(fanum).eot");src:url("/wp-content/themes/aminor/fonts/iranyekanweblight(fanum).woff2") format("woff2"),url("/wp-content/themes/aminor/fonts/iranyekanweblight(fanum).woff") format("woff"),url("/wp-content/themes/aminor/fonts/iranyekanweblight(fanum).ttf?6906da26c109b9eef1c2d5e11b2d7646") format("truetype");font-display:swap}
@font-face{font-family:yekano;font-style:normal;font-weight:400;src:url("/wp-content/themes/aminor/fonts/iranyekanwebregular(fanum).eot");src:url("/wp-content/themes/aminor/fonts/iranyekanwebregular(fanum).woff2") format("woff2"),url("/fonts/iranyekanwebregular(fanum).woff") format("woff"),url("/wp-content/themes/aminor/fonts/iranyekanwebregular(fanum).ttf") format("truetype");font-display:swap}


@font-face{font-family:FontAwesome;src:url(/wp-content/themes/aminor/fonts/fontawesome-webfont.eot?25a32416abee198dd821b0b17a198a8f);src:url(/wp-content/themes/aminor/fonts/fontawesome-webfont.eot?25a32416abee198dd821b0b17a198a8f?#iefix&v=4.6.3) format("embedded-opentype"),url(/wp-content/themes/aminor/fonts/fontawesome-webfont.woff2?e6cf7c6ec7c2d6f670ae9d762604cb0b) format("woff2"),url(/wp-content/themes/aminor/fonts/fontawesome-webfont.woff?c8ddf1e5e5bf3682bc7bebf30f394148) format("woff"),url(/wp-content/themes/aminor/fonts/fontawesome-webfont.ttf?1dc35d25e61d819a9c357074014867ab) format("truetype"),url(/wp-content/themes/aminor/fonts/fontawesome-webfont.svg?d7c639084f684d66a1bc66855d193ed8#fontawesomeregular) format("svg");font-weight:400;font-style:normal}

@font-face{font-display:swap;font-family:IRAN;font-style:normal;font-weight:700;src:url(/wp-content/themes/aminor/fonts/IRANSansWeb_Bold.woff)}@font-face{font-display:swap;font-family:IRAN;font-style:normal;font-weight:500;src:url(/wp-content/themes/aminor/fonts/IRANSansWeb_Medium.woff)}@font-face{font-display:swap;font-family:IRAN;font-style:normal;font-weight:400;src:url(/wp-content/themes/aminor/fonts/IRANSansWeb.woff)}@font-face{font-display:swap;font-family:IRAN;font-weight:400;src:url(/wp-content/themes/aminor/fonts/IRANSANSExpanded.woff)}


body {
    font-family: "yekano", "arial", "Times New Roman", Times, Arial, serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 1.9em;
    background-color: #eceeef;
}

p {
    margin-bottom: 0.5em;
}

.clear {
    clear: both;
}

.resp {
    display: none;
}

::-webkit-scrollbar {
    background: #f0f0f0;
    width: 12px;
    height: 15px;
}

::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}

::-webkit-scrollbar-corner {
    background: #fff;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: #a6a6a6;
}

::-webkit-scrollbar-thumb:active {
    background: #606060;
}

h1, h2, h3 {
    font-family: "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
    font-weight: normal;
}

.item_err {
    border-color: #fe8f6b;
    background: #ffe2d9;
}

.item_wrn, .item_err, .item_success {
    border: 1px solid #e6db55;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    line-height: 18px;
    margin-bottom: 10px;
    background: #ffffe0;
    color: #333;
	font-size: 18px;
}

img {
    border: none;
    border-width: 0;
}

a {
    color: #0892cd;
    cursor: pointer;
    text-decoration: none;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -khtml-transition-duration: .2s;
}

a:hover {
    color: #0575a5;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    outline: hidden;
}

/*-- Header --*/
.header {
    height: 60px;
    background: #373737;
    box-shadow: 0px 0px 8px rgb(0 0 0);
    border-top: 5px solid #494949;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.bekhab {
    display: none;
}
.header-wrp {
    position: relative;
    width: 1000px;
    margin: auto;
    direction: rtl;
}

.header .header-right {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.header .header-right img {
    max-height: 60px !important;
	height: 60px;
}


/*.header .blog-logo .aminor-logo-wrap img {
    max-height: 72px;/
}
*/

.header h1 {
    font: 29px/1.2em "yekano", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
    color: #0892cd;
    margin: 0 0 5px;
    direction: rtl;
}

.header h1 a:hover {

}

.header h2 {
    font: 17px/1.2em "yekano", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
    color: #888;
    margin: 0;
    cursor: default;
}

.header .header-left {
    position: absolute;
    left: 0;
    top: 16px;
}

.main-menu {
    direction: rtl;
    cursor: default;
}

.main-menu-wrp {
    position: relative;
    margin: 100px auto 0;
    text-align: center;
    display: none;
}

.main-menu a {
    font: 17px/1em "yekano", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
    display: inline-block;
    padding: 7px 15px 12px;
    color: #888;
    border: 2px solid rgba(172, 186, 192, 0.5);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin: 0 4px;
}

.main-menu a:hover {
    color: #0892cd;
    border: 2px solid #c6e2ee;
    background: #c6e2ee;
}

.main-menu a.selected {
    border: 2px solid #c6e2ee;
    background: #c6e2ee;
    color: #0892cd;
}

.main-menu.resp a.selected {
    color: rgba(255, 255, 255, 0.9);
    border-top: 3px solid #0892cd;
    padding: 10px 15px 13px;
    background: rgba(0, 0, 0, 0.5);
}

/*-- Content --*/
.content-wrp {
    direction: rtl;
    /*width: 1000px;*/
	width: 88%;
    margin: 65px auto 15px;
    position: relative;
}

.block-content {
    /*width: 705px;*/
	width: 72%;
    float: right;
    padding-top: 40px;
}

.block-content-view {
    float: right;
    width: 100%;
}

.block-content .messages {
    cursor: default;
    margin-bottom: 15px;
    border: 1px solid rgba(172, 186, 192, 0.5);
    background: #fff;
    border-top: 4px solid #494949;
    box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
    border-radius: 5px;
}

.block-content .messages .messages-content {
    font-size: 11px;
    padding: 5px 15px;
    color: #494949;
}

.block-content .messages .messages-content h2 {
    color: #888;
    font: 21px "yekano", "Times New Roman", Times, Arial, serif;
    text-align: center;
    cursor: default;
    margin: 0 0 7px;
}

.block-content .messages .messages-content h2 a.comment_count {
    color: #aaa;
}

.block-content .messages .messages-content h2 a.comment_count:hover {
    color: #0892cd;
    cursor: pointer;
}

/*-- Content-post --*/
.block-content .post {
	position: relative;
    font-family: "yekano", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.post-image {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.post-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px 5px 0 0;
}

.post-image a img {
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 5px 5px 0 0;
}

.post-image a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.block-content .post .post-title {
    padding: 0 0 0;
}


.block-content .post .post-title-custom {
    padding: 8px 0px 8px;
	font-size: 14px;
}

.block-content .post h2 {
    margin: 0;
}

.block-content .post h2 a {
    line-height: 1.7em;
    font-size: 25px;
    color: #0892cd;
}

.block-content .post .post-title-custom h2 a{
	font-size: 14px;
	color: #494949 !important;
}

.block-content .post h2 a:hover {
    color: #0575a5;
}

.post-content {
    color: #444;
    margin: 0 0;
    padding-bottom: 20px;
    text-align: justify;
    font: 16px "yekano", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
	background-color: #fff !important;
}

.post-content a {
    color: #0892cd;
}

.post-content a:hover {
    color: #0575a5;
}

.post-content ul li {
    margin-right: 5px;
    line-height: 1.9em;
}

.post-content img {
    max-width: 98%;
    height: auto;
}

.post-readmore {
    margin: 0px 20px 25px;
	text-align: left;
}

.post-readmore a {
    font-size: 15px;
    line-height: 1em;
    padding: 0 15px 2px;
    color: #888;
    border: #ddd 1px solid;
    background: #f9f9f9;
    border-radius: 3px;
}

.post-readmore a:hover {
    color: #fff;
    border: #0575a5 1px solid;
    background: #0892cd;
}

.post-content h6 {
    font-weight: normal;
    font-size: 16px;
    font-family: yekano;
}
a.download-chord {
    text-decoration: underline;
}
/*-- Content-post-details --*/
.post-details {
    font: 14px "yekano", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
    color: #888;
    cursor: default;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.post-details a {
    color: #888 !important;
}

.post-details a:hover {
    color: #555 !important;
}

.post-details.over {
    position: absolute;
    z-index: 9;
}

.post-details.over .post-details-date {
    margin: 0 0 2px;
    padding: 1px 10px 5px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
}

.post-details.over .post-details-author {
    margin: 0 0 2px;
    padding: 1px 10px 5px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
}

.post-details.bottom {
    margin-top: 15px;
    padding: 5px 10px;
    border-top: 1px solid rgba(172, 186, 192, 0.2);
    background: #fff;
}

.post-details.bottom.nobg {
    background: none;
}

.post-details.custom {
    margin-top: 10px;
    padding: 10px 20px;
}

.post-details-right {

}

.post-details-left {
    float: left;
}

.post-details-date {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    margin-left: 3px;
}

.post-details-date.none {
    padding: 0;
    margin: 10px 0 0;
    background: none;
    border-left: 0;
    display: block;
}

.post-details-comment {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    margin-left: 1px;
}

img.rateimg, img.rateup, img.ratedn {
    background: url(https://aminor.ir/wp-content/themes/aminor/files/pd_ico_rate.png) no-repeat center left;
    width: 16px;
    height: 28px;
    vertical-align: top;
}

.rate-down img.rateimg, img.ratedn {
    background-position: 0 -17px;
}

.rate-up img.rateimg, img.rateup {
    background-position: 0 3px;
}

.rate-up {
    margin: 0 10px;
}

/*-- keywords --*/
.post-details .post-details-tags {
    cursor: default;
}

.post-details .post-details-tags h3 {
    margin: 0;
    display: inline-block;
    font: 10px / 1.3em "yekano", "tahoma", "arial", "Times New Roman", Helvetica;
    color: #888;
    background: #fdfdfd;
    border-radius: 3px;
}

.post-details .post-details-tags h3 a {
    color: #888;
    padding: 1px 7px 4px;
    border: #ddd 1px solid;
    display: inline-block;
    border-radius: 3px;
}

.post-details .post-details-tags h3 a:hover {
    color: #fff !important;
    border: #0575a5 1px solid;
    background: #0892cd;
}

.post-details .post-details-tags h3:first-child {
}

.post-details .post-details-tags h3:last-child {
    margin: 0px;
}

/*-- Post Comments --*/
.post-comments {
    font: 14px "yekano", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
    margin-bottom: 15px;
	list-style-type: none !important;
}

.post-comment {
    margin-bottom: 5px;
    background: #f3f3f3;
    border: 1px solid rgba(172, 186, 192, 0.5);
    box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
    border-radius: 5px;
}

.comment-details {
    background: #f3f3f3;
    box-shadow: 0 1px 3px rgba(117, 100, 100, 0.2);
    padding: 0;
    cursor: default;
    border-radius: 5px 5px 0 0;
}

.comment-details a {
    color: #0892cd;
    cursor: pointer;
    vertical-align: bottom;
    margin-right: 5px;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

.comment-details-left {
    padding: 4px 0 0 5px;
    float: left;
}

.comment-details-right {
}

.comment-avatar img {
    width: 34px;
    height: auto;
    border-radius: 0 5px 0 0;
}

.comment-name {
    color: #888;
    cursor: default;
    padding: 0 5px;
}

.comment-body {
    padding: 10px;
}

.comment-body-content {
    color: #555;
}

.comment-date {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

.comment-website {
    background: url(https://aminor.ir/wp-content/themes/aminor/files/details_ico_cmt.png) center -102px no-repeat;
    width: 18px;
    height: 23px;
    display: inline-block;
}

.comment-website:hover {
    background-position: center -125px;
    cursor: pointer;
}

.comment-email {
    background: url(https://aminor.ir/wp-content/themes/aminor/files/details_ico_cmt.png) center -60px no-repeat;
    width: 18px;
    height: 23px;
    display: inline-block;
}

.comment-email:hover {
    background-position: center -79px;
    cursor: pointer;
}

/*-- Reply --*/
.comment-reply, .children {
    margin-bottom: 5px;
    border: 1px solid #6ec2e5;
    background-color: #e5f7ff;
    box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
    color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

.children {
color: #0892cd;
}
.comment-meta a {
    display: none !important;
}

.post-comments ul {
	list-style-type: none !important;
}

.comment-reply-details {
    padding: 5px 10px 0;
}

.comment-reply-date {
    float: left;
    color: #31ace0;
    cursor: default;
}

.comment-reply-name {
    color: #31ace0;
    cursor: default;
}

.comment-reply-body {
    color: #0892cd;
    padding: 10px;
}

/*-- add Comment --*/
.comment-add-form {
    color: #aaa;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(172, 186, 192, 0.5);
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
    border-top: 3px solid #0892cd;
    box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
    font: 14px "yekano", "tahoma", "arial", "Times New Roman", Helvetica;
    border-radius: 5px;
}

.comment-add-form input.sendbutton {
    color: #0892cd;
    border: #0892cd 1px solid;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 0 30px 2px;
    cursor: pointer;
    font: 15px "yekano", "tahoma", "arial", "Times New Roman", Helvetica;
    -webkit-appearance: button;
}

.comment-add-form input.sendbutton:hover {
    color: #fff;
    border: #0575a5 1px solid;
    background: #0892cd;
}

.comment-add-form iframe {
    background: #FFF;
}

/*-- Pagination --*/
.block-content .pagination {
    cursor: default;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font: 13px "yekano", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
}

.block-content .pagination .left {
    margin-left: -3px;
}

.block-content .pagination a {
    padding: 2px 12px 2px;
    margin-left: 3px;
    cursor: pointer;
    color: #888;
    border: #ddd 1px solid;
    background: #f9f9f9;
    border-radius: 3px;
}

.block-content .pagination a:hover {
    color: #0892cd;
    border: #c6e2ee 1px solid;
    background: #c6e2ee;
}

.block-content .pagination a.current {
    color: #0892cd;
    border: #c6e2ee 1px solid;
    background: #c6e2ee;
}

.block-content .pagination .spacer {
    float: right;
    padding: 1px 8px;
    color: #999;
}

.pagination {
    padding-top: 0;
}

/*-- Sidebar --*/
.block-sidebar {
    float: left;
    /*width: 280px;*/
	width: 27%;
    padding-top: 40px;
}

.block-sidebar .sidebox {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border-radius: 5px;
}

.sidebox .sidebox-title {
    font: 13px "yekano", "tahoma", "arial", "Times New Roman", Helvetica;
    background: #494949;
    color: #fff;
    padding: 8px 12px 12px;
    text-align: right;
    cursor: default;
    font-weight: normal;
    margin: 0px;
    border-radius: 5px 5px 0 0;
}

.sidebox .sidebox-content {
    font: 14px "yekano", "tahoma", "arial", "Times New Roman", Helvetica;
    direction: rtl;
    border: 1px solid rgba(172, 186, 192, 0.5);
    border-top: none;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 100%);
}

.sidebox.menu .sidebox-title {
    background: #ff0000;
}

.post-title a {
    color: #494949 !important;
}

.sidebox.menu .sidebox-content ul li:hover {
    background: rgba(233, 70, 32, 0.2);
}

.sidebox.menu .sidebox-content ul li.selected {
    background: rgba(233, 70, 32, 0.2);
    border-bottom: 1px solid rgba(233, 70, 32, 0.2);
}

.sidebox.menu .sidebox-content ul li a {
    color: #494949;
}

.sidebox.menu .sidebox-content ul li.selected a {
    color: #e94620;
}

.sidebox.blank .sidebox-content {
    border-radius: 5px;
    border: 1px solid rgba(172, 186, 192, 0.5);
}

.sidebox-content h4 {
    display: inline;
}

.sidebox-content h5 {
    display: inline;
}

.sidebox.blank .sidebox-content .blog-image {
    text-align: center;
}

.sidebox.blank .sidebox-content img {
    text-align: center;
    max-width: 95%;
    height: auto;
    margin: 5px 0;
}

* html .sidebox.blank .sidebox-content img {
    width: 200px;
    height: auto;
}

/*- sidebar post-list -*/
.sidebox-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebox-content ul li {
    padding: 6px 1px;
    border-bottom: 1px solid #f1f1f1;
}

.sidebox-content ul li:last-child {
    border-bottom: none;
}

.sidebox-content ul li a {
    background: url(https://aminor.ir/wp-content/themes/aminor/files/sidebar-bullet.png) no-repeat right 12px;
    padding-right: 10px;
    color: #494949;
    font: normal 13px "yekano", "tahoma", "arial", "Times New Roman", Helvetica;
}

.sidebox-content ul.menu li a {
    background: url((files/sidebar-bullet2.png) no-repeat right 12px;
}

.sidebox-content ul li a:hover {
    color: #0575a5;
}

.sidebox-content ul li:hover {
    background: rgba(8, 146, 205, 0.2);
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.sidebox-content ul li.selected {
    padding: 5px 2px;
    background: rgba(8, 146, 205, 0.2);
    border-bottom: 1px solid rgba(8, 146, 205, 0.2);
}

.sidebox-content ul li.selected a {
    color: #0575a5;
}

.sidebox-content .post-list-date, .sidebox-content .post-list-count {
    color: #aaa;
    cursor: default;
    font-size: 12px;
}

.sidebox-content .post-list-count {
    padding-right: 5px;
    font-size: 13px;
}

.sidebox-content .post-list-date.none {
    display: none;
}

/*-- ADS --*/
.sidebox-content.view-ads {
    text-align: center;
}

.sidebox-content.view-ads a {
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.sidebox-content.view-ads a:last-child {
    margin-bottom: 0;
}

/*-- Stat --*/
.sidebox-content.stat {
    position: relative;
}

.sidebox-content.stat .StatTitle {
    cursor: default;
    color: #aaa;
    font-size: 13px;
    border: none;
    text-align: right;
}

.sidebox-content.stat .Value {
    color: #0892cd;
    cursor: default;
    float: left;
    padding-left: 10px;
    text-align: left;
}

/*-- Tag-Cloud --*/
.sidebox-content.tag-cloud h5 {
    margin: 0px;
    font: normal 11px "tahoma", "Times New Roman", Times, Arial, serif;
    display: inline-block;
    *display: inline;
    margin: 2px;
}

.sidebox-content.tag-cloud span {
    display: inline-block;
    margin: 1px 0px 1px 0px;
}

.sidebox-content.tag-cloud a {
    font: 13px "yekano", "tahoma", "arial", "Times New Roman", Helvetica;
    color: #888;
    border: #ddd 1px solid;
    background: #f9f9f9;
    padding: 1px 7px 4px;
    display: inline-block;
    *display: inline-block;
    margin-left: 1px;
    /*margin: 2px 0px 2px 0px;*/
}

.sidebox-content.tag-cloud a:hover {
    color: #fff;
    border: #0575a5 1px solid;
    background: #0892cd;
}

.sidebox-content.tag-cloud a.selected {
    color: #fff;
    border: #0575a5 1px solid;
    background: #0892cd;
}

/*-- Categories --*/
.sidebox-content.categories ul li {
    padding: 0;
    border: none;
}

.sidebox-content.categories li:hover {
    background: none;
}

.sidebox-content ul li.selected a {
    color: #0575a5;
}

.sidebox-content.categories ul li ul.subcats a {
    padding-right: 10px;
    padding-top: 1px;
    display: inline-block;
    background: url(files/sub_ico.png) right no-repeat;
}

.sidebox-content.categories ul li a {
    padding-bottom: 0;
    padding-right: 20px;
    display: table-cell;
    *display: inline-block;
    background: url(https://aminor.ir/wp-content/themes/aminor/files/folder_ico.png) right 8px no-repeat;
}

.sidebox-content.categories ul li h3 {
    color: #0892cd;
    margin: 0;
    font: normal 13px "yekano", "tahoma", "arial", "Times New Roman", Helvetica;
}

.sidebox-content.categories ul li.selected {
    background: none;
}

.sidebox-content.categories .subcats li.selected {
    background: none;
}

.sidebox-content.categories .subcats {
    margin-right: 14px;
    margin-top: -3px;
}

.sidebox-content.categories ul .post-list-count {
    cursor: default;
    display: table-cell;
    color: #aaa;
}

.sidebox-content.categories .subcats .post-list-count {
    cursor: default;
    display: inline-block;
    color: #aaa;
}

.sidebox-content.categories .category_selected {
    background: rgba(8, 146, 205, 0.2);
    padding: 2px 5px 2px 5px;
    display: block;
    height: 31px;
    max-height: auto;
    *height: auto;
}

.sidebox-content.categories .category_selected a {
    color: inherit;
    cursor: default;
}

/*-- Footer --*/
.footer {
    color: #888;
    height: 50px;
    background: #f9f9f9;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid #aaa;
}

.footer a {
    color: #0892cd;
}

.footer-wrp {
    position: relative;
    width: 1000px;
    margin: auto;
}

.footer .footer-copyright {
    position: absolute;
    right: 0;
    top: 11px;
    text-align: right;
    direction: rtl;
    cursor: default;
    font: 13px yekan;
}

.footer .footer-icons {
    position: absolute;
    left: 0;
    top: 15px;
    text-align: left;
}

.footer .footer-icons a {
    float: left;
    margin-right: 3px;
    width: 20px;
    height: 20px;
}

.footer-ico-rss {
    background: url(https://aminor.ir/wp-content/themes/aminor/files/icon/rss-icon.png) no-repeat;
}

/*---------- Responsive ----------*/

@media only screen and (max-width: 1335px) {
    .club-content {
        width: inherit;
    }

    ul.club {
        width: 50%;
    }

    .block-side-right, .block-side-left {
        display: none;
    }

    .main-menu-wrp {
        display: block;
    }
}

@media only screen and (max-width: 1015px) {
    .content-wrp {
        width: 900px;
    }

    .header-wrp {
        width: 900px;
    }

    .footer-wrp {
        width: 900px;
    }

    .block-content {
        width: 605px;
    }
}

@media only screen and (max-width: 915px) {
    .content-wrp {
        width: 800px;
    }

    .header-wrp {
        width: 800px;
    }

    .footer-wrp {
        width: 800px;
    }

    .block-content {
        width: 505px;
    }

}

@media only screen and (max-width: 820px) {
    .content-wrp {
        width: 690px;
    }

    .header-wrp {
        width: 690px;
    }

    .footer-wrp {
        width: 690px;
    }

    .block-content {
        width: 395px;
    }
	
	pre{font-size:1em}
	#fret{font-size:1em}
}

@media only screen and (max-width: 700px) {
    .content-wrp {
        width: 600px;
    }

    .header {
        height: 66px;
		box-shadow: 0px 0px 8px rgb(0 0 0);
    }

    .header-wrp {
        width: 600px;
    }

    .footer-wrp {
        width: 600px;
    }

    .block-content {
        width: 385px;
    }

    .block-sidebar {
        width: 200px;
    }

    .main-menu.resp {
        margin: 20px 0 15px;
        display: block;
    }

    .main-menu-wrp {
        margin: 130px auto 0;
    }

    .header .header-right {
        position: relative;
        right: inherit;
        text-align: center;
    }
		.header .header-right img {
			margin-top: 1px;
			height: 66px;

    }	

    .header .header-left {
        position: inherit;
        text-align: center;
    }

    .content-wrp {
        margin-top: 0;
    }

}

@media only screen and (max-width: 650px) {
    .content-wrp {
        width: 550px;
    }

    .header-wrp {
        width: 550px;
    }

    .footer-wrp {
        width: 550px;
    }

    .block-content {
        width: 345px;
    }

    .block-sidebar {
        width: 190px;
    }
}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 550px) {
    .content-wrp {
        width: inherit;
        margin: 15px;
    }

    .header-wrp {
        width: inherit;
        margin: 0 15px;
    }

    .footer-wrp {
        width: inherit;
        margin: 0 15px;
    }

    .block-sidebar {
        margin-top: 15px;
        width: 100%;
    }

    .block-content {
        width: 100%;
    }

}

.transpose-keys {
    white-space: pre;
    margin: 10px 0;
    overflow: auto;
    font: 11px sans-serif;
}

.transpose-keys a.selected {
    background: #ff0000;
    color: #f3f4f9 !important;
}

.transpose-keys a {
    display: block;
    float: right;
    width: 5.0em;
    text-align: center;
    margin: 0 7px 7px 0;
    color: #ededed;
    text-decoration: none;
    background: #494949;
    padding: .4em 0;
    outline: none;
    border-radius: 9%;
    direction: ltr;
    font-family: yekano;
    border: 1px solid #ededed;
    font-size: 13px;
    transition: .3s;
}

.transpose-keys a:hover {
    background: #2196F3;
    color: #f3f4f9 !important;
}

/*for chord mizan*/
		i#mn-mizan:after{
			content: "";
			background-color: red;
			border-right: 1px solid #d44545;
			padding: 4px 0;
		}

		span.chord-text{
			margin-bottom: 15px;
			display: inline-block;
		}
span.chord-line{
		display: block;
		margin-top: 20px;
		direction: ltr;
		}

		/*span.c{*/
		/*	display: inline-flex !important;*/
		/*}*/
		/*span.chord-line{*/
		/*	margin-bottom: -44px;*/
		/*	display: block;*/
		/*	margin-top: 20px;*/
		/*	direction: ltr;*/
		/*}*/
		/*pre.chord{*/
		/*	text-align: right;*/
		/*	direction: rtl;*/
		/*	overflow-y: hidden;*/
		/*}*/
		/*end chord mizan*/

pre {
    display: block;
	direction: ltr;
    text-align: right;
    font-family: yekano;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #111;
    word-break: break-all;
    word-wrap: break-word;
    border-radius: 4px;
    user-select: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
}


span.c {
    padding: 0 2px;
    font-weight: 700;
    color: #d44545;
    display: inline-block;
    margin: 5px 0;

   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-button.r, .toggle-button.r .layer {
    border-radius: 100px;
}
.mr-40 {
    margin-right: 40px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.toggle-button {
    position: absolute;
    display: inline-block;
    width: 74px;
    height: 36px;
    overflow: hidden;
}
.toggle-checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

kk-chord-course-icon, .kk-simplify-with-capo {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.layer {
    width: 100%;
    background-color: #ececec;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.badge {
    display: inline-block;
    padding: .25em 0.4em;
    font-size: 87%;
    font-weight: 700;
    line-height: 1;
    color: #05b1ff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
	margin-bottom: 5px;
}

.khoshgele {
    display: inline-block;
    padding: .25em 0.4em;
    font-size: 87%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
	margin-bottom: 3px;
	background: #fff;
    color: #646a70;
    border: 1px solid #5c6368;
}

.smh-loading {
    width: 100%;
    min-height: 200px;
    height: 10%;
    position: absolute;
    left: 0;
    background: hsla(0, 0%, 100%, .7);
    display: none;
    z-index: 5;
}

.col-xs-12 {
    width: 100%;
}

.is-hidden-sm-up {
    display: none !important;
}

.kk-chord-helper-icon {
    background: url(/wp-content/themes/aminor/files/non-responsive.png?92a3ad5…) no-repeat;
    background-position: -64px -190px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.toggle-button.r, .toggle-button.r .layer {
    border-radius: 100px;
}

.toggle-button {
    position: absolute;
    display: inline-block;
    width: 74px;
    height: 40px;
    overflow: hidden;
}

.toggle-checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}


.knobs {
    z-index: 2;
}


.layer {
    width: 100%;
    background-color: #ececec;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}
.knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#button-1 .toggle-checkbox:checked+.knobs:before {
    content: "\63A\6CC\631\641\639\627\644";
    right: 36px;
    background-color: #37d155;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#button-1 .knobs:before {
    content: "\641\639\627\644";
    position: absolute;
    top: 0px;
    right: 0px;
	width: 40px;
    height: 40px;
    /*width: 30px;
    height: 23px;*/
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    /*line-height: 1;*/
    padding: 9px 4px;
    background-color: #a4a4a4;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(.18,.89,.35,1.15);
    transition: all .3s cubic-bezier(.18,.89,.35,1.15);
}


.smh-divider {
    height: 2px;
    width: 100%;
    background: #eff2f9;
    margin: 20px 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

@media (min-width: 768px)
.w-sm-auto {
    width: auto !important;
}

.is-inline-block {
    display: inline-block !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}

.kk-simplify-with-capo {
    background: url(/wp-content/themes/aminor/files/non-responsive.png?92a3ad5…) no-repeat;
    background-position: -99px -190px;
}
.kk-chord-course-icon, .kk-simplify-with-capo {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.mr-5 {
    margin-right: 5px !important;
}

.kk-taj-icon {
    background: url(/wp-content/themes/aminor/files/non-responsive.png?92a3ad5…) no-repeat;
    background-position: -5px -100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 768px)
.smh-left-sm-auto {
    left: auto !important;
}

.smh-left-15 {
    left: 15px !important;
}
.mr-40 {
    margin-right: 40px !important;
}

.text-bold {
    font-weight: 700;
}

.color-red {
    color: #d22a15 !important;
}

.font-18 {
    font-size: 18px !important;
}

#fret {
	font-family: yekano;
    color: #d22a15 !important;
    font-size: 18px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

kk-chord-course-icon, .kk-simplify-with-capo {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
#mn-show-capo-count{
			font-size: 11px;
			margin-bottom: 0;
		}
#mn-chord-helper-overlay{
			padding: 10px 20px;
			color: #fff;
			z-index: 15;
			text-align: center;
			background: #4c4c4c;
			margin-top: 50px;
		}

#capo-helper {
	font-family: yekano;
	font-size:14px;
}

		.has-overlay::after, .overlay-text {
			height: 280px !important;
			top: auto !important;
			bottom: 0 !important;
		}
		.select2-container--default .select2-search--inline .select2-search__field{
			width:initial!important;
		}

.smh-collapse-button {
    margin-right: 2px;
    width: 62px;
    height: 2.8em;
    display: block;
    line-height: 2.8em;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #252525;
    font-size: 12px;
    font-weight: 700;
}

.smh-collapse-button i {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    color: #000 !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tools-box {
    position: fixed;
    z-index: 100;
    width: auto;
    bottom: 60px;
    left: 40%;
    color: #4c4c4c;
    font-size: 14px;
    padding: 5px 10px;
}

@media (min-width: 768px)
.tools-box {
    left: 48% !important;
}

#mn-rang-box {
    border: 2px solid #4c4c4c;
    border-left: none;
    position: absolute;
    left: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: -35px;
    background: white;
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    height: 38px;
}

.mn-hidden {
    display: none !important;
}

.tools-box input[type=range] {
    width: 145px;
    height: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    outline: none;
    background: #d3d3d3;
/*line-height: inherit;*/
}

.is-inline {
    display: inline !important;
}
body, input, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pos-a {
    position: absolute !important;
}

		.autoscroll .fa{
			font-size: 33px;
			border: 2px solid #212121c7;
			border-radius: 50%;
			padding: 5px 11px;
			background: #efefef99;
			position: absolute;
			top: -40px;
			left: 40%;
		}
		.autoscroll .fa-pause{
			opacity: 0.6;
			font-size: 28px;
			top: -40px;
			padding: 8px 11px;
			left: 36%;
		}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-double-down:before {
    content: "\F103";
}

.master-pause {
    display: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-top: 15%;
    text-align: center;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    font-size: 100px;
    opacity: .2;
    cursor: pointer;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal {
    padding-top: 150px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.modal, .modal-open {
    overflow: hidden;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

@media (min-width: 576px)
.modal-dialog {
    max-width: 500px;
    margin: 30px auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}


}
.modal-header {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

button.close {
    position: absolute;
    left: 15px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.close {
    float: left;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
[role=button], button, input[type=button], input[type=reset], input[type=submit], select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn, .form-control, a, button {
    text-decoration: none;
    -webkit-transition: all .4s linear 0ms;
    transition: all .4s linear 0ms;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

*, :active, :focus, a:hover, a:link, a:visited {
    text-decoration: none;
    outline: none !important;
    outline-offset: 0 !important;
}

@media (min-width: 992px)
.col-md-12 {
    width: 100%;
}

@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
}

@media screen and (min-width: 768px)
.smh-popup-banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[role=button], a, button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
}

@media screen and (min-width: 768px)
.smh-popup-banner-container .popup-banner-image {
    max-height: 400px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.modal-footer {
    text-align: left;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}

.modal-footer .btn+.btn {
    margin-left: auto;
    margin-right: 5px;
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.tools-box input[type=range] {
    width: 145px;
    height: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    outline: none;
    background: #d3d3d3;
}

.fa-play:before{content:"\F04B"}.fa-pause:before{content:"\F04C"}.fa-stop:before{content:"\F04D"}
input[type="range" i] {
    appearance: auto;
    cursor: default;
    color: light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
    padding: initial;
    border: initial;
    margin: 2px;
}
.is-inline {
    display: inline !important;
}
[role=button], button, input[type=button], input[type=reset], input[type=submit], select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[role=button], a, button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.large_artist_title1 {
    background: linear-gradient(to right, rgb(73 73 73) 0%, rgb(36 36 36) 100%);
    color: #FFF;
    padding: 12px;
    text-align: center;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.large_title11 {
    background: linear-gradient(to right, rgb(193 23 243) 0%, rgb(87 0 216) 100%);
    color: #FFF;
    padding: 12px;
    text-align: center;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
}
.top_content {
    /*margin-top: 22px;*/
    font-family: yekano;
}
.artist-pic{
	display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.large_title11 h1 {
    font-size: 15px;
	display: inline;
	color: #ffffff;
}
.large_artist_title1 h1 {
    font-size: 15px;
	display: inline;
	color: #ffffff;
}
.large_artist_title1 h2 {
	font-size: 15px;
	display: inline;
	color: #ffffff;
}
.large_artist_title1 a {
	color: #FFC107;
}
ul.btn-nav.btn-tabs.vip{
	display: contents;
}
.tab-content {
    padding: 20px;
}
.p-0 {
    padding: 0 !important;
}
.tab-content>.tab-pane{
	display:none
}
.tab-content>.active{
	display:block
}
.tab-content>.tab-asli{
	display:block
}
.btn-nav {
    list-style: none;
}

.btn-nav li {
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-left: 2px;
    background-color: #494949;
	font-size: 13px;
	margin-bottom: inherit;
	margin-top: 10px;
}
.btn-nav li.active {
    background-color: #ff0000;
}
.btn-nav li a {
    color: #ffffff;
}
.btn-nav li.active a {
    color: #fff;
}
.smh-chord {
    min-height: 70px;
	margin-bottom: 10px;
}
.smh-card {
    border-radius: 5px;
    border: 1px solid #dbe6eb;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    padding: 10px;
    position: relative;
}
.smh-chord .smh-chord-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.smh-chord .smh-chord-name {
    font-size: 13px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
a:hover.smh-chord-info {
    color: #ff0000;
}
.smh-chord .smh-artist-name, .smh-chord .smh-chord-name {
    padding: 0;
    margin: 0;
}
.smh-chord .smh-verified-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.laminor-aparat-logo, .laminor-background, .laminor-instagram-logo, .laminor-official-icon, .laminor-telegram-logo, .laminor-verify-icon, .laminor-youtube-logo {
    display: inline-block;
    background: url(/wp-content/themes/aminor/files/non-responsive.png?92a3ad5bf559519d288ac42b42e17bd6) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.smh-chord .smh-artist-name {
    font-size: 12px;
}
.smh-chord .smh-artist-name, .smh-chord .smh-chord-name {
    padding: 0;
    margin: 0;
}
.smh-chord .sje-chord-lyric {
    font-size: 9px;
}
.smh-chord a{
    color: #314555;
}
.postys {
    margin: 15px 0;
}
.royw {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.coly-md-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 25%;
}
.coly-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 18px;
    padding-left: 0px;
    -ms-flex: 0 0 25%;
    flex: 0 0 18%;
    max-width: 25%;
}
.postys .posit {
    background: #fff;
    margin: 5px 0;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
    transition: 0.3s all ease;
    text-decoration: none !important;
}
.postys .posit figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 1rem;
    display: block;
}
.postys .posit figure img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.postys .post .name {
    padding: 0 10px;
}
.postys .posit figure:after {
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    opacity: 0;
    overflow: hidden;
box-sizing: border-box;
}

.postys .posit .name .foot_post {
    display: flex;
    justify-content: space-between;
    color: #9d9d9d;
    font-size: 13px;
    margin: 8px 0;
}
.postys .posit h5 {
    font-family: yekano;
    margin: 0;
    font-size: 13px;
    margin-right: 10px;
    color: #505050;
    line-height: 1;
    /*font-weight: 500;*/
}
.postys .posit h6 {
    font-size: 12px;
    font-family: yekano;
    /* color: #505050; */
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    margin-right: 10px;
}
.rhythmh6 {
    font-size: 12px;
    font-family: IRAN;
    /* color: #505050; */
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    margin-right: 10px;
}
.smh-search-group button{
    width: 50px;
    height: 50px;
    background-color: #494949;
    color: #fff;
}
.button-7 {
  background-color: #ff0000;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: yekano;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  margin-top: 5px;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-7:hover,
.button-7:focus {
  background-color: #e80d0d;
  color:#fff;
}

.button-7:focus {
 box-shadow: 0 0 0 4px rgb(243 27 27);
}

.button-7:active {
  background-color: #ff0000;
  box-shadow: none;
}
span.in-titles {
    font-size: 16px;
    color: #7e7e7e;
    display: inline-block;
    margin-bottom: 10px;
}
span.eng-titles {
    font-size: 14px;
    color: #7e7e7e57;
    margin-bottom: 10px;
}
H2.in-titles {
    font-size: 16px;
    color: #7e7e7e;
    display: inline-block;
    margin-bottom: 10px;
}
.smh-search-group {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #fff;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.smh-search-group input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
	font-family: yekano;
    flex-grow: 1;
    border: none;
    color: #7e7e7e;
    background: #fff;
    padding: 0 10px;
}
.fa-search:before {
    content: "\F002";
}

/*menu-batman*/

.main_h {
    position: fixed;
    max-height: 50px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    top: -100px;
    padding-bottom: 6px;
    font-family: "yekano", sans-serif;
	box-shadow: 0px 0px 8px rgb(0 0 0);
}
header {
    display: block;
}
.row-h {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
}
.logo-h {
    width: 70%;
    font-size: 25px;
    color: #8f8f8f;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: -15px;
    line-height: 1;
    margin-bottom: 10px;
}
.row-h a {
    text-decoration: none;
}
.mobile-h-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.mobile-h-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #f2f2f2;
    display: block;
}
.mobile-h-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: -5px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  @include small {
    display: block;
  }

  span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #f2f2f2;
    display: block;
  }
}
nav {
    float: right;
    width: 60%;
    display: block;
}
nav ul {
    list-style: none;
    overflow: hidden;
    text-align: right;
    float: right;
}
nav ul li {
    display: inline-block;
    margin-left: 35px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
nav ul a {
    color: #ffffff;;
    text-transform: uppercase;
    font-size: 12px;
}
.sticky {
    background-color: #494949;
    opacity: 1;
    top: 0px;
    border-bottom: 1px solid gainsboro;
}
.open-nav {
    max-height: 400px !important;
}
.open-nav .mobile-h-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/*767*/
@media(max-width:767px) {
	.smh-search-group {
    width: 90%;
    }
	.coly-md-3 {
	width: 24%  !important;
	display: inline-block;
	padding-right: 15px !important;
    padding-left: 0 !important;
	}
	.postys .posit .name .foot_post {
    margin: 4px 0;
    }
	.postys .posit h5 {
	font-size: 9px !important;
	margin-right: 5px;
	margin-top: -8px;
	}
	.postys .posit h6 {
	font-size: 7px !important;
	margin-right: 5px;
	}
	.rhythmh6 {
	font-size: 7px !important;
	margin-right: 5px;
	}
	.button-7 {
	background-color: #ff0000;
    font-size: 10px !important;
    }
	.main_h {
padding-top: 25px;
}
.mobile-h-toggle {
    display: block;
}
.logo-h {
    float: right;
}

nav {
    width: 100%;
  }

nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
    }

nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
    }

.mobile-h-toggle {
    display: block;
	margin-right: 8px;
  }
	
.transpose-keys a{
    margin: 0 4px 4px 0;
    font-size: 10px;}
pre{
    font-size: 14px;}
#capo-helper {
    font-size: 12px;
}
.col-xs-12 {
    width: 100%;
    font-size: 14px;
}

.smh-left-15 {
    left: 50px !important;
}

.toggle-button {
    width: 49px;
    height: 29px;
}

#button-1 .knobs:before {
    font-size: 9px;
    width: 28px;
    height: 28px;}

#button-1 .toggle-checkbox:checked+.knobs:before {
    right: 20px;
    font-size: 7px;
}
.post-content {
    font-size: 14px;}
}

@media print{*,:after,:before,blockquote:first-letter,blockquote:first-line,div:first-letter,div:first-line,li:first-letter,li:first-line,p:first-letter,p:first-line{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}
@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
@media print{.chord-print-bottom{display:block!important}