/*
Theme Name: Derssonu
Theme URI: http://demo.safirtema.com/lara
Description: http://demo.safirtema.com/lara
Author URI: http://safirtema.com
Author: Safir Tema
Requires PHP: 7.3
Text Domain: lara
*/

/*
Lara Wordpress Teması, Niğde 3.Noterliği tarafından Safir Tasarım adına tescillenmiş olup, ilgili dijital ürünün kopyalanması, lisanssız kullanılması ve dağıtılması halinde hakkınızda yasal işlem başlatılacaktır.
*/

/* CUSTOM FONT */

	@font-face{font-family:'Fira Sans';src:url(fonts/Fira-Sans-Bold.eot);src:url(fonts/Fira-Sans-Bold.eot?#iefix) format('embedded-opentype'),url(fonts/Fira-Sans-Bold.woff2) format('woff2'),url(fonts/Fira-Sans-Bold.woff) format('woff'),url(fonts/Fira-Sans-Bold.ttf) format('truetype'),url(fonts/Fira-Sans-Bold.svg#svgFontName) format('svg');font-weight:bold;font-style:normal font-display:swap;}
@font-face{font-family:'Fira Sans';src:url(fonts/Fira-Sans-Italic.eot);src:url(fonts/Fira-Sans-Italic.eot?#iefix) format('embedded-opentype'),url(fonts/Fira-Sans-Italic.woff2) format('woff2'),url(fonts/Fira-Sans-Italic.woff) format('woff'),url(fonts/Fira-Sans-Italic.ttf) format('truetype'),url(fonts/Fira-Sans-Italic.svg#svgFontName) format('svg');font-weight:400;font-style:italic font-display:swap;}
@font-face{font-family:'Fira Sans';src:url(fonts/Fira-Sans-Medium.eot);src:url(fonts/Fira-Sans-Medium.eot?#iefix) format('embedded-opentype'),url(fonts/Fira-Sans-Medium.woff2) format('woff2'),url(fonts/Fira-Sans-Medium.woff) format('woff'),url(fonts/Fira-Sans-Medium.ttf) format('truetype'),url(fonts/Fira-Sans-Medium.svg#svgFontName) format('svg');font-weight:500;font-style:normal font-display:swap;}
@font-face{font-family:'Fira Sans';src:url(fonts/Fira-Sans-Regular.eot);src:url(fonts/Fira-Sans-Regular.eot?#iefix) format('embedded-opentype'),url(fonts/Fira-Sans-Regular.woff2) format('woff2'),url(fonts/Fira-Sans-Regular.woff) format('woff'),url(fonts/Fira-Sans-Regular.ttf) format('truetype'),url(fonts/Fira-Sans-Regular.svg#svgFontName) format('svg');font-weight:400;font-style:normal font-display:swap;}
@font-face{font-family:lara;src:url(fonts/lara.eot);src:url(fonts/lara.eot?#iefix) format("embedded-opentype"),url(fonts/lara.woff) format("woff"),url(fonts/lara.ttf) format("truetype"),url(fonts/lara.svg#lara) format("svg");font-weight:400;font-style:normal font-display:swap;}
@font-face{font-family:lara-icon;src:url(fonts/lara-icon.eot);src:url(fonts/lara-icon.eot?#iefix) format("embedded-opentype"),url(fonts/lara-icon.woff) format("woff"),url(fonts/lara-icon.ttf) format("truetype"),url(fonts/lara-icon.svg#lara-icon) format("svg");font-weight:400;font-style:normal font-display:swap;}

	#topbar .membershipButton:before, .safirSocial a:before, #topsearch button:before, #menu li.menu-item-has-children span.arrow:before, .owl-nav div:before, .safirMetas .meta:before, .authorsWidget .arrows span:before, .safirTop:before, #loginMenu a:before, aside.profile .userMenu .icon:before, p.status:before, .sfrIconForm .icon span:before, #profile.membershipPage .lostpassword:before, #profile .profileButtons a:before, #authorRelated .item .title:before, #single .metaBox .icon:before, .sfrCommentsList a.comment-reply-link:before, .sfrCommentsList ol.children .comment-body:before, #singleContent div.gallery .gallery-item a .icon:before, #singleContent .wp-block-gallery figure a .icon:before, #gallery-nav a.arrow:before, #switcher .icon span:before, #header-cont .mobileButton:before, #header-cont .searchform button:before, #header-cont .searchform .close:before, #hamburgermenu .membership a.text:before, #hamburgermenu span.close:before, #hamburgermenu .membership .membershipMenuButton:before, #mobilemenu .mobilearrow:before, .hamburgerMenuButton:before, .footerAd .close:before {
		font-family: "lara" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.safiricon:before {
		font-family: "lara-icon" !important;
		content: attr(data-icon);
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		float: left;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

/* SAFİR RESET  */

	* {
		outline:0;
		margin:0;
		padding:0;
		vertical-align: bottom;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}

	ol {
		list-style-position:inside;
	}

	ul {
		list-style:none;
		list-style-position:outside;
	}

	blockquote {
		margin-left: 30px;
		padding-left: 10px;
		border-left: 3px solid #eee;
	}

	a {
		text-decoration:none;
	}

	a:hover {
		text-decoration:none;
		color: #222;
	}

	a img {
		border:none;
	}

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

	body {
		font: 13px "Fira Sans", sans-serif;
		color: #000;
		background: #efefef;
	}

	h1 {
		font-size:20px;
	}

	h2 {
		font-size:19px;
	}

	h3 {
		font-size:18px;
	}

	h4, h5, h6 {
		font-size:16px;
	}

	input, select, textarea, button {
		font:13px "Fira Sans",sans-serif;
	}

	iframe {
		max-width: 100%;
		border: 0;
	}

/* GENERAL CLASSES */

	.safirthumb {
		position: relative;
		background: #f8f8f8;
	}

	.safirthumb:before {
		position: absolute;
		display: block;
		content: "";
	}

	.safirthumb .thumbnail {
		overflow: hidden;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}

	.safirthumb .center {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    transform: translate(50%,50%);
	}

	.safirthumb img {
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(-50%,-50%);
	}

	.fitImage .safirthumb img {
		height: 100%;
	}

	.owl-nav div {
		cursor: pointer;
	}

	.owl-nav .owl-prev:before {
		content: "\E001";
	}

	.owl-nav .owl-next:before {
		content: "\E015";
	}

	.safirBox {
		background: #fff;
		position: relative;
		padding: 20px;
		overflow: hidden;
		border-radius: 4px;
	}

	.margintop {
		margin-top: 20px;
	}

	.whitePost {
		background: #fff;
		position: relative;
		padding: 20px;
		overflow: hidden;
		border-radius: 4px;
	}

	.safirVideoWrapper {
		padding-bottom: 52.25%;
		margin-bottom: 10px;
		position: relative;
		padding-top: 25px;
		height: 0;
	}

	.safirVideoWrapper iframe, .safirVideoWrapper embed, .safirVideoWrapper object {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.safirHalfContainer {
		overflow: hidden;
		margin: 0 -10px;
	}

	.safirHalfContainer .halfItem {
		width: 50%;
		float: left;
		padding: 20px 10px;
	}

	.shiftBottom {
		margin-bottom: 10px;
	}

	.mainHeading {
		padding: 10px 15px;
		margin-bottom: 10px;
		position: relative;
		font-weight: 500;
		color: #fff;
		border-radius: 4px;
		font-size: 15px;
		line-height: 20px;
		overflow: hidden;
	}

	.mainHeading:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		background: -moz-linear-gradient(left, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.1) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.1) 100%);
	}

	.mainHeading .icon {
		float: left;
		width: 20px;
		height: 20px;
		position: relative;
		margin: 5px 10px 5px 0;
	}

	.mainHeading .title {
		margin: 5px 0;
		display: block;
		float: left;
	}

	.mainHeading h1 {
		color: #333;
		font-size: 18px;
	}

	.mainHeading .allLink {
		float: right;
		display: block;
		line-height: 26px;
		color: #333;
		font-size: 12px;
		font-weight: bold;
		position: relative;
		border-radius: 3px;
		background: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.09);
		padding: 0 8px;
		transition: color .3s;
		margin: 2px -5px 2px 0;
	}

	.mainHeading .icon:before {
		width: 20px;
		height: 20px;
		display: block;
		font-size: 20px;
		line-height: 20px;
	}

	.mainHeading.stick {
		margin-bottom: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.mainHeading.stick + .safirBox {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.pageHeading {
		padding-left: 20px;
		position: relative;
		margin-bottom: 20px;
	}

	.pageHeading h1, .pageHeading .title {
		font-size: 26px;
		line-height: 1.2;
		color: #333;
	}

	.pageHeading:before {
		content: "";
		display: block;
		width: 4px;
		border-radius: 2px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.reading {
		font-size: 16px;
		line-height: 1.8;
		text-align: justify;
	}

	.reading.nojust {
		text-align: inherit;
	}

	.reading p, .reading li {
		margin-bottom: 10px;
	}

	.reading ul {
		margin-bottom: 20px;
	}

	.reading ul li {
		margin-left: 15px;
		list-style-position: inside;
		list-style-type: disc;
		margin-bottom: 0;
		position: relative;
	}

	.reading ol li {
		margin-left: 20px;
		list-style-position: inside;
	}

	.reading h1, .reading h2, .reading h3, .reading h4, .reading h5, .reading h6 {
		position: relative;
		margin-bottom: 10px;
	}

	.reading .ads {
		margin-bottom: 20px;
	}

	.float {
		overflow: hidden;
	}

	.bold {
		font-weight: bold;
	}

	.reading iframe, .reading embed {
		max-width:100%;
	}

	.safirthumb img {
		width: 100%;
	}

/* SAFIR METAS */

	.safirMetas {
		color: #a2a2a2;
		font-size: 12px;
		margin-top: 10px;
	}

	.safirMetas div {
		display: inline-block;
		line-height: 16px;
		margin-right: 12px;
	}

	.safirMetas a {
		color: #a2a2a2;
	}

	.safirMetas a:hover {
		color: #b3b3b3;
	}

	.safirMetas .meta:before {
		font-size: 11px;
		line-height: 16px;
		margin-right: 3px;
		display: block;
		float: left;
	}

	.safirMetas .comment:before {
		content: "\E004";
	}

	.safirMetas .author:before {
		content: "\E018	";
	}

	.safirMetas .hit:before {
		content: "\E01B";
	}

	.safirMetas .category:before {
		content: "\E019";
	}

	.safirMetas .date:before {
		content: "\E01A";
	}

	.ads {
		text-align: center;
	}

	.catDesc {
		line-height: 1.8;
		margin-bottom: 10px;
		padding: 10px;
		font-size: 14px;
		background: #fafafa;
		border-radius: 3px;
	}

/* TOPBAR */

	#topbar {
		color: #fff;
		font-size: 13px;
	}

	#topbar ul.menu {
		float: left;
		padding: 10px 0;
		overflow: hidden;
	}

	#topbar ul.menu .sub-menu {
		display: none;
	}

	#topbar ul.menu li {
		display: inline-block;
		line-height: 20px;
		margin-right: 20px;
	}

	#topbar ul.menu a {
		color: rgba(255,255,255,0.75);
		overflow: hidden;
		display: block;
		line-height: 20px;
		transition: all .2s;
	}

	#topbar ul.menu a .icon {
		float: left;
		margin-right: 5px;
	}

	#topbar ul.menu a .icon:before {
		float: left;
		display: block;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}

	#topbar ul.menu a .text {
		float: left;
	}

	#topbar ul.menu li span.icon {
		height: 20px;
		float: left;
	}

	#topbar ul.menu li span.icon:before {
		display: block;
		float: left;
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 16px;
		margin: 2px 5px 2px 0;
	}

	#topbar .rightGroup {
		float: right;
		overflow: hidden;
		padding: 5px 0;
	}

	#topbar .safirSocial {
		float: left;
		padding: 3px 0;
		margin-left: 10px;
	}

	#topbar #membership {
		float: left;
	}

	#topbar .membershipButton {
		display: block;
		cursor: pointer;
		border-radius: 15px;
		line-height: 30px;
		padding: 0 15px;
		margin-left: 10px;
	}

	#topbar .membershipButton:before {
		display: block;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		margin-right: 5px;
		float: left;
		content: "\E012";
	}

