
/* Meta Box */
.sp-meta-box-framework {
    margin: -6px -12px -12px -12px;
}
.sp-mb-element {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #eee;
}
.sp-mb-element:hover {
    background-color: #f9f9f9;
}
.sp-mb-element:last-child{
    border-bottom: 0;
}
.sp-mb-element .sp-mb-title label{
    margin: 0;
    color: #23282d;
    font-weight: 700;
    font-size: 13px;
}
.sp-mb-element .sp-mb-title {
    position: relative;
    width: 25%;
    float: left;
}
.sp-mb-desc {
    font-style: italic;
    font-weight: 400;
    margin-top: 8px;
    color: #999;
}
.sp-mb-element p:last-child {
    margin-bottom: 0 !important;
}
.sp-mb-element .sp-mb-field-set {
    margin-left: 30%;
}
.sp-mb-field-text input {
    width: 340px;
    max-width: 100%;
}
.clear {
    clear: both;
}

@media only screen and (max-width: 1200px) {
    .sp-meta-box-framework .sp-mb-element .sp-mb-title {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .sp-meta-box-framework .sp-mb-element .sp-mb-field-set {
        margin-left: 0;
    }
}

.testimonial-grid-row {	width: 100%; max-width: 100%; padding-left: 1.5em; padding-right: 1.5em !important; padding-top: 10px; padding-bottom: 40px;}
.testimonial-3-column {	width: 25%;	float: left;}
.testimonial-9-column {	width: 75%;	float: left;}
.meta_description {	color: #ccc; font-style: italic; font-size: 15px; float:left; line-height: 37px; padding-left: 15px;}
.testimonial-3-column label {font-size: 16px;	font-weight: normal !important;}
.wp-color-result::after {height: 35px;	line-height: 35px;}
a.wp-color-result {border: none !important; width: 100%;	height:35px;}
.testimonial-9-column input[type="text"] {width: 220px;	height: 40px;	box-shadow: none !important;	border: 2px solid #ddd;	border-radius: 5px;	padding-left: 5px; float:left;}
.testimonial-9-column select {width: 220px;}
.testimonial-9-column select {width: 220px; min-height: 35px; 	border: 2px solid #ddd; float:left;}
.sidebar-sh-text {	width: 100%;}
.etsp-switch {  position: relative;  display: inline-block;  width: 60px;  height: 34px;}
.etsp-switch input {display:none;}
.etsp-slider {  position: absolute;  cursor: pointer;  top: 0;  left: 0;  right: 0;  bottom: 0;  background-color: #ccc;  -webkit-transition: .4s;  transition: .4s;}
.etsp-slider:before {  position: absolute;  content: "";  height: 26px;  width: 26px;  left: 4px;  bottom: 4px;  background-color: white;  -webkit-transition: .4s;  transition: .4s;}
input:checked + .etsp-slider {  background-color: #2196F3;}
input:focus + .etsp-slider {  box-shadow: 0 0 1px #2196F3;}
input:checked + .etsp-slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}
.hide {	display: none;}
.etsp-demo-img img {width: 45%; margin: 0 auto;}