/**
* Theme Name: TV Blog
*/

body {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h1, .h1{
    line-height: 56px;
}
h3,.h3{
    font-weight: normal;
}
@media(max-width: 600px){
    h1, .h1{
        font-size: 30px;
        line-height: normal;
    }
}
.clear{
    clear: both;
}

img{
    max-width: 100%;
}

a{
    color: #2196F3;
}
a:focus,
a:hover,
.keyboard a:focus {
    color: #1E88E5;
}
a:focus{
    text-decoration: none;
}



.alignnone{
    margin: 7px 0 24px 0;
}

/*
form
*/
.tv-button{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    padding: 7px 40px 11px;
    background: #FFFFFF;
    color: #131722;
    border: 1px solid #FFFFFF;
    border-radius: 120px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.tv-button *{
    vertical-align: middle;
}
.tv-button--transparent{
    color: #fff;
    background: transparent;
}
.tv-button:active{
    transform: translateY(1px);
}
.tv-button:hover,
.tv-button:focus,
.keyboard .tv-button:focus{
    color: #2196F3;
    background-color: #fff;
    text-decoration: none;
    outline: none;
}
.keyboard .tv-button:focus:after{
    content: '';
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.4);
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 120px;
    transition: all 0.15s ease-in-out;
}





.site-header .site-title {
    color: #ffffff;
    font-size: 13px;
}

.site-header .navbar {
    padding: 0;
    min-height: 0;
}

.site-header {
    background: #1E222D;
    /*height: 80px;*/
}

.site-header:after {
    display: none;
}

.tv-header__dropdown-dummy--lang,
.tv-header__dropdown-wrap,
.tv-header__link,
.tv-header__logo,
.tv-header__seperator,
.tv_menu li,
.tv_menu li a{
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    line-height: 80px;
}

.tv-header__seperator,
.tv-header__area--left {
    float: left;
}
.tv-header__link{
    padding: 0 5px;
}
.tv-header__seperator{
    padding: 0;
    font-size: 16px;
    color: #fff;
}

.tv-header__area {
    height: 80px;
    padding-left: 5px;
}

.tv_menu li{
    padding: 0;
}
.tv_menu li a,
.tv-header__link {
    cursor: pointer;
    transition: color .35s ease, background-color .35s ease;
}
.tv_menu li a{
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: hsla(0, 0%, 100%, .95);
    font-size: 16px;
}
.tv_menu li a:hover {
    background-color: #111;
    text-decoration: none;
    color: #ffffff;
}
.tv_menu li.new a:before{
    content: "New";
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 24px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    color: #ff9850;
    text-transform: uppercase;
}
.tv_menu li:last-child a:before{
    position: relative;
    content: url('/wp-content/themes/tvblog/images/chart.svg');
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 1.2em;
    line-height: 1em;
}
.tv_menu li.txt,
.tv-header__link .txt{
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    margin: 0 -15px;
    line-height: normal;
}


.tv-header__icon--logo {
    top: -2px;
}
.tv-header__icon--home {
    font-size: 17px;
    margin-right: 10px;
    top: -1px;
    height: 18px;
}
.tv-header__icon {
    position: relative;
    float: left;
    display: inline-block;
    height: 80px;
    line-height: 80px;
}



.tv-header__icon--ideas {
    margin-right: 10px;
    top: -1px;
    height: 18px;
}

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

.tv-header__icon--ideas svg {
    width: 12px;
    height: 17px;
}

.tv-header__icon--ideas svg {
    width: 12px;
    height: 17px;
}

.tv-header__dropdown, .tv-header__dropdown-wrap,
.tv-header__link, .tv-header__logo {
    float: left;
}
.tv-header__link--right{
    float: right;
}

.tv-header__icon--ideas svg {
    width: 12px;
    height: 17px;
}

.tv-header__icon svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;ун
    fill: hsla(0, 0%, 100%, .9);
    transition: stroke .35s ease, fill .35s ease;
}

.tv-header__link,
.tv-header__link:visited {
    color: hsla(0, 0%, 100%, .95);
}

.tv-header__icon--scripts svg {
    width: 20px;
}

.tv-header__icon--scripts svg ._svg__hist {
    fill: hsla(0, 0%, 100%, .55);
    stroke: transparent;
    transition: fill .35s ease;
}

.tv-header__icon--platform svg {
    width: 28px;
    stroke: hsla(0, 0%, 100%, .9);
}


