/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.tribe-bar-submit {
    margin-left: 0px;
    width: auto;
    }

 /* Captcha Google */
.gglcptch {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

#breadcrumbs {
	padding-left: 20px!important;
    background-color: rgba(233, 204, 179, 0.5)!important;
    margin: 0!important;
    color: #000000;
    font-weight: bold;
}

#breadcrumbs a {
	color : #0d6b87;
}

/* style for new form  HEM 12-1-2020 */
#newSidebarForm {
    max-width: 100%;
    width:100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
  }
  
  #newSidebarForm form {
    display: block;
    background: #f5f5f5;
    margin:0 auto;
    width: 100%;
    padding: 15px !important;
    -webkit-box-shadow: 5px 20px 40px rgba(51, 51, 51, 0.2);
            box-shadow: 5px 20px 40px rgba(51, 51, 51, 0.2);
    max-width: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
          
  }
  
  #newSidebarForm .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 5px 10px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  #newSidebarForm .input-wrapper p.input-label {
    margin: 0 0 3px 0;
  }
  
  #newSidebarForm .input-wrapper p.input-field {
    margin: 0;
  }
  
  #newSidebarForm .input-wrapper p sup {
    font-size: 10px;
  }
  
  #newSidebarForm .input-wrapper input[type="text"], #newSidebarForm .input-wrapper input[type="email"], #newSidebarForm .input-wrapper select {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #777;
  }
  
  #newSidebarForm .submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 5px 10px;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  #newSidebarForm .submit-wrapper input[type="submit"] {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    background: #72c6e6;
    color: #fff;
    text-transform: uppercase;
    border: none !important;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
  }
  
  #newSidebarForm .submit-wrapper input[type="submit"]:hover {
    background: #0d6b87 !important;
    cursor: pointer;
  }
  #newSidebarForm .iti {
    max-width: 100%;
    width: 100%;
  }

.flex-row{
    display: flex;
    flex-wrap: wrap;
}
.flex-row > .flex-col-50{
    flex-basis: 100%;
    padding:10px;
    flex-grow: 1;
    box-sizing: border-box;
}

@media screen and (min-width:992px){
    .flex-row > .flex-col-50{
        flex-basis: 50%;
        flex-grow: 1;
    }
}
  /*# sourceMappingURL=app.css.map */


.phone-wrapper .input-field {
    display: flex;
    flex-wrap: wrap;
}
.phone-wrapper .input-field .countrycode{
  flex-basis: 90px !important;
  margin-right:5px;
  width:90px !important;
  max-width: 90px !important;;
}

.phone-wrapper .input-field .phonefield{
  flex-basis: calc(100% - 95px) !important;
  width:calc(100% - 95px) !important;
  margin:0 !important;
  max-width:calc(100% - 95px) !important;
}

.parsley-errors-list {
  margin: 0 !important;
}

ul.parsley-errors-list li {

  font-size: 12px;
}

.phone-wrapper .parsley-errors-list.filled {
  padding-top: 4px;
}

.subBTN:hover{
  cursor: pointer;
}
.disableSub.subBTN{
  pointer-events: none;
}
.disableSub.subBTN:hover,.disableSub.subBTN{
  background: #bbb !important;
}


          @media screen and (max-width: 768px){
            .form-element {
              width: 100% !important;
              padding: 1% 0;
            }
          }
