/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* #gform_submit_button_1{
	width: 260px;
	background-color: #fff;
    color: #6b7280;	
} */
.affinipay input{
        border: 1px solid rgb(204, 204, 204) !important;
        border-style: inset;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        padding: 13px;
        width: 100%;
        height: 30px;
      }
      .affinipay {
        width: 500px;
      }
      .affinipay input, .affinipay iframe {
        width: 100%;
      }

      .affinipay iframe {
        border: none;
        height: 40px;
      }
.elementor-231{
min-height:1100px	
}
.gpnf-modal-header{
	background-color: #ccc!important;
}
.gpnf-nested-entries-container button , .tingle-modal-box__footer button{
	background-color: transparent!important;
	color:#111D29!important;
}
select{
	background-color: #EDF1FC;
} 
.gfield_validation_message{
	padding-top:15px!important;
}
.twoColumnCssIssueFix .gfield_header_item:last-child{
    flex: auto!important;
    justify-content: left!important;
    margin-left: 73px;
}
.fourColumnCssIssueFix .gfield_header_item:last-child {
    width: none!important;
    flex: auto!important;
}
.fourColumnCssIssueFix .gfield_header_item:nth-child(2){
	padding-left: 12px!important;
} 
.fourColumnCssIssueFix .gfield_header_item:nth-child(3){
	padding-left: 12px!important;
} 
.fourColumnCssIssueFix .gfield_header_item:nth-child(4){
	padding-left: 38px!important;
} 
.autosuggestion .gfield_list_groups .gfield_list_group , #gform_fields_1_3  .gfield_list_groups .gfield_list_group{
	margin-bottom:68px!important;
	position:relative;
}
.pos-abs-span-one{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 0px;
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 1;
}
.pos-abs-span-one .suggestion{
	background: #00ADAA;
	margin: 11px 1px auto;
	padding: .5rem 1rem;
	float: left;
	color: #fff!important;
	cursor: pointer;
    transition: all .3s;
	border: 2px solid transparent;
}
.pos-abs-span-one .suggestion:hover {
    color: #111D29!important;
    background-color: #111D2900;
    border: 2px solid var( --e-global-color-dea41e4 );
}

/* payment form css */
#quadpay_button{
	margin-right: 10px;
    margin-left: 10px;
}
.btn-payment{
	min-width:250px
}
#paymentForm{
	    margin-bottom: 50px;
    margin-top: 50px;
	width: 50%;
    margin-left: auto;
    display: table;
    margin-right: auto;
}
}
.row-custom {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-50-custom {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

#expmonth,#expyear{
	width:100%
}
.col-75-custom {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50-custom,
.col-75-custom {
  padding: 0 16px;
}

.container-custom {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

.input-custom {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
	    background: white!important;
}

label.custom {
  display: block;
	margin: 0;
    margin-top: 10px;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}
#paymentForm .gform_button{
	margin-right:20px
}
.btn-custom {
  background-color: #4CAF50;
  color: white!important;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
  margin-left: 16px;
margin-right: 16px;
	margin-top:20px;
}

.btn-custom:hover {
  background-color: #45a049;
}
@media (max-width: 800px) {
  .row-custom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 650px) {
  .pos-abs-span-one {
    flex-wrap:wrap;
	  position:relative;
	  margin-top:25px
  }
  .pos-abs-span-one a{
    flex-basis:100%
  }
}
.error-div{
  background: #ed2424;
  color: white;
  padding: 15px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 4px
}
.validation-error{
    color: red;
    position: relative;
    margin-top: 0px;
    display: none;
    margin-bottom: 0px;
	background: red;
    padding: 12px;
    color: white;
    text-align: center;
}
}
/* payment form css */