/*
Theme Name: Mac Consultants
Theme URI:
Description: Mac Consultants WordPress Themes
Author: Jen Clark Design
Author URI: http://jenclarkdesign.com.au
Version: 1.0
*/

/* ===================================================================
  STRUCTURAL LAYOUT
=================================================================== */
html {
  font-size: 87.5%; /* 14px */
}

body {
  color: #333;
  line-height: 1.7;
  /*font-weight: 300;*/
  background: #fff;
  font-family: 'Roboto', sans-serif;
}

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

a:hover {
  color: #D93632;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.nomargin {
  margin: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.block-section {
  padding-top: 3.75em; /* 60/16 */
  padding-bottom: 3.75em; /* 60/16 */
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.outer-content-wrapper {
  position: relative;
  z-index: 20;
  background: #fff;
}


/* ===================================================================
  COMPONENT: BUTTONS
=================================================================== */
.button {
  cursor: pointer;
  text-align: center;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  border: 0;
}

/**
 * Button Modifier
 */
.button-uppercase {
  font-size: 90%;
  text-transform: uppercase;
}

.button-block {
  display: block;
}

.button-small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-mini {
  font-size: 90%;
  padding: 3px 10px;
}

.button-wide {
  padding-left: 35px;
  padding-right: 35px;
}

.button-medium {
  font-weight: 600;
}

.button-bold {
  font-weight: 700;
}

.button-rounded {
  border-radius: 5px;
}

/**
 * Button Color
 */
.button-primary {
  color: #fff;
  background: #B32E29;
}

.button-primary:hover {
  color: #fff;
  background: #CC5A5F;
}



/* ===================================================================
  COMPONENT: FORM
=================================================================== */
.form-row > label {
  font-weight: bold;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row textarea {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-appearance: none;
  border-color: transparent;
  border-radius: 0;
}

.entry-content .form-row input[type="text"],
.entry-content .form-row input[type="email"],
.entry-content .form-row input[type="tel"],
.entry-content .form-row textarea {
  background: #eee;
}

.form-row textarea {
  height: auto;
}

.form-row span.wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px 10px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.contact-form .button {
  -webkit-appearance: none;
}

.alert,
div.wpcf7-response-output {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  list-style: none;
  margin-left: 0;
}

.alert-success,
.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger,
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.wpcf7-checkbox {
  display: block;
  margin-bottom: 20px;
}

span.wpcf7-list-item {
  margin-left: 1em;
}

span.wpcf7-list-item.first {
  margin-left: 0;
}



/* ===================================================================
  COMPONENT: HERO UNIT
=================================================================== */
.hero-title {
  font-size: 1.71em; /* 24/14 */
  color: #111;
  line-height: 1.42em; /* 34/24 */
}

/* Service
------------------------------------------------------------------- */
.service-list {
  margin-top: 2.14em; /* 30/14 */
}

.service-item {
  text-align: center;
  margin-bottom: 2.14em; /* 30/14 */
}

.service-item__image {
  
}

.service-item__title {
  font-weight: normal;
  color: #222;
  font-size: 1.31em; /* 18/14 */
  line-height: 1.17em; /* 21/18 */
  max-width: 230px;
  margin: 0 auto;
}



/* ===================================================================
  COMPONENT: PROJECTS
=================================================================== */
.hero-title,
.project-list,
.service-list,
.group-list {
  margin-bottom: 3.57em; /* 50/14 */
}

.project-item {
  margin-bottom: 2.14em; /* 30/14 */
}

.project-item,
.project-item:hover {
  color: #fff;
}

.project-item__inner {
  position: relative;
  padding-bottom: 72%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.project-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  padding: 10px;
  background: #B32E29;
  background: rgba(179,46,41,.8);
  -webkit-transition: opacity 0.25s ease;
     -moz-transition: opacity 0.25s ease;
      -ms-transition: opacity 0.25s ease;
       -o-transition: opacity 0.25s ease;
          transition: opacity 0.25s ease;
}

.project-item:hover .project-item__overlay {
  opacity: 1;
}

.project-item__title {
  font-size: 1.43em; /* 20/14 */
  line-height: 1.5em; /* 30/20 */
  margin: 0 0 10px;
}

.readmore-link {
  text-decoration: underline;
  font-size: 1.14em; /* 16/14 */
  line-height: 1.19em; /* 19/16 */
}

.project-gallery {
  margin-left: -10px;
  margin-bottom: 5.71em; /* 80/14 */
}

.project-gallery__item {
  padding-left: 10px;
  margin-bottom: 10px;
}

.project-archive-link {
  clear: both;
  font-size: 1.43em; /* 20/14 */
  padding-top: 1em;
  padding-bottom: 1.25em; /* 25/20 */
}



/* ===================================================================
  COMPONENT: GROUP ITEM
=================================================================== */
.group-list {
  margin-top: 2.14em; /* 30/14 */
  padding-top: 5.71em; /* 80/14 */
  border-top: 1px solid #ccc;
}

.group-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
}

.group-item:hover {
  opacity: 0.9;
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

@media (max-width: 767px) {
  .group-item {
    margin-bottom: 40px;
    /*padding-left: 0;*/
  }
}


/* ===================================================================
  COMPONENT: SOCIAL LINKS
=================================================================== */
.social-links a {
  font-size: 1.86em; /* 26/14 */
  margin-right: 5px;
  display: inline-block;
  line-height: 1
}



/* ===================================================================
  COMPONENT: PAGE HEADING
=================================================================== */
.page-heading {
  background: #2B224F;
  padding-top: 3.57em; /* 50/14 */
  padding-bottom: 3.57em; /* 50/14 */
  position: relative;
}

.page-heading .wrapper {
  z-index: 10;
  position: relative;
}

.page-heading__title {
  font-weight: 300;
  color: #FFFFFF;
  font-size: 2.57em; /* 36/14 */
  line-height: 1.17em; /* 42/36 */
  text-transform: uppercase;
  margin: 0;
}

.page-heading__title.normal-case {
  text-transform: capitalize;
}

.page-heading a,
.page-heading .breadcrumbs {
  font-weight: 300;
}

.page-heading .breadcrumbs {
  color: #9086A0;
}

.page-heading .breadcrumbs a {
  color: #fff;
}

.page-heading a:hover {
  text-decoration: underline;
}

.page-heading__overlay,
.home-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  opacity: 0.1;
}



/* ===================================================================
  HEADER SECTION
=================================================================== */
.header-section {
  color: #fff;
  background: #000;
  min-height: 400px;
  position: relative;
  z-index: 10;
}

.header-section a {
  color: #fff;
  display: block;
}

.header-section a:hover {
  color: #ccc;
}

.header-logo .header-section__inner,
.header-menu-wrapper .main-menu {
  position: relative;
  z-index: 10;
}

.header-section__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10000px;
  opacity: 0.8;
  mix-blend-mode: multiply;
}

.header-logo .header-section__background {
  background: #2B224F;
}

.header-menu-wrapper .header-section__background {
  background: #B32E29;
}

.grid--full .header-section__item {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 2.14em 6.43em; /* 30/14 90/14 */
}

.header-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}

