/*
Theme Name: Safirblog
Theme URI: https://safirdemo.com/safirblog
Description: https://safirdemo.com/safirblog
Author URI: https://safirtema.com
Author: Safir Tema
Requires PHP: 7.3
Version: 2.1
License: Safir Blog Wordpress Teması Niğde 3.Noterliği tarafından Safir Tasarım adına tescillenmiş olup, ilgili dijital ürünün kopyalanması, lisanssız kullanılması ve dağıtılması halinde hakkınızda yasal işlem başlatılacaktır.
License URI: https://safirtema.com

NOT: Tema güncellemelerinin sağlıklı yapılabilmesi için üstteki alanlarda düzenleme yapmamalısınız.
*/

/* SAFIRBLOG FONT */

	@font-face {
		font-family: "safirblog";
		src:url("fonts/safirblog.eot");
		src:url("fonts/safirblog.eot?#iefix") format("embedded-opentype"),
		url("fonts/safirblog.woff") format("woff"),
		url("fonts/safirblog.ttf") format("truetype"),
		url("fonts/safirblog.svg#safirblog") format("svg");
		font-weight: normal;
		font-style: normal;
	}

	.wp-block-gallery figure a .icon:before, .sfrIconForm .icon span:before, #search .searchButton:before, #menu li.menu-item-has-children span.arrow, .sliderWidget .sfrNav span:before, .slidingWidget .owl-nav div:before, .safirTop:before,  .owl-nav div, .safirMetas .meta:before, .safirSocial a:before, #single .metaBox .icon:before, #single .tags .title:before, .reading ul li:before, #singleContent div.gallery .gallery-item a .icon:before, .sfrCommentsList a.comment-reply-link:before, .sfrCommentsList .comment-body:before, #gallery-links a:before, #gallery-links a:after, .searchWidget button:before, #mobileHeader .toggleMenu:before, #mobileHeader .searchButton:before, #hamburgermenu span.close:before, #mobilemenu .mobilearrow:before {
		font-family: "safirblog" !important;
		content: attr(data-icon);
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

/* SAFİR RESET  */

	* {
		outline:0;
		margin:0;
		padding:0;
		vertical-align: bottom;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}

	ol {
		list-style-position:inside;
	}

	ul {
		list-style:none;
		list-style-position:outside;
	}

	blockquote {
		margin-left: 30px;
		padding-left: 10px;
		border-left: 3px solid #eee;
	}

	a {
		text-decoration:none;
	}

	a:hover {
		text-decoration:none;
		color: #222;
	}

	a img {
		border:none;
	}

	img {
		max-width: 100%;
		height: auto;
		width: auto;
	}

	body {
		font-size: 14px;
		color: #000;
		background: #f8f8f8;
	}

	h1 {
		font-size:20px;
	}

	h2 {
		font-size:19px;
	}

	h3 {
		font-size:18px;
	}

	h4, h5, h6 {
		font-size:16px;
	}

	iframe {
		max-width: 100%;
	}

	td, th {
		border:1px solid #ddd;
		padding: 10px;
	}

/* GENERAL CLASSES */

	.safiricon {
		display: block;
		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: 20px;
	}

	.catDesc {
		line-height: 1.8;
		margin-bottom: 30px;
		padding: 10px;
		font-size: 14px;
		background: #fafafa;
		border-radius: 3px;
	}

	.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%;
	}

	.shiftBottom {
		margin-bottom: 10px;
	}

	.mainHeading {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.mainHeading:before {
		content: "";
		display: block;
		width: 50px;
		margin: auto;
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		border-radius: 1px;
	}

	.mainHeading:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #f1f1f1;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.sidebarWidget .mainHeading {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.safirReklam {
		border-radius: 3px; 
		font-size: 20px; 
		padding: 50px 10px; 
		background: #f0f0f0; 
		text-shadow: 1px 1px 1px #fff; 
		color: #717171; 
		text-align: center;
		font-weight: 600
	}

	.reading {
		font-size: 16px;
		line-height: 1.8;
		text-align: justify;
	}

	.reading p, .reading li {
		margin-bottom: 10px;
	}

	.reading>ul {
		border-top: 2px solid #f1f1f1;
		margin-bottom: 20px;
	}

	.reading>ul li {
		list-style-type: none;
		list-style-position: inside;
		border-bottom: 2px solid #f1f1f1;
		padding: 10px 0 10px 45px;
		margin-bottom: 0;
		position: relative;
		color: #6b6a6a;
		font-weight: 600;
	}

	.reading>ul li:before {
		display: block;
		position: absolute;
		left: 20px;
		top: 16px;
		content: "\E027";
	}

	.reading ol li {
		margin-left: 20px;
		list-style-position: inside;
	}

	.reading h1, .reading h2, .reading h3, .reading h4, .reading h5, .reading h6 {
		position: relative;
		margin-bottom: 20px;
	}

	.reading .ads {
		margin-bottom: 20px;
	}

	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: bold;
	}

	.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: #dfdfdf;
	}

	.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;
		margin: 0 -7px;
	}

	.safirMetas .safirCategoryMeta {
		display: inline-block;
	}

	.safirMetas .meta {
		float: left;
		margin: 0 7px;
		line-height: 20px;
		font-weight: 600;
	}

	.safirMetas .meta:before {
		display: block;
		float: left;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		margin: 4px 4px 4px 0;
		content: "\E00F";
	}

	.safirMetas .meta.author:before {
		content: "\E00F";
	}

	.safirMetas .meta.date:before {
		content: "\E025";
	}

	.safirMetas .meta.category:before {
		content: "\E026";
	}

	.safirMetas .meta.comment:before {
		content: "\E008";
	}

	.safirMetas .meta.hit:before {
		content: "\E03C";
	}

	.safirMetas a {
		color: #a2a2a2;
	}

	.safirMetas a:hover {
		color: #000;
	}

/* ADS */

	.fixedAd {
		position: absolute;
		z-index: 20;
		display: none;
		top: 30px;
	}

	.ads {
		text-align: center;
	}

/* TOPBAR */

	#topbar {
		color: rgba(255,255,255,0.8);
		position: relative;
		z-index: 200;
		padding: 10px 0;
	}

	#topbar a {
		color: rgba(255,255,255,0.8);
		display: flex;
		align-items: center;
	}

	#topbar svg {
		width: 16px;
		height: 16px;
	}

	#topbar a:hover {
		color: #fff;
	}

	#topmenu {
		float:left;
	}

	#topmenu .sub-menu {
		display: none;
	}

	#topmenu ul {
		overflow: hidden;
	}

	#topmenu li {
		display: inline-block;
		line-height: 20px;
		margin-right: 20px;
	}

	#headerSocial {
		float: right;
	}

/* HEADER */

	header {
		background: #fff;
		box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.03);
		position: relative;
		z-index: 999;
	}

	#header-cont {
		position: relative;
	}

	.is-sticky #header-cont {
		background: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	}

	#header-cont .innerContainer {
		overflow: visible;
		display: flex;
		align-items: center;
	}

	#header-cont .toggleMenu {
		display: none;
	}

	#header-logo {
		position: relative;
		z-index: 100;
	}

	#header-logo img {
		width: auto;
	}

