/* custom styles for talent page graphs */
input{
	border: 1px solid #666 !important;
	padding-left: 10px !important;
}

.accordionKP .vc_tta-panel-title{
    background-color: #1abaaa;
}
.vc_tta-title-text,
.vc_tta-controls-icon:before{
    color: white;
    border-color: white!important;
}

.vc_general.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=left].vc_tta-panel-title>a{
    padding-left: 20px!important;
}
.vc_general.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=left] .vc_tta-controls-icon{
    right: 15px!important;
    left: inherit!important;
}

/**
 *
 * FORM CSS
 */
body.page-id-3281 #acf-your_name,
body.page-id-3281 #acf-date_of_birth{
    width: 40%;
    float: left;
    clear: both;
}
/* hide process btn on not logged in user */
body.page-id-3281.logged-out #poststuff div.field input[type=submit]{
	display: none!important;
}
body.page-id-3281 #acf-gender,
body.page-id-3281 #acf-time_of_birth{
    float: right;
    width: 46%;
}
/* FLEX ORDER COLUMNS REVERSE (FORM AND SOC ICONS) */
body.page-id-3281 #twoforms > div > div .wpb_wrapper{
    display: flex;
    flex-direction: column-reverse;
}
body.page-id-3281 #twoforms > div > div .wpb_wrapper .wpb_text_column{
    margin: inherit!important;
}
/**
 *
 * SOCIAL PLUGIN
 *
 * 
 */
.the_champ_social_login_title,
#poststuff > div.field{
	clear: both;
}
.paddingcol{
    padding:0 5% 0 0;
}
.vc_custom_1522405977849{
    margin-top: -15px;
}
.vc_custom_1522405977849,
.vc_custom_1523046523888{
	padding: 0 5%;	
}
.vc_custom_1523046523888{
    padding-top: 15px;
}
.vc_custom_1522405977849 h3,
.vc_custom_1523046523888 h4{
    font-size: large;
    text-transform: uppercase;
    margin-bottom: 1em!important;
}

svg{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#”5elems” svg text{
	font-family: 'Arial';
    font-size: 55px;
}
#”emotions” svg{
    max-width: 60%;
}
#”emotions” svg text,
#”comps” svg text{
    /*font-size: 10px !important;*/
}

svg[id^="bridge"] tspan{
    font-size: inherit;
    font-family: 'Roboto Condensed';
}

@media (max-width: 768px){
    #”emotions” svg{
        max-width: 100%;
    }
    .vc_custom_1522405977849 .vc_col-sm-3 {
        width: 25% !important;
        float: left !important;
    }
    .paddingcol{
        width: 40%;
    }    
}

canvas{
	max-width: 100%;
	padding: 0 10%;
}

/* MY ACCOUNT MAKEUP */
.content-full-width .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}
.content-full-width .woocommerce-MyAccount-content {
    float: right;
    width: 66%;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none!important;
    margin: 0 0 30px!important;
    border: 1px solid #eee;
    border-radius: 3px;
}
.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-navigation a {
    color: #888;
    display: block;
    padding: .538em .923em;
    transition: 0.15s all ease;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 30px;
    border: 1px solid #eee;
    border-radius: 3px;
}

#STAR polygon{
    fill: #19baaa;
    opacity: .75;
}
#STAR polygon:nth-child(2){
	fill: white;
}
#STAR circle {
    fill: rgba(0,0,0,0);
    stroke: #ccc;
}

#STAR a text {
    fill: #1abaaa;
    cursor: pointer;
    text-decoration: none;
}
#STAR text {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 8px; text-transform: uppercase; margin-bottom: -5px;
    fill: #333;
}
#STAR label {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
}

#STAR #raw {
    position: absolute;
    top: 0;
    left: 300px;
}

svg text{
    font-family: "Open Sans" !important;
    fill: #333;
}
