body, html {
    font-family: cerebri, sans-serif !important;
    background-color: rgb(16, 16, 16) !important;
    overflow-x: hidden;
}

a:hover, a:active {
    text-decoration: none !important;
}

.back-errows a:before {
    content: "\f053";
    font-family: fontAwesome;
    margin-right: 15px;
    font-size: 15px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #95aeb3;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 12px;
}

#return-to-top:hover, #return-to-top:active, #return-to-top:focus {
    background: #e6ab96;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
}

.nav1 ul li > a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li > a > i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav, .nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover > a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover > a > i {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

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

    .slider .item .carousel-caption {
        top: 80px;
    }

    .slider-text h3 {
        font-size: 40px;
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slider-text .form-group label {
        font-size: 12px;
    }

}

.open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}


@media screen and (max-width: 767px) {
    .logo-bar nav {
        display: none !important;
    }

    a#hamburg {
        display: block;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav, .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav > form {
        position: relative;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover > a {
        color: #000;
    }

    .nav1 ul li a > i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover > ul {
        display: none;
    }

    .nav1 ul li:hover > a > i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }

    .nav1 ul li.open > a {
        background-color: transparent;
    }

    .nav1 ul li.open > a > i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
    }

    .nav1 ul li.open > ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        z-index: 999;
    }

    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open > span {
        background: #fff;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .open-menu .nav-cross span {
        display: none;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    outline: 1px solid #ffffff;
}

::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #ffca4b;
}

::selection {
    color: #ffffff;
    background: #ffca4b;
}

.logo img {
    height: 20px;
    width: 80px;
}

.topbar {
    padding: 1rem 0px;
}

.logo a {
    display: inline-block;
}

.search-fields {
    display: inline-block;
    height: 40px;
    background-color: rgb(37, 37, 37);
    padding: 0px 0.8rem;
    max-width: 480px;
    width: 100%;
    border-radius: 30px;
    position: relative;
}

.login-links {
    display: inline-block;
}

.search-fields input[type="search"] {
    font-family: cerebri, sans-serif;
    letter-spacing: -0.01rem;
    background-color: transparent;
    border: 0px;
    color: rgb(255, 255, 255);
    line-height: 3.4rem;
    outline: none;
    margin: 2px 0px;
    padding: 10px 25px 10px 10px;
    width: 100%;
    height: 36px;
}

.search-fields input[type="submit"] {
    background: url(../images/search-icon.png) transparent;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}

.top-rightbar {
    text-align: right;
}

.login-links a {
    display: block;
    transition: opacity 216ms ease 0s;
    font-family: cerebri, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    margin-left: 5px;
}

.login-links a:hover, .login-links a:active, .login-links a:focus {
    opacity: 0.8;
}

.topnavbar ul {
    margin: 0px;
    padding: 0px;
    overflow-x: scroll;
    white-space: nowrap;
    appearance: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.topnavbar ul::-webkit-scrollbar {
    display: none;
}

.topnavbar ul li {
    display: inline-block;
    padding-right: 12px;
    position: relative;
    /* float: left; */
    /* width: auto; */
}

.topnavbar ul li a {
    font-family: cerebri, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: normal;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(37, 37, 37);
    border-radius: 8rem;
    border: 0px;
    color: rgb(243, 244, 254);
    transition: background-color 216ms ease-in-out 0s;
    display: inline-block;
    padding: 12px 13px;
}

.topnavbar ul li:last-child {
    padding-right: 0px;
}

.topnavbar li.active-line {
    margin-right: 12px;
}

.topnavbar li.active-line:after {
    content: "";
    background: rgb(62, 62, 62);
    border-radius: 8rem;
    width: 0.1rem;
    min-width: 0.1rem;
    height: 25px;
    position: absolute;
    right: -2px;
    top: 8px;
}

.topnavbar li.active a {
    background: #ffca4b;
    color: rgb(0, 0, 0);
    pointer-events: none;
}

.topnavbar ul li a span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
    padding-left: 5px;
    font-family: cerebri, sans-serif;
}

.topnavbar ul li a:hover, .topnavbar ul li a:active, .topnavbar ul li a:focus {
    background-color: rgb(62, 62, 62);
    color: rgb(243, 244, 254);
    text-decoration: none;
}

a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.video-banner {
    margin: 30px auto 0px;
    max-width: 1708px;
    padding: 0 35px;
    position: relative;
}

.video-banner video {
    border-radius: 5px;
}

.video-banner p {
    top: 65px;
    font-size: 48px;
    max-width: 520px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-family: cerebri, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 18px;
    position: absolute;
    text-align: center;
}

.category-users {
    padding: 0 35px;
    margin: 40px 0px;
}

.category-users h2 {
    font-size: 32px;
    line-height: 41px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.1px;
    margin-bottom: 10px;
    display: inline-block;
}

.category-users h2 a {
    color: #fff;
}

.user-all {
    display: inline-block;
    float: right;
    padding-top: 20px;
}

.user-all a {
    display: block;
    color: #a0a2b5;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 1px;
    line-height: 19px;
    letter-spacing: -.1px;
}

.user-all a:hover, .user-all a:active, .user-all a:focus {
    color: #ffca4b;
    text-decoration: none;
}

.category-user-info a {
    display: block;
}

.category-user-info img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.category-user-info {
    transition: 0.3s ease-in-out;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    margin: 5px;
}