/* MENU	 */

	#mainMenu {
		margin-left: auto;
		position: relative;
	}

	#menu {
		clear: both;
		z-index:40;
		position:relative;
		font-weight: 600;
		font-size: 15px;
	}

	#menu>ul {
		position: relative;
	}

	#menu li {
		float: left;
		position: relative;
	}

	#menu li .icon svg {
		width: 16px;
		height: 16px;
	}

	#menu a {
		display: flex;
		align-items: center;
		position: relative;
		color: #303030;
		position: relative;
		padding: 0 20px;
		transition: all .3s ease;
		border-top: 2px solid rgba(0,0,0,0);
	}

	#menu>ul>li>a:before {
		display: block;
		width: 1px;
		height: 20px;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -10px;
		background: #f0f0f0;
	}

	#menu>ul>li:hover>a {
		color: #000;
	}

	#menu .sub-menu {
		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-size: 13px;
	}

	#menu .sub-menu li {
		float:none;
		background: none;
		position: relative;
		display: block;
		line-height:40px;
		padding: 0;
		border-top: 1px solid #eee;
	}

	#menu .sub-menu li:first-child {
		border-top: 0;
	}

	#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 .sub-menu .sub-menu {
		left: 100%;
		top: -1px;
	}

	#menu li.menu-item-has-children span.arrow {
		display: inline-block;
		color: #898989;
	}

	#menu li.menu-item-has-children span.arrow:before {
		display: block;
		content: "\E037";
		font-size: 8px;
		width: 8px;
		height: 8px;
		line-height: 8px;
		margin-left: 4px;	
	}

	#menu li.menu-item-has-children li.menu-item-has-children span.arrow {
		margin-left: auto;
	}

	#menu li.menu-item-has-children li.menu-item-has-children span.arrow:before {
		content: "\E027";
	}

	#menu>ul>li.metinsiz>a>.icon {
		margin-right: 0;
	}

	#menu>ul>li.metinsiz>a>.icon svg {
		width: 20px;
		height: 20px;
	}

	#menu>ul>li.metinsiz>a>.text, #menu>ul>li.metinsiz>a>.arrow {
		display: none;
	}

/* SEARCH */

	#search .searchButton {
		margin-top: 2px;
		display: flex;
		align-items: center;
	}
	
	#search .searchButton:before {
		content: "\E028";
		display: block;
		width: 20px;
		height: 20px;
		font-size: 20px;
		line-height: 20px;
		padding: 0 20px;
		border-left: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}

	#search .searchForm {
		display: none;
		position: absolute;
		right: 10px;
		z-index: 999;
		width: 275px;
	}

	#search .searchForm:before {
		content: "";
		display: block;
		position: absolute;
		right: 24px;
		top: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #e0e0e0 transparent;
	}

	#search .searchWidget {
		box-shadow: 0 0 8px rgba(0,0,0,0.1);
	}

/* MOBILE */

	.hamburgerActive {
		overflow-y: hidden;
	}

	#mobileHeader {
		background: #fff;
		z-index: 100000;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#mobileHeader .toggleMenu {
		display: none;
		cursor: pointer;
	}

	#mobileHeader .toggleMenu:before {
		content: "\E026";
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		margin: 15px;
	}

	#mobileHeader>.searchButton {
		display: none;
		cursor: pointer;
	}

	#mobileHeader .searchButton:before {
		content: "\E028";
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		margin: 15px;
	}

	#mobileHeader .searchButton.active:before {
		content: "\E01D";
	}

    #hamburgermenu {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		overflow-y: scroll;
		background: #121212;
		transition: all .5s;
		color: #fff;
	}

	.hamburgerActive #hamburgermenu {
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}

	#hamburgermenu .logoBlock {
		display: flex;
		align-items: center;
	}

	#hamburgermenu .logoBlock a {
		margin: 15px;
	}

	#hamburgermenu span.close {
		display: block;
		width: 40px;
		height: 40px;
		margin-left: auto;
		cursor: pointer;
	}

	#hamburgermenu span.close:before {
		content: "\E01D";
		display:block;
		width: 20px;
		height: 20px;
		line-height:20px;
		font-size: 18px;
		text-align: center;
		margin: 10px;
	}

	#mobilemenuContainer {
		overflow: hidden;
		border-bottom: 1px solid rgba(255,255,255,0.05);
	}

	#mobilemenu li {
		position: relative;
	}

	#mobilemenu .mobilearrow {
		width: 30px;
		height: 30px;
		background: rgba(255,255,255,0.1);
		border-radius: 3px;
		display: block;
		right: 10px;
		top: 15px;
		position: absolute;
		z-index: 2;
		cursor: pointer;
	}

	#mobilemenu .mobilearrow:before {
		content: "\E037";
		width: 8px;
		height: 8px;
		line-height: 8px;
		font-size: 8px;
		display: block;
		margin: 11px;
	}

	#mobilemenu .mobilearrow.toggle:before {
		content: "\E01D";
	}

	#mobilemenu a {
		display: flex;
		align-items: center;
		border-top: 1px solid rgba(255,255,255,0.05);
		padding: 20px 15px;
		text-transform: uppercase;
		line-height: 20px;
		font-size: 13px;
		color: #fafafa;
		position: relative;
		z-index: 1;
	}

	#mobilemenu a:hover {
		background: rgba(255,255,255,0.02);
	}

	#mobilemenu .sub-menu {
		display: none;
	}

	#mobilemenu .sub-menu a {
		padding-left: 40px;
	}

	#mobilemenu .sub-menu .sub-menu a {
		padding-left: 80px;
	}

	#mobilemenu li span.icon svg {
		width: 16px;
		height: 16px;
	}

	#mobileSocial {
		padding: 10px;
		text-align: center;
	}

	#mobileSocial .safirSocial {
		display: inline-block;
	}

	#mobileSocial .safirSocial li {
		float: none;
		margin: 3px;
		display: inline-block;
		border-radius: 0;
	}

	#mobileSocial .safirSocial a {
		height: 24px;
		width: 24px;
	}

	#mobileSocial .safirSocial a:before {
		height: 24px;
		width: 24px;
		line-height: 24px;
		font-size: 24px;
	}

	#overlay {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999998;
		top: 0;
		left: 0;
	}

/* DESIGN */

	#safirPage {
		background: #f8f8f8;
		margin: auto;
		position: relative;
		transition: all .5s;
	}

	.innerContainer {
		max-width: 1190px;
		padding: 0 10px;
		margin: auto;
		overflow: hidden;
		position: relative;
	}

	#wrapper {
		z-index:30;
		position:relative;
		max-width: 1170px;
		margin: 30px auto;
	}

	#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%;
	}

