/*
Description: This stylesheet containing media query for different screens.
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

.tf-main{
	padding-top: 20px;
	padding-bottom: 120px;
	-webkit-overflow-scrolling: auto;
}

.tf-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
  .tf-container {
	max-width: 100%;
  }
}
@media (min-width: 768px) {
  .tf-container {
	max-width: 750px;
  }
}
@media (min-width: 992px) {
  .tf-container {
	max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .tf-container {
	max-width: 1420px;
  }
}

.tf-container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.tf-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.tf-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.tf-no-gutters > .tf-col,
.tf-no-gutters > [class*="tf-col-"] {
	padding-right: 0;
	padding-left: 0;
}

[class*="column"]{
	margin: 0;
	max-width: initial;
}

.tf-col-1, .tf-col-2, .tf-col-3, .tf-col-4, .tf-col-5, .tf-col-6, .tf-col-7, .tf-col-8, .tf-col-9, .tf-col-10, .tf-col-11, .tf-col-12, .tf-col,
.tf-col-auto, .tf-col-sm-1, .tf-col-sm-2, .tf-col-sm-3, .tf-col-sm-4, .tf-col-sm-5, .tf-col-sm-6, .tf-col-sm-7, .tf-col-sm-8, .tf-col-sm-9, .tf-col-sm-10, .tf-col-sm-11, .tf-col-sm-12, .tf-col-sm,
.tf-col-sm-auto, .tf-col-md-1, .tf-col-md-2, .tf-col-md-3, .tf-col-md-4, .tf-col-md-5, .tf-col-md-6, .tf-col-md-7, .tf-col-md-8, .tf-col-md-9, .tf-col-md-10, .tf-col-md-11, .tf-col-md-12, .tf-col-md,
.tf-col-md-auto, .tf-col-lg-1, .tf-col-lg-2, .tf-col-lg-3, .tf-col-lg-4, .tf-col-lg-5, .tf-col-lg-6, .tf-col-lg-7, .tf-col-lg-8, .tf-col-lg-9, .tf-col-lg-10, .tf-col-lg-11, .tf-col-lg-12, .tf-col-lg,
.tf-col-lg-auto, .tf-col-xl-1, .tf-col-xl-2, .tf-col-xl-3, .tf-col-xl-4, .tf-col-xl-5, .tf-col-xl-6, .tf-col-xl-7, .tf-col-xl-8, .tf-col-xl-9, .tf-col-xl-10, .tf-col-xl-11, .tf-col-xl-12, .tf-col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.tf-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.tf-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.tf-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.tf-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.tf-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.tf-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.tf-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.tf-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.tf-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.tf-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.tf-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.tf-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.tf-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* Masonry colunm */
.tf-masonry-post .tf-col-12 {
  width: calc(100% - 33px);
}
.tf-masonry-post .tf-col-11 {
  width: calc(91.66666667% - 33px);
}
.tf-masonry-post .tf-col-10 {
  width: calc(83.33333333% - 33px);
}
.tf-masonry-post .tf-col-9 {
  width: calc(75% - 33px);
}
.tf-masonry-post .tf-col-8 {
  width: calc(66.66666667% - 33px);
}
.tf-masonry-post .tf-col-7 {
  width: calc(58.33333333% - 33px);
}
.tf-masonry-post .tf-col-6 {
  width: calc(50% - 33px);
}
.tf-masonry-post .tf-col-5 {
  width: calc(41.66666667% - 33px);
}
.tf-masonry-post .tf-col-4 {
  width: calc(33.3333% - 33px);
}
.tf-masonry-post .tf-col-3 {
  width: calc(25% - 33px);
}
.tf-masonry-post .tf-col-2 {
  width: calc(16.66666667% - 33px);
}
.tf-masonry-post .tf-col-1 {
  width: calc(8.33333333% - 33px);
}