.user-amount {
    top: 150px;
    right: 10px;
    font-family: cerebri, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2rem;
    z-index: 2;
    color: white;
    position: absolute;
    text-align: center;
    text-shadow: rgb(0, 0, 0) 0px 0px 1.6rem;
}

.category-user-info h3 {
    font-family: cerebri, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: normal;
    margin: 5px 0px 5px;
}

.category-user-info h3 a {
    color: rgb(255, 255, 255);
}

.category-user-info h4 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    display: block;
    margin: 0px;
}

.category-user-info h4 a {
    color: rgb(173, 174, 181);
}

.category-user-info:hover {
    transform: translate3d(0px, -0.3rem, 0px);
    -webkit-transform: translate3d(0px, -0.3rem, 0px);
}

.user-thumb a:after {
    content: "";
    bottom: 0px;
    /*position: absolute;*/
    width: 100%;
    height: 100px;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    left: 0;
}

.user-thumb a {
    position: relative;
}

.middle-post {
    padding: 0 35px;
}

.middle-post-info a {
    display: inline-block;
}

.middle-post-info a img {
    width: 100%;
}

.middle-post-info h3 {
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -.2px;
    font-weight: 700;
    margin-top: 16px;
}

.middle-post-info h3 a {
    color: #fff;
}

.middle-post-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.15px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #fff;
}

.middle-links a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    letter-spacing: -.1px;
    line-height: 20px;
    margin-right: 2px;
}

.middle-links a img {
    width: auto !important;
}

.category-user-info h3 a i.fa.fa-circle {
    color: rgb(74, 219, 132);
    font-size: 10px;
    vertical-align: middle;
}

.category-info a {
    display: inline-block;
}

.category-info {
    position: relative;
}

.category-info h4 {
    position: absolute;
    top: 15px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -0.28px;
    margin: 0px;
    left: 15px;
    line-height: normal;
}

.category-info a img {
    border-radius: 5px;
    opacity: 0.5;
}

.category-users .owl-controls .owl-nav {
    margin: 0px;
    position: absolute;
    top: -42px;
    right: 0;
}

.category-users .owl-controls .owl-nav .owl-prev, .category-users .owl-controls .owl-nav .owl-next {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    background-color: transparent !important;
    margin-left: 20px;
    font-size: 20px;
}

.category-users .owl-controls .owl-nav .owl-prev:hover, .category-users .owl-controls .owl-nav .owl-next:hover {
    opacity: .23;
}

footer {
    background-color: rgb(28, 28, 28);
    padding: 60px 35px;
}

.widget-subscribe h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.widget-subscribe h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    margin: 0px 0px 20px;
}

.widget-subscribe input[type="email"] {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: 0.1rem solid rgb(62, 62, 62) !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    padding: 15px !important;
    width: 375px;
}

.widget-subscribe input[type="submit"]:hover, .widget-subscribe input[type="submit"]:active, .widget-subscribe input[type="submit"]:focus {
    background-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
}

.widget-subscribe input[type="submit"] {
    font-family: fontAwesome;
    border: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    background-color: rgb(42, 42, 42);
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-left: 4px;
}

.socail-right ul {
    padding: 0px;
    margin: 0px;
}

.socail-right ul li {
    display: inline-block;
    padding: 8px;
}

