/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.9
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

h1, h2, h3, h4, h5, h6 {
    direction: rtl;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
    direction: rtl;
}

.wForm .labelsAbove .preField {
    padding-bottom: 4px;
    color: #000;
    text-align: right;
    font-size: 1.3em;
}

.wForm form {
    text-align: right;
    direction: rtl;
}
.wFormContainer .supportInfo {
display: none;
}

html, .fl-row-content-wrap {
    direction: rtl;
}

.fl-post-content .fl-row-content-wrap {
    direction: ltr;
}

.fl-testimonials-wrap {
    direction: ltr;
}

.fl-col-group p {
    direction: rtl;
}