/*
Theme Name: HaveHeart Child
Theme URI: https://haveheart.qodeinteractive.com
Description: A child theme of HaveHeart
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: haveheart
Template: haveheart
*/

.wpc_form .wpc_form_label,
.wpc_form .wpc_form_field{
	width: 100% !important;
}

#wpc_registration_form.wpc_form .wpc_form_line{
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding-left: .5em !important;
	padding-right: .5em !important;
}

#wpc_registration_form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

@media (min-width: 769px){
	.flex-50{
		width: 50% !important;
	}
}

.radio-toolbar{
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: rgba(222, 222, 222, 0.25);
    padding: 10px 20px;
    border: 1px solid #222222;
    border-radius: 4px;
    transition: all .2s ease-in;
}

.radio-toolbar label:hover {
  background-color: #0B5707;
  color: #ffffff;
}

.radio-toolbar input[type="radio"]:focus + label {
    border-color: #0B5707;
  color: #ffffff;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #0B5707;
    border-color: #0B5707;
  color: #ffffff;
}

#wpc_registration_form.wpc_form .wpc_form_line.wpc_form_line-wpc_cf_clienttype{
	display: none;
}

/**.wpc_client_client_pages_list .wpc_pagelist {
	text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wpc_client_client_pages_list .wpc_page {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}**/

.qodef-header--tabbed #qodef-page-header{
	height: 120px;
}

.qodef-header--dark #qodef-page-header .qodef-header-navigation>ul>li>a,
.qodef-widget-area .widget a.qodef-m-opener,
#qodef-top-area a{
	color: #000000;
}

.qodef-widget-area .widget a.qodef-m-opener:hover{
	color: #12960C;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.form-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: .5em;
    width: 100%;
}

.form-col select {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0 5px;
    padding: 17px 25px;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #bbb;
    background-color: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -o-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

@media (min-width: 960px){
	.col-md-4{
		width: 33.33%
	}
	.col-md-6{
		width: 50%;
	}
}

.file-207 + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    background: #0B5707;
    color: white;
}

#upload-files{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.wpc_client_client_pages_list .wpc_table_nav_top{
	display: none !important;
}

.portal-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.portal-sidebar {
	margin-right: 20px;
    border-right: 1px solid rgba(0,0,0,.3);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px;
}

.portal-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 750px;
            flex: 1 0 750px;
}

.wpc_client_client_pages_list{
	margin-bottom: 10px;
}