﻿/*
Theme Name: آوازه شهر
Theme URI: http://adveriran.com/
Author: گروه طراحی تبلیغات ایران
Author URI: http://adveriran.com/
Description: قالب خبری آوازه شهر
Version: 1.2
*/


/* Reset CSS */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;background:#ecf0f1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* Fonts */

@font-face {
    font-family: 'WSahel';
    src: url('include/fonts/sahel_b.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'WIranSans';
    src: url('include/fonts/webiransans_b.woff2') format('woff2'), url('include/fonts/webiransans_b.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'WIranSans';
    src: url('include/fonts/webiransans_l.woff2') format('woff2'), url('include/fonts/webiransans_l.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'WIranSans';
    src: url('include/fonts/webiransans.woff2') format('woff2'), url('include/fonts/webiransans.woff') format('woff');
    font-weight: normal;
}


/* Body */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: WIranSans;
}

a {
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

b,
strong {
    font-weight: bold;
}

.clearboth {
    clear: both;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.style.boxed {
    width: 1200px;
    margin: 0 auto;
}

.sprite {
    background: url("include/images/sprite.png");
}


/* Loading */

.loading-large {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: rgba(255,255,255,0.45) url("include/images/loading-large.gif") no-repeat center;
}
.loading-small {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: rgba(255,255,255,0.45) url("include/images/loading-small.gif") no-repeat center;
}


/* Top Head */

.top-head {
    width: 100%;
    min-height: 30px;
    background: #333333;
    background: -moz-linear-gradient(top, #333333 60%, #272727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #333333), color-stop(100%, #272727));
    background: -webkit-linear-gradient(top, #333333 60%, #272727 100%);
    background: -o-linear-gradient(top, #333333 60%, #272727 100%);
    background: -ms-linear-gradient(top, #333333 60%, #272727 100%);
    background: linear-gradient(to bottom, #333333 60%, #272727 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#272727', GradientType=0);
}

.top-menu {
    max-width: 820px;
    float: right;
    overflow: hidden;
}
.top-head.boxed .top-menu {
    margin-right: 6px;
}

.top-menu li {
    float: right;
}

.top-menu li:after {
    width: 1px;
    height: 22px;
    margin: 4px 10px;
    float: left;
    content: "";
    background: #4d4d4d;
    border-left: 1px solid #1a1a1a;
}

.top-menu li:last-child:after {
    display: none;
}

.top-menu li a {
    font: 12px/30px "WSahel";
    color: #8a8a8a;
    text-align: right;
}

.top-menu li a:hover {
    color: #cacaca;
}

.social {
    float: left;
    margin-right: 6px;
}
.top-head.boxed .social {
    margin-left: 6px;
}

.social a.item {
    width: 18px;
    height: 18px;
    float: left;
    margin: 6px 3px;
    font-size: 0px;
    opacity: 1;
}

.social a.item:hover {
    opacity: 0.8;
}

.fb {
    margin-left: 0px !important;
    background-position: 0px 0px;
}

.insta {
    background-position: -24px 0px;
}

.tw {
    background-position: -48px 0px;
}

.gp {
    background-position: -72px 0px;
}

.tg {
    background-position: -96px 0px;
}

.search {
    position: relative;
    width: 280px;
    height: 20px;
    float: left;
    margin: 4px 0px 6px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.071);
}

.search input {
    border: none;
    outline: none;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.search input[type="text"] {
    width: 250px;
    float: right;
    padding: 0 8px;
    font: 11px/18px "WIranSans";
    color: rgba(255, 255, 255, 0.5);
    background: none;
}

.search input[type="text"]:focus,
.search input[type="text"]:active {
    color: rgba(255, 255, 255, 0.8);
}

.search input[type="submit"] {
    position: absolute;
    top: 2px; left: 4px;
    width: 16px;
    height: 16px;
    float: left;
    opacity: 0.5;
    background-position: 0 -28px;
    cursor: pointer;
}

.search input[type="submit"]:hover {
    opacity: 0.8;
}


/* Header */

header {
    width: 100%;
}

#header {
    width: 100%;
    min-height: 122px;
    border-top: 1px solid #52a7e0;
    border-bottom: 1px solid #52a7e0;
    background: -moz-linear-gradient(top, #3498db 0%, #2d8cd5 100%);
    background: -webkit-linear-gradient(top, #3498db 0%, #2d8cd5 100%);
    background: -ms-linear-gradient(top, #3498db 0%, #2d8cd5 100%);
    background: linear-gradient(to bottom, #3498db 0%, #2d8cd5 100%);
}

#head-container {
    height: 100%;
    min-height: 120px;
    background: url("include/images/map.png") no-repeat center right;
}

a.logo {
    width: 200px;
    height: 80px;
    float: right;
    margin: 20px 0px 0 0;
}
header.style.boxed a.logo {
    margin-right: 10px;
}

a.logo img {
    max-width: 200px;
}

a.logo h1 {
    text-indent: -9999em;
}

.status {
    width: 250px;
    float: left;
    margin: 39px 85px 0 0;
}

.status p {
    font: 12px/21px "WIranSans";
    color: #282828;
    text-align: center;
}

.status .time-date {
    width: 100%;
    height: 20px;
    background: #f1c40f;
}

.status .owghat {
    width: 100%;
    height: 20px;
    margin-top: 3px;
    background: #333333;
}

.status .owghat p {
    width: 177px;
    float: right;
    text-align: center;
    font: 300 12px/20px "WIranSans";
    color: #8E8E8E;
}

.status .owghat p:first-child {
    width: 73px;
    background: #252525;
}

#header .banner {
    width: 468px;
    height: 60px;
    float: left;
    margin-top: 30px;
}
header.style.boxed #header .banner {
    margin-left: 10px;
}
#header .banner img {
    border: 1px solid #000;
}

/* Nav */

#site-menu {
    width: 100%;
    min-height: 33px;
    border-bottom: 3px solid #002741;
    background: #004d7f;
}

#site-menu li {
    height: 30px;
    float: right;
    position: relative;
}

#site-menu li a {
    font: 13px/24px "WSahel";
    color: #fff;
    display: block;
    padding: 4px 13px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

#site-menu li:hover a,
#site-menu > li.current-menu-item > a {
    height: 29px;
    margin: 4px 3px 0 3px;
    padding: 0px 10px;
    background: -moz-linear-gradient(top, #002741 0%, #193c54 100%);
    background: -webkit-linear-gradient(top, #002741 0%, #193c54 100%);
    background: -ms-linear-gradient(top, #002741 0%, #193c54 100%);
    background: linear-gradient(to bottom, #002741 0%, #193c54 100%);
}

#site-menu > li.current-menu-item > a {
    border-bottom: 3px solid #e67e22;
}

#site-menu .main-menu > li.menu-item-has-children::after {
    width: 8px;
    height: 5px;
    position: absolute;
    top: 15px;
    left: 8px;
    content: "";
    background: url("include/images/sprite.png") -162px -34px;
}

#site-menu .main-menu > li.menu-item-has-children a {
    padding-left: 21px;
}

#site-menu .main-menu > li.menu-item-has-children:hover a,
#site-menu .main-menu > li.current-menu-item.menu-item-has-children > a {
    margin: 4px 3px 0 0;
}

#site-menu ul.sub-menu {
    width: 180px;
    position: absolute;
    top: 36px;
    right: 3px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
    background: #002741;
    z-index: 100;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#site-menu ul.sub-menu li {
    width: 100%;
    height: auto;
    min-height: 30px;
}

#site-menu li:hover > ul.sub-menu {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

#site-menu ul.sub-menu li a {
    height: auto;
    margin-top: 0px;
    padding: 4px 8px;
    font: 12px/22px "WSahel";
    background: none;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

#site-menu ul.sub-menu li a::before {
    width: 3px;
    height: 5px;
    float: right;
    margin: 11px 0px 0px 4px;
    content: "";
    background: url("include/images/sprite.png") -177px -47px;
}

#site-menu ul.sub-menu li:hover > a {
    color: #fdb615;
}

#site-menu ul.sub-menu > li.menu-item-has-children::after {
    width: 5px;
    height: 8px;
    position: absolute;
    top: 15px;
    left: 8px;
    content: "";
    background: url("include/images/sprite.png") -175px -34px;
}

#site-menu ul.sub-menu ul.sub-menu {
    top: 0;
    right: 186px;
    visibility: hidden;
    opacity: 0;
}

