/*-------------------------------------------------------
Theme Name: Divi Child Theme
Description: A child theme template for Divi
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/
body{font-weight: 400!important;}
.et_pb_text ol, .et_pb_text ul{padding-bottom: 0em;}
/*Table*/
.table-style table {border: none !important;}
.table-style table tr td {padding: 11px 20px !important;border-top: 1px solid rgba(255,255,255,0.5);}
.table-style table tr:last-child{border-bottom: 1px solid rgba(255,255,255,0.5);}

/* Gravity Form CSS */
/* validation css */
.validation_error, .instruction.validation_message {display:none;}
.gfield_description.validation_message {padding:0 !important;color:#c1272a !important;}
.gform_wrapper li.gfield.gfield_error{background:none !important;border:none !important;padding-top:0px !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{margin-top:0px !important;}
.gfield_error input{border:1px solid #c1272a !important;}
/* common css */
.gform_wrapper{margin-bottom:0px !important;}
 body .gform_wrapper ul li.gfield,input{margin-top:0px !important}
.gform_wrapper .gform_footer{padding-top:0px !important;margin-top:0px !important}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"]{margin-bottom:0px !important}
.gform_wrapper textarea{height:120px !important}
.gform_wrapper li{margin-bottom:15px !important} 
.has_first_name label{display:none !important}
.gform_wrapper input,.gform_wrapper textarea,.gform_wrapper select{padding:15px !important;}
input[type="submit"]{padding:12px 30px !important;border:none !important;cursor:pointer;transition:ease-in-out 0.2s;letter-spacing: 1px;font-size: 16px;font-weight: 400 !important;text-transform: capitalize !important;border-radius:0px;}
.datepicker{width: 100% !important;}
.gform_wrapper select{-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;}
.ginput_container_select{position: relative;}
.ginput_container_select::before{content: '\f107';font-family: FontAwesome;position: absolute;color: #000;right: 25px;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);font-size: 20px;}
/* style-1 css */
.gf-style-one ::placeholder{color:#999;opacity:1 !important}
.gf-style-one input,.gf-style-one select,.gf-style-one textarea{background:transparent!important;color:#999;border:1px solid #D8D8D8;border-radius:10px;}
.gf-style-one input[type="submit"]{color:#fff;background: #10979b !important;border:1px solid #10979b !important;border-radius:50px;padding: 15px 40px !important;margin-top:15px !important;transition: ease-in-out 0.2s;font-family: Lato;text-transform: capitalize!important;font-size: 18px;}
.gf-style-one input[type="submit"]:hover{color:#fff !important;background: #46b9e3 !important;border:1px solid #46b9e3 !important;box-shadow: 0 8px 5px -5px #00000040;}
.gf-style-one input:focus {color:#999;border: 1px solid #999!important;}
.gf-style-one textarea:focus{color:#999;border: 1px solid #999!important;}
.gf-style-one .gform_footer.top_label {padding: 0px !important;}
/*bullets point*/
.check_list ul{list-style:none;padding:0px !important;margin:0px !important;}
.check_list ul li{display:block;position: relative;padding-left: 20px;margin-bottom:10px;vertical-align:top;}
.check_list ul li::before{content:"\f0a9";font-family:FontAwesome;color:#3DD6BA;position:absolute;left:0px;top:0px;font-size:16px;}
/*sidebar*/
.sidebar .wp-block-search__button{width:auto !important;color:#fff!important;background:#175F91!important;font-weight:bold;border:1px solid #000;}
.sidebar .wp-block-search__button:hover{color:#fff!important;background:#000!important;}
.et_pb_widget .wp-block-search__input, .widget_search #s{border:1px solid #000;}

@media only screen and (max-width:768px){	
.table-style table tr td {padding: 10px 5px !important;}}
.pum-theme-403 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{background-color: #10979b !important;}
.pum-theme-403 .pum-container, .pum-theme-default-theme .pum-container {padding: 50px 50px !important;}