/*
Theme Name: Probiotic Review
Author: Ramon Entrina III
Description: Custom Theme for http://best-probiotic-reviews.info/
Version: 1.0
*/
/*------------------------------------*\
   Variables
\*------------------------------------*/
/*------------------------------------*\
   Main Styles
\*------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #484848;
  font-size: 16px;
  background: #e2ecf4; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #f36a0b; }

.main-container {
  width: 1000px;
  margin: auto;
  max-width: 100%;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-top: none; }

p {
  line-height: normal; }

img {
  max-width: 100%;
  height: auto; }

ul {
  padding-left: 0; }

div, input {
  box-sizing: border-box; }

/*------------------------------------*\
   Header
\*------------------------------------*/
header {
  background: #4f81bc;
  padding: 0 15px 10px 15px;
  overflow: hidden;
  margin-bottom: 15px; }
  header .container {
    padding-left: 15px;
    padding-right: 15px; }
  header .flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .logo h1 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    font-weight: 700; }
    header .logo h1 a {
      padding: 10px 0 0;
      display: block;
      text-align: center;
      font-size: 26px;
      color: #fff; }
  header .tagline {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: normal; }

.responsive-menu {
  display: none;
  text-align: right; }
  .responsive-menu .icon-container {
    padding: 10px;
    display: inline-block; }
  .responsive-menu .icon-bar {
    height: 3px;
    width: 30px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px; }

.top-navigation ul {
  display: flex;
  list-style: none; }
  .top-navigation ul li {
    margin: 0 10px; }
    .top-navigation ul li a {
      display: inline-block;
      color: #fff;
      font-size: 15px;
      text-decoration: none; }
  .top-navigation ul li:a hover {
    font-weight: 700; }
  .top-navigation ul li.active a {
    font-weight: 700; }
  .top-navigation ul ul {
    position: relative; }
    .top-navigation ul ul li a:before {
      content: "\2B1D";
      margin-right: 4px;
      font-size: 18px; }
    .top-navigation ul ul li a:hover:before {
      color: #fff; }
    .top-navigation ul ul li {
      border-bottom: none;
      list-style: disc; }
      .top-navigation ul ul li a {
        text-indent: 20px; }
  .top-navigation ul li:hover ul {
    display: block !important; }
  .top-navigation ul .nolink a {
    cursor: auto; }

/*------------------------------------*\
   Main Content
\*------------------------------------*/
.main-content { padding: 20px;}
.main-content h1 {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: 700; }
.main-content h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: 700; }
.main-content h3 {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: 600; }
.main-content h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: 400; }
.main-content h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: 400; }
.main-content p {
  font-size: 14px;
  margin: 0 0 15px; }
.main-content ul {
  display: block;
  padding-left: 16px;
  list-style-type: disc;
  margin-bottom: 20px;
  list-style-position: inside;
  font-size: 14px; }
  .main-content ul a {
    text-decoration: underline; }
.main-content ol {
  margin-left: 0px;
  margin-bottom: 20px;
  list-style-position: none;
  padding-left: 16px;
  font-size: 14px; }
  .main-content ol li {
    margin-bottom: 15px;
    list-style-type: none; }
  .main-content ol a {
    text-decoration: underline; }