/* SLIDER */

	#slider {
		margin: 12px 0;
		overflow: hidden;
	}

	#slider .post-container {
		padding: 0 6px;
	}

	.desktop #slider .post-container {
		padding: 0 6px;
		width: 394px;
	}

	.mobile #slider .post-container {
		padding: 0;
	}

	#slider .post {
		position: relative;
	}

	#slider .post>a {
		color: #fff;
	}

	#slider .post .background {
		display: block;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #000;
		opacity: 0.4;
		z-index: 1;
		transition: all .3s;
	}

	#slider .post:hover .background {
		opacity: 0.6;
	}

	#slider .post .safirthumb {
		overflow: hidden;
	}

	#slider .post .safirthumb .safirthumbx {
		transition: all .4s;
		max-width: 100%;
	}

	#slider .post:hover .safirthumb .safirthumbx {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	#slider .post .safirCategoryMeta {
		position: absolute;
		width: 100%;
		left: 0;
		top: 10px;
		z-index: 2;
		text-align: center;
		pointer-events: none;
		transition: all .3s;
	}

	#slider .post:hover .safirCategoryMeta {
		top: 30px;
	}

	#slider .post .safirCategoryMeta a {
		display: inline-block;
		color: #fff;
		border-radius: 3px;
		padding: 5px 10px;
		margin: 4px 2px;
		pointer-events: all;
	}

	#slider .post .safirCategoryMeta a:hover {
		color: #fff !important;
	}

	#slider .post .safirCategoryMeta a:before {
		display: none;
	}

	#slider .post .detail {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 20px;
		z-index: 2;
		text-align: center;
		transition: all .3s;
	}

	#slider .post:hover .detail {
		bottom: 40px;
	}

	#slider .post .detail .title {
		font-size: 19px;
		text-shadow: 0 0 3px rgba(0,0,0,0.3);
		padding: 0 10px;
		line-height: 24px;
		max-height: 72px;
		overflow: hidden;
	}

	#slider .post .safirMetas {
		display: inline-block;
		margin-top: 10px;
		color: #cdcdcd;
	}

	#slider .owl-nav div {
		width: 40px;
		height: 100%;
		padding: 10px;
		cursor: pointer;
		position: absolute;
		top: 0;
		color: #343434;
		z-index: 20;
		background: rgba(255,255,255,0.7);
		transition: all .3s;
	}

	.mobile #slider .owl-nav div {
		width: 40px;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		background: rgba(255,255,255,0.5);
	}

	#slider .owl-carousel {
		position: relative;
	}

	#slider .owl-nav .owl-prev {
		left: -40px;
	}

	#slider .owl-nav .owl-next {
		right: -40px;
	}

	.mobile #slider .owl-nav .owl-prev {
		left: 0;
	}

	.mobile #slider .owl-nav .owl-next {
		right: 0;
	}

	#slider .owl-nav div:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin: -10px 10px 0;
	}

	#slider .owl-nav .owl-prev:before {
		content: "\E03D";
	}

	#slider .owl-nav .owl-next:before {
		content: "\E027";
	}

	#slider:hover .owl-nav .owl-prev {
		left: 0;
	}

	#slider:hover .owl-nav .owl-next {
		right: 0;
	}

/* WIDGETS */

	.homeWidget, .sidebarWidget {
		margin-top: 30px;
	}

	.homeWidget:first-child, .sidebarWidget:first-child {
		margin-top: 0;
	}

	.adsWidget {
		text-align:center;
		background: #fafafa;
	}

	.nativeWidget li {
		border-top: 1px solid #f9f9f9;
		padding-top: 10px;
		margin-top: 10px;
	}

	.nativeWidget li:first-child {
		border-top: 0;
		padding-top: 0;
		margin-top: 0;
	}

	#searchform {
		position: relative;
	}

	#searchsubmit {
		position: absolute !important;
		top: 7px;
		right: 7px;
	}

	.sfrCatClr:hover {
		color: #a2a2a2 !important;
	}

	.sfrCatClr:before {
		content: "- ";
	}

	.sfrCatClr:first-child:before {
		content: "";
	}

	.sliderWidget .sfrCatClr:before, .advancedPostsWidget1 .sfrCatClr:before {
		content: "";
	}

	.sliderWidget .sfrCatClr:hover {
		color: #fff !important;
	}

	.homeWidget .post .title a, .sidebarWidget .post .title a {
		display: block;
	}

