/* 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;
	color: var(--c1);
}

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

a img {
	border:none;
}

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

body {
	font-size: 14px;
	font-family: var(--mainFont);
	color: #000;
	background: #f8f8f8;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:19px;
}

h3 {
	font-size:18px;
}

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

input, select, textarea, button {
	font-size:13px;
	font-family: inherit;
}

iframe {
	max-width: 100%;
}

/* GENERAL CLASSES */
	
.safir-logo {
	font-weight: 600;
	line-height: 1;
	font-size: 20px;
	color: #333;
}

.safir-logo:hover {
	color: #666;
}

.safir-logo img {
	width: auto;
	height: inherit;
	max-height: var(--headerHeight);
}

.owl-item .post-container {
	width: 100% !important;
}

.safiricon, .themeicon {
	display: block;
	ul.menu & .themeicon-chev-down {
		display: none;
	}
}

.safiricon {
	margin-right: 5px;
}

.safiricon svg, .themeicon svg {
	fill: currentColor;
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
}


.safirBox {
	background: #fff;
	position: relative;
	padding: 30px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

.safirBox.margintop {
	margin-top: 30px;
}

.safirBox.sidebarWidget {
	padding-left: 15px;
	padding-right: 15px;
}

.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 {
	margin: -30px -30px 0;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 30px 0;
	overflow: hidden;
	font-weight: 600;
}

.mainHeading:after {
	content: "";
	display: block;
	height: 2px;
	margin: 20px -30px 30px;
	background: #f1f1f1;
	background: -moz-linear-gradient(left, var(--c1) 0%, var(--c1) 75px, #f1f1f1 75px, #f1f1f1 100%);
	background: -webkit-linear-gradient(left, var(--c1) 0%,var(--c1) 75px, #f1f1f1 75px,#f1f1f1 100%);
	background: linear-gradient(to right, var(--c1) 0%, var(--c1) 75px,#f1f1f1 75px,#f1f1f1 100%);
}

.mainHeading .icon {
	float: left;
	position: relative;
	top: 1px;
	color: var(--c1);
	margin-right: 5px;
}

.mainHeading .title {
	font-family: var(--headFont);
}

.mainHeading .allLink {
	float: right;
	display: block;
	line-height: 20px;
	color: #a2a2a2;
	font-size: 11px;
	font-weight:normal;
}

.mainHeading .allLink:hover {
	color: #333
}

.sidebarWidget .mainHeading {
	margin: -30px -15px 0;
	padding: 20px 15px 0;
	font-size: 17px;
}

.sidebarWidget .mainHeading:after {
	margin: 20px -15px 15px;
}

.archiveDesc {
	background: #fafafa;
	padding: 15px;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
	text-align: justify;
}

.reading {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	font-family: var(--contentFont);
	a {
		color: var(--linkColor);
	}
}

.reading h1, .reading h2, .reading h3, .reading h4, .reading h5, .reading h6 {
	font-family: var(--headFont);
	color: var(--headColor);
}

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

.reading>ul:not([class]) {
	border-top: 2px solid #f1f1f1;
	margin-bottom: 20px;
}

.reading>ul:not([class]) li {
	list-style-type: none;
	list-style-position: inside;
	border-bottom: 2px solid #f1f1f1;
	padding: 10px 0;
	margin-bottom: 0;
	position: relative;
	color: #6b6a6a;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.reading>ul:not([class]) li .themeicon svg {
	width: 16px;
	height: 16px;
	fill: var(--c1);
}

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

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

.reading h1:before, .reading h2:before, .reading h3:before, .reading h4:before, .reading h5:before, .reading h6:before {
	content: "";
	display: block;
	width: 4px;
	border-radius: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--c1);
}

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

ul.wp-block-list {
	list-style: inherit;
	list-style-position: inside;
	li {
		margin-bottom: 0;
	}
	li & {
		margin-left: 25px;
	}
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td, table th {
	padding: 8px;
	border: 1px solid #e0e0e0;
}

.seperator {
	clear: both;
	margin: 10px -30px;
	border-top: 1px solid #ddd;
}

.float {
	overflow: hidden;
}

.bold {
	font-weight: 600;
}

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

.safirthumb img {
	width: 100%;
}

/* THUMBS */

img.lazy {
	opacity: 0;
	transition: opacity .3s ease-in;
}

.safirthumbx {
	position: relative;
	overflow: hidden;
	background-color: #f0f0f0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: var(--noImageForPost);
	padding-bottom: var(--thumbRatio);
}

.safirthumbx.author {
	background: transparent;
	padding-bottom: 100%;
}

.safirthumbx.nobg {
	background: transparent;
}

.safirthumbx.square {
	padding-bottom: 100%;
}

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

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

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

.safirthumbx img {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fitImage .safirthumbx img {
	object-fit: fill;
}

/* SAFIR METAS */

.safirMetas {
	color: #a2a2a2;
	font-size: 13px;
	overflow: hidden;
}

.safirMetas .safirCategoryMeta {
	display: inline-block;
}

.safirMetas .meta {
	float: left;
	margin-right: 15px;
	line-height: 20px;
	font-weight: 500;
}

.safirMetas .meta .icon {
	float: left;
}

.safirMetas .meta svg {
	width: 12px;
	height: 12px;
	margin: 4px 4px 4px 0;
}

.safirMetas a {
	color: #a2a2a2;
}

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

/* ADS */

.fixedAd {
	position: absolute;
	z-index: 20;
	display: none;
	margin-top: 30px;
}

.ads {
	text-align: center;
}

/* TOPBAR */

#topbar {
	background: #000;
	color: #a2a2a2;
	position: relative;
	z-index: 200;
}

#topbar .innerContainer {
	overflow: visible;
}

#topbar .rightGroup {
	float: right;
}

#topmenu {
	float:left;
}

#topmenu .sub-menu{
	display: none;
}

#topmenu ul {
	padding: 15px 0;
	overflow: hidden;
	font-size: 15px;
	font-weight:bold;
}

#topmenu li {
	display: inline-block;
	line-height: 20px;
	margin-right: 20px;
}

#topmenu a {
	color: #a2a2a2;
	display: flex;
	align-items: center;
}

#topmenu .safiricon svg {
	width: 16px;
	height: 16px;
}

#topmenu a:hover {
	color: #c4c4c4;
}

/* CURRENCY */

#currency {
	float: left;
	overflow: hidden;
	padding: 12px 0;
}

#currency .item {
	float: left;
	line-height: 12px;
	padding: 0 15px;
}

#currency .item .icon {
	float: left;
	margin: 1px 5px 0 0;
}

#currency .item .icon svg {
	width: 24px;
	height: 24px;
}

#currency .item .info {
	float: left;
}

#currency .item .title {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	color: #a2a2a2;
}

#currency .item .value {
	font-size: 13px;
	color: #fff;
}

#currency .item .change {
	display: inline-block;
}

#currency .item .change svg {
	width: 8px;
	height: 8px;
	margin: 2px 0;
}

#currency .item .change.up {
	color: #43e195;
}

#currency .item .change.down {
	color: #f42447;
}

#currency .item .change.line {
	color: #cdcdcd;
}

/* WEATHER */

#weather {
	float: right;
	background: #191919;
	margin-left: 15px;
	padding: 10px 40px 10px 20px;
	height: 50px;
	position: relative;
}

#weather .loading {
	display: none;
	min-width: 100px;
	height: 30px;
	text-align: center;
	padding-left:20px;
}

#weather .cities {
	display: none;
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	background: #191919;
	height: 280px;
	overflow: scroll;
}

#weather .cities span {
	display: block;
	padding: 0 10px;
	line-height: 39px;
	cursor: pointer;
	border-top: 1px solid rgba(255,255,255,0.1);
}

#weather .cities span:hover {
	background: rgba(0,0,0,0.1);
}

#weather .data .icon {
	float: left;
	color: #f3c72d;
	margin-right: 10px;
}

#weather .data .icon svg {
	width: 30px;
	height: 30px;
}

#weather .info {
	float: right;
	text-transform: uppercase;
}

#weather .info .city {
	font-size: 14px;
	color: #fff;
	margin-bottom: 2px;
	line-height: 16px;
}

#weather .info .degree {
	font-weight: 600;
}

#weather .info .situation {
	font-size: 11px;
	line-height: 11px;
	color: #d6d6d6;
}

#weather .cityListOpen {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	margin-top: -15px;
	cursor: pointer;
	cursor: pointer;
	color: #ddd;
}

#weather .cityListOpen .icon {
	display: block;
}

#weather .cityListOpen svg {
	width: 10px;
	height: 10px;
	margin: 10px;
}

#weather .cityListOpen .icon:last-child svg {
	width: 8px;
	height: 8px;
	margin: 11px;
}

#weather .cityListOpen .icon:last-child, #weather .cityListOpen.open .icon:first-child {
	display: none;
}

#weather .cityListOpen.open .icon:last-child {
	display: block;
}

/* HEADER */

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

header .innerContainer {
	overflow: visible;
}

#header-cont {
	position: relative;
}

.is-sticky #header-cont {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#header-cont .innerContainer {
	display: flex;
	align-items: center;
}

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

#header-logo {
	float: left;
	display: table;
	position: relative;
	z-index: 100;
}

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

#header-logo a {
	display: table-cell;
	vertical-align: middle;
}

#header-logo img {
	width: auto;
}

/* MOBILE */

#mobileHeader {
	background: #fff;
}