.header-section__extra {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 2.14em; /* 30/14 */
}

@media (max-width: 768px) {
  .header-section {
    max-height: 500px;
  }
}

@media (max-width: 767px) {
  .header-section {
    margin-top: 123px;
    height: auto !important;
    max-height: none;
  }

  .header-section__inner.medium-down--hide {
    display: block !important;
  }

  .grid--full .header-section__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 425px) {
  .header-section {
    margin-top: 83px;
    max-height: 400px;
  }
}


/* Header Desc
------------------------------------------------------------------- */
.header-section__desc {
  position: relative;
  z-index: 10;
  font-size: 1.14em; /* 16/14 */
  color: #fff;
  line-height: 1.63em; /* 26/16 */
}

/* Main Menu
------------------------------------------------------------------- */
.main-menu,
.main-menu ul {
  list-style: none;
  margin: 0;
}

.main-menu a {
  text-transform: uppercase;
  font-size: 1.43em; /* 20/14 */
  line-height: 1.2em; /* 24/20 */
}

.main-menu li {
  margin-bottom: 1.29em; /* 18/14 */
}


/* Header Home Menu
------------------------------------------------------------------- */
.header-home-menu {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.header-main-menu ul {
  list-style: none;
  margin: 0;
}

.header-main-menu li {
  display: inline-block;
}

.header-main-menu a {
  display: block;
  font-size: 1.14em; /* 16/14 */
  color: #333;
  letter-spacing: 0.1em;
  /*text-transform: uppercase;*/
  line-height: 1.5em; /* 24/16 */
  padding: 1.75em 1em; /* 28/16 */
}

@media (max-width: 1100px) {
  .header-main-menu {
    font-size: 13px;
  }

  .header-main-menu a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}



/* ===================================================================
  STICKY HEADER
=================================================================== */
.header-nav-section {
  background: #fff;
  padding: 1em;
  padding-left: 2.14em; /* 30/14 */
  padding-right: 2.14em; /* 30/14 */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.outer-content-wrapper {
  margin-top: 123px;
}

.admin-bar .header-nav-section {
  top: 32px;
}

.home .header-nav-section {
  display: none;
}

.home .outer-content-wrapper {
  margin-top: 0;
}

.header-nav-section .logo {
  display: inline-block;
  margin-right: 2.14em; /* 30/14 */
}

@media (max-width: 1165px) {
  .header-menu,
  .header-nav-section .phone {
    display: none !important;
  }

  .header-nav-logo {
    width: 50%;
    text-align: center;
  }

  .mobile-menu-wrapper {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .header-nav-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home.admin-bar .outer-content-wrapper {
    margin-top: 120px;
  }

  .admin-bar .header-nav-section {
    top: 46px;
  }

  .header-nav-section .logo {
    margin: 0;
  }
}

@media (max-width: 425px) {
  .outer-content-wrapper,
  .home.admin-bar .outer-content-wrapper {
    margin-top: 83px;
  }

  .header-nav-section .logo img {
    max-height: 55px;
  }

  .header-nav-section .grid {
    margin-left: -5px;
  }

  .header-nav-section .grid__item {
    padding-left: 5px;
  }
}


/* Header Menu
------------------------------------------------------------------- */
.header-menu,
.header-menu ul {
  list-style: none;
  margin: 0;
  display: inline-block;
}

.header-menu li {
  display: inline-block;
  margin-left: 0.71em; /* 10/14 */
}

.header-menu {
  font-size: 12px;
}

@media (min-width: 1281px) {
  .header-menu {
    font-size: 14px;
  }

  .header-menu li {
    margin-left: 1.5em;
  }
}

@media (max-width: 1250px) {
  .header-menu li {
    margin-left: 0;
  }
}

.header-menu li:first-child {
  margin-left: 0;
}

.header-menu a {
  display: block;
  color: #000;
  padding: 2px 5px;
  /*text-transform: uppercase;*/
}

.header-menu a:hover,
.header-menu .current_page_item > a,
.header-menu .current-menu-item > a {
  border-bottom: 2px solid #B32E29;
}


/* Extra
------------------------------------------------------------------- */
.header-nav-extra .phone {
  margin-right: 1.43em; /* 20/14 */
}


/* Mobile Menu
------------------------------------------------------------------- */
.mobile-menu {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

.mobile-menu span {
  width: 30px;
  display: block;
  height: 4px;
  background: #333;
}

.mobile-menu span + span {
  margin-top: 6px;
}

@media (max-width: 425px) {
  .mobile-menu span {
    width: 25px;
    height: 2px;
  }
}


/* Sticky Nav
------------------------------------------------------------------- */
.js-sticky-header .header-nav-section,
.js-sticky-header .home .header-nav-section {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: auto;
  /* overflow: auto; */
  z-index: 10000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  padding-top: 1.25em; /* 20/16 */
  padding-bottom: 1.25em; /* 20/16 */
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}

.js-sticky-header--open .header-nav-section {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); */
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.admin-bar.js-sticky-header--open .header-nav-section {
  top: 32px;
}

@media (max-width: 768px) {
  .admin-bar.js-sticky-header--open .header-nav-section {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar.js-sticky-header--open .header-nav-section {
    top: 0;
  }
}



/* ===================================================================
  CONTACT SECTION
=================================================================== */
.contact-section {
  background: #ddd;
}

.contact-section__title {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 1.54em; /* 37/24 */
  text-transform: uppercase;
  font-size: 1.71em; /* 24/14 */
  line-height: 1.17em; /* 28/14 */
}

.contact-form .button {
  font-size: 1.14em; /* 16/14 */
  padding: 10px 50px;
}

@media (max-width: 767px) {
  .contact-section .wrapper > .grid > .grid__item {
    margin-bottom: 30px;
  }

  .contact-section__title {
    margin-bottom: 20px;
  }
}


/* ===================================================================
  FOOTER SECTION
=================================================================== */
.footer-section {
  background: #111;
}

.footer-section,
.footer-section a {
  color: #fff;
}

.footer-section a:hover {
  color: #999;
}

@media (max-width: 768px) {
  .footer-section .grid__item {
    margin-bottom: 30px;
  }

  .copyrights {
    /*text-align: center;*/
  }
}


/* Footer Menu
------------------------------------------------------------------- */
.footer-menu {
  text-transform: uppercase;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}



/* ===================================================================
  PANEL
=================================================================== */
.side-panel {
  display: none;
}

.mm-menu {
  background: #ddd;
}

.mm-panels>.mm-panel {
  padding: 0 30px;
}

.panel-title {
  font-size: 1.71em; /* 24/14 */
  line-height: 1.17em; /* 28/24 */
  margin-bottom: 1.33em; /* 32/24 */
}

@media (max-width: 425px) {
  .mm-panels>.mm-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/* ===================================================================
  MAIN CONTENT
=================================================================== */
.post-item {
  margin-bottom: 100px;
}

.entry-content {
  color: #111;
  word-wrap: break-word;
}

/* Typography
------------------------------------------------------------------- */
.high {
  font-size: 1.71em; /* 24/14 */
  line-height: 1.42em; /* 34/24 */
}

hr {
  border-top-color: #333;
  border-bottom-color: #333;
}

.entry-content blockquote p {
  font-weight: bold;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.5em;
  padding-left: 1em;
}

.entry__image img {
  width: 100%
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

p .alignnone {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  width: auto;
  max-width: 100%
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 12px;
  /*margin: 0;*/
  margin-top: 10px;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.gallery-caption {
  margin: -1.5em 0 0 0;
}

.fit-vids-style {
  display: none
}

@media (max-width: 425px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-item img {
  border: 0 !important;
}

@media (max-width: 767px) {
  .gallery-item {
    width: 33.3% !important;
  }
}

@media (max-width: 425px) {
  .gallery-item {
    width: 50% !important;
  }
}

@media (max-width: 320px) {
  .gallery-item {
    width: 100% !important;
  }
}



/* ===================================================================
  PAGE TEMPLATE: FEATURED IMAGE
=================================================================== */
.page-template-template-featured-image .entry-thumbnails {
  float: left;
  margin-bottom: 3.57em; /* 50/14 */
}

.page-template-template-featured-image .entry-thumbnails img {
  margin: 2.14em; /* 30/14 */
}



/* ===================================================================
  PAGE TEMPLATE: SERVICE
=================================================================== */
.service-block-item {
  overflow: hidden;
  margin-top: 50px;
}

.service-block-item:first-child {
  margin-top: 0;
}

.service-block-image {
  float: left;
  margin-right: 70px;
}

.service-block-image img {
  border-radius: 100%
}

.service-block-content {
  overflow: hidden;
}

.service-block-content .service-block-title {
  margin-top: 0;
  /*color: #0C5468;*/
  font-weight: normal;
  font-size: 1.71em; /* 24/14 */
  line-height: 1.21em; /* 29/24 */
  /*margin-bottom: 1.21em;*/
  margin-bottom: 5px;
}

.service-block-list {
  margin-top: 5em; /* 70/14 */
}

@media (max-width: 767px) {
  .service-block-image {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .service-block-content .service-block-title {
    text-align: center;
  }
}



/* ===================================================================
  TIPS ARCHIVE
=================================================================== */
.entry-item {
  margin-bottom: 5em; /* 70/14 */
}

.entry-item__title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.71em; /* 24/14 */
  line-height: 1.42em; /* 34/24 */
}

.entry-item__title a {
  color: #111;
}

.entry-item__image {
  margin-bottom: 1.43em; /* 20/14 */
}



/* ===================================================================
  COMPONENTS: PAGINATION
=================================================================== */
.pagination {
  text-align: center;
  font-size: 1.13em; /* 18/16 */
  padding-top: 20px;
  margin-bottom: 30px;
}

.pagination .page-numbers {
  min-width: 1em;
  line-height: 1em;
  padding: .3em;
  display: inline-block;
}

.pagination .current,
.pagination .page-numbers:hover {
  color: #999
}



/* ===================================================================
  BLOG
=================================================================== */
.news-item .entry-title {
  margin-top: 0;
  font-size: 1.571em; /* 22/14 */
  line-height: 1.4;
}

.news-item .entry-image img {
  display: block
}

.news-item .post-inner {
  background: #fff;
  padding: 1.33em 1.67em; /* 24 - 30 */
  border: 1px solid #ddd;
}

.news-item .entry-image {
  margin: -1.33em -1.67em 1.33em -1.67em;
}

.post-list .news-item {
  margin-bottom: 30px;
}


/* List with Flexbox supported
------------------------------------------------------------------- */
.flexbox .post-list,
.flexbox .post-list .post,
.flexbox .post-list .post-inner,
.flexbox .post-list .entry-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .post-list {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox .home .post-list {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flexbox .post-list .post {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  float: none;
}

.flexbox .post-list .entry-title {
  height: auto;
  overflow: visible;
}

.flexbox .post-list .post-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.flexbox .post-list .entry-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexbox .post-list .entry-content p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 425px) {
  .news-item {
    width: 100%
  }
}



/* ===================================================================
  SIDEBAR
=================================================================== */
.sidebar {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget-title {
  margin-top: 0;
  color: #111;
  font-size: 1.57em; /* 22/14 */
}

.widget ul {
  list-style: none;
  margin-left: 0;
}

.widget ul ul {
  margin-left: 15px;
  margin-bottom: 0;
}

.widget select {
  width: 100%
}

.sidebar .widget,
.sidebar .widget ul a {
  color: #777
}

.sidebar .widget li {
  margin-bottom: 12px;
  line-height: 19px;
}

.jcd-widget-popular-posts ul {
  list-style: none;
  margin-left: 0;
}