#site-menu ul.sub-menu li:hover > ul.sub-menu {
    top: 0;
    right: 180px;
    visibility: visible;
    opacity: 1;
}

#site-menu .mobile-menu {
    display: none;
}

#site-menu .mobile-menu #mobile-menu-trigger {
    float: right;
    cursor: pointer;
}

#site-menu .mobile-menu .icon {
    width: 16px;
    height: 13px;
    float: right;
    margin: 9px 0 0 10px;
}

#site-menu .mobile-menu .icon span {
    width: 16px;
    height: 3px;
    display: block;
    margin-bottom: 2px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#site-menu .mobile-menu .icon span:last-child {
    margin-bottom: 0;
}

#site-menu .mobile-menu span {
    float: right;
    font: 13px/33px "WSahel";
    color: #fff;
}


/* Hot News - Breadcrumbs */

#hot-news, #breadcrumbs {
    width: 100%;
    margin-top: 19px;
}

#hot-news .title, #breadcrumbs .title {
    width: 153px;
    height: 35px;
    float: right;
    font: 13px/35px "WSahel";
    color: #fff;
    background: #282828;
}

#breadcrumbs .title {
    width: 5%;
    text-indent: -999em;
    overflow: hidden;
}

#hot-news .title:before, #breadcrumbs .title:before {
    width: 20px;
    height: 17px;
    float: right;
    margin: 9px;
    content: "";
    background: url("include/images/sprite.png") -118px 0px;
}

#breadcrumbs .title:before {
    width: 16px;
    height: 15px;
    float: none;
    display: block;
    margin: 10px auto;
    background: url("include/images/sprite.png") -119px -62px;
}

#hot-news #news, #breadcrumbs #path {
    position: relative;
    width: 1046px;
    min-height: 35px;
    float: left;
    overflow: hidden;
    border: 1px solid #dadada;
    border-right: 0;
    background: #fff;
}

#breadcrumbs #path {
    width: 95%;
}

#hot-news #news li {
    position: absolute;
    margin: 0;
    padding-right: 18px;
    display: none;
    white-space: nowrap;
}

#hot-news #news li a, #hot-news #news li span, #breadcrumbs #path a, #breadcrumbs #path span {
    font: 300 13px/33px "WIranSans";
    color: #282828;
}

#hot-news #news li span {
    margin-right: 5px;
    color: #949494;
}

#breadcrumbs #path a, #breadcrumbs #path span {
    float: right;
}

#breadcrumbs #path span:first-child {
    font-weight: normal;
    margin: 0 8px 0 5px;
} 

#hot-news #news li a:hover, #breadcrumbs #path a:hover {
    color: #c0392b;
}

#hot-news #news li:before {
    position: absolute;
    top: 12px; right: 0;
    width: 9px;
    height: 9px;
    content: "";
    background: url("include/images/sprite.png") -144px 0px;
}

#breadcrumbs #path a:after, #breadcrumbs #path span:after {
    width: 7px;
    height: 5px;
    float: left;
    margin: 14px 8px 0 5px;
    content: "";
    background: url("include/images/sprite.png") -160px -47px;
}

#breadcrumbs #path a:last-child:after, #breadcrumbs #path span:last-child:after, #breadcrumbs #path span:first-child:after {
    display: none;
}

.tick-clearfix {
  *zoom: 1;
}

