.modal_wrap {
    position: fixed;
    /*width: 500px;*/
    /*width: calc(100vw - 400px);*/
    /*max-height: calc(100vh - 200px);*/
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 12;
}

.modal_overlay {
   position: fixed; 
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0, .7);
   top: 0;
   left: 0;
   z-index: 11;
}


.search_by_name {
    /*display: none;*/
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 15px;
}

.filter_by_name {
    font-size: 17px;
    display: inline-block;
    margin: 0px 5px;
    color: #180050;
    font-weight: 500;

    /*transition: color .2s;*/
}

.unhide-card .filter_by_name:hover {
    color: #bfbed2;
}
.unhide-card .filter_by_name.active {
    color: #bfbed2;
}

.cs_captcha_wrap {
    font-size: 16px;
    margin-top: 15px;
}

.cs_captcha {
    max-width: 60px;
    width: 100%;
    -moz-appearance: textfield;
}

.cs_captcha::-webkit-outer-spin-button,
.cs_captcha::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.profile-page > .container {
    /*max-width: 1640px;*/
    max-width: 100%;
}

.media-modal-content .upload_date_ajax {
    width: 145px;
    margin-top: 32px;
}

.slider_main {
    /*height: 378px;*/
    height: calc(394px + 30px);
    overflow: hidden;
}

.slider_main .card_item:not(:first-child) {
    visibility: hidden;
    opacity: 0;
}

.uh_slider.slick-initialized,
.slider_main.slick-initialized {
    height: auto;
    overflow: visible;
}

.slider_main.slick-initialized .card_item {
    opacity: 1;
    visibility: visible;
}

.slider_main .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.slider_main .slick-dots li {
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: grey;
    margin-right: 10px;
    margin-top: 10px;
}

.uh_slider {
    display: flex;
    max-height: 230px;
    overflow: hidden;
}

.uh_slider .card_item {
    max-width: 180px;
    height: 230px;
    /*opacity: 0;*/
}

.uh_slider.slick-initialized .card_item {
    /*opacity: 1;*/
}

.slider_main .slick-dots li.slick-active {
    background: #17132f;
    cursor: default;
}

.slider_main .slick-dots li button {
    display: none;
}

.unhide_error {
    max-width: 500px;
    margin: 20px auto;
    padding: 15px;
    font-size: 20px;
    color: red;
    text-align: center;
}

.filter {
    margin-bottom: 45px;
}

.filter_group {
    position: relative;
}

.open_filter {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -10px;
        top: 13px;
}

.open_filter span {
    cursor: pointer;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
    display: inline-block;

    /*transition: all .3s;*/
}

.open span {
    transform: rotate(135deg);
}


.filters ul {
    padding-right: 15px;
    list-style: none; 
    margin-bottom: 0;
    padding-left: 0;  
}

.filters li.active a {
    background-color: #b0aec7; 
}

.filters ul li {
}

.filters ul li a {
    font-size: 10px;
    background: #180050;
    color: white;
    margin-bottom: 10px;
    border-radius: 19px;
    width: 100%;
    padding: 5px 12px;
    color: white;
    /*display: inline-block;*/
    text-decoration: none;
    transition: background-color .3s;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters ul li a:hover {
    background-color: #b0aec7; 
}

.hidden {
    display: none !important;
}

.uh_metafields {
    font-size: 12px;
}

#respond {
    font-size: 15px;
}

#respond input,
#respond textarea {
    font-size: 15px;
}

.kl-comments {
    max-width: 1100px;
    margin: 0 auto;   
}