/* Landscape phones and portrait tablets */
@media (min-width: 576px) {
	.tf-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tf-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tf-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tf-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tf-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tf-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tf-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .tf-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tf-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tf-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tf-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tf-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tf-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tf-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) {
  .tf-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tf-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tf-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tf-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tf-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tf-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tf-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .tf-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tf-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tf-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tf-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tf-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tf-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tf-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) {
  .tf-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tf-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tf-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tf-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tf-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tf-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tf-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .tf-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tf-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tf-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tf-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tf-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tf-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tf-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

  .tf-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tf-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tf-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tf-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tf-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tf-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tf-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .tf-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tf-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tf-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tf-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tf-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tf-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tf-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
	/*--------------------------------------------------------------
		#Header
	--------------------------------------------------------------*/
	.header-center .logo{ display: none;}
	.header-left .nav-horizontal{
		display: none;
	}
	.responsive-nav{
		display: block;
	}
	.header-left .tf-social{
		display: none;
	}
	
	/*--------------------------------------------------------------
		#Slider Post
	--------------------------------------------------------------*/
	.tf-post-slider .section-title{
		max-width: 80%;
	}
	.tf-post-slider h2 a{
		font-size: 24px;
	}
	
	/*--------------------------------------------------------------
		#Standard Center
	--------------------------------------------------------------*/
	.tf-standard-center .tf-content{
		max-width: calc(100% - 40px); ;
		margin: 0 auto;
	}
	
	/*--------------------------------------------------------------
		#List Layout
	--------------------------------------------------------------*/
	.tf-list .list-item .section-title .heading{
		font-size: 24px;
	}
	
	/*--------------------------------------------------------------
		#Zigzag Layout
	--------------------------------------------------------------*/
	.tf-zigzag .list-item:nth-child(2n) .post-media,
	.tf-zigzag .list-item:nth-child(2n) .entry-content,
	.tf-zigzag .list-item:nth-child(2n+1) .post-media,
	.tf-zigzag .list-item:nth-child(2n+1) .entry-content{
		width: 100% !important;
		float: none !important;
	}
	.tf-zigzag .list-item .entry-content {
		position: relative;
		top: auto;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		padding: 12px 0 0 0 !important;
	}
	.tf-zigzag .list-item .post-media{
		position: static;
	}
	.tf-zigzag.sidebar-right .list-item .section-title .heading{
		font-size: 24px;
	}
	.tf-zigzag.tf-full-width .list-item .section-title .heading{
		font-size: 24px;
	}
	.tf-zigzag.sidebar-right .list-item .entry-content .post-entry{
		display: none;
	}
	.tf-zigzag.tf-full-width .list-item .entry-content .post-entry{
		display: none;
	}
	
	/*--------------------------------------------------------------
		#Sidebar
	--------------------------------------------------------------*/
	.sidebar-right .tf-content{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;				
	}
	
	.sidebar-right .sidebar{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0px auto 0 auto;
	}
	.tf-overlay-post .grid-item{
		margin-bottom: 24px;
	}
}