/* ADVANCED POSTS WIDGET - 1 */

	.advancedPostsWidget1 .items {
		margin: 0 -15px -30px;
		overflow: hidden;
	}

	.advancedPostsWidget1 .post-container {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.advancedPostsWidget1 .post {
		overflow: hidden;
		position: relative;
	}

	.advancedPostsWidget1 .post .safirthumb {
		float: left;
		width: 260px;
	}

	.advancedPostsWidget1 .post .safirCategoryMeta {
		margin-bottom: 10px;
	}

	.advancedPostsWidget1 .post .detail .safirCategoryMeta a {
		display: inline-block;
		margin-bottom: 3px;
		color: #fff;
		line-height: 25px;
		padding: 0 8px;
		border-radius: 3px;
		font-size: 13px;
	}

	.advancedPostsWidget1 .post .detail .safirCategoryMeta a:hover {
		color: #fff !important;
	}

	.advancedPostsWidget1 .post .detail {
		margin-left: 290px;
	}

	.advancedPostsWidget1 .post .title {
		font-weight: bold;
		font-size: 20px;
	}

	.advancedPostsWidget1 .post .title a {
		color: #000;
	}

	.advancedPostsWidget1 .post .summary {
		color: #666;
		margin-top: 5px;
	}

	.advancedPostsWidget1 .post .safirMetas {
		margin-top: 10px;
	}

	/* Sidebar */

		aside .advancedPostsWidget1 .items {
			margin: 0 -10px -20px;
		}

		aside .advancedPostsWidget1 .post-container {
			padding: 0 10px;
			margin-bottom: 20px;
		}

		aside .advancedPostsWidget1 .post .safirthumb {
			float: none;
			width: 100%;
			margin-bottom: 10px;
		}

		aside .advancedPostsWidget1 .post .safirCategoryMeta {
			position: absolute;
			top: 0;
			left: 0;
			padding: 10px;
			text-align: right;
			width: 100%;
		}

		aside .advancedPostsWidget1 .post .detail {
			margin-left: 0;
		}

		aside .advancedPostsWidget1 .post .title {
			font-weight: 600;
			font-size: 18px;
		}

/* ADVANCED POSTS WIDGET - 2 */

	.advancedPostsWidget2 .items {
		margin: 0 -15px -30px;
		overflow: hidden;
	}

	.advancedPostsWidget2 .post-container {
		float: left;
		padding: 0 15px;
		margin-bottom: 30px;
		width: 33.3333333333333333333%;
	}

	.advancedPostsWidget2 .post-container .post {
		position: relative;
	}

	.advancedPostsWidget2 .post .safirCategoryMeta {
		text-transform: uppercase;
		z-index: 2;
		position: absolute;
		right: 0;
		top: 0;
	}

	.advancedPostsWidget2 .post .safirCategoryMeta a {
		padding: 5px;
		color: #fff !important;
		display: block;
		white-space: nowrap;
		float: left;
		font-size: 12px;
	}

	.advancedPostsWidget2 .post .safirCategoryMeta a:before {
		display: none;
	}

	.advancedPostsWidget2 .post .title {
		font-size: 15px;
		font-weight: 600;
		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 .post .title a, body .advancedPostsWidget2 .post .title a:hover {
		color: #fff !important;
	}

	body .advancedPostsWidget2 .safirCategoryMeta a:hover {
		color: #fff !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;
	}

	aside .advancedPostsWidget2 .post-container {
		margin-bottom: 15px;
	}

	/* Sidebar */

	aside .advancedPostsWidget2 .items {
		margin: 0 -15px -20px;
	}

	aside .advancedPostsWidget2 .post-container {
		width: 100%;
		margin-bottom: 20px;
	}

/* ADVANCED POSTS WIDGET - 3 */

	.advancedPostsWidget3 .items {
		margin: 0 -15px -30px;
		overflow: hidden;
	}

	.advancedPostsWidget3 .post-container {
		padding: 0 15px;
		margin-bottom: 30px;
		width: 33.333333333333%;
		float: left;
	}

	.advancedPostsWidget3 .post {
		overflow: hidden;
		text-align: center;
		background: #fafafa;
	}

	.advancedPostsWidget3 .post .safirCategoryMeta {
		height: 25px;
		overflow: hidden;
		position: relative;
		margin-top: -27px;
	}

	.advancedPostsWidget3 .post .detail .safirCategoryMeta a {
		display: inline-block;
		color: #fff;
		line-height: 25px;
		padding: 0 8px;
		border-radius: 3px;
		font-size: 13px;
	}

	.advancedPostsWidget3 .post .detail .safirCategoryMeta a:hover {
		color: #fff !important;
	}

	.advancedPostsWidget3 .post .detail .safirCategoryMeta a:before {
		display: none;
	}

	.advancedPostsWidget3 .post .detail {
		padding: 15px;
	}

	.advancedPostsWidget3 .post .title {
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		margin-top: 10px;
	}

	.advancedPostsWidget3 .post .title a {
		color: #000;
	}

	.advancedPostsWidget3 .post .safirMetas {
		margin-top: 10px;
		line-height: 20px;
		height: 20px;
		overflow: hidden;
		display: inline-block;
	}

	/* Sidebar */

		aside .advancedPostsWidget3 .items {
			margin: 0 -10px -20px;
		}

		aside .advancedPostsWidget3 .post-container {
			padding: 0 10px;
			margin-bottom: 20px;
			width: 100%;
		}

/* SLIDER WIDGET */

	.sliderWidget {
		overflow: hidden;
		position: relative;
	}

	.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: 100%;
		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: 30px;
		pointer-events: none;
	}

	.sliderWidget .post .detail a {
		pointer-events: all;
	}

	.sliderWidget .slider .item {
		display: none;
		position: relative;
	}

	.sliderWidget .slider .item:first-child {
		display: block;
	}

	.sliderWidget .post .safirCategoryMeta {
		text-transform: uppercase;
		display: inline-block;
	}

	.sliderWidget .post .safirCategoryMeta a {
		padding: 0 8px;
		line-height: 30px;
		border-radius: 2px;
		color: #fff;
		display: inline-block;
		margin-bottom: 2px;
	}

	.sliderWidget .post .title {
		font-size: 25px;
		font-weight: 600;
		text-shadow: 1px 1px 3px rgba(0,0,0,.2);
		margin-top: 10px;
	}

	.sliderWidget .post .title a {
		color: #fff;
	}

	.sliderWidget .safirMetas {
		margin-top: 5px;
	}

	.sliderWidget .sfrNav {
		float: left;
		height: 30px;
		background: #fff;
		border-radius: 2px;
		margin-right: 10px;
		overflow: hidden;
	}

	.sliderWidget .sfrNav span {
		display: block;
		width: 30px;
		height: 30px;
		pointer-events: all;
		float: left;
		cursor: pointer;
	}

	.sliderWidget .sfrNav span:before {
		width: 10px;
		height: 10px;
		line-height: 10px;
		font-size: 10px;
		margin: 10px;
		display: block;
	}

	.sliderWidget .sfrNav span.sfrPrev {
		background: #ededed;
	}

	.sliderWidget .sfrNav span.sfrPrev:before {
		content: "\E03D";
	}

	.sliderWidget .sfrNav span.sfrNext:before {
		content: "\E027";
	}

	.sliderWidget .owl-dots {
		position: absolute;
		top: 20px;
		right: 20px;
		overflow: hidden;
	}

	.sliderWidget .owl-dot {
		float: left;
		border:2px solid #fff;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		margin-left: 5px;
		transition: all .7s;
	}

	.sliderWidget .owl-dot:first-child {
		margin-left: 0;
	}

/* SLIDING WIDGET */

	.slidingWidget .items {
		margin: 0 -15px;
		overflow: hidden;
		text-align: center;
	}

	.slidingWidget .post-container {
		padding: 0 15px;
	}

	.slidingWidget .post .safirthumb {
		margin-bottom: 10px;
		position: relative;
	}

	.slidingWidget .post .hover {
		opacity: 0;
		transition: all .4s;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.slidingWidget .post .hover:before {
		display: block;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0.75;
	}

	.desktop .slidingWidget.withIcon .post:hover .hover {
		opacity: 1;
	}

	.slidingWidget.withIcon .post .hover span {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -15px;
		display: block;
		width: 30px;
		height: 30px;
	}

	.slidingWidget.withIcon .post .hover span svg {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		display: block;
		line-height: 30px;
		font-size: 30px;
		color: #fff;
	}

	.slidingWidget .post .title {
		font-weight: bold;
		font-size: 14px;
		position: relative;
		padding-left: 20px;
		line-height: 20px;
	}

	.slidingWidget .post .title a {
		color: #000;
	}

	.slidingWidget .safirMetas {
		display: inline-block;
		margin-top: 8px;
	}

/* SEARCH WIDGET */

	.searchWidget {
		padding: 0 !important;
		position: relative;
	}

	.searchWidget input[type=text] {
		background: #fff !important;
		border-radius: 0 !important;
		padding-right: 75px !important;
		padding-left: 15px !important;
		height: 60px !important;
	}

	.searchWidget button {
		position: absolute;
		background: #e0e0e0;
		width: 60px;
		height: 60px;
		right: 0;
		top: 0;
		display: block;
		border: 0;
		cursor: pointer;
	}

	.searchWidget button:before {
		display: block;
		font-size: 20px;
		width: 20px;
		height: 20px;
		margin: 20px;
		text-align: center;
		line-height: 20px;
		content: "\E028" !important;
	}

/* MENU WIDGET */

	.safirCustomMenu.safirBox {
		overflow: visible;
	}

	.safirCustomMenu .sub-menu {
		display: none;
	}

	.safirCustomMenu li {
		border-top: 1px solid #f7f7f7;
	}

	.safirCustomMenu li:first-child {
		border-top: 0;
	}

	.safirCustomMenu a {
		display: flex;
		align-items: center;
		padding: 15px;
		line-height: 16px;
		color: #494949;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		transition: all .3s;
	}

	.safirCustomMenu a:hover {
		padding-left: 20px;
	}

	.safirCustomMenu a .icon {
		margin-right: 10px;
	}

	.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 .title {
		transition:all .2s;
	}

/* TABBED WIDGET */

	.tabbedWidget.safirBox {
		padding: 0;
	}

	.tabbedWidget .tabheading {
		overflow: hidden;
		position: relative;
		z-index: 2;
	}

	.tabbedWidget .tabheading a {
		display: block;
		text-align: center;
		padding: 20px 5px;
		line-height: 16px;
		color: #000;
		font-size: 14px;
		font-weight: 600;
		position: relative;
		border-bottom: 2px solid transparent;
		opacity: 0.6;
		transition: all .3s;
	}

	.tabbedWidget .tabheading a.active {
		opacity: 1;
	}

	.tabbedWidget .tabheading a .icon {
		display: inline-block;
		width: 16px;
		height: 16px;
	}

	.tabbedWidget .tabheading a .icon svg {
		width: 16px;
		height: 16px;
	}

	.tabbedWidget .tabs {
		border-top: 2px solid #f1f1f1;
		position: relative;
		z-index: 1;
		padding: 30px;
		top: -2px;
	}

	.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: 50%;
	}

	.tabbedWidget .post-container:nth-child(2n+1) {
		clear: both;
	}

	.tabbedWidget .post .safirthumb {
		float: left;
		width: 160px;
	}

	.tabbedWidget .post .detail {
		line-height: 16px;
		margin-left: 180px;
	}

	.tabbedWidget .post .title {
		font-weight: bold;
		font-size: 14px;
		position: relative;
	}

	.tabbedWidget .post .title a {
		color: #000;
	}

	.tabbedWidget .post .summary {
		color: #666;
		margin-top: 5px;
	}

	.tabbedWidget .post .safirMetas {
		margin-top: 10px;
	}

/* TIMELINE WIDGET */

	.timelineWidget .items {
		overflow: hidden;
	}

	.timelineWidget .post {
		overflow: hidden;
		position: relative;
		padding-bottom: 25px;
	}

	.timelineWidget .post .connector {
		position: absolute;
		top: 0;
		left: 31px;
		height: 100%;
		width: 8px;
		z-index: 1;
	}

	.timelineWidget .post .connector .line {
		background: #f1f1f1;
		display: block;
		margin: 0 3px;
		height: 100%;
	}

	.timelineWidget .post .connector .circle {
		background: #f1f1f1;
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: 11px;
	}

	.timelineWidget .post-container:last-child .connector .line {
		background: -moz-linear-gradient(top, #f1f1f1 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top, #f1f1f1 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, #f1f1f1 0%,rgba(255,255,255,0) 100%);
	}

	.timelineWidget .post-container:last-child .connector .circle {
		display: none;
	}

	.timelineWidget .post .time {
		float: left;
		width: 70px;
		border-radius: 2px;
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 30px;
		position: relative;
		z-index: 2;
	}

	.timelineWidget .post .detail {
		margin-left: 80px;
	}

	.timelineWidget .post .title {
		font-weight: 600;
		font-size: 16px;
	}

	.timelineWidget .post .title a {
		color: #000;
	}

	.timelineWidget .post .safirMetas {
		margin-top: 10px;
	}

/* LISTING */

	/* Gallery */

	.listing.slidingWidget .items {
		margin: 0 -15px -30px;
		overflow: hidden;
	}

	.listing.slidingWidget .post-container {
		float: left;
		width: 33.333333333%;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.listing.slidingWidget.homeWidget .post-container:nth-child(3n+1) {
		clear: both;
	}

/* SINGLE */

	#single .safirBox {
		margin-top: 30px;
	}

	#single .safirBox:first-child {
		margin-top: 0;
	}

	#single .singleHeading {
		margin-bottom: 25px;
	}

	#single .singleHeading h1 {
		font-size: 26px;
		line-height: 1.2;
	}

	#single .excerpt {
		font-weight: 600;
	}

	.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 .slidingWidget.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: 600;
	}

	#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 .icon {
		width: 16px;
		height: 16px;
		float: left;
		margin: 4px 4px 4px 0;
	}

	#single .metaBox .icon:before {
		font-size: 16px;
	}

	#single .metaBox .author .icon:before {
		content: "\E00F";
	}

	#single .metaBox .category .icon:before {
		content: "\E026";
	}

	#single .metaBox .date .icon:before {
		content: "\E025";
	}

	#single .metaBox .hit .icon:before {
		content: "\E03C";
	}

	#single .metaBox .comment .icon:before {
		content: "\E008";
	}

	#single .metaBox .safirCategoryMeta {
		display: inline-block;
	}

	#single .metaBox .share {
		float: right;
		margin: 10px 0;
	}

	#single .share a {
		width: 24px;
		height: 24px;
	}

	#single .share a:before {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 24px;
	}

	#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;
		display: flex;
	}

	#singleBlock.type2 .thumb {
		width: 55.1282051282051%;
		margin-left: auto;
	}

	#singleBlock .ads.type2 {
		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;
	}

	#single .tags .title {
		font-weight: bold;
	}

	#single .tags .title:before {
		content: "\E026";
		font-size: 11px;
		margin-right: 4px;
		position: relative;
		top: 1px;
	}

	#single .tags a {
		color: #8d8d8d;
	}

	#single .tags a:hover {
		color: #000;
	}

	/* Comments */

	#comments {
		clear: both;
		margin-top: 30px;
	}

	.sfrCommentsList ol.commentlist {
		margin: -30px 0;
	}

	.sfrCommentsList ol {
		list-style: none;
	}

	.sfrCommentsList ol li {
		clear: both;
		line-height: 1.5;
		overflow: hidden;
		border-top: 2px solid #f1f1f1;
	}

	.sfrCommentsList ol.commentlist>li:first-child {
		border-top: 0;
	}

	.sfrCommentsList ol li .comment-meta+p {
		margin: 5px 0 0 0;
	}

	.sfrCommentsList .reply {
		position: absolute;
		top: 30px;
		right: 0;
	}

	.sfrCommentsList a.comment-reply-link {
		display: inline-block;
		line-height: 20px;
		font-weight: 600;
	}

	.sfrCommentsList a.comment-reply-link:before {
		display: block;
		float: left;
		line-height: 20px;
		margin-right: 3px;
		content: "\E04A";
	}

	.sfrCommentsList #reply-title {
		margin-bottom: 8px;
	}

	.sfrCommentsList .comment-body {
		overflow: hidden;
		position: relative;
		padding: 30px 0;
	}

	.sfrCommentsList ol.children .comment-body {
		padding-left: 100px;
	}

	.sfrCommentsList ol.children ol.children .comment-body {
		padding-left: 200px;
	}

	.sfrCommentsList ol.children ol.children ol.children .comment-body {
		padding-left: 300px;
	}

	.sfrCommentsList ol.children .comment-body:before {
		display: block;
		position: absolute;
		top: 55px;
		margin-left: -35px;
		width: 24px;
		height: 24px;
		content: "\E011";
		color: #a2a2a2;
		font-size: 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 {
		float: left;
		font-style: normal;
		font-weight: 600;
		color: #000;
		font-size: 15px;
		line-height: 20px;
	}

	.sfrCommentsList .commentlist .comment-meta {
		color: #999;
		display: inline;
		font-size: 12px;
		line-height: 20px;
	}

	.sfrCommentsList .commentlist .comment-meta a {
		color: #999;
		display: inline-block;
		margin-left: 10px;
	}

	/* Form */

	.comment-form-cookies-consent {
		display: flex;
		align-items: center;
	}

	.comment-form-cookies-consent input[type=checkbox] {
		margin-right: 5px;
	}

	#respond {
		overflow: hidden;
	}

	#respond p.warning {
		color: #F42121;
		font-style: italic;
	}

	#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;
	}

