/*
Theme Name: Kilroy Property Website Theme
Description: Kilroy Property Website Theme
Author: Savage Bureau
Template: salient
Version: 1.0
*/

/* base visibility styles */

.mobile-only {
  display: block !important;
}

.desktop-only {
  display: none !important;
}

.logged-in .logged-in-hide,
.logged-in .anon-only {
  display: none !important;
}

.logged-out-hide {
  display: none !important;
}

.logged-in .logged-out-hide {
  display: block !important;
}

.rentcafe-yes .rentcafe-no-visible {
  display: none !important;
}

.rentcafe-no-visible a {
  margin-right: 15px !important;
}

.logged-out-hide {
  display: none !important;
}

.logged-in .logged-out-hide {
  display: inline-block !important;
}

.logged-in #slide-out-widget-area .menu.subview li.logged-out-hide {
  display: none !important;
}

.custom-user-links {
  display: block;
  z-index: 1;
  background: #1c1c1c;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 100%;
  position: relative;
  width: auto;
  position: absolute;
  right: -14px;
}

#header-outer nav > ul > .megamenu > .sub-menu {
  padding: 15px 0;
}

@media (min-width: 1101px) and (max-width: 1250px) {
  .custom-user-links {
    right: -6px;
  }
}
@media (max-width: 1101px) {
  .custom-user-links {
    display: none !important;
  }
}

.user-link-carret {
  display: block;
  position: absolute;
  top: -10px;
  content: ' ';
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1c1c1c;
  opacity: 1;
  transition: all 0.1s linear;
}
.custom-user-links a {
  display: block;
  padding: 5px 25px;
  color: #ffffff;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.custom-user-links a:hover {
  color: #c8102e;
}
body .nectar-button {
  letter-spacing: 2px;
  font-weight: 400 !important;
  text-transform: uppercase;
  border-radius: 0px !important;
}

@media (min-width: 1101px) {
  .menu-item-399 a {
    border: 1px solid #737373;
    padding: 2px 5px;
  }
}
@media (min-width: 1101px) {
  #menu-item-400 {
    display: none !important;
  }
  body:not(.logged-in) .menu-item-399 {
    position: absolute !important;
    top: 50%;
    right: 0;
    margin-right: 40px !important;
    margin-top: -15px !important;
    align-self: center;
  }
  body:not(.logged-in) .menu-item-399 a {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
}
body:not(.logged-in) .menu-item-279 {
  display: none !important;
}
/* Login form */
body.page-id-257 .vc_col-sm-4.instance-2 .wpb_wrapper p a:first-child {
  float: left;
}
body.page-id-257 .vc_col-sm-4.instance-2 .wpb_wrapper p a:last-child {
  float: right;
}

@media (min-width: 1101px) {
  #header-outer header#top ul.sf-menu > li.menu-item-400 a {
    border-left: 1px solid #737373;
    padding-left: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  #top nav ul[data-user-set-ocm='off'] .slide-out-widget-area-toggle {
    display: none !important;
  }
}

@media (min-width: 1101px) and (max-width: 1250px) {
  #header-outer header#top ul.sf-menu li {
    padding: 0px 6px !important;
  }
  #header-outer header#top ul.sf-menu > li {
    margin: 0;
  }
  #header-outer header#top ul.sf-menu > li:first-child {
    margin-left: 0px !important;
  }
  #header-outer header#top ul.sf-menu > li.nav-user-menu-item {
    margin-right: 40px !important;
  }
  #header-outer header#top ul.sf-menu > li > a {
    letter-spacing: 1px !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  #header-outer header#top ul.sf-menu ul li a {
    letter-spacing: 1.5px !important;
  }
  #header-outer header#top ul.sf-menu li.menu-item-332 {
    display: none !important;
  }
  #header-outer header#top ul.sf-menu li.menu-item-284 {
    border-right: none;
  }
}
/* small desktop */

