/*
Theme Name:     Kahuna Child
Theme URI:      https://blog.udiburg.com/
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 */
/* Add pullqoute settings */
.simplePullQuote {
	border-radius: 15px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	font: normal 18px tahoma, arial, sans-serif;
    box-shadow: 10px 10px 5px #888888 !important;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px !important;
	margin-bottom: 5px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
	width: 40%;
	color: #000;
    background-color: rgba(255, 238, 201, 0.60) !important;
    float: left !important;
    textalign="right";
}
/* end of pullqoute settings */ 
/* Move accessible poetry to bottom */
element.style {
    top: 80% !important;
}
#acp-toggle-toolbar {
	top: 80%  !important;
}
/* End Accessible Poetry move to bottom */
/* 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 */
/* Increase LP-box title */
.lp-box-title {
	font-size: 1.5em;
}
/* End of Increase LP-box title */
/* Increase recent post title font size on front page */
.lp-section-header .lp-section-title {
    font-size: 1.8em;
	font-weight: bold;
}
/* End of Increase recent post title font size on front page */
/* Jetpack share buttons customization */
div.sharedaddy h3.sd-title {
	font-size: 14pt !important;
}
/* End of Jetpack share buttons customization */
/* 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 front page background  */
.lp-boxes {
	background-image: url("https://blog.udiburg.com/wp-content/uploads/2017/12/gray2.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center; 
}
.lp-blocks {
	background-image: url("https://blog.udiburg.com/wp-content/uploads/2017/12/gray2.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center; 
}
#lp-posts, #lp-page {
	background-image: url("https://blog.udiburg.com/wp-content/uploads/2017/12/gray2.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center; 
}
	
/* End of change front page background */ 
/* Posts main page background */
body:not(.kahuna-landing-page) article.hentry, body:not(.kahuna-landing-page) .main {
	background-image: url("https://blog.udiburg.com/wp-content/uploads/2017/12/gray2.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
/* End of Posts main page background */	
/* Accessible Poetry BG color */
#acp-toggle-toolbar {
	background-color: #e08e31;
}
/* End of Accessible Poetry BG color */
/* 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 author, 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 author, category and date for post/page */
/* LP box title color */
.lp-box-title a, .lp-box-title a:hover {
    color: #e08e31;
}
/* End of LB box title color */
/* Latest post section header in landing page color */
.lp-section-header {
	color: #e08e31;
}
/* End of Latest post section header in landing page color */
/* Align footer social menu to center */
#sfooter {
    float: right !important;
}
/* Align footer social menu to center */
/* Disable Where go and FB comments on front-page */
#lp-page {
	display: none !important;
}
/* End of Disable Where go and FB comments on front-page */