/*!/wp-content/themes/bridge-child/style.css*/@import url(https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C700&display=swap);/*
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
*/
/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.8.8.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


/* ---------------------------------------------------- OSS styles ------------------------------------------*/
input {
    outline: none;
}

.logged-in .member_login {
    display: none;
}

/* temporary, while functionality don't work*/


.member_login span,
.member_logout span {
    text-transform: none;
    padding: 5px 10px;
    color: white;
    background-color: #ff9900;
}

.member_login .second span, .member_logout .second span {
    text-transform: none;
    padding: 0;
    color: black;
    background-color: transparent;
}

.drop_down .second .inner > ul > li > a:hover span {
    color: #b20838 !important;
}

.find_an_artist span {
    text-transform: none;
    padding: 5px 10px;
    color: white;
    background-color: #990033;
}

.join_the_guild span {
    text-transform: none;
    padding: 5px 10px;
    color: white;
    background-color: #003366;
}

nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
    background-color: transparent;
}

.member_login span.plus,
.member_logout span.plus,
.find_an_artist span.plus,
.join_the_guild span.plus,
.member_login span.mobile_arrow,
.member_logout span.mobile_arrow,
.find_an_artist span.mobile_arrow,
.join_the_guild span.mobile_arrow {
    display: none;
}

#member_login_popup {
    position: fixed;
    top: 110px;
    width: 315px;
    height: 175px;
    background: #010101;
    z-index: 10000;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;

}

#member_login_popup.open {
    display: block;
}

.member_registration_popup {
    position: fixed;
    top: 110px;
    z-index: 10000;
    left: 50%;
    transform: translate(-50%, 0);

    display: none;
    box-sizing: border-box;
    width: 315px;
    padding: 32px 18px 16px;

    background: #d2d3cb;
}

.member_registration_popup.open {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.member_registration_text {
    flex-basis: 100%;
    margin-bottom: 17px;

    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 300;
}

.member_registration_button {
    display: block;
    border: none;
    background: none repeat scroll 0 0 #ff9900 !important;
    box-shadow: none !important;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s linear 0s;
    padding: 5px 12px 2px;
    color: #fff !important;
    border-bottom: 0 !important;
    outline: none;
    margin-left: 15px;
    min-width: 50px;
    text-align: center;
}

.stage2-text {
    display: none;
}

.member_registration_popup.stage2 .stage1-text {
    display: none;
}

.member_registration_popup.stage2 .stage2-text {
    display: block;
}

.member_registration_popup.stage2 .member_registration_button {
    display: none;
}

.popup-close-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1, 1, 1, 0.66);
    z-index: 9999;
    display: none;
}

.popup-close-overlay.open {
    display: block;
}

.popup-close-div {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    right: 16px;
    top: 5px;
}

.popup-close-div:hover::before, .popup-close-div:hover::after {
    background: #000;
}

.popup-close-div::before, .popup-close-div::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #666666;
}

.popup-close-div::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 4px;
    margin-top: -2px;
}

.popup-close-div::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 4px;
    margin-top: -2px;
}


/* style for login form in Member Login popup */

.ihc-login-template-4 {
    margin: 0 auto 30px;
    padding: 32px 18px 16px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    background-color: #d2d3cb;
    border-radius: 0;
    width: 315px;
    max-width: 100%;
    font-family: OpenSans, sans-serif, 'Trebuchet MS';
}

.ihc-login-template-4 .fa-ihc {
    display: none;
}

.ihc-login-template-4 .impu-form-line-fr {
    box-sizing: content-box;
    text-align: left;
    background-color: #fff;
    border: 0;
    margin-bottom: 12px;
    position: relative;
    border-radius: 0 !important;
}

.ihc-login-template-4 .impu-form-line-fr input[type="text"], .ihc-login-template-4 .impu-form-line-fr input[type="password"] {
    width: 96%;
    border-radius: 0;
    color: #999999;
    background-color: transparent !important;
    border: none !important;
    padding: 7px 7px 3px !important;
    display: inline-block;
    padding-left: 10px !important;
    margin: 0 !important;
    font-size: 18px;
    font-weight: 300;
    outline: none;
}

