/* Thrive Visual Editor v2.0.12 - thrive_flat.css */
.thrv_wrapper { position: relative; width: 100%; }
.thrv_wrapper:after { content: ''; display: table; clear: both; }
.thrv_text_element { margin: 0; }
.thrv_text_element p { margin-bottom: 15px; }
.thrv_text_element h1, .thrv_text_element h2, .thrv_text_element h3, .thrv_text_element h4, .thrv_text_element h5, .thrv_text_element h6 { margin-top: 0; margin-bottom: 10px; }
.tve_p_styled { margin: 0 0 20px; }
.tve_p_styled:last-child { margin-bottom: 0; }
.thrv_button_shortcode .tve_btn { display: inline-block; padding: 12px 28px; border-radius: 3px; font-size: 16px; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; border: 2px solid transparent; }
.thrv_button_shortcode .tve_btn:hover { opacity: 0.85; }
.tve_btn.tve_btn-flat { border-radius: 0; }
.tve_btn.tve_btn-rounded { border-radius: 30px; }
.thrv_image_caption img { max-width: 100%; height: auto; display: block; }
.thrv_columns { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
.thrv_columns .tve_col { padding-left: 15px; padding-right: 15px; box-sizing: border-box; }
.thrv_columns .tve_col.col-1-1 { width: 100%; }
.thrv_columns .tve_col.col-1-2 { width: 50%; }
.thrv_columns .tve_col.col-1-3 { width: 33.333%; }
.thrv_columns .tve_col.col-2-3 { width: 66.666%; }
.thrv_columns .tve_col.col-1-4 { width: 25%; }
.thrv_columns .tve_col.col-3-4 { width: 75%; }
.thrv_lead_generation { padding: 20px; background: #f9f9f9; border: 1px solid #e5e5e5; border-radius: 3px; }
.thrv_lead_generation input[type="text"], .thrv_lead_generation input[type="email"] { display: block; width: 100%; padding: 10px 14px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 3px; font-size: 15px; box-sizing: border-box; }
.thrv_lead_generation input[type="submit"] { display: block; width: 100%; padding: 12px 20px; background: #e74c3c; color: #fff; border: none; border-radius: 3px; font-size: 16px; font-weight: bold; cursor: pointer; }
.thrv_lead_generation input[type="submit"]:hover { background: #c0392b; }
.tve_divider { border: none; border-top: 1px solid #ddd; margin: 20px 0; }
.tve_highlight { background-color: #ffff00; }
.tve_dropcap { float: left; font-size: 3em; line-height: 1; margin-right: 10px; margin-bottom: 0; }
@media (max-width: 768px) {
    .thrv_columns .tve_col { width: 100% !important; }
}
