/*
Theme Name: Reviews Dark
Author: MM
*/



/*bootstrap styles*/


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

a {
    background: transparent
}

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

b,
strong {
    font-weight: bold
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #352E3E;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}
.text-center {
    text-align: center
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 100%;
    }
}

@media (min-width:992px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
}


.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 3px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:991px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:991px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:991px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}
.mw-100{
    max-width: 100%!important;
}
/* end bootstrap styles*/

/* OVERALL STYLING */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    display: flex;
    flex-direction: column;
}
body .main-wrapper{
    overflow: hidden;
    flex: 1 0 auto;
    padding-top: 62px;
}
body .footer {
    flex-shrink: 0;
}
a, a:hover, a:focus, a:active, a:visited{
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: inherit;
}
img{
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 900;
}
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="tel"],
.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea,
textarea{
    height: 40px;
    max-width: 360px;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    background: transparent;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 0 15px;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
}
.form-control:active,
.form-control:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="file"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="tel"]:focus,
textarea:active,
textarea:focus{
    border: 1px solid #C6FF7D;
    outline: none;
    box-shadow: none;
}
form .um-field-label label,
form label{
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 7px;
    display: block;
}
form label a:hover{
    text-decoration: underline;
}
textarea{
    min-height: 249px;
    width: 100%;
    padding-top: 10px;
}
input[type="file"] {
    padding-top: 8px;
}
.spu-container .consult-form.text-black input {
    color: #000;
}
.search-form{
    position: relative;
}
.search-form .submit-live-form{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/search.svg);
    position: absolute;
    right: 17px;
    top: 12px;
    cursor: pointer;
}
.search-form .submit-live-form:hover{
    opacity: 0.6;
}
.search-form input[type="submit"]{
    transform: translateY(2px);
}
.search-form input[type="submit"]:active,
.search-form input[type="submit"]:focus{
    outline: none;
}
.o-button,
.submit-form.btn,
input[type="submit"],
.um-account-main input[type=submit].um-button {
    background: linear-gradient(180deg, #BEDF78 0%, #519C2D 100%);
    border-radius: 40px;
    color: #fff;
    font-weight: 900;
    height: 40px;
    line-height: 37px;
    padding: 0px 14px;
    font-size: 16px;
    display: inline-block;
    border: none;
    text-align: center;
    box-sizing: border-box;
}
.o-button:hover,
.submit-form.btn:hover,
.o-button:active,
.submit-form.btn:active,
.o-button:focus,
.submit-form.btn:focus,
.um input[type=submit].um-button:focus,
.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:focus,
.um input[type=submit].um-button:active,
.um-account-main input[type=submit].um-button:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
.o-button:visited{
    color: #fff;
    background: linear-gradient(180deg, #519C2D 0%, #519C2D 100%);
    outline: none;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
    url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
    url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-vk:before {
    content: "\f189"
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-2x {
    font-size: 2em;
}

.bigger{
    font-size: 150%;
}
/* END OVERALL STYLING */


/*slick*/
/* Slider */
.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: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.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;
    margin-left: auto;
    margin-right: auto;
}
.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 transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/* Arrows */
.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: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.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: white;

    -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: '←';
}

/* Dots */
.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: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*end slick*/

/*  NAVIGATION */
.header.navigation-bar{
    background: #1D1A21;
    position: absolute;
    width: 100%;
}
.header > .container{
    display: flex;
    max-width: 1410px;
    width: 100%;
}
.header .header-logo{
    flex: none;
    margin-right: 21px;
    margin-top: 18px;
}
.header .header-navigation {
    width: 100%;
    margin-top: 9px;
}
.header .header-navigation .side-menu .inner{
    display: flex;
    align-items: center;
}
.header .header-navigation .side-menu .inner .left{
    display: flex;
    width: 100%;
    align-items: center;
}
.social-icons{
    display:flex;
    margin:0 20px;
    gap:10px;
    justify-content: center;
}
.social-icons img{
    width: 30px;
    min-width:20px;
}
.header .header-search{
    max-width: 39%;
    width: 100%;
    margin-right: 27px;
}
.header .header-search input{
    width: 100%;
    max-width: 100%;
}
.header .nav > li > a {
    padding: 10px 13px;
}
.header .nav > li > a:hover{
    color: #C6FF7D;
    background: transparent;
}
.header .account-action {
    display: flex;
    align-items: center;
}
.header .account-action .user,
.header .account-action .login,
.header .account-action .logout {
    margin-right: 18px;
    position: relative;
    display: inline-flex;
}
.header .account-action .user:hover,
.header .account-action .login:hover,
.header .account-action .logout:hover{
    color: #C6FF7D;
}
.header .account-action .user:before,
.header .account-action .login:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/user.svg);
    margin-right: 10px;
    margin-top: 1px;
    filter: brightness(2.5);
}
.header .menu-button{
    display: none;
}
.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1d1a22;
    box-shadow: 1px 1px 6px #1d1a22;
    z-index: 99;
}
@media only screen and (max-width: 1200px){
    .header .nav > li > a {
        padding: 10px 5px;
    }
}
@media only screen and (max-width: 991px){
    .header .menu-button{
        display: block;
        border: none;
        background: transparent;
        filter: invert(1);
    }
    .side-menu {
        position: fixed;
        right: 0;
        top: 0;
        /* background: #eee; */
        background: #1D1A21;
        z-index: 11;
        height: 100vh;
        transform: translateX(100%);
        transition: transform 0.2s;
        padding: 30px;
    }
    .header .header-search {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .side-menu.outwrap{
        transform: translateX(0);
    }
    .header .header-navigation .side-menu .inner,
    .header .header-navigation .side-menu .inner .left,
    .header .account-action,
    .header .account-action .login{
        display: block;
    }
    .navbar-nav{
        margin: 0;
    }
    .header .account-action{
        margin-top: 5px;
    }
    .account-action a {
        margin-left: 5px;
    }
    .header .account-action .login:before{
        display: none;
    }
    .account-action a.register{
        margin-top: 30px;
    }
    .header .account-action .logout{
        display: block;
        margin-top: 7px;
    }

}
/* END NAVIGAION */

/*  HERO */
.home-hero {
    text-align: center;
    padding-top: 79px;
    position: relative;
    margin-bottom: 68px;
    background: url(./images/tv-start-bg.png) bottom center no-repeat;
    background-size: cover;
    min-height: 705px;
}
.home-hero .title{
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
}
.home-hero .subtitle {
    font-size: 21px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.hero .search-form{
    max-width: 100%;
}
.hero .search-form input[type="text"]{
    max-width: 75%;
    width: 605px;
    height: 45px;
}
.hero .search-form input[type="text"]::placeholder {
    color: #fff;
}
.hero .search-form input[type="submit"]{
    width: 100px;
    /* margin-left: 11px; */
    height: 45px;
}
.home .hero .search-form input[type="submit"] {
    width: 196px;
}
.hero .add-company{
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 35px;
    display: inline-block;
}
.hero .add-company:hover{
    text-decoration: underline;
}
.hero .col-md-6{
    padding: 0;
}
@media only screen and (max-width: 991px){
    .home-hero{
        margin-bottom: 60px;
    }
    .home-hero .title{
        margin: auto;
        text-align: center;
        font-size: 45px;
        line-height: 50px;
    }
    .home-hero .subtitle {
        margin: auto;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .hero .search-form {
        max-width: 460px;
        margin: auto;
    }
    .home-hero.hero .search-form {
        max-width: 90%;
        margin: auto;
    }
    .hero .search-form input[type="text"]{
        max-width: 50%;
    }
    .hero .add-company {
        font-weight: 900;
        margin: auto;
        margin-top: 20px;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .home-hero img{
        display: none;
    }
}
/* END HERO */

/* home-short-info */
.home-short-info{
    position: relative;
    margin-bottom: 110px;
}
.home-short-info .col-md-6:first-child{
    width: 40%;
}
.home-short-info .col-md-6:last-child{
    width: 60%;
}
.home-short-info .container .row{
    display: flex;
    align-items: center;
}
.home-short-info .tagline{
    font-size: 13px;
    line-height: 20px;
    font-weight: 900;
    color: #C6FF7D;
    text-transform: uppercase;
}
.home-short-info .title{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
}
.home-short-info .text{
    margin-bottom: 39px;
}
.home-short-info .more-companies{
    width: 120px;
}
@media only screen and (max-width: 991px){

    .home-short-info .title {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 40px;
    }
    .home-short-info .row{
        display: flex;
        flex-wrap: wrap;
    }
    .home-short-info .col-md-6:first-child,
    .home-short-info .col-md-6:last-child{
        width: 100%;
        text-align: center;
    }
    .home-short-info .col-md-6:last-child{
        order: 1;
    }
    .home-short-info .col-md-6:first-child{
        order: 2;
    }
    .home-short-info:after{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .hero .search-form input[type="text"]{
        width: 70%;
    }
    .hero .search-form input[type="submit"]{
        /* width: 25%; */
        font-size: 13px;
        height: 38px;
    }
    .home-hero:after{
        right: -660px;
    }
    .home-short-info .container .row{
        display: block;
    }
}

@media only screen and (max-width: 480px){
    .hero .search-form input[type="text"]{
        width: 100%;
        max-width: 100%;
    }
    .home .hero .search-form input[type="submit"] {
        width: auto;
        margin: 15px auto;
        display: block;
    }
}
/* end home-short-info */

/*title-box*/
.title-box {
    text-align: center;
    max-width: 620px;
    margin: auto;
    position: relative;
    margin-bottom: 75px;
}
.title-box .title {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
}
.title-box .title:after{
    /*content: "";*/
    /*width: 138px;*/
    /*height: 5px;*/
    /*background: #F2F2F2;*/
    /*display: block;*/
    /*margin: auto;*/
    /*margin-top: 15px;*/
}
.title-box .subtitle {
    /*	color: #C6FF7D;*/
}
.popupal-companies .title-box{
    margin-bottom: 45px;
}
@media only screen and (max-width: 991px){
    .title-box .title {
        font-size: 35px;
        line-height: 40px;
    }

}
/*end title-box*/


/*company-grid*/
.popupal-companies{
    margin-bottom: 90px;
}
.company-grid {
    display: flex;
    flex-wrap: wrap;
}
.company-grid.company-grid-slider{
    display: block;
}
.company-grid .item-company{
    width: 25%;
    margin-bottom: 30px;
}
.company-grid.company-grid-slider .item-company{
    padding-top: 30px;
}
.company-grid .inner{
    padding: 0 10px;
}
.company-grid .copmany-logo {
    height: 219px;
    width: 100%;
    box-shadow: 0px 2px 12px rgba(48, 70, 89, 0.15);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 21px;
    transition: box-shadow 0.2s;
    overflow: hidden;
    background: #fff;
}
.company-grid .copmany-logo:hover {
    box-shadow: 0px 2px 12px rgba(198, 255, 125, 1);
    /* 	box-shadow: 0px 2px 12px rgba(48, 70, 89, 0.25); */
    transition: box-shadow 0.1s;
}
.company-grid .company-title{
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
   	overflow: hidden;
    text-overflow: ellipsis;
    /*      white-space: nowrap; */
    display: block;
    margin-bottom: 0;
}
.company-grid .company-title a:hover{
    color: #C6FF7D;
}
.company-grid .company-category {
    margin-top: 5px;
}
.company-grid .company-category a{
    font-size: 15px;
    line-height: 20px;
    color: #C6FF7D;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.company-grid .company-category a:hover{
    text-decoration: underline;
}
.search-results .company-grid .item-company {
    width: 20%;
}
@media only screen and (max-width: 1200px){
    .company-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .company-grid .item-company:last-child{
        display: none;
    }
    .search-results .company-grid .item-company {
        width: 25%;
    }
}
@media only screen and (max-width: 991px){
    .company-grid .item-company {
        width: 33%;
    }
    .search-results .company-grid .item-company {
        width: 33%;
    }
    .company-grid .item-company:last-child{
        display: block;
    }

}
@media only screen and (max-width: 767px){
    .company-grid .item-company {
        width: 50%;
    }
    .search-results .company-grid .item-company {
        width: 50%;
    }
    .company-grid .copmany-logo{
        height: 150px;
    }
}
/*end company-grid*/

/*criterion-grid*/
.criterion{
    margin-top: 45px;
}
.criterion-grid {
    display: flex;
    flex-wrap: wrap;
}
.criterion-grid .criterion-item{
    width: 25%;
    margin-bottom: 30px;
    padding: 0 10px;
}
.criterion-grid .criterion-icon {
    height: 165px;
    width: 165px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: #fff;
}
.criterion-grid .criterion-title{
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 0;
    text-align: center;
}
.criterion-footer{
    margin: 50px 25px 120px;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
}
.criterion-footer .o-button{
    float: right;
    white-space: nowrap;
    margin-top: 5px;
}
@media only screen and (max-width: 767px){
    .criterion-grid .criterion-item{
        width: 100%;
    }
    .criterion-footer .o-button{
        float: none;
        margin: 50px auto 0;
        display: block;
        width: 250px;
    }
}
/*end criterion-grid*/

/*blog-slider*/
.home.blog{
    margin-bottom: 95px;
}
.blog-grid .blog-logo {
    height: 190px;
    width: 360px;
    box-shadow: 0 2px 12px rgba(48, 70, 89, 0.15);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: box-shadow 0.2s;
    overflow: hidden;
    background: #fff;
}
.blog-grid .blog-logo:hover {
    box-shadow: 0 2px 12px rgba(198, 255, 125, 1);
    transition: box-shadow 0.1s;
}
.blog-grid .blog-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    display: block;
    padding-right: 15px;
    margin-bottom: 50px;
}
.blog-grid .o-button{
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: auto;
    width: 196px;
}
.blog-slider {
    margin-bottom: 60px;
}
.blog-slider .slick-list{
    padding-top: 15px;
}
.blog-slider .inner{
    padding-bottom: 60px;
}
.blog-slider .slick-dots{
    bottom: -56px;
}
.blog-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7px;
}
.blog-slider .slick-dots li button:before{
    width: 10px;
    height: 10px;
    border: 1px solid #828282;
    opacity: 1;
    border-radius: 10px;
    content: "";
    background: #828282;
}
.blog-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: transparent;
}
/*end blog-slider*/

/*user-rating*/
.user-rating {
    display: flex;
    align-items: center;
}
.user-rating .stars {
    margin-right: 5px;
}
.user-rating .fa{
    color: #F2994A;
    margin-right: 7px;
    font-size: 14px;
}
.user-rating .count{
    font-size: 13px;
    line-height: 20px;
    color: #C6FF7D;
}
@media only screen and (max-width: 767px){
    .user-rating .fa{
        margin-right: 4px;
    }
}

/*end user-rating*/

/*last-reviews-slider*/
.last-reviews {
    margin-bottom: 140px;
}
.last-reviews .title-box{
    margin-bottom: 20px;
}
.last-reviews-slider .slick-slide{
    margin-right: 20px;
}
.last-reviews-slider .item{
    max-width: 555px;
    position: relative;
    padding-top: 30px;
}
.last-reviews-slider .inner{
    padding-top: 35px;
}
.last-reviews-slider .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    transform: translateY(-35px);
    position: absolute;
    width: 100%;
}
.last-reviews-slider .company-logo{
    width: 118px;
    height: 122px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 30px rgba(48, 70, 89, 0.15);
    border-radius: 70px;
    overflow: hidden;
    padding: 15px;
}
.last-reviews-slider .top .read{
    color: #fff;
    font-weight: 900;
    margin-top: 52px;
}
.last-reviews-slider .text{
    background: #1D1A21;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 106px 30px 35px 30px;
    font-size: 20px;
    line-height: 30px;
    min-height: 261px;
}
.last-reviews-slider .bottom{
    padding: 0 30px;
    background: #1D1A21;
    padding-bottom: 41px;
    border-radius: 0 0 10px 10px;
}
.last-reviews-slider .author{
    font-size: 13px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}
.last-reviews-slider .company{
    color: #C6FF7D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.last-reviews-slider .slick-prev, .slick-next{
    top: 58%;
}
.last-reviews-slider .slick-next {
    right: -60px;
}
.last-reviews-slider .slick-prev {
    left: -70px;
}
.last-reviews-slider .slick-prev:before,
.last-reviews-slider .slick-next:before{
    content: "";
    background: url(images/arrow.svg);
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    opacity: 1;
}
.last-reviews-slider .slick-prev:before {
    transform: rotate(180deg);
}
.last-reviews-slider .slick-dots{
    bottom: -56px;
}
.last-reviews-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
}
.last-reviews-slider .slick-dots li button:before{
    width: 10px;
    height: 10px;
    border: 1px solid #828282;
    opacity: 1;
    border-radius: 10px;
    content: "";
    background: #828282;
}
.last-reviews-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: transparent;
}
@media only screen and (max-width: 991px){
    .last-reviews-slider .item{
        max-width: 100%;
    }
    .last-reviews-slider .slick-slide {
        margin-right: 0;
    }
}
/*end last-reviews-slider*/

