@charset "UTF-8";
/***************************************
	Theme Name: Vaharan
	Theme URI: http://www.vaharan.com/
	Description: Vaharan theme
	Author: Vaharan
	Author URI: http://www.vaharan.com/
	Version: 1
	License: license purchased
***************************************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/eot/IRANSansWeb_Light.eot);
  src: url(fonts/eot/IRANSansWeb_Light.eot?#iefix) format('embedded-opentype'), url(fonts/woff2/IRANSansWeb_Light.woff2) format('woff2'), url(fonts/woff/IRANSansWeb_Light.woff) format('woff'), url(fonts/ttf/IRANSansWeb_Light.ttf) format('truetype')
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/eot/iranyekanweblight.eot);
  src: url(fonts/eot/iranyekanweblight.eot?#iefix) format('embedded-opentype'), url(fonts/woff/iranyekanweblight.woff) format('woff'), url(fonts/ttf/iranyekanweblight.ttf) format('truetype')
}

.menu li a, #search-controller, .main .title .archive, .main .more, .tab-title a, .circle-list li .thumb img, .numbered-list li a:before, .search .nextheme-search, .search .nextheme-close, .search .nextheme-search:before, .search .nextheme-close:before ,.tags a , .last-comments li .thumb , .navigation a {
	transition: 0.3s ease-in-out
}
.cubic-bezier, .menu li ul, .notification .social-left a, .logo:before, #hide-menu {
	-webkit-transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	-moz-transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	-ms-transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	-o-transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
}
body {
	background: #fff;
	font-family: iranyekan, iransans , tahoma;
}
a {
	text-decoration: none;
	font-weight: bold;
}
li {
	list-style: none
}
::selection {
	background: #ff3333;
	color: #fff
}
::-moz-selection {
background:#ff3333;
color:#fff
}
 img
{
	max-width:100%;
	height:auto
}
input, textarea, button {
	font: 14px iranyekan, iransans;
	padding: 10px;
	border: none;
	outline: none
}
#comment{
	width: 95%;
}
.bg-white {
	background: #fff
}
.container {
	width: 1140px;
	margin: 0 auto;
	direction: rtl
}
.red-text {
	color: #ff3333
}
.blue-text {
	color: #008bce
}
.orange-text {
	color: rgba(255,87,0,1.00)
}
.green-text {
	color: #09B347
}
.hidden {
	display: none
}
.mainmenu {
	background: #fff;
	float: right;
	width: 100%;
position:relative
;
}
.logo {
	float: left;
	position: relative;
	padding-left: 42px;
	width: 84px;
	margin: 6px 0;
	text-align: center
}
.logo span:before {
	content: "";
	left: 0;
	width: 84px;
	height: 67px;
	background: url(images/logo-text.png) no-repeat center;
	background-size: 100%;
	float: left
}
.mainmenu .menu {
	float: right;
	font-size: 12px
}
.menu li {
	display: inline-block;
	float: right;
}
.menu li a {
	padding: 18px 15px;
	display: block;
	color: #313131;
	font-weight: bold
}
.menu li ul {
	position: absolute;
	background: #333;
	width: 100%;
	z-index: 99;
	right: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;

}
.menu li ul a {
	color: #fff;
}
.menu li:hover a {
	background: #333;
	color: #fff;
	font-weight: lighter;
}
.menu li:hover ul {
	visibility: visible;
	font-weight: lighter;
	height: 52px;
	padding: 10px 0
}
.menu li ul a {
	padding: 8px 10px;
	border-radius: 4px;
}
.menu > li:nth-child(6n):hover a, .menu li:nth-child(6n) ul {
	background: #f5822e;
}
.menu > li:nth-child(6n - 5):hover a, .menu li:nth-child(6n - 5) ul {
	background: #ff3333;
}
.menu > li:nth-child(6n - 4):hover a, .menu li:nth-child(6n - 4) ul {
	background: #9c3939;
}
.menu > li:nth-child(6n - 3):hover a, .menu li:nth-child(6n - 3) ul {
	background: #008bce;
}
.menu > li:nth-child(6n - 2):hover a, .menu li:nth-child(6n - 2) ul {
	background: #bb0b82;
}
.menu > li:nth-child(6n - 1):hover a, .menu li:nth-child(6n - 1) ul {
	background: #1e8f31;
}
.menu li ul a:hover {
	box-shadow: 0 0 20px 40px rgba(0,0,0,0.3) inset;
}
#search-controller, #menu-controller {
	padding: 20px 15px;
	float: right;
	color: #666;
	cursor: pointer;
	font-size: 12px
}
#search-controller:hover, #search-controller.active {
	background: #3398cb;
	color: #fff
}
#menu-controller:hover, #menu-controller.active {
	background: #5f4793;
	color: #fff
}
#menu-controller {
	display: none
}
.notification {
	background: #fafafa;
	padding: 12px 0;
	float: right;
	width: 100%;
	box-shadow: inset 0px 4px 25px 0px rgba(37, 37, 37, 0.06);
	
}
.we-suggest {
	background: #5c4391;
	color: #fff;
	font-size: 8px;
	border-radius: 3px;
	position: relative;
	float: right;
	padding: 5px 8px
}
.we-suggest:before {
	content: "پیشنهاد میکنیم بخوانید"
}
.we-suggest:after {
	content: "";
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #5c4391;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -4px;
}
.suggestions {
	margin-right: 8px;
	float: right;
    height: 22px;
    overflow: hidden;

}
/* Ticker Styling */
.ticker-wrapper.has-js {
	float: right;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
}
.ticker {
	display: block;
	height: 23px;
	overflow: hidden;
	position: relative;
	width: 500px;
	right: -10px;
}
.ticker-content {
	margin: 0px;
	padding-top: 4px;
	position: absolute;
	color: #000;
	font-weight: normal;
	overflow: hidden;
	font-family: iranyekan, tahoma;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content a {
	text-decoration: none;
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #fafafa;
	display: block;
	width: 800px;
	height: 23px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: right;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #F8F0DB;
}
.left .ticker-swipe {
/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
	float: left;
}
.left .ticker-controls {
	padding-left: 6px;
}
.right .ticker-swipe {
/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}
.right .ticker-controls {
	padding-right: 6px;
}
.notification .social-left {
	float: left;
}
.notification .social-left li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.notification .social-left li:last-child
{
	margin:0
}
.notification .social-left a {
	background: #fff;
	color: #222;
	border-radius: 80px;
	padding: 5px 10px;
	font-size: 10px;
	display: inline-block;
	box-shadow: 0 0 0 0 #333 inset;
}
.notification .social-left .telegram:before, .notification .social-left .instagram:before {
	content: "\e90d";
	font-family: nexicon;
	float: left;
	margin: 2px 4px 0 0
}
.notification .social-left .instagram:before {
	content: "\ea92";
}
.notification .social-left .telegram:after {
	content: "Telegram Channel"
}
.notification .social-left .instagram:after {
	content: "Instagram"
}
.notification .social-left a:hover {
	box-shadow: 125px 0 100px 0 #333 inset;
	color: #fff;
}
.featured {
	float: right;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 10px
}
.thumb {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0px 2px 8.55px 0.45px rgba(0, 0, 0, 0.22);
}
.featured .thumb {
	width: 100%;
	float: right;
	min-height: 240px;
	margin-bottom: 8px
}
.featured .big-col .thumb {
	min-height: 488px
}
.small-col {
	width: 31%;
	float: right;
}
.big-col {
	width: 38%;
	float: right;
	padding: 0 8px
}
.thumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	transition: 0.8s ease-in-out;
	  width: 100%;
    min-height: 100%;
}
.featured .thumb:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	bottom: 0;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	opacity: 0.6;
	z-index: 24
}
.featured .thumb:hover img, .main .list-article article:hover .thumb img {
	transform: translate(-50%, -50%) scale(1.3) rotate(5deg);
	filter: grayscale(2)
}
.featured .thumb .title {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	right: 0;
	width: 100%;
	left: 0;
	color: #fff;
	text-align: justify;
	z-index: 25;
	font-weight: lighter;
	font-family: iransans
}
.big-col .thumb .title {
	padding: 15px 20px
}
.wrapper {
	background-color: #fcfcfc;
	box-shadow: inset 0px 4px 25px 0px rgba(37, 37, 37, 0.06);
	float: right;
	width: 100%;
	padding: 15px 0
}
.main {
	float: right;
	width: 68.75%;
	padding-left: 15px
}
.box {
	float: right;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 3px;
	box-shadow: 0px 2px 40.85px 2.15px rgba(0, 0, 0, 0.08);
	padding: 15px;
background:#fff
}
.title a, .article-title a {
	color: #454545;
}
.title-text {
	display: inline-block;
	font-size: 16px;
}
.main .title {
	float: right;
	width: 100%;
	margin-bottom: 10px
}
.main .title .archive, .main .more {
	float: left;
	border-radius: 4px;
	box-shadow: 0px 2px 3.8px 0.2px rgba(0, 0, 0, 0.09);
	color: #fff;
	font-size: 10px;
	padding: 4px 8px;
}
.main .red-theme .archive, .main .red-theme .more:hover {
	box-shadow: inset 0 0 0 20px #ff3333, 0px 2px 3.8px 0.2px rgba(0, 0, 0, 0.09);
	color: #fff
}
.main .red-theme .archive:hover, .main .red-theme .more {
	box-shadow: inset 0 0 0 1px #ff3333, 0px 2px 3.8px 0.2px rgba(0, 0, 0, 0.09);
	color: #ff3333
}
.main .blue-theme .archive, .main .blue-theme .more:hover {
	box-shadow: inset 0 0 0 20px #008bce, 0px 2px 3.8px 0.2px rgba(0, 0, 0, 0.09);
	color: #fff
}
.main .blue-theme .archive:hover, .main .blue-theme .more {
	box-shadow: inset 0 0 0 1px #008bce, 0px 2px 3.8px 0.2px rgba(0, 0, 0, 0.09);
	color: #008bce
}
.main .fullwidth {
	float: right;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 8px
}
.main .fullwidth .thumb {
	width: 30%;
	height: 180px;
	float: right;
}
.main .fullwidth .content-left {
	float: right;
	width: 70%;
	padding-right: 15px
}
.main .fullwidth .article-title {
	font-size: 18px
}
.meta {
	font-size: 10px;
	padding: 15px 0;
	float: right;
	width: 100%;

}
.last-comments .meta
{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		max-height:37px;
}