@media (max-width: 576px) {
	.header-center .logo{ display: none;}
	.header-center .mobile-logo{ display: flex; justify-content: center; padding: 10px;}
	.header-center .mobile-logo img{ display: block;}
	/*--------------------------------------------------------------
		#Standard Related
	--------------------------------------------------------------*/
	.tf-related .related-item{
		width: 100%;
	}
	.tf-related .related-item:not(:last-child){
		margin-bottom: 24px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 576px) {
	
	.header-center .logo{ display: none;}
	.header-center .mobile-logo{ display: flex; justify-content: center; padding: 10px;}
	.header-center .mobile-logo img{ display: block;}
	/*--------------------------------------------------------------
		#Header
	--------------------------------------------------------------*/
	.header-left .nav-horizontal{
		display: none;
	}
	.responsive-nav{
		display: block;
	}
	.header-left .tf-social{
		display: none;
	}
	
	/*--------------------------------------------------------------
		#Slider Post
	--------------------------------------------------------------*/
	.tf-post-slider .section-title{
		max-width: 72%;
	}
	
	/*--------------------------------------------------------------
		#Layout
	--------------------------------------------------------------*/
	.home .archive .section-title h1.heading,
	.archive .archive .section-title h1.heading{
		font-size: 18px;
		word-wrap: break-word;
	}
	.tf-layout{
		margin: 0 auto;
		max-width: 1520px;
	}
	.tf-layout .tf-blog-title{
		margin: 0 auto;
	}
	.tf-layout .wrapper-site{
		padding-top: 0px;
	}
	
	/*--------------------------------------------------------------
		#Masonry Layout
	--------------------------------------------------------------*/
	.tf-masonry-post .post-item{
		width: calc(100% - 20px);
	}
	.tf-masonry-post.sidebar-right .post-item{
		width: calc(100% - 20px);
	}
	
	/*--------------------------------------------------------------
		#Newsletter
	--------------------------------------------------------------*/
	.tf-masonry-post .post-item{
		width: calc(100% - 20px);
	}
	.tf-masonry-post.sidebar-right .post-item{
		width: calc(100% - 20px);
	}
	.mc4wp .mc4wp-form{
		width: 90%;
	}
	.mc4wp .mc4wp-form h5{
		font-size: 32px;
	}
	
	/*--------------------------------------------------------------
		#Standard Center
	--------------------------------------------------------------*/
	.tf-masonry-post .post-item{
		width: calc(100% - 20px);
	}
	.tf-masonry-post.sidebar-right .post-item{
		width: calc(100% - 20px);
	}
	.tf-standard-center .tf-content{
		max-width: 520px ;
		margin: 0 auto;
	}	
	
	/*--------------------------------------------------------------
		#Grid Style
	--------------------------------------------------------------*/
	.tf-grid.tf-full-width .post-item{
		width: 100%;
	}
	.tf-grid.sidebar-right .post-item{
		width: 100%;
	}
	
	/*--------------------------------------------------------------
		#Grid Style
	--------------------------------------------------------------*/
	.tf-overlay-post.tf-full-width .post-item{
		width: 100%;
	}
	.tf-overlay-post.sidebar-right .post-item{
		width: 100%;
	}
	
	/*--------------------------------------------------------------
		#List Style
	--------------------------------------------------------------*/
	.tf-list .list-item .post-media{
		float: none;
		width: 100%;
		margin-right: 0px;		
	}
	.tf-list .list-item .section-title .heading{
		font-size: 24px;
	}
	
	/*--------------------------------------------------------------
		#Masonry Post
	--------------------------------------------------------------*/
	.tf-masonry-post .post-item{
		width: calc(100% - 20px);
	}
	.tf-masonry-post.sidebar-right .post-item{
		width: calc(100% - 20px);
	}
	
	/*--------------------------------------------------------------
		#Sidebar
	--------------------------------------------------------------*/
	.sidebar-right .tf-content{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;				
	}
	
	.sidebar-right .sidebar{
		-ms-flex: 0 0 380px;
		flex: 0 0 380px;
		max-width: 380px;
		margin: 48px auto 0 auto;
	}	
	
	/*--------------------------------------------------------------
		#Single Post
	--------------------------------------------------------------*/
	.single-post .post-header h1.heading{
		font-size: 6vh;
		word-wrap: break-word;
	}
	.author-description{
		max-width: 100%;
	}
	.no-sidebar #comments{
		max-width: 100%;
	}

}

@media (min-width: 767px) {
	.header-center .logo{ display: block;}
	.header-center .mobile-logo{ display: none;}
}

