/*
 Theme Name:     Kause Child Theme
 Theme URI:      
 Description:    Child theme for Kause
 Author:         Theme Canon
 Author URI:     http://www.themecanon.com
 Template:       kause
 Version:        1.0.0
*/

@import url("../kause/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#nav li a:hover{
	color: #a6c659 !important;
}
#nav li.donate a:hover {
	color: #2D014E !important;
}
ul#nav ul.sub-menu li
{
	color: #a6c659 !important;
}
.donate a:hover{
	background-color: #a6c659 !important;
}
.callout-block{background-color: #a6c659 !important;}
.parallax-block h4, .callout-block h4
{
	font-size:30px !important;
}
.white-btn{
	background-color: #f98d00 !important;
	color:#fff !important;
}
.white-btn:hover{
	background-color:#a6c659 !important;
}
h4.video-heading
{
	font-size:18px;
}
.social-block .green-btn
{
	background-color:#55247f !important;
}
.social-block .green-btn:hover
{
	background-color:#fe7503 !important;
}
.widget-footer ul li
{
	border: 0 none;
}
.widget-footer a:hover
{
	color: #fff !important;
}
.tp-caption {
	text-shadow: 1px 1px 8px #101010;
}
ul.listMarker {
list-style-image: url('/wp-content/uploads/list-marker.png');
} 
hr.dots {
	margin: 0px !important;
}
.foot.left {
	color: white !important;
}
blockquote {
    font-size: 14px !important;
    line-height: 21px; !important;
}
.fullwidthbanner .rev_slider li{
	background: #a6c658;
}
.social-thumbs {
	height: 0px !important;
	margin: 0px !important;
}

h1.homepage {
    font-size: 32px;
    margin-top: 15px;
}
.tp-button{
    white-space: nowrap;
}