.for_height {
    min-height: calc(100vh - 122px - 270px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.unhide_message {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.uh_container {
    /*max-width: 1280px;*/
    max-width: 1110px;

    /*display: flex;*/
}

.unhide-card .blur {
    filter: blur(4px);
    pointer-events: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.unhide-card .blur {
    position: relative;
}
.unhide-card .blur:before {
    content: '';
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.blur_char {
    filter: blur(4px);
    pointer-events: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unhide-card p {
	margin-bottom: 0;
}

.unhide-card video {
	outline: none;
}

.cards_wrapper.unhide-card.view-2 {    
    display: flex;
    flex-wrap: wrap;
}

/*.cards_wrapper.unhide-card.view-2,*/
.cards_wrapper.unhide-card.view-1 {
    max-width: 1200px;
    margin: 0 auto;
}

.view-1 .card_item_inner {
    /*background-color: #b0aec7;*/
	background-color: rgba(176, 174, 199, 0.8);
	border-radius: 5px;
	max-width: 350px;
	margin: 0 auto;
	padding: 20px 50px;
	display: block;
    padding: 5% 12%;
}

.view-1 .slick-slide .card_item_inner {
    background: none;
}

.unhide-card .card_item_inner h4 {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 3px 7px;
    text-align: center;
}

.unhide-card .col-md-3 .card_item_inner h4 {
    font-size: 10px;
}

.unhide-card .col-md-3 .card_item_inner h4 {

    font-size: 9px;
}

.unhide-card .card_item_inner .raiting_title {
    margin-bottom: 7px;
    width: 100%;
    text-align: center;
}

.view-2 .card_item_inner .raiting_title {
    margin-bottom: 0;
}

.unhide-card .card_item_inner h4 a {
	border: 1px solid;
	border-radius: 50px;
	padding: 5px 10px 6px;
	display: inline-block;
}

.unhide-card .card_item_inner .uh_avatar {
	width: 100%;
	border-radius: 25px;
}

.card_item {
    padding-bottom: 30px;
}

.slick-slide.card_item {
    padding-bottom: 0;
    min-height: 230px;
    background-color: rgba(176, 174, 199, 0.8);
    background-clip: content-box;
    border-radius: 5px;
}

.slider_main .slick-slide.card_item {
    background: transparent;
}

.view-3 .card_item {
    padding: 0;
    /*background-image: url('../img/back_top.jpg');*/
}

.card_item_inner {
	display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.profile-page.my-cards .card_item_inner {
    /*max-width: 1240px;*/
    max-width: 1500px;
    /*max-width: 100%;*/
}

.lightning {
    position: absolute;
    right: 0;
    max-width: 50px;
    transform: translateY(-50%);
    top: 50%;
    max-width: 12.1%;
}

.col-md-12 .lightning,
.col-md-4 .lightning {
    max-width: 12.5%;
}

.lightning img {
    max-width: 100%;
    height: auto;
}

.uh_title_more:before,
.uh_title_more:after{
    content: '';
    width: 40%;
    height: 2px;
    background: black;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    z-index: 1;
}

.uh_title_more:after {
    left: 0;
}

h3.uh_title_more {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 15;
}

.thumb_img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    /*margin-bottom: 15px;*/
    border: 1px solid #16132e;
}

.view-3 .thumb_img,
.view-1 .thumb_img {
    padding-bottom: 85%;
}

.inner_right {
    /*float: left;*/
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    padding-left: 15px;

    /*height: 100%;*/
}

.inner_right > * {
	width: 100%;
}

.inner_left {
    /*float: left;*/
    width: 35%;
    text-align: left;
    min-width: 65px;
}

.unhide-card * {
	color: #16132e;
}

.view-2 .card_item_inner {
    /*background-color: #b0aec7;*/
    background-color: rgba(176, 174, 199, 0.8);
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.view-2 .card_item_inner h4 {
	margin-bottom: 0;
}

.view-2 .card_item_inner h4 a {
	border: none;
}

.uh_metafields {
	margin-bottom: 0;
	text-align: left;
}

span.progressbar {
    width: 75%;
    height: 16px;
    border: 1px solid #1f1959;
    display: inline-block;
    border-radius: 50px;
    background: #180050;
    position: relative;
    overflow: hidden;
}

span.progress {
	width: 60%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #5b5597;
	border-radius: 50px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

span.percent_progress {
    position: absolute;
    z-index: 10;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.btn_update {
	background-color: #180050;
	color: white;
	padding: 5px 24px 6px;
	border-radius: 50px;
	display: inline-block;
	margin-top: 7px;
}

.last {
	align-self: flex-end;
}

.view-3 span.progressbar,
.view-1 span.progressbar {
	height: 22px;
}

.view-3 .col-md-3 span.progressbar,
.view-1 .col-md-3 span.progressbar {
    height: 20px;
}

.view-3 .card_item_inner {
	background-color: transparent;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    /*flex-grow, flex-shrink и flex-basis*/
}


.view-3 .card_item_inner > div:not(.slick-list) {
	background-color: rgba(176, 174, 199, 0.8);
	width: 33.3%;
	border-radius: 5px;
    /*flex-basis: 33.3%;*/
    flex: 1 1 calc((100% / 3) - 30px);

    /*max-width: 316px;*/
}

.view-3.detailed .detailed_metas .card_item_inner .center_block {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;   
}

.view-3 .card_item_inner > div:not(:last-child) {
	/*margin-right: 30px;*/
}

.view-3 .card_item_inner .left_block {
	padding: 20px 40px;
	display: flex;
	flex-wrap: wrap;
}

.view-3 .card_item_inner .left_block > * {
	width: 100%;
}

.event_row {
	display: flex;
}

.event_row .inner_right {
	width: 80%;	
}

.event_row .full_width {
    width: 100%;
    margin-bottom: 10px;
}

.event_row .inner_left {
	width: 20%;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
}

.percent {
	/*width: 65px;*/
	/*height: 65px;*/
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;

    /*margin-top: 20px;*/
}

/*.center_block {
	padding: 10px 20px;
}
*/
.event_bar_wrap {
	/*margin-bottom: 7px;*/
}

.event_title {
	font-size: 18px;
    color: white;
    display: inline-block;
    background: black;
    border-radius: 50px;
    padding: 1px 18px 2px;
    margin-bottom: 7px;
    align-self: start;
}

.event_progress {
    width: 100%;
    border-radius: 50px;
    text-align: left;
    line-height: 1.2;
    padding-left: 6px;
    /*font-size: 15px;*/
    font-size: 17px;
}

.event_progress.center-top {
	width: 80%;
	/*background-color: #1f1959; */
}

.event_progress.center-bottom {
	width: 85%;
	/*background-color: #5b5597; */
}

.event_progress.bottom {
	width: 60%;
	/*background-color: #827eb0; */
}

.event_row.top .percent {
	background-color: #17132f; 
}

.event_row.center-top .percent {
	background-color: #1f1959; 
}

.event_row.center-bottom .percent {
	background-color: #5b5597; 
}

.event_row.bottom .percent {
	background-color: #827eb0; 
}


.uh_img_gallery {
    display: inline-block;
        width: 48%;
        min-height: 116px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.uh_img_gallery:nth-child(even) {

    margin-bottom: 7px;
}
.uh_img_gallery:nth-child(odd) {
	margin-right: 7px;
    margin-bottom: 7px;
}

.uh_content:not(:first-child) {
	display: none;
}

.full_width_row #wp-post_content-wrap {
    width: 100%;
}

.video-player {
    text-align: center;
}
.video-player iframe {
    display: inline-block;
}

.uh_contents {
	padding: 15px;
    border: 1px solid;
    border-top: none;
    /*height: 100%;*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    height: 290px;
    /*overflow-y: hidden;*/

    font-size: 12px;
    text-align: left;
    width: 100%;
    /*overflow-y: auto;*/
    /*word-wrap: break-word;*/
}

.profile-page .uh_contents {
    /*height: 330px;*/
    height: 470px;
}

.uh_content {
    word-wrap: break-word;
    max-width: 100%;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 0 10px;

    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;

    font-size: 16px;
}

.uh_content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.uh_content::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
.uh_content::-webkit-scrollbar-thumb {
    background: #888; 
}

.uh_content::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/*.uh_contents.mCustomScrollbar {
    overflow-y: auto;
    padding-right: 8px;
}*/

.separ_title {
    font-size: 18px;
    text-align: center;
    max-width: 1110px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}

.separ_title:before,
.separ_title:after {
    content: '';
    position: absolute;
    width: calc(50% - 150px);
    left: 0;
    z-index: 2;
    height: 1px;
    background: black;
    top: 50%;
    transform: translateY(-50%);
}
.separ_title:before {
    right: 0;
    left: auto;
}

.uh_tabs {
    display: flex;
    width: 100%;
    text-align: center;
}

.card_item_inner .right_block {
	display: flex;
    flex-direction: column;
    padding: 10px 20px;
    min-width: 33.3%;
}

.uh_tab {
	padding: 3px 2px 2px;
    border: 1px solid;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 20%;
    cursor: pointer;
    /*font-size: 10px;*/
    font-size: 16px;
}

.uh_tab.active {
	border-width: 2px;
    border-bottom-width: 2px;
    font-weight: bold;
    width: 26%;
    background: #17132f;
    color: white;
    border-color: #17132f;
}

.right_block h4 {
	border-radius: 50px;
	border: 1px solid;
}

.share_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 7px;

    flex-wrap: wrap;
}

.uh_share img {
	max-width: 20px;
    height: auto;
}

.uh_avatar {
    align-self: flex-start;
}

.event_row {
    display: flex;
    width: 100%;
    align-self: flex-start;
    margin-bottom: 5px;
}

.event_row.top.rt {
    display: none;
}

.center_block {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}   

.uh_slide.center_block {
    flex-direction: column;
    justify-content: space-around;
}   

.view-2 .card_item_inner {
    min-height: 245px;
}

.uh_overlay {
    position: fixed;
    z-index: 9;
    background-color: rgba(0,0,0, .7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.share_modal {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #5b5597;
    width: 300px;
    height: auto;
    font-size: 16px;
    padding: 15px 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 3px solid #180050;
    border-radius: 25px;
}

.share_modal h3 {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.share_modal .share {
    color: white;
    transition: color .3s;
}

.share:hover {
    color: #b0aec7;
}

.overflow {
    overflow: hidden;
}

.unhide_profile_menu ul {
    list-style: none;
    padding: 0;
}

.unhide_profile_menu ul li {
    margin-bottom: 7px;
}

.unhide_profile_menu ul li a{
    display: inline-block;
    padding: 10px 15px 11px;
    border-radius: 50px;
    background-color: #16132e;
    color: white;
    width: 100%;
    text-align: center;
    transition: background-color .3s;
    text-decoration: none;
}

.unhide_profile_menu ul li a[aria-current="page"]{
    background-color: #b0aec7;
}

.unhide_profile_menu ul li a:hover {
    background-color: #b0aec7;
}

.profile-page {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 60px;
    margin-top: 0;
    min-height: calc(100vh - 271px);
}

.detailed_content {
    position: relative;
    margin-top: 35px;
}

.anchor_menu_fixed ul {
    list-style: none;
    padding: 0;
}

.anchor_menu_fixed {
    padding: 0;
    position: absolute;
    /*top: 0;*/
    margin-left: 3px;
    height: 0;
    /*left: -10px;*/
    height: 335px;
    overflow-y: auto;

    left: 50%;
        transform: translateX(-50%);
        top: -51px;
}

.anchor_menu_fixed::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.anchor_menu_fixed::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
.anchor_menu_fixed::-webkit-scrollbar-thumb {
    background: #888; 
}

.anchor_menu_fixed::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.fixed_item {
    /*font-style: italic;*/
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

span.action_menu {
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    text-align: center;
    transition: opacity .3s;
    text-transform: uppercase;
}

span.action_menu:hover {
    opacity: .7;
}

.inner_menu {
    display: none;
}

.inner_menu.show {
    display: block;
}

.unhide-card .fixed_item:hover{
    color: black;
}

.anchor_menu_fixed > div {
    height: auto;
    width: 470px;
    /*border: 1px solid;*/
    background: white;
    padding: 15px;
}

@media ( max-width: 1700px ) {
    .anchor_menu_fixed > div {
        width: 150px;
    }
}

.fixed_menu {
    position: fixed;
    top: 120px;
    /*left: 25px;*/
}

.inner_detailed_content {
    background-image: url('../img/back.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*max-width: 1240px;*/
    max-width: 1500px;
    margin: 0 auto;
    border: solid 2px #16132e;
    border-radius: 30px;
    /*margin: 50px;*/
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    font-size: 19px;
}

.detalied_meta {
    width: 33.3%;
    text-align: left;
    /*font-size: 14px;*/
    font-size: 22px;
    padding-bottom: 25px;
    padding: 10px;
    padding-top: 0;
}

.detailed_metas .center_block {
    padding: 35px 45px 10px;
} 

.detailed_metas h3 {
    width: 100%;
    margin-bottom: 25px;
}


.zn_pb_wrapper.clearfix.zn_sortable_content {
    min-height: calc(100vh - 271px);
}

.unhide_form_wrap {
    max-width: 450px;
    width: 100%;
    margin: 0 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #b0aec7;
    border-radius: 5px;

    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;


    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin: 0 auto;
}

.unhide_form_wrap:before {
    content: '';
    position: absolute;
    top: 15px;
    left: calc(50% - 70px);
    background-image: url('../img/icon_logo_form.png');
    background-position: center;
    background-size: contain;
    max-width: 140px;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;       
}

.unhide_form .login-remember {
    display: none;
}

.unhide_form > p {
    border: 1px solid #16132e;
    border-radius: 50px;
    padding: 3px 0;
    width: 100%;
}

.unhide_form > p:last-of-type {
    padding: 0;
    border: none;
    width: 100%;

}

.unhide_form > p span {
    display: block;
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: contain;
}

.unhide_form > p input {
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 10px 5px 46px;
    border: none;
    outline: none;
    color: #16132e;
    background: transparent;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
}

.unhide_form > p:last-of-type input {
    padding: 9px 10px;
}

.unhide_form > p input[type="submit"] {
    background-color: #16132e;
    color: white; 
    transition: opacity .3s;
    outline: none!important;
}

.unhide_form > p input[type="submit"]:hover {
    opacity: .85;
}

.uh_form textarea::-webkit-input-placeholder
.uh_form input::-webkit-input-placeholder,
.profile-form-wrap ::-webkit-input-placeholder,
.unhide_form > p ::-webkit-input-placeholder { /* Edge */
  color: #16132e;
  font-weight: 300;
}

.uh_form textarea :-ms-input-placeholder,
.uh_form input :-ms-input-placeholder,
.profile-form-wrap :-ms-input-placeholder,
.unhide_form > p :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #16132e;
  font-weight: 300;
}

.uh_form textarea::placeholder,
.uh_form input::placeholder,
.profile-form-wrap ::placeholder,
.unhide_form > p ::placeholder {
  color: #16132e;
  font-weight: 300;
}

.unhide_form > p span.login {
    background-image: url(../img/icon_login.png)!important;
}

.unhide_form > p span.pass {
    background-image: url('../img/icon_pass.png')!important;
}

.unhide_form > p span.tel {
    background-image: url('../img/icon_tel.png')!important;
}

.unhide_form > p span.email {
    background-image: url('../img/icon_email.png')!important;
}

.uh_form input.uh_input:-webkit-autofill,
.uh_form input:-webkit-autofill,
.profile-form-wrap input:-webkit-autofill,
.unhide_form input:-webkit-autofill {
    -webkit-transition-delay: 99999s!important;
    transition-delay: 99999s!important;
}

.profile-form-wrap {
    background-color: #b0aec7;
    border-radius: 5px;
    padding: 15px;
}

.uh_form,
.profile-form-wrap form {
    display: flex;
    flex-wrap: wrap;

}

.uh_form {
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #16132e;
    padding: 30px 15px;
}

.input_wrap {
    width: 33.3%;
    flex-basis: 33.3%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.half_width {
    width: 50%;
    flex-basis: 50%;
}   

.full_width {
    width: 100%;
    flex-basis: 100%;
}

/*.profile-form-wrap input.uh_input {*/
.uh_input {
    display: inline-block;
    border-radius: 50px;
    padding: 7px 10px 7px 15px;
    border: 1px solid #16132e;
    border-radius: 50px;
    outline: none;
    color: #16132e;
    background: transparent;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
}

.full_width_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    margin-bottom: 25px;
}

label.uh_input,
.uh_input[type="submit"] {
    padding: 5px 10px 6px;
    background-color: #16132e;
    color: white;
    transition: opacity .3s;
    text-align: center;
}

label.uh_input:hover,
.uh_input[type="submit"]:hover {
    opacity: .85;
}

.uh_input_file {
    display: none!important;
}

.uh_input.label {
    cursor: pointer;
    padding: 9px 10px 10px;
    white-space: normal;
}

.user_info_block {
    background-color: #16132e;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 50px;
    padding: 5px;
    max-width: 60%;
}

.user_avatar {
    display: inline-block;
    margin-right: 25px;
}

.user_name {
    color: white;
    font-size: 24px;
    vertical-align: middle;
}

.user_avatar img {
    max-width: 80px;
    height: auto;
    clip-path: circle(50% at 50% 50%);
}

.pagination {
    justify-content: center;
}

.pagination > .page-numbers {
    margin-right: 15px;
    border: 1px solid #16132e;
    border-radius: 15px;
    font-size: 18px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: color .3s, background-color .3s;
}

.pagination > .current {
    background-color: #16132e;
    color: white;
}

.pagination > a.page-numbers:hover {
    text-decoration: none;
    color: white;
    background-color: #b0aec7;
}

.preview_img {
    max-width: 150px;
    height: auto;
    margin-right: 7px;
    max-height: 100px;
}

.custom-select-c {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.custom-select-c select {
  display: none;
}

.select-selected {
    background-color: #16132e;
    border-radius: 50px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: calc(50% + 3px);
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    transform: translateY(-50%);
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: calc(50% - 3px);
}

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 5px 22px 6px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

.select-items div:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.select-items div:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.select-items {
    border-radius: 20px;
    position: absolute;
    background-color: #302a63;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    transition: background-color .3s;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #b0aec7;
}

.profile-title {
    width: 100%;
    text-align: center;
}

.dis {
    pointer-events: none!important;
    opacity: 0.4;
}

.uh_radio {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #161331;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    visibility: hidden;
    transition:  background-color .3s;
}

.uh_radio:hover .checkmark {
    background-color: rgb(22,19,46, .5);
    visibility: visible;   
}

[name="radio"] {
    display: none;
}

[name="radio"]:checked + .checkmark {
    background-color: #16132e;
    visibility: visible;
}

.uh_error_ms {
    width: 100%;
    color: red;
    text-align: center;
    font-size: 16px;
}

.response_message {
    padding: 20px;
    text-align: center;
    font-size: 26px;
}

[name="main_content"],
[name="uh_card_excerpt"] {
    width: 100%;
    text-align: left;
    padding: 15px;
    border: 1px solid;
    border-color: #16132e;;
    border-radius: 5px;
    min-height: 150px;
    font-size: 14px;
}

[name="uh_card_excerpt"] {
    min-height: 100px;
}

#wp-short_content-wrap,
#wp-main_content-wrap {
    width: 100%;
}

.edit_from_front {
    display: inline-block;
    margin-bottom: 7px;
}

.left_block {
    position: relative;
}

.event_row  .center_block_top {
    display: flex;
    text-align: left;
    font-size: 11px;
}
.event_row  .center_block_top .event_bar_wrap{
    width: 50%; 
}

a.edit_from_front {
    font-size: 15px;
}

.uh_arrow {
    cursor: pointer;
    position: absolute;
    left: -7%;
    transform: translateY(-50%);
    top: 50%;
    max-width: 70px;
    transition: opacity .3s;
}

.uh_arrow.next {
    right: -7%;
    left: auto;
}

.uh_arrow:hover {
    opacity: .8;
}

.unhide-card a:hover {
    color: white;
}    

.g-recaptcha {
    max-width: 304px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.g-recaptcha > div {
    max-width: 100%!important;
    width: 100%!important;
}

.error_register {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.uh_tooltip {
    /*display: none;*/
}

.full_width_row .input_wrap:hover + .uh_tooltip,
.full_width_row textarea:hover + .uh_tooltip {
    display: block;
}

.full_width_row .input_wrap:focus + .uh_tooltip,
.full_width_row textarea:focus + .uh_tooltip {
    display: none;
}

/*//loader*/
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  display: none;

  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-right: 0!important;
  z-index: 10;
  background: transparent!important
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media ( max-height: 640px ) {
    .zn_pb_wrapper.clearfix.zn_sortable_content {
        min-height: auto;
    }
}

@media ( max-width: 640px ) {
    
    .cards_wrapper.unhide-card.view-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .uh_metafields {
        font-size: 14px;
    }

    .filters ul li a,
    .unhide-card .card_item_inner h4,
    .event_progress,
    .uh_content {
        font-size: 16px;
    }

    .detalied_meta {
        width: 100%;
    }

    .inner_detailed_content {
        margin: 15px 0;
        font-size: 16px;
        padding: 15px;
    }

    .col-md-12 .lightning {
        max-width: 9.5%;
    }

    .fxb-row.site-header-row.site-header-main  {
        flex-wrap: nowrap;
    }
    .fxb-row.site-header-row.site-header-main .fxb-start-x{
        order: 2;
    }
    .fxb-row.site-header-row.site-header-main .fxb-center-x{
        order: 1;
    }
    .fxb-row.site-header-row.site-header-main .fxb-end-x {
        order: 3;
    }
    
    .unhide-card.view-1 {
        /*display: none;*/
    }
    
    .uh_title_more {
        display: none;
    }

    .user_avatar img {
        max-width: 50px;
    }

    .user_info_block {
        max-width: 100%;
    }

    .input_wrap {
        width: 100%;
        flex-basis: 100%;
    }

    .lds-roller {
        /*display: inline-block;*/
        display: none;
    }

    .single-unhide-card .view-3 .card_item_inner > div:not(.slick-list) {
        margin-bottom: 10px;
    }

    .edit_from_front {
        /*display: none;*/
    }
    
    .view-3 .card_item {
        background: rgba(176, 174, 199, 0.8);
        padding: 15px;
    }

    .view-3 .card_item_inner.mobile-slider {
        display: block;
        /*border: 1px solid;*/
        /*opacity: 0;*/
        /*transition: opacity .3s;*/
        /*max-height: 350px;*/
        max-height: 100%;
    }

    .view-3 .card_item_inner.mobile-slider.loaded {
        /*opacity: 1;*/
        /*max-height: 100%;*/
    }
    
    .view-3 .card_item_inner.mobile-slider .lds-roller {
        display: inline-block;
    }

    .view-3 .card_item_inner.mobile-slider.loaded .lds-roller {
        display: none;
    }

    .view-3 .card_item_inner > div:not(.slick-list) {
        width: 100%;
    }

    .slider_main {
        height: auto;
    }

    .container.uh_container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .view-3 .slick-list {
        margin-right: 0!important;
        /*background-color: rgba(176, 174, 199, 0.8);*/
    }
        
    .view-3 .card_item_inner.mobile-slider .uh_slide.slick-slide {
        /*width: auto;*/
        /*height: 100%;*/
        /*border: 1px solid;*/
        display: flex;
        /*max-height: 100%;   */
        padding: 0;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .mobile-slider .slick-track {
        /*display: flex;*/
        display: block;
        height: 350px;
    }

    .view-3 .slick-slide .thumb_img {
        max-width: 250px;
        padding-bottom: 170px;
        height: 0;
    }

    .view-3 .share_wrap {
        /*padding: 0 20%;*/
    }

    ul.slick-dots {
        width: 100%;
        margin-top: 20px;
    }

    section.zn_section {
        padding-top: 0!important;
        padding-bottom: 10px!important;
    }

    section.zn_section .kl-title-block {
        padding-bottom: 0;
    }

    .znpb-footer-smart-area .kl-title-block{
        padding-bottom: 0!important;

    }
    .znpb-footer-smart-area .image-boxes {
        margin-bottom: 0;
    }

    .latest_posts-acc-wrapper {
        margin-bottom: 10px;
    }

    .latest_posts-acc-item, .latest_posts-acc-item:hover, .latest_posts-acc-item.last, .latest_posts-acc-item.last:hover {
        padding: 10px 0; 
    }

    .flex_container .uh_container {
        flex-wrap: wrap!important;
    }

    .action_box-title,
    .action_box-subtitle,
    .ac-content-text {
        transform: none!important;
    }

    .rel-section .content {
        max-width: max-content;
        overflow-x: scroll;
    }

    .slider_main .card_item {
        visibility: visible!important;
        opacity: 1!important;
    }

    .uh_slider .card_item {
        max-width: initial;
        height: auto;
    }

    .uh_slider {
        height: auto!important;
        max-height: initial!important;
    }

    .row_footer {
        flex-wrap: wrap;
    }

    footer {
        padding-right: 10px;
        padding-left: 10px;
    }
}