.ihc-login-template-4 .impu-form-submit {
    text-align: left;
    margin-top: 17px;
    margin-bottom: 10px;
    background-color: transparent;
}

.ihc-login-template-4 .impu-form-submit input {
    width: auto;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    background: none repeat scroll 0 0 #ff9900 !important;
    border-color: #none !important;
    box-shadow: none !important;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 5px 12px 2px;
    border-radius: 0;
    color: #fff !important;
    border-bottom: 0 !important;
    outline: none;
}

.ihc-login-template-4 .impu-form-line-fr.impu-form-submit:hover {
    border-color: transparent;
    background-color: transparent;
}

.ihc-login-template-4 .impu-form-links {
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 9px 0;
    letter-spacing: 0.5px;
}

.ihc-login-template-4 .impu-form-links a {
    color: #020202;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border-right: none;
    padding-right: 0;
    padding-left: 0;
}

.ihc-login-template-4 .impu-form-submit input:hover {
    background: none repeat scroll 0 0 #ff9900 !important;
}

#menu-member-central-submenu {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

#menu-member-central-submenu li {
    margin: 0 10px 10px;
    float: left;
    background-color: #998675;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
    list-style: none;
}

#menu-member-central-submenu li a {
    color: #ffffff;
}

@media screen and (max-width: 769px) {
    #menu-member-central-submenu li {
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {
    #menu-member-central-submenu li {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}


#menu-member-central-submenu li:first-child {
    margin-left: 0;
}

#menu-member-central-submenu li:last-child {
    margin-right: 0;
}

.member-central-left .brown_block {
    color: #333333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 30px !important;
}

.member-central-left .brown_block .link {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    background: #00457c;
    margin-left: 5px;

    padding: 10px;

    box-sizing: border-box;
}

.member-central-left .red_block {
    color: #fefefe;
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 30px !important;
}

.member-central-left .red_block h3 {
    color: #fefefe;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 30px;
}

.member-central-left .red_block .link {
    display: inline-block;
    color: #990033;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 10px;
    margin-left: 5px;

    box-sizing: border-box;
}

.member-central-left .red_block p {
    font-family: "Open Sans";
    color: #fefefe;
    font-size: 18px;
    font-weight: 400;

}

.member-central-left .orange_block {
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 30px !important;
}

.member-central-left .orange_block h3 {
    color: #000;
    font-family: "Open Sans";
    color: #000000;
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 30px;
}

.member-central-left .orange_block .link {
    display: inline-block;
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 10px;
    margin-left: 5px;

    box-sizing: border-box;
}

.member-central-left .blue_block {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 30px !important;
}

.member-central-left .blue_block p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
}

.member-central-left .blue_block h3 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 30px;
}

.member-central-left .blue_block .link {
    display: inline-block;
    color: #003366;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 10px;
    margin-left: 5px;

    box-sizing: border-box;
}

.member-central-left .blue_block a {
    color: white;
}

.member-central-left .red_block p, .member-central-left .orange_block p, .member-central-left .blue_block p, .member-central-left .brown_block p {
    font-weight: 400;
}


.member-central-left .red_block, .member-central-left .orange_block, .member-central-left .blue_block, .member-central-left .brown_block {
    padding: 20px 15px !important;
}


.member-central-header {
    margin-bottom: 30px !important;
    color: #333333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
}

.member-central-header p {
    color: #333333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
}

.member-central-right {
    padding: 15px;
    background: #eeeade;
    margin-bottom: 30px !important;
}


.member-central-right .wpb_content_element:first-child {
    margin-bottom: 80px !important;

    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
}

.member-central-right .wpb_content_element:first-child h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 30px;
}

.member-central-right .wpb_content_element:first-child p {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;

    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.member-central-right .wpb_content_element:first-child p:last-child {
    margin-bottom: 0;
}

.member-central-right-second {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 15px !important;
}

.member-central-right #menu-access-member-benefits-menu li {
    margin-bottom: 10px !important;
}

.member-central-right #menu-access-member-benefits-menu li a {
    color: #990033;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;

}

