/*
Theme Name: 	Newspaper-child
Description: 	Child theme
License:
License URI:
Text Domain:    newspaper-child
Tags:black, white, one-column, two-columns, fixed-layout
*/

/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.mx_image_background {
    background-color: #f2f2f2;
}
.name_author_out {
    display: flex;
    gap: 5px;
}

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

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

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

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 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: 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 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;
}

/* Theme Grid */
body {
    visibility: visible !important;
}

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

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

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
}

.td-main-content-wrap,
.td-category-grid {
    background-color: #fff;
}

.td-page-meta {
    display: none;
}

/*  ----------------------------------------------------------------------------
    container
*/
.td-container,
.tdc-row,
.tdc-row-composer {
    width: 1068px;
    margin-right: auto;
    margin-left: auto;
}

.td-container:before,
.tdc-row:before,
.tdc-row-composer:before,
.td-container:after,
.tdc-row:after,
.tdc-row-composer:after {
    display: table;
    content: '';
    line-height: 0;
}

.td-container:after,
.tdc-row:after,
.tdc-row-composer:after {
    clear: both;
}

.tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style,
.tdc-row-composer[class*="stretch_row"] > .td-pb-row > .td-element-style {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 767px) {
    .td-pb-row > .td-element-style {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.td-md-is-ios .tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style,
.td-md-is-ios .tdc-row-composer[class*="stretch_row"] > .td-pb-row > .td-element-style {
    width: calc(100vw + 1px) !important;
}

@media (max-width: 767px) {
    .td-md-is-ios .td-pb-row > .td-element-style {
        width: calc(100vw + 1px);
    }
}

@media (min-width: 1019px) {
    .vc_inner.absolute_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .vc_inner.absolute_inner {
        padding-left: 14px;
        padding-right: 14px;
    }
}

.vc_inner.absolute_inner_full {
    width: 100%;
}

.vc_inner.absolute_inner_1068 {
    width: 100%;
    max-width: 1156px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .vc_inner.absolute_inner_1068 {
        max-width: 1020px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .vc_inner.absolute_inner_1068 {
        max-width: 768px;
        padding-left: 0;
        padding-right: 0;
    }
}

.tdc-row.stretch_row_1200,
.tdc-row-composer.stretch_row_1200 {
    width: auto;
    max-width: 1240px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .tdc-row.stretch_row_1200 > .td-pb-row,
    .tdc-row-composer.stretch_row_1200 > .td-pb-row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1019px) {
    .tdc-row.stretch_row_1200,
    .tdc-row-composer.stretch_row_1200 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.vc_inner.absolute_inner_1200 {
    width: 100%;
    max-width: 1248px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tdc-row.stretch_row_1400,
.tdc-row-composer.stretch_row_1400 {
    width: auto;
    max-width: 1440px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .tdc-row.stretch_row_1400 > .td-pb-row,
    .tdc-row-composer.stretch_row_1400 > .td-pb-row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1019px) {
    .tdc-row.stretch_row_1400,
    .tdc-row-composer.stretch_row_1400 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.vc_inner.absolute_inner_1400 {
    width: 100%;
    max-width: 1448px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tdc-row.stretch_row_1600,
.tdc-row-composer.stretch_row_1600 {
    width: auto;
    max-width: 1640px;
    /* responsive portrait tablet */
}

.tdc-row.stretch_row_1600 > .td-pb-row,
.tdc-row-composer.stretch_row_1600 > .td-pb-row {
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .tdc-row.stretch_row_1600 > .td-pb-row,
    .tdc-row-composer.stretch_row_1600 > .td-pb-row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1019px) {
    .tdc-row.stretch_row_1600,
    .tdc-row-composer.stretch_row_1600 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.vc_inner.absolute_inner_1600 {
    width: 100%;
    max-width: 1648px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tdc-row.stretch_row_1800,
.tdc-row-composer.stretch_row_1800 {
    width: auto;
    max-width: 1840px;
    /* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .tdc-row.stretch_row_1800 > .td-pb-row,
    .tdc-row-composer.stretch_row_1800 > .td-pb-row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1019px) {
    .tdc-row.stretch_row_1800,
    .tdc-row-composer.stretch_row_1800 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.vc_inner.absolute_inner_1800 {
    width: 100%;
    max-width: 1848px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tdc-row.stretch_row_content,
.tdc-row-composer.stretch_row_content {
    width: 100%;
}

.tdc-row.stretch_row_content_no_space,
.tdc-row-composer.stretch_row_content_no_space {
    width: 100%;
}

.tdc-row.stretch_row_content_no_space > .td-pb-row,
.tdc-row-composer.stretch_row_content_no_space > .td-pb-row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767px) {
    .tdc-row.td-stretch-content,
    .tdc-row-composer.td-stretch-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*  ----------------------------------------------------------------------------
    rows
*/
.td-pb-row {
    *zoom: 1;
    margin-right: -24px;
    margin-left: -24px;
    position: relative;
}

.td-pb-row:before,
.td-pb-row:after {
    display: table;
    content: '';
}

.td-pb-row:after {
    clear: both;
}

.td-boxed-layout .vc_row {
    width: auto;
    left: 0;
    padding-left: 0;
    padding-right: 0;
}

/*  ----------------------------------------------------------------------------
    all spans
*/
.td-pb-row [class*="td-pb-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    position: relative;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-pb-row [class*="td-pb-span"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-row [class*="td-pb-span"] {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    .td-pb-row [class*="td-pb-span"] {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%;
    }
}

.vc_row-no-padding.td-pb-row [class*="td-pb-span"] {
    padding-left: 0;
    padding-right: 0;
}

/*  ----------------------------------------------------------------------------
    smart sidebar - fix
*/
.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

/*  ----------------------------------------------------------------------------
    main grid
*/
.td-pb-span1 {
    width: 8.33333333%;
}

.td-pb-span2 {
    width: 16.66666667%;
}

.td-pb-span3 {
    width: 25%;
}

.td-pb-span4 {
    width: 33.33333333%;
}

.td-pb-span5 {
    width: 41.66666667%;
}

.td-pb-span6 {
    width: 50%;
}

.td-pb-span7 {
    width: 58.33333333%;
}

.td-pb-span8 {
    width: 66.66666667%;
}

.td-pb-span9 {
    width: 75%;
}

.td-pb-span10 {
    width: 83.33333333%;
}

.td-pb-span11 {
    width: 91.66666667%;
}

.td-pb-span12 {
    width: 100%;
}

/*  ----------------------------------------------------------------------------
    hacks Visual Composer
*/
.wpb_row {
    margin-bottom: 0;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

.vc_row .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* block row + global block spans */
.td-block-row {
    *zoom: 1;
    margin-left: -24px;
    margin-right: -24px;
}

.td-block-row:before,
.td-block-row:after {
    display: table;
    content: '';
}

.td-block-row:after {
    clear: both;
}

.td-block-row [class*="td-block-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-block-row [class*="td-block-span"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-block-row [class*="td-block-span"] {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    .td-block-row [class*="td-block-span"] {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%;
    }
}

.td-block-span1 {
    width: 8.33333333%;
}

.td-block-span2 {
    width: 16.66666667%;
}

.td-block-span3 {
    width: 25%;
}

.td-block-span4 {
    width: 33.33333333%;
}

.td-block-span5 {
    width: 41.66666667%;
}

.td-block-span6 {
    width: 50%;
}

.td-block-span7 {
    width: 58.33333333%;
}

.td-block-span8 {
    width: 66.66666667%;
}

.td-block-span9 {
    width: 75%;
}

.td-block-span10 {
    width: 83.33333333%;
}

.td-block-span11 {
    width: 91.66666667%;
}

.td-block-span12 {
    width: 100%;
}

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
    .td-container,
    .tdc-row,
    .tdc-row-composer {
        width: 980px;
    }

    .td-pb-row,
    .td-block-row {
        margin-right: -20px;
        margin-left: -20px;
    }
}

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
    .td-container,
    .tdc-row,
    .tdc-row-composer {
        width: 740px;
    }

    .td-pb-row,
    .td-block-row {
        margin-right: -14px;
        margin-left: -14px;
    }
}

/* responsive portrait phone */
@media (max-width: 767px) {
    .td-container,
    .tdc-row,
    .tdc-row-composer {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .td-pb-row,
    .td-block-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/*
----------------------------------------------------------------------------
  Site wide > typography style
----------------------------------------------------------------------------
*/
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 21px;
}

p {
    margin-top: 0;
    margin-bottom: 21px;
}

a:active,
a:focus {
    outline: none;
}

a {
    color: #4db2ec;
    text-decoration: none;
}

ins {
    background: #fff;
    text-decoration: none;
}

code {
    position: relative;
    top: -1px;
    border: none;
    background-color: #F1F1F1;
    padding: 2px 6px;
}

pre {
    background-color: #f1f1f1;
    padding: 4px 10px;
    border: none;
    border-radius: 0;
    margin-top: 24px;
    overflow: auto;
}

cite {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #000;
}

cite a {
    color: #000;
}

cite a:hover {
    color: #4db2ec;
}

q {
    font-style: italic;
}

ul,
ol {
    padding: 0;
}

ul li,
ol li {
    line-height: 24px;
    margin-left: 21px;
}

.dl-horizontal a {
    font-weight: 500;
}

.dl-horizontal dt {
    width: 70px;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
}

.dl-horizontal dd {
    margin-left: 90px;
    line-height: 24px;
    font-size: 14px;
}

address {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 21px;
}

big {
    text-transform: uppercase;
}

embed {
    width: 100%;
}

/*  ----------------------------------------------------------------------------
     table
*/
table {
    width: 100%;
}

table th {
    text-align: left;
    border: 1px solid #ededed;
    padding: 2px 8px;
}

table td {
    border: 1px solid #ededed;
    padding: 2px 8px;
}

table .odd td {
    background-color: #fcfcfc;
}

/*  ----------------------------------------------------------------------------
    h
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-weight: 400;
    margin: 6px 0;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #111111;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 33px;
    margin-bottom: 23px;
}

h2 {
    font-size: 27px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 17px;
}

h4 {
    font-size: 19px;
    line-height: 29px;
    margin-top: 24px;
    margin-bottom: 14px;
}

h5 {
    font-size: 17px;
    line-height: 25px;
    margin-top: 21px;
    margin-bottom: 11px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 21px;
    margin-bottom: 11px;
}

.videopress-placeholder {
    width: 100%;
}

.videopress-poster {
    height: auto;
    width: 100%;
}

.video-player {
    width: 100%;
}

/*
----------------------------------------------------------------------------
  Site wide > Forms
----------------------------------------------------------------------------
*/
textarea {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 168px;
    min-height: 168px;
    padding: 6px 9px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    textarea {
        font-size: 16px;
    }
}

textarea:active,
textarea:focus {
    border-color: #b0b0b0 !important;
}

textarea:focus,
input:focus,
input[type]:focus {
    outline: 0 none;
}

/* Input buttons */
input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: #222222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

input[type=submit]:hover {
    background-color: #4db2ec;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    input[type=text],
    input[type=url],
    input[type=tel],
    input[type=email] {
        font-size: 16px;
    }
}

input[type=text]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus {
    border-color: #b0b0b0 !important;
}

input[type=password] {
    width: 100%;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #ccc;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    margin-bottom: 10px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    input[type=password] {
        font-size: 16px;
    }
}

/*
----------------------------------------------------------------------------
  Site wide > WordPress Text, Images & Captions
----------------------------------------------------------------------------
*/
.tagdiv-type {
    /*  ----------------------------------------------------------------------------
      text and Images align
    */
    font-size: 15px;
    line-height: 1.74;
    color: #222;
    /*  ----------------------------------------------------------------------------
      quote :not(.wp-block-quote)
  */
}

.tagdiv-type img {
    margin-bottom: 21px;
}

.tagdiv-type figure img {
    margin-bottom: 0;
}

.tagdiv-type .alignnone {
    display: inline-block;
    margin: 0 5px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .alignnone {
        margin: 0 10px 0 0;
    }
}

.tagdiv-type a:hover {
    text-decoration: underline;
}

.tagdiv-type ul,
.tagdiv-type ol {
    margin-bottom: 26px;
}

.tagdiv-type ul li:not(.blocks-gallery-item),
.tagdiv-type ol li:not(.blocks-gallery-item) {
    line-height: inherit;
    margin-bottom: 10px;
}

.tagdiv-type ul li:not(.blocks-gallery-item):last-child,
.tagdiv-type ol li:not(.blocks-gallery-item):last-child {
    margin-bottom: 0;
}

.tagdiv-type li ul,
.tagdiv-type li ol {
    margin-bottom: 0;
}

.tagdiv-type li[style="text-align: center;"],
.tagdiv-type li[style="text-align: right;"] {
    list-style-position: inside;
    margin-left: -21px;
}

.tagdiv-type p {
    margin-bottom: 26px;
}

.tagdiv-type .td-arrow-list {
    list-style: none;
    margin-left: 16px;
}

.tagdiv-type .td-arrow-list li:before {
    font-family: 'newspaper', sans-serif;
    content: '\e803';
    float: left;
    margin-left: -16px;
    line-height: 26px;
    font-size: 14px;
}

.tagdiv-type embed,
.tagdiv-type iframe,
.tagdiv-type object {
    max-width: 100% !important;
}

.tagdiv-type iframe.instagram-media {
    margin: 1px 0 12px !important;
}

.tagdiv-type blockquote {
    padding: 0;
    position: relative;
    border-left: none;
    margin: 40px 5% 38px;
    font-style: italic;
    text-align: center;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type blockquote {
        margin: 20px 3% 18px;
    }
}

.tagdiv-type blockquote p {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4db2ec;
    word-wrap: break-word;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .tagdiv-type blockquote p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .tagdiv-type blockquote p {
        font-size: 22px;
        line-height: 30px;
    }
}

.tagdiv-type blockquote cite {
    display: block;
}

.tagdiv-type .td_quote_right {
    float: right;
    width: 50%;
    margin: 21px 0 21px 21px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .td_quote_right {
        float: none;
        width: auto;
        margin-right: 5%;
        margin-left: 5%;
    }
}

.tagdiv-type .td_quote_left {
    float: left;
    width: 50%;
    margin: 18px 18px 18px 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .td_quote_left {
        float: none;
        width: auto;
        margin-right: 5%;
        margin-left: 5%;
    }
}

.tagdiv-type .td_quote_left p,
.tagdiv-type .td_quote_left cite {
    text-align: left;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .td_quote_left p,
    .tagdiv-type .td_quote_left cite {
        text-align: center;
    }
}

.tagdiv-type .td_quote_box {
    margin: 0;
    background-color: #FCFCFC;
    border-left: 2px solid #4db2ec;
    padding: 15px 23px 16px 23px;
    position: relative;
    top: 6px;
    clear: both;
}

.tagdiv-type .td_quote_box p {
    font-family: 'Open Sans', arial, sans-serif;
    color: #777;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
    text-transform: none;
}

.tagdiv-type .td_quote_box cite {
    margin-top: 20px;
    font-size: 11px;
}

.tagdiv-type .td_box_left {
    width: 40%;
    float: left;
    margin: 0 34px 20px 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .td_box_left {
        float: none;
        margin: 0 0 36px 0;
        width: auto;
    }
}

.tagdiv-type .td_box_left p,
.tagdiv-type .td_box_left cite {
    text-align: left;
}

.tagdiv-type .td_box_right {
    width: 30%;
    float: right;
    margin: 0 0 20px 34px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .td_box_right {
        float: none;
        margin: 0 0 36px 0;
        width: auto;
    }
}

.tagdiv-type .td_box_right p,
.tagdiv-type .td_box_right cite {
    text-align: left;
}

.tagdiv-type .td_box_center {
    margin: 0 0 29px 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .td_box_center {
        margin-bottom: 36px;
    }
}

.tagdiv-type .wp-block-pullquote blockquote,
.tagdiv-type .td_pull_quote {
    padding: 18px 25px;
    margin: 0;
    clear: both;
}

.tagdiv-type .wp-block-pullquote blockquote p,
.tagdiv-type .td_pull_quote p {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
}

.tagdiv-type .wp-block-pullquote blockquote p:first-child:before,
.tagdiv-type .td_pull_quote p:first-child:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==') no-repeat;
}

.tagdiv-type .wp-block-pullquote blockquote p:after,
.tagdiv-type .td_pull_quote p:after {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC') no-repeat;
}

.tagdiv-type .wp-block-pullquote blockquote cite,
.tagdiv-type .td_pull_quote cite {
    margin-top: -10px;
    font-size: 11px;
}

.tagdiv-type .wp-block-pullquote blockquote,
.tagdiv-type .td_pull_center {
    margin: 17px 0;
    padding: 15px 50px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .wp-block-pullquote blockquote,
    .tagdiv-type .td_pull_center {
        padding: 15px 20px;
    }
}

.tagdiv-type .wp-block-pullquote {
    padding: 0;
    color: #4db2ec;
}

.tagdiv-type .wp-block-pullquote p {
    color: inherit;
}

.tagdiv-type .wp-block-pullquote cite {
    color: #000;
}

.tagdiv-type .wp-block-pullquote.alignfull blockquote {
    margin-left: 30px;
    margin-right: 30px;
}

.tagdiv-type .wp-block-pullquote.alignleft,
.tagdiv-type .td_pull_left {
    width: 40%;
    margin-right: 34px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .wp-block-pullquote.alignleft,
    .tagdiv-type .td_pull_left {
        float: none;
        margin: 0 0 30px 0;
        width: auto;
    }
}

.tagdiv-type .td_pull_left {
    float: left;
}

.tagdiv-type .wp-block-pullquote.alignright,
.tagdiv-type .td_pull_right {
    width: 30%;
    margin-left: 24px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .tagdiv-type .wp-block-pullquote.alignright,
    .tagdiv-type .td_pull_right {
        float: none;
        margin: 0 0 30px 0;
        width: auto;
    }
}

.tagdiv-type .td_pull_right {
    float: right;
}

.tagdiv-type .wp-block-pullquote.alignleft,
.tagdiv-type .wp-block-pullquote.alignright {
    margin-top: 0;
    margin-bottom: 0;
    /* responsive portrait phone */
}

.tagdiv-type .wp-block-pullquote.alignleft blockquote,
.tagdiv-type .wp-block-pullquote.alignright blockquote {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .tagdiv-type .wp-block-pullquote.alignleft,
    .tagdiv-type .wp-block-pullquote.alignright {
        max-width: 100%;
    }
}

.tagdiv-type .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}

@media (max-width: 767px) {
    .td-md-is-ios .tagdiv-type figure {
        width: auto;
    }
}

img.wp-smiley {
    width: auto;
}

.wp-caption-text,
.wp-caption-dd {
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
    margin: 6px 0 26px 0;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    color: #444;
}

.wp-caption {
    text-align: center;
    max-width: 100%;
}

.wp-caption img {
    max-width: 100%;
}

.alignnone {
    margin-top: 0;
}

.aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin: 6px auto;
}

img.td-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

figure.alignright,
figure.alignleft,
figure.aligncenter {
    margin-bottom: 0;
}

/* responsive portrait phone */
@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none !important;
    }
}

/*  ----------------------------------------------------------------------------
    align left
     -> on desktop - the tinyMCE size is used
     -> on tablet(s) - apply the max-width to make it look nice
     -> on phones  - center, max width 100%
        + fix for tinyMCE padding
     -> on full width td-pb-span12
*/
.alignleft {
    float: left;
    /* hack for tinyMCE / post content diffs*/
    margin: 6px 24px 6px 0;
    /* responsive landscape tablet */
    /* responsive portrait tablet + phone */
    /* responsive phone CUSTOM - align the image on center */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .alignleft {
        max-width: 312px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .alignleft {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .alignleft {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 21px;
    }

    .alignleft img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .alignleft figcaption {
        text-align: center;
    }
}

.mce-content-body .alignleft {
    margin: 6px 24px 6px 0;
}

.td-pb-span12 .alignleft,
.mceContentBody-max-width-big .alignleft {
    /* responsive landscape tablet */
    /* responsive portrait tablet */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-pb-span12 .alignleft,
    .mceContentBody-max-width-big .alignleft {
        max-width: 550px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12 .alignleft,
    .mceContentBody-max-width-big .alignleft {
        max-width: 400px !important;
    }
}

/*  ----------------------------------------------------------------------------
    Screen reader text
*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/*  ----------------------------------------------------------------------------
    align right
     -> on desktop - the tinyMCE size is used
     -> on tablets - apply the max-width to make it look nice
     -> on phones  - center, max width 100%
        + fix for tinyMCE padding
     -> on full width td-pb-span12
*/
.alignright {
    float: right;
    margin: 6px 0 6px 24px;
    /* hack for tinyMCE / post content diffs*/
    /* responsive landscape tablet */
    /* responsive portrait tablet + phone */
    /* responsive phone CUSTOM  - align the image on center */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .alignright {
        max-width: 312px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .alignright {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .alignright {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 21px;
    }

    .alignright img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .alignright figcaption {
        text-align: center;
    }
}

.mce-content-body .alignright {
    margin: 6px 0 6px 24px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-pb-span12 .alignright,
    .mceContentBody-max-width-big .alignright {
        max-width: 550px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-pb-span12 .alignright,
    .mceContentBody-max-width-big .alignright {
        max-width: 400px !important;
    }
}

.entry-title a:hover,
.td-post-category:hover,
.widget a:hover,
.td_block_wrap a:hover {
    text-decoration: none !important;
}

.wp-block-quote.is-large cite {
    font-size: 13px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
}

.wp-block-separator.is-style-wide {
    border-width: 0 0 1px 0;
}

.twitter-tweet p {
    font-family: initial;
    font-size: initial;
    line-height: initial;
    font-style: initial;
    text-align: initial;
    text-transform: initial;
    color: initial;
    font-weight: initial;
}

blockquote small {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #444;
}

blockquote.pull-right {
    padding-left: 20px;
    border-right: none;
}

blockquote.pull-right:after {
    border-right: 2px solid #FB5502;
    width: 40px;
    right: -40px;
}

/*  ----------------------------------------------------------------------------
    dropcaps
*/
.dropcap {
    float: left;
    display: block;
    font-size: 50px;
    line-height: 56px;
    background-color: #4db2ec;
    color: #fff;
    text-align: center;
    margin: 9px 13px 0 0;
    padding: 2px 10px 4px;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    min-width: 62px;
    min-height: 62px;
}

.dropcap1 {
    border-radius: 70px;
    font-size: 40px;
    padding: 2px 14px 4px;
}

.dropcap2 {
    background-color: transparent !important;
    color: #4B4B4B;
    font-size: 79px;
    line-height: 69px;
    margin: 0 9px 0 0;
    padding: 0 13px 0 0;
}

.dropcap3 {
    background-color: transparent !important;
    color: #4B4B4B;
    font-weight: bold;
    font-size: 79px;
    line-height: 69px;
    margin: 0 9px 0 0;
    padding: 0 13px 0 0;
}

/*  ----------------------------------------------------------------------------
    text columns
*/
.td_text_columns_two_cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule-style: solid;
    -moz-column-rule-style: solid;
    column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    -moz-column-rule-width: 1px;
    column-rule-width: 1px;
    -webkit-column-rule-color: #e9e9e9;
    -moz-column-rule-color: #e9e9e9;
    column-rule-color: #e9e9e9;
    margin-bottom: 26px;
}

/*  ----------------------------------------------------------------------------
    button
*/
.td_btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: white;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
}

.td_btn_sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.td_btn_sm.td_round_btn {
    border-radius: 3px;
}

.td_btn_md {
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
}

.td_btn_md.td_round_btn {
    border-radius: 4px;
}

.td_btn_lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.td_btn_lg.td_round_btn {
    border-radius: 6px;
}

.td_default_btn,
.td_round_btn {
    transition: background-color 0.1s ease;
    -webkit-transition: background-color 0.1s ease;
    background-color: #4db2ec;
}

.td_default_btn:hover,
.td_round_btn:hover {
    background-color: #444 !important;
}

.td_default_btn:active,
.td_round_btn:active {
    background-color: #000 !important;
}

.td_outlined_btn {
    border-radius: 4px;
    border: 2px solid #4db2ec;
    color: #4db2ec;
    background-color: transparent;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.td_outlined_btn:hover {
    background-color: #4db2ec;
    color: #fff;
}

.td_outlined_btn:active {
    background-color: #444 !important;
    border-color: #444;
}

.td_shadow_btn {
    background-color: #4db2ec;
    top: 0;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    transition: top 0.1s ease;
    -webkit-transition: top 0.1s ease;
}

.td_shadow_btn:hover {
    top: -3px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}

.td_shadow_btn:active {
    background-color: #444 !important;
}

.td_3D_btn {
    background-color: #4db2ec;
    top: 0;
    transition: top 0.1s ease;
    -webkit-transition: top 0.1s ease;
}

.td_3D_btn:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
    transition: height 0.1s ease;
    -webkit-transition: height 0.1s ease;
}

.td_3D_btn:hover {
    top: 5px;
}

.td_3D_btn:hover:before {
    height: 0;
}

.td_3D_btn:hover:after {
    height: 0;
}

.td_3D_btn:active {
    background-color: #444 !important;
}

/*  ----------------------------------------------------------------------------
    text highlighting
*/
.td_text_highlight_0 {
    background-color: rgba(0, 0, 0, 0.77);
    padding: 5px 0 6px 0;
    margin: 0 8px 0 8px;
    box-shadow: 8px 0 0 rgba(0, 0, 0, 0.77), -8px 0 0 rgba(0, 0, 0, 0.77);
    color: #2a2a2a;
    -webkit-transition: color 400ms;
    transition: color 400ms;
}

.td_text_highlight_0:hover {
    color: #F9F9F9;
    cursor: default;
}

.td_text_highlight_marker {
    padding: 5px 0 6px 0;
    margin: 0 8px 0 8px;
    color: white;
    -webkit-transition: color 400ms;
    transition: color 400ms;
}

.td_text_highlight_marker:hover {
    color: #F9F9F9;
}

.td_text_highlight_marker_red {
    background-color: rgba(255, 28, 26, 0.62);
    box-shadow: 8px 0 0 rgba(255, 28, 26, 0.62), -8px 0 0 rgba(255, 28, 26, 0.62);
}

.td_text_highlight_marker_blue {
    background-color: rgba(57, 213, 255, 0.75);
    box-shadow: 8px 0 0 rgba(57, 213, 255, 0.75), -8px 0 0 rgba(57, 213, 255, 0.75);
}

.td_text_highlight_marker_green {
    background-color: rgba(77, 216, 69, 0.65);
    box-shadow: 8px 0 0 rgba(77, 216, 69, 0.65), -8px 0 0 rgba(77, 216, 69, 0.65);
}

.td_text_highlight_marker_yellow {
    background-color: rgba(255, 203, 0, 0.75);
    box-shadow: 8px 0 0 rgba(255, 203, 0, 0.75), -8px 0 0 rgba(255, 203, 0, 0.75);
}

.td_text_highlight_marker_pink {
    background-color: rgba(255, 101, 243, 0.75);
    box-shadow: 8px 0 0 rgba(255, 101, 243, 0.75), -8px 0 0 rgba(255, 101, 243, 0.75);
}

/*  ----------------------------------------------------------------------------
    custom post padding
*/
.td-paragraph-padding-0 {
    display: block;
    padding-left: 0;
    padding-right: 6%;
}

.td-paragraph-padding-1 {
    display: block;
    padding-left: 6%;
    padding-right: 6%;
}

.td-paragraph-padding-2 {
    display: block;
    padding-left: 12%;
    padding-right: 12%;
}

.td-paragraph-padding-3 {
    display: block;
    padding-left: 6%;
    padding-right: 12%;
}

.td-paragraph-padding-4 {
    display: block;
    padding-left: 6%;
    padding-right: 0;
}

.td-paragraph-padding-5 {
    display: block;
    padding-left: 18%;
    padding-right: 18%;
}

.td-paragraph-padding-6 {
    display: block;
    padding-left: 12%;
    padding-right: 6%;
}

.td-pb-span8 .td-paragraph-padding-0,
.mceContentBody-max-width-small .td-paragraph-padding-0 {
    padding-right: 4%;
}

.td-pb-span8 .td-paragraph-padding-1,
.mceContentBody-max-width-small .td-paragraph-padding-1 {
    padding-left: 4%;
    padding-right: 4%;
}

.td-pb-span8 .td-paragraph-padding-2,
.mceContentBody-max-width-small .td-paragraph-padding-2 {
    padding-left: 8%;
    padding-right: 8%;
}

.td-pb-span8 .td-paragraph-padding-3,
.mceContentBody-max-width-small .td-paragraph-padding-3 {
    padding-left: 4%;
    padding-right: 8%;
}

.td-pb-span8 .td-paragraph-padding-4,
.mceContentBody-max-width-small .td-paragraph-padding-4 {
    padding-left: 4%;
}

.td-pb-span8 .td-paragraph-padding-5,
.mceContentBody-max-width-small .td-paragraph-padding-5 {
    padding-left: 12%;
    padding-right: 12%;
}

.td-pb-span8 .td-paragraph-padding-6,
.mceContentBody-max-width-small .td-paragraph-padding-6 {
    padding-left: 8%;
    padding-right: 4%;
}

/* responsive phone */
@media (max-width: 500px) {
    .td-paragraph-padding-0,
    .td-paragraph-padding-1,
    .td-paragraph-padding-2,
    .td-paragraph-padding-3,
    .td-paragraph-padding-4,
    .td-paragraph-padding-5,
    .td-paragraph-padding-6 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.td_module_wrap {
    position: relative;
    padding-bottom: 35px;
}

.td_module_wrap .entry-title {
    /* General Title */
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0;
}

.td_module_wrap:hover .entry-title a {
    color: #4db2ec;
}

.entry-title {
    word-wrap: break-word;
}

/*  ----------------------------------------------------------------------------
    thumbnail
*/
.td-module-thumb {
    position: relative;
    margin-bottom: 13px;
}

.td-module-thumb .entry-thumb {
    display: block;
}

.td-video-play-ico {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.48);
    border: 0.050em solid #fff;
    border-radius: 100%;
    font-size: 40px;
    z-index: 1;
    -webkit-box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.4);
}

.td-video-play-ico i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 35%;
    color: #fff;
}

.td-video-play-ico i.td-icon-video-thumb-play {
    left: 54%;
}

.td-video-play-ico i.td-icon-audio-thumb-play {
    left: 47%;
}

.td-video-play-ico.td-video-small {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

/*  ----------------------------------------------------------------------------
   module meta info
*/
.td-module-meta-info {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}

.td_module_wrap.td-meta-info-hide .td-module-meta-info {
    min-height: 1px;
    margin-top: -4px;
}

.entry-review-stars {
    display: inline-block;
    position: relative;
    top: 1px;
}

.td-post-author-name {
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 2px;
}

.td-post-author-name a {
    color: #000;
}

.td-post-author-name span {
    color: #ccc;
    margin: 0 2px 0 2px;
    font-weight: normal;
}

.td-post-author-name div {
    display: inline;
    margin-right: 2px;
}

.td-post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px;
}

.td-module-comments {
    position: relative;
    float: right;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.td-module-comments a {
    color: #fff;
    background-color: #000;
    display: inline-block;
    min-width: 17px;
    padding: 3px 4px 4px 5px;
    position: relative;
}

.td-module-comments a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}

/*  ----------------------------------------------------------------------------
    excerpt
*/
.td-excerpt {
    font-size: 13px;
    color: #777;
    font-family: 'Open Sans', arial, sans-serif;
    margin-top: 9px;
}

.td-read-more,
.more-link-wrap {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.td-read-more a,
.more-link-wrap a {
    background-color: #4db2ec;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 15px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.td-read-more a:hover,
.more-link-wrap a:hover {
    background-color: #222222 !important;
    text-decoration: none;
}

/*  ----------------------------------------------------------------------------
    admin edit
*/
.td-admin-edit {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    padding: 3px 10px;
    font-size: 13px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.td-admin-edit:hover {
    background-color: #000;
}

.td-module-thumb:hover .td-admin-edit {
    display: block;
}

.td-post-category {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.td-post-category:hover {
    background-color: #4db2ec;
}

.td-module-image {
    position: relative;
}

.td-module-image .td-post-category {
    position: absolute;
    bottom: 0;
}

.td-module-meta-info .td-post-category {
    display: inline-block;
}

/*  ----------------------------------------------------------------------------
    Module 15
*/
.td_module_15 {
    padding-bottom: 20px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 40px;
}

.td_module_15 .entry-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 8px;
    margin-top: 0;
    /* responsive max portrait tablet */
}

@media (max-width: 1018px) {
    .td_module_15 .entry-title {
        font-size: 26px;
        line-height: 36px;
    }
}

.td_module_15 .entry-title a:hover {
    text-decoration: none;
}

.td_module_15.sticky .entry-title a {
    color: #4db2ec;
}

.td_module_15 .td-module-meta-info a:hover {
    text-decoration: none;
}

.td_module_15.post {
    margin-top: 0;
}

.td_module_15.post .td-post-comments {
    display: inline-block;
    float: none;
    margin-left: 22px;
    vertical-align: top;
    position: relative;
    top: 2px;
}

.td_module_15.post .td-post-comments a {
    color: #444;
}

.td_module_15.post .td-module-meta-info {
    margin-bottom: 21px;
}

.td_module_15 .entry-review-stars {
    top: 5px;
}

.td_module_15 .td-post-content {
    padding-bottom: 0;
}

.td_module_15 .td-icon-comments {
    font-size: 9px;
    margin-right: 5px;
    vertical-align: middle;
}

.td_module_15 .alignwide {
    width: 100% !important;
    margin-left: 0 !important;
}

.td_module_15 .alignfull {
    left: auto;
    transform: none;
    width: auto !important;
    margin-left: 0 !important;
}

.td_module_15 .alignfull.wp-block-columns {
    padding-left: 0;
    padding-right: 0;
}

.td_module_15 .td-post-content > * {
    max-width: none !important;
}

/*  ----------------------------------------------------------------------------
    Block Titles + Line
*/
.block-title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #222222;
}

.block-title a,
.block-title span,
.block-title label {
    /* label is for jetpack */
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #222222;
    color: #fff;
}

.td-block-title span,
.td-block-title a {
    display: inline-block;
}

/* Block headers style */
.td_block_template_1 .block-title {
    text-align: left;
}

/* Less for Gutenberg elements */
.wp-block-image figcaption {
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
    margin: 6px 0 26px 0;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    color: #444;
}

.wp-block-image.alignfull figcaption {
    margin-right: 20px;
    margin-left: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 17px;
}

.wp-block-gallery.alignnone {
    display: flex;
}

.wp-block-categories {
    padding: 0 10px;
}

.wp-block-categories,
.wp-block-categories ul {
    list-style-type: none;
}

.wp-block-categories ul {
    margin: 5px 0 0;
    padding-left: 26px;
}

.wp-block-categories li {
    margin-left: 0;
    margin-bottom: 5px;
}

.wp-block-categories li:last-child {
    margin-bottom: 0;
}

.wp-block-categories a {
    color: #000;
}

.wp-block-categories a:hover {
    text-decoration: none;
    color: #4db2ec;
}

.wp-block-categories .td-widget-no {
    float: right;
}

.wp-block-categories .td-widget-no:before {
    content: '(';
}

.wp-block-categories .td-widget-no:after {
    content: ')';
}

.wp-block-categories select {
    height: 30px;
    margin-bottom: 10px;
    margin-top: 13px;
    padding: 0 5px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 36px;
    line-height: 1.2;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
    font-size: 13px;
}

.wp-block-quote cite {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
}

.wp-block-archives {
    font-family: 'Open Sans', arial, sans-serif;
}

.wp-block-archives li {
    line-height: 30px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.wp-block-archives li a {
    color: #222222;
}

.wp-block-archives li a:hover {
    color: #4db2ec;
    text-decoration: none !important;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    display: flex;
    margin: 10px 0;
    line-height: 21px;
    padding-bottom: 13px;
    font-size: 12px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #b5b5b5;
    font-style: italic;
    margin-bottom: 5px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment p {
    margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment a {
    color: #222222;
    font-style: italic;
    font-size: 11px;
    font-weight: bold;
}

.wp-block-latest-comments .wp-block-latest-comments__comment a:hover {
    color: #4db2ec;
    text-decoration: none !important;
}

.wp-block-latest-posts:not(.is-grid) li {
    list-style: none;
    margin-bottom: 8px !important;
    margin-left: 0;
    padding-bottom: 7px;
    border-bottom: 1px dashed #f1f1f1;
    font-family: 'Roboto', sans-serif;
}

.wp-block-latest-posts:not(.is-grid) li:last-child {
    border-bottom: none;
}

.wp-block-latest-posts:not(.is-grid) li a {
    display: inline-block;
    color: #222222;
    line-height: 21px;
}

.wp-block-latest-posts:not(.is-grid) li a:hover {
    color: #4db2ec;
    text-decoration: none !important;
}

.wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__post-date {
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #b5b5b5;
    font-style: italic;
    margin-bottom: 5px;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    transition: background-color 0.1s ease;
    -webkit-transition: background-color 0.1s ease;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background-color: #444 !important;
    text-decoration: none !important;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not([class*="has-background"]) {
    background-color: #4db2ec;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border-width: 2px;
    border-style: solid;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]) {
    background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]):hover {
    background-color: #4db2ec;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-text-color"]) {
    color: #4db2ec;
    border-color: #4db2ec;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #444;
    color: #fff;
    text-decoration: none !important;
}

.td-pb-span12 .alignwide {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    max-width: 100vw;
}

.td-pb-span12 .alignwide img,
.td-pb-span12 .alignwide video,
.td-pb-span12 .alignwide.wp-block-embed iframe {
    padding: 0 calc((100% - 100vw) / 2);
}

.td-pb-span12 .alignwide.wp-block-video video {
    width: 100%;
}

.td-pb-span12 .alignwide.wp-block-embed iframe {
    width: 100%;
}

.td-pb-span12 .alignfull {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw !important;
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
}

.td-pb-span12 .alignfull.wp-block-cover.has-parallax {
    left: auto;
    transform: none;
    margin-left: calc((-100vw + 100%) / 2);
}

.td-pb-span12 .alignfull.wp-block-columns {
    padding-left: 8px;
    padding-right: 8px;
}

.td-pb-span12 .alignfull.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
    padding-bottom: 56.25%;
}

.td-pb-span12 .alignfull.wp-block-embed-wordpress-tv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.td-pb-span12 .alignfull.wp-block-embed iframe {
    width: 100%;
}

.tdc-column:not(.td-pb-span12) .alignwide {
    width: 100% !important;
    margin-left: 0 !important;
}

.tdc-column:not(.td-pb-span12) .alignfull.wp-block-pullquote blockquote {
    margin-left: 0;
    margin-right: 0;
}

.wp-block-media-text {
    margin-bottom: 26px;
}

@font-face {
    font-family: 'newspaper';
    src: url('images/icons/newspaper.eot?19');
    src: url('images/icons/newspaper.eot?19#iefix') format('embedded-opentype'), url('images/icons/newspaper.woff?19') format('woff'), url('images/icons/newspaper.ttf?19') format('truetype'), url('images/icons/newspaper.svg?19#newspaper') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="td-icon-"]:before,
[class*=" td-icon-"]:before {
    font-family: 'newspaper';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="td-icon-"] {
    line-height: 1;
    text-align: center;
    display: inline-block;
}

@media print {
    html,
    body {
        background-color: #FFF;
        color: #000;
        margin: 0;
        padding: 0;
    }

    body {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        zoom: 80%;
    }

    body .td-post-featured-image img {
        width: 100%;
    }

    .td-post-template-1 .td-featured-image-rec {
        width: 40%;
    }

    .td-post-template-6 #td-full-screen-header-image {
        position: relative !important;
    }

    .td-post-template-6 .td-post-header {
        height: auto;
    }

    .td-post-template-6 .td-post-header-holder {
        position: relative !important;
    }

    .td-post-template-6 .td-backstretch,
    .td-post-template-7 .td-backstretch {
        left: auto;
        right: auto;
        transform: none;
        width: auto;
        height: auto;
    }

    .td-post-template-7 .td-parallax-header {
        left: auto;
        right: auto;
        transform: none;
    }

    .td-post-template-8 .td-post-header {
        height: auto;
    }

    img {
        max-width: 100%;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    ul,
    ol,
    li {
        page-break-inside: avoid;
    }

    table,
    tr,
    td {
        page-break-before: avoid;
    }

    .single-post .td-header-wrap,
    .single-post .td-main-sidebar,
    .single-post #td-theme-settings,
    .single-post .td-header-top-menu,
    .single-post .td-header-menu-wrap,
    .single-post .td-header-sp-ads,
    .single-post .td-main-sidebar,
    .single-post .td-post-source-tags,
    .single-post .td-post-sharing,
    .single-post .td-post-next-prev,
    .single-post .td_block_related_posts,
    .single-post #comments,
    .single-post .td-footer-container,
    .single-post .td-footer-wrapper,
    .single-post .td-sub-footer-container,
    .single-post .td-category,
    .single-post .td-post-views,
    .single-post .td-post-comments,
    .single-post .td-scroll-up,
    .single-post iframe,
    .single-post .td-more-articles-box,
    .single-post .td_block_video_playlist,
    .single-post .td-crumb-container,
    .single-post .td-g-rec,
    .single-post .td-a-rec,
    .single-post .td-menu-background,
    .single-post .author-box-wrap .avatar {
        display: none !important;
    }

    .backstretch {
        display: none;
    }

    .td-main-content,
    header {
        width: 100% !important;
    }
}

/*  ----------------------------------------------------------------------------
    Sub Footer
*/
.td-sub-footer-container {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
    font-family: 'Open Sans', arial, sans-serif;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-sub-footer-container {
        text-align: center;
        padding: 6px 0;
    }
}

.td-sub-footer-copy {
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    /* 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;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-sub-footer-container .td-sub-footer-menu {
        float: none;
    }
}

/* Images alignment on mobiles */
@media (max-width: 767px) {
    img {
        display: block;
    }

    .aligncenter img {
        text-align: center;
        clear: both;
        display: block;
        margin: 6px auto;
    }
}

/* Hide pagination on homepage for bottom article news block */
.page-nav.td-pb-padding-side {
    display: none;
}

/* Crypto BM styles */
.cbm-presale-toplist__offer-logo img {
    margin-bottom: 0;
}

.cbm-presale-toplist__offer-title, .cbm-presale-toplist__offer-title a {
    font-size: 18px !important;
}

.cbm-presale-toplist__offer-logo img {
    height: 45px !important;
    width: auto !important;
    max-width: 80px !important;
}

.cbm-presale-toplist__offer-cta-button {
    background: #9e2424 !important;
}

.cbm-presale-toplist__offer-pros ul li {
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8041 10.0058L3.87481 10.0765L3.94552 10.0058L11.5252 2.42609L11.5959 2.35538L11.5252 2.28467L10.5335 1.29294L10.4628 1.22223L10.3921 1.29294L3.87481 7.81018L1.60786 5.54323L1.53715 5.47252L1.46644 5.54323L0.474699 6.53497L0.403989 6.60568L0.474699 6.67639L3.8041 10.0058Z' fill='%239e2424' stroke='%239e2424' stroke-width='0.2'/%3E%3C/svg%3E%0A") left 4px no-repeat !important;
}

.cbm-presale-toplist__offer-purchase-methods-more {
    margin-bottom: 30px !important;
}

.cbm-presale-toplist__meta-head {
    padding-bottom: 12px;
}

/* BM styles */
.campaign__partner-label-logo img,
.campaign-compact-table__offer-logo img {
    margin: 0 !important;
}

body {
    font-family: Roboto, serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.tagdiv-type {
    font-size: 18px
}

div#cookie-notice {
    bottom: 80px;
}

.td-theme-wrap .td-header-sp-top-widget .td-drop-down-search,
.td-theme-wrap #td-header-search {
    background-color: #fff;
    left: 0;
}

.campaign-shortcode_title-section h2 {
    display: none !important;
}

.vpn-finder__dots-steps li {
    margin-bottom: -3px !important;
    margin-left: 0;
}

.vpn-finder__tile-content img, .vpn-finder__screen-wrapper img {
    margin-bottom: 0;
}

.vpn-finder__final-offer-key-features ul {
    margin-bottom: 20px !important;
}