	/* Link hover color */
	body a:hover,
	#main-menu ul li:hover > a,
	.ot-panel-block .article-block .item .article-meta a:hover,
	.ot-panel-block.panel-dark > div a:hover,
	.widget .ot-widget-review .item a:hover strong,
	.widget.widget-dark .article-block .item-content h4 a:hover,
	.footer .footer-widgets a:hover,
	.split-articles .item .article-meta a:hover,
	.widget .article-block .item .article-meta a:hover,
	.widget .article-block .item-button:hover {
		color: #CE0000;
	}

	/* Review box bg color */
	.widget .ot-widget-review .item .review-rating {
		background-color: #4573DA;
	}




		/* Background Color/Texture/Image */
		body {
			 
				background: url(https://yogadigest.com/wp-content/themes/multimag-theme/images/background-texture-1.jpg);
			
		}

			
	/* Titles & Menu Font */
	.widget .ot-widget-review .item strong, .widget .article-block .item-button {
		font-family: 'PT Sans Narrow', sans-serif;
	}

	/* Slider, sidebar article title font */
	.ot-slide .ot-slider-layer a .content-bottom > strong, h1, h2, h3, h4, h5, h6 {
		font-family: 'Oswald', sans-serif;
	}

	/* Paragraph Font */
	p, .ot-panel-block .title-block span, .split-block > #sidebar .widget > .title-block span, .ot-panel-block .title-block span, .top-menu {
		font-family: 'PT Sans', sans-serif;
	}

	/* Content title font */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Roboto Condensed', sans-serif;
	}