.member-central-right #menu-access-member-benefits-menu li a:hover {
    color: #990033 !important;
}

nav.main_menu > ul {
    float: left;
    margin-top: 45px;
}

nav.main_menu > ul > li > a {
    line-height: 34px !important;
    margin-bottom: 32px;
}


/*individual-page-left*/


.individual-page-left h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

.individual-page-right h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #970033;
}

.individual-page-right .share-list h3 {
    margin-bottom: 0;
}

.individual-page-right h3.oss_follow {
    margin-bottom: 0;
}

.individual-page-left h4 {
    margin-bottom: 20px !important;
    text-transform: uppercase;
    color: #980033;
    font-size: 18px;
}

.individual-page-left p {
    margin-bottom: 30px !important;
    color: #333333;
    margin-top: 0 !important;
}

.individual-page-left .ask_first {
    width: 100%;
    background: #eeeade;

    padding: 10px;

    font-size: 16px;

    box-sizing: border-box;

    margin-bottom: 30px !important;
    margin-left: 0 !important;
}

.guild-member-portfolios-ask_first {
    width: 100%;
    background: #eeeade;

    padding: 10px;

    font-size: 16px;

    box-sizing: border-box;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.guild-member-portfolios-ask_first h3 {
    color: #990033;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.guild-member-portfolios-ask_first p {
    margin-top: 0 !important;
}

.individual-page-right * {
    color: #970033
}

.individual-page-right .item {
    margin-bottom: 30px !important;
}

.individual-page-right .item a {
    font-weight: 300;
}

.individual-page-name {
    position: absolute;
    top: -50px;
}

.individual-page-name h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    padding-left: 32px;
}

.individual-page-right .follow-list .fa-stack, .individual-page-right .share-list .fa-stack {
    width: 20px; /* 30 */
    height: 20px; /* 30 */
    border-radius: 5px;
}

.individual-page-right .follow-list .fa-stack, .individual-page-right .share-list .fa-stack:first-child {
    margin-left: 0;
}

