/*social icon size & alignment*/

div.social-wrap {
  font-size: 28px;
}

nav.site-navigation {
  font-size: 1.3em;
}

.fa {
  margin-right: 8px;
  margin-left: 8px;
}

@media only screen and (max-width: 768px) {
  div.social-wrap {
    float: right;
  }
}

/*widget header colour*/

div.widget-title {
  color: #ff3209;
}

/*video widget*/

.sidebar-wrap ul {
  padding: 0px;
  padding-left: 20px;
}

/*news feed widget*/

#categorypostssidebarwidget-5.catgory_posts_sidebar_widget.sidebar-widget {
  padding-right: 0px;
}

/*columns and alignment*/

@media only screen and (min-width: 768px) {
  #primary.content-area {
    width: 100%;
  }

  .col-md-6.col-md-push-3 {
    width: 75%;
    position: static;
  }
}

.attachment-featured_image_thumb_sizecategorypostssidebarwidget-5.size-featured_image_thumb_sizecategorypostssidebarwidget-5.wp-post-image {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .col-md-6.col-md-push-3 {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-post-wrap.feed-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.blog-post-image img {
  min-height: 270px;
}

#text-13.widget_text.sidebar-widget {
  margin-top: 50px;
}

li {
  padding-bottom: 6px;
}

/*Widget Title Colour*/

.sidebar-wrap .widget-title {
  color: #ff3209;
}

/*super rss*/

.super-rss-reader-widget a {
  color: #000000;
}

.super-rss-reader-widget a:visited {
  color: #666666;
}

.super-rss-reader-widget a:hover {
  color: #ff3209;
}

/*information menu*/

#menu-information.menu a {
  color: #ffffff;
}

#menu-information.menu a:visited {
  color: #999999;
}

#menu-information.menu a:hover {
  color: #ff3209;
}