/* HEADER */

	header {
		background: #fff;
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
	}

	#header-cont {
		position: relative;
		z-index: 50;
	}

	#header-cont .innerContainer {
		overflow: visible;
		display: table;
		width: 100%;
	}

	#header-cont .toggleMenu,
	#header-cont .searchButton,
	#header-cont .searchform {
		display: none;
	}

	#header-logo {
		display: table-cell;
	    vertical-align: middle;
	    z-index: 100;
	    padding: 5px 0;
	}

	#header-logo h1, #header-logo span {
		display: block;
	}

	#header-logo a {
		display: block;
	}

	#header-logo img {
		max-width: inherit;
    	display: block;
		width: auto;
	}

/* MOBILE */

	#mobileHeader {
		background: #fff;
		z-index: 100000;
		float: left;
	}

    #hamburgermenu {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		overflow-y: scroll;
		background: #fff;
	}

	#hamburgermenu span.close {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	#hamburgermenu span.close:before {
		content: "\E030";
		display:block;
		width:20px;
		height:20px;
		line-height:20px;
		font-size: 14px;
		text-align: center;
		margin: 10px;
	}

	#hamburgermenu .logoBlock {
		border-bottom: 2px solid #ededed;
		padding: 10px 50px 10px 10px;
	}

	#hamburgermenu .logoBlock a {
		display: table-cell;
		height: 40px;
		vertical-align: middle;
	}

	#hamburgermenu .logoBlock img {
		max-height: 40px;
		width: auto;
	}

	#hamburgermenu .membership {
		padding: 10px;
		position: relative;
		background: #f8f8f8;
	}

	#hamburgermenu .membership a.text {
		display: block;
		line-height: 30px;
		padding-right: 40px;
	}

	#hamburgermenu .membership a.text:before {
		display: block;
		content: "\E018";
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		border-radius: 50%;
		text-align: center;
		float: left;
	}

	#hamburgermenu .membership .membershipMenuButton {
		position: absolute;
		right: 0;
		top: 0;
	}

	#hamburgermenu .membership .membershipMenuButton:before {
		border-radius: 50%;
		box-shadow: 0 0 3px rgba(0,0,0,0.05);
		display: block;
		content: "\E019";
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		text-align: center;
		margin: 10px;
	}

	#hamburgermenu .membership .membershipMenuButton.active:before {
		content: "\E030";
	}

	#hamburgermenu #loginMenu {
		position: relative;
		right: inherit;
		width: 100%;
		padding-top: 0;
		opacity: 1;
	}

	#hamburgermenu #loginMenu .items {
		margin-top: 10px;
		border-radius: 3px;
		box-shadow: none;
	}

	#hamburgermenu #loginMenu a {
		line-height: 40px;
	}

	#hamburgermenu #loginMenu a:before {
		margin: 10px 0;
	}

	#mobilemenuContainer {
		overflow: hidden;
		border-top: 2px solid #ededed;
	}

	#mobilemenu {
		position: relative;
	}

	#mobilemenu li {
		position: relative;
	}

	#mobilemenu a {
		display: block;
		border-bottom: 1px solid #ededed;
		padding: 10px;
		line-height: 30px;
		font-size: 14px;
		color: #191919;
		font-weight: 500;
		z-index: 2;
	}

	#mobilemenu a .icon:before {
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		text-align: center;
	}

	#mobilemenu a:hover {
		color: #000;
	}

	#mobilemenu .sub-menu {
		display: none;
		background: #fafafa;
	}

	#mobilemenu .sub-menu a {
		padding-left: 30px;
	}

	#mobilemenu .sub-menu .sub-menu a {
		padding-left: 50px;
	}

	#mobilemenu .menu-item-has-children>a {
		padding-right: 12px;
		position: relative;
	}

	#mobilemenu .mobilearrow {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		top: 0;
		right: 0px;
		text-align: center;
		z-index: 1;
	}

	#mobilemenu .mobilearrow:before {
		line-height: 50px;
		font-size: 10px;
		content: "\E017";
	}

	#mobilemenu .mobilearrow.active:before {
		content: "\E030";
		font-size: 8px;
	}

	#mobilemenu li span.icon {
		display: none;
	}

	#mobilemenu li span.icon:before {
		width: 20px;
		height: 20px;
		float: left;
		margin: 0 4px 0 0;
		font-size: 16px;
		text-align: center;
		line-height: 20px;
	}

	#mobileSocial {
		margin: 10px;
		text-align: center;
	}

	#mobileSocial li {
		display: inline-block;
		float: none;
	}

	#mobileSocial a {
	    height: 28px;
	    width: 28px;
		color: #333;
	}

	#mobileSocial a:before {
	    width: 28px;
	    height: 28px;
	    line-height: 28px;
	    font-size: 28px;
	}

	#overlay {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		background: rgba(0,0,0,0.9);
		z-index: 999998;
		top: 0;
		left: 0;
	}

	.hamburgerMenuButton {
		display: none;
		cursor: pointer;
		opacity: 0.9;
		position: fixed;
		z-index: 100;
		left: 10px;
		top: 10px;
	}

	.admin-bar .hamburgerMenuButton {
		top: 52px;
	}

	.hamburgerMenuButton:before {
		display: block;
		box-shadow: 0 0 4px rgba(0,0,0,0.1);
		border-radius: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		content: "\E019";
		font-size: 16px;
	}

/* LOGIN MENU */

	#loginMenu {
		display: none;
		opacity: 0;
		position: absolute;
		right: 5px;
		z-index: 999;
		width: 200px;
		padding-top: 5px;
		transition: all .3s;
	}

	#membership:hover #loginMenu {
		opacity: 1;
		display: block;
	}

	#loginMenu .items {
		background: #fff;
		box-shadow: 0 0 22px rgba(0,0,0,0.15);
		border-radius: 3px;
		position: relative;
		overflow: hidden;
	}

	#loginMenu .item {
		border-top: 1px solid #f2f2f2;
	}

	#loginMenu .item:first-child, #loginMenu .item:first-child a {
		border-top: 0;
	}

	#loginMenu a {
		display:block;
		line-height: 50px;
		padding: 0 15px;
		white-space: nowrap;
		transition: all .2s;
		color: #303030;
	}

	#loginMenu a:hover {
		background: #fbfbfb;
	}

	#loginMenu a:before {
		display: block;
		margin: 15px 0;
		float: left;
		height: 20px;
		width: 24px;
		line-height: 20px;
		font-size: 16px;
	}

	#loginMenu a.profile:before {
		content: "\E018";
	}

	#loginMenu a.posts:before {
		content: "\E002";
	}

	#loginMenu a.user:before {
		content: "\E006";
	}

	#loginMenu a.add:before {
		content: "\E003";
	}

	#loginMenu a.logout:before {
		content: "\E005";
	}

/* TOP SEARCH */

	#topsearch {
		float: left;
		margin-left: 10px;
		transition: all .3s;
	}

	#topsearch form {
		width: 180px;
		position: relative;
	}

	#topsearch input[type=text] {
		background: rgba(255,255,255,0.1);
		width: 100%;
		border-radius: 15px;
		display: block;
		border: 0;
		padding: 0 40px 0 10px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		color: rgba(255,255,255,0.6);
	}

	#topsearch button {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		border: 0;
		width: 30px;
		height: 30px;
		cursor: pointer;
		background: none;
		padding: 5px;
		color: rgba(255,255,255,0.5);
	}

	#topsearch button:before {
		display: block;
		font-size: 12px;
		width: 16px;
		height: 16px;
		text-align: center;
		line-height: 16px;
		content: "\E000";
	}

/* MENU	 */

	#menuGroup {
		float: right;
	    z-index: 20;
	    transition: all .5s;
	}

	#mainMenu {
		position: relative;
	}

	#menu {
		clear: both;
		z-index:40;
		position:relative;
		font-weight: 500;
		font-size: 14px;
	}

	#menu li {
		float: left;
	}

	#menu li .icon {
		height: 20px;
		display: inline-block;
		vertical-align: middle;
	}

	#menu li .icon:before {
		display: block;
		float: left;
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 18px;
		margin: 1px 5px 1px 0;
	}

	#menu li .text {
		display: inline-block;
	}

	#menu a {
		display:block;
		position: relative;
		padding: 0 15px;
		transition: all .3s ease;
		color: #111;
		font-size: 14px;
		font-weight: 500;
	}

	#menu .sub-menu {
		visibility:hidden;
		position: absolute;
		box-shadow: 0 0 22px rgba(0,0,0,0.15);
		background: #fff;
		opacity: 0;
		z-index: -1;
		transform: translateY(-20px);
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	  }

	header #menu li:hover>.sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
	}

	#menu>ul>li>.sub-menu>li:first-child:before {
		content: "";
		display: block;
		position: absolute;
		left: 15px;
		top: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #fff transparent;
		transition: all .2s;
	}

	#menu>ul>li>.sub-menu>li:first-child:hover:before {
		border-color: transparent transparent #fbfbfb transparent;
	}

	#menu .sub-menu .sub-menu {
		left: 100%;
		top: 0;
	}

	#menu .sub-menu li {
		float:none;
		background: none;
		position: relative;
		display: block;
		padding: 0;
		border-top: 2px solid #f2f2f2;
	}

	#menu .sub-menu li:first-child {
		border-top: 0;
	}

	#menu .sub-menu a {
		display:block;
		width: auto;
		min-width: 200px;
		line-height: 50px;
		margin:0;
		padding:0 15px;
		white-space: nowrap;
		transition: all .2s;
	}

	#menu .sub-menu a:hover {
		background: #fbfbfb;
	}

	#menu .sub-menu li span.icon {
		margin: 15px 0;
	}

	#menu li.menu-item-has-children span.arrow {
		display: inline-block;
		vertical-align: middle;
	}

	#menu li.menu-item-has-children span.arrow:before {
		display: inline-block;
		content: "\E013";
		font-size: 8px;
		width: 12px;
		height: 8px;
		line-height: 8px;
		text-align: right;
	}

	#menu li.menu-item-has-children li.menu-item-has-children span.arrow {
		float: right;
	}

	#menu li.menu-item-has-children li.menu-item-has-children span.arrow:before {
		content: "\E014";
	}

	#menu>ul>li.metinsiz>a {
		overflow: hidden;
	}

	#menu>ul>li.metinsiz>a>.text, #menu>ul>li.metinsiz>a>.arrow {
		display: none;
	}

	#menu>ul>li.metinsiz>a>span.icon {
		width: 50px;
	    height: 50px;
	    border-radius: 3px;
	    margin: 10px 0;
		color: #111;
	}

	#menu>ul>li.metinsiz>a>span.icon:before {
		display: inline-block;
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	    font-size: 20px;
		margin: 15px;
	}

	#menu>ul>li.metinsiz:hover>a>span.icon {
		background: #f1f2f3;
	}

	#menu>ul>li.metinsiz>.sub-menu {
		right: 0;
	}

	#menu>ul>li.metinsiz>.sub-menu>li:first-child:before {
		left: inherit;
		right: 22px;
	}

