/**
 * Blue Theme
 */
a,
.header .social-links a:focus,
.header .social-links a:hover,
.testimonials .flex-direction-nav a:focus,
.testimonials .flex-direction-nav a:hover,
.service-item:focus i,
.service-item:hover i,
.accordion-button:focus,
.accordion-button:hover,
.accordion-button i.fa-arrow-circle-o-down,
.team-photo .team-social-links a:focus,
.team-photo .team-social-links a:hover,
.button-to-top:focus,
.button-to-top:hover,
.title,
.mobile-nav-button:focus,
.mobile-nav-button:hover,
.callout-box.co-colored-box h5,
.header-down-arrow:focus,
.header-down-arrow:hover,
.color {color: #2980b9;}
.nav .selected,
.nav a:focus,
.nav a:hover,
.nav .current {color: #2980b9;}
.button,
.skillbar-title,
.skillbar-bar,
button {background: #2980b9;}
.option-set .selected,
.option-set a:focus,
.option-set a:hover {border: 1px solid #2980b9;}
.button:focus,
.button:hover,
.option-set .selected,
.option-set a:focus,
.option-set a:hover,
.skillbar-title:focus,
.skillbar-title:hover,
.skillbar-bar:focus,
.skillbar-bar:hover,
button:focus,
button:hover {background: #1b557a;}
.callout-box.co-colored-box {border-left: 4px solid #2980b9;}
.static-testimonial {
  background: linear-gradient(rgba(41,128,185,.8), rgba(41,128,185,.8)),
              url(../../images/pattern-2.png) left top repeat,
              url(../../images/parallax/parallax-bg-5--xlarge.jpg) center center fixed;
}
.link-deafult:focus,
.link-deafult:hover {color: #1b557a;}

/**
 * Pricing Tbles
 */
.price-table .selected {
  color: #fff;
  background: #2980b9;
}
.price-table:focus .selected,
.price-table:hover .selected,
.price-table:focus .selected:focus,
.price-table:focus .selected:hover,
.price-table:hover .selected:focus,
.price-table:hover .selected:hover,
.price-table .selected:focus,
.price-table .selected:hover {
  color: #fff;
  background-color: #1b557a;
}
.price-table:focus .price-button.selected,
.price-table:hover .price-button.selected,
.price-button.selected:focus,
.price-button.selected:hover {
  color: #fff;
  background-color: #1b557a;
}
.button-to-top {background-color: #2980b9;}
.button-to-top:focus,
.button-to-top:hover {
  color: #fff;
  background-color: #1b557a;
}
.price-table .selected:after {border-top-color: #2980b9;}
.price-table:focus .selected:after,
.price-table:hover .selected:after {border-top-color: #1b557a;}
