/*

Theme Name: McKenney's
Theme URI: https://clevyr.com/
Author: Clevyr
Author URI: https://clevyr.com/
Description: Custom theme for McKenny's
Version: 1.0.0
Template: pro
*/

/* Typography */
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400");

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1em 0;
}

/* Hide and Remove the Author and Date for Posts */
.p-meta {
  display: none;
}

/* Vertical Align Middle */
.vam {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.vam-left {
  margin-right: 3%;
}

/* Header */
#m-navbar.x-bar-h.x-bar-fixed .x-bar-container {
  height: auto;
}
#m-navbar {
  transition-property: background;
  transition-duration: 1s;
}

#header-hero .x-bg-layer-upper-hover {
  background-repeat: no-repeat;
  background-size: cover;
}

#header-hero {
  color: white;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  #header-hero {
    margin-bottom: -50px;
  }
}
#header-hero h1 {
  color: white;
  text-transform: uppercase;
  margin: 0.2em 0 1.25em;
}
#header-hero h3 {
  color: white;
  text-transform: uppercase;
}
#header-hero .hero-headline h3 {
  font-weight: 300;
}
#header-hero.header-hero-internal p {
  color: white;
  font-size: 2em;
}
#header-hero.header-hero-internal h1 {
  margin-bottom: 0.75em;
}

#header-hero .m-button {
  opacity: 0;
  transform: translateY(-50%);
  transition: all 500ms ease-in-out;
}
#header-hero .x-text:hover .m-button {
  opacity: 1;
  transform: translateY(0);
}

#header-new-construction h3,
#header-existing-building h3,
#header-career-opportunities h3 {
  margin: 0.25em 0 0.5em;
}
#header-existing-building .m-button {
  color: #c31230;
}

.header-hero-mobile p,
.header-hero-mobile img,
.header-hero-mobile h3 {
  margin: 0;
}
.header-hero-mobile .x-text a {
  display: block;
  padding: 3em 2em;
}

/* header hero animations */
#header-hero .x-bg-layer-upper-hover {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#header-hero.hover-1 .x-bg-layer-upper-hover.hover-1 {
  opacity: 1;
}
#header-hero.hover-2 .x-bg-layer-upper-hover.hover-2 {
  opacity: 1;
}
#header-hero.hover-3 .x-bg-layer-upper-hover.hover-3 {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

#header-hero + .x-bar-space,
#x-root .x-bar-space.default-navbar {
  height: 158px;
}

#red-bar {
  min-height: 50px;
}
#red-bar .x-text {
  text-align: center;
}
#red-bar .x-search {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}

#m-navbar.default-navbar {
  background: white;
}

@media (min-width: 768px) {
  #m-navbar.x-bar-fixed {
    background: #003451;
  }
  #m-navbar.x-bar-fixed .x-menu > li > a .x-anchor-sub-indicator,
  #m-navbar.x-bar-fixed .x-menu > li > a .x-anchor-text-primary {
    color: white !important;
  }
  #m-navbar.x-bar-fixed #header-logo {
    display: none;
  }
  #m-navbar.x-bar-fixed #header-logo-white {
    display: block;
  }

  #m-navbar .x-toggle {
    color: white;
  }
  /* 
  #m-navbar.default-navbar { background: #003451; } 
    #m-navbar.default-navbar .x-menu > li > a .x-anchor-sub-indicator,
    #m-navbar.default-navbar .x-menu > li > a .x-anchor-text-primary { color: white !important; } 
    #m-navbar.default-navbar .x-toggle { color: white; } */
}