/* ATTACHMENT */

	.safirGalleryAds {
		text-align: center;
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #ddd;
	}

	.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;
		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 .prev a:before {
		content: "\E03D";
		display: block;
		margin-right: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		float: left;
		background: rgba(0,0,0,0.4);
	}

	#gallery-links .next a {
		padding-left: 10px;
	}

	#gallery-links .next a:after {
		content: "\E027";
		display: block;
		margin-left: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		float: right;
		background: rgba(0,0,0,0.4);
	}

	#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: bold;
	}

	#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;
	}

	.wp-block-gallery figure a .icon, #singleContent div.gallery .gallery-item a .icon {
		background: rgba(0,0,0,0.5);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.wp-block-gallery figure a .icon:before, #singleContent div.gallery .gallery-item a .icon:before {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -15px;
		background: #fff;
		border-radius: 2px;
		box-shadow: 0 0 4px rgba(0,0,0,.3);
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		text-align: center;
		content: "\E04B";
	}

	#singleContent div.gallery .gallery-item a[href$= ".jpg"] .icon:before,
	#singleContent div.gallery .gallery-item a[href$= ".png"] .icon:before,
	#singleContent div.gallery .gallery-item a[href$= ".gif"] .icon:before,
	.wp-block-gallery figure a[href$= ".jpg"] .icon:before,
	.wp-block-gallery figure a[href$= ".png"] .icon:before,
	.wp-block-gallery figure a[href$= ".gif"] .icon:before {
		content: "\E04C";
	}

	#singleContent div.gallery .gallery-item img {
		border: 0;
	}

	#gallery-1, #gallery-2, #gallery-3 {
		clear: both;
	}

