/* 
 Theme Name:     Vista 401k Child Theme
 Author:         Design Farm 2016
 Author URI:     http://vista401k.com
 Template:       Divi
 Version:        1.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.6.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#main-header { display:none; }
#main-footer { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}

div#"prow" ."et_pb_row" a:link {
	font-size: 20px !important;
	font-style: bold !important;
	float: left !important;
	padding-top: 10px !important;
}

.sbar {
	clear: both;
}


.list-radio-wrap .nf-field-element li label, .list-checkbox-wrap .nf-field-element li label {
    display: inline !important;
    float: initial;
    margin: 0;
    width: auto;
}

#fp_most_recent .et_pb_section{
   background-color: transparent;
   padding: 0;
}

#fp_most_recent .et_pb_row {
   padding: 0;
   margin: 0;
}

#fp_most_recent .et_pb_post h2, article, .et_pb_post {
   margin: 0;
}

p a.facebook-icon, p a.twitter-icon, p a.android-icon, p a.apple-icon {
   color: white !important;
}

a.apple-icon {
   margin-right: 1%;
}

a.android-icon {
   margin-left: 1%;
}

.field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button {
    width: auto;
    color: rgb(73, 111, 195);
    background: white;
    font-size: 14px;
    border: rgb(73, 111, 195);
}

#reset_form, #calculate, #details{
    padding: 5px;
    margin: 15px;
    color: rgb(73, 111, 195);
    background: #F5F5F5;
    font-size: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(73, 111, 195);
}

#reset_form {
   margin-left: 0;
}

#wp-submit {
    padding: 5px;
    margin: 15px 0;
    color: rgb(73, 111, 195);
    background: white;
    font-size: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(73, 111, 195);
}

.open_all_btn {
    margin: 0 auto;
    width: 89%;
    text-align: right;
}

.open-all {
    color: rgb(73, 111, 195);
    background: white;
    font-size: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(73, 111, 195);
}

#require_open_all .et_pb_section {
    padding-top: 10px;
}

#loginform label {
    display:block;
}

#loginform input {
    display:block;	
}

/* Added 12/16/2020 To prevent wrap on investment risk profile categories */
.et_pb_counter_amount_number {
	white-space: nowrap;
}

/* Added 12/23/2020 To Center CS blurb on Mobile */
#v4_mobile_blurb_cs .et_pb_blurb_content {
  display: inline-block;
}

#v4_mobile_blurb_cs a {
	font-weight: bold;
    font-size: 22px;
    color: #000000 !important;
}
   
@media (max-width:980px)  {
    #loginform {
	display:block;
	width:50%;
        margin-left:auto;
        margin-right:auto;
    }

    #loginform label {
        margin-bottom: 4%;
        text-align:left;
    }
    
    #loginform input {
        margin-left:auto;
        margin-right:auto;
        margin-bottom:5%;	
    }
	
    #user_login, #user_pass {
        width:100%;
    }

    .open_all_btn {
        margin: 0 auto;
        width: 80%;
        text-align: right;
    } 
}

@media (max-width:600px)  {
    #loginform {
	display:block;
	width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    #loginform label {
        margin-bottom: 4%;
        text-align:left;
    }
    
    #loginform input {
        margin-left:auto;
        margin-right:auto;
        margin-bottom:5%;	
    }
	
    #user_login, #user_pass {
        width:100%;
    }

    .open_all_btn {
        margin: 0 auto;
        width: 71%;
        text-align: right;
    }  
}











