/*
 Theme Name:   Sela Blue
 Theme URI:    http://stripe.name/4
 Description:  Sela Blue Theme
 Author:       Jānis Puriņš
 Author URI:   http://stripe.name/4
 Template:     sela
 Version:      1.0.14
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-colors, custom-menu, featured-images, full-width-template, microformats, right-sidebar, rtl-language-support, sticky-post, translation-ready, two-columns
 Text Domain:  sela-blue
*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
a {
	color: #136a94;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-weight: 400;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span {
	background-color: #4382a0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	border: 1px solid #4382a0;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	background-color: #4382a0;
}
.social-links ul a:before {
	background: #4382a0;
}

/*--------------------------------------------------------------
5.2 Content Navigation
--------------------------------------------------------------*/
.post-navigation a,
.paging-navigation a,
.comment-navigation a {
	font-family: "Source Sans Pro", Georgia, serif;
	font-size: 14px;
	font-size: 1.4rem;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.footer-widget-area a:hover {
	color: #136a94;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/
.entry-title a:hover {
	color: #136a94;
}
.entry-meta {
	font-family: "Source Sans Pro", Georgia, serif;
	font-size: 14px;
	font-size: 1.4rem;
}

/*--------------------------------------------------------------
10.3 Post formats
--------------------------------------------------------------*/
.format-quote blockquote:before {
	font-family: "Source Sans Pro", serif;
}
.format-quote blockquote {
	font-family: "Source Sans Pro", serif;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-meta a {
	color: #4382a0;
}

/*--------------------------------------------------------------
10.5 Testimonials
--------------------------------------------------------------*/
.jetpack-testimonial .entry-title,
.jetpack-testimonial-shortcode .testimonial-entry-title {
	color: #4382a0;
}

/*--------------------------------------------------------------
10.6 Footer
--------------------------------------------------------------*/
.site-info a:hover {
	color: #4382a0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption-dd,
.wp-caption-text {
	font-family: "Source Sans Pro", Georgia, serif;
	font-size: 14px;
	font-size: 1.4rem;
}

/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
		/* Navigation */
	.main-navigation .nav-menu > li > a:after,
	.main-navigation .menu > li > a:after {
		color: #a9e1ff;
	}
	.main-navigation ul ul a:hover,
	.main-navigation ul ul > li.focus > a {
		color: #136a94;
	}
}