@media screen and (min-width: 1101px) {
  /* base visibility styles */

  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }

  .logged-in .nav-user-menu-item-login {
    display: none !important;
  }
  .sf-menu li:first-child {
    margin-left: -160px;
  }

  .sub-menu li:first-child {
    margin-left: 0;
  }

  /* menu fixes */

  .megamenu a.sf-with-ul {
    display: flex !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .megamenu .sub-menu {
    border-top-width: 0px !important;
  }

  #top .container .megamenu.no-nib .sub-menu {
    transform: translateY(-999px) !important;
  }

  .current-menu-item.megamenu .sub-menu,
  .current-menu-parent.megamenu .sub-menu,
  .current-page-ancestor.megamenu .sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0px) !important;
  }

  .current-menu-item.megamenu .sub-menu li,
  .current-menu-parent.megamenu .sub-menu li,
  .current-page-ancestor.megamenu .sub-menu li {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    pointer-events: all !important;
  }

  body:not([data-header-format='left-header'])
    header#top
    nav
    > ul
    > li.megamenu
    > ul
    > li
    > a,
  body:not([data-header-format='left-header'])
    header#top
    nav
    > ul
    > li.megamenu
    > ul
    > li
    > ul
    > li.has-ul
    > a {
    margin-bottom: 0px;
  }
  @media screen and (min-width: 1101px) {
    body.ascend #header-outer .sf-menu ul li.menu-item a {
      padding: 8px 8px 4px 8px !important;
      margin-bottom: 4px !important;
    }
  }

  .megamenu.menu-item.sfHover a.sf-with-ul:before,
  .megamenu.current-menu-item a.sf-with-ul:before,
  .megamenu.current_page_parent a.sf-with-ul:before,
  .megamenu.current-page-ancestor a.sf-with-ul:before {
    display: block;
    position: absolute;
    bottom: 0;
    content: ' ';
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c8102e;
    opacity: 1;
    transition: all 0.1s linear;
  }

  .megamenu a.sf-with-ul:before {
    display: block;
    position: absolute;
    bottom: 0;
    content: ' ';
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    opacity: 1;
    transition: all 0.1s linear;
  }

  header#top nav > ul > li.megamenu.current-page-ancestor > a.sf-with-ul {
    color: #c8102e !important;
  }

  .sf-menu .megamenu.no-nib a.sf-with-ul:before {
    display: block;
    position: absolute;
    bottom: 0px;
    content: ' ';
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    opacity: 1;
    transition: all 0.1s linear;
  }

  .ascend #header-outer .sf-menu ul li.menu-item a {
    border-bottom: 2px solid #c8102e !important;
    padding: 8px 8px 6px 8px !important;
    transition: all 0.2s linear;
  }

  .ascend #header-outer .sf-menu ul li.menu-item a:hover,
  .ascend #header-outer .sf-menu ul li.current-menu-item a {
    border-bottom: 2px solid #ffffff !important;
  }

  /* .page-update-profile .megamenu.current-menu-item a.sf-with-ul:before,
      .page-update-profile .megamenu.current_page_parent a.sf-with-ul:before {
          display: none !important;
      } */

  .megamenu .sub-menu {
    text-align: center !important;
  }

  header#top nav > ul > li.megamenu > ul > li.menu-item {
    text-align: center;
    display: inline-block !important;
    width: auto !important;
  }

  header#top nav > ul > li.megamenu > ul > li.menu-item a {
    font-weight: bold !important;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 2px;
  }

  .nav-user-menu-item {
    visibility: visible;
  }

  .logged-in .nav-user-menu-item {
    visibility: visible;
  }

  /* header fixes */

  .page-parent #page-header-wrap,
  .page-child #page-header-wrap {
    margin-top: 66px !important;
  }

  .page-parent .intro-row,
  .page-child .intro-row,
  .intro-row-force {
    margin-top: 100px !important;
  }

  .page-parent .page-header-bg-image,
  .page-child .page-header-bg-image {
    height: 100% !important;
    top: auto !important;
  }

  .article-content-wrap,
  .post-meta {
    width: 100% !important;
  }
}

.post .post-content.classic .content-inner {
  border: none !important;
}

.nav-user-menu-item {
  position: absolute !important;
  top: 50%;
  right: 0;
  margin-right: 40px !important;
  margin-top: -20px !important;
  width: 50px !important;
  height: 40px !important;
  align-self: center;
}

