/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .sr-first-character {
	float: left;
	font-family: inherit;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 12px;
	text-transform: uppercase;
	font-weight: bold;
}


.sr-first-character-2 {
	float: left;
    font-family: inherit;
    font-size: 55px;
    line-height: 60px;
    padding: 0px 8px;
    margin-right: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.sr-column {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row wrap;
}
.sr-column .sr_column_one_three {
	flex: 0 0 30%;
	align-self: flex-start;
}

@media screen and (max-width: 667px) {
	.sr-column .sr_column_one_three {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}


.sr-column .sr_column_one_two {
	flex: 0 0 47%;
	align-self: flex-start;
}

@media screen and (max-width: 667px) {
	.sr-column .sr_column_one_two {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

.sr-column .sr_column_two_three {
	flex: 0 0 67%;
	align-self: flex-start;
}

@media screen and (max-width: 667px) {
	.sr-column .sr_column_two_three {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

.sr_button_with_icon {
	line-height: 100%;
	overflow: hidden;
	margin-right: 20px;
	box-shadow: 3px 3px 4px 0 rgba(31, 31, 31, 0.37);
	display: inline-block;
}
.sr_button_with_icon:hover .sr-text {
	color: #1f1f1f;
	background-color: #fff !important;
}
.sr_button_with_icon .sr-icon {
	display: block;
	padding: 5px 10px;
	line-height: 100%;
	height: 100%;
	float: left;
}
.sr_button_with_icon .sr-text {
	display: inline-block;
	padding: 8px 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: inherit;
	line-height: 100%;
	height: 100%;
}


.sr-button {
	padding: 8px 25px;
	font-size: 12px;
	color: #1f1f1f !important;
	margin-right: 20px;
}
.sr-button:hover {
	box-shadow: 3px 3px 4px 0 rgba(31, 31, 31, 0.37);
}


/*Progress bar*/
.sr-progressbar {
  display: inline-block;
  width: 200px;
  margin: 16px;
}

@media screen and (max-width: 667px) {
	.sr-progressbar {
		display: block;
		margin: auto;
		margin-bottom:  25px !important;
	}
}

.circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: middle;
}

.circle .sr-percent {
	position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.circle .sr-caption {
	font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}

/* About me widget */
.sr-about-me-widget a:hover, .sr-about-me-widget a:focus, .sr-about-me-widget a:active {
	border: 0;
	text-decoration: none;
}

.sr-about-me-widget .sr-avatar-wrapper {
	display: block;
	position: relative;
}

.sr-about-me-widget .sr-avatar-wrapper .sr-name {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: "Yesteryear";
	font-size: 18px;
	color: #fff;
}

.sr-about-me-widget .sr-desc {
	display: block;
	padding: 20px 14px 10px;
	text-align: center;
	font-size: 13px;
}

.sr-about-me-widget .sr-social-media {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
}

.sr-about-me-widget .sr-social-media li {
	display: inline-block;
	line-height: 1.5;
	width: auto;
}

.sr-about-me-widget .sr-social-media li a {
	padding: 0 6px 6px;
}

.sr-about-me-widget .sr-social-media li a i {
	font-size: 12px;
}

.sr-about-me-widget .sr-social-media li:hover a {
	line-height: 1.5;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.sr-about-me-widget .sr-social-media li:hover a:hover i {
	color: #d21018;
}

/* Recent Post Widget */
.widget_share_theme_plugin_recent_post_widget ul li {
	line-height: 48px;
}

.widget_share_theme_plugin_recent_post_widget ul li .post-image {
	width: 70px;
	height: 70px;
	background-position: center;
	background-size: cover;
}

.widget_share_theme_plugin_recent_post_widget ul li .post-item {
	font-family: "Karla";
}

.widget_share_theme_plugin_recent_post_widget ul li .post-item a {
	word-break: break-word;
	word-wrap: break-word;
	display: block;
	padding: 0;
	line-height: 1.5;
	font-size: 13px;
	font-weight: bold;
}

.widget_share_theme_plugin_recent_post_widget ul li .post-item .post-date {
	line-height: 1.5;
	font-size: 10px;
	color: #b6b6b6 !important;
	padding: 0;
	margin-top: 8px;
}

.widget_share_theme_plugin_recent_post_widget ul li.has-thumbnail {
	overflow: hidden;
}

.widget_share_theme_plugin_recent_post_widget ul li.has-thumbnail .post-image {
	margin-right: 0;
	display: inline-block;
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.widget_share_theme_plugin_recent_post_widget ul li.has-thumbnail .post-item {
	display: inline-block;
	width: 60%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	float: right;
}

.sidr .widget_share_theme_plugin_recent_post_widget ul li {
	margin-top: 25px;
}