.tick-clearfix:before,
.tick-clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.tick-clearfix:after {
  clear: both;
}


/* Layout */

.mr-none {
    margin-right: 0;
    margin-left: 0;
}

.mr-both {
    margin-right: 8px;
    margin-left: 8px;
}


/* Main */

#main {
    width: 750px;
    float: right;
    margin-top: 19px;
}

#main.s-width {
    width: 932px;
}

#main.l-width {
    width: 1018px;
}

#main.f-width {
    width: 1200px;
}

#main.s-width .posts .post-data img,
#main.l-width .posts .post-data img,
#main.f-width .posts .post-data img {
    width: 100%;
}

#main.s-width .section-mini .other-posts {
    margin-top: 18px;
}

#main.l-width .section-mini .other-posts {
    margin-top: 28px;
}

#main.f-width .section-mini .other-posts {
    margin-top: 48px;
}

#main.mr-right {
    margin-right: 8px;
}

#main.mr-left {
    margin-left: 8px;
}

#main .theiaStickySidebar > div:first-child {
    margin-top: 0;
}


/* Slider */

.slider .navigator {
    position: absolute;
    bottom: 42px;
    left: 10px;
    z-index: 3;
}

.slider .navigator a {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 4px;
	-webkit-box-shadow: inset -0.717px 1.867px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset -0.717px 1.867px 0px 0px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.slider .navigator a.selected {
    background: rgba(0, 0, 0, 0.5) !important;
}


/* Full Slider */

.slider-full {
	position: relative;
	width: 100%;
    height: auto;
    margin-top: 17px;
    overflow: hidden;
    border: 1px solid #030303;
}

.slider-full .slider {
	width: 750px;
	height: 390px;
	overflow: hidden;
}

.slider-full .slider .slide {
	position: relative;
	display: block;
	float: left;
}

.slider-full .slider .slide img {
    max-width: 100%;
    height: auto;
}

.slider-full .slider .slide img {
    width: 100%;
    height: 100%;
}

.slider-full .slider .slide .slide-title {
    position: absolute;
    bottom: 0px; left: 0px;
    width: 100%;
    min-height: 35px;
    text-align: right;
    background: rgba(0, 0, 0, 0.7);
}

.slider-full .slider .slide .slide-title .rotitr {
    margin-left: 7px;
    font: 300 12px/35px "WIranSans";
    color: #eee;
}

.slider-full .slider .slide .slide-title h2 {
    padding-right: 10px;
    font: 14px/35px "WSahel";
    color: #fff;
}


/* Thumb Slider */

.slider-thumb {
	position: relative;
	width: 100%;
    height: auto;
	min-height: 230px;
    margin-top: 17px;
	padding: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
    background-color: #fff;
}

.slider-thumb .slider {
	height: 208px;
	overflow: hidden;
}

.slider-thumb .slider .slide {
	height: 208px;
	float: left;
}

.slider-thumb .slider .slide .right {
	float: right;
	margin-left: 14px;
}

.slider-thumb .slider .slide img {
    width: 389px;
    height: 204px;
	float: right;
	margin: 2px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(3, 3, 3, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(3, 3, 3, 0.5);
}

.slider-thumb .slider .slide .rotitr {
    display: block;
    font: 300 12px/14px "WIranSans";
    color: #aaa;
    text-align: right;
}

.slider-thumb .slider .slide .slide-title {
	margin-bottom: 5px;
    font: 16px/26px "WSahel";
    color: #000;
    text-align: justify;
}

.slider-thumb .slider .slide .slide-title::before {
    float: right;
    margin: 0 0 0 6px;
    content: "::";
    color: #3498db;
    font-size: 14px;
}

.slider-thumb .slider .slide .slide-title a {
    color: #333;
}

.slider-thumb .slider .slide .slide-title a:hover {
    color: #3498db;
}

.slider-thumb .slider .slide p {
    font: 300 14px/26px "WIranSans";
    color: #6b6b6b;
    text-align: justify;
}

.slider.slider-thumb .navigator {
    bottom: 10px;
}

.slider.slider-thumb .navigator a {
    -webkit-box-shadow: inset -0.717px 1.867px 0px 0px #dadada;
    box-shadow: inset -0.717px 1.867px 0px 0px #dadada;
	background: #ecf0f1;
}


/* Notfication & Related Posts */

.notfication,
.related-posts {
    width: 100%;
    border: 1px solid #9dbacd;
    background-color: #e7f0f7;
}

.notfication {
    margin-top: 17px;
}

.related-posts {
    margin-top: 17px;
}

.notfication .title,
.related-posts .title {
    width: 155px;
    height: 29px;
    margin: 10px -5px 0px 0px;
    padding-right: 12px;
    font: 13px/26px "WSahel";
    color: #fff;
    background: url("framework/colors/images/sprite.png") -245px -39px;
}

.notfication .links,
.related-posts .links {
    margin: 10px;
    list-style: inside disc;
    font: 12px/26px "WIranSans";
}

.notfication .links li:nth-child(odd),
.related-posts .links li:nth-child(odd) {
    background: #d8e5ef;
}

.notfication .links li,
.related-posts .links li {
    position: relative;
    padding: 0 8px;
}

.notfication .links li a,
.notfication .links li span,
.related-posts .links li a,
.related-posts .links li span {
    font: 13px/26px "WIranSans";
    color: #282828;
}

.notfication .links li a,
.related-posts .links li a {
    /*display: block;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notfication .with-date li a,
.related-posts .with-date li a {
    padding-left: 80px;
}

.notfication .links li a:hover,
.related-posts .links li a:hover {
    color: #c0392b;
}

.notfication .links li span,
.related-posts .links li span {
    position: absolute;
    top: 0;
    left: 8px;
    color: rgba(0, 0, 0, 0.5);
}


/* Posts */

.posts {
    width: 100%;
    margin-top: 17px;
}

.posts .title {
    position: relative;
    width: 100%;
    min-height: 32px;
    padding-right: 10px;
    font: 14px/29px "WSahel";
    color: #fff;
    border-bottom: 3px solid #0f6298;
    background: -moz-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: -webkit-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: -ms-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: linear-gradient(to bottom, #3498db 0%, #2a89d4 100%);
}

.posts .title:before {
    content: "";
    width: 16px;
    height: 16px;
    float: right;
    margin: 8px 0 0 9px;
    background: url("framework/colors/images/sprite.png") -76px -39px;
}

.posts .title:after {
    position: absolute;
    right: 14px; bottom: 0;
    width: 0;
    height: 0;
    content: "";
    border-bottom: 4px solid #0f6298;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.posts .title .rss {
    width: 18px;
    height: 19px;
    float: left;
    margin: 7px 0px 3px 6px;
    font-size: 0px;
    background: url("framework/colors/images/sprite.png") -48px -39px;
}

.posts .content {
    position: relative;
    width: 100%;
    border: 1px solid #dadada;
    background: #fff;
}


/* Section Recent */

.section-recent .post {
    width: 100%;
    display: inline-block;
    padding: 18px 20px 0px 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #d6d6d6;
}

.section-recent .post:last-child {
    border-bottom: 0;
}

.section-recent .post-data {
    width: 22%;
    float: right;
    line-height: 0;
    text-align: center;
}

.section-recent img {
    max-width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #dadada;
}

.section-recent .date {
    width: 100%;
    height: 18px;
    margin-top: 5px;
    font: 300 12px/21px "WIranSans";
    color: #ecf0f1;
}

.section-recent .comment {
    width: 100%;
    height: 18px;
    font: 300 11px/18px "WIranSans";
    color: #7f8c8d;
    background: #ecf0f1;
}

.section-recent .post-entry {
    width: 78%;
    float: left;
    padding-right: 18px;
}

.section-recent .rotitr {
    font: 300 12px/14px "WIranSans";
    color: #aaa;
}

.section-recent .post-title {
    padding-bottom: 5px;
    text-align: justify;
}

.section-recent .post-title a {
    font: 16px/26px "WSahel";
    color: #333;
}

.section-recent .post-title a:before {
    float: right;
    margin: 0 0 0 6px;
    content: "::";
    font-size: 14px;
}

.section-recent p {
    font: 300 14px/26px "WIranSans";
    color: #6b6b6b;
    text-align: justify;
}


/* Section Wide */

.section-wide .feature-post {
    width: 100%;
    float: right;
    padding: 18px 20px 20px 20px;
    border-bottom: 1px solid #dadada;
}

.section-wide .feature-post .post-data {
    width: 29%;
    float: right;
    margin-left: 18px;
    line-height: 0;
    text-align: center;
}

.section-wide .feature-post img {
    max-width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #dadada;
}

.section-wide .feature-post .date {
    width: 100%;
    height: 18px;
    margin-top: 5px;
    font: 300 12px/21px "WIranSans";
    color: #ecf0f1;
}

.section-wide .feature-post .comment {
    width: 100%;
    height: 18px;
    font: 300 11px/18px "WIranSans";
    color: #7f8c8d;
    background: #ecf0f1;
}

.section-wide .rotitr {
    font: 300 12px/14px "WIranSans";
    color: #aaa;
}

.section-wide .feature-post .post-title {
    padding-bottom: 5px;
    text-align: justify;
}

.section-wide .feature-post .post-title a {
    font: 16px/26px "WSahel";
    color: #333;
}

.section-wide .feature-post .post-title a:before {
    float: right;
    margin: 0 0 0 6px;
    content: "::";
    font-size: 14px;
}

.section-wide .feature-post p {
    font: 300 14px/26px "WIranSans";
    color: #6b6b6b;
    text-align: justify;
}

.section-wide .other-posts {
    padding: 10px 20px;
    background: #f9f9f9;
}

.section-wide .other-posts .post {
    width: 49%;
    min-height: 75px;
    float: right;
    padding: 8px 0;
    margin: 0 0 0 1%;
    overflow: hidden;
    border-top: 1px solid #dadada;
}

.section-wide .other-posts .post:nth-child(even) {
    margin: 0 1% 0 0;
}

.section-wide .other-posts .post:nth-child(1),
.section-wide .other-posts .post:nth-child(2) {
    border-top: 0;
}

.section-wide .other-posts .post-data {
    width: 26%;
    float: right;
    padding-left: 8px;
    line-height: 0;
}

.section-wide .other-posts img {
    max-width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #dadada;
}

.section-wide .other-posts h3 {
    width: 74%;
    float: left;
    text-align: justify;
}

.section-wide .other-posts h3 a {
    font: 12px/25px "WIranSans";
    color: #282828;
    text-align: justify;
}

.section-wide .other-posts a::before {
    float: right;
    margin-left: 3px;
    content: "::";
}


/* Section Mini */

.section-mini {
    padding: 18px 20px 20px 20px;
}

.section-mini .feature-post {
    position: relative;
    width: 29%;
    float: right;
    padding-left: 15px;
    margin-top: 5px;
    line-height: 0;
}

.section-mini .feature-post::before {
    content: "";
    position: absolute;
    top: 8px; right: -4px;
    width: 35px;
    height: 21px;
    z-index: 2;
    background: url("include/images/sprite.png") -145px -62px;
}

.section-mini .feature-post a {
    position: relative;
    display: block;
}

.section-mini .feature-post img {
    max-width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #dadada;
}

.section-mini .feature-post .post-title {
    position: absolute;
    top: 3px; right: 3px;
    bottom: 3px; left: 3px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 160ms ease-in;
    -moz-transition: all 160ms ease-in;
    -o-transition: all 160ms ease-in;
    transition: all 160ms ease-in;
}

.section-mini .feature-post:hover .post-title {
    opacity: 1;
    visibility: visible;
}

.section-mini .feature-post .post-title h2 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin: 0 auto;
    padding: 0 8px;
    font: 14px/22px "WSahel";
    color: #fff;
    text-shadow: 0.5px 0.866px 1px rgba(3, 3, 3, 0.75);
    text-align: center;
}

.section-mini .other-posts {
    width: 71%;
    float: left;
    padding-right: 15px;
    border-right: 1px solid #dadada;
}

.section-mini .other-posts h3 {
    width: 100%;
    height: 28px;
    float: right;
    padding: 2px 8px;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-mini .other-posts h3 a {
    font: 13px/24px "WIranSans";
    color: #282828;
}

.section-mini .other-posts h3:before {
    width: 9px;
    height: 9px;
    float: right;
    margin: 7px 6px 0 8px;
    content: "";
    background: url("include/images/sprite.png") -144px 0px;
}

.section-mini .other-posts h3:nth-child(even) {
    background: #f5f5f5
}


/* Pagination */

#pagination {
    width: 100%;
    margin: 20px auto 10px auto;
    font: 13px/28px "WSahel";
    text-align: center;
}

#pagination ul {
    display: inline-block;
}

#pagination ul li {
    display: inline;
}

#pagination ul li a,
#pagination ul li span {
    float: right;
    margin: 0px 2px;
    padding: 2px 10px;
    color: #000;
    border: 1px solid #d6d6d6;
    background: #f8f8f8;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

#pagination ul li a:hover,
#pagination ul li.active span {
    color: #fff;
    border: 1px solid #3498db;
    background: #3498db;
}