#hamburgermenu form {
	margin: 0 10px 10px;
	position: relative;
}

#hamburgermenu input[type=text] {
	width: 100%;
	display: block;
	font-weight: 500;
	outline: none;
	border: 0;
	font-size: 14px;
	padding: 10px;
	height: 50px;
	transition: all .25s;
	background: #fafafa !important;
	border-radius: 3px !important;
}

#hamburgermenu button {
	background: none;
}

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

#hamburgermenu span.close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #000;
	cursor: pointer;
	color: #fff;
}

#hamburgermenu span.close svg {
	width: 16px;
	height: 16px;
	margin: 12px;
}

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

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

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

#mobilemenuContainer {
	overflow: hidden;
	margin: 10px;
	width: 280px;
}

#mobilemenu {
	width: 280px;
	position: relative;
	font-family: var(--menuFont);
}

#mobilemenu li {
	position: relative;
}

#mobilemenu li .safiricon svg {
	width: 18px;
	height: 18px;
}

#mobilemenu a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 15px;
	color: #111;
}

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

#mobilemenu span.arrow .themeicon {
	display: none;
}

#mobilemenu .sub-menu {
	position: relative;
	display: none;
}

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

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

#mobilemenu .mobilearrow {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	text-align: center;
	border-radius: 3px;
	background: #f0f0f0;
	color: #0f0f0f;
}

#mobilemenu .mobilearrow svg {
	width: 10px;
	height: 10px;
	margin: 5px;
	&.themeicon-chev-down {
		display: block;
	}
}

#mobilemenu .mobilearrow .icon {
	margin: 0;
}

#mobilemenu .mobilearrow .icon:last-child, #mobilemenu .mobilearrow.active .icon:first-child {
	display: none;
}

#mobilemenu .mobilearrow.active .icon:last-child {
	display: block;
}

#mobilemenu .mobilearrow.active .icon svg {
	width: 8px;
	height: 8px;
	margin: 6px;
}

#mobileSocial {
	padding: 10px;
	margin: 0 10px 10px;
	background: #fafafa;
	text-align: center;
}

#mobileSocial .safirSocial li {
	float: none;
	margin: 3px;
	display: inline-block;
	border-radius: 0;
}

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

#mobileSocial .safirSocial li.twitter a {
		color: #000;
}

#mobileSocial .safirSocial li.youtube a {
		color: #EB2429;
}

#mobileSocial .safirSocial li.pinterest a {
		color: #CD2127;
}

#mobileSocial .safirSocial li.instagram a {
		color: #B83C92;
}

#mobileSocial .safirSocial li.linkedin a {
		color: #00659B;
}

#mobileSocial .safirSocial li.rss a {
		color: #F15B29;
}

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

/* TOPLOGIN */

#toplogin {
	margin-left: 20px;
}

#toplogin .button {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #fff;
	background: var(--c1);
	border-radius: 2px;
	line-height: 40px;
	padding: 0 20px;
	margin: calc((var(--headerHeight) + 20) / 2) 0;
}

#toplogin .button a {
	color: #fff;
}

#toplogin .button .userIcon svg {
	width: 14px;
	height: 14px;
	margin: 13px 4px 13px 0;
}

#toplogin .button .arrow svg {
	width: 8px;
	height: 8px;
	margin-left: 5px;
}

#loginMenu {
	display: none;
	position: absolute;
	right: 10px;
	background: #fff;
	box-shadow: 0px 8px 10px rgba(0,0,0,0.1), -10px 8px 15px rgba(0,0,0,0.1), 10px 8px 15px rgba(0,0,0,0.1);
	z-index: 999;
	width: 190px;
	top: calc(var(--headerHeight) + 60px);
}

#loginMenu a {
	display: flex;
	align-items: center;
	padding: 15px;
	border-top: 1px solid #f1f1f1;
	transition: all .3s;
	line-height: 16px;
	font-weight: 500;
	font-size: 13px;
	color: #000;
}

#loginMenu a:hover {
	background: #fafafa;
	color: var(--c1);
}

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

#loginMenu a svg {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

/* MENU	 */

#mainMenu {
	margin-left: auto;
	position: relative;
}

#menu {
	clear: both;
	z-index:40;
	position:relative;
	font-weight: 500;
	font-size: 15px;
	font-family: var(--menuFont);
}

#menu .toggleMenu {
	display: none;
}

#menu li {
	float: left;
}

#menu li .safiricon svg {
	width: 16px;
	height: 16px;
}

#menu a {
	display:flex;
	align-items: center;
	color: #000;
	position: relative;
	padding: 0 15px;
	transition: all .3s ease;
	line-height: calc(var(--headerHeight) + 60px);
	.themeicon-chev-down {
		display: block;
	}
}

#menu>ul>li:hover>a {
	color: var(--c1);
}

#menu>ul>li>a:before {
	display: block;
	width: 10%;
	height: 2px;
	content: '';
	background: var(--c1);
	position: absolute;
	transition: all .3s ease;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

#menu li:hover a:before {
	opacity: 1;
	width: 100%;
}

#menu .sub-menu {
	visibility:hidden;
	display: none;
	position: absolute;
	z-index: 40;
	box-shadow: 0 8px 14px rgba(0,0,0,0.25);
	background: #fff;
	border-top: 1px solid #eee;
	font-weight: normal;
	font-size: 13px;
}

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

#menu .sub-menu li {
	float:none;
	background: none;
	position: relative;
	display: block;
	line-height:40px;
	height: 40px;
	padding: 0;
	border-top: 1px solid #eee;
}

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

#menu .sub-menu li span.icon {
	color: var(--c1);
}

#menu .sub-menu a {
	width: auto;
	min-width: 200px;
	text-align: left;
	line-height:40px;
	margin:0;
	border-bottom: 0;
	padding:0 15px;
	text-shadow: none;
	white-space: nowrap;
}

#menu .sub-menu a:hover {
	background: rgba(0,0,0,0.02);
}

#menu li.menu-item-has-children span.arrow {
	margin-left: 5px;
	color: var(--c1);
}

#menu li.menu-item-has-children span.arrow svg {
	width: 8px;
	height: 8px;
}

#menu li.menu-item-has-children li.menu-item-has-children span.arrow {
	margin-left: auto;
}

/* DESIGN */

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

.innerContainer {
	max-width: 1190px;
	padding: 0 10px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.innerContainer.home {
	padding-bottom: 30px;
}

#wrapper {
	z-index:30;
	max-width: 1190px;
	margin: auto;
	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: 71.7948717948718%;
}

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

#main {
	margin: 30px 0;
}

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

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

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

/* WIDGETS */

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

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

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

.nativeWidget ul {
	margin: -15px -15px -30px;
}

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

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

.nativeWidget #searchform>div {
	display: flex;
	align-items: center;
}

.nativeWidget #searchform>div input[type=submit] {
	margin-left: 10px;
	padding: 16px;
}

.sfrCatClr:hover {
	color: #a2a2a2 !important;
}

.sfrCatClr:before {
	content: "- ";
}

.sfrCatClr:first-child:before {
	content: "";
}

.sliderWidget .sfrCatClr:before, .advancedPostsWidget2 .sfrCatClr:before {
	content: "";
}

.sliderWidget .sfrCatClr:hover {
	color: #fff !important;
}

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

/* SEARCH WIDGET */

.searchWidget {
	padding: 0 !important;
	position: relative;
}

.searchWidget form:before {
	display: block;
	height: 20px;
	width: 4px;
	margin: 15px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: var(--c1);
	border-radius: 2px;
}

.searchWidget input[type=text] {
	background: #fff !important;
	border-radius: 0 !important;
	padding-right: 40px !important;
	padding-left: 30px !important;
}

.searchWidget button {
	position: absolute;
	right: 17px;
	top: 17px;
	display: block;
	border: 0;
	cursor: pointer;
	background: none;
}

.searchWidget button:before {
	color: var(--c1);
}

.searchWidget button svg {
	width: 16px;
	height: 16px;
}

/* SLIDER WIDGET */

.sliderWidget {
	overflow: hidden;
}

.sliderWidget .item.ads {
	background: #eee;
	padding-bottom: 53.5211267605634%;
	width: 100%;
	max-width: 780px;
	height: 0;
	box-sizing: content-box;
	text-align: center;
	vertical-align: middle;
}

.sliderWidget .post {
	position: relative;
}

.sliderWidget .post .safirthumb {
	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 .post .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	pointer-events: none;
}

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

.sliderWidget .slider {
	float: left;
	width: 60.6837606837607%;
	position: relative;
}

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

.sliderWidget .slider .item:first-child {
	display: block;
}

.sliderWidget .owl-nav div {
	width: 40px;
	height: 40px;
	padding: 10px;
	display: none;
	cursor: pointer;
	position: absolute;
	top: 40%;
	margin-top:-15px;
	z-index: 20;
	background: rgba(255,255,255,0.5);
}

.sliderWidget .owl-nav .owl-prev {
	left: 15px;
}

.sliderWidget .owl-nav .owl-next {
	right: 15px;
}

.sliderWidget .slider .owl-dots {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 2px solid var(--c1);
}

.sliderWidget .slider .owl-dots .owl-dot {
	display: table-cell;
	background: #fff;
	color: var(--c1);
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	border-left: 1px solid #f6f6f6;
	position: relative;
}

.sliderWidget .slider .owl-dots .owl-dot:first-child {
	border-left: 0;
}

