/* Block editor styles */
.sola_t_gutenberg_select_section, .sola_t_container {
	border: 1px solid #eee;
    padding: 7px;
    margin-bottom: 14px;
    overflow: hidden;
}

.sola_t_gutenberg_id_select {
	cursor: pointer;
	float: right;
}

/* Preview loader styles */
.sola_t_gutenberg_loader {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #ff4d4d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: sola_t_spin 2s linear infinite;
    display: block;
    margin: 0 auto;
}

@keyframes sola_t_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sola_t_gutenberg_preview_icon {
	color: #ff4d4d;
	display: block;
	margin: 20px auto;
	font-size: 50px;
    animation: sola_t_fade_in .3s ease-in-out;   
}

@keyframes sola_t_fade_in {
    0% { opacity: 0; padding-top:20px; }
    100% { opacity: 1; }
}

/* Testimonial preview */
.sola_t_container_parent{
    animation: sola_t_fade_in .3s;
}

.sola_t_single .sola_t_gutenberg_display {
    width: 70%;
    margin: 0 auto;
}

.sola_t_single .sola_t_cnt_1 {
    width: 100%;
}

.sola_t_layout_1_container.theme-1 {
    margin: 0 auto;
    margin-bottom: 20px;
}

.sola_t_same_height {
    vertical-align: top;
}

.sola_t_layout_1_container {
    width: 70%;
    clear: both;
}

.theme-1 .sola_t_image {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}