.socail-right ul li a {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.socail-right ul li a:hover {
    color: #ffca4b;
}

.socail-right h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.enroll-link a {
    display: inline-block;
    padding: 18px;
    border: 0.1rem solid rgb(243, 244, 254);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: normal;
    border-radius: 8px;
}

.enroll-link a:hover, .enroll-link a:active, .enroll-link a:focus {
    background-color: transparent;
    border-color: rgb(173, 174, 181);
    color: rgb(255, 255, 255);
}

.footer-menu ul {
    padding: 0px;
    margin: 0px;
}

.footer-menu {
    padding-top: 75px;
}

.footer-menu ul li {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
}

.footer-menu ul li a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer-menu ul li a:hover, .footer-menu ul li a:active, .footer-menu ul li a:focus {
    color: #ffca4b;
    text-decoration: none;
}

.copyright-info p {
    padding-top: 135px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(173, 174, 181);
    text-align: center;
    margin-bottom: 0px;
}


.search-fields input[type="search"]::-webkit-input-placeholder {
    color: rgb(160 174 167);
    opacity: 1;
}

.search-fields input[type="search"]:-moz-placeholder {
    color: rgb(160 174 167);
    opacity: 1;
}

.search-fields input[type="search"]::-moz-placeholder {
    color: rgb(160 174 167);
    opacity: 1;
}

.search-fields input[type="search"]:-ms-input-placeholder {
    color: rgb(160 174 167);
    opacity: 1;
}

.login-links a:hover, .login-links a:active, .login-links a:focus {
    opacity: 0.8;
    color: #fff;
}

.topbar {
    position: relative;
    top: 0;
    z-index: 99;
    transition: background-color .3s ease, -webkit-transform 216ms ease-in-out;
    transition: background-color .3s ease, transform 216ms ease-in-out;
    transition: background-color .3s ease, transform 216ms ease-in-out, -webkit-transform 216ms ease-in-out;
    will-change: contents;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: rgb(16, 16, 16);
}

/* .topbar.fixed {
        position: fixed;
    -webkit-animation: _29fhsFpQ9MmijVlDldc4vd .3s ease-in-out forwards;
    animation: _29fhsFpQ9MmijVlDldc4vd .3s ease-in-out forwards;
    top: 0;
    left: 0;
    width: 100%;
} */

@-webkit-keyframes _29fhsFpQ9MmijVlDldc4vd {
    0% {
        -webkit-transform: translate3d(0, -6rem, 0);
        transform: translate3d(0, -6rem, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes _29fhsFpQ9MmijVlDldc4vd {
    0% {
        -webkit-transform: translate3d(0, -6rem, 0);
        transform: translate3d(0, -6rem, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/* .author .topnavbar {
    display: none;
} */

.detail-top {
    max-width: 870px;
    margin: 0 auto;
    padding: 1rem 0px;
}

a.back-detail {
    width: 92px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    background-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    border-radius: 20px;
}

a.back-detail i {
    margin-right: 10px;
    font-size: 14px;
}

a.back-detail:hover, a.back-detail:active, a.back-detail:focus {
    background-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
}

.detail-follow {
    text-align: right;
}

.detail-follow a {
    display: inline-block;
    width: 80px;
    height: 42px;
    background-color: #3e3e3e;
    text-align: center;
    line-height: 42px;
    border-radius: 30px;
    text-transform: capitalize;
    color: #ffca4b;
    font-size: 16px;
}

.detail-follow a.follow-download-link {
    width: 62px;
    color: #fff;
    font-size: 22px;
    margin-left: 5px;
}

.detail-follow a:hover, .detail-follow a:active, .detail-follow a:focus {
    background-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
}

.user-detail-main {
    max-width: 870px;
    margin: 20px auto 40px;
}

.thumb-user a {
    display: inline-block;
}

.thumb-user a img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 5px solid #000;
    box-shadow: 0px 0px 0px 5px #ffca4b;
}

.thumb-user {
    text-align: right;
}

.user-details h1 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
}

.user-details h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
    margin-bottom: 0px;
}

.user-details h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
}

.user-review {
    border-radius: 15px;
    padding: 25px 70px;
    background-color: rgb(28, 28, 28);
    margin: 40px 0px 30px;
}

.rating-user {
    text-align: center;
    margin-bottom: 10px;
}

.rating-user a i {
    color: #ffd643;
}

.rating-user a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.user-review-all {
    text-align: center;
}

.user-review-all a {
    display: inline-block;
    color: rgb(169 170 177);
    font-size: 16px;
    font-weight: 700;
}

.user-review-info h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.user-review-info p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
}

.user-request-btn a {
    display: block;
    border: 0.1rem solid #ffca4b;
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    background-color: #ffca4b;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: normal;
    border-radius: 8rem;
    text-align: center;
    padding: 20px;
    margin-bottom: 13px;
}

.user-request-btn a:hover {
    color: #212529;
}

.user-how a:hover {
    color: #ffca4b;
}

.user-chat-btn a {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: normal;
    border-radius: 8rem;
    text-align: center;
    padding: 20px;
    margin-bottom: 13px;
    border: 1px solid rgb(255, 255, 255);
}

.user-how {
    margin-bottom: 70px;
    text-align: center;
    margin-top: 20px;
}

.user-how a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.user-chat-btn a:hover, .user-chat-btn a:active, .user-chat-btn a:focus {
    text-decoration: none;
    background-color: transparent;
    border-color: rgb(173, 174, 181);
    color: rgb(255, 255, 255);
}

.user-video video {
    width: 100%;
    height: auto;
}

.responds-user {
    background-color: rgb(28, 28, 28);
    border-radius: 15px;
    padding: 42px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.responds-user h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
    text-align: center;
    line-height: normal;
    margin-bottom: 15px;
}

.responds-user h4 {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-align: center;
}

.responds-user ul {
    padding: 0px;
    margin: 0px;
}

.responds-user ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.responds-user ul li a {
    color: rgb(173, 174, 181);
}

.user-is {
    padding: 28px 50px 60px;
    background-color: rgb(28, 28, 28);
    border-radius: 10px;
}

.user-is h3 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: #ffca4b;
    margin-bottom: 30px;
}

.user-is ul {
    padding: 0px;
    margin: 0px;
}

.user-is ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding-right: 10px;
}

.user-is ul li i {
    font-size: 25px;
    color: #adaeb5;
    margin-bottom: 10px;
}

.user-is ul li h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    margin-top: 15px;
}

.user-tips {
    padding: 27px 40px;
    background-color: #1c1c1c;
    border-radius: 15px;
}

.user-tips h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: #ffca4b;
}

.user-tips h6 {
    font-size: 16px;
    margin-top: 15px;
    line-height: normal;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.user-tips p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
    margin-bottom: 0px;
}

.register-form {
    max-width: 380px;
    margin: 50px auto;
    background-color: rgb(28, 28, 28);
    padding: 45px 15px 30px;
    border-radius: 5px;
}

.register-form .user-registration {
    padding: 0px !important;
    border: 0px !important;
}

.register-form .user-registration label {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-bottom: 5px !important;
    display: block !important;
    width: 100%;
}

.register-form .user-registration input[type="text"], .register-form .user-registration input[type="email"], .register-form .user-registration input[type="password"] {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    background-color: transparent;
    border-radius: 5px !important;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    padding: 15px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
}

.register-form span.password-input-group {
    width: 100%;
}