/* Mobile nav */
.mobile-menu-wrapper.x-anchor-toggle {
  margin-left: 1em;
}
.mobile-menu-wrapper.x-off-canvas.x-off-canvas-right .x-off-canvas-content {
  padding-left: 0;
  padding-right: 0;
  bottom: auto;
  transform: translate3d(0, -115%, 0);
}
.mobile-menu-wrapper.x-off-canvas.x-off-canvas-right.x-active
  .x-off-canvas-content {
  transform: translate3d(0, 0, 0);
}
.mobile-menu-wrapper .x-menu {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mobile-menu-wrapper .x-menu > li {
  width: 50%;
  border-right: 1px solid #ddd;
}
.mobile-menu-wrapper .x-menu > li.menu-item-has-children {
  position: static;
}
.mobile-menu-wrapper
  .x-menu
  > li
  > .x-anchor
  .x-anchor-text
  .x-anchor-text-primary {
  color: #1d2c46;
}
.mobile-menu-wrapper
  .x-menu
  > li
  > .x-anchor[class*="active"]
  .x-anchor-text
  .x-anchor-text-primary {
  color: #b13235;
}
.mobile-menu-wrapper .x-menu .x-anchor-content {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.mobile-menu-wrapper .x-menu ul.sub-menu {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  overflow-y: auto;
  font-size: 14px;
  background: white;
}
.mobile-menu-wrapper .x-menu ul.sub-menu .x-anchor-content {
  padding-top: 0.35em !important;
  padding-bottom: 0.35em !important;
}
.mobile-menu-wrapper .x-menu ul.sub-menu .x-anchor .x-anchor-text-primary {
  color: #818181;
}
.mobile-menu-wrapper
  .x-menu
  ul.sub-menu
  .x-anchor[class*="active"]
  .x-anchor-text-primary {
  color: #000;
}
.mobile-menu-wrapper .x-menu .x-anchor-sub-indicator {
  transform: rotate(90deg);
  transition: transform 0.3s ease 0s;
}
.mobile-menu-wrapper .x-menu a.x-active .x-anchor-sub-indicator {
  transform: rotate(270deg);
  transition: transform 0.3s ease 0s;
}

@media (min-width: 980px) {
  #m-navbar {
    background: transparent;
  }
  #m-navbar.x-bar-fixed {
    transform: none;
  }

  #m-navbar.default-navbar {
    margin-top: 0;
  }

  #red-bar {
    background: transparent;
    height: 50px;
  }
  #red-bar .x-text::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -80px;
    transition: all 1s ease-in-out;
    z-index: -1;
    background: #c31230;
    background: linear-gradient(121deg, transparent 50px, #c31230 0) top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .x-bar-fixed #red-bar .x-text::before {
    left: -100vw;
  }

  #red-bar .x-text {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    padding-right: 2em;
    padding-left: 0;
    height: 50px;
  }

  #m-navbar.default-navbar #red-bar {
    background: #c31230;
  }
}

/**
 * RWD line break on top header red bar phone numbers
 */
#red-bar .desktop-only {
  display: none;
}
#red-bar .x-text {
  text-align: right;
}
@media (min-width: 1310px) {
  #red-bar .small-desktop-only {
    display: none;
  }
  #red-bar .desktop-only {
    display: initial;
  }
}
@media (max-width: 767px) {
  #red-bar .x-text {
    flex: 1;
    margin-right: 1em;
  }
}

/* Footer */
#m-footer {
  z-index: 1;
}
#m-footer .x-text,
#m-footer h5 {
  color: white;
}
#m-footer h5 {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
#m-footer p {
  font-size: 1rem;
}
#m-footer .x-bar-container {
  padding: 0 0 0 48px;
}
#m-footer .x-bar-container:first-child {
  padding-left: 0;
  padding-right: 48px;
}

@media (max-width: 767px) {
  #m-footer .x-bar-content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #m-footer .x-bar-container {
    padding-left: 0;
    margin-bottom: 30px;
  }
  #m-footer .x-bar-container:first-child {
    padding-right: 0;
    flex-basis: auto;
  }
}

/* Components */
.m-button {
  background: white;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

p.lead {
  font-size: 1.4em;
}

.block-grid > .x-bar-content-area > .x-column {
  padding: 2em;
  background: white;
  margin-bottom: 4%;
}

.block-header {
  margin: 0;
  position: absolute;
  top: 0;
  background: #0079c0;
  display: inline-block;
  color: white;
  padding: 8px 24px;
  transform: translateY(-50%);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Home Page */

#home-columns a.home-column {
  display: block;
  color: #231f20;
  border: 2px solid transparent;
  padding: 30px 25px;
}
#home-columns a.home-column:hover {
  border: 2px solid #d8d8d8;
}

#home-columns a.home-column h3 {
  text-transform: uppercase;

  margin-bottom: 20px;
}

#company-logos .x-image img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
#company-logos .x-image img:hover {
  filter: none;
}

