.js-form-item-civicrm-1-contribution-1-contribution-total-amount{
	display: none;
}

.js-webform-options-custom--buttons.required .webform-custom-options-button{
  border-color: red;
}

h1, h2, h3, h4 {
    color: #cf4131 !important;
}

#navbar-top, .navbar-expand-md .navbar-nav .dropdown-menu, .dropdown-item:focus, .dropdown-item:hover, #navbar-top, .navbar-expand-md .navbar-nav .dropdown-menu, .dropdown-item:focus, .dropdown-item:hover,
#navbar-main, #wf-crm-billing-items caption{
    background-color: #cf4131 !important;
}

.btn.btn-primary, .is_recur-section .form-check.checked .square, .form-check-input:checked, .form-check-input:focus, .checked .form-check-label .square, #auto_renew_section.checked .form-check-label .square,
.webform-custom-options-button[data-option-value][aria-checked=true]:focus, .webform-custom-options-button[data-option-value][aria-checked=true], .webform-custom-options-button.checked {
    background-color: #179379 !important;
    border-color: #179379 !important;
}

.contrib_description_item{
  display: none;
  border: 2px solid #ccc;
  padding: 1rem;
  margin-top: 1rem;
  position: relative;
  font-size: 1.2rem;
}

.contrib_description_item .arrow{
  display: block;
  width: 2rem;
  height: 2rem;
  
  position: absolute;
  top: -1.7rem;
  left: 1rem;
}

.contrib_description_item .arrow.position-1{
	left: 10%;
}


.contrib_description_item .arrow.position-2{
	left: 35.5%;
}

.contrib_description_item .arrow.position-3{
	left: 61%;
}


.contrib_description_item .arrow svg{
	width: 2rem;
	height: 2rem;
}

.contrib_description_item .arrow svg,
.contrib_description_item .arrow path{
	fill: #ccc;
} 

.selector-singola--28{
  display: block;
}

#edit-fake-contributions-onetime.mb-3,
#edit-fake-contributions-recoursive-monthly.mb-3,
#edit-fake-contributions-recoursive-yearly.mb-3{
	margin-bottom: 1.5rem !important;
}


@media only screen and (max-width: 767px) {
    .main-content .section {
        padding: 0 !important;
        padding-top: 2rem;
    }
	
	.fake_buttons_values_wrapper .webform-custom-options-buttons .webform-custom-options-button:last-child{
		font-size: 0.7rem;
	}
	
	.fake_buttons_values_wrapper .webform-custom-options-buttons .webform-custom-options-button{
		font-size: 1rem;
	}
	
	form.webform-submission-form .js-form-item.js-webform-options-custom.mb-3,
	.webform-submission-form .webform-custom-options-buttons {
		margin-bottom: 1rem !important;
	}
	
	.contrib_description_item .arrow{
	  display: block;
	  width: 2rem;
	  height: 2rem;
	  
	  position: absolute;
	  top: -1.7rem;
	  left: 1rem;
	}

	.contrib_description_item .arrow.position-1{
		left: 7%;
	}


	.contrib_description_item .arrow.position-2{
		left: 33%;
	}

	.contrib_description_item .arrow.position-3{
		left: 59%;
	}
	
	#edit-fake-contributions-onetime.mb-3,
	#edit-fake-contributions-recoursive-monthly.mb-3,
	#edit-fake-contributions-recoursive-yearly.mb-3{
	margin-bottom: 1rem !important;
	}
				
}



.fake_buttons_values_wrapper{
	
}

.fake_buttons_values_wrapper .webform-custom-options-buttons{
	display: flex;
	flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	margin: 0 -0.5rem;
}

.fake_buttons_values_wrapper .webform-custom-options-buttons .webform-custom-options-button{
    width: 20%;
    flex: 20% !important;
    padding: 1rem 0.2rem;
    min-height: 3.6rem;
    margin: 0 0.5rem;
	position: relative !important;
}


.red_amount{
	color: #cf4131 !important;
}

/* Hide main menu! Bed Idea, I kwnow */

button.navbar-toggler.navbar-toggler-right,
#CollapsingNavbar ul li.nav-item{
	display: none;
}
.webform-custom-options-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.webform-custom-options-button {
  flex: 1;
  display: table-cell;
  margin: 0 5px 10px 5px;
  border: 3px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  color: #666;
}

.webform-custom-options-button .description {
  font-size: .8em;
}

.webform-custom-options-button[data-option-value]:hover {
  border-color: #999;
  color: #333;
}

.webform-custom-options-button[data-option-value]:focus {
  border-color: #999;
  color: #333;
}

.webform-custom-options-button[data-option-value][aria-checked=true] {
  border-color: #0074bd;
  color: #000;
}

.webform-custom-options-button[data-option-value][aria-checked=true]:focus {
  box-shadow: 0 0 5px #0074bd;
}

.webform-custom-options-button[data-option-value][aria-disabled=true],
.webform-custom-options-button[data-option-value][aria-disabled=true]:hover,
.webform-custom-options-button[data-option-value][aria-disabled=true]:focus {
  cursor: not-allowed;
  border-color: #ccc;
  color: #999;
}

@media (max-width: 600px) {
  .webform-custom-options-buttons {
    display: block;
    margin: 0;
  }

  .webform-custom-options-button {
    display: block;
    margin: 5px 0;
  }
}
