/* xl - DESKTOP STYLES */ 
p, .twocolumn p.half-width, .entry-content li {
	font-size: 17px;
}
@media (min-width: 1100px) {
	.container-medium {
	 max-width: 1280px!important; 
	}
	.container-small .wp-block-image,
	.container-small .ghostkit-carousel {
	width: calc(100% + 60px);
	  margin-left: 50%;
	  transform: translateX(-50%);
	}
	.container-small .ghostkit-carousel .wp-block-image {
	 width: 100%;
	}
}

/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 991px) {
  p, .twocolumn p.half-width, .entry-content li {
  	font-size: 16px;
  }
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  p, .twocolumn p.half-width, .entry-content li {
  	font-size: 15px;
  }
  .single-post #content .container {
  	padding-left: 0;
  	padding-right: 0;
  }
  .single-post #content .container p,
  .single-post #content .container ul,
  .single-post #content .container .entry-meta,
  .single-post #content .container h1, 
  .single-post #content .container h2, 
  .single-post #content .container h3, 
  .single-post #content .container h4, 
  .single-post #content .container h5, 
  .single-post #content .container h6,
  .single-post #content .container .wp-block-table {
  	padding-left: 20px;
  	padding-right: 20px;
  }
  .wp-block-table {
  	overflow-x: scroll;
  }
  .wp-block-table table {
  	width: 200%!important;
  }
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  p, .twocolumn p.half-width, .entry-content li {
  	font-size: 16px;
  }
  .single-post #content .container {
  	padding-left: 0;
  	padding-right: 0;
  }
  .single-post #content .container p,
  .single-post #content .container ul,
  .single-post #content .container .entry-meta,
  .single-post #content .container h1, 
  .single-post #content .container h2, 
  .single-post #content .container h3, 
  .single-post #content .container h4, 
  .single-post #content .container h5, 
  .single-post #content .container h6,
  .single-post #content .container .wp-block-table {
  	padding-left: 20px;
  	padding-right: 20px;
  }
  .wp-block-table {
  	overflow-x: scroll;
  }
  .wp-block-table .has-fixed-layout {
  	width: 200px;
  }
}

