/*
Theme Name: presscore

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

body {
	direction: rtl;
	unicode-bidi: embed;
}
.sidebar-content .widget-title
{
color:#fff;
}
input[type="submit"] {
    background: #d54e21;
    width: 90%;
    padding: 9px;
    right: 12px;
    position: relative;
}
/*
.post-content .text-secondary,.hatom-extra
	{
	display:none !important;
	}
	*/

	#breadcrumbs
	{
		text-align: center !important;
		padding-top: 0px !important;
		/*background-color: rgba(255,255,255,.12);*/
		padding: 0px 0px;
		border-radius: 4px;
		z-index: 99 !important;
		position: relative;
		top: 10px;
		height: 0px;
		margin-bottom: 0px !important;
		font-size: 14px;
		line-height: 1.5em;
	}

	.post-content, .post-img, .recent-posts .wf-td {
		display: table-cell;
		vertical-align: middle;
	}
	.footer .soc-ico a .icon,.content .soc-ico a .icon {
		fill: #fff;
	}
	.soc-ico a
	{
		color:#fff;
		background: #4d71da;
		background: -moz-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
		background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#4d71da),color-stop(100%,#35c4f4));
		background: -webkit-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
		background: -o-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
		background: -ms-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
		background: linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
	}
	.textwidget ul ,.textwidget ul li
	{
		text-align: center !important;
	}
	.tp-caption.largebolddarkblue, .largebolddarkblue

	{

		font-family:Arimo,Helvetica,Arial,Verdana,sans-serif !important;

	}
	.page-title ,.fancy-header 
	 {
		background-color: #000000;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url(/wp-content/uploads/2012/05/bg_heart5.jpg);
		background-position: center center;
		min-height: 140px !important;
	}
	.page-title .hgroup {
		padding: 45px 0;
	}
	.content ul {
    list-style: disc;
    margin-right: 25px;
}

.alignleft
{
float:left !important;
padding-right: 15px !important;
padding-left: 30px !important;

}
.alignright
{
float:right !important;
padding-right: 0px !important;
padding-left: 15px !important;

}