.sliderWidget .slider .owl-dots .owl-dot:before {
	display: none;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	border-color: transparent transparent var(--c1) transparent;
}

.sliderWidget .slider .owl-dots .owl-dot.active:before {
	display: block;
}

.sliderWidget .slider .owl-dots .owl-dot.active {
	color: #fff;
	background: var(--c1);
}

.sliderWidget .rightGroup {
	float: right;
	width: 39.3162393162393%;
	overflow: hidden;
	margin-bottom: -10px;
}

.sliderWidget .rightGroup .safirthumbx {
	padding-bottom: 64%;
}

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

.sliderWidget .rightGroup .post-container.wide {
	width: 100%;
}

.sliderWidget .post .safirCategoryMeta {
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
	z-index: 2;
	position: relative;
}

.sliderWidget .post .safirCategoryMeta a {
	padding: 5px;
	border-radius: 2px;
	color: #fff;
	background: var(--c1);
	display: inline-block;
	margin-bottom: 2px;
}

.sliderWidget .post .title {
	font-size: 22px;
	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: 15px;
}

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

.sliderWidget .slider .tbuttonlink {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	background: #f1f1f1;
	text-align: center;
	transition: all .3s;
	color: var(--c1);
	border-bottom: 2px solid var(--c1);
}

.sliderWidget .slider .tbuttonlink svg {
	width: 16px;
	height: 16px;
	margin: 11px auto;
}

.sliderWidget .slider .tbuttonlink:hover {
	background: #e1e1e1;
}

/* LISTING WIDGET */

.listingWidget .widgetContent {
	margin: -30px -30px -32px;
	overflow: hidden;
}

.listingWidget.sidebarWidget .widgetContent {
	margin: -15px -15px -32px;
}

.listingWidget .items a {
	display: block;
	padding: 15px 30px;
	border-bottom: 2px solid #f7f7f7;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	color: #000;
}

.listingWidget.sidebarWidget .items a {
	padding: 15px;
}

.listingWidget.wideWidget .items a {
	width: 33.333333333333333%;
}

.listingWidget.homeWidget .items a {
	width: 50%;
}

.listingWidget.sidebarWidget .items a {
	width: 100%;
}

.listingWidget .items a .number {
	display: block;
	float: left;
	margin-right: 5px;
	width: 20px;
	color: #fff;
	background: var(--c1);
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	font-weight: 600;
}

.listingWidget .items a .icon {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 20px;
	font-weight: 600;
	transition: all .3s;
	color: var(--c1);
}

.listingWidget .items a .text {
	font-weight: 500;
	font-size: 14px;
}

/* ADVANCED POSTS WIDGET - 1 */

.advancedPostsWidget1 .items {
	margin: 0 -15px -30px;
	overflow: hidden;
}

.advancedPostsWidget1 .post-container {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

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

.advancedPostsWidget1 .post .detail {
	line-height: 16px;
}

.advancedPostsWidget1 .post .title {
	font-weight: 600;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
}

.advancedPostsWidget1 .post .title:before {
	content: "";
	display: block;
	width: 4px;
	border-radius: 2px;
	height: 100%;
	display: block;
	background: var(--c1);
	position: absolute;
	left: 0;
	top: 0;
}

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

.advancedPostsWidget1 .post .summary {
	color: #666;
	padding-left: 20px;
	margin-top: 5px;
}

.advancedPostsWidget1 .post .safirMetas {
	padding-left: 20px;
	margin-top: 10px;
}

.advancedPostsWidget1.sidebarWidget .post-container {
	margin-bottom: 15px;
}

/* Width */

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

.advancedPostsWidget1.homeWidget .post-container {
	width: 33.3333333333333333333%;
}

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

/* Clear */

.advancedPostsWidget1.wideWidget .post-container:nth-child(4n+1) {
	clear: both;
}

.advancedPostsWidget1.homeWidget .post-container:nth-child(3n+1) {
	clear: both;
}

/* ADVANCED POSTS WIDGET - 2 */

.advancedPostsWidget2 .items {
	margin: 0 -15px -30px;
	overflow: hidden;
}

.advancedPostsWidget2 .post-container {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.advancedPostsWidget2 .post-container .post {
	position: relative;
}

.advancedPostsWidget2 .post .safirCategoryMeta {
	text-transform: uppercase;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
}

.advancedPostsWidget2 .post .safirCategoryMeta ul {
	position: absolute;
	right: 0;
	text-align: right;
}

.advancedPostsWidget2 .post .safirCategoryMeta li {
	display: inline-block;
	margin-bottom: 1px;
}

.advancedPostsWidget2 .post .safirCategoryMeta a {
	padding: 5px;
	color: #fff !important;
	display: block;
	white-space: nowrap;
	float: left;
}

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

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

body .advancedPostsWidget2.safirBox .post .title a, body .advancedPostsWidget2.safirBox .post .title a:hover {
	color: #fff !important;
}

.safirBox .post a:hover, .safirBox.post a:hover {
	color: var(--c1) !important;
}

body .advancedPostsWidget2.safirBox .safirMetas a:hover {
	color: #a2a2a2 !important;
}

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

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

.advancedPostsWidget2 .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%);
}

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

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

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

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

/* Width */

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

.advancedPostsWidget2.homeWidget .post-container {
	width: 33.3333333333333333333%;
}

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

/* Clear */

.advancedPostsWidget2.wideWidget .post-container:nth-child(4n+1) {
	clear: both;
}

.advancedPostsWidget2.homeWidget .post-container:nth-child(3n+1) {
	clear: both;
}

/* ADVANCED POSTS WIDGET - 3 */

.advancedPostsWidget3 .items {
	margin: 0 -15px -32px;
	overflow: hidden;
}

.advancedPostsWidget3 .post-container {
	float: left;
	padding: 0 15px;
	margin-bottom: 20px;
}

.advancedPostsWidget3 .post {
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 20px;
	overflow: hidden;
}

.advancedPostsWidget3 .post .safirthumb {
	float: left;
	width: 100px;
}

.advancedPostsWidget3 .post .detail {
	line-height: 19px;
	height: 76px;
	overflow: hidden;
}

.advancedPostsWidget3 .post .title {
	font-weight: 600;
	font-size: 14px;
}

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

.advancedPostsWidget3 .post .summary {
	color: #666;
}

/* Home */

.advancedPostsWidget3.homeWidget .post .safirthumb {
	width: 140px;
}

.advancedPostsWidget3.homeWidget .post .detail {
	margin-left: 155px;
}

.advancedPostsWidget3.homeWidget .post-container {
	width: 50%;
}

/* Wide */

.advancedPostsWidget3.wideWidget .post .detail {
	margin-left: 155px;
}

.advancedPostsWidget3.wideWidget .post-container {
	width: 33.3333333333333333333%;
}

/* Side */

.advancedPostsWidget3.sidebarWidget .post .detail {
	margin-left: 110px;
}

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

.advancedPostsWidget3.sidebarWidget .post-container {
	margin-bottom: 15px;
}

.advancedPostsWidget3.sidebarWidget .items {
	margin: 0 -15px -47px;
}

.advancedPostsWidget3.sidebarWidget .post {
	padding-bottom: 15px;
}

/* Clear */

.advancedPostsWidget3.wideWidget .post-container:nth-child(3n+1) {
	clear: both;
}

.advancedPostsWidget3.homeWidget .post-container:nth-child(2n+1) {
	clear: both;
}

/* ADVANCED POSTS WIDGET - 4 */

.advancedPostsWidget4 .items {
	margin: 0 -15px -30px;
	overflow: hidden;
}

.advancedPostsWidget4 .post-container {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	width: 100%;
}

.advancedPostsWidget4 .post {
	overflow: hidden;
}

.advancedPostsWidget4 .post .safirthumb {
	float: left;
	width: 300px;
}

.advancedPostsWidget4 .post .detail {
	margin-left: 320px;
	padding-top: 10px;
}

.advancedPostsWidget4 .post .title {
	font-weight: 600;
	font-size: 20px;
}

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

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

.advancedPostsWidget4 .post .safirMetas {
	margin-top: 10px;
}

.advancedPostsWidget4 .post a.more {
	display: inline-block;
	color: #fff !important;
	background: var(--c1);
	margin-top: 10px;
	padding: 8px 10px;
	border-radius: 2px;
	transition: all .3s ease;
	text-transform: uppercase;
}

.advancedPostsWidget4 .post a.more:hover {
	background: #000 !important;
}

/* ADVANCED POSTS WIDGET - 5 */

.advancedPostsWidget5 .widgetContent {
	overflow: hidden;
}

.advancedPostsWidget5 .items {
	float: left;
	width: 48.0769230769231%
}

.advancedPostsWidget5 .post-container {
	display: none;
}

.advancedPostsWidget5 .post-container:first-child {
	display: block;
}

.advancedPostsWidget5 .post .safirthumb {
	margin-bottom: 20px;
}

.advancedPostsWidget5 .post .title {
	font-weight: 600;
	font-size: 17px;
	position: relative;
	padding-left: 20px;
}

.advancedPostsWidget5 .post .title:before {
	content: "";
	display: block;
	width: 4px;
	border-radius: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--c1);
}

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

.advancedPostsWidget5 .post .summary {
	color: #666;
	padding-left: 20px;
	margin-top: 20px;
}

.advancedPostsWidget5 .post .safirMetas {
	padding-left: 20px;
	margin-top: 15px;
}