/*categories-grid*/
.categories-grid {
    display: grid;
    grid-template-areas: ".item";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 50px;
}
.categories-grid .item a{
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    transition: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.home .categories-grid .item a{
    color: #9A92A5;
}
.categories-grid .item a:hover{
    color: #C6FF7D;
}
.categories-grid .cat-image {
    height: 85px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.categories-grid .cat-image img{
    max-height: 100%;
    filter: brightness(3.5);
}
.home .categories-grid .cat-image img {
    filter: invert(63%) sepia(11%) saturate(398%) hue-rotate(223deg) brightness(92%) contrast(85%);
}
@media only screen and (max-width: 767px){
    .categories-grid{
        display: block;
    }
    .categories-grid .item{
        margin-bottom: 30px;
    }

}
/*end categories-grid*/




/*sidebar*/
.container-sidebar{
    display: flex;
    margin-bottom: 50px;
}
.container-sidebar .content {
    order: 2;
    width: 80%;
}
.container-sidebar .sidebar{
    order: 1;
    width: 20%;
    padding-right: 30px;
}
.sidebar ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
.sidebar .cat-item{
    font-weight: 900;
}
.sidebar .cat-item a{
    margin-bottom: 10px;
    display: inline-block;
}
.sidebar .cat-item a:hover{
    color: #C6FF7D;
}
.sidebar .cat-item.current-cat > a{
    color: #C6FF7D;
    pointer-events: none;
}
.sidebar ul.children{
    padding-left: 15px;
    margin-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}
.sidebar .cat-item:hover > .children{
    max-height: 500px;
    transition: max-height 0.5s;
}
.sidebar .current-cat-parent ul.children{
    max-height: 100%;
}
.sidebar ul.children .cat-item{
    font-weight: normal;
}
@media only screen and (max-width: 991px){
    .sidebar .cat-item a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .container-sidebar {
        display: flex;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .container-sidebar .sidebar {
        order: 2;
        width: 100%;
        padding-right: 0;
    }
    .container-sidebar .content {
        order: 1;
        width: 100%;
    }
    .sidebar ul.children{
        max-height: max-content;
    }
}



/*end sidebar*/


/*companies-hero*/
.companies-hero.hero {
    margin-top: 39px;
    margin-bottom: 59px;
}
.companies-hero .img-wrap{
    position: relative;
}
.companies-hero > .container{
    min-height: 460px;
}
.companies-hero > .container .inner{
    border-radius: 20px;
    border-top-right-radius: 140px;
    display: flex;
}
.companies-hero .img-wrap img{
    position: absolute;
    top: 0;
}
.companies-hero .img-wrap{
    width: 50%;
    margin-top: 28px;
}
.companies-hero .content{
    width: 50%;
    padding-top: 45px;
    padding-left: 46px;
    padding-bottom: 33px;
}
.companies-hero .title{
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 21px;
}
.companies-hero .add-company {
    font-weight: 900;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 49px;
}
@media only screen and (max-width: 991px){
    .companies-hero .img-wrap{
        display: none;
    }
    .companies-hero .content {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 10px;
    }
    .companies-hero > .container {
        min-height: auto;
    }
}
@media only screen and (max-width: 767px){
    .companies-hero.hero {
        margin-top: 0;
    }
    .companies-hero .content {
        padding: 30px 15px;
        padding-top: 10px;
    }
    .companies-hero > .container .inner{
        border-top-right-radius: 20px;
    }
}
/*end companies-hero*/

/*breadcrumps*/
.breadcrumps{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 39px;
}
.kama_breadcrumbs{
    display: inline-block;
}
.kama_breadcrumbs a:hover{
    color: #C6FF7D;
}
/*end breadcrumps*/

/*search-filter*/
.search-filter {
    margin-top: 57px;
    margin-bottom: 60px;
}
.search-filter .title{
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
.search-filter .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-filter .inner > div{
    margin-right: 10px;
}
.search-filter .widget-label {
    max-width: 190px;
    width: 100%;
}
.search-filter .widget-search {
    max-width: 355px;
    width: 100%;
}
.search-filter select{
    cursor: pointer;
}
.search-filter option{
    color: #000;
}
.search-filter .widget-categories {
    max-width: 260px;
    width: 100%;
    position: relative;
}
.search-filter .widget-sort {
    max-width: 260px;
    width: 100%;
    position: relative;
}
.search-filter .widget-categories:after,
.search-filter .widget-sort:after{
    content: '';
    width: 10px;
    height: 6px;
    background: url(images/caret.svg);
    position: absolute;
    right: 15px;
    top: 17px;
    filter: brightness(3.5);
}
.search-results {
    min-height: calc(100vh - 250px);
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px){
    .search-filter .inner{
        flex-direction: column;
    }
    .search-filter .inner > div {
        margin-right: 0;
    }
    .search-filter .widget-sort,
    .search-filter .widget-categories{
        width: 100%;
    }
    .search-filter .inner > div{
        margin-bottom: 15px;
        max-width: 100%;
    }
}
/* end search-filter*/


/*user-forms*/
/*
	- Layout
*/



.um-s1,
.um-s2 {
    display: none;
}

.um *,
.um *:before,
.um *:after {
    box-sizing: content-box;
}

.um-header a,
.um-cover a,
.um-member-photo a,
.um-member-name a,
.um-member-more a,
.um-member-less a,
.um-members a,
.um-account-side li a,
.um-members-pagi span,
.um-members-pagi a,
.um-field-value a
{
    border-bottom: 0 !important;
}

.um a:focus,
.um-modal a:focus {
    outline: 0 !important;
}

.um a .image-overlay,
.um a:hover .image-overlay,
.um a:hover .image-overlay * {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    position: static !important;
}

/* only in admin mode */
.um.um-in-admin {
    padding-top: 0;
}
.um.um-in-admin .um-tip {display: none !important}

.um:not(.um-directory) input,
.um:not(.um-directory) select,
.um:not(.um-directory) textarea{
    font-size: 15px;
}

.um * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.um-left {float: left}

.um-right {float: right}

.um-clear {clear: both}

.um-center {text-align: center}
.um-center .um-button {
    display: inline-block !important;
    width: auto !important;
    min-width: 250px !important;
}

.um-half { width: 48%}

.um-field-half {width: 48%;float: left}

.um-field-half.right {float: right}

.um-field-tri {
    width: 30%;
    float: left;
    margin-right: 3%;
}

.um img {box-shadow: none !important}

.um-col {padding-bottom: 20px}
.um-col-alt {margin: 15px 0 5px 0}
.um-col-alt-s {padding-top: 10px}
.um-col-alt-b {padding-top: 20px}

.um-col-121 {float: left;width: 48%}

.um-col-122 {float: right;width: 48%}

.um-col-131 {float: left;width: 30%}

.um-col-132 {float: left;width: 30%;margin: 0 5%}

.um-col-133 {float: left;width: 30%}

/*
	- Font Icons
*/

.um-raty i {font-size: 26px}

.um-field-half .um-raty i {font-size: 21px}

.um-field-tri .um-raty i {font-size: 21px}

.um-button i {
    font-size: 22px;
    width: 22px;
    height: 12px !important;
    display: inline-block;
    line-height: 12px !important;
    vertical-align: middle !important;
    position: relative;
    top: -6px;
    margin-right: 8px;
}

/*
	- Row general css
*/

.um-row-heading {
    padding: 5px 0;
    font-size: 16px;
}

.um-row-heading i {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 12px 0 0;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.um-row-heading i:before {
    vertical-align: middle !important;
}

/*
	- Notices
*/

p.um-notice {
    width: auto;
    color: #fff;
    box-sizing: border-box;
    font-size: 15px;
    padding: 12px !important;
    margin: 12px 0 0 0 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

p.um-notice a {
    color: #fff;
    text-decoration: underline;
}

p.um-notice i {
    position: absolute;
    right: 14px;
    font-size: 36px;
    cursor: pointer;
    top: 7px;
    display: block;
    height: 30px;
    line-height: 30px;
}

p.um-notice.success {
    background: #7ACF58;
}

p.um-notice.err {
    background: #C74A4A;
}

p.um-notice.warning {
    background: #f9f9d1;
    color: #666;
    border: 1px solid #efe4a2;
    padding: 8px 15px !important;
}

p.um-notice.warning a {
    color: #666;
    text-decoration: underline;
}

/*
	- Errors
*/

.um-field-error {
    width: auto;
    max-width: 100%;
    background: #C74A4A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 20px !important;
    margin: 12px 0 0 0;
}

.um-field-error a{color: #fff !important;text-decoration: underline !important}

.um-field-arrow {
    top: -17px;
    left: 10px;
    position: absolute;
    z-index: 1;
    color: #C74A4A;
    font-size: 28px;
    line-height: 1em !important;
}

.um-error-block {
    width: auto;
    max-width: 100%;
    background: #C74A4A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 1em !important;
    margin: 12px 0 0 0;
}

/*
    - Notices
*/
.um-field-notice {
    width: auto;
    max-width: 100%;
    background: #497BC7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 20px !important;
    margin: 5px 0 0 0;
}

.um-field-notice a{color: #fff !important;text-decoration: underline !important}

.um-field-notice  .um-field-arrow {
    top: -17px;
    left: 10px;
    position: absolute;
    z-index: 1;
    color: #497BC7 !important;
    font-size: 28px;
    line-height: 1em !important;
}

.um-notice-block {
    width: auto;
    max-width: 100%;
    background: #497BC7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 1em !important;
    margin: 12px 0 0 0;
}
/*
	- Help tooltips
*/

.um-tip {
    margin: 0 0 0 8px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 3px;
}

.um-tip i {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    display: block;
    position: relative;
}

.um-tip-text {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #999;
}

/*
	- Forms & Fields
*/

.um-form button::-moz-focus-inner,
.um-form input::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}

.um-field {
    position: relative;
    padding: 15px 0 0 0;
}

.um-field-b, .um-field-c {
    padding-top: 0 !important;
}

/*.um-field.um-is-conditional {
	display: none;
}*/

.um-field-label {
    display: block;
    margin: 0 0 8px 0;
}

.um-field-label .um-field-label-icon {
    float: left;
    margin: 0 8px 0 0;
    height: 22px;
    line-height: 18px;
    display: inline-block;
    width: 24px;
    text-align: center;
}
.um-field-label .um-field-label-icon i { font-size: 22px; position: relative; top: 1px; }

.um-field-label label {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: bold;
    font-weight: 600;
}

.um-field-area {
    position: relative;
    word-wrap: break-word;
}

.um-field-value p {
    margin: 0 0 6px 0 !important;
    padding: 0;
}

.um-field-block {
    color: #777;
    font-size: 17px;
}

.um-field-spacing {
    width: 100%;
}

.um-field-divider {
    width: 100%;
    margin: 0 0 12px 0;
    height: 24px;
    position: relative;
}

.um-field-divider-text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -24px;
    left: 0;
    font-size: 16px;
    padding: 10px 0;
}

.um-field-divider-text span {
    background: #fff;
    color: #555;
    display: inline-block;
    padding: 0 15px;
}

.um-field-icon {
    position: absolute;
    cursor: default;
    text-align: center !important;
    top: 2px;
    left: 0;
    width: 44px;
    font-size: 22px;
    line-height: 1.7em;
}

.um-form input[type=text],
.um-form input[type=search],
.um-form input[type=tel],
.um-form input[type=number],
.um-form input[type=password] {
    padding: 0 12px !important;
    width: 100%;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
    outline: none !important;
}

.um-form input[type=number] {
    width: auto;
    padding: 0 0 0 5px !important;
    height: 30px !important;
}

.um-form input[type=text]:focus,
.um-form input[type=search]:focus,
.um-form input[type=tel]:focus,
.um-form input[type=number]:focus,
.um-form input[type=password]:focus,
.um-form textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

.um-form input[type=text].um-iconed,
.um-form input[type=tel].um-iconed,
.um-form input[type=password].um-iconed { padding-left: 44px !important }

.um-form input[type=text].um-error,
.um-form input[type=tel].um-error,
.um-form input[type=password].um-error { border-color: #C74A4A !important }

.um-form textarea {
    width: 100%;
    padding: 8px 12px !important;
    display: block;
    font-size: 15px !important;
    line-height: 22px !important;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    min-height: 80px !important;
    box-shadow: none;
    outline: none !important;
}

.um-form .um-meta-text textarea {
    max-width: 100%;
}

.um-form .wp-editor-container {
    border: 1px solid #ddd;
}

.um-form .wp-editor-container textarea {
    background: #ddd !important;
    color: #222 !important;
    border-radius: 0;
}

/*
	- Radio & Checkboxes
*/

.um-field-c .um-field-checkbox {
    margin-bottom: 14px;
    margin-top: 0 !important;
    position: relative;
}

.um-field-checkbox:not(.um-field),
.um-field-radio:not(.um-field) {
    display: block;
    margin: 8px 0;
    position: relative;
}

.um-profile.um-editing .um-field-checkbox,
.um-profile.um-editing .um-field-radio{
    cursor: pointer !important;
}

.um-field-checkbox:hover i, .um-field-radio:hover i {color: #666}

.um-field-checkbox input,
.um-field-radio input{
    opacity: 0 !important;
    display: inline !important;
    width: 0 !important;
    float: left;
}

.um-field-checkbox-state,
.um-field-radio-state {
    position: absolute;
    top: 0;
    left: 1px;
    width: 24px;
    height: 24px;
}

.um-field-checkbox-state i,
.um-field-radio-state i {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    color: #aaa;
    transition: all .2s linear;
}

.um-field-checkbox-option,
.um-field-radio-option {
    margin: 0px 0px 0px 36px;
    line-height: 24px;
    color: #888 !important;
    display: block;
}

/*
	- Group of Fields
*/

.um-field-group {
    margin-top: 20px;
}

.um-field-group-head {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;

    transition: 0.25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    border-top: 1px solid rgba(0,0,0,0.0) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.um-field-group-head i {
    font-size: 20px;
    margin: 0 8px 0 0;
}

.um-field-group-head i:before {
    vertical-align: middle !important;
}

.um-field-group-body {
    display: none;
    margin: 15px 0 0 0;
    padding: 15px 20px 5px 20px;
    background: #f9f9f9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.um-field-group-body div.um-field {
    padding: 0 0 15px 0;
}

.um-field-group-cancel {
    font-size: 18px;
    position: absolute;
    z-index: 800;
    right: 8px;
    top: 8px;
    color: #ccc !important;
    text-decoration: none !important;
}
.um-field-group-cancel:hover {color: #777 !important}

/*
	- Buttons
*/

.um div.disabled,
.um-disabled,
.um input[type=submit]:disabled,
.um input[type=text]:disabled,
.um input[type=number]:disabled {
    opacity: 0.6 !important;
    cursor: no-drop !important;
}

input[type=submit].um-button,
input[type=submit].um-button:focus {
    width: 100%;
}

input[type=submit].um-button:hover {
    opacity: 1;
}

.um-button {
    width: 100%;
}

a.um-button {
    width: 100%;
}



.um-button.um-btn-auto-width {
    width: auto;
    display: inline-block;
    padding: 14px 20px !important;
    min-width: 200px;
    max-width: 450px;
}

a.um-link-alt {
    line-height: 22px;
    color: #888 !important;
    display: block !important;
    text-decoration: none !important;
    font-weight: normal;
    text-align: center;
    border-bottom: none !important;
}
a.um-link-alt:hover {text-decoration: underline !important;}

/*
	- Dropdown menu
*/

.um-dropdown {
    position: absolute;
    height: auto;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
    display: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.um-dropdown ul,
.um-dropdown li {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.um-dropdown ul {
    background: #fff;
    position: relative;
    z-index: 16;
}

.um-dropdown li a {
    display: block;
    padding: 8px 12px;
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

.um-dropdown li:last-child a {
    border-top: 1px solid #e5e5e5;
    padding: 12px;
}

.um-dropdown li a:hover {

}

.um-dropdown-b {
    position: relative;
}

.um-dropdown-arr {
    position: absolute;
    font-size: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 15;
    color: #eee;
}

.um-dropdown-arr * { display: block !important; width: 24px !important; height: 24px !important; vertical-align: bottom !important; overflow: hidden !important; line-height: 24px !important; }

/*
	- Misc.
*/

div.um-photo {
    margin: 20px auto 0 auto;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
}

div.um-photo,
div.um-photo a,
div.um-photo img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.um-photo a {
    border: 1px solid #e5e5e5;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 1px 1px #eee;
    margin: 0 auto;
    max-width: 100%;
}

div.um-photo img {max-height: 300px; max-width: 100%;}

/*
	- other form styles
*/

span.um-req {
    margin: 0 0 0 8px;
    font-size: 14px;
    display: inline-block;
}

small.um-max-filesize {
    display: block;
    color: #999999;
    padding-top: 5px;
}
small.um-max-filesize span{
    font-size: 12px;
}

.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
    border-color: #DB2929 !important;
}

.um-form .um-field .um-field-area input.um-searching-username {
    background-image: url(../img/loading.gif);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.um-search-area {
    position: relative;
    max-width: 300px;
}

.um-search-area .um-search-field {
    width: 100%;
}

.um-search-area .um-search-icon {
    position: absolute;
    top: 7px;
    right: 10px;
}

/* Customize Select2 CSS */
.select2-container.select2-container--open {
    z-index: 9999999;
}
.select2.select2-container .select2-selection {
    display: block !important;
    height: 40px;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    line-height: 35px !important;
    color: #666 !important;
    font-size: 15px !important;
    text-align: left !important;
    text-decoration: none !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    display: inline-block !important;
    width: 34px !important;
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    -moz-border-radius: 0 2px 2px 0 !important;
    -webkit-border-radius: 0 2px 2px 0 !important;
    border-radius: 0 2px 2px 0 !important;
    background-clip: padding-box !important;
    text-align: center !important;
    background: transparent !important;
    border-left: 0 !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow:before {
    content: "\f3d0" !important;
    font-size: 27px !important;
    font-family: "Ionicons" !important;
    width: 100% !important;
    display: block;
    height: 100%;
    line-height: 35px;
    color: #aaaaaa;
}

.select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"] {
    display:none;
}

.select2-container.select2-container--open .select2-dropdown {
    border: 1px solid #ddd !important;
    border-radius: 0;
}

.select2-container.select2-container--open .select2-dropdown .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-size: 15px;
    margin: 5px !important;
    color: #666 !important;
    padding: 3px 7px 4px !important;
    cursor: pointer;
    min-height: 1em !important;
}

.select2.select2-container .select2-selection.select2-selection--multiple {
    height: auto !important;
    line-height: 0.8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 37px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 37px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 30px;
    width: 100%;
    font-size: 13px;
}

.select2-results li.select2-results__option.select2-results__option--highlighted {
    background: none !important;
    background: #f4f4f4 !important;
    color: #666 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}


.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 10px;
    font-size: 30px;
    color: #aaaaaa !important;
    margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 3px 3px 5px;
}

.um .um-form .select2-container .select2-search.select2-search--inline > input {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.um .um-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
}





/*  @todo maybe deprecated and used only for select and multiselect */
.um-field-select .um-field-area .um-field-icon,
.um-field-multiselect .um-field-area .um-field-icon {
    z-index: 99999999;
}
.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
    text-indent: 20px;
}
.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
    margin-left: 30px !important;
}

.um-field-area .wp-switch-editor{
    float: none;
    height: auto;
}
.um-account i {
    vertical-align: baseline !important;
}

.um-account p.um-notice {
    margin: 0 0 20px 0 !important;
    padding: 12px 15px !important;
}

.um-account a:focus {
    outline: 0 !important; /*removes the dotted border*/
}

.um-account-side {
    float: left;
    width: 30%;
    padding: 0px;
    box-sizing: border-box;
}

.um-account-main {
    float: left;
    width: 70%;
    padding: 0px 0px 0px 1.5em;
    box-sizing: border-box;
}

.um-account-main a {
    border-bottom: none !important;
}

.um-account-tab {
    display: none;
}

/*
	- Main tab
*/

.um-account-main div.um-account-heading {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #555;
}

.um-account-main div.um-account-heading i {
    margin-right: 10px;
    font-size: 26px;
    position: relative;
    top: 2px;
}

.um-account-main p {
    margin: 20px 0 0 0!important;
    padding: 0 !important;
}

.um-account-main label {
    font-size: 15px;
}

/*
	- Account photo
*/

.um-account-meta {
    text-align: center;
    margin-bottom: 20px;
}

.um-account-meta img {
    margin: 0 !important;
    position: static !important;
    float: none !important;
    display: inline-block;
}

.um-account-meta.radius-1 img { 	-moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
.um-account-meta.radius-2 img { 	-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
.um-account-meta.radius-3 img { 	-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }

.um-account-name {
    padding-top: 12px;
}

.um-account-name a {
    font-weight: bold;
    color: #555;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.4em;
}

.um-account-profile-link a {
    font-size: 13px;
    font-weight: normal;
}

/*
	- Account nav
*/

.um-account-nav a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #666 !important;
    text-decoration: none !important;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #eee !important;
    transition: all .2s linear;
    font-size: 14px;
}

.um-account-nav a.current{
    font-weight: bold;
}

.um-account-nav span.arr {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 28px;
}

.um-account-nav span.ico {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
    width: 21px;
    text-align: center;
}

/*
	- Account tabs
*/

.um-account-side ul, .um-account-side li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.um-account-side li {margin-bottom: 1px !important;background: #eee;}

.um-account-side li a{
    display: block;
    padding: 4px 0px;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    color: #999;
    position: relative;
}

.um-account-side li a span.um-account-arrow {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 26px;
    opacity: 0.6;
}

.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon
{
    text-align: center;
    font-size: 20px;
    width: 20px;
    height: 30px;
    border-right: 1px solid #ccc;
    color: #444;
    float: left;
    padding: 0px 15px;
    font-weight: normal !important;
}

.um-account-side li a span.um-account-icon i {
    display: block;
    height: 30px;
    line-height: 30px;
}

.um-account-side li a span.um-account-title {
    padding-left: 20px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #555;
}

.um-account-side li a:hover {color: #444; background: #ddd}

.um-account-side li a.current,
.um-account-side li a.current:hover {
    color: #444;
    font-weight: bold;
    text-decoration: none !important;
}

.um-field-export_data .um-field-error {
    display: none;
}

.um-field-export_data .um-field-area-response {
    display: none;
    line-height: 1.5;
    padding: 10px 0;
}

.um-request-button {
    display: inline-block;
    background-color: #3ba1da;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0 0;
    padding: 5px 10px;
    text-decoration: none;
}

.um-request-button:hover {
    background-color: #44b0ec;
    color: #fff;
    text-decoration: none;
}
/*
	- image preview
*/

.um .um-single-image-preview,
.um .um-single-file-preview {
    margin-bottom: 20px;
}

.um .um-single-image-preview > img {
    max-height: 300px;
    display: inline-block;
    overflow: hidden;
    margin: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.um-single-image-preview,
.um-single-file-preview {
    display: none;
    text-align: center;
    position: relative;
}

.um-single-image-preview.show,
.um-single-file-preview.show {display: block}

.um-single-image-preview > img {
    max-width: 100%;
    max-height: inherit;
}

.um-single-image-preview a.cancel,
.um-single-file-preview a.cancel {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background: #ddd;
    cursor: pointer;
    text-decoration: none !important;
    z-index: 666;
    opacity: 0.75;
}

.um-single-image-preview a.cancel i,
.um-single-file-preview a.cancel i {
    font-size: 16px;
    color: #888;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    overflow: hidden;
}
.um-single-image-preview a.cancel i:before,
.um-single-file-preview a.cancel i:before{line-height:inherit}

/*
	- file info
*/

.um-single-fileinfo {
    padding: 26px 0 20px 0;
    display: inline-block;
    max-width: 100%;
}

.um-single-fileinfo span.icon {
    font-size: 40px;
    display: inline-block;
    width: 100px;
    height: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #666;
    color: #fff !important;
}
.um-single-fileinfo span.icon i {
    display: block;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}
.um-single-fileinfo span.icon i:before{line-height:inherit}

.um-single-fileinfo span.filename {
    display: block;
    font-size: 16px;
    color: #888;
    padding-top: 5px;
}

.um-single-fileinfo a {
    text-decoration: none !important;
    opacity: 0.9;
}
.um-single-fileinfo a:hover {
    opacity: 1
}

/*
	- upload progress
*/

div.um-modal .upload-statusbar {
    margin: 20px 0 0 0;
}

div.um-modal .upload-filename {
    display: none !important;
}

div.um-modal .upload-progress {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

div.um-modal .upload-bar {
    width: 0;
    height: 10px;
    color: #666;
    background: #7ACF58;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*
	- drag and drop area
*/

div.um-modal .ajax-upload-dragdrop {
    width: 100%;
    text-align: center;
    vertical-align:middle;
    padding: 20px;
    box-sizing: border-box;
    border: 2px dashed #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1em;
}

div.um-modal .ajax-upload-dragdrop span.str {
    display: block;
    margin: 0 0 15px 0;
}

div.um-modal .ajax-upload-dragdrop span.icon {
    display: block;
    font-size: 80px;
    line-height: 80px;
    vertical-align: middle;
    margin-bottom: 10px;
}

div.um-modal .ajax-upload-dragdrop span.help {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin: 0 0 12px 0;
}

/*
	- upload button
*/

div.um-modal .upload {
    cursor: pointer !important;
    line-height: 34px !important;
    height: 34px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    transition: 0.2s;
}

div.um-modal .upload:hover {
    background: #44b0ec;
}

.um-modal input[type="file"]::-webkit-file-upload-button { cursor: pointer }
.user-forms {
    margin-bottom: 50px;
}
.user-forms .post-title{
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    margin-top: 37px;
}
.user-forms .content{
    max-width: 360px;
    width: 100%;
    margin: auto;
}
.form-check {
    display: flex;
    justify-content: space-between;
}
.form-check label{
    display: inline-block;
}
.form-check input[type="checkbox"]{
    margin-right: 5px;
}
.user-forms .submit-form.btn{
    width: 100%;
}
.user-forms .form-group {
    margin-bottom: 10px;
}
.user-forms input.hidden {
    display: none;
}
/*end user-forms*/

/*profile-custom*/
.profile-custom{
    max-width: 360px;
    width: 100%;
    margin: auto;
}
.profile-custom .um-account-side,
.profile-custom .um-account-main{
    float: none;
    width: 100%;
}
.profile-custom .um-account-profile-link,
.profile-custom .um-account-main div.um-account-heading,
.profile-custom  span.um-account-icon.uimob800-hide,
.profile-custom .um-account-side li a span.um-account-arrow {
    display: none;
}
.profile-custom .profile-tabs{
    display: flex;
}
.profile-custom .profile-tabs li{
    width: 50%;
}
.profile-custom .profile-tabs li a{
    padding: 0;
}
.profile-custom .um-account-side li a span.um-account-title{
    padding-left: 0;
}
.profile-custom .um-account-side li a span.um-account-title {
    padding-left: 0;
    float: none;
    width: 100%;
    display: inline-block;
}
.profile-custom a[data-tab="password"] span.um-account-title{
    text-align: right;
}
.profile-custom .um-account-side li {
    background: transparent;
}
.profile-custom .um-account-main{
    padding: 0;
}
.profile-custom .um-account-side li a:hover{
    background: transparent;
}
.profile-custom .um-account-side .um-dropdown-b li a:hover,
.profile-custom .um-account-side li a:hover .um-account-title{
    color: #C6FF7D;
}
.profile-custom .um-profile-photo,
.profile-custom .um-profile-photo a.um-profile-photo-img{
    float: none;
    position: relative;
}
.profile-custom .um-profile-photo{
    width: 100px;
    margin: auto;
}
.profile-custom .um-profile-photo a.um-profile-photo-img {
    margin: 0;
    border: none;
    pointer-events: none;
}
.profile-custom .um-account-side .um-dropdown-b li a{
    color: #5b5b5b;
    padding: 12px;
    line-height: 29px;
}
.profile-custom .um-field-label{
    margin: 0;
}
.profile-custom .um-left {
    float: none;
    width: 100%;
}
.um-page-account .post-title{
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}
.um-account{
    margin-bottom: 60px;
}
.um-account-nav.uimob340-show.uimob500-show {
    display: none;
}
.um-account-meta-img-b.uimob800-show.um-tip-w {
    display: none;
}
.uimob340-show,
.uimob500-show,
.uimob800-show,
.uimob960-show
{
    display: none;
}

.um-profile-nav-item a.uimob340-show,
.um-profile-nav-item a.uimob500-show,
.um-profile-nav-item a.uimob800-show,
.um-profile-nav-item a.uimob960-show
{
    display: none;
}

div.uimob340 .uimob340-show,
div.uimob500 .uimob500-show,
div.uimob800 .uimob800-show,
div.uimob960 .uimob960-show
{
    display: block;
}

div.uimob340 .uimob340-hide,
div.uimob500 .uimob500-hide,
div.uimob800 .uimob800-hide,
div.uimob960 .uimob960-hide
{
    display: none;
}

/**
	for 340px and below
**/

/********************************************/

div.uimob340 .um-item-link a {
    font-size: 14px;
}

div.uimob340 .um-item-meta span {
    font-size: 13px;
}

div.uimob340 .um-load-items a {
    width: 100% !important;
    max-width: 100% !important;
}

div.uimob340 .um-profile-nav {
    padding: 0;
}

div.uimob340 .um-profile-nav-item a  {
    padding: 10px 16px;
    margin-left: 0;
    border-radius: 0;
}

div.uimob340 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto}

div.uimob340 .um-profile-subnav {
    padding: 8px 15px;
}

div.uimob340 .um-profile-subnav a {
    display: block;
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding: 6px 0;
}

div.uimob340 .um-profile-subnav span {
    font-size: 12px;
    padding: 1px 6px;
}

div.uimob340 .um-cover-overlay span.um-cover-overlay-t
{
    display: none !important;
}

div.uimob340 .um-cover-overlay
{
    padding: 0;
}

div.uimob340 .um-cover-overlay i,
div.uimob340 .um-profile-photo-overlay i
{
    margin-bottom: 0;
    font-size: 30px;
}

.um-modal.uimob340  {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    height: 100%;
    background: #fff;
}

.um-modal.uimob340,
.um-modal.uimob340 .um-modal-body,
.um-modal.uimob340 .um-modal-header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.um-modal.uimob340 .um-modal-header {text-align: center}
.um-modal.uimob340 .um-modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.um-modal.uimob340 .um-modal-right {
    width: 100%;
    float: none;
}

.um-modal.uimob340 .um-modal-footer a.um-modal-btn {
    width: 48%;
    margin: 0 1%;
    float: left;
    display: block;
    line-height: 44px !important;
    height: 44px;
}

.um-modal.uimob340 .ajax-upload-dragdrop span.icon {
    font-size: 40px;
    line-height: 40px;
}

div.uimob340 .um-profile-body {
    padding-left: 0;
    padding-right: 0;
}

div.uimob340 .um-profile-photo {
    width: 100% !important;
    text-align: center !important;
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0;
}

div.uimob340 .um-header.no-cover .um-profile-photo {
    position: static;
    top: auto;
    left: auto;
}

div.uimob340 .um-profile-photo a.um-profile-photo-img {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    display: inline-block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
    width: 120px !important;
    height: 120px !important;
}

div.uimob340 .um-header .um-profile-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    padding-top: 60px !important;
}

div.uimob340 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}

div.uimob340 .um-header .um-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 18px;
}

div.uimob340 .um-header .um-meta-text {
    padding: 0 20px;
}

div.uimob340 .um-header .um-meta {padding: 0 10px; display: inline-block;}
/*div.uimob340 .um-header .um-meta span:first-child {display: block}*/
/*div.uimob340 .um-header .um-meta span {display: none}*/

div.uimob340 .um-col-121,
div.uimob340 .um-col-122,
div.uimob340 .um-col-131,
div.uimob340 .um-col-132,
div.uimob340 .um-col-133 {
    float: none;
    width: 100%;
    margin: 0;
}

div.uimob340 .um-field-half {
    float: none;
    width: 100%;
}

div.uimob340 .um-account-main {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

div.uimob340 .um-account-tab {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

div.uimob340 .um-account-meta {
    margin-bottom: 0;
}

.uimob340 .um-half {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}

.uimob340 .um-button.um-btn-auto-width {
    width: 100%;
}

.uimob340 .um-col-alt-s {padding-top:0}

/**
	for 500px and below
**/

/********************************************/

div.uimob500 .um-profile-nav {
    padding: 0;
}

div.uimob500 .um-profile-nav-item a  {
    padding: 10px 16px;
    margin-left: 0;
    border-radius: 0;
}

div.uimob500 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 22px;height: 22px;line-height: 22px;}

div.uimob500 .um-profile-subnav {
    padding: 8px 15px;
}

div.uimob500 .um-profile-subnav a {
    display: block;
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding: 6px 0;
}

div.uimob500 .um-profile-subnav span {
    font-size: 12px;
    padding: 1px 6px;
}

div.uimob500 .um-cover-overlay span.um-cover-overlay-t
{
    display: none !important;
}

div.uimob500 .um-cover-overlay
{
    padding: 0;
}

div.uimob500 .um-cover-overlay i,
div.uimob500 .um-profile-photo-overlay i
{
    margin-bottom: 0;
    font-size: 30px;
}

.um-modal.uimob500  {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    height: 100%;
    background: #fff;
}

.um-modal.uimob500,
.um-modal.uimob500 .um-modal-body,
.um-modal.uimob500 .um-modal-header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.um-modal.uimob500 .um-modal-header {text-align: center}
.um-modal.uimob500 .um-modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.um-modal.uimob500 .um-modal-right {
    width: 100%;
    float: none;
}

.um-modal.uimob500 .um-modal-footer a.um-modal-btn {
    width: 48%;
    margin: 0 1%;
    float: left;
    display: block;
    line-height: 44px !important;
    height: 44px;
}

.um-modal.uimob500 .ajax-upload-dragdrop span.icon {
    font-size: 40px;
    line-height: 40px;
}

div.uimob500 .um-profile-body {
    padding-left: 0;
    padding-right: 0;
}

div.uimob500 .um-profile-photo {
    width: 100% !important;
    text-align: center !important;
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0;
}

div.uimob500 .um-header.no-cover .um-profile-photo {
    position: static;
    top: auto;
    left: auto;
}

div.uimob500 .um-profile-photo a.um-profile-photo-img {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    display: inline-block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
    width: 120px !important;
    height: 120px !important;
}

div.uimob500 .um-header .um-profile-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    padding-top: 60px !important;
}

div.uimob500 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}

div.uimob500 .um-header .um-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 21px;
}

div.uimob500 .um-header .um-meta-text {
    padding: 0 20px;
}

div.uimob500 .um-header .um-meta {padding: 0 20px;display: block;}
/*div.uimob500 .um-header .um-meta span:first-child {display: block}*/
/*div.uimob500 .um-header .um-meta span {display: none}*/

div.uimob500 .um-col-121,
div.uimob500 .um-col-122,
div.uimob500 .um-col-131,
div.uimob500 .um-col-132,
div.uimob500 .um-col-133 {
    float: none;
    width: 100%;
    margin: 0;
}

div.uimob500 .um-field-half {
    float: none;
    width: 100%;
}

div.uimob500 .um-account-main {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

div.uimob500 .um-account-tab {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

div.uimob500 .um-account-meta {
    margin-bottom: 0;
}

/**
	for 800px and below
**/

div.uimob800 .um-profile-nav {
    padding: 0;
}

div.uimob800 .um-profile-nav-item a  {
    padding: 10px 20px;
    margin-left: 0;
    border-radius: 0;
}

div.uimob800 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 26px;height: 26px;line-height: 26px;}

div.uimob800 .um-profile-subnav {
    padding: 8px 15px;
}

div.uimob800 .um-profile-subnav a {
    display: block;
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding: 6px 0;
}

div.uimob800 .um-profile-subnav span {
    font-size: 12px;
    padding: 2px 8px;
}

div.uimob800 .um-account-main {
    width: 90%;
    max-width: 450px;
}

div.uimob800 .um-account-side {
    padding: 0;
    width: 10%;
}

div.uimob800 .um-account-side ul {
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.uimob800 .um-account-side li {margin-bottom: 0 !important;background: transparent;}

div.uimob800 .um-account-side li a{
    display: block;
    padding: 0 !important;
    height: 44px;
    line-height: 44px;
    color: #666 !important;
    text-align: center;
    text-decoration: none !important;
    background: transparent;
    transition: all .2s linear;
}
div.uimob800 .um-account-side li:first-child a {-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0 }
div.uimob800 .um-account-side li:last-child a {-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px}

div.uimob800 .um-account-side li a span.um-account-icontip {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 44px;
}

div.uimob800 .um-account-side li a span.um-account-icontip i {
    position: relative;
    text-align: center;
    width: 100%;
}

div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
    color: #fff !important;
}

div.uimob800 .um-account-meta a {
    border: 1px solid #ddd;
}

div.uimob800 .um-account-meta a,
div.uimob800 .um-account-meta img {
    display: block;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
}

div.uimob800 .um-account-meta img {
    width: 100%;
}

div.uimob800 .um-profile-photo {
    width: 150px !important;
}

div.uimob800 .um-profile-photo a.um-profile-photo-img {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important;
}

div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
    top: auto !important;
}

div.uimob800 .um-header .um-profile-meta {
    padding-left: 200px;
}

div.uimob800 .um-cover-overlay
{
    padding: 0;
}

/********************************************/

/**
	for 960px and below
**/

/********************************************/

div.uimob960 .um-profile-photo {
    width: 200px !important;
}

div.uimob960 .um-profile-photo a.um-profile-photo-img {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important;
}

/************************************************/

@media screen and (max-height: 400px) {

    .ajax-upload-dragdrop span.icon {
        display: none;
    }

    .um-modal.no-photo  {
        width: 100% !important;
        margin: 0 !important;
        left: 0 !important;
        height: 100%;
        background: #fff;
    }

    .um-modal.no-photo,
    .um-modal.no-photo .um-modal-body,
    .um-modal.no-photo .um-modal-header {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .um-modal.no-photo .um-modal-header {text-align: center; font-size: 14px}
    .um-modal.no-photo .um-modal-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        border-top: 1px solid #ddd;
    }

    .um-modal.no-photo .um-modal-right {
        width: 100%;
        float: none;
    }

    .um-modal.no-photo .um-modal-footer a.um-modal-btn {
        width: 48%;
        margin: 0 1%;
        float: left;
        display: block;
        line-height: 44px !important;
        height: 44px;
    }

}

@media screen and (max-height: 300px) {

    .um-modal.no-photo .um-modal-header {
        display: none;
    }

    .ajax-upload-dragdrop span.icon,
    .ajax-upload-dragdrop span.str {
        display: none;
    }

}

@media screen and (max-width: 600px) {

    .um-popup {
        width: 96%;
        margin-left: 2%;
        left: 0;
        top: 15px;
    }

}
/*endprofile-custom*/

/*footer*/
.footer {
    background: #1D1A21;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .items {
    display: flex;
}
.footer .items .item{
    max-width: 20%;
    width: 100%;
    padding-right: 15px;
}
.footer .items .item ul{
    list-style: none;
    padding: 0;
}
.footer .wp-image-8979{
    width: 144px;
    margin-bottom: 15px;
}
.footer .footer-form {
    position: relative;
}
.footer .footer-form input[type="email"],
.footer .footer-form input[type="text"],
.footer .footer-form input[type="tel"] {
    width: 100%;
    background: transparent;
    color: #fff;
    border-color: #D8D8D8;
	margin-bottom: 5px;
	border-radius: 25px;
}
.footer .footer-form .consult-btn {
    width: 100%;
	max-width: 360px;
	background: linear-gradient(180deg, #BEDF78 0%, #519C2D 100%);
	margin-top: 0;
	font-size: 14px;
	min-height: auto;
	padding: 8px;
}
.footer .footer-form .consult-btn:hover,
.footer .footer-form .consult-btn:focus,
.footer .footer-form .consult-btn:active,
.footer .footer-form .consult-btn:visited {
	background: linear-gradient(180deg, #519C2D 0%, #519C2D 100%);
}
.footer .widget-title{
    font-weight: 900;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
}
.footer .widget-title .fa{
    display: none;
}
.footer .top-authors {
    margin-bottom: 10px;
}
.footer .top-authors a:hover{
    color: #C6FF7D;
}
.footer .footer-form .send {
	position: relative;
    top: 5px;
}
.footer .footer-form .send div.wpcf7 .ajax-loader {
	position: absolute;
    right: 50%;
    top: 14px;
}
@media only screen and (max-width: 991px){
    .footer .items {
        flex-wrap: wrap;
    }
    .footer .items .item{
        max-width: 33%;
    }
    .footer .item.bottom-1,
    .footer .item.bottom-5 {
        max-width: 100%;
        text-align: center;
        order: 5;
    }
    .footer .item.bottom-5 {
        max-width: 360px;
        margin: auto;
        order: 1;
    }
}
@media only screen and (max-width: 767px){
    .footer .items .item {
        max-width: 100%;
    }
}
/*end footer*/

/*single-review*/
.single-review{
    margin-top: 10px;
    margin-bottom: 50px;
}
.single-review .company-info{
    margin-bottom: 60px;
}
.single-review .company-info .inner{
    display: flex;
}
.single-review .company-info .left{
    width: 50%;
    padding-right: 30px;
}
.single-review .company-info .right{
    width: 50%;
    box-shadow: 0px 2px 30px rgba(48, 70, 89, 0.15);
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    height: 171px;
    position: relative;
    overflow: hidden;
}
.single-review .company-info .right img{
    max-height: 100%;
    object-fit: contain;
    z-index: 1;
}
.single-review .company-info .company-name{
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    margin-top: 0;
}
.single-review .company-info .company-user-rating{
    margin-bottom: 30px;
}
.single-review .company-info .actions{
    display: flex;
}
.single-review .company-info label{
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    margin-bottom: 0;
    transform: translateY(5px);
}
.single-review .company-info .share .fa{
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #BEDF78 0%, #519C2D 100%);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}
.single-review .company-info .share .fa:hover{
    height: 40px;
    background: linear-gradient(180deg, #C6FF7D 0%, #C6FF7D 100%);
}
.single-review .company-info .share {
    transform: translateY(-25px);
}
.single-review .company-info .share label{
    transform: translateY(-31px);
}
.single-review .company-info .go-comments{
    margin-right: 65px;
}
.single-review .company-info.go-comments .o-button{
    width: 196px;
}
.single-review .copmany-user-ratings{
    margin-bottom: 30px;
}
.single-review .rate-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}
.single-review .rate-list .rate-item {
    max-width: 210px;
    width: 100%;
    margin-bottom: 40px;
}
.single-review .rate-list .review_criteria {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.single-review .rate-list .value{
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.single-review .rate-list .user-rating{
    justify-content: center;
}
.single-review .review-content > .container{
    max-width: 980px;

}
.single-review .review-content h1{
    font-size: 35px;
    line-height: 40px;
}
.single-review .review-content h2{
    font-size: 25px;
    line-height: 30px;
}
.single-review .review-content h3{
    font-size: 20px;
    line-height: 25px;
}
.single-review .review-content h4{
    font-size: 17px;
    line-height: 20px;
}
.single-review .review-content a{
    color: #C6FF7D;
}

.single-review .review-content a:hover{
    color: #fff;
    text-decoration: underline;
}
@media only screen and (max-width: 991px){
    .single-review .company-info .left {
        width: 60%;
        padding-right: 10px;
    }
    .single-review .company-info .right{
        width: 40%;
    }
    .single-review .company-info .share .fa{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 767px){
    .single-review .company-info .inner{
        flex-wrap: wrap;
    }
    .single-review .company-info .left {
        width:100%;
        padding-right: 0;
        order: 2;
    }
    .single-review .company-info .right{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .single-review .company-info .share .fa{
        margin-right: 10px;
    }
    .single-review .company-info .actions {
        display: block;
    }
    .single-review .company-info .go-comments {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .single-review .company-info .share label {
        transform: translateY(-0);
    }
}
/*end single-review*/

/*comments */
.company-comments .comment-content.comments {
    display: flex;
    flex-wrap: wrap;
}
.company-comments .comment-content.comments .comment-row{
    width: 100%;
    margin: 0;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 30px rgba(48, 70, 89, 0.15);
}
.company-comments .comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.company-comments .comment-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-comments .comment-content .top {
    display: flex;
    margin-bottom: 20px;
}
.company-comments .comment-rate li{
    display: flex;
    font-size: 15px;
    justify-content: flex-end;
    min-height: 25px;
}
.company-comments .comment-rate .criteria {
    width: 100%;
}
.company-comments .widget-title{
    text-align: center;
    margin-bottom: 30px;
}
.company-comments .title-box{
    margin-bottom: 35px;
}
.company-comments .authr {
    font-weight: 900;
    font-size: 20px;
}
.company-comments .date {
    font-size: 15px;
    line-height: 20px;
    color: #5C5C5C;
}
.company-comments .meta {
    margin-left: 10px;
    margin-top: 3px;
}
.company-comments .comment-content-wrap {
    display: flex;
}
.company-comments .comment-rate {
    width: 300px;
    margin-right: 30px;
    flex: none;
}
.company-comments .comment-form{
    max-width: 700px;
    width: 100%;
    margin: auto;
}
.company-comments .comment-form li{
    display: flex;
    font-size: 15px;
    justify-content: flex-end;
    min-height: 25px;
}
.company-comments .comment-form .criteria {
    width: 100%;
}
.company-comments .comment-review{
    margin-bottom: 0;
}
.company-comments .alert-danger{
    margin-top: 20px;
}
.company-comments .comment-form input{
    max-width: 100%;
}
.company-comments .comment-form .submit{
    width: 100%;
    margin-top: 20px;
}
.company-comments .comment-form textarea#message {
    padding-top: 10px;
    max-width: 100%;
}
.company-comments .comment-form ul{
    padding: 0;
}
.company-comments .logged-in-as{
    display: none;
}
@media only screen and (max-width: 767px){
    .company-comments .comment-content-wrap {
        flex-direction: column;
    }
    .company-comments .comment-rate {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}
/*end comments */

/*pagination*/
.pagination{
    display: flex;
    justify-content: flex-end;
}
.pagination .page-numbers {
    margin: 0 5px;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    background: url(images/arrow.svg);
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    display: inline-block;
    transform: translateY(1px);
}
.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover{
    opacity: 0.6;
}
.pagination .prev.page-numbers{
    transform: translateY(1px) rotate(180deg);
}
.pagination .page-numbers.current {
    color: #C6FF7D;
}
/*end pagination*/

/*page-about*/
.page-about {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-about .inner{
    display: flex;
}
.page-about .inner > div{
    width: 50%;
}
.page-about .wpcf7-form .wpcf7-submit {
    margin-top: 24px;
}
@media only screen and (max-width: 767px){
    .page-about .inner{
        flex-direction: column;
    }
    .page-about .inner > div{
        width: 100%;
    }
    .page-about .inner .left {
        margin-bottom: 30px;
    }
}
/*endpage-about*/

/*add-company-form*/
.page-id-1138 .post-title{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.page-id-1138 .notice{
    margin-bottom: 30px;
    text-align: center;
}
.add-company-form{
    margin-bottom: 50px;
}
.add-company-form .form-container {
    max-width: 360px;
    width: 100%;
    margin: auto;
}
.add-company-form .form-container input{
    width: 100%;
}
.add-company-form ul {
    list-style: none;
}
.add-company-form .review-category > ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.add-company-form .review-category > ul > .cat-item{
    width: 33%;
    margin-bottom: 30px;
    font-size: 15px;
}
.add-company-form input[type="checkbox"] {
    margin-right: 6px;
}
.add-company-form .section_category {
    padding: 0;
}
.add-company-form input.btn {
    margin: auto;
    display: block;
    min-width: 260px;
}
#addcommentresult {
    background: #a6e4a8;
    max-width: 850px;
    margin: auto;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 4px;
}
#addcommentresult.error{
    background: #fd9589;
}
#parent_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99;
}
#parent_popup img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    opacity: 0.5;
}
@media only screen and (max-width: 767px){
    .add-company-form .review-category > ul > .cat-item{
        width: 100%;
    }
}
/*end add-company-form*/

/*other styles*/
.hero.all-cat{
    margin-bottom: 0;
}
.copyrights{
    padding-top: 10px;
}
.to_top.btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
}
.page-about .inner .right{
    padding-left: 40px;
}
i.spu-icon.spu-icon-close {
    font-family: 'spufont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.quick_search_result {
    border-radius: 8px;
    position: absolute;
    background: #1d1b21;
}
.quick_search_result .list-unstyled {
    list-style: none;
    padding: 0 20px;
}
.quick_search_result img.attachment-reviews-widget-thumb.size-reviews-widget-thumb.wp-post-image {
    display: none;
}
/*end other styles*/

/* Modal popups */

.consult-form {}

.spu-content {
    position: relative;
}

.spu-container .consult-form-wrapper {
    width: 300px;
    padding-top: 0;
}

.spu-close:hover {
    color:#999;
}

.modal_h3 {
    margin: 0 0 20px 0;
    color:white;
    font-size: 27px;
    font-weight: 700;
    line-height: 130%;
    width: 100%;
    max-width: 500px;
}

.modal_h3.long-text {
	font-size: 21px;
}

.spu-container .consult-form .consult-btn {
    margin-top: 30px;
    border-radius: 25px!important;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 50%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 50%);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    min-height: 50px;
    padding: 11px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background-color: #f71b0d;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.spu-container .consult-form .consult-btn:hover {
    background: #a60c0c;
}

.consult_form .messages {
    font-size: 17px;
    color:#4a0;
}

.spu-container .consult-form label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.spu-container .consult-form .form-group {
    margin: 5px 0 0 0;
}

.spu-container .consult-form input {
    height: 35px;
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
    color: #4F4F4F;
    padding: 0 15px;
    box-shadow: none;
    -webkit-appearance: none;
}

.spu-box {
    background-position: center center;
}

.spu-container .consult-form .messages {
    color: #5f5;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.company_modal__image_wrapper {
    width: 290px;
    height: 90px;
    margin-bottom: 50px;
    text-align: center;
}

.content_wrapper__company_modal {
    width: 100%!important;
    display: flex;
    flex-direction: row;
}

.company_modal__company_text_wrapper {
    width: 100%;
    padding: 10px 50px 0 50px;
}

.company_modal__image {
    max-height: 90px;
}

.company_modal__company_text1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 130%;
    color: #f71b0d!important;
    margin: 22px 0 40px 0;
}

.company_modal__company_name {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    background: -o-linear-gradient(358.51deg,#dbdee3 .32%,rgba(224,233,239,0) 99.91%);
    background: linear-gradient(91.49deg,#dbdee3 .32%,rgba(224,233,239,0) 99.91%);
    width: 100%;
}

.company_modal__company_text2 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 15px 0;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .spu-box {
        min-height: 680px;
    }
}

@media only screen and (max-width: 700px) {
    .content_wrapper__company_modal {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .company_modal__image_wrapper {
        margin-bottom: 10px;
        text-align: left;
    }

    .company_modal__image {
        max-width: 200px!important
    }

    .company_modal__company_text1 {
        margin: 5px 0 5px 0;
        font-size: 20px;
    }

    .company_modal__company_name {
        margin: 0;
        font-size: 18px;
    }

    .company_modal__company_text2 {
        margin: 5px 0 5px 0;
        font-size: 18px;
    }

    .spu-box {
        min-height: 750px;
    }

    .company_modal__company_text_wrapper {
        width: 100%;
        padding: 10px 10px 0 0;
    }
}

/* Modal popups - End */

/* Blog Styles */

.single-blog {
    margin: 10px 0 50px;
}

.blog-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.single-blog > .container {
    max-width: 1392px;
    width: 100%;
}

.blog-content {
    max-width: 69%;
    width: 100%;
}

.blog-content a{
    color: #C6FF7D;
}

.blog-content a:hover{
    color: #fff;
    text-decoration: underline;
}

.blog-aside {
    max-width: 29%;
    width: 100%;
}

.blog-aside a {
    transition: 0.3s;
}

.blog-aside a:hover {
    transition: 0.3s;
    color: #BEDF78;
}

.blog-aside-list {
    margin-bottom: 40px;
}

.blog-aside-list:last-child {
    margin-bottom: 0;
}

.blog-aside-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    text-align: center;
}

.blog-aside-form {
    margin-bottom: 40px;
}

.blog-aside-form .content-wrapper {
	background-image: url('./images/bg-form.jpg');
	background-position: center;
	background-size: cover;
	border-radius: 4px;
}

.blog-aside-form .consult-form-wrapper {
	padding: 32px 16px;
	margin: 0 auto;
}

.blog-aside-form .consult-btn {
	background: linear-gradient(180deg, #BEDF78 0%, #519C2D 100%);
}

.blog-aside-form .consult-btn:hover,
.blog-aside-form .consult-btn:focus {
	background: linear-gradient(180deg, #519C2D 0%, #519C2D 100%);
}

.blog-aside-form .form-title {
	color: white;
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
	margin-bottom: 16px;
}

.blog-aside-form .form-text {
	color: #C6FF7D;
    text-align: center;
    margin-bottom: 16px;
}

.blog-card {
    margin-bottom: 15px;
}

.blog-card:last-child {
    margin-bottom: 0;
}

.blog-card__item {
    margin: 0 0 10px;
}

.blog-card__item:last-child {
    margin: 0;
}

.blog__title {
    margin: 0 0 20px;
}

.blog__desc {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px;
}

.blog__cards {
    padding: 20px 15px;
}

.blog__cards-item {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px;
    display: flex;
}

.blog__cards-img {
    min-width: 300px;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.blog__cards-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog__cards-info {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.blog__cards-info .btn {
    display: inline-block;
    padding: 4px 15px;
    background: #519C2D;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    transition: 0.3s;
}

.blog__cards-info .btn:hover {
    background: #4a0;
    transition: 0.3s;
}

.blog__cards-title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.blog__cards-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}


@media(max-width: 1024px) {
    .blog-box {
        flex-direction: column;
        align-items: center;
    }
    .blog-content {
        max-width: 100%;
    }
    .blog-aside {
        max-width: 500px;
        margin: 0 auto;
    }
    .blog-aside-form .consult-form-wrapper {
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .blog__cards {
        max-width: 500px;
        margin: 0 auto;
        padding: 0;
    }
    .blog__cards-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog__cards-img {
        min-width: 270px;
        height: 150px;
    }
    .blog__cards-info {
        margin: 10px 0 0;
    }
    .blog__cards-title {
        font-size: 18px;
        line-height: 22px;
    }
    .blog__cards-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media(max-width: 420px) {
    h1.blog__title {
        font-size: 26px;
        line-height: 30px;
    }
    .blog__content h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .blog__content p, ul {
        font-size: 14px;
        line-height: 22px;
    }
}
/* Blog Styles */

.float-right{
    float: right;
}
.rating a:hover {
    color: #C6FF7D;
}

.categories-grid .category-list{
    padding: 0 0 0 25px;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
    text-align: left;
}
.categories-grid .category-list li a{
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.footer-logo{
	margin-top: 7px;
	margin-bottom: 14px;
}

.modal-btn-group {
	margin: 16px auto;
}

.modal-btn-group button {
	white-space: nowrap;
	margin-right: 10px;
}

@media (max-width: 562px) {
    .modal-btn-group button  {
        margin-right: 0px;
    }
}

.modal-btn-group button:not(:last-child) {
	margin-bottom: 16px;
}

.single-review .modal-btn-group {
	margin-top: 0;
}


.single-review .top-banner,
.single-blog .top-banner,
.tax-review-category .top-banner,
.page-template-page-tpl_all_categories .top-banner,
.page-template-page-tpl_all_categories .bottom-banner,
.page-template-page-tpl_all-companies .top-banner,
.page-template-page-tpl_all-companies .bottom-banner {
/*    margin-bottom: 32px;*/
    flex: 0 0 66%;
}


.top-banner img{
    height: 100%;
}

.single-review .bottom-banner,
.single-blog .bottom-banner,
.tax-review-category .bottom-banner,
.page-template-page-tpl_all_categories .bottom-banner,
.page-template-page-tpl_all-companies .bottom-banner {
    margin-top: 32px;
}

.home-hero .container {
    position: relative;
}

.left-banner, .right-banner {
    position: absolute;
    top: 0;
}

.left-banner {
    left: -300px;
}

.right-banner {
    right: -300px;
}

@media all and (max-width: 1780px) {
    .left-banner, .right-banner {
        display: none;
    }
}


/* extra commit for this 2 styles */
.grecaptcha-badge {
    display: none !important;
}
.bottom-reviews-btns {
	margin-top:20px;
}
/* end extra commit */

.single-review .review-content td {
    border: 1px solid #ddd;
    padding: 15px;
}

.js-report-scam {
	background: linear-gradient(180deg, #FF7D7D 0%, #FFAF7D 100%);

}


.spu-box {
	top: 10px !important;
}


.page-template-page-tpl_all_categories .spu-box .content-wrapper {
	width: inherit;
    position: unset;
}

.spu-container label {
    background: none!important;
    color: white!important;
}

.modal_p {
	color: white;
    max-width: 450px;
	margin-bottom: 16px;
}

.spu-container .modal_h3 {
    color: white;
    background: none!important;
}


@media only screen and (max-width: 700px) {
    .content_wrapper__company_modal {
    display: flex;
    flex-direction: column-reverse;
    }
}


.top-banner a img,
.bottom-banner a img,
.left-banner a img,
.right-banner a img{
    width: 100%;
}

  #back-to-top-button {
      background-color: #FF9800;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 4px;
      position: fixed;
      bottom: 30px;
      right: 90px;
      transition: background-color .3s, 
        opacity .5s, visibility .5s;
      opacity: 0;
      visibility: hidden;
      z-index: 1000;
}
#back-to-top-button::after {
      content: "\f077";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      font-size: 2em;
      line-height: 50px;
      color: #fff;
}
#back-to-top-button:hover {
  cursor: pointer;

}
#back-to-top-button:active {
  background-color: #555;
}
#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}


.blog-aside-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
}

.blog-card__item {
    font-size: 14px;
    font-weight: 900;
}

@media (min-width: 1024px) {
    .spu-box {
        margin-top: 3%;
    }
}


.contact-form input {
    background-color: transparent !important;
    border-radius: 30px !important;
    color: white !important;
    height: 40px !important;
}

.contact-form .consult-btn {
    width: auto !important;
    padding: 11px 25px !important;
    background: linear-gradient(180deg, #BEDF78 0%, #519C2D 100%) !important;
    min-height: auto !important;
}

.contact-form .consult-btn:hover,
.contact-form .consult-btn:focus {
    background: linear-gradient(180deg, #519C2D 0%, #519C2D 100%) !important;
}

.contact-form .messages {
    color: #a60c0c;
}


.chargeback-form .consult-form{
    display: flex;
    flex-direction: column;
}


.banners-top {
    display:flex;
    gap:25px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .banners-top {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 768px) {
  .bybit-banner {
    margin: 20px auto 2px auto;
  }
}