/*
Theme Name:bb-child
Theme URI: http://www.brotherscreative.co.uk
Version: 1.0
Description: Brothers Creative Child Theme
Author: Brothers Creative
Author URI: http://www.brotherscreative.co.uk
template: bb-theme
*/

/* Add your custom styles here... */ 

/*Give the link some padding and some color*/
.fl-page-nav .navbar-nav > li.nav-button {
    padding: 10px;
}
.fl-page-nav .navbar-nav > li.nav-button > a {
    background-color: #e57721;
    color: #fff!important;
    padding: 5px 18px !important;

}

/*Adjust the position for the fixed navigation menu*/
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.nav-button > a {
    position: relative;
    bottom: 6px;
}

/*Give the button a hover & active state*/
.fl-page-nav .navbar-nav > li.nav-button > a:active,
.fl-page-nav .navbar-nav > li.nav-button > a:hover {
    color: #fff!important;
    background-color:#cd6718;
}

@media screen and (min-width: 993px) { 
.fl-page-header .menu { width:100%; }
.fl-page-header .menu > li:last-child{float:right;}
}


/***************************
****************************
Sidebar Button left aligned
****************************
***************************/

@media (min-width: 769px) {
.fl-builder-content .sidebar-bottom a.fl-button {
    text-align: left;
}}




/***************************
****************************
Bullets
****************************
***************************/

.fl-content .icon-bullets-tick ul
{
list-style: none;
padding:0;
margin-left: 25px ;
line-height: 1.6;
text-indent:-20px;

}
.fl-content .icon-bullets-tick li::before
{
font-family: "Font Awesome 5 Free";
content: "\f00c ";
	font-weight: 900;
margin-right: 8px;
color:#e57721;
font-size: 14px;
}

.fl-content .icon-bullets-arrow ul
{
list-style: none;
padding:0;
margin-left: 25px ;
line-height: 1.8;
text-indent:-20px;

}

.fl-content .icon-bullets-arrow li::before
{
font-family: "Font Awesome 5 Free";
	font-weight: 900;
content: "\f138 ";
margin-right: 8px;
color:#e57721;
font-size: 14px;

}

.fl-content .icon-bullets-arrow li
{
padding-bottom:7px;

}


/***************************
****************************
All links no underline
****************************
***************************/

a:hover {
text-decoration:none;
}


/***************************
****************************
gravity forms button
****************************
***************************/

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    width: 100%;
    margin: 0 16px 0 0;
    color: #fff;
    padding: 15px 0 15px 0;
}


/***************************
****************************
Footer link color
****************************
***************************/
.fl-page-footer .navbar-nav > li.current-menu-item > a {
    color: #0b2e41;
}

/***************************
****************************
Mobile menu font color
****************************
***************************/

@media (max-width: 767px){
.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a {
color: #0b2e41;
}
}


/***************************
****************************
Job post heading remove
****************************
***************************/

.fl-post-header {
    
   display: none;
}

/***************************
****************************
Publish date remove
****************************
***************************/
.wpjb .wpjb-grid-row .wpjb-row-meta-job_created_at{
    
   display: none;
}

/***************************
****************************
Border sidebar
****************************
***************************/
.fl-content-left {
    border-right: 0px;
}

/***************************
job icon
****************************
***************************/

.wpjb .wpjb-top-header {
    display:none;
}


/***************************
form button
****************************
***************************/

button, input[type=button], input[type=submit] {
    background: #e57721;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #b45b15;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* Remove name the company */
.wpjb-col-title .wpjb-sub.wpjb-sub-small {
    display: none
}
/*Remove name the company and change the color of the name work*/
.wpjb-job-list .wpjb-sub-small {
    display: none !important;
}

body .wpjb .wpjb-line-minor .wpjb-sub.wpjb-sub-right {
    float: right;
    padding: 0 0 0 12px;
    display: none;
}

.wpjb-row-meta-job_created_at {
    display: none;
}

.wpjb .wpjb-text-box > h3 {
    text-transform: uppercase;
	font-size:25px;
	letter-spacing: 2px;
}


