/*
Theme Name: NetWortHQ
Theme URI: http://www.NetWortHQ.com
Author: V.M
Version: 2.0
Author URI: http://valentinu.ro
Description: NetWortHQ
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: azd
Tags: two-columns, responsive-layout, custom-menu, editor-style, featured-images, sticky-post



/* RESET
=========================================================================
*/

html {
    font-family: sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

article,
aside,
details,
figcaption,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5rem;
}

sub {
    bottom: -0.25rem;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1.6rem;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 15px;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
*:focus {
    outline: 0;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Exo 2", Courier, monospace;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 1.5rem;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "";
    display: table;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "";
    display: table;
}

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

.clear:before,
.clear:after {
    content: '';
    display: table;
}

ul,
ol {
    margin: 0 0 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 15px;
    width: 100%;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
    overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

.remodal-wrapper:after {
    display: inline-block;

    height: 100%;
    margin-left: -0.05em;

    content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
    position: relative;
    text-size-adjust: 100%;
    overflow-x: hidden;
}

.remodal-is-initialized {
    display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
    animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {

}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 30px;
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #eee;
    text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
    animation: remodal-closing-keyframes 0.3s;
}


.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}


.remodal-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 6rem;
    font-weight: 100;
    right: 18px;
    position: absolute;
    top: 5px;  
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}




/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
    padding: 0;

    border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
    from {
        transform: scale(1.05);

        opacity: 0;
    }
    to {
        transform: none;

        opacity: 1;
    }
}

@keyframes remodal-closing-keyframes {
    from {
        transform: scale(1);

        opacity: 1;
    }
    to {
        transform: scale(0.95);

        opacity: 0;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
    .remodal {
        width: 100%;
        height: 100%;
    }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}


/* Carousel
=========================================================================
*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-theme .owl-controls{
    margin-top: 20px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #999;
}

.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.75%;
}
.span_2_of_4 {
    width: 49.5%;
}
.span_1_of_4 {
    width: 24.25%;
}

@media only screen and (max-width: 768px) {
    .col {  margin: 1% 0 1% 0%; }
    .span_1_of_4, 
    .span_2_of_4, 
    .span_3_of_4, 
    .span_4_of_4 { 
        width: 50%; 
    }
}

#wpadminbar {
    z-index: 5;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #cccccc; }
.mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }


/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 3px; 
    background: #333;
    color: #fff;

}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    overflow: hidden;
    font-weight: 600;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0; 
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-right: 9px solid;
    margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/*
 * share-selection: Medium like popover menu to share on Twitter or by email any text selected on the page
 *
 * -- Requires jQuery --
 * -- AMD compatible  --
 *
 * Author: Xavier Damman (@xdamman)
 * GIT: https://github.com/xdamman/share-selection
 * MIT License
 */

@keyframes selectionSharerPopover-animation {
    0%{
        transform:matrix(0.97,0,0,1,0,12);
        filter:alpha(opacity=0);
        opacity:0
    }
    20%{
        transform:matrix(0.99,0,0,1,0,2);
        filter:alpha(opacity=70);
        opacity:.7
    }
    40%{
        transform:matrix(1,0,0,1,0,-1);
        filter:alpha(opacity=100);
        opacity:1
    }
    70%{
        transform:matrix(1,0,0,1,0,0);
        filter:alpha(opacity=100);
        opacity:1
    }
    100%{
        transform:matrix(1,0,0,1,0,0);
        filter:alpha(opacity=100);
        opacity:1
    }
}

#selectionSharerPopover {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 1010;
}

#selectionSharerPopover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #262625;
    box-shadow: 0 0 2px #262625;
}

#selectionSharerPopover.anim {
    transition: top .075s ease-out;
    animation: selectionSharerPopover-animation 180ms forwards linear;
    -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

#selectionSharerPopover-inner {
    position:relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    border-color: #262625 #1c1c1b #121211;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.7),inset 0 0 1px rgba(255,255,255,0.07),inset 0 0 2px rgba(255,255,255,0.15);
    background-image: linear-gradient(to bottom,rgba(49,49,47,0.97),#262625);
    background-repeat: repeat-x;
}

#selectionSharerPopover .selectionSharerPopover-clip {
    position: absolute;
    bottom: -11px;
    display: block;
    left: 50%;
    clip: rect(12px 24px 24px 0);
    margin-left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

#selectionSharerPopover .selectionSharerPopover-arrow {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) scale(0.5);
    transform: rotate(45deg) scale(0.5);
    background-color: #454543;
    border: 2px solid #121211;
    box-sizing:content-box;
}


.selectionSharer ul {
    padding: 0;
    display: inline;
}

.selectionSharer ul li {
    float: left;
    list-style: none;
    background: none;
    margin: 0;
}

.selectionSharer a.action {
    display:block;
    text-indent: -200px;
    margin: 5px 7px;
    width:20px;
    height: 20px;
    border: none;
}

.selectionSharer a:hover {
    color: #ccc;
}

.selectionSharer a.tweet {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="171" height="139"><g transform="translate(-282.32053,-396.30734)"><path style="fill:white" d="m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z" /></g></svg>') no-repeat;
    background-size: 18px;
    background-position: 2px 4px;
}

.selectionSharer a.facebook {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 33 33" width="25" height="25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path style="fill:white" d="M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z"></path></g></svg>') no-repeat;
    background-size: 18px;
    background-position: 0px 2px;
    display:none;
}

.selectionSharer a.email {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="94" height="64"><g transform="translate(-10, -10)" fill="transparent"><rect x="0" y="0" width="114" height="114"></rect><path d="M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z" stroke="white" stroke-width="5"></path></g></svg>') no-repeat;
    background-size: 20px;
    background-position: 0px 4px;
}


