blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 1.2em 25px;
    width: 100%;
    font-weight: bold;
    border-radius: 14px;
    text-align: left;
}
blockquote:before {
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
.top-bar {
    background-color: #166dd0;
}
.logo__img{
    max-height: 50px;
    margin: 0;
}
@media only screen and (min-width: 992px) {
    .logo__img{
        max-height: 90px;
    }
    .footer .logo__img{
        max-height: 120px;
        margin: 6px 0;
    }
}
@media only screen and (min-width: 992px) {
    .nav-icon-toggle{
        display: none;
    }
}
ul#live {
    background: linear-gradient(45deg, #f718a7, #bb49d4 75%);
    /*background: #f00;*/
    margin-right: 30px;
    padding: 0 15px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
}
#live > li > a:before{
    content: '\e803';
    font-family: "ui-icons";
    font-size: 28px;
    margin-right: 10px;
    vertical-align: top;
}

.nav--sticky {
    height: 120px;
}
.hero-slider{
    margin-top: 0;
    margin-bottom: 20px;
}
.nav__holder {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}
.flex-child .nav__menu{
    margin-left: 40px;
}
.nav__menu > li > a {
    padding: 0 12px;
    font-size: 16px;
}

ul#lang-switch {
    display: none;
}
#lang-switch.nav__menu > li > a:before {
    display: none;
}
@media only screen and (min-width: 992px) {
    #lang-switch.nav__menu > li > a {
        line-height: unset;
        color: #fff;
        border-radius: 50%;
    }

    ul#lang-switch {
        display: block;
        background: unset;
        margin-right: 15px;
        margin-top: 7px;
    }

    ul#lang-switch a {
        padding: 5px 7px;
    }

    .nav__menu > li {
        margin: 0 2px;
    }
}
.title-wrap{
    margin-top: 40px;
    padding: 0 6px;
}
.seksiya li{
    margin: 0;
}
.seksiya .entry__meta-date{
    padding: 0;
}
.post-list-small__entry-title{
    font-size: 15px;
    font-weight: 500;
}
.post-list-small__entry-title small{
    display: block;
    color: #888;
    margin: 6px 0 0 0;
}
.widget-title{
    margin-bottom: 20px;
}
/*@media only screen and (min-width: 1200px){
    .sidebar--right {
        margin-top: 5px;
    }
}*/
.footer--dark {
    background-color: #166dd0;
}
.socials--large a{
    width: 12px;
}
.section-title {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
}

.project_parts .entry__body{
    margin: 6px 0 30px;
}
.project_parts .entry__title{
    font-size: 16px;
}
.project_parts .entry__img{
    height: 170px;
    object-fit: cover;
}
.posts__content .entry__img{
    height: 192px;
    object-fit: cover;
}
.featured-posts-gridnew--1{
    margin-top: -5px;
}
.owl-carousel--arrows-outside .owl-prev, .owl-carousel--arrows-outside .owl-next{
    top: -45px;
}
.home-projects .thumb--size-1{
    height: 390px;
}
.other-projects .thumb--size-1{
    height: 300px;
}
.style-rounded .trending-now,
.style-rounded .content-box,
.style-rounded .card,
.style-rounded .card__body,
.style-rounded input,
.style-rounded select,
.style-rounded textarea,
.style-rounded .social,
.style-rounded .entry__meta-category--label,
.style-rounded .owl-prev,
.style-rounded .owl-next,
.style-rounded .thumb__img-holder,
.style-rounded .entry__play-time,
.style-rounded .pagination__page,
.style-rounded #back-to-top,
.style-rounded .btn,
.style-rounded .sidebar .widget{
    border-radius: 14px;
}
.style-rounded .hero-slider .thumb__img-holder{
    border-radius: 0;
}
.all-posts-url {
    font-size: 16px;
    line-height: 2;
}
.seksiya {
    max-height: 585px;
}
.single-post__entry-title {
    font-size: 32px;
}
.footer .social {
    font-size: 30px;
    margin: 0 30px 20px 0;
}
.footer,
.footer p,
.footer__widgets p,
.footer--dark p{
    color: #fff!important;
}

.nav__search-trigger {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-top: 7px;
}
.nav__search-trigger:hover {
    border-color: #166dd0;
}
.post-list-small__img-holder {
    margin-top: 10px;
    border-radius: 5px;
}
.entry__article-wrap .entry__article {
    font-size: 18px;
}
.entry__img-holder{
    margin-bottom: 30px;
}
.entry__img-holder img{
    border-radius: 14px;
}
@media only screen and (max-width: 991px){
    .logo {
        left: 75px;
    }
    ul#live{
        line-height: 36px;
        height: 36px;
        margin-top: 6px;
    }
    .entry__img-holder iframe{
        height: 240px;
    }
    .footer .logo__img{
        max-height: 120px;
    }
    .footer__widgets > .row > div:not(:last-child){
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px){
    .thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
        height: 250px;
    }
    .project_parts .entry__img {
        height: 210px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 575px) {
    .section-title{
        font-size: 24px;
    }
    .hero-slider__item .thumb {
        height: 160px;
    }
}