.nav-user-menu-item a:before {
  border: none !important;
}

header#top nav .nav-user-menu-item a {
  background-image: url('/wp-content/themes/kilroy-property-website/images/account-icon-sprite.png');
  background-position: -40px 0px;
  background-size: auto 38px;
  background-repeat: no-repeat;
  width: 38px !important;
  height: 38px !important;
  border: none !important;
  display: block !important;
  opacity: 0.5 !important;
  transition: opacity 0.2s linear;
  cursor: pointer;
}
header#top nav .nav-user-menu-item a:hover {
  background-position: -1px 0px;
  opacity: 1 !important;
}

.logged-in header#top nav .nav-user-menu-item a {
  opacity: 1 !important;
}

.small-nav header#top nav .nav-user-menu-item a {
  background-position: -40px 0px;
}
.small-nav header#top nav .nav-user-menu-item a:hover {
  background-position: -1px 0px;
}

header#top nav .nav-user-menu-item a:hover {
  opacity: 1 !important;
  transition: opacity 0.2s linear;
  /*background-image: url('/wp-content/themes/kilroy-property-website/images/ico-user-nav-hover.png');*/
}

.inline-logout-link {
  display: inline-block;
  width: 130px;
  text-align: center;
  margin: 10px 0;
  float: right !important;
  visibility: visible !important;
  /*background: #C8102E !important;*/
}

.inline-logout-link:hover {
  border-color: #c8102e !important;
  background-color: #c8102e !important;
}

#header-outer[data-lhe='animated_underline']
  header#top
  nav
  > ul
  > li:not([class*='button_'])
  > a:after {
  display: none !important;
}

/* form styles */

.gform_wrapper {
  padding: 20px;
  background-color: #f2f2f2;
}

.gform_wrapper .success-message {
  color: inherit !important;
}

.gf_login_form .gform_heading {
  display: none !important;
}
body.page-id-257 .wpb_wrapper > div:last-child br {
  display: none;
}
body.page-id-257 .wpb_wrapper > div:last-child a {
  font-size: 15px;
}

.container-wrap .gform_wrapper input[type='text'],
.container-wrap .gform_wrapper textarea,
.container-wrap .gform_wrapper input[type='email'],
.container-wrap .gform_wrapper input[type='password'],
.container-wrap .gform_wrapper input[type='tel'],
.container-wrap .gform_wrapper input[type='url'],
.container-wrap .gform_wrapper input[type='search'],
.container-wrap .gform_wrapper input[type='date'] {
  background-color: #ffffff !important;
}
/*.container-wrap .gform_wrapper h2.gsection_title {
      margin: 15px 0 !important;
      clear: both !important;
  }*/
.container-wrap .gform_wrapper .gsection {
  padding-top: 10px !important;
}
.container-wrap .gform_wrapper .gsection.hero-instructions h2.gsection_title {
  margin-top: 0px !important;
}

/* table press styles */
.row .col .tablepress img {
  display: inline-block;
  margin-right: 10px;
}

.row .col img.gf_repeater_add_default,
.row .col img.gf_repeater_remove_default {
  width: 1em !important;
}

/* map styles */
#wpgmza_filter_1 {
  display: none;
}

.wpgmza_filter_container {
  float: none !important;
  margin-bottom: 0px !important;
}

.wpgmza_map {
  margin-top: -24px !important;
}

.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder {
  width: 100% !important;
}

.wpgmza_cat_checkbox_item_holder_first {
  display: none !important;
}

.wpgmza_cat_checkbox_holder {
  background: #2e2f31 !important;
  color: white !important;
  text-transform: uppercase !important;
  padding: 8px 10% !important;
  text-align: center;
  height: auto !important;
}

.wpgmza_checkbox {
  display: none !important;
}

.wpgmza_checkbox:checked + label,
.wpgmza_checkbox:hover + label {
  color: #ffffff !important;
  border: 1px solid #c8102e;
  border-width: 0 0 2px 0;
}

.wpgmza_cat_checkbox_item_holder {
  width: auto !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 4px 0 !important;
}

