/*
Theme Name:   DessauChild
Description:  Write here a brief description about your child-theme
Author:       Atiq Ur Rehman
Author URL:   http://kineticconstructions.com.au
Template:     dessau
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DessauChild
*/

/* Write here your own personal stylesheet */


.qodef-team-text{
	display: none;
}

.view_team_text {
    position: absolute;
    right: 15%;
    top: 5px;
    background: white;
    border: none !important; 
}

.view_team_text.opened > i:before{
	content: "\f056" !important;
}

.fa-plus-circle:before {
    font-size: 20px;
	color: #caae69; }

.view_team_text.opened:focus , .view_team_text:focus {
	outline: none;
}