/* Home Page Testimonials Slider */
#soliloquy-container-81 .soliloquy-item .soliloquy-html-content {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#soliloquy-container-81 .soliloquy-item .soliloquy-html-content p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 2.5em;
}
#soliloquy-container-81 .soliloquy-item .soliloquy-html-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #soliloquy-container-81 .soliloquy-item .soliloquy-html-content {
    padding: 0 100px;
  }
}

.home-testimonials-carousel {
  position: relative;
}
.home-testimonials-carousel .slick-list {
  margin-left: -50px;
  margin-right: -50px;
}
.home-testimonials-carousel .home-testimonial {
  margin: 0 50px 50px;
  outline: none;
  cursor: pointer;
}
.home-testimonials-carousel .home-testimonial img {
  width: 160px;
  filter: grayscale(100%);
  transition: all 0.5s ease;
  margin: 0 auto;
  opacity: 0.4;
}
.home-testimonials-carousel .home-testimonial.slick-current img {
  opacity: 1;
  filter: none;
}

.home-testimonials-carousel-content {
  padding: 0 80px;
}
.home-testimonials-carousel-content .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -60px;
  background: transparent no-repeat center;
  background-size: contain;
  height: 32px;
  width: 32px;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  outline: none;
}
.home-testimonials-carousel-content .slick-arrow:hover {
  opacity: 1;
}

.home-testimonials-carousel-content .slick-next {
  right: 0;
  background-image: url("images/arrow-right.png");
}
.home-testimonials-carousel-content .slick-prev {
  left: 0;
  background-image: url("images/arrow-left.png");
}

.home-testimonials-carousel-content .home-testimonial-content {
  outline: none;
}
.home-testimonials-carousel-content .home-testimonial-content p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .home-testimonials-carousel .home-testimonial {
    margin-bottom: 30px;
  }

  .home-testimonials-carousel-content {
    padding: 0px;
  }
  .home-testimonials-carousel-content .home-testimonial-content p:last-child {
    padding: 0 50px;
    margin: 0;
  }
  .home-testimonials-carousel-content .slick-arrow {
    bottom: 14px;
    top: auto;
    margin-top: 0;
    transform: none;
  }
}

/* Home Page mobile slider */
#soliloquy-container-264.soliloquy-container .soliloquy-caption {
  position: static;
}
#soliloquy-container-264.soliloquy-container
  .soliloquy-caption
  .soliloquy-caption-inside {
  padding-top: 16px;
  background: transparent;
  color: #231f20;
  text-shadow: none;
  margin-bottom: 30px;
}
#soliloquy-container-264.soliloquy-container
  .soliloquy-caption
  .soliloquy-caption-inside
  h3 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#soliloquy-container-264.soliloquy-container
  .soliloquy-caption
  .soliloquy-caption-inside
  p {
  font-size: 15px;
  line-height: 21px;
}
#soliloquy-container-264.soliloquy-container .soliloquy-pager {
  display: block;
}
#soliloquy-container-264.soliloquy-container
  .soliloquy-pager
  .soliloquy-pager-link {
  background: #d8d8d8;
  border-radius: 100%;
}
#soliloquy-container-264.soliloquy-container
  .soliloquy-pager
  .soliloquy-pager-link.active {
  background: #0079c0;
}
#soliloquy-container-264.soliloquy-container .soliloquy-image {
  padding: 0 15%;
}

/* Internal Pages carousel */
.soliloquy-carousel .soliloquy-container .soliloquy-caption {
  position: static;
}
.soliloquy-carousel
  .soliloquy-container
  .soliloquy-caption
  .soliloquy-caption-inside {
  padding-top: 16px;
  background: transparent;
  color: #231f20;
  text-shadow: none;
}

.soliloquy-carousel .soliloquy-container {
  padding: 0 50px;
}
.soliloquy-carousel .soliloquy-container .soliloquy-wrapper {
  position: static;
}
.soliloquy-carousel .soliloquy-container .soliloquy-prev {
  background: transparent url("images/arrow-left.png") no-repeat center;
  background-size: contain;
}
.soliloquy-carousel .soliloquy-container .soliloquy-next {
  background: transparent url("images/arrow-right.png") no-repeat center;
  background-size: contain;
}

/* Experience Map List */
div#cspml_listings_container.row {
  padding: 0px 30px;
}

@media (max-width: 768px) {
  div#cspml_listings_container.row {
    padding: 0px 30px !important;
  }
}