/* Aside */

.large-sidebar,
.small-sidebar {
    width: 260px;
    float: right;
    margin-top: 19px;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    overflow: hidden;
    background: #fff;
}

.small-sidebar {
    width: 174px;
}


/* Gallery */

.gallery {
    width: 100%;
    margin-top: 23px;
    display: inline-block;
}

.gallery .title {
    width: 150px;
    height: 32px;
    font: 14px/29px "WSahel";
    color: #fff;
}

.gallery .title::before {
    width: 20px;
    height: 23px;
    float: right;
    margin: 6px 10px 0 9px;
    content: "";
}

.gallery .content {
    position: relative;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #282828;
}

.gallery #gallery-slider {
    position: relative;
    width: 1200px;
    height: 147px;
    overflow: hidden;
}

.gallery #gallery-slider .slides {
    position: absolute;
    top: 0;
    right: 0; left: 0;
    width: 910px;
    height: 147px;
    margin: 0 auto;
    cursor: move;
    direction: rtl;
    overflow: hidden;
}

.gallery .slides img,
.gallery .slides h5,
.gallery .arrowleft,
.gallery .arrowright {
    -webkit-transition: all 160ms ease-in;
    -moz-transition: all 160ms ease-in;
    -o-transition: all 160ms ease-in;
    transition: all 160ms ease-in;
}