/* DESIGN */

	#safirPage {
		background: #f8f8f8;
		margin: auto;
		position: relative;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
	}

	.innerContainer {
		max-width: 1060px;
		padding: 0 5px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		position: relative;
	}

	.homeWidgetContainer {
		clear: both;
	}

	.homeWidgetContainer:before, .homeWidgetContainer:after {
		clear: both;
		display: block;
		content: "";
	}

	.homeWidgetContainer:first-child {
		margin-top: 0;
	}

	.homeWidgetContainer.double {
		clear: both;
	}

	.homeWidgetContainer .leftContainer {
		float: left;
		width: 69.5238095238095%;
	}

	.homeWidgetContainer .rightContainer {
		float: right;
		width: 28.5714285714286%;
	}

	#main {
		padding: 20px 0;
	}

	#content {
		float:left;
		width: 69.5238095238095%;
		position: relative;
	}

	.page-template-page-full #content {
		width: 100%;
	}

	.mobileNoSidebar #content, .mobileNoSidebar aside.profile {
		width: 100%;
	}

	.page-template-page-membership #content {
		float:none;
		width:100%;
	}

	aside {
		float:right;
		width: 28.5714285714286%;
	}

/* HOROSCOPES PAGE */

	#horoscopesPage .burclarTable {
		overflow: hidden;
		margin: 10px -5px 0;
		font-size: 15px;
	}

	#horoscopesPage .burclarTable .item {
		width: 50%;
		float: left;
		padding: 0 5px;
	}

	#horoscopesPage .burclarTable .inner {
		border-bottom: 1px dotted #ddd;
		padding: 5px 0;
	}

	#horoscopesPage .burclarTable .key {
		display: inline-block;
		font-weight: bold;
	}

	#horoscopesPage .burclarTable .value {
		display: inline-block;
	}

	#horoscopesPage .burcList {
		overflow: hidden;
		border-top: 1px dotted #ededed;
		border-left: 1px dotted #ededed;
	}

	#horoscopesPage .burcList .item {
		width: 16.6666666666666%;
	}

	#horoscopesPage .burcList a {
		font-size: 11px;
		padding: 10px 0;
		transition: all .1s;
		color: #979aa2;
	}

	#horoscopesPage .burcList a .hover {
		display: none;
	}

	#horoscopesPage .burcList .item .icon:before {
		display: block;
		height: 35px;
		line-height: 35px;
		font-size: 35px;
		transition: all .1s;
		color: #979aa2;
	}

	#horoscopesPage .burcList .item:hover a, #horoscopesPage .burcList .item.active a {
		color: #505666;
	}

	#horoscopesPage .burcList .item:hover .icon:before, #horoscopesPage .burcList .item.active .icon:before {
		font-size: 40px;
		color: #505666;
	}

	#horoscopesPage .burcList .item .title {
		margin-top: 5px;
		line-height: 20px;
	}

/* SWITCHER */

	#switcher {
		position: fixed;
		z-index:9999999999;
		top:200px;
		left:-100px;
		text-align: center;
		font-size: 12px;
	}

	#switcher p {
		margin: 0;
		padding: 0;
		background: #f3f3f3;
	}

	#switcher .icon {
		position: absolute;
		width: 30px;
		height: 30px;
		right: -30px;
		background:#fff;
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
		cursor: pointer;
		border-radius: 0 5px 5px 0;
		z-index: 1;
		color: #fff;
	}

	#switcher .icon span {
		display: block;
		width: 30px;
		height: 30px;
	}

	#switcher .icon span:before {
		display: block;
		margin:7px;
		width: 16px;
		height: 16px;
		font-size: 16px;
		content: "\E02F";
		animation: switcher 8s infinite linear;
	}

	#switcher.active .icon span:before {
		content: "\E030";
		animation: none;
		margin: 9px;
		width: 12px;
		height: 12px;
		font-size: 12px;
	}

	@-webkit-keyframes switcher {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(359deg);
		}
	}

	#switcher form {
		float: left;
		width:100px;
		background:#fff;
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
		padding: 5px;
		position: relative;
		z-index: 2;
	}

	#switcher .designButtons {
		overflow: hidden;
	}

	#switcher .designButtons .container {
		padding: 3px 0 0;
	}

	#switcher .designButtons a {
		display: block;
		margin-top: 5px;
		line-height: 18px;
		text-align: center;
		cursor: pointer;
		background: #fafafa;
		border: 1px solid #ddd;
		line-height: 20px;
		color: #373f50;
		font-weight: 500;
	}

/* WIDGETS */

	.homeWidget, .sidebarWidget, .wideWidget {
		margin-top: 20px;
	}

	aside .sidebarWidget:first-child {
		margin-top: 0;
	}

	.adsWidget {
		text-align:center;
		background: #fafafa;
	}

	.nativeWidget .mainHeading {
		margin: -20px -20px 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.nativeWidget ul {
		margin: 0 -20px -15px;
	}

	.nativeWidget li {
		border-top: 2px solid #f7f7f7;
		padding: 15px 20px;
	}

	.nativeWidget li:first-child {
		border-top: 0;
	}

	.homeWidget .post .title a, .wideWidget .post .title a, .sidebarWidget .post .title a {
		display: block;
	}

/* SLIDER WIDGET */

	.sliderWidget {
		overflow: hidden;
	}

	.sliderWidget .sliderContainer {
		overflow: hidden;
		margin: -3px;
	}

	.sliderWidget .slider {
		float: left;
		width: 50.2%;
		padding: 3px;
		position: relative;
	}

	.sliderWidget .slider .item {
		position: relative;
	}

	.sliderWidget .post {
		position: relative;
	}

	.sliderWidget .post .safirthumb a {
		display: block;
		height: 100%;
	}

	.sliderWidget .safirthumb a:after {
		position: absolute;
		width: 100%;
		height: 60%;
		left: 0;
		bottom: 0;
		content: "";
		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.90) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.90)));
		background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.90) 100%);
		background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.90) 100%);
		background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.90) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.90) 100%);
	}

	.sliderWidget.notitle .safirthumb a:after {
		display: none;
	}

	.sliderWidget .post .detail {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px;
		pointer-events: none;
	}

	.sliderWidget .post .detail a {
		pointer-events: all;
	}

	.sliderWidget .safirMetas {
		margin-top: 5px;
	}

	.sliderWidget .owl-nav div {
		position: absolute;
		top: 40%;
		margin-top: -15px;
		z-index: 20;
		opacity: 0;
		transition: all .3s;
	}

	.sliderWidget .owl-nav .owl-prev {
		left: 0;
	}

	.sliderWidget .owl-nav .owl-next {
		right: 0;
	}

	.sliderWidget .owl-nav div:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 40px;
		color: #fff;
		text-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

	.desktop .sliderWidget .slider:hover .owl-nav .owl-prev {
		left: 15px;
		opacity: 1;
	}

	.desktop .sliderWidget .slider:hover .owl-nav .owl-next {
		right: 15px;
		opacity: 1;
	}

	.sliderWidget .rightGroup {
		float: right;
		width: 49.8%;
		overflow: hidden;
		padding: 3px;
	}

	.sliderWidget .rightGroup .items {
		overflow: hidden;
		margin: -3px;
	}

	.sliderWidget .rightGroup .post-container {
		float: left;
		width: 50%;
		padding: 3px;
	}

	.sliderWidget .post .title {
		font-size: 20px;
		font-weight: 500;
		text-shadow: 1px 1px 3px rgba(0,0,0,.2);
		z-index: 1;
		position: relative;
	}

	.sliderWidget .post .title a:before{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
	}

	.sliderWidget .post .title a {
		color: #fff;
	}

	.sliderWidget .rightGroup .post .detail {
		padding: 8px;
	}

	.sliderWidget .rightGroup .post .title {
		font-size: 14px;
	}

	.sliderWidget .safirMetas {
		margin-bottom: 0;
	}

/* SLIDER 2 WIDGET */

	.slider2Widget {
		position: relative;
		border-radius: 4px;
		overflow: hidden;
	}

	.slider2Widget .post {
		position: relative;
	}

	.slider2Widget .post .safirthumb {
		position: relative;
	}

	.slider2Widget .post .safirthumb a {
		display: block;
	}

	.slider2Widget .post .detail {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px;
		background: rgba(0,0,0,0.25);
	}

	.slider2Widget .post .title a {
		text-shadow: 1px 1px 3px rgba(0,0,0,.2);
		display: block;
		font-size: 22px;
		font-weight: bold;
		color: #fff;
	}

	.slider2Widget .post .title a:hover {
		color: #fff;
	}

	.slider2Widget .safirMetas, .slider2Widget .safirMetas a {
		color: #ededed;
	}

	.slider2Widget .owl-nav {
		display: none;
	}

	.slider2Widget .owl-dots {
		text-align: center;
		background: #fff;
		padding: 5px;
	}

	.slider2Widget .owl-dots .owl-dot {
		display: inline-block;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		margin: 4px;
		background: #d0d0d0;
		transition: all .15s;
	}

	.slider2Widget .owl-dots .owl-dot.active {
		width: 16px;
		height: 16px;
		margin: 3px;
	}

	.slider2Widget.sidebarWidget .post .detail {
		padding: 8px;
	}

	.slider2Widget.sidebarWidget .post .title a {
		font-size: 18px;
		font-weight: 500;
	}

/* LISTING WIDGET */

	.listingWidget .safirBox {
		padding: 0;
	}

	.listingWidget .items a {
		display: block;
		line-height: 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #000;
		font-size: 14px;
		font-weight: 500;
	}

	.listingWidget .items .post {
		padding: 10px;
		border-top: 1px dotted #eee;
	}

	.listingWidget .items .post:first-child {
		border-top: 0;
	}

