/*
Theme Name: Synergy
Theme URI: http://webtakersit.com
Author: Shailesh Lekhwar
Author URI: http://webtakersit.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: webtakersit

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
	overflow-x: hidden;
}
body {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #4c4b4b;
	font-size: 16px;
}
* {
	margin:0;
	padding:0
}
img {
	border:none;
	-ms-interpolation-mode:bicubic;
	height:auto;
	max-width:100%;
	outline:none
}
.clear {
	clear:both
}
a {
	color:#192676;
	text-decoration:none;
-webkit-transition:color .3s ease-in-out;
-moz-transition:color .3s ease-in-out;
-o-transition:color .3s ease-in-out;
transition:color .3s ease-in-out
}
a:hover {
	color:#000;
-webkit-transition:color .3s ease-in-out;
-moz-transition:color .3s ease-in-out;
-o-transition:color .3s ease-in-out;
transition:color .3s ease-in-out;
	text-decoration:none
}
p {
color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
    line-height: 1.7;	
}
.entry-content p{text-align: justify; /*   text-indent: 35px;*/}
a:focus {
	outline:0
}
a:hover, a:active {
	outline:0
}
a:active, a:hover {
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: 700;
	margin: 15px 0;
	clear:both;
	color:#4c4b4b;
}
h1 {
	font-size:22px
}
b, strong {
	font-style: normal;
	font-weight: 700;
}
.alignnone {
	margin:5px 20px 20px 0
}
.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto
}
.alignright {
	float:right;
	margin:5px 0 20px 20px
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px
}
a img.alignnone {
	margin:5px 20px 20px 0
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0
}
.wp-caption.alignright {
	margin:5px 0 20px 20px
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px
}
blockquote {
	font-size: 18px;
	max-width: 635px;
	width: 100%;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background:#ececec;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 40px;
	top: -10px;
	color: #7a7a7a;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}


.single article .entry-content p {
    text-indent: 35px !important;
}

.single article .entry-content ol li {
    text-align: justify;
    font-weight: 400;
    line-height: 1.7;
    font-size: 18px;
	color: #000;
}
#post-220 p {
    text-indent: 35px !important;
}
