/*!
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Websther
 Author URI:   https://www.websther.nl
 Template:     generatepress
 Version:      0.1
*/

@media (max-width: 768px) {
  .site-header .header-image {
    width: 200px;
    position: relative;
  }
}

.nomarginbottom {
	margin-bottom: 0!important;
}

a {
	text-decoration: none;
}

.footer-widgets .widget {
	margin-bottom: 15px;
}

li.tel {
    padding-left: 8px;
}

li.tel a::before {
    content: "";
    color: red;
    display: block;
    position: absolute;
    margin-top: 20px;
    left: 0;
    background-image: url(img/icon-tel.svg);
    width: 20px;
    height: 20px;
}

li.mail {
    padding-left: 8px;
}

li.mail a::before {
    content: "";
    color: red;
    display: block;
    position: absolute;
    margin-top: 20px;
    left: 0;
    background-image: url(img/icon-mail.svg);
    width: 20px;
    height: 20px;
}



p.tel {
    position: relative;
	padding-left: 28px;
	margin-bottom: 0;
}

p.tel a::before {
    content: "";
    color: red;
    display: block;
    position: absolute;
    margin-top: 5px;
    left: 0;
    background-image: url(img/icon-tel.svg);
    width: 20px;
    height: 20px;
}

p.mail {
    position: relative;
	padding-left: 28px;
	margin-bottom: 0;
}

p.mail a::before {
    content: "";
    color: red;
    display: block;
    position: absolute;
    margin-top: 5px;
    left: 0;
    background-image: url(img/icon-mail.svg);
    width: 20px;
    height: 20px;
}


.footer-widget-2 #block-18, .footer-widget-2 #block-19 {
	margin-bottom: 0;
}


@media (max-width: 1100px) {
.site-info {
    padding-bottom: 60px;
}
}

@media (max-width: 767px) {
  .wp-block-columns.reverse {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}