/* Mega Menu */
.mega-menu {
  position: static;
}
.mega-menu > ul.x-dropdown {
  width: 100%;
  border: 1px solid #cccccc;
  display: flex;
  padding: 15px 40px;
  align-content: stretch;
  align-items: flex-start;
  top: 100% !important;
  bottom: auto !important;
}

.mega-menu .mega-menu-column {
  flex-grow: 1;
  position: static;
  display: flex;
}
.mega-menu .mega-menu-column > a.x-anchor {
  display: none;
}
.mega-menu .mega-menu-column ul.x-dropdown {
  width: 100%;
  position: static;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  box-shadow: none;
  visibility: hidden; /* Fix to prevent hovering over hidden dropdown triggering the dropdown */
  z-index: -1;
}
.mega-menu > ul.x-dropdown.x-active ul.x-dropdown {
  z-index: auto;
  visibility: visible;
  transition: none;
}

.mega-menu .mega-menu-row > ul.x-dropdown {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu .mega-menu-column.mega-menu-image-column {
  flex-grow: 0;
  padding-left: 50px;
}
.mega-menu .mega-menu-column .x-graphic {
  display: none;
}
.mega-menu .mega-menu-column .mega-menu-image .x-graphic {
  display: block;
  max-width: 330px;
}
.mega-menu .mega-menu-column .mega-menu-image .x-anchor-text {
  display: none;
}

.mega-menu .mega-menu-column .mega-menu-heading {
  border-bottom: 1px solid #d8d8d8;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.5;
  padding: 8px 0;
  margin-bottom: 10px;
  width: 100%;
}

/* Experiences Page */
.single-experiences .entry-featured {
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
.single-experiences .entry-thumb,
.single-experiences .x-flexslider .x-slides .x-slide {
  height: 440px;
}
.single-experiences .entry-thumb img,
.single-experiences .x-flexslider .x-slides .x-slide img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.single-experiences .x-flexslider .flex-direction-nav a {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  border-radius: 0px;
  height: 40px;
  width: 40px;
  padding: 4px;
}
.single-experiences .x-flexslider .flex-direction-nav a.flex-next {
  left: auto;
  right: 14px;
}
.single-experiences .x-flexslider .flex-direction-nav a:hover {
  opacity: 0.5;
}

.single-experiences .x-container.offset {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
.single-experiences .block-header {
  left: 0;
  top: -80px;
  z-index: 11;
}

.single-experiences .entry-content {
  margin-top: 0;
}
.single-experiences h2 {
  margin: 0 0 0.75em;
}

.single-experiences .experiences-sidebar {
  background: #f1f1f1;
  padding: 20px;
}
.single-experiences .experiences-sidebar h5 {
  margin: 0 0 5px;
  font-size: 130%;
}

.single-experiences .experiences-sidebar ul,
.single-experiences .experiences-sidebar p {
  margin: 0 0 10px;
}

.single-experiences .experiences-sidebar section:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.sidebar-list {
  list-style: none;
  margin: 0;
}
.sidebar-list li span {
  display: inline-block;
  vertical-align: middle;
}
.sidebar-list li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

.short-layout {
  display: flex;
  width: 100%;
  background: #f1f1f1;
  margin-top: 25px;
  padding: 0;
  border-radius: 10px;
}
.short-layout section {
  width: 33%;
  padding: 35px;
}
@media only screen and (max-width: 600px) {
  .short-layout {
    display: flex;
    flex-direction: column;
  }
  .short-layout section {
    width: 100%;
    padding: 0 21px;
  }
}
/* Default Wysiwyg Editor creates a <br> before each li, this hides those */
.short-layout .short-layout-team ul br {
  display: none;
}

body.postid-10028 .sidebar-list .spec-bim i {
    background: none !important;
}

.sidebar-list .spec-bim i {
  background-image: url("images/specializations/bim_1.png");
}
.sidebar-list .spec-design-assist i {
  background-image: url("images/specializations/design-assist_1.png");
}
.sidebar-list .spec-energy-management i {
  background-image: url("images/specializations/energy-management_1.png");
}
.sidebar-list .spec-leed-certification i {
  background-image: url("images/specializations/leed-certification_1.png");
}
.sidebar-list .spec-pipe-shop-prefab i {
  background-image: url("images/specializations/pipe-shop-prefab_1.png");
}
.sidebar-list .spec-sheet-metal-shop-prefab i {
  background-image: url("images/specializations/sheet-metal-shop-prefab_1.png");
}
.sidebar-list .spec-sheetmetal-shop-prefab i {
  background-image: url("images/specializations/icon_sheet_metal.png");
}

.sidebar-list .spec-target-value-design i {
  background-image: url("images/specializations/target-value-design_1.png");
}

.sidebar-list .spec-plumbing-shop-prefab i {
  background-image: url("images/specializations/plumbing-shop-prefab_1.png")
}

.sidebar-list .spec-commissioning i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Commissioning-1.png")
}

.sidebar-list .spec-construction i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Construction-1.png")
}

.sidebar-list .spec-preconstruction i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Preconstruction-1.png")
}

