.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr
}

.wpcf7-reflection > output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection > output[hidden] {
    display: none
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper {
    max-width: 100%;
    display: block
}

img {
 display: block;
 margin: 0 auto;
 max-width: 100%;
}


picture img {
 border-radius: 14px;
 margin: 20px auto;
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff0
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: left;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff0;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 50%;
    border: 1px solid rgb(255 61 51 / .3)
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #FF3D33;
    border-color: #fff0
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    right: 50px;
    left: auto;
    transform: rotate(180deg)
}

.bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus {
    box-shadow: none
}

.bx-wrapper .bx-next {
    right: 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -40px;
    margin-top: 0;
    outline: 0;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    z-index: 5555;
    background: url(/wp-content/themes/gilda/images/bxarrow.png) no-repeat center #fff;
    border-radius: 50%;
    box-shadow: 0 3px 15px rgb(0 0 0 / .15)
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/wp-content/themes/gilda/css/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/wp-content/themes/gilda/css/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgb(80 80 80 / .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.new_message {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden
}

body {
    padding-bottom: 15px
}

article, aside, details, figcaption, figure, header, main, menu, nav, summary {
    display: block
}

footer, section {
    display: block;
    clear: both
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: #fff0;
    outline: none !important;
    text-decoration: none
}

a:active, a:hover {
    outline: none
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin-bottom: .67em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

/*img {
    border: 0
}*/

svg:not(:root) {
    overflow: hidden
}

/*ul {
    margin: 0;
    padding: 0
}*/

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

textarea {
    resize: vertical
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 10px 20px
}

body, button, input, select, textarea {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 0;
    clear: both;
    color: #000;
    font-weight: 400 !important;
 text-align: center;
}

h3 {
    line-height: 30px
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 30px 0;
    background: #f9f9f9;
    padding: 30px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
    border-left: 5px solid #000;
    background-image: url(/wp-content/themes/gilda/images/blog-icon.png);
    background-repeat: no-repeat;
    background-position: right center
}

article.hentry blockquote p:last-child {
    padding-bottom: 0
}

blockquote blockquote:not(.alignleft):not(.alignright), blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0
}

blockquote:before, blockquote:after {
    content: "";
    display: table
}

blockquote:after {
    clear: both
}

blockquote > :last-child {
    margin-bottom: 0
}

blockquote cite, blockquote small {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.75
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal
}

blockquote strong, blockquote b {
    font-weight: 400
}

blockquote.alignleft, blockquote.alignright {
    border: 0 solid #1a1a1a;
    border-top-width: 4px;
    padding: 18px 0 0;
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px)
}

blockquote p {
    padding-left: 0;
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    background: #fff
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin: 0 0 1.5em 0em
}

ul {
    list-style: disc
}

.menu-item > ul {
    display: none
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0em 1.5em
}

figure {
    margin: 0
}

table, th, td, .mce-item-table, .mce-item-table th, .mce-item-table td {
    border: 1px solid rgb(204 204 204 / .5)
}

table a {
    color: #007acc
}

table, .mce-item-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 28px;
    width: 100%
}

table th, .mce-item-table th, table caption {
    border-width: 0 1px 1px 0;
    font-weight: 700;
    padding: 7px;
    text-align: left;
    vertical-align: baseline
}

caption {
    padding: 0 0 10px 0 !important
}

table td, .mce-item-table td {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    padding: 7px;
    vertical-align: baseline
}

.blog-post-content-wrapper dl {
    margin-left: 23px
}

.blog-post-single-content .alignright.size-thumbnail {
    margin-top: 20px
}

p, ol, ul {
 font-size: var(--normal-font-size);
 margin-bottom: 16px;
 line-height: 28px;
 text-align: start;
}

/*p {
    margin: 0
}*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    padding: 6px 25px;
    border: none;
    font-size: 14px
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px 5px
}

select {
    border: 1px solid #ccc
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111
}

textarea {
    width: 100%
}

a {
    color: #333;
    text-decoration: none
}

a:visited {
    color: #333
}

a:focus {
    outline: thin dotted
}

a:hover, a:active {
    outline: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.post-title-wrapper h2 {
    line-height: 30px
}

.header-right-section h5 {
    line-height: 20px
}

h2.widget-title {
    line-height: 25px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0em;
    margin-top: .5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 0em;
    margin-top: .5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.page-links {
    clear: both;
    margin: 15px 0;
    display: block;
    overflow: hidden
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both
}

.top-header-wrapper {
    display: block;
    background: #f2f2f2;
    overflow: hidden;
    padding: 2px 0
}

.top-header-wrapper a {
    display: inline-block;
    padding-right: 15px
}

.top-header-wrapper .one_half_last {
    text-align: right
}

.top-header-wrapper .one_half_last span {
    margin-left: 15px;
    color: #353535
}

#kaya-header-content-wrapper .container {
    padding: 30px;
    width: 100%;
    display: table
}

#header-navigation {
    text-align: center;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

#header-navigation .container {
    padding: 0
}

.header-left-section a {
    background-color: #333;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 5px;
    margin-top: 10px;
    box-shadow: 0 1px 1px rgb(0 0 0 / .2);
    display: inline-table;
    border-radius: 3px;
    transition: all .3s
}

.header-left-section a:hover {
    background-color: #ff5722;
    color: #fff
}

.header-left-section {
    margin-top: 23px
}

.elementor-navigation .menu-item-has-children > a:after {
    top: 1em !important
}

.header-section {
    position: relative
}

#logo {
    float: left;
    padding-top: 10px;
    text-align: center
}

.header-right-section {
    margin-top: 15px
}

.header-right-section h5 {
    font-size: 16px;
    float: right
}

ul#main-nav {
    margin: 0 auto;
    text-align: center;
    display: table
}

.top-nav a span.sub-arrow {
    display: none
}

nav#header-navigation div#main-nav {
    float: inherit;
    margin: 0 auto
}

.menu ul ul li a {
    text-align: left
}

nav#header-navigation div#main-nav .top-nav ul {
    margin-top: 1px !important
}

.header-right-section h5 {
    color: inherit
}

#header-navigation img.gravatar, #header-navigation img.avatar, #header-navigation img.um-avatar {
    width: 13px;
    border-radius: 100%
}

.top-nav .user-account {
    margin-top: 14px !important
}

.kaya-page-titlebar-wrapper {
    padding: 50px 0;
    text-align: center;
    display: none
}

.kaya-page-titlebar-wrapper .page-title {
    margin-bottom: 0px !important;
    font-size: 29px !important;
    padding: 0 0 15px !important;
    margin: 0;
    border-bottom: 1px solid rgb(0 0 0 / .3);
    text-align: left !important;
    font-weight: bold !important;
    text-shadow: none !important;
    color: #000
}

.single-talent .kaya-page-titlebar-wrapper, .page-template-page-contacts .kaya-page-titlebar-wrapper, .page-template-page-posts .kaya-page-titlebar-wrapper, .page-template-page-pricing .kaya-page-titlebar-wrapper, .page-template-page-news .kaya-page-titlebar-wrapper, .page-template-default .kaya-page-titlebar-wrapper {
    display: none
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#sidebar li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: block
}

#sidebar li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

#sidebar ul li ul {
    border-top: 1px solid #e5e5e5;
    margin-top: 5px;
    padding-top: 5px
}

.tagcloud a {
    background-color: #f9f9f9;
    border: 1px solid #efeeee;
    padding: 5px 20px;
    float: left;
    color: #333;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 14px !important;
    margin-right: 5px;
    margin-bottom: 5px
}

.tagcloud a:hover {
    background-color: #000;
    border: 1px solid #c2185b;
    color: #fff;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.5s;
    color: #fff !important
}

span.copyright {
    text-align: center;
    display: block;
    color: #ccc
}

#kaya-footer-content-wrapper {
    overflow: hidden;
    padding: 15px 0;
    background: #222a3e
}

#kaya-footer-content-wrapper .container {
    padding: 0
}

h2.entry-title {
    margin-top: 15px;
    margin-bottom: 15px
}

.current_page_item a {
    font-weight: 900 !important
}

span.um-member-directory-filters-a.um-member-directory-filters-visible a {
    color: #fff !important
}

article.sticky {
    background: rgb(127 127 127 / .1)
}

.blog article.hentry.sticky {
    background: #f9f9f9;
    padding: 30px 30px 40px;
    border: 1px solid rgb(206 206 206 / .3)
}

.blog article.hentry, .archive article.hentry {
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(206 206 206 / .5);
    padding-bottom: 40px
}

.blog article.hentry.sticky ul {
    margin-bottom: 0
}

.post-meta {
    font-style: italic
}

.post-meta > span {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-right: 16px
}

.post-meta > span a {
    color: #000
}

.post-meta > span:after {
    content: '/';
    position: absolute;
    top: 0;
    margin-left: 9px;
    color: #afafaf
}

.post-meta > span:last-child:after {
    display: none
}

.post-meta span i {
    margin-right: 5px;
    color: #b7b7b7
}

.post-title h2 {
    margin-bottom: 0
}

.blog-post-single-content img {
    margin-bottom: 15px
}

.post-desc {
    float: left;
    padding: 20px 0 0;
    width: 100%
}

.post-desc p:last-child, .blog-post-single-content p:last-child {
    padding-bottom: 0;
    clear: both
}

.post-desc strong {
    color: #141412
}

.post-title-wrapper h2 {
    font-size: 33px
}

.post-desc .gallery, .format-gallery .gallery {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.post-desc .gallery-item img {
    width: 100%
}

.form-submit input[type="submit"] {
    border: none
}

h2.comments-title, h3#reply-title, h3.related-products-title {
    position: relative;
    margin-bottom: 60px
}

h3.related-products-title {
    margin-bottom: 40px
}

h2.comments-title:before, h3#reply-title:before, h3.related-products-title:before {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 150px;
    height: 3px;
    background-color: #000
}

.comment-author.vcard img {
    float: left
}

b.fn {
    float: left;
    margin-left: 30px
}

span.says {
    float: left;
    display: none
}

.comment-metadata {
    margin-left: 60px;
    clear: both;
    text-align: left
}

.comment-content {
    margin-left: 60px;
    padding-top: 8px
}

.comment-content p {
    margin: 0;
    padding-bottom: 15px
}

.comment-content p:last-child {
    padding: 0
}

.reply {
    margin-left: 60px;
    position: relative;
    margin-top: 10px;
    clear: both
}

.reply a {
    color: #000000 !important
}

.reply a:after {
    position: absolute;
    content: "\2192";
    padding-left: 5px
}

ol.comment-list li {
    clear: both
}

li.comment {
    list-style: none
}

form#commentform {
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom: 30px
}

ol.comment-list .children {
    padding-left: 25px !important
}

ol.comment-list .comment-body {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px
}

h3#reply-title {
    margin: 30px 0 30px 0;
    padding: 0
}

.nav-links {
    margin: 45px 0 60px;
    width: 100%;
    float: left
}

.nav-next a {
    position: relative;
    background: #f2f2f2;
    display: table;
    padding: 10px 50px 10px 30px;
    border: 1px solid #e6e6e6
}

.nav-previous a {
    position: relative;
    background: #f2f2f2;
    display: table;
    padding: 10px 30px 10px 50px;
    border: 1px solid #e6e6e6
}

.nav-next a:hover, .nav-previous a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff !important
}

.nav-next a:after {
    position: absolute;
    content: "\2192";
    padding-left: 10px
}

.nav-previous a:after {
    position: absolute;
    content: "\2190";
    left: 23px;
    top: 10px
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

p.form-submit {
    float: left
}

p.comment-form-url {
    margin-right: 0 !important
}

p.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 31.3%;
    margin-right: 3% !important
}

p.form-submit {
    margin-top: 30px !important
}

p.comment-form-author label, p.comment-form-email label, p.comment-form-url label {
    float: left
}

p.comment-form-author input, p.comment-form-email input, p.comment-form-url input {
    float: left;
    width: 100%
}

.comment-respond form p {
    padding-bottom: 0
}

p.comment-notes {
    padding: 0 0 20px 0 !important
}

div#comments {
    display: block;
    float: left;
    width: 100%
}

.single-post-tags {
    clear: both;
    overflow: hidden;
    display: block;
    margin-top: 20px
}

a.more-link {
    clear: both;
    display: block
}

.pagination {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

ul.page-numbers li {
    padding: 0;
    display: inline-block
}

ul.page-numbers li a, .page-links a {
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    border-left: 0
}

.page-links a, .page-links > span {
    display: inline-block !important;
    text-align: center
}

ul.page-numbers li a:hover, .page-links a:hover {
    background: #000;
    color: #fff !important
}

.pagination .current, .page-links > span {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s
}

.pagination a.next, .pagination a.prev {
    position: relative;
    padding: 0 20px 0 16px
}

.error404 .widget.widget_recent_entries {
    margin-top: 30px
}

.widget {
    margin: 0 0 30px;
    overflow: hidden
}

.widget select {
    max-width: 100%;
    height: 40px
}

.comment-content a {
    word-wrap: break-word
}

.comments-area ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.bypostauthor {
    display: block
}

.widget_search .search-field {
    width: 156px
}

.search-results article.hentry {
    margin-bottom: 40px
}

.search-results article.hentry p {
    padding-bottom: 15px
}

.search-results article.hentry h2 {
    margin: 0 0 10px
}

a.scrolltop {
    position: fixed;
    background: #131313;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    bottom: 30px;
    right: 30px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s
}

a.scrolltop:hover {
    background: #000;
    color: #fff
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.wp-caption {
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0
}

.wp-caption-text {
    text-align: center;
    font-style: italic;
    font-size: 14px
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    line-height: 0;
    margin-bottom: 1.5%;
    margin-right: 1.5%
}

.gallery-columns-2 .gallery-item {
    max-width: 48.5%
}

.gallery-columns-3 .gallery-item {
    max-width: 31.8%
}

.gallery-columns-4 .gallery-item {
    max-width: 23.5%
}

.gallery-columns-5 .gallery-item {
    max-width: 18.5%
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 12.78%
}

.gallery-columns-8 .gallery-item {
    max-width: 11%
}

.gallery-columns-9 .gallery-item {
    max-width: 9.61%
}

.gallery-caption {
    display: block;
    margin-top: 0;
    line-height: 21px;
    margin-top: 5px
}

.general-meta-fields-info-wrapper ul li {
    display: block;
    margin-right: 21px;
    width: 31%;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0
}

.post_single_page_img_details .general-meta-fields-info-wrapper ul li {
    float: left
}

.single .general-meta-fields-info-wrapper {
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 30px;
    border: 1px solid #eaeaea
}

ul.tabs_content_wrapper li {
    display: inline-block;
    margin-right: 10px
}

ul.tabs_content_wrapper li a {
    display: block;
    background: #f2f2f2;
    color: #7a7a7a;
    border: 1px solid #e5e5e5;
    padding: 10px 20px
}

li.tab-active a, .pods_cpt_single_compcard a {
    background: #ff5722;
    color: #fff;
    border: 1px solid #ff5722;
    display: table
}

ul.tabs_content_wrapper {
    text-align: center
}

li.tab-active a {
    position: relative
}

li.tab-active a:before {
    position: absolute;
    content: '\f0d7';
    font-family: FontAwesome;
    bottom: -13px;
    color: #ff5722;
    left: 0;
    right: 0
}

.single_tabs_content_wrapper {
    margin-top: 10px
}

.pods_cpt_single_compcard a {
    padding: 7px 15px;
    margin: 10px 0 0 15px;
    float: left
}

.cpt_posts_add_remove {
    display: table;
    padding: 8px 20px;
    margin-top: 10px;
    float: left
}

.single-page-meta-content-wrapper {
    margin-top: 30px;
    float: left
}

.single-page-meta-content-wrapper h2, .single-page-meta-content-wrapper h3 {
    margin-bottom: 20px;
    line-height: 50px;
    border-bottom: 3px solid #ff5722;
    display: table
}

.single-page-meta-content-wrapper h4 {
    margin-bottom: 20px
}

.single-page-meta-content-wrapper {
    display: table;
    width: 100%
}

.grid-view-container h3 {
    line-height: 30px
}

.general-meta-fields-info-wrapper strong {
    color: #ff5722
}

.single_tabs_content_wrapper .single-page-meta-content-wrapper p {
    line-height: 28px
}

.post_single_page_content_wrapper .general-meta-fields-info-wrapper ul {
    overflow: hidden
}

.post_single_page_img_details .one_fourth {
    background: #fafafa;
    padding: 30px;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.post_single_page_img_details .one_fourth h2 {
    line-height: 120%;
    margin-bottom: 6px
}

.post_single_page_img_details .one_fourth h4 a {
    margin-bottom: 20px;
    color: #ff5722
}

.post_single_page_img_details .one_fourth img {
    margin-bottom: 20px
}

.post_single_page_img_details {
    margin-top: 10px
}

.post_single_page_header_details h2.post_title {
    margin-top: 20px;
    font-family: "Open Sans", Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.25;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px
}

.post_single_page_img {
    float: left
}

.post_single_page_profile_container {
    display: table;
    margin: 0 auto;
    text-align: center
}

.post_single_page_details {
    margin-bottom: 40px
}

.widget_tag_cloud h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: normal;
    border-bottom: 3px solid #ff5722;
    display: table
}

.grid-view-image {
    position: relative
}

.title-meta-data-wrapper {
    position: absolute;
    bottom: 0;
    background: #ff5722;
    color: #fff;
    width: 100%
}

.grid-view-container a img {
    display: block
}

.post-meta-general-info {
    padding: 15px
}

.post-meta-general-info span {
    display: block
}

.grid-view-container .title-meta-data-wrapper {
    display: none
}

.grid-view-container:hover .title-meta-data-wrapper {
    display: block
}

.grid-view-container .shortlist-wrap .add {
    display: none !important
}

.grid-view-container:hover .shortlist-wrap .add {
    display: block !important
}

#mid-container .shortlist-wrap a.remove {
    display: block !important
}

.shortlist-page-wrapper .remove {
    display: block !important
}

.shortlist-page-wrapper .general-meta-fields-info-wrapper ul li {
    display: block;
    margin-right: 0;
    width: 100%;
    border-bottom: none
}

.shortlist-align {
    float: left;
    margin: 0;
    position: absolute;
    z-index: 999999;
    right: 30px;
    bottom: 10px
}

.user-account a:first-child, .user-account:hover a:first-child {
    background: rgb(200 200 200 / .3);
    padding: 8px 20px;
    margin-left: 10px
}

ul.shortlist_buttons li a {
    background: #f2f2f2;
    padding: 10px 30px;
    border: 1px solid #e4e4e4;
    display: table
}

.overlay-hd {
    background-color: rgb(0 0 0 / .25);
    opacity: 1;
    transition: opacity 0.3s ease-out;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.grid-view-container:hover .overlay-hd {
    display: none
}

span.shortlist-count {
    padding-left: 3px
}

.post-content-slider-view .owl-prev {
    background: rgb(0 0 0 / .4);
    padding: 17px;
    margin-left: 30px
}

.post-content-slider-view .owl-next {
    background: rgb(0 0 0 / .4);
    padding: 17px;
    margin-right: 30px
}

.grid-view-container {
    position: relative;
    overflow: hidden
}

.taxonomy-style .general-meta-fields-info-wrapper {
    padding: 15px;
    font-size: 14px;
    line-height: 20px
}

.taxonomy-style .general-meta-fields-info-wrapper li {
    width: 100% !important;
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0px !important
}

.taxonomy-style .general-meta-fields-info-wrapper strong {
    color: #fff
}

.toggle_search_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 999999;
    display: none;
    overflow-y: scroll !important
}

.toggle_search_field {
    margin: 0 auto;
    background: #FFF;
    padding: 40px 15px 0
}

.toggle_search_wrapper.container span.search_close {
    width: 30px;
    height: 30px;
    font-size: 16px;
    float: right;
    clear: both;
    overflow: hidden;
    background-color: #ff5400;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: 0
}

.toggle_search_icon {
    width: 0;
    height: 0;
    border-top: 50px solid red;
    border-left: 50px solid #fff0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999
}

span.search_close {
    top: 0;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    background: rgb(127 127 127 / .3)
}

.toggle_search_icon i {
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -30px;
    top: -40px
}

#search-select-wrapper {
    margin-bottom: 20px
}

.select2-container {
    width: 100% !important
}

#kaya-page-content-wrapper .select2.select2-container .select2-selection {
    height: 40px !important;
    border: 1px solid #ddd !important
}

.advanced_search_wrapper select {
    padding: 7px 5px !important;
    font-size: 14px !important
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    height: 19px;
    border-radius: 100%
}

.ui-slider-horizontal {
    height: 0.2em !important
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.6em !important
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
    border: 1px solid #ff5722 !important;
    background: #ff5722 !important
}

.ui-slider-horizontal {
    width: 94% !important
}

.grid-view-container h3 {
    position: relative
}

.grid-view-container h3:before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 30px;
    height: 3px;
    background: #000
}

.grid-view-container a:hover h3 {
    color: #ff5722
}

.grid-view-container a:hover h3:before {
    background: #ff5722
}

.post-content-wrapper h3 {
    margin-bottom: 20px !important
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center
}

.alignfull img {
    width: 100%
}

.alignwide img {
    max-width: 1024px
}

.entry__content .alignfull, .entry__content .alignwide {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw
}

@media print {
    footer, header, .toggle_search_icon, .overlay-hd {
        display: none
    }

    .two_third_last h4 {
        line-height: 30px
    }
}

body {
    background: #fff !important
}

.main-wrapper {
    background: #fff
}

.fixedColor {
    position: fixed !important;
    top: 0;
    background-color: #fff;
    width: 100%
}

.um-member-metaline strong {
    display: none
}

.um-member-metaline.um-member-metaline-user_url {
    margin-top: 25px
}

.blog .two_third {
    width: 100%;
    float: left;
    margin-right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.single-post #mid-content, .container {
    max-width: 1360px;
    margin: 0 auto
}

.um-member-metaline {
    border-bottom: 0 !important
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member {
    background-color: transparent !important;
    border: 0 !important
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member {
    background-color: transparent !important
}

.um-directory.uimob800 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo {
    width: 110px !important
}

.um-directory.uimob800 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a {
    width: 110px !important;
    height: 110px !important
}

.um-directory.uimob800 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a img {
    width: 110px !important;
    height: 110px !important
}

.search-grid-container {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-around !important
}

.three_fourth {
    width: 100%;
    float: none;
    margin-right: 0
}

.search-filter-box {
    width: 30%
}

.search-results-box {
    width: 65%
}

#um_field_5678_companylogo > .um-field-area {
    width: 100%;
    height: 250px
}

#um_field_5678_companylogo > .um-field-area > .um-single-image-preview {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    z-index: 1;
    background-color: #fff
}

#um_field_5678_companylogo > .um-field-area > .um-single-image-preview > img {
    width: 150px;
    height: 150px;
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.one_fifth1.profile_head_sidebar, .um-profile-nav {
    display: none
}

.um-viewing .um-field-company-name .um-field-label, .um-viewing .um-field-Add2 .um-field-label {
    display: none
}

.um-viewing .um-profile-body.main.main-default {
    border: 0;
    padding: 0 !important
}

.um-viewing .um-col-133 {
    display: flex
}

#um_field_5678_aboutcompany {
    padding: 20px 0 0 0
}

.um-viewing .um-field {
    margin: 5px !important
}

.um-viewing .um-field {
    border: 0 !important
}

.um-viewing .um-photo a {
    border: 0;
    box-shadow: none
}

.um-page-loggedin #um_field_5678_aboutcompany > .um-field-area > .um-field-value {
    padding: 0 25px;
    color: #808080 !important;
    font-size: 14px
}

.um-viewing #um_field_5423_companylogo div div div a img {
    max-width: 80%
}

.um-viewing #um_field_5423_companylogo > .um-field-area {
    width: 100%;
    height: 215px
}

.um-viewing .um-field-company-name {
    margin-top: 30px !important
}

.um-viewing .um-field {
    display: flex;
    flex-direction: column;
    width: 100%
}

.um-viewing ._um_row_3 {
    display: flex;
    flex-direction: column
}

.um-viewing ._um_row_3 .um-col-133 {
    flex-direction: column
}

.um-viewing .um-field-label {
    margin: 0 10px 20px 0px !important
}

.um-viewing .um-field-label label {
    font-size: 18px !important
}

.um-profile.um-viewing .um-field-label label::after {
    content: none !important
}

.um-profile.um-viewing .um-field-label {
    color: #003249 !important
}

.um-profile-body.main.main-default {
    background-color: #fafafa !important
}

.um-viewing ._um_row_3 .um-col-132, .um-viewing ._um_row_3 .um-col-131, .um-viewing ._um_row_3 .um-col-133 {
    float: left;
    width: 100%;
    margin: 0
}

label a {
    background: #FE454B;
    border-radius: 3px;
    color: #fff !important;
    padding: 3px 10px;
    font-weight: 300;
    font-size: 14px
}

a.scrolltop {
    display: none !important
}

.site-content a:link, .site-content a:visited {
    color: #003249
}

a.elementor-price-table__button.elementor-button.elementor-size-md, a.elementor-button-link.elementor-button.elementor-size-md {
    color: #fff
}

.elementor-text-editor p {
    padding-bottom: 0
}

.elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul.top-nav li a:hover {
    color: #003249
}

.top-nav a, .top-nav a:hover, .top-nav a:focus, .top-nav a:active {
    border-right: 0
}

#header-navbar-wrapper .top-nav a {
    padding: 20px !important
}

.menu-item {
    position: relative
}

.menu-item:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #003249;
    position: absolute;
    content: "";
    top: 85%;
    left: 50%;
    transform: translateX(-50%)
}

.menu-item:after {
    height: 1px;
    background-color: #003249;
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    width: 100%
}

.menu-item:first-child:after {
    height: 1px;
    background-color: #003249;
    position: absolute;
    content: "";
    top: 90%;
    left: 50%;
    width: 50%
}

.menu-item:last-child:after {
    height: 1px;
    background-color: #003249;
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    width: 50%
}

#menu-item-5388:before {
    content: none
}

ul#main-menu {
    margin-top: -20px
}

#menu-1-3046569 li:after, #menu-1-3046569 li:before {
    content: none
}

.myli {
    margin-right: 20px !important
}

.myli a {
    color: #003249 !important
}

#menu-2-3046569 {
    display: flex
}

.join-menu a {
    background: #FE454B !important;
    border-radius: 3px !important;
    padding: 10px 15px !important
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-nav-line .um-member-directory-filters {
    justify-content: center !important
}

.um-member-directory-header-row {
    margin: 0 !important
}

span.um-member-directory-filters-a {
    background-color: #FE454B !important;
    padding: 10px 60px !important;
    margin: 20px 0 !important;
    color: #fff !important
}

.search_filter_header_wrap_sidebar {
    border: 1px solid #C4C4C4 !important;
    background-color: #fff !important
}

.um .um-member-name a:hover {
    color: #000 !important
}

.um-search.um-search-7 {
    display: flex !important;
    flex-direction: column !important
}

.um-search.um-search-7 div {
    margin-bottom: 15px
}

table, tbody, tr, th, td {
    border: 0
}

.stat {
    background: #FE454B;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #fff
}

.stat p span {
    float: right
}

.stat.stat-m {
    opacity: .7;
    color: #C4C4C4
}

.stat-xm {
    width: 90%
}

input#um-submit-btn {
    background-color: #FE454B !important;
    width: 100% !important;
    height: 50px !important
}

div#mid-content {
    position: relative;
    height: 100%
}

#um_field_5_role_radio .um-field-area {
    display: flex
}

.um-register div form .um-row._um_row_1 {
    margin: 0 !important
}

.um-field-checkbox-state i, .um-field-radio-state i {
    color: #FE454B !important
}

.um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i {
    color: #FE454B !important
}

.um-field-checkbox-option a {
    background: none !important;
    border-radius: 0 !important;
    color: #FE454B !important;
    padding: 0 !important
}

.um-left.um-half {
    width: 100%;
    float: none;
    margin-top: 35px
}

.um-right.um-half {
    width: 100%;
    float: none;
    margin-top: 15px
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    background-color: transparent !important;
    box-shadow: none !important
}

.um-page-password-reset #um-submit-btn {
    border: 2px solid #FE454B !important;
    border-radius: 3px !important;
    color: #FE454B !important;
    background-color: #fff !important
}

.uimob800-hide a, .um a.um-link {
    color: #000 !important
}

.uimob800-hide a:hover {
    color: #000 !important
}

.um-um_account_id div form {
    display: flex;
    flex-direction: column
}

.um-account-side {
    float: none;
    width: 100%
}

.um-account-side.uimob340-hide.uimob500-hide {
    display: flex;
    justify-content: space-between
}

.um-account-meta.radius-1 {
    width: 15%
}

.um-account-side ul {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.um-account-side li {
    margin-bottom: 0 !important;
    background: transparent !important;
    flex-grow: 1
}

span.um-account-icon.uimob800-hide {
    display: none
}

.um-account-name.uimob800-hide {
    display: none
}

.elementor-page-25 div#mid-content {
    max-width: 100% !important
}

.suer-edit {
    background-color: transparent !important;
    margin-top: -105px
}

.um-account-tab.um-account-tab-general, .um-account-tab.um-account-tab-password {
    width: 50%
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: transparent !important
}

.um-account-main {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px
}

.home div#kaya-mid-content-wrapper, .um-page-account div#kaya-mid-content-wrapper {
    padding: 0
}

.um-account-main div.um-account-heading {
    display: none
}

.elementor-4785 .elementor-element.elementor-element-3046569 .elementor-nav-menu--dropdown {
    background-color: transparent !important
}

.elementor-nav-menu--dropdown {
    background-color: transparent !important
}

#menu-2-3046569 li:after, #menu-2-3046569 li:before {
    content: none
}

.elementor-4785 .elementor-element.elementor-element-3046569 .elementor-nav-menu--dropdown a, .elementor-4785 .elementor-element.elementor-element-3046569 .elementor-menu-toggle {
    color: #010054 !important
}

div#kaya-page-content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh !important
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex: 1
}

.elementor-4785 .elementor-element.elementor-element-3cc35a5 {
    overflow: auto
}

.hide-menu-item {
    display: none !Important
}

a.um-account-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #003249 !Important
}

a.um-account-link.current {
    font-weight: 900
}

.um-account-side li a:hover {
    background: #fff0 !Important
}

.um-account-side li a span.um-account-title {
    color: #003249 !Important
}

@media only screen and (max-width: 1025px) {
    .hide-menu-item {
        display: block !Important
    }
}

li#menu-item-4803:after {
    height: 1px;
    background-color: #003249;
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    width: 50%
}

.um-member-directory-header-row {
    background: #FFF;
    border: 1px solid #C4C4C4
}

.um-member-directory-header-row.um-member-directory-filters-bar {
    background: #FFF;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 0 !important
}

.um-member-directory-header-row:last-child {
    border: none !important
}

.um-clear-filters {
    display: block;
    border: 1px solid #FE454B !important;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    color: #FE454B !important;
    padding: 0px !important;
    line-height: 40px;
    margin: 0 28px !important;
    text-align: center
}

a.um-clear-filters-a {
    color: #FE454B !important
}

.um-clear-filters {
    width: 100%;
    height: 40px
}

.um-filtered-line {
    width: 100%
}

.um-directory .um-member-directory-header .um-member-directory-header-row.um-member-directory-filters-bar {
    padding: 20px
}

.um-member-directory-sorting {
    padding: 15px 0;
    color: #FE454B
}

button.src-filt {
    background: #FE454B;
    border-radius: 3px;
    height: 35px;
    width: 65%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    margin-bottom: 20px
}

.um-new-dropdown ul li a {
    color: #000 !important
}

.um-viewing .um-member-directory-header-row.um-member-directory-filters-bar.um-header-row-invisible {
    display: none !important
}

.um-viewing .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: #fff0;
    color: #000
}

.um-viewing .um-member-directory-header-row.um-member-directory-filters-bar {
    margin-top: 20px !important
}

.um-viewing .um-field-secondary_user_email > .um-field-area > .um-field-value > a, .um-viewing .um-field-skype > .um-field-area > .um-field-value > a {
    font-size: 20px;
    opacity: .4
}

.um-header.no-cover {
    display: none
}

.um-field-company-name .um-field-area .um-field-value {
    font-weight: 900;
    color: #003249 !important
}

#kaya-page-content-wrapper .select2.select2-container .select2-selection {
    height: 40px !important
}

.um-viewing .um-field-user_url div div a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FE454B !important
}

.interviews.widget_custom.articles {
    margin: 20px 0 0
}

.single .widget_custom h2 a {
    color: #000;
    text-decoration: none
}

.grid_articles {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-rows:1fr;
    gap: 30px 30px;
    grid-template-areas:". . ."
}

.single-igamingaffiliate .heading_custom h1 {
    border: none
}

.single-igamingaffiliate .interviews_item .exc {
    height: 36px
}

@media only screen and (max-width: 1025px) {
    .elementor-element.elementor-element-4b5a066.elementor-column.elementor-col-16.elementor-top-column {
        width: 30%
    }

    .elementor-element.elementor-element-69ba7a3.elementor-column.elementor-col-66.elementor-top-column {
        width: 35%
    }

    .elementor-element-3cc35a5 div .elementor-row {
        justify-content: space-between
    }

    .elementor-4785 .elementor-element.elementor-element-3cc35a5 {
        overflow: inherit !important
    }

    ul#main-menu {
        margin-top: 0
    }

    nav#header-navigation {
        position: absolute;
        width: 100%
    }

    h2.entry-title {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .menu-item:before, .menu-item:after, li#menu-item-4803:after, .menu-item:last-child:after, .top-nav:after, .menu-item:first-child:after {
        content: none
    }

    ul#main-menu {
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100vh);
        height: -moz-calc(100vh);
        height: -webkit-calc(100vh);
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(125%);
        transition: transform 0.5s ease-in
    }

    .nav-active {
        transform: translateX(11%) !important;
        background-color: rgb(255 255 255 / .9) !important
    }

    #main-menu li {
        opacity: 0
    }

    @keyframes navLinkFade {
        from {
            opacity: 0;
            transform: translateX(50px)
        }
        to {
            opacity: 1;
            transform: translateX(0)
        }
    }.mobile_toggle_menu_icons {
         text-align: right !important
     }

    nav#header-navigation ul#main-menu li.current-menu-parent, nav#header-navigation ul#main-menu li.current-menu-item, nav#header-navigation ul#main-menu li.current-menu-ancestor {
        background-color: transparent !important
    }

    .elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul li.current-menu-item.current_page_item a {
        color: #003249 !important;
        font-weight: 900 !important
    }

    .elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul li.current-menu-item.current_page_item a {
        color: #ff4350 !important;
        font-weight: 900 !important
    }

    .elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul.top-nav li a {
        color: #e23b46 !important
    }

    #header-navigation ul li a {
        border-bottom: 0 !important;
        text-align: center
    }

    .main-menu-btn {
        left: -15px !important
    }

    .main-menu-btn-icon:before {
        width: 28px;
        left: auto;
        background: #FE454B
    }

    .main-menu-btn-icon:after {
        width: 24px;
        left: auto;
        background: #FE454B
    }

    .main-menu-btn-icon {
        width: 18px;
        left: auto;
        background: #FE454B
    }
}

.um-member-directory-header-row.um-member-directory-filters-bar {
    margin-top: 20px !IMPORTANT
}

.edit-comp {
    background: #C4C4C4;
    border-radius: 3px;
    color: #003249;
    padding: 15px 40px
}

.um-page-account .um-left {
    display: flex;
    justify-content: space-between;
    float: none
}

.um-page-account input#um_account_submit_general {
    width: 50%
}

.uimob340-show, .uimob500-show, .uimob800-show, .uimob960-show, span.um-account-arrow.uimob800-hide {
    display: none !important
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-filtered-line .um-members-filter-tag {
    background-color: #fff;
    border: 1px solid #FE454B !important;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    color: #FE454B !important;
    line-height: 30px;
    width: auto;
    margin: 15px 0;
    position: relative;
    left: 10%
}

.spanspl {
    background-color: #fff !important;
    border: 1.5px solid #FE454B !important;
    color: #FE454B !important;
    line-height: 30px;
    margin: 5px;
    border-radius: 2px;
    height: 30px;
    padding: 0 15px
}

.um-viewing .um-profile-body ._um_row_3 div {
    width: 100% !important
}

.um-directory .um-members-overlay {
    left: 25%
}

@media only screen and (max-width: 767px) {
    .elementor-4792 .elementor-element.elementor-element-29f40e1 {
        padding: 45px 0 45px 0px !important
    }

    .um-directory .um-member-directory-header .um-member-directory-header-row .um-filtered-line .um-members-filter-tag {
        background-color: #fff;
        border: 1px solid #FE454B !important;
        box-sizing: border-box;
        border-radius: 0 3px 3px 0;
        color: #FE454B !important;
        line-height: 30px;
        width: 75%;
        margin: 2px 0;
        position: relative;
        left: 5%
    }

    .um-directory .um-members-overlay {
        left: 0%
    }

    .elementor-social-icons-wrapper, .elementor-text-editor p {
        text-align: center !important
    }

    .elementor-element-d33b7d4 div .elementor-row {
        display: flex;
        flex-direction: column-reverse
    }

    .elementor-element-24e6fef div .elementor-row {
        flex-direction: column
    }

    .um-directory {
        flex-direction: column;
        flex-wrap: wrap
    }

    #app-col-2, #app-col-1, .um-directory .um-member-directory-header, .um-directory .um-members-wrapper {
        width: 100%
    }

    .um-members-wrapper {
        margin-top: 30px !important
    }

    .suer-edit {
        background-color: transparent !important;
        margin-top: 0
    }

    .um-account-side.uimob340-hide.uimob500-hide {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    .um-account-meta-img.uimob800-hide {
        position: absolute;
        top: -25%;
        left: 50%;
        transform: translateX(-50%)
    }

    input#um_account_submit_general {
        margin-bottom: 30px
    }

    .edit-comp {
        padding: 15px 40px
    }

    .um-page-account .um-left {
        display: flex;
        justify-content: center;
        float: none;
        flex-direction: column
    }

    .um-page-account input#um_account_submit_general {
        width: 100%
    }

    .um-page-loggedin #um_field_5678_aboutcompany > .um-field-area > .um-field-value {
        padding: 10px 0;
        color: #808080 !important;
        font-size: 14px
    }
}

.um-search {
    display: flex !important;
    flex-direction: column
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-search .um-search-filter {
    display: flex;
    flex-direction: column !important
}

.elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul.top-nav li a {
    color: #003249 !important
}

.um-field-block {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 22px;
    text-align: center;
    color: #003249 !important
}

p.select-lable {
    margin: 15px 0;
    font-weight: 400;
    color: #003249;
    font-size: 16px
}

img.gravatar.avatar.avatar-40.um-avatar.um-avatar-gravatar {
    border-radius: 50%
}

ul#menu-2-3046569 li {
    display: flex;
    flex-direction: row
}

.kaya-page-titlebar-wrapper {
    padding-top: 50px;
    padding-bottom: 0
}

.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
    padding: 0;
    line-height: 20px
}

.um-member-directory-header-row.um-member-directory-filters-bar.um-header-row-invisible {
    display: none
}

div#kaya-mid-content-wrapper {
    background-color: #fff
}

li.select2-selection__choice {
    background-color: #fff !important;
    border: 1.5px solid #FE454B !important;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    color: #FE454B !important;
    line-height: 30px;
    border-radius: 2px
}

span.select2-selection__choice__remove {
    color: #FE454B !important
}

.um-single-image-preview.show {
    width: 100%;
    height: 200px
}

.um-field-label {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #003249 !important
}

.um-col-131 > .um-header.no-cover {
    display: block !important
}

span.user-name {
    display: none
}

img.gravatar.avatar.avatar-40.um-avatar.um-avatar-uploaded {
    border-radius: 50%
}

.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click {
    display: none
}

.um-profile-edit.um-profile-headericon {
    display: none
}

a.um-profile-photo-img {
    border-radius: 50% !important;
    width: 250px !important;
    height: 250px !important
}

.um-dropdown li a:hover {
    color: #000 !important
}

.um-editing .um-field-area {
    min-height: 45px
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) #ff414d
}

input.wpcf7-form-control.wpcf7-submit {
    background: #ff414d
}

.menu-icon a i {
    font-size: 26px;
    color: #888;
    margin-left: 10px
}

.menu-icon a i:hover {
    color: #000
}

ul#menu-2-3046569 .join-menu a {
    background: #FE454B !important;
    border-radius: 3px !important;
    padding: 10px 15px !important
}

.um-account p.um-notice {
    position: absolute;
    top: 0;
    padding: 15px 40px !important;
    background: #ff4450 !important
}

.um-viewing .um-field-company-name .um-field-area > div {
    font-style: normal;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 29px;
    color: #003249 !important
}

.um-profile.um-viewing .um-field .um-field-value, .um-profile-body {
    color: #003249 !important
}

.um-viewing .um-field-user_url {
    margin-top: 50px !important
}

.um-profile.um-viewing .um-field-skype, .um-profile.um-viewing .um-field-skype .um-field-label, .um-profile.um-viewing .um-field-secondary_user_email, .um-profile.um-viewing .um-field-secondary_user_email .um-field-label {
    padding: 0 !important;
    margin: 0 !important
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a img {
    border-radius: 50% !important
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px;
    width: 100%
}

.um-member-metaline.um-member-metaline-company-name {
    display: none !important
}

.um-field-skype, .um-field-secondary_user_email {
    flex-direction: row !important
}

.um-field-label .um-field-label-icon i {
    top: 5px !important;
    opacity: .4
}

.elementor-element.elementor-element-b6412aa.hero-title.elementor-hidden-desktop.elementor-hidden-tablet.elementor-widget.elementor-widget-heading {
    margin-top: 110px
}

ul.list-um {
    display: inline-flex;
    justify-content: start;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap
}

ul.buddyforms-list {
    display: flex;
    justify-content: space-between
}

.um-ajax-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

li.bf-submission {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 20%;
    padding: 15px !important
}

.um-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 25%;
    padding: 2.5% !important
}

li.bf-submission:nth-child(odd) {
    background: #FFF;
    border: 2px solid #E5E5E5
}

li.bf-submission:nth-child(even) {
    background: #FE454B
}

li.bf-submission .item {
    display: flex;
    flex-direction: column
}

li.bf-submission .item .item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px
}

li.bf-submission:nth-child(odd) .item .item-title a {
    color: #003249
}

li.bf-submission:nth-child(even) .item .item-title a {
    color: #fff !Important
}

li.bf-submission .item .item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

li.bf-submission:nth-child(odd) .item .item-desc {
    color: #003249
}

li.bf-submission:nth-child(even) .item .item-desc {
    color: #fff !Important
}

li.bf-submission .item .item-thumb a img {
    width: 100%;
    height: 180px
}

ul.buddyforms-list li div.action {
    margin-bottom: 0
}

li.bf-submission .action .meta .item-status {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

li.bf-submission:nth-child(odd) .action .meta .item-status {
    color: #FE454B
}

li.bf-submission:nth-child(even) .action .meta .item-status {
    color: #FFF
}

li.bf-submission .action .meta .item-status:before {
    content: none
}

li.bf-submission .action .meta .publish-date {
    display: none
}

.read-more {
    margin-bottom: 40px
}

ul.buddyforms-list li .item {
    width: 100%;
    overflow: hidden
}

.item-desc {
    margin: 15px 0
}

.page-template-default ul.buddyforms-list {
    flex-wrap: wrap
}

.page-template-default li.bf-submission {
    width: 30% !important;
    margin-bottom: 20px
}

.page-template-default li.bf-submission .item .item-thumb a img {
    width: 100%;
    height: 300px
}

.um-own-profile .navigation {
    display: none
}

.um-own-profile .um-field-type_block {
    text-align: left
}

.um-message-unreaditems {
    padding: 0 6px;
    color: #fff;
    background-color: #FE454B;
    font-size: 12px;
    margin-left: 0;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 0
}

a.elementor-item {
    position: relative
}

.menu-icon a i {
    font-size: 32px
}

.group-blog .um .um-item-meta a {
    color: #003249 !important
}

.um-profile-navbar.um-messaging-bar {
    margin-bottom: 15px
}

.um-member {
    position: relative
}

a.um-message-btn.um-button span {
    display: none
}

a.um-message-btn:before {
    margin-right: 0
}

.um-member-card-footer {
    position: absolute;
    display: grid !important;
    right: 0%;
    bottom: 20px
}

.um-member a.um-message-abtn, .um-member a.um-message-btn {
    font-size: 13px;
    margin: 10px
}

.um-member-meta-main.no-animate, .um-new-dropdown {
    z-index: 9999
}

.um-profile-navbar.um-messaging-bar {
    display: none
}

p.add_post_bnt {
    text-align: right
}

.um-field-um_block_5678_24, .um-field-um_block_5423_21 {
    cursor: pointer
}

input#Categories {
    display: none
}

footer.footer {
    background: #FE454B;
    line-height: 64px;
    font-size: 16px;
    color: #fff;
    overflow: hidden
}

.footer.newdesign {
    background: #0d0d0d
}

.footer.newdesign .sub-menu li a {
    margin: 10px 0;
    border: none;
    background: #fff0;
    max-height: 40px;
    display: block;
    justify-content: left;
    max-width: 100%;
    color: #fff;
    line-height: normal;
    font-size: 14px
}

.footer.newdesign .lgt {
    margin: 0;
    width: 21.5%;
    float: left
}

.footer.newdesign .lgt img {
    margin: 10px 0 0
}

.footer.newdesign .nvs {
    margin: 0;
    overflow: inherit
}

.navs, .soci {
    float: left;
    width: 50%
}

.footer.newdesign .navs {
    width: 57%;
    float: left;
    position: relative
}

button.scroll-top {
    background: #fff0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 0;
    height: 21px;
    width: 12px;
    left: auto;
    outline: none
}

.footer.newdesign ul.menu {
    text-align: center
}

.footer.newdesign ul.menu li {
    display: inline-block;
    list-style-type: none
}

.footer.newdesign ul.menu li a {
    color: #fff;
    padding: 20px 35px
}

.footer.newdesign ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    top: -135%;
    border: 1px solid #fff;
    border-radius: 9px;
    text-align: center;
    background: #000;
    font-size: 14px;
    left: -66px;
    right: auto;
    margin: auto;
    z-index: 9999
}

.footer.newdesign ul.menu .sub-menu li a {
    padding: 0
}

.footer.newdesign ul.sub-menu:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    bottom: -11px;
    background: #000;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 1px 0 0
}

.footer.newdesign ul.sub-menu li {
    display: block
}

.footer.newdesign {
    padding: 50px 0 20px
}

.soci {
    text-align: right
}

.soci a {
    margin-left: 13px
}

.soci i {
    color: #fff
}

.footer.newdesign .soci {
    float: left;
    width: 21%
}

.site-content .introtext {
    margin: 50px 0 0 0;
    width: 56%
}

.site-content .introtext h1 {
    font-family: 'Poppins', sans-serif !important;
    color: #FE454B;
    font-size: 72px;
    font-weight: 400;
    font-style: normal;
    padding: 30px 0 0;
    margin: 0;
    line-height: 1;
    text-shadow: 0 4px 4px rgb(0 0 0 / .25)
}

.site-content .introtext p {
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #003249;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px
}

.decorover {
    position: relative
}

.site-content.container.full {
    width: 100%;
    max-width: 100%;
    background: url(/wp-content/themes/gilda/images/bg-1.jpg) no-repeat 0 50%/cover;
    padding: 20px 0 100px
}

.lnk.log {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    text-shadow: 0 0 10px rgb(0 0 0 / .3);
    background-color: #003249;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #003249;
    border-radius: 3px 3px 3px 3px;
    padding: 17px 85px 17px 85px;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important
}

.page-template-page-posts div#kaya-mid-content-wrapper, .page-template-page-news div#kaya-mid-content-wrapper {
    background-color: #fff
}

.lnk.reg {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    background-color: #FE454B;
    border-radius: 3px 3px 3px 3px;
    padding: 17px 69px 17px 69px;
    margin: 0 10px 0 0;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important
}

.custom.container {
    max-width: 1170px;
    width: 100%;
    position: relative;
    z-index: 3333
}

.custom.container .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.site-content .custom.container h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 26px !important
}

.priseblock {
    width: 30%;
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.priseblock .inner {
    padding: 10px;
    width: 100%;
    text-align: center
}

.label_inner {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px
}

.label_pop {
    background-color: #61ce70;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    text-transform: uppercase;
    color: #fff
}

.priseblock .heading {
    background: #003249;
    padding: 20px 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    position: relative
}

.priseblock:first-child .heading {
    background-color: #FE454B
}

.priseblock .contains {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #003249;
    line-height: 1.2em;
    letter-spacing: 0em;
    background-color: #FFF;
    padding: 30px 0 30px 0
}

.priseblock .contains strong {
    font-family: Poppins, sans-serif;
    font-style: normal;
    color: #003249;
    line-height: .8em;
    letter-spacing: 0em;
    font-size: 65px;
    font-weight: 700;
    display: inline-block;
    position: relative
}

.priseblock .contains p {
    padding: 0
}

.priseblock .contains strong:before {
    content: 'â‚¬';
    position: absolute;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0em;
    left: -15px
}

.priseblock a.moree {
    background-color: #003249;
    padding: 0;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 46px;
    max-height: 46px;
    display: block;
    text-decoration: none !important
}

.priseblock:first-child a.moree {
    background-color: #FE454B
}

.priseblock:first-child .contains {
    color: #FE454B
}

.priseblock:first-child .contains strong {
    color: #FE454B
}

.pricing {
    background: #fafafa;
    padding-bottom: 40px;
    margin: 40px 0 20px;
    position: relative
}

.pricing.new_home {
    margin: 20px 0 20px
}

.pricing:before {
    content: '';
    position: absolute;
    width: 3000px;
    height: 100%;
    background: #fff;
    left: -970px;
    top: 0;
    z-index: 2222
}

.site-content .pricing .custom.container h2 {
    padding: 20px 0 45px;
    text-shadow: 0 0 10px rgb(0 0 0 / .3)
}

.logos {
    background: #fff
}

.site-content .logos .custom.container h2 {
    padding: 20px 0
}

.logos .bx-wrapper {
    width: 100%;
    background: #fff0;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0
}

body.page-template-page-custom, body.home {
    background: #fff !important
}

.bx-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff0;
    font-size: 21px;
    color: #fff !important
}

.bx-next {
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff0;
    font-size: 21px;
    color: #fff !important
}

a.checkout {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #003249;
    line-height: 1em;
    letter-spacing: 0em;
    margin: 40px 0;
    display: inline-block
}

.custompost {
    min-height: 530px;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / .15);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .15);
    background: #fff
}

.custompost > h3 > a {
    color: #000 !important;
    text-decoration: none !important
}

.custompost > div > p > a {
    color: #fe454b !important;
    text-decoration: underline !important;
    font-weight: 600
}

.other_news .bx-wrapper .bx-controls-direction a {
    top: -65px
}

.other_news > h2 > a {
    text-decoration: none !important;
    color: #000 !important
}

.page-template-page-contacts .custompost {
    min-height: 570px
}

h2.head_decor {
    color: #FE454B !important;
    border-bottom: 1px solid rgb(0 0 0 / .3);
    padding: 0 0 5px;
    margin: 0 0 10px
}

.custompost .meta {
    padding: 10px 0;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    opacity: 1;
    position: relative;
    width: 100%;
    bottom: 0
}

.custompost .meta p {
    padding: 0
}

.customthumb {
    position: relative
}

.customcats {
    background-color: #FE454B;
    font-family: "Poppins", sans-serif;
    left: 7px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 500;
    margin: 20px;
    border-radius: 999px;
    opacity: 1;
    z-index: 8888
}

.customcats a {
    color: #fff !important;
    pointer-events: none
}

.customavatar {
    position: relative;
    padding: 0 30px;
    width: 100%;
    top: -15px;
    height: 0;
    pointer-events: none
}

.customavatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.customavatar a {
    pointer-events: none
}

.customavatar span {
    display: none
}

.news .row {
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns:repeat(3, 1fr);
    display: grid !important
}

.news h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    color: #404040;
    line-height: 1.42em;
    letter-spacing: 0em;
    text-align: left;
    padding: 0;
    margin: 10px auto
}

.news h3 a:hover {
    text-decoration: underline !important;
    color: inherit
}

.customannounce {
    line-height: 1.7;
    padding: 0;
    margin-bottom: 25px
}

.customannounce p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
    font-family: "Poppins", Sans-serif;
    font-weight: 400
}

#kaya-mid-content-wrapper a.reads-more {
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
    display: inline-block;
    color: #FE454B;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5em;
    letter-spacing: 0em;
    padding: 0;
    text-decoration: none !important
}

#kaya-mid-content-wrapper .bx-wrapper a.reads-more img {
    display: inline-block
}

.customscontent {
    width: 80%;
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox
}

.customscontent .ovr, .custonssidebar .ovr {
    padding: 10px;
    width: 100%
}

.custonssidebar {
    width: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox
}

.site-content .custom.container .stats.widget .widgettitle, .site-content .custom.container .stats.widget h2, .site-content .custom.container .r_news h2 {
    color: #003249;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    font-weight: 700;
    text-align: left
}

.site-content .custom.container .stats.widget .widgettitle, .site-content .custom.container .r_news h2 {
    text-align: center;
    display: block
}

.site-content .custom.container .stats.widget table {
    color: #003249;
    border-collapse: separate;
    border-spacing: 0;
    margin: 15px 0 28px
}

.stats.widget p {
    padding: 0
}

.site-content .custom.container .stats.widget .textwidget, .r_news .over {
    padding: 1px 20px 20px 20px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C4C4C4
}

.r_news .over, .site-content .custom.container .stats.widget .textwidget {
    padding-top: 20px
}

.r_news h3 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #003249;
    line-height: 1.66em;
    letter-spacing: 0em
}

.r_news .meta {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #ADADAD;
    line-height: 1.25em;
    letter-spacing: 0em
}

.r_news .meta p {
    padding: 0
}

.r_news .reads-more {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    color: #003249;
    line-height: 1.5em;
    letter-spacing: 0em;
    padding: 10px 0 20px;
    text-transform: none
}

.error.um-admin-notice.notice, div#setting-error-tgmpa, .updated {
    display: none !important
}

.pagination a.page-numbers, .pagination li {
    display: none
}

.pagination a.page-numbers.next, .pagination a.page-numbers.prev {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #003249;
    line-height: 1.5em;
    letter-spacing: 0em
}

.news .pagination, .page-template-page-igamingaffiliate .pagination {
    text-align: right;
    margin: 30px 0 0
}

.page-numbers.dots {
    display: none
}

.wpcf7-form input {
    max-width: 100%
}

.custom_navy.tops {
    padding: 0 0 30px
}

.descr li {
    list-style-type: none;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #7A7A7A;
    line-height: 1.27em;
    letter-spacing: 0em
}

.descr li:before {
    content: '';
    border-top-style: dashed;
    border-top-color: #003249;
    border-top-width: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    display: block
}

.descr li:first-child:before {
    display: none
}

.descr {
    background: #fff
}

.descr a {
    color: #FFFFFF !important;
    background-color: #FE454B;
    font-size: 18px;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 100px;
    font-weight: 700;
    margin: 40px auto 0;
    display: block;
    width: 60%;
    text-decoration: none !important
}

.customssinglesidebar .over .custompost {
    min-height: 1px;
    height: auto;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / .15);
    box-shadow: none;
    background: #fff0
}

.priseblock:first-child .descr a {
    background-color: #FE454B
}

.best .label_pop {
    background-color: #FE454B
}

.pricing.nobg {
    margin: 0 0 20px
}

.logos.nobg {
    position: relative
}

.logos.nobg:before {
    content: '';
    position: absolute;
    width: 3000px;
    height: 100%;
    background: #fff;
    left: -1000px;
    top: 0;
    z-index: 2222
}

@media all and (min-width: 900px) {
    .logoslider figure {
        min-height: 195px
    }

    .bx-viewport figure {
        max-height: 195px
    }
}

.top20 {
    padding-top: 20px
}

.page-template-page-custom .news, .page-template-page-custom #kaya-mid-content-wrapper {
    background: #fff !important
}

.page-template-page-custom .news {
    padding-bottom: 40px
}

.customssingle {
    width: 66.666%;
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.customssingle .ovr, .customssinglesidebar .over {
    padding: 10px
}

.customssinglesidebar {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    margin: 0 0 0 40px
}

.customssinglesidebar h3 {
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    color: #003249;
    line-height: 1.42em;
    letter-spacing: 0em;
    text-align: left;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 20px
}

.customssinglesidebar .customthumb {
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / .15);
    box-shadow: 0 0 15px rgb(0 0 0 / 24%);
    border-radius: 7px;
    overflow: hidden
}

.metas {
    margin: 20px 0
}

.dates svg {
    width: 14px;
    margin: 0 5px 0 0
}

.author .ava {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px 0 0
}

.cnt {
    color: #7a7a7a;
    font-family: "Poppins", sans-serif;
    font-weight: 400
}

.cnt a {
    color: #003249
}

.nav-previous a {
    display: inline-block !important;
    padding: 0 0 0 15px !important
}

.nav-next a {
    display: inline-block !important;
    padding: 0 15px 0 0 !important;
    text-align: right
}

.post-next-prev-buttons .nav-links i {
    font-size: 30px;
    color: #d4d4d4;
    vertical-align: middle
}

.post-next-prev-buttons .nav-links {
    border: none;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    position: relative
}

.post-next-prev-buttons .nav-links:before {
    content: '';
    position: absolute;
    height: 45px;
    border-right: 1px solid #d4d4d4;
    top: 8px;
    left: calc(50% - 1px);
    right: auto;
    bottom: auto;
    margin: auto
}

.post-next-prev-buttons .nav-links a {
    padding: 0;
    border: none;
    background: #fff0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: .7em;
    color: #54595F !important;
    line-height: 1.55em !important;
    vertical-align: middle
}

.post-next-prev-buttons .nav-links a span {
    display: block;
    text-transform: uppercase
}

.navigation .nav-next a:hover, .navigation .nav-previous a:hover {
    background: transparent !important;
    border: none !important;
    color: #54595F !important
}

.nav-next a:after, .nav-previous a:after {
    display: none
}

.site-content .logos.nobg .custom.container h2 {
    padding: 20px 0 0;
    line-height: normal;
    margin: 0
}

.logospartners {
    height: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex
}

.logospartners figure {
    height: 100%;
    position: relative;
    width: 243px;
    margin: 0;
    text-align: center;
    justify-content: center
}

.logospartners figure img {
    max-width: 100%;
    height: inherit
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.custommap, .customscontact {
    width: 50%;
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custommap .ovr, .customscontact .ovr {
    padding: 0 20px 0;
    width: 100%
}

.customscontact .ovr {
    padding: 20px;
    border: 1px solid #e5e5e5
}

.site-content .custom.container .customscontact h2 {
    padding: 0;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 500
}

.site-content .custom.container .customscontact {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #7A7A7A;
    line-height: 1.5em;
    letter-spacing: 0em;
    position: relative
}

/*.site-content .custom.container .customscontact .ovr  {
    padding: 0 0 10px;
    margin: 0 0 10px
}*/

.site-content .custom.container .customscontact .ovr > p:after {
    content: '';
    position: absolute;
    width: 72px;
    height: 3px;
    background: #ff414d;
    left: 0;
    bottom: 0
}

.custommap iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.news.cont .row {
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns:repeat(3, 1fr);
    display: grid !important
}

.news.cont .row .customannounce {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #777;
    line-height: 1.5em;
    letter-spacing: 0em
}

.mobile_toggle_menu_icons {
    display: none
}

table td, .mce-item-table td {
    vertical-align: top
}

table, th, td {
 border: 1px solid;
}

.mobs {
    display: none
}

.intro, .page-template-page-custom .logos.nobg {
    padding: 0 10px
}

.custompost a.thumbnail {
    height: 215px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative
}

.img-contain.row.custom {
    padding: 5px
}

.img-contain.row.custom .custompost {
    box-shadow: none !important
}

.img-contain.row.custom .custompost .customthumb, .news .custom .custompost .customthumb.demo {
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / .15) !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / .15) !important
}