/* FORMS */

	form p {
		overflow: hidden;
		position: relative;
		margin-bottom: 15px;
		line-height: 30px;
	}

	form .wpcf7-form-control-wrap {
		width: 100%;
	}

	form input[type=text],
	form input[type=password],
	form input[type=tel],
	form input[type=email],
	form input[type=file],
	form textarea,
	form select,
	.searchWidget input[type=text] {
		width: 100%;
		display: block;
		font-weight: 600;
		outline: none;
		border: 1px solid #eee;
		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: 600;
		border: 0;
		border-radius: 3px;
		color: #fff;
		padding: 10px 20px;
		text-transform: uppercase;
		outline: none;
		overflow: visible;
		transition: all .25s;
		line-height: 16px;
	}

	form button.submit:hover, form button.submit:focus, form input[type=submit]:hover, form input[type=submit]:focus {
		background: #111;
	}

	form button.submit:before {
		font-size: 16px;
		margin-right: 4px;
		float: left;
	}

	form button.check:before {
		content: "\E06F";
	}

	#main div.wpcf7-validation-errors {
		padding: 0;
		margin: 0;
		border: 0;
	}

	#main div.wpcf7 label {
		font-size: 14px;
	}

	.sfrIconForm .item {
		width: 100%;
		display: block;
		outline: none;
		transition: all .25s;
		position: relative;
	}

	#main .sfrIconForm form input[type=text],
	#main .sfrIconForm form input[type=password],
	#main .sfrIconForm form input[type=tel],
	#main .sfrIconForm form input[type=email],
	#main .sfrIconForm form input[type=file],
	#main .sfrIconForm form select {
		padding-left: 40px !important;
		height: 50px;
	}

	#main .sfrIconForm form textarea {
		padding-left: 40px !important;
	}

	#main .sfrIconForm form textarea {
		height: 120px;
		padding-top: 15px;
	}

	.sfrIconForm .container {
		overflow: hidden;
		margin: 0 -5px;
	}

	.sfrIconForm .container .itemContainer {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.sfrIconForm .container.half .itemContainer {
		width: 50%;
		float: left;
	}

	.sfrIconForm .item .icon {
		width: 40px;
		height: 50px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}

	.sfrIconForm .item .icon span {
		display: block;
		width: 20px;
		height: 20px;
		margin: 15px 10px;
	}

	.sfrIconForm .item .icon span:before {
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: right;
		font-size: 16px;
		position: relative;
		top: 1px;
	}

	.sfrIconForm .item.name .icon span:before {
		content: "\E00F";
	}

	.sfrIconForm .item.mail .icon span:before {
		content: "\E017";
	}

	.sfrIconForm .item.message .icon span:before {
		content: "\E008";
	}

/* SAFIRNAVI */

	.safirnavi {
		overflow:hidden;
		clear: both;
		padding-top: 30px;
		text-align: center;
	}

	.safirnavi span, .safirnavi a {
		color: #fff;
		display: inline-block;
		line-height: 36px;
		width: 36px;
		border-radius: 50%;
		text-align: center;
		margin:0 5px 3px 0;
		transition: all .3s;
		font-weight: bold;
		font-size: 15px;
	}

	.safirnavi a:hover {
		background: #000 !important;
	}

	.safirnavi .current {
		background: #666 !important;
	}

/* SAFIR SOCIAL */

	.safirSocial ul {
		margin: 0 -3px;
		overflow: hidden;
	}

	.safirSocial li {
		float: left;
		margin: 0 3px;
	}

	.safirSocial a {
	    display: block;
	    height: 20px;
	    width: 20px;
		transition: all .3s;
		float: left;
		color: #d1d1d1;
	}

	.safirSocial a:before {
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	    text-align: center;
	    display: block;
	    font-size: 20px;
	    float: left;
	}

	.safirSocial li.facebook a:before {
	    content: "\E02D";
	}

	.safirSocial li.twitter a:before {
	    content: "\E02C";
	}

	.safirSocial li.youtube a:before {
	    content: "\E030";
	}

	.safirSocial li.pinterest a:before {
	    content: "\E02E";
	}

	.safirSocial li.instagram a:before {
	    content: "\E02F";
	}

	.safirSocial li.linkedin a:before {
	    content: "\E02B";
	}

	.safirSocial li.tumblr a:before {
		content: "\E036";
	}

	.safirSocial li.rss a:before {
	    content: "\E033";
	}

	.safirSocial li.whatsapp a:before {
		content: "\E019";
	}

/* FOOTER */

	footer {
		position: relative;
		color: #ededed;
	}

	footer:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	footer a {
		color: #ededed;
	}

	footer a:hover {
		color: #fff;
	}

	footer .footerCols {
		margin: 0 -15px;
		overflow: hidden;
	}

	footer .footerContainer {
		width: 25%;
		float: left;
		padding: 30px 15px;
	}

	footer .footerHeading {
		margin: 0;
		padding: 0;
		font-size: 17px;
		line-height: 20px;
		padding-bottom: 20px;
		overflow: hidden;
		font-weight: 600;
		margin-bottom: 20px;
		position: relative;
	}

	footer .footerHeading:before {
		content: "";
		display: block;
		width: 40px;
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		border-radius: 1px;
	}

	footer .footerHeading:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: rgba(255,255,255,0.05);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		border-radius: 1px;
	}

	footer .about {
		padding-right: 10px;
	}

	footer .about .logo {
		margin-bottom: 10px;
	}

	footer .about .copyright {
		margin-bottom: 10px;
	}

	footer .footermenu .sub-menu {
		display: none;
	}

	footer .footermenu ul {
		margin: 0 -15px;
		overflow: hidden;
	}

	footer .footermenu li {
		padding: 0 15px;
		float: left;
		width: 100%;
	}

	footer .footermenu li a {
		display: flex;
		align-items: center;
		line-height: 16px;
		border-top: 1px solid rgba(255,255,255,0.04);
		padding-top: 13px;
		margin-top: 13px;
	}

	footer .footermenu2 li a svg {
		width: 12px;
		height: 12px;
	}

	footer .footermenu1 li {
		width: 50%;
	}

	footer .footermenu1 li a svg {
		width: 12px;
		height: 12px;
	}

	footer .footermenu1 li:first-child a, footer .footermenu1 li:nth-child(2) a, footer .footermenu2 li:first-child a {
		border-top: 0;
		padding-top: 0;
		margin-top: 0;
	}

	footer .footerposts .post {
		background: rgba(255,255,255,0.04);
		border-radius: 2px;
		margin-top: 5px;
		padding: 5px;
		overflow: hidden;
	}

	footer .footerposts .post:first-child {
		margin-top: 0;
	}

	footer .footerposts a {
		display: flex;
		align-items: center;
	}

	footer .footerposts .post .safirthumb {
		flex: 0 0 50px;
	}

	footer .footerposts .post .safirthumbx {
		padding-bottom: 100%;
	}

	footer .footerposts .post .detail {
		margin-left: 10px;
		font-size: 13px;
	}

	#footerBottom {
		text-align: center;
		z-index: 2;
	}

	#footerBottom .bottomText {
		padding: 20px;
		background: rgba(0,0,0,0.2);
		color: #ededed;
	}

	#footerBottom .bottomText a {
		color: #ededed;
		text-decoration: underline;
	}

	.safirTop {
		position: fixed;
		bottom: 20px;
		right: 20px;
		color: #fff;
		cursor: pointer;
		border-radius: 4px;
		z-index: 999999;
		width: 50px;
		height: 50px;
		display: none;
	}

	.safirTop:before {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 10px;
		text-align: center;
		font-size: 15px;
		content: "\E03F";
	}

