/*-----------------------------------------------------------
 Theme Name: Twenties TPC
 Version: 1.2
 Description: Premium WordPress Theme by WPExplorer
 Author: WPExplorer
 Author URI: http://www.wpexplorer.com
 Designed & Developed by WPExplorer
 Theme URI: http://www.pendev.co.uk/blog/wp-content/themes/wpex-twenties-tpc/
 License: GNU General Public License version 2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: light, fluid-layout, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Template: wpex-twenties
----------------------------------------------------------- */

/* =Theme customization starts here
-------------------------------------------------------------- */
#header{
	padding-top:0 !important;
	padding-bottom:0.5em !important;
}
#header-wrap {
	background-image: none;
	border-top: 4px solid #85105e;
}
#footer-wrap {
	background-image: url("../../../../img/footer_lodyas_s.png");
	background-repeat: repeat;
	color: #bbb;
}
#footer-wrap a {
    color: #bbb;
}
#footer-wrap .wpex-widget-recent-posts-title {
    color: #f0f0f0;
}
body a { color: #85105f; text-decoration: none; }
body a:hover { color: #85105e; text-decoration: underline }
img a, .sidebar-container a:hover {
	color: #85105e;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #85105e;
}
.entry {
	font-family: helvetica, sans-serif;
}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 2em 0 1em;
}
.entry a strong { color: #85105e; }
body a.site-scroll-top:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; background: #85105e; color: #fff; }
/* .sidebar-container a { color: #905691; } */
.social-share a {
	margin-top: 2px;
}
.single .breadcrumb-trail {
    margin-bottom: 0;
}
#toc_container {
	float: left;
	margin-right: 1em;
}
@media only screen and (max-width: 767px) {
	#toc_container {
		float: none;
		margin-right: 0;
	}
}