.register-form button.btn.button.ur-submit-button {
    width: 100%;
    margin: 40px 0px 0px !important;
    padding: 15px !important;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    background-color: #ffca4b;
    border-radius: 0.3rem;
    color: rgb(0, 0, 0);
}

body.page.page-id-21 .topnavbar {
    display: none;
}

body.page.page-id-13 .topnavbar {
    display: none;
}

.register-form h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
}

.register-form p {
    font-family: cerebri, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
    color: rgb(243, 244, 254);
}

.facebook-register a {
    display: block;
    text-align: center;
    padding: 12px;
    line-height: normal;
    background: linear-gradient(#1877f2, #1877f2) !important;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
}

.register-label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: normal;
    text-align: center;
    color: rgb(173, 174, 181);
    margin: 25px 0px 10px;
    position: relative;
}

.register-label:before {
    content: "";
    width: 27%;
    height: 2px;
    background-color: rgb(62, 62, 62);
    position: absolute;
    left: 0;
    top: 8px;
}

.register-label:after {
    content: "";
    width: 27%;
    height: 2px;
    background-color: rgb(62, 62, 62);
    position: absolute;
    right: 0;
    top: 8px;
}

.register-form .ur-frontend-form {
    margin-bottom: 0px;
}

.sign-link {
    margin: 30px 0px;
    text-align: center;
}

.sign-link a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: #ffca4b;
}

.sign-link a:hover {
    text-decoration: underline !important;
    color: #ffca4b !important;
}

.register-dec p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(173, 174, 181);
}

.register-dec p a {
    text-decoration: underline;
    color: rgb(173, 174, 181) !important;
    font-size: 16px;
}

.register-dec p a:hover {
    text-decoration: none;
    color: rgb(173, 174, 181) !important;
}

.instagram-link a {
    display: block;
    text-align: center;
    padding: 12px;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(270deg, #bc32a4, #e03768 50%, #f67c33) !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
}

.instagram-link {
    text-align: center;
    margin-top: 8px;
}

.register-form.login-form {
}

.register-form.login-form h2 {
    text-align: center;
    margin-bottom: 25px;
}

.register-form.login-form .facebook-register a {
    text-transform: uppercase;
    font-size: 16px;
}

.apple-links {
    text-align: center;
    margin-top: 8px;
}

.apple-links a {
    display: block;
    text-align: center;
    padding: 12px;
    line-height: normal;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    text-transform: uppercase;
}

.facebook-register a:hover {
    color: #fff;
}

.instagram-link a {
    display: block;
    text-align: center;
    padding: 12px;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(270deg, #bc32a4, #e03768 50%, #f67c33) !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
}

.instagram-link {
    text-align: center;
    margin-top: 8px;
}

.register-form.login-form {
}

.register-form.login-form h2 {
    text-align: center;
    margin-bottom: 25px;
}

.register-form.login-form .facebook-register a {
    text-transform: uppercase;
    font-size: 16px;
}

.apple-links {
    text-align: center;
    margin-top: 8px;
}

.apple-links a {
    display: block;
    text-align: center;
    padding: 12px;
    line-height: normal;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    text-transform: uppercase;
}

.facebook-register a:hover {
    color: #fff;
}


.register-form.login-form .register-label:before, .register-form.login-form .register-label:after {
    width: 44%;
    background-color: #ddd;
}

.register-form.login-form .register-label {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.register-form.login-form button.btn.button.ur-submit-button {
    margin-top: 5px !important;
}

.register-dec {
    text-align: center;
}

.register-form.login-form button.btn.button.ur-submit-button {
    margin-top: 5px !important;
}

.register-dec {
    text-align: center;
}

.login-forgetpassword {
    text-align: center;
    margin-top: 25px;
}

.login-forgetpassword a {
    display: inline-block;
    color: #fff;
}

.register-form.login-form .sign-link {
    margin: 0px;
    text-align: center;
}

.register-form.login-form .sign-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.1px;
    line-height: 18px;
}

.register-form.login-form .sign-link {
    color: #adaeb5;
    font-size: 14px;
    margin-top: 15px;
}

body.home .topnavbar {
    display: block;
}

.category-users.calebrity-categoryusers .category-user-info {
    margin-bottom: 30px;
}

.category-pagination {
    margin-bottom: 60px;
    text-align: center;
}

.category-pagination li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: normal;
    padding: 0 20px;
}

.category-pagination ul {
    padding: 0px;
    margin: 0px;
}

.category-pagination li:last-child img {
    transform: rotate(180deg);
}

body.page.page-id-31 .topnavbar {
    display: none;
}

body.page.page-id-31 {
    background-color: #fff !important;
}

.enroll-form {
    margin: 24px 0px 10px;
}

.enroll-form h1 {
    font-weight: 700;
    font-size: 30px;
    color: #4d4d4d;
    letter-spacing: .1px;
}

.enroll-form h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #4d4d4d;
}

.enroll-form .user-registration {
    padding: 0px;
    margin-bottom: 0px;
    border: 0px !important;
}

.enroll-form button.btn.button.ur-submit-button:hover, .enroll-form button.btn.button.ur-submit-button:active, .enroll-form button.btn.button.ur-submit-button:focus {
    color: #fff;
    background-color: #7b002d !important;
}

