/*
Theme Name: Hortensia Blues
Description: A ready made child theme for Abloom WordPress theme.
Version: 1.1.0
Theme URI: http://www.pmthemes.com/abloom/
Author: PMThemes
Author URI: http://www.pmthemes.com
Template: abloom
Text Domain: hortensia
*/
/* Links */
a:hover, a:active, .post-title a:hover, .post-title a:active, 
.widget a:hover, .widget a:active, .postmeta a:hover, .postmeta a:active{
	color: #b80303;
}
.entry p a:link, .entry p a:visited {
    color: #1079C9;
    text-decoration: none;
}
.entry p a:hover {
    color: #b80303;
    text-decoration: underline;
}
/* Header */
#header-wrap, .natty #header-wrap {
	background: #27a9eb;
    background: -webkit-linear-gradient(#208bc2, #25a2e1);
    background: -o-linear-gradient(#208bc2, #25a2e1);
    background: -moz-linear-gradient(#208bc2, #25a2e1);
    background: linear-gradient(#208bc2, #25a2e1);
}
.header-line {
	border-top: 10px solid #0f587e;
}
#logo .site-title, #logo a:hover .site-title, #logo .site-description {
	color: #333;
}
/* Top Navigation */
#topnav, #topnav-icon, #topheader {
	background: #121212;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	background: #000;
}
.natty #topnav-menu li.current_page_item a, .natty #topnav-menu li.current-menu-item a {
	background: #000;
}
#topnav-menu a:hover, #topnav-menu li a:hover {
	background: #b80303;
}
#topnav-menu .sub-menu, #topnav-menu .children {
	background-color: #015bae;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ul#topnav-menu ul a:hover, #topnav-menu ul ul a:hover, ul#topnav-menu ul a:focus, #topnav-menu ul ul a:focus {
	background-color: #08638D;
}
ul#topnav-menu ul a, #topnav-menu ul ul a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* Main Navigation */
#navi-wrap, .natty #navi-wrap, .stickynav {
	background: #044b8d;
}
.nav-menu li {
	border-right: none;
}
.nav-menu li:first-child, .wide-header .nav-menu li:first-child {
	border-left: none;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #b80303;
	color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #121212;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #b80303;
}
/* Search */
.search-form-top {
    background-color: #015bae;
}
.search-form .search-submit {
    background: #333;
}
/* Frontpage */
.widget-category-posts-content .post-title {
    font-size: 1.25em;
}
/* Frontpage Slider */
#frontpage-slider .pmsslide .slide-entry {
    padding: 0.3em 0.85em;
	left: 0;
    bottom: 0;
}
#frontpage-slider .pmsslide .slide-entry .slide-title {
    font-size: 1.2em;
    line-height: 1;
    padding: 0.25em 0;
}
.frontpage-slider-controls .pmsflex-direction-nav a {
    height: 35px;
    margin: -21px 0 0 0;
    width: 50px;
}
.frontpage-slider-controls .pmsflex-direction-nav .pmsflex-prev {
    right: 65px;
}
.frontpage-slider-controls .pmsflex-direction-nav a:before {
    color: #fff;
    font: 400 20px/1 dashicons;
    margin: 0.4em 0.7em ;
}
#frontpage-slider {
	border:1px solid #333;
}
/* Site Wrapper */
#wrapper {
	margin: 10px auto 10px;
	border: 1px solid #333;
}
.wide-header #wrapper {
	margin: 0 auto;
	border: none;
}
.wide-header #content-wrap {
	margin:0.6em auto 0.95em;
}
/* Content */
#content {
    padding: 1.5em 1.5em 0;
}
/* Sidebar */
#sidebar {
    padding: 1.5em 1.25em 1em 0.5em;
}
#sidebar .widgettitle, #frontpage-magazine-widgets .widget .widgettitle, 
#footer-widgets .widgettitle {
    font-size: 0.8em;
	font-weight: bold;
	background: #015bae;
    padding: 0.8em 0.75em 0.7em 0.75em;
    margin: -.45em -.5em 1em;
	border: 1px solid #236e91;
	text-transform:uppercase;
}
.widget-tabnavi {
    font-size: 0.75em;
	background: #015bae;
	border: 1px solid #121212;
	text-transform:uppercase;
}
#sidebar .widget {
    border: 2px solid rgb(237, 237, 237);
}
/* Footer Widgets */
#footer-widgets-bg {
	background-color: #05283b;
	border-top: 5px solid #3c6477;
}
#footer-widgets .widget {
    background: #eae3d8;
    border: 5px solid #3c6477;
}
#footer-widgets .widget ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#footer-widgets .widget a:link, #footer-widgets .widget a:visited {
    color: #333;
}
/* Footer */
#footer {
	color: #b9b9b9;
	background: #051319;
	border-top: 1px solid #123b4f;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
/* Scroll to Top */
.scrollToTop {
	border: 1px solid rgba(0, 0, 0, 0.3);
    background: #121212;
}
.scrollToTop:hover {
    background: #b80303;
}
.scrollToTop:before {
	color: #fff;
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
	background-color: #015bae;
	color: #fff;
}
.toggled-on .nav-menu .sub-menu,
.toggled-on .nav-menu .children {
	background-color: #fb6964;
}
#topnav, #topnav-icon, #topheader {
	background: #121212;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	background: #000;
}
.search-form-top {
	top: 40px;
}
#sidebar {
    padding: 1em;
}
}