/*
Theme Name:     Angle Child Theme
Description:    Child theme for the Angle WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       angle
Version:        1.0
*/

body {
	font-family: macha, sans-serif;
}

h1 {
	font-family: brandon-grotesque, sans-serif;
}

header.swatch-red-white.navbar {
	background-image: linear-gradient(45deg, rgb(110, 0, 255), rgb(243, 17, 79));
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: black;
}

.social-simple li a {
	font-size: 36px;
  width: 72px;
  height: 72px;
  line-height: 72px;
}

header.section-header .headline {
	color: #18174E;
}

section.section {
	padding-top: 35px;
}

section.swatch-blue-white {
	background: #7601F5;
  background-image: linear-gradient(45deg, #C700DA, #09C9F5);
}

section.swatch-yellow-black {
	background-image: linear-gradient(45deg, rgb(255, 222, 62), rgb(255, 237, 174));
}

section.swatch-black-yellow {
  background-color: #E3FE0E;
	background-image: linear-gradient(45deg, #1dc6df, #E5FF0B);
	color: #18174E;
}

section.swatch-red-white .section-header:after {
	background: rgb(239, 255, 0);
}

#masthead .navbar-brand {
	font-size: 30px;
	font-weight: lighter;
}

#masthead .navbar-brand img {
    width: 76px;
    margin-right: 8px;
    margin-left: -5px;
}

.blogroll {
	padding-left: 20px;
}

.widget_links ul li {
	list-style-type: square;
}

/* tag cloud */
.swatch-white-red .widget_tag_cloud ul li a, 
[class*="swatch-"] .swatch-white-red .widget_tag_cloud ul li a {
	background: #107DEE;
	border-radius: 12px;
}

/* recent posts */
.swatch-white-red .sidebar-widget .post-icon, 
[class*="swatch-"] .swatch-white-red .sidebar-widget .post-icon {
	border-radius: 3px;
}