/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper2020
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
html,body{
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smooth: antialiased;
}
#td-outer-wrap{
  position: relative;
  min-height: 100%;
}
.tdc-footer-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.td-main-content-wrap{
  padding-bottom: 134px;
}
.author .tdc-footer-wrap{
  position: relative;
}
.author .td-main-content-wrap{
  padding-bottom: 53px;
  padding-top: 0; 
}

/* Start CSS of the accordion */
.accordion {
  background: #f9f9f9;
  border: 1px solid #aaa;
	display: none;
}
.accordion label {
  display:block;
  padding: 10px 15px;
}
.accordionitem span{
  cursor: pointer;
}
.accordionitem span:hover{
  text-decoration: underline;
}
.accordion .hiddenb {
  display: none;
  text-align: left;
}
#table_acc li, #table_acc ul, #table_acc ul li{
    list-style: outside none none !important;
	font-size: 14px;
}
#table_acc ol {
    counter-reset: item;
	margin-top: 0;
}
#table_acc li {
    display: block;
}
#table_acc li:before {
    content: counters(item, ".")". ";
    counter-increment: item;
    font-weight: bold;
}
ol.head ol{
 margin-bottom: 0;
}
ol.head a{
 font-size:16px;
}
ol.head ol a{
 font-size:14px;
}
.single .td-post-date  .entry-date{
  font-size: 13px !important;
}
.single .td-post-date {
    width: 100%;
    margin-bottom: 15px;
    color: #aaa;
    font-size: 13px;
    float: left;
    position: relative;
    top: 2px;
}

.header-hwt-text{
  padding-top: 15px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
}
.hwt-icon{
  margin-right: 6px;
  display: inline-block;
}
html[dir="rtl"] .hwt-icon{
  margin-right: 0;
  margin-left: 6px;
}
.hwt-icon::before{
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNSAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNy41IiBjeT0iOSIgcj0iNy41IiBmaWxsPSIjNjJCQzUwIi8+CjxwYXRoIGQ9Ik00LjUgOC42NjY2N0w2LjgzMzMzIDExTDEwLjUgNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=');
  width: 15px;
  height: 17px;
  display: inline-block;
}
.hwt-text{
  font-size: 13px;
  line-height: 21px;
  color: #111111;
  vertical-align: super;
}

.single-post h2 {
    padding-top: 40px;
}
.single-post h3,
.single-post .h3 {
    padding-top: 30px;
}
.single-post h4 {
    padding-top: 20px;
}
.overflow-auto{
  overflow-x: auto;
}

html:not([lang="en-US"]) table tr td:last-child{
  word-break: break-word;
  min-width: 160px;
}
html:not([lang="en-US"]) table tr:first-child td {
  word-break: break-all;
}

.ol_table {
  list-style: none; 
  counter-reset: li;
}
.ol_table li {
  text-indent: -25px;
  margin-left: 25px;
}
.ol_table li ol li, .ol_table li ol li ol li {
  margin-left: 21px;
}
.ol_table li:before {
  counter-increment: li; 
  content: counters(li,".") ". ";
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
}
.ol_content {
  padding-left: 25px;
  counter-reset: li;
}
.ol_content li {
  margin-bottom: 10px;
  text-indent: -21px;
  margin-left: 30px;
  list-style: none;
}
.ol_content li:before {
  counter-increment: li; 
  content: counters(li,".") ". ";
  font-weight: bold;
}
.ol_content li:first-child {
  margin-bottom: 10px; 
  margin-top: 10px;
}
.ul_content {
  padding-left: 40px;
}
.ul_content li {
  margin-bottom: 10px;
}
.ul_content li:first-child {
  margin-bottom: 10px;
}


