/*  *Theme Name: Lifestyle World Fair
 *  *Version: 1.1
 *  *Text Domain: wpmix
 *  *Author: PINGMEDIA*/
/* Base style */  
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {

}


/* =========================

	notes:

	# blog articles - font-sizes:

	Points (pt)	Pixels (px)
	50 pt	66.7 px
	32 pt	42.7 px
	28 pt	37.3 px
	24 pt	32.0 px

 * ====================== */

/* Ping Custom Styling */

.ls-news-container .elementor-post__thumbnail__link::after{
    display:none;
}

.ls-news-container .elementor-post__card{
    flex-direction: column-reverse !important;
}

.ls-news-container .elementor-post__title{
	text-align: center;
}

.ls-news-container .elementor-post__card .elementor-post__badge{
	width: 100%;
    margin: unset !important;
	margin-top: 25px !important;
    background-color: #b89545 !important;
    border-radius: 0;
    position: relative;
    order: 1 !important;
}

.type-two-footer,
.type-three-footer{
	display: none !important;
}

/* --------------------------------------- LifeStyle News Article - Styling -> As Designed ! */
/* 
.type-post h1{
    font-size: 50pt !important;
}

.type-post .ls-news-article h2:first-child{
	text-align: center;
}

.type-post .ls-news-article h2{
    font-size: 32pt !important;
		font-family: "Public Sans", Sans-serif;
		color: #000;
		font-weight:500;
}

.type-post .ls-news-article h3{
    font-size: 28pt !important;
		font-family: "Public Sans", Sans-serif;
		color: #000;
}

.type-post h4{
		font-weight: 700;
    font-size: 24pt !important;
		font-family: "Public Sans", Sans-serif;
		color: #000;
}

.type-post .ls-news-article p,
.type-post .ls-news-article ul,
.type-post .ls-news-article ol{
    font-size: 24pt !important;
		font-weight: 300;
		font-family: "Public Sans", Sans-serif;
		color: #000;
}

.type-post .ls-news-article blockquote p{
		color: #152bc3;
	  	font-size: 42pt !important;
		font-family: "Public Sans", Sans-serif;
		font-weight:500;
}

.type-post .ls-news-article blockquote:nth-child(odd) p{
		color: #b89545;
} */

/* --------------------------------------- LifeStyle News Article - Styling ------ Optimized Readability  ! */

.type-post h1{
    font-size: 84px !important;
    font-family: "Georgia", Sans-serif !important;
    font-weight: 400;
    font-style: italic !important;
}

.type-post .ls-news-article h2:first-child{
	text-align: center;
}

.type-post .ls-news-article h2{
    font-size: 40px !important;
	font-family: "Public Sans", Sans-serif;
    font-weight: 400;
	color: #000;
}

.type-post .ls-news-article h3{
	    font-size: 30px !important;
		font-family: "Public Sans", Sans-serif;
		color: #000;
}

.type-post h4{
		font-weight: 400;
	    font-size: 25px !important;
		font-family: "Public Sans", Sans-serif;
		color: #000;
}

.type-post .ls-news-article p,
.type-post .ls-news-article ul,
.type-post .ls-news-article ol{
	    font-size: 20px !important;
	    line-height: 1.4;
		font-weight: 400;
		font-family: "Public Sans", Sans-serif;
		color: #000;
}

.type-post .ls-news-article ul,
.type-post .ls-news-article ol{
	    font-size: 18px !important;
		line-height: 1.8;
}

.type-post .ls-news-article blockquote p{
		color: #152bc3;
	  	font-size: 35px !important;
		font-family: "Public Sans", Sans-serif;
		font-weight: 500;
		ine-height: 1.4;
}

.type-post .ls-news-article blockquote:nth-child(odd) p{
		color: #b89545;
}