/* ADVANCED POSTS WIDGET - 1 */

	.advancedPostsWidget1 .items {
		margin: -5px;
		display: flex;
		flex-wrap: wrap;
	}

	.advancedPostsWidget1 .post-container {
		width: 33.333333333333%;
		padding: 5px;
	}

	.advancedPostsWidget1 .post {
		padding: 10px;
	}

	.advancedPostsWidget1 .post .safirthumb {
		margin-bottom: 10px;
	}

	.advancedPostsWidget1 .post .detail {
		line-height: 20px;
		height: 40px;
		overflow: hidden;
	}

	.advancedPostsWidget1.withSummary .post .detail {
		height: 105px;
	}

	.advancedPostsWidget1 .post .title {
		font-weight: bold;
		font-size: 15px;
		position: relative;
	}

	.advancedPostsWidget1 .post .title a {
		color: #222;
	}

	.advancedPostsWidget1 .post .summary {
		color: #505666;
		margin-top: 5px;
	}

	.advancedPostsWidget1.sidebarWidget .post-container {
		width: 100%;
	}

	.advancedPostsWidget1.wideWidget .post-container {
		width: 25%;
	}

/* ADVANCED POSTS WIDGET - 2 */

	.advancedPostsWidget2 .items {
		margin-bottom: -10px;
		overflow: hidden;
	}

	.advancedPostsWidget2 .post-container {
		margin-bottom: 10px;
	}

	.advancedPostsWidget2 .post {
		overflow: hidden;
		padding: 10px;
	}

	.advancedPostsWidget2 .post .thumb {
		float: left;
		width: 180px;
	}

	.advancedPostsWidget2 .post .detail {
		margin-left: 200px;
		padding-top: 5px;
	}

	.advancedPostsWidget2 .post .title {
		font-weight: bold;
		font-size: 20px;
		overflow: hidden;
	}

	.advancedPostsWidget2 .post .title a {
		color: #000;
	}

	.advancedPostsWidget2 .post .summary {
		color: #666;
		margin-top: 5px;
	}

	.advancedPostsWidget2.sidebarWidget .post .thumb {
		width: 120px;
	}

	.advancedPostsWidget2.sidebarWidget .post .detail {
		margin-left: 130px;
	}

	.advancedPostsWidget2.sidebarWidget .post .title {
		font-size: 14px;
	}

/* MENU WIDGET */

	.safirCustomMenu .sub-menu {
		display: none;
	}

	.safirCustomMenu .widgetContent {
		margin: -20px;
	}

	.safirCustomMenu a {
		display: block;
		overflow: hidden;
		line-height: 16px;
		color: #919191;
		transition: all .3s;
		font-weight: 500;
		position: relative;
		transition: all .3s;
	}

	.safirCustomMenu a:hover {
		color: #515151;
	}

	.safirCustomMenu a .icon {
		float: left;
		position: relative;
		z-index: 2;
		padding: 15px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.safirCustomMenu a .icon:before {
		font-size: 18px;
		height: 20px;
		width: 20px;
		line-height: 20px;
		text-align: center;
	}

	.safirCustomMenu a .icon:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		background: -moz-linear-gradient(left, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.1) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.1) 100%);
	}

	.safirCustomMenu a:before {
		content: "";
		transition: all .3s;
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: -moz-linear-gradient(left, #f7f7f7 0%, #ffffff 100%);
		background: -webkit-linear-gradient(left, #f7f7f7 0%,#ffffff 100%);
		background: linear-gradient(to right, #f7f7f7 0%,#ffffff 100%);
		z-index: 1;
		transition: all .3s;
	}

	.safirCustomMenu a:hover:before {
		display: block;
	}

	.safirCustomMenu a .text {
		position: relative;
		z-index: 2;
		line-height: 50px;
		text-indent: 8px;
		border-bottom: 1px solid rgba(0,0,0,0.04);
	}

	.safirCustomMenu li:last-child .icon, .safirCustomMenu li:last-child .text {
		border-bottom: 0;
	}

/* HOROSCOPES WIDGET */

	.burcList {
		overflow: hidden;
		margin-right: -1px;
		margin-bottom: -1px;
		display: flex;
		flex-wrap: wrap;
	}

	.burcList .item {
		text-align: center;
		border-right: 1px dotted #ededed;
		border-bottom: 1px dotted #ededed;
	}

	.burcList .item.terazi img {
		position: relative;
		top: -4px;
	}

	.burcList .item.oglak img {
		position: relative;
		top: -8px;
	}

	.burcList a {
		color: #000;
		font-weight: bold;
		font-size: 14px;
		display: block;
		padding: 15px 3px;
		position: relative;
		overflow: hidden;
	}

	.burcList .icon {
		height: 70px;
	}

	.burcList a .date {
		color: #8D8D8D;
		font-weight: normal;
		font-size: 11px;
	}

	.burcList .item .title {
		line-height: 20px;
	}

	.burclarWidget .widgetContent {
		margin: -20px;
		overflow: hidden;
	}

	.wideWidget .burcList .item {
		width: 8.333333333333333%;
		border: 0;
	}

	.homeWidget .burcList .item {
		width: 16.666666666666%
	}

	.sidebarWidget .burcList .item {
		width: 33.3333333333%;
	}

/* TABBED WIDGET */

	.tabbedWidget.safirBox {
		padding: 10px;
	}

	.tabbedWidget .tabheading {
		margin: -10px -10px 10px;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
	}

	.tabbedWidget .tabheading a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 15px 20px;
		line-height: 16px;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		position: relative;
		border-left: 1px solid rgba(255,255,255,0.1);
	}

	.tabbedWidget .tabheading a:first-child {
		border-left: 0;
	}

	.tabbedWidget .tabheading a:before {
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 4px 5px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -4px;
	}

	.tabbedWidget .tabheading a.active {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 50%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 50%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 50%);
	}

	.tabbedWidget .tabheading a.active:before {
		content: "";
	}

	.tabbedWidget .tab {
		display: none;
		overflow: hidden;
	}

	.tabbedWidget .tab:first-child {
		display: block;
	}

	.tabbedWidget .items {
		margin: -5px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}

	.tabbedWidget .post-container {
		padding: 5px;
		width: 50%;
	}

	.tabbedWidget .post .thumb {
		float: left;
		width: 140px;
	}

	.tabbedWidget .post .detail {
		line-height: 20px;
		margin-left: 150px;
		padding-top: 5px;
	}

	.tabbedWidget .post .title {
		font-weight: bold;
		font-size: 14px;
		position: relative;
	}

	.tabbedWidget .post .title a {
		color: #222;
	}

	.tabbedWidget.wideWidget .post-container {
		width: 33.33333333%;
	}

/* AUTHORS WIDGET */

	.authorsWidget {
		background: #fff;
		border-radius: 4px;
		overflow: hidden;
	}

	.authorsWidget .mainHeading {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin: 0;
	}

	.authorsWidget .arrows {
		position: absolute;
		top: 5px;
		right: 5px;
		display: none;
		width: 30px;
		border-radius: 3px;
		background: rgba(255,255,255,0.1);
		box-shadow: 0 0 5px rgba(0,0,0,0.05);
	}

	.authorsWidget .arrows span {
		display: block;
		height: 20px;
		display: block;
		text-align: center;
		position: relative;
		cursor: pointer;
	}

	.authorsWidget .arrows .up {
		border-bottom: 1px solid rgba(255,255,255,0.04);
	}

	.authorsWidget .arrows span:before {
		display: block;
		font-size: 12px;
		width: 12px;
		height: 12px;
		line-height: 12px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -6px 0 0 -6px;
	}

	.authorsWidget .arrows span.up:before {
		content: "\E016";
	}

	.authorsWidget .arrows span.down:before {
		content: "\E017";
	}

	.authorsWidget .items {
		overflow: hidden;
		height: 0;
	}

	.authorsWidget .author {
		overflow: hidden;
		border-bottom: 1px solid #f8f8f8;
	}

	.authorsWidget .thumb {
		padding: 15px;
		float: left;
		width: 90px;
		border-right: 1px solid #f8f8f8;
	}

	.authorsWidget .thumb a {
		display: block;
	}

	.authorsWidget .thumb img {
		display: block;
		border-radius: 50%;
		border: 2px solid #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
	}

	.authorsWidget .info {
		margin-left: 90px;
	}

	.authorsWidget .info .inner {
		height: 89px;
		line-height: 16px;
		overflow: hidden;
		padding: 10px;
		display: table-cell;
		vertical-align: middle;
	}

	.authorsWidget .author-name {
		font-weight: bold;
		margin-bottom: 4px;
	}

	.authorsWidget .items a {
		color: #000;
	}

	.authorsWidget p.date {
		color: #a2a2a2;
		font-size: 12px;
	}

	.authorsWidget .detail {
		font-weight: 500;
	}

	.authorsWidget .allLink {
		padding: 15px;
		border-top: 2px solid #f7f7f7;
	}

	.authorsWidget .allLink a {
		display: block;
		color: #fff;
		text-align: center;
		padding: 10px;
		font-weight: 500;
		font-size: 11px;
		border-radius: 3px;
	}

/* GALLERY WIDGET */

	.galleryWidget .whitePost {
		padding: 0;
	}

	.galleryWidget .post .safirthumb .thumbnail {
		z-index: 1;
	}

	.galleryWidget .post .safirthumb .icon {
		z-index: 2;
		background: rgba(255,255,255,0.75);
		border-radius: 50%;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -25px 0 0 -25px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		transition: all .3s ease;
	}

	.galleryWidget .post .safirthumb .icon:before {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -10px 0 0 -10px;
		font-size: 20px;
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}

	.galleryWidget .post .detail {
		padding: 10px 5px;
	}

	.galleryWidget .post .title {
		font-weight: 500;
		text-align: center;
		font-size: 15px;
		position: relative;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
	}

	.galleryWidget .post .title a {
		color: #000;
	}

/* LISTING */

	.error404 .safir404 {
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		padding: 50px;
	}

	.error404 .safir404 .notfound {
		font-size: 200px;
		margin-bottom: 30px;
	}

	body.category .slider2Widget {
		margin-bottom: 20px;
	}

	/* Gallery */

	.listing.galleryWidget .items {
		margin: 0 -10px -20px;
		display: flex;
		flex-wrap: wrap;
	}

	.listing.galleryWidget .post-container {
		width: 33.333333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	/* Article */

	.listing.article .items {
		margin: 0 -10px 0;
		display: flex;
		flex-wrap: wrap;
	}

	.listing.article .post-container {
		width: 50%;
		padding: 0 10px;
	}

	.listing.article .postarticle {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #f1f1f1;
		overflow: hidden;
	}

	.listing.article .postarticle .thumb {
		border: 1px solid #e2e2e2;
		padding: 1px;
		float: left;
		margin-right: 15px;
		width: 79px;
	}

	.listing.article .postarticle .info {
		line-height: 19px;
		height: 76px;
		overflow: hidden;
	}

	.listing.article .postarticle .author-name a {
		font-weight: bold;
		font-size: 16px;
		color: #000;
	}

	.listing.article .postarticle .title {
		font-weight: 500;
	}

	.listing.article .postarticle .date {
		color: #a2a2a2;
	}

	/* Style 1 and 2 */

	.advancedPostsWidget1.listing .items {
		margin: -10px;
	}

	.mobileNoSidebar .advancedPostsWidget1.listing .post-container {
		width: 25%;
	}

	.advancedPostsWidget1.listing .post {
		padding: 5px;
	}

	.advancedPostsWidget2.listing .post {
		padding: 0;
		margin-bottom: 20px;
	}

/* SINGLE */

	#single .safirBox {
		margin-top: 20px;
	}

	#single .safirBox:first-child {
		margin-top: 0;
	}

	#single .excerpt {
		font-weight: 500;
		text-align: left;
	}

	/* Share */

	#single .metaBox .share {
		float: right;
		margin: 5px -3px;
	}

	#single .metaBox .safirSocial a {
	    height: 30px;
	    width: 30px;
		border-radius: 3px;
		color: #fff;
	}

	#single .metaBox .safirSocial a:before {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	}

	#single .metaBox .safirSocial li.facebook a {
	    background: #38599B;
	}

	#single .metaBox .safirSocial li.twitter a {
	    background: #2A9CF6;
	}

	#single .metaBox .safirSocial li.whatsapp a {
	    background: #25d366;
	}

	#single .metaBox .safirSocial li.facebook a:before {
		content: "\E025";
	}

	#single .metaBox .safirSocial li.twitter a:before {
		content: "\E026";
	}

	#single .metaBox .safirSocial li.whatsapp a:before {
		content: "\E027";
	}

	/* Metabox */

	#single .metaBox {
		overflow:hidden;
		margin-bottom: 20px;
		padding-left: 10px;
		clear: both;
		border-radius: 3px;
		color: #8d8d8d;
		background: -moz-linear-gradient(left, #f8f8f8 0%, #ffffff 100%);
		background: -webkit-linear-gradient(left, #f8f8f8 0%,#ffffff 100%);
		background: linear-gradient(to right, #f8f8f8 0%,#ffffff 100%);
		font-weight: 500;
	}

	#single .metaBox .meta {
		float: left;
		font-size: 12px;
		line-height: 20px;
		margin-right: 20px;
		padding: 10px 0;
	}

	#single .metaBox .meta a {
		color: #8d8d8d;
	}

	#single .metaBox .meta a:hover {
		color: #000 !important;
	}

	#single .metaBox .icon {
		width: 16px;
		height: 16px;
		float: left;
		margin: 2px 4px 2px 0;
	}

	#single .metaBox .icon:before {
		font-size: 13px;
	}

	#single .metaBox .category .icon:before {
		content: "\E019";
	}

	#single .metaBox .date .icon:before {
		content: "\E01A";
	}

	#single .metaBox .hit .icon:before {
		content: "\E01B";
	}

	#single .metaBox .comment .icon:before {
		content: "\E004";
	}

	#single .metaBox .safirCategoryMeta {
		display: inline-block;
	}

	#single .metaBox .safirCategoryMeta a:after {
		content: ", ";
	}

	#single .metaBox .safirCategoryMeta a:last-child:after {
		content: "";
	}

	/* Single Block */

	#singleBlock .thumb img {
		width: 100%
	}

	#singleBlock.type1 .thumb {
		border: 1px solid #f1f1f1;
		padding: 2px;
		margin-bottom: 20px;
	}

	#singleBlock.type1 .ads.type1 {
		margin-bottom: 20px;
	}

	#singleBlock.type2 {
		margin-bottom: 20px;
		overflow: hidden;
	}

	#singleBlock.type2 .thumb {
		float: right;
		width: 53.6231884057971%;
	}

	#singleBlock .ads.type2 {
		float: left;
		width: 43.4782608695652%;
	}

	#singleBlock.type2.noad {
		float: left;
		max-width: 300px;
		margin-right: 15px;
	}

	#singleBlock.type2.noad .thumb {
		width: 100%;
	}

	#singleBlock.type3 {
		float: left;
		max-width: 300px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	#singleBlock.type3 .ads {
		margin-bottom: 15px;
	}

	/* Tables */

	.reading table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 15px;
	}

	.reading table th {
		text-align: center;
	}

	.reading table td, .reading table th {
		padding: 10px;
		vertical-align: middle;
		border: 1px solid #eee;
	}

	/* Tags */

	#single .tags {
		border-top: 2px solid #f8f8f8;
		clear: both;
		overflow: hidden;
		font-size: 12px;
		margin: 20px -20px -20px;
		padding: 15px 20px;
		color: #0d0d0d;
		line-height: 20px;
	}

	#single .tags .title {
		font-weight: bold;
	}

	#single .tags a {
		color: #5a5a5a;
	}

	#single .tags a:hover {
		color: #000;
	}

	/* Comments */

	#comments {
		clear: both;
		margin-top: 20px;
	}

	#wp-comment-cookies-consent {
		vertical-align: unset;
		margin-right: 5px;
	}

	.sfrCommentsList {
		margin: 20px -20px -20px;
		border-top: 2px solid #f8f8f8;
	}

	.sfrCommentsList .nocomments {
		padding: 20px;
	}

	.sfrCommentsList ol {
		list-style: none;
	}

	.sfrCommentsList ol li {
		clear: both;
		line-height: 1.5;
		overflow: hidden;
		border-top: 2px solid #f8f8f8;
	}

	.sfrCommentsList ol.commentlist>li:first-child {
		border-top: 0;
	}

	.sfrCommentsList .reply {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.sfrCommentsList a.comment-reply-link {
		display: inline-block;
		line-height: 20px;
		font-weight: 500;
	}

	.sfrCommentsList a.comment-reply-link:before {
		display: block;
		float: left;
		line-height: 20px;
		margin-right: 3px;
		content: "\E028";
	}

	.sfrCommentsList #reply-title {
		margin-bottom: 8px;
	}

	.sfrCommentsList .comment-body {
		overflow: hidden;
		position: relative;
		padding: 20px;
	}

	.sfrCommentsList ol.children .comment-body {
		padding-left: 100px;
	}

	.sfrCommentsList ol.children ol.children .comment-body {
		padding-left: 200px;
	}

	.sfrCommentsList ol.children ol.children ol.children .comment-body {
		padding-left: 300px;
	}

	.sfrCommentsList ol.children .comment-body:before {
		display: block;
		position: absolute;
		top: 45px;
		margin-left: -35px;
		width: 50px;
		height: 50px;
		content: "\E029";
		font-size: 24px;
		color: #8d8d8d;
	}

	.sfrCommentsList .comment-body br {
		display:none;
	}

	.sfrCommentsList .says {
		display: none;
	}

	.sfrCommentsList .commentlist .avatar {
		border: 2px solid #f1f1f1;
		float: left;
		margin: 0 10px 0 0;
		border-radius: 50%;
	}

	.sfrCommentsList .commentlist .comment-author {
		display: inline;
	}

	.sfrCommentsList .commentlist .comment-author cite {
		display: block;
		float: left;
		font-style: normal;
		font-weight: 500;
		color: #000;
		font-size: 15px;
		line-height: 20px;
	}

	.sfrCommentsList .commentlist .comment-meta {
		color: #999;
		display: inline;
		margin-left: 10px;
		font-size: 12px;
		line-height: 20px;
	}

	.sfrCommentsList .commentlist .comment-meta a {
		color: #999;
	}

	/* Form */

	#respond {
		overflow: hidden;
	}

	.commentlist #respond {
		margin: 0 30px 10px;
	}

	#respond p.warning {
		color: red;
		font-style: italic;
	}

	#respond input#author, #respond input#email, #respond input#url {
		display: block;
		width: 100%;
		padding-left: 50px;
	}

	#content #respond form textarea {
		width: 100%;
		display: block;
		padding-left: 50px;
	}

	#respond.logged-in textarea {
		margin-top: 10px;
	}

	#respond p.form-submit {
		clear: both;
		float: right;
		margin: 0;
	}