.wpgmza_cat_checkbox_item_holder label {
  background-repeat: no-repeat !important;
  padding: 0 10px !important;
  background-size: 23px 22px;
  background-position: 0px 0px;
  height: auto;
  display: inline-block !important;
  cursor: pointer !important;
  line-height: 24px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: top !important;
  font-size: 14px;
  line-height: 18px;
  font-family: Roboto;
  /*
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 16px;
      line-height: 18px;
      font-weight: 700; */
}

.wpgmza_cat_checkbox_item_holder label[for='wpgmza_cat_checkbox_4'] {
  /* background-image: url("http://923folsomstreet.com/wp-content/uploads/2016/12/icon_map_arts.png"); */
}

.wpgmza_checkbox:checked + label[for='wpgmza_cat_checkbox_4'] {
  /* background-image: url("http://923folsomstreet.com/wp-content/uploads/2016/12/icon_map_arts.png"); */
}

.wpgmza_cat_checkbox_item_holder label[for='wpgmza_cat_checkbox_3'] {
  /* background-image: url("http://923folsomstreet.com/wp-content/uploads/2016/12/icon_map_arts.png"); */
}

.wpgmza_checkbox:checked + label[for='wpgmza_cat_checkbox_3'] {
  /* background-image: url("http://923folsomstreet.com/wp-content/uploads/2016/12/icon_map_arts.png"); */
}

.wpgmza_cat_checkbox_item_holder label[for='wpgmza_cat_checkbox_2'] {
  /* background-image: url("http://923folsomstreet.com/wp-content/uploads/2016/12/icon_map_arts.png"); */
}

.wpgmza_checkbox:checked + label[for='wpgmza_cat_checkbox_2'] {
  /* background-image: url("http://923folsomstreet.com/wp-content/uploads/2016/12/icon_map_arts.png"); */
}

.wpgmza_cat_checkbox_item_holder label[for='wpgmza_cat_checkbox_1'] {
  /* background-image: url("http://923folsomstreet.com/wp-content/uploads/2016/12/icon_map_arts.png"); */
}

.wpgmza_checkbox:checked + label[for='wpgmza_cat_checkbox_1'] {
  /* background-image: url("http://923folsomstreet.com/wp-content/uploads/2016/12/icon_map_arts.png"); */
}

@media screen and (max-width: 1000px) {
  .wpgmza_filter_container {
    display: none !important;
  }
}

/* blog styles */
.masonry-blog-item .inner-wrap {
  background-color: inherit !important;
}

.posts-container article {
  clear: both;
}

article.post .post-header h2 {
  font-weight: 500 !important;
  color: #535353 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

body.single-post #post-area .post-date {
  font-size: 11px;
  padding-bottom: 12px;
}
body.single-post #post-area h1 {
  color: #535353;
  font-family: Roboto;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 2px;
}
body.single-post #post-area article.type-post {
  padding: 4px 36px;
}

.logged-in .container-wrap {
  padding-bottom: 0 !important;
}

/* affix */
.sticky-wrapper .stuck .full-width-section {
  margin-top: 65px !important;
}
@media (max-width: 1100px) {
  .sticky-wrapper .stuck .full-width-section {
    margin-top: 0 !important;
  }
}

/* tables */
.tablepress th {
  background-color: #f7f8f8 !important;
  text-align: center !important;
  font-weight: normal !important;
  color: #1e2e42;
}

/* Tabs styles */

.tabbed[data-style='minimal'] > ul li:not(.cta-button) a,
.tabbed[data-style='minimal_alt'] > ul li:not(.cta-button) a {
  color: #c8102e !important;
}

.tabbed[data-style='minimal'] > ul li:not(.cta-button) a:hover,
.tabbed[data-style='minimal'] > ul li:not(.cta-button) a.active-tab:hover,
.tabbed[data-style='minimal_alt'] > ul li:not(.cta-button) a:hover,
.tabbed[data-style='minimal_alt'] > ul li:not(.cta-button) a.active-tab:hover,
.tabbed[data-style='minimal'] > ul li:not(.cta-button) a.active-tab,
.tabbed[data-style='minimal_alt'] > ul li:not(.cta-button) a.active-tab {
  color: #777777 !important;
  opacity: 1;
}