.enroll-form .user-registration label {
    font-size: 20px !important;
    line-height: 1.5;
    color: #4d4d4d;
    font-weight: 400 !important;
    width: 100%;
}

.enroll-form .user-registration input[type="text"], .enroll-form .user-registration input[type="email"], .enroll-form .user-registration input[type="number"], .enroll-form .user-registration select, .enroll-form .user-registration input[type="password"] {
    border-radius: 0;
    line-height: 1.3;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 18px;
    border: 0px !important;
    letter-spacing: -0.9px;
    color: #4d4d4d;
}

.enroll-form .user-registration span.password-input-group {
    width: 100%;
}

.enroll-form button.btn.button.ur-submit-button {
    width: 100%;
    margin: 0px !important;
    text-transform: uppercase;
    border: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
    transition: all .4s;
    background-color: #fa005c;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

body.page.page-id-35 .topnavbar {
    display: none;
}

.book-form {
    padding: 60px 0px 25px;
    max-width: 768px;
    margin: 0 auto;
}

.book-first {
    padding: 30px 155px 30px;
    background-color: rgb(28, 28, 28);
    border-radius: 0.8rem;
}

.book-thumb img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}

.book-thumb {
    text-align: center;
    margin-bottom: 25px;
}

.book-title {
    text-align: center;
}

.book-title h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-align: center;
}

.book-title h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 22px;
}

.book-for {
    text-align: center;
}

.book-for label {
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    vertical-align: top;
    text-align: center;
    margin: 0px 30px;
}

.book-for-thumb {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    line-height: 52px;
    background-color: rgb(16 16 16);
    border: 2px solid rgb(62, 62, 62);
    margin: 0 auto;
}

.book-for-thumb img {
    max-width: 90%;
    height: auto;
    border-radius: 100%;
}

.white-icon {
    filter: brightness(0) invert(1);
    border-radius: 0px !important;
}

.book-for label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.book-for label input[type="radio"]:checked + .book-for-thumb {
    border-color: #ffca4b;
}

.book-for span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: normal;
    display: block;
    color: rgb(243, 244, 254);
}

.book-for-thumb {
    margin-bottom: 10px;
}

.occasion-fields ul {
    padding: 0px 0px;
    margin: 0px;
}

.occasion-fields ul li {
    display: inline-block;
    margin-top: 20px;
}

.occasion-fields ul li label {
    margin: 0px 12px;
}

.book-first-fields label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.book-first-fields input[type="text"], .book-first-fields select {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    background-color: transparent;
    border-radius: 5px;
    border: 0.1rem solid rgb(62, 62, 62);
    box-shadow: none;
    color: rgb(255, 255, 255);
    outline: none;
    padding: 15px 15px;
    width: 100%;
}

.occasion-fields.book-for h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 2rem auto 0px;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.size-little {
    width: 18px;
    height: 18px;
}

.book-second {
    padding: 35px 40px 35px;
    background-color: rgb(28, 28, 28);
    border-radius: 0.8rem;
    margin-top: 20px;
}

.book-instruction h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 20px;
}

.book-instruction label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.book-instruction textarea {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    padding: 16px;
    border-radius: 0.6rem;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    background-color: transparent;
    box-shadow: none;
    resize: none;
}

span.word-count {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(173, 174, 181);
}

.book-instruction h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(173, 174, 181);
    display: block;
    padding: 0px;
}

.book-instruction input[type="email"] {
    width: 100%;
    background-color: rgb(62, 62, 62);
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(243, 244, 254);
    padding: 15px;
    line-height: normal;
    border-radius: 8px;
}

.book-instruction input[type="tel"] {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    appearance: none;
    background-color: transparent;
    border-radius: 8px;
    border: 0.1rem solid rgb(62, 62, 62);
    box-shadow: none;
    color: rgb(255, 255, 255);
    outline: none;
    padding: 15px;
    width: 100%;
}

.book-checkbox {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    display: block;
    color: rgb(243, 244, 254);
}

.payment-book h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-top: 0px;
}

.payment-book h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(173, 174, 181);
}

.summary-book {
    max-width: 500px;
    margin: 30px auto 0px;
    background-color: rgb(37, 37, 37);
    border-radius: 5px;
    padding: 25px 45px;
}

.summary-book h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    border-bottom: 2px dashed rgb(62, 62, 62);
    padding-bottom: 15px;
    position: relative;
}

.summary-book h3:before {
    content: " ";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgb(28, 28, 28);
    border-radius: 50%;
    top: 15px;
    left: -65px;
}

.summary-book h3:after {
    content: " ";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgb(28, 28, 28);
    border-radius: 50%;
    top: 15px;
    right: -65px;
}

.payment-book h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-top: 0px;
}

.payment-book h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(173, 174, 181);
}

.summary-book {
    max-width: 500px;
    margin: 30px auto 0px;
    background-color: rgb(37, 37, 37);
    border-radius: 5px;
    padding: 25px 45px;
}

.summary-book h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    border-bottom: 2px dashed rgb(62, 62, 62);
    padding-bottom: 15px;
    position: relative;
}

.summary-book h3:before {
    content: " ";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgb(28, 28, 28);
    border-radius: 50%;
    top: 15px;
    left: -65px;
}

.summary-book h3:after {
    content: " ";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgb(28, 28, 28);
    border-radius: 50%;
    top: 15px;
    right: -65px;
}

.book-checkbox {
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border: 0px;
    color: rgb(255, 255, 255);
    background: transparent;
}