/* PROFILE */

	aside.profile .safirBox {
		padding: 0;
		overflow: visible;
	}

	aside.profile .avatar {
		border-bottom: 2px solid #f1f1f1;
		padding: 15px;
	}

	aside.profile .avatar .image {
		text-align: center;
		margin-bottom: 10px;
	}

	aside.profile .avatar .image img {
		border-radius: 50%;
		border: 4px solid #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
		max-width: 120px;
	}

	aside.profile .avatar .name {
		color: #000;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}

	aside.profile .userMenu {
		margin: 0;
	}

	aside.profile .userMenu li {
		border-top: 2px solid #f7f7f7;
	}

	aside.profile .userMenu li:first-child {
		border-top: 0;
	}

	aside.profile .userMenu a {
		display: block;
		padding: 20px 15px;
		line-height: 16px;
		color: #515151;
		font-weight: 500;
		text-transform: uppercase;
		position: relative;
	}

	aside.profile .userMenu a .icon {
		float: left;
		margin-right: 3px;
	}

	aside.profile .userMenu a .icon:before {
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 16px;
		margin-right: 3px;
	}

	aside.profile .userMenu a .icon.profile:before {
		content: "\E018";
	}

	aside.profile .userMenu a .icon.user:before {
		content: "\E006";
	}

	aside.profile .userMenu a .icon.posts:before {
		content: "\E002";
	}

	aside.profile .userMenu a .icon.add:before {
		content: "\E003";
	}

	aside.profile .userMenu a .icon.logout:before {
		content: "\E005";
	}

	aside.profile .userMenu a:hover {
		background: #fcfcfc;
	}

	aside.profile .userMenu a .title {
		transition:all .2s;
		margin-left: 10px;
	}

	#profile .sfrManagePosts {
		margin: 0 -20px -20px;
		border-bottom: 2px solid #f7f7f7;
	}

	#profile .table {
		display: table;
		width: 100%;
		border-collapse: collapse;
	}

	#profile .table .postContainer {
		display: table-row;
		border-top: 2px solid #f7f7f7;
	}

	#profile .table .postContainer .td {
		display: table-cell;
		padding: 15px;
		vertical-align: middle;
	}

	#profile .table .postContainer .thumb {
		width: 100px;
		padding-right: 0;
	}

	#profile .table .postContainer .thumbnail {
		border: 4px solid #fff;
		box-shadow: 0 0 6px rgba(0,0,0,.1);
	}

	#profile .table .postContainer .title a {
		font-size: 15px;
		font-weight: bold;
		color: #515151;
	}

	#profile .table .postContainer .date,
	#profile .table .postContainer .button,
	#profile .table .postContainer .category {
		border-left:1px solid #f7f7f7;
		text-align: center;
		white-space: nowrap;
	}

	#profile .table .postContainer .button {
		width: 120px;
	}

	#profile .mainHeading {
		position: relative;
	}

	#profile .profileButtons {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 13px;
	}

	#profile .profileButtons a {
		display: block;
		color: #3f3f3f;
		font-weight: bold;
		border-radius: 3px;
		background: #f8f8f8;
		line-height: 30px;
		padding: 0 10px;
		border:1px solid #eee;
	}

	#profile .profileButtons a:hover {
		background: #f5f5f5;
	}

	#profile .profileButtons a:before {
		display: block;
		float: left;
		height: 30px;
		line-height: 30px;
		margin-right: 5px;
	}

	#profile .profileButtons a.list:before {
		content: "\E002";
	}

	#profile .profileButtons a.add:before {
		content: "\E003";
	}

	#profile .safirButton {
		display: inline-block;
		white-space: nowrap;
		padding: 0 8px;
		color: #fff;
		border-radius: 2px;
		line-height: 30px;
		transition:all .3s;
	}

	#profile .safirButton:hover {
		color: #fff;
		background: #333;
	}

	#profile.membershipPage .leftSide {
		width: 49%;
		float: left;
	}

	#profile.membershipPage .rightSide {
		width: 49%;
		float: right;
	}

	#profile.membershipPage .lostpassword {
		float: right;
		font-weight: bold;
		text-transform: uppercase;
		display:block;
		line-height: 30px;
	}

	#profile.membershipPage .lostpassword:before {
		content: "\E01E";
		height: 30px;
		line-height: 30px;
		float: left;
		font-size: 16px;
		margin-right: 4px;
	}