/* BREADCRUMB */

	#breadcrumb {
		font-size: 12px;
		line-height: 22px;
		margin-top: 2px;
		color: #929292;
		flex-basis: 100%;
		width: 100%;
	}

	#breadcrumb a {
		color: #929292;
	}

/* OWL */

	.safirBox .owl-nav {
		position: absolute;
		left: 0;
		top: 25px;
		width: 100%;
		color: #fff;
		padding: 0 30px;
	}

	.safirBox .owl-nav div {
		width: 25px;
		height: 25px;
		text-align: center;
		border-radius: 3px 0 3px 0;
	}

	.safirBox .owl-nav div:before {
		width: 13px;
		height: 13px;
		line-height: 13px;
		font-size: 13px;
		display: block;
		margin: 6px;
	}

	aside .safirBox .owl-nav {
		top: 20px;
		padding: 0 20px;
	}

	.safirBox .owl-nav .owl-prev {
		float: left;
	}

	.safirBox .owl-nav .owl-next {
		float: right;
	}

	.safirBox .owl-nav .owl-prev:before {
		content: "\E03D";
	}

	.safirBox .owl-nav .owl-next:before {
		content: "\E027";
	}

	.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}

/* COLORBOX */

	#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:url(lib/colorbox/images/overlay.png) repeat 0 0;opacity:0.9}#colorbox{outline:0}#cboxTopLeft{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -101px 0}#cboxTopRight{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -130px 0}#cboxBottomLeft{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -101px -29px}#cboxBottomRight{width:21px;height:21px;background:url(lib/colorbox/images/controls.png) no-repeat -130px -29px}#cboxMiddleLeft{width:21px;background:url(lib/colorbox/images/controls.png) left top repeat-y}#cboxMiddleRight{width:21px;background:url(lib/colorbox/images/controls.png) right top repeat-y}#cboxTopCenter{height:21px;background:url(lib/colorbox/images/border.png) 0 0 repeat-x}#cboxBottomCenter{height:21px;background:url(lib/colorbox/images/border.png) 0 -29px repeat-x}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:28px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxLoadingOverlay{background:url(lib/colorbox/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(lib/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(lib/colorbox/images/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(lib/colorbox/images/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{position:absolute;bottom:0;right:0;background:url(lib/colorbox/images/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}#cboxClose:hover{background-position:-25px -25px}

/* SOME EDITS */

	.screen-reader-text {
		display: none;
	}

/* WP STUFF */

	img.alignleft {
		border: 1px solid #cdc;
		float: left;
		margin: 0 10px 10px 0;
		padding: 1px;
	}

	img.alignright {
		border: 1px solid #cdc;
		float: right;
		margin: 0 0 10px 10px;
		padding: 1px;
	}

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	.aligncenter {
		display: block;
		text-align: center;
		margin: 5px auto;
	}

	.wp-caption {
		max-width: 100%;
	}

	.wp-caption-text {
		font-size: 13px;
	}