.meta span {
	float: right;
	margin-left: 15px
}
.meta span:last-child {
	margin-left: 0
}
.meta span:before {
	font-family: nexicon;
	float: right;
	margin: 1px 0 0 4px
}
.meta span.date:before {
	content: "\e00d";
}
.meta span.comments:before {
	content: "\e049";
}
.meta span.category:before
{
	content:"\e031";
}
.meta span.comments a {
	color: #333
}

.expert {
	font: 12px/2 tahoma;
	color: #777;
	float: right;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-align: justify
}
.main .more {
	margin-top: 10px;
	float: left;
	font-weight: bold
}
.main .more:hover {
	font-weight: lighter
}
.main .more:before {
	content: "بیشتر بخوانید"
}
.main .halfwidth {
	margin-top: 5px;
	float: right;
	width: 100%;
	border: 1px solid #eee;
}
.main .list-article article , .main .list-article li {
	float: right;
	padding: 15px 120px 15px 15px;
	position: relative
}
.main .halfwidth article , .main .halfwidth li {
	width: 50%;
	min-height: 110px;
	border: 1px solid #eee;
	border-top: none;
	border-left: none
}
.main .halfwidth article:nth-child(odd) , .main .halfwidth li:nth-child(odd) {
	border-right: none
}
.main .list-article .thumb , .main .list-article .thumb {
	width: 90px;
	height: 70px;
	float: right;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%)
}
.main .list-article .article-title , .main .list-article .article-title {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 8px;
}
.one-third {
	float: right;
	width: 35%;
	padding-left: 15px;
}
.one-third .thumb {
	width: 100%;
	float: right;
	height: 180px
}
.one-third .article-title {
	padding: 15px 0 5px 0;
	float: right;
	width: 100%;
	font-size: 16px
}
.two-third {
	float: right;
	width: 65%;
	border: 1px solid #eee;
}
.two-third , .one-third
{
	margin-top:5px
}
.main .two-third article:first-child {
	border-top: none
}
.main .two-third article {
	width: 100%;
	border-top: 1px solid #eee
}
.sidebar {
	float: left;
	width: 31.25%
}
.circle-list {
	position: relative;
	margin: 20px 0 10px 0px;
	float: right;
	width: 100%;
}
.circle-list:before {
	content: "";
	position: absolute;
	right: 35px;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #e0e0e0;
}
.circle-list li {
	padding: 10px 90px 10px 10px;
	float: right;
	width: 100%;
	position: relative;
	min-height: 85px
}
.circle-list li:first-child {
	padding-top: 0;
	margin-top: -6px;
}
.circle-list li:last-child {
	padding-bottom: 0;
	margin-bottom: -6px
}
.circle-list li a {
	color: #333;
}
.circle-list .thumb {
	border-radius: 100%;
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	box-shadow: 0px 2px 6.65px 0.35px rgba(0, 0, 0, 0.22);
}
.circle-list .title-text {
	float: right;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	font-size: 12px
}
.circle-list li:hover .thumb img {
	opacity: 0.6
}
.circle-list li:hover a, .list-article article a:hover, .article-title a:hover {
	color: rgb(146, 37, 37);
	text-shadow: 0px 2px 6.65px rgba(0, 0, 0, 0.22);
}
.last-comments .thumb
{
	border-radius:6px;
	color:#fff;
	width: 60px;
    height: 60px;
    right: 6px;
}
.last-comments .circle-list .title-text
{
	margin-top:17px
}
.last-comments li
{
	padding-right:80px
}
.last-comments .thumb span
{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:22px;
	
}