/* ATTACHMENT */

	/* Share */

	#main.attachment .safirSocial {
		margin: -10px -3px 15px;
	}

	#main.attachment .safirSocial a {
	    height: 30px;
	    width: 30px;
		border-radius: 3px;
		color: #fff;
	}

	#main.attachment .safirSocial a:before {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	}

	#main.attachment .safirSocial li.facebook a {
	    background: #38599B;
	}

	#main.attachment .safirSocial li.twitter a {
	    background: #2A9CF6;
	}

	#main.attachment .safirSocial li.whatsapp a {
	    background: #25d366;
	}

	#main.attachment .safirSocial li.facebook a:before {
		content: "\E025";
	}

	#main.attachment .safirSocial li.twitter a:before {
		content: "\E026";
	}

	#main.attachment .safirSocial li.whatsapp a:before {
		content: "\E027";
	}

	/* Attachment Page */

	#main.attachment .pageHeading {
		padding-left: 0;
	}

	#main.attachment .pageHeading:before {
		display: none;
	}

	#attachmentHead {
		overflow: hidden;
	}

	#attachmentHead .attachmentImage {
		float: left;
		width: 68.3168316831683%;
	}

	#attachmentHead .attachmentInfo {
		float: right;
		width: 29.7029702970297%
	}

	#main.attachment .ads, #image {
		text-align: center;
	}

	#gallery-nav {
		margin: 15px 0;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		position: relative;
	}

	#gallery-nav:before {
		top: 0;
	}

	#gallery-nav:after {
		bottom: 0;
	}

	#gallery-nav:before, #gallery-nav:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		display: block;
		background: #e9e9e9;
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, #e9e9e9 15%, #e9e9e9 85%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,#e9e9e9 15%,#e9e9e9 85%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,#e9e9e9 15%,#e9e9e9 85%,rgba(0,0,0,0) 100%);
	}

	#gallery-nav a {
		display: inline-block;
		color: #383838;
		line-height: 40px;
		padding: 0 15px;
		border-left: 1px solid #e9e9e9;
		transition: all .3s;
	}

	#gallery-nav a:hover, #gallery-nav a.active {
		color: #fff;
	}

	#gallery-nav a:first-child {
		border-left: 0;
	}

	#gallery-nav a.arrow:before {
		display: block;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
	}

	#gallery-nav a.arrow.left:before {
		content: "\E02E";
	}

	#gallery-nav a.arrow.first:before {
		content: "\E02C";
	}

	#gallery-nav a.arrow.last:before {
		content: "\E02D";
	}

	#gallery-nav a.arrow.right:before {
		content: "\E014";
	}

/* GALLERY LIST */

	#singleContent div.gallery {
		margin: 0 -10px;
		overflow: hidden;
	}

	#singleContent div.gallery .gallery-item {
		padding: 0 10px 20px;
		float: left;
		margin: 0;
	}

	#singleContent div.gallery .gallery-item a {
		display: block;
		padding: 10px;
		border:1px solid #eee;
		background: #fafafa;
		position: relative;
	}

	#singleContent div.gallery .gallery-item a .icon, #singleContent .wp-block-gallery figure a .icon {
		background: rgba(0,0,0,0.5);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	#singleContent div.gallery .gallery-item a .icon:before, #singleContent .wp-block-gallery figure a .icon:before {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -15px;
		background: #fff;
		border-radius: 2px;
		box-shadow: 0 0 4px rgba(0,0,0,.3);
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		text-align: center;
		content: "\E02B";
	}

	#singleContent div.gallery .gallery-item a[href$= ".jpg"] .icon:before,
	#singleContent div.gallery .gallery-item a[href$= ".jpeg"] .icon:before,
	#singleContent div.gallery .gallery-item a[href$= ".png"] .icon:before,
	#singleContent div.gallery .gallery-item a[href$= ".gif"] .icon:before,
	#singleContent .wp-block-gallery figure a[href$= ".jpg"] .icon:before,
	#singleContent .wp-block-gallery figure a[href$= ".jpeg"] .icon:before,
	#singleContent .wp-block-gallery figure a[href$= ".png"] .icon:before,
	#singleContent .wp-block-gallery figure a[href$= ".gif"] .icon:before {
		content: "\E02A";
	}

	#singleContent div.gallery .gallery-item img, #singleContent .wp-block-gallery figure img {
		border: 0;
	}

	#gallery-1, #gallery-2, #gallery-3 {
		clear: both;
	}

/* FORMS */

	form p {
		overflow: hidden;
		position: relative;
		margin-bottom: 15px;
		line-height: 30px;
	}

	form .wpcf7-form-control-wrap {
		width: 100%;
	}

	form input[type=text],
	form input[type=password],
	form input[type=tel],
	form input[type=email],
	form input[type=file],
	form textarea,
	form select {
		width: 100%;
		display: block;
		font-weight: 500;
		outline: none;
		font-size: 14px;
		padding: 10px;
		height: 50px;
		transition: all .25s;
		background: #fff;
		border: 2px solid #e9e9e9;
		-webkit-appearance: none;
	}

	form input[type=text]:focus,
	form input[type=password]:focus,
	form input[type=tel]:focus,
	form input[type=email]:focus,
	form input[type=file]:focus,
	form textarea:focus,
	form select:focus {
		background: #fafafa;
	}

	form textarea {
		max-width: 100%;
		width: 100%;
		height: 106px;
	}

	form button.submit, form input[type=submit] {
		position: relative;
		cursor: pointer;
		font-size: 14px;
		display: block;
		font-weight: 500;
		border: 0;
		border-radius: 3px;
		color: #fff;
		padding: 10px 20px;
		text-transform: uppercase;
		outline: none;
		overflow: visible;
		transition: all .25s;
		line-height: 16px;
		-webkit-appearance: none;
	}

	form button.submit:hover, form button.submit:focus, form input[type=submit]:hover, form input[type=submit]:focus {
		background: #111;
	}

	#main div.wpcf7-validation-errors {
		padding: 0;
		margin: 0;
		border: 0;
	}

	#main div.wpcf7 label {
		font-size: 14px;
	}

	.safirCheckbox {
		overflow: hidden;
		position: relative;
		display: inline-block;
	}

	.safirCheckbox input[type='checkbox'] {
		height: 0;
		width: 0;
		position: relative;
		right: -500px;
		display:none !important;
	}

	.safirCheckbox input[type='checkbox'] + label {
		position: relative;
		display: block;
		float: left;
		line-height: 24px;
		color: #000;
		font-weight: 500;
		transition: color 250ms cubic-bezier(.4,.0,.23,1);
		cursor: pointer;
	}

	.safirCheckbox input[type='checkbox'] + label > span{
		display: block;
		float: left;
		align-items: center;
		margin: 0 5px 0 0;
		width: 24px;
		height: 24px;
		background: #e9e9e9;
		border-radius: 2px;
		cursor: pointer;
		cursor: pointer;
		transition: all 250ms cubic-bezier(.4,.0,.23,1);
	}

	.safirCheckbox:hover > span, .safirCheckbox input[type='checkbox']:focus + label > span, .safirCheckbox input[type='checkbox']:checked + label > span{
	}

	.safirCheckbox input[type='checkbox']:checked + label > span:before {
		content: "";
		position: absolute;
		top: 11px;
		left: 7px;
		border-right: 2px solid transparent;
		border-bottom: 2px solid transparent;
		transform: rotate(45deg);
		transform-origin: 0% 100%;
		animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
	}

	@keyframes checkbox-check{
		0%{
		width: 0;
		height: 0;
		border-color: #333;
		transform: translate3d(0,0,0) rotate(45deg);
		}
		33%{
		width: .3em;
		height: 0;
		transform: translate3d(0,0,0) rotate(45deg);
		}
		100%{
		width: .3em;
		height: .6em;
		border-color: #333;
		transform: translate3d(0,-.6em,0) rotate(45deg);
		}
	}

/* ICON FORM */

	.sfrIconForm .item {
		width: 100%;
		display: block;
		outline: none;
		transition: all .25s;
		position: relative;
	}

	.sfrIconForm form input[type=text],
	.sfrIconForm form input[type=password],
	.sfrIconForm form input[type=tel],
	.sfrIconForm form input[type=email],
	.sfrIconForm form input[type=file],
	.sfrIconForm form select {
		padding-left: 40px !important;
		height: 50px;
	}

	.sfrIconForm form textarea {
		padding-left: 40px !important;
	}

	.sfrIconForm form #sfr_newscontent {
		padding-left: 10px !important;
	}

	.sfrIconForm form textarea.noicon {
		padding-left: 10px !important;
	}

	.sfrIconForm form .item.category {
		display: block;
		position: relative;
		background: #fff;
		border: 2px solid #e9e9e9;
	}

	.sfrIconForm form .item.category .items {
		overflow: hidden;
	}

	.sfrIconForm form .item.category .checkbox {
		width: 33.3333333333%;
		float: left;
		padding: 10px;
		font-weight: 500;
	}

	.sfrIconForm form .item.category .checkbox input {
		float: left;
		display: block;
		margin: 3px;
	}

	.sfrIconForm form .fileLabel {
		border: 2px solid #e9e9e9;
		display: block;
		padding-left: 40px;
		height: 50px;
		line-height: 50px;
		position: relative;
		overflow: hidden;
		background: #fff;
		z-index: 1;
	}

	.sfrIconForm form .fileLabel span.button {
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		color: #fff;
		padding: 9px;
		font-size: 12px;
		font-weight: bold;
		border-radius: 3px;
		line-height: 16px;
		margin: 7px 7px 7px 0;
		display: block;
		transition: all .3s;
	}

	.sfrIconForm form .fileLabel span.text {
		font-weight: 500;
	}

	.sfrIconForm form .fileLabel span.button:hover {
		background: #222;
	}

	.sfrIconForm form .fileLabel+input[type=file] {
		display: none;
	}

	.sfrIconForm form textarea {
		height: 120px;
		padding-top: 15px;
	}

	.sfrIconForm form textarea#newscontent {
		height: 500px;
	}

	.sfrIconForm .container {
		overflow: hidden;
		margin: 0 -5px;
	}

	.sfrIconForm .container .itemContainer {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.sfrIconForm .container.half .itemContainer {
		width: 50%;
		float: left;
	}

	.sfrIconForm .item .icon {
		width: 40px;
		height: 50px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}

	.sfrIconForm .item .icon span {
		display: block;
		width: 20px;
		height: 20px;
		margin: 15px 10px;
	}

	.sfrIconForm .item .icon span:before {
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: right;
		font-size: 16px;
		position: relative;
		top: 1px;
	}

	.sfrIconForm .item.name .icon span:before {
		content: "\E018";
	}

	.sfrIconForm .item.mail .icon span:before {
		content: "\E01F";
	}

	.sfrIconForm .item.message .icon span:before {
		content: "\E019";
	}

	.sfrIconForm .item.identity .icon span:before {
		content: "\E021";
	}

	.sfrIconForm .item.password .icon span:before {
		content: "\E01C";
	}

	.sfrIconForm .item.title .icon span:before {
		content: "\E019";
	}

	.sfrIconForm .item.question .icon span:before {
		content: "\E01E";
	}

	.sfrIconForm .item.image .icon span:before {
		content: "\E020";
	}

	.sfrIconForm .item.tag .icon span:before {
		content: "\E022";
	}

	.sfrIconForm img.captchaimg {
		position: absolute;
		right: 8px;
		top: 8px;
	}

	p.status {
		color: #000;
		margin: 0 0 20px;
		line-height: 20px !important;
		border-radius: 3px;
		padding: 10px;
		background: #fafafa;
		border: 1px solid #eee;
		position: relative;
	}

	p.status:before {
		width: 25px;
		height: 20px;
		font-size: 18px;
		display: block;
		float: left;
	}

	p.status.loading:before {
		background: url(images/loading.gif) 50% 50% no-repeat;
		content: "";
		background-size: 16px 16px;
	}

	p.status.info:before {
		content: "\E01D";
		color: #666;
	}

	p.status.warning:before {
		content: "\E008";
		color: #cc2d32;
	}

	p.status.success:before {
		content: "\E023";
		color: #2ab759;
	}

/* SAFIRNAVI */

	.safirnavi {
		overflow:hidden;
		clear: both;
		padding-top: 30px;
		text-align: center;
	}

	.safirnavi span, .safirnavi a {
		color: #fff;
		display: inline-block;
		padding: 8px 15px;
		border-radius: 2px;
		text-align: center;
		margin:0 5px 3px 0;
		transition: all .3s;
		font-weight: bold;
		font-size: 15px;
	}

	.safirnavi a:hover {
		background: #000 !important;
	}

	.safirnavi .current {
		background: #333 !important;
	}

	#comments .safirnavi {
		border-top: 2px solid #f1f1f1;
		padding-top: 20px;
		padding-bottom: 20px;
	}