.advancedPostsWidget5 .titles {
	float: right;
	width: 48.0769230769231%
}

.advancedPostsWidget5 .titles .title {
	position: relative;
}

.advancedPostsWidget5 .titles a {
	display: block;
	background: #f3f3f3;
	font-weight: 500;
	line-height: 45px;
	padding: 0 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s ease;
}

.advancedPostsWidget5 .titles .title:nth-child(2n) a {
	background: #f8f8f8;
}

.advancedPostsWidget5 .titles .title.active a {
	color: #fff !important;
	background: var(--c1);
}

.advancedPostsWidget5 .titles .active:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	position: absolute;
	left: -10px;
	top: 18px;
	border-color: transparent transparent var(--c1) transparent;
}

/* ADVANCED POSTS WIDGET - 6 */

.advancedPostsWidget6 .items {
	margin: 0 -5px -10px;
	overflow: hidden;
}

.advancedPostsWidget6 .post-container {
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.advancedPostsWidget6 .post {
	padding: 0;
}

.advancedPostsWidget6 .post .safirthumb {
	float: left;
	width: 90px;
}

.advancedPostsWidget6 .post .safirthumbx {
	padding-bottom: 100%;
}

.advancedPostsWidget6 .post .detail {
	margin-left: 105px;
	padding: 15px 15px 0 0;
}

.advancedPostsWidget6 .post .detail .inner {
	height: 59px;
	line-height: 17px;
	overflow: hidden;
}

.advancedPostsWidget6 .post .title {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	max-height: 51px;
	overflow: hidden;
}

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

/* Width */

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

.advancedPostsWidget6.homeWidget .post-container {
	width: 50%;
}

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

/* Clear */

.advancedPostsWidget6.wideWidget .post-container:nth-child(4n+1) {
	clear: both;
}

.advancedPostsWidget6.homeWidget .post-container:nth-child(2n+1) {
	clear: both;
}

/* DOUBLE WIDGET */

.doubleWidget .leftSide {
	width: 50%;
	float: left;
	padding-right: 15px;
}

.doubleWidget .rightSide {
	width: 50%;
	float: left;
	padding-left: 15px;
}

.doubleWidget .items {
	margin: 0 -15px -32px;
	overflow: hidden;
}

.doubleWidget .post-container {
	padding: 0 15px;
	margin-bottom: 20px;
}

.doubleWidget .post {
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 20px;
	overflow: hidden;
}

.doubleWidget .post .safirthumb {
	float: left;
	width: 140px;
}

.doubleWidget .post .detail {
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	margin-left: 155px;
}

.doubleWidget .post .title {
	font-weight: 600;
	font-size: 14px;
}

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

.doubleWidget .post .summary {
	color: #666;
}

/* FIVE WIDGET */

.fiveWidget .leftSide {
	width: 50%;
	float: left;
	padding-right: 15px;
}

.fiveWidget .rightSide {
	width: 50%;
	float: right;
	padding-left: 15px;
}

.fiveWidget .post .title {
	font-weight: 600;
	font-size: 14px;
}

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

.fiveWidget .leftSide .post .safirthumb {
	margin-bottom: 20px;
}

.fiveWidget .leftSide .post .title {
	font-weight: 600;
	font-size: 22px;
	position: relative;
	padding-left: 20px;
}

.fiveWidget .leftSide .post .title:before {
	content: "";
	display: block;
	width: 4px;
	border-radius: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--c1);
}

.fiveWidget .leftSide .post .summary {
	color: #666;
	padding-left: 20px;
	margin-top: 20px;
	line-height: 1.8;
}

.fiveWidget .leftSide .post .safirMetas {
	padding-left: 20px;
	margin-top: 20px;
}

.fiveWidget .rightSide .items {
	margin-bottom: -42px;
}

.fiveWidget .rightSide .post-container {
	margin-bottom: 20px;
}

.fiveWidget .rightSide .post {
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 20px;
	overflow: hidden;
}

.fiveWidget .rightSide .post .safirthumb {
	float: left;
	width: 130px;
}

.fiveWidget .rightSide .post .detail {
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	margin-left: 145px;
}

/* COMMENTS WIDGET */

.commentsWidget .widgetContent {
	margin: -30px -30px -32px;
	overflow: hidden;
}

.commentsWidget.sidebarWidget .widgetContent {
	margin: -15px -15px -32px;
}

.commentsWidget .item {
	padding: 15px 30px;
	border-bottom: 2px solid #f1f1f1;
	overflow: hidden;
}

.commentsWidget.sidebarWidget .item {
	padding: 15px;
}

.commentsWidget .item .title {
	font-weight: 600;
	font-size: 14px;
	position: relative;
	padding-left: 10px;
	margin-bottom: 15px;
}

.commentsWidget .item .title:before {
	content: "";
	display: block;
	width: 4px;
	border-radius: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--c1);
}

.commentsWidget .item .title a {
	color: #000;
}

.commentsWidget .item .comment {
	background: #f7f7f7;
	padding: 15px;
	color: #a2a2a2;
	line-height: 20px;
	border-radius: 3px;
	position: relative;
}

.commentsWidget .item .comment:before {
	display: block;
	content: "";
	position: absolute;
	top: -6px;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #f7f7f7 transparent;
}

.commentsWidget .item .comment .commentor {
	font-weight: 600;
	color: #000;
}

.commentsWidget .item .comment a {
	color: #a2a2a2 !important;
}

/* MENU WIDGET */

.safirCustomMenu.safirBox {
	overflow: visible;
}

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

.safirCustomMenu .widgetContent {
	margin: -15px -15px -30px;
}

.safirCustomMenu li {
	border-top: 2px solid #f7f7f7;
}

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

.safirCustomMenu a {
	display: flex;
	align-items: center;
	padding: 15px;
	line-height: 16px;
	color: #515151;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}

.safirCustomMenu a:before {
	display: block;
	position: absolute;
	left: -3px;
	top: 50%;
	width: 3px;
	height: 0;
	transition: all .3s ease;
	content: "";
	transform: translateY(-50%);
	opacity: 0;
	background: var(--c1);
}

.safirCustomMenu a .icon {
	float: left;
	color: var(--c1);
}

.safirCustomMenu a .icon svg {
	width: 16px;
	height: 16px;
}

.safirCustomMenu a:hover {
	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%);
}

.safirCustomMenu a:hover:before {
	content: "";
	opacity: 1;
	height: 100%;
}

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

/* HOROSCOPES WIDGET */

.burcList {
	overflow: hidden;
	margin: -1px;
}

.burcList .item {
	float: left;
	padding: 1px;
	color: #fff;
}

.burcList .item .inner {
	text-align: center;
	width: 100%;
	border-radius: 2px;
	float: left;
	overflow: hidden;
}

.burcList .item .inner .button {
	transition:all .2s;
	cursor: pointer;
	float: left;
	width: 100%;
}

.burcList .item .inner .button:hover {
	background: rgba(0,0,0,0.1);
}

.burcList .item .icon {
	display: block;
	margin: 10px auto;
}

.burcList .item .icon svg {
	width: 30px;
	height: 30px;
}

.burcList .item .title {
	background: rgba(0,0,0,0.06);
	padding: 8px 0;
	font-size: 12px;
}

.burcList .item.koc .inner {
	background: #00A8E6;
}

.burcList .item.boga .inner {
	background: #F25A4F;
}

.burcList .item.ikizler .inner {
	background: #9C95C9;
}

.burcList .item.yengec .inner {
	background: #96CB57;
}

.burcList .item.aslan .inner {
	background: #CA6C38;
}

.burcList .item.basak .inner {
	background: #F272AD;
}

.burcList .item.terazi .inner {
	background: #FFC24D;
}

.burcList .item.akrep .inner {
	background: #C87DB6;
}

.burcList .item.yay .inner {
	background: #949599;
}

.burcList .item.oglak .inner {
	background: #F8943E;
}

.burcList .item.kova .inner {
	background: #A6AF52;
}

.burcList .item.balik .inner {
	background: #55C5D1;
}

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

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

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

.sidebarWidget .burcList {
	margin-bottom: -15px;
}

#modalburc {
	display: none;
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
}

#modalburc .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.8);
}

#modalburc .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 20;
	padding: 8px;
	color: #fff;
}

#modalburc>.inner {
	background: #fff;
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 2;
	max-width: 600px;
	margin: auto;
}

#modalburc .header {
	display: none;
	color: #fff;
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#modalburc .header.koc {
	background: #00A8E6;
}

#modalburc .header.boga {
	background: #F25A4F;
}

#modalburc .header.ikizler {
	background: #9C95C9;
}

#modalburc .header.yengec {
	background: #96CB57;
}

#modalburc .header.aslan {
	background: #CA6C38;
}

#modalburc .header.basak {
	background: #F272AD;
}

#modalburc .header.terazi {
	background: #FFC24D;
}

#modalburc .header.akrep {
	background: #C87DB6;
}

#modalburc .header.yay {
	background: #949599;
}

#modalburc .header.oglak {
	background: #F8943E;
}

#modalburc .header.kova {
	background: #A6AF52;
}

#modalburc .header.balik {
	background: #55C5D1;
}

#modalburc .header .icon {
	float: left;
	margin: 3px 10px 3px 0;
}

#modalburc .header .icon svg {
	width: 30px;
	height: 30px;
}

#modalburc .header .title {
	float: left;
}