.gallery .slides img {
    width: 205px;
    height: 147px;
    padding: 1px;
    border: 1px solid rgba(3, 3, 3, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(72, 72, 72, 1);
}

.gallery .slides div:hover img {
    opacity: 0.5;
}

.gallery .slides h5 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin: 0 auto;
    padding: 0 8px;
    font: 14px/22px "WSahel";
    color: #fff;
    text-shadow: 0.5px 0.866px 1px rgba(3, 3, 3, 0.75);
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.gallery .slides div:hover h5 {
    opacity: 1;
    visibility: visible;
}

.gallery .arrowleft,
.gallery .arrowright {
    position: absolute;
    top: 62px;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    opacity: 0.8;
    background: url("include/images/sprite.png");
}

.gallery .arrowleft {
    left: 12px;
    background-position: -100px -28px;
}

.gallery .arrowright {
    right: 12px;
    background-position: -70px -28px;
}

.gallery .arrowleft:hover,
.gallery .arrowright:hover {
    opacity: 1;
}


/* Post Colums */

.redina.sidebar.footer-widgets {
    width: 100%;
}

.redina.sidebar.footer-widgets > div {
    width: 33.333%;
    float: right;
    padding: 0 10px;
    margin-top: 25px;
}

.redina.sidebar.footer-widgets > div:first-child,
.redina.sidebar.footer-widgets > div:nth-child(4n) {
    padding-right: 0;
}

.redina.sidebar.footer-widgets > div:nth-child(3n+0) {
    padding-left: 0;
}

.redina.sidebar.footer-widgets .widget {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    background: #fff;
}


/* Tabs for w-m-y */

ul.tabs-nav {
    width: 70px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 5px 0 3px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

ul.tabs-nav.auto-height {
    height: auto;
}

ul.tabs-nav li.tab-link {
    display: none;
    padding: 0;
    font: 12px/20px "WSahel";
    cursor: pointer;
    background: none;
}

ul.tabs-nav li.tab-link::before {
    width: 4px;
    height: 7px;
    float: right;
    margin: 7px 5px 5px 12px;
    content: "";
}

ul.tabs-nav li.current, .tabs-nav.auto-height li.tab-link {
    display: block;
}

ul.tabs-nav.auto-height li.current {
    background: rgba(255,255,255,0.2);
}


/* Widget */

.widget {
    width: 100%;
    position: relative;
    padding: 0 5px 10px;
    font: 300 12px/21px "WIranSans";
    color: #323638;
}

.sidebar .theiaStickySidebar > div {
    margin-top: 16px;
}

.sidebar .theiaStickySidebar > div:first-child {
    margin-top: 0;
}

.widget.no-title {
    border-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
}

.widget.no-title:first-child {
    border-top: 1px solid #dadada;
}

.custom-widget {
    width: 100%;
}

.widget:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -2px;
    right: 16px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.widget.no-title:after {
    display: none;
}

.widget .title {
    min-width: 100%;
    height: 32px;
    margin: 0 -5px 5px;
    font: 14px/29px "WSahel";
    color: #fff;
    text-align: right;
    text-shadow: 0.5px 0.866px 0px rgba(174, 107, 0, 0.004);
}

.widget .title:before {
    width: 12px;
    height: 20px;
    float: right;
    margin: 9px 12px 0 9px;
    content: "";
}

.widget p {
    margin-bottom: 12px;
    font: 300 12px/21px "WIranSans";
    color: #323638;
    text-align: justify;
}

.widget a,
.widget span,
.widget li {
    padding: 3px 3px 3px 6px;
    font: 300 13px/24px "WIranSans";
    color: #282828;
    text-align: justify;
}

.widget select {
    width: 100%;
    min-height: 30px;
    font: 300 12px "Wiransans";
}

.widget .post-date {
    color: rgba(0, 0, 0, 0.5);
}

.widget .comment-author-link {
    padding-left: 0;
}

.widget .comment-author-link,
.widget .comment-author-link a {
    font-family: WSahel;
}

.widget a:hover {
    color: #0f6298;
}

.widget li:before {
    width: 9px;
    height: 9px;
    float: right;
    margin: 7px 6px 0 8px;
    content: "";
    background: url("include/images/sprite.png") -144px 0;
}

.widget li:nth-child(even) {
    background: #f0f4f5;
}

.widget a,
.widget input[type="button"],
.widget input[type="submit"] {
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.widget input {
    width: 100%;
    padding: 0px 5px;
    font: 12px/30px "WIranSans";
    text-align: center;
    outline: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.widget input[type="button"],
.widget input[type="submit"] {
    margin: 11px 0 15px 0;
    color: #fff;
    border: none;
    background: #2b8ad4;
}

.widget input[type="button"]:hover,
.widget input[type="submit"]:hover {
    background: #2180cb;
    cursor: pointer;
}

.widget input[type="radio"], .widget input[type="checkbox"] {
    width: auto;
    height: auto;
    float: left;
    margin: 5px 0 5px 5px;
}


/* َAds */

.widget.ads {
    text-align: center;
}

.widget.ads .title::before {
    width: 16px;
    height: 21px;
    margin: 8px 12px 0 9px;
}

.widget.ads a {
    padding: 0;
}


/* Daily Pic */

.widget.daily-pic .title::before {
    width: 18px;
    height: 21px;
    margin: 8px 12px 0 9px;
}

.widget.daily-pic .content {
    position: relative;
    width: 240px;
    height: 168px;
    margin: auto;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(3, 3, 3, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(3, 3, 3, 0.5);
    overflow: hidden;
}

.widget.daily-pic .content > div > div {
    height: 100%;
}

.widget.daily-pic .content .slides {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 240px;
    height: 168px;
    margin: auto;
    overflow: hidden;
}

.widget.daily-pic .content img {
    width: 240px;
    height: 168px;
}

.small-sidebar .widget.daily-pic .content,
.small-sidebar .widget.daily-pic .content .slides,
.small-sidebar .widget.daily-pic .content img {
    width: 140px;
    height: 98px;
}

.widget.daily-pic .content .navigator {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6px;
    margin: auto;
}

.widget.daily-pic .content .navigator div {
    width: 8px;
    height: 8px;
    float: left;
    display: block;
    font-size: 0px;
	-webkit-box-shadow: inset -0.717px 1.867px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset -0.717px 1.867px 0px 0px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.widget.daily-pic .content .navigator .av {
    background: rgba(0, 0, 0, 0.5);
}


/* Popular Post */

.widget.custom-widget.popular-post .title::before {
    width: 14px;
    height: 20px;
    margin: 9px 12px 0 9px;
}

.widget.custom-widget.popular-post .content.current {
    display: inline-block;
}

.widget.custom-widget.popular-post .content {
    position: relative;
    width: 100%;
    display: none;
}


/* Hot Post */

.widget.custom-widget.hot-post .title::before {
    width: 20px;
    height: 21px;
    margin: 8px 12px 0 9px;
}

.widget.custom-widget.hot-post .content.current {
    display: inline-block;
}

.widget.custom-widget.hot-post .content {
    position: relative;
    width: 100%;
    display: none;
}


/* Widget with pic */

.widget.redina .with-pic li {
    min-height: 68px;
    padding: 5px;
}
.widget.redina .with-pic li:before {
    display: none;
}

.widget.redina .with-pic .post-data {
    max-width: 30%;
    float: right;
    padding-left: 8px;
    line-height: 0;
}

.widget.redina .with-pic img {
    max-width: 100%;
    max-height: 58px;
    height: auto;
    padding: 2px;
    border: 1px solid #dadada;
}

.small-sidebar .widget.redina .with-pic .post-data {
    width: 100%;
    max-width: none;
    padding-left: 0;
}

.small-sidebar .widget.redina .with-pic .post-data img {
    width: 100%;
    max-height: 100%;
}

.widget.redina .with-pic .post-title a {
    font: 12px/24px "WIranSans";
    color: #282828;
    text-align: justify;
}

.widget.redina .with-pic a::before {
    float: right;
    margin-left: 3px;
    content: "::";
}


/* Single Style */

#post {
    width: 100%;
}

#post .title {
    position: relative;
    width: 100%;
    min-height: 32px;
    padding: 0 10px;
    font: 14px/29px "WSahel";
    color: #fff;
    text-align: justify;
    border-bottom: 3px solid #0f6298;
    background: #3498db;
    background: -moz-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: -webkit-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: -ms-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: linear-gradient(to bottom, #3498db 0%, #2a89d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#2a89d4', GradientType=0 );
}

#post .title::before {
    content: "";
    width: 16px;
    height: 21px;
    float: right;
    margin: 8px 0 3px 9px;
    background: url("framework/colors/images/sprite.png") -76px -39px;
}

#post .title:after {
    position: absolute;
    right: 14px; bottom: 0;
    width: 0;
    height: 0;
    content: "";
    border-bottom: 4px solid #0f6298;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

#post .title span {
    margin-left: 7px;
    font: 300 12px/29px "WIranSans";
    color: rgba(255,255,255,0.75);
}

#post .content {
    padding: 0px 20px 10px 20px;
    border: 1px solid #dadada;
    background: #fff;
}

#post #post-data {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px dotted #d6d6d6;
}

#post #post-data #post-meta {
    width: 100%;
    overflow: auto;
    min-height: 20px;
    margin: 12px 0 6px 0;
}

