.post .content-left {
  float: left;
  max-width: 850px;
}
.post .post-attachement {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
  /*height: 350px;*/
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.post .content ul {
  margin: 0 0 15px 20px;
}
.post .single_post_navigation {
  float: left;
  clear: both;
  margin: 40px 0;
  width: 100%;
}
.post .single_post_navigation a {
  padding: 15px;
  min-width: 130px;
  border-radius: 3px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.post .single_post_navigation .next_post {
  float: right;
}
.post .single_post_navigation .next_post:after {
  padding-left: 10px;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 10px;
  color: #fff;
}
.post .single_post_navigation .previous_post {
  float: left;
}
.post .single_post_navigation .previous_post:before {
  padding-right: 10px;
  font-family: 'FontAwesome';
  content: "\f053";
  font-size: 10px;
  color: #fff;
}
/**
 * 
 *
 * @SIDEBAR
 */
 #sidebar {
  float: right;
  padding-bottom: 20px;
  width: 30%;
  max-width: 320px;
  padding: 0 15px;
}
#sidebar .widget {
  margin: 10px 0;
  padding: 10px 0;
}
#sidebar .widget:first-child {
  margin-top: 0;
  padding-top: 0;
}
#sidebar h3 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
#sidebar li {
  padding: 5px 0;
  list-style: none;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}
#sidebar #recentcomments li:before {
  float: left;
  padding-right: 15px;
  margin-right: 10px;
  width: 10px;
  font-family: 'FontAwesome';
  content: "\f0e6";
  font-size: 19px;
  color: #6fdafa;
}
/**
 * 
 *
 * @SHARE
 */
.share_icons_container {
  margin-top: 20px;
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.share_icons_container li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 0;
  width: 34px;
  height: 34px;
  border-left: none;
  list-style: none;
}
.share_icons_container .shareicons_icon {
  float: left;
  width: 50px;
  height: 50px;
  background: #444;
  text-align: center;
  font-size: 16px;
}
.share_icons_container .shareicons_icon:before {
  display: block;
  margin-top: 1px;
  font-family: 'FontAwesome';
  content: "\f1e0";
  font-size: 19px;
  color: #6fdafa;
  text-align: center;
  color: #fff;
}
.share_icons_container .single_post_share_icon {
  padding-left: 60px;
  height: 100%;
  border: 1px solid #ebebeb;
  line-height: 48px;
  font-size: 14px;
}
.share_icons_container .single_post_share_icon ul {
  margin: 0;
}
/**
 * 
 *
 * @CAPTION
 */
.wp-caption {
  display: block;
  margin: 10px auto;
  width: 778px;
  max-width: 100%;
  text-align: center;
  background: #f9fafb;
  border: 1px solid #ccc;
}
.wp-caption p {
  padding-top: 10px;
  text-align: center;
}
