@import url(fonts.css);
@import url(plugins.css);
.content li {
    font-size: 20px;
    color: #444;
    line-height: 30px;
}
.about-pro p {
    font-size: 18px;
}
.video-modal p {
    margin-top: 50px!important;
    text-align: center;
    margin-right: 0px!important;
    background-color: transparent!important;
    font-size: 20px;
}
.content-single {
    padding: 50px 0;
    overflow-x: hidden;
}
.modal li {
    font-size: 10px;
}

img#play {
    cursor: pointer;
    margin-bottom: 10px;
}
.swiper-container {
    z-index: 0 !important;
}
h1,h2,h3,h4,h5,a {
    font-family: iranyekan !important;
    font-weight: 800;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}
body {
    background: #f8e6b8;
    font-family: aviny;
}
main.main {
  position: relative;
}
.nav-menu {
  box-shadow: 0px 4px 6px 6px #cb262d;
  text-align: center;
  position: ABSOLUTE;
  top: -171px;
  right: 0;
  left: 0;
  background: rgba(203, 38, 45, 0.96078431372);
}

.nav-menu li {
    display: inline-block;
}
.nav-menu center {
    font-size: 35px;
    color: #fff;
    padding-top: 20px;
}
.nav-menu a {
    background: #fcb814;
    padding: 10px 120px;
    display: block;
    font-size: 40px;
    margin: 10px 7px;
    border-radius: 3px;
}

.nav-menu a:hover {
    background: #ff9100;
    transition: all ease .5s ;
    position: relative;
    top: -3px;
    box-shadow: 0px 5px 15px -8px ;
   
}
.footer-copy {
    text-align: center;
}

.footer-copy li {
    display: inline-block;
}

.footer-copy a {
    padding: 10px;
}

.footer-copy {
    margin: 20px;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    left: 0;
}

.footer-copy a:hover {
    color: #cb262d;
}

.copy-right {
    margin-top: 20px;
    font-size: 20px;
}

footer#site-footer {
    position: relative;
}

.lds-heart {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
  }
  .lds-heart div {
    top: 32px;
    left: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #fff;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .lds-heart div:after,
  .lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: #fff;
  }
  .lds-heart div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
  }
  .lds-heart div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
  }
  @keyframes lds-heart {
    0% {
      transform: scale(0.95);
    }
    5% {
      transform: scale(1.1);
    }
    39% {
      transform: scale(0.85);
    }
    45% {
      transform: scale(1);
    }
    60% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(0.9);
    }
  }
  
  body.ashnaei {
    background: #3fb0d8;
    padding-bottom: 200px;
}
body.eshgh {
  background: #ec6654;
  padding-bottom: 200px;
}
body.entekhab {
  background: #9da30a;
  padding-bottom: 200px;
}
.sidebar {
    position: absolute;
    right: 0;
    left: 0;
    /*z-index: 1;*/
    opacity: .9;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.wpd-wrapper .wpd-item-link.wpd-comment-meta {
    font-size: 17px;
    color: #555;
    padding-bottom: 0px;
}
.wpd-wrapper .wpd-post-item-link {
    font-size: 17px;
    font-style: italic;
    color: #666;
}
.wpd-bulk-desc {
    font-size: 17px;
    color: #666666;
    font-style: italic;
}
.wpd-wrapper .wpd-item {
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 7px;
}
.container {
    /*z-index: 9999;*/
    position: relative;
}
.content-single {
    padding: 50px 0;
}

.content-single h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}

.content-single p {
    font-size: 22px;
    text-align: justify;
    line-height: 30px;
}
.slider {
  margin-top: 70px;
}
.swiper-container {
    width: 100%;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .gallery-top {
    height: 400px;
    width: 100%;
  }
  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100px;
    opacity: 0.4;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  .title-head {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px -6px;
    padding: 30px;
    cursor: pointer;
}

.title-head i {
    font-size: 50px;
    font-weight: 100;
    padding-bottom: 20px;
    color: #555;
}

.title-head h2 {
    font-size: 20px;
    color: #222;
}
.content-comment {
  background: #fff;
  box-shadow: 0px 0px 12px -8px;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px;
}

.content-comment input {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
}

.content-comment textarea {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
}
.content-comment button {
  background: #3fb0d8;
  border: none;
  color: #fff;
  font-family: iranyekan;
  border-radius: 3px;
  margin-right: 15px;
  padding: 5px 20px;
}
.slider-comic h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}   
.anim-film {
  background: #fff;
  box-shadow: 0px 0px 12px -4px;
  border-radius: 3px;
}

