/*
Theme Name: Radius Child
Template: radius-parent
Version: 1.0.0
*/


#primary-footer {background: var(--color-1) !important;}
.primary-header-inner .row {display: flex;}
.logo {display: flex; align-items: center;}


footer a:hover {color:#ccc;}

input.gform_button {background: var(--color-1) !important;}
input.gform_button:hover {background: var(--color-3) !important;}


.team {text-align: center;float:left;width:50%; margin: 30px auto;padding:0 30px;}
.teamhead {font-weight: bold;font-size: 1.8em; margin: 10px 0 -15px 0; display: block;}

#contact-page-form {margin-top:75px;}
#contact-page-form form label.gfield_label {display: block !important;}


@media screen and (max-width:991px){
    .primary-header-inner .row {display: block;}
    .logo {justify-content: center;}
    .logo img {width:auto;}
    .c2a {margin: 0;}
}

@media screen and (max-width:768px){
    .team {float:none;width:unset;}
}