.tv-header__icon--platform {
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.tv-header__icon--scripts {
    margin-right: 10px;
    top: -2px;
    position: relative;
}

.tv-header__dropdown-text,
.tv-header__link, .tv-header__logo {
    font-size: 16px;
}

.tv-header__icon--scripts svg ._svg__line {
    stroke: hsla(0, 0%, 100%, .9);
    transition: stroke .35s ease;
}

.tv-header__link{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.tv-header__link:hover {
    background-color: #111;
    text-decoration: none;
    color: #ffffff;
}
.tv-header__link:hover .txt{

}
.tv_menu{
    float: right;
}





.main-header .tv-header__search-holder{
    display: inline-block;
    vertical-align: top;
}
.main-header .tv-header__search-wrapper{
    position: relative;
    z-index: 30;
}
.main-header .tv-header__search-gag{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1E222D;
    z-index: -50;
    opacity: 0;
    transition: opacity 0.2s ease-out, z-index 0.2s step-end;
}

.main-header .tv-header__search-init{
    position: relative;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    z-index: 10;
    padding: 0 15px;
    margin: 0 -15px;
    background: none;
}
.keyboard .main-header .tv-header__search-init:focus,
.main-header .tv-header__search-init:hover{
    background: none;
}
.main-header .tv-header__search-init svg{
    position: relative;
    background-color: #434967;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    padding: 6px;
    top: -1px;
    text-align: center;
    color: #fff;
}
.keyboard .main-header .tv-header__search-init:focus,
.main-header .tv-header__search-init:hover{
    background: #1c2030;
}
.main-header .tv-header__search-form{
    position: absolute;
    top: 24px;
    left: -4px;
    width: 0;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow-x: hidden;
    opacity: 0;
    z-index: -20;
    transition: opacity 0.2s ease-out, width 0.4s ease-out, z-index 0.2s step-end;
}
.main-header input.tv-header__search-input{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 34px;
    font-family: Trebuchet MS;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 33px 10px 33px;
    color: #fff;
    background-color: #4B5262;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-header input.tv-header__search-input::-webkit-input-placeholder{color: #aaa;}
.main-header input.tv-header__search-input::-moz-placeholder{color: #aaa;}
.main-header input.tv-header__search-input:-ms-input-placeho{color: #aaa;}lder{color: #aaa;}
.main-header input.tv-header__search-input:-moz-placeholder{color: #aaa;}

.main-header button.tv-header__search-close,
.main-header button.tv-header__search-button{
    position: absolute;
    height: 100%;
    width: 34px;
    top: 0;
    padding: 0;
    min-height: 0;
    background: none;
}
.main-header button.tv-header__search-button{
    left: 0;
    z-index: 3;
}
.main-header button.tv-header__search-button svg{
    vertical-align: middle;
    margin-top: -4px;
}
.main-header button.tv-header__search-close{
    right: 0;
    font-size: 0;
    transform-origin: 50% 50%;
    transition: transform 0.2s ease-out;
}

.main-header button.tv-header__search-close:before,
.main-header button.tv-header__search-close:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 25%;
    width: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    transform-origin: 50% 50%;
    transition: background-color 0.2s;
}
.main-header button.tv-header__search-close:before{
    transform: rotate(45deg);
}
.main-header button.tv-header__search-close:after{
    transform: rotate(-45deg);
}

.tv-header__search-holder.active .tv-header__search-wrapper{
    overflow: visible;
    z-index: 60;
    transition: overflow 0.2s step-start;
}
.tv-header__search-holder.active .tv-header__search-gag{
    opacity: 0.8;
    z-index: 50;
    transition: opacity 0.2s ease-out, z-index 0.2s step-start;
}
.tv-header__search-holder.active .tv-header__search-form{
    opacity: 1;
    width: 540px;
    z-index: 20;
    transition: opacity 0.2s ease-out, width 0.4s ease-out, z-index 0.2s step-start;
}




@media(max-width: 992px){
    .main-header label{
        margin: 0;
    }
    .tv_menu li,
    .tv-header__area--left{
        float: none;
    }
    .main-header .tv-header__search-init,
    .tv-header__area,
    .tv-header__icon,
    .tv-header__seperator,
    .tv-header__dropdown-dummy--lang, .tv-header__dropdown-wrap,
    .tv-header__link, .tv-header__logo{
        height: 50px;
        line-height: 50px;
    }
    .main-header .tv-header__search-form{
        top: 9px;
    }
    .tv-header__search-holder.active .tv-header__search-form{
        width: 380px;
    }
    .tv_menu{
        display: inline-block;
        vertical-align: top;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        width: 100%;
        float: none;
    }
}
@media(max-width: 640px){
    .main-header .tv-header__search-wrapper{
        position: static;
    }
    .tv-header__search-holder .tv-header__search-form{
        left: 10px;
        right: 10px;
    }
    .tv-header__search-holder.active .tv-header__search-form{
        z-index: 50;
        width: auto;
    }
}





.search__form {
    position: relative;
    line-height: 55px;
}

.search__form svg {
    display: block;
    fill: #5B6D78;
    width: 18px;
    height: 18px;
}

.search__form input {
    border-radius: 0;
    border: 0;
    padding: 0;
}

.search__form input[type=text] {
    width: 100%;
    height: 29px;
    background: #152E3E;
    padding: 0 15px 0 40px;
    font-size: 13px;
    border: 0;
    border-radius: 2px;
    color: #fff;
}


.search__form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5B6D78;
}
.search__form input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #5B6D78;
}
.search__form input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #5B6D78;
}
.search__form input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #5B6D78;
}

.search__form button {
    position: absolute;
    left: 10px;
    top: 5px;
    background: none !important;
    padding: 0;
}

.wrapper {
    /*background: #eaecef;*/
}

.post-in-blog {
    /*background: #ffffff;*/
    padding: 20px;
    margin-bottom: 20px;
}

.post .meta,
.post .entry-footer,
.post .entry-header {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.post-in-blog .entry-title a {
    font-size: 16px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 19px;
}

.navigation {
    padding: 0;
    margin: 2em 0;
}

.navigation.wp-paging-navigation a,
.navigation.wp-paging-navigation > span,
.navigation .page-numbers {
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #2196F3;
    padding: 0.563em 1.78em;
    margin-right: 10px;
}

.navigation a.page-numbers:hover,
.navigation .page-numbers.current {
    background: #2196F3;
    border-color: #2196F3;
}
.navigation .page-numbers.current{
    border-width: 1px;
}
.navigation .page-numbers{
    border: 1px solid #2196F3;
    color: #2196F3;
}
.navigation a.page-numbers:hover{
    border: 1px solid #2196F3;
    background-color: #2196F3;
    color: #fff;
}
.navigation .page-numbers.dots{
    color: #222;
}


.widget.widget_categories a {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 19px;
}

.widget-area .widget .h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -0.12px;
}

.widget-area .widget {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
}

.site-footer .menu li {
    display: inline-block;
    margin: 0 13px;
}

.site-footer .copyright,
.site-footer .menu {
    float: left;
}

.site-footer .menu a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.08px;
}