.sidebar-list .spec-energy-analysis-assessment i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Energy-Analysis-and-Assessment.png")
}

.sidebar-list .spec-plumbing-services i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Plumbing-Services-Icon.png")
}

.sidebar-list .spec-plan-spec i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Plan-Spec.png")
}

.sidebar-list .spec-mechanical-systems i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Mechanical-Systems-Icon.png")
}

.sidebar-list .spec-building-performance-solutions i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Building-Performance-Solutions-BPS-Icon.png")
}

.sidebar-list .spec-interiors-special-projects i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Interiors-Special-Projects-1.png")
}

.sidebar-list .spec-automation-controls i {
  background-image: url("https://staging.mckenneys.com/wp-content/uploads/2018/05/Automation-Controls-1.png")
}

.sidebar-list .spec-design-build i {
  background-image: url("https://www.mckenneys.com/wp-content/uploads/2018/05/drafting-compass-solid.png")
}



.blog .entry-thumb img,
.category.entry-thumb img {
  min-width: auto;
}
.blog .entry-featured,
.category .entry-featured {
  width: 300px;
}
.single-post .entry-featured {
  display: none;
}
.p-meta {
  display: block !important;
}
.p-meta span:last-child {
  display: none;
}
.p-meta span:nth-child(3):after {
  display: none;
}
div#xyz_em_default_form input {
  width: 100%;
}
div#xyz_em_default_form td#tdTop {
  position: relative;
}
div#xyz_em_default_form #tdTop > span {
  position: absolute;
  top: 0;
  right: 0;
}
.single-post .alignnone {
  display: block;
}
.author_content {
  padding: 2em;
  border: 3px solid #f4f4f4;
  margin-top: 3em;
  /* background: url(images/mcbannerback.png) center center repeat; */
}
.author_content h2 {
  margin: 0 0 15px;
  font-size: 28px;
}
.user_information p {
  margin-bottom: 0;
}
.author_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.user_photo {
  border: 2px solid white;
  max-width: 100px;
}
.author-description {
  margin: 10px 0 0;
}


/* Experience Page */
.cspml_listings_area_map314 .thumb.img-responsive {
	height: 200px;
	width: 100%;
}

/* Automation Control */
.page-id-1046 h1 {
	font-family: "Oswald",sans-serif;
}
.page-id-1046 p {
	font-size: 17.5px;
}
.page-id-1046 h4, .page-id-1046 .h4, .page-id-1046 h3, .page-id-1046 .h3 {
	font-size: 28px;
	font-weight: 700;
}
.page-id-1046 .h4-head-no-space h4 {
	margin-bottom: 0px;
}
.page-id-1046 .h3-head-no-space h3 {
	margin-bottom: 0px;
}
.page-id-1046 h2, .page-id-1046 h3, .page-id-1046 h4, .page-id-1046 h5, .page-id-1046 h6, .page-id-1046 .h2, .page-id-1046 .h3, .page-id-1046 .h4, .page-id-1046 .h5, .page-id-1046 .h6 {
	font-family: Helvetica,Arial,sans-serif;
}
.page-id-1046 .mt2-i.x-anchor .x-anchor-text-primary {
	font-family: Helvetica,Arial,sans-serif;
}

/* Blog Archive */
.blog .x-container.max {
	max-width: 1600px;
}
.blog .x-sidebar.left {
	background-color: #CCD9E1;
	width: calc(100% - 3.20197% - 68%);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog .widget ul li, .blog .widget ol li {
	background-color: transparent;
}
.blog h2.entry-title {
	min-height: 69px;
}
.blog .entry-thumb img {
	height: 165px;
}
.blog .entry-content.excerpt {
	height: 160px;
}