Current path: home/webdevt/www/demo2/wp-content/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/supreme-modules-for-divi/includes/modules
.dsm_caldera_forms * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dsm_caldera_forms label {
display: block;
}
.dsm_caldera_forms .wpcf7-form-control.wpcf7-file,
.dsm_caldera_forms .intl-tel-input {
width: 100%;
}
.dsm_caldera_forms textarea.form-control {
height: auto;
min-height: 150px;
}
.dsm_caldera_forms .dsm-cf-html hr {
border-style: solid;
}
.dsm_caldera_forms .et_pb_button_module_wrapper {
margin-top: 20px;
}
.dsm_caldera_forms .et_pb_button {
display: inline-block;
font-family: inherit;
cursor: pointer;
color: #2ea3f2;
}
.dsm_caldera_forms .et_pb_button:hover {
background-color: rgba(0, 0, 0, .05);
}
.dsm_caldera_forms label {
margin-bottom: 5px;
}
.dsm_caldera_forms .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
}
.dsm_caldera_forms.dsm_cf_description_label .form-group>div span.help-block,
.dsm_caldera_forms.dsm_cf_error_label .has-error .help-block.caldera_ajax_error_block {
padding: 7px 12px;
}
.dsm_caldera_forms .form-group {
margin-bottom: 15px;
}
.dsm_caldera_forms .row:last-child .form-group:last-of-type {
margin-bottom: 0;
}
.dsm_caldera_forms input.text,
.dsm_caldera_forms input.title,
.dsm_caldera_forms input[type=email],
.dsm_caldera_forms input[type=url],
.dsm_caldera_forms input[type=password],
.dsm_caldera_forms input[type=tel],
.dsm_caldera_forms input[type=text],
.dsm_caldera_forms input[type=number],
.dsm_caldera_forms input[type=phone],
.dsm_caldera_forms input[type=date],
.dsm_caldera_forms select,
.dsm_caldera_forms textarea {
width: 100%;
padding: 16px;
border-width: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #999;
background-color: #eee;
font-size: 14px;
-webkit-appearance: none;
}
.dsm_caldera_forms select.form-control {
box-sizing: border-box;
width: 100%;
padding: 16px 20px 16px 10px;
border: 0;
border-radius: 0;
color: #999;
background-color: #eee;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-style: solid;
}
.dsm_caldera_forms .dsm-caldera-forms-select {
position: relative;
}
.dsm_caldera_forms .dsm-caldera-forms-select:after {
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin-top: 3px;
border: 6px solid;
border-color: #666 transparent transparent transparent;
content: "";
transform: translateY(-50%);
pointer-events: none;
}
.dsm_caldera_forms.dsm_cf_custom_radio .radio, .dsm_caldera_forms.dsm_cf_custom_checkbox .checkbox {
display: block;
position: relative;
vertical-align: middle;
}
.dsm_caldera_forms.dsm_cf_custom_radio .radio-inline,
.dsm_caldera_forms.dsm_cf_custom_checkbox .checkbox-inline {
display: inline-block;
position: relative;
vertical-align: middle;
margin-right: 10px;
}
.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio [data-label],
.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-checkbox [data-label] {
display: inline-block;
position: relative;
line-height: 1em;
cursor: pointer;
}
.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio input[type=radio],
.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-checkbox input[type=checkbox] {
position: absolute;
display: none;
width: auto;
max-width: none;
margin: 0;
padding: 0;
cursor: pointer;
}
.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio .dsm-cf-radio {
display: inline-block;
position: relative;
width: 18px;
height: 18px;
margin-right: 6px;
background-color: #eee;
font-style: normal;
vertical-align: middle;
content: "";
border-radius: 50%;
}
.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio input[type=radio]:checked~.dsm-cf-radio {
background-color: #eee;
}
.dsm_caldera_forms.dsm_cf_custom_radio .dsm-radio input[type=radio]:checked~.dsm-cf-radio:after {
display: block;
}
.dsm_caldera_forms.dsm_cf_custom_radio .dsm-cf-radio:after {
content: "";
position: absolute;
display: none;
top: 50%;
left: 50%;
content: "";
transform: translate(-50%, -50%);
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #2ea3f2;
}
.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-checkbox .dsm-cf-checkbox {
display: inline-block;
position: relative;
width: 18px;
height: 18px;
margin-right: 6px;
background-color: #eee;
font-style: normal;
vertical-align: middle;
content: "";
}
.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-checkbox input[type=checkbox]:checked~.dsm-cf-checkbox:after {
width: 17px;
height: 17px;
color: #2ea3f2;
font-family: dashicons;
font-size: 17px;
line-height: 17px;
content: "\f147";
}
.dsm_caldera_forms.dsm_cf_custom_checkbox .dsm-cf-checkbox:after {
position: absolute;
top: 50%;
left: 50%;
content: "";
transform: translate(-50%, -50%);
}
.dsm_caldera_forms .help-block.caldera_ajax_error_block,
.dsm_caldera_forms .alert.alert-success {
border-style: solid;
border-color: #333333;
}
.dsm_caldera_forms .row:last-child {
padding-bottom: 0;
}
.dsm_caldera_forms .row:after {
display: block;
visibility: hidden;
clear: both;
width: 0;
height: 0;
line-height: 0;
content: "";
}
@media (min-width: 981px) {
.dsm_caldera_forms .col-sm-11 {
width: 90%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-10 {
width: 82.834%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-9 {
width: 64.833%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-8 {
width: 65.667%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-7 {
width: 57.8%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-6 {
width: 48.5%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-5 {
width: 36.7%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-4 {
width: 31.333%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-3 {
width: 22.75%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-2 {
width: 14.1667%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-1 {
width: 7%;
float: left;
position: relative;
}
.dsm_caldera_forms .col-sm-1,
.dsm_caldera_forms .col-sm-2,
.dsm_caldera_forms .col-sm-3,
.dsm_caldera_forms .col-sm-4,
.dsm_caldera_forms .col-sm-5,
.dsm_caldera_forms .col-sm-6,
.dsm_caldera_forms .col-sm-7,
.dsm_caldera_forms .col-sm-8,
.dsm_caldera_forms .col-sm-9,
.dsm_caldera_forms .col-sm-10,
.dsm_caldera_forms .col-sm-11
{
margin-right: 3%;
}
.dsm_caldera_forms .last_col,
.dsm_caldera_forms .last_col:last-child,
.dsm_caldera_forms .col-sm-1:last-child,
.dsm_caldera_forms .col-sm-2:last-child,
.dsm_caldera_forms .col-sm-3:last-child,
.dsm_caldera_forms .col-sm-4:last-child,
.dsm_caldera_forms .col-sm-5:last-child
.dsm_caldera_forms .col-sm-6:last-child,
.dsm_caldera_forms .col-sm-7:last-child,
.dsm_caldera_forms .col-sm-8:last-child,
.dsm_caldera_forms .col-sm-9:last-child,
.dsm_caldera_forms .col-sm-10:last-child,
.dsm_caldera_forms .col-sm-11:last-child {
margin-right: 0;
}
}
@media (max-width: 479px) {
.dsm_caldera_forms [class*='col-sm'] {
width: 100%;
}
}