.individual-page-right .follow-list .fa-stack i, .individual-page-right .share-list .fa-stack i {
    width: 20px; /* 30 */
    height: 20px; /* 30*/
    font-size: 0.5em !important; /* 0,8*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpb_text_column.wpb_content_element.item.disciplines p {
    margin: 0;
}

header.sticky_animate #menu-main {
    margin-top: 20px;
}

.guild-member-portfolios-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;

    padding: 20px 0;
    border-bottom: 1px solid #000;

    box-sizing: border-box;;
}

.guild-member-portfolios-header .guild-member-portfolios-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    max-width: 70%;
    width: 100%;
}

.guild-member-portfolios-header .guild-member-portfolios-form h3 {
    color: #990033;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.guild-member-portfolios-header .guild-member-portfolios-form .form-container {
    float: left;
}

.guild-member-portfolios-header .guild-member-portfolios-form .form-container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.guild-member-portfolios-header .guild-member-portfolios-form .form-container form div {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.guild-member-portfolios-header .guild-member-portfolios-form .form-container form div input {
    position: relative;
    width: 22px;
    height: 22px;
}

.guild-member-portfolios-header .guild-member-portfolios-form .form-container form div input:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #999966;
}

.guild-member-portfolios-header .guild-member-portfolios-form .form-container form div input:checked:after {
    content: "✔";
    text-align: center;
    font-size: 1.2em;
}

.guild-member-portfolios-header .guild-member-portfolios-form .form-container form {
    width: 100%;
}

.guild-member-portfolios-header form {
    max-width: 30%;
    width: 100%;
    float: left;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper {
    width: 100%;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper .ihc-search-bar {
    max-width: 450px !important;
    width: 100% !important;
    border-radius: 0 !important;
    border-color: #999966 !important;
    border-left: none !important;
    box-sizing: border-box;
    min-width: 150px !important;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper .ihc-search-bar::placeholder {
    color: #999;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper .ihc-input-pre {
    background: transparent;
    color: #999999;
    border-radius: 0 !important;
    border: none !important;
    border-top: 1px solid #999966 !important;
    border-bottom: 1px solid #999966 !important;
    border-left: 1px solid #999966 !important;
}

@media screen and (max-width: 769px) {
    .guild-member-portfolios-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .guild-member-portfolios-header .guild-member-portfolios-form {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .guild-member-portfolios-header form {
        max-width: 60%;
        margin: 0 auto 0 0;
    }

    .guild-member-portfolios-header .guild-member-portfolios-form h3 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .guild-member-portfolios-header form {
        max-width: 100%;
    }
}

.guild-member-portfolios-list {
    padding: 0;
    box-sizing: border-box;
}

.guild-member-portfolios-list .iump-listing-users-filter, .guild-member-portfolios-list .iump-listing-users-pre-wrapp {
    width: 100%;
    padding-left: 0;
}

.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul {
    text-align: left !important;
}

.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul li .member-name a {
    color: #990033 !important;
    font-weight: bold;
    font-family: Open Sans, sans-serif !important;
    font-size: 20px;
    line-height: 20px !important;
}

.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul li .member-name {
    font-size: 20px;
    line-height: 20px !important;
}

.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul li .member-username,
.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul li .member-content:before,
.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul li .member-social,
.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul li .member-email {
    display: none;
}

.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul li .member-extra-fields {
    color: #000;
    text-align: center;
    font-size: 18px;
}

.guild-member-portfolios-list .iump-listing-users-pre-wrapp .ihc-content-user-list ul li .member-extra-fields .member-extra-single-field:last-child {
    font-weight: 600;
    font-style: italic;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-filter-title,
.guild-member-portfolios-list .iump-listing-users-filter .iump-filter-row label,
.guild-member-portfolios-list .iump-listing-users-filter .iump-filter-submit *,
.guild-member-portfolios-list .iump-listing-users-filter .iump-filter-submit {
    display: none;
    margin-top: 0;
}

.guild-member-portfolios-list .iump-filter-row {
    margin-bottom: 0 !important
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-filter-submit.reset {
    display: block !important;
    margin-top: 0;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-filter-submit.reset #iump_reset_bttn {
    display: block !important;
    background: #990033 !important;
    border-radius: 0 !important;
    cursor: pointer;
}

.guild-member-portfolios-list .iump-listing-users-filter {
    box-shadow: none !important;
}

.guild-member-portfolios-list .iump-filter-row.iump-filter-check {
    float: left;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-form-checkbox-wrapper {
    width: 100%;
    float: left;
    column-count: 1;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-form-checkbox-wrapper .iump-form-checkbox {
    float: left;
    margin-right: 20px;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-form-checkbox-wrapper .iump-form-checkbox:hover {
    cursor: pointer;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-form-checkbox-wrapper .iump-form-checkbox:last-child {
    margin-right: 0;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-form-checkbox-wrapper .iump-form-checkbox input {
    display: none;
}

.guild-member-portfolios-list p {
    margin: 0;
}

.guild-member-portfolios-list.member_directory .iump-listing-users-filter {
    display: none;
}

.q_social_icon_holder > .fa-stack {
    display: none;
}

.vc_row.share-list {
    display: none;
}

.vc_row.share-list.Show {
    display: block;
}


.ihc-input-pre > .fa-ihc.fa-srch-ihc {
    font-size: 20px !important;
    float: left !important;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper input.ihc-search-bar {
    font-size: 20px !important;
    padding-left: 0 !important;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper input.ihc-search-bar::-webkit-input-placeholder {
    font-size: 20px !important;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper input.ihc-search-bar:-moz-placeholder {
    font-size: 20px !important;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper input.ihc-search-bar::-moz-placeholder {
    font-size: 20px !important;
}

.guild-member-portfolios-header form .ihc-search-bar-wrapper input.ihc-search-bar:-ms-input-placeholder {
    font-size: 20px !important;
}

@media screen and (min-width: 1200px) {
    .ihc-search-bar-wrapper input {
        padding-left: 0 !important;
    }

    .ihc-search-bar-wrapper .ihc-input-pre {
        max-width: 30px;
    }
}

.member-portfolio-home .ihc-theme_6 {
    margin: 0 -15px;
}

@media screen and (min-width: 769px) {
    .member-portfolio-home .member-content {
        opacity: 0;
    }
}

.member-portfolio-home .member-content:before {
    display: none;
}

.member-portfolio-home .ihc-theme_6 .ihc-wrapp-list-users ul {
    width: 100% !important;
}

.member-portfolio-home .ihc-theme_6 .ihc-wrapp-list-users ul li .team-member {
    min-height: 220px;
}

.member-portfolio-home .ihc-theme_6 .ihc-wrapp-list-users ul li:hover .member-content {
    opacity: 1;
    padding-top: 0 !important;
    margin-top: -40px !important;
}

.member-portfolio-home .member-content .member-name a {
    font-size: 14px;
}

.member-portfolio-home .ihc-wrapp-list-users ul li .member-content .member-username,
.member-portfolio-home .ihc-wrapp-list-users ul li .member-content .member-username:after,
.member-portfolio-home .ihc-wrapp-list-users ul li .member-content .show-details {
    display: none !important;
}

.member-portfolio-home .ihc-theme_6 .ihc-wrapp-list-users ul li:hover .member-img img {
    transform: translateY(0) !important;
}

.member-portfolio-home .ihc-theme_6 .member-img img {
    box-shadow: none;
    border: 0;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-form-checkbox-wrapper .iump-form-checkbox:first-child {
    color: #903;
    font-weight: 600;
}

.guild-member-portfolios-list .iump-listing-users-filter .iump-form-checkbox-wrapper .iump-form-checkbox:first-child:before {
    content: 'View';
}

.iump-listing-users-pre-wrapp {
    margin-left: -10px;
}

.drop_down .member_login.wide.wide_background .second,
.drop_down .wide.wide_background .second {
    background: transparent !important;
}

.drop_down .member_login.wide.wide_background .second .inner ul {
    background: transparent;
    padding: 0;
}

.drop_down .member_login .second .inner .widget {
    padding: 0;
}

.drop_down .member_login .second .inner ul li {
    padding: 0;
    margin: 0;
}

.drop_down .member_login .second .inner ul li .impu-form-links-pass a {
    color: #020202;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans";
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
}

.ihc-reg-success-msg h4 {
    padding-left: 10px;
}

.ihc-reg-success-msg p {
    padding-left: 10px;
}

.ihc-reg-update-msg h4 {
    padding-left: 15px;
}

.ihc-content-user-list ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}

.ihc-content-user-list ul li {
    display: flex;
}

.ihc-content-user-list ul .member-img {
    text-align: center;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.ihc-content-user-list ul .member-img a {
    display: block;
    width: 100%;
}

.member-portfolio-home .ihc-content-user-list ul .member-img {
    height: 164px;
}

.iump-listing-users-pre-wrapp h3 {
    padding-bottom: 50px;
}

.hide_level_list {
    display: none !important;
}

.ihc-theme_5 .ihc-wrapp-list-users ul li {
    width: 300px !important;
    padding: 0 !important;
    margin: 10px;
}

#ihc_reg_text_8448 {
    width: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #guild-member-portfolios-list-wrapper .ihc-theme_5 .ihc-wrapp-list-users ul li {
        width: 300px !important;
    }
}

/*#ihc_ap_subscription_l_0 .iump-subscription-table-button,*/
/*#ihc_ap_subscription_l_1 .iump-subscription-table-button,*/
/*#ihc_ap_subscription_l_2 .iump-subscription-table-button{ */
/*display:  none;*/
/*}*/
/*#ihc_ap_subscription_l_0 .iump-subscription-table-button.status-Expired,
#ihc_ap_subscription_l_1 .iump-subscription-table-button.status-Expired
#ihc_ap_subscription_l_2 .iump-subscription-table-button.status-Expired{
    display:  block;
   text-align:center;
}*/
.page-id-370 form {
    max-width: 1280px;
    width: 100%;
    margin: 50px auto;
}

.ihc-ap-theme-1 .ihc-account-subscr-list .ihc-level-name-wrapp {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ihc_level_template_4 {
    text-align: center;
}

.unusing {
    pointer-events: none;
    opacity: 0.6;
}

.page-template-find-an-artist-2 .guild-member-portfolios-list .iump-filter-row.iump-filter-check {
    display: none;
}

.page-template-find-an-artist-2 .guild-member-portfolios-list .iump-filter-row.iump-filter-check:first-child {
    display: block;
}

.portfolio-message {
    display: none;
}

.portfolio-message-not-login {
    display: none;
}

.wc-gallery .gallery .gallery-icon a {
    overflow: hidden;
    border: 1px solid lightgray;
}

.wc-gallery .gallery .gallery-icon a img {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;

}

.wc-gallery .gallery .gallery-icon a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    overflow: hidden;
}

@media all and (max-width: 600px) {
    .wc-gallery .gallery.gallery-masonry .gallery-item {
        width: 100% !important;
    }
}

.mfp-title {
    display: none;
}

.pp_pic_holder {
    display: none !important;
}

.pp_overlay {
    display: none !important;
}

.tos-caption {
    display: none !important;
}

#ihc_authorize_r_fields .iump-form-line-register {
    padding: 10px 5px;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
    width: 450px;
    margin: 0 auto;
    text-align: left;
}