/* RESPONSIVE */

	@media all and (max-width:1040px) {

		#topbar {
			display: none;
		}

		#search {
			position: absolute;
			top: 0;
			right: 0;
		}

		header .innerContainer {
			padding: 0;
		}

		#wrapper {
			margin: 10px 0;
		}

		#mobileHeader {
			width: 100%;
			box-shadow: 0 0 3px rgba(0,0,0,0.15);
		}

		#header-logo {
			padding: 10px 0;
		}
		
		#mainMenu {
			display: none;
		}

		#search {
			display: none;
			width: 100%;
		}

		#search .searchButton {
			display: none;
		}

		#search .searchForm {
			display: block;
			position: absolute;
			right: 0;
			width: 100%;
		}

		.searchWidget input[type=text] {
			border: 0 !important;
		}

		#mobileHeader .toggleMenu, #mobileHeader>.searchButton {
			display: block;
		}

	}

	@media all and (max-width:900px) {

		footer .footerCols {
			background: none !important;
			margin: 0;
		}

		footer .footerContainer {
			width: 100%;
			float: none;
			padding: 15px 10px;
		}

		footer .about {
			text-align: center;
			padding: 0;
		}

		footer .about .footerSocial {
			display: inline-block;
		}

		footer .footermenu1 li, footer .footermenu2 li {
			width: 50%;
		}

		footer .footermenu1 li:first-child a, footer .footermenu1 li:nth-child(2) a, footer .footermenu2 li:first-child a, footer .footermenu2 li:nth-child(2) a {
			border-top: 0;
			padding-top: 0;
			margin-top: 0;
		}

	}

	@media all and (max-width:768px) {

		.homeWidget, .sidebarWidget {
			margin-top: 10px;
		}

		.safirBox, .safirBox.sidebarWidget {
			padding: 10px;
		}

		.catDesc {
			margin-bottom: 10px;
		}

		#main {
			margin: 10px 0;
		}

		.innerContainer {
			padding: 0;
		}

		.safirBox.sidebarWidget {
			padding-left: 10px;
			padding-right: 10px;
		}

		.safirnavi {
			padding-top: 10px;
		}

		#content, aside {
			float: none;
			width: 100%;
		}

		aside {
			margin-top: 10px;
		}

		.mainHeading, .sidebarWidget .mainHeading {
			margin-bottom: 10px;
			padding-bottom: 10px;
		}

		body .advancedPostsWidget1 .items {
			margin-bottom: -10px;
		}

		body .advancedPostsWidget1 .post-container {
			margin-bottom: 10px;
		}

		body .advancedPostsWidget1 .post .detail {
			margin-left: 270px;
		}

		body .advancedPostsWidget1 .post .title {
			font-size: 17px;
		}

		body .advancedPostsWidget1 .post .safirthumb {
			float: left;
			margin-bottom: 0;
		}

		body .advancedPostsWidget1 .post .safirCategoryMeta {
			position: relative;
			top: inherit;
			left: inherit;
			padding: 0;
			text-align: left;
		}

		body .advancedPostsWidget2 .items {
			margin: 0 -5px -10px;
		}

		body .advancedPostsWidget2 .post-container {
			padding: 0 5px;
			margin-bottom: 10px;
			width: 33.3333333333333333333%;
		}

		body .advancedPostsWidget3 .items {
			margin: 0 -5px -10px;
		}

		body .advancedPostsWidget3 .post-container {
			padding: 0 5px;
			margin-bottom: 10px;
			width: 33.3333333333333333333%;
		}

		.sliderWidget .post .detail {
			padding: 10px;
		}

		.sliderWidget .post .title {
			font-size: 20px;
		}

		.sliderWidget .owl-dots {
			top: 10px;
			right: 10px;
		}

		.sliderWidget .owl-dot {
			opacity: 0.7;
			width: 18px;
			height: 18px;
		}

		.slidingWidget .items {
			margin: 0 -5px;
			overflow: hidden;
		}

		body .safirBox .owl-nav {
			top: 10px;
			right: 10px;
			padding: 0 10px;
		}

		.slidingWidget .post-container {
			padding: 0 5px;
		}

		.slidingWidget .post .safirthumb {
			margin-bottom: 10px;
		}

		.listing.slidingWidget .items {
			margin: 0 -5px -10px;
		}

		.listing.slidingWidget .post-container {
			padding: 0 5px;
			margin-bottom: 10px;
		}

		.tabbedWidget .tabheading a {
			padding: 15px 5px;
		}

		.tabbedWidget .tabheading:before, .tabbedWidget .tabheading:after {
			display: block;
			content: "";
			width: 6px;
			height: 6px;
			position: absolute;
			top: 21px;
			width: 0;
			height: 0;
			border-style: solid;
		}

		.tabbedWidget .tabheading:before {
			left: 10px;
			border-width: 3px 4px 3px 0;
			border-color: transparent #a2a2a2 transparent transparent;
		}

		.tabbedWidget .tabheading:after {
			right: 10px;
			border-width: 3px 0 3px 4px;
			border-color: transparent transparent transparent #a2a2a2;
		}

		.tabbedWidget .tabs {
			padding: 10px;
		}

		.tabbedWidget .items {
			margin: 0 -5px -10px;
		}

		.tabbedWidget .post-container {
			padding: 0 5px;
			margin-bottom: 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 .share {
			margin: 5px 0;
			float: left;
		}

		#singleBlock.type2 {
			margin-bottom: 0;
			flex-direction: column;
		}

		#singleBlock.type2.noad {
			width: 100%;
			margin-right: 0;
		}

		#singleBlock.type2 .thumb, #singleBlock .ads.type2 {
			width: 100%;
			margin-bottom: 10px;
		}

		.reading {
			text-align: left;
		}

		#single .safirBox {
			margin-top: 10px;
		}

		#single .tags {
			margin: 10px -10px -10px;
			padding: 10px 10px;
		}

		#comments {
			margin-top: 10px;
		}

		.sfrCommentsList ol.commentlist {
			margin: 0;
		}

		.sfrCommentsList .reply {
			top: 10px;
			right: 0;
		}

		.sfrCommentsList .comment-body {
			padding: 10px;
		}

		.sfrCommentsList a.comment-reply-link {
			width: 20px;
			height: 20px;
			overflow: hidden;
		}

		.sfrCommentsList a.comment-reply-link:before {
			margin-right: 0;
			font-size: 20px;
		}

		.sfrCommentsList ol.children .comment-body {
			padding-left: 60px;
		}

		.sfrCommentsList ol.children .comment-body:before {
			top: 40px;
			width: 20px;
			height: 20px;
			font-size: 20px;
		}

		.sfrCommentsList .commentlist .comment-meta {
			display: block;
		}

		.sfrCommentsList .commentlist .comment-meta a {
			margin: 0;
		}

		.sfrCommentsList .commentlist .comment-author cite {
			float: none;
			display: block;
		}

		.commentlist #respond {
			margin: 0 10px 10px;
		}

		#singleContent div.gallery {
			margin: 0 -5px;
		}

		#singleContent div.gallery .gallery-item {
			padding: 0 5px 10px;
		}

		#singleContent div.gallery .gallery-item a {
			padding: 5px;
		}

		.safirBox.margintop {
			margin-top: 10px;
		}

		form p {
			margin-bottom: 10px;
		}

	}

	@media all and (max-width:660px) {

		.tabbedWidget .post-container {
			width: 100%;
		}

	}

	@media all and (max-width:600px) {

		body .advancedPostsWidget2 .post-container {
			width: 50%;
		}

		body .advancedPostsWidget3 .post-container {
			width: 50%;
		}

	}

	@media all and (max-width: 480px) {

		body .advancedPostsWidget1 .items {
			margin-bottom: -15px;
		}

		body .advancedPostsWidget1 .post-container {
			margin-bottom: 15px;
		}

		body .advancedPostsWidget1 .post .detail {
			margin-left: 0;
		}

		body .advancedPostsWidget1 .post .safirthumb {
			float: none;
			width: 100%;
			margin-bottom: 10px;
		}

		body .advancedPostsWidget1 .post .safirCategoryMeta {
			position: absolute;
			top: 0;
			left: 0;
			padding: 10px;
			text-align: right;
			width: 100%;
		}

		body .advancedPostsWidget1 .post .safirMetas {
			margin-top: 5px;
		}

		.listing.slidingWidget .post-container {
			width: 50% !important;
		}

		.listing.slidingWidget .post-container:nth-child(3n+1) {
			clear: none !important;
		}

		.listing.slidingWidget .post-container:nth-child(2n+1) {
			clear: both !important;
		}

		#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;
		}

	}

	@media all and (max-width:420px) {

		footer .footermenu1 li, footer .footermenu2 li {
			width: 100%;
		}

		footer .footermenu1 li:nth-child(2) a, footer .footermenu2 li:nth-child(2) a {
			border-top: 1px solid rgba(255,255,255,0.04);
			padding-top: 13px;
			margin-top: 13px;
		}

		.sfrIconForm .container.half .itemContainer {
			width: 100%;
		}

	}

	@media all and (max-width:319px) {

		body .advancedPostsWidget2 .post-container {
			width: 100%;
		}

		body .advancedPostsWidget3 .post-container {
			width: 100%;
		}

		body .listing.slidingWidget .post-container {
			width: 100% !important;
		}

	}
