/* UTB Landings menu */
.utb-landings-menu-item:not(.menu-item-has-children), .utb-landings-menu-item.ubermenu-item:not(.ubermenu-item-has-children) {
  display: none; }

/* UTB Landings menu */
.entry-item-thumb {
  margin: 0; }

.service .entry-item {
  background-color: #f8f8f8;
  height: 100%;
  width: 100%;
  align-content: baseline; }

.entry-item-read-more-wrapper {
  padding: 0px 20px 20px; }

.service {
  margin-bottom: 10px;
  margin-top: 10px; }
  .service:not(.full-width) .entry-item {
    border: 1px solid #dadada;
    border-radius: 3px; }
    .service:not(.full-width) .entry-item .entry-item-title {
      min-height: 90px; }
    .service:not(.full-width) .entry-item .entry-item-subtitle {
      min-height: 95px; }

.entry-item .entry-item-title {
  text-align: center;
  margin: 0 20px;
  display: flex;
  align-items: center; }

.entry-item-title a {
  width: 100%; }

.utbi-service-price span {
  font-size: 1.5em;
  line-height: 1.5em;
  font-style: italic; }

.utbi-service-price span b {
  font-weight: 100; }

.entry-item-title {
  line-height: 30px !important; }
  .entry-item-title a {
    color: #a0988c; }
    .entry-item-title a:hover {
      color: #907751; }

.entry-item-subtitle {
  line-height: 120%; }

.service .entry-item-subtitle {
  margin-bottom: 0 !important; }

.entry-item-thumb img {
  width: 100%; }

.entry-item-content {
  padding: 20px; }

.utbi-landing-btn-primary {
  padding: 10px;
  background-color: #000000;
  background-image: linear-gradient(315deg, #beb6aa 0%, #a59d93 74%);
  color: white; }

.entry-item-thumb:hover .entry-item-image,
.entry-item-thumb:focus .entry-item-image {
  transform: scale(1.2); }

.entry-item-thumb {
  overflow: hidden; }

.entry-item-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 250px;
  transition: all 1s; }

.entry-item-image::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.entry-item-thumb:hover .entry-item-image:before,
.entry-item-thumb:focus .entry-item-image:before {
  display: block; }

.entry-item-image .buy-btn {
  display: none;
  font-size: 1.5em;
  color: #ffffff !important;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: 2px solid white;
  width: 40%; }

.entry-item-thumb:hover .buy-btn, .entry-item-thumb:focus .buy-btn {
  display: block; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.utb-landing-description {
  padding: 60px 70px;
  text-align: justify;
  line-height: 1.2em;
  font-size: 1.2em;
  box-sizing: border-box;
  border-radius: 3px;
  color: #555;
  background-color: #f6f6f6;
  margin-bottom: 30px; }
  .utb-landing-description p {
    margin-bottom: 0 !important; }

.utbi-separator {
  width: 30px;
  height: 2px;
  background-color: #a3a3a3;
  margin: 20px auto; }

/*
full-width template
*/
.service.full-width {
  margin: 30px 0; }
  .service.full-width .entry-item {
    border-radius: 3px;
    border: 1px solid #dadada;
    background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 74%); }

/*
alt-grid tempalte
*/
.service.alt-grid .entry-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 250px;
  position: relative; }
  .service.alt-grid .entry-item > * {
    color: white;
    z-index: 2; }
  .service.alt-grid .entry-item::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
.service.alt-grid a {
  color: white; }

@media (min-width: 992px) {
  .service.full-width .entry-item-thumb {
    height: 100%; }
  .service.full-width .entry-item-subtitle {
    text-align: center;
    padding: 20px; }
    .service.full-width .entry-item-subtitle.justified-text {
      text-align: justify; }
  .service.full-width:nth-child(even) .entry-item-content {
    order: -5; }
  .service.full-width:nth-child(even) .entry-item-thumb img {
    border-right: 1px solid #dadada; }
  .service.full-width:nth-child(even) .entry-item-thumb {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .service.full-width:nth-child(odd) .entry-item-thumb img {
    border-left: 1px solid #dadada; }
  .service.full-width:nth-child(odd) .entry-item-thumb {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; } }
/*
Media Queries
*/
@media (min-width: 992px) {
  .entry-item-image {
    min-height: 470px; } }

/*# sourceMappingURL=utbi-landing.css.map */
