
/* Main menu color - yellow #FFC000 */
nav.top-menu ul.menu ul.sub-menu, nav.main-menu ul {
    border-color: #FFC000;
}
.ot-menu-trending-bg {
    background-color: #FFC000;
}

/* Main color - yellow #FFC000 */
.widget_ot_tags .tag_item span, .ot-widget-timeline .item .item-date:before, .wide-article .post-cat2 span, .ot-article-tags a {
    background-color: #FFC000;
}

.section-subtitle i, .widget-container li:before, .widget_categories li:before, .widget_archive li:before {
    color: #FFC000;
}

/* Color for review boxes - yellow #61ADDA */
.grid-post .review, .grid-large .review, .grid-post-category .review, .small-post .review, .article-review-box .review, .review-bar {
	background-color: #61ADDA;    
}



		/* Background Color/Texture/Image */
		body {
			 
				background: url(https://www.clari.net.au/wp-content/themes/infra-premium-theme/images/background-texture-1.jpg);
			
		}

			


/* Titles & Menu Font, default: 'Open Sans' */
.slider h2, .grid-large h2, .grid-post h2, .small-post h2, .ot-slider-b h2, .widget-post h2,
.ot-featured-articles h2, .ot-related-articles h3, .ot-widget-timeline h2, .ot-widget-lcomments h4,
.widget-container li {
	font-family: 'Open Sans', sans-serif;
}

/* Titles inside article */
.ot-article h1, .ot-article h2, .ot-article h3, .ot-article h4, .ot-article h5, .ot-article h6 {
	font-family: 'Open Sans', sans-serif;
}

/* Module Section Titles, default: 'Open Sans' */
.section-title {
	font-family: 'Oswald', sans-serif !important;
}

/* Paragraph Font, default 'Open Sans' */
p {
	font-family: 'Open Sans', sans-serif;
}

/* menu fonts */
nav.top-menu ul.menu li a, nav.top-menu ul.menu li ul.sub-menu li a {
	font-family: 'Open Sans', sans-serif;
}

nav.main-menu ul.menu li a, nav.main-menu ul.menu li ul.sub-menu li a {
	font-family: 'Open Sans', sans-serif;
}