.anim-film img {border-radius:  3px 3px 0 0;}

.anim-film h5 {
  font-size: 13px;
  font-weight: 600;
  padding: 5px 20px;
  color: #222;
}

.anim-film span {
  color: #555;
  padding: 0 20px 10px;
  display: block;
  font-weight: 400;
}

.anim-film a {
  display: block;
}

.anim-film > i {
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
  bottom: 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 60px;
  text-shadow: 0px 0px 5px #000;
}
.video-play {
  background: #fff;
  position: fixed;
  top: 10%;
  right: 0;
  left: 0;
  /* bottom: 0; */
  width: 50%;
  margin: auto;
  z-index: 999999;
  display: none;
}

img#play {
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 60px;
  /*top: 80px;*/
  text-align: center;
  margin: auto;
  background: #cb262d;
  border-radius: 100%;
  /*padding: 23px;*/
  box-shadow: 0px 0px 12px -4px;
  width: 130px;
}
a#close {
    font-size: 40px;
    text-align: center;
    margin: auto;
    display: block;
    color: #cb262d;
}
.content-quest {
    background: #fff;
    box-shadow: 0px 0px 12px -8px;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
}

.share nav i.fas.fa-plus {
    background-color: #ec6654;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 0px 0px 12px -4px #000;
    border-radius: 50%;
    bottom: 0px;
    right: 0px;
    position: fixed;
}
.share span {
    position: fixed;
    right: 13%;
    bottom: 10%;
    display: inline-block;
}

ul.social {
       position: fixed;
    bottom: 80px;
    left: 25px;
}

ul.social li {
       background: #ca2b30;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 100%;
    color: #ffff;
    cursor: pointer;
    box-shadow: 0px 0px 12px -4px #000;
    font-size: 18px;
}
.rvs-item-stage {
    height: 100%;
    max-height: 100%; 
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    background-color: inherit;
    width: 100% !important;
}

button.pressshare {
    background: #cb262d;
    box-shadow: 0px 0px 12px -4px #000;
    border: navajowhite;
    padding: 17px 20px;
    color: #fff; 
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 30px;
}


.aboutbtn button {
    background: #fcb814;
    border: navajowhite;
    padding: 10px 20px;
    font-family: iranyekan;
    font-weight: 500;
    position: fixed;
    bottom: 5%;
    right: 0;
}