.last-comments li:nth-child(4n - 3) .thumb
{
	background:#5B4391
}
.last-comments li:nth-child(4n - 2) .thumb
{
	background:#BA077F
}
.last-comments li:nth-child(4n - 1) .thumb
{
	background:#008DCF
}
.last-comments li:nth-child(4n) .thumb
{
	background:#F5822F
}
.last-comments li .thumb:hover , .last-comments li:hover .thumb
{
	color:#fff;
	border-radius:100%;
	background:#323232
}

.float-left {
	float: left;
}
.tab-title span {
	border-radius: 4px;
	font-size: 10px;
	padding: 5px 8px;
	margin-right: 8px;
	float: left;
	background: #fff;
	color: #333;
	cursor: pointer
}
.tab-title span:hover {
	background: #008bce; /* Old browsers */
	color: #fff;
}
.tab-title span.active {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008bce+0,0093f9+100 */
	background: #008bce; /* Old browsers */
	background: -moz-linear-gradient(left, #008bce 0%, #0093f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #008bce 0%, #0093f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #008bce 0%, #0093f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bce', endColorstr='#0093f9', GradientType=1 ); /* IE6-9 */
	box-shadow: 0px 2px 6.65px 0.35px rgba(0, 0, 0, 0.22);
}
.footer {
	float: right;
	width: 100%;
	background-color: rgb(247, 247, 247);
	box-shadow: inset 0px 4px 25px 0px rgba(37, 37, 37, 0.06);
	border-top: 1px solid #ffff
}
.footer .col, .footer .col-small {
	padding: 35px 15px;
	width: 28%;
	float: right;
	min-height: 466px
}
.footer .col:nth-child(2n) {
	background: #fff;
	box-shadow: inset 0px 9px 24px -5px rgba(37, 37, 37, 0.06)
}
.footer .col-small {
	width: 16%;
}
.numbered-list {
	font-size: 12px;
	margin-top: 10px;
	counter-reset: li
}
.numbered-list li {
	padding: 4px 0
}
.numbered-list li a {
	display: block;
	position: relative;
	padding: 4px 35px 4px 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333
}
.numbered-list li a:before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #F4F4F4;
	color: #353535;
	padding: 8px 0;
	border-radius: 8px;
	font-size: 10px;
	width: 22px;
	text-align: center
}
.numbered-list li a:hover:before {
	color: #fff;
	background: #ff5700
}
.footer .copyright {
	background: #fff;
	float: right;
	width: 100%;
	padding: 10px 0;
	box-shadow: inset 0px 9px 24px -5px rgba(37, 37, 37, 0.1);
}
.copyright .reserved:before {
	content: "";
	background: url(images/logo.png);
	width: 43px;
	height: 42px;
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.copyright .reserved {
	float: right;
	padding: 10px 57px 10px 10px;
	position: relative;
	margin-top: 4px;
	font-size: 14px;
}
footer .nextheme {
	float: left;
	margin-top: 10px;
	width: 38px;
	height: 39px;
	background: rgb(247, 247, 247);
	border-radius: 50px;
	overflow: hidden;
	padding: 2px 2px 2px 38px;
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	-moz-transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	-ms-transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	-o-transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	transition: all 0.6s cubic-bezier(.55, 1.5, .55, 1.2);
	font-family: iransans
}
footer .nextheme:hover {
	width: 136px;
}
.nextheme::before {
	width: 35px;
	height: 35px;
	background: url(images/nextheme.png) no-repeat center rgb(255, 255, 255);
	border-radius: 50%;
	box-shadow: 0px 2px 5.88px 0.12px rgba(0, 0, 0, 0.23);
	content: "";
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
}
.nextheme::after {
	content: "طراحی و کدنویسی توسط تیم نکس تم";
	color: #999;
	position: absolute;
	left: 47px;
	top: 4px;
	font-size: 10px;
	width: 74px;
	overflow: hidden;
	text-align: justify;
}
.search {
	width: 100%;
	position: absolute;
	top: 52px;
	height: 50px;
	right: 0;
	background: #3398cb;
	z-index: 98;
	box-shadow: inset 0px 4px 25px 0px rgba(37, 37, 37, 0.06);
	display: none
}
.search input {
	background: none;
	padding: 15px 15px 15px 110px;
	height: 50px;
	width: 100%;
	color: #fff
}
.search .container {
	position: relative
}
.search .nextheme-search, .search .nextheme-close {
	cursor: pointer;
	position: absolute;
	left: 0;
	color: #fff;
	top: 0;
	padding: 18px 0;
	background: rgba(0,0,0,.2);
	height: 50px;
	width: 50px;
	text-align: center;
	box-shadow: 0 0 0 0 rgba(0,0,0,.3) inset;
}
.search .nextheme-search {
	left: 50px;
	background: rgba(0,0,0,.1);
}
.search .nextheme-close:hover {
	box-shadow: 0 -50px 0 0 rgba(0,0,0,.3) inset;
}
.search .nextheme-search:hover {
	box-shadow: 0 50px 0 0 rgba(0,0,0,.3) inset;
}
.search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: white;
}
.search input::-moz-placeholder { /* Firefox 19+ */
 color: white;
}
.search input:-ms-input-placeholder { /* IE 10+ */
 color: white;
}
.search input:-moz-placeholder { /* Firefox 18- */
 color: white;
}
#hide-menu {
	display: none;
	visibility: hidden
}
.single .meta {
	padding: 10px 0;
	float: right;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #989898
}
.single .meta a
{
	color:#989898
}
.single .meta a:hover
{
	color:red;
	text-decoration:underline
}
.content-entry {
	font: 14px/2.5 iranyekan, iransans;
	color: #333;
	padding: 10px 5px;
	float: right;
	width: 100%
}
.content-entry img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-shadow: 0px 2px 40.85px 2.15px rgba(0, 0, 0, 0.08);
	padding: 5px;
}
.tags
{
	float:right;
	width:100%;
	margin:5px;
	font-size:12px;
	text-align: justify
}

