/**
Theme Name: MTWriter-child
Theme URI: http://mightythemes.com/products/mt-writer-theme/
Author: MightyThemes
Author URI: http://mightythemes.com
Description: MT Writer brings down the love for bloggers. MT Writer is a blog theme that is specially designed keeping in mind the interest of bloggers. It is a Highly Responsive, Fully SEO friendly theme. It rolls down with a mobile-friendly layout that helps the user in getting an edge over other competitors with ease of control over the layout.
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mtwriter-child
Template: mtwriter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, theme-options

This theme, like WordPress, is licensed under the GPL.

MT-Writer is based on Underscores https://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.buy-button {
	background-color:#ffc49c;
	text-align:center;
	border:2px solid #800000;
	border-radius:0.5em;
  padding:0.3em 1.5em 0.3em 1.5em;
	margin:1em;
	float:left;
}

a:link {
  color: #800000;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #B03030;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #F06060;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #F06060;
  background-color: transparent;
  text-decoration: underline;
}

.p-descr {
	text-align:justify;
	text-indent: 1em;
}

.site_url {
	background-color: #efefef;
	border-radius: 0.5em;
	border-style: none;
	padding: 0 0.5em 0 0.5em;
}

.just {
	text-align: justify;
	margin: 0 0 1em 0;
}

.just-indent {
	text-align: justify;
	text-indent: 1em;
	margin: 0 0 1em 0;
}