/*
Theme Name:     compass-media
Theme URI: 		https://www.compassmedia.ky
Description:    Child theme for Compass Media
Author:         Compass Media
Author URI: 	https://www.compassmedia.ky
Template:       Newspaper
Version:        12.3.2b
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* h1-H5 font fix */
h1, h2, h3, h4, h5 {
	font-family: OceanwideProBold, sans-serif !important;
}

/* header main menu font - centre vertically */
@media screen and (min-width:1019px){
	.cm .td-header-style-7 .sf-menu > li > a {
		line-height: 102px !important;
	}
	.cm .td-header-style-7 .sf-menu {
		margin-top: 4px !important;
	}
	.cm.home .td-main-page-wrap {
		padding-top: 0 !important;
	}
}

@media screen and (max-width:1018px){
	ul.sf-menu > .td-menu-item > a, .td-theme-wrap .td-header-menu-social {
		font-size: 18px;
	}
/* this is to bring slider up to top to account form menu height */
	.rs-fullwidth-wrap {
		margin-top: -54px;
	}
}

.td-post-template-3 .td-post-header .entry-title,
.td-post-template-7 .td-post-header .entry-title,
.td-post-template-8 .td-post-header .entry-title,
.td-post-template-10 .td-post-header .entry-title,
.td-post-template-11 .td-post-header .entry-title {
	color: #fff !important;
}