/*
Theme Name: WP Bootstrap Starter Child theme of wp-bootstrap-starter
Theme URI: 
Description: Child theme of wp-bootstrap-starter theme for the WP Bootstrap Starter theme
Author: <a href="https://afterimagedesigns.com/">Afterimage Designs</a>
Author URI: 
Template: wp-bootstrap-starter
Version: 3.0.15
*/

.align-top {
	vertical-align: top;
}

.fa-twitter {
  display: inline-block;
  border-radius: 60px;
  padding: 0.5em 0.6em;

}

.form-control {
	border-radius:0px
}

.icon-background {
    color: #fff;
}

.icon-background :hover {
    color: black;
}

.fa-circle:hover {
    color: #000;
}

.fa-facebook-f, .fa-twitter {
	color:#00adbd;
}

#footer-widget .fa-facebook-f, #footer-widget .fa-twitter {
	color:#000;
}

.fa-twitter.fa-stack-1x {
    top: -20%;
}

.case-studies-title {
    background-color: #e6007e;
    color: #fff;
    display: inline-block;
    padding: 0.25em;
	margin: 1em 0;
}

.btn-primary {
    background-color: #000;
    border-radius: 0px;
    font-family: intro;
	border:none;
}

.btn-primary a {
	color: #fff;
}

.btn-primary:hover {
	    background-color: #e6007e;
}

.btn-primary a:hover {
	color:#fff;
text-decoration:none;
}