/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.0.3.1623524301
Updated: 2021-06-12 18:58:21

*/
/* Fonts */
@font-face {
    font-display: swap;
    font-family: 'Mont';
    src: url('/wp-content/themes/generatepress-child/fonts/Mont-Regular.woff');
}
#page .um-field-label label {
    font-size: 18px !important;
    color: #efbd26;
}
* {
    font-family: 'Mont';
    letter-spacing: .5px;
}

.pgp-no-wrap, .pgp-nowrap {
    white-space: nowrap;
}
/* reCAPTCHA */
.grecaptcha-badge {
    display: none !important;
}
/* reCAPTCHA END */
/*Vertical Nav*/
.cw_email-download-btn, .cw_select-all-wrapper {
	display: none;
}

@media screen and (min-width: 1950px) {
    .site-content .content-area {
        padding-left: 0 !important;
    }
}
@media screen and (min-width:1000px) {
    #left-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        width: 220px;
        height: 100vh;
        background: transparent;
        z-index: 99999999999;
        border-top: solid 6px #eebe26;
        padding-bottom: 20px;
        background: linear-gradient(to right, rgb(0 0 0 / 59%), rgb(0 0 0 / 0%));
    }

    #left-sidebar:before {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        background: linear-gradient(to right, rgb(0 0 0 / 59%), rgb(0 0 0 / 0%));
        transition: 800ms;
        z-index: -1;
    }

    #left-sidebar.pgp-is-sticky:before {
        opacity: 1;
    }

    /*         .current-menu-item a {
        border-bottom: solid 3px #efbd26 !important;
    } */
    #left-sidebar a {
        color: #ffffff;
        font-weight: 600;
        font-size: 19px;
    }

    .footer-bar-align-right .copyright-bar {
        margin: auto;
    }
	.cw_privacy-policy {
		color: #fff !important;
		font-size: 14px;
	}
	.cw_privacy-policy:hover {
		color: #ffdd76 !important;
	}
    .cw_social-icons {
        display: flex;
        justify-content: space-between;
    }

    .cw_social-icons a:hover i {
        color: #efbe25;
    }

    aside#custom_html-3 {
        bottom: 0;
        position: absolute;
        width: 100%;
    }

    .cw_mobile-socials {
        display: none;
    }

    #left-sidebar aside {
        background: transparent;
    }

    .site-content .content-area {
        width: 100% !important;
        display: block;
        position: relative;
        float: none;
        padding-left: 220px;
    }
	
	.page-id-1865 .site-content .content-area {
    padding-left: 0 !important;
}


/*     .site-footer .site-info,
    #main .pgp-has-pl {
        padding-left: 260px !important;
    } */

	
	
	
    #wpadminbar {
        padding-left: 260px;
    }

    .pgp-row {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .widget-area .widget {
        padding: 25px;
    }

    #left-sidebar #media_image-2 {
        padding-bottom: 60px;
    }

    #masthead,
    .top-bar {
        display: none;
    }

    /* sub menu changes */
    .kt-sub-arrows {
        width: 20%;
        height: 20%;
        transform: rotateX(0deg);
        transition: 500ms;
    }

    .kt-talent-arrow i,
    .kt-brand-arrow i {
        transition: 500ms;
        padding-left: 10px;
    }

    .current-menu-item .kt-sub-arrows i {
        transform: rotateX(180deg);
    }

    .kt-sub-arrows i:hover {
        cursor: pointer;
    }

    .current-menu-parent .kt-sub-arrows i:hover {
        cursor: unset;
    }

    .current-menu-parent .kt-sub-arrows i {
        transform: rotateX(180deg) !important;
    }

    /* sub-menu changes end */
    /* 	styling sub menu items on nav */
    /* changing the submenu items styling */
    .sub-menu {
        margin-top: 0 !important;
    }

    .current-menu-item a,
    .current-menu-item .sub-menu .current-menu-item a {
        color: #efbd26 !important;
    }

    .sub-menu a {
        font-size: 16px !important;
    }

    .sub-menu .current-menu-item a::after {
        content: "";
        width: 111%;
        height: 1px;
        background: #efbd26;
        position: absolute !important;
        right: 0;
        top: -2px;
    }

    .sub-menu .current-menu-item a::before {
        content: "";
        width: 111%;
        height: 1px;
        background: #efbd26;
        position: absolute !important;
        right: 0;
        top: 0px;
    }

    /* styling the chevron */
    .menu-item .kt-sub-arrows {
        position: absolute;
        right: -5px;
        top: 0px;
        transition: 500ms;
        color: white !important;
    }

    /* dropdown start */
    /* new start menu v3 */
    .sub-menu {
        display: none;
    }

    .current-menu-item .sub-menu a {
        color: white !important;
    }

    /* submenu function classes */
    .flipArrow {
        transform: rotateX(180deg);
        transition: 500ms;
    }

    .current-menu-item .flipArrow {
        transform: rotateX(0deg) !important;
    }

    .current-menu-item .sub-menu.showMenu {
        display: none;
    }

    .current-menu-item .sub-menu {
        display: block;
    }

    .current-menu-parent .sub-menu {
        display: block;
    }

    .showMenu {
        display: block;
    }

    /* sub menu function classes end */
    /* dropdown end */
    /* sub menu styling finished */

    /* 	mediaquery minwidth 1000px end */
}