#post #post-category,
#post #post-comment,
#post #post-date {
    height: 20px;
    margin-bottom: 5px;
    padding: 0 8px;
    font: 300 12px/20px "WIranSans";
}

#post #post-category {
    height: auto;
    float: right;
    overflow: hidden;
    color: #0f6298;
    background: #ecf0f1;
}

#post #post-category a {
    color: #0f6298;
}

#post #post-category a:hover {
    color: #3498db;
}

#post #post-comment {
    float: left;
    color: #ecf0f1;
    background: #333333;
}

#post #post-date {
    float: left;
    color: #fff;
    background: #0f6298;
}

#post #post-data img {
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 18px;
    padding: 1px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(3, 3, 3, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(3, 3, 3, 0.5);
}

#post #post-excerpt {
    min-height: 118px;
    margin-top: 10px;
    font: 14px/23px "WIranSans";
    text-align: justify;
    color: #333333;
}

#post #post-entry {
    width: 100%;
    margin-top: 12px;
    font: 300 14px/26px "WIranSans";
    text-align: justify;
}

#post #post-entry p {
    font: 300 14px/26px "WIranSans";
    color: #282828;
    text-align: justify;
    text-indent: 10px;
}

#post #post-entry img {
    max-width: 100%;
    height: auto;
}

