/*
Theme Name: Groene Hart Hypotheken
Author: Sunbytes
Author URI: https://sunbytes.io
Description: A custom theme for Sowieso Helder
Version: 1.0
License: GNU General Public License v1.0
License URI: license.txt
Text Domain: dev_theme
*/


/*GF custom styles (edited by SWSH)*/
li.letop{
  color:#f58025;
}

/* Start - edit on original files after to solve the gulp problem */
.footer__top {
	padding: 50px 0;
}
/* End - edit on original files after to solve the gulp problem */

/* Styles for widget https://www.klantenvertellen.nl/group/login/ */
.klantenvertellen-plugin-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.klantenvertellen-plugin-mobile iframe {
    border: 0px!important;
    border-right: 0px!important;
}

.klantenvertellen-plugin {
  display: none;
}

/* Medium devices (tablets, 639px and up) */
@media (min-width: 639px) {
  .klantenvertellen-plugin-mobile {
    display: none;
  }
}
/* Medium devices (tablets, 640px and up) */
@media (min-width: 640px) {  
  .klantenvertellen-plugin {
    display: block;
    position: fixed;
    top: 210px;
    right: 0;
    left: initial;
    width: 120px;
    height: 162px;
    z-index: 1;
    background-color: white;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);    
  }
  .klantenvertellen-plugin iframe {
    border: 0px!important;
    border-right: 0px!important;
  }
}