.summary-book ul {
    margin: 0px;
    padding: 0px;
}

.summary-book ul li {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    display: block;
    border-top: 0.2rem solid rgb(62, 62, 62);
    padding: 1rem 0.25rem;
}

.summary-book ul li h5 {
    float: right;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-align: right;
}

.summary-book ul li:first-child {
    border: 0px;
}

li.total-book {
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
}

li.total-book h5 {
    font-size: 24px !important;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: #ffca4b !important;
    text-align: right;
}

.payment-book h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-top: 0px;
}

.payment-book h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(173, 174, 181);
}

.summary-book {
    max-width: 500px;
    margin: 30px auto 0px;
    background-color: rgb(37, 37, 37);
    border-radius: 5px;
    padding: 25px 45px;
}

.summary-book h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    border-bottom: 2px dashed rgb(62, 62, 62);
    padding-bottom: 15px;
    position: relative;
}

.summary-book h3:before {
    content: " ";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgb(28, 28, 28);
    border-radius: 50%;
    top: 15px;
    left: -65px;
}

.summary-book h3:after {
    content: " ";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgb(28, 28, 28);
    border-radius: 50%;
    top: 15px;
    right: -65px;
}

.book-checkbox {
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border: 0px;
    color: rgb(255, 255, 255);
    background: transparent;
}

.summary-book ul {
    margin: 0px;
    padding: 0px;
}

.summary-book ul li {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    display: block;
    border-top: 0.2rem solid rgb(62, 62, 62);
    padding: 1rem 0.25rem;
}

.summary-book ul li h5 {
    float: right;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-align: right;
}

.summary-book ul li:first-child {
    border: 0px;
}

li.total-book {
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
}

li.total-book h5 {
    font-size: 24px !important;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: #ffca4b !important;
    text-align: right;
}

.card-number {
    margin: 20px 0px 45px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    border-radius: 5px;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    outline: none;
    padding: 15px;
    width: 100%;
}

.book-submit {
    max-width: 500px;
    margin: 30px auto 0px;
}

.payment-book h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-top: 0px;
}

.payment-book h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(173, 174, 181);
}

.summary-book {
    max-width: 500px;
    margin: 30px auto 0px;
    background-color: rgb(37, 37, 37);
    border-radius: 5px;
    padding: 25px 45px;
}

.summary-book h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    border-bottom: 2px dashed rgb(62, 62, 62);
    padding-bottom: 15px;
    position: relative;
}

.summary-book h3:before {
    content: " ";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgb(28, 28, 28);
    border-radius: 50%;
    top: 15px;
    left: -65px;
}

.summary-book h3:after {
    content: " ";
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgb(28, 28, 28);
    border-radius: 50%;
    top: 15px;
    right: -65px;
}

.book-checkbox {
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border: 0px;
    color: rgb(255, 255, 255);
    background: transparent;
}

.summary-book ul {
    margin: 0px;
    padding: 0px;
}

.summary-book ul li {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    display: block;
    border-top: 0.2rem solid rgb(62, 62, 62);
    padding: 1rem 0.25rem;
}

.summary-book ul li h5 {
    float: right;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    text-align: right;
}

.summary-book ul li:first-child {
    border: 0px;
}

li.total-book {
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: rgb(255, 255, 255);
}

li.total-book h5 {
    font-size: 24px !important;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: normal;
    color: #ffca4b !important;
    text-align: right;
}

.card-number {
    margin: 20px 0px 45px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    border-radius: 5px;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    outline: none;
    padding: 15px;
    width: 100%;
}

.card-number input[type=text] {
}

.book-submit {
    max-width: 500px;
    margin: 30px auto 0px;
}

.book-submit input[type="submit"] {
    background-color: rgb(217, 0, 104);
    border-color: rgb(217, 0, 104);
    color: rgb(255, 255, 255);
    width: 100%;
    border: 0px;
    border-radius: 5px;
    padding: 15px;
}

.book-submit p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(173, 174, 181);
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
}

.book-last {
    margin-top: 40px;
}

.book-last p {
    margin: 0px 0px 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(173, 174, 181);
    display: block;
}

.book-last p a {
    /* color: rgb(255, 255, 255) !important; */
}

.book-submit input[type="submit"] {
    border-color: #ffca4b !important;
    background: #ffca4b !important;
    color: #000;
    width: 100%;
    border: 0px;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
}

.book-submit p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(173, 174, 181);
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
}

.book-last p a:hover, .book-last p a:active, .book-last p a:focus {
    /* text-decoration: underline !important; */
    /* color: #fff; */
}

input.paymentcard-number {
    width: 75%;
    border: 0px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}

input.date-card {
    width: 11%;
    background: transparent;
    border: 0px;
    font-size: 14px;
}

input.cvc-card {
    font-size: 14px;
    width: 7%;
    background-color: transparent;
    border: 0pc;
}

.filter-category h2 {
    margin-bottom: 50px;
}

.filter-category a.hide-filter {
    display: inline-block;
    margin-right: 12px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 30px;
}

.filter-category a.clear-filter {
    display: inline-block;
    background-color: #ff037c;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.submit-filter {
    display: inline-block;
    background-color: #ff037c;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    border-color: transparent;
}

.filter-category .category-user-info {
    margin-bottom: 50px;
}