#modalburc .header .title .name {
	display: block;
	font-size: 16px;
	font-weight: 600;
}

#modalburc .header .title .date {
	font-size: 12px;
}

#modalburc .loading {
	margin: 50px 0;
}

#modalburc .loading .image {
	width: 60px;
	height: 60px;
	padding: 10px;
	margin: auto;
	border-radius: 5px;
	background: #333;
}

#modalburc .content {
	padding: 10px;
	line-height: 1.8;
	font-size: 16px;
	display: none;
}

#modalburc .burcList {
	padding: 10px 20px 20px;
}

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

/* TABBED WIDGET */

.tabbedWidget .tabheading a {
	display: inline-block;
	background: #f7f7f7;
	padding: 10px 20px;
	line-height: 16px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	border-radius: 2px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 30px;
}

.tabbedWidget .tabheading a:before {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #f7f7f7 transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 20px;
}

.tabbedWidget .tabheading a.active {
	color: #fff;
	background: var(--c1);
}

.tabbedWidget .tabheading a.active:before {
	content: "";
	color: var(--c1);
	border-color: var(--c1) transparent transparent transparent;
}

.tabbedWidget .tabheading a .icon {
	display: inline-block;
}

.tabbedWidget .tabheading a .icon svg {
	width: 16px;
	height: 16px;
}

body .tabbedWidget .tabheading a.active .icon svg {
	color: #fff !important;
}

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

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

.tabbedWidget .items {
	margin: 0 -15px -30px;
	overflow: hidden;
}

.tabbedWidget .post-container {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	width: 33.333333333333%;
}

.tabbedWidget.homeWidget .post-container:nth-child(3n+1) {
	clear: both;
}

.tabbedWidget .post .safirthumb {
	margin-bottom: 20px;
}

.tabbedWidget .post .detail {
	line-height: 16px;
}

.tabbedWidget .post .title {
	font-weight: 600;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
}

.tabbedWidget .post .title:before {
	content: "";
	display: block;
	width: 4px;
	border-radius: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--c1);
}

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

.tabbedWidget .post .title a:hover {
	color: var(--c1);
}

.tabbedWidget .post .summary {
	color: #666;
	padding-left: 20px;
	margin-top: 5px;
}

.tabbedWidget .post .safirMetas {
	padding-left: 20px;
	margin-top: 10px;
}

/* AUTHORS WIDGET */

.authorsWidget .widgetContent {
	margin: -15px -15px -30px;
}

.authorsWidget .items {
	max-height: 334px;
	overflow: hidden;
}

.authorsWidget .scroll>.author {
	overflow: hidden;
	border-bottom: 2px solid #f7f7f7;
	padding: 15px;
}

.authorsWidget .thumb {
	float: left;
	overflow: hidden;
	margin-right: 8px;
	width: 80px;
}

.authorsWidget .thumb a {
	display: block;
}

.authorsWidget .thumb img {
	display: block;
}

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

.authorsWidget .info .inner {
	height: 80px;
	line-height: 18px;
	overflow: hidden;
}

.authorsWidget .author-name {
	font-weight: 600;
	font-size: 14px;
}

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

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

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

.authorsWidget .arrows {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 60px;
	width: 30px;
	background: var(--c1);
}

.authorsWidget .arrows span {
	display: block;
	height: 30px;
	position: relative;
	cursor: pointer;
}

.authorsWidget .arrows .up {
	background: rgba(0,0,0,0.1);
}

.authorsWidget .arrows span svg {
	width: 10px;
	height: 10px;
	margin: 10px;
	fill: #fff;
}

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

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

/* GALLERY WIDGET */

.galleryWidget .items {
	margin: 0 -15px;
	overflow: hidden;
}

.galleryWidget .post-container {
	padding: 0 15px;
}

.galleryWidget .post .safirthumb {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.galleryWidget .post .safirthumb .safirthumbx {
	transition: all .3s ease;
}

.desktop .galleryWidget .post:hover .safirthumb .safirthumbx {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.galleryWidget .post .safirthumb .icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(0,0,0,0.75);
	border: 1px solid #fff;
	position: absolute;
	bottom: 5px;
	right: 5px;
	transition: all .3s ease;
	opacity: 0.6;
	zoom:1;
	color: #fff;
}

.desktop .galleryWidget .post:hover .safirthumb .icon {
	bottom: 50%;
	right: 50%;
	opacity: 1;
	margin: 0 -11px -11px 0;
	zoom:1.5;
}

.galleryWidget .post .safirthumb .icon svg {
	width: 10px;
	height: 10px;
	margin: 5px;
}

.galleryWidget .post .title {
	font-weight: 600;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	line-height: 20px;
}

.galleryWidget .post .title:before {
	content: "";
	display: block;
	width: 4px;
	background: var(--c1);
	border-radius: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

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

/* LISTING */

/* Gallery */

.listing.galleryWidget .items {
	margin: 0 -15px -30px;
	overflow: hidden;
}

.listing.galleryWidget .post-container {
	float: left;
	width: 33.333333333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.listing.galleryWidget.homeWidget .post-container:nth-child(3n+1) {
	clear: both;
}

/* Article */

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

.listing.article .post-container {
	float: left;
	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: 600;
	font-size: 16px;
	color: #000;
}

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

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

/* SINGLE */

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

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

#single .singleHeading {
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}

#single .singleHeading h1 {
	font-size: 26px;
	line-height: 1.2;
	font-family: var(--headFont);
}

#single .singleHeading:before {
	content: "";
	display: block;
	width: 4px;
	border-radius: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--c1);
}

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

.socialbuttons {
	text-align: center;
	margin-top: 20px;
}

.socialbuttons #___plusone_0, .socialbuttons #___plusone_1 {
	width:60px !important;
	position:relative;
	top: 4px;
}

.socialbuttons #twitter-widget-0, .socialbuttons #twitter-widget-1 {
	margin: 0 10px;
}

#single #related .homeWidget {
	margin-top: 0;
}

#single #related .advancedPostsWidget1.homeWidget .post-container,
#single #related .galleryWidget.homeWidget .post-container {
	width: 100% !important;
}

/* Metabox */

#single .metaBox {
	overflow:hidden;
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	margin: 0 -30px 20px;
	padding: 0 30px;
	clear: both;
	color: #8d8d8d;
	font-weight: 500;
}

#single .metaBox .meta {
	float: left;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 15px;
	border-left: 2px solid #f1f1f1;
}

#single .metaBox .meta:first-child {
	padding-left: 0;
	border-left: 0;
}

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

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

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

#single .metaBox .meta .icon svg {
	width: 16px;
	height: 16px;
}

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

#single .metaBox .sizing {
	float: right;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	border: 2px solid #8e8e8e;
	color: #8e8e8e;
	margin: 10px 0 10px 6px;
	border-radius: 50%;
	font-weight: 600;
	user-select: none;
}

#single .metaBox .sizing sup {
	position: relative;
	top: -2px;
	font-size: 10px;
}

#single .metaBox .share {
	float: right;
	margin: 10px 0;
}

#single .share .facebook a {
	color: #597AC7;
}

#single .share .twitter a {
	color: #5BBCEC;
}

#single .share .whatsapp a {
	color: #55CD6C;
}

/* Single Block */

#singleBlock .thumb img {
	width: 100%
}

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

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

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

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

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

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

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

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

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

/* Tags */

#single .tags {
	background: #f8f8f8;
	clear: both;
	overflow: hidden;
	font-size: 12px;
	margin: 30px -30px -30px;
	padding: 15px 30px;
	color: #8d8d8d;
	line-height: 20px;
}

#single .tags .title {
	font-weight: 600;
	display: inline-block;
}

#single .tags .title .icon {
	display: inline-block;
}

#single .tags .title svg {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

#single .tags a {
	color: #8d8d8d;
}

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

/* Author Box */

.authorBox {
	overflow: hidden;
}

.singleHeading + .authorBox {
	margin: 30px 0;
}

.authorBox .thumb {
	float: left;
	overflow: hidden;
	width: 150px;
}

.authorBox .thumb .name {
	display: block;
	color: #000;
	text-align: center;
	background: rgba(0,0,0,0.025);
	padding: 10px 5px;
	font-weight: 500;
}

.authorBox .safirSocial {
	margin-top: 10px;
}

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

/* Prevnext */

.prevNextPosts {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 20px;
}

.prevNextPosts .prev {
	float: left;
	width: 49%;
	padding: 15px 15px 15px 50px;
	background: #f1f1f1;
	border-radius: 3px;
	position: relative;
}

.prevNextPosts .next {
	float: right;
	text-align: right;
	width: 49%;
	padding: 15px 50px 15px 15px;
	background: #f1f1f1;
	border-radius: 3px;
	position: relative;
}

.prevNextPosts .themeicon {
	color: var(--c1);
}

.prevNextPosts .icon {
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.prevNextPosts .prev .icon {
	left: 15px;
}

.prevNextPosts .next .icon {
	right: 15px;
}

.prevNextPosts .container .title {
	font-weight: 600;
	font-size: 12px;
}

.prevNextPosts .container .text {
	font-size: 16px;
	font-weight: 500;
}

/* Comments */

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

.sfrCommentsList ol.commentlist {
	margin: -30px;
}

.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 ol li .comment-meta+p {
	margin: 5px 0 0 85px;
}

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

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

.sfrCommentsList a.comment-reply-link .icon {
	float: left;
	margin: 4px 4px 4px 0;
}

.sfrCommentsList a.comment-reply-link svg {
	width: 12px;
	height: 12px;
}

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

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

.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>.themeicon {
	display: block;
	position: absolute;
	top: 55px;
	margin-left: -35px;
	color: var(--c1);
}

.sfrCommentsList ol.children .comment-body>.themeicon svg {
	width: 24px;
	height: 24px;
}

.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: inline;
	font-style: normal;
	font-weight: 600;
	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;
	display: inline-block;
	line-height: 20px;
}

