/* General */

html, body {
  overflow-x: hidden;
}

/* ProWidgets Tabs */

@media (max-width: 1025px) {
  .pw-tabs__title:after {
    color: #fff;	
  }
  .pw-tabs__title:after {
    font-family:"Font Awesome 5 Pro";
  }
}

/* Replace G+ with Google */

.fa-google-plus:before {
  content: "\f1a0"!important;
}

/* Elementor */

.elementor-nav-menu--main .elementor-item {
  font-weight: bold;
}

.elementor-section-wrap > .elementor-section:first-child .elementor-widget-heading h2.elementor-heading-title {
  color: white !important;
}

/* Elementor Forms */

body:not(.elementor-editor-active) .elementor-widget-form {
  opacity: 0;
}

.elementor-widget-form--init {
  opacity: 1 !important;
}

.elementor-field-type-step .elementor-field-label {
  padding-bottom: 1rem !important;
}

.elementor-field-label p strong {
  font-weight: 300 !important;
}

.elementor-field-type-step h5 {
  margin: 0;
}

/* Elementor Checkbox, Radio, Acceptance */

.elementor-field-type-checkbox .elementor-field-subgroup, 
.elementor-field-type-radio .elementor-field-subgroup, 
.elementor-field-type-acceptance .elementor-field-type-acceptance { 
  display: flex;
  gap: 8px;
}

.elementor-field-type-checkbox .elementor-field-option, 
.elementor-field-type-radio .elementor-field-option, 
.elementor-field-type-acceptance .elementor-field-option {  
  flex: 1 0 100%;
  display: flex;  
}

@media (min-width: 768px) {  
  .elementor-field-type-checkbox .elementor-field-option, 
  .elementor-field-type-radio .elementor-field-option, 
  .elementor-field-type-acceptance .elementor-field-option {  
    flex: 0 0 calc(50% - 4px);
    display: flex;  
    padding-inline-end: 0 !important;
    max-width: 100%;    
  } 

  .elementor-field-type-acceptance .elementor-field-option {
    flex-basis: calc(50% - 4px) !important;
  }
}

@media (min-width: 1025px) {  
  .elementor-field-type-checkbox .elementor-field-option, 
  .elementor-field-type-radio .elementor-field-option, 
  .elementor-field-type-acceptance .elementor-field-option {  
    flex: 1 0 100%;
  } 
}

@media (min-width: 1200px) {  
  .elementor-field-type-checkbox .elementor-field-option, 
  .elementor-field-type-radio .elementor-field-option, 
  .elementor-field-type-acceptance .elementor-field-option {  
    flex: 0 0 calc(50% - 4px);
  } 
}

.elementor-field-type-checkbox .elementor-field-option label, 
.elementor-field-type-radio .elementor-field-option label, 
.elementor-field-type-acceptance .elementor-field-option label {  
  position: relative;
  display: flex !important;
  margin: 0;  
  user-select: none;
  flex: 1;
  border: solid 1px rgba(0,0,0, .1);  
  border-radius: 8px;
  padding: 16px 40px 16px 16px; 
  align-items: center;    
  justify-content: space-between;
  flex-direction: row;   
  cursor: pointer;   
}

.elementor-field-type-checkbox .elementor-field-option input:checked + label, 
.elementor-field-type-radio .elementor-field-option input:checked + label, 
.elementor-field-type-acceptance .elementor-field-option input:checked + label {
  background: rgba(246, 246, 247, 1);
}

.elementor-field-type-checkbox .elementor-field-option input, 
.elementor-field-type-radio .elementor-field-option input, 
.elementor-field-type-acceptance .elementor-field-option input {  
  display: none !important;    
}

.elementor-field-type-checkbox .elementor-field-option label:after, 
.elementor-field-type-radio .elementor-field-option label:after, 
.elementor-field-type-acceptance .elementor-field-option label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;  
  border: solid 1px rgba(0,0,0, .1);
  border-radius: 50%;  
  background-color: #ffffff; 
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.elementor-field-type-checkbox .elementor-field-option input:checked + label:after, 
.elementor-field-type-radio .elementor-field-option input:checked + label:after, 
.elementor-field-type-acceptance .elementor-field-option input:checked + label:after {
  background-color: #000000; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7' /%3E%3C/svg%3E");  
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.elementor-message-success {
  display: none !important;
}