/*------------------------------------*\
  Homepage
\*------------------------------------*/
.main-content-home {
  display: flex;
  padding: 0 20px 20px; }
  .main-content-home article {
    max-width: 690px; }
  .main-content-home .post {
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden; }
    .main-content-home .post .post-thumbnail {
      width: 225px; }
    .main-content-home .post .post-content {
      flex: 2;
      padding-left: 20px; }
      .main-content-home .post .post-content p {
        line-height: 1.7;
        margin: 0 10px 10px 0;
        font-size: 14px; }
      .main-content-home .post .post-content h3 a {
        color: #333;
        font-size: 22px;
        text-decoration: underline;
        font-weight: 700; }
      .main-content-home .post .post-content h3 a:hover {
        color: #333;
        text-decoration: none; }
      .main-content-home .post .post-content h3:hover {
        text-decoration: none; }
    .main-content-home .post .btn {
      background: #4f81bc;
      border: 1px solid #296ab7;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      border-bottom: 4px solid #214065;
      padding: 5px 0;
      text-decoration: none;
      text-align: center;
      border-radius: 3px;
      width: 180px;
      margin: 10px auto 0;
      display: block; }
    .main-content-home .post .btn:hover {
      background: #296ab7;
      background: -moz-linear-gradient(top, #296ab7 0%, #4e80bc 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #296ab7), color-stop(100%, #4e80bc));
      background: -webkit-linear-gradient(top, #296ab7 0%, #4e80bc 100%);
      background: -o-linear-gradient(top, #296ab7 0%, #4e80bc 100%);
      background: -ms-linear-gradient(top, #296ab7 0%, #4e80bc 100%);
      background: linear-gradient(to bottom, #296ab7 0%, #4e80bc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#296ab7',endColorstr='#4e80bc',GradientType=0); }
  .main-content-home .featured-post {
    background: #e3f0ff;
    height: 223px;
    padding: 0;
    margin-top: 15px; }
    .main-content-home .featured-post h3 {
      margin-top: 7px;
      color: #4f81bc;
      font-size: 25px;
      margin-bottom: 7px; }
  .main-content-home .divider {
    margin-top: 20px;
    border-bottom: 1px solid #eee; }
  .main-content-home aside {
    flex: 2;
    margin-left: 50px; }
    .main-content-home aside #sidebar {
      list-style: none;
      margin-left: 0;
      background: #fff;
      border-top: 0;
      margin-bottom: 15px;
      margin-top: 0;
      padding-bottom: 10px; }
    .main-content-home aside h2 {
      display: block;
      text-align: left;
      padding: 5px 0 8px 10px;
      background: #4f81bc;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      margin: 0; }
    .main-content-home aside .widget {
      margin-bottom: 20px;
      position: relative; }
    .main-content-home aside .textwidget ul {
      list-style: none; }
    .main-content-home aside .textwidget li:last-child {
      border-bottom: none; }
    .main-content-home aside .textwidget p {
      padding: 10px; }
    .main-content-home aside .senior-editor p {
      padding-bottom: 0; }
    .main-content-home aside .senior-editor .author {
      display: block;
      margin: -60px 10px 20px;
      background: rgba(255, 255, 255, 0.75);
      font-style: italic;
      position: relative;
      z-index: 1000;
      padding: 7px;
      text-align: center;
      font-size: 18px; }
    .main-content-home aside .senior-editor em {
      font-size: 16px;
      font-style: italic;
      color: #000;
      text-decoration: none; }
    .main-content-home aside .editors-choice ul li {
      border-bottom: 1px solid #dad4d5; }
      .main-content-home aside .editors-choice ul li a {
        font-weight: 700;
        font-size: 15px;
        padding: 7px 0;
        display: block;
        margin: 0 10px; }
      .main-content-home aside .editors-choice ul li a:hover {
        color: #000; }
      .main-content-home aside .editors-choice ul li em:hover {
        color: #ff9247; }
    .main-content-home aside .editors-choice em {
      color: #4f81bc;
      font-style: normal;
      text-decoration: underline; }
    .main-content-home aside .widget-container {
      border: 1px solid #dad4d5; }
    .main-content-home aside .probiotic-container {
      border: 1px solid #dad4d5;
      position: relative; }
      .main-content-home aside .probiotic-container .probiotic .flex-contain {
        display: flex;
        padding: 10px; }
      .main-content-home aside .probiotic-container .probiotic .product-img {
        width: 55px;
        margin-right: 10px;
        margin-top: 10px; }
      .main-content-home aside .probiotic-container .probiotic .product-info {
        flex: 2; }
        .main-content-home aside .probiotic-container .probiotic .product-info h3 {
          margin: 0; }
        .main-content-home aside .probiotic-container .probiotic .product-info h3.title a {
          color: #4f81bc;
          font-size: 20px;
          text-decoration: underline; }
        .main-content-home aside .probiotic-container .probiotic .product-info .em {
          font-size: 13px;
          font-style: italic; }
        .main-content-home aside .probiotic-container .probiotic .product-info .strong {
          font-weight: 700;
          display: block;
          color: #4f81bc;
          font-weight: 700;
          font-size: 20px; }
      .main-content-home aside .probiotic-container .probiotic ul.checklist {
        list-style: none;
        clear: both;
        margin: 0px 10px 10px 20px; }
        .main-content-home aside .probiotic-container .probiotic ul.checklist li {
          border: none;
          background: url("images/check.png") no-repeat left center;
          padding: 2px 10px 2px 25px;
          font-weight: 400;
          margin: 0;
          color: #303030;
          font-size: 14px; }
        .main-content-home aside .probiotic-container .probiotic ul.checklist li.x {
          background: url("images/x.png") no-repeat left center; }
      .main-content-home aside .probiotic-container .probiotic ul.buttons {
        list-style: none;
        text-align: center; }
        .main-content-home aside .probiotic-container .probiotic ul.buttons li {
          display: flex;
          justify-content: center; }
        .main-content-home aside .probiotic-container .probiotic ul.buttons li a {
          display: block;
          padding: 8px 0;
          width: 100%;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          color: #fff !important;
          text-align: center;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 20px;
          text-decoration: none;
          -webkit-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.46);
          -moz-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.46);
          box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.46);
          margin: 0 5px; }
        .main-content-home aside .probiotic-container .probiotic ul.buttons li a.blue {
          background: #4e80bc;
          border: 1px solid #296ab7;
          background: -moz-linear-gradient(top, #4e80bc 0%, #296ab7 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e80bc), color-stop(100%, #296ab7));
          background: -webkit-linear-gradient(top, #4e80bc 0%, #296ab7 100%);
          background: -o-linear-gradient(top, #4e80bc 0%, #296ab7 100%);
          background: -ms-linear-gradient(top, #4e80bc 0%, #296ab7 100%);
          background: linear-gradient(to bottom, #4e80bc 0%, #296ab7 100%);
          border-bottom: 4px solid #203d60;
          font-size: 12px;
          padding: 7px 0;
          width: 90px;
          margin-bottom: 10px; }
        .main-content-home aside .probiotic-container .probiotic ul.buttons li a.blue:hover {
          background: #296ab7;
          background: -moz-linear-gradient(top, #296ab7 0%, #4e80bc 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #296ab7), color-stop(100%, #4e80bc));
          background: -webkit-linear-gradient(top, #296ab7 0%, #4e80bc 100%);
          background: -o-linear-gradient(top, #296ab7 0%, #4e80bc 100%);
          background: -ms-linear-gradient(top, #296ab7 0%, #4e80bc 100%);
          background: linear-gradient(to bottom, #296ab7 0%, #4e80bc 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#296ab7',endColorstr='#4e80bc',GradientType=0); }
        .main-content-home aside .probiotic-container .probiotic ul.buttons li a.orange {
          background: #ff9247;
          background: -moz-linear-gradient(top, #ff9247 -1%, #f75b03 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #ff9247), color-stop(100%, #f75b03));
          background: -webkit-linear-gradient(top, #ff9247 -1%, #f75b03 100%);
          background: -o-linear-gradient(top, #ff9247 -1%, #f75b03 100%);
          background: -ms-linear-gradient(top, #ff9247 -1%, #f75b03 100%);
          background: linear-gradient(to bottom, #ff9247 -1%, #f75b03 100%);
          border-bottom: 5px solid #b24806;
          border-top: none;
          border-left: none;
          border-right: none;
          font-size: 12px;
          padding: 7px 0;
          width: 90px;
          margin-bottom: 10px; }
        .main-content-home aside .probiotic-container .probiotic ul.buttons li a.orange:hover {
          background: #f75b03;
          background: -moz-linear-gradient(top, #f75b03 0%, #ff9247 101%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f75b03), color-stop(101%, #ff9247));
          background: -webkit-linear-gradient(top, #f75b03 0%, #ff9247 101%);
          background: -o-linear-gradient(top, #f75b03 0%, #ff9247 101%);
          background: -ms-linear-gradient(top, #f75b03 0%, #ff9247 101%);
          background: linear-gradient(to bottom, #f75b03 0%, #ff9247 101%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f75b03',endColorstr='#ff9247',GradientType=0); }
    .main-content-home aside .addmargintop {
      margin-top: 30px !important; }
    .main-content-home aside .addmoremargintop {
      margin-top: 60px !important; }
    .main-content-home aside .number {
      background: url(images/number.png) no-repeat;
      background-size: contain;
      width: 69px;
      height: 69px;
      position: absolute;
      z-index: 9999;
      left: -12px;
      top: 12px;
      color: #fff;
      text-align: center;
      font-size: 34px;
      font-weight: 700;
      line-height: 1.7; }

/*------------------------------------*\
  Single
\*------------------------------------*/
.main-content-single h1 {
  font-size: 22px;
  text-decoration: none; }
.main-content-single h3 {
  font-size: 19px; }
.main-content-single .img-article {
  width: 325px;
  margin: 0 20px 0 0;
  float: left;
  border: 1px solid grey; }
.main-content-single .post {
  margin-top: 0;
  border-bottom: none; }
  .main-content-single .post .post-content {
    padding-left: 0;
    border-bottom: none; }
.main-content-single p {
  font-size: 16px; }

/*------------------------------------*\
   Footer
\*------------------------------------*/
footer {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #cfcfcf;
  margin-top: 40px;
  overflow: hidden; }
  footer .footer-navigation ul {
    list-style: none;
    display: flex;
    justify-content: center; }
    footer .footer-navigation ul li {
      margin: 0 10px; }
    footer .footer-navigation ul a {
      color: #4f81bc;
      text-decoration: underline; }
    footer .footer-navigation ul a:hover {
      color: #ff9247;
      text-decoration: none; }
  footer .small {
    color: #585858;
    font-size: 12px;
    padding: 0 15px;
    display: block;
    width: 80%;
    margin: 0 auto; }
  footer .copyright {
    margin-top: 20px; }

/*------------------------------------*\
   Responsive Style
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  .main-nav {
    width: 100%;
    display: none; }
    .main-nav ul {
      flex-direction: column; }
      .main-nav ul li {
        width: 100%;
        display: block; }
      .main-nav ul li + li {
        border-right: none; }
      .main-nav ul a {
        font-size: 24px;
        padding: 10px;
        display: block;
        border-bottom: 1px solid #013e21;
        border-right: none; }
      .main-nav ul li:hover a {
        color: #fff; }
      .main-nav ul li.active a {
        background: none;
        color: #000; }
    .main-nav li.nav-about-us a, .main-nav li.nav-contact-us a {
      font-size: 24px;
      color: #fff;
      padding: 10px; }
    .main-nav li.nav-about-us a:before, .main-nav li.nav-contact-us a:before {
      display: none; }

  /*------------------------------------*\
     Footer
  \*------------------------------------*/ }
@media screen and (max-width: 768px) {
  /*------------------------------------*\
     Font Adjustment
  \*------------------------------------*/
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  .flex-header {
    flex-wrap: wrap; }

  .top-navigation {
    display: none;
    width: 100%; }
    .top-navigation ul {
      justify-content: center;
      background: #3c3c3c;
      padding: 5px;
      margin-bottom: 5px; }

  .responsive-menu {
    display: block;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    color: #fff; }

  .main-content-home {
    flex-direction: column; }
    .main-content-home article {
      width: 100%;
      max-width: 100%; }
    .main-content-home aside {
      margin-left: 0; }
      .main-content-home aside #sidebar {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; }
      .main-content-home aside .widget {
        width: 90%;
        max-width: 90%; }
      .main-content-home aside .widget:first-child {
        width: 90%;
        max-width: 90%; }
        .main-content-home aside .widget:first-child img {
          display: block;
          margin: 10px auto; }
      .main-content-home aside .widget:nth-child(2) {
        width: 90%;
        max-width: 90%; }
      .main-content-home aside .probiotic-container .probiotic .product-img {
        width: 120px; }

  .footer-navigation ul {
    flex-wrap: wrap; } }
@media screen and (max-width: 480px) {
  /*------------------------------------*\
     Default
  \*------------------------------------*/
  .alignleft, .alignright, .aligncenter, img,
  .wp-caption {
    display: block;
    margin: auto !important;
    float: none; }

  /*------------------------------------*\
     Header
  \*------------------------------------*/
  .top-navigation ul {
    flex-direction: column; }

  .main-content-home .post {
    flex-direction: column; }
    .main-content-home .post .post-thumbnail {
      display: block;
      margin: auto; }
  .main-content-home .featured-post {
    height: auto; }
  .main-content-home aside .probiotic-container .probiotic .product-img {
    width: 55px; }
  .main-content-home aside .probiotic-container .probiotic .product-info img {
    margin: 0 !important; }

  .footer-navigation ul {
    flex-direction: column; } }
@media screen and (max-width: 380px) {
  header .logo h1 a {
    font-size: 22px; } }

/*# sourceMappingURL=style.css.map */