/*.ihc-level-item.full_members.Full.member{*/
/*display: none;*/
/*}*/

/*.ihc-level-item.associate_member.Associate.member{*/
/*display: none;*/
/*}*/
.iump-subscription-table-button.status-Expired {
    display: inline-block;
}

.auth_payment {
    margin-left: 14px;
}

.ihc-member-photo {
    border-radius: 0;
}

/*fix responsive*/
@media screen and (max-width: 1400px) and (min-width: 1000px) {
    nav.main_menu > ul > li > a {
        padding: 0 6px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
    nav.main_menu > ul > li > a {
        padding: 0 4px;
        font-size: 16px;
    }

    .member_login span, .member_logout span {
        padding: 5px 5px;
    }

    .find_an_artist span {
        padding: 5px 5px;
    }

    .join_the_guild span {
        padding: 5px 5px;
    }

}

@media screen and (max-width: 1088px) and (min-width: 1000px) {
    nav.main_menu > ul > li > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    nav.main_menu > ul > li > a {
        padding: 0 6px;
    }

    nav.mobile_menu > ul {
        width: 100%;
    }
}


@media only screen and (max-width: 900px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 700px;
    }

    div.evosliderbox li {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 500px;
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width: 48%;
    }

    .cover_boxes ul li .box .box_content {
        width: 48%;
    }

    .qode-pl-holder .qode-pl-categories {
        float: none;
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 420px;
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width: 190px;
    }

    .cover_boxes ul li .box .box_content {
        width: 210px;
    }
}