.tabbed[data-style='minimal'] .wpb_tabs_nav {
  border-bottom: 1px solid #888888;
}

.main-content .tablepress td {
  padding: 15px !important;
}

/* icon links */
a.pdf {
  background-image: url('/wp-content/themes/kilroy-property-website/images/ico-pdf.png');
  background-position: 0 0px;
  background-repeat: no-repeat;
  background-size: 18px 21px;
  display: inline-block;
  padding-left: 28px;
}

/* footer */
#footer-outer .widget h4 {
  font-family: Roboto !important;
  font-size: 24px !important;
  text-transform: none !important;
  font-weight: 300 !important;
  color: #fff !important;
}

/* carousel styles */
@media only screen and (max-width: 690px) {
  body
    .nectar-slider-wrap[data-full-width='true'][data-fullscreen='false']
    .swiper-slide
    .content
    h2,
  body
    .nectar-slider-wrap[data-full-width='boxed-full-width'][data-fullscreen='false']
    .swiper-slide
    .content
    h2,
  body
    .full-width-content
    .vc_span12
    .nectar-slider-wrap[data-fullscreen='false']
    .swiper-slide
    .content
    h2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  body
    .nectar-slider-wrap[data-full-width='true'][data-fullscreen='false']
    .swiper-slide
    .content
    p {
    font-size: 55px !important;
    line-height: 65px !important;
  }

  body .row .col h3,
  body h3 {
    font-size: 16px !important;
  }

  body .col.light .nectar-button.see-through-2 {
    text-align: center;
    margin-left: 0 !important;
  }
}
@media (min-width: 691px) {
  #getting-started-bar .vc_column_container h3 {
    position: relative;
    padding-right: 200px;
    min-height: 50px;
    padding-top: 7px;
  }
  #getting-started-bar .vc_column_container h3 a {
    position: absolute;
    width: 160px;
    display: block;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
@media (min-width: 691px) and (max-width: 1000px) {
  .container-wrap .standard_section .vc_column_container h3 {
    font-size: 18px;
    padding-top: 0;
  }
}

/* Nectar slider animation kill */

.swiper-wrapper .swiper-slide:not(:nth-child(2)) .content h2,
.swiper-wrapper .swiper-slide:not(:nth-child(2)) .content p {
  padding-top: 0px !important;
  opacity: 1 !important;
}

.swiper-wrapper .swiper-slide .content h2,
.swiper-wrapper .swiper-slide .content p {
  transform: translateY(0px) !important;
}

/* posts */
.post-featured-img {
  display: block;
  float: left;
  margin-right: 30px !important;
  max-width: 50% !important;
}

@media (max-width: 1000px) {
  .blog-recent.columns-1 img,
  .post-featured-img {
    width: auto !important;
    max-width: 100% !important;
    display: block;
  }
}

/* FOOTER STYLES */

#footer-outer .widget.widget_media_image {
  margin-bottom: 10px;
}

/* SPLASH PAGE STYLES */

body h1.header-md,
.swiper-slide.header-md .content p {
  font-size: 90px !important;
  line-height: 110px !important;
  text-align: center !important;
  max-width: 90% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.page-template-template-home-splash #header-outer #logo img {
  height: 30px !important;
}

body.page-template-template-home-splash
  #header-outer[data-format='centered-menu-under-logo']
  .span_3 {
  padding-bottom: 0px !important;
}

body.page-template-template-home-splash
  #header-outer[data-format='centered-menu-under-logo']
  .span_9 {
  display: none !important;
}

body.page-template-template-home-splash h2 {
  font-family: Roboto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 5px;
}

body.page-template-template-home-splash .divider-small-border {
  background-color: #c8102e !important;
  margin-bottom: 40px !important;
}

@media (max-width: 1100px) {
  .page-template-template-home-splash header#top #logo {
    margin-top: 0px !important;
  }

  .page-template-template-home-splash header#top #logo img {
    margin: auto !important;
    height: 30px !important;
  }
  .page-template-template-home-splash
    #header-outer[data-permanent-transparent='false']
    #logo
    .dark-version {
    height: 30px !important;
  }
}