.site-footer .menu {
    margin-left: 65px;
}

.site-footer {
    border: 0;
}

#toTop {
    display: none;
}


.widget .tagcloud a {
    border: 0;
    color: #adaeb0;
    font-weight: 400;
    line-height: 22px;
}

.tv-header__flag {
    top: -1px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tv-header__flag svg {
    display: block;
    border-radius: 50%;
}

.tv-header__flag img {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
}

.tv-header__locale {
   display: inline-block;
   position: relative;
   top: -1px;
   margin-right: 12px;
   vertical-align: middle;
   overflow: hidden;
   border-radius: 5px;
   color: #fff;
   background-color: #262b3e;

   text-transform: uppercase;
   height: 26px;
   width: 26px;
   line-height: 26px;
   text-align: center;
   font-size: 12px;
}

.tv-header__locale--selected {
   background-color: rgba(28, 32, 48, 0.3);
   margin-right: 0;
}

.tv-header__dropdown-wrap {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    color: hsla(0, 0%, 100%, .95);
    transition: background-color .35s ease, color .35s ease;
    position: relative;
    z-index: 40;
}

.tv-header__dropdown-wrap:hover {
    background-color: #1c2030;
    transition-duration: .05833333s;
    -webkit-transition-duration: .05833333s;
}

.tv-header__dropdown-wrap .tv-header__flag {
    margin-top: 20px;
    line-height: 55px;
    float: left;
    margin-right: 0;
}

.tv-dropdown-behavior__body {
    opacity: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(.85, .4) translateY(10px);
    -ms-transform: scale(.85, .4) translateY(10px);
    transform: scale(.85, .4) translateY(10px);
    transition: opacity .35s cubic-bezier(.55, .055, .675, .19), -webkit-transform .2625s cubic-bezier(.55, .055, .675, .19);
    transition: opacity .35s cubic-bezier(.55, .055, .675, .19), transform .2625s cubic-bezier(.55, .055, .675, .19);
    transition: opacity .35s cubic-bezier(.55, .055, .675, .19), transform .2625s cubic-bezier(.55, .055, .675, .19), -webkit-transform .2625s cubic-bezier(.55, .055, .675, .19);
    box-sizing: border-box;
}

.lang-switch {
    display: none;
}

.tv-header__dropdown-body {
    position: absolute;
    padding: 10px 0;
    top: -11px;
    left: -1px;
    font-size: 13px;
    line-height: 1;
    min-width: calc(100% + 2px);
    background-color: #1c2030;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.24);
    border-radius: 2px;
    z-index: 38;
}

.tv-header__dropdown-dummy--lang {
    color: #fff;
    padding-left: 53px;
}

.main-header i {
    font-style: normal;
}
.tv_menu i.txt:first-letter{
    text-transform: uppercase;
}
.main-header .tv-header__dropdown-dummy {
    margin-bottom: 10px;
    display: block;
    height: 55px;
    cursor: pointer;
    transition: background-color .35s ease;
    white-space: nowrap;
    color: #ffffff;
    font-size: 13px;
}
.main-header label{
    margin: 0;
}


.tv-header__link--logo{
    float: left;
}
.tv-header__link--logo + .tv-header__link--logo{
    padding-left: 0px;
}
.tv-header__logo-text {
    margin-left: 10px;
}

.tv-header__link--logo:first-child:hover,
.tv-header__link--logo + .tv-header__link--logo:hover{
    background: none;
}

.tv-header__dropdown-itmwrap {
    display: block;
}

.tv-header__dropdown-itmwrap:hover {
    background-color: #262b3e;
}

.tv-header__dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tv-header__dropdown-link {
    white-space: nowrap;
    display: block;
    padding: 11px 15px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
}

.keyboard .tv-header__dropdown-link:hover, .tv-header__dropdown-link:focus {
    color: #fff;
    text-decoration: none;
}

.tv-header__dropdown-link:hover .tv-header__locale {
    background-color: #1c2030;
}

.site-main {
    position: relative;
    z-index: 10;
}

.lang-switch ~ .tv-dropdown-behavior__body {
    display: none;
}

.lang-switch:checked ~ .tv-dropdown-behavior__body {
    display: block;
}

.lang-switch:checked + label:hover {
    background-color: transparent;
}

.lang-switch:checked ~ .tv-dropdown-behavior__body {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.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 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media (min-width: 992px){
    .offset-right{
        padding-right: 40px;
    }
    .offset-left{
        padding-left: 40px;
    }
}

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

.cat-title {
    display: inline-block;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding: 3px 25px;
    background-color: #244e68;
    text-transform: uppercase;
}

.cat-title.pull-right {
    margin-left: 15px;
}

h2.entry-title a {
    vertical-align: top;
}

.tags-list {
    color: #adaeb0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.main-container {
    padding: 80px 0 24px 0;
    background-color: #F0F3FA;
    margin: 0;
}
.main-container.white{
    background: #fff;
}
@media (min-width: 1560px) {
    body .container {
        width: 1510px;
    }
}
@media (max-width: 1559px) {
    body .container {
        width: 1010px;
    }
}
@media (max-width: 1023px) {
    body .container {
        width: auto;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    body .container{
        padding: 0 8px;
    }
    body .container-wide{
        padding: 0 20px;
    }
}


.top-container{
    padding: 80px 0;
}
@media (max-width: 1023px){
    .main-container,
    .top-container{
        padding: 72px 0;
    }
}
@media (max-width: 767px){
    .main-container,
    .top-container{
        padding: 40px 0;
    }
}

.popular-widget .meta .cat {
    color: #4a4a4a;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

.popular-widget .meta .date {
    color: #adaeb0;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    display: inline-block;
    vertical-align: top;
}

.popular-widget .pop-inside li {
    min-height: 80px;
    border-top: 1px solid rgba(173, 174, 176, 0.31);
    padding: 10px 0;
}

.popular-widget .pop-inside li a {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.09px;
    line-height: 16px;
}

.popular-widget .pop-widget-tabs li {
    display: inline-block;
    margin-right: 25px;
}

.popular-widget a:hover {
    text-decoration: none !important;
}

.popular-widget .pop-widget-tabs li a {
    color: #adaeb0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.09px;
    line-height: 16px;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.popular-widget .pop-widget-tabs li a.active {
    color: #4a4a4a;
    border-color: #3bb3e4;
}

.header-image.with-header-image {
    background: none !important;
    min-height: 0;
}

.main-container article.post.no-results p {
    max-width: 500px;
}
.main-container article.post.no-results .search__form {
    opacity: 1;
}
.main-container article.post.no-results .search__form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.main-container article.post.no-results .search__form input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.main-container article.post.no-results .search__form input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.main-container article.post.no-results .search__form input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.main-container article.post.no-results .search__form input[type=text] {
    max-width: 685px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.main-container article.post:not(.no-results):not(#page-404):not(.articles-grid-item) {
    background: #ffffff;
    margin: 2em 0;
}


.main-container article.post h1,
.main-container article.post h2 {
    margin-top: 0;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 700;
    /*font-size: 16px;*/
    /*line-height: 19px;*/
}

.header-image.with-header-image .page-title {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

#breadcrumbs .breadcrumb_last {
    font-weight: 400;
}

#breadcrumbs {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
#breadcrumbs.dark{
    color: #434651;
}
@media(max-width: 768px){
    #breadcrumbs {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}
#breadcrumbs span,
#breadcrumbs a {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

#breadcrumbs.dark span{
    opacity: 1;
    color: #B2B5BE;
}
#breadcrumbs.dark a{
    color: #434651;
}
#breadcrumbs span{
    opacity: 0.6;
}


.sassy_social_share__widget {
    margin: 3em 0;
}

.heateor_sss_sharing_container {
    margin-top: 10px;
}

.sassy_social_share__widget .title {
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.single-container .container{
    position: relative;
    width: 980px;
    padding: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.single-container .container-white{
    padding: 40px;
    border-radius: 12px;
    background: #fff;
}
@media (max-width: 1023px) {
    .single-container .container{
        width: auto;
        padding: 0 20px;
    }
    .single-container .container-white{
        margin: 0 20px;
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .single-container .container{
        width: auto;
        padding: 0 8px;
    }
    .single-container .container-white{
        padding: 12px;
        margin: 0 8px;
    }
}


.single-post article.post .entry-content,
.single-post article.portfolio .entry-content,
.single-portfolio article.post .entry-content,
.single-portfolio article.portfolio .entry-content {
    margin-bottom: 25px;
}


.single-img{
    max-width: 100%;
    float: left;
    width: 400px;
    height: 200px;
    margin-bottom: 32px;
    margin-right: 24px;
}
.single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.single-text{
    margin-bottom: 32px;
}
.single-date{
    line-height: 21px;
    font-size: 14px;
    margin: 4px 0;
    color: #131722;
}
.single-title{
    font-size: 32px;
    line-height: 44px;
    color: #131722;
}
.single-description{
    overflow: hidden;
}
.main-container .single-description article.post.single-article:not(.no-results):not(#page-404):not(.articles-grid-item){
    margin-top: 0;
}
.single-description div{
    max-width: 100% !important;
}
@media(max-width: 1023px){
    .single-img{
        width: 300px;
        height: 150px;
        margin-right: 16px;
        margin-bottom: 24px;
    }
    .single-title{
        font-size: 24px;
        line-height: 32px;
    }
}
@media(max-width: 767px){
    .single-img{
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .single-text{
        margin-bottom: 16px;
    }
}


.wp_rp_content .wp_rp_footer{
    margin: 2em 0;
    text-align: center !important;
}
@media(max-width: 1559px){
    .wp_rp_content .articles-grid-item:last-child{
        display: none;
    }
}



.post-in-blog .entry-title {
    line-height: 19px;
}

.site-title {
    color: #131722;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 0.5em;
}


.entry-content {
    font-size: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #131722;
}

.error404 .site-main h2 {
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.error404 .site-main .page-title {
    color: #4a4a4a;
    font-size: 162px;
    font-weight: 700;
    line-height: 188px;
    text-align: center;
}
body.error404 article.post ul {
    padding-left: 20px;
}
body.error404 article.post li {
    list-style: disc;
    max-width: 490px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0.5em 0;
}

html,
body.error404 {
    height: 100%;
}
body.error404 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    min-height: 400px;
}

body.error404 .btns a {
    color: #3bb3e4;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 19px;
    display: inline-block;
    border: 2px solid #3bb3e4;
    padding: 10px 25px;
    text-transform: uppercase;
}
body.error404 .btns {
    margin-top: 25px;
}
body.error404 article.post {
    background-color: transparent;
}

.site-main {
    overflow: visible;
}

@media (max-width: 767px) {
    .archive .site-title {
        float: none;
    }
}

@media (max-width: 460px) {

    body.error404 .wrapper {
        display: block;
        height: auto;
    }

    .tv-header__logo {
        padding: 0 10px;
    }

    body.error404 .btns a {
        width: 100%;
        text-align: center;
        margin: 0 0 15px !important;
    }
}



.articles-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
}
.articles-grid-item{
    position: relative;
    padding: 0;
}
.articles-grid-item > a{
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 0;
    min-height: 380px;
    height: 100%;
    position: relative;
    display: block;
    transition: all 0.15s ease-in-out;
    text-decoration: none;
}
.keyboard .articles-grid-item > a:focus:after{
    content: '';
    position: absolute;
    border: 2px solid rgba(33, 150, 243, 0.4);
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 8px;
    transition: all 0.15s ease-in-out;
}
.articles-grid-item > a:active{
    transform: scale(0.98);
}
.articles-grid-item > a:active:after{
    transform: scale(1.02);
    border: none;
}


.articles-grid-item .articles-grid-img{
    position: relative;
    margin-bottom: 0;
    height: 240px;
    background: #0d47a1;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.articles-grid-item .crp_thumb.crp_default,
.articles-grid-item .crp_thumb.crp_firstchild,
.articles-grid-item .crp_thumb.crp_correctfirst,
.articles-grid-item .articles-grid-img img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articles-grid-item .crp_thumb.crp_default,
.articles-grid-item .crp_thumb.crp_firstchild,
.articles-grid-item .crp_thumb.crp_correctfirst{
    height: 240px;
    max-height: 240px;
}





.articles-grid-item .crp_excerpt{
    display: none;
}
.articles-grid-item .crp_title,
.articles-grid-item .articles-grid-text{
    display: block;
    padding: 16px 20px 40px 20px;
}

.articles-grid-item .articles-grid-text-container{
    position: relative;
    overflow: hidden;
}
.articles-grid-item .articles-grid-item-section{
    position: absolute;
    top: 256px;
    left: 20px;
    font-size: 14px;
    line-height: 24px;
    transition: transform 0.15s ease-in-out;
    text-transform: uppercase;
}
.articles-grid-item .articles-grid-item-section a:hover,
.articles-grid-item .articles-grid-item-section a{color: transparent;}
/*.articles-grid-item .articles-grid-item-section a:hover{color: #1E88E5;}*/
.keyboard .articles-grid-item .articles-grid-item-section a:focus{color: #1E88E5;text-decoration: none;}

.articles-grid-item .articles-grid-text .section{
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #2196F3;
    text-transform: uppercase;
}
.articles-grid-item .articles-grid-text .date{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #787B86;
}
.articles-grid-item .crp_title,
.articles-grid-item .articles-grid-text .title{
    line-height: 32px;
    font-size: 24px;
    padding-top: 12px;
    color: #131722;
    transition: color 0.2s ease-out;
    clear: both;
}
.articles-grid-item a:hover,
.articles-grid-item a:hover .crp_title,
.articles-grid-item a:hover .title,
.articles-grid-item .articles-grid-text .title a:hover{
    text-decoration: none;
    color: #2196F3;
}
.articles-grid-item .articles-grid-text p:last-child{
    margin-bottom: 0;
}






.top-container .articles-grid-item a{
    background: none;
    box-shadow: none;
    min-height: 0;
    margin: 0;
}
.top-container .articles-grid-item .articles-grid-item-section{
    opacity: 1;
}
.top-container .articles-grid-item .articles-grid-item-section a{
    color: #2196F3;
}
.top-container .articles-grid-item .articles-grid-item-container{
    overflow: hidden;
}
.top-container .articles-grid-item .articles-grid-img{
    float: left;
    width: 800px;
    margin-right: 32px;
    height: auto;
    overflow: hidden;
    border-radius: 6px;
}
.top-container .articles-grid-item .articles-grid-text{
    position: relative;
    padding: 28px 32px;
}
.top-container .articles-grid-item .articles-grid-item-section{
    position: absolute;
    left: 832px;
    top: 24px;
}
.top-container .articles-grid-item .articles-grid-text .title{
    padding-top: 16px;
    padding-right: 16px;
    font-size: 48px;
    line-height: 52px;
}



.articles-grid .navigation{
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    grid-column: span 3;
}


@media(max-width: 1559px){
    .articles-grid{
        grid-template-columns: 1fr 1fr;
    }
    .articles-grid .navigation{
        grid-column: span 2;
    }

    .top-container .articles-grid-item .articles-grid-item-section{
        left: 50%;
        top: 20px;
        margin-left: 20px;
    }

    .top-container .articles-grid-item .articles-grid-img{
        width: 50%;
        margin: 0;
    }
    .top-container .articles-grid-item .articles-grid-text{
        width: 50%;
        margin-left: 50%;
        padding: 20px 20px;
    }
    .top-container .articles-grid-item .articles-grid-text .date{
        font-size: 14px;
        line-height: 21px;
    }
    .top-container .articles-grid-item .articles-grid-text .title{
        font-size: 32px;
        line-height: 44px;
    }
}
@media(max-width: 1023px){
    .articles-grid{
        display: block;
    }
    .articles-grid-item .crp_title,
    .articles-grid-item .articles-grid-text{
        padding: 16px 20px 32px 20px;
    }
    .articles-grid-item .articles-grid-img{
        height: auto;
    }
    .articles-grid-item .articles-grid-item-section{
        padding-top: 48%;
        top: 16px;
        margin-top: 16px;
        width: 0;
        white-space: nowrap;
    }
    .articles-grid-item .articles-grid-text .title{
        font-size: 36px;
        line-height: 44px;
    }

    .top-container .articles-grid-item .articles-grid-item-section{
        margin-left: 0;
        left: 20px;
    }
    .top-container .articles-grid-item .articles-grid-img{
        float: none;
        width: auto;
    }
    .top-container .articles-grid-item .articles-grid-text{
        width: auto;
        margin: 0;
        padding: 16px 20px;
    }
    .top-container .articles-grid-item .articles-grid-text .title{
        font-size: 24px;
        line-height: 32px;
    }
}
@media(max-width: 767px){
    .articles-grid-item .articles-grid-item-section{
        left: 12px;
        margin-top: 12px;
    }
    .articles-grid-item .crp_title,
    .articles-grid-item .articles-grid-text{
        padding: 12px 12px 32px 12px;
    }
    .articles-grid-item .articles-grid-text .title{
        font-size: 24px;
        line-height: 32px;
    }
    .post-in-blog{
        margin-bottom: 8px;
    }
}





.sidebar-holder.sidebar-index .widget-title{
    display: none;
}
.sidebar-holder.sidebar-index .widget{
    margin: 0 0 40px 0;
}
.sidebar-holder .widget{
    padding: 0;
    background: none;
    margin: 2em 0;
}
.sidebar-holder.side .widget{
    margin: 0;
}
.sidebar-holder .widget .h3{
    font-weight: normal;
}
.sidebar-holder .widget ul{
    overflow: hidden;
    padding: 4px;
    margin: -4px;
}
.sidebar-holder .widget li{
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 8px 8px 0;
}
.sidebar-holder .widget li.current-cat,
.sidebar-holder .widget li a{
    display: inline-block;
    vertical-align: top;
    color: #131722;
    background: #F8F9FD;
    padding: 11px 16px 9px 16px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    font-weight: normal;
    margin: 0;
    transition: all 0.15 ease-in-out;
}
.sidebar-holder .widget li.current-cat,
.sidebar-holder .widget li a:hover{
    color: #131722;
    background-color: #E3F2FD;
}
.sidebar-holder .widget li a:active{
    transform: scale(0.98);
}

@media(max-width: 767px){
    .sidebar-holder .widget{
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .sidebar-holder.sidebar-index .widget{
        margin-bottom: 20px;
    }
    .sidebar-holder .widget ul{
        overflow: visible;
        width: auto;
        margin: 0;
    }
    .sidebar-holder .widget li{
        float: none;
    }
}

.sidebar-index .widget_categories a,
.widget .tagcloud a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #131722;
    background: #F0F3FA;
    padding: 0.625em 1em;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 4px 0;
}
.keyboard .sidebar-index .widget_categories a:focus:after,
.keyboard .widget .tagcloud a:focus:after{
    content: '';
    position: absolute;
    border: 2px solid rgba(33, 150, 243, 0.4);
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 4px;
}
.sidebar-index .widget_categories a:hover,
.widget .tagcloud a:hover{
    background-color: #434651;
    color: #fff;
}
@media(max-width: 600px){
    .widget .tagcloud{
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}




.footer-top{
    background: #2A2C38;
    padding: 40px 0;
}
.footer-top .menu-holder{
    margin-bottom: 2em;
}
.footer-top ul li.title{
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 0.6em;
}
.footer-top ul li a{
    color: #A3A6AF;
    font-size: 14px;
    line-height: 26px;
}
.footer-top ul li.active a{
    color: #1e88e5;
}
.footer-top ul li a:hover{
    color: #fff;
}

.footer-inner{
    background: #252732;
    padding: 16px 0;
}


.footer-bottom{
    font-size: 14px;
    line-height: 21px;
    padding: 16px 0;
    background-color: #252732;
    border-bottom: 1px solid #54565F;
}
.footer-bottom:last-child{
    border-bottom: 0;
}
.footer-bottom .footer-icons a {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    margin: 4px 8px 4px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1a1c24;
}
.footer-bottom .footer-icons a svg {
    opacity: .6;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    vertical-align: middle;
}
.footer-bottom .footer-icons a svg .symbol {
    fill: #fff;
}
.footer-bottom .footer-icons a:hover {
    background-color: rgba(81,84,89,.3);
}
.footer-bottom .footer-icons a:hover svg {
    opacity: 1;
}





body {
    -webkit-font-smoothing: antialiased;
}

.offset-left {
    /*width: 400px;*/
    min-height: 200px;
}

.sassy_social_share__widget {
    margin: 3em 0 0 0;
}


.crp_related .articles-grid-item{
    min-height: 290px;
}
@media(max-width: 1559px){
    .crp_related .articles-grid .post:last-child{
        display: none;
    }
}
.articles-grid-item .crp_thumb.crp_default,
.articles-grid-item .crp_thumb.crp_firstchild,
.articles-grid-item .crp_thumb.crp_featured,
.articles-grid-item .crp_thumb.crp_correctfirst {
    height: 240px;
    max-height: 240px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.articles-grid-title{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #131722;
}
@media (max-width: 1023px) {.articles-grid-title{margin-bottom: 24px;}}
@media (max-width: 767px) {.articles-grid-title{margin-bottom: 16px;}}

.articles-grid-item .articles-grid-img .articles-grid-item-info {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.sidebar-holder .widget li.current-cat, .sidebar-holder .widget li a {
    text-decoration: none;
}


h1, h2, .h1, .h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
    color: #131722;
}

h3 {
    color: #131722;
}

.single-date {
    line-height: 21px;
    font-size: 14px;
    color: #787B86;
}


.sidebar-holder .widget .h3 {
    color: #131722;
}

.tv-header__locale--selected {
    background-color: #434967;
}


.section-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    -webkit-background-size: cover;
    background-size: cover;
}
@media (max-width: 1023px) {
    .section-bg{
        height: 560px;
    }
}
@media (max-width: 767px) {
    .section-bg{
        height: 800px;
    }
}
.section-bg.section-addons{
    background-color: #ec1a17;
    background-image: url('/wp-content/img/sections/addons.svg');
}
.section-bg.section-alerts{
    background-color: #f43177;
    background-image: url('/wp-content/img/sections/alerts.svg');
}
.section-bg.section-bitcoin-charts{
    background-color: #f79503;
    background-image: url('/wp-content/img/sections/bitcoin_charts.svg');
}
.section-bg.section-business-updates{
    background-color: #036ae1;
    background-image: url('/wp-content/img/sections/business_updates.svg');
}
.section-bg.section-charts{
    background-color: #1c9656;
    background-image: url('/wp-content/img/sections/charting.svg');
}
.section-bg.section-charting-library{
    background-color: #e15e0f;
    background-image: url('/wp-content/img/sections/charting_library.svg');
}
.section-bg.section-data-feeds-exchanges{
    background-color: #7955ff;
    background-image: url('/wp-content/img/sections/data_feed.svg');
}
.section-bg.section-language-localisation{
    background-color: #30a686;
    background-image: url('/wp-content/img/sections/language_localisation.svg');
}
.section-bg.section-system-updates-maintenance{
    background-color: #008d9f;
    background-image: url('/wp-content/img/sections/maintenance.svg');
}
.section-bg.section-market-analysis{
    background-color: #189d91;
    background-image: url('/wp-content/img/sections/market_analysis.svg');
}
.section-bg.section-mobile{
    background-color: #764dbe;
    background-image: url('/wp-content/img/sections/mobile.svg');
}
.section-bg.section-pine{
    background-color: #5d50fa;
    background-image: url('/wp-content/img/sections/pine_script.svg');
}
.section-bg.section-social{
    background-color: #8c2f9c;
    background-image: url('/wp-content/img/sections/social.svg');
}
.section-bg.section-stock-screener{
    background-color: #ecc539;
    background-image: url('/wp-content/img/sections/stock_screener.svg');
}
.section-bg.section-trading{
    background-color: #eb1148;
    background-image: url('/wp-content/img/sections/trading_and_brokerage.svg');
}
.section-bg.section-widgets{
    background-color: #6dae36;
    background-image: url('/wp-content/img/sections/widgets.svg');
}




.single-trader-chart{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
    padding: 64px 100px;
    background-image: url('/wp-content/img/single-trader-chart.svg');
    margin: 80px 0 48px 0;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.single-trader-chart__title{
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
}
.single-trader-chart__button{
    margin: 0 13px;
}
@media (max-width: 1023px){
    .single-trader-chart{
        margin-bottom: 0;
    }
}
@media(max-width: 767px){
    .single-trader-chart{
        padding: 64px 40px;
        margin: 64px -8px 24px -8px;
        border-radius: 0;
    }
}
@media(max-width: 640px){
    .single-trader-chart{
        padding: 56px 20px;
    }
    .single-trader-chart__title{
        font-weight: normal;
        margin-bottom: 32px;
    }
    .single-trader-chart__button{
        display: block;
        max-width: 270px;
        margin: 32px auto;
    }
}



[data-img-border]{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 32px 0;
    padding: 40px;
    border-radius: 6px;
    background: #e3f2fd;
}
[data-img-border] img{
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 2px 6px #b2b5be;
}
@media(max-width: 1023px){
    [data-img-border]{
        margin: 24px 0;
    }
}
@media(max-width: 767px){
    [data-img-border]{
        padding: 16px;
    }
}



/*IE*/
.ie .articles-grid{
    display: block;
    width: 103%;
    margin: 0 -1.5%;
}
.ie .articles-grid .articles-grid-item{
    display: inline-block;
    vertical-align: top;
    width: 30.33%;
    margin: 0 1.5% 2% 1.5%;
}
.ie .articles-grid .articles-grid-item .articles-grid-img{
    text-align: center;
}
.ie .articles-grid .articles-grid-item .articles-grid-img img{
    width: auto;
    height: auto;
}
.ie .articles-grid .articles-grid-item.articles-grid-item-3{
    width: 100%;
    display: block;
}
.ie .navigation{
    margin: 2em 1.5%;
}
@media (max-width: 1000px){
    .ie .articles-grid .articles-grid-item{
        width: 47%;
    }
}
@media (max-width: 600px){
    .ie .articles-grid{
        display: block;
        width: 100%;
        margin: 0;
    }
    .ie .articles-grid .articles-grid-item{
        display: block;
        width: 100%;
    }
}




#page-404{
    text-align: center;
    margin-bottom: 48px;
}
#page-404 .page-title{
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 44px;
    text-transform: none;
}
#page-404 svg{
    max-width: 100%;
    height: auto;
}