/*

Theme Name: Divi Child Theme
Theme URI: https://website-hotel.ro
Description: Divi Child Theme
Author: Szocs Hunor
Author URI: https://website-hotel.ro
Template: Divi
Version: 1.0.0

*/

  
/* ----------- Place your custom CSS below this line ------------------ */ 

#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
    width: 100%;
}
.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
    padding:5px;
    border: 2px solid #ccc;
}
.box img {
    max-width: 100%; 
    height: auto;
    display: block; 
      width: 100%;
}
.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0; 
    height: auto;
        border: 1px solid #ccc; 
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}
#portfolio video {
    margin-bottom: -7px;
}
#portfolio .content {
    text-align: center;
    padding: 15px;
}
#portfolio .title,#portfolio .content,#portfolio .hover-content,#portfolio .content a,#portfolio .hover-content a{
    color:#fff;
}
#portfolio .title {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}
#portfolio .content,#portfolio .hover-content{
    font-size: 18px;
    line-height: 20px;
}
.hover-content {
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0px;
    width: 100%;
    margin-left:-5px;
    height: 0%;
    padding: 15px;
    padding-top:50px;
    transition: all .5s ease-in-out;
    padding-bottom: 50px;
}
#portfolio .box {
    position: relative;
    display: inline-block;
}
#portfolio .box:hover .hover-content{
    top:0;
    opacity: 1;
    height: 100%;
    transition: all .5s ease-in-out;
}
.hover-content .title{
    margin-bottom: 25px;
}
.filter-cont {
    background: #d1ccbd;
    padding:25px;
}
.search-filter .c-input {
    max-width: 750px;
    width: 100%;
    background: transparent;  
    border: 0;
    border-bottom: 2px solid #c05728;
    font-size: 20px;
    margin-bottom: 25px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}
.search-filter.search {
    margin-top: 25px;
    text-align: center;
}
.search-filter #et_search_icon {
    position: relative;
    margin-left: -20px;  
    top: 10px !important;
    color:#D60009;
}
.loadmorecont{
    width: 100%;
    text-align: center;
    cursor: pointer;
}
#load-more {
    color: #fff;
    background: #D60009;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto auto;
}
.search-filter #et_search_icon:hover {
    color: #D60009;
    pointer-events: none;
}
.button-filters {
    width: 100%;
    text-align: center;
    padding: 25px;
}
.filter {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}
.filter .c-btn {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;  
    margin-right: 15px;
    margin-left: 15px;
}
.c-btn.c-btn--control.mixitup-control-active{
    color:#c05728;
}
.filter select {
    background: #fff;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid lightgray;
    min-width: 150px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.filter select {
    webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}
.abbreviation-cont{
	color:#fff;
	font-size: 22px;
    line-height: 26px;
    font-weight: bold;;
    right: -2px;
    top: -2px;
	position:absolute;
    padding: 6px 10px;
}
.playBtn {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
	color:#fff;
	height: 125px;
  	width: 125px;
}
.playBtn::after {
  	content: "\45";
  	position: relative;
	font-family: 'ETmodules';
	color:#fff;
    font-size: 125px;  
	top: 50px;
}
@media (max-width:1150px){
    .filter {
        display: block;
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 10px;
    }
}
@media (max-width:900px){
    #portfolio{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (max-width:600px){
    #portfolio{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/*#portfolio .box{
    display: none;
}*/