/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://www.rusticpropertyspain.com

 Description:  Default GeneratePress child theme

 Author:       Damiaan van Vliet

 Author URI:   https://www.albuswebdesign.nl

 Template:     generatepress

 Version:      1.0

 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow

*/

/* BeaverBuilder aanpassingen voor full width paginas */
body.page header.entry-header {
    display: none; /* geen titel tonen */
}
body.page .entry-content {
    margin: 0;
}

/* geen recaptcha logo zichtbaar */
.grecaptcha-badge {
    display: none!important;
}

/* tijdelijk geen Spaans talen vlag */
#masthead li.wpml-ls-item-es {
/*    display: none; */
}

/* */
.footer-widget-2 #nav_menu-2 {
    float: right;
}

.verkocht,
.sold,
.vendido {
/*  outline: 1px solid red;
  background-image: url(images/verkocht.png); */
}
body.page div.sold .fl-photo-content::before {
  content: url(images/sold.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
body.page div.verkocht .fl-photo-content::before {
  content: url(images/verkocht.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
body.page div.vendido .fl-photo-content::before {
  content: url(images/vendido.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
body.page div.reserved .fl-photo-content::before {
  content: url(images/reserved.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
body.page div.gereserveerd .fl-photo-content::before {
  content: url(images/gereserveerd.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
body.page div.reservado .fl-photo-content::before {
  content: url(images/reservado.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
/* ========== 19" scherm aanpassingen ========== */
@media all and (max-width: 1440px) and (min-width: 1367px) {

}	
/* ========== 13" scherm aanpassingen ========== */
@media all and (max-width: 1366px) and (min-width: 1025px) {

}	
/* ========== tablet landscape aanpassingen ========== */
@media all and (max-width: 1024px) and (min-width: 801px) {

}
/* ========== tablet portret aanpassingen ========== */
@media all and (max-width: 800px) and (min-width: 501px) {
}
/* ========== smartphone aanpassingen ========== */
@media all and (max-width: 500px) and (min-width: 50px) {
    .header-widget {
        margin-bottom: 0px !important;
        text-align: right;
    }
    .wpml-ls-native {
        display: none;
    }
    body.page .main-title {
    font-size: 22px;
    }    
    body.page .main-title a {
        margin-left: 0em;
    }    
    
}



