/*---------------------------------------------------------------------------------

 Theme Name:   Designs By Dave O.
 Theme URI:    https://designsbydaveo.com
 Description:  
 Author:       Designs By Dave O
 Author URI:   https://designsbydaveo.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* align content in rows */
.ds-vertical-align { 
display: flex; 
flex-direction: column; 
justify-content: center;
} 

body{
overflow-x: hidden !important;
}
h1 {
  font-family: "Allotrope";
  font-style: normal;
  font-weight: 800;
  }

h2 {
  font-family: "Allotrope";
  font-style: normal;
  font-weight: 800;
  }

h3 {
  font-family: "Allotrope";
  font-style: normal;
  font-weight: 800;
  }

h4 {
  font-family: "Allotrope";
  font-style: normal;
  font-weight: 800;
  }

h5 {
  font-family: "Allotrope";
  font-style: normal;
  font-weight: 800;
  }

h6 {
  font-family: "Allotrope";
  font-style: normal;
  font-weight: 800;
  }

body {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  }

.woocommerce-message {
    text-align: center;
}

.custom-registration form.woocommerce-form.woocommerce-form-register.register {
    overflow: hidden;
}

.custom-registration p.form-row {
    width: 100%;
    overflow: hidden;
}

.custom-registration p.form-row.form-row-first {
    float: left;
    width: 49% !important;
    margin-right: 10px;
}

.custom-registration p.form-row.form-row-last {
    float: left !important;
    width: 50% !important;
    margin-left: 0px !important;
}

.custom-registration label {
    display: block !IMPORTANT;
    text-transform: capitalize !important;
}

.custom-registration .input-text {
    -webkit-appearance: none;
    background-color: #ffffff;
    max-width: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 25px 25px 25px 25px;
    color: #999;
    font-size: 14px;
    padding: 16px;
    line-height: 1.7em;   
    width: 100% !important;
   
}

abbr.required {
    color: red !important;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background-color: #076b00;
    border: 1px solid #076b00;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    margin: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
	cursor:pointer;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background-color: #112244;
    border: 1px solid #112244;
}

p#billing_city_field {
    width: 33%;
    float: left !important;
}

p#billing_state_field {
    float: left;
    width: 32%;
    margin-left: 20px;
}

p#billing_postcode_field {
    width: 33.33%;
    float: left;
}

select#billing_state {
    height: 58px;
    width: 90%;
    border: 1px solid #bbbbbb;
    border-radius: 25px 25px 25px 25px;
    padding: 10px;
}
div#cfw-customer-info h3 {
    text-transform: capitalize !important;
}
#cfw.context-thank-you .status-row {
    padding: 10px;
    display: none !IMPORTANT;
}





