/*======================================
Theme Name: WP TeamForms
Theme URI: https://wpteamforms.com/
Description: WP TeamForms
Version: 1.0
Author: WP Teamforms
Author URI: http://wpteamforms.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.imageborder {
	border-width: 2px;
	border-style: solid;
	border-color: #00aca9;
}

/* remove padding with images from weDocs */
.wedocs-single-wrap .wedocs-single-content article .entry-content img {
	padding: 0px !important;
}

/* add padding on the edges of the weDocs documentation pages */
.wedocs-single-wrap {
	padding: 10px !important;
}

/* change color of current/selected documentation page */
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a {
	background: #00aca9 !important;
}

/* change color of active menu item */
li.current-menu-item a {
	color: #00aca9 !important;
}

/* remove padding to make submenu items one line */
#top-menu li.menu-item ul.sub-menu li.menu-item a {
	padding-left: 10px;
	padding-right: 10px;
}