@media screen and (max-width:1000px) {
    #left-sidebar {
        display: none;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
    }

    .inside-header {
        flex-direction: column;
    }

    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }

    a,
    body,
    button,
    input,
    select,
    textarea {
        transition: all 0s ease-in-out;
    }

    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .has-inline-mobile-toggle .header-widget,
    .has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%;
    }

    .nav-align-right .inside-navigation,
    .nav-align-center .inside-navigation {
        justify-content: space-between;
    }

    .main-navigation ul,
    .gen-sidebar-nav,
    .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul,
    .has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav) {
        display: none;
    }

    .site-content .content-area {
        width: 100% !important;
    }

    .um-header.no-cover {
        display: flex;
    }

    .um-profile-edit {
        top: auto !important;
        bottom: 37px;
        height: auto !important;
        line-height: 1.2 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width:1000px) and (min-width: 768px) {
    #page .entry-content {
        padding-top: 50px !important;
    }
}

#menu-main-nav-1 li {
    text-align: center;
    padding: 10px;
    line-height: 2;
}

#menu-main-nav-1 a {
    color: #424242;
    font-weight: 600;
    padding-bottom: 5px;
    transition: 300ms;
}

/*     .current-menu-item a {
      border-bottom: solid 3px #11287c;
    } */

#menu-main-nav-1 a:hover {
    border-bottom: solid 3px #11287c;
}

.cw_social-icons.cw_mobile-socials a {
    margin: 20px;
}

/*Vertical Nav End*/
/*Nav*/
#menu-menu-1 li a {
    font-size: 19px;
    font-weight: 600;
}

#menu-menu-1 li a:hover {
    background: #000 !important;
    color: #efbd26;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
    color: #efbd26;
}

.top-bar {
    display: none;
}

/* Nav Search*/
.inside-navigation .close-search a {
    background: transparent !important;
}

.inside-navigation .search-form.navigation-search.nav-search-active {
    border: solid 1px !important;
}

.pgp-sec-title {
    font-size: 26px;
}

/* Nav Search End*/
/* Nav colors*/
.main-navigation,
.main-navigation ul ul {
    background-color: #000000;
}

.main-navigation .main-nav ul ul li a {
    color: #ffffff;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: #efbd26;
    background-color: #000000;
}

#footer-widgets {
    background-color: #000;
}
a.generate-back-to-top {
    background-color: #efbd26;
}
/* Nav colors End*/
@media screen and (min-width: 768px) {
    .site-header {
        background-color: #000000;
        box-shadow: 1px -7px 10px 0px #000;
        position: fixed;
        width: 100%;
        z-index: 9999;
        transition: 500ms;
    }

    .pgp-sticky-nav .inside-header {
        padding: 10px 40px;
        transition: 500ms;
    }

    .pgp-sticky-nav .header-image {
        width: 30% !important;
        transition: 500ms;
    }

    .pgp-sticky-nav .main-navigation .main-nav ul li a {
        line-height: 34px !important;
        transition: 500ms;
    }

    .pgp-sticky-nav,
    .inside-header,
    .main-navigation .main-nav ul li a,
    .header-image {
        transition: 500ms;
    }

    h1.entry-title {
        font-size: 26px !important;
    }
}

@media screen and (max-width: 1000px) {
    .gp-icon svg {
        height: 2em;
        width: 2em;
    }

    .current-menu-item a {
        border-bottom: solid 3px #fff;
    }

    .main-navigation ul ul {
        position: relative;
    }
}
@media screen and (max-width: 768px) {
    a.generate-back-to-top {
        bottom: 60px;
        line-height: 25px;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .site-branding-container {
        width: 60%;
    }

    #mobile-menu-control-wrapper {
        width: 40%;
    }

    nav .menu-bar-items {
        display: none !important;
    }

    .menu-toggle {

        line-height: 17px;
    }

    .icon-menu-bars svg {
        width: 2em;
        height: 2em;
    }

    .main-navigation a {
        font-size: 5.2vw;
    }

    .has-inline-mobile-toggle .inside-header {
        background-color: #000000 !important;
    }
}

@media screen and (max-width: 480px) {
    .site-logo {
        width: 60%;
    }
}