.sfrCommentsList .commentlist .comment-meta a .icon {
	display: inline-block;
	margin: 3px;
}

.sfrCommentsList .commentlist .comment-meta a .icon svg {
	width: 14px;
	height: 14px;
}

/* Form */

#respond {
	overflow: hidden;
}

#respond p {
	clear: both;
}

.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;
	width: 150px;
	margin: 0 auto 10px;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: 50%;
	overflow: hidden;
}

aside.profile .avatar .image .safirthumbx {
	border-radius: 50%;
	overflow: hidden;
}

aside.profile .avatar .name {
	color: #000;
	text-align: center;
	font-weight: 600;
	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:before {
	display: block;
	position: absolute;
	left: -3px;
	top: 50%;
	width: 3px;
	height: 0;
	transition: all .3s ease;
	content: "";
	background: var(--c1);
	transform: translateY(-50%);
	opacity: 0;
}

aside.profile .userMenu a .icon {
	float: left;
	margin-right: 5px;
	color: var(--c1);
}

aside.profile .userMenu a .icon svg {
	width: 16px;
	height: 16px;
}

aside.profile .userMenu a:hover {
	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%);
}

aside.profile .userMenu a:hover:before {
	content: "";
	opacity: 1;
	height: 100%;
}

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

aside.profile .userMenu.sidebarWidget li {
	width: 100%;
}

aside.profile .userMenu.wideWidget li {
	width: 25%;
}

aside.profile .userMenu.homeWidget li {
	width: 33.3333333%;
}

#profile .sfrManagePosts {
	margin: -30px -30px -15px;
}

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

#profile .table .postContainer {
	display: table-row;
	border-bottom: 2px solid #f1f1f1;
	padding: 15px;
}

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

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

#profile .table .postContainer .thumb .safirthumbx {
	background:#fff;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	border: 4px solid #fff;
	margin: 4px;
}

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

#profile .table .postContainer .title a:hover {
	color: var(--c1);
}

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

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

#profile .mainHeading {
	position: relative;
}

#profile .profileButtons {
	position: absolute;
	top: 15px;
	right: 15px;
	line-height: 20px;
	color: #a2a2a2;
	font-size: 13px;
	font-weight:normal;
}

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

#profile .safirButton .icon {
	float: left;
	margin: 8px 3px 8px 0;
	color: #fff;
}

#profile .safirButton svg {
	width: 14px;
	height: 14px;
}

#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: 600;
	text-transform: uppercase;
	display:block;
	line-height:30px;
	margin-right: 4px;
}

#profile.membershipPage .lostpassword .icon {
	display: inline-block;
}

#profile.membershipPage .lostpassword svg {
	height: 16px;
	width: 16px;
	margin: 7px;
}

/* ATTACHMENT */

.safirGalleryAds {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.gallery-item .inner .fullScreen {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	height: 15px;
	width: 40px;
	height: 40px;
	background: #fff;
	color: var(--c1);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 50%;
	cursor: pointer;
}

.gallery-item .inner .fullScreen svg {
	margin: 10px;
}

.gallery-item .inner {
	transition: all .3s;
}

.gallery-item .inner:hover .fullScreen {
	display: block;
}

#gallery-links {
	overflow: hidden;
	position: relative;
	height: 30px;
	margin-bottom: 10px;
}

#gallery-links .prev {
	float: left;
}

#gallery-links .next {
	float: right;
}

#gallery-links a {
	display: block;
	border-radius: 3px;
	color: #fff;
	background: var(--c1);
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition:all .3s;
	overflow: hidden;
}

#gallery-links a:hover {
	background: #333;
}

#gallery-links .prev a {
	padding-right: 10px;
}

#gallery-links .next a {
	padding-left: 10px;
}

#gallery-links a .icon {
	background: rgba(0,0,0,0.4);
}

#gallery-links .prev .icon {
	float: left;
	margin-right: 10px;;
}

#gallery-links .next .icon {
	float: right;
	margin-left: 10px;;
}

#gallery-links a svg {
	width: 16px;
	height: 16px;
	margin: 7px;
}

#gallery-links .number {
	margin: auto;
	position: absolute;
	width: 100px;
	left: 50%;
	top: 0;
	margin-left: -50px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}

#single.attachment .ads, #image {
	text-align: center;
	margin-bottom:10px;
}

#single.attachment .gallery-nav {
	text-align: center;
	margin-bottom: 10px;
}

#page-links {
	text-align: center;
	margin-bottom: 5px;
}

#page-links span {
	display: inline-block;
}

#single.attachment .reading p {
	text-align: center;
}

#single.attachment #image img {
	display: block;
	margin: auto;
	border: 2px solid #eee;
	padding: 2px;
}

#single.attachment .galleryAd1, #single.attachment .galleryAd2 {
	margin-bottom: 5px;
	text-align: center;
}

#single.attachment .gallery-nav a, #page-links span {
	display: inline-block;
	color: #999;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.59);
	background: #ECECEC;
	line-height: 28px;
	width: 30px;
	text-align: center;
	border: 1px solid #D8D8D8;
	border-bottom: 1px solid #CCC;
	border-radius: 3px;
	overflow: visible;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 15px 14px rgba(255, 255, 255, 0.57);
	margin: 2px;
	transition:all .2s;
	font-family: tahoma;
	font-size: 11px;
	font-weight: 600;
}

#single.attachment .gallery-nav a:hover, #single.attachment .gallery-nav a.active, #page-links>span {
	color: #888;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);
	background: #ddd;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187);
}

/* 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;
}

div.gallery .gallery-item a .icon, .wp-block-gallery a .icon {
	background: rgba(0,0,0,0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	transition: all .3s;
}

div.gallery .gallery-item a:hover .icon, .wp-block-gallery a:hover .icon {
	opacity: 1;
}

div.gallery .gallery-item a .icon svg, .wp-block-gallery a .icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	transform: scale(.1);
	opacity: 0;
	transition: all .3s;
}

div.gallery .gallery-item a:hover .icon svg, .wp-block-gallery a:hover .icon svg {
	transform: scale(1);
	opacity: 1;
}

#singleContent div.gallery .gallery-item img {
	border: 0;
}

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

/* MODERN GALLEY */

.safirModernGallery {
	margin: auto;
}

.safirModernGallery .gallery-item {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ddd;
}

@media all and (max-width:768px) {
	.safirModernGallery .gallery-item {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #ddd;
	}
}

.safirModernGallery .gallery-item .image {
	text-align:center;
}

.safirModernGallery .gallery-item .inner {
	border: 1px solid #cfcfcf;
	padding: 2px;
	display: inline-block;
	position:relative;
}

.safirModernGallery .galleryHeading {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	overflow:hidden;
	line-height:36px;
	background: #fafafa;
	font-weight:normal;
}

.safirModernGallery .galleryHeading .number {
	background: #eee;
	font-weight:bold;
	float:left;
	line-height:36px;
	min-width:36px;
	text-align:center;
	padding: 0 10px;
	margin-right:10px;
	font-size:20px;
}

.safirModernGallery .galleryHeading .number span {
	color:#bababa;
}

/* 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,
.searchWidget input[type=text] {
	width: 100%;
	display: block;
	font-weight: 500;
	outline: none;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	padding: 10px;
	height: 50px;
	transition: all .25s;
	background: #f7f7f7;
}

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,
.searchWidget #s:focus {
	background: #f0f0f0;
}

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;
	background: var(--c1);
	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;
}

form button .themeicon {
	float: left;
}

form button .themeicon svg {
	width: 16px;
	width: 16px;
}

#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: #e0e0e0;
	border-radius: 2px;
	cursor: pointer;
	cursor: pointer;
	transition: all 250ms cubic-bezier(.4,.0,.23,1);
}

.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: #000;
	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: #000;
	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;
	border: 0;
	height: 50px;
}

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

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

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

.sfrIconForm form .item.category {
	display: block;
	position: relative;
	border-radius: 3px;
	padding: 5px;
	background: #f7f7f7;
}

.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 {
	display: block;
	padding-left: 40px;
	height: 50px;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
	z-index: 1;
	border-radius: 3px;
}

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

.sfrIconForm form .fileLabel span.text {
	font-size: 13px;
	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: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--c1);
}

.sfrIconForm .item .icon svg {
	width: 16px;
	height: 16px;
}

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

.sfrIconForm form p.status {
	color: #000;
	margin: -30px -30px 30px;
	line-height: 20px;
	padding: 20px 30px 20px 55px;
	font-size: 15px;
	background: #fafafa;
	border-bottom:1px solid #eee;
	font-weight: 500;
	position: relative;
}

.sfrIconForm p.status .icon {
	margin-top: 3px;
	float: left;
	position: absolute;
	left: 30px;
	top: 20px;
	color: var(--c1);
}

.sfrIconForm p.status svg {
	width: 16px;
	height: 16px;
}

.sfrIconForm p.status.loading:before {
	background: url(../images/loading.gif);
	content: "";
	background-size: 16px 16px;
	margin-top: 3px;
	float: left;
	position: absolute;
	display: block;
	left: 30px;
	top: 20px;
	width: 16px;
	height: 16px;
}

/* SAFIRNAVI */

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

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

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