#selectionSharerPopunder.fixed {
    transition: bottom 0.5s ease-in-out;
    width: 100%;
    position: fixed;
    left: 0;
    bottom:-50px;
}

.selectionSharer {
    transition: -webkit-transform 0.6s ease-in-out;
}

.selectionSharer.moveDown {
    -webkit-transform: translate3d(0,60px,0);
}

#selectionSharerPopunder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0px;
    transition: height 0.5s ease-in-out;
    background: #ccc;
    border: none;
    box-shadow: inset 0px 10px 5px -10px rgba(0,0,0,0.5), inset 0px -10px 5px -10px rgba(0,0,0,0.5);
    border-radius: 0;
    overflow: hidden;
}

#selectionSharerPopunder.show {
    height: 50px;
}

.selectionSharerPlaceholder {
    height: 1em;
    margin-bottom: -2em;
    transition: height 0.5s ease-in-out;
}

.selectionSharerPlaceholder.show {
    height: 50px !important;
}

#selectionSharerPopunder-inner ul {
    overflow: hidden;
    float:right;
    margin: 0px;
}

#selectionSharerPopunder-inner ul li {
    padding: 5px;
    overflow: hidden;
}

#selectionSharerPopunder-inner label {
    color: white;
    font-weight: 300;
    line-height: 50px;
    margin: 0px 20px 0px 10px;
}

#selectionSharerPopunder-inner a {
    width: 30px;
    height: 30px;
    background-size: 30px;
}

#selectionSharerPopunder-inner a.tweet {
    background-position: 0px 2px;
}


/* IMPORTING FONTS
=========================================================================
*/

/* Fonts */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: local('Lora'), local('Lora-Regular'), url(http://fonts.gstatic.com/s/lora/v9/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lora/v9/5-AYViExptypIdFoLKAxTA.woff) format('woff');
}
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: local('Lora Bold'), local('Lora-Bold'), url(http://fonts.gstatic.com/s/lora/v9/P18Nsu9EiYldSvHIj_0e5w.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lora/v9/XpaepWHcooQHSRnzoohUng.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}



/* IMPORTING ICONS
=========================================================================
*/
embed, iframe, object {
    max-width: 100%;
}
@font-face {
    font-family: 'networthq';
    src: url('./font/networthq.eot?69213362');
    src: url('./font/networthq.eot?69213362#iefix') format('embedded-opentype'),
        url('./font/networthq.woff?69213362') format('woff'),
        url('./font/networthq.ttf?69213362') format('truetype'),
        url('./font/networthq.svg?69213362#networthq') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "networthq";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-export:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-whatsapp:before { content: '\e802'; } /* '' */
.icon-rss:before { content: '\e803'; } /* '' */
.icon-article:before { content: '\e804'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */
.icon-gears:before { content: '\e806'; } /* '' */
.icon-question:before { content: '\e807'; } /* '' */
.icon-facebook:before { content: '\e808'; } /* '' */
.icon-update:before { content: '\e809'; } /* '' */
.icon-chart:before { content: '\e80a'; } /* '' */
.icon-twitter:before { content: '\e80b'; } /* '' */
.icon-instagramm:before { content: '\e80c'; } /* '' */
.icon-youtube:before { content: '\e80d'; } /* '' */
.icon-fire:before { content: '\e80e'; } /* '' */
.icon-pinterest-circled:before { content: '\e80f'; } /* '' */
.icon-digg:before { content: '\e810'; } /* '' */
.icon-delicious:before { content: '\e811'; } /* '' */
.icon-dribbble:before { content: '\e812'; } /* '' */
.icon-gplus:before { content: '\e813'; } /* '' */
.icon-menu:before { content: '\e814'; } /* '' */
.icon-ok:before { content: '\e815'; } /* '' */
.icon-money:before { content: '\e816'; } /* '' */
.icon-arrows-cw:before { content: '\e817'; } /* '' */
.icon-dollar:before { content: '\e818'; } /* '' */
.icon-down:before { content: '\e819'; } /* '' */
.icon-job:before { content: '\e81a'; } /* '' */
.icon-country:before { content: '\e81b'; } /* '' */
.icon-site:before { content: '\e81c'; } /* '' */



/* HEADINGS
=========================================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

h1 {
    font-size: 40px;
    font-size: 4.0rem;
}

h2 {
    font-size: 35px;
    font-size: 3.5rem;  
}

h3 {
    font-size: 30px;
    font-size: 3.0rem;  
}

h4 {
    font-size: 25px;
    font-size: 2.5rem;  
}

h5 {
    font-size: 20px;
    font-size: 2.0rem;  
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;  
}

/* GENERAL FORMS AND LINKS
=========================================================================
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    border: 1px solid #999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 5px 10px;
    max-width: 100%;
}

textarea {
    padding-left: 3px;
    max-width: 100%;
}

a {
    color:  #255A7C;
    text-decoration: none;
}

a:hover {
    color: #134964;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}
a img {
    vertical-align: top;
}

/* WORDPRESS ELEMENTS
=========================================================================
*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/* GENERAL STRUCTURE
=========================================================================
*/
body {
    background: #FFF;
    font-family: 'Open Sans', sans-serif;    
    font-size: 14px;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.8);
    text-rendering: optimizelegibility;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
}

.site-content {
    overflow: hidden;
    padding-top: 60px;
}

.container {
    margin: 0 auto;
    max-width: 1080px;
    min-width: 300px;
    padding: 0 10px;
    position: relative;        
}
.container-small {
    margin: 0 auto;
    max-width: 960px;
    min-width: 300px;
    padding: 0 10px;
    position: relative;   
}
#primary {
    float: left;
    margin-right: 4%;
    width: 64%;
}

#secondary {
    float: left;
    width: 32%;
}