/*NAv End*/
/*Page header*/
#main,
.inside-article,
.entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pgp-page-title-row {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.fc-page-title {
    text-align: left !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    color: #fff;
}

.fc-white-txt,
.um-field-block {
    color: #ffffff !important;
}

/* .fc-white-txt a:hover {
        color: #efbd26 !important;
    } */
.pgp-page-st {
    color: #fff;
    text-align: center !important;
    font-family: inherit !important;
}

/*End Page header*/
/*Slick*/
.slick-list .wpb_single_image {
    margin-bottom: 0 !important;
}

/*Slick End*/
/*Responsive*/
@media screen and (min-width: 769px) {
    .pgp-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pgp-desk {
        display: none !important;
    }

    .inside-site-info {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .site-info {
        font-size: 14px;
    }

    .copyright {
        display: block;
    }

    #self_tapes-737 iframe {
        height: 162px;
        margin-bottom: 15px !important;
    }

    .vc_row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*Responsive end*/
/*Parent Page*/
.pgp-row-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*Parent Page End*/
/*Breadcrumbs*/
.site-footer {
    display: flex;
    flex-direction: column;
}

.site-footer #footer-widgets {
    order: 2;
}

.site-footer .site-info {
    order: 3;
}

#breadcrumbs {
    margin-bottom: 0;
    padding: 10px 40px;
}

.pgp-breadcrumbs-container {
    order: 1;
    width: 100%;
}

/*Breadcrumbs End*/
.pgp-img-full figure,
.pgp-img-full div,
.pgp-img-full img {
    width: 100% !important;
}

/*Member*/
.entry-header {
    padding-top: 50px;
    padding-bottom: 100px;
    color: #fff;
    display: none;
}

::Placeholder {
    color: #000 !important;
    font-weight: bold;
}

.um span.um-req {
    color: #ff0000 !important;
}

label {
    color: #fff;
}

.um-field-label .um-field-label-icon i {
    color: #efbe25;
}

.um-button {
    background: #efbd26 !important;
    color: #000 !important;
}

.um-completeness-done {
    background: #efbd26 !important;
}

.um-own-profile .um-profile-nav-item.um-profile-nav-work-with-me, small.um-max-filesize, .um-single-image-preview.crop {
    display: none !important;
}
#um_upload_single .um-single-image-preview.crop {
    display: block !important;
}

.um-completeness-progress,
.um-completeness-jx {
    color: #efbd26 !important;
}

.um-completeness-widget-wrapper>div {
    color: #fff;
    font-size: 18px;
}

.um-completeness-widget-wrapper>div:last-child a {
    color: #fff;
    display: inline-block;
    background: #efbd26;
    font-weight: 400;
    border-radius: 5px;
    padding: 16px 20px !important;
    font-size: 16px;
}
.pgp-complete-meter {
    display: none;
}

.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color,
.um-profile.um .um-profile-headericon a:hover,
.um-profile.um .um-profile-edit-a.active,
.um a.um-link {
    color: #efbd26 !important;
}

.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active,
.um .um-profile-nav-item.active:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
    background-color: #efbd26 !important;
}

.um-modal-header,
.upload,
.um-modal-btn,
.um-modal-btn.disabled {
    height: auto !important;
}
.um-modal-header, .um-modal-btn, div.um-modal .upload {
    color: #000 !important;
}
.um-account-name a,
.um-account-main div.um-account-heading {
    color: #ffffff !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background: #ffffff !important;
}
.um .picker__select--year, .um .picker__frame, .um .picker__button--clear, .um .picker__button--today {
    color: #000 !important;
    font-weight: 600;
}
.um .picker__nav--next, .um .picker__nav--prev {
    background-color: #eebe26;
}
.um-profile.um-viewing .um-profile-photo-overlay {
    display: block !important;
}
.um.um-profile.um-role-um_talent .um-col-1 {
    margin-top: 40px;
}

.um-field-radio .um-field-area {
    display: flex;
    flex-wrap: wrap;
}

.um-members-filter-tag,
.fc-apply-style:hover,
a.fc-apply-style:hover .pgp-book-btn:hover {
    color: #000 !important;
}

a:hover,
a:focus,
a:active {
    color: rgb(239 190 37 / 68%);
}
.um-member.rejected, .um-member.inactive, .um-page-loggedin .um-profile-nav-work-with-me {
    display: none;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo a img {
    border: none !important;
}
/*Member End*/
.hide,
.pgp-hide,
.pgp-bc-row {
    display: none;
}

.pgp-no-break {
    white-space: pre;
}
.um-profile-nav-item .fas {
    display:none !important;
}

.photo-gallery .um-single-image-preview a.cancel,
body .um-profile-body.step-5 .um-single-image-preview a.cancel,
.cw_step-documents .um-single-file-preview a.cancel {
    display:block !important;    
}

.um-profile-body.photo-gallery .um-row > div {
	width: auto !important;
}
.cw_step-documents .um-single-image-preview,
.cw_step-documents .um-single-file-preview {
	max-width: fit-content !important;
	margin-top:2em;
}