/**
 * Theme Name: themegrafoman
 * Version: 1.0
**/
.grecaptcha-badge {visibility: hidden;}
.contacttop .columns:first-child .textwrapper{
	padding: 35px 20px 50px 20px;
	background-color: rgba(216, 189, 152, 0.25);
}
.columns{
    position: relative;
}
@media print, screen and (max-width: 640px){
	body .hamburgericonholder .site-menu-toggle.is-active .hamburger-line {
		background-color: white;
	}
}
body input[type=tel]{
	border-radius:0;
	color: #222;
	border-bottom: 1px solid #adadad;
}
section.textonly .large-3 .textwrapper {
	word-break: initial !important;
}