/* PANEL
=========================================================================
*/
.pushy {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 60px;
    width: 300px;
    z-index: 998;
	overflow-y: scroll;
    }
    .pushy-left {
	-webkit-transform: translate3d(-300px,0,0);
	-moz-transform: translate3d(-300px,0,0);
	-ms-transform: translate3d(-300px,0,0);
	-o-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0);
    }

    .pushy-open {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    }

    .container-push, .push-push{
	-webkit-transform: translate3d(300px,0,0);
	-moz-transform: translate3d(300px,0,0);
	-ms-transform: translate3d(300px,0,0);
	-o-transform: translate3d(300px,0,0);
	transform: translate3d(300px,0,0);
    }
    .pushy, #content, .push{
	-webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
	-moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
	-o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
	transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    }
    .pushy-active .menu-button {
	color: #000;
    }
    .site-overlay{
	display: none;
	-webkit-animation: fade 900ms; 
	-moz-animation: fade 900ms; 
	-o-animation: fade 900ms;
	animation: fade 900ms;
    }
    .pushy-active .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-animation: fade 900ms; 
	-moz-animation: fade 900ms; 
	-o-animation: fade 900ms;
	animation: fade 900ms;
    }
    body.pushy-active {
	overflow-y: hidden;
    }
	.panel-search {
	background: #255a7c none repeat scroll 0 0;
    box-sizing: border-box;
    display: block;
    height: 60px;
    overflow: hidden;
	display: none;
	}
	.panel-search input[type="search"] {
	background: #eee;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    color: #bbb;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 400;
    padding: 20px;
    width: 100%;
	}
	.panel-search input[type="search"]:focus, .panel-search input[type="search"]:active {
		font-style: normal;
		color: #333;
	}
	.pushy-active .menu-icon {
	
	}
/* HEADER AND NAVIGATION
=========================================================================
*/

