/*
Theme Name: Kids Party Time
Theme URI: http://www.kidspartytime.com.au
Version: 1.0
Description: A customized version of Extra for Kids Party Time
Author: JR Web Solutions
Author URI: http://www.jrwebsolutions.com.au
Template: Extra
*/

.et_pb_sidebar_0 .et_pb_widget .widgettitle {
background: #00AEEF!important;
}



/* Hide trending button */
#et-trending-button { display:none !important; }

/*---------- Website CTA-button-start ----------- */

a.website-cta {
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: #FF0080;
  border: 2px solid #FF0080;
  border-radius: 5px;
  padding: 10px 20px;
  -moz-transition: all 0.7s; 
  -webkit-transition: all 0.7s;
  transition: all 0.7s;}
 
a.website-cta:hover {
  background-color: #4D105C;
  border: 2px solid #4D105C;
  color: #fff;}

/*---------- Website CTA-button-end ----------- */