.hidden {display: none !important;}
/*Serch Filter bar */

.tribe-tickets-attendees .tribe-tickets-table .tribe-tickets-order_status-row{
    display:none;
}

.iea-members-filters-widget h3.widget-title {
    font-size: 1.9em !important;
}

.member-search-wrapper {
    position: relative;
    width: 100%;
}
.member-role-wrapper,
.member-company-wrapper,
.member-country-wrapper {
    position: relative;
    float: left;
    width: 34%;
}
.member-company-wrapper,
.member-country-wrapper {
    width: 28%;
}
.member-search-wrapper h3.facet-label,
.member-role-wrapper h3.facet-label,
.member-company-wrapper h3.facet-label,
.member-country-wrapper h3.facet-label {
    font-size: 1.4666em !important;
    margin-bottom: 0em;
}

.member-search-wrapper .facetwp-type-search {
    margin-bottom: 20px;
}
.member-search-wrapper .facetwp-search {
    min-height: 24px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-family: "FuturaBT-Light", sans-serif;
    font-size: 16px;
    width: 99%;
    padding-right: 0;
}
.member-role-wrapper .facetwp-checkbox {
    display: inline-block;
    padding-right: 15px;
}
.member-role-wrapper .facetwp-type-checkboxes {
    padding-top: 5px;
}

.member-company-wrapper .facetwp-type-fselect .fs-wrap, 
.member-country-wrapper .facetwp-type-fselect .fs-wrap {
    width: 90%;
}
p.btn-search-wrapper {
    text-align: right !important; 
}
button.btn-search-apply {
    background: #333;
    padding: .2em 1.75em;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    font-family: "FuturaBT-Light", sans-serif;
    position: relative;
    top: 35px;
    right: 0;
}

.emmy_gf_hide_label .gfield_label {
    display: none !important;
}

.facetwp-counter {
    display: none;
}

.awc_directory_row{
    width: 100%;
}
.iea-directory-member-wrapper {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 10px;
    margin-bottom: 20px;
    min-height: 200px;
}
.awc_directory_profile_single_role {
    font-weight: 700;
}
.awc_directory_profile_image {
    position: relative;
    float: left;
    width: auto;
}
.awc_directory_profile_image a {
    border-bottom: 0px solid #555 !important;
    text-decoration: none;
}
.awc_directory_profile_image a img {
    border: 0px solid #ddd;
    padding: 0;
    border-radius: 2px;
    margin-top: 4px;
}
.awc_directory_profile_content{
    position: relative;
    width: 53%;
    float: left;
    padding-left: 10px;
}

.awc_directory_profile_name a{
    font-weight: 700;
    font-size: 18px;
    border-bottom: 0px solid #555 !important;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
}

.facetwp-pager{
    text-align: right;
}

.awc_view_profile_url{
    text-align: right;
    font-weight: bold;
}

.gform_save_link{
    background: #333;
    padding:.4em .75em .3em;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "FuturaBT-Light", sans-serif;
}

.gform_save_link:hover{
    cursor: pointer;
    background: #555;
}

/* Single Member Detail - Page */
.single-member-detail-wrapper .entry-content {
    max-width: 100% !important;
}
.awc_directory_profile_wrapper {
    position: relative;
    float: left;
    width: 75%;
    word-break: break-word;
    padding: 0 15px;
}
.awc_directory_profile_single_image {
    position: relative;
    float: left;
    width: 18%;
    margin-bottom: 20px;
    padding: 0 15px;
}
.awc_directory_profile_single_image img {
    min-height: 180px;
}
.awc_directory_profile_single_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 1em;
}
.awc_directory_profile_single_email {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 0.5em;
}

