/*
Theme Name: Paraxis Lite
Description: Paraxis Lite is a creative masonry theme that works great for fashion or general bloggers. Amongst the features you will find a a parallax header image, full color control with unlimited color variations, easy access to all Google Fonts, responsive design etc.
Author: MachoThemes
Author URI: http://www.machothemes.com
Template: oblique
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, fluid-layout, responsive-layout, custom-colors, custom-background, custom-menu, custom-header, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: paraxis-lite
*/

/**
 *	01. General
 *	02. Header
 *	03. Content
 */

/* 01. General */
body {
	color: #333333;
}

.entry-meta a:hover,
.entry-title a:hover,
.widget-area a:hover,
.social-navigation li a:hover,
a {
	color: #9e005d;
}

.read-more,
.nav-previous:hover,
.nav-next:hover,
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #9e005d;
}

.entry-thumb:after {
	background-color: rgba(158, 0, 93, 0.4);
}

.entry-title,
.entry-title a {
	color: #333333;
}

.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
	color: #333333;
}

.footer-svg.svg-block {
	fill: #ffffff;
}

.site-footer {
	background-color: #ffffff;
}

.social-navigation li a {
	color: #d0d0d0;
}

.site-logo {
	max-width: 450px;
}

.site-branding {
	padding: 232px 0;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
}

/* 02. Header */
.sidebar-toggle .fa {
	color: #714843;
}

.site-header {
	height: 650px;
}

/* 03. Content */
.post-inner {
	background-color: #f6f6f6;
}

.read-more {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}