.safirnavi .current {
	background: #333 !important;
	text-decoration: underline;
}

/* SAFIR SOCIAL */

.safirSocial {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.safirSocial a {
		display: block;
	color: #d1d1d1;
}

.safirSocial a svg {
	transition: all .3s;
		width: 35px;
		height: 35px;
}

.safirSocial li.facebook a:hover svg, .safirSocial li.facebook svg {
		fill: #38599B;
}

.safirSocial li.twitter a:hover svg, .safirSocial li.twitter svg {
		fill: #000;
}

.safirSocial li.youtube a:hover svg, .safirSocial li.youtube svg {
		fill: #EB2429;
}

.safirSocial li.pinterest a:hover svg, .safirSocial li.pinterest svg {
		fill: #CD2127;
}

.safirSocial li.instagram a:hover svg, .safirSocial li.instagram svg {
		fill: #B83C92;
}

.safirSocial li.linkedin a:hover svg, .safirSocial li.linkedin svg {
		fill: #00659B;
}

.safirSocial li.rss a:hover svg, .safirSocial li.rss svg {
		fill: #F15B29;
}

/* FOOTER */

footer {
	background: #fff;
	position: relative;
	padding-top: 30px;
	border-top: 3px solid var(--c1);
}

footer .footerCols {
	margin: 0 -15px;
}

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

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

footer .mainHeading {
	margin: 0;
	padding: 0;
	font-size: 17px;
}

footer .mainHeading:after {
	margin-bottom: 0;
}

footer .about {
	color: #a2a2a2;
}

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

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

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

footer .footermenu1 .sub-menu {
	display: none;
}

footer .footermenu1 ul {
	margin: 0 -15px;
	overflow: hidden;
}

footer .footermenu1 li {
	padding: 0 15px;
	float: left;
	width: 50%;
}

footer .footermenu1 li a {
	color: #a2a2a2;
	display: flex;
	align-items: center;
	font-weight: 500;
	transition: all .3s;
	line-height: 50px;
	border-bottom: 1px solid #f7f7f7;
}

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

footer .footermenu1 .safiricon svg {
	width: 16px;
	width: 16px;
}

footer .footermenu2 .sub-menu {
	display: none;
}

footer .footermenu2 ul {
	margin: 0 -15px;
	overflow: hidden;
}

footer .footermenu2 li {
	padding: 0 15px;
	float: left;
	width: 100%;
}

footer .footermenu2 li a {
	color: #a2a2a2;
	display: flex;
	align-items: center;
	transition: all .3s;
	font-weight: 500;
	line-height: 50px;
	border-bottom: 1px solid #f7f7f7;
}

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

footer .footermenu2 .icon svg {
	width: 16px;
	height: 16px;
}

footer #footerBottom {
	background: #000;
	color: #fff;
	margin-top: 30px;
}

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

footer .bottomText {
	padding-right: 70px;
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
}

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

footer .safirTop {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: var(--c1);
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .safirTop svg {
	width: 16px;
	height: 16px;
}

/* BREADCRUMB */

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

#breadcrumb a {
	color: #000;
}

/* AUTHOR */

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

#authorRelated {
	margin: -30px;
}

#authorRelated .item {
	line-height: 20px;
	padding: 15px 30px 15px 50px;
	border-top: 2px solid #f1f1f1;
	position: relative;
}

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

#authorRelated .item .themeicon {
	position: absolute;
	top: 15px;
	left: 30px;
}

#authorRelated .item svg {
	width: 16px;
	height: 16px;
	margin: 2px 0;
}

#authorRelated .item a {
	color: #000;
	font-weight: 500;
}

#authorRelated .item a:hover {
	color: var(--c1);
}

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

#authorRelated .item .title:before {
	color: var(--c1);
}

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

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

#allAuthorsPage .post .author-name a:hover {
	color: var(--c1);
}

/* OWL */

.safirBox .owl-nav {
	position: absolute;
	right: 16px;
	top: 16px;
	color: #fff;
	background: var(--c1);
}

.safirBox .owl-nav div {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
}

.safirBox .owl-nav div svg {
	width: 14px;
	height: 14px;
	margin: 8px;
}

.safirBox .owl-nav .owl-prev {
	background: rgba(0,0,0,0.1);
}

.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}

