/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.bp-dir-search-form:before,
#members-order-select{
	display:none !important;
}

.ui-accordion-header-icon{
	position: absolute !important;
    display: inline-block !important;
    right: 10px !important;
    left: auto !important;
}

#dir-members-search:focus {
    border: 0 !important;
	padding: 6px 10px;
    outline: none !important;
    box-shadow: none !important;
}

.buddypress .buddypress-wrap .search-form-has-reset .search-form_reset, .search-form-has-reset .search-form_reset {
    right: 0px !important;
}

.tml.tml-login{
	margin-bottom:50px !important;
}

button.tml-button{ 
	display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    border-radius: 50px 50px 50px 50px;
    border: 0px;
}

.tml-field-wrap input{
    font-size: 16px;
    font-family: inherit;
    background-color: #f7f7f7;
    border-color: transparent;
    color: #67797e;
    border-radius: 26px;
    line-height: 24px;
    margin: 0 0 20px;
    outline: 0;
    padding: 14.5px 26px;
}
