/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */


.post-entry {
	font-family: Georgia, serif;
}

.post-entry p {
	line-height: 1.62em;
	font-size: 1.1em;
}

.post-entry sup {
	vertical-align: 0;
	position: relative;
	bottom: 1ex;
	font-size: .85em;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.2em;
}

blockquote {
	margin: 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#widgets p {
	font-size: .8em;
	line-height: 1.4em;
}

.wall-comment {
	line-height: 1.4em;
}

.entry-title {
	font-family: 'Calibri', sans-serif;
}

.srp-post-title {
	font-size: 1.2em;
	font-family: 'Calibri', sans-serif;
}

#widgets ul {
	list-style: none;
	padding: 0;
}

#widgets ul li {
	line-height: 1.1em;
	padding-bottom: .3em;
}

#widgets ul li a {
	font-size: 1.2em;
	font-family: 'Calibri', sans-serif;
	font-weight: 700;
}

.widget-title {
	font-size: 1.2em;
}

.widget-title h3, .widget-title-home h3 {
	display: block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: left;
}


