/* ===================================================================================

Theme Name: Webency Child
Theme URI: http://webency.themejunction.net/
Author: Theme Junction
Author URI: https://themeforest.net/user/theme-junction/portfolio
Description: Webency is a Web Design Agency WordPress Theme.
Version: 1.0.0
Template: webency
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

We encourage you to create Child theme for any modifications you will want to do.

Why use Child theme?

Because of future updates we may provide for this theme that will overwrite your
modifications and all your custom work.

If you are not familiar with Child Themes, you can read about it here:
http://codex.wordpress.org/Child_Themes
http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.tj-header-area.header-style-four .tj-menu-area li.current-menu-item > a, .tj-header-area.header-style-four .tj-menu-area li.current-menu-ancestor > a  {
	color: #2bb673;
}
.tj-header-area.header-style-four .tj-menu-area li > a {
	color: #333;
}
.tj-header-area.header-style-four .tj-menu-area li > a:hover {
	color: #2bb673;
}
.tj-transparent-btn-two {
	border-color: #2bb673;
	color: #2bb673;
}
.tj-transparent-btn-two:hover {
	border-color: #2bb673;
	color: #2bb673;
}
.tj-theme-primary {
	color: #2bb673;
}

.terms-content h2 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
    border-left: 4px solid #2bb673;
    padding-left: 12px;
}

.terms-content h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #222;
}

/* Paragraph */
.terms-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.terms-content p br{
	display: none;
}
/* Lists */
.terms-content ul {
    margin: 15px 0 20px 20px;
}

.terms-content ul li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #555;
}

/* Divider */
.terms-content hr {
    border: none;
    height: 1px;
    background: #eee;
    margin: 30px 0;
}

/* Strong text */
.terms-content strong {
    color: #111;
}