/*
Theme Name: The Safe Mac - Malwarebytes
Theme URI: http://www.thesafemac.com/
Description: Used by The Safe Mac.
Version: 1.0
*/
/* @import url('/css/general.css'); */

html, body {
  margin: 0;
  font-family: 'Helvetica', sans-serif;
  padding-bottom: 100px;
}
.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.top-head {
  background-color: #323232;
  color: #ccc;
  padding: 5px;
  font-size: 14px;
}
/* nav */

.navigation {
  background-color: #000;
}
a.logo-img {
  display: inline-block;
  padding: 15px 0;
}
a.logo-img img {
  max-width: 260px;
  width: 100%;
  height: auto;
}
div.site-links {
  float: right;
  text-align: right;
  height: 90px;
  display: table;
  vertical-align: middle;
}
.site-links a, .site-links a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 15px 15px 0;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.site-links a:last-child {
  padding-right: 0 !important;
}
.site-links a:hover {
  color: rgb(38, 120, 230);
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.glyphicon {
  font-size: 25px;
  margin-left: 10px;
}
#searchform {
  text-align: right;
}
.dropdown-link {
  text-align: center;
  padding: 20px 0;
  background-color: rgb(46, 46, 46);
  color: #fff;
}
.dropdown-link {
  display: none;
}
.dropdown-link a {
  color: #fff;
  text-decoration: none;
  margin: 0 25px;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
}
.tech-guides-container a:hover {
  color: rgb(38, 120, 230);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
#searchsubmit, .searchform input {
  color: #000;
}
.mobile-menu {
  text-align: right;
  color: #fff;
  margin-top: 7%;
}
.mobile-links-container a {
  display: block;
  font-size: 30px;
  text-decoration: none;
  margin-bottom: 15px;
  font-weight: normal;
}
.mobile-links-container a:hover {
  text-decoration: none;
  color: rgb(38, 120, 230);
}
.mobile-links-container .screen-reader-text {
  font-size: 30px;
  font-weight: normal;
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.mb-notice {
  background-color: #bee4fc;
  text-align: center;
  color: #333;
  padding: 5px 15px;
}
.mb-notice p {
  margin: 0;
  font-size: 14px;
}
.mb-notice p a {
  color: #333;
  text-decoration: none;
  display: block;
}
.mb-notice span {
  font-size: 14px;
  margin-left: 0;
}
.mb-notice a:hover span.glyphicon-chevron-right {
  color: #1175e0;
}
/* Main content */

#main-content-container {
  padding-top: 35px;
}
.newstitle {
  font-size: 34px;
}
.newstitle a {
  color: #000 !important;
  transition: all 0.25s ease-in-out;
}
.newstitle a:hover {
  color: rgb(38, 120, 230) !important;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.index-page img.wp-post-image, .search-page img.wp-post-image {
  display: inline-block;
  width: 100%;
  height: auto;
}
.visible-xs-block img.wp-post-image {
  width: 10%;
  float: left;
  margin: 0 10px;
}
.single-page img.wp-post-image, .page-page img.wp-post-image {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 15px 15px 0;
  float: left;
}
div.newsitem .alignright {
  float: right;
  margin: 5px 0 10px 10px;
  border: 1px solid #ccc;
}
.newsexcerpt {
  display: inline-block;
}
.newsitem {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.newsitem:last-child {
  margin-bottom: 0;
}
.newsitem p {
  color: #666666;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 25px;
}
.newsitem a {
  color: #1175e0;
}
.newsdate {
  font-size: 14px !important;
}
.nextPrevPosts {
  padding: 20px 0;
  text-align: left;
  font-size: 25px;
}
.nextPosts {
  float: right;
}
img.alignleft {
  margin: 0 15px 15px 0;
}
.sidebar-container img {
  width: 100%;
  height: auto;
  max-width: 279px;
  float: right;
}
.sidebar-container {
  text-align: left;
}
.sidebar-container img.fixed {
  position: fixed;
  top: 30px;
  margin-left: 50px
}
.search-results-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
/* Comments */
div#comments-container {
  border-top: 6px solid #666;
  margin-top: 40px;
  padding-top: 20px;
}
ul.commentlist {
  padding: 0;
}
li.comment {
  list-style: none;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
ul.children {
  padding: 0;
  margin: 20px 0;
}
ul.children li.comment {
  border: none;
  border-top: 1px solid #ccc;
  padding: 30px;
  background-color: #f9f9f9;
}
a.comment-reply-link {
  background-color: #1175e0;
  padding: 4px 12px;
  font-size: 11px;
  color: #fff;
}
.comment-meta.commentmetadata a {
  font-size: 11px;
}
textarea#comment {
  width: 100%;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
.logo-img {
  display: block !important;
}
.site-links {
  float: none !important;
  margin: 0 auto;
  height: auto !important;
  text-align: left !important;
  padding: 0 !important;
}
.site-links a {
  padding: 5px 25px 10px 0 !important;
}
}

@media screen and (max-width: 768px) {
ul.children li.comment {
  padding: 5px !important;
}
.tech-guides-container a {
  display: block;
}
.site-links {
  display: none;
}
.screen-reader-text {
  font-size: 30px;
  font-weight: normal;
  display: block;
}
#searchform {
  text-align: center !important;
}
}

@media screen and (max-width: 500px) {
.newsitem .alignright {
  float: none !important;
  display: block;
  width: 100%;
  height: auto;
  margin: 15px 0 !important;
}
}