/* SAFIR SOCIAL */

	.safirSocial {
		margin: 0 -3px;
		overflow: visible;
	}

	.safirSocial li {
		float: left;
		margin: 0 3px !important;
		list-style: none !important;
	}

	.safirSocial a {
	    display: block;
		transition: all .3s;
		float: left;
		color: #fff;
	}

	.safirSocial a:before {
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    text-align: center;
	    display: block;
	    font-size: 24px;
	    float: left;
	}

	.safirSocial li.facebook a:before {
	    content: "\E00B";
	}

	.safirSocial li.twitter a:before {
	    content: "\E00D";
	}

	.safirSocial li.youtube a:before {
	    content: "\E00E";
	}

	.safirSocial li.whatsapp a:before {
	    content: "\E009";
	}

	.safirSocial li.pinterest a:before {
	    content: "\E011";
	}

	.safirSocial li.instagram a:before {
	    content: "\E00C";
	}

	.safirSocial li.linkedin a:before {
	    content: "\E00F";
	}

	.safirSocial li.tumblr a:before {
	    content: "\E010";
	}

	.safirSocial li.rss a:before {
	    content: "\E00A";
	}

/* FOOTER */

	footer {
		background: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
		position: relative;
	}

	.home footer {
		margin-top: 20px;
	}

	footer .footerCols {
		margin: 0 -15px;
		overflow: hidden;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQYV2N48ODBfwYQAAAbBAOgnVJciAAAAABJRU5ErkJggg==) 25% 0 repeat-y,  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQYV2N48ODBfwYQAAAbBAOgnVJciAAAAABJRU5ErkJggg==) 50% 0 repeat-y;
	}

	footer .footerContainer {
		width: 25%;
		float: left;
		padding: 20px 15px;
	}

	footer .footerContainer.wide {
		width: 50%;
	}

	footer .about {
		line-height: 1.7;
	}

	footer .about .logo {
		margin-bottom: 15px;
	}

	footer .about .logo img {
		height: inherit;
	}

	footer .about .copyright {
		margin-bottom: 20px;
	}

	footer .safirSocial a {
		color: inherit;
	}

	footer .safirSocial a:before {
	    width: 28px;
	    height: 28px;
	    line-height: 28px;
	    font-size: 28px;
	}

	footer .sub-menu {
		display: none !important;
	}

	footer .footermenu1 ul {
		display: flex;
		flex-wrap: wrap;
		margin: -5px;
	}

	footer .footermenu1 li a {
		color: #333;
		display: block;
		font-weight: 500;
		line-height: 30px;
	}

	footer .footermenu1 li {
		padding: 5px;
		width: 100%;
	}

	footer .footermenu1 li a:hover {
		color: #000;
	}

	footer .footermenu1 li a .icon:before {
		margin-right: 5px;
		font-size: 16px;
		width: 16px;
		line-height: 30px;
		display: block;
		text-align: center;
	}

	footer .footermenu2 ul {
		margin: -5px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}

	footer .footermenu2 li {
		padding: 5px;
		width: 33.3333333333%;
	}

	footer .footermenu2 li a {
		color: #333;
		display: block;
		font-weight: 500;
		line-height: 40px;
		padding: 0 10px;
		background: #f9f9f9;
		transition: all .3s;
		border-left: 4px solid #f1f1f1;
	}

	footer .footermenu2 li a:hover {
		color: #000;
		background: #f1f1f1;
		border-left: 4px solid #e1e1e1;
	}

	footer .footermenu2 li .icon:before {
		margin-right: 5px;
		font-size: 16px;
		width: 16px;
		line-height: 40px;
		display: block;
		text-align: center;
	}

	footer #footerBottom {
		background: #282828;
		text-align: center;
		color: #fff;
	}

	footer #footerBottom .innerContainer {
		padding-top: 20px;
		padding-bottom: 20px;
		overflow: visible;
	}

	footer .bottomText {
		font-weight: 500;
		line-height: 20px;
	}

	footer .bottomText a {
		color: #eee;
		text-decoration: underline;
	}

	.footerAd {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 999;
		opacity: 0;
	}

	.footerAd .close {
		background: #e9e9e9;
		color: #e11;
		text-align: center;
		line-height: 16px;
		cursor: pointer;
	}

	.footerAd .close:before {
		content: "\E030";
		display: inline-block;
		margin: 8px 5px;
		vertical-align: middle;
		font-size: 12px;
	}

	.footerAd .close .text {
		display: inline-block;
		vertical-align: middle;
	}

	.footerAd .ad {
		min-height: 80px;
		min-width: 250px;
	}

/* SAFİR TOP */

	.safirTop {
		position: fixed;
		bottom: 20px;
		right: 20px;
		color: #fff;
		border-radius: 3px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		opacity: 0.9;
		display: none;
	}

	.safirTop:before {
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 20px;
		margin: 10px;
		content: "\E016";
	}

/* BREADCRUMB */

	#breadcrumb {
		font-size: 12px;
		line-height: 22px;
		margin-top: 2px;
	}

	#breadcrumb a {
		color: #000;
	}

/* AUTHOR */

	.authorBox {
		overflow: hidden;
	}

	.authorBox.single {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 2px solid #f1f1f1;
	}

	.authorBox .thumb {
		float: left;
		border: 1px solid #ddd;
		padding: 1px;
		overflow: hidden;
	}

	.authorBox .detail {
		margin-left: 160px;
		font-size: 15px;
		line-height: 1.6;
	}

	.authorBox .detail .title {
		font-weight: bold;
		font-size: 17px;
	}

	.authorBox .safirSocial a {
	    height: 30px;
	    width: 30px;
		margin-top: 5px;
		color: #222;
	}

	.authorBox .safirSocial a:before {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 24px;
	}

	.authorBox .safirSocial li.facebook a:hover {
	    color: #38599B;
	}

	.authorBox .safirSocial li.twitter a:hover {
	    color: #2A9CF6;
	}

	.authorBox .safirSocial li.instagram a:hover {
		color: #d6249f;
	}

	.authorBox .safirSocial li.linkedin a:hover {
	    color: #1174AD;
	}

	#single.article .authorBox .title {
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 5px;
	}

	#authorRelated {
		margin: -20px -20px -21px;
	}

	#authorRelated .item {
		line-height: 20px;
		padding: 15px 20px;
		border-bottom: 1px solid #f1f1f1;
	}

	#authorRelated .item:first-child {
		border-top: 0;
	}

	#authorRelated .item a {
		color: #000;
		font-weight: 500;
		display: block;
		padding-left: 25px;
	}

	#authorRelated .item .title {
		font-size: 16px;
	}

	#authorRelated .item .title:before {
		width: 25px;
		height: 20px;
		content: "\E024";
		display: block;
		float: left;
		font-size: 18px;
		line-height: 20px;
	}

	#authorRelated .item .meta {
		padding-left: 25px;
		color: #a2a2a2;
		font-size: 13px;
	}

	#allAuthorsPage .post .author-name a {
		color: #000;
	}

/* OWL */

	.owlInner {
		position: relative;
	}

	.galleryWidget .mainHeading .allLink.owl {
		margin-right: 60px;
	}

	.galleryWidget .owl-nav {
		display: none;
	}

	.galleryWidget.owlWidget .owl-nav {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.owlWidget .owl-nav div {
		color: #f7f7f7;
		margin-left: 5px;
	}

	.owlWidget .owl-nav div:before {
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 26px;
		display: block;
	}

	.owlWidget .owl-nav div {
		float: left;
	}

	.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} @-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}


/* COLORBOX */

	#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:url(lib/colorbox/images/overlay.png) repeat 0 0;opacity:0.9}#colorbox{outline:0}#cboxTopLeft{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -101px 0}#cboxTopRight{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -130px 0}#cboxBottomLeft{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -101px -29px}#cboxBottomRight{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -130px -29px}#cboxMiddleLeft{width:21px;background:url(lib/colorbox/images/controls.png) left top repeat-y}#cboxMiddleRight{width:21px;background:url(lib/colorbox/images/controls.png) right top repeat-y}#cboxTopCenter{height:21px;background:url(lib/colorbox/images/border.png) 0 0 repeat-x}#cboxBottomCenter{height:21px;background:url(lib/colorbox/images/border.png) 0 -29px repeat-x}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:28px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxLoadingOverlay{background:url(lib/colorbox/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(lib/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(lib/colorbox/images/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(lib/colorbox/images/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{position:absolute;bottom:0;right:0;background:url(lib/colorbox/images/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}#cboxClose:hover{background-position:-25px -25px}

/* SOME EDITS */

	.screen-reader-text {
		display: none;
	}

