/* * * * * * Basic widget style * * * * * * */

.kth_color_theme_text_widget {
  width: 91.6%;
  color: #111111;
  padding: 10px;
  margin-bottom: 1.6rem;
}

.site-top-widgets .kth_color_theme_text_widget {
  width: 100%;
  max-width: 880px;
}

.single-top-widgets .kth_color_theme_text_widget {
  width: 96.8%;
  max-width: 630px;
}

.widget.widget_kth_color_theme_text_widget {
	margin-bottom: 0;
}

/* * * * * * * * Theme colors * * * * * * * */

#page .blue .widget-title,
.blue {
	color: #ffffff;
	background-color: #24a0d8;
}

#page .green .widget-title,
.green {
	color: #ffffff;
	background-color: #b0c92b;
}

#page .pink .widget-title,
.pink {
	color: #ffffff;
	background-color: #d85497;
}

#page .red .widget-title,
.red {
	color: #ffffff;
	background-color: #e4363e;
}

#page .gray .widget-title,
.gray {
	color: #111111;
	background-color: #e3e5e3;
}

#page .yellow .widget-title,
.yellow {
	color: #ffffff;
	background-color: #fab919;
}

#page .black .widget-title,
.black {
	color: #ffffff;
	background-color: #111111;
}

#page .white .widget-title,
.white {
  color: #111111;
	background-color: #ffffff;
  padding: 10px 0;
}

/* * * * * Link colors in widgets * * * * */

#site-top-widgets .kth_color_theme_text_widget.white a, #site-top-widgets .kth_color_theme_text_widget.white a:visited,
#site-top-widgets .kth_color_theme_text_widget.gray a, #site-top-widgets .kth_color_theme_text_widget.gray a:visited{
  color: #24a0d8;
}

#secondary .widget.widget_kth_color_theme_text_widget a,
#secondary .widget.widget_kth_color_theme_text_widget a:visited {
  color: #ffffff;
}

#secondary .gray .widget.widget_kth_color_theme_text_widget a,
#secondary .gray .widget.widget_kth_color_theme_text_widget a:visited,
#secondary .white .widget.widget_kth_color_theme_text_widget a,
#secondary .white .widget.widget_kth_color_theme_text_widget a:visited{
  color: #24a0d8;
}
