/*
Theme Name: Dendrite Child
Theme URI: http://dendrite.neuronthemes.com
Description: This is a child theme of Dendrite
Author: NeuronThemes
Author URI: http://neuronthemes.com
Template: dendrite
Version: 1.1.2
*/

@import url("../dendrite/style.css");


/* Your Custom CSS below */
#tpbr_topbar{
   	padding: 10px 0 0 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*Vertical Navigation Style*/

.wpfm-template-4 ul li .wpfm-icon-block{
    background-color: rgba(0, 0, 0, 0)!important;
	color: lightgrey!important;
}
.wpfm-template-4 ul li .wpfm-icon-block:hover{
	color: blue!important;
	background-color: rgba(0, 0, 0, 0)!important;
}
.wpfm-template-4 ul li .wpfm-icon-block:active{
	color: blue!important;
}
.wpfm-menu-nav.wpfm-position-right ul{
	margin-right:4%!important;
}
