/*
Theme Name:     Kahuna Child
Theme URI:      https://www.cryoutcreations.eu/wordpress-themes/kahuna/
Description:    Child theme for the Kahuna theme
Author:         Udi Burg
Author URI:     https://blog.udiburg.com/
Template:       kahuna
Version:        1.0.0
*/
/* @import url("../kahuna/style.css"); */

/* Your modification goes here */
/* Remove lp-page from landing page */
#lp-posts, #lp-page {
    display: none;
}
/* End of remove lp-page from landing page */
/* Increase LP-section title */
.lp-section-title {
	font-size: 1.7em;
	font-weight: bold;
}
/* End of Increase LP-section title */
/* Change latest post title color on landing page */
.lp-section-header .lp-section-title {
	color: #526f89;
}
/* End of Change latest post title color on landing page */
/* Change table background color */
.kahuna-stripped-table .main tr:nth-child(2n) td {
    background-color: #ffffff !important;
}
/* End of Change table background color */
/* Move accessibe poetry to bottom */
element.style {
    top: 80% !important;
}
#acp-toggle-toolbar {
	top: 80%  !important;
}
/* End Accessible Poetry move to bottom */
/* Accesible Poetry BG color */
#acp-toggle-toolbar {
	background-color: #526f89;
}
/* End of Accesible Poetry BG color */
/* Hide Table top border */
.kahuna-stripped-table .main td {
    border-top: none !important;
}
/* End of Hide Table top border */
/* Increase LP-box title */
.lp-box-title {
	font-size: 1.5em;
}
/* End of Increase LP-box title */
/* Align footer social menu to center */
#sfooter {
    float: right !important;
}
/* Align footer social menu to center */
/* EU Cookie alert banner 

.widget-container.widget_eu_cookie_law_widget {
    margin: 0 auto;
    padding: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index:1000;
	background-color: red !important;
}
#eu-cookie-law.negative input, #eu-cookie-law.negative input:focus, #eu-cookie-law.negative input:hover {
    color: red !important;
	background-color: yellow !important;
}
#eu-cookie-law.negative {
	background-color: red !important;
}

/* End of EU Cookie alert banner */
/* Jetpack share buttons comstumization */
div.sharedaddy h3.sd-title {
	font-size: 14pt !important;
}
/* End of Jetpack share buttons comstumization */
/* Rounded corners on landing page latest posts */

.cryout .lp-boxes.lp-boxes-static .lp-box {
	border-radius: 15px;
}
.lp-block {
	border-radius: 15px;
}
/* End of Rounded corners on landing page latest posts */

/* Change bread crumb color */
.entry-meta span, .entry-meta a, .entry-utility span, .entry-utility a, .entry-meta time, #breadcrumbs-nav, #header-page-title .byline, .footermenu ul li span.sep {
    color: #aeabab !important;
}
/* End of Change bread crumb color */
/* Change the color of aothur, category and date for post/page */
.entry-meta span, .entry-meta a, .entry-utility span, .entry-utility a, .entry-meta time, #breadcrumbs-nav, #header-page-title .byline, .footermenu ul li span.sep {
	color: #e08e31 !important;
}
/* End of Change the color of aothur, category and date for post/page */
