﻿/* *
* Template Name: SoftLand - v2.0.1
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/ */
/* --------------------------------------------------------------
# General
-------------------------------------------------------------- */


 /* --------------------------------------------------------------
# Services Cards from Bocor 
-------------------------------------------------------------- */
.promos {
    padding-bottom: 40px;
}

.promos .card {
    border: 0;
    padding: 0 10px;
    margin-bottom: 60px;
    position: relative;
    background: transparent;
}

.promos .card-img {
    /* width: calc(100% + 60px); 
    margin-left: -30px;
    
    z-index: 9;*/
    overflow: hidden;
    border-radius: 0;
     
}

.promos .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.promos .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border-top: 4px solid #fff;
    /* padding: 30px; */
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    /* margin-top: -60px; */
    transition: 0.3s;
}

.promos .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.promos .card-title a {
    color: #213b52;
    transition: 0.3s;
}

.promos .card-text {
    color: #5e5e5e;
}

.promos .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}

.promos .read-more a:hover {
    color: #00D9A5;
}

.promos .card:hover img {
    transform: scale(1.1);
}

.promos .card:hover .card-body {
    border-color: #00D9A5;
}

.promos .card:hover .card-body .card-title a {
    color: #00D9A5;
}

/* XXXXX   ESTATE AGENCY PHOTO BOXES  XXXXX*/

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {
    .card-box-a,
    .card-box-b,
    .card-box-c,
    .card-box-d {
      margin-bottom: 2.5rem;
    }
  }
  
  @media (min-width: 768px) {
    .grid .card-box-a,
    .grid .card-box-b,
    .grid .card-box-c,
    .grid .card-box-d {
      margin-bottom: 2.5rem;
    }
  }
  
  .card-box-a,
  .card-box-b,
  .card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .card-box-a .img-a,
  .card-box-a .img-b,
  .card-box-b .img-a,
  .card-box-b .img-b {
    transition: .8s all ease-in-out;
  }
  
  @media (min-width: 768px) {
    .card-box-a:hover .img-a,
    .card-box-a:hover .img-b,
    .card-box-b:hover .img-a,
    .card-box-b:hover .img-b {
      transform: scale(1.2);
    }
  }
  
  @media (min-width: 768px) {
    .card-box-a .price-a,
    .card-box-b .price-a {
      font-size: .9rem;
    }
  }
  
  @media (min-width: 992px) {
    .card-box-a .price-a,
    .card-box-b .price-a {
      font-size: 1rem;
    }
  }
  
  .card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .card-shadow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .card-shadow:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
  }

  /*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b {
    padding: 1rem;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    z-index: 2;
  }
  
  @media (min-width: 768px) {
    .card-header-b {
      bottom: 0px;
    }
  }
  
  @media (min-width: 992px) {
    .card-header-b {
      bottom: 0px; /* changed from 20px; */
    }
  }
  
  .card-header-b .category-b {
    font-size: .9rem;
    background-color: #2eca6a;
    padding: .3rem .7rem;
    color: #313131;
    letter-spacing: 0.030em;
    border-radius: 50px;
    text-decoration: none;
  }
  
  .card-header-b .title-2 {
    margin-bottom: 0;
    padding: .6rem 0;
    font-size: 1.4rem; /* changed from 1.5 */
  }
  
  @media (min-width: 768px) {
    .card-header-b .title-2 {
      font-size: 1rem;
    }
  }
  
  @media (min-width: 992px) {
    .card-header-b .title-2 {
      font-size: 1.4rem; /* changed from 1.6 */
    }
  }
  
  .card-header-b .title-2 a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .card-header-b .date-b {
    color: #d8d8d8;
    font-size: 1rem;
  }
  
  @media (min-width: 768px) {
    .card-header-b .date-b {
      font-size: .9rem;
    }
  }
  
  @media (min-width: 992px) {
    .card-header-b .date-b {
      font-size: 1rem;
    }
  }

/*--------------------------------------------------------------
# Info Box
--------------------------------------------------------------*/
.info-box .content {
    padding: 60px 100px 0 100px;
  }
  
  .info-box .content h3 {
    font-weight: 400;
    font-size: 34px;
  }
  
  .info-box .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }
  
  .info-box .content p {
    font-size: 15px;
    color: #6b8a86;
  }
  
  .info-box .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
  }
  
  .info-box .accordion-list {
    padding: 0 100px 60px 100px;
  }
  
  .info-box .accordion-list ul {
    padding: 0;
    list-style: none;
  }
  
  .info-box .accordion-list li + li {
    margin-top: 15px;
  }
  
  .info-box .accordion-list li {
    padding: 20px;
    background: #f2f5f4;
    border-radius: 5px;
  }
  
  .info-box .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    transition: ease-in-out 0.3s;
  }
  
  .info-box .accordion-list a:hover {
    color: #1bbca3;
  }
  
  .info-box .accordion-list span {
    color: #e83e8c;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
  }
  
  .info-box .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .info-box .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  
  .info-box .accordion-list .icon-show {
    display: none;
  }
  
  .info-box .accordion-list a.collapsed {
    color: #343a40;
  }
  
  .info-box .accordion-list a.collapsed:hover {
    color: #1bbca3;
  }
  
  .info-box .accordion-list a.collapsed .icon-show {
    display: inline-block;
  }
  
  .info-box .accordion-list a.collapsed .icon-close {
    display: none;
  }
  
  @media (max-width: 1024px) {
    .info-box .content, .info-box .accordion-list {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  @media (max-width: 992px) {
    .info-box {
      /* img {
        padding-top: 30px;
      } */
    }
    .info-box .content {
      padding-top: 30px;
    }
    .info-box .accordion-list {
      padding-bottom: 30px;
    }
  }



/* --------------------------------------------------------------
# Hero Section from BOOTSLANDIA
-------------------------------------------------------------- */
#hero {
    width: 100%;
    /*background: linear-gradient(to right, rgba(74, 44, 153, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../images/home-rotator/island-view/1920x1280-island-view-from-water.jpg); */
    background: url("../images/ivc-bvc-sunset-from-water-1920x1280.jpg");  
    /*background-attachment: fixed; commented to fix mobile hero */

    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 0 0;

    /* was 120px */
    /* my code */
    /*height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: relative;*/
}
 
#hero:before {
    content: "";
    
    background: rgba(0, 0, 0, 0.2);  

    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
    color: #fff;
    border-bottom: 4px solid #00D9A5;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #00D9A5;
}

#hero .btn-get-started:hover {
    background: #00D9A5;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
/*
@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }  
}*/

@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        max-width: 50%;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}
 
/* SOFTLAND PHOTO CARDS FOR HOTEL ROOMS */
/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 18px;
  color: #ababab;
  font-weight:400;
}

.post-entry .post-text h3 a {
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #4A2C99;
}

.post-entry .post-text .readmore {
  color: #4A2C99;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a, .sidelink li a {
  display: block;
}

.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a, .sidelink li.active a {
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}