.expandtext > input[type="checkbox"] {
position: absolute;
left: -100vw;
}
.expandtext .content {
overflow-y: hidden;
height: 0;
transition: height 0.3s ease;
}
.expandtext > input[type="checkbox"]:checked ~ .content {
height: auto;
overflow: visible;
}
.expandtext label {
display: block;
}
.expandtext {
margin-bottom: 1em;
}
.expandtext ul {
margin-bottom: 5px;
margin-top: 5px;
}
.expandtext ul li{
line-height: 1.2em;
}
.expandtext > input[type="checkbox"]:checked ~ .content {
padding: 15px;
border: 1px solid #e5f1f9;
border-top: 0;
}
.expandtext .handle {
margin: 0;
font-size: 1.125em;
line-height: 1.2em;
}
.expandtext label {
color: #333;
cursor: pointer;
font-weight: normal;
padding: 15px;
background: #e5f1f9;
}
.expandtext label:hover,
.expandtext label:focus {
background: #c9e6f9;
}
.expandtext .handle label:before {
content:"▶";
display: inline-block;
margin-right: 10px;
font-size: .58em;
line-height: 1.556em;
vertical-align: middle;
}
.expandtext > input[type="checkbox"]:checked ~ .handle label:before {
content:"▼";
}
.td-post-content ul {
list-style-type: disc;
}
.conspros ul {
margin-block-start: 15px;
margin-block-end: 15px;
padding-left: 35px;
}
.transition-all {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.border_gray img {
    border: 1px solid gray;
}
.border_blue img {
    border: 1px solid #0078d7;
}
.single-post .post-relative, .single-post .post-download {
    background-color: #EFF5F7;
    border-radius: 5px;
    padding: 13px 10px 10px 10px;
    margin: 15px 0;
    text-align: center;
}
.single-post .post-download {
    text-align: left;
    padding: 13px 10px 8px 10px;
}
.single-post .btn, .single-post .button {
    font-size: 15px;
    line-height: 1.6;
    padding: 3px 12px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 4px;
}
.single-post .post-relative .btn, .single-post .post-download .btn {
    margin: 1px 5px 0 5px;
}
.single-post .btn-primary:hover, .single-post .btn-primary:active, .single-post .btn-primary:focus, .single-post .submit:hover, .single-post .submit:active, .single-post .submit:focus {
    border-color: #4D99F1;
    background-color: #4D99F1;
    color: #fff;
    text-decoration: none;
}
.single-post .btn-primary {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #4D99F1;
    color: #4D99F1;
}
.single-post .btn-primary:active, .single-post .btn-primary.active, .single-post .open>.dropdown-toggle.btn-primary {
    background-image: none;
}
.single-post .btn:active, .single-post .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.pull-right {
    float: right!important;
}
.single-post .download_image {
    vertical-align: middle;
    margin-bottom: 2px;
    display: inline-block;
    margin: 0 5px 2px 5px;
}
.textwithimage_block {
    display: flex;
    margin-bottom: 26px;
}
.textwithimage_block__left {
    width: 94px;
}
.textwithimage_block__right {
    width: 100%;
}
@media (max-width: 640px) and (min-width: 480px) {
.single-post .post-download .btn {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.single-post .post-download {
    text-align: center;
}
}
@media (max-width: 480px) {
    .single-post .post-download .btn {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-post .btn-xs-block {
        display: block;
        width: 100%;
    }
    .single-post .post-download {
        text-align: center;
    }
    .single-post .download_image {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .textwithimage_block {
        display: block;
    }
    .textwithimage_block__left {
        width: 100%;
    }
}


.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*
ol {
  counter-reset: li2;
}
ol li {
  list-style: none;
}
ol li:before {
  counter-increment: li2; 
  content: counters(li2,".") ". ";
  font-weight: bold;
}*/
.tdm-header-style-1 .td-main-menu-logo {
    margin-right: 0;
}
@media (min-width: 768px) {
.td_stretch_content .td-container {
    max-width: 100%;
}
}
.ol_content li {
    text-indent: 0;
    margin-left: 0;
}

.single-post .btn, .single-post .button {
    color: #23272a;
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 5px;
    border: 0 none;
    outline: none;
    transition: all ease .185s;
    font-weight: 700;
    text-decoration: none;
}
.single-post .btn-primary {
    border-width: 0;
    color: #fff!important;
    transition: none;
    background-image: linear-gradient(to bottom,#41cd00,#19ab0f),linear-gradient(to bottom,#3fbe09,#0f8e09);
    padding: 7px 20px;
    font-size: 17px;
}
.single-post .btn-primary:hover, .single-post .btn-primary:active, .single-post .btn-primary:focus, .single-post .submit:hover, .single-post .submit:active, .single-post .submit:focus {
    background-color: #41cd00;
    background: #41cd00;
    color: #fff!important;
    text-decoration: none!important;
}
.single-post .post-relative .btn, .single-post .post-download .btn {
    margin: -2px 5px 0 5px;
}
.single-post .post-download {
    text-align: left;
    padding: 12px 10px 3px 10px;
}
.single-post .download_image {
    margin: 0 5px 6px 5px;
}
.border_gray img, .border_blue img {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 480px) {
    .single-post .post-download .btn {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-post .download_image {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }
}

/*  ----------------------------------------------------------------------------
   footer default styles
*/
.td-footer-container .td-container,
.td-footer-container .tdc-row,
.td-footer-container .tdc-row-composer {
    width: 1068px;
    margin-right: auto;
    margin-left: auto;
}
.td-footer-container .widget ul {
    list-style: none;
    box-shadow: none;
}
.td-footer-container .widget li {
    line-height: 30px;
    list-style: none;
    margin-left: 0;
}
.td-footer-container .widget a {
    color: #111;
}
.td-footer-container .widget_categories li .td-cat-no, .widget_categories .td-widget-no {
    display: none;
}
.td-footer-container .td-block-title span {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #aaa !important;
}
.td-footer-container .td-block-span12 .td-module-thumb {
    display: none;
    visibility: hidden;
}
.td-footer-container .td_module_wrap span.entry-title {
    color: #111111;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0;
}
.td-footer-container .td_module_wrap span.entry-title > a {
    color: #111111;
}
.td-footer-container .td_module_wrap span.entry-title > a:hover {
    color: #10a1ea;
}
.td-footer-container span.td-block-title {
    display: block;
    font-size: 19px;
    line-height: 29px;
    margin-top: 24px;
}
.td-footer-container .popular-posts span.td-block-title {
    margin-bottom: 14px;
}
.td-sub-footer-container .td-pb-row .td-sub-footer-menu .td-subfooter-menu {
    float: none;
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
    .td-footer-container .td-container, .td-footer-container .tdc-row, .tdc-row-composer {
        width: 980px;
    }
}

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
    .td-footer-container .td-container, .td-footer-container .tdc-row, .td-footer-container .tdc-row-composer {
        width: 740px;
    }
}
/* responsive portrait phone */
@media (max-width: 767px) {
    .td-footer-container .td-container, .td-footer-container .tdc-row, .td-footer-container .tdc-row-composer {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*  ----------------------------------------------------------------------------
   end footer customize
*/

/*standart pack*/
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.mx_image_background {
    background-color: #f2f2f2;
}

.td-visibility-hidden {
    visibility: hidden;
}

/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.clearfix {
    zoom: 1; }

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/*
usage:
.td-block-row {
  .mx-row(td-block-span);
}

@all_span_selector - is the begining of the span selector
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
    position: relative;
    height: auto;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/* To top */
.td-scroll-up {
  cursor: pointer;
  position: fixed;
  bottom: 4px;
  right: 5px;
  width: 40px;
  height: 40px;
  background-color: #4db2ec;
  z-index: 9999;
  transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
  -webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.td-scroll-up .td-icon-menu-up {
  position: relative;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center ;
  width: 40px;
  top: 7px;
}
@media (max-width: 767px) {
  .td-scroll-up {
    display: none;
  }
}
.td-scroll-up-visible {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}


/*  ----------------------------------------------------------------------------
    Load more button
*/
.td_ajax_load_more {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
  border: 1px solid #C9C9C9;
  text-align: center;
  vertical-align: middle;
}
.td_ajax_load_more i {
  font-size: 8px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.td_ajax_load_more.ajax-page-disabled {
  visibility: hidden !important;
}
.td-load-more-wrap {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
@-moz-document url-prefix() {
  .td_ajax_load_more {
    padding: 7px 10px 9px;
  }
}
.td-load-more-wrap {
  text-align: center;
  clear: both;
}
.td-load-more-wrap a {
  color: #A5A5A5;
}
.td-load-more-wrap a:hover {
  background-color: #4db2ec;
  border-color: #4db2ec;
  color: #fff;
  text-decoration: none !important;
}
.td_block_inner_overflow {
  overflow: hidden;
}
.td_block_inner_overflow .td-module-image {
  min-height: 20px;
}
/*  ----------------------------------------------------------------------------
    infinite loader
*/
.td-load-more-infinite-wrap {
  display: none;
}
/*  ----------------------------------------------------------------------------
    fade out
*/
@-webkit-keyframes td_fadeOut_to_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes td_fadeOut_to_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.td_fadeOut_to_1 {
  -webkit-animation-name: td_fadeOut_to_1;
  animation-name: td_fadeOut_to_1;
}
/*  ----------------------------------------------------------------------------
    Sub Footer
*/
.td-sub-footer-container {
  background-color: #fff;
  color: #8F9397;
  font-size: 13px;
  line-height: 18px;
  padding-top: 0;
  padding-bottom: 26px;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #DCDEE2;
  /* responsive portrait phone */
}
.td-sub-footer-container .td-pb-row{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.td-sub-footer-container .td-container{
  width: 1115px;
}
.td-sub-footer-copy {
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-copy {
    float: none !important;
  }
}
/* Sub Footer Menu */
.td-sub-footer-container .td-sub-footer-menu {
  float: right;
  width: 100%;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .td-sub-footer-container .td-sub-footer-menu {
    float: none;
  }
}
.td-subfooter-menu-social{
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 31px 0;
}
.td-subfooter-menu-social > li{
  padding: 0 3.5px;
  display: inline-flex;
  margin: 0;
}
.td-subfooter-menu-social > li a{
  font-size: 15px;
  color: #373A3E;
  display: inline-flex;
}
.td-subfooter-menu-social .footer-social--title {
  padding-right: 5.5px;
}
.td-subfooter-menu-social .footer-social--title a{
  font-size: 15px;
  line-height: 21px;
  color: #373A3E !important;
  font-weight: 400;
}
.td-subfooter-menu {
  display: block;
  padding-bottom: 31px;
  padding-top: 31px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width:1199px) {
    .td-sub-footer-container .td-container{
        width: 100%;
        max-width: 970px;
    }
    .td-sub-footer-container .td-sub-footer-menu{
        padding: 0 15px !important;
        width: calc(100% - 10px);
    }
    .td-sub-footer-container .td-sub-footer-copy{
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .td-sub-footer-container {
        text-align: center;
        padding: 26px 0 50px;
    }
    .td-sub-footer-container .td-sub-footer-menu{
        width: 100%;
    }
    .td-sub-footer-container .td-container{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-subfooter-menu {
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-subfooter-menu {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .td-subfooter-menu {
    float: none;
  }
}
.td-subfooter-menu li {
  display: inline-block;
  margin-left: 0;
  line-height: 18px;
  padding-right: 15.5px;
  padding-left: 0px;
}
.td-subfooter-menu li a {
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  color: #373A3E;
  margin-right: 0;
}
.td-subfooter-menu li a:hover {
  color: #2582FF !important;
  text-decoration: none;
}
.td-subfooter-menu li:last-child{
  padding-right: 0;
}
.td-subfooter-menu ul {
  display: none;
}
.td-subfooter-menu .fa {
  margin-right: 3px;
}

@media (max-width: 991px) {
  .td-main-content-wrap{
    padding-bottom: 50px;
  }
  .tdc-footer-wrap{
    position: relative;
  }
  .td-sub-footer-container .td-sub-footer-menu{
    flex-direction: column;
    align-items: center;
  }
  .td-sub-footer-container{
    padding-bottom: 30px;
    padding-top: 24px;
    border-top: 0;
  }
  .td-sub-footer-container .td-container{
    max-width: 740px;
  }
  .menu-td-demo-footer-menu-container{
    width: 100%;
    text-align: center;
    border-top: 1px solid #DCDFE2;
  }
  .menu-footer-social-container{
    width: 100%;
    border-top: 1px solid #DCDFE2;
    border-bottom: 1px solid #DCDFE2;
  }
  .td-subfooter-menu-social{
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 33px;
  }
  .td-subfooter-menu-social .footer-social--title{
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .td-subfooter-menu-social > li{
    padding: 0 5.5px;
  }
  .td-subfooter-menu-social > li a{
    font-size: 15px;
    line-height: 18px;
    flex-direction: column;
    align-items: center;
  }
  .td-subfooter-menu-social > li a:hover{
    color: #2582FF !important;
    text-decoration: none;
  }
  .td-subfooter-menu-social > li a > svg{
    width: 32px;
    height: auto;
    margin-bottom: 5px;
  }
  .td-sub-footer-container .td-sub-footer-copy{
    padding-top: 31px;
  }
  .td-subfooter-menu-social .footer-social--title a{
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .td-sub-footer-container .td-pb-row .td-sub-footer-menu .td-subfooter-menu{
    column-count: 2;
    padding-bottom: 6px;
  }
  .td-subfooter-menu li{
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
  .td-sub-footer-container .td-container{
    padding: 0;
  }
}

.td-stretch-content .td-big-grids {
  width: 1068px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-stretch-content .td-big-grids {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-stretch-content .td-big-grids {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .td-stretch-content .td-big-grids {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.td-stretch-content .td-module-thumb .entry-thumb {
  min-width: 100%;
}

.single-post .td-related-title {
    padding-top: 20px;
}
.single-post .td-module-title {
    margin-bottom: 17px;
}
.td-module-title a {
    color: #111111;
}
.td-module-title a:hover {
    color: #10a1ea;
}
.td-main-content-wrap {
    padding-top: 40px;
}
.error404 .td-main-content-wrap {
    padding-top: 0;
}
.single .td-main-content-wrap {
    padding-top: 0;
}
.text-strong {
    font-weight:bold;
}
.single .td-main-content-wrap {
    padding-top: 0;
}
.td-post-content p br {
    display: none;
}
.border-gray, .border-grey, .elementor .border-gray, .elementor .border-grey {border: 1px solid gray;}
.border-blue, .elementor .border-blue{border: 1px solid blue;}

.approve-box .td-author-description {
    font-size: 17px;
    line-height: 26px;
    color: #909090;
}
.author .author-box-wrap {
    align-items: center;
}
.twitter-tweet {
    margin: 10px auto;
}
.single h1 > a, .single h2 > a, .single h3 > a, .single h4 > a, .single h5 > a, .single h6 > a {
    color: #111111;
}
.vc_column .td-block-row .td-block-span4 + p{margin-bottom: 0;}
.vc_column .td-block-title > a:hover{
  color: #10a1ea;
}

/* WPML styles */
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click {
  width: unset;
  margin-left: 37px;
  padding: 31px 0;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  border: 0;
  flex-direction: row-reverse;
  padding: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: transparent;
  color: #373A3E;
  width: max-content;
  -webkit-tap-highlight-color: transparent;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
  margin: 0 8px 0 0;
  font-size: 15px;
  line-height: 21px;
}
@media(max-width: 991px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
    font-size: 13px;
  }
  .wpml-floating-language-switcher {
    width: 100%;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click {
    margin-left: 0;
    padding-top: 31px;
    border-top: 1px solid #DCDEE2;
    padding-bottom: 0;
    width: 100%;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
    margin: 5px 0 0;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  border-radius: 50%;
  border: 1px solid #CCC;
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: none;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  bottom: calc(100% + 23px);
  left: 50%;
  margin-left: -155px;
  right: unset;
  top: unset;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  width: 358px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0;
  background: #FFF;
  padding: 22px 15px 17px 15px;
  border-radius: 8px;
}
@media(max-width: 1199px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    width: 349px;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu::before {
  content: '';
  position: absolute;
  bottom: -14px;
  width: 24px;
  height: 24px;
  background: #FFF;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
@media screen and (max-width: 1460px) and (min-width: 992px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    left: unset;
    right: -20px;
    transform: unset;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu::before {
    left: 90%;
  }
}
@media(max-width: 991px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    padding: 18px 20px 20px;
    margin-left: -175px;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu::before {
    bottom: -16px;
    transform: rotate(45deg) translateX(-70%);
  }
}
@media(max-width: 359px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    width: 310px;
    margin-left: -155px;
    padding: 12px;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
  width: 50%;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
  margin-bottom: 2px;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border: 0;
  background: none;
  color: #6c7894;
  -webkit-transition: none;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}
@media(max-width: 991px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    padding: 2px 5px;
    text-align: left;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
  color: #23272a;
  text-decoration: none;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover span {
  text-decoration: underline;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-flag+span {
  margin: 0 0 0 10px;
}
html #td-header-menu .sf-menu ul.sub-menu .td-menu-item a {
  white-space: normal;
}
html:not([lang="en-US"]) .float-message__button {
  max-width: unset;
}
@media(max-width: 767px) {
  html:not([lang="en-US"]) .float-message__cta {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

/* Cookie banner */
.float-message__wrap {
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    bottom: -1000px;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 15px 0;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
}
.float-message__wrap--on {
    bottom: 0;
    background: rgba(34, 38, 42, 0.9);
    backdrop-filter: blur(12.5px);
}
.float-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 875px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}
.float-message .bold-text{
    font-weight: 800;
}
.float-message a {
    color: #111111;
    text-decoration: underline;
}
.float-message a:hover,
.float-message a:focus,
.float-message a:active {
    color: #2F2F2F;
}
.float-message__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex: 1;
}
.float-message__img {
    display: inline-block;
    min-width: 40px;
    margin-right: 15px;
}
.float-message__text {
    flex: 1;
}
.float-message__button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 9px 14px 10px 14px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
    transition: all .2s linear;
    min-width: 102px;
    max-width: 102px;
    white-space: nowrap;
}
.float-message__button:active,
.float-message__button:hover {
    background-color: #2f2f2f;
    text-decoration: none;
}
.float-message a.float-message__learn_more{
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: transparent;
    text-decoration: none;
    color: #fff;
}
.float-message a.float-message__learn_more:hover{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
}
.float-message a.float-message__learn_more:focus,
.float-message a.float-message__learn_more:active{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
}
.float-message__accept{
    font-weight: 700;
    border: 1px solid rgba(7, 131, 0, 0.50);
    background: linear-gradient(180deg, rgba(65, 205, 0, 0.90) 0%, rgba(26, 172, 14, 0.90) 100%);
}
.float-message__accept:hover{
    border: 1px solid rgba(7, 131, 0, 0.50);
    background: linear-gradient(180deg, rgba(97, 211, 50, 0.90) 0%, rgba(30, 174, 18, 0.90) 100%);
}
.float-message__accept:focus,
.float-message__accept:active{
    border: 1px solid rgba(7, 131, 0, 0.50);
    background: linear-gradient(180deg, rgba(64, 215, 0, 0.90) 0%, rgba(27, 173, 14, 0.90) 100%);
    box-shadow: 0px 4px 4px 0px #3AB701 inset;
}
.float-message__button:first-child{
    margin-left: 15px;
}
.float-message__cta{display: flex;justify-content: center;}
@media (max-width: 992px){
    .float-message__wrap .container{
        width: 100%;
    }
}
@media(max-width: 576px) {
    .float-message {
        display: block;
        text-align: center;
    }
    .float-message__text{
        margin-bottom: 15px;
    }
    .float-message__button {
        display: inline-block;
    }
    .float-message__button:first-child{
        margin-left: 0;
    }
}
body #ez-toc-container .ez-toc-js-icon-con {
  border: none;
}
.wpml-ls-item-toggle:not(.js-wpml-ls-item-toggle) {
  pointer-events: none;
}
/* glossary */
.cmtt-categories-filter a.cmtt-glossary-category {
  padding: 5px 10px !important;
}
.cmtt-categories-filter a.cmtt-glossary-category.selected {
  text-decoration: none !important; 
}
.glossary-search-clear {
display: inline-flex;
}