/*--#masthead .site-branding img {width:25%;}--*/

.main-navigation>div li a {font-size: 1rem; font-weight: 600;}

div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {background-color:#2d2a3d;}

div.wpforms-container-full button[type=submit]:hover {background-color:#3e9b91;}

.grecaptcha-badge { opacity:0;}

PASTE THIS INTO APPEARENCE CUSTOM CSS 
/* --RESPONSIVE ELEMENTS FOR CSS--*/
#content-desktop {display: flex;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: flex;}

}

@media screen and (max-width: 768px) {

.site-info { margin-top:-45px;}
		
}

.breadcrumbs {display:none;}