@media only screen and (max-width: 500px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 380px;
    }

    .cover_boxes ul li .box .box_content {
        width: 47%;
    }

    .cover_boxes ul li .box .thumb {
        width: 47%;
    }
}

@media only screen and (max-width: 480px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 300px;
    }

    .cover_boxes ul li .box .box_content {
        width: 100%;
    }

    .cover_boxes ul li .box .thumb {
        width: 100% !important;
    }

}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .cover_boxes ul li .box .box_content p {
        max-height: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1000px) {
    p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cover_boxes ul li .box .box_content p {
        max-height: 102px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

}

@media only screen and (min-width: 769px) and (max-width: 900px) {
    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width: 340px;
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width: 170px;
    }

    .cover_boxes ul li .box .box_content {
        left: 180px;
        width: 170px;
    }

    p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cover_boxes ul li .box .box_content p {
        max-height: 102px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }


}

@media (max-width: 768px) {
    .vc_col-sm-3 {
        width: 100%;
    }

    .vc_col-sm-9 {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .vc_col-sm-3 {
        width: 25%;
    }

    .vc_col-sm-9 {
        width: 75%;
    }
}

.ihc-ap-menu .ihc-ap-menu-item {
    background: #998675;
}

.ihc-ap-menu .ihc-ap-menu-item-selected {
    background: #bdaf9b !important;
}

.ihc-ap-theme-1 .ihc-ap-menu {
    background: #998675;
    background-color: #998675;
    border-color: #998675;
}

.ihc-account-page-top-extra-mess {
    display: flex;
    flex-wrap: wrap;
}

.ihc-account-page-top-extra-mess p:first-child {
    margin-right: 5px;
}

.ihc-user-page-top-ap-wrapper .ihc-middle-side {
    max-width: 100%;
}

.ihc-form-create-edit {
    padding: 0 15%;
}

.ihc-register-5 .iump-form-line-register input[type=text] {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.ihc-register-5 .iump-labels-register {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}


.ihc-file-upload-button .ajax-file-upload, .ihc-file-upload-button .ihc-delete-attachment-bttn, .ihc-delete-attachment-bttn {
    background: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 10px !important;
    line-height: 10px;
    height: auto;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
}

.ihc-register-5 .iump-form-line-register strong {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.ihc-tos-wrap a {
    color: #b20838;
}

.ihc_payment_details {
    font-size: 20px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.iump-level-details-register .ihc-order-title {
    border-bottom: none;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 50px 0 20px;
}

.iump-user-page-wrapper .iump-register-form.ihc-register-5 .iump-form-checkbox .iump-labels-register {
    font-size: 13px;
    margin-bottom: 0;
}

.social_media-acc {
    font-size: 17px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.iump-submit-form input {
    font-family: 'Open Sans', sans-serif;
    padding: 10px !important;
    line-height: 10px;
    height: auto;
    border: none;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
    height: 100%;
    box-shadow: none;
    font-weight: bold;
}

.preview_link {
    background: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 10px !important;
    line-height: 20px;
    height: auto;
    border: none;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 30px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
}

.preview_link:hover {
    color: #fff;
}

#ihc_authorize_r_fields .iump-form-line-register {
    margin: 0;
}

.ihc-register-5 .iump-submit-form {
    text-align: left;
}

/*#createuser{*/
/*padding: 0 20% 0 5% !important;*/
/*}*/
.iump-level-details-register {
    /*padding: 0 20%;*/
    padding: 0 15% 20px;
}

.form_note {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}

.border_top {
    border-top: 1px solid #000;
}

.ihc-form-create-edit {
    font-family: 'Open Sans', sans-serif;
}

.iump-form-plain_text p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.iump-form-plain_text label.iump-form-sublabel {
    line-height: 16px;
}

.two-col {
    width: 50%;
    display: inline-block;
}

.ajax-file-upload-container {
    display: none;
}

.iump-form-line-register .subtitle {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.iump-register-form.ihc-register-5 .iump-form-checkbox .iump-labels-register {
    font-size: 18px;
    margin-bottom: 10px;
}

.ihc-register-5 .iump-form-checkbox {
    display: block;
}

.iump-form-radiobox-wrapper {
    column-count: 2;
}

.iump-form-radiobox-wrapper.width20 {
    width: 20%;
}

/*.iump-form-checkbox-wrapper {
    column-count: 2;
}*/
.ihc-register-5 .iump-form-radiobox {
    width: 100%;
    display: block;
    color: black;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.ihc-register-5 .iump-form-checkbox {
    color: black;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

input.new_checkbox {
    position: relative;
}

input.new_checkbox:after {
    content: " ";
    position: absolute;
    top: -3px;
    left: -5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #000000;
}

input.new_checkbox:checked:after {
    content: "✔";
    text-align: center;
    font-size: 1.1em;
    line-height: 1.1em;
}

.ihc-tos-wrap {
    position: relative;
}

.ihc-tos-wrap a {
    display: none;
}

.ihc-tos-wrap input:after {
    content: "";
    position: absolute;
    top: 8px;
    color: #000000;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #000000;
}

.ihc-tos-wrap input:checked:after {
    content: "✔";
    text-align: center;
    font-size: 1.1em;
    line-height: 1.1em;
}

.ihc-tos-wrap span {
    color: red;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
}

.ihc-order-desc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: black;
    padding-bottom: 20px;
}

#ihc_authorize_r_fields .iump-form-line-register {
    padding: 10px 0;
}

.ihc-register-5 .iump-form-line-register input.other_input[type=text] {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    height: 16px;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    width: 300px;
    padding: 5px;
    display: inline-block;
    min-height: 24px;
}

/*.iump-form-checkbox-wrapper .iump-form-checkbox {
    width: 45%;
    display: inline-block;
}*/

.iump-form-checkbox-wrapper {
    column-count: 2;
}

.iump-level-details-register-name,
.iump-level-details-register-price {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
}

.iump-form-line-register .iump-form-sublabel,
.ihc-form-create-edit .iump-form-sublabel {
    clear: both;
    font-size: 12px;
    color: #999;
    display: block;
    font-weight: 700;
    padding-bottom: 20px;
}

.iump-form-checkbox + .iump-form-sublabel,
    /*.ihc-form-create-edit .iump-form-sublabel,*/
.employment_input_text,
.learn_input_text,
.disciplines_container_input,
.market_container_input {
    display: none !important;
}

.ihc-register-5 .iump-form-line-register .iump-form-checkbox input.employment_input_text,
.ihc-register-5 .iump-form-line-register .iump-form-checkbox input.learn_input_text {
    display: inline-block !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    height: 16px;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    width: 300px;
    padding: 5px;
    display: inline-block;
    min-height: 24px;
}

.iump-form-checkbox .market_checkbox_other,
.iump-form-checkbox .disciplines_checkbox_other {
    width: 100% !important;
    max-width: 300px;
    margin-left: 10px;
}

/*.iump-form-checkbox .employment_input_text,
.iump-form-checkbox .learn_input_text{
    
    margin-left: 10px;
}*/

.learn_other_container {
    margin-bottom: 31px !important;
}

.checkbox_with_search .disciplines_container_input,
.checkbox_with_search .market_container_input {
    display: inline-block !important;
    max-width: 60% !important;
    width: 100%;
    padding: 0;
}

.employment_other_parent,
.employment_student_parent,
.learn_other_parent,
.learn_trade_parent {
    display: inline-block !important;
    padding: 0;
    width: 50% !important;
    margin-left: 10px;
}

.employment_other_parent {
    margin-bottom: 30px;
}

.employment_other_parent input,
.employment_student_parent input,
.learn_other_parent input,
.learn_trade_parent input {
    width: 100% !important;
}

.checkbox_with_search .disciplines_container_input label,
.checkbox_with_search .market_container_input label,
.employment_other_parent label,
.employment_student_parent label,
.learn_other_parent label,
.learn_trade_parent label {
    display: none !important;
}

.checkbox_with_search .disciplines_checkbox_other,
.checkbox_with_search .market_checkbox_other,
.employment_other, .employment_student, .learn_other, .learn_trade {
    pointer-events: none;
}

.checkbox_with_search input:checked + .disciplines_container_input .disciplines_checkbox_other,
.checkbox_with_search input:checked + .market_container_input .market_checkbox_other,
.employment_other_container input:checked + .employment_other_parent .employment_other,
.employment_student_container input:checked + .employment_student_parent .employment_student,
.employment_student_container input:checked + br + .employment_student_parent .employment_student,
.learn_other_container input:checked + .learn_other_parent .learn_other,
.learn_trade_container input:checked + br + .learn_trade_parent .learn_trade,
.learn_trade_container input:checked + .learn_trade_parent .learn_trade {
    pointer-events: inherit;
}

@media screen and (max-width: 640px) {
    .iump-form-checkbox-wrapper {
        column-count: 1;
    }

    .two-col {
        width: 100%;
    }

    .employment_other_parent {
        margin-bottom: 0;
    }
}

.iump-authorize-register-notice {
    font-weight: bold;
    color: red;
}

.ihc-register-notice {
    font-weight: bold;
    color: red;
    font-size: 13px;
}

.error_message {
    color: red;
    font-weight: bold;
}

.error_message span {
    font-weight: bold;
    color: red;
    text-transform: uppercase;
}

#related_posts_widget-3 .post.no_image {
    padding-bottom: 10px;
}

.test_new_brunch {
    color: red;
}

.qode_icon_font_awesome.fa.fa5.fa-ello {
    font-family: 'evo_FontAwesomeS','evo_FontAwesome','evo_FontAwesomeB' !important;
}