#post #post-entry img.aligncenter,
#post #post-entry img.alignnone {
    display: block;
    margin: 12px auto 20px auto;
}

#post #post-entry img.alignright {
    float: right;
    margin-left: 12px;
}

#post #post-entry img.alignleft {
    float: left;
    margin-right: 12px;
}

#post #post-entry img {
    max-width: 98%;
}

#post #post-entry blockquote p {
    color: #555;
    margin: 15px 20px 15px 0;
    padding: 0 10px;
    border-right: 4px solid #555;
    text-indent: 0;
}

#post #post-entry ol,
#post #post-entry ul {
    margin: 0 15px 20px 0;
}

#post #post-entry ul li {
    list-style: outside disc;
    list-style-image: none;
}

#post #post-entry ol li {
    list-style: outside decimal;
}

#post #post-entry li ul,
#post #post-entry li ol {
    margin: 5px 15px 0 0;
}

#post #post-author,
#post #post-shares,
#post #post-views {
    height: 22px;
    font: 300 12px/22px "WIranSans";
}

#post #post-author {
    float: right;
    padding-left: 8px;
    color: #ecf0f1;
    background: #4e4e4e;
}

#post #post-author span {
    height: 22px;
    margin-left: 6px;
    padding: 0 6px;
    color: #bababa;
    background: #282828;
}

#post #post-shares {
    width: 92px;
    float: left;
    padding: 0 5px;
    direction: ltr;
    background: #4e4e4e;
}

#post #post-shares .item {
    width: 17px;
    height: 16px;
    float: left;
    margin: 3px 2px;
    font-size: 0px;
}

#post #post-shares .item:hover {
    opacity: 0.8;
}

#post #post-shares .print {
    background-position: 0 -62px;
}

#post #post-shares .fb {
    background-position: -22px -62px;
}

#post #post-shares .tw {
    background-position: -45px -62px;
}

#post #post-shares .gp {
    background-position: -67px -62px;
}

#post #post-views {
    min-width: 64px;
    float: left;
    padding: 0 8px;
    color: #f6efe9;
    background: #282828;
}

#post #post-author,
#post #post-shares,
#post #post-views {
    margin-bottom: 12px;
}

#post #post-tags {
    width: 100%;
    padding-top: 10px;
    border-top: 2px dotted #d6d6d6;
    font: 300 12px/22px "WIranSans";
}

#post #post-tags span {
    height: 22px;
    float: right;
    margin: 2px 0 2px 2px;
    padding: 0 6px;
    color: #bababa;
    background: #282828;
}

#post #post-tags a {
    height: 22px;
    float: right;
    margin: 2px;
    padding: 0 6px;
    color: #bab9b9;
    background: #4e4e4e;
}

#post #post-tags a:hover {
    color: #ecf0f1;
}


/* Comments */

#site-comments {
    width: 100%;
    margin-top: 20px;
}

#site-comments .title {
    width: 150px;
    height: 29px;
    font: 14px/29px "WSahel";
    color: #fff;
    text-shadow: 0.5px 0.866px 0px rgba(15, 98, 152, 0.004);
    border-bottom: 3px solid #0f6298;
    background: -moz-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: -webkit-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: -ms-linear-gradient(top, #3498db 0%, #2a89d4 100%);
    background: linear-gradient(to bottom, #3498db 0%, #2a89d4 100%);
}

#site-comments .title::before {
    width: 20px;
    height: 22px;
    float: right;
    margin: 5px 12px 0 9px;
    content: "";
    background: url("framework/colors/images/sprite.png") -154px -39px;
}

#site-comments .content {
    padding: 18px 9px;
    border: 1px solid #dadada;
    background: #f6f6f6;
}

#site-comments .comment-body {
    position: relative;
    min-height: 84px;
    padding: 2px 14px 8px 14px;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

#site-comments .comment-body.with-avatar {
    margin-right: 94px;
}

#site-comments .comment-body .author-avatar {
    position: absolute;
    top: -1px;
    right: -94px;
    width: 84px;
    height: 84px;
    padding: 1px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#site-comments .comment-body .author-avatar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#site-comments .comment-data .name {
    float: right;
    font: bold 13px/30px "WIranSans";
    color: #666666;
}

