@font-face {
    font-family: 'avallonregular';
    src: url('../fonts/avallon-webfont.woff2') format('woff2'),
         url('../fonts/avallon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media (min-width:1500px) {
	li .slotholder .tp-bgimg.defaultimg {
	    background-size: unset !important;
	}
}

/* Support #90982 -  Blog Tittle and Margins Adjustment on Mobile */

@media (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
	    font-size: 28px;
	    line-height: 35px;
	}
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
}