.filter-category .category-user-info .user-amount {
    top: 170px;
}

.category-left h3 {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.review-field.sort-field .container-checkbox .checkmark {
    border-radius: 100%;
}

.review-field.sort-field .container-checkbox .checkmark:after {
    left: 7px;
    border-width: 0 1px 1px 0;
    width: 5px;
    height: 10px;
    top: 3px;
}

.sort-field label {
    color: #fff;
    margin-left: 2px;
}

.recommended-category {
    padding: 30px 0px;
    border-top: 1px solid #252525;
    margin: 30px 0px;
    border-bottom: 1px solid #252525;
}

.recommended-field label, .response-field label, .rating-field label, .review-field label, .review-field span {
    color: #fff;
    font-size: 16px;
}

.rating-category {
    padding: 30px 0px;
    border-top: 1px solid #252525;
    margin: 30px 0px;
    border-bottom: 1px solid #252525;
}

#category-rightbar .col-12.col-sm-6.col-md-4.col-lg-2 .user-amount {
    top: 150px;
}

.instagram-link a:hover, .instagram-link a:active, .instagram-link a:focus, .apple-links a:hover, .apple-links a:active, .apple-links a:focus {
    color: #fff;
}

.ur-form-row.register-form.login-form label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-bottom: 5px !important;
    display: block !important;
    width: 100%;
}

.ur-form-row.register-form.login-form .register-label {
    margin-bottom: 30px;
}

.ur-form-row.register-form.login-form input[type="text"], .ur-form-row.register-form.login-form input[type="password"] {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    background-color: transparent;
    border-radius: 5px !important;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    padding: 15px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
}

.ur-form-row.register-form.login-form input[type="submit"] {
    width: 100%;
    margin: 0px 0px 0px !important;
    padding: 15px !important;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    background-color: #ffca4b;
    border-radius: 0.3rem;
    color: rgb(0, 0, 0);
}

p.user-registration-LostPassword.lost_password a:hover, p.user-registration-LostPassword.lost_password a:active, p.user-registration-LostPassword.lost_password a:focus {
    text-decoration: underline !important;
    color: #ffca4b !important;
}

.ur-form-row.register-form.login-form .register-dec p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(173, 174, 181) !important;
}

.user-registration-ur-lost-password {
    background-color: #101010 !important;
}

.user-registration-ur-lost-password #user-registration {
    background-color: #101010;
    padding: 60px 0px 105px;
    width: 365px;
    margin: 0 auto;
}

.user-registration-ur-lost-password .topnavbar {
    display: none;
}

.user-registration-ur-lost-password .login {
    padding: 30px 20px !important;
    border: 0px;
    background-color: #1c1c1c !important;
    border-radius: 5px;
}

.user-registration-ur-lost-password .login p.head {
    font-family: cerebri, sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 34px;
    color: rgb(255, 255, 255) !important;
    text-align: center;
}

.user-registration-ur-lost-password .login label {
    font-family: cerebri, sans-serif;
    font-weight: 500;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    line-height: normal;
}

.page-my-account #user-registration {
    background-color: #101010;
}

.page-my-account #user-registration #ur-frontend-form {
    border-color: #101010;
}

.page-my-account .topnavbar {
    display: none;
}

.page-my-account .ur-form-row.register-form.login-form {
    margin-top: 0px;
}

.avatar_thumb {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.avatar_thumb img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.login-dropdown-btn i {
    margin-left: 1px;
    color: rgb(255, 255, 255);
    transition: transform 108ms ease-in-out 0s;
    transform: rotate(0deg);
    font-size: 14px !important;
}

.login-dropdown-bx {
    position: relative;
}

.login-dropdown {
    position: absolute;
    right: 0;
    width: 160px;
    text-align: left;
    background-color: rgb(37, 37, 37);
    border-radius: 5px;
    margin-top: 15px;
    display: none;
}

.login-dropdown ul {
    padding: 0px;
    margin: 0px;
}

.login-dropdown ul li {
    display: block;
}

.login-dropdown ul li a {
    display: block;
    margin-left: 0px;
    padding: 15px 18px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-decoration: none;
    line-height: normal;
}

.login-dropdown ul li a:hover, .login-dropdown ul li a:active, .login-dropdown ul li a:focus {
    background-color: rgb(28, 28, 28);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.login-dropdown ul li a .pink-get {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
    background-color: #ffca4b;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 0.2rem 0.4rem;
}

.login-dropdown-btn {
    cursor: pointer;
}

.user-registration-ur-lost-password .login input#user_login {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    background-color: transparent;
    border-radius: 5px !important;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    padding: 15px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
}

.user-registration-ur-lost-password .login input.user-registration-Button.button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid #ffca4b;
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: 100%;
    position: relative;
    outline: none;
    text-decoration: none;
    background-color: #ffca4b;
    color: rgb(255, 255, 255);
    font-family: cerebri, sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 5px 10px;
    border-radius: 5px;
}

.login-dropdown-bx .login-dropdown-btn .errow-dropdown {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.cat-main {
    max-width: 1708px;
    padding: 45px 54px 100px;
}

.cat-main h1 {
    color: #fff;
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
}

.sub-cats {
    margin-top: 80px;
}

h2.sub-cathead a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

h2.sub-cathead {
    margin-bottom: 20px;
}

.sub-cats h4 {
    line-height: normal;
    margin-bottom: 10px;
}

.sub-cats h4 a {
    color: #fff;
    font-size: 17px;
}

.sub-cats h4 a span {
    font-size: 12px;
}


/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #95959c;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #ffca4b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #216c6c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#myModal .modal-body {
    padding: 0px;
    margin-bottom: -7px;
}