.about-pro {
    /* position: fixed; */
    top: 60px;
    left: 0;
    right: 0;
    text-align: inherit;
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 12px -4px;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
 



.content-single p {
    font-size: 22px;
    text-align: justify;
    line-height: 30px;
}
.rvs-xs.rvs-sm.rvs-md .rvs-nav-container {
    width: 320px !important;
    background: #fff;
}
.rvs-container.rvs-xs.rvs-sm.rvs-md.rvs-lg {
    height: 545px;
    padding-right: 280px;
    box-shadow:0px 0px 12px -4px  !important; 

}
.rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:active, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:active, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:focus, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:hover, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:focus, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:hover, .rvs-blue-highlight.rvs-container a.rvs-play-video:active, .rvs-blue-highlight.rvs-container a.rvs-play-video:focus, .rvs-blue-highlight.rvs-container a.rvs-play-video:hover {
    border-color: #3fb0d8  !important;
}
.rvs-xs.rvs-sm.rvs-md .rvs-nav-container a.rvs-nav-item {
    height: 78px;
    padding: 8px 16px  !important;
}
.rvs-blue-highlight.rvs-container a.rvs-close:active, .rvs-blue-highlight.rvs-container a.rvs-close:focus, .rvs-blue-highlight.rvs-container a.rvs-close:hover, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:active, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:focus, .rvs-blue-highlight.rvs-container a.rvs-nav-item.rvs-active:hover, .rvs-blue-highlight.rvs-container a.rvs-play-video:active, .rvs-blue-highlight.rvs-container a.rvs-play-video:focus, .rvs-blue-highlight.rvs-container a.rvs-play-video:hover, .rvs-blue-highlight.rvs-thumb-play .rvs-nav-container .rvs-video-active span.rvs-nav-item-thumb:before, .rvs-blue-highlight.rvs-thumb-play .rvs-nav-container span.rvs-nav-item-thumb:hover:before {
    background-color: #3fb0d8  !important;
}
.rvs-xs.rvs-sm.rvs-md.rvs-lg .rvs-item-text {
    font-size: 20px  !important;
    padding: 10px 50px  !important;
}

.rvs-xs.rvs-sm.rvs-md .rvs-nav-container span.rvs-nav-item-thumb {
    display: block;
    float: right;
    margin-left: 15px;
}
.copy-right p {
    text-align: center;
}
p.rvs-item-text {
    font-family: aviny !important;
}
.wpd-wrapper {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    background: transparent;
    text-align: right;
    font-size: 16px;
}
.wpd-wrapper .wpd-item {
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 7px;
}
.wpd-wrapper .wpd-post-item-link {
    font-size: 17px;
    font-style: italic;
    color: #666;
}
.wpd-bulk-desc {
    font-size: 17px;
    color: #666666;
    font-style: italic;
}
.wpd-wrapper .wpd-item-link.wpd-comment-meta {
    font-size: 16px;
    color: #555;
    padding-bottom: 0px;
}
#wpcomm .wc-comment-right .wc-comment-text, #wpcomm .wc-comment-right .wc-comment-text * {
    font-size: 18px;
}
#wpcomm .wc-reply .wc-comment-right .wc-comment-text, #wpcomm .wc-reply .wc-comment-right .wc-comment-text * {
    line-height: 20px;
    font-size: 18px;
}
.anim-film img {
    width: 100%;
    height: 285px;
    object-fit: contain;
    box-shadow: 0px 0px 12px -7px;
}
.caption ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    font-family: aviny !important;
    padding: 0 5px;
    color: #555;
}

.caption a {
    font-size: 18px;
    font-weight: 100;
    font-family: aviny !important;
    color: #555;
}
.content-archive {
    padding: 80px 0px;
}
.caption i {
    color: #444;
}
.content p {
    font-family: iranyekan;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}
.content {
    background: #fff;
    box-shadow: 0px 0px 12px -8px;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
}
.content a {
    color: #3fb0d8;
}
.content h2 a {
    color: #444;
    margin-bottom: 10px;
    display: block;
}

.anim-film {
    background: #fff;
    box-shadow: 0 0 12px -4px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.dwqa-search input {
 
    padding: 10px 35px;}
.dwqa-ask-question {
    background-color: brown;
}
.dwqa-questions-footer {
    text-align: center;
}
.dwqa-questions-footer .dwqa-ask-question a {
    padding: 25px 90px;
    font-size: x-large;
    color: #fff;
}

.dwqa-questions-footer .dwqa-ask-question a {
    padding: 10px 90px!important;
}
.dwqa-question-title {
    padding-bottom: 10px;
}
.dwqa-question-filter span {
    font-size: medium !important;
    font-weight: bold !important;
}
.dwqa-question-filter a {
    color: #888 !important;
}
.dwqa-question-filter span {
    font-size: medium!important;
    font-weight: bold!important;
    color: #444;
}
.dwqa-question-filter .dwqa-sort-by {
    width: auto;
    float: left !important;
}


select#dwqa-sort-by {
    float: left !important;
}
.dwqa-question-filter a {
    border: 1px solid #eee !important;
}
.dwqa-question-filter a.active {
    border: 1px solid #ddd!important;
    padding: 2px 5px 2px 5px !important;
}
.dwqa-question-filter a {
    border: 1px solid #ddd !important;
}
.dwqa-questions-list .dwqa-question-item a {
    color: #000 !important;
}
.dwqa-question-filter a {
    border: 1px solid #ddd !important;
}