.news .bx-viewport {
    padding: 5px
}

.custompost .new_thumb a.thumbnail {
    height: auto
}

a.thumbnail.cover:after {
    display: block;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / .35)), color-stop(75%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgb(0 0 0 / .35), transparent 75%);
    background-image: -o-linear-gradient(bottom, rgb(0 0 0 / .35) 0, transparent 75%);
    background-image: linear-gradient(0deg, rgb(0 0 0 / .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a.thumbnail.cover img {
    opacity: 0;
    width: 100%
}

.thumbnail.cover.stf img {
    opacity: 1;
    width: 100%
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content {
    position: relative;
    z-index: 0;
    opacity: 1
}

.um-profile-photo {
    width: 190px !important;
    padding-top: 30px
}

.um-profile-photo a.um-profile-photo-img img {
    height: auto !important
}

.um-members-overlay {
    background: #fafafab8 !important;
    max-width: 620px;
    left: auto !important;
    bottom: 0 !important;
    right: 0;
    top: 0 !important;
    margin: auto
}

.um-profile-photo a.um-profile-photo-img {
    background: transparent !important;
    border-radius: 100%;
    border: none !important;
    border-bottom: none !important
}

.um-profile-photo a.um-profile-photo-img {
    border-radius: 50% !important;
    width: 190px !important;
    height: 190px !important
}

@media all and (max-width: 1100px) {
    .footer.newdesign ul.menu > li a {
    }

    .openfilter {
        padding: 10px 0;
        margin: 0 0 30px
    }

    .um-directory .um-member-directory-header.umjstoggler {
        display: none
    }

    .um-directory .um-members-wrapper .um-members.um-members-list {
        grid-template-columns:repeat(auto-fill, minmax(100%, 1fr)) !important;
        align-items: flex-start
    }

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container {
        display: block
    }

    .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo {
        width: 100%;
        margin: 0 auto;
        display: block !important;
        text-align: center !important
    }

    .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo, .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a {
        width: 120px !important;
        height: 120px !important;
        display: inline-block !important
    }

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container {
        display: block !important;
        text-align: center !important
    }

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a img {
        width: 100% !important;
        height: inherit !important
    }

    .um-directory .um-members-wrapper .um-members .um-member .um-member-card .um-member-name {
        justify-content: center !important
    }

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer, .um-directory .um-members-pagination-box .um-members-pagidrop {
        display: block !important;
        width: 100% !important;
        position: relative
    }

    .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons {
        flex-wrap: wrap;
        width: 100% !important;
        margin: 0 !important
    }

    .um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons .um-members-list-footer-button-wrapper {
        margin: 0 !important;
        width: 100%
    }

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content {
        width: 100% !important;
        margin: 0 !important
    }

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-actions {
        position: absolute;
        top: 0;
        right: 0
    }

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta .um-member-metaline {
        padding: 0 !important;
        line-height: inherit;
        margin: 0 0 10px;
        text-align: center
    }

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta .um-member-metaline a {
        display: block;
        text-align: center;
        width: 100%
    }

    .custom.container .row {
        display: block
    }

    .customscontent, .custonssidebar {
        width: 100%
    }

    .news.cont .row, .news .row {
        grid-template-columns:repeat(1, 1fr)
    }

    .custommap, .customscontact {
        width: 100%;
        margin: 0 0 20px
    }

    .custommap .ovr {
        padding: 0;
        width: 100%
    }

    footer p {
        line-height: 2em
    }

    .customheader .nvs {
        margin: 0;
        width: 100%;
        float: left;
        overflow: inherit;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        z-index: 6666
    }

    .customheader .lgt, .customheader .usr {
        margin: 0;
        width: 100%;
        text-align: center
    }

    .customheader .lgt {
        text-align: left;
        width: 25% !important;
        margin: 0
    }

    .customheader .lgt img {
        width: 100%
    }

    .newdesign header .container {
        width: 90%;
        position: relative
    }

    .customheader .usr ul {
        display: flex;
        justify-content: center;
        padding: 40px 0 0
    }

    .mobile_toggle_menu_icons {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 8888
    }

    .customheader .nvs ul li {
        float: none !important;
        display: block;
        text-align: center;
        margin-left: 0;
        position: relative;
        padding: 10px 0
    }

    .customheader .nvs ul {
        text-align: center;
        background: #fff;
        margin: 70px 0 0;
        padding: 20px 0 40px
    }

    .customheader .usr {
        display: none
    }

    .priseblock {
        width: 100%;
        margin-bottom: 30px
    }

    .logospartners {
        height: inherit;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        display: block
    }

    .logospartners figure img {
        max-width: 100%;
        height: auto
    }

    .logospartners figure {
        height: 100%;
        position: relative;
        width: 80%;
        margin: 0 auto;
        display: block;
        text-align: center;
        justify-content: center
    }

    .logos .bx-wrapper {
        margin: 0 auto
    }

    .custompost {
        min-height: auto
    }

    .custompost .meta {
        position: relative
    }

    .customssingle, .customssinglesidebar {
        width: 100%;
        margin: 0 auto
    }

    .single-post div#kaya-mid-content-wrapper {
        padding: 0 !important;
        background: #fff
    }

    .site-content .introtext h1 {
        text-align: center;
        font-size: 42px
    }

    .site-content .introtext {
        margin: 0;
        width: 100%
    }

    .links a {
        width: 100%;
        text-align: center
    }

    .lnk.reg {
        margin: 0 0 20px
    }

    .pricing {
        padding-bottom: 40px;
        margin: 40px 0 20px
    }

    .site-content .logos .custom.container h2 {
        padding: 20px 0;
        font-size: 30px
    }

    .site-content.container.full section {
        width: 85%;
        margin: 0 auto
    }

    .logos.nobg:before {
        display: none
    }

    .descs, .pricing:before {
        display: none
    }

    .mobs {
        display: block
    }

    .navs, .soci {
        float: none;
        width: 100%
    }

    .soci {
        text-align: center
    }

    .navs p {
        text-align: center !important;
        padding-bottom: 20px !important
    }
}

.usrlist .um-member-directory-header.um-form.umjstoggler, .usrlist .um-messaging-btn {
    display: none
}

.usrlist .um-directory .um-members-wrapper .um-members.um-members-list {
    display: block;
    grid-gap: 0;
    grid-template-columns:max-content;
    align-items: unset
}

.usrlist .um-directory.um-loaded .um-members-wrapper {
    height: auto;
    width: 100%
}

.usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a img, .usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a {
    width: 190px !important;
    height: 190px
}

.usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo {
    width: 190px;
    height: 250px
}

.usrlist a.um-message-btn.um-button span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 6px;
    font-size: 16px
}

.usrlist a.um-message-btn:before {
    margin-right: 0;
    top: 4px;
    font-size: 14px
}

.usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons {
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0
}

.usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer {
    display: block !important;
    width: 100%;
    height: 44px;
    padding: 0
}

.usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons .um-members-list-footer-button-wrapper {
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%
}

#kaya-mid-content-wrapper .usrlist a.um-button {
    text-decoration: none;
    width: 100%;
    height: 44px;
    margin: 15px 0 0
}

.usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.usrlist .um-member-tagline, .usrlist .um-member-name, .usrlist .um-member-metaline {
    border-bottom: none;
    padding: 0;
    font-size: inherit !important;
    text-align: left
}

.usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-tagline {
    color: #888;
    display: inline;
    font-size: 16px !important;
    margin: 0 0 10px
}

.usrlist span.cust {
    color: #003249;
    display: inline-block;
    margin: 0 10px 0 0
}

.d_cont button {
    background: #fff0;
    color: #208fa2;
    padding: 0;
    margin: 0 0 0 5px;
    display: inline;
    outline: none
}

.d_cont p {
    display: inline
}

.d_cont {
    padding: 10px 0 40px
}

.usrlist .um-members-overlay {
    background: #fafafab8 !important;
    max-width: 100%
}

.usrlist a.um-button:before {
    margin-right: 0;
    font-size: 14px;
    font-family: FontAwesome;
    margin-right: 8px;
    width: 14px;
    text-align: left;
    display: inline-block;
    position: relative;
    left: 0;
    content: '\f003'
}

.row_g3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    text-align: center
}

.usr_label {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 9px;
    min-width: 114px;
    text-align: center;
    background: #fff
}

#kaya-mid-content-wrapper .usrlist a.um-button.for {
    text-decoration: none;
    width: 230px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 5%;
    background: #FE454B;
    color: #fff;
    line-height: 44px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    border-radius: 6px
}

.usrlist a.um-button.for:before {
    display: none
}

.custompost.for {
    border-radius: 12px;
    overflow: hidden;
    max-width: 570px;
    margin: 0 0 30px
}

.row_g3 .item {
    padding: 20px 0 10px;
    font-size: 15px
}

.custom_navy {
    padding: 30px 0
}

.custom_navy ul {
    text-align: left
}

.custom_navy li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    width: 40px;
    height: 40px;
    vertical-align: top;
    text-align: center;
    line-height: 27px;
    text-decoration: none;
    font-weight: 700;
    color: #000
}

.custom_navy a {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid rgb(255 61 51 / .4)
}

.custom_navy a:hover {
    background: #2d2d2d;
    color: #fff !important
}

.pagination > *:first-child, .pagination > *:first-child span {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 3px !important
}

.pagination > *:last-child, .pagination > *:last-child span {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.custom_navy .pagination span.current {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff0;
    background-color: #2d2d2d;
    color: #fff
}

.custom_navy .pagination a.page-numbers.next, .custom_navy .pagination a.page-numbers.prev {
    width: 40px;
    height: 40px;
    padding: 0;
    background: url(/wp-content/themes/gilda/images/pagination_dark.svg) no-repeat center !important;
    transform: rotate(-90deg);
    border-left: 1px solid #2d2d2d
}

.custom_navy .pagination a.page-numbers.prev {
    transform: rotate(90deg)
}

.pagination a.page-numbers.next:hover, .pagination a.page-numbers.prev:hover {
    background: url(/wp-content/themes/gilda/images/pagination_hover_1.svg) no-repeat center #2d2d2d !important
}

.pagination a {
    text-decoration: none !important
}

.custom_navy .pagination a.page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2d2d2d;
    color: #2d2d2d
}

.content_complaints_list_ .custom_navy .pagination a.page-numbers.next, .content_complaints_list_ .custom_navy .pagination a.page-numbers.prev {
    width: 40px !important;
    height: 40px !important
}

.page-template-page-igamingaffiliate .custom_navy .pagination a.page-numbers.next + a.page-numbers.next, .page-template-page-igamingaffiliate .custom_navy .pagination a.page-numbers.prev:nth-child(2) {
    display: inline-block
}

body.um-page-login .kaya-page-titlebar-wrapper, body.um-page-register .kaya-page-titlebar-wrapper {
    display: none
}

.category_banner {
    padding: 100px 0;
    text-align: center;
    position: relative;
    margin: 0 0 40px
}

.category_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .7;
    z-index: 1
}

.category_banner h1 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 7777
}

.heading_custom h1 {
    font-size: 36px;
    border-bottom: 1px solid rgb(0 0 0 / .3);
    padding: 0 0 5px;
    color: #000
}

.site-content .custom.container .heading_custom h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
    color: #000;
    text-align: left
}

.about_custom {
    padding: 0 0 60px;
    font-size: 16px
}

.it_cont {
    width: 60%;
    float: left;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px
}

.it_name {
    width: 40%;
    float: left;
    line-height: 45px;
    font-size: 20px;
    padding: 0 0 0 25px
}

.custompost[data-cur="exclusive"] {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .15);
    overflow: hidden;
    border: 4px solid #FE454B
}

.usr_label.excl {
    background: #FB473E;
    border: none;
    color: #fff
}

.definition {
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.site-content .definition h3 {
    font-size: 22px;
    color: #000
}

.page-template-page-off_for .kaya-page-titlebar-wrapper, .page-template-page-best_for .kaya-page-titlebar-wrapper, .page-template-page-best_for_aff .kaya-page-titlebar-wrapper {
    display: none
}

.page-template-page-off_for div#kaya-mid-content-wrapper, .page-template-page-best_for div#kaya-mid-content-wrapper, .page-template-page-best_for_aff div#kaya-mid-content-wrapper {
    background: #fff
}

.custompost.for.bests {
    border-radius: 12px;
    overflow: visible;
    max-width: 100%;
    box-shadow: none;
    min-height: auto;
    margin: 0 0 60px
}

.new_thumb.bests .thumbnail {
    border-radius: 9px;
    overflow: hidden;
    width: 570px;
    margin: 0 30px 0 0
}

.site-content .bests h3 {
    font-size: 22px;
    color: #000;
    margin: 0;
    padding-bottom: 20px;
    text-decoration: none !important
}

.best_content > a {
    text-decoration: none !important
}

.site-content .bests a.name {
    text-decoration: none !important
}

.bests p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 10px
}

.bests strong {
    color: #000
}

#kaya-mid-content-wrapper .usrlist a.um-button.for.bests {
    margin: 25px 0 5%;
    width: 230px
}

.usr_label.bests {
    color: #fff;
    border: none;
    background: #FE454B
}

.custom.container .row_g2 {
    flex-wrap: wrap
}

.best_content {
    float: left;
    width: 470px
}

.new_thumb.bests {
    float: left;
    position: relative
}

.row_g2 .custompost.for.bests:nth-child(even) .new_thumb.bests {
    float: right
}

.row_g2 .custompost.for.bests:nth-child(even) .new_thumb.bests .thumbnail {
    margin: 0 0 0 30px
}

.row_g2 .custompost.for.bests:nth-child(even) .usr_label {
    left: auto;
    right: 15px
}

.description_bests {
    font-size: 16px;
    display: block;
    clear: both;
    padding: 30px 0 0;
    color: #000
}

.customheader .nvs ul li.menu-item:after:last-child a:after {
    display: none
}

#kaya-mid-content-wrapper .usrlist a.um-button.for.bests.tablet {
    display: none
}

.thumbnail.cover img {
    opacity: 0
}

.thumbnail.cover.stf .img {
    opacity: 1;
    width: 100%
}

.thumbnail.cover.stf a {
    display: inline-block;
    border-radius: 20px
}

.page-template-page-staffs .custom_navy ul {
    text-align: right
}

.sha {
    color: #4d4d4d;
    display: inline-block
}

.shares {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 5px
}

.shares li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0
}

.igamingaffiliate.bests p, .single-igamingaffiliate .best_content p {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    padding: 0;
    margin: 0 0 8px;
    color: #fe454b
}

.single-igamingaffiliate .best_content p strong {
    color: #000
}

.single-igamingaffiliate .site-content .bests.igamingaffiliate h3, .single-igamingaffiliate .site-content .bests.igamingaffiliate p {
    padding-bottom: 0;
    text-align: center
}

.single-igamingaffiliate .site-content .bests.igamingaffiliate .new_thumb.bests, .single-igamingaffiliate .site-content .bests.igamingaffiliate .new_thumb.bests .thumbnail, .single-igamingaffiliate .site-content .bests.igamingaffiliate .best_content {
    width: 100%;
    float: none;
    text-align: center
}

.single-igamingaffiliate .contentss {
    width: 970px
}

.imagebox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.ava_igamingaffiliate {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 250px;
    height: 250px
}

.avatar_image_ {
    display: block;
    width: 470px;
    height: 470px
}

.gal_igamingaffiliate {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 30px;
    width: 625px
}

.gal_igamingaffiliate ul {
    margin: 0;
    display: grid;
    grid-template-columns:repeat(3, 185px);
    grid-template-rows:1fr;
    gap: 30px 30px
}

.gal_igamingaffiliate ul.flickity-enabled {
    display: block
}

.igamingaffiliate .new_thumb.bests, .igamingaffiliate .best_content {
    width: 50%
}

.gal_igamingaffiliate ul li {
    list-style-type: none;
    margin: 0 30px 0 0;
    width: calc(52% - 30px);
    height: 250px
}

.gal_igamingaffiliate ul li img {
    border-radius: 10px;
    display: block;
    max-width: inherit;
    width: 100%;
    object-fit: cover;
    height: 250px
}

.progress_wrap {
    margin: 20px auto 0;
    width: 90%;
    height: 10px;
    border-radius: 9px;
    background: #ddd
}

.gal_igamingaffiliate .progress-bar {
    height: 100%;
    min-width: 30px !important;
    width: 30px;
    background: #fe454c;
    border-radius: 9px
}

.single-igamingaffiliate .flickity-prev-next-button {
    top: auto;
    bottom: -45px;
    border: 1px solid #ddd
}

.gal_igamingaffiliate .flickity-prev-next-button.previous {
    left: 0
}

.gal_igamingaffiliate .flickity-prev-next-button.next {
    right: 0;
    width: 20px !important;
    height: 20px;
    padding: 0;
    background: #fff
}

.page-template-page-news_new .other_news .custom_navy .pagination a:nth-child(3) {
    display: none
}

#um_field_5423_Add2 .um-field-label label {
    margin: 0 0 0 15px
}

.um-profile-photo .um-dropdown {
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto
}

.flickity-prev-next-button.previous {
    left: 0;
    width: 20px !important;
    height: 20px;
    padding: 0;
    background: #fff
}

.newdesign .menu-item:before, .newdesign .menu-item:after {
    display: none
}

.newdesign .customheader .nvs ul li a {
    padding: 5px 35px;
    color: rgb(0 0 0 / .6);
    font-size: 14px;
    font-weight: 400;
    position: relative
}

.newdesign .customheader .nvs ul li a:hover {
    color: #FE5249 !important
}

.newdesign .customheader .nvs ul li a:after {
    content: '';
    position: absolute;
    width: 70%;
    border-bottom: 1px solid #fff0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.newdesign .customheader .nvs ul {
    text-align: center;
    margin: 0
}

.newdesign .join-menu a, .newdesign .myli a {
    background: #fe454b !important;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    width: 122px !important;
    text-align: center;
    color: #fff !important;
    line-height: normal;
    border: 1px solid #fff
}

li.join-menu.myli.usr-logout.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5286 > a {
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.newdesign .myli:not(.join-menu) a {
    color: rgb(0 0 0 / .6) !important;
    border: 1px solid rgb(0 0 0 / .8);
    background: transparent !important
}

.newdesign .myli {
    margin: 0 0 0 25px !important
}

.newdesign .customheader .nvs ul li a:hover, .newdesign .customheader .nvs ul li.current-menu-item a {
    color: #000
}

.newdesign .customheader .nvs ul li.current-menu-item a {
    font-weight: 600
}

.newdesign .customheader .nvs ul li a:hover:after, .newdesign .customheader .nvs ul li.current-menu-item a:after {
    border-bottom: 1px solid red
}

.newdesign .container {
    width: 1170px
}

.logged-in .newdesign .customheader .nvs ul li a {
    padding: 5px 20px;
    color: #fff
}

.newdesign > li > a .newdesign .menu-item-has-children > a {
    display: flex;
    align-items: center
}

.menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item.menu-item-has-children > a:after {
    content: '';
    position: initial;
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url(caret.png) no-repeat center;
    margin-bottom: 2px
}

.logged-in .newdesign .menu-item.menu-item-has-children:before {
    right: 5px
}

.newdesign .customheader .usr {
    overflow: initial
}

.newdesign .menu-user-dashboard-container ul li a {
    width: 20px;
    height: 40px;
    margin: 0 0 0 20px
}

.newdesign .menu-user-dashboard-container ul li a img, .newdesign .menu-user-dashboard-container ul li a i {
    display: none
}

.newdesign .menu-user-dashboard-container ul li.usr-ava a {
    background: url(/wp-content/themes/gilda/images/user-b.png) no-repeat center
}

.newdesign .menu-user-dashboard-container ul li.usr-mess a {
    background: url(/wp-content/themes/gilda/images/mail-b.png) no-repeat center
}

.newdesign .menu-user-dashboard-container ul li.usr-post a {
    background: url(/wp-content/themes/gilda/images/post-b.png) no-repeat center
}

.newdesign .menu-user-dashboard-container ul li.usr-setting a {
    background: url(/wp-content/themes/gilda/images/setting-b.png) no-repeat center
}

.newdesign .menu-user-dashboard-container ul li.usr-exit a {
    background: url(/wp-content/themes/gilda/images/exit-b.png) no-repeat center
}

.newdesign .customheader .lgt {
    margin: 0;
    width: 16%;
    float: left
}

.newdesign .customheader .nvs {
    margin: 0;
    width: 62%;
    float: left;
    overflow: inherit
}

.newdesign .customheader .nvs ul.sub-menu li a {
    margin: 15px 0;
    color: rgb(0 0 0 / .6);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 0;
    line-height: normal
}

.newdesign .customheader .nvs ul.sub-menu {
    margin-left: 0px !important;
    left: 0;
    top: 22px;
    padding: 5px;
    background-color: #fff;
    max-width: 220px !important;
    border: 1px solid #ccc;
    min-width: unset !important;
    border-radius: 5px;
    width: 220px !important;
    display: none;
    position: relative;
    z-index: 8888
}

.newdesign .customheader .nvs ul.sub-menu:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    top: -11px;
    border-style: solid;
    border-color: rgb(0 0 0 / .15);
    border-width: 1px 0 0 1px;
    left: 0;
    right: 0;
    margin: auto
}

h2.new_style {
    font-size: 36px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid rgb(0 0 0 / .3);
    padding: 0 0 5px !important;
    margin: 40px 0 20px;
    color: #000 !important;
    text-align: left !important
}

.news.aff, .news.aff .custom.container {
    width: 100%
}

.news.aff {
    margin: 20px 0 0
}

.single footer {
    margin: 40px 0 0
}

.news.aff .row {
    grid-template-columns:repeat(2, 1fr)
}

.row_g2 .custompost.for.bests.igamingaffiliate:nth-child(even) .new_thumb.bests.str {
    text-align: right
}

.single-igamingaffiliate .best_content {
    width: 100%;
    margin: 20px 0 0
}

@media all and (max-width: 1199px) {
    .single-igamingaffiliate .contentss {
        width: 100%
    }

    .single-staff .rightSidebar {
        width: 100%
    }

    .single-staff .rightSidebar .ins_news {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-template-columns:repeat(3, 1fr);
        display: grid !important
    }

    .gal_igamingaffiliate {
        width: 65%
    }
}

@media all and (max-width: 1100px) {
    .newdesign .menu-user-dashboard-container ul li.usr-ava a {
        background: url(/wp-content/themes/gilda/images/user.png) no-repeat center
    }

    .newdesign .menu-user-dashboard-container ul li.usr-mess a {
        background: url(/wp-content/themes/gilda/images/mail.png) no-repeat center
    }

    .newdesign .menu-user-dashboard-container ul li.usr-post a {
        background: url(/wp-content/themes/gilda/images/post.png) no-repeat center
    }

    .newdesign .menu-user-dashboard-container ul li.usr-setting a {
        background: url(/wp-content/themes/gilda/images/setting.png) no-repeat center
    }

    .newdesign .menu-user-dashboard-container ul li.usr-exit a {
        background: url(/wp-content/themes/gilda/images/exit.png) no-repeat center
    }

    .newdesign .menu-user-dashboard-container ul li a {
        width: 20px;
        height: 40px;
        margin: 0 15px 0 5px;
        opacity: 1
    }

    .newdesign .customheader .nvs ul {
        text-align: left;
        background: #FE5249;
        margin: 0;
        padding: 20px 0 10px
    }

    .newdesign .customheader .nvs ul li {
        float: none !important;
        display: block;
        text-align: left;
        margin-left: 0;
        position: relative;
        padding: 0;
        font-weight: 700
    }

    .newdesign .customheader .nvs ul li a {
        padding: 20px;
        color: #fff;
        font-size: 16px;
        position: relative;
        font-weight: 600
    }

    .newdesign .customheader .nvs {
        margin: 0;
        width: 100%;
        float: left;
        overflow: inherit;
        display: block;
        position: relative
    }

    .newdesign .slide_menu {
        position: absolute;
        width: 100%;
        background: #fe5249;
        top: 0;
        right: 0
    }

    .newdesign .customheader .usr ul {
        display: flex;
        padding: 15px
    }

    .customheader .usr ul > li {
        margin-left: 17px
    }

    .newdesign .customheader .usr {
        display: block
    }

    .single-igamingaffiliate .latest_news a {
        text-decoration: none
    }

    .newdesign .menu-user-dashboard-container ul li.usr-logout a {
        width: 100px;
        height: 40px;
        margin: 0 5px 0 5px;
        opacity: 1;
        color: #FE454B !important;
        border-color: #FE454B
    }

    .newdesign .menu-user-dashboard-container ul li.usr-logout.myli {
        margin: 0 10px 0 0 !important
    }

    .newdesign .menu-icon a i {
        font-size: 26px;
        color: #fff;
        margin-left: 10px
    }

    .newdesign .menu-item.menu-item-has-children > a:before {
        right: 5px;
        background: url(/wp-content/themes/gilda/images/caret-w.png) no-repeat center
    }

    .newdesign .customheader .nvs ul.sub-menu {
        margin-left: 0px !important;
        left: 0;
        top: 0;
        padding: 5px;
        background-color: #C9362E;
        max-width: 100% !important;
        border: none;
        min-width: unset !important;
        border-radius: 5px;
        width: 100% !important;
        display: none;
        position: relative;
        z-index: 8888
    }

    .ovr_hide {
        position: relative;
        left: 0;
        top: 0;
        height: auto
    }

    .newdesign .customheader .nvs ul.sub-menu:before, .newdesign .main-menu-btn-icon:before, .newdesign .main-menu-btn-icon:after {
        display: none
    }

    .newdesign .customheader .nvs ul.sub-menu li a {
        margin: 15px 0;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        line-height: normal;
        background: #fff0;
        color: #fff;
        padding: 0 0 0 15px !important;
        display: block;
        max-width: 100%;
        font-weight: 600
    }

    .newdesign .customheader .nvs ul li a:after {
        display: none
    }

    .custompost.for {
        margin: 0 auto 30px
    }

    #kaya-mid-content-wrapper .usrlist a.um-button.for.bests.notablet {
        display: none !important
    }

    #kaya-mid-content-wrapper .usrlist .igamingaffiliate a.um-button.for.bests.notablet {
        display: inline-block !important
    }

    .new_thumb.bests .thumbnail {
        width: 100%
    }

    .new_thumb.bests {
        width: calc(50% - 30px);
        margin: 0 30px 0 0
    }

    .igamingaffiliate .new_thumb.bests, .igamingaffiliate .best_content {
        width: 45%
    }

    .single-igamingaffiliate .contentss {
        width: 100%
    }

    .best_content {
        width: 50%
    }

    .row_g2 .custompost.for.bests:nth-child(even) .new_thumb.bests .thumbnail {
        margin: 0
    }

    .row_g2 .custompost.for.bests:nth-child(even) .new_thumb.bests {
        margin: 0 0 0 30px
    }

    .row_g2 .custompost.for.bests.igamingaffiliate:nth-child(even) .new_thumb.bests.str {
        text-align: right
    }

    .tablet {
        display: block
    }

    #kaya-mid-content-wrapper .usrlist a.um-button.for.bests.tablet {
        margin: 0 auto 20px;
        width: 90% !important
    }

    .usrlist button.openfilter {
        display: none
    }

    #kaya-mid-content-wrapper .usrlist a.um-button {
        text-decoration: none;
        width: 100% !important;
        height: 44px !important;
        margin: 35px 0 0;
        display: block !important
    }

    .usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo {
        width: 100% !important;
        height: inherit !important;
        text-align: center !important
    }

    .usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a img, .usrlist .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a {
        width: 190px !important;
        height: 190px !important;
        margin: 0 auto
    }

    .usrlist .um-directory.uimob800 .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer .um-member-card-footer-buttons {
        flex-wrap: wrap;
        width: calc(100% - 120px);
        margin: 0 auto
    }

    .gal_igamingaffiliate {
        width: 65%
    }
}

@media all and (max-width: 1040px) {
    .gal_igamingaffiliate {
        margin: 0
    }

    .ava_igamingaffiliate {
        width: 100%;
        margin: 0 0 30px
    }

    .ava_igamingaffiliate img {
        width: 100%
    }
}

@media all and (max-width: 1023px) {
    .igamingaffiliate .new_thumb.bests, .igamingaffiliate .best_content {
        width: 45%;
        margin: 0 30px 0 0
    }
}

@media all and (max-width: 760px) {
    .igamingaffiliate .new_thumb.bests, .igamingaffiliate .best_content {
        width: 100%
    }

    .footer.newdesign .navs {
        display: none
    }

    .footer.newdesign .lgt img {
        width: 153px
    }

    .newdesign .slide_menu {
        position: absolute;
        width: 100%;
        background: #fe5249;
        top: 0;
        right: 0;
        border-radius: 0 0 10px 10px
    }

    .row_g3 .item {
        padding: 20px 5px 10px;
        font-size: 10px
    }

    .row_g3 .item h3 {
        font-size: 12px
    }

    #kaya-mid-content-wrapper .usrlist a.um-button.for {
        width: 90% !important
    }

    .new_thumb.bests {
        width: 100%;
        margin: 0 0 30px
    }

    .best_content {
        width: 100%
    }
}

.c_clear {
    padding: 25px 0
}

.um-row._um_row_2 {
    display: block
}

.um-row._um_row_2 .um-profile-note span {
    display: none
}

.js_custom_users {
    display: block;
    width: 100%
}

.js_user_avatar {
    width: 190px;
    height: 250px;
    display: inline-block;
    margin-right: 15px
}

.js_user_avatar figure {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden
}

.js_user_avatar a.message {
    background: #FE454B;
    color: #fff
}

.js_user_avatar a.message span, .js_user_avatar a.message:before {
    color: #fff
}

.js_user_avatar a.message:hover span, .js_user_avatar a.message:hover:before {
    color: #000
}

.js_user_content {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    overflow: hidden;
    width: calc(100% - 210px);
    background: #fff
}

.js_user_siteurl {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em
}

.js_user_siteurl a {
    color: #666666 !important
}

.js_user_name span {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #003249;
    line-height: 1.62em
}

.js_user_prod, .js_user_geo {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #003249;
    line-height: 1.5em
}

.js_user_prod span, .js_user_geo span {
    color: #888
}

.js_user_content .um-field-value {
    display: inline-block;
    margin: 0 0 0 10px
}

.js_user_descript .um-field-value {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #888;
    line-height: 1.5em;
    margin-left: 0
}

.js_user_name .um-field-value {
    margin-left: 0
}

.js_user_name, .js_user_siteurl, .js_user_prod, .js_user_geo, .js_user_descript {
    margin-bottom: 10px
}

.js_user_item {
    padding: 10px
}

.user_rows {
    padding-bottom: 40px
}

.js_user_txt {
    display: inline-block;
    width: 60%
}

.js_uer_images {
    display: inline-block;
    width: 38%;
    vertical-align: top;
    margin-left: 1%
}

.js_uer_images .um-field-value {
    width: 47%;
    padding: 2%
}

.news .custom .custompost {
    min-height: 460px;
    height: 100%;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff0;
    overflow: inherit;
    border-radius: 7px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.news .custom .custompost.igamingaffiliate {
    min-height: inherit
}

.news .custom .custompost .customthumb {
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / .15);
    box-shadow: 0 0 15px rgb(0 0 0 / 24%);
    border-radius: 7px;
    overflow: hidden
}

.container.feautured_news {
    display: inline-block;
    width: 100%
}

.news .row_feautured .custompost {
    float: left;
    width: 275px;
    height: 220px;
    min-height: inherit;
    border-radius: 7px;
    overflow: hidden;
    margin-left: 2%;
    margin-bottom: 1.99%;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / .15);
    box-shadow: 0 0 15px rgb(0 0 0 / 24%)
}

.news .row_feautured .custompost:first-child {
    margin-left: 0;
    width: 570px;
    min-height: 464px;
    margin-bottom: 0
}

.row_feautured .custompost .customthumb {
    max-height: 180px;
    overflow: hidden;
    border-bottom: 3px solid #FE454B
}

.row_feautured .custompost:first-child .customthumb {
    height: 340px;
    max-height: inherit
}

.row_feautured .custompost:first-child .customthumb a.thumbnail {
    max-height: inherit;
    min-height: 340px;
    height: 100%
}

.row_feautured .custompost h3 {
    font-size: 14px;
    padding: 0 20px;
    margin: 0
}

.row_feautured .custompost:first-child h3 {
    font-size: 24px
}

.news {
    width: 1170px;
    margin: 0 auto
}

.site-content .custom.container .other_news h2 {
    font-size: 30px;
    padding: 0 0 20px;
    margin: 0;
    font-weight: 700;
    text-align: left;
    color: #FE454B
}

.news .custom.feautured_news .custompost .meta {
    padding: 10px 20px
}

.other_news {
    margin: 40px 0 0;
    position: relative
}

.intro.custom {
    width: 270px;
    display: inline-block;
    padding: 0
}

.slick-slide {
    display: none;
    float: right;
    height: 100%;
    min-height: 1px;
    margin: 0
}

.site-content .intro.custom .introtext h1 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-shadow: none
}

.site-content .intro.custom .introtext {
    margin: 0;
    width: 100%
}

.site-content .intro.custom .introtext p {
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 20px
}

.site-content .intro.custom .lnk.reg, .site-content .intro.custom .lnk.log {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 3px 3px 3px 3px;
    padding: 9px 33px 9px 33px;
    margin: 0 10px 0 0;
    display: inline-block;
    color: #fff !important;
    background: #FE454B;
    box-shadow: 0 10px 50px rgb(255 61 51 / .25);
    border-radius: 100px;
    min-width: 123px;
    text-align: center;
    text-decoration: none !important
}

.site-content .intro.custom .lnk.log {
    background: #fff0;
    border: 1px solid rgb(0 0 0 / .8);
    color: rgb(0 0 0 / .8) !important;
    margin: 0
}

.site-content.container.full.nobg {
    background: #fff0
}

.container.home_new_top {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.container.home_new {
    width: 1170px;
    margin: 0 auto
}

.container.home_new .row {
    display: flex;
    justify-content: space-between
}

.news_carousel {
    width: 900px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    position: relative
}

.news_cover {
    box-shadow: 0 0 20px #0000007d;
    display: inline-block;
    width: 560px;
    vertical-align: top;
    height: 354px !important;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    margin: 0 0 0 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2222;
    line-height: 0px !important
}

.news_cover img {
    width: 560px !important;
    height: 354px !important
}

@media (max-width: 1076px) {
    .news_cover_decor {
        display: none
    }

    .news_cover {
        width: 483px !important;
        height: 302px !important
    }

    .news_cover img {
        width: 483px !important;
        height: 302px !important
    }
}

@media (max-width: 897px) {
    .news_cover {
        width: 806px !important;
        height: 505px !important
    }

    .news_cover img {
        width: 806px !important;
        height: 505px !important
    }
}

@media (max-width: 790px) {
    .news_cover {
        width: 704px !important;
        height: 441px !important
    }

    .news_cover img {
        width: 704px !important;
        height: 441px !important
    }
}

@media (max-width: 598px) {
    .news_cover {
        width: 538px !important;
        height: 337px !important
    }

    .news_cover img {
        width: 538px !important;
        height: 337px !important
    }
}

@media (max-width: 444px) {
    .news_cover {
        width: 399px !important;
        height: 250px !important
    }

    .news_cover img {
        width: 399px !important;
        height: 250px !important
    }
}

@media (max-width: 426px) {
    .news_cover {
        width: 383px !important;
        height: 255px !important
    }

    .news_cover img {
        width: 383px !important;
        height: 255px !important
    }
}

@media (max-width: 383px) {
    .news_cover {
        width: 344px !important;
        height: 218px !important
    }

    .news_cover img {
        width: 344px !important;
        height: 218px !important
    }
}

@media (max-width: 337px) {
    .news_cover {
        width: 303px !important;
        height: 192px !important
    }

    .news_cover img {
        width: 303px !important;
        height: 192px !important
    }
}

.news_cover_decor {
    width: 560px;
    height: 354px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.news_cover_decor:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(/wp-content/themes/gilda/images/rolling.svg) no-repeat center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media all and (max-width: 546px) {
    .news_cover, .news_cover_decor {
        height: auto;
        line-height: 0
    }

    .news_cover_decor:before {
        top: 164px
    }

    .news_cover_decor::before {
        top: 0px !important;
        width: 100px !important;
        height: 100px !important;
        background-size: cover
    }
}

.news_car_block {
    display: inline-block;
    width: 310px;
    vertical-align: top;
    height: 355px;
    overflow: hidden;
    border-bottom: 2px solid #eee;
    padding: 0 0 10px
}

.site-content .custom.container .news_car_block h2 {
    font-size: 22px !important;
    font-weight: 700;
    padding: 0 0 0 14px;
    margin: 0;
    text-align: left;
    color: #000
}

.slick-slide {
    margin: 0 20px;
    box-sizing: border-box
}

.slide_content {
    height: 140px;
    line-height: 140px;
    position: relative
}

.slide_content:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / .3);
    left: 0;
    bottom: 0
}

