/*
Theme Name:   The Keynote 2026 child
Theme URI:    http://themes.goodlayers.com/thekeynote
Description:  The Keynote Wordpress Theme
Author:       Shawn Richards
Author URI:   https://www.ecaconference.com.au/
Template:     thekeynote
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  gdlr_translate-child

=Theme customisation starts here
-----------------------------------------------------*/

/* Remove the top padding above the home page slider */
.section-container:first-of-type {
	padding-top: 0;
}

/* Custom eca page title */
.eca-page-title {
	color: #ffffff;
	font-size: 18px;
    margin: 0px 20px 10px 20px;
    display: block;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 2px;
}

/* Custom sponsorship menu */
#menu-sponsorship-menu li {
	margin-bottom: 0;
	padding-top: 10px;
}
#menu-sponsorship-menu li.current_page_item {
	background-color: #8e8e8e;
	color: #ffffff;
}
#menu-sponsorship-menu li.current_page_item a {
	color: #ffffff;
}

/* Hiding things */

/* Custom page header */
@media only screen and (max-width: 768px) {
	.gdlr-page-title-wrapper .gdlr-page-title {
		font-size: 30px;
		letter-spacing: 2px;
	}
}