/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
a,
a:visited {
	color: #196cc4;
}

#site-title a {
	color: #fff;
}

#site-description {
	font-size: 28px;
}

/*.layout-2c-l .content-area, .layout-2c-r .content-area, .layout-default .content-area {
	width: 78.666667%;
}

.layout-2c-l #sidebar-primary, .layout-2c-r #sidebar-primary {
	width: 21.333333%;
}*/
.likebtn-wrapper {
	float: left;
	margin-bottom: -50px;
}

.pdfprnt-bottom-right img {
	width: 25px;
	height: 25px;
}

#dd_ajax_float {
	border: none;
	-webkit-box-shadow: 0 0 14px 1px rgba(233,239,242,1);
	-moz-box-shadow: 0 0 14px 1px rgba(233,239,242,1);
	box-shadow: 0 0 14px 1px rgba(233,239,242,1);
	opacity: .4;
	filter: alpha(opacity=40);
/* For IE8 and earlier */
}

#dd_ajax_float:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
a,
a:visited {
	color: #196cc4;
}

#site-title a {
	color: #fff;
}

#site-description {
	font-size: 28px;
}

.likebtn-wrapper {
	float: left;
	margin-bottom: -50px;
}

.pdfprnt-bottom-right img {
	width: 25px;
	height: 25px;
}

#dd_ajax_float {
	border: none;
	-webkit-box-shadow: 0 0 14px 1px rgba(233,239,242,1);
	-moz-box-shadow: 0 0 14px 1px rgba(233,239,242,1);
	box-shadow: 0 0 14px 1px rgba(233,239,242,1);
	opacity: .4;
	filter: alpha(opacity=40);
/* For IE8 and earlier */
}

#dd_ajax_float:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.sticky.entry {
	border: 2px solid #89bdeb !important;	
	background-color: white !important;
}

.sticky.entry::before {
  /* font-weight: italic;
  color: grey;
	font-size: 12pt;
  content: "Pinned";*/
	margin: 15px;
	background-image: url('https://s.w.org/images/core/emoji/12.0.0-1/svg/1f4cc.svg');
	background-repeat: no-repeat;
	width: 20px;
  height: 20px;
}

.post, .page  {
border-radius: 37px 37px 37px 37px;
-moz-border-radius: 37px 37px 37px 37px;
-webkit-border-radius: 37px 37px 37px 37px;
-webkit-box-shadow: 0px 0px 37px -1px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 37px -1px rgba(255,255,255,1);
box-shadow: 0px 0px 37px -1px rgba(255,255,255,1);
}

.widget {
	border: 0px solid #89bdeb !important;
	margin-top: 30px;
	padding: 20px;
	border-radius: 30px 30px 30px 37px;
-moz-border-radius: 30px 30px 30px 37px;
-webkit-border-radius: 30px 30px 30px 30px;
	background-color: white !important;
	-webkit-box-shadow: 0px 0px 37px -1px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 37px -1px rgba(255,255,255,1);
box-shadow: 0px 0px 37px -1px rgba(255,255,255,1);
}

.more-link {
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
}

.widget-title {
	border-bottom: none;
}