.slide_content .cvr {
    line-height: normal;
    display: inline-block;
    vertical-align: middle
}

.slide_content a {
    text-decoration: none !important;
    color: #000 !important
}

.slide_content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 5px 0
}

#kaya-mid-content-wrapper .slick-slide h3 a {
    color: #000
}

#kaya-mid-content-wrapper .slick-slide.slick-current h3 a {
    text-decoration: underline !important;
    color: #000
}

.car_cats {
    color: #ff3e34
}

#kaya-mid-content-wrapper .car_cats a {
    color: red
}

.cvr .meta {
    color: #000;
    opacity: .6
}

.news.new_home {
    margin: 40px auto 0
}

.new_home h2, .site-content .pricing .custom.container .new_home h2, .site-content .pricing .custom.container .home_new h2, .site-content .logos .custom.container.home_new h2, .other_news h2, .site-content .logos.nobg .custom.container h2 {
    font-size: 29px !important;
    padding: 0 0 15px !important;
    margin: 0 0 25px;
    border-bottom: 1px solid rgb(0 0 0 / .3);
    text-align: left !important;
    text-shadow: none !important;
    color: #000
}

.news.new_home h2 a, .pricing.new_home h2 a {
    display: inline-block;
    color: #000
}

.new_home .bx-wrapper .bx-controls-direction a {
    top: -80px
}

.news.new_home .bx-wrapper {
    margin-bottom: 0
}

.priseblock .heading.new {
    background: #fff0;
    padding: 15px 0;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    position: relative
}

.priseblock .heading.new:after {
    content: '';
    position: absolute;
    width: 80%;
    border-bottom: 3px solid #FF645C;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.priseblock .contains.new p {
    padding: 10px 0;
    color: #FE454B
}

#kaya-mid-content-wrapper .priseblock .contains.new a {
    text-decoration: none;
    color: rgb(0 0 0 / .6);
    font-size: 14px
}

.priseblock.new .contains.new strong {
    color: #FE454B;
    font-size: 40px;
    font-weight: 600
}

#kaya-mid-content-wrapper .priseblock.new a.moree {
    background: linear-gradient(106.66deg, #F24E46 23.67%, #FE454B 61.52%);
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    width: 80%
}

.priseblock.new {
    box-shadow: 0 8px 30px rgb(0 0 0 / .2);
    border-radius: 15px;
    background: #fff;
    padding: 0 0 20px;
    width: 23%
}

.priseblock.new .contains.new {
    color: #FE454B;
    padding: 15px 0
}

.label_inner.new {
    position: absolute;
    top: -10px;
    left: auto;
    left: -10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 68px;
    overflow: hidden;
    height: 24px;
    box-shadow: 0 4px 4px rgb(0 0 0 / .1);
    border-radius: 15px 0;
    font-size: 10px;
    background: #000;
    color: #fff;
    line-height: 22px
}

.page-template-page-home_new, .page-template-page-home_new .pricing.new_home, .page-template-page-home_new div#kaya-mid-content-wrapper {
    background: #fff !important
}

.page-template-page-home_new .pricing.new_home:before {
    display: none
}

.mob {
    display: none
}

.pricing.done .custom.container .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.page-template-page-home_new .kaya-page-titlebar-wrapper, .page-template-page-news_new .kaya-page-titlebar-wrapper, .single-post .kaya-page-titlebar-wrapper {
    display: none
}

.other_news .bx-wrapper .bx-controls-direction a.bx-next#slide-1 {
    pointer-events: none
}

.row_feautured {
    display: block !important
}

@media all and (max-width: 1100px) {
    .row_feautured {
        display: flex !important
    }

    .footer.newdesign ul.menu > li a {
        padding: 20px 5px
    }

    .footer.newdesign .lgt, .footer.newdesign .soci {
        margin: 0;
        width: 20%;
        float: left
    }

    .newdesign .container {
        width: 100%;
        padding: 0
    }

    .footer.newdesign .navs {
        width: 60%;
        float: left
    }

    .container.nobg {
        width: 90%;
        padding: 0
    }

    .site-content .custom.container .news_car_block h2 {
        padding: 0 0 20px
    }

    .pricing.done .custom.container .row {
        width: 100%;
        display: block;
        justify-content: inherit
    }

    .pricing.done .custom.container .priseblock.new {
        width: 100%;
        margin: 0 auto 40px
    }

    .desc {
        display: none
    }

    .mob {
        display: block
    }

    .container.home_new_top {
        width: 100%;
        display: block
    }

    .intro.custom {
        width: 269px;
        display: inline-block;
        padding: 0
    }

    .site-content.container.full section {
        width: 95%;
        margin: 0 auto
    }

    .js_user_avatar {
        width: 190px;
        height: 250px;
        display: block;
        margin: 0 auto 30px
    }

    .js_user_content {
        display: block;
        vertical-align: top;
        padding: 15px;
        overflow: hidden;
        width: 100%;
        background: #fff;
        margin: 0 auto
    }

    .js_user_txt {
        display: inline-block;
        width: 100%
    }

    .js_uer_images {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0
    }

    .js_uer_images .um-field-value {
        width: 47%;
        display: inline-block;
        margin: 0 1%
    }

    .js_user_content .um-field-value {
        display: inline-block;
        margin: 0
    }

    .news {
        width: 100%
    }

    .news .row_feautured .custompost:first-child {
        margin-left: 0;
        width: 100%;
        min-height: inherit;
        margin-bottom: 30px;
        max-height: inherit;
        height: auto
    }

    .news .row_feautured .custompost {
        display: inline-block;
        vertical-align: top;
        width: 47.5%;
        height: 259px;
        min-height: inherit;
        border-radius: 7px;
        overflow: hidden;
        margin: 0 0 30px 0;
        margin-bottom: 1.99%;
        -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / .15);
        box-shadow: 0 0 15px rgb(0 0 0 / 24%)
    }

    .news.cont .row, .news .row {
        grid-template-columns:repeat(2, 2fr)
    }

    .row_feautured {
        display: flex;
        align-items: start;
        justify-content: space-between;
        max-width: 100%;
        text-align: center;
        flex-wrap: wrap
    }

    .custompost .meta {
        position: relative;
        text-align: left;
        padding: 10px 0
    }

    .other_news {
        margin: 30px 0 0
    }

    .site-content .introtext h1 {
        text-align: left
    }

    .intro.custom {
        width: 48%;
        display: inline-block
    }

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

    .news_cover, .news_cover_decor {
        width: 100%;
        height: 390px
    }

    .news_car_block {
        width: 100%;
        height: auto;
        border: none
    }

    .flickity-slider article {
        width: 33%;
        padding: 0 2%
    }

    .site-content .intro.custom .lnk.reg, .site-content .intro.custom .lnk.log {
        padding: 9px 0 9px 0;
        width: 122px
    }

    .slide_content:after {
        content: '';
        position: absolute;
        height: 90%;
        border-right: 1px solid rgb(0 0 0 / .3);
        right: -4%;
        bottom: 0;
        width: 0;
        border-bottom: none;
        left: auto
    }

    .container.home_new .row.pricing_car {
        display: block;
        justify-content: inherit
    }

    .container.home_new {
        width: 100%;
        margin: 0 auto
    }

    .pricing.new_home .container.home_new, .news.new_home {
        width: 90%;
        margin: 0 auto
    }

    .home_new .logospartners {
        height: inherit;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .logos .bx-wrapper .bx-controls-direction a {
        top: -70px;
        margin: 0
    }

    .logos .bx-wrapper .bx-controls-direction a.bx-next {
        right: -50px
    }

    .logos .bx-wrapper .bx-controls-direction a.bx-prev {
        right: 10px
    }

    .priseblock.new {
        width: 270px;
        margin: 0 30px 0 0
    }

    header .container {
        width: 100%
    }

    .news.new_home .bx-wrapper {
        margin-bottom: 0;
        max-width: 100% !important
    }

    .interviews_item .exc {
        padding: 3px 150px 3px 10px
    }

    .home .main-wrapper {
        padding: 40px 0
    }

    .new_thumb .div.thumbnail.cover {
        border-bottom: 2px solid red
    }

    .offers .new_thumb .thumbnail.cover {
        height: 315px;
        width: 562px
    }
}

@media all and (max-width: 900px) {
    .page-template-page-pricing .site-content {
        width: 100%
    }

    .page-template-page-pricing .site-content .logos {
        padding: 20px 5% 0
    }

    .other_news .bx-wrapper .bx-controls .bx-pager .bx-pager-item:last-child {
        display: none
    }

    .other_news .bx-wrapper .bx-controls {
        position: relative
    }

    .other_news .bx-wrapper .bx-controls a.cst_link {
        position: absolute;
        left: 58px;
        top: 12px;
        background: #fff0;
        text-indent: -9999px;
        float: left;
        width: 18px;
        height: 18px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 50%;
        border: 1px solid rgb(255 61 51 / .3)
    }

    .other_news .bx-wrapper .bx-controls .bx-pager {
        text-align: left;
        font-size: .85em;
        font-family: Arial;
        font-weight: 700;
        color: #666;
        padding-top: 20px;
        display: inline-block;
        float: left;
        width: auto
    }

    .newdesign .customheader .lgt {
        margin: 0
    }

    .it_cont {
        font-size: 22px
    }

    .footer.newdesign .navs {
        width: 100%;
        float: none
    }

    .footer.newdesign .lgt, .footer.newdesign .soci {
        width: 100%;
        text-align: center
    }

    .news.cont .row, .news .row {
        grid-template-columns:repeat(1, 1fr)
    }

    .news .row_feautured .custompost {
        width: 100%;
        max-height: inherit;
        height: inherit;
        margin: 0 0 40px
    }

    .news .row_feautured .custompost:first-child {
        margin: 0 0 40px !important
    }

    .row_feautured .custompost h3 {
        font-size: 21px !important;
        padding: 0 20px 20px;
        margin: 0;
        height: inherit
    }

    .news .row_feautured .custompost .meta {
        position: relative;
        text-align: left;
        padding: 10px 20px
    }

    .row_feautured .custompost .customthumb a.thumbnail {
        max-height: 180px;
        min-height: inherit;
        height: 100%
    }

    .row_feautured .custompost .customthumb {
        height: 180px !important;
        max-height: inherit
    }

    .row_feautured .custompost .customthumb {
        max-height: inherit
    }

    .intro.custom {
        width: 100%;
        margin: 0 auto 40px
    }

    .intro.custom .links {
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex-direction: row
    }

    .site-content .intro.custom .lnk.reg, .site-content .intro.custom .lnk.log {
        padding: 9px 0 9px 0;
        width: 43%
    }

    .news_carousel {
        width: 100%;
        margin: 0
    }

    .news_cover, .news_cover_decor {
        width: 100%;
        height: 250px;
        margin: 0
    }

    .flickity-slider article {
        width: 49%;
        padding: 0 4% 0 0
    }

    .bx-wrapper img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        pointer-events: none
    }

    .priseblock.new {
        margin: 30px 15px 30px 30px
    }

    .pricing.nobg {
        padding-bottom: 40px;
        width: 90%;
        margin: 0 auto 20px !important
    }

    .offers .new_thumb .thumbnail.cover {
        height: auto;
        width: 100%
    }
}

@media all and (max-width: 740px) {
    .footer.newdesign .lgt, .footer.newdesign .soci {
        width: 50%
    }
}

.bx-wrapper .bx-loading {
    display: none !important
}

.custom_navy.cst {
    padding: 0 0 30px;
    position: absolute;
    top: 20px;
    right: 0
}

.custom_navy.cst ul {
    margin: 0
}

.custom_navy.cst .next.page-numbers.done {
    display: none
}

.custom_navy.cst a, .custom_navy.cst li, .custom_navy.cst span {
    text-indent: -9999px;
    width: 20px !important;
    height: 20px !important
}

.ovr_hide {
    position: absolute;
    left: calc(50% - 110px);
    top: 30px;
    height: 300px;
    display: none
}

@media (max-width: 1100px) {
    .ovr_hide {
        position: relative;
        left: 0;
        top: 0;
        height: auto
    }
}

@media all and (max-width: 767px) {
    .grid_articles, .ins_news.employees {
        display: grid !important;
        grid-template-columns:1fr !important;
        grid-template-rows:1fr;
        gap: 30px 0 !important;
        grid-template-areas:"."
    }

    .gal_igamingaffiliate ul li {
        list-style-type: none;
        margin: 0 20px 0 0;
        width: calc(53% - 20px)
    }

    .gal_igamingaffiliate .flickity-prev-next-button.next {
        display: none
    }

    .avatar a {
        display: inline-block;
        border-radius: 20px;
        overflow: unset;
        width: 100%;
        height: 100%
    }

    #kaya-mid-content-wrapper .usrlist .igamingaffiliate a.um-button.for.bests.notablet {
        display: inline-block !important;
        width: 100% !important
    }

    .thumbnail.cover.stf a img {
        width: 100%
    }

    .custom_navy.cst {
        padding: 0 0 30px;
        position: relative;
        top: 0;
        right: 0
    }

    .bef.after_news_banner {
        margin: 20px 0 !important
    }
}

.after_news_banner {
    text-align: center;
    height: 110px;
    position: relative
}

.after_news_banner button {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/gilda/images/close.svg) no-repeat center/cover #ddd;
    right: 0;
    top: 0;
    outline: none
}

.after_news_banner .ban {
    position: relative;
    display: none;
    vertical-align: middle
}

.ban img {
    border-radius: 10px;
    overflow: hidden
}

.ban {
    border-radius: 10px;
    overflow: hidden
}

.bef.after_news_banner {
    margin-top: 40px
}

.befa.after_news_banner {
    margin-top: 20px
}

.befo.after_news_banner {
    margin-bottom: 40px
}

@media all and (min-width: 1025px) {
    .after_news_banner .ban.desctop {
        display: inline-block !important
    }
}

@media all and (max-width: 1024px) and (min-width: 740px) {
    .after_news_banner .ban.tablet {
        display: inline-block !important
    }
}

@media all and (max-width: 739px) {
    .after_news_banner .ban.mobile {
        display: inline-block !important
    }
}

.customthumb.h_120 {
    height: 120px;
    border-radius: 7px 7px 0 0px !important
}

.customthumb.h_120 > a {
    height: 120px
}

.contentss {
    width: 770px;
    float: left;
    position: relative
}

.contentss img {
    border-radius: 10px
}

.new_tags a {
    color: #FE454B !important;
    font-weight: bold !important
}

.new_tags a:hover {
    text-decoration: underline !important
}

.contentss.box ul li {
    list-style-position: inside
}

.test_divider {
    margin: 0 0 60px
}

.leftSidebar {
    width: 170px;
    float: left;
    margin: 0 30px 0 0;
    position: relative
}

.rightSidebar {
    width: 170px;
    float: right;
    margin: 0 0 0 30px;
    position: relative
}

.wrapperThreeColumns {
    overflow: visible
}

.widget_custom {
    margin: 0 0 35px;
    padding: 0 0 15px
}

.interviews.widget_custom {
    border-bottom: none
}

.site-content .custom.container .widget_custom h2 {
    font-size: 21px !important;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    color: #000
}

.top_operators .operator_item, .top_left_banner {
    margin: 0 0 25px
}

.operator_item > a {
    text-decoration: none !important
}

.top_operators .operator_item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin: 0 0 10px;
    height: inherit;
    color: #000
}

.top_operators .operator_item figure {
    padding: 0;
    border: none;
    margin: 0 0 20px;
    overflow: hidden
}

.top_operators .operator_item a.button {
    display: inline-block;
    background: #FE454B;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0;
    border-radius: 5px
}

.interviews_item {
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.interviews_item img {
    display: block
}

.interviews_item figure {
    display: inline-block;
    vertical-align: top
}

.interviews_item .exc {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgb(0 0 0 / .8);
    width: 100%;
    font-size: 12px;
    padding: 3px 10px;
    height: auto;
    margin: 0;
    line-height: 15px;
    overflow: hidden;
    font-weight: 600;
    max-height: 36px
}

.news .new_item h3 {
    height: auto;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: 0;
    padding: 5px 0
}

.new_item figure {
    box-shadow: 0 4px 12px rgb(0 0 0 / .2);
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    margin: 0;
    line-height: 10px
}

.new_item figure img {
    display: block
}

.new_item {
    margin: 0 0 25px
}

.page-template-page-test_news .kaya-page-titlebar-wrapper {
    display: none
}

.page-template-page-test_news div#kaya-mid-content-wrapper {
    background: #fff
}

.new_meta {
    display: flex;
    justify-content: space-between
}

.new_meta div {
    font-size: 15px;
    color: #FE454B;
    font-weight: 600
}

.new_meta div a {
    color: #FE454B !important
}

.new_meta div span {
    color: rgb(0 0 0 / .7);
    font-weight: 400
}

.heading_custom.nodec {
    border-bottom: 1px solid rgb(0 0 0 / .3);
    padding: 0 0 5px;
    margin: 0 0 10px
}

.heading_custom.nodec h1 {
    border-bottom: none;
    padding: 0 0 5px;
    margin: 0;
    font-weight: 800
}

.mobile {
    display: none
}

.banner_item figure, figure.thumb_content, .operator_item figure {
    border-radius: 10px;
    line-height: 10px;
    overflow: hidden
}

.desk_thumb {
    display: block
}

.mob_thumb {
    display: none
}

@media all and (max-width: 350px) {
    .desk_thumb {
        display: none
    }

    .mob_thumb {
        display: block
    }
}

figure.thumb_content {
    margin: 0 0 15px
}

figure.thumb_content img {
    width: 100%;
    height: auto
}

.right_top_banner2 {
    margin: 25px 0
}

.ins_news.employees {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns:repeat(3, 1fr);
    display: grid !important
}

.widget_custom.stf {
    border-bottom: none
}

.single-igamingaffiliate .box .latest_news.widget_custom {
    margin-top: 0
}

.single-igamingaffiliate .contentss.box .latest_news.widget_custom {
    display: block !important;
    margin: 20px 0 0
}

.single-igamingaffiliate .box .latest_news.widget_custom a {
    text-decoration: none
}

ul.traffics {
    margin: 0
}

ul.traffics li {
    color: #fff !important;
    margin: 0 10px 10px 0;
    height: 30px;
    padding: 0 25px;
    background: #FE454B !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 7px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .03em;
    display: inline-block
}

@media all and (max-width: 1200px) and (min-width: 1001px) {
    .news.new_new, .news.new_new .custom.container {
        width: 100%
    }

    .leftSidebar, .rightSidebar {
        width: 15%
    }

    .contentss {
        width: 63%
    }
}

.igamingaffiliate .customannounce.tabl, .sharebox.tabl {
    display: none
}

@media all and (max-width: 1100px) {
    .igamingaffiliate .customannounce.desktop, .sharebox.desktop {
        display: none
    }

    .igamingaffiliate .customannounce.tabl, .sharebox.tabl {
        display: inline-block;
        margin: 10px 0 0
    }

    .banner_item figure img, .new_item figure img, .top_operators .operator_item figure img, figure.thumb_content img {
        width: 100%
    }

    .mobile, .mobile .latest_news.widget_custom, .mobile .right_bottom_banner, .mobile .right_top_banner1, .mobile .right_top_banner2 {
        display: block
    }

    .um-member-card-content.mobile {
        display: none
    }

    .um-member-directory-filters {
        width: 175px
    }

    .page-template-page-oper_new span.um-member-directory-filters-a {
        padding: 10px 0 !important;
        width: 100%;
        text-align: center;
        display: inline-block !important
    }

    .right_top_banner2 {
        margin: 25px 0 0
    }

    .mob_banners {
        grid-column-gap: 30px;
        grid-row-gap: 35px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-template-columns:repeat(3, 1fr);
        display: grid !important
    }

    .ins_operator {
        display: block;
        text-align: center
    }

    .ins_operator .operator_item {
        width: 30%;
        display: inline-block;
        margin: 0 1.4% 3%
    }

    .contentss, .rightSidebar {
        width: 100%;
        float: none;
        margin: 0 auto
    }

    .right_top_banner1, .right_top_banner2, .leftSidebar, .right_bottom_banner, .latest_news.widget_custom {
        display: none
    }

    .single-igamingaffiliate .rightSidebar .latest_news.widget_custom {
        display: block;
        margin: 60px 0 0
    }

    .single-igamingaffiliate .latest_news.widget_custom .ins_news .igamingaffiliate .best_content, .single-igamingaffiliate .latest_news.widget_custom .ins_news .igamingaffiliate .new_thumb.bests {
        width: 100%
    }

    .site-content .custom.container .widget_custom h2 {
        font-size: 29px
    }

    .ins_news {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-template-columns:repeat(3, 1fr);
        display: grid !important
    }

    .news .new_item h3 {
        font-size: 15px
    }

    .ins_inter {
        column-count: 3
    }
}

@media all and (max-width: 760px) {
    .new_meta {
        display: block;
        line-height: 30px
    }

    .ins_operator .operator_item {
        width: 100%;
        display: inline-block;
        margin: 0 auto 30px
    }

    .top_operators .operator_item figure img, .new_item figure img {
        width: 100%
    }

    .ins_news {
        grid-template-columns:repeat(1, 1fr)
    }

    .ins_inter {
        column-count: 1
    }

    .mob_banners {
        display: block !important
    }

    .mob_banners > div {
        display: inline-block;
        width: 47.4%;
        margin: 0 1%;
        vertical-align: top
    }

    .mob_banners > div:last-child {
        margin: 0;
        width: 100%
    }

    .mob_banners > div:last-child > div {
        display: inline-block;
        width: 47.4%;
        margin: 3% 1%;
        vertical-align: top
    }

    .top_operators .operator_item a.button {
        padding: 10px 0
    }
}

.single-post div#kaya-mid-content-wrapper, .single-post .kaya-page-titlebar-wrapper {
    background: #fff
}

.um.um-login, .um.um-register, .um.um-password {
    opacity: 1 !important
}

.pum-form__submit {
    border-radius: 100px
}

.um-row._um_row_1 {
    display: inline-block;
    width: 100%
}

.new_wrap {
    display: inline-block;
    width: 600px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    border-radius: 7px;
    padding: 30px;
    float: left
}

.um .new_wrap .um-col-131 .um-profile-photo a.um-profile-photo-img {
    border-radius: 0 !important;
    width: 175px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important
}

.new_wrap .um-col-131 .um-profile-photo-img img {
    border-radius: 10px !important
}

.new_wrap .um-col-131 {
    width: auto
}

.new_wrap .um-col-132 {
    width: 62%;
    margin: 0 0 0 30px
}

.um-header.no-cover .um-profile-photo {
    float: none !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    padding: 0;
    margin: 0 !important
}

.um-profile.um-viewing .um-field:empty {
    display: none
}

.um-profile.um-viewing .um-field.um-field-company-name .um-field-value {
    color: #fff !important;
    font-size: 29px !important;
    font-weight: bold !important;
    margin-bottom: 10px
}

.um-profile.um-viewing .new_wrap .um-field {
    border-bottom: solid 1px rgb(127 127 127 / .4);
    display: flex;
    padding: 0;
    margin: 0 0 5px !important
}

.um-viewing .new_wrap .um-field-value a, .um-viewing .um-field-user_url div div a, .um-viewing .um-field-user_url div div span, .um-viewing .new_wrap .um-field-value span {
    color: #000 !important;
    opacity: .6 !important;
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 600
}

.new_wrap .um-col-132 .um-messaging-btn a {
    background: #FE454B !important;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .03em;
    font-weight: bold !important;
    width: 100%;
    color: #FFF
}

.um-field-label {
    display: none
}

.new_wrap .um-col-132 .um-messaging-btn {
    margin: 15px 0 0;
    width: 100%
}

.new_wrap .um-col-132 .um-messaging-btn a span {
    display: inline-block
}

.user-content {
    width: 74.5%;
    float: left
}

.user-aside {
    width: 268px;
    float: left;
    margin: 0 0 0 30px
}

.user-content .um-5423.um {
    max-width: 100%
}

.um-col-133 {
    float: right;
    display: inline-block;
    width: 240px;
    background: #FFF;
    box-shadow: 0 4px 15px rgb(0 0 0 / .2);
    border-radius: 7px
}

.um-profile.um-viewing .um-field {
    border-bottom: solid 1px rgb(127 127 127 / .4);
    display: flex;
    padding: 0;
    margin: 0 !important
}

.user-content div.um-photo {
    border-radius: 0;
    margin: 0;
    padding: 25px 30px
}

.user-content div.um-photo a {
    padding: 0;
    border-radius: 0;
    display: block
}

div.um-photo img {
    border-radius: 0
}

.user-content .bx-wrapper {
    margin: 0
}

.user-content .bx-wrapper .bx-controls-direction a {
    top: 45%
}

.user-content .bx-wrapper .bx-prev {
    right: auto;
    left: -10px
}

.user-content .bx-wrapper .bx-next {
    right: -10px;
    left: auto
}

.um-profile.um-viewing .um-field-skype .um-field-label, .um-profile.um-viewing .um-field-secondary_user_email, .um-profile.um-viewing .um-field-secondary_user_email .um-field-label {
    display: none
}

.um-col-131 > .um-header.no-cover {
    display: block !important;
    margin: 0;
    padding: 0
}

.um-profile-body.main.main-default ._um_row_2 .um-field-type_block ul {
    width: 170px;
    margin-left: 0px !important;
    left: -30px;
    top: 45px;
    padding: 5px;
    background-color: #fff;
    max-width: 220px !important;
    border: 1px solid #ccc;
    min-width: unset !important;
    border-radius: 5px;
    display: none;
    position: absolute;
    z-index: 8888;
    list-style-type: none
}

.um-profile-body.main.main-default ._um_row_2 .um-field-type_block ul:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    top: -11px;
    border-style: solid;
    border-color: rgb(0 0 0 / .15);
    border-width: 1px 0 0 1px;
    left: 0;
    right: 0;
    margin: auto
}

.um-profile-body.main.main-default ._um_row_2 .um-field-type_block button.open_posts {
    background: #fff0;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    text-align: left;
    color: #000;
    width: auto;
    float: left;
    padding: 0;
    outline: none
}

.um-profile-body.main.main-default ._um_row_2 .um-field-type_block ul li {
    line-height: 20px;
    text-align: center
}

.um-profile-body.main.main-default ._um_row_2 .um-field-type_block ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    color: rgb(0 0 0 / .7);
    display: inline-block;
    position: relative
}

.user-content .um-profile.um-viewing .um-field {
    display: inline-block;
    width: auto;
    max-width: 100%
}

.user-content .um-profile.um-viewing .um-field.um-field-type_block {
    width: auto !important;
    margin: 40px 0 0 !important
}

.um-profile-body.main.main-default ._um_row_2 .um-field-type_block:hover > ul {
    display: block
}

.user-content .um-viewing .um-field-label label {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 36px !important;
    display: flex;
    align-items: center;
    color: #000
}

.user-content .um-viewing .um-field-label {
    margin: 0 10px 15px 0px !important;
    padding: 0 !important
}

.user-content .um-field-value p {
    margin: 0 0 6px !important;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgb(0 0 0 / .65)
}

.user-content .um-col-122, .user-content .um-col-121, .user-content .um-col-122 .um-field, .user-content .um-col-121 .um-field {
    float: left;
    width: 100% !important
}

.user-content .um-col-122 .um-field .um-field-label label, .user-content .um-col-121 .um-field .um-field-label label {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px !important;
    color: rgb(0 0 0 / .75)
}

.user-content .spanspl {
    color: #fff !important;
    margin: 0 10px 10px 0;
    height: 30px;
    padding: 0 15px;
    background: #FE454B !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 7px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .03em
}

.user-content .um-col-122 .um-field-area, .user-content .um-col-121 .um-field-area {
    word-wrap: break-word;
    float: right;
    display: inline-block;
    width: 75%
}

.user-content .um-profile.um-viewing .um-col-122 .um-field.um-field-monthly_visitors .um-field-value, .user-content .um-profile.um-viewing .um-col-121 .um-field.um-field-monthly_visitors .um-field-value, .user-content .um-profile.um-viewing .um-col-122 .um-field.um-field-commission_model .um-field-value, .user-content .um-profile.um-viewing .um-col-121 .um-field.um-field-commission_model .um-field-value, .user-content .um-profile.um-viewing .um-col-122 .um-field.um-field-website_category .um-field-value, .user-content .um-profile.um-viewing .um-col-121 .um-field.um-field-website_category .um-field-value, .user-content .um-profile.um-viewing .um-col-121 .um-field.um-field-deposit_methods .um-field-value, .user-content .um-profile.um-viewing .um-col-121 .um-field.um-field-license .um-field-value, .user-content .um-profile.um-viewing .um-col-121 .um-field.um-field-website_languages .um-field-value, .user-content .um-profile.um-viewing .um-col-121 .um-field.um-field-currencies .um-field-value, .user-content .um-profile.um-viewing .um-col-121 .um-field.um-field-live_support .um-field-value {
    background: #FFF;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 7px;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000000 !important
}

.user-content .um-field-aboutcompany .um-field-area {
    display: inline-block
}

.user-content .um-field-aboutcompany .um-field-area .um-field-value {
    padding: 0 !important
}

.user-aside a {
    display: block;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    margin: 0 0 30px
}

.user-aside a img {
    display: block
}

.c-sidebar .um-field {
    position: relative;
    padding: 0
}

.user-content ul.list-um {
    margin: 0
}

.user-content ul.buddyforms-list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-rows:1fr;
    gap: 30px 30px;
    grid-template-areas:". . ."
}

.user-content ul.buddyforms-list.slick-slider {
    display: block
}

.user-content ul.buddyforms-list li .item-desc {
    padding-right: 15px
}

.slick-list {
    padding: 0 0 20px
}

.user-content .um-field ul.buddyforms-list li.bf-submission {
    margin: 0;
    width: auto;
    background: #FFF;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    border-radius: 10px;
    border: none;
    padding: 15px !important
}

.user-content ul.buddyforms-list.slick-slider li.bf-submission {
    padding: 0 !important;
    overflow: hidden
}

.user-content ul.buddyforms-list.slick-slider li.bf-submission .post_item {
    padding: 15px;
    display: inline-block
}

.user-content li.bf-submission .item .item-title a, .user-content li.bf-submission:nth-child(even) .item .item-title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000 !important;
    text-decoration: none
}

.user-content li.bf-submission .item .item-desc, .user-content li.bf-submission:nth-child(even) .item .item-desc {
    font-size: 14px;
    line-height: 21px;
    color: rgb(0 0 0 / .65) !important
}

.user-content li.bf-submission .item .item-thumb a img {
    width: 100%;
    height: auto
}

.user-content .buddyforms-list .edit_links a {
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #FE454B;
    font-weight: 600;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    width: 145px;
    text-align: center;
    height: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 5px;
    line-height: 30px
}

.user-content .buddyforms-list .edit_links a.bf_delete_post {
    width: 63px;
    text-align: center;
    height: 30px;
    background: #fff;
    color: #000000 !important;
    font-size: 12px
}

.user-content .buddyforms-list .edit_links a.bf_delete_post span {
    display: none
}

.user-content .buddyforms-list .edit_links {
    margin: 0;
    display: flex;
    justify-content: space-between
}

.user-content ul.buddyforms-list li div.action {
    width: 100%;
    display: block;
    max-width: 100%
}

.slick-slide {
    margin: 0 15px
}

.um-col-1 h2 {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 36px !important;
    color: #000000 !important;
    padding: 0 0 20px !important
}

.user-content .um-profile.um-viewing .um-field.um-field-shortcode {
    display: block
}

.user-content .bx-wrapper {
    max-width: 100% !important
}

.slick-next, .slick-next:hover, .slick-next:focus {
    right: 0;
    background: url(/wp-content/themes/gilda/images/bxarrow.png) no-repeat center #fff
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    left: 0;
    background: url(/wp-content/themes/gilda/images/bxarrow.png) no-repeat center #fff;
    transform: rotate(180deg)
}

