ul.list-inline li {
    display: inline-block;
}

._anna-sidebar .widget {
    /*background-color: #fff;*/
    padding: 35px 30px 0 30px;
    margin-bottom: 0;
/*    -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    -ms-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    -o-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);*/
}

._anna-sidebar .widget .widget-title {
    color: #444;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
}

._anna-sidebar .widget.about-me-widget {
    /*background: url("http://demo.shapedtheme.com/_anna-pro-html/assets/images/about-me-bg.jpg") no-repeat;*/
    background: url("../img/photos/terra.jpg") no-repeat;
    -webkit-background-size: 100% 35%;
    -moz-background-size: 100% 35%;
    -ms-background-size: 100% 35%;
    -o-background-size: 100% 35%;
    background-size: 100% 35%;
    /*background-color: #fff;*/
}

._anna-sidebar .widget.about-me-widget .about-me-content {
    /*padding-bottom: 13px;*/
}

._anna-sidebar .widget.about-me-widget .about-me-content h2 {
	margin-top: 12px;
	margin-bottom: 22px;
	color: #444;
	font-size: 18px;
	letter-spacing: 0.5px;
}

._anna-sidebar .widget.about-me-widget .about-me-content .about-me-img {
	padding-top: 8%;
}

._anna-sidebar .widget.about-me-widget .about-me-content .about-me-img img {
	display: inline-block;
	border: 7px solid #fff;
	border-radius: 50%;
	margin-top: 40px;
}

._anna-sidebar .widget.about-me-widget .social-share ul li {
	padding: 0;
}

._anna-sidebar .widget.about-me-widget .social-share ul li a {
	display: inline-block;
	border: 1px solid #e2e2e2;
	color: #aaaaaa;
	font-size: 13px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 28px;
	margin-right: 6px;
}

._anna-sidebar .widget.about-me-widget .social-share ul li a:hover {
	background: #da521e;
	border-color: #da521e;
	color: #fff;
}

._anna-sidebar .widget.news-letter-widget input[type="email"] {
	width: 100%;
	margin-bottom: 14px;
	color: #b6b6b6;
	border: 1px solid #eeeeee;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 10px 15px;
	font-style: italic;
	border-radius: 0;
	background: #fafafa;
}

._anna-sidebar .widget.news-letter-widget input[type="email"]:focus {
	border-color: #da521e;
}

._anna-sidebar .widget.news-letter-widget .btn-subscribe {
	width: 100%;
	background-color: #da521e;
	color: #fff;
	border-radius: 0;
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	-ms-transition: all 0.33s;
	-o-transition: all 0.33s;
	transition: all 0.33s;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 9px 0;
	font-family: "Oswald", sans-serif;
}

._anna-sidebar .widget.insta-widget .instagram-feed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

._anna-sidebar .widget.insta-widget .instagram-feed .single-instagram {
	flex-basis: 48%;
	margin-bottom: 4%;
}

._anna-sidebar .widget.insta-widget .instagram-feed .single-instagram:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

._anna-sidebar .widget.insta-widget .instagram-feed .single-instagram .insta-meta ul li {
	font-size: 13px;
}

._anna-sidebar .widget.insta-widget .instagram-feed .single-instagram .insta-meta ul li a {
	color: #fff;
	font-size: 13px;
}

._anna-sidebar .widget.widget-popular-post ul {
	padding: 0;
	margin: 0;
}

._anna-sidebar .widget.widget-popular-post ul li {
	padding-left: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

._anna-sidebar .widget.widget-popular-post ul li>a {
	position: relative;
	display: block;
	margin-bottom: 14px;
}

._anna-sidebar .widget.widget-popular-post ul li>a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(218, 82, 32, 0);
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	-ms-transition: all 0.33s;
	-o-transition: all 0.33s;
	transition: all 0.33s;
}

._anna-sidebar .widget.widget-popular-post ul li>a:hover:after {
	background: rgba(218, 82, 32, 0.3);
}

._anna-sidebar .widget.widget-popular-post ul li>a img {
	width: 100%;
}

._anna-sidebar .widget.widget-popular-post ul li .p-content h4 {
	color: #444;
	font-size: 14px;
	letter-spacing: 0.5px;
}

._anna-sidebar .widget.widget-popular-post ul li .p-content .p-date {
	color: #777;
	font-style: italic;
	font-size: 14px;
	margin-left: 0;
	color: #777;
}

._anna-sidebar .widget.widget-popular-post ul li:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}

._anna-sidebar .widget.latest-post-widget ul {
	padding: 0;
	margin: 0;
}

._anna-sidebar .widget.latest-post-widget ul li {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	padding-left: 0;
}

._anna-sidebar .widget.latest-post-widget ul li .popular-img {
	position: relative;
	display: block;
}

._anna-sidebar .widget.latest-post-widget ul li .popular-img:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(218, 82, 32, 0);
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	-ms-transition: all 0.33s;
	-o-transition: all 0.33s;
	transition: all 0.33s;
}

._anna-sidebar .widget.latest-post-widget ul li .popular-img:hover:after {
	background: rgba(218, 82, 32, 0.3);
}

._anna-sidebar .widget.latest-post-widget ul li .latest-post-content h2 {
	color: #e2e2e2;
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 3px;
}

._anna-sidebar .widget.latest-post-widget ul li .latest-post-content p {
	color: #777;
	font-style: italic;
	font-size: 14px;
	margin-left: 0;
}

._anna-sidebar .widget.latest-post-widget ul li:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

._anna-sidebar .widget.add-widget img {
	width: 100%;
}