/*
Theme Name:     Pursuit - Child Theme
Theme URI:      http://themovation.com/pursuit
Template:       pursuitx
Author:         Themovation
Author URI:     http://themovation.com
Version:        2.0
Text Domain:    pursuit
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */ 

@font-face 
{
	font-family: 'NexaLight';
	src: url('https://www.deepaero.com/wp-content/fonts/NexaLight.otf') format('truetype');
}
@font-face 
{
	font-family: 'NexaBold';
	src: url('https://www.deepaero.com/wp-content/fonts/NexaBold.otf') format('truetype');
}
body{
font-family:'NexaLight' !important; 
}
body p, blockquote, li, a{ 
	font-family:'NexaLight' !important; 
}
h1, h2, h3, h4, h5, h6 { font-family:'NexaBold' !important;  }

.menu-image.menu-image-title-after{
    margin-top: -8px;
}

span.menu-image-title{
    margin-left: 5px;
}

.th-team-member-content
{padding-top: 20px;
padding-bottom: 20px;
padding-left:0px;
padding-right:0px;}

.th-team-member-name {
    font-size: 18px;
    margin: 0 0 5px;
}
#fr .forum-container{
    width: 50%;
    background-color: #ffffff;
    text-align: center;
    margin: auto; 
	}

@media screen and (min-width:10px) and (max-width:640px) {
.leftSideBar{display:none !important;}
.rightSideBar{display:none !important;}
}