*{
  box-sizing: border-box;
}
i{
  color: var(--first-color);
}
div.arcasa-row article,
div.arcasa-row aside > div.widget{
  background-color: white;
  border: 1px solid #cecece66;
  padding: 20px;
  margin-bottom: 50px;
}
div.arcasa-row article.gallery-slider{
  padding: 0px;
}
div.arcasa-row article h5.article-title{
  font-weight: bold;
    text-transform: uppercase;
    font-size:25px !important;

}
div.arcasa-row article h5.article-title i{
  margin-right: 5px;
}

/* OTHER */
div.arcasa-row article p.arcasa-location{
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 2px 5px;
  border-radius: 5px;
  margin-left: 20px;
  overflow: hidden;
}
div.arcasa-row article p.arcasa-location:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--first-color);
  opacity: 0.8;
  z-index: 1;
}
div.arcasa-row article p.arcasa-location a{
  position: relative;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
  z-index: 99999;
}

/* FEATURED INFOS */
div.arcasa-row article div.featured-infos-container{
  text-align: center !important;
  margin: -10px;
}
div.arcasa-row p.info{
  display: inline-block;
  margin: 10px;
}
div.arcasa-row p.info i{
  border: 2px solid;
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
}
div.arcasa-row p.info span{
  margin-left: 10px;
}
@media screen and (min-width: 1300px){
  div.arcasa-row p.info{
    display: inline-block;
    margin: 10px 20px;
  }
}
@media screen and (max-width: 1100px){
  div.arcasa-row p.info{
    width: calc(50% - 40px);
    margin: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 450px){
  div.arcasa-row p.info i{
    border: none;
    height: auto;
    width: auto;
    line-height: unset;
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
  }
  div.arcasa-row p.info span{
    font-size: 16px;
  }
}

/* INFO TABLE */
div.arcasa-row table{
  width: 100%;
}
div.arcasa-row table.responsive{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 950px){
  div.arcasa-row table.desktop{
    display: none;
  }
  div.arcasa-row table.responsive{
    display: table;
  }
}
@media screen and (max-width: 600px){
  div.arcasa-row table.desktop{
    display: none;
  }
  div.arcasa-row table.responsive{
    display: table;
  }
}
div.arcasa-row table *{
  text-align: left;
  font-size: 14px;
}
div.arcasa-row table th{
  font-weight: 400;
}
div.arcasa-row table.desktop td{
  width: 25%;
}
div.arcasa-row table td{
  color: #777777;
}
div.arcasa-row table th.help{
  position: relative;
  cursor: help;
}
div.arcasa-row table th.help span.text{
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  white-space: nowrap;
  padding: 0px 5px;
  background-color: white;
  border: 1px solid #cecece66;
  -webkit-box-shadow: 0px 0px 5px 0px #00000022;
  -moz-box-shadow: 0px 0px 5px 0px #00000022;
  -o-box-shadow: 0px 0px 5px 0px #00000022;
  box-shadow: 0px 0px 5px 0px #00000022;
  font-weight: 400;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
div.arcasa-row table th.help:hover span.text{
  opacity: 1;
  z-index: 999999;
}
div.arcasa-row ul.fa-ul{
  margin: 10px -20px -10px -20px;
}
div.arcasa-row ul.fa-ul li{
  display: inline-block;
  margin: 10px 20px;
}
div.arcasa-row ul.fa-ul li span{
  position: unset;
  margin-right: 5px;
}

/* VERTICAL TAB*/

div.arcasa-row article.tab-container.vertical{
  padding: 10px 0px;
}
div.arcasa-row article.tab-container.vertical > div{
  padding: 0px 20px;
}
div.arcasa-row article.tab-container.vertical > div.tab-title:not(:first-of-type){
  border-top: 1px solid #cecece66;
}
div.arcasa-row article.tab-container.vertical > div.tab-title h5{
  line-height: 2;
  padding: 10px 20px 10px 0px;
}
div.arcasa-row article.tab-container.vertical > div.tab-title.active h5{
  font-weight: bold;
  font-size:25px !important;
    text-transform: uppercase;

}
div.arcasa-row article.tab-container.vertical > div.tab-title:not(.active){
  cursor: pointer;
}
div.arcasa-row article.tab-container.vertical > div.tab-title:not(.active) h5:after{
  display: inline-block;
  content: "\002B";
  float: right;
  margin-right: -10px;
}
div.arcasa-row article.tab-container.vertical > div.tab-title.active h5:after{
  display: inline-block;
  content: "\2212";
  float: right;
  margin-right: -10px;
}
div.arcasa-row article.tab-container.vertical > div.tab-content:not(.active){
  display: block;
  overflow: hidden;
  height: 0;
}

/* HORIZONTAL TAB */
div.arcasa-row article.tab-container.horizontal > div.tab-title-container{
  text-align: center;
  margin: -10px;
}
div.arcasa-row article.tab-container.horizontal > div.tab-title-container div.tab-title{
  display: inline-block;
  margin: 10px;
}
div.arcasa-row article.tab-container.horizontal > div.tab-title-container div.tab-title h5{
  position: relative;
  color: #777777;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
div.arcasa-row article.tab-container.horizontal > div.tab-title-container div.tab-title.active h5,
div.arcasa-row article.tab-container.horizontal > div.tab-title-container div.tab-title:hover h5{
  color: #222222;
}
div.arcasa-row article.tab-container.horizontal > div.tab-title-container div.tab-title h5:after{
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  border-bottom: 1px solid;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
div.arcasa-row article.tab-container.horizontal > div.tab-title-container div.tab-title.active h5:after,
div.arcasa-row article.tab-container.horizontal > div.tab-title-container div.tab-title:hover h5:after{
  opacity: 1;
}
div.arcasa-row article.tab-container.horizontal > div.tab-content{
  display: none;
  margin-top: 20px;
}
div.arcasa-row article.tab-container.horizontal > div.tab-content.active{
  display: block;
}

/* GALLERY LIST AND GRID */
div.arcasa-row ul.arcasa-gallery-list,
div.arcasa-row ul.arcasa-gallery-grid{
  list-style-type: none;
  margin: 20px -10px -10px;
  padding: 0px;
}
div.arcasa-row ul.arcasa-gallery-list li{
  display: block;
  margin: 10px;
}
@media screen and (min-width: 600px){
  div.arcasa-row ul.arcasa-gallery-list li{
    display: inline-block;
    width: calc(50% - 20px);
  }
}
div.arcasa-row aside ul.arcasa-gallery-list li{
  display: inline-block;
  width: 100%;
  margin: 0px 0px 10px 0px;
}
div.arcasa-row ul.arcasa-gallery-grid li{
  position: relative;
  display: inline-block;
  width: calc(33.33333% - 20px);
  margin: 10px;
  padding-top: calc(33.33333% - 20px);
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
div.arcasa-row aside ul.arcasa-gallery-grid li{
  width: calc(50% - 20px);
  padding-top: calc(50% - 20px);
}
div.arcasa-row ul.arcasa-gallery-grid li:hover:after{
  position: absolute;
  display: block;
  content: "";
  top: -7px;
  left: -7px;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border: 2px solid var(--first-color);
  z-index: 9999999;
}
ul.arcasa-gallery-grid li:before{
  position: absolute;
  display: inline-block;
  content: attr(data-title);
  top: 10px;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: white;
  background-color: #cecece66;
  padding: 2px 5px;
  z-index: 999999;
}
div.arcasa-row ul.arcasa-gallery-grid li img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
div.arcasa-row ul.arcasa-gallery-list li div{
  display: inline-block;
  width: calc(100% - 60px);
}
div.arcasa-row ul.arcasa-gallery-list li div h6{
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
div.arcasa-row aside ul.arcasa-gallery-list li div h6{
  line-height: 1.4;
}
div.arcasa-row ul.arcasa-gallery-list li div a,
div.arcasa-row ul.arcasa-gallery-list li div span{
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -5px;
}
div.arcasa-row aside ul.arcasa-gallery-list li div a{
  margin-right: 5px;
}
div.arcasa-row aside ul.arcasa-gallery-list li div a,
div.arcasa-row aside ul.arcasa-gallery-list li div span{
  display: inline-block;
}
div.arcasa-row ul.arcasa-gallery-list li div a:hover,
div.arcasa-row ul.arcasa-gallery-list li div span:hover{
  color: var(--first-color);
}
div.arcasa-row ul.arcasa-gallery-list li img{
  height: 50px;
  width: 50px;
  vertical-align: top;
  margin-right: 10px;
}

/* VIDEO GALLERY */
div.arcasa-row ul.arcasa-videos-list{
  padding: 0px;
  list-style-type: none;
}
div.arcasa-row ul.arcasa-videos-list li:not(:last-of-type){
  margin-bottom: 50px;
}
div.arcasa-row ul.arcasa-videos-list li h4{
  font-size: 25px;
}

/* MAP */
div.arcasa-row div.map-container{
  margin-top: 20px;
}
div.arcasa-row div.map-container > div{
  height: 400px;
}

/* SIDEBAR */
div.arcasa-row aside h3.widget-title{
  text-align: left;
}