.site-header {
    background: #fafafa;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #EEE;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

.nav-up {
    top: -60px;
}

.site-branding {
    overflow: hidden;
    text-align: center;
}
.site-branding .logo {
    display: inline-block;
    height: 50px;
    margin-top: 4px;
    width: 50px;
}
.index-search {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 3rem;
    left: 0;
    margin-bottom: 30px;
    padding: 10px;
    position: relative !important;
    right: 0 !important;
    top: 0 !important; 
}
.home-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/welcome.jpg);
    margin-bottom: 40px;
    margin-top: -40px;
    min-height: 580px;
    padding-top: 80px;
}
.welcome {
    text-align: center;
}
.welcome h3 {
    color: #fff;
    font-weight: 300;
	margin-top: 110px;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.welcome ul {
    clear: both;
    display: table;
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;  
}
.welcome li {
    display: table-cell;
    width: 33.33%;
}
.welcome .inside {
    font-size: 1.4rem;
    padding: 0 40px;
}
.welcome .inside span {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 999em;
    color: #fff;
    display: inline-block;
    font-size: 6rem;
    height: 12rem;
    line-height: 7rem;
    margin-bottom: 20px;
    padding: 20px;
}
.welcome .inside h5 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.welcome .inside p {
    color: #EAF1F5;
    font-weight: 400;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.site-search {
    position: absolute;
    right: 130px;
    text-align: center;
    top: 17px;
}

.site-search span {
    color:  #18627d;
    font-weight: 400;
    display: inline-block;
}

.site-search form {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.site-search input[type="search"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #999;
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    padding: 0 22px 0 0;
    width: 100%;
}
.index-search form {
    border: none !important;
}
.site-search input[type="search"]:focus, .site-search input[type="search"]:active {
    color:  #054e69;
}

.site-social {
    border-left: 1px solid #eee;
    display: block;
    height: 60px;
    line-height: 60px;
    margin-left: 10px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 104px;
	overflow: hidden;
}
.site-social .likepage {
    left: 15px;
    position: absolute;
    top: -20px;
}
 

/* NAVIGATION
=========================================================================
*/
.menu-icon {
    color: #054e69;
    cursor: pointer;
    font-size: 2.5rem;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 100;
}
.sliding-menu-wrapper {
	overflow-x: hidden;
    overflow-y: auto;
}
.main-navigation h5 {
    background: #255a7c none repeat scroll 0 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
}
.main-navigation .latest {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
}
.main-navigation .latest:hover {
    background: #333 none repeat scroll 0 0;
}
.main-navigation .popular {
   background: #c25631 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
}
.main-navigation .popular:hover {
   background: #c25631 !important none repeat scroll 0 0;
} 
.main-navigation { 
	position: relative; 
	padding-bottom: 60px;
	overflow: hidden;
}
.sliding-menu {

}
.main-navigation ul { 
    float: left;
    margin: 0;
    padding: 0;
}

.main-navigation li { 
    border-bottom: 1px solid #eee;
    font-size: 1.3rem;
    font-weight: 600;
    list-style: outside none none;
}
.main-navigation li:last-of-type {
	border-bottom: none;
}
.main-navigation a { 
    color: #333;
    display: block;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
}

.main-navigation a:hover { 
	background: #EEE; 
	text-decoration: none;
}

.main-navigation a.nav:before { 
	content: '\3009'; 
	float: right; 
	margin-left: 20px; 
}

.main-navigation a.back { 
	font-size: 1.2rem;
	font-weight: 600;
}

.main-navigation a.back:before { 
	content: '\3008'; 
	float: left; 
	margin-right: 1em; 
}
/* POST LISTING
=========================================================================
*/
.desktoponly {
	display: block;
	margin: 30px 0;
	text-align: center;
}
.mobileonly {
	display: none;
}
.subcategories-list {
    border-bottom: 1px solid #EAF1F5;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.subcategories-list a {
    border: 1px solid #255a7c;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 5px;
    padding: 4px 8px;
	margin-bottom: 5px;
}
.subcategories-list a:hover {
    background: #255a7c;
    color: #fff;
    text-decoration: none;
}

.post-listing {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-listing .header-listing {
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.post-listing .header-listing h4 {
    color: #555;
    font-size: 3rem;
    text-transform: uppercase;
}
.post-listing .header-listing span {
    color: #999;
    display: block;
    font-size: 1.4rem;
}
.post-listing .header-listing .view-all {
    border-radius: 3px;
    bottom: 10px;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
.post-listing .header-listing .view-all:hover {
    text-decoration: none;
    color: #fff;
    background: #297390;
}
.regular-post {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 25px;
}
.regular-post .post-img {
    margin-bottom: 10px;
    margin-top: 5px;
}
.regular-post .post-img img {
    width: 100%;
    height: 100%;
    border-radius: 999em;
    display: block;
    border: 5px solid #fff;
}
.regular-post .title {
    font-size: 1.4rem;
    text-transform: uppercase;
    clear: both;
    display: block;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.regular-post .title a {
    color: #000;
}
.regular-post .view-more a {
    color: #999;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.page-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAF1F5;
    padding-top: 40px;
    position: relative;
}
.page-header .page-title {
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
}
.page-header .taxonomy-description {
    color: #999;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.post-filters {
    bottom: 20px;
    position: absolute;
    right: 0;
}
.post-filters span {
    color: #999;
    display: block;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
.post-filters select {
    -moz-appearance: none;
    background: #255a7c none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    outline: medium none;
    padding: 5px 15px;
}

.archive-post {
    border-bottom: 1px dotted #EAF1F5;
    margin-bottom: 20px;
    padding: 0 0 20px;
    text-align: left;
}
.archive-post:last-of-type {
    border: none;
    margin: 0;
    padding: 0;
}
.archive-post .post-img {
    float: left;
    margin: 0 15px 0 0;
    width: 80px;
}
.archive-post .post-img img {
    border: 2px solid #fff;
    border-radius: 999em;
    box-shadow: 0 0 5px #EAF1F5;
    display: block;
    height: 100%;
    width: 100%;
}
.archive-post .title {
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
}
.archive-post .country {
    color: #999;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.archive-post .number {
    color: #999;
    float: left;
    font-size: 3rem;
    font-weight: 100;
    margin-right: 30px;
    margin-top: 19px;
}
.post-listing .labels {
    margin-bottom: 30px;
    overflow: hidden;
}
.post-listing .labels h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
}
.post-listing .labels .rank {
    float: left;
    width: 10%;
}
.post-listing .labels .names {
    float: left;
    width: 40%;
}
.post-listing .labels .net-worth h4 {
    text-align: center;
}
.post-listing .labels .net-worth {
    float: left;
    width: 25%;
}
.post-listing .labels .net-worth p {
    color: #999;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}
.post-listing .labels .swealth {
    float: left;
    width: 25%;
}
.post-listing .labels .swealth p {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase;
}
.post-listing .labels .swealth h4 {
    text-align: right;
}
.inside-ads {
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
}
.video-listing {
    overflow: hidden;
}
.video-listing .video-post {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
.video-listing .inside {
    padding: 5px;
}
.video-listing .video-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    margin-bottom: 5px;
    position: relative;
}
.video-listing .cover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-listing .cover:hover {
    background: rgba(0, 0, 0, 0.2)
}
.video-listing .cover span {
    background: #255a7c none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.video-listing .post-date {
    color: #999;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
}
.video-listing .title {
    font-size: 1.3rem;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.video-listing .title a {
    color: #000;
}
.news-listing {
    position: relative;
    padding-left: 100px;
}
.news-listing:before {
    background: #9dc1cf none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}
.news-listing .post-item {
    border: 1px solid #EAF1F5;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 10px;
    position: relative;
}
.news-listing .post-item:before {
    border-bottom: 9px solid transparent;
    border-right: 9px solid #EAF1F5;
    border-top: 9px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 18px;
    width: 0;
}
.news-listing .post-item:after {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 19px;
    width: 0;
}
.news-listing .post-item:last-of-type {
    margin: 0;

}
.news-listing .post-item .post-img {
    float: right;
    margin-left: 30px;
}
.news-listing .post-item .post-img img {
    border-radius: 999em;
    width: 100px;
}
.news-listing .post-item .entry-title {
    font-size: 2rem;
}
.news-listing .post-item .entry-title a {
    color: #000;
}
.news-listing .post-item .entry-meta {
    color: #999;
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.news-listing .post-item .entry-meta .celebrity {
    font-weight: 700;
}
.news-listing .post-item .entry-content {
    font-size: 1.3rem;
}
.news-listing .post-item .entry-content a {
    color: rgba(0, 0, 0, 0.8);
}
.news-listing .post-item .entry-content a:hover {
    text-decoration: none;
}
.news-listing .post-item .post-date {
    color: #999;
    font-size: 1.1rem;
    left: -87px;
    position: absolute;
    top: 18px;
}
.news-listing .post-item .post-date:before {
    background: #9dc1cf none repeat scroll 0 0;
    border: 2px solid #fafafa;
    border-radius: 12px;
    content: "";
    height: 12px;
    left: -19px;
    position: absolute;
    top: 3px;
    width: 12px;
}
/* HOME ELEMENTS - STRUCTURE
=========================================================================
*/
.categories-list {
    clear: both;
    text-align: center;
}
.categories-list .the-cat {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333;
    height: 130px;
    display: block;
    position: relative;
    margin-bottom: 20px; 
    margin-right: 5px;
    margin-left: 5px;
}
.categories-list .the-cat .cover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.categories-list .the-cat .cover:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.categories-list h4 {
    clear: both;
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}
.categories-list h4 a {
    color: #000;    
}
.categories-list .view-all a {
    color: #999;
    font-size: 1.2rem;
}
.categories-list .actors  {
    background-image: url(img/actors.jpg);
}
.categories-list .athletes {
    background-image: url(img/athletes.jpg);
}
.categories-list .businessmen {
    background-image: url(img/business.jpg);
}
.categories-list .coaches {
    background-image: url(img/coach.jpg);
}
.quote {
    background-image: url(img/quote.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #FFF;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    position: relative;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.quote .cover {
    background: rgba(202, 129, 8, 0.31) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    border-radius: 10px;
}
.quote h5 {
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 6;
}
.quote h6 {
    color: #333;
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 5px;
    position: relative;
    text-shadow: none !important;
    z-index: 6;
}
.quote .fb-like {
    z-index: 6;
}
.quote p {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    z-index: 6;
}
.quote p:before {
    content: "“";
    font-weight: 400;
    font-size: 2.5rem;
}
.quote p:after {
    content: "”";
    font-weight: 400;
    font-size: 2.5rem;
}
/* SINGLE - ARTICLE
=========================================================================
*/
.responsivead {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;	
}
.responsivebnr {
    clear: both;
    display: block;
    margin: 30px 0;
	text-align: center;
}
.facebook-comments {
        background: #fff none repeat scroll 0 0;
    clear: both;
    display: block;
    
}
.post-celebrity {
    padding-top: 40px;
}
.entry-header-celebrity {
    clear: both;
    height: 160px;
    position: relative;
}
.entry-header-celebrity .post-img {
    left: 50px;
    position: absolute;
}
.entry-header-celebrity .post-img img {
    border-radius: 999em;
    width: 330px;
    box-shadow: 0 0 0 5px #255A7C;
    border: 5px solid #FFF;
}
.entry-header-celebrity .basic-info {
    padding-right: 20px;
    text-align: right;
}
.entry-header-celebrity .basic-info h1 {
    font-size: 4.5rem;
    font-weight: 500;
    padding-top: 50px;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}
.entry-header-celebrity .basic-info h2 {
    color: #054e69;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}
.entry-header-celebrity .basic-info h2 span {
    font-weight: 700;
    font-size: 3rem;
    margin-left: 5px;
}
.celebrity-share-box {
    background: #255a7c none repeat scroll 0 0;
    font-size: 1.3rem;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.celebrity-share-box span {
    color: #fff;
    font-weight: 700;
}
.celebrity-share-box a {
    color: #fff;
    margin-right: 10px;
}
.celebrity-share-box a:hover {
    text-decoration: none;
}
.celebrity-share-box a span {
    font-weight: 500;
}
.celebrity-share-box .whatsapp {
    display: none;
}
.entry-info {
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #EAF1F5;
}
.entry-info .leftbnr {
    float: left;
    padding-left: 50px;
    padding-top: 165px;
    width: 50%;
}
.entry-info .the-info {
    float: left;
    padding-left: 30px;
    width: 50%;
    padding-right: 20px;
}
.entry-info .the-info p {
    border-bottom: 1px dotted #EAF1F5;
    font-weight: 600;
    padding: 10px 0;
    text-align: right;
    overflow: hidden;
    font-size: 1.3rem;
}
.entry-info .the-info p span:first-of-type {
    color: #999;
    float: left;
    font-weight: 400;
}
.entry-info .the-info p:last-of-type {
    border: none;
}
.the-content {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: rgba(0,0,0,0.7)
}
.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5 {
    line-height: normal;
    margin-bottom: 20px;
}
.the-content p {
    padding-bottom: 20px;
}
.the-content p:first-of-type {
    margin-top: 20px;
}
.top-heading {
    color: #000;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}
.heading-description {
    color: #999;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.top-heading span {
    color: #054e69;
    font-weight: 600;
}
.badges {
    margin-bottom: 40px;
    overflow: hidden;
}
.badges ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.badges li {
    float: left;
    width: 33.33%;
}
.badges .inside {
    background: #EAF1F5;
    border-radius: 5px;
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #255A7C;
}
.badges a:hover {
    text-decoration: none;
}
.badges .world .inside {
    margin-right: 10px;
}
.badges .world .inside:before {
    content: '\e81c';
    font-family: "networthq";
    position: absolute;
    color: #D3DEE5;
    font-size: 7rem;
    left: 10px;
    position: absolute;
}
.badges .category .inside {
    margin-left: 10px;
}
.badges .category .inside:before {
    content: '\e81a';
    font-family: "networthq";
    position: absolute;
    color: #D3DEE5;
    font-size: 7rem;
    left: 10px;
    position: absolute;
}
.badges .country .inside:before {
    content: '\e81b';
    font-family: "networthq";
    position: absolute;
    color: #D3DEE5;
    font-size: 7rem;
    left: 10px;
    position: absolute;
}
.badges h5 {
    font-size: 4rem;
    font-weight: 700;
    position: relative;
    z-index: 5;
    margin-bottom: 5px;
}
.badges h5:after {
    background: #255a7c;
    bottom: 0;
    clear: both;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: right;
    width: 50%;
}
.badges h5 span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: 5px;
    margin-top: 12px;
    vertical-align: top;

}
.badges p {
    font-weight: 600;
    position: relative;
    z-index: 5;
}
.biography {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.graphs {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.succes-stories {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.succes-stories ul {
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
}
.succes-stories ul:before {
    background:#9dc1cf none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}
.succes-stories li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    list-style: outside none none;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
}
.succes-stories li:before {
    border-bottom: 9px solid transparent;
    border-right: 9px solid #eee;
    border-top: 9px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 18px;
    width: 0;
}
.succes-stories li:after {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    top: 19px;
    content: "";
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    width: 0; 
}
.succes-stories li:last-of-type {
    margin-bottom: 0;
}
.succes-stories .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.succes-stories .title a {
    color: #333;
}
.succes-stories .entry-content {
    font-size: 1.30rem;
    color: #777;
    line-height: 1.6;
    overflow: hidden;
}
.succes-stories .entry-content a {
    color: #777;
}
.succes-stories a:hover {
    text-decoration: none;
}
.succes-stories .post-date {
    color: #999;
    font-size: 1.1rem;
    left: -10px;
    position: absolute;
    top: 18px;
}
.succes-stories .post-date:before {
    background: #9dc1cf none repeat scroll 0 0;
    border: 2px solid #fafafa;
    border-radius: 12px;
    content: "";
    height: 12px;
    left: -16px;
    position: absolute;
    top: 2px;
    width: 12px;
}
.succes-stories .wp-post-image {    
    float: left;
    height: 60px;
    margin-left: 10px;
    margin-right: 20px;
    overflow: hidden;
    width: 60px;
    border-radius: 999em;
}

.latest-video {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.latest-video ul {
    list-style: outside none none;
    margin: 0 0 0 -10px;
    overflow: hidden;
    padding: 0;
}
.latest-video li {
    float: left;
    width: 33.33%;
}
.latest-video .inside {
    padding: 10px;
}
.latest-video .video-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
}
.latest-video .video-img span {
    background: #255a7c none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 6;
}
.latest-video .title {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
}
.latest-video .title a {
    color: #333;
}
.latest-video .post-date {
    font-weight: 300;
}
.latest-video .cover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.latest-video .cover:hover {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
}
.image-gallery {
    clear: both;
    display: block;
    margin-top: 40px;
	overflow: hidden;
}
.image-gallery .contentade {
	display: none;
}
.image-gallery .gallery {

}
.image-gallery .gallery-item {
    float: left;
    width: 25%;
}
.image-gallery .landscape , .image-gallery .portrait{
    background: #eee none repeat scroll 0 0;
    margin: 5px ;
}
.image-gallery .landscape img, .image-gallery .portrait img {
    display: block;
    width: 100%;
}
.image-gallery .wp-caption-text {
    background: #eee none repeat scroll 0 0;
    color: #999;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
    display: none;
}
.theworth {
    text-align: right;
    font-size: 1.2rem;
    color: #999;
}
.financial-breakdown {
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.financial-breakdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.financial-breakdown li a {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 5px 5px 5px 15px;
    text-transform: uppercase;
    display: block
}
.financial-breakdown li a:hover {
    text-decoration: none;
}
.financial-breakdown li:nth-child(1) { 
    background: #eaf1f5; /* Old browsers */
    background: -moz-linear-gradient(left,  #eaf1f5 65%, #97bbcd 65%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(65%,#eaf1f5), color-stop(65%,#97bbcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #eaf1f5 65%,#97bbcd 65%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #eaf1f5 65%,#97bbcd 65%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #eaf1f5 65%,#97bbcd 65%); /* IE10+ */
    background: linear-gradient(to right,  #eaf1f5 65%,#97bbcd 65%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f5', endColorstr='#97bbcd',GradientType=1 ); /* IE6-9 */
}
.financial-breakdown li:nth-child(2) {
    background: #eaf1f5; /* Old browsers */
    background: -moz-linear-gradient(left,  #eaf1f5 53%, #97bbcd 53%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(53%,#eaf1f5), color-stop(53%,#97bbcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #eaf1f5 53%,#97bbcd 53%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #eaf1f5 53%,#97bbcd 53%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #eaf1f5 53%,#97bbcd 53%); /* IE10+ */
    background: linear-gradient(to right,  #eaf1f5 53%,#97bbcd 53%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f5', endColorstr='#97bbcd',GradientType=1 ); /* IE6-9 */


}
.financial-breakdown li:nth-child(3) {
    background: #eaf1f5; /* Old browsers */
    background: -moz-linear-gradient(left,  #eaf1f5 30%, #97bbcd 30%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(30%,#eaf1f5), color-stop(30%,#97bbcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #eaf1f5 30%,#97bbcd 30%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #eaf1f5 30%,#97bbcd 30%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #eaf1f5 30%,#97bbcd 30%); /* IE10+ */
    background: linear-gradient(to right,  #eaf1f5 30%,#97bbcd 30%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f5', endColorstr='#97bbcd',GradientType=1 ); /* IE6-9 */

}
.financial-breakdown li:nth-child(4) {
    background: #eaf1f5; /* Old browsers */
    background: -moz-linear-gradient(left,  #eaf1f5 20%, #97bbcd 20%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(20%,#eaf1f5), color-stop(20%,#97bbcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #eaf1f5 20%,#97bbcd 20%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #eaf1f5 20%,#97bbcd 20%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #eaf1f5 20%,#97bbcd 20%); /* IE10+ */
    background: linear-gradient(to right,  #eaf1f5 20%,#97bbcd 20%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f5', endColorstr='#97bbcd',GradientType=1 ); /* IE6-9 */

}
.financial-breakdown li:nth-child(5) {
    background: #97bbcd; /* Old browsers */
    background: -moz-linear-gradient(left,  #97bbcd 15%, #eaf1f5 15%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(15%,#97bbcd), color-stop(15%,#eaf1f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #97bbcd 15%,#eaf1f5 15%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #97bbcd 15%,#eaf1f5 15%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #97bbcd 15%,#eaf1f5 15%); /* IE10+ */
    background: linear-gradient(to right,  #97bbcd 15%,#eaf1f5 15%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bbcd', endColorstr='#eaf1f5',GradientType=1 ); /* IE6-9 */

} 
/* News
=========================================================================
*/
.post-news .container-small {
    padding: 0 20px;
}
.entry-header-news {
    background-color: black;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    min-height: 550px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-top: -60px;

}
.entry-header-news .hero-mask {
    height: 100%;
    min-height: inherit;
    padding-top: 90px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.video-block-content {
    min-height: auto !important;
}
.video-block-content .hero-mask {
    padding-top: 60px;
}
.entry-header-news .entry-title {
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    color: #fff;
    z-index: 2;
    padding-top: 50px;
    margin-bottom: 20px;
}
.entry-header-news .entry-data {
    text-transform: uppercase;
    font-weight: 300;
    color: #eee;
    margin-bottom: 30px;
}
.entry-header-news .celebrity {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 3px;
    color: #eee;
    font-weight: 600;
    padding: 5px 10px;
}
.entry-header-news .celebrity:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    text-decoration: none;
}
.entry-news-content {
    position: relative;
}
.entry-news-content p {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.7;
    padding-bottom: 40px;
}
.entry-news-content h1, .entry-news-content h2, .entry-news-content h3, .entry-news-content h4, .entry-news-content h5 {
    font-family: 'Lora', serif;
}
.entry-news-content h1 {
    margin-bottom: 20px;
    font-size: 3rem;
}

.entry-news-content h2 {
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.entry-news-content h3 {
    margin-bottom: 20px;
    font-size: 2rem;
}

.entry-news-content h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.entry-news-content h5 {
    margin-bottom: 20px;
    font-size: 1.7rem;
}
.entry-news-content blockquote {
    border-radius: 5px;
    font-family: "Lora",serif;
    margin: 0 0 40px;
    padding: 10px;
    position: relative;
}
.entry-news-content blockquote p {
    color: #255a7c;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 0;
    position: relative;
}
.entry-news-content blockquote:before {
    content: "”";
    color: #EEE;
    font-size: 8rem;
    left: -22px;
    line-height: 1;
    position: absolute;
    top: 0;
}

.entry-news-content .wp-caption-text {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: left;
}
.entry-footer .share-box {
    font-size: 1.6rem;
    text-align: center; 
    margin-bottom: 30px;
}

.entry-footer .share-box a {
    border-bottom: 1px solid #333;
    color: #000;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 20px;
}
.entry-footer .share-box a:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.entry-footer .share-box .whatsapp {
    display: none;
}
.entry-author {
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.entry-author .avatar {
    border-radius: 30px;
    float: left;
    margin-right: 10px;
}
.entry-author .celebrity {
    color: #999;
    float: right;
}
.next-post {
    background-color: #333;
    background-size: cover;
    min-height: 300px;
    padding: 30px;
    text-align: center;
    position: relative;
}
.next-post .cover-link {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.next-post h5 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    z-index: 6;
}
.next-post h3 {
    position: relative;
    z-index: 6;
}
.next-post h3 a {
    color: #fff;
}
.video-info {
    overflow: hidden;
    position: relative;
}
.video-info .entry-author {
    margin-bottom: 0;
}
.video-info .entry-title {
    font-size: 2.5rem;
}
.video-info .entry-author .celebrity {
    float: none;
}
.video-info .entry-data {
    border-bottom: 1px solid #EAF1F5;
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.video-info .share-box {
    border-bottom: 1px solid #EAF1F5;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.video-info .share-box a {
    margin-right: 20px;
}
.video-info .share-box .whatsapp {
    display: none;
}
.next-video {
    background-color: #333;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: center;
    position: relative;
    height: 250px;
}
.next-video .cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.next-video h5 {
    color: #FFF;
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
}
.next-video h3 {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
}
.next-video h3 a {
    color: #FFF;
}
/* SIDEBAR AND WIDGETS
=========================================================================
*/

/* FOOTER
=========================================================================
*/
.site-footer {
    text-align: center;
    margin-top: 30px;
}
.site-info {
    border-top: 1px solid #ccc;
    font-size: 1.25rem;
    padding: 20px 0;
    color: #b0b0b0;
}
.site-info .copy {
    color: #999;
    font-size: 1.2rem;
    margin-top: 10px;
}
.footer-navigation {
    clear: both;
    margin-bottom: 15px;
}
.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-navigation li {
    display: inline-block;
    margin-right: 10px;
}
.footer-navigation li a {
    color: #999;
}
.footer-navigation li:last-of-type {
    margin-right: 0;
}
.footer-navigation li:after {
    content: "/";
    padding-left: 10px;
    padding-right: 10px;
}
.footer-navigation li:last-of-type:after {
    padding: 0;
    content: "";
}
.sswelt {
    color: #999;
    display: block;
    font-size: 1.1rem;
}
.navigation {
    clear: both;
    text-align: center;
}
.navigation span {
    display: inline-block;
}
.navigation a {
    border: 1px solid #255a7c;
    display: block;
    font-weight: 600;
    height: 40px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 40px;
    border-radius: 3px;
}
.navigation a:hover {
    text-decoration: none;
    background: #255A7C;
    color: #fff;
}
.navigation .active a {
    background: #134964;
    color: #fff;
    border: 1px solid #134964;
}
.contentade {
    float: right;
    margin-left: 20px;
}
/* #RESPONSIVE
=========================================================================
*/
@media only screen and (max-width: 960px) {
    .site-search {
        display: none;
    }
    .entry-header-celebrity .post-img img {
        width: 200px;
    }
    .container-small {
        padding: 0;
    }
	.desktoponly {
	display: none;
	}
	.mobileonly {
		display: block;
		margin: 30px 0;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
    #primary {
        float: none;
        width: 100%;
        margin: 0;
    }
	
    #secondary {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .site-branding img {
        height: 50px;
        width: auto;  
    }
    .welcome h3 {
        font-size: 2rem;
    }
    .welcome .inside span {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        font-size: 3rem;
        height: 6rem;
        padding: 0;
        width: 6rem;
    }
    .welcome .inside h5 {
        font-size: 1.5rem;
    }
    .welcome .inside p {
        font-size: 1.3rem;
    }
    .welcome .inside {
        padding: 0 10px;
    }
    .post-listing .header-listing .view-all {
        display: inline-block;
        margin-top: 15px;
        position: relative;
    }
    .post-listing .header-listing {
        margin-bottom: 10px;
    }
    .entry-header-news .entry-title {
        font-size: 2.5rem;
    }
    .next-post h3 {
        font-size: 2rem;
    }
    .mega-footer .left-footer {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .mega-footer .right-footer {
        float: none;
        text-align: left;
        width: 100%;
    }
    #main-navigation {
        float: none;
        margin-bottom: 20px;
        overflow: hidden;
        width: 100%;
    }
    .mega-content .right {
        float: none;
        width: 100%;
    }
    .menu-listing {
        float: none;
        margin-bottom: 20px;
    }
    .mega-footer {
        margin-left: -30px;
        margin-right: -30px;
        position: relative;
    }
    .mega-search {
        font-size: 2rem;
    }
    .remodal {
        padding-bottom: 0;
    }
    .celebrity-share-box {
        left: 0;
        right: 0;
        text-align: center;
    }
    .celebrity-share-box span {
        display: none;
    }
    .celebrity-share-box .whatsapp {
        display: inline-block;
    }
    .celebrity-share-box a {
        font-size: 2rem;  
    }

    .entry-header-celebrity .basic-info h1 {
        font-size: 3rem;
        font-weight: 700;
        padding-top: 30px;
    }
    .entry-header-celebrity .basic-info p {
        font-size: 2.5rem;
    }
    .entry-header-celebrity .basic-info p span {
        font-size: 2.5rem;
    }
    .entry-header-celebrity .post-img {
        position: relative;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .entry-header-celebrity {
        height: auto;
    }
    .entry-header-celebrity .basic-info {
        padding-bottom: 30px;
        text-align: center;
    }
    .entry-info .leftbnr {
        float: none;
        margin-bottom: 20px;
        padding: 10px;
        text-align: center;
        width: 100%;
    }
    .entry-info .the-info {
        clear: both;
        float: none;
        padding: 0;
        width: 100%;
    }
    .video-block-content {
        margin-bottom: 10px;
    }
    .latest-video li {
        width: 50%;
    }
    .archive-post .post-img {
        width: 50px;
    }
    .post-listing .labels .rank {

    }
    .archive-post .number {
        font-size: 2rem;
        font-weight: 500;
        margin-right: 10px;
        margin-top: 10px;
    }
    .post-listing .labels .swealth {
        display: none;
    }

    .post-listing .labels .net-worth {
        display: none;
    } 
    .post-listing .labels .names {
        width: auto;
    }
    .post-listing .labels .rank { 
        width: auto;
    }
    .nomob {
        display: none;
    }
    .archive-post .title {
        margin-top: 5px;
    }
    .video-listing .video-post  {
        width: 50%;
    }
    .financial-breakdown li a {
        font-size: 2rem;
    }
    .badges li {
        width: 100%;
    }
    .badges .world .inside {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .badges .country  {
        margin-bottom: 10px;
    }
    .badges .category .inside {
        margin: 0;
    }
	.panel-search {
		display: block;
	}
	.contentade {
		float: none;
		clear: both;
		margin-left: 0;
		margin-bottom: 20px;
		text-align: center;
		
	}
}

@media only screen and (max-width: 479px) {
    .welcome li {
        display: block;
        width: 100%;
    }
    .mega-search {
        font-size: 1.6rem;
    }
    .welcome .inside {
        padding: 10px;
        text-align: center;
    }
    .welcome ul {
        display: none;
    }
    .welcome .site-branding {
        margin-bottom: 50px;
        margin-top: 55px;
    }
    .post-listing .header-listing h4 {
        font-size: 2rem;
    }
    .post-listing .header-listing span {
        font-size: 1.3rem;
    }
    .succes-stories ul {
        padding: 30px 0 20px 20px;
    }
    .succes-stories li {

    }
    .succes-stories .post-date {
          left: -9px;
    top: 19px;
    }
    .latest-video li {
        width: 100%;
    }
    .image-gallery .gallery-item {
        width: 100%;
    }
    .entry-header-celebrity .basic-info h1 {
        font-size: 2rem;
        padding-top: 10px;
    }
    .entry-header-celebrity .basic-info p, .entry-header-celebrity .basic-info p span {
        font-size: 1.6rem;
    }
    .top-heading {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .entry-header-celebrity .post-img img {
        width: 100px;
        border: 5px solid #fff;
        border-radius: 999em;
        box-shadow: 0 0 0 2px #054e69;
    }
    .entry-header-celebrity .basic-info h2 {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1;
        margin-top: 5px;
    }
    .entry-header-celebrity .basic-info h2 span {
        display: block;
        font-size: 1.7rem;
        margin-top: 10px;
    }
    .page-header .page-title {
        font-size: 2rem;
    }
    .post-filters span , .post-filters select {
        font-size: 1.1rem;
    }
    .post-filters {
        bottom: 15px;
    }
    .video-listing .video-post  {
        width: 100%;
    }
    .video-listing .video-img {
        height: 170px;
    }
    .welcome .inside span {
        display: none;
    }
    .site-branding {
        margin-bottom: 10px;
    }
    .news-listing {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-top: 20px;
    }
    .news-listing .post-item .post-date {
        left: -7px;
        top: -24px;
    }
    .news-listing .post-item .entry-title {
        font-size: 1.5rem;

    }
    .entry-footer .share-box a span {
        display: none;
    }
    .entry-footer .share-box .whatsapp {
        display: inline-block
    }
    .home-info, .entry-header-news {
        min-height: 480px;
    }
    .financial-breakdown li a {
        font-size: 1.4rem;
    }

}
