/*

Theme Name: Circles Wordpress Theme
Theme URI: http://themeforest.net/item/circles-retina-responsive-multipurpose-theme/4739370
Author URI:http://themeforest.net/user/ThemeSmack
Description: Clean Corporate Theme
Author: ThemeSmack Team
Version: 4.4
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

footer li a:link, footer li a:visited, footer li a:active {
color:#69767f;
}

footer li a:hover{
color:#ffffff;
}

.widget_text h3{
color:#004490;
}

.widget_text .sidenav a:link, .widget_text .sidenav a:visited, .widget_text .sidenav a:active {
color:#45484a;
}
.widget_text .sidenav a:hover{color:#004490;}

.widget_text .sidenav{
margin-bottom: -15px;
}

body .btn-style3 {
  font: 14px 'open sans', arial, tahoma;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  border: 2px solid #fff;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 4px;
  text-transform: uppercase;
}
body .btn-style3:hover{
  font: 14px 'open sans', arial, tahoma;
  color: #004490;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  border: 2px solid #fff;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #fff;
-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sc-button:hover {
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  padding: 8px 20px;
  margin-top: 5px;
  margin-right: 7px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  position: relative;
  margin-bottom: 15px;
-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sc-button {color:#fff;}
.grey-grad{
 background: #004490;
}
.grey-grad:hover{
 background: #071776;
}

.blockquote-modern {
  border-left: 8px solid #f2003f;
  padding: 22px 0px 22px 25px;
  background: #004490;
  border-radius: 8px;
}

.blockquote-modern p {color:#eaeaea;
font-size: 1.225em;
line-height:1.6;
text-transform: uppercase;
}