.slick-prev, .slick-next {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    z-index: 8888;
    box-shadow: 0 3px 15px rgb(0 0 0 / 15%)
}

@media all and (max-width: 1196px) {
    .bx-viewport .user-content ul.buddyforms-list {
        display: block;
        text-align: left
    }

    .user-content .um-profile.um-viewing .um-field.um-field-shortcode {
        display: block
    }

    .user-content .um-field ul.buddyforms-list li.bf-submission {
        width: auto !important
    }

    .slick-list {
        width: 100%
    }

    .user-content, .user-aside {
        width: 100%;
        float: none;
        margin: 0
    }

    .user-aside .um-field-block {
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        gap: 30px 30px;
        grid-template-areas:". . ."
    }

    .user-aside .um-field-block a {
        margin-bottom: 0
    }

    .user-aside .um-field-block a img {
        width: 100%
    }

    .um-header {
        padding: 0
    }

    .um-row._um_row_1 {
        display: flex;
        align-items: self-start;
        justify-content: space-between
    }

    .um-col-131 {
        width: 32% !important
    }

    .um .new_wrap .um-col-131 .um-profile-photo a.um-profile-photo-img {
        width: 100% !important
    }

    .new_wrap .um-col-132 {
        width: 60%
    }

    .um-profile.um-viewing .um-field.um-field-company-name .um-field-value {
        font-size: 23px !important
    }

    .um-viewing .new_wrap .um-field-value a, .um-viewing .um-field-user_url div div a, .um-viewing .um-field-user_url div div span, .um-viewing .new_wrap .um-field-value span {
        font-size: 12px !important
    }

    .um-viewing .um-col-133 {
        display: flex;
        float: none;
        width: 25%;
        margin: 0 0 0 30px
    }

    .um-viewing .um-col-133:empty {
        display: none
    }

    .new_wrap {
        width: 100%
    }

    .user-content .um-profile.um-viewing .um-field {
        display: inline-block;
        line-height: 0
    }

    .um-col-132 .user-content .um-profile.um-viewing .um-field {
        display: block
    }

    .main-wrapper {
        overflow: hidden
    }

    .user-content .buddyforms-list .edit_links a {
        width: 100%
    }

    .buddyforms-list .edit_links li:first-child {
        width: 60%
    }

    .buddyforms-list .edit_links li:last-child {
        width: 30%
    }
}

@media all and (max-width: 800px) {
    .user-content ul.buddyforms-list {
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        gap: 10px 10px;
        grid-template-areas:". . ."
    }

    .um-viewing ._um_row_3 {
        margin-bottom: 0 !important
    }

    .um-viewing ._um_row_3 h2 {
        margin: 0;
        padding: 0 !important
    }
}

@media all and (max-width: 767px) {
    .user-content .buddyforms-list .edit_links a.bf_delete_post {
        width: 100%
    }

    .um-viewing .um-col-133 {
        display: block;
        width: 100%
    }

    .user-content ul.buddyforms-list {
        display: block
    }

    .user-content .um-field ul.buddyforms-list li.bf-submission {
        width: calc(100% - 30px)
    }

    .um-row._um_row_1 {
        display: block;
        margin: 0 0 30px
    }

    .new_wrap {
        padding: 15px;
        margin: 0 0 20px
    }

    .um-col-131 {
        width: 32% !important;
        display: inline-block;
        vertical-align: top
    }

    .new_wrap .um-col-132 {
        width: 61% !important;
        display: inline-block;
        margin: 0 0 0 20px !important
    }

    .user-content .um-profile.um-viewing .um-field.um-field-type_block:empty {
        display: none
    }

    .um-viewing .new_wrap .um-field-value a, .um-viewing .um-field-user_url div div a, .um-viewing .um-field-user_url div div span, .um-viewing .new_wrap .um-field-value span {
        font-size: 8px !important;
        line-height: 12px
    }

    .user-content .um-profile.um-viewing .um-col-132 .um-field {
        display: block
    }

    .user-content .um-profile.um-viewing .um-row._um_row_2 .um-field {
        display: block;
        margin: 0 auto !important
    }

    .um-field ul.buddyforms-list {
        text-align: left
    }

    .um-profile.um-viewing .um-field.um-field-company-name .um-field-value {
        font-size: 14px !important;
        line-height: normal;
        margin: 0
    }

    .user-content .um-field ul.buddyforms-list li.bf-submission {
        padding: 0 !important
    }

    .user-content .um-field ul.buddyforms-list li.bf-submission .post_item {
        background: #FFF;
        box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
        border-radius: 10px;
        padding: 15px !important;
        display: block;
        overflow: hidden
    }

    .user-content .um-field-shortcode .bx-viewport {
        min-height: 630px;
        overflow: inherit
    }

    .new_wrap .um-col-132 .um-messaging-btn a {
        font-size: 10px;
        padding: 10px 0 !important
    }

    div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
        width: auto !important;
        height: inherit !important
    }

    .um-profile.um-viewing .um-field-label {
        display: block;
        float: none
    }

    .user-content .um-col-122 .um-field-area, .user-content .um-col-121 .um-field-area {
        word-wrap: break-word;
        float: left;
        display: inline-block;
        width: 100%
    }

    .user-aside .um-field-block {
        display: grid;
        grid-template-columns:1fr;
        gap: 30px 30px;
        grid-template-areas:"."
    }
}

div#kaya-mid-content-wrapper {
    background-color: #fff !important;
    padding: 25px 0 0 0 !important
}

.um-profile-body.main.main-default ._um_row_2 .um-field-type_block button.open_posts {
    position: relative
}

.um-profile-body.main.main-default ._um_row_2 .um-field-type_block button.open_posts:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    bottom: 0;
    left: auto;
    margin: auto;
    right: -15px;
    top: 3px;
    background: url(/wp-content/themes/gilda/images/caret2.png) no-repeat center
}

.user-content .um-profile-body.main.main-default, .kaya-page-titlebar-wrapper {
    background-color: #fff !important
}

.user-content form .um-profile-body.main.main-default {
    background-color: #fff !important;
    padding: 0 !important;
    box-shadow: none;
    border: none
}

.user-content form .um-field-aboutcompany .um-field-area {
    display: inline-block;
    width: 100%
}

form .um-field-label {
    display: inline-block
}

.um-own-profile form .um-field-type_block {
    text-align: left;
    display: inline-block
}

.um-col-133 {
    min-height: 245px
}

.um-col-133:empty {
    background: url(/wp-content/themes/gilda/images/no_image.png) no-repeat center/cover
}

.dabe_table {
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    border: 0 #d9d9d9 solid;
    margin-bottom: 50px
}

.dabe_td1 {
    border-bottom: 1px #003249 solid
}

.dabe_td1 p {
    font-size: 1.2em !important;
    font-weight: 700
}

.dabe_underl > td {
    border-bottom: 1px #003249 solid;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px
}

.dabe_underl > td > a {
    text-decoration: none !important
}

.dabe_top > td {
    padding-top: 10px;
    height: 168px
}

.dabe_p1 {
    font-size: 15px;
    font-weight: 300
}

.dabe_td2 {
    padding-top: 15px;
    text-align: center;
    font-size: 14px
}

.new_dabe_td3 {
    text-align: left;
    vertical-align: top;
    padding-top: 15px;
    font-size: 14px !important;
    font-weight: 700
}

.dabe_tbl td {
    font-size: 14px;
    padding: 2px
}

.dabe_ima {
    border-radius: 2px;
    border-radius: 5px !important
}

.dabe_span {
    color: #888
}

.dabe_td4 {
    vertical-align: top;
    padding-top: 15px
}

.dabe_td5 {
    background-color: #e6ebee;
    color: #003249;
    border-radius: 5px;
    padding: 10px
}

.dabe_ims {
    margin-left: 4%
}

.dabe_msg_div {
    width: 100%;
    background-color: #fe454b;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    margin: 7px 0
}

.dabe_ama > b {
    text-decoration: underline;
    color: #000
}

.dabe_affiliate_programs > td {
    height: 168px;
    border-bottom: 1px #003249 solid;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px
}

.dabe_affiliate_programs > .new_dabe_td3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.dabe_affiliate_programs_td3 {
    text-align: left;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px !important
}

.dabe_affiliate_programs h3 {
    margin: 0;
    font-size: 18px
}

.dabe_td1_affiliate_programs {
    border-bottom: 1px #003249 solid
}

.dabe_td1_affiliate_programs p {
    font-size: 1em !important;
    font-weight: 700
}

@media all and (max-width: 760px) {
    .dabe_affiliate_programs_td3 {
        width: 33%
    }

    .dabe_affiliate_programs h3 {
        font-size: 14px
    }

    .dabe_cont {
        display: none
    }

    .dabe_td2 {
        font-size: 12px
    }
}

.social_link {
    width: 25px;
    height: 25px;
    display: inline-block
}

.social_link > img {
    object-fit: contain;
    height: 25px
}

.title_section {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1em;
    margin-bottom: 2em
}

.title_section h1 {
    margin-bottom: 0
}

.title_section span {
    font-weight: bold !important;
    font-size: 30px
}

.best_content a:hover {
    text-decoration: unset !important
}

a.social_link {
    font-size: 18px;
    color: #000 !important
}

.foot_img {
    height: 303px
}

.user_ava {
    background-size: cover;
    width: 315px;
    height: auto
}

.footer.newdesign .navs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.footer_nav {
    list-style: none;
    color: #fff !important;
    line-height: normal
}

.menu-menu-container h6, .soci h6 {
    color: #fff;
    margin: 0;
    font-family: 'Poppins-bold', sans-serif;
    font-size: 17px
}

.footer_nav li {
    margin-bottom: 9px
}

.footer_nav li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

.footer_nav li a:hover {
    color: #FE454B
}

.soc_icons {
    line-height: 0
}

.footer.newdesign > .container {
    padding: 0;
    display: flex;
    flex-direction: column
}

.foot_text {
    display: flex;
    padding: 0;
    position: relative;
    top: 37px
}

.foot_text > p {
    text-align: center;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #ededed
}

div#media_image-2 {
    width: 16%;
    position: relative;
    z-index: 1
}

.soc_icons a i {
    font-size: 20px
}

.soc_icons a:hover i {
    color: #FE454B !important
}

.current-menu-item a[aria-current="page"] {
    color: #FE454B !important
}

.footer_nav .current-menu-item a {
    color: #fff !important;
    font-weight: 400 !important
}

.footer_nav .menu-item-has-children a:before {
    display: none
}

.current-menu-item a[aria-current="page"] {
    color: blue
}

h6.op-menus {
    text-align: left;
    margin: 0;
    font-family: 'Poppins-bold', sans-serif;
    font-weight: 900 !important;
    font-size: 17px;
    color: #fff
}

@media all and (max-width: 1024px) {
    .footer > .container > .navs > #media_image-2 {
        margin-left: 20px
    }

    .footer_nav {
        text-align: left
    }
}

@media all and (max-width: 322px) {
    .soci h6 {
        line-height: normal;
        text-align: right;
        height: 44px
    }
}

.clid_1 {
    display: none
}

.st_text {
    color: #000;
    margin-left: -3px;
    margin-right: 3px
}

a.back-list {
    text-decoration: none !important;
    color: #000 !important
}

.custompost > div > p > a {
    color: #fe454b !important;
    text-decoration: underline !important;
    font-weight: 600
}

.comp_name, .company_name {
    color: #fe454b !important;
    text-decoration: underline !important;
    font-weight: 600
}

.sharebox a {
    text-decoration: none !important
}

.avatar img {
    height: 100%
}

.loop_avatar img {
    height: 300px !important
}

.ava_igamingaffiliate_ {
    width: 370px
}

.row_g2 .custompost.for.bests:nth-child(even) .avatar_image_ {
    position: relative;
    right: 22px
}

.avatar a {
    overflow: none
}

.listing .avatar {
    border-radius: 0
}

.avatar img {
    width: 100%;
    position: relative;
    left: 0;
    border-radius: 29px
}

.share_social {
    font-size: 18px;
    color: #000
}

.sharebox {
    margin-top: 8px
}

.slider_sl {
    visibility: hidden
}

.progress {
    display: block;
    width: 82%;
    height: 10px;
    position: relative;
    left: 56px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ededed;
    background-image: linear-gradient(to right, #fe454c, #fe454c);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    margin-top: 33px
}

.slick-slide img {
    height: 300px
}

span.sl-next.slick-arrow, span.sl-prev.slick-arrow {
    width: 40px;
    height: 40px;
    background: #fff0;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #C6C6C6;
    text-align: center;
    line-height: 27px;
    font-family: fantasy;
    font-size: 27px;
    cursor: pointer;
    transform: none;
    top: 317px;
    color: #000
}

span.sl-prev.slick-arrow {
    bottom: -22px;
    left: 2px;
    padding-right: 2px
}

span.sl-next.slick-arrow {
    bottom: -22px;
    right: 0;
    padding-left: 7px
}

span.sl-prev.slick-arrow:before {
    content: "\f053";
    font: 18px/1 'FontAwesome';
    color: #000;
    vertical-align: -9%
}

span.sl-next.slick-arrow::before {
    content: "\f054";
    font: 18px/1 'FontAwesome';
    color: #000;
    vertical-align: -9%
}

.post-5704 .entry-content > ul {
    position: relative;
    left: 16px
}

.post-5709 .entry-content > ul {
    position: relative;
    left: 16px
}

.post-5704 > .entry-content, .post-5709 > .entry-content {
    margin-bottom: 50px
}

.pages_ .pages_fo_list {
    list-style: none;
    position: relative;
    top: -17px
}

li.pgs {
    margin-bottom: -27px;
    padding: 0;
    position: relative
}

li.pgs > a {
    color: #fff
}

li.pgs > a:hover {
    color: #fff
}

div.um-photo img {
    max-height: none !important;
    max-width: none !important;
    width: 100% !important;
    height: 100% !important
}

@media all and (max-width: 1140px) {
    .user_ava {
        background-size: cover;
        width: 315px;
        height: 400px
    }

    .user-content {
        width: 75.5%
    }

    .user-aside {
        width: 258px;
        margin: 0 0 0 20px
    }

    .listing .thumbnail {
        border-radius: 0;
        width: 100%
    }

    .avatar a {
        width: 100%
    }

    .ava_igamingaffiliate_ img {
        width: 312px
    }
}

@media all and (max-width: 920px) {
    .ava_igamingaffiliate_ {
        margin-right: 10px
    }

    .progress {
        left: 48px
    }
}

@media all and (max-width: 789px) {
    .mob {
        width: 100%
    }

    .imagebox {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-content: center !important
    }

    .user_ava {
        background-size: cover;
        width: 315px;
        height: 400px;
        margin-right: 19px
    }

    .gal_igamingaffiliate {
        width: 66% !important
    }

    .avatar a img {
        opacity: 1;
        width: 100%;
        position: relative;
        border-radius: 20px;
        top: 0
    }

    .avatar a {
        width: 393px;
        height: 100%;
        display: inline-block;
        position: relative;
        padding: 0;
        margin: 0;
        left: 2px
    }

    .ava_igamingaffiliate {
        display: inline-block;
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
        margin: 0 30px !important
    }

    .avatar img {
        width: 100%;
        height: 100%
    }

    .ava_igamingaffiliate_ {
        margin-right: 10px
    }

    .progress {
        width: 79%
    }

    .pages_ {
        position: relative;
        right: 16px
    }

    .pages_ .pages_fo_list {
        font-size: 15px !important;
        text-align: center
    }
}

@media all and (max-width: 700px) {
    .ava_igamingaffiliate_ {
        margin-right: 10px
    }

    .progress {
        left: 48px;
        width: 77%
    }
}

@media all and (max-width: 426px) {
    .pricing.new_home .flickity-slider {
        margin-left: 38px !important
    }

    .user_ava {
        background-size: cover;
        width: 100%;
        height: 400px;
        margin-right: 0
    }

    .gal_igamingaffiliate {
        width: 100% !important
    }

    .imagebox {
        display: flex !important;
        flex-wrap: wrap !important;
        align-content: center !important
    }

    .ava_igamingaffiliate {
        display: inline-block;
        border-radius: 20px;
        width: 100%;
        height: 300px;
        margin: 0 30px !important
    }

    .ava_igamingaffiliate img {
        width: 100%;
        height: 300px
    }

    .gal_igamingaffiliate {
        margin-top: 20px
    }

    .avatar_image_ .d_img {
        height: 100%
    }

    a.avatar_image_ {
        width: 100%;
        left: 0
    }

    .avatar img {
        width: 100%;
        height: 100%
    }

    .content_page_text {
        margin-top: 8px !important
    }

    .custompost.for.bests:nth-child(even) .new_thumb.bests .company-image {
        margin: 0px !important;
        margin-bottom: 30px !important
    }

    .ava_igamingaffiliate_ img {
        width: 100%;
        left: 4px;
        position: relative
    }

    .progress {
        width: 77%;
        left: 44px
    }

    .pages_ {
        position: relative;
        right: 16px
    }

    .pages_ .pages_fo_list {
        font-size: 15px !important;
        text-align: right
    }
}

@media all and (max-width: 324px) {
    .pricing_car > .flickity-viewport > .flickity-slider {
        margin-left: 12px !important
    }

    .ava_igamingaffiliate_ img {
        width: 100%;
        left: 0;
        position: relative
    }

    .progress {
        width: 70%;
        left: 44px
    }

    .slick-initialized .slick-slide {
        width: 320px
    }

    .pages_ .pages_fo_list {
        font-size: 14px !important;
        text-align: right
    }
}

@media (max-width: 725px) {
    .footer > .container > .navs > div#media_image-3 {
        display: flex;
        justify-content: space-between;
        min-height: 106px
    }

    .footer.newdesign .lgt img {
        width: 153px !important;
        height: auto !important
    }
}

@media (max-width: 598px) {
    .footer > .container > .navs > div#media_image-3 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: 269px
    }
}

.menu_cons_info {
    display: none
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: #fff0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsl(0 0% 100% / .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.top-nav {
    position: relative;
    z-index: 99
}

.top-nav, .top-nav ul, .top-nav li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    -webkit-tap-highlight-color: #fff0
}

.top-nav-rtl, .top-nav-rtl ul, .top-nav-rtl li {
    direction: rtl;
    text-align: right
}

.top-nav > li > h1, .top-nav > li > h2, .top-nav > li > h3, .top-nav > li > h4, .top-nav > li > h5, .top-nav > li > h6 {
    margin: 0;
    padding: 0
}

.top-nav ul {
    display: none;
    margin-top: 23px !important
}

.top-nav li, .top-nav a {
    position: relative
}

.top-nav a {
    display: block
}

.top-nav a.disabled {
    cursor: not-allowed
}

.top-nav:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.top-nav, .top-nav *, .top-nav *:before, .top-nav *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.top-nav a, .top-nav a:hover, .top-nav a:focus, .top-nav a:active {
    padding: 15px 20px;
    border-right: 1px solid #ccc
}

.top-nav a.disabled {
    color: #a1d1e8
}

.top-nav a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgb(0 0 0 / .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.top-nav a.highlighted span.sub-arrow:before {
    display: block;
    content: '-'
}

.top-nav ul a, .top-nav ul a:hover, .top-nav ul a:focus, .top-nav ul a:active {
    background: #fff0;
    color: #2b82ac;
    text-shadow: none
}

.top-nav ul li {
    width: 100%
}

.main-menu-btn {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: #fff0
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 28px;
    background: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: #fff0
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

#main-menu-state:not(:checked) ~ #main-menu {
    display: none
}

#main-menu-state:checked ~ #main-menu {
    display: block
}

@media (min-width: 1025px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px
    }

    #main-menu-state:not(:checked) ~ #main-menu {
        display: block
    }

    .add-mobile-menu {
        display: block !important
    }
}

@media (min-width: 1025px) {
    .top-nav ul {
        position: absolute;
        width: 12em
    }

    .top-nav li {
        display: inline-block
    }

    .top-nav a span.sub-arrow {
        top: 50%;
        margin-top: -3px;
        bottom: 2px;
        right: 0;
        margin-left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: rgb(127 127 127 / .6) #fff0 #fff0 #fff0;
        background: #fff0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

    .top-nav a.highlighted span.sub-arrow:before {
        display: none
    }

    .top-nav ul a.disabled {
        background: #fff;
        color: #b3b3b3
    }

    .top-nav ul a span.sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: #fff0 #fff0 #fff0 rgb(127 127 127 / .6)
    }

    .top-nav ul li {
        border: 0
    }

    .top-nav span.scroll-up, .top-nav span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px
    }

    .top-nav span.scroll-up-arrow, .top-nav span.scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: #fff0 #fff0 #2b82ac #fff0
    }

    .top-nav span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #2b82ac #fff0 #fff0 #fff0
    }

    .top-nav.top-nav-vertical a span.sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: #fff0 #fff0 #fff0 #a1d1e8
    }

    .top-nav.top-nav-vertical ul a {
        padding: 9px 23px
    }
}

#kaya-page-content-wrapper {
    margin: 0 auto
}

#mid-content, .container {
    margin: 0 auto
}

.container {
    margin: 0 auto;
    display: block
}

#kaya-header-content-wrapper .container {
    width: 100% !important;
    display: table
}

div#kaya-mid-content-wrapper {
    padding: 50px 0 0 0
}

.fullwidth {
    width: 100%;
    float: left
}

.one_half {
    width: 48.1%;
    float: left;
    margin-right: 3.8%
}

.one_half_last {
    width: 48.1%;
    float: right
}

.one_third {
    width: 30.7%;
    float: left;
    margin-right: 3.8%
}

.one_third_last {
    width: 30.7%;
    float: right
}

.one_third_last:after {
    clear: both
}

.two_third {
/ width: 100 %;
    margin-right: 0;
    display: flex;
    justify-content: center
}

.two_third_last {
    width: 65.2%;
    float: right;
    display: table-cell
}

.one_fourth {
    width: 22.15%;
    float: left;
    margin-right: 3.8%
}

.one_fourth_last {
    width: 22.15%;
    float: right
}

.two_fourth {
    width: 48.1%;
    float: left;
    margin-right: 3.8%
}

.three_fourth {
    width: 74.05%;
    float: left;
    margin-right: 3.8%
}

.three_fourth_last {
    width: 74.05%;
    float: right
}

.one_fifth {
    width: 16.96%;
    float: left;
    margin-right: 3.8%
}

.one_fifth_last {
    width: 16.96%;
    float: right
}

.two_fifth {
    width: 33.92%;
    float: left;
    margin-right: 3.8%
}

.three_fifth {
    width: 58.48%;
    float: left;
    margin-right: 3.8%
}

.four_fifth {
    width: 79.24%;
    float: left;
    margin-right: 3.8%
}

.four_fifth_last {
    width: 79.24%;
    float: right
}

.last {
    margin-right: 0px !important;
    float: right !important
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .container {
        width: 95%;
        padding: 0
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .post-content-wrapper .column2, .post-content-wrapper .column3, .post-content-wrapper .column4, .post-content-wrapper .column5, .post-content-wrapper .column6, .post-content-wrapper .column7, .post-content-wrapper .column8, .post-content-wrapper .column9, .post-content-wrapper .video_iframes2 iframe, .post-content-wrapper .video_iframes3 iframe, .post-content-wrapper .video_iframes4 iframe {
        width: 31.8%
    }
}

@media only screen and (max-width: 1024px) {
    .post_single_page_content_wrapper .one_fifth, .post_single_page_content_wrapper .four_fifth_last {
        width: 100%
    }
}

@media only screen and (max-width: 1025px) {
    .um-member-card-wrap-on {
        display: block !important
    }

    .um-directory .um-members-wrapper .um-members-grid-wrapper .um-members.um-members-list .um-member .um-member-card-wrap-on .um-member-meta-main {
        position: relative !important
    }

    .um-member-card {
        width: unset !important
    }

    .kaya-page-titlebar-wrapper {
        padding: 10px
    }

    #header-navigation {
        display: none
    }

    .container {
        width: 90%;
        padding: 0
    }

    .header-right-section h5 {
        float: none;
        text-align: center
    }

    #kaya-header-content-wrapper div#main-nav {
        float: inherit !important
    }

    .mobile_toggle_menu_icons {
        text-align: center;
        margin: 0 auto;
        padding: 10px 0
    }

    #mid-content, #sidebar {
        padding: 0
    }

    .top-header-wrapper .one_half_last span, .top-header-wrapper, .top-header-wrapper .one_half_last {
        text-align: center;
        margin: 0
    }

    .header-left-section {
        text-align: center
    }

    .menu li a {
        cursor: pointer
    }

    .top-nav a span.sub-arrow {
        display: block
    }

    #header-navigation {
        padding: 0
    }

    ul.sub-menu li a, ul.sub-menu li a:hover {
        padding-left: 30px !important
    }

    .top-nav > li {
        margin-top: 0px !important
    }

    #kaya-header-content-wrapper .container {
        width: 100%;
        padding-bottom: 0
    }

    #header-navigation {
        border: none;
        margin-bottom: 30px
    }

    .top-nav, .top-nav ul, .top-nav li {
        float: inherit !important
    }

    .top-nav .sub-menu li {
        border-bottom: 1px solid #e6e6e6
    }

    #header-navigation ul {
        box-shadow: 0 0 !important;
        background: #f2f2f2;
        width: 100%
    }

    .top-nav a, .top-nav a:hover, .top-nav a:focus, .top-nav a:active {
        margin-left: 0;
        border-right: none
    }

    #header-navigation ul li a {
        border-bottom: 1px solid rgb(204 204 204 / .3);
        padding-left: 0
    }

    .user-account a:first-child, .user-account:hover a:first-child {
        margin-left: 0
    }

    div#logo {
        display: table
    }

    #kaya-header-content-wrapper, #header-navigation .sub-menu a {
        background: transparent !important
    }

    .one_half, .one_half_last, .one_fourth, .one_fourth_last, .footer_widgets .one_fourth, .footer_widgets .one_fourth_last, .two_third, .one_third, .one_third_last, .one_fifth, .four_fifth_last, .three_fourth, .three_fourth_last, .header_menu_section, .woocommerce div.product div.images, .fm-form li, #setcard .one_third, .two_third_last, #kaya-header-content-wrapper, #kaya-header-content-wrapper #header-navigation {
        margin: 0;
        float: none;
        clear: both;
        width: 100%
    }

    footer, .footer-menu-wrapper ul {
        text-align: center
    }

    .top-nav ul {
        margin-top: 0px !important
    }

    .pods_cpt_single_compcard {
        margin-bottom: 40px
    }

    .post_single_page_img_details .one_fourth {
        margin-bottom: 60px
    }

    #elementor-navmenu a, .eldropdown-toggle:after {
        border: none !important
    }

    #elementor-navmenu a {
        border-bottom: 1px solid rgb(0 0 0 / .1) !important
    }

    .eldropdown-toggle {
        background-color: inherit !important;
        height: 39px !important;
        width: 46px !important;
        border-bottom: 1px solid #e2e2e2 !important
    }

    .elementor-navigation .menu-item-has-children > a {
        margin-right: 46px !important
    }

    #elementor-navmenu a {
        padding: 10px 20px !important
    }

    .shortlist-align {
        right: 0;
        bottom: 60px;
        left: 0;
        text-align: center
    }
}

@media only screen and (min-width: 601px) and (max-width: 1025px) {
    .general-meta-fields-info-wrapper ul li {
        display: inline-block;
        margin-right: 32px;
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .toggle_search_field {
        width: 320px
    }

    #logo img {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media only screen and (max-width: 600px) {
    .general-meta-fields-info-wrapper ul li {
        display: block;
        margin-right: 0;
        width: 100%
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1366px) {
    .general-meta-fields-info-wrapper ul li {
        display: inline-block;
        margin-right: 32px;
        width: 46%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: #fff0
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid #fff0
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-display: swap;
    font-family: 'slick';
    font-weight: 400;
    font-style: normal
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff0;
    border: none;
    outline: none;
    background: #fff0
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff0;
    outline: none;
    background: #fff0
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff0;
    border: 0;
    outline: none;
    background: #fff0
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.customheader .lgt {
    margin: 0;
    width: 21.5%;
    float: left
}

.customheader {
    position: relative;
    z-index: 8888
}

#myscroll .container {
    display: flex !important;
    gap: 20px;
    justify-content: space-between;
    align-items: center
}

.customheader.fix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff
}

.scroll_helper.fix {
    padding: 20px 0
}

.customheader .nvs ul.sub-menu li a {
    border: none;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    padding: 0
}

.customheader .nvs ul.sub-menu li {
    float: none !important;
    display: block
}

.customheader .nvs {
    margin: 0;
    width: 57%;
    float: left;
    overflow: inherit
}

.customheader .nvs ul {
    text-align: center;
    margin: -10px 0 0
}

.myli.menu-item-5287 {
    line-height: 41px
}

.customheader .nvs ul li {
    float: none !important;
    display: inline-block;
    text-align: left;
    margin-left: -4px;
    position: relative;
    line-height: 40px
}

.customheader .nvs ul li a {
    padding: 20px;
    color: #003249 !important;
    font-size: 16px;
    position: relative
}

.customheader .usr ul {
    display: flex;
    justify-content: flex-end
}

.customheader .usr ul li {
    display: flex;
    flex-direction: row;
    font-weight: 700
}

.customheader .usr ul li:before, .customheader .usr ul li:after, .customheader .sub-menu li a:before, .customheader .sub-menu li a:after, .customheader .sub-menu li:before, .customheader .sub-menu li:after {
    display: none
}

.customheader .nvs ul.sub-menu {
    margin-left: 0px !important;
    left: calc(50% - 140px);
    top: 52px;
    padding: 5px;
    background-color: #fff;
    max-width: 280px !important;
    border: 1px solid #ccc;
    min-width: unset !important;
    border-radius: 5px;
    width: 280px !important;
    display: none;
    position: absolute;
    z-index: 8888
}

.newdesign header .container {
    display: block !important
}

.newdesign header .container::after {
    content: "";
    clear: both;
    display: table
}

.desc > .menu_menu_con_ {
    float: right;
    width: 100%;
    margin-top: 0;
    justify-content: space-between;
    align-items: center
}

.logged-in > #kaya-page-content-wrapper > .header-section > header .container > .desc {
    width: 80% !important
}

.newdesign header .container > .desc {
    display: flex;
    float: right;
    width: 80%;
    min-height: 43px
}

.newdesign header .container > .desc > .menu_menu_con_ > .menu-menu-container {
    display: flex;
    float: left;
    padding-top: 0
}

.newdesign header .container > .desc > .menu_menu_con_ > .usr {
    margin: 0;
    width: unset !important;
    float: unset
}

#kaya-page-content-wrapper > .header-section > header .container > .desc > .menu_menu_con_ > .usr ul {
    display: flex;
    float: left;
    margin-bottom: 0px !important
}

#kaya-page-content-wrapper > .header-section > header .container > .desc > .menu_menu_con_ > .usr ul > li {
    margin-left: 8px !important;
    float: left
}

.desc {
    position: inherit !important
}

.amount {
    color: #000 !important
}

.desc > .menu_menu_con_ {
    display: flex
}

.desc > .menu_menu_con_ > .menu-menu-container > ul#menu-menu {
    list-style: none !important;
    display: block !important;
    align-items: center;
    justify-content: space-between !important;
    text-align: left !important;
    padding-left: 16px;
    width: 100%;
    float: right;
    margin-bottom: 0px !important
}

.logged-in > #kaya-page-content-wrapper > .header-section > header .container > .desc > .menu_menu_con_ > .menu-menu-container > ul#menu-menu {
    padding-left: 47px
}

.desc > .menu_menu_con_ > .menu-menu-container > ul#menu-menu > li {
    margin-left: 18px;
    font-family: 'Poppins-bold', sans-serif;
    position: inherit !important;
    float: left
}

