/*
Theme Name: Type-hijo
Theme URI: https://www.designlabthemes.com/type-wordpress-theme/
Author: Design Lab
Author URI: https://www.designlabthemes.com/
Description: Build a professional blog, an online store or a magazine style website with Type WordPress Theme. Type lets you easily combine 4 Header Styles, 3 Layout variations, Sidebar Position and more. Quickly upload a Custom Logo, create an impressive Header Image, showcase your Featured Posts and see the preview in real-time. The Theme includes also a basic support for WooCommerce plugin.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: type
Text Domain: type-hijo
Tags: custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, flexible-header, footer-widgets, full-width-template, one-column, post-formats, right-sidebar, sticky-post, theme-options, translation-ready, two-columns, blog, e-commerce

*/

/********************************************************************************************************
 * Please don't edit this file. You can lose all modifications if the theme is updated.
 * Please use Additional CSS via Customizer (since WordPress 4.7) or a child theme to overwrite specific style rules.
 * See here more about Child Themes: https://codex.wordpress.org/Child_Themes
********************************************************************************************************/ 

/*

01:	Normalize
02: Typography
03: Elements
04:	Layout
05: Header
06: Content
07: Footer
08: Widgets
09: Forms
10: Comments
11: Media
12: Type Plus
13: Responsive

*/

/*
 * 01: Normalize
 * Styles based on Normalize v7.0.0 @link https://github.com/necolas/normalize.css
 */

@import url("../type/style.css");
body.custom-background{
    background-attachment: fixed;
}
.main-navbar {
    background-color: #c29ee2;
}
.navbar {
	background-color: #c29ee2;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	font-family: "Georgia", sans-serif;
	margin-bottom: 0;
}
.widget-title {
    color: #9928B5;
}
.sidebar .widget-title span:before, .sidebar 
.widget-title span:after {
    border-top: 4px solid #e5b5f1;
}
.entry-meta .posted-on a, .entry-meta .author a {
    color: #8d4ede;
}
@media screen and (min-width: 960px) {
    body{
    background-attachment: fixed;
}
.main-navbar {
    background-color: #c29ee2;
}
.sidebar {
    width: 33.33333333%;
    float: right;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #f7efff;
}
.widget-title span:after {
    border-top: 4px solid #e5b5f1;
}
.entry-meta .posted-on a, .entry-meta .author a {
    color: #8d4ede;
}
}