.wall_items .gfield_repeater_item {
overflow: hidden;
}
.wall_items .gfield_repeater_item .gfield_repeater_cell:first-child {}
.wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(2),
.wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(3) {
width: calc(50% - 16px);
float: left;
display: block;
padding-top: 0;
}
.wall_items .gfield_repeater_item .gfield_repeater_cell:first-child {}
.wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(2) {
margin-right: 8px;
}
.wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(3) {
margin-left: 8px;
}
.wall_items .gfield_repeater_item .gfield_repeater_cell input {
width: 100%;
}
.wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(4),
.wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(5) {
display: none;
}
.wall_items .gfield_repeater_item .gfield_repeater_buttons {
text-align: right;
width: 100%;
clear: both;
height: 0;
opacity: 0;
visibility: hidden;
}
@media (min-width: 981px) {
#estimator-widget {
width: calc(100% + 60px);
}
}
#estimator-widget .collapsible {
background-color: #d9d9d9;
color: #000;
cursor: pointer;
padding: 8px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 13px;
margin-bottom: 4px;
font-weight: bold;
}
#estimator-widget .active,
.collapsible:hover {}
#estimator-widget .content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f1f1f1;
margin-top: -8px;
margin-bottom: 8px;
}
div#estimator-widget {
margin-bottom: 20px;
}
div#estimator-widget .estimator-title {
background: #525962;
color: #fff;
font-weight: bold;
font-size: 16px;
padding: 8px 8px 0;
}
div#estimator-widget .estimator-description {
background: #525962;
color: #fff;
padding: 0 8px;
font-size: 12px;
margin-bottom: 4px;
}
#estimator-widget .wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(2),
#estimator-widget .wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(3) {
width: 100%;
}
#estimator-widget .wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(2) {
margin-right: 0;
}
#estimator-widget .wall_items .gfield_repeater_item .gfield_repeater_cell:nth-child(3) {
margin-left: 0;
}
#estimator-widget .gfield select,
#estimator-widget .gfield input[type='text'],
#estimator-widget .gfield input[type='number'] {
width: 100%;
border: 1px solid #dfdfdf;
}
#estimator-widget .gform_footer {
display: none;
}
#estimator-widget .down-arrow {
background-image: url(https://garageflex.com.au/wp-content/uploads/2020/10/down-arrow.png);
background-repeat: no-repeat;
width: 16px;
height: 16px;
display: inline-block;
background-size: cover;
position: relative;
top: 2px;
margin-left: 6px;
transition: transform .3s ease;
}
#estimator-widget .active .down-arrow {
transform: rotate(180deg);
}
#estimator-widget .is_calculation input,
#estimator-widget .gfield_calculation input {
border: none;
background: #f3f1af;
text-align: center;
font-weight: bold;
color: #ff0000;
}
#estimator-widget .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
border-bottom: 1px solid #e0e0e6;
padding-bottom: 10px;
margin-bottom: 10px;
margin-right: 0;
}
#estimator-widget .gform_wrapper .gfield_repeater_cell label {
font-size: 13px;
font-weight: bold;
}
#estimator-widget .wall_items .gfield_repeater_item .gfield_repeater_cell:first-child {
font-style: italic;
}
#estimator-widget .gform_wrapper ul.gform_fields li.gfield {
padding-right: 0;
}