ul#menu-menu li a:hover {
    color: #FE454B
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > li > .ovr_hide > .sub-menu > li > a {
    font-size: 16px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub-menu > li > a {
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub-menu > li.main_sub > a {
    cursor: inherit !important;
    font-family: 'Poppins-bold', sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px;
    color: #333 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub-menu > li.main_sub > a:hover {
    color: #333 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide {
    width: 100vw !important;
    position: absolute;
    background: #fff0;
    left: 0;
    top: 85px;
    height: auto !important;
    display: none
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide:before {
    content: '';
    width: 100%;
    height: 61px;
    position: absolute;
    top: -40px;
    background: #fff0
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide:before:hover .ovr_hide {
    display: flex
}

.newdesign .menu-item.menu-item-has-children > a:before:hover .ovr_hide {
    display: flex !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > li#menu-item-7069 > .ovr_hide > ul.sub-menu {
    width: auto;
    margin-left: 0px !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > ul.sub-menu {
    background: transparent !important;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 80%;
    margin-left: 153px
}

.newdesign .menu-item.menu-item-has-children > a:before {
    left: 41px
}

.logged-in .newdesign .menu-item.menu-item-has-children > a:before {
    width: 48px;
    height: 20px;
    left: 25px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > li#menu-item-7069 .ovr_hide {
    justify-content: center
}

li#menu-item-13498 {
    margin-top: 7px !important
}

.sub-menu li a {
    text-align: left;
    border: none !important;
    background: transparent !important;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: unset !important;
    max-width: 100% !important;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700
}

ul.sub-menu li a:hover {
    color: #FE454B
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > .sub_post {
    display: flex;
    flex-direction: column;
    width: 63%;
    margin-top: 27px;
    margin-bottom: 20px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > .sub_post > p {
    font-weight: 900;
    color: #333 !important;
    font-size: 18px;
    font-family: 'Poppins-Bold', sans-serif;
    position: relative;
    left: 34px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > .sub_post > .posts_list {
    display: flex;
    width: 94%;
    align-items: center;
    margin-left: 24px;
    justify-content: space-between
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > .sub_post > .posts_list > ul.menu_cons_info {
    list-style: none;
    display: flex !important
}

figure.post_image {
    width: 275px;
    height: 130px;
    margin-bottom: 12px
}

figure.post_image img {
    height: 134px;
    border-radius: 7px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list > ul.menu_cons_info > li {
    margin-left: 20px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li {
    margin-right: 20px;
    margin-left: 0px !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > .sub_post > .posts_list > ul.menu_cons_info > li > a {
    font-size: 12px;
    display: block;
    color: #333 !important;
    width: 271px
}

.post_menu_link:hover {
    color: #FE454B !important
}

a.post_image {
    height: 136px;
    position: relative
}

a.post_image > img {
    width: 270px;
    height: 136px;
    object-fit: cover;
    display: block;
    border-radius: 5px
}

a.post_menu_link {
    margin-top: 10px
}

.clean {
    width: 200px;
    height: 20px
}

.newdesign .mob {
    background: #161716 !important
}

.mob > .nvs > .menu-menu-container > .menu {
    background: #fff0
}

.mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .clean {
    display: none
}

.ovr_hide > .sub-menu > #menu-item-15921 > a {
    cursor: inherit !important;
    font-family: 'Poppins-bold', sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px
}

.ovr_hide > .sub-menu > #menu-item-15924 > a {
    cursor: inherit !important;
    font-family: 'Poppins-bold', sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px
}

.sub_menu_cat > a:hover {
    color: #E8E8E8 !important
}

#menu-item-15912 > .ovr_hide > .sub-menu {
    display: flex !important
}

.sub_menu_cat > .ovr_hide {
    position: relative !important;
    display: block !important;
    height: auto
}

li#menu-item-15912 > .ovr_hide > .sub-menu > .clean {
    display: none
}

li#menu-item-15918 > .ovr_hide > .sub-menu > .clean {
    display: none
}

li#menu-item-7069 > .ovr_hide > .sub-menu > .clean {
    display: none
}

li#menu-item-15918 > .ovr_hide > .sub-menu {
    margin-top: 31px !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > li#menu-item-7069 > .ovr_hide > ul.sub-menu {
    margin-top: 31px !important;
    width: 200px !important
}

.sub_menu_cat {
    margin-top: 31px !important;
    margin-left: 0 !important
}

.sub_menu_cat > .ovr_hide > .sub-menu > .clean {
    height: 0px !important
}

.sub_menu_cat > .ovr_hide {
    top: 0px !important;
    left: 11px
}

.sub_menu_cat > .ovr_hide > .sub-menu {
    list-style: none !important;
    position: relative;
    left: -10px
}

.sub_menu_cat > a {
    color: #e8e8e8
}

.sub_menu_cat > .ovr_hide > .sub-menu > li > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #E8E8E8 !important
}

.sub_menu_cat > .ovr_hide > .sub-menu > li {
    margin: 0 !important
}

.mobs_cons_info {
    display: none
}

.menu_cons_info {
    display: none
}

.tabl_menu_complaints_info {
    display: none
}

.menu_complaints_info {
    display: none
}

.mob > .nvs > .menu-menu-container {
    max-width: 100%
}

.mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide {
    width: 100%
}

.mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu {
    border-radius: 0
}

.mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > a:before {
    left: 48px !important
}

.mob > .nvs > .menu-menu-container > .menu > li:focus {
    color: #fff !important
}

.tablet_ {
    display: none
}

.mob {
    overflow: scroll
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > .sub_post {
    width: 999px !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > ul.sub-menu {
    width: auto !important;
    margin: 0 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > ul.sub-menu {
    width: 1194px;
    margin: 0 auto;
    margin-left: auto;
    margin-bottom: 24px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > ul.sub-menu > li {
    margin-left: 0 !important;
    padding-right: 20px;
    width: 25%
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > ul.sub-menu > li {
    width: auto;
    padding-right: 0
}

.footer_nav > li:hover > .ovr_hide {
    display: none !important
}

.customheader > .container {
    display: block !important
}

.customheader > .container::after {
    display: none !important
}

.desc > .menu_menu_con_ > .menu-menu-container {
    display: block;
    float: left
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > li#menu-item-6173 > .ovr_hide > .sub-menu {
    position: relative;
    height: 168px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > li#menu-item-6173 > .ovr_hide > .sub-menu > li:first-child {
    margin-top: 20px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > li#menu-item-4807 > .ovr_hide {
    left: 0
}

.logged-in .newdesign .menu-user-dashboard-container ul li a {
    border-radius: 5px !important
}

.newdesign .menu-user-dashboard-container ul li a {
    width: 20px;
    height: 40px;
    margin: 0 0 0 0px !important
}

.newdesign .myli:not(.join-menu) a {
    color: rgb(0 0 0 / .6) !important;
    border: 2px solid #FE454B;
    background: transparent !important;
    text-align: center;
    padding: 10px !important;
    color: #FE454B !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.desc > .menu_menu_con_ > .usr {
    margin: 0;
    width: 16.5%;
    float: left
}

.desc > .menu_menu_con_ > .usr ul {
    display: flex
}

.customheader .usr ul > li {
    margin-left: 17px
}

.customheader .usr ul li.right-list a {
    max-width: 35px
}

@media (max-width: 1185px) {
    ul, ol {
        margin: 0
    }

    .newdesign header .container > .desc {
        width: 83%
    }

    .newdesign header .container > .desc > .menu_menu_con_ > .menu-menu-container {
        width: 69%;
        padding-top: 13px
    }

    .desc > .menu_menu_con_ > .menu-menu-container > ul#menu-menu {
        margin: 0 !important;
        padding-left: 0
    }

    .newdesign header .container > .desc > .menu_menu_con_ > .usr {
        padding-top: 2px
    }
}

.newdesign header .container {
    display: flex;
    justify-content: space-between
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > ul.sub-menu {
    display: none
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide:before {
    height: 37px !important;
    position: absolute;
    top: -36px !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > ul.sub-menu {
    background: #fff0;
    display: block !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide {
    background: #FAF8F8 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub-menu > li.main_sub > a {
    color: #333 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub-menu > li > a {
    color: #333 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > .sub_post > p {
    color: #333 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-7069 > .ovr_hide > .sub_post > .posts_list > ul.menu_cons_info > li > a {
    color: #333 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub-menu > li > a {
    color: #333 !important
}

.sub_menu_cat > .ovr_hide > .sub-menu > li > a {
    color: #333 !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li > .post_menu_link {
    color: #333 !important
}

.compl_descr_infos > .status_descr {
    color: rgb(51 51 51 / 66%) !important;
    text-transform: uppercase
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub-menu > li.main_sub > a:hover {
    color: #333 !important
}

.sub_menu_cat > a:hover {
    color: #333 !important
}

.ovr_hide > .sub-menu > #menu-item-23321 > a {
    cursor: inherit !important;
    font-family: 'Poppins-bold', sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918:hover .ovr_hide {
    justify-content: center
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post {
    display: flex;
    flex-direction: column;
    width: 63%;
    margin-top: 27px;
    margin-bottom: 20px
}

.loadedHome .desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > p {
    margin-top: 32px !important;
    margin-bottom: 15px !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > p {
    font-weight: 900;
    color: #333;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    position: relative;
    left: 0
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > li#menu-item-15918 > .ovr_hide > ul.sub-menu {
    margin-top: 31px !important;
    width: 241px !important;
    margin-right: 76px;
    margin-left: 0
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post {
    display: flex;
    flex-direction: column;
    width: 870px;
    margin-top: 27px;
    margin-bottom: 20px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918.menu-item-has-children > .ovr_hide > ul.sub-menu > li {
    width: 100% !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list {
    display: flex;
    width: 94%;
    align-items: center;
    margin-left: 0;
    justify-content: space-between
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info {
    list-style: none;
    display: flex !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li {
    display: flex !important;
    width: 270px;
    flex-direction: column !important
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_cons_info > li > a {
    font-size: 12px;
    display: block;
    color: #E8E8E8 !important;
    width: 290px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li > .post_image {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3D3D3D !important;
    flex-direction: column;
    border-radius: 10px;
    text-transform: uppercase
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li > .post_image > p > i {
    font-size: 41px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li > .post_image.unresolved {
    background: #FEC4C9
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li > .post_image.resolved {
    background: #D2EEA7
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li > .post_image.open {
    background: #FDE8B4
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-15918 > .ovr_hide > .sub_post > .posts_list > ul.menu_complaints_info > li > .post_menu_link {
    color: #333
}

.compl_descr_infos {
    display: flex;
    justify-content: space-between;
    color: #333
}

.compl_descr_infos > .status_descr {
    color: rgb(51 51 51 / 66%);
    text-transform: uppercase
}

.compl_descr_infos > .status_descr > .unresolved {
    color: #FE454B
}

.compl_descr_infos > .status_descr > .resolved {
    color: #7ECF04
}

.compl_descr_infos > .status_descr > .open {
    color: #333
}

.tabl_menu_complaints_info {
    display: none;
    visibility: none;
    background: transparent !important
}

.tabl_menu_complaints_info > li > .post_image {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3D3D3D;
    flex-direction: column;
    border-radius: 10px;
    text-transform: uppercase
}

.tabl_menu_complaints_info > li {
    width: 216px;
    margin-right: 10px
}

.tabl_menu_complaints_info > li > .post_image {
    color: #3D3D3D !important
}

.tabl_menu_complaints_info > li > .post_image > p {
    padding: 0
}

.tabl_menu_complaints_info > li > .post_image > p > i {
    font-size: 41px
}

.tabl_menu_complaints_info > li > .post_image.unresolved {
    background: #FEC4C9
}

.tabl_menu_complaints_info > li > .post_image.resolved {
    background: #D2EEA7
}

.tabl_menu_complaints_info > li > .post_image.open {
    background: #FDE8B4
}

.tabl_menu_complaints_info > li > a.post_menu_link {
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    color: #fff !important
}

.customheader {
    border-bottom: 1px solid #EBEBEB
}

.ovr_hide {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB
}

.sub_menu_cat > .ovr_hide {
    border: 0
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide > .sub-menu > li > a:hover {
    color: #fe454b !important
}

@media all and (max-width: 1102px) {
    .tabl_menu_complaints_info {
        visibility: visible
    }
}

@media all and (max-width: 768px) {
    .tabl_menu_complaints_info {
        display: none !important;
        visibility: hidden
    }

    .ovr_hide {
        border-top: 0;
        border-top: 0
    }

    .usr-ava, .usr-mess, .usr-post, .usr-setting, .usr-exit {
        -webkit-filter: grayscale(1) invert(1);
        filter: grayscale(1) invert(1)
    }
}

@media all and (max-width: 1187px) {
    .home .main-wrapper {
        padding: 0 !important
    }

    .customheader .lgt img {
        width: 82%
    }

    .newdesign header .container {
        width: 90%;
        position: relative;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: center;
        justify-content: center
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post {
        width: 794px !important;
        flex-wrap: wrap !important;
        overflow: hidden
    }

    .mob > .nvs > .menu-menu-container {
        height: 100vh
    }

    .mob > .nvs > .menu-menu-container > .menu {
        display: flex !important;
        align-items: center;
        margin-left: 30px
    }

    .mob > .nvs > .menu-menu-container > .menu > li {
        position: inherit
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide {
        position: absolute;
        width: 100%;
        top: 70px
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > a:hover {
        color: #FE454B !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu {
        background: #fff0;
        width: 280px !important;
        left: 33px;
        display: block
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list {
        display: flex
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .sub_post_section_title {
        font-size: 19px;
        font-family: 'Poppins-bold', sans-serif;
        font-weight: 900;
        color: #C5C5C5 !important;
        padding: 0 !important;
        top: 13px;
        position: relative
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list > li {
        margin-right: 16px
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list > li > .post_image {
        width: 213px;
        height: 130px;
        margin-bottom: 0
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list > li > p {
        line-height: normal !important;
        margin: 0;
        margin-top: 8px;
        padding: 0 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list > li > p > a.post_menu_link {
        font-size: 13px !important;
        padding: 0px !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-15912 > .ovr_hide > .sub-menu {
        display: flex !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat {
        margin-right: 20px;
        margin-top: 0px !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat > .ovr_hide > .sub-menu {
        background: transparent !important;
        display: block
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat {
        margin: 0 !important
    }

    .sub_menu_cat > .ovr_hide {
        left: -4px
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat > a {
        font-family: 'Poppins-bold', sans-serif;
        font-weight: 900;
        font-size: 16px;
        color: #C5C5C5 !important;
        margin-bottom: 0 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .main_sub > a {
        font-family: 'Poppins-bold', sans-serif;
        font-weight: 900;
        font-size: 16px;
        color: #C5C5C5 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > li.menu-item-has-children > a:after {
        content: '\f078';
        left: 6px;
        top: 0;
        position: relative;
        visibility: visible;
        display: unset;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'Font Awesome 5 Pro';
        border: none !important
    }

    .mobs_cons_info {
        width: 100%;
        display: flex;
        position: relative;
        top: -49px;
        margin: 0 !important
    }

    .mobs_cons_info > li {
        margin-right: 20px !important;
        width: 37%
    }

    .mobs_cons_info > li > a.post_menu_link {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        top: -20px;
        line-height: normal;
        font-size: 13px !important
    }

    figure.post_image > a {
        padding: 0 !important;
        margin: 0 !important
    }

    .soci {
        width: 20% !important;
        margin-right: 20px !important;
        text-align: left
    }

    .footer.newdesign .lgt, .footer.newdesign .soci > h6 {
        text-align: left
    }

    .soc_icons {
        line-height: 0;
        display: flex
    }

    .soci a {
        margin-bottom: 17px;
        margin-right: 13px;
        display: flex;
        width: 18px;
        margin-left: 0px !important
    }

    .menu-menu-container {
        text-align: left
    }

    .mob_usr {
        display: none
    }

    .tablet_ {
        display: none
    }

    .tablet_ > .usr > .menu-user-dashboard-container > .menu-user-dashboard-1 {
        padding: 0
    }

    .tablet_ .menu-user-dashboard-container ul li.usr-ava a {
        background: url(/wp-content/themes/gilda/css/images/user-b.png) no-repeat center
    }

    .tablet_ .menu-user-dashboard-container ul li.usr-mess a {
        background: url(/wp-content/themes/gilda/css/images/mail-b.png) no-repeat center
    }

    .tablet_ .menu-user-dashboard-container ul li.usr-post a {
        background: url(/wp-content/themes/gilda/css/images/post-b.png) no-repeat center
    }

    .tablet_ .menu-user-dashboard-container ul li.usr-setting a {
        background: url(/wp-content/themes/gilda/css/images/setting-b.png) no-repeat center
    }

    .tablet_ .menu-user-dashboard-container ul li.usr-exit a {
        background: url(/wp-content/themes/gilda/css/images/exit-b.png) no-repeat center
    }

    .tablet_ > .usr > .menu-user-dashboard-container > ul {
        padding: 0px !important;
        justify-content: flex-end;
        width: 100%;
        position: relative;
        display: flex;
        right: 42px;
        top: 6px
    }

    .tablet_ > .usr > .menu-user-dashboard-container > ul > li {
        margin-right: 10px
    }

    #menu-item-5287 a {
        border: 1px solid #FE454B;
        color: #FE454B !important
    }

    li#menu-item-5286 a {
        border: none;
        background: #FE454B !important
    }

    .newdesign .customheader .nvs {
        margin-top: 79px !important
    }
}

@media all and (max-width: 1186px) {
    .tablet_ {
        display: none
    }
}

@media all and (max-width: 1157px) {
    .desc {
        display: none !important
    }

    .mobile_toggle_menu_icons {
        display: block;
        float: right;
        top: 0;
        position: relative !important;
        margin: 0 !important
    }

    .customheader .lgt {
        text-align: left;
        width: 19% !important;
        margin: 0
    }

    .newdesign .mob {
        background: #f8f8f8 !important
    }

    .newdesign .mobile_toggle_menu_icons {
        width: 21px;
        background: url(https://affpapa.com/wp-content/themes/gilda/images/burger.png) no-repeat center;
        height: 18px;
        top: 0;
        right: 0;
        transition: all .3s ease
    }

    .newdesign .mobile_toggle_menu_icons.active {
        background: url(https://affpapa.com/wp-content/themes/gilda/images/closes.png) no-repeat center;
        -webkit-filter: grayscale(1) invert(1);
        filter: grayscale(1) invert(1)
    }

    .logged-in .newdesign .customheader .nvs ul li a {
        padding: 5px 20px;
        color: #333 !important;
        font-size: 12px
    }

    .newdesign .customheader .nvs ul li a {
        color: #333 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > li > a {
        color: #333 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > li.main_sub > a {
        color: #333 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .sub_post_section_title {
        color: #333 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat > a {
        color: #333 !important
    }

    .newdesign .customheader .nvs ul.sub-menu li a {
        color: #333 !important
    }

    .tabl_menu_complaints_info > li > a.post_menu_link {
        color: #333 !important
    }
}

@media all and (max-width: 769px) {
    .customheader .lgt {
        text-align: left;
        width: 318px !important;
        margin: 0
    }

    .newdesign .mobile_toggle_menu_icons {
        top: 0;
        right: 0
    }

    .customheader .lgt, .customheader .usr {
        margin-left: 0px !important
    }

    .customheader .usr ul > li {
        margin: 0px !important
    }
}

@media all and (max-width: 426px) {
    div#media_image-2 {
        width: 166px !important;
        text-align: left;
        position: relative
    }

    .newdesign .mobile_toggle_menu_icons {
        top: 0;
        right: 0
    }
}

@media all and (max-width: 322px) {
    .newdesign .mobile_toggle_menu_icons {
        top: 0;
        right: 0
    }
}

@media all and (max-width: 1099px) {
    .tab_menu_header > .nvs > .menu-menu-container > .menu > li.menu-item-has-children:hover .ovr_hide {
        display: flex !important;
        flex-direction: row
    }

    .mobs_cons_info {
        display: flex !important;
        padding-top: 10px
    }

    .mobs_cons_info > li {
        width: 37%
    }

    .newdesign header .container {
        width: 90%;
        position: relative;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .tab_menu_header > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post {
        width: 775px !important;
        flex-wrap: wrap !important;
        overflow: hidden
    }

    .tab_menu_header > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list {
        display: flex;
        width: 100%;
        overflow: hidden;
        margin-top: 23px
    }

    .tab_menu_header > .nvs > .menu-menu-container > .menu > .menu-item-15882 > .ovr_hide > .sub-menu {
        display: flex !important
    }

    .tab_menu_header > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat {
        margin-right: 20px
    }

    .tab_menu_header > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > li > a {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 13px;
        color: #E8E8E8
    }

    .tab_menu_header > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > li.main_sub > a {
        font-weight: 700 !important;
        color: #c5c5c5;
        font-size: 18px !important;
        cursor: initial
    }

    .newdesign .customheader .nvs ul li a {
        font-size: 14px;
        font-family: 'Poppins-bold', sans-serif !important;
        font-weight: 900
    }
}

@media all and (max-width: 1007px) {
    .tab_menu_header > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post > .posts_list {
        display: flex;
        width: 843px;
        overflow: hidden
    }

    .mobs_cons_info {
        width: 100%
    }

    .mobs_cons_info > li {
        width: 236px
    }
}

@media (max-width: 769px) {
    .footer.newdesign .navs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 95%
    }

    .footer.newdesign div#media_image-3 {
        width: 33%;
        position: relative;
        z-index: 1;
        padding: 20px
    }
}

@media all and (max-width: 725px) {
    .mobs_cons_info {
        display: none !important
    }

    .con-active {
        width: 92%;
        z-index: 1000000000;
        background: #161716
    }

    .min_sizer {
        height: 100vh !important
    }

    .customheader .lgt, .customheader .usr {
        margin-left: 15px
    }

    .logged-in .newdesign .customheader .nvs ul li a {
        padding: 0 !important
    }

    .newdesign > #myscroll > .container > div#media_image-2 {
        position: relative;
        z-index: 9999 !important
    }

    .newdesign > #myscroll > .container > div#media_image-2 {
        width: 70% !important;
        text-align: left;
        position: relative
    }

    .newdesign .slide_menu {
        height: 500px;
        overflow-y: scroll
    }

    .mob_usr {
        display: flex !important;
        position: relative;
        z-index: 999;
        width: 100% !important
    }

    .mob_usr > .usr {
        display: flex;
        width: 100% !important;
        justify-content: center
    }

    .mob_usr > .usr > .menu-user-dashboard-container {
        width: 92% !important
    }

    .newdesign .customheader .usr ul {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        width: 100% !important
    }

    .mob > .nvs > .menu-menu-container > .menu > li {
        overflow-x: initial
    }

    .mob > .nvs > .menu-menu-container > .menu > li > .ovr_hide_mob {
        margin-left: 15px
    }

    .main_sub {
        display: none !important
    }

    .mob > .nvs > .menu-menu-container > .menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: start !important;
        height: 400px;
        overflow-y: scroll;
        margin: 0;
        margin-top: 62px;
        margin-left: 17px
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide {
        position: inherit !important;
        overflow-x: hidden
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu {
        display: block !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > li > a {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px !important;
        color: #E8E8E8 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > li.current-menu-item > a {
        color: #fe454b !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat > .ovr_hide > .sub-menu > li > a {
        font-family: 'Poppins' sans-serif;
        font-weight: 500;
        font-size: 15.2px !important;
        color: #E8E8E8 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu {
        left: 0
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat {
        margin: 0 !important
    }

    .sub_menu_cat > .ovr_hide {
        left: -4px
    }

    li.menu-item > a {
        font-size: 16px !important;
        font-family: 'Poppins', sans-serif
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat > a {
        font-family: 'Poppins-bold', sans-serif;
        font-weight: 900;
        font-size: 16px;
        color: #C5C5C5 !important;
        margin-bottom: 0 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .main_sub > a {
        font-family: 'Poppins-bold', sans-serif;
        font-weight: 900;
        font-size: 16px;
        color: #C5C5C5 !important
    }

    .mob > .nvs > .menu-menu-container > .menu > li.menu-item-has-children > a:after {
        width: 20px;
        content: 'ï¸';
        left: 6px;
        top: 0;
        position: relative;
        visibility: visible;
        display: unset;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'Font Awesome 5 Pro';
        border: none !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub_post {
        display: none
    }

    .newdesign .menu-user-dashboard-container ul li.usr-logout.myli {
        width: 50%;
        margin: 0 10px 0 0 !important
    }

    li.join-menu.myli.usr-logout.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5286 > a {
        color: #fff !important;
        width: 100% !important;
        line-height: 17px
    }

    li.myli.usr-logout.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-21.current_page_item.menu-item-5287 > a {
        width: 100% !important;
        line-height: 17px
    }

    .mob > .nvs > .menu-menu-container {
        height: 400px
    }

    .newdesign .customheader .nvs ul li a {
        padding: 0;
        padding-left: 20px
    }

    .customheader .nvs ul li a {
        padding: 0
    }

    .mob > .nvs > .menu-menu-container > .menu > li > a:hover {
        color: #FE454B !important
    }

    .tablet_ {
        display: none
    }

    .mob_usr {
        display: block
    }

    .footer.newdesign {
        padding: 19px 0 20px
    }

    .footer > .container > .navs > div#media_image-2 {
        width: 100% !important;
        text-align: center;
        margin: 0 !important
    }

    .customheader .lgt img {
        width: 100%
    }

    .footer_nav, .menu-footer-menu-container h6 {
        text-align: left
    }

    .footer.newdesign .navs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 84%;
        margin: 0 auto
    }

    .foot_text {
        top: 0
    }

    .menu-menu-container {
        display: flex;
        flex-direction: column;
        flex: 44%;
        max-width: 50%
    }

    h6.op-menu.menu_op {
        text-align: left;
        line-height: normal;
        margin-bottom: 16px
    }

    .menu-menu-container h6, .soci h6 {
        color: #fff;
        margin: 0;
        font-size: 17px;
        font-family: 'Poppins-bold', sans-serif;
        line-height: normal;
        margin-bottom: 14px
    }

    .op-menus, .soci h6 {
        text-align: right
    }

    h6.op-menus {
        text-align: left
    }

    .soci {
        margin-right: 0px !important
    }

    .footer_nav, .menu-footer-menu-container h6 {
        line-height: normal;
        margin-bottom: 14px
    }

    .op-menus, .soci h6 {
        text-align: left;
        line-height: normal
    }

    .newdesign .customheader .nvs {
        margin-top: 5px !important
    }

    .mob > .nvs > .menu-menu-container > .menu > .menu-item-has-children > .ovr_hide > .sub-menu > .sub_menu_cat > .ovr_hide > .sub-menu > .current-menu-item > a {
        color: #fe454b !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide {
        display: block
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu {
        display: block !important;
        background: transparent !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu > .sub_menu_cat > .ovr_hide {
        display: block !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu > .sub_menu_cat > .ovr_hide > .sub-menu {
        display: block !important;
        background: transparent !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu > .sub_menu_cat {
        margin: 0 !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu > .sub_menu_cat > a {
        margin: 0 !important;
        color: #ccc !important;
        font-weight: 400 !important
    }

    .newdesign .menu-user-dashboard-container ul li.usr-logout a {
        width: 100% !important;
        line-height: 15px
    }
}

@media (max-width: 523px) {
    .footer.newdesign .navs {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 97%;
        margin: 0 auto
    }

    .footer.newdesign .soci {
        margin: 0;
        width: 27% !important;
        float: left
    }

    /*.customheader .lgt img {
        width: 121px !important;
        height: 37px !important
    }*/
}

@media (max-width: 426px) {
    .newdesign > #myscroll > .container > div#media_image-2 {
        width: 54% !important
    }

    .customheader .lgt img {
        width: 149px !important;
        height: 45px !important
    }
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide {
    justify-content: center
}

.events_banners img {
    border-radius: 5px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800.menu-item-has-children > .ovr_hide > ul.sub-menu {
    width: 267px;
    margin: unset;
    margin-left: unset;
    margin-right: -22px;
    margin-bottom: 24px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800.menu-item-has-children > .ovr_hide > ul.sub-menu > li {
    width: 100%
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide > .sub_post > p {
    position: relative;
    left: 83px;
    font-weight: 900;
    color: #333;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    padding-bottom: 3px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide > .sub_post {
    display: flex
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide > .sub_post {
    display: flex;
    width: 948px;
    flex-direction: column;
    margin-top: 20px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide > .sub_post > .posts_list {
    padding-bottom: 30px;
    margin-left: 82px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide > .sub_post > .posts_list > .events_banners {
    display: flex;
    width: 463px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide > .sub_post > .posts_list > .events_banners > li {
    margin-left: 0;
    margin-right: 20px;
    display: flex
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide > .sub_post > .posts_list > .events_banners > li > a {
    font-size: 16px;
    display: flex;
    color: #333;
    width: 131px;
    margin-top: 10px;
    margin-right: 7px
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > #menu-item-21800 > .ovr_hide > .sub_post > .posts_list > .events_banners > li > a > img {
    width: 100%;
    height: auto
}

.footer_menu_title {
    font-family: 'Poppins-bold', sans-serif;
    font-weight: 900 !important
}

h6.op-menus {
    font-weight: 900 !important
}

.wrapper_home {
    max-height: 233px;
    overflow: hidden
}

.partner_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / .3);
    align-items: center
}

.partner_header > h2.partners_title {
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.tab {
    font-size: 18px;
    font-family: 'Poppins' !important;
    font-weight: 500;
    margin-right: 22px;
    cursor: pointer
}

.tab:last-child {
    margin-right: 0
}

.tab_list {
    display: none
}

.tabs_list .active_tab {
    color: #fe454b
}

.tabs .active_tab {
    color: #fe454b
}

.tab_content .tab_item > .container > .row > .bx-wrapper > .bx-viewport {
    display: block;
    height: 0
}

.tab_content > .tab_item:first-child .container > .row > .bx-wrapper > .bx-viewport {
    height: 195px
}

.tab_content > .tab_item:first-child {
    display: block;
    width: 100%;
    height: auto
}

.logoslider_1 > .slick-list > .slick-track > .slick-slide img, .logoslider_2 > .slick-list > .slick-track > .slick-slide img, .logoslider_3 > .slick-list > .slick-track > .slick-slide img {
    width: 120px;
    height: 72px;
    margin-top: 10px;
    margin-bottom: 17px
}

.testimonials-section {
    width: 100% !important
}

@media all and (max-width: 769px) {
    .tab_list {
        display: block;
        position: relative;
        font-weight: 800;
        font-family: 'Poppins-bold'
    }

    .tab_list_active {
        color: #fe454b
    }

    @-moz-document url-prefix() {
        .tabs {
            width: 119px !important
        }
    }.tabs {
         display: none;
         position: absolute;
         right: 0;
         width: 119px;
         background: #fff;
         top: 52px;
         z-index: 9999;
         padding: 9px;
         border: 1px solid rgb(0 0 0 / .15);
         border-radius: 5px;
         text-align: center
     }

    .tabs > .tab {
        font-size: 12px;
        margin: 0
    }

    .tabs:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        transform: rotate(45deg);
        top: -11px;
        border-style: solid;
        border-color: rgb(0 0 0 / .15);
        border-width: 1px 0 0 1px;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media all and (max-width: 427px) {
    .tab_list {
        margin-bottom: 20px
    }

    .tab_list > i.fas.fa-chevron-right {
        font-size: 11px
    }

    .partner_header {
        flex-direction: column;
        border: none;
        align-items: unset
    }

    .partner_header > h2.partners_title {
        border-bottom: 1px solid #000 !important;
        margin-bottom: 10px
    }

    .tab_list {
        display: block;
        position: relative;
        font-size: 16px;
        font-weight: 800;
        font-family: 'Poppins-bold';
        margin-top: 20px
    }

    .tabs {
        left: 0 !important;
        top: 120px
    }
}

.testimonial_slider > .slick-list > .slick-track.swift-in-viewport {
    height: 540px !important
}

height:

500
px

!important
;
.custom.container.home_new.testimonials-section {
    margin-bottom: 43px
}

.progress_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.progress {
    display: block;
    width: 61%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #fe454b, #fe454b);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    position: relative;
    margin-left: 65px;
    margin-right: 65px;
    left: 0;
    top: -16px
}

.prevBtn, .nextBtn {
    border: 1px solid rgb(0 0 0 / .1);
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ededed;
    transition: all 0.6s
}

.prevBtn:hover {
    border: 1px solid rgb(0 0 0);
    color: #000;
    cursor: pointer
}

.nextBtn:hover {
    border: 1px solid rgb(0 0 0);
    color: #000;
    cursor: pointer
}

.testimonial_slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #000;
    position: relative
}

.testimonial_slider .slide {
    padding: 10px
}

.testimonial_slider > .slick-list {
    padding-top: 9px !important;
    padding-bottom: 10px !important
}

.testimonial_slider .slide .child-element {
    opacity: .3;
    background: #fff;
    width: 100%;
    transition: all 300ms ease;
    border-radius: 12px;
    position: relative;
    padding: 48px 38px 48px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 413px;
    top: 0
}

.testimonial_slider .slide.slick-center .child-element {
    opacity: 1;
    transition: all 300ms ease;
    box-shadow: 0 8px 30px rgb(0 0 0 / 20%)
}

.testm_slide .child-element {
    opacity: 1 !important;
    background: #fff;
    box-shadow: 0 8px 30px rgb(0 0 0 / 20%)
}

.child-element > .testi_text {
    min-height: 100px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.testi_ava > a > img {
    text-align: center;
    margin: 0 auto;
    height: auto !important;
    width: 180px;
    margin-bottom: 16px
}

.testimonial_slider .slide.slick-center .child-element > .testi_text > .comp_text {
    height: auto;
    min-height: 100px;
    position: relative;
    top: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.comp_name_testi {
    font-family: "Poppins" !important;
    font-size: 16px;
    font-weight: 600
}

.comp_name_testi > a {
    color: #9b9b9b !important;
    text-decoration: none !important
}

@media (max-width: 900px) {
    .pricing.new_home .flickity-slider {
        margin-left: 15px !important
    }
}

@media all and (max-width: 810px) {
    .testimonial_slider {
        top: 20px
    }

    .testimonial_slider .slide .child-element {
        opacity: 1;
        top: 0;
        box-shadow: 0 8px 30px rgb(0 0 0 / 20%)
    }

    .testimonial_slider .slide .child-element {
        opacity: 1;
        width: 344px;
        top: 0
    }
}

@media all and (max-width: 769px) {
    .testimonial_slider .slide .child-element {
        opacity: 1;
        width: 294px;
        top: 0
    }
}

@media all and (max-width: 599px) {
    .testimonial_slider {
        top: 0
    }

    .testimonial_slider .slide .child-element {
        opacity: 1;
        width: 400px;
        top: 0
    }

    .prevBtn, .nextBtn {
        width: 52px
    }
}

@media all and (max-width: 467px) {
    @-moz-document url-prefix() {
        .testimonial_slider .slide .child-element {
            width: 326px
        }
    }.child-element > .testi_text {
         min-height: auto !important
     }

    .testimonial_slider .slide.slick-center .child-element > .testi_text > .comp_text {
        min-height: auto !important
    }

    .logoslider_1.slick-initialized > .slick-list > .slick-track > .slick-slide {
        width: auto !important
    }

    .logoslider_1 > .slick-list > .slick-track > .slick-slide img, .logoslider_2 > .slick-list > .slick-track > .slick-slide img, .logoslider_3 > .slick-list > .slick-track > .slick-slide img {
        width: 87px;
        height: auto !important
    }

    .testimonial_slider > .slick-list {
        padding-top: 9px !important;
        padding-bottom: 24px !important
    }
}

@media all and (max-width: 427px) {
    .pricing.new_home .flickity-slider {
        margin-left: 51px !important
    }

    .testimonial_slider .slide {
        padding: 6px
    }

    .testimonial_slider .slide .child-element {
        opacity: 1;
        width: 344px;
        max-height: 536px;
        min-height: 536px;
        top: 0
    }

    .progress_content > .slick-arrow {
        width: 52px
    }
}

@media all and (max-width: 376px) {
    .pricing.new_home .flickity-slider {
        margin-left: 35px !important
    }

    .testimonial_slider .slide .child-element {
        width: 270px
    }
}

@media all and (max-width: 361px) {
    .testimonial_slider .slide .child-element {
        width: 289px
    }

    .pricing_car > .flickity-viewport > .flickity-slider {
        margin-left: 25px !important
    }
}

@media all and (max-width: 340px) {
    .testimonial_slider .slide .child-element {
        width: 270px
    }
}

@media all and (max-width: 321px) {
    .pricing_car > .flickity-viewport > .flickity-slider {
        margin-left: 9px !important
    }

    .testimonial_slider .slide .child-element {
        width: 79%;
        margin-left: 30px;
        margin-right: 130px
    }

    .prevBtn, .nextBtn {
        width: 63px
    }
}

.news_car.mob {
    display: flex;
    width: 1531px
}

.news_car.mob > article {
    width: 300px !important
}

.news_car.mob > article .slide_content:after {
    right: 5%
}

.news_car.mob.slick-initialized {
    width: 100%;
    min-height: 139px;
    overflow-x: hidden
}

.news_car.mob.slick-initialized > .slick-list > .slick-track .slick-slide {
    width: 300px !important
}

@media all and (max-width: 376px) {
    .news_car.mob.slick-initialized > .slick-list > .slick-track .slick-slide {
        width: 260px !important
    }
}

.subs_modal {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}

.subs_overlay {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgb(0 0 0 / .3);
    backdrop-filter: blur(5px)
}

.subs_modal .wpcf7-not-valid-tip {
    display: none
}

.subs_modal .wpcf7-not-valid {
    border: 1px solid #fe454b
}

.subs_modal_container {
    width: 850px;
    background: #fff;
    border-radius: 7px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: hidden
}

.subs_modal_container:before {
    content: '';
    width: 40%;
    height: 100%;
    background: url(https://affpapa.com/wp-content/uploads/2023/03/imgpsh_fullsize_anim-4.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center center;
    left: 0;
    bottom: 0
}

.close_modal {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fe454b;
    cursor: pointer
}

.subs_content {
    width: 50%;
    margin-right: 53px;
    padding-top: 46px;
    padding-bottom: 46px
}

.subs_content p.title_big_subs {
    font-size: 22px;
    font-weight: 800
}

.subs_button input {
    border-radius: 4px;
    padding: 10px !important;
    width: 100%
}

.email_subs {
    position: relative
}

.email_subs input.email_button {
    width: 100%;
    margin-top: 20px;
    border-radius: 7px;
    padding: 13px;
    font-size: 16px !important;
    margin-bottom: 10px;
    background: #fe454b !important;
    color: #fff !important;
    font-weight: 800
}

.email_subs .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 44%
}

p.thanks_subs {
    text-align: center;
    text-decoration: underline;
    font-size: 15px;
    color: #4f4b4b;
    cursor: pointer
}

@media (max-width: 1147px) {
    .subs_modal_container:before {
        display: none
    }

    .subs_modal_container {
        justify-content: center;
        align-items: center;
        padding: 30px
    }

    .subs_content {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 848px) {
    .subs_modal_container {
        width: 87%
    }
}

.subs_content .wpcf7 form.invalid .wpcf7-response-output, .subs_content .wpcf7 form.unaccepted .wpcf7-response-output, .subs_content .wpcf7 form.payment-required .wpcf7-response-output {
    background: #fe454b;
    border: none !important;
    border-radius: 7px;
    color: #fff
}

.subs_content .wpcf7 form.sent .wpcf7-response-output {
    background: #2ecc71 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    text-align: center
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > .ovr_hide {
    display: none
}

.ovr_hide.swift-in-viewport {
    display: none
}

.desc > .menu_menu_con_ > .menu-menu-container > .menu_nav > .menu-item-has-children > ul.sub-menu {
    display: none
}

.home .nobg {
    min-height: 355px
}

.carpost {
    margin: 0 15px
}

.new_home .more_newss {
    height: 460px;
    overflow: hidden
}

.logoslider_1 {
    display: flex
}

.new_home .custompost {
    float: left;
    list-style: none;
    position: relative;
    width: 365.667px;
    margin-right: 24px
}

.home_new.testimonials-section .testimonial_slider {
    display: flex
}

.content_slider {
    top: -8px !important
}

.content_slider.content_slick_init {
    top: -26px !important
}

@media all and (max-width: 725px) {
    .ovr_hide_mob.sub_active > .ovr_hide {
        display: block
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu {
        display: block !important;
        background: transparent !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu > .sub_menu_cat > .ovr_hide {
        display: block !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu > .sub_menu_cat > .ovr_hide > .sub-menu {
        display: block !important;
        background: transparent !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu > .sub_menu_cat {
        margin: 0 !important
    }

    .ovr_hide_mob.sub_active > .ovr_hide > .sub-menu > .sub_menu_cat > a {
        margin: 0 !important;
        color: #ccc !important;
        font-weight: 400 !important
    }
}

.slide_content:after {
    border-right: 0px !important;
    z-index: -1
}

.newdesign .container {
    width: 1170px
}

.intro.custom {
    width: 270px;
    display: inline-block;
    padding: 0
}

.container.home_new_top {
    width: 1170px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important
}

.news_car_block.mob {
    display: none !important
}

.news_carousel {
    width: 900px !important
}

.news_cover_decor {
    width: 560px !important;
    height: 354px !important;
    position: absolute
}

.news_cover {
    box-shadow: 0 0 20px #0000007d;
    display: inline-block;
    width: 560px !important;
    vertical-align: top;
    height: 354px !important;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    margin: 0 0 0 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2222;
    line-height: 0px !important
}

.news_car_block.desc.swift-in-viewport {
    display: inline-block !important;
    width: 310px !important;
    vertical-align: top;
    height: 355px !important;
    overflow: hidden;
    border-bottom: 2px solid #eee;
    padding: 0 0 10px
}

.home .main-wrapper {
    padding: 0 !important
}

.news_car_block.desc .news_car .slick-list.draggable {
    height: 460px !important
}

.news_car_block.desc .news_car .slick-list.draggable .slick-track {
    height: 460px !important
}

.news_car_block.desc .news_car .slick-list.draggable .slick-track article {
    width: 100% !important
}

@media (max-width: 1100px) {
    .newdesign .container {
        width: 90% !important
    }

    .home .main-wrapper {
        padding: 40px 0 !important
    }

    .news_car_block.desc.swift-in-viewport {
        display: none !important
    }

    .home_new_top .news_carousel {
        width: 69% !important
    }

    .home_new_top .news_carousel .news_cover {
        float: right
    }

    .slide_content:after {
        border-bottom: 0px !important;
        border-right: 1px solid rgb(0 0 0 / .3) !important
    }

    .container.home_new_top {
        width: 100% !important;
        display: block !important
    }

    .home div#kaya-mid-content-wrapper, .um-page-account div#kaya-mid-content-wrapper {
        padding: 25px 0 0 0 !important
    }

    .home_new_top .mob {
        display: block !important
    }

    .news_car.mob.swift-in-viewport.tab_menu_header.slick-initialized.slick-slider .slick-track {
        display: flex
    }
}

@media (max-width: 900px) {
    .home_new_top .news_carousel {
        width: 100% !important
    }

    .home_new_top .news_carousel .news_cover {
        float: right;
        width: 100% !important;
        height: auto !important
    }

    .intro.custom {
        width: 100%;
        margin: 0 auto 40px
    }

    .news_carousel {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    .mob {
        width: 100%
    }

    .home .main-wrapper {
        padding: 0 0 !important
    }
}

@media (max-width: 500px) {
    .site-content .intro.custom .introtext h1 {
        text-align: left
    }

    .site-content .custom.container .news_car_block h2 {
        margin-top: 30px;
        padding: 0
    }

    .news_car.mob.slick-initialized {
        width: 100%;
        max-height: 139px
    }
}

.slick-slider.slick-initialized {
    overflow: hidden
}

.slider_top_loops.slick-initialized.slick-slider > .slick-list > .slick-track {
    padding: 14px;
    display: flex;
    flex: 1 50%
}

.slider_top_loops.swift-in-viewport {
    overflow: hidden;
    display: flex;
    max-height: 150px;
    width: 1044px
}

.slider_top_loops.swift-in-viewport.slick-initialized {
    width: 100%;
    max-height: auto !important
}

@media (max-width: 1024px) {
    .slider_top_loops.swift-in-viewport {
        overflow: hidden;
        display: flex;
        max-height: inherit !important;
        width: auto
    }
}

@media (max-width: 1100px) {
    .pricing.new_home .container.home_new, .news.new_home {
        width: 90% !important;
        margin: 0 auto
    }
}

@media (max-width: 540px) {
    .custom.container.home_new.testimonials-section.swift-in-viewport {
        overflow: hidden
    }

    .news_car.mob {
        width: 100% !important;
        display: flex !important;
        height: 139px !important;
        flex-wrap: wrap;
        justify-content: space-around;
        overflow: hidden
    }

    .news_car.mob.slick-initialized.slick-slider {
        display: block !important
    }

    .news_car.mob.slick-initialized.slick-slider .slick-track {
        max-width: 3000px;
        display: flex
    }

    .news_car.mob.slick-initialized.slick-slider .slick-arrow {
        display: none !important
    }

    .news_car_block.mob {
        height: 220px !important;
        margin-top: 30px
    }

    div#mid-content {
        overflow: hidden
    }

    .price_lists {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .price_lists > .priseblock.new {
        width: 100%
    }

    .price_lists.slick-initialized.slick-slider {
        display: block !important
    }

    .price_lists.slick-initialized.slick-slider .slick-track {
        max-width: 1513px;
        display: flex
    }

    .home_new.testimonials-section .progress_content {
        justify-content: space-between !important;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .home_new.testimonials-section .prevBtn, .nextBtn {
        width: 35px !important
    }

    .home_new.testimonials-section .progress.swift-in-viewport {
        margin: 0 !important;
        position: relative;
        top: 2px
    }

    .logos.nobg .img_res {
        display: inline-block !important;
        visibility: visible;
        position: relative;
        z-index: 3333;
        justify-content: center
    }

    .logos.nobg .img_res a {
        display: block;
        height: 7px;
        float: left
    }

    .logos.nobg .img_res a figure {
        height: 7px;
        display: contents
    }

    .logos.nobg .img_res img {
        width: 12px;
        height: 8px
    }

    .tab_content .logoslider_1 .slick-list.draggable.swift-in-viewport {
        padding-bottom: 0px !important
    }
}

.events_banners {
    display: none !important
}

.sub_post .posts_list .events_banners {
    display: flex !important
}

.onyx-poll *, .onyx-poll *::before, .onyx-poll *::after {
    box-sizing: border-box
}

.onyx-poll {
    --pollWidgetWidth: 400px;
    --borderColor: #dbe9f5;
    --boxShadow: 0 4px 12px 6px rgba(31, 70, 88, 0.1);
    --modalBorderRadius: 4px;
    --questionColor: #333;
    --choiceColor: #333;
    --buttonColor: #333;
    --choiceHoverBG: #f5f5f5;
    --choiceBarColor: #e0e0e0;
    --choiceBorderRadius: 100px;
    --closeBorderRadius: 100px;
    --loaderBorderColor: rgb(209, 226, 240);
    --loaderBG: #a3caec;
    --choicePercentage: 100%;
    --choiceResult: "";
    position: relative;
    pointer-events: none;
    background: #FFF;
    padding: 20px;
    opacity: 0;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--borderColor);
    border-radius: var(--modalBorderRadius);
    box-shadow: var(--boxShadow);
    text-align: left
}

.onyx-poll.show {
    opacity: 1
}

.onyx-poll.active {
    pointer-events: all
}

.onyx-poll-wrapper {
    transition: all 300ms ease
}

.onyx-poll-modal {
    width: calc(100% - 30px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 80
}

@media only screen and (min-width: 768px) {
    .onyx-poll-modal {
        width: 100%;
        max-width: 500px
    }
}

.onyx-poll-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border-radius: var(--closeBorderRadius);
    background: #f0f0f0;
    border: 1px solid #eaeaea;
    border: 1px solid var(--borderColor);
    cursor: pointer;
    transition: all 200ms ease
}

.onyx-poll-close:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg height="487.595" viewBox="0 0 365.696 365.696" width="487.595" xmlns="http://www.w3.org/2000/svg"><path d="M243.188 182.86L356.32 69.726c12.5-12.5 12.5-32.766 0-45.247L341.238 9.398c-12.504-12.503-32.77-12.503-45.25 0L182.86 122.528 69.727 9.374c-12.5-12.5-32.766-12.5-45.247 0L9.375 24.457c-12.5 12.504-12.5 32.77 0 45.25l113.152 113.152L9.398 295.99c-12.503 12.503-12.503 32.769 0 45.25l15.082 15.08c12.5 12.5 32.766 12.5 45.247 0l113.132-113.132L295.99 356.32c12.503 12.5 32.769 12.5 45.25 0l15.081-15.082c12.5-12.504 12.5-32.77 0-45.25zm0 0"/></svg>');
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
    opacity: .5;
    transition: all 200ms ease
}

.onyx-poll-close:hover {
    border-color: #FF554E;
    background: #FF554E
}

.onyx-poll-close:hover:after {
    background-image: url('data:image/svg+xml;utf8,<svg height="487.595" viewBox="0 0 365.696 365.696" width="487.595" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M243.188 182.86L356.32 69.726c12.5-12.5 12.5-32.766 0-45.247L341.238 9.398c-12.504-12.503-32.77-12.503-45.25 0L182.86 122.528 69.727 9.374c-12.5-12.5-32.766-12.5-45.247 0L9.375 24.457c-12.5 12.504-12.5 32.77 0 45.25l113.152 113.152L9.398 295.99c-12.503 12.503-12.503 32.769 0 45.25l15.082 15.08c12.5 12.5 32.766 12.5 45.247 0l113.132-113.132L295.99 356.32c12.503 12.5 32.769 12.5 45.25 0l15.081-15.082c12.5-12.504 12.5-32.77 0-45.25zm0 0"/></svg>');
    opacity: 1
}

.onyx-poll-question {
    color: #333;
    color: var(--questionColor);
    width: 100%;
    font-weight: bold;
    font-size: 16px !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.3 !important
}

.onyx-poll-modal p.onyx-poll-question {
    width: calc(100% - 30px)
}

.onyx-poll-choices {
    margin: 0 0 20px 0 !important;
    padding: 0 !important
}

.onyx-poll-choices li {
    cursor: pointer;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    border: 1px #eaeaea solid;
    border-radius: 100px;
    border: 1px var(--borderColor) solid;
    border-radius: var(--choiceBorderRadius);
    color: #333;
    color: var(--choiceColor);
    padding: 10px 15px 10px 15px;
    margin: 0 0 10px 0 !important;
    overflow: hidden;
    display: flex;
    align-items: center
}

.onyx-poll-choices li .image {
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 10px 0 0;
    z-index: 1
}

.onyx-poll-choices li span.answer {
    position: relative;
    pointer-events: none;
    z-index: 1;
    width: 100%
}

.onyx-poll-choices li:last-child {
    margin-bottom: 0
}

.onyx-poll-choices li:hover, .onyx-poll-choices li.choosed {
    font-weight: normal;
    text-shadow: 0px 0px 1px currentColor
}

.onyx-poll-choices li:hover:before {
    transform: translate3d(0, 0, 0)
}

.onyx-poll-footer {
    display: flex;
    justify-content: space-between
}

.onyx-poll-ft-btn {
    font-size: 13px;
    margin-left: auto;
    text-decoration: none;
    box-shadow: none !important;
    color: #333;
    color: var(--buttonColor)
}

.onyx-poll-ft-btn:hover {
    color: #333;
    color: var(--buttonColor);
    text-shadow: 0px 0px 1px currentColor
}

.onyx-poll-vote {
    display: none
}

.onyx-poll.view .onyx-poll-vote {
    display: block
}

.onyx-poll.view .onyx-poll-view {
    display: none
}

.onyx-poll.voted .onyx-poll-vote {
    display: none !important
}

.onyx-poll-message, .onyx-poll-total {
    font-size: 13px;
    display: none;
    margin: 0
}

.onyx-poll.voted .onyx-poll-message {
    display: block
}

.onyx-poll.view .onyx-poll-total {
    display: block
}

.onyx-poll-message.success {
    color: #155724
}

.onyx-poll-message.error {
    color: #FF554E
}

.onyx-poll-message.warn, .onyx-poll-message.not_allowed, .onyx-poll-invalid {
    color: #856404
}

.onyx-poll.loading .onyx-poll-wrapper {
    opacity: .3
}

.onyx-poll.loading .onyx-poll-loader {
    opacity: 1
}

.onyx-poll-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    opacity: 0;
    transition: all 300ms ease;
    pointer-events: none
}

.onyx-poll-loader .spinner, .onyx-poll-loader .spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.onyx-poll-loader .spinner {
    position: relative;
    display: block;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid var(--loaderBorderColor);
    border-right: 1.1em solid var(--loaderBorderColor);
    border-bottom: 1.1em solid var(--loaderBorderColor);
    border-left: 1.1em solid var(--loaderBG);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.onyx-poll.view .onyx-poll-choices li {
    cursor: auto
}

.onyx-poll.view .onyx-poll-choices li:before, .onyx-poll.view .onyx-poll-choices li:after {
    display: block;
    opacity: 1;
    transition: all 600ms ease;
    transform: none;
    font-size: 13px
}

.onyx-poll-choices li:after {
    content: var(--choiceResult);
    display: none;
    text-align: right;
    width: 100%;
    max-width: 140px;
    position: relative;
    margin-left: auto
}

.onyx-poll-choices li:before {
    opacity: .6;
    content: "";
    display: block;
    width: 100%;
    width: var(--choicePercentage);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    background-color: var(--choiceHoverBG);
    transition: all 100ms ease;
    transform: translate3d(-100%, 0, 0)
}

.onyx-poll-widget {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    margin: 1em 0 1em 0
}

.widget_onyx_poll .onyx-poll-widget {
    margin: auto;
    padding: 0;
    border: 0;
    max-width: 100%
}

@media screen and (min-width: 767px) {
    .onyx-poll-widget {
        box-shadow: none;
        width: 100%;
        max-width: var(--pollWidgetWidth)
    }

    .onyx-poll-widget.left {
        float: left;
        margin: 0 1em 1em 0
    }

    .onyx-poll-widget.right {
        float: right;
        margin: 0 0 1em 1em
    }

    .onyx-poll-widget.full {
        max-width: 100%;
        margin: 1.5em auto 1.5em auto
    }

    .block-editor-block-list__block[data-type='acf/acf-onyx-poll']:not(.is-selected) > .is-block-content {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .onyx-poll-block {
        max-width: 100%;
        margin: 1.5em auto 1.5em auto
    }

    .onyx-poll-block .onyx-poll-widget {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    .onyx-poll-alignleft {
        float: left;
        margin: 0 1em 1em 0
    }

    .onyx-poll-alignright {
        float: right;
        margin: 0 0 1em 1em
    }

    .onyx-poll-alignleft, .onyx-poll-alignright {
        width: 300px
    }
}

.onyx-poll.standard .onyx-poll-choices li {
    border-radius: 4px
}

.onyx-poll.standard.view .onyx-poll-choices li:before {
    display: none
}

.onyx-poll.standard.view .onyx-poll-choices li:after {
    position: absolute;
    width: 100%;
    max-width: 100%;
    right: 20px;
    bottom: 10px;
    z-index: 2
}

.onyx-poll.standard.view .onyx-poll-choices .answer:after {
    opacity: .6;
    content: "";
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
    width: var(--choicePercentage);
    height: 10px;
    position: relative;
    background: var(--choiceBarColor);
    border: 1px #ccc solid
}

body {
    background: #fff
}

.fixedColor {
    position: fixed !important;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99999 !important
}

.um-member-metaline strong {
    display: none
}

.um-member-metaline.um-member-metaline-user_url {
    margin-top: 25px
}

.post_image a img, .blog-post-single-content img {
    width: 100%
}

.blog div#kaya-mid-content-wrapper, .page-template-affillates div#kaya-mid-content-wrapper, .page-template-operator div#kaya-mid-content-wrapper {
    padding: 50px
}

.read-more {
    float: left;
    margin-top: 40px
}

a.read-btn {
    padding: 10px 50px;
    background-color: #fe454b;
    color: #fff !important
}

.one_fourth_last {
    display: none !important
}

.blog .one_third_last, .page-template-affillates .one_third_last, .page-template-operator .one_third_last {
    display: none
}

.single-post div#kaya-mid-content-wrapper {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: stretch
}

.single-post #mid-content, .blog #mid-content, .page-template-affillates #mid-content, .page-template-operator #mid-content {
    max-width: 1360px
}

.single-post #mid-content .one_third_last {
    display: none
}

.blog .two_third {
    width: 100%;
    float: left;
    margin-right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.blog .two_third, .page-template-affillates .two_third, .page-template-operator .two_third {
    width: 100%;
    float: left;
    margin-right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.one_third_last {
    width: 30%;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #fe454b
}

.um-member-metaline {
    border-bottom: 0 !important
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member {
    background-color: transparent !important;
    border: 0 !important
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member {
    background-color: transparent !important
}

.um-directory.uimob800 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo {
    width: 110px !important
}

.um-directory.uimob800 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a {
    width: 110px !important;
    height: 110px !important
}

.um-directory.uimob800 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a img {
    width: 110px !important;
    height: 110px !important
}

.search-grid-container {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-around !important
}

.three_fourth {
    width: 100%;
    float: none;
    margin-right: 0
}

.search-filter-box {
    width: 30%
}

.search-results-box {
    width: 65%
}

#um_field_5678_companylogo > .um-field-area {
    width: 100%;
    height: 250px
}

#um_field_5678_companylogo > .um-field-area > .um-single-image-preview {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    z-index: 1;
    background-color: #fff
}

#um_field_5678_companylogo > .um-field-area > .um-single-image-preview > img {
    width: 150px;
    height: 150px;
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.one_fifth1.profile_head_sidebar, .um-profile-nav {
    display: none
}

.um-viewing .um-field-company-name .um-field-label, .um-viewing .um-field-Add2 .um-field-label {
    display: none
}

.um-viewing .um-profile-body.main.main-default {
    border: 0;
    padding: 0 !important
}

.um-viewing .um-col-133 {
    display: flex
}

#um_field_5678_aboutcompany {
    padding: 20px 0 0 0
}

.um-viewing .um-field {
    margin: 5px !important
}

.um-viewing .um-field {
    border: 0 !important
}

.um-viewing .um-photo a {
    border: 0;
    box-shadow: none
}

.um-page-loggedin #um_field_5678_aboutcompany > .um-field-area > .um-field-value {
    padding: 0 25px;
    color: #808080 !important;
    font-size: 14px
}

.um-viewing #um_field_5423_companylogo div div div a img {
    max-width: 80%
}

.um-viewing #um_field_5423_companylogo > .um-field-area {
    width: 100%;
    height: 215px
}

.um-viewing .um-field-company-name {
    margin-top: 30px !important
}

.um-viewing .um-field {
    display: flex;
    flex-direction: column;
    width: 100%
}

.um-viewing ._um_row_3 {
    display: flex;
    flex-direction: column
}

.um-viewing ._um_row_3 .um-col-133 {
    flex-direction: column
}

.um-viewing .um-field-label {
    margin: 0 10px 20px 0px !important
}

.um-viewing .um-field-label label {
    font-size: 18px !important
}

.um-profile.um-viewing .um-field-label label::after {
    content: none !important
}

.um-profile.um-viewing .um-field-label {
    color: #000 !important
}

.um-profile-body.main.main-default {
    background-color: #fafafa !important
}

.um-viewing ._um_row_3 .um-col-132, .um-viewing ._um_row_3 .um-col-131, .um-viewing ._um_row_3 .um-col-133 {
    float: left;
    width: 100%;
    margin: 0
}

label a {
    background: #fe454b;
    border-radius: 3px;
    color: #fff !important;
    padding: 3px 10px;
    font-weight: 300;
    font-size: 14px
}

a.scrolltop {
    display: none !important
}

.site-content a:link, .site-content a:visited, .site-content a:hover {
    color: #fe454b;
    text-decoration: underline
}

a.elementor-price-table__button.elementor-button.elementor-size-md, a.elementor-button-link.elementor-button.elementor-size-md {
    color: #fff !important
}

.elementor-text-editor p {
    padding-bottom: 0
}

.elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul.top-nav li a:hover {
    color: #000
}

.top-nav a, .top-nav a:hover, .top-nav a:focus, .top-nav a:active {
    border-right: 0
}

#header-navbar-wrapper .top-nav a {
    padding: 20px !important
}

.menu-item {
    position: relative
}

.menu-item:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    content: "";
    top: 85%;
    left: 50%;
    transform: translateX(-50%)
}

.menu-item:after {
    height: 1px;
    background-color: #000;
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    width: 100%
}

.menu-item:first-child:after {
    height: 1px;
    background-color: #000;
    position: absolute;
    content: "";
    top: 90%;
    left: 50%;
    width: 50%
}

.menu-item:last-child:after {
    height: 1px;
    background-color: #000;
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    width: 50%
}

#menu-item-5388:before {
    content: none
}

ul#main-menu {
    margin-top: -20px
}

#menu-1-3046569 li:after, #menu-1-3046569 li:before {
    content: none
}

.myli {
    margin-right: 20px !important
}

.myli a {
    color: #000 !important
}

#menu-2-3046569 {
    display: flex
}

.join-menu a {
    background: #fe454b !important;
    border-radius: 3px !important;
    padding: 10px 15px !important
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-nav-line .um-member-directory-filters {
    justify-content: center !important
}

.um-member-directory-header-row {
    margin: 0 !important
}

span.um-member-directory-filters-a {
    background-color: #fe454b !important;
    padding: 10px 60px !important;
    margin: 20px 0 !important;
    color: #fff !important
}

.search_filter_header_wrap_sidebar {
    border: 1px solid #C4C4C4 !important;
    background-color: #fff !important
}

.um .um-member-name a:hover {
    color: #000 !important
}

.um-search.um-search-7 {
    display: flex !important;
    flex-direction: column !important
}

.um-search.um-search-7 div {
    margin-bottom: 15px
}

/*table, tbody, tr, th, td {
    border: 0
}*/

.stat {
    background: #fe454b;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #fff
}

.stat p span {
    float: right
}

.stat.stat-m {
    opacity: .7;
    color: #C4C4C4
}

.stat-xm {
    width: 90%
}

input#um-submit-btn {
    background-color: #fe454b !important;
    width: 100% !important;
    height: 50px !important
}

div#mid-content {
    position: relative;
    height: 100%
}

#um_field_5_role_radio .um-field-area {
    display: flex
}

.um-register div form .um-row._um_row_1 {
    margin: 0 !important
}

.um-field-checkbox-state i, .um-field-radio-state i {
    color: #fe454b !important
}

.um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i {
    color: #fe454b !important
}

.um-field-checkbox-option a {
    background: none !important;
    border-radius: 0 !important;
    color: #fe454b !important;
    padding: 0 !important
}

.um-left.um-half {
    width: 100%;
    float: none;
    margin-top: 35px
}

.um-right.um-half {
    width: 100%;
    float: none;
    margin-top: 15px
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    background-color: transparent !important;
    box-shadow: none !important
}

.um-page-password-reset #um-submit-btn {
    border: 2px solid #fe454b !important;
    border-radius: 3px !important;
    color: #fe454b !important;
    background-color: #fff !important
}

.uimob800-hide a, .um a.um-link {
    color: #000 !important
}

.uimob800-hide a:hover {
    color: #000 !important
}

.um-um_account_id div form {
    display: flex;
    flex-direction: column
}

.um-account-side {
    float: none;
    width: 100%
}

.um-account-side.uimob340-hide.uimob500-hide {
    display: flex;
    justify-content: center
}

.um-account-meta.radius-1 {
    width: 15%;
    display: none
}

.um-account-side ul {
    width: 51%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.um-account-side li {
    margin-bottom: 0 !important;
    background: transparent !important;
    flex-grow: 1
}

span.um-account-icon.uimob800-hide {
    display: none
}

.um-account-name.uimob800-hide {
    display: none
}

.elementor-page-25 div#mid-content {
    max-width: 100% !important
}

.suer-edit {
    background-color: transparent !important;
    margin-top: -105px
}

.um-account-tab.um-account-tab-general, .um-account-tab.um-account-tab-password {
    width: 50%
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: transparent !important
}

.um-account-main {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px
}

.home div#kaya-mid-content-wrapper, .um-page-account div#kaya-mid-content-wrapper {
    padding: 0
}

.um-account-main div.um-account-heading {
    display: none
}

.elementor-4785 .elementor-element.elementor-element-3046569 .elementor-nav-menu--dropdown {
    background-color: transparent !important
}

.elementor-nav-menu--dropdown {
    background-color: transparent !important
}

#menu-2-3046569 li:after, #menu-2-3046569 li:before {
    content: none
}

.elementor-4785 .elementor-element.elementor-element-3046569 .elementor-nav-menu--dropdown a, .elementor-4785 .elementor-element.elementor-element-3046569 .elementor-menu-toggle {
    color: #010054 !important
}

div#kaya-page-content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh !important
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex: 1
}

.elementor-4785 .elementor-element.elementor-element-3cc35a5 {
    overflow: auto
}

.hide-menu-item {
    display: none !Important
}

a.um-account-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000 !Important
}

a.um-account-link.current {
    font-weight: 900
}

.um-account-side li a:hover {
    background: #fff0 !Important
}

.um-account-side li a span.um-account-title {
    color: #000
}

@media only screen and (max-width: 1025px) {
    .hide-menu-item {
        display: block !Important
    }
}

li#menu-item-4803:after {
    height: 1px;
    background-color: #000;
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    width: 50%
}

.um-member-directory-header-row {
    background: #FFF;
    border: 1px solid #C4C4C4
}

.um-member-directory-header-row.um-member-directory-filters-bar {
    background: #FFF;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 0 !important
}

. .um-member-directory-header-row:last-child {
    border: none !important
}

.um-clear-filters {
    display: block;
    border: 1px solid #fe454b !important;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    color: #fe454b !important;
    padding: 0px !important;
    line-height: 40px;
    margin: 0 28px !important;
    text-align: center
}

a.um-clear-filters-a {
    color: #fe454b !important
}

.um-clear-filters {
    width: 100%;
    height: 40px
}

.um-filtered-line {
    width: 100%
}

.um-directory .um-member-directory-header .um-member-directory-header-row.um-member-directory-filters-bar {
    padding: 20px
}

.um-member-directory-sorting {
    padding: 15px 0;
    color: #fe454b
}

button.src-filt {
    background: #fe454b;
    border-radius: 3px;
    height: 35px;
    width: 65%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    margin-bottom: 20px
}

.um-new-dropdown ul li a {
    color: #000 !important
}

.um-viewing .um-member-directory-header-row.um-member-directory-filters-bar.um-header-row-invisible {
    display: none !important
}

.um-viewing .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: #fff0;
    color: #000
}

.um-viewing .um-member-directory-header-row.um-member-directory-filters-bar {
    margin-top: 20px !important
}

.um-viewing .um-field-secondary_user_email > .um-field-area > .um-field-value > a, .um-viewing .um-field-skype > .um-field-area > .um-field-value > a {
    font-size: 17px;
    opacity: .4
}

.um-header.no-cover {
    display: none
}

.um-field-company-name .um-field-area .um-field-value {
    font-weight: 900;
    color: #000 !important
}

.um-viewing .um-field-user_url div div a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fe454b !important
}

@media only screen and (max-width: 1025px) {
    .elementor-element.elementor-element-4b5a066.elementor-column.elementor-col-16.elementor-top-column {
        width: 30%
    }

    .elementor-element.elementor-element-69ba7a3.elementor-column.elementor-col-66.elementor-top-column {
        width: 35%
    }

    .elementor-element-3cc35a5 div .elementor-row {
        justify-content: space-between
    }

    .elementor-4785 .elementor-element.elementor-element-3cc35a5 {
        overflow: inherit !important
    }

    ul#main-menu {
        margin-top: 0
    }

    nav#header-navigation {
        position: absolute;
        width: 100%
    }

    h2.entry-title {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .menu-item:before, .menu-item:after, li#menu-item-4803:after, .menu-item:last-child:after, .top-nav:after, .menu-item:first-child:after {
        content: none
    }

    ul#main-menu {
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100vh);
        height: -moz-calc(100vh);
        height: -webkit-calc(100vh);
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(125%);
        transition: transform 0.5s ease-in
    }

    .nav-active {
        transform: translateX(11%) !important;
        background-color: rgb(255 255 255 / .9) !important
    }

    #main-menu li {
        opacity: 0
    }

    @keyframes navLinkFade {
        from {
            opacity: 0;
            transform: translateX(50px)
        }
        to {
            opacity: 1;
            transform: translateX(0)
        }
    }.mobile_toggle_menu_icons {
         text-align: right !important
     }

    nav#header-navigation ul#main-menu li.current-menu-parent, nav#header-navigation ul#main-menu li.current-menu-item, nav#header-navigation ul#main-menu li.current-menu-ancestor {
        background-color: transparent !important
    }

    .elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul li.current-menu-item.current_page_item a {
        color: #000 !important;
        font-weight: 900 !important
    }

    .elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul li.current-menu-item.current_page_item a {
        color: #ff4350 !important;
        font-weight: 900 !important
    }

    .elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul.top-nav li a {
        color: #e23b46 !important
    }

    #header-navigation ul li a {
        border-bottom: 0 !important;
        text-align: center
    }

    .main-menu-btn {
        left: -15px !important
    }

    .main-menu-btn-icon:before {
        width: 28px;
        left: auto;
        background: #fe454b
    }

    .main-menu-btn-icon:after {
        width: 24px;
        left: auto;
        background: #fe454b
    }

    .main-menu-btn-icon {
        width: 18px;
        left: auto;
        background: #fe454b
    }
}

.um-member-directory-header-row.um-member-directory-filters-bar {
    margin-top: 20px !IMPORTANT
}

.edit-comp {
    background: #C4C4C4;
    border-radius: 3px;
    color: #000;
    padding: 15px 40px
}

.um-page-account .um-left {
    display: flex;
    justify-content: space-between;
    float: none
}

.um-page-account input#um_account_submit_general {
    width: 50%
}

.uimob340-show, .uimob500-show, .uimob800-show, .uimob960-show, span.um-account-arrow.uimob800-hide {
    display: none !important
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-filtered-line .um-members-filter-tag {
    background-color: #fff;
    border: 1px solid #fe454b !important;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    color: #fe454b !important;
    line-height: 30px;
    width: auto;
    margin: 15px 0;
    position: relative;
    left: 10%
}

.spanspl {
    background-color: #fff !important;
    border: 1.5px solid #fe454b !important;
    color: #fe454b !important;
    line-height: 30px;
    margin: 5px;
    border-radius: 2px;
    height: 30px;
    padding: 0 15px
}

.um-viewing .um-profile-body ._um_row_3 div {
    width: 100% !important
}

.um-directory .um-members-overlay {
    left: 15%
}

@media only screen and (max-width: 767px) {
    .elementor-4792 .elementor-element.elementor-element-29f40e1 {
        padding: 45px 0 45px 0px !important
    }

    .um-directory .um-member-directory-header .um-member-directory-header-row .um-filtered-line .um-members-filter-tag {
        background-color: #fff;
        border: 1px solid #fe454b !important;
        box-sizing: border-box;
        border-radius: 0 3px 3px 0;
        color: #fe454b !important;
        line-height: 30px;
        width: 75%;
        margin: 2px 0;
        position: relative;
        left: 5%
    }

    .um-directory .um-members-overlay {
        left: 0%
    }

    .elementor-social-icons-wrapper, .elementor-text-editor p {
        text-align: center !important
    }

    .elementor-element-d33b7d4 div .elementor-row {
        display: flex;
        flex-direction: column-reverse
    }

    .elementor-element-24e6fef div .elementor-row {
        flex-direction: column
    }

    .um-directory {
        flex-direction: column;
        flex-wrap: wrap
    }

    #app-col-2, #app-col-1, .um-directory .um-member-directory-header, .um-directory .um-members-wrapper {
        width: 100%
    }

    .um-members-wrapper {
        margin-top: 30px !important
    }

    .suer-edit {
        background-color: transparent !important;
        margin-top: 0
    }

    .um-account-side.uimob340-hide.uimob500-hide {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    .um-account-meta-img.uimob800-hide {
        position: absolute;
        top: -25%;
        left: 50%;
        transform: translateX(-50%)
    }

    input#um_account_submit_general {
        margin-bottom: 30px
    }

    .edit-comp {
        padding: 15px 40px
    }

    .um-page-account .um-left {
        display: flex;
        justify-content: center;
        float: none;
        flex-direction: column
    }

    .um-page-account input#um_account_submit_general {
        width: 100%
    }

    .um-page-loggedin #um_field_5678_aboutcompany > .um-field-area > .um-field-value {
        padding: 10px 0;
        color: #808080 !important;
        font-size: 14px
    }
}

.um-search {
    display: flex !important;
    flex-direction: column
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-search .um-search-filter {
    display: flex;
    flex-direction: column !important
}

.elementor-4785 .elementor-element.elementor-element-63d47ce #header-navigation ul.top-nav li a {
    color: #000 !important
}

.um-field-block {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 22px;
    text-align: center;
    color: #000 !important
}

p.select-lable {
    margin: 15px 0;
    font-weight: 400;
    color: #000;
    font-size: 16px
}

img.gravatar.avatar.avatar-40.um-avatar.um-avatar-gravatar {
    border-radius: 50%
}

ul#menu-2-3046569 li {
    display: flex;
    flex-direction: row
}

.kaya-page-titlebar-wrapper {
    padding-top: 50px;
    padding-bottom: 0
}

.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
    padding: 0;
    line-height: 20px
}

.um-member-directory-header-row.um-member-directory-filters-bar.um-header-row-invisible {
    display: none
}

div#kaya-mid-content-wrapper {
    background-color: #fff
}

li.select2-selection__choice {
    background-color: #fff !important;
    border: 1.5px solid #fe454b !important;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    color: #fe454b !important;
    line-height: 30px;
    border-radius: 2px
}

span.select2-selection__choice__remove {
    color: #fe454b !important
}

.um-single-image-preview.show {
    width: 100%;
    height: 200px
}

.um-field-label {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000 !important
}

.um-col-131 > .um-header.no-cover {
    display: block !important
}

span.user-name {
    display: none
}

img.gravatar.avatar.avatar-40.um-avatar.um-avatar-uploaded {
    border-radius: 50%
}

.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click {
    display: none
}

.um-profile-edit.um-profile-headericon {
    display: none
}

a.um-profile-photo-img {
    border-radius: 50% !important;
    width: 250px !important;
    height: 250px !important
}

.um-dropdown li a:hover {
    color: #000 !important
}

.um-editing .um-field-area {
    min-height: 45px
}

.um-editing .um-field-block {
    font-style: normal;
    font-weight: 700;
    font-size: 15px !important
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) #ff414d
}

input.wpcf7-form-control.wpcf7-submit {
    background: #fe454b
}

.menu-icon a i {
    font-size: 26px;
    color: #96aab3;
    margin-left: 10px
}

.menu-icon a i:hover {
    color: #000
}

ul#menu-2-3046569 .join-menu a {
    background: #fe454b !important;
    border-radius: 3px !important;
    padding: 10px 15px !important
}

.um-account p.um-notice {
    position: absolute;
    top: 0;
    padding: 15px 40px !important;
    background: #ff4450
}

.um-viewing .um-field-company-name .um-field-area > div {
    font-style: normal;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 29px;
    color: #000 !important
}

.um-profile.um-viewing .um-field .um-field-value, .um-profile-body {
    color: #000 !important
}

.um-viewing .um-field-user_url {
    margin-top: 0px !important
}

.um-profile.um-viewing .um-field-skype, .um-profile.um-viewing .um-field-skype .um-field-label, .um-profile.um-viewing .um-field-secondary_user_email, .um-profile.um-viewing .um-field-secondary_user_email .um-field-label {
    padding: 0 !important;
    margin: 0 !important
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a img {
    border-radius: 50% !important
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px;
    width: 100%
}

.um-member-metaline.um-member-metaline-company-name {
    display: none !important
}

.um-field-skype, .um-field-secondary_user_email {
    flex-direction: row !important
}

.um-field-label .um-field-label-icon i {
    top: 5px !important;
    opacity: .4
}

.um-profile.um-viewing .um-field-skype .um-field-label label, .um-profile.um-viewing .um-field-secondary_user_email .um-field-label label {
    display: none
}

ul.list-um {
    display: inline-flex;
    justify-content: start;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap
}

.single-post .two_third.mid-content {
    display: flex;
    flex-direction: column
}

ul.buddyforms-list {
    display: flex;
    justify-content: space-between
}

.um-ajax-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

li.bf-submission {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 20%;
    padding: 15px !important
}

.um-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 25%;
    padding: 2.5% !important
}

li.bf-submission:nth-child(odd) {
    background: #FFF;
    border: 2px solid #E5E5E5
}

li.bf-submission:nth-child(even) {
    background: #fe454b
}

li.bf-submission .item {
    display: flex;
    flex-direction: column
}

li.bf-submission .item .item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px
}

li.bf-submission:nth-child(odd) .item .item-title a {
    color: #000
}

li.bf-submission:nth-child(even) .item .item-title a {
    color: #fff !Important
}

li.bf-submission .item .item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

li.bf-submission:nth-child(odd) .item .item-desc {
    color: #000
}

li.bf-submission:nth-child(even) .item .item-desc {
    color: #fff !Important
}

li.bf-submission .item .item-thumb a img {
    width: 100%;
    height: 180px
}

ul.buddyforms-list li div.action {
    margin-bottom: 0
}

li.bf-submission .action .meta .item-status {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

li.bf-submission:nth-child(odd) .action .meta .item-status {
    color: #fe454b
}

li.bf-submission:nth-child(even) .action .meta .item-status {
    color: #FFF
}

li.bf-submission .action .meta .item-status:before {
    content: none
}

li.bf-submission .action .meta .publish-date {
    display: none
}

.read-more {
    margin-bottom: 40px
}

ul.buddyforms-list li .item {
    width: 100%;
    overflow: hidden
}

.item-desc {
    margin: 15px 0
}

.page-template-default ul.buddyforms-list {
    flex-wrap: wrap
}

.page-template-default li.bf-submission {
    width: 29% !important;
    display: inline-flex;
    margin: 0 0 20px !important
}

.page-template-default li.bf-submission .item .item-thumb a img {
    width: 100%;
    height: 300px
}

.um-own-profile .navigation {
    display: none
}

.um-own-profile .um-field-type_block {
    text-align: left
}

.um-message-unreaditems {
    padding: 0 6px;
    color: #fff;
    background-color: #fe454b;
    font-size: 12px;
    margin-left: 0;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 0
}

a.elementor-item {
    position: relative
}

.menu-icon a i {
    font-size: 32px
}

.group-blog .um .um-item-meta a {
    color: #000 !important
}

.um-profile-navbar.um-messaging-bar {
    margin-bottom: 15px
}

.um-member {
    position: relative
}

a.um-message-btn.um-button span {
    display: none
}

a.um-message-btn:before {
    margin-right: 0
}

.um-member-card-footer {
    position: absolute;
    display: grid !important;
    right: 0%;
    bottom: 20px
}

.um-member a.um-message-abtn, .um-member a.um-message-btn {
    font-size: 13px;
    margin: 10px
}

.um-profile-navbar.um-messaging-bar {
    display: none
}

p.add_post_bnt {
    text-align: right
}

.um-field-um_block_5678_24, .um-field-um_block_5423_21 {
    cursor: pointer
}

input#Categories {
    display: none
}

#header-navigation ul li.current-menu-item.current_page_item a {
    color: #000 !important
}

.nav-next a:hover, .nav-previous a:hover {
    background: #3e3d3d;
    border: 1px solid #3e3d3d;
    color: #fff !important
}

a.um-message-btn.um-button:hover {
    color: #000 !important
}

a.um-message-btn.um-button:hover:before {
    color: #000 !important
}

.elem-categories {
    display: none !important
}

.elem-tags {
    display: none !important
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-footer {
    display: flex;
    width: 15%
}

.elementor-element-633fa8d > div {
    max-width: 1300px
}

@media only screen and (min-width: 1625px) {
    .elementor-4792 {
        background-size: auto !important
    }
}

.um-field ul.buddyforms-list {
    .um-field ul.buddyforms-list {
        justify-content: space-between;
        display: flex
    }
}

.um-field ul.buddyforms-list li.bf-submission {
    margin-right: 23px
}

.um-field ul.buddyforms-list li.bf-submission:last-child {
    margin-right: 0
}

@media (max-width: 810px) {
    .um-field ul.buddyforms-list {
        justify-content: space-between;
        flex-wrap: wrap
    }

    .um-field ul.buddyforms-list li.bf-submission {
        margin-right: 0;
        margin-bottom: 20px
    }

    .um-field ul li.bf-submission {
        min-width: 200px
    }
}

@media (max-width: 515px) {
    .um-field ul.buddyforms-list {
        justify-content: center
    }
}

.elementor-4785 .elementor-element.elementor-element-3cc35a5 {
    overflow: unset
}

.sub-menu li a {
    border: 1px solid #000;
    background: #fff;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px
}

.elementor-4785 .elementor-element.elementor-element-63d47ce .sub-menu {
    max-width: 200px !important;
    border: 1px solid #ccc;
    min-width: unset !important;
    margin-left: 0 !important;
    border-radius: 5px;
    width: 200px !important
}

.elementor-4785 .elementor-element.elementor-element-63d47ce .sub-menu li {
    margin-left: 0 !important
}

.elementor-4785 .elementor-element.elementor-element-63d47ce .sub-menu li:before {
    content: unset
}

.elementor-4785 .elementor-element.elementor-element-63d47ce .sub-menu li a {
    border: unset;
    background: #fff !important;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px
}

.elementor-4785 .elementor-element.elementor-element-63d47ce .sub-menu a:after {
    content: unset !important
}

.elementor-4785 .elementor-element.elementor-element-63d47ce .sub-menu *:after {
    content: unset !important
}

@media only screen and (max-width: 1025px) {
    #header-navigation ul {
        background: unset
    }

    .elementor-4785 .elementor-element.elementor-element-63d47ce .sub-menu li {
        display: flex !important;
        justify-content: center
    }
}

@media only screen and (max-width: 1025px) {
    #main-menu li {
        opacity: 1
    }
}

.elementor-4785 .elementor-element.elementor-element-63d47ce ul.sub-menu li a {
    font-size: 15px !important
}

#header-navbar-wrapper ul.sub-menu {
    margin-left: 0px !important;
    left: calc(50% - 100px);
    margin-top: -5px !important;
    padding: 5px;
    background-color: #fff
}

@media (min-width: 769px) {
    .um-directory .um-members-pagination-box .um-members-pagi .pagi:nth-child(1) {
        margin-left: 340px
    }
}
.fas {
 font-family: "Font Awesome 5 Pro" !important;
}

.pagination {
 text-align: left !important;
}

.slick-slide:focus {
 outline: none !important;
}

.slick-slide:hover {
 outline: none !important;
}

/* .site-content a:hover{color:#ffffff;} */
.site-content a:link, .site-content a:visited {
 color: #fe454b;
}

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6, .site-content h1 a, .site-content h2 a, .site-content h3 a, .site-content h4 a, .site-content h5 a, .site-content h6 a {
 color: #000;
}

#kaya-header-content-wrapper, #kaya-header-content-wrapper, .header-section {
 background-color: #ffffff !important;
}

.header-left-section a {
 background-color: #333333 !important;
 color: #ffffff !important;
}

.header-left-section a:hover {
 background-color: #FF3D33 !important;
}

.header-right-content, .header-right-content a {
 color: #757575 !important;
}

#main-nav, #header-navigation {
 margin-top: 0px;
}

#main-nav {
 background-color: #ffffff;
}

nav#header-navigation a, #main-nav a, #header-navigation ul > li a {
 color: #303030;
}

nav#header-navigation a:hover {
 color: #FF3D33;
}

nav#header-navigation ul#main-menu li.current-menu-parent, nav#header-navigation ul#main-menu li.current-menu-item, nav#header-navigation ul#main-menu li.current-menu-ancestor {
 background-color: #ffffff;
}

nav#header-navigation #main-nav > ul > li.current_page_item > a, nav#header-navigation #main-nav > ul > li.current-menu-ancestor > a {
 color: #FF3D33 !important;
}

#header-navigation ul > li ul li a {
 background-color: #FF3D33;
 color: #ffffff !important;
}

#header-navigation ul > li ul a:hover {
 background-color: #303030;
 color: #ffffff !important;
}

#header-navigation ul#main-menu li ul.sub-menu li.current-menu-item a {
 background-color: #303030;
}

nav#header-navigation #main-nav > ul ul.sub-menu li.current_page_item a {
 color: #003249 !important;
}

.kaya-page-titlebar-wrapper {
 padding-top: 0;
 padding-bottom: 0;
 background-color: #f2f2f2;
}

.kaya-page-titlebar-wrapper .page-title, .main-menu-btn-icon {
 color: #303030;
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
 background-color: #222222;
}

body {
 font-family: 'Poppins', sans-serif !important;
 font-size: 14px !important;
}

#main-nav ul li a {
 font-family: 'Poppins', sans-serif !important;
 font-size: 16px !important;
}

h1, h2, h3, h4, h5 h6 {
 font-family: 'Poppins', sans-serif;
}


.footer_bottom_position_fix .copyright {
 color: #ccc;
}

.um-member-name, .um-member-name a {
 color: #303030 !important;
}

.um-directory .um-members-wrapper .um-members-grid-wrapper .um-members.um-members-list .um-member .um-member-meta-main {
 background-color: #FF3D33;
}

.um-members-wrapper .um-members-grid-wrapper .um-members.um-members-list .um-member-card, .um-members-wrapper .um-members-grid-wrapper .um-members.um-members-list .um-member-card a {
 color: #003249;
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member {
 background-color: #ffffff !important;
}

.um-members-wrapper .um-members.um-members-list .um-member-card, .um-members-wrapper .um-members.um-members-list .um-member-card a, .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-card-header .um-member-name a {
 color: #666666;
}

.um-name a {
 color: #003249 !important;
}

.um-meta-text, .um-profile-meta {
 color: #606060 !important;
}

.um-meta a {
 color: #003249 !important;
}

.um-profile .um-profile-body {
 background-color: #ffffff !important;
}

.um-profile.um-viewing .um-field-label {
 color: #303030 !important;
}

.um-profile.um-viewing .um-field .um-field-value, .um-profile-body {
 color: #606060 !important;
}

.um-profile-body .um-profile-meta a, .um-profile-body .um-field-value a {
 color: #303030 !important;
}

.um-profile-body .um-profile-meta a:hover, .um-profile-body .um-field-value a:hover {
 color: #303030 !important;
}

.um-profile-nav a, .um-profile-nav-item a {
 background-color: #333333 !important;
}

.um-profile-nav-item a {
 color: #ffffff !important;
}

.um-profile-nav a:hover, .um-profile-nav-item a:hover {
 background-color: #FF3D33 !important;
 color: #000000 !important;
}

.um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover {
 background-color: #FF3D33 !important;
}

.um-profile-nav .active a:before {
 color: #FF3D33 !important;
}

.um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover a {
 color: #ffffff !important;
}

.search_filter_header_wrap, .search_filter_header_wrap_sidebar {
 background-color: #f9f9f9;
}

.search_filter_header_wrap, .search_filter_header_wrap_sidebar, .um-member-directory-filters-a um-member-directory-filters-visible, .um-member-directory-filters-a a, .um-clear-filters-a {
 color: #dd3333;
}

.search_filter_header_wrap a, .search_filter_header_wrap a, .um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-nav-line .um-member-directory-view-type .um-member-directory-view-type-a {
 color: #ffffff !important;
}

.um-member-directory-search-line button, .um-member-directory-search-line input[type="button"], .um-member-directory-search-line input[type="reset"], .um-member-directory-search-line input[type="submit"] {
 background-color: #dd3333;
 color: #444;
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-search .um-search-filter.um-slider-filter-type .um-slider .ui-slider-range.ui-widget-header, .ui-slider-handle, .ui-slider-handle:hover, .ui-slider-handle:active, .ui-slider .ui-slider-handle {
 background-color: #ccc;
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-search .um-search-filter.um-slider-filter-type .um-slider .ui-slider-range.ui-widget-header {
 border-color: #ccc !important;
}

.um a.um-link, .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 {
 color: #ffffff !important;
}

.um a.um-link:hover, .um a.um-link-hvr:hover {
 color: #000000 !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, .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, .um .um-button, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active, .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um input[type=submit]:disabled:hover, .cc_print_button, .um-request-button, span#sndmailusers, span#sndmailfrnds, div#send_friends span#sendmail_friends, div#send_users span#sendmail_members {
 background-color: #FF3D33 !important;
}

.toggle_search_icon {
 border-top-color: #FF3D33 !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, .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, .um .um-button, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active, .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um input[type=submit]:disabled:hover, .cc_print_button, .um-request-button, span#sndmailusers, span#sndmailfrnds, div#send_friends span#sendmail_friends, div#send_users span#sendmail_members, .toggle_search_icon {
 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, .um .um-button:hover, .um a.um-button:hover, .um input[type=submit].um-button:hover, .um-request-button:hover, span#sndmailusers:hover, span#sndmailfrnds:hover, div#send_friends span#sendmail_friends:hover {
 background-color: #FF3D33 !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, .um .um-button:hover, .um a.um-button:hover, .um input[type=submit].um-button:hover, .um-request-button:hover, span#sndmailusers:hover, span#sndmailfrnds:hover, div#send_friends span#sendmail_friends:hover, div#send_users span#sendmail_members:hover {
 color: # #eeeeee !important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
 background-color: #eeeeee !important;
 color: #333333 !important;
}

.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
 background-color: #e5e5e5 !important;
}

/* cyrillic-ext */

div#media_image-3 {
 width: 16%;
 position: relative;
 z-index: 1;
}

@media (max-width: 725px) {
 .footer > .container > .navs > div#media_image-3 {
  width: 100% !important;
  text-align: center;
  margin: 0 !important;
 }
}

@font-face {
 font-family: "Poppins";
 src: local("sans-serif");
}

@font-face {
 font-family: "Poppins-bold";
 src: local("sans-serif");
}
.mob > .nvs > .menu-menu-container > .menu > li.menu-item-has-children > a:after {

 content: '\f078' !important;
 left: 6px;
 top: 0px;
 position: relative;
 visibility: visible;
 display: unset;
 margin: 0 !important;
 padding: 0 !important;
 font-family: 'Font Awesome 5 Pro';
 border: none !important;
}

/*	 for  mob_menu 		 */
.mob_st_close {
 width: 100%;
 height: 100vh;
 background: transparent;
 position: fixed;
 display: none;
 top: 45px;
}


/*@media (max-width: 1100px) {
 .widget_media_image img {
  width: 143px !important;
  height: 63px !important;
 }*/
}

/*@media (max-width: 800px) {
 .widget_media_image img {
  width: 136px !important;
  height: 41px !important;
 }*/
}

/*@media (max-width: 500px) {
 .widget_media_image img {
  width: 130px !important;
  height: 45px !important;
 }*/

 .news {
  margin: 0 auto;
 }
}

@media (max-width: 380px) {
 .widget_media_image img {
  width: 112px !important;
  height: 45px !important;
 }
}

@media (max-width: 340px) {
 .widget_media_image img {
  width: 97px !important;
  height: 30px !important;
 }
}


.customannounce {
 word-break: break-all;
}

.news .new_item .mini_posts_title {
 font-size: 15px;
 color: #000;
 padding-top: 0px !important;
 display: block;
 margin-top: 9px;
}

@media (max-width: 1100px) {
 .news .new_item .mini_posts_title {
  font-size: 14px;
 }
}


.news .new_item .mini_posts_title a {
 color: #000 !important;
}

.custom_h2_style {
 padding-bottom: 10px;
 font-family: 'Poppins-bold', sans-serif !important;
 line-height: normal;
 font-size: 21px !important;
 border-bottom: 0px;
 margin-bottom: 10px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
 font-weight: 900 !important;
 color: #000 !important;
 display: flex;
 text-decoration: none !important;
}

.um-message-unreaditems {
 padding: 0px 6px;
 color: #fff;
 background: #fe454b !important;
 font-size: 12px;
 margin-left: 0;
 border-radius: 15px;
 text-align: center;
 position: absolute;
 right: -5px;
 top: 6px !important;
 width: 10px !important;
 height: 10px !important;
 border-radius: 100%;
 color: transparent !important;
}


.desc > .menu_menu_con_ {
 display: flex !important;
}

.newdesign header .container > .desc > .menu_menu_con_ > .usr {
 padding-top: 0px !important;
}

@media (max-width: 1100px) {
 .newdesign .menu-user-dashboard-container ul li.menu-item-406631 a {
  color: #fff !important;
 }
}
.mob > .nvs > .menu-menu-container > .menu > li {
 width: 80%;
 margin-left: 22px;
}.mob>.nvs>.menu-menu-container>.menu>li>.ovr_hide_mob{
  margin-left: 0px;
 }


.newdesign > header > .container > .desc {
 width: 80%;
}

ul#menu-menu li {
 margin-left: 11px;
 font-family: 'Poppins-bold', sans-serif !important;
 font-weight: 400 !important;
 position: inherit !important;
 font-size: 15px;
}

.customheader.fix {
 position: fixed;
 width: 100%;
 left: 0;
 top: 0;
 background: #fff;
}


.home_new .desc > .menu_menu_con_ {
 display: flex !important;
}
.theiaStickySidebar:after {
 content: "";
 display: table;
 clear: both;
}
.fixed_bn_background {
 display: none;
}
.contact_title_page {
 position: relative;
}

.contact_title_page:after {
 content: '';
 position: absolute;
 width: 208px;
 height: 3px;
 background: #ff414d;
 border-radius: 4px;
 left: 0;

 bottom: 0;
}

.site-content .custom.container .customscontact .ovr > p:after {
 content: '';
 position: absolute;
 width: 72px;
 height: 3px;
 background: transparent;
 left: 0;
 bottom: 0;
}

.wpcf7-not-valid-tip {
 color: red;
}

.customscontact .sent .wpcf7-response-output {
 display: block !important;
}


form.wpcf7-form.sent {
 display: flex;
 flex-direction: column;
}

.form {
 order: 2;
}

.wpcf7 form.sent .wpcf7-response-output {
 order: 1;
}


.fomr_ip {
 display: flex;
 position: relative;
 width: 100%;
}

.fomr_ip .wpcf7-spinner {
 display: inline-block;
 background-color: #23282d;
 opacity: 0.75;
 width: 24px;
 height: 24px;
 border: none;
 border-radius: 100%;
 padding: 0;
 margin: 0 24px;
 position: absolute;
 top: 10px;
}

@media (max-width: 500px) {

 .contact_row {
  flex-direction: column !important;
 }
}

.wpcf7-form.invalid .wpcf7-response-output {
 display: block !important;
}

.wpcf7-not-valid-tip {
 color: #fe454b !important;
}

.custom .fomr_ip input.wpcf7-form-control.wpcf7-submit {
 background: #fe454b !important
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
 background: #fe454b;
 border: none !important;
 border-radius: 7px;
 color: #fff;
 text-align: center;
 padding: 18px;
}

.wpcf7 form.sent .wpcf7-response-output {
 background: #2ecc71 !important;
 color: #fff !important;
 border: none !important;
 border-radius: 7px !important;
 text-align: center;
 padding: 18px;
}


.custommap, .customscontact {
 width: 100%;
}
.footer_nav {
 margin-top: 10px;
}

.soc_icons {
 margin-top: 10px;
}

.footer_menu_title {
 font-family: 'poppins-bold', sans-serif;
 font-weight: 700 !important;
 font-size: 17px;
 margin: 0px;
 padding: 0px;
 color: #fff !important;
}


@media (max-width: 550px) {
 .footer .navs p {
  text-align: left !important;
  padding-bottom: 0px !important;
 }

 .footer .soci.menu-menu-container {
  width: 100% !important;
 }
}
.subs_content {
 width: 57%;
 margin-right: 26px !important;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
}

.subs_form {
 height: 470px;
 overflow: hidden;
}

.subs_form iframe {
 height: 120%;
 position: relative;
 top: -38px;
}

@media (max-width: 1352px) {
 .subs_modal_container {
  width: 76%;
 }

 .subs_form iframe {
  height: 547px;
 }
}

@media (max-width: 1147px) {
 .subs_modal_container {
  padding: 0px;
 }

}


@media (max-width: 1100px) {
 .subs_modal_container {
  width: 46%;
 }

 .subs_form iframe {
  height: 552px;
 }

}

@media (max-width: 1088px) {
 .subs_modal_container {
  width: 59%;
 }

 .subs_content {
  width: 100%;
 }

}

@media (max-width: 620px) {
 .subs_modal_container {
  width: 96%;
 }

 .subs_form iframe {
  height: 568px;
 }


}

@media (max-width: 340px) {
 .subs_form iframe {
  height: 647px;
 }

 .subs_form {
  height: 570px;
  overflow: hidden;
 }
}

@media (max-width: 305px) {
 .subs_form iframe {
  height: 667px;
 }
}