/*-- In This Post --*/

.editor-styles-wrapper .inthispost {
	padding: 50px 0px;
	}
	
.editor-styles-wrapper .inthispost:after {
    content: '';
    width: 100%;
    height: 4px;
    position: relative;
    display: inline-block;
    border-top: 4px dotted #414142;
    }
	
.editor-styles-wrapper .inthispost h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 25px 0px;
	font-size: 16px;
	text-align: center;
	}
	
.editor-styles-wrapper .inthispost h3:before {
    content: '';
    width: 100%;
    height: 4px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    border-top: 4px dotted #414142;
    }
    
.editor-styles-wrapper #itp.owl-itp .item {
	display: inline-block;
	margin: 0px 5px;
	}
	
.editor-styles-wrapper #itp.owl-itp .item a {
    position: relative;
    display: flex;
    align-content: stretch;
    align-items: stretch;
    width: 9vw;
    min-height: 9vw;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    overflow: hidden;
    box-sizing: border-box;
	}
	
.editor-styles-wrapper #itp.owl-itp .item a img {
	object-fit: cover;
	}
	
.editor-styles-wrapper  .single-post .owl-carousel .owl-stage-outer {
	padding-bottom: 40px;
	text-align: center;
	}
	
.editor-styles-wrapper .single-post .owl-carousel .owl-stage {
	margin: 0px auto;
	}