/*
Theme Name: CVD
Theme URI: https://www.planet64.eu
Description: Property website theme for Country Villa Spain
Author: Alex Young
Version: 1.0
*/

body {
	background-color: #ffc740;
	color: #333;
}

/* header */

.qtranxs-lang-menu .sub-menu {
	display: inline-block;
  padding-left: 0;
}

.qtranxs-lang-menu-item {
	display: inline-block;
}


/* footer */

footer.skin-dark-footer ul.footer-bottom-social li a {
  color: #ffc740;
  border: 1px solid #ffc740;
  background: none;
}

footer.skin-dark-footer .footer_widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
  color: whitesmoke;

}

.cate-trix {
  background: #1e438c;
}




.flags-styled .flag {
	padding: 26px 0 26px 6px;
	display: inline-block;
}


/* pagination */

.wpp_property_results p.lead {
    display: inline-block;
    font-size: 1rem !important;
}

.wpp_sorter_options {
    float: right;
    line-height: 32px;
}

.wpp_sorter_options .wpp_sortable_link {
    background-color: #1e438c !important;
    color: white !important;
    padding: 0px 12px;
    margin: 0 3px;
}

body .wpp_pagination_buttons_wrapper.pagination-numeric {
    text-align: center;
}

body .property-overview-navigation {
    display: inline-block;
    padding: 0;
    
}


body .property-overview-navigation li a {
    
    padding: 5px 12px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-color: #1e438c !important;
    color: #333;
    border-radius: 7px
}

body .property-overview-navigation li a:hover,
body .property-overview-navigation li.current-page a {
    background-color: #1e438c !important;
    border-left: 1px solid #1e438c !important;
    border-top: 1px solid #1e438c !important;
    border-bottom: 1px solid #1e438c !important;
    border-right: 1px solid #1e438c;
    color: white !important;
}

.wpp_top_pagination .wpp_pagination_buttons_wrapper.pagination-numeric, .wpp_bottom_pagination .wpp_pagination_slider_status {
    display: none;
}

.properties_pagination.wpp_top_pagination, .properties_pagination.wpp_bottom_pagination {
    margin-bottom: 0;
}

.wpp_pagination_slider_status {
    min-height: auto;
    align-self: center;
}

.single_property_style.property_style_2.modern .listing_thumb_wrapper img {
	width: 100% !important;
}

.pr_type_status {
   margin-bottom: 0;
}

.property_block_wrap:last-child {
    margin-bottom: 30px;
}

.sidebar_gallery_item {
    display: inline-block;
    max-width: 24.6%;
    /* height: auto; */
}

.wpp_gallery_widget img.wpp_gallery_widget_image {
    max-width: 100%;
    border: 0px;
    margin: 0 0px 4px 0;
    height: auto;
}

.single_prop_thumb img {
	max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.single_prop_thumb img:hover {
   cursor: pointer;
}

.single_property_style.property_style_2.modern .list-badge {
    background-color: red;
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -64px;
    top: 22px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 2;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}




.slick-track {
    padding: 0;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-next {
    right: 40px;
}


.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}
.video-embed-container iframe,
.video-embed-container .video-embed-container object,
.video-embed-container .video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.property_sub_done {
    text-align: center;
    font-size: 50px;
    color: green;
    width: 100%;
    display:none;
}
    
.wpcf7-form.sent .property_sub_done {
    display:block;
}

@media only screen and (max-width: 992px) {
    .nav-menu>li>a {
        color: #1e438c;
    }
    
    .sidebar_gallery_item {
        max-width: 49%;
    }
}