/*
Theme Name: mastership
URI: https://wpyad.com/category/themes/mastership
Author: WPYAD
RTL-er: WPYAD-er
*/
@font-face {
    font-family: 'vazir';
    src: url('fonts/vazir.eot') format('eot'),
    url('fonts/vazir.ttf') format('ttf'),
    url('fonts/vazir.woff') format('woff');
}
@font-face {
    font-family: 'Yekan';
    src: url('fonts/WebYekan.eot');
    src: url('fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
         url('fonts/WebYekan.woff') format('woff'),
         url('fonts/WebYekan.ttf') format('truetype'),
         url('fonts/WebYekan.svg#WebYekan') format('svg');
}
@font-face {
  font-family: mitra;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/BMitraBold.woff') format('woff');
}
@font-face {
  font-family: mitra;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/BMitra.woff') format('woff');
}

#top-menu ul li, .secondary-menu a, a.more-btn, #masthead.site-header.sticky-header.nav-shrink .site-title a, .site-title a, body, select, label, header, footer, section, button, a, span, div, input[type="button"],input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, input[type="reset"], input[type="submit"], textarea, a, h1, h2, h3, h4, h5, h6, span, p, .widget-title, .site-description, .main-navigation, .main-navigation .nav-menu li a, .nav-menu li a{
  font-family: vazir;
  letter-spacing: 0;
}

[dir=rtl] .slick-next:before {
    content: '';
}
[dir=rtl] .slick-prev:before {
    content: '';
}
[dir=rtl] .slick-prev {
    right: 25px;
    left: auto;
}
[dir=rtl] .slick-next {
    right: auto;
    left: 25px;
}
.slick-next {
    right: 25px;
    left: auto;
}
.slick-list{
	direction: ltr;
}
.slick-track {
    right: 0;
    left: initial;
}
[dir=rtl] .slick-slide {
    float: left;
}
.backtotop {
    right: 25px;
    left: initial;
}
.custom-header-content {
    direction: rtl;
}
a.more-btn svg {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
span.cat-links:before {
    vertical-align: middle;
}
ul.trail-items li:not(:last-child):after {
    content: "\f104";
}
.post-navigation .nav-previous{
    float: left;
    text-align: left;
    /*padding-left: 15px;*/
}
.post-navigation .nav-previous svg{
	float: left;
}
.post-navigation .nav-next{
    float: right;
    text-align: right;
    /*padding-right: 15px;*/
}
.post-navigation .nav-next svg{
	float: right;
}
p.form-submit {
    float: right;
}