/* 
 Theme Name:     Kristin Austin Marketing
 Author:         Northern Beaches Skin Cancer Clinic
 Author URI:     http://www.nbscc.com.au
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.5.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Widgets */
.et_pb_widget {
	float: left;
	max-width: 100%;
}

.et_pb_widget a {
	color: #ffd10f;
	text-decoration: none;
}

.et_pb_widget li a:hover {
	color: #ffffff;
}

.et_pb_widget ul li {
	margin-bottom: 0.5em;
}

.et_pb_widget ul li ul li {
	margin-left: 15px;
}

.et_pb_widget select {
	width: 100%;
	height: 28px;
}

.et_pb_widget_area .et_pb_widget a {
	color: inherit;
}

.et_pb_bg_layout_light .et_pb_widget li a {
	color: #666;
}

.et_pb_bg_layout_dark .et_pb_widget li a {
	color: inherit;

}

/* Tag Cloud */
.tagcloud a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(247, 207, 50, 0.05);
	font-size: 14px !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tagcloud a:hover {
	background: rgba(29, 90, 159, 0.85);

/* footer fix */
.footer-widget {
	width: 30%!important;
	padding: 2%!important;
}