#site-comments .comment-data .name a {
    color: #666666;
}

#site-comments .comment-data .name a:hover {
    color: #0f6298;
}

#site-comments .comment-data .date,
#site-comments .comment-data .awaiting-moderation,
#site-comments .comment-data .comment-reply-link {
    float: right;
    margin-right: 10px;
    font: 300 11px/30px "WIranSans";
    color: #bbbbbb;
}

#site-comments .verify {
    width: 16px;
    height: 16px;
    float: right;
    margin: 6px 5px 6px 0;
    display: none;
    text-indent: -9999em;
    background: url("include/images/sprite.png") -93px -62px;
}

#site-comments .bypostauthor .verify {
    display: block;
}

#site-comments .comment-data {
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

#site-comments .comment-data .awaiting-moderation {
    font-weight: bold;
    color: #666666;
}

#site-comments .comment-data .comment-reply-link {
    float: left;
}

#site-comments .comment-data .comment-reply-link:before {
    width: 14px;
    height: 16px;
    float: right;
    margin: 5px 3px;
    content: "";
    background: url("include/images/sprite.png") -159px 0px;
}

#site-comments .comment-text {
    padding-top: 5px;
    font: 12px/30px "WIranSans";
    color: #666666;
}

#site-comments .children {
    position: relative;
    margin-right: 26px;
}

#site-comments .children > .comment::before {
    position: absolute;
    top: 35px;
    right: -26px;
    width: 17px;
    height: 11px;
    content: "";
    background: url("include/images/sprite.png") -133px -42px;
}

#site-comments .children > .comment.with-avatar::before {
    right: -120px;
}

#site-comments #respond {
    overflow: auto;
}

#site-comments .with-comment {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dotted #d6d6d6;
}

#site-comments #respond .current_user,
#site-comments .leave_reply {
    font: normal 0.785rem/2 WSahel;
    color: #666;
    margin-bottom: 5px;
}

#site-comments #respond .current_user a,
#site-comments .leave_reply a {
    color: #444;
}

#site-comments #respond .current_user a:hover,
#site-comments .leave_reply a:hover {
    color: #888;
}

#site-comments #respond input,
#site-comments #respond textarea {
    color: #666666;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

#site-comments #respond .form-input {
    display: block;
    width: 278px;
    height: 27px;
    padding: 0 6px;
    margin-bottom: 10px;
    font: 12px/27px "WSahel";
}

#site-comments #respond #comment {
    width: 100%;
    height: 75px;
    padding: 6px;
    font: 12px/22px "WSahel";
}

#site-comments #respond #submit,
#site-comments #respond #cancel-comment-reply-link {
    height: 25px;
    float: right;
    margin-top: 10px;
    padding: 0 5px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font: 12px/25px "WSahel";
    text-shadow: 0.5px 0.866px 1px rgba(3, 3, 3, 0.35);
    background: #2b8ad4;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

#site-comments #respond #submit:hover {
    cursor: pointer;
    background: #2180cb;
}

#site-comments #respond #cancel-comment-reply-link {
    margin-right: 10px;
    background: #353a3e;
}

#site-comments #respond #cancel-comment-reply-link:hover {
    cursor: pointer;
    background: #262626;
}


/* Error */

#error {
    width: 100%;
    margin-top: 12px;
}

#error p {
    width: 98%;
    margin: 12px auto 20px auto;
    font: 14px/30px "WIranSans";
    color: #282828;
    text-align: center;
    border: 1px solid #f9cfcd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffecec;
}

#error img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px auto 20px auto;
}


/* Support Table */

table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: separate;
    margin-bottom: 1.5em;
}

table tr:nth-child(even) {
    background: #F9F9F9;
}

table td,
table th {
    padding: .4em;
    text-align: left;
    border-right: 1px dotted #eee;
}

table thead th {
    background: #F4F4F4;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    padding: 0.7em .4em;
    vertical-align: middle;
}

table tbody th {
    background: #F4F4F4;
    border-bottom: 1px solid #eee;
}

table tbody td {
    border-bottom: 1px solid #eee;
}

table tr th:last-child,
table tr td:last-child {
    border-right: 0;
}

table tbody tr:last-child td,
table tbody tr:last-child th {
    border-bottom: 0;
}


/* Footer */

footer {
    width: 100%;
    margin-top: 25px;
    background: #262626;
}
footer.style.boxed {
    margin-top: 25px;
}

#footer-menu {
    width: 100%;
    text-align: center;
}

#footer-menu ul {
    padding-bottom: 9px;
    background: url("include/images/hr.png") repeat-x center bottom;
}

#footer-menu li {
    display: inline-block;
    margin-top: 18px;
}

#footer-menu li:after {
    width: 1px;
    height: 16px;
    margin: 2px 9px;
    float: left;
    content: "";
    border-left: 1px solid #101010;
    background: #353535;
}

#footer-menu li:last-child:after {
    display: none;
}

#footer-menu li a {
    font: 13px/20px "WSahel";
    color: #878787;
}

#footer-menu li a:hover {
    color: #cacaca;
}

#footer-logo {
    margin: 17px auto 12px auto;
    text-align: center;
    font: 22px/30px "WSahel";
    color: #fff;
}

#copyright {
    width: 100%;
    min-height: 40px;
    font: 300 11px/40px "WIranSans";
    color: #878787;
    background: #191919;
}

#copyright p {
    float: right;
}
footer.boxed #copyright p {
    margin-right: 6px;
}

#copyright a {
    float: left;
    color: #878787;
}
footer.boxed #copyright a {
    margin-left: 6px;
}

#copyright a:hover {
    color: #cacaca;
}

#copyright p:before,
#copyright a:before {
    float: right;
    margin-left: 3px;
    content: "::";
}