.awc_directory_profile_single_email a.icon-email {
    background: url(http://dev-international-emmys.pantheonsite.io/wp-content/uploads/2018/09/mail.png) no-repeat left center;
    display: inline-block;
    padding-left: 30px;
    border: none !important;
    padding: 5px 0 2px 30px !important;
}

.awc_directory_profile_single_content {
    font-size: 18px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.awc_directory_profile_single_email b,
.awc_directory_profile_single_content b {
    font-weight: bold;
}
.entry-content .awc_directory_profile_single_content ul {
    margin-bottom: 0 !important; 
    margin-left: 0;
}
.entry-content .awc_directory_profile_single_content ul li {
    padding-bottom: 0.2em;
    padding-left: 0;
}
.entry-content .awc_directory_profile_single_content ul li:after {
    content: " " !important;
}

.iea-autofill-billing-address {
    float: right;
}

.iemmys-payment-info {
    display: block;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 1px #000 solid;
}

 @media only screen and (max-width: 1199px) {
    .member-role-wrapper {
        width:32%;
    }
    .member-company-wrapper, 
    .member-country-wrapper {
        width:28%;
    }
    .iea-directory-member-wrapper {
        width: 48%;
    }
}
 @media only screen and (max-width: 1099px) {
    .awc_directory_profile_single_image {
        width: 20%;
    }
    .awc_directory_profile_wrapper {
        width: 70%;   
    }
}
@media only screen and (max-width: 1024px) {
    .awc_directory_profile_single_image {
        width: 20%;
    }
    .awc_directory_profile_single_image img {
        max-width: 100%;
        width: 100%;
    }
    .awc_directory_profile_wrapper {
        width: 70% !important;
    }
    .awc_directory_profile_name a {
        line-height: normal;
    }
}

@media only screen and (max-width: 992px) {
    .member-role-wrapper {
        width: 28%; 
    }
    .member-search-wrapper .facetwp-facet,
    .member-role-wrapper .facetwp-facet {
        margin-bottom: 10px;
    }
    .member-search-wrapper .facetwp-search {
        width: 98%;
    }
    .member-search-wrapper h3.facet-label,
    .member-role-wrapper h3.facet-label,
    .member-company-wrapper h3.facet-label,
    .member-country-wrapper h3.facet-label {
        margin-bottom: 0 !important;
    }
    .member-company-wrapper .facetwp-type-fselect .fs-wrap, 
    .member-country-wrapper .facetwp-type-fselect .fs-wrap {
        width: 100%;
    }
    .member-company-wrapper, .member-country-wrapper {
        width: 26%;
        margin-left: 2%;
    }
    button.btn-search-apply {
        position: relative;
        top: 35px;
    }
    .awc_directory_profile_single_image {
        width: 23%;
    }
    .awc_directory_profile_image img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .awc_directory_profile_wrapper {
        width: 68% !important;
    }
    .awc_directory_profile_content {
        width: 50%;
        word-break: break-word;
    }
}

@media only screen and (max-width: 767px) {
    .member-role-wrapper {
        width:46%;
    }
    .member-company-wrapper, 
    .member-country-wrapper {
        width: 25%;
    }
    .member-company-wrapper .facetwp-facet, 
    .member-country-wrapper .facetwp-facet {
        margin-bottom: 15px !important;
    }
    button.btn-search-apply {
        top: -5px;
    }
    .iea-directory-member-wrapper {
        width: 100%;
        margin-right: 0px;
    }
    .awc_directory_profile_single_image {
        width: auto;
        margin: 0 auto 25px;
        float: none;
        text-align: center;
    }
    .awc_directory_profile_single_image img {
        max-width: inherit;
        width: auto;
    }
    .awc_directory_profile_wrapper {
        width: 96% !important;
    }
    .awc_directory_profile_content {
         width: auto;
    }

}

@media only screen and (max-width: 699px) {
    .member-role-wrapper {
        width:50%;
    }
    .member-company-wrapper, 
    .member-country-wrapper {
        width: 23%;
    }
    .iea-directory-member-wrapper {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 0;
        min-height: initial;
    }
}

@media only screen and (max-width: 559px) {
    .member-role-wrapper {
        width: 100%;
        float: none;
    }
    .member-company-wrapper,
    .member-country-wrapper {
        width: 50%;
        margin-left: 0;
    }
    .member-company-wrapper .facetwp-facet, 
    .member-country-wrapper .facetwp-facet {
        margin-bottom: 10px;
    }
    .member-company-wrapper .facetwp-type-fselect .fs-wrap, 
    .member-country-wrapper .facetwp-type-fselect .fs-wrap {
        width: 99%;
    }
    button.btn-search-apply {
        float: right;
    }
    .awc_directory_profile_image {
        width: 30%;
    }
    .awc_directory_profile_content {
        width: 60%;
    }
}
@media only screen and (max-width: 480px) {
    .member-search-wrapper .facetwp-search {
        width: 96%;
    }
}