.tags a , .tags .tags-title
{
	line-height:2.6;
	padding:4px 8px;
	border-radius:3px;
	background:#f5f5f5;
	border:1px solid #f1f1f1;
	color:#363636;
}
.tags .tags-title
{
	background:#444;
	color:#fff;
	border:1px solid #333;
}
.tags a:hover {
    background: #F44336;
    color: #fff;
    border: 1px solid #dc5348;
}


.navigation span.pages , .navigation a , .navigation span.current
{
	float:right;
	padding:10px;
	background:#5b4391;
	color:#fff;
	border-radius:30px;
	font-size:11px
	
}
.navigation a , .navigation span.current
{
	
	 float: left;
    width: 37px;
    height: 37px;
    text-align: center;
    padding: 12px 0;
	margin-right:2px;
	background:#f5f5f5;
	color:#7d7d7d;
	
}

.navigation span.current , .navigation a:hover
{
	color:#fff;
	background:#5b4391;  box-shadow: 0px 5px 12.48px 0.52px rgba(0, 0, 0, 0.08);

}
.ads
{
text-align:center
}
.search-normal
{
	position:relative;
	margin-top:10px
}
.search-normal input
{
	
  width: 100%;
  height: 50px;
  background: #fff;
  border: none;
  font-size: 10pt;
  float: left;
  color: #262626;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 box-shadow:inset 0px 2px 25px 0px rgba(37, 37, 37, 0.1);

   
    -webkit-transition: background .55s ease;
  -moz-transition: background .55s ease;
  -ms-transition: background .55s ease;
  -o-transition: background .55s ease;
  transition: background .55s ease;

}
.search-normal .nextheme-search
{
	position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    padding: 10px;
    color: #909090;
    background: none;
	border-radius:3px;
}
.search-normal:hover .nextheme-search
{
	color:#333
}
.search-normal .nextheme-search:active
{
	color:#fff;
	background:#333
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}