.page-template-template-home-splash #text-4.widget {
  display: none !important;
}

.page-template-template-home-splash #text-3.widget {
  float: right;
  padding-right: 100px;
}

.page-template-template-home-splash #text-5.widget {
  float: left;
  padding-left: 100px;
}

@media (max-width: 1100px) {
  .page-template-template-home-splash #text-3.widget {
    float: none;
    padding-right: 0;
  }

  .page-template-template-home-splash #text-5.widget {
    float: none;
    padding-left: 0;
  }
  .page-template-template-home-splash .container-wrap {
    padding-top: 0px !important;
  }

  .page-template-template-home-splash
    .container-wrap
    .full-width-section.standard_section {
    margin-top: 0px !important;
  }

  .page-template-template-home-splash header#top .col.span_3 {
    width: 98% !important;
  }
}

/* google maps */

.gm-style .gm-style-iw-c {
  padding: 20px !important;
}

.gm-ui-hover-effect {
  top: 0px !important;
  right: 0px !important;
}

/* slider hero */

.nectar-slider-loading {
  background: #eeeeee !important;
}

/* disable reg styles */

/* account tools, login */
.disable-registration #menu-item-279,
.disable-registration #menu-item-399 {
  visibility: hidden !important;
}
.disable-registration #menu-item-234 {
  display: none !important;
}

/* cta for register */
.disable-registration .anon-only {
  display: none !important;
}

/* responsive nav spacing */
body #slide-out-widget-area .inner .off-canvas-menu-container li {
  margin-top: 20px !important;
}

body #slide-out-widget-area .inner .off-canvas-menu-container li a {
  line-height: 24px !important;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  padding: 25px 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab,
.owl-stage.owl-grab {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  transition: all 0.13s ease;
  -moz-transition: all 0.13s ease;
  -webkit-transition: all 0.13s ease;
  -o-transition: all 0.13s ease;
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.span_12.light .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}

.span_12.light .owl-theme .owl-dots .owl-dot.active span,
.span_12.light .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.owl-carousel[data-column-padding='5px'] .carousel-item {
  padding: 6px;
}

.owl-carousel[data-column-padding='10px'] .carousel-item {
  padding: 11px;
}

.owl-carousel[data-column-padding='15px'] .carousel-item {
  padding: 16px;
}

.owl-carousel[data-column-padding='20px'] .carousel-item {
  padding: 21px;
}

.owl-carousel[data-column-padding='30px'] .carousel-item {
  padding: 31px;
}

.owl-carousel[data-column-padding='40px'] .carousel-item {
  padding: 41px;
}

.owl-carousel[data-column-padding='50px'] .carousel-item {
  padding: 51px;
}

.owl-carousel.moving a {
  pointer-events: none;
}

.owl-carousel[data-enable-animation='true'] .owl-stage > .owl-item {
  opacity: 0;
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}

.owl-carousel[data-enable-animation='true'] .owl-controls {
  opacity: 0;
}

.owl-carousel[data-enable-animation='true'].animated-in .owl-controls {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* blog slide adjustments */
.blog-recent.columns-1 {
  margin-top: 24px !important;
  margin-bottom: 0px !important;
}
.blog-recent.columns-1 img {
  width: auto !important;
  max-width: 50% !important;
  float: left;
  margin-right: 30px !important;
}

.blog-recent.columns-1 .owl-nav {
  display: none !important;
}

.blog-recent.columns-1 h2 {
  font-weight: 500 !important;
  color: #535353 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 0px;
}

.main-content .blog-recent.columns-1 ul li {
  list-style-position: inside !important;
}

.main-content .post-content ul li {
  list-style-position: inside !important;
}

body .blog-recent[data-style].blog-recent.columns-1 div.owl-item {
  margin-right: 10px !important;
}

.blog-recent.blog-recent.columns-1 .owl-item .col {
  margin-bottom: 0px !important;
}

.posts-container .post-content {
  padding-left: 0px !important;
}

/* link override */
.tablepress td a {
  color: #c8102e !important;
}