#myModal .modal-body video {
    width: 100%;
    height: 100%;
}

#myModal .modal-dialog {
    max-width: 600px;
}

#review .modal-dialog {
    max-width: 600px;
}

#review .modal-dialog .modal-header {
    border: 0px;
    padding: 0px;
}

#review .modal-dialog .modal-body {
    padding: 0px;
}

#review .modal-dialog .modal-content {
    padding: 30px 35px 10px;
    background-color: rgb(28 28 28) !important;
}

#review .modal-dialog .modal-content h1.modal-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.2px;
    margin-bottom: 2px;
    color: #fff;
}

.review.bx {
    padding-top: 40px;
}

.rating-star i {
    color: #ffc200;
}

.rating-star {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
}

.review-info h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    font-style: normal;
    color: #fff;
}

#review button.close {
    color: #fff;
    opacity: 1;
}

.review-info p {
    font-size: 18px;
    line-height: normal;
    color: #adaeb5;
    margin-bottom: 12px;
}

.review-info h5 {
    color: rgb(153, 153, 153);
    font-size: 14px;
    line-height: 18px;
}

.book-first-fields select#payment_method {
    background-color: #1c1c1c;
}

input#cvc {
    color: #fff;
}

#card_number select {
    color: #474747;
    font-family: "cerebri", sans-serif;
    font-weight: 400;
    letter-spacing: -0.015rem;
    font-size: 14px;
    border: 0px;
    background-color: #1c1c1c;
}

#card_number p {
    margin: 0px;
}

#card_number input[type="text"]::-webkit-input-placeholder {
    color: #474747;
    opacity: 1;
}

#card_number input[type="text"]:-moz-placeholder {
    color: #474747;
    opacity: 1;
}

#card_number input[type="text"]:-moz-placeholder {
    color: #474747;
    opacity: 1;
}

#card_number input[type="text"]:-ms-input-placeholder {
    color: #474747;
    opacity: 1;
}

#work .modal-dialog {
    max-width: 600px;
}

#work .modal-header {
    padding: 0px;
}

#work .modal-content {
    padding: 40px 80px 0px;
    background-color: rgb(28, 28, 28);
}

#work .modal-content button.close {
    padding: 0px;
    position: absolute;
    right: 40px;
    font-size: 30px;
    top: 30px;
    opacity: .6;
    color: #fff;
}

#work .modal-content h1.modal-title {
    border: 0px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.5rem;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 20px;
}

#work .modal-content .modal-header {
    border: 0px;
}

.work-module ul {
    margin: 0px;
    padding: 0px 0px 0px 1px;
    display: block;
}

.work-module ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.3;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 50px;
    display: block;
    padding-left: 75px;
}

.work-module ul li:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #252525;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: -7px;
    background: url(../images/request-1.svg) no-repeat #252525;
    background-position: center center !important;
}

.work-module ul:before {
    content: "";
    top: 0;
    bottom: 60px;
    width: 2px;
    background-color: #252525;
    left: 40px;
    position: absolute;
}

.work-module ul li:nth-child(2):before {
    background: url(../images/request-2.svg) no-repeat #252525;
}

.work-module ul li:nth-child(3):before {
    background: url(../images/request-3.svg) no-repeat #252525;
}

.work-module ul li:nth-child(4):before {
    background: url(../images/request-4.svg) no-repeat #252525;
}

.search-sugestion {
    max-width: 480px;
    margin: 0 auto;
    position: absolute;
    background-color: rgb(37, 37, 37);
    left: 0;
    right: 0;
    top: 55px;
    border-radius: 20px;
    max-height: 510px;
    overflow-y: scroll;

    display: none;

}

.search-sugestion h3 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(243, 244, 254);
    text-align: left;
    margin-left: 20px;
    margin-top: 5px;
}

.sugestion-info ul {
    margin: 0px;
    padding: 0px;
}

.sugestion-info ul li {
    display: block;
    position: relative;
    padding: 10px 15px 10px 70px;
}

.thumb-sugestion {
    position: absolute;
    left: 16px;
}

.thumb-sugestion a {
    display: inline-block;
}

.thumb-sugestion a img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.sugestion-text h2 {
    text-align: left;
    margin-bottom: 0px;
}

.sugestion-text h2 a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin: 0px;
    display: block;
}

.sugestion-text h4 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: normal;
    color: rgb(173, 174, 181);
    margin: 0px;
    text-align: left;
}

.sugestion-text h4 a {
    color: rgb(173, 174, 181);
}

.sugestion-text h2 span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    border-radius: 0.4rem;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(62, 62, 62);
    padding: 0.2rem 0.4rem;
    margin-left: 7px;
}

.sugestion-info ul li:hover {
    background-color: rgb(28, 28, 28);
    text-decoration: none;
}

.sugestion-info .search_name {
    display: inline-block;
    font-weight: bolder;
}
.f-widget p {
    font-size: 14px;
}
.f-menu ul {
    margin: 20px 0px;
}

.f-menu ul li {
    display: inline-block;
    margin: 0px 12px;
    text-transform: uppercase;
}