.widget.siteBlock .siteBlockHead{
	height: 50px;
}


.widget.siteBlock .siteBlockImg{
	width: 90px;
	height: 120px;
	margin: 20px;
}

.widget.siteBlock .siteBlockImg{
	background-repeat: no-repeat;
	background-size: 100%;
}
.widget.siteBlock .siteBlockImg.siteBlockImgLeft{
	float: left;
}
.widget.siteBlock .siteBlockImg.siteBlockImgRight{
	float: right;
}
.widget.siteBlock .siteBlockImg.siteBlockImgBig{
	width: 45%;
	margin-right: 0px;
	height: 190px;
}
.widget.siteBlock .siteBlockBackgroundImg{
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.widget.siteBlock .siteBlockBackgroundImg.siteBlockBackgroundImgTop{
	background-position: center top;
}
.widget.siteBlock .siteBlockBackgroundImg.siteBlockBackgroundImgBottom{
	background-position: center bottom;
}
.widget.siteBlock .siteBlockBackgroundImg.siteBlockBackgroundImgCenter.innerBlockFreeHeight{
	background-position: center 50px;
}

@media only screen and (max-width: 40em){
	.widget.siteBlock .siteBlockImg{
		float: none !important;
		width: 100% !important;
	}
}

.widget.siteBlock .siteBlockImgBigCenter{
	background-position: center center;
}
.widget.siteBlock .siteBlockImgBigTop{
	background-position: center top;
}
.widget.siteBlock .siteBlockImgBigBottom{
	background-position: center bottom;
}




/* new styles */
.widget.siteBlock .siteBlock-image-on-top{
	width: 100%;
	height: 292px;
	background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.widget.siteBlock .siteBlock-image-on-top.clickable-image{
	cursor: pointer;
}
.widget.siteBlock .siteBlock-image-on-side{
	border-radius: 20px;
}

.widget.siteBlock .siteBlockInner{
	margin-right: 26px;
	margin-bottom: 16px;
	height: 530px;
    overflow: hidden;
	/* border-radius: 30px; */
}
.widget.siteBlock .siteBlockHeadText{
	padding: 10px 0px;
    font-size: 1.3rem;
    font-weight: 700;
}
.widget.siteBlock .siteBlockText{
	padding: 16px 0px;
	overflow: hidden;
	/* height: 160px; */
}
.widget.siteBlock .siteBlockLink{

}
.widget.siteBlock .siteBlockLink a{

}

.widget.siteBlock .siteBlockInner.innerBlockFreeHeight{
	height: auto;
}

.widget.siteBlock .lbp-white-rounded-container .siteBlockHeadText{
	padding: 10px 30px;
}
.widget.siteBlock .lbp-white-rounded-container .siteBlockText,
.widget.siteBlock .lbp-white-rounded-container .siteBlockLink{
	padding: 16px 30px;
}

.lbp-combined-widget-block .widget.siteBlock .siteBlockInner.innerBlockFreeHeight{
	margin-bottom: 0px;
}
.lbp-combined-widget-block .widget.siteBlock .siteBlockInner.innerBlockFreeHeight .siteBlockText{
	padding-bottom: 0px;
}

@media only screen and (max-width: 40em){
	/* mobile styles */
	.widget.siteBlock .siteBlockInner{
		margin-right: 0px;
	}
	
	.widget.siteBlock .siteBlockInner:not(.lbp-white-rounded-container) .siteBlockHeadText,
	.widget.siteBlock .siteBlockInner:not(.lbp-white-rounded-container) .siteBlockText,
	.widget.siteBlock .siteBlockInner:not(.lbp-white-rounded-container) .siteBlockLink{
		padding-left: 20px;
	}
}