/* 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:1040px) {

	header {
		flex-direction: column-reverse;
	}

	#toplogin {
		display:none;
	}

	#topbar {
		text-align: center;
	}

	#topbar .innerContainer {
		padding: 0;
	}

	#topmenu {
		float: none;
		display: inline-block;
		width: 100%;
		background: rgba(255,255,255,0.075);
	}

	#topbar .rightGroup {
		float: none;
		text-align: left;
	}

	#currency .item {
		margin-left: 0;
	}

	#weather {
		background: none;
		margin-left: 0;
	}

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

	#mobileHeader {
		width: 100%;
	}	

	#header-logo {
		height: 60px;
		float: none;
		display: block;
		padding: 0 60px;
		box-shadow: 0 0 3px rgba(0,0,0,0.15);
		position: relative;
		z-index: 1;
	}

	#header-logo h1, #header-logo span {
		height: 60px;
		display: block;
		text-align: center;
	}

	#header-logo a {
		line-height: 60px;
		padding: 0 5px;
		display: inline-block;
	}

	#header-logo img {
		vertical-align: middle;
	}

	#header-cont .toggleMenu {
		display: block;
		position: absolute;
		z-index: 2;
		width: 60px;
		height: 60px;
		border-right: 1px solid #eee;
		top: 0;
		left: 0;
		cursor: pointer;
	}

	#header-cont .toggleMenu svg {
		width: 20px;
		height: 20px;
		margin: 20px;
	}

	#header-cont .membershipButton {
		display: block;
		position: absolute;
		z-index: 2;
		overflow: hidden;
		border-left: 1px solid #eee;
		top: 0;
		right: 0;
		cursor: pointer;
	}

	#header-cont .membershipButton .icon {
		display: block;
	}

	#header-cont .membershipButton svg {
		width: 20px;
		height: 20px;
		margin: 20px;
	}

	#header-cont .membershipButton .icon:last-child, #header-cont .membershipButton.active .icon:first-child {
		display: none;
	}

	#header-cont .membershipButton.active .icon:last-child {
		display: block;
	}

	#header-cont .membershipMenuContainer {
		display: none;
	}

	#header-cont .membershipMenuContainer #loginMenu {
		border-top: 1px solid #eee;
		display: block;
		position: absolute;
		right: 0;
		top: 60px;
		z-index: 999;
		width: 100%;
	}

	#mainMenu {
		display: none;
	}

}

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

	footer {
		padding: 0;
	}

	footer #footerBottom {
		margin-top: 0;
	}

	footer .bottomText {
		padding-left: 10px;
	}

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

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

	footer .footerSocial {
		margin-bottom: 10px;
	}

	footer .footerSocial .safirSocial li {
		display: inline-block;
		float: none;
	}

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

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

	.advancedPostsWidget3.wideWidget .post-container {
		width: 50%;
		clear: none !important;
	}

	.advancedPostsWidget3.wideWidget .post-container:nth-child(2n+1) {
		clear: both;
	}

	body .advancedPostsWidget6.wideWidget .post-container {
		width: 33.33333333%;
		clear: none !important;
	}

	body .advancedPostsWidget6.wideWidget .post-container:nth-child(3n+1) {
		clear: both;
	}

}

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

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

	.innerContainer.home {
		padding-bottom: 0;
	}

	.home .innerContainer.home {
		padding-bottom: 10px;
	}

	.safirBox {
		padding: 10px;
	}

	#main {
		margin: 10px 0;
	}

	.innerContainer {
		padding: 0;
	}

	.mainHeading, .sidebarWidget .mainHeading {
		margin: -10px -10px 0;
		padding: 20px 10px 0;
	}

	.mainHeading:after, .sidebarWidget .mainHeading:after {
		margin: 20px -10px 10px;
	}

	.safirBox.sidebarWidget {
		padding-left: 10px;
		padding-right: 10px;
	}

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

	.safirnavi {
		padding-top: 10px;
	}

	#currency {
		float: none;
		text-align: center;
	}

	#currency .item .icon, #currency .item .info {
		float: none;
		text-align: left;
		display: inline-block;
	}

	#currency .item {
		text-align: center;
		padding: 0;
	}

	#currency.col1 .item {
		width: 100%;
	}

	#currency.col2 .item {
		width: 50%;
	}

	#currency.col3 .item {
		width: 33.3333333333333%;
	}

	#currency.col4 .item {
		width: 25%;
	}

	#weather {
		float: none;
		background: #191919;
	}

	#weather .data {
		text-align: center;
	}

	#weather .icon, #weather .info {
		float: none;
		display: inline-block;
	}

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

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

	#single .singleHeading {
		margin-bottom: 10px;
	}

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

	#single .metaBox .meta {
		padding: 5px 20px 5px 0;
		border-left: 0;
	}

	#single .metaBox .sizing {
		margin: 5px 6px 5px 0;
		float: left;
	}

	#single .metaBox .sizing.fontplus {
		clear: both;
	}

	#single .metaBox .share {
		margin: 5px 0;
		float: left;
	}

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

	#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: 0;
		padding: 10px;
	}

	#comments {
		margin-top: 10px;
	}

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

	.sfrCommentsList .reply {
		top: 10px;
		right: 10px;
	}

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

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

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

	.prevNextPosts {
		margin-bottom: 10px;
	}

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

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

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

	.safirBox .owl-nav {
		top: 15px;
		right: 10px;
	}

	.advancedPostsWidget4 .items {
		margin: 0 -10px -10px;
	}

	.advancedPostsWidget4 .post-container {
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.sfrIconForm form p.status {
		margin: -10px -10px 10px;
		padding: 10px 10px 10px 35px;
	}

	.sfrIconForm p.status:before {
		left: 10px;
		top: 10px;
	}

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

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

	#profile .profileButtons {
		top: 5px;
		right: 5px;
	}

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

	#authorRelated {
		margin: -10px;
	}

	#authorRelated .item {
		padding: 10px 10px 10px 30px;
	}

	#authorRelated .item .themeicon {
		top: 10px;
		left: 10px;
	}

	.safirBox.margintop {
		margin-top: 10px;
	}

	.tabbedWidget .tabheading a {
		margin-bottom: 10px;
	}

	.tabbedWidget .items {
		margin: 0 -5px -10px;
	}

	.tabbedWidget .post-container {
		padding: 0 5px;
		margin-bottom: 10px;
	}

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

	.advancedPostsWidget1 .items {
		margin: 0 -5px -10px;
	}

	.advancedPostsWidget1 .post-container {
		padding: 0 5px;
		margin-bottom: 10px;
	}

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

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

	.advancedPostsWidget1 .post-container {
		width: 25% !important;
		clear: none !important;
	}

	.advancedPostsWidget1 .post-container:nth-child(4n+1) {
		clear: both !important;
	}

	.advancedPostsWidget2 .items {
		margin: 0 -5px -10px;
	}

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

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

	.advancedPostsWidget2 .post-container {
		width: 25% !important;
		clear: none !important;
	}

	.advancedPostsWidget2 .post-container:nth-child(4n+1) {
		clear: both !important;
	}

	.advancedPostsWidget3 .items {
		margin: 0 -5px -22px !important;
	}

	.advancedPostsWidget3 .post-container {
		padding: 0 5px;
		margin-bottom: 10px !important;
	}

	.advancedPostsWidget3 .post {
		padding-bottom: 10px !important;
	}

	body .advancedPostsWidget3 .post-container {
		width: 50% !important;
		clear: none !important;
	}

	body .advancedPostsWidget3 .post-container:nth-child(2n+1) {
		clear: both !important;
	}

	.advancedPostsWidget3.homeWidget .post .safirthumb, .advancedPostsWidget3.wideWidget .post .safirthumb {
		width: 130px;
	}

	.advancedPostsWidget3.homeWidget .post .detail, .advancedPostsWidget3.wideWidget .post .detail {
		margin-left: 145px;
	}

	.advancedPostsWidget3.sidebarWidget .post .safirthumb {
		width: 90px;
	}

	.advancedPostsWidget3.sidebarWidget .post .detail {
		margin-left: 100px;
	}

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

	.advancedPostsWidget5 .post .summary {
		margin-top: 10px;
	}

	.advancedPostsWidget5 .titles a {
		padding: 0 10px;
	}

	.advancedPostsWidget5 .post .safirMetas {
		margin-top: 10px;
	}

	body .advancedPostsWidget6 {
		padding: 0 10px;
	}

	body .advancedPostsWidget6 .post-container {
		width: 50% !important;
		clear: none !important;
	}

	body .advancedPostsWidget6 .post-container:nth-child(2n+1) {
		clear: both !important;
	}

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

	.doubleWidget {
		padding: 0 10px;
	}

	.doubleWidget .items {
		margin: 0 -5px -22px;
	}

	.doubleWidget .post-container {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.doubleWidget .post {
		padding-bottom: 10px;
	}

	.doubleWidget .leftSide {
		padding-right: 5px;
	}

	.doubleWidget .rightSide {
		padding-left: 5px;
	}

	.fiveWidget .leftSide {
		padding-right: 5px;
	}

	.fiveWidget .rightSide {
		padding-left: 5px;
	}

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

	.fiveWidget .leftSide .post .summary {
		margin-top: 10px;
	}

	.fiveWidget .leftSide .post .safirMetas {
		margin-top: 10px;
	}

	.fiveWidget .rightSide .items {
		margin-bottom: -22px;
	}

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

	.fiveWidget .rightSide .post {
		padding-bottom: 10px;
	}

	#related .advancedPostsWidget1 .post-container {
		width: 100% !important;
	}

	.listing.galleryWidget .items {
		margin: 0 -5px -10px;
	}

	.listing.galleryWidget .post-container {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.galleryWidget .items {
		margin: 0 -5px;
		overflow: hidden;
	}

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

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

	.sidebarWidget .burcList {
		margin-bottom: 0;
	}

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

	.listingWidget .widgetContent {
		margin: -5px -10px -12px !important;
	}

	.listingWidget .items a {
		padding: 15px;
	}

	.listingWidget .widgetContent .items a {
		width: 50% !important;
	}

	.sliderWidget .slider {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.sliderWidget .rightGroup {
		float: none;
		width: 100%;
		padding-right: 10px;
	}

	.sliderWidget .rightGroup .post-container {
		width: 25%;
	}

	.sliderWidget .rightGroup .post-container.wide {
		width: 50%;
	}

	#modalburc .burcList {
		padding: 10px;
	}

	form p {
		margin-bottom: 10px;
	}

	footer .bottomText {
		min-height: 40px;
	}

	.authorsWidget .widgetContent, .commentsWidget.sidebarWidget .widgetContent {
		margin: -10px;
	}

}

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

	.advancedPostsWidget1 .post-container {
		width: 33.333333333% !important;
	}

	.advancedPostsWidget1 .post-container:nth-child(4n+1) {
		clear: none !important;
	}

	.advancedPostsWidget1 .post-container:nth-child(3n+1) {
		clear: both !important;
	}

	.advancedPostsWidget2 .post-container {
		width: 33.333333333% !important;
	}

	.advancedPostsWidget2 .post-container:nth-child(4n+1) {
		clear: none !important;
	}

	.advancedPostsWidget2 .post-container:nth-child(3n+1) {
		clear: both !important;
	}

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

}

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

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

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

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

	.listing.article .postarticle {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.tabbedWidget .post-container {
		width: 50%;
		clear: none !important;
	}

	.tabbedWidget .post-container:nth-child(2n+1) {
		clear: both !important;
	}

	body .advancedPostsWidget6 .post-container {
		width: 100% !important;
	}

	.doubleWidget {
		padding: 0;
	}

	.doubleWidget .leftSide {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.doubleWidget .rightSide {
		width: 100%;
		padding-left: 0;
	}

}

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

	.advancedPostsWidget4 .post .safirthumb {
		float: none;
		width: 100%;
	}

	.advancedPostsWidget4 .post .detail {
		margin-left: 0;
		padding-top: 10px;
	}

}

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

	#weather .icon, #weather .info {
		float: left;
		display: block;
		text-align: left;
	}

	footer #footerBottom .innerContainer {
		padding-top: 10px;
		padding-bottom: 10px;
	}

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

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

	#single.attachment #image {
		margin: 0 -10px;
	}

	#single.attachment #image img {
		width: 100%;
		border: 0;
		padding: 0;
	}

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

	.listing.galleryWidget .post-container:nth-child(3n+1) {
		clear: none !important;
	}

	.listing.galleryWidget .post-container:nth-child(2n+1) {
		clear: both !important;
	}

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

	.advancedPostsWidget1 .post-container:nth-child(3n+1) {
		clear: none !important;
	}

	.advancedPostsWidget1 .post-container:nth-child(2n+1) {
		clear: both !important;
	}

	.advancedPostsWidget2 .post-container {
		width: 50% !important;
	}

	.advancedPostsWidget2 .post-container:nth-child(3n+1) {
		clear: none !important;
	}

	.advancedPostsWidget2 .post-container:nth-child(2n+1) {
		clear: both !important;
	}

	body .advancedPostsWidget3 .post-container {
		width: 100% !important;
	}

	.advancedPostsWidget5 .items {
		width: 100%;
		margin-bottom: 10px;
	}

	.advancedPostsWidget5 .titles {
		width: 100%;
	}

	.advancedPostsWidget5 .titles .active:before {
		display: none;
	}

	.fiveWidget .leftSide {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.fiveWidget .rightSide {
		width: 100%;
		padding-right: 0;
	}

	.listingWidget .widgetContent .items a {
		width: 100% !important;
	}

	.sliderWidget .rightGroup .post-container {
		width: 50%;
	}

	.sliderWidget .rightGroup .post-container.wide {
		width: 100%;
	}

}


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

	#currency.col3, #currency.col4 {
		text-align: left;
		padding: 5px 0;
	}

	#currency.col3 .item, #currency.col4 .item {
		padding: 5px 10px;
		text-align: left;
	}

	#currency.col3 .item {
		width: 100%;
	}

	#currency.col4 .item {
		width: 50%;
	}

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

	.prevNextPosts .prev, .prevNextPosts .next {
		width: 100%;
		margin-bottom: 10px;
	}

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

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

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

}

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

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

}

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

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

}