/* WP STUFF */

	img.alignleft {
		border: 1px solid #cdc;
		float: left;
		margin: 0 10px 10px 0;
		padding: 1px;
	}

	img.alignright {
		border: 1px solid #cdc;
		float: right;
		margin: 0 0 10px 10px;
		padding: 1px;
	}

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	.aligncenter {
		display: block;
		text-align: center;
		margin: 5px auto;
	}

	.wp-caption {
		max-width: 100%;
	}

/* RESPONSIVE */

	@media all and (max-width:1023px) {

		#main {
			padding: 10px 0;
		}

		.innerContainer {
			padding: 0 10px;
		}

		footer .innerContainer {
			padding: 0;
		}

		.homeWidget, .sidebarWidget, .wideWidget {
			margin-top: 10px;
		}

		#topbar, #switcher, #menuGroup {
			display: none;
		}

		#mobileHeader {
			float: none;
			box-shadow: 0 0 3px rgba(0,0,0,0.15);
		}

		#header-cont .innerContainer {
			padding: 0;
		}

		#header-cont .mobileButton {
			display: block;
			position: absolute;
			z-index: 2;
			top: 0;
			cursor: pointer;
			text-align: center;
			padding: 10px;
		}

		#header-cont .mobileButton:before {
			display: block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			border-radius: 50%;
			font-size: 16px;
			text-align: center;
		}

		#header-cont .toggleMenu {
			left: 0;
		}

		#header-cont .toggleMenu:before {
			content: "\E019";
		}

		#header-cont .searchButton {
			right: 0;
		}

		#header-cont .searchButton:before {
			content: "\E000";
		}

		#header-cont .searchButton.active:before {
			content: "\E030";
		}

		#header-cont .searchform {
			z-index: 99;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
		}

		#header-cont .searchform input {
			height: 60px;
			background: #fafafa;
			border: 0;
			font-size: 18px;
			padding-right: 110px;
		}

		#header-cont .searchform button {
			position: absolute;
			right: 70px;
			top: 10px;
			display: block;
			border: 0;
			cursor: pointer;
			background: none;
			padding: 5px;
		}

		#header-cont .searchform button:before {
			display: block;
			font-size: 20px;
			width: 30px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			content: "\E000";
		}

		#header-cont .searchform .close {
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			cursor: pointer;
		}

		#header-cont .searchform .close:before {
			display: block;
			font-size: 20px;
			width: 30px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			content: "\E030";
			margin: 15px;
		}

		#header-logo {
			height: 60px;
			max-height: 60px;
			padding: 0 60px;
			display: block;
		}

		#header-logo h1, #header-logo span {
			display: table;
			width: 100%;
		}

		#header-logo a {
			display: table-cell;
		    height: 60px;
		    vertical-align: middle;
			text-align: center;
		}

		#header-logo img {
			max-height: 50px;
			display: inline-block;
		}

	}

	@media all and (max-width:900px) {

		.advancedPostsWidget2.sidebarWidget .post .thumb {
			width: 110px;
		}

		.advancedPostsWidget2.sidebarWidget .post .detail {
			margin-left: 120px;
			padding-top: 0;
		}

		footer .footerCols {
			background: none;
		}

		footer .footerContainer {
			padding: 0 15px;
		}

		footer .footerContainer, footer .footerContainer.wide {
			width: 100%;
			float: none;
		}

		footer .footermenu1 {
			background: #fafafa;
		}

		footer .footermenu1 li {
			width: 33.3333333%;
		}

		footer .about {
			text-align: center;
			padding: 10px;
		}

		footer .footerSocial .safirSocial li {
			display: inline-block;
			float: none;
			margin-bottom:5px;
		}

		footer .footermenu1, footer .footermenu2 {
			padding: 10px;
		}

	}

	@media all and (max-width:768px) {

		.safirBox {
			padding: 10px;
		}

		.safirCustomMenu .widgetContent {
			margin: -10px;
		}

		.home footer {
			margin-top: 10px;
		}

		.slider2Widget .post .detail {
			padding: 8px;
		}

		.slider2Widget .post .title a {
			font-size: 17px;
			text-align: center;
		}

		.sliderWidget .slider, .sliderWidget .rightGroup {
			width: 100%;
		}

		.sliderWidget .slider .post .title {
			font-size: 20px;
		}

		.sliderWidget .rightGroup {
			padding: 5px 0 0;
		}

		.sliderWidget .rightGroup .items {
			margin: -5px;
		}

		.sliderWidget .rightGroup .post-container {
			padding: 5px;
		}

		.sliderWidget .owl-nav .owl-prev {
			left: 10px;
			opacity: 1;
		}

		.sliderWidget .owl-nav .owl-next {
			right: 10px;
			opacity: 1;
		}

		.listing.galleryWidget .post-container,
		.advancedPostsWidget1 .post-container {
			width: 25% !important;
		}


		body .burclarWidget .widgetContent {
			margin: -10px;
		}

		.burcList .item {
			width: 16.666666666666% !important;
		}

		.advancedPostsWidget2 .post .thumb {
			width: 180px !important;
		}

		.advancedPostsWidget2 .post .detail {
			margin-left: 190px !important;
		}

		body .tabbedWidget .items .post-container {
			width: 50%;
		}

		.nativeWidget .mainHeading {
			margin: -10px -10px 0;
		}

		.nativeWidget ul {
			margin: 0 -10px -10px;
		}

		.nativeWidget li {
			padding: 10px;
		}

		.listing.galleryWidget .items,
		.advancedPostsWidget1.listing .items {
			margin: -5px;
		}

		.listing.galleryWidget .post-container {
			padding: 5px;
		}

		.advancedPostsWidget1.listing .post {
			padding: 0;
		}

		.advancedPostsWidget2.listing .post {
			margin-bottom: 10px;
		}

		p.status {
			margin-bottom: 10px;
		}

		.safirBox.sidebarWidget {
			padding: 10px;
		}

		.safirnavi {
			padding-top: 20px;
		}

		#content, aside, .homeWidgetContainer .leftContainer, .homeWidgetContainer .rightContainer {
			float:none;
			width:100%;
		}

		aside, .homeWidgetContainer .rightContainer {
			margin-top: 10px;
		}

		.pageHeading {
			padding-left: 15px;
			margin-bottom: 10px;
		}

		.margintop {
			margin-top: 10px;
		}

		#attachmentHead .attachmentImage, #attachmentHead .attachmentInfo {
			width: 100%;
		}

		#attachmentHead .attachmentImage {
			margin-bottom: 10px;
		}

		#profile .sfrManagePosts {
			margin: 0 -10px -20px;
		}

		#profile .table .postContainer .td {
			padding: 5px;
		}

		.sfrIconForm form .item.category .checkbox {
			width: 50%;
		}

		#authorRelated {
			margin: -10px;
		}

		#authorRelated .item {
			padding: 10px;
		}

		#single .metaBox .share {
			float: left;
			margin-bottom: 10px;
		}

		#singleBlock.type2 {
			margin-bottom: 0;
		}

		#singleBlock.type3 {
			margin-bottom: 10px;
		}

		#singleBlock.type2.noad {
			width: 300px;
		}

		#singleBlock.type2 .thumb, #singleBlock .ads.type2 {
			width: 100%;
			margin-bottom: 10px;
		}

		.reading {
			text-align: left;
		}

		#single .safirBox {
			margin-top: 10px;
		}

		#single .tags {
			margin: 10px -10px -10px;
			padding: 10px 10px;
		}

		#comments {
			margin-top: 10px;
		}

		.sfrCommentsList {
			margin: 10px -10px -10px;
		}

		.sfrCommentsList .commentlist .comment-author cite {
			float: none;
		}

		.sfrCommentsList .commentlist .comment-meta {
			margin-left: 0;
		}

		.sfrCommentsList ol.children .comment-body {
			padding-left: 40px;
		}

		.sfrCommentsList ol.children ol.children .comment-body {
			padding-left: 70px;
		}

		#comments .safirnavi {
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.sfrCommentsList .nocomments {
			padding: 10px;
		}

		.sfrCommentsList .reply {
			position: static;
		}

		.sfrCommentsList .comment-body {
			padding: 10px;
		}

		.sfrCommentsList ol.children .comment-body:before {
			top: 35px;
			margin-left: -35px;
		}

		.commentlist #respond {
			margin: 0 10px 10px;
		}

		#singleContent div.gallery {
			margin: 0 -5px;
		}

		#singleContent div.gallery .gallery-item {
			padding: 0 5px 10px;
		}

		#singleContent div.gallery .gallery-item a {
			padding: 5px;
		}

		.authorBox .detail {
			margin-left: 150px;
		}

		.error404 .safir404 .notfound {
			font-size: 120px;
		}

		form p {
			margin-bottom: 10px;
		}

	}

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

		.burcList .item {
			width: 25% !important;
		}

		.advancedPostsWidget2 .post .summary {
			display: none;
		}

		.listing.galleryWidget .post-container,
		.advancedPostsWidget1 .post-container  {
			width: 33.33333333333% !important;
		}

		body .tabbedWidget .items .post-container {
			width: 100%;
		}

		.tabbedWidget .tabheading a {
			font-size: 13px;
			padding: 15px 10px;
			font-weight: 500;
			width: auto;
		}

		.listing.article .post-container {
			width: 100%;
		}

		#profile.membershipPage .leftSide, #profile.membershipPage .rightSide {
			width: 100%;
		}

		#profile .sfrManagePosts .postContainer .category, #profile .sfrManagePosts .postContainer .date {
			display: none;
		}

	}

	@media all and (max-width:500px) {

		.listing.galleryWidget .post-container,
		.advancedPostsWidget1 .post-container {
			width: 50% !important;
		}

		.advancedPostsWidget2 .post .thumb {
			width: 110px !important;
		}

		.advancedPostsWidget2 .post .detail {
			margin-left: 120px !important;
			padding-top: 0 !important;
		}

		.advancedPostsWidget2 .post .title {
			font-size: 16px !important;
		}

		footer .footermenu1 li, footer .footermenu2 li {
			width: 50%;
		}

		#singleBlock.type3, #singleBlock.type2.noad {
			max-width: 100%;
			width: 100%;
			margin-bottom: 10px;
		}

		#horoscopesPage .burclarTable .item {
			width: 100%;
		}

	}

	@media all and (max-width:420px) {

		.burcList .item {
			width: 33.33333333333% !important;
		}

		.tabbedWidget .post .thumb {
			width: 120px;
		}

		.tabbedWidget .post .detail {
			margin-left: 130px;
		}

		.sfrIconForm .container.half .itemContainer {
			width: 100%;
		}

		#gallery-nav a {
			line-height: 36px;
			padding: 0 10px;
		}

		#gallery-nav a.arrow:before {
			height: 36px;
			line-height: 36px;
		}

	}


	@media all and (max-width:319px) {

		.listing.galleryWidget .post-container,
		.advancedPostsWidget1 .post-container,
		.sliderWidget .rightGroup .post-container,
		.sfrIconForm form .item.category .checkbox,
		footer .footermenu1 li, footer .footermenu2 li {
			width: 100% !important;
		}

		#profile .profileButtons a {
			padding: 0 5px;
		}

		#profile .pageHeading {
			padding-right: 110px;
		}

	}