@media (max-width: 768px) {
	/*--------------------------------------------------------------
		#Header
	--------------------------------------------------------------*/
	.sticky-header .header-center .nav{
		height: auto;
	}
	.sitename, .sitetitle{
		font-size: 36px !important;
		line-height: 36px !important;
		margin-bottom: 8px;
	}
	.header-center{
		margin-bottom: 0;
	}
	.header-center .nav-horizontal,
	.header-top .nav-top,
	.header-top .tf-social{
		display: none;
	}
	.is-sticky.sticky-header .header-center + .wrapper-content{
		padding-top: 0;
	}
	
	
	/*--------------------------------------------------------------
		#Featured Blocks
	--------------------------------------------------------------*/
	.tf-post-blocks{
		display: block;
	}
	.tf-block-1,
	.tf-block-2{
		margin-bottom: 48px;
	}
	.tf-block-1,
	.tf-block-2,
	.tf-block-3{
		width: 100%;
		padding-right: 0;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;		
	}
	.tf-block-1 .tf-big-post-content{
		padding: 40px;
	}
	.tf-block-1 .tf-big-post-content h3 a {
		font-size: 18px;
	}
	.tf-block-1 .tf-big-post-content .tf-big-post-button,
	.tf-block-1 .tf-big-post-content .tf-big-post-excerpt {
		display: none;
	}
	.tf-block-2 .tf-small-post-content,
	.tf-block-3 .tf-small-post-content{
		padding: 24px;
		width: 100%;
	}
	.tf-block-2 .tf-small-post-content h3 a,
	.tf-block-3 .tf-small-post-content h3 a {
		font-size: 18px;
	}
	
	/*--------------------------------------------------------------
		#Slider Post
	--------------------------------------------------------------*/
	.tf-post-slider .excerpt,
	.tf-post-slider .slider-button{
		display: none !important;
	}
	
	/*--------------------------------------------------------------
		#Zigzag Layout
	--------------------------------------------------------------*/
	.tf-zigzag.sidebar-right .list-item .section-title .heading{
		font-size: 24px;
	}
	.tf-zigzag.tf-full-width .list-item .section-title .heading{
		font-size: 24px;
	}
	.tf-zigzag.sidebar-right .list-item .entry-content .post-entry{
		display: none;
	}
	.tf-zigzag.tf-full-width .list-item .entry-content .post-entry{
		display: none;
	}
	
	/*--------------------------------------------------------------
		#Overlay Layout
	--------------------------------------------------------------*/
	.tf-overlay-post .grid-item .section-title .heading {
		font-size: 18px;
		line-height: 1;
	}
	
	/*--------------------------------------------------------------
		#Masonry Style
	--------------------------------------------------------------*/
	[class*="tf-col"] {
   		width: 100%;
		max-width: 100%;
	}
	.list-masonry [class*="tf-col"]{
		width: 100%;
		max-width: 100%;
	}
	
	/*--------------------------------------------------------------
		#Footer
	--------------------------------------------------------------*/
	#footer .tf-social span{
		display: none;		
	}
	#back-top{
		visibility: hidden;
	}
	.tf-main{
		padding-top: 20px;
	}
	.single-post .post-header .heading{
		font-size: 24px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) {	
	/*--------------------------------------------------------------
		#Featured Blocks
	--------------------------------------------------------------*/
	.tf-block-1 .tf-big-post-content{
		padding: 40px;
	}
	.tf-block-1 .tf-big-post-content h3 a {
		font-size: 32px;
	}
	.tf-block-1 .tf-big-post-content .tf-big-post-button,
	.tf-block-1 .tf-big-post-content .tf-big-post-excerpt {
		display: none;
	}
	.tf-block-2 .tf-small-post-content,
	.tf-block-3 .tf-small-post-content{
		padding: 24px;
		width: 100%;
	}
	.tf-block-2 .tf-small-post-content .tf-post-categories,
	.tf-block-3 .tf-small-post-content .tf-post-categories {
		display: none;
	}
	.tf-block-2 .tf-small-post-content h3 a,
	.tf-block-3 .tf-small-post-content h3 a {
		font-size: 18px;
	}
	.tf-block-2 .tf-small-post-content .tf-post-author,
	.tf-block-2 .tf-small-post-content .tf-post-date,
	.tf-block-3 .tf-small-post-content .tf-post-author,
	.tf-block-3 .tf-small-post-content .tf-post-date {
		display: none;
	}
	
	/*--------------------------------------------------------------
		#Site Layout
	--------------------------------------------------------------*/
	.tf-layout{
		margin: 0 auto;
		max-width: 1520px;
	}
	.tf-layout .tf-blog-title{
		margin: 0 auto;
	}
	.tf-layout .wrapper-site{
		padding-top: 0px;
	}
	
	/*--------------------------------------------------------------
		#Standard Layout
	--------------------------------------------------------------*/
	.sidebar-right .tf-content{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;				
	}
	
	/*--------------------------------------------------------------
		#Standard Center
	--------------------------------------------------------------*/
	.tf-standard-center .tf-content{
		max-width: 620px ;
	}
	
	/*--------------------------------------------------------------
		#Standard Related
	--------------------------------------------------------------*/
	.tf-related-container{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tf-related .related-item{
		width: 30%;
	}
	
	/*--------------------------------------------------------------
		#Grid Layout
	--------------------------------------------------------------*/
	.tf-grid.tf-full-width .post-item{
		width: 46.5%;
	}
	.tf-grid.sidebar-right .post-item{
		width: 46.5%;
	}
	
	/*--------------------------------------------------------------
		#Grid Layout
	--------------------------------------------------------------*/
	.tf-overlay-post.tf-full-width .post-item{
		width: 46.5%;
	}
	.tf-overlay-post.sidebar-right .post-item{
		width: 46.5%;
	}
	.tf-overlay-post .grid-item{
		margin-bottom: 20px;
	}
	
	/*--------------------------------------------------------------
		#List Layout
	--------------------------------------------------------------*/
	.tf-list .list-item .post-media{
		float: left;
		width: 340px;
		margin-right: 30px;		
	}
	
	.tf-list .list-item .section-title .heading{
		font-size: 24px;
	}
	
	/*--------------------------------------------------------------
		#Zigzag Layout
	--------------------------------------------------------------*/
	.tf-zigzag.sidebar-right .list-item .section-title .heading{
		font-size: 32px;
	}
	.tf-zigzag.tf-full-width .list-item .section-title .heading{
		font-size: 36px;
	}
	.tf-zigzag.sidebar-right .list-item .entry-content .post-entry{
		display: none;
	}
	.tf-zigzag.tf-full-width .list-item .entry-content .post-entry{
		display: none;
	}
	
	/*--------------------------------------------------------------
		#Masonty Layout
	--------------------------------------------------------------*/
	.tf-masonry-post .post-item{
		width: calc(50% - 30px);
	}
	.tf-masonry-post.sidebar-right .post-item{
		width: calc(50% - 33px);
	}
	.tf-masonry-post .post-item{
		width: calc(50% - 30px);
	}
	.tf-masonry-post.sidebar-right .post-item{
		width: calc(50% - 33px);
	}
	
	/*--------------------------------------------------------------
		#Sidebar
	--------------------------------------------------------------*/
	.sidebar-right .sidebar{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 auto 0 auto;
	}
	
	
	/*--------------------------------------------------------------
		#WooCommerce
	--------------------------------------------------------------*/
	.woocommerce .products.grid .product{
		width: 30.666666%;
		margin-right: 4%;
	}
	.single-post .post-header .heading{
		font-size: 24px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) {
	
	.header-center .nav{
		margin-bottom: 5px;
	}  
	/*--------------------------------------------------------------
		#Header
	--------------------------------------------------------------*/
	.header-center .nav-horizontal{
		display: inline-block;
	}
	.responsive-nav{
		display: none;
	}
	.header-top .menu-cart,
	.header-top .responsive-nav{
		display: none;
	}
		
	/*--------------------------------------------------------------
		#Site Layout
	--------------------------------------------------------------*/
	.tf-layout{
		margin: 0 auto;
		max-width: 1520px;
	}
	.tf-layout .tf-blog-title{
		margin: 0 auto;
	}
	.tf-layout .wrapper-site{
		padding-top: 24px;
	}
	
	/*--------------------------------------------------------------
		#Featured Blocks
	--------------------------------------------------------------*/
	.tf-block-1 .tf-big-post-content{
		padding: 40px;
	}
	.tf-block-1 .tf-big-post-content h3 a {
		font-size: 36px;
	}
	.tf-block-1 .tf-big-post-content .tf-big-post-excerpt {
		display: none;
	}
	.tf-block-2 .tf-small-post-content,
	.tf-block-3 .tf-small-post-content{
		padding: 24px;
		width: 100%;
	}
	.tf-block-2 .tf-small-post-content h3 a,
	.tf-block-3 .tf-small-post-content h3 a {
		font-size: 18px;
	}
	.tf-block-2 .tf-small-post-content .tf-post-author,
	.tf-block-2 .tf-small-post-content .tf-post-date,
	.tf-block-3 .tf-small-post-content .tf-post-author,
	.tf-block-3 .tf-small-post-content .tf-post-date {
		display: none;
	}
	
	/*--------------------------------------------------------------
		#Overlay Layout
	--------------------------------------------------------------*/
	.tf-overlay-post .grid-item .section-title .heading {
		font-size: 18px;
		line-height: 1;
	}
	
	/*--------------------------------------------------------------
		#Standard Center
	--------------------------------------------------------------*/
	.tf-standard-center .tf-content{
		max-width: 740px ;
	}
	
	/*--------------------------------------------------------------
		#Standard Related
	--------------------------------------------------------------*/
	.tf-related-container{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tf-related .related-item{
		width: 30%;
	}
	
	/*--------------------------------------------------------------
		#Grid Layout
	--------------------------------------------------------------*/
	.tf-grid.tf-full-width .post-item{
		width: 30%;
	}
	.tf-grid.sidebar-right .post-item{
		width: 46.5%;
	}
	
	/*--------------------------------------------------------------
		#Overlay Layout
	--------------------------------------------------------------*/
	.tf-overlay-post.tf-full-width .post-item{
		width: 30%;
	}
	.tf-overlay-post.sidebar-right .post-item{
		width: 46.5%;
	}
	
	/*--------------------------------------------------------------
		#List Layout
	--------------------------------------------------------------*/
	.tf-list .list-item .post-media{
		float: left;
		width: 240px;
		margin-right: 30px;	
	}
	
	.tf-list .list-item .section-title .heading{
		font-size: 24px;
	}
	
	/*--------------------------------------------------------------
		#Zigzag Layout
	--------------------------------------------------------------*/
	.tf-zigzag.sidebar-right .list-item .section-title .heading{
		font-size: 32px;
	}
	.tf-zigzag.tf-full-width .list-item .section-title .heading{
		font-size: 36px;
	}
	.tf-zigzag.sidebar-right .list-item .entry-content .post-entry{
		display: none;
	}
	.tf-zigzag.tf-full-width .list-item .entry-content .post-entry{
		display: block;
	}
	
	/*--------------------------------------------------------------
		#Masonry Layout
	--------------------------------------------------------------*/
	.tf-masonry-post .post-item{
		width: calc(50% - 30px);
	}
	.tf-masonry-post.sidebar-right .post-item{
		width: calc(50% - 33px);
	}  
	
	/*--------------------------------------------------------------
		#Sidebar
	--------------------------------------------------------------*/
	.sidebar-right .tf-content{
		-ms-flex: 0 0 68%;
		flex: 0 0 68%;
		max-width: 68%;
		margin-right: 2%;				
	}
	
	.sidebar-right .sidebar{
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
		margin-top: 0;
	}
	
	/*--------------------------------------------------------------
		#WooCommerce
	--------------------------------------------------------------*/
	.woocommerce .products.grid .product{
		width: 30.666666%;
		margin-right: 4%;
	}
	
	.single-post .post-header .heading{
		font-size: 24px;
	}
	
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

	.header-center .nav{
		margin-bottom: 25px;
	}  

	.header-center .logo{ display: block;}
	.header-center .mobile-logo{ display: none;}
	/*--------------------------------------------------------------
		#Header
	--------------------------------------------------------------*/
	.header-center .nav-horizontal{
		display: inline-block;
	}
	.responsive-nav{
		display: none;
	}
	.header-top .menu-cart,
	.header-top .responsive-nav{
		display: none;
	}
	
	/*--------------------------------------------------------------
		#Featured Blocks
	--------------------------------------------------------------*/
	.tf-block-1 .tf-big-post-content h3 a {
		font-size: 48px;
	}
	.tf-block-2 .tf-small-post-content h3 a,
	.tf-block-3 .tf-small-post-content h3 a {
		font-size: 24px;
	}
	.tf-block-1 .tf-big-post-content .tf-big-post-button,
	.tf-block-1 .tf-big-post-content .tf-big-post-excerpt {
		display: inline-block;
	}
	.tf-block-2 .tf-small-post-content .tf-post-categories,
	.tf-block-3 .tf-small-post-content .tf-post-categories {
		display: inline-block;
	}
	.tf-block-2 .tf-small-post-content .tf-post-author,
	.tf-block-2 .tf-small-post-content .tf-post-date,
	.tf-block-3 .tf-small-post-content .tf-post-author,
	.tf-block-3 .tf-small-post-content .tf-post-date {
		display: inline;
	}
	
	/*--------------------------------------------------------------
		#Post Slider
	--------------------------------------------------------------*/
	.tf-post-slider .section-title{
		max-width: 55%;
	}
	.tf-post-slider h2 a {
		font-size: 36px;
	}
	
	/*--------------------------------------------------------------
		#Site Layout
	--------------------------------------------------------------*/
	.tf-layout{
		margin: 48px auto;
		max-width: 1520px;
	}
	.tf-layout .tf-blog-title{
		margin: 0 48px;
	}
	.tf-layout .wrapper-site{
		padding-top: 36px;
	}
	
	/*--------------------------------------------------------------
		#Overlay Layout
	--------------------------------------------------------------*/
	.tf-overlay-post .grid-item .section-title .heading {
		font-size: 24px;
		line-height: 1.2;
	}
	
	/*--------------------------------------------------------------
		#Standard Center
	--------------------------------------------------------------*/
	.tf-standard-center .tf-content{
		max-width: 740px ;
	}
	
	/*--------------------------------------------------------------
		#Standard Related
	--------------------------------------------------------------*/
	.tf-related-container{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tf-related .related-item{
		width: 30%;
	}
	
	/*--------------------------------------------------------------
		#Grid Layout
	--------------------------------------------------------------*/
	.tf-grid.tf-full-width .post-item{
		width: 30%;
	}
	.tf-grid.sidebar-right .post-item{
		width: 47%;
	}
	
	/*--------------------------------------------------------------
		#Overlay Layout
	--------------------------------------------------------------*/
	.tf-overlay-post.tf-full-width .post-item{
		width: 30%;
	}
	.tf-overlay-post.sidebar-right .post-item{
		width: 47%;
	}
	
	/*--------------------------------------------------------------
		#List Style
	--------------------------------------------------------------*/
	.tf-list .list-item .post-media{
		float: left;
		width: 340px;
		margin-right: 30px;		
	}
	.tf-list.tf-full-width .list-item .post-media{
		width: 440px;
		margin-right: 30px;		
	}
	.tf-list .list-item .section-title .heading{
		font-size: 36px;
	}
	
	.tf-list .list-item .section-title .in-categories{
		margin-top: 12px;
	}
	
	/*--------------------------------------------------------------
		#Sidebar
	--------------------------------------------------------------*/
	.sidebar-right .tf-content{
		-ms-flex: 0 0 68%;
		flex: 0 0 68%;
		max-width: 68%;
		margin-right: 2%;				
	}
	.sidebar-right .sidebar{
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	
	/*--------------------------------------------------------------
		#Zigzag Layout
	--------------------------------------------------------------*/
	.tf-zigzag.sidebar-right .list-item .section-title .heading{
		font-size: 36px;
	}
	.tf-zigzag.tf-full-width .list-item .section-title .heading{
		font-size: 60px;
	}
	.tf-zigzag.sidebar-right .list-item .entry-content .post-entry{
		display: block;
	}
	.tf-zigzag.tf-full-width .list-item .entry-content .post-entry{
		display: block;
	}
	
	/*--------------------------------------------------------------
		#Masonry Style
	--------------------------------------------------------------*/
	.tf-masonry-post.sidebar-right .post-item{
		width: calc(46.555555%);
	}
	.tf-masonry-post.tf-full-width .post-item{
		width: calc(30.888888%);
	}
	
	/*--------------------------------------------------------------
		#Single Post
	--------------------------------------------------------------*/
	.single-post ._align-center .post-header{
		padding: 0 54px;
	}
	
	.related-content{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.related-post .related-item{
		width: 30%;
	}
	
	/*--------------------------------------------------------------
		#WooCommerce
	--------------------------------------------------------------*/
	.woocommerce .products.grid .product{
		width: 30%;
		margin-right: 5%;
	}
	.woocommerce .products.grid .product:nth-of-type(3n+3) {
   		margin-right: 0px;
	}
	
	.single-post .post-header .heading{
		font-size: 48px;
	}
}

	/*--------------------------------------------------------------
		#Slider Content
	--------------------------------------------------------------*/
	.swiper-slide .container{
		padding-left: 20px;
		padding-right: 20px;
	}

	.swiper-slide.text-center .excerpt{
		margin-left: auto;
		margin-right: auto;
	}

	.swiper-slide.image-left .container{
		-webkit-flex-direction: row-reverse;
		-webkit-justify-content: flex-start;

		flex-direction: row-reverse;
		justify-content: flex-start;
	}
	.swiper-slide.image-left .image-container{
		width: 50%;
		padding-right: 20px;
	}
	.swiper-slide.image-left .copy-container{
		width: 50%;
		padding-left: 20px;
	}

	.swiper-slide.image-right .container{
		-webkit-flex-direction: row;
		-webkit-justify-content: flex-start;

		flex-direction: row;
		justify-content: flex-start;
	}
	.swiper-slide.image-right .image-container{
		width: 50%;
		padding-left: 20px;
	}
	.swiper-slide.image-right .copy-container{
		width: 50%;
		padding-right: 20px;
	}
	.swiper-slide.text-right .excerpt{
		float: right;
	}

	.swiper-slide.image-right .copy-container + .image-container,
	.swiper-slide.image-left .copy-container + .image-container{
		margin-top: 0;
	}