@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

.hidden {
    display: none !important
}

body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;

}

*:not(input) {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

*:not(input):focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

input, textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

:root {
    --content-width: 1440px;
    --header-outer-height: 104px;
    --header-inner-height: 56px;
    --header-height-difference: calc(var(--header-outer-height) - var(--header-inner-height));
    --mainorange: #FD7465;
}

@media (max-width: 640px) {
    :root {
        --header-outer-height: 64px;
    }
}

span.mobile-only {
    display: none
}

div {
    display: block;
    box-sizing: border-box;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
}

b, strong {
    font-weight: bold;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

@media (min-width: 769px) {
    .mob-only {
        display: none !important
    }
}

@media (max-width: 768px) {
    .dt-only {
        display: none !important
    }
}


.regular.slider.home-events {max-height:270px;width:100%;overflow: hidden}
.regular.slider.home-events .coincard{opacity:0}
.regular.slider.home-events.slick-initialized.slick-slider{max-height:unset; transition: opacity 0.25s ease-in;overflow: unset }
.regular.slider.home-events.slick-initialized.slick-slider .coincard{opacity:1}


.logoandsearch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logoandsearch img.logo-full {
    padding-top: 10px;
    min-width: 206px;
}

.logoandsearch img.logo-compact {
    display: none;
}


.logoandsearch .searchform {
    margin-left: 60px;
    position: relative;
}

.ui-menu.ui-widget.ui-autocomplete.acomplete-global-projects {
    width: 316px;
    max-width: 316px;
    min-width: 316px;
}

.logoandsearch .searchform input:focus {
    outline: none !important
}

.logoandsearch .searchform input {
    padding-left: 64px;
    background-color: #F7F7FC;
    border-radius: 16px;
    border: 0;
    height: 56px;
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 16px center;
}

@media (min-width: 1200px) {
    .logoandsearch .searchform input {
        min-width: 300px;
    }

    .ui-menu.ui-widget.ui-autocomplete.acomplete-global-projects {
        width: 300px;
    }
}

.logoandsearch .searchform .search-submit {
    position: absolute;
    top: 16px;
    left: 24px;
    width: 24px;
    height: 24px;
    background: url(https://icoanalytics.org/wp-content/themes/ico/img/search-icon.svg) no-repeat center;
    border: 0 !important;
    text-indent: -200vw;
}

@media (max-width: 1380px) {
    .logoandsearch img.logo-full {
        display: none;
    }

    .logoandsearch img.logo-compact {
        display: block;
        min-width: 58px;
        height: 40px;
    }

    .logoandsearch .searchform {
        margin-left: 28px;
        max-width: 300px;
    }

    .logoandsearch .searchform input {

        max-width: 300px;
        height: 46px;
        font-size: 12px;
    }

    .ui-menu.ui-widget.ui-autocomplete.acomplete-global-projects {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }

    .logoandsearch input {
        height: 40px;
        max-width: 194px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        padding-left: 34px;
    }

    .logoandsearch .searchform .search-submit {
        top: 13px;
        left: 10px;
        width: 16px;
        height: 16px;
        background-size: 16px;
    }
}

@media (max-width: 1200px) {
    .ui-menu.ui-widget.ui-autocomplete.acomplete-global-projects {
        width: 194px;
        max-width: 194px;
        min-width: 194px;
    }
}

/** MAIN NAVIGATION **/
.disclaimer-spacer {
    min-height: 27px;
    width: 100%;
    position: relative
}

.disclaimer {
    display: block;
    background: #D9DBE9
}

.disclaimer.agreed {
    display: none;
}

.disclaimer img, .disclaimer span {
    display: inline-block;
    vertical-align: middle
}

.disclaimer img {
    margin-right: 7px;
}

.disclaimer span {
    color: #4E4B66;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
}

.disclaimer span.agree-link {
    margin-left: 20px;
    color: var(--mainorange);
    font-weight: 600;
    cursor: pointer;
}

.header-wrapper {
    width: 100%;
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
}

.wrapper-min {
    width: 100%;
    max-width: 1120px;
    padding: 17px;
    margin: 0 auto;
}

.header-outer {
    background: #fff;
    height: var(--header-outer-height);
    position: sticky;
    top: calc(var(--header-height-difference) * -1);
    display: flex;
    align-items: center;
    z-index: 10;

}

.header-inner {
    height: var(--header-inner-height);
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
}

.header-logo img {
    display: block;
}

.header-navigation a, .header-navigation button {
    position: relative;
}

.header-navigation li {
    margin: 0 5px;
}

.header-navigation a {
    text-decoration: none;
    padding: 9px 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.25px;
    color: #4E4B66;
    transition: all 0.15s ease-in-out;
}

.header-navigation li.btn {
    margin-left: 16px;
    margin-right: 0;
    display: inline-block;
    height: 40px;
    padding: 0;
}

.header-navigation li.btn a {
    padding: 11px 22px 10px;
}

.header-navigation li.btn.inverse a {
    padding: 12px 22px 10px;
}

.btn.header-signup a:after {
    transition: all 0.15s ease-in-out;
    display: inline-block;
    content: '';
    position: relative;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(https://icoanalytics.org/wp-content/themes/ico/img/fwd-arrow.svg) no-repeat;
    margin-left: 12px;
}

.btn.header-signup:hover a:after {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/fwd-arrow-orange.svg);
    transform: translateX(5px)
}

.header-navigation li a {
    text-align: center
}


.header-navigation li:hover a {
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.25px;
    color: var(--mainorange);
}

.header-navigation li.current-menu-item > a {
    color: var(--mainorange);
}


.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    position: absolute;
    right: 20px;
    top: 16px;
    cursor: pointer;
}

.menu-toggle .mobilemenu-active {
    display: none;
}

.menu-toggle.active .mobilemenu {
    display: none;
}

.menu-toggle.active .mobilemenu-active {
    display: block;
}

.menu-toggle.active .mobilemenu-active {
    display: block;
}


@media screen and (min-width: 1081px) {


    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

@media screen and (max-width: 1080px) {
    .disclaimer-spacer {
        min-height: 0;
    }

    #site-navigation.active #primary-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 100%;
        width: 100%;
        background: #fff;
        text-align: center;
        border: 1px solid #EFF0F7;
        padding-bottom: 28px;
        padding-top: 28px;
        max-width: 428px;
        border-radius: 20px;
        padding-left: 24px;
        padding-right: 24px;
    }

    #site-navigation.active #primary-menu li.btn {
        display: inline-block;
    }

    #site-navigation.active li.divideafter:after {
        display: block;
        position: relative;
        content: '';
        width: 100%;
        margin: 28px 0;
        height: 1px;
        background: #EFF0F7;
    }

    .header-navigation li a {
        text-align: left;
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
    }

    #site-navigation.active #primary-menu li.btn {
        min-width: 151px;
        height: 56px;
        margin-left: 0;
    }

    #site-navigation.active #primary-menu li.btn a {
        text-align: center;
        font-weight: 600;
        font-size: 15px;
        line-height: 15px;
        padding-top: 19px;
        border-radius: 12px;
    }

    .header-navigation li:hover a {
        font-size: 20px;
    }

    #site-navigation.active #primary-menu li.btn:hover a {
        font-size: 15px;
    }

    #site-navigation.active #primary-menu li.btn {
        width: calc(50% - 12px);
        margin-left: 0;
        margin-right: 0;
    }

    #site-navigation.active #primary-menu li.btn.mobleft {
        float: left;
    }

    #site-navigation.active #primary-menu li.btn.mobright {
        float: right;
    }
}

@media screen and (max-width: 480px) {
    #site-navigation.active #primary-menu {
        width: 100vw;
        right: 0;
        background: #fff;
        border: 1px solid #fff;
        box-shadow: -2px 10px 11px -6px rgba(0, 0, 0, 0.2);
    }

    .logoandsearch .searchform input {
        max-width: 200px;
        height: 46px;
        font-size: 12px;
        padding-left:45px;
        font-size:11px;
    }
}

@media screen and (max-width: 359px) {
    .logoandsearch .searchform {
        margin-left: 16px;
        max-width: 200px;
    }

    .logoandsearch .searchform input {
        max-width: 140px;
    }

    .ui-menu.ui-widget.ui-autocomplete.acomplete-global-projects {
        width: 140px;
        max-width: 140px;
        min-width: 140px;
    }
}


/** END MAIN NAVIGATION **/


/** BUTTONS GLOBAL **/

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
}

button, .btn, a.btn {
    user-select: none;
    line-height: 1;
    margin: 0;
    background: var(--mainorange);
    border-radius: 8px;
    transition: all 0.15s ease-in-out;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.25px;
    text-decoration: none;
    color: #fff;
    border: 2px solid var(--mainorange);
    cursor: pointer;
    padding: 16px;
}

button.inverse, .btn.inverse, a.btn.inverse {
    background: #fff;
    color: var(--mainorange);
    border: 2px solid #D9DBE9;
}

a.btn.inverse {
    background: #fff;
    color: var(--mainorange) !important;
    border: 2px solid var(--mainorange) !important;
}

a.btn.inverse:hover {
    background: var(--mainorange) #fff;
    color: #fff !important;

}

.btn a {
    transition: all 0.15s ease-in-out;
    color: #fff;
}

.btn.inverse a, .btn.inverse {
    transition: all 0.15s ease-in-out;
    color: var(--mainorange);
}


.btn:hover, a.btn:hover {
    background: #fff;
    color: var(--mainorange);
    border: 2px solid var(--mainorange);
}

button.inverse:hover, .btn.inverse:hover, a.btn.inverse:hover {
    background: var(--mainorange);
    color: #fff;
    border: 2px solid var(--mainorange);
    cursor: pointer;
}

.btn:hover a {
    color: var(--mainorange);
}

.btn.inverse:hover a {
    color: #fff;
}


button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: none;
}

fieldset {
    padding: 0.5em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: none;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/** GLOBAL REUSABLE CLASSES **/
.wrapper-w-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1202px;
    margin: 0 auto;
}

.main-col {
    width: 70.67%;
    max-width: 848px;
}

.nosidebar .main-col {
    min-width: 100%;
    max-width: 100%;
}

.sidebar {
    width: 300px;
    margin-right: -5px;
}

.nosidebar .sidebar {
    display: none;
}

.central-banner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nosidebar .central-banner {
    text-align: center;
}

@media (max-width: 1024px) {
    .main-col {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .sidebar {
        display: none !important;
    }
}

.flexy-space-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}
.flexy-space-top.center {
    align-items: center
}

.flexy-space-top .btn,
.flexy-space-top h2 {
    display: inline-block;
}

.flexy-space-top h2 {
    max-width: 680px;
    margin-top: 0
}

.flexy-space-top .btn.more {
    margin-top: 6px;
}

.btn.more {
    border: 2px solid #D9DBE9;
    background-color: #fff;
    color: #FD7465;
    padding: 9px 22px;
}

.btn.more:hover {
    color: #fff;
    background-color: #FD7465;
}

.btn.more:after {
    transition: all 0.15s ease-in-out;
    display: inline-block;
    content: '';
    position: relative;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(https://icoanalytics.org/wp-content/themes/ico/img/fwd-arrow-orange.svg) no-repeat;
    margin-left: 12px;
}

.btn.more:hover:after {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/fwd-arrow.svg);
    transform: translateX(5px)
}

.sidebar .ad-wrapper {
    margin-top: 88px;
}

.sidebar .ad-wrapper:nth-child(2) {
    margin-top: 0;
}

.single-projects .sidebar .ad-wrapper {
    margin-top: 16px;
}

.single-projects .sidebar .ad-wrapper:first-child {
    margin-top: 88px;
}

.ad-wrapper {
    margin-bottom: 24px;
}

.central-banner.mobile {
    display: none
}


@media (min-width: 769px) and (max-width: 1100px) {
    .disclaimer span.agree-link {
        margin-left: 27px;
    }
}

@media (max-width: 768px) {
    .central-banner.mobile {
        display: block;
        text-align: center
    }

    .disclaimer span.agree-link {
        margin-left: 0;
    }
}


/** TABLES **/
.cointextbadge {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff
}

section.recently-launched {
    margin-bottom: 60px;
}

.hp-table-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}

.hp-table .hpt-col1 {
    width: 39%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
}

.hp-table .hpt-col2,
.hp-table .hpt-col3,
.hp-table .hpt-col4,
.hp-table .hpt-col5 {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #262338;
}


.hp-table .hpt-col4,
.hp-table .hpt-col5 {
    font-weight: bold;
}

.hp-table .hpt-header .hptheadtext {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #6E7191;
}


.hp-table.recent-fundraise .hpt-col1 {
    width: 30%
}

.hp-table.recent-fundraise .hpt-col2 {
    width: 30%
}

.hp-table.recent-fundraise .hpt-col3 {
    width: 56%;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row
}

.hp-table.recent-fundraise .hp-table-row .coininfo {
    padding-left: 10px;
}

.highlight-green {
    color: #18BB0C !important
}

.highlight-orange {
    color: #FD7465 !important
}

.moreitems {
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #FD7465;
}

.hpt-col3 img {
    margin-right: 18px;
    filter: grayscale(1);
    transition: all 0.2s ease-in-out
}

.hp-table-row.hpt-data:hover .hpt-col3 img {
    filter: grayscale(0);
}
.noimglink {
    text-decoration: none !important;
    color:#262338 !important;
    margin: 10px 0;
    margin-right: 4%;
}
.noimglink.investlogo-newrised{display: flex;align-items: center}

.internal .hp-table.dealflow-table .hpt-col6 a.noimglink {
    min-width: 24%;
    max-width: 50%;
}

.hpt-col3 span {
    margin-right: 5px;
}

.eventstable .hp-table-row.hpt-header {
    font-size: 13px;
}

.hp-table-row.hpt-header {
    background: #F7F7FC;
    border-radius: 12px;
    padding: 24px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #6E7191;
}

.internal.pagestats.advanced .hp-table-row.hpt-header {
    font-size: 12px;

}

.hp-table-row.hpt-data {
    border-bottom: 1px solid #EFF0F7;
    padding-top: 12px;
    padding-bottom: 10px;
}

.hp-table-row .coininfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 19px;
}

.hp-table-row h5.cointitle {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #262338;
    margin: 0;
}

.hp-table-row .cointag {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #A0A3BD;
    margin: 0;
}

section.recently-fundraising {
    margin-bottom: 50px;
}

.hp-table .coinimgbadge img {
    min-width: 48px;
    width: 48px;
    height: auto;
    border-radius: 100%;
}

section.recently-fundraising .hp-table-row.hpt-data {
    padding-top: 8px;
    padding-bottom: 8px;
}

.recent-fundraise .investlogo-small {
    max-height: 20px;
    min-height: 16px;
    max-width: 87px;
    height: auto;
    width: auto;
}

.recent-fundraise .moreitemslist.folded {
    display: none;
    width: 100%;
}

.recent-fundraise .moreitemslist .investlogo-small {
    margin-bottom: 5px;
    margin-top: 5px;
}

.recent-fundraise .moreitemslist {
    margin-top: 5px;
    width: 100%;
}

.recent-fundraise .moreitemslist {
    margin-top: 5px;
}

.recent-fundraise .moreitems {
    cursor: pointer
}

.coininfo a h5, .coininfo a span, .coininfo a {
    text-decoration: none !important
}

@media (max-width: 1200px) {
    .hp-table-row h5.cointitle {
        font-size: 14px;
    }

    .hp-table .hpt-col2, .hp-table .hpt-col3, .hp-table .hpt-col4, .hp-table .hpt-col5, .hp-table .hpt-col6 {
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.25px;
        color: #262338;
    }

    .token-sales-table.hp-table .hpt-col6 {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

}


@media (max-width: 1024px) {
    .hp-table.recent-launch .hpt-col1 {
        width: 50%;
    }

    .hp-table.recent-launch .hpt-col4 {
        width: 25%;
    }

    .hp-table.recent-launch .hpt-col5 {
        width: 25%;
    }
}


@media (max-width: 768px) {

    .hp-table-row.hpt-header {
        background: none;
        border-radius: 0;
        padding: 7px 0;
        font-size: 12px;
        border-bottom: 1px solid #D9DBE9;
    }

    .hp-table .hpt-col2, .hp-table .hpt-col3, .hp-table .hpt-col4, .hp-table .hpt-col5 {
        width: 15%;
        font-weight: 500;
        font-size: 15px;
        color: #262338;
    }

    .hp-table .hpt-header .hpt-col2, .hpt-header .hp-table .hpt-header .hpt-col3, .hp-table .hpt-header .hpt-col4, .hp-table .hpt-header .hpt-col5 {
        font-weight: 600;
        font-size: 12px;
        color: #6E7191;
    }

    .hp-table .hpt-col1 {
        padding-left: 0;
    }

    .cointextbadge {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .hp-table-row h5.cointitle {
        font-size: 13px;
        justify-content: center;
        width: 100%;
    }

    .hp-table-row .cointag {
        font-size: 12px;
    }

    .hp-table.recent-fundraise .hp-table-row.hpt-header {
        display: none;
    }

    .hp-table.recent-fundraise .hp-table-row {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .hp-table.recent-fundraise .hpt-col1 {
        width: 100%;
        border-bottom: 1px solid #D9DBE9;
        padding: 10px 0;
    }

    .hp-table.recent-fundraise .hpt-col2 {
        width: 27%;
        padding: 5px 0;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: -0.1px;
        color: #262338;
    }

    .hp-table.recent-fundraise .hpt-col3 {
        width: calc(100% - 110px);
        padding: 10px 0
    }

    .hp-table.recent-fundraise .hpt-col2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hp-table.recent-fundraise .hpt-col1 .coinimgbadge {
        margin-right: 35px;
    }

    .hp-table.recent-fundraise .hpt-col2 {
        width: 97px;
    }

    .hp-table.recent-fundraise .hpt-data .mob-only {
        width: 100%;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.25px;
        color: #A0A3BD;
    }

    .hp-table.recent-fundraise .hpt-col3 {
        font-size: 11px;
    }

    .hp-table.recent-fundraise .moreitems,
    .hp-table.recent-fundraise .investlogo-small {
        display: none
    }

    .hp-table.recent-fundraise .mob-only.investlist {
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        color: #262338;
    }

    .hp-table.recent-fundraise .hpt-col3 {
        width: calc(100% - 110px);
        padding: 4px 0 10px;
    }
}

@media (max-width: 480px) {
    section.recently-fundraising .hp-table-row.hpt-data {
        border-bottom: 0;
    }

    #site-navigation.active #primary-menu {
        max-width: 100%;
    }

}

@media (max-width: 360px) {
    #site-navigation.active #primary-menu li.btn {
        min-width: 132px;
    }
}

/** LITY **/
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    transform: scale(1);
    transition: transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}


.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close,
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}


.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;

}

.lity-hide {
    display: none
}


.slider-wrap {
    width: calc(100% - 146px);
    max-width: 1220px;
    margin: 30px auto;
}

@media (min-width: 1140px) {

    .slider-wrap.leftarrange .slick-track {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .slider-wrap {
        width: 100%;
        margin: 30px auto;
    }

    body {
        overflow-x: hidden
    }

    .regular.slider .slick-list {
        position: relative;
        display: block;
        overflow: visible;
        margin: 0;
        padding: 0;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -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)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}


.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(https://icoanalytics.org/wp-content/themes/ico/css/ajax-loader.gif) center center no-repeat
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 100%;
    top: calc(50% - 28px);
    cursor: pointer;
    color: transparent;
    border: 2px solid #D9DBE9;
    outline: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-color: transparent;

}

.slick-next {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/fwd-slide-orange.svg);
}

.slick-next.slick-disabled {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/fwd-slide.svg);
}

.slick-prev {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/bck-slide-orange.svg);
}

.slick-prev.slick-disabled {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/bck-slide.svg);
}

.slick-next {
    right: -88px;

}

.slick-prev {
    left: -88px;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    opacity: 0.85;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

html.lity-active {
    overflow: hidden
}

body {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

h1, h2 {
    font-weight: 600
}

h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #262338;
    margin: 40px 0;
}

h2.entry-title {
    margin-bottom: 10px;
}

h2.entry-title a {
    color: #262338;
    text-decoration: none;
}

h2.entry-title a:hover {
    color: var(--mainorange);
}

@media (min-width: 1380px) {
    h2.dt-shifted {
        padding-left: 88px;
    }
}

@media (max-width: 768px) {

    h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 20px 0;
    }
}

div {
    box-sizing: border-box;
}


.wrapper, .wrapper.full .wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 0 32px;
}

.wrapper.full {
    max-width: 100%;
}

.wrapper.full .wrapper {
    padding: 0;
}

@media all and ( max-width: 1180px) {
    .wrapper, .header-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wrapper.full {
        padding-left: 0;
        padding-right: 0;
    }
}

.slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    margin: 0;
}

.center .slick-slide {
    margin: 0 10px;
}

.regular .slick-slide {
    margin: 0 10px;
}

.slick-slide img {
    width: 100%;
}


.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-active {
}

.slick-current {
    opacity: 1;
}

.regularfullwidth {
    width: 100%;
    height: auto
}

.regularfullwidth .slick-slide {
    margin: 0;
}

.regularfullwidth .slick-next, .regularfullwidth .slick-prev {
    position: absolute;
    z-index: 99
}


.slider.lity-hide {
    height: 0;
    overflow-y: hidden;
    position: absolute
}


/** SLIDES SINGLE CARDS **/
.regular.slider .slick-slide {
    height: 260px;
}

.regular.slider .slick-slide > div {
    text-align: center
}

.coincard {
    min-width: 152px;
    max-width: 180px;
    width: 100%;
    background: #F7F7FC;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto;
}

.coincard-header {
    background: #6E7191;
    border-radius: 12px 12px 0 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.25px;
    padding: 7px 7px 6px;
    color: #fff;
}


.coincard-content {
    padding: 15px 14px 28px;
    min-height: 212px;
}


.coincard-content img {
    max-width: 60px;
    height: auto;
    margin: 0 auto 5px;
    border-radius: 100%;
}

.tokensalelogo {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 100%;
    margin: 0 auto 5px;
}

.coincard-content p {
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #A0A3BD;
    margin: 0;
}

.coincard a {
    text-decoration: none
}


.coincard-content .coin-name {
    font-weight: 700;
    color: #262338;
    margin-top: 6px;
    margin-bottom: 3px;

}

.coincard-content .coin-description {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #262338;
}

.coincard.viewall {
    background: var(--mainorange);
    transition: all 0.25s ease-in-out;
    min-height: 231px;
}

.coincard.viewall .coincard-content img {
    margin-top: 35px;
}

.coincard.viewall .coincard-content .coin-name {
    font-weight: 600;
    color: #fff;
    margin-top: 28px;
    margin-bottom: 16px;

}

.coincard.viewall:hover {
    cursor: pointer;
    background: #6E7191;
}

@media (max-width: 768px) {

    .coincard-header {
        color: #fff;

    }

    .regular .slick-slide {
        margin: 0 8px;
    }

    .coincard-content {
        min-height: 216px;
    }

    .coincard.viewall {
        min-height: 250px;
    }
}

.site-footer {
    margin-top: 50px;
    background: #F7F7FC;
    padding: 58px 0 53px
}

.site-footer .wrapper {
    max-width: 1202px;
    padding: 0;
}


.site-footer h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: #262338;
    margin-top: 0;
    margin-bottom: 17px;

}

.site-footer .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

.site-footer .footercol.col1 {
    width: 100%;
    max-width: 384px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #6E7191;
}

.site-footer .footer-menuwrap {
    width: 100%;
    max-width: 76%;
    display: flex;
    justify-content: space-between;
}

.site-footer .footer-menuwrap {
    width: 100%;
    max-width: 76%;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1080px) {
    .site-footer .footer-menuwrap {
        max-width: 611px;
    }
}

.site-info {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #A0A3BD;
}

@media (max-width: 1024px) {
    .site-footer .footercol.col1 {
        max-width: 42%;
    }

    .site-footer .footer-menuwrap {
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .site-footer .wrapper {
        flex-wrap: wrap;
    }

    .site-footer .footercol.col1 {
        max-width: 100%;
    }

    .site-footer .footer-menuwrap {
        max-width: 100%;
    }

    .central-banner.mobile {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}


.site-footer ul.menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.site-footer ul.menu a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #6E7191;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}

.site-footer ul.menu li {
    margin-bottom: 5px;
}

.site-footer ul.menu li:hover a {
    color: #262338;
}


@media (max-width: 360px) {
    .site-footer .footer-menuwrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-footer .footercol.col2 {
        max-width: 100%;
        width: 100%;
    }

    .site-info {
        font-size: 10px;
    }

}

a.mobile.more {
    display: none
}

@media (max-width: 1080px) {
    .flexy-space-top a.btn.more {
        display: none;
    }

    a.mobile.more {
        display: block;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.75px;
        color: #FD7465;
        text-decoration: none;
        margin-top: 15px;
    }

    .hp-table.recent-launch .hpt-col2,
    .hp-table.recent-launch .hpt-col3 {
        display: none
    }

    .hp-table.recent-launch .hpt-col1 {
        width: 50%
    }

    .hp-table.recent-launch .hpt-col2,
    .hp-table.recent-launch .hpt-col3 {
        width: 25%
    }
}

@media (max-width: 1024px) {
    .site-footer h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .site-footer ul.menu a {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 1240px) {
    .site-footer .wrapper {
        padding: 0 25px;
    }
}


.progressbar {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background-color: #D9DBE9;
    border-radius: 6px;
    height: 12px;
    margin-bottom: 5px;
    overflow: hidden;
}

.progressbarfiller {
    position: relative;
    margin: 0;
    display: block;
    width: 0;
    height: 100%;
    border-radius: 6px;
    transition: width 0.75s ease-in
}

.progressdata, .progressd {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #6E7191;
}

.greenbg {
    background-color: #80DE65
}

.orangebg {
    background-color: #FD7465
}

.bluebg {
    background-color: #50C8FC
}

.green {
    color: #80DE65 !important
}

.orange {
    color: #FD7465 !important
}

.blue {
    color: #50C8FC !important
}

.statrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 54px;
    height: auto;
    border-bottom: 1px solid #EFF0F7;
}

.statrow.adminonly {
    background-color: #fdf4fc;
    position: relative
}

.statrow.adminonly:after {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    color: red;
    content: "admin only";
    font-size: 10px;
}

.recent-fundraise .hp-table-row.hpt-data:last-of-type,
.recent-launch .hp-table-row.hpt-data:last-of-type,
.statrow:last-of-type {
    border-bottom: 2px solid #EFF0F7;
}


.statrow .stcol1 {
    width: 39%;
    padding: 0 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #6E7191;
}

.statrow .stcol2 {
    width: 61%;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #262338;
}

.statrow .stcol2 span {
    font-weight: normal;
}

.linkwithicon {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #262338;
    text-decoration: none;
}

.linkwithicon img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 24px;
    max-width: 24px;
    height: auto;
}


@media all and ( max-width: 768px) {
    .daterangepicker {
        width: 318px;
    }

    .daterangepicker .drp-calendar {
        max-width: 318px;
    }
}

@media all and ( max-width: 480px) {
    .wrapper {
        overflow-x: hidden
    }
}

@media all and ( max-width: 374px) {
    .wrapper, .header-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

a.nodeco {
    text-decoration: none !important
}

.hp-table-row.hpt-data a.nodeco img {
    max-width: 48px;
    border-radius: 100%;
}

p.centred {
    text-align: center
}

li.current_page_item.btn.header-signup a {
    color: #fff
}

li.current_page_item.btn.header-signup a:hover {
    color: var(--mainorange)
}

.search-results .filter-toggle {
    display: none
}

.moreitems.trigger-unfolded {
    opacity: 0;
    transition: opacity 0.25s linear
}

.acompwrap {
    position: relative;
}

.acomplist {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    max-height: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 3px 0;
    overflow-y: auto;
    scrollbar-width: thin;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 5;
    display: none;
}

.custom-acomplete-wrap .acomplist {
    top: calc(100% + 2px);
}

.custom-acomplete-wrap input {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 42px;
    padding-left: 24px;
    margin-right: 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.75px;
    color: #6E7191 !important;
    font-family: 'Poppins', sans-serif;
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/search-icon-3.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px;
    padding-right: 26px;
}
.page-id-40 .custom-acomplete-wrap input {
    font-size: 13px;
}

.custom-acomplete-wrap input:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.acompoption {
    padding: 3px 8px;
}

.acompoption:hover,
.acompoption.selected {
    background-color: var(--mainorange);
    color: #fff
}

.acompoption.disabled {
    pointer-events: none !important
}

.logged-in.admin-bar * {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/** FUNDS PAGE */
.site-main.funds .wrapper {
    padding: 0 24px;
}

.site-main.funds .wrapper-w-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1390px;
    margin: 20px auto 20px;
}

.site-main.funds .sidebar .ad-wrapper {
    margin-top: 0;
}

.site-main.funds .fundsearch {
    margin-top: 10px;
}

.site-main.funds .main-col {
    width: 73%;
    max-width: 1024px;
}

@media (max-width: 1170px) {
    .site-main.funds .main-col {
        width: 70%;
    }
}

.site-main.funds .hp-table .hpt-col1 {
    width: 8%;
    color: #737375;
}

.site-main.funds .hp-table .hpt-col2 {
    width: 22%;
    justify-content: flex-start;
    padding-left: 16px;
}

.site-main.funds .hp-table .hpt-col2 img {
    width: auto;
    height: auto;
    max-width: 135px;
    max-height: 55px;
    margin-right: 16px;
    min-width: 65px;
    color: var(--mainorange);
}
a.nologo-small,
a.nologo-small span,
.raisedinlink{color:#191C1F;text-decoration: none}

.internal .hp-table.dealflow-table .hpt-col6 a.nologo-small {
    max-width: 50%;
}

.site-main.funds .hp-table .hpt-col3 {
    width: 25%;
    padding-right:4%;
    justify-content: flex-start;
    padding-left: 16px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #191C1F;
}

.site-main.funds .hp-table .hpt-col4 {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
}

.site-main.funds .hp-table .hpt-col4,
.site-main.funds .hp-table .hpt-col4 a {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #737375;
    text-decoration: none;
}

.site-main.funds .hp-table .hpt-col4 a {
    height:22px;
    max-width:90%;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
}


.site-main.funds .hp-table .hpt-col5 {
    width: 20%;

}

.site-main.funds .hp-table .htop {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #737375;
    font-weight: 600;
}

.site-main.funds .aprojects {
    text-decoration: none;
}

.site-main.funds .pcount {
    border-radius: 100%;
    border: 1px solid #191C1F;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #191C1F;

}

.site-main.funds .pcount.topten {
    background: linear-gradient(180deg, #E359F9 0%, #4187DB 100%);
    color: #fff;
    border: 1px solid transparent;
}

.fundcard {
    background: #FFFFFF;
    border: 1px solid #F6F6F6;
    box-shadow: 0 15px 45px rgba(20, 20, 43, 0.08);
    border-radius: 12px;
    margin-bottom: 50px;
    padding: 75px 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.fundcard .singlefundlogo {
    width: auto;
    height: auto;
    max-width: 240px;
    max-height: 100px;
    min-width: 100px;
}

.fundinfoblock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 40px;
    width: 70%;
}

.fundinfoblock .infoinside {
    padding-left: 40px;
    margin-left: 100px;
    background-repeat: no-repeat
}


.fundinfoblock .infoinside:first-of-type {
    margin-left: 0;
}


.fundinfoblock .infoinside p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #737375;
}
.fundinfoblock .fweb.infoinside p {
    line-height: 170%;
}
.fundinfoblock .infoinside p a {
    color: #737375;
    text-decoration: underline;
}

.fundinfoblock .infoinside p.bold {
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    color: #191C1F;
}

.fundinfoblock .infoinside p.bold {
    margin-bottom:10px;
}

.fundinfoblock .infoinside p .istopten {
    display: none;
}

.fundinfoblock .infoinside p.bold span.pcount {
    display: inline-block;
    vertical-align: bottom
}

.fundcard.topten .fundinfoblock .infoinside p span.istopten {
    display: inline-block;
    vertical-align: bottom;
    background: linear-gradient(180deg, #E359F9 0%, #4187DB 135%);
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    height: 20px;
    padding: 0 4px;
    margin-left: 4px;
}

.fname.infoinside {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/fund-name.svg);
    background-size: 20px;
}

.fweb.infoinside {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/fund-site.svg);
    background-size: 22px;
}

.fprojc.infoinside {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/fund-count.svg);
    background-size: 18px;
}

a.goback {
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/backarrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    padding-left: 34px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #737375;
    text-decoration: none;
}

a.goback:visited {
    color: #737375;
}


.fundinvestpage div#tablefilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
    .site-main.funds .hp-table.dealflow-table .hpt-col2 {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .site-main.funds .hp-table.dealflow-table .hp-table-row {
        border-bottom: 1px solid #D9DBE9;
        background: #fff;
        border-radius: 0;
        padding: 14px;
    }

    .site-main.funds .hp-table.dealflow-table .hp-table-row.hpt-header {
        display: flex;
        border-bottom: 1px solid #F7F7FC;
        background: #F7F7FC;
        border-radius: 8px;

    }

    .site-main.funds .hp-table .htop {
        font-size: 12px;
    }

    .site-main.funds .hp-table .hpt-col1,
    .site-main.funds .hp-table .hpt-col4 {
        display: none;
    }


    .site-main.funds .hp-table .hpt-col2 {
        flex-direction: column;
        align-items: flex-start
    }

    .site-main.funds .hp-table .hpt-col2.htop {
        flex-direction: row;
        align-items: center
    }


    .site-main.funds .hp-table .hpt-col2 p.mob-only {
        display: block;
        margin-bottom: 6px;
        margin-top: 5px;
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.25px;
        color: #191C1F;
    }

    .site-main.funds .hp-table .hpt-col2,
    .site-main.funds .hp-table .hpt-col5 {
        width: 50% !important;
    }

    .site-main.funds .sorter {
        margin-right: 8px;
        margin-top: 0;
    }

    .fundcard {
        margin-top: 20px;
        padding: 40px 40px 30px;
        flex-direction: column;
    }

    .fundlogoblock {
        padding-bottom: 30px;
    }

    .fundinfoblock {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-top: 1px solid #F6F6F6;
    }

    .fundinfoblock .infoinside, .fundinfoblock .infoinside:first-of-type {
        padding-left: 50px;
        margin-left: 0;
        margin-top: 20px;
    }

    .fundinfoblock {

        padding-left: unset;
        width: unset;
    }
}

.searchtrigger.mob-only {
    display: none
}


@media (max-width: 480px) {
    a.aprojects {
        padding-right: 40px;
        background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/chevronfwd.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .site-main.funds .wrapper-w-sidebar {
        padding: 0 24px;
    }

    .site-main.funds .fundsearch {
        display: none;
    }

    .searchfundouter {
        max-width: 100%;
    }

    .site-main.funds h1 {
        font-size: 24px;
        line-height: 34px;
        padding: 0;
        margin: 0;
    }

    .site-main.funds .mobsearchbut {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 1px;
    }

    .site-main.funds .fundsearch {
        margin-bottom: 0;
        padding-top: 20px;
    }

    .mobsearchbut {
        display: block
    }

    .searchtrigger.mob-only {
        display: block;
        padding-right: 32px;
        background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/iSearch.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 24px;
        font-weight: 400;
        font-size: 13px;
        line-height: 34px;
        height: 34px;
        letter-spacing: 0.25px;
        color: #737375;
        cursor: pointer;
    }


    .searchtrigger.mob-only.active {
        background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/iClose.svg);
    }

    .site-main.funds .hp-table.dealflow-table .hp-table-row {
        padding: 14px 0;
    }

    .site-main.funds .hp-table .hpt-col5.flexwrap {
        justify-content: flex-end;
        padding-right: 15px;
    }

    .site-main.funds .hp-table .hpt-col2 img {
        max-width: 130px;
        max-height: 50px;
    }

    .site-main.funds .pagination .page-numbers {
        padding: 5px 5px 5px;
        margin: 0 0 2px;
        font-size: 11px;
    }

    .site-main.fundinvestpage .main-col .recently-launched.dealflow .flexy-space-top,
    .site-main.fundinvestpage .hp-table.dealflow-table .hp-table-row, .site-main.funds .main-col .recently-launched.dealflow .flexy-space-top,
    .site-main.funds .hp-table.dealflow-table .hp-table-row,
    .pagedealflow .main-col .recently-launched.dealflow .flexy-space-top,
    .pagedealflow .hp-table.dealflow-table .hp-table-row {
        max-width: 100%;
    }

    .fundinfoblock {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .fundsearch .custom-acomplete-wrap {
        max-width: 300px;
    }
}

@media (max-width: 1400px) and (min-width: 480px) {
    .site-main.funds .wrapper-w-sidebar {
        padding: 0 24px;
    }
}

.site-main.fundinvestpage .sorter {
    margin-right: 7px;
}

.aprojects.nochevron {
    background-image: none
}

.wrapper.title-search {
    overflow-x: visible
}

span.olhc {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--mainorange);
    color: var(--mainorange);
    border-radius: 100%;
    font-size: 8px;
    margin-left: 5px;
    text-align: center;
    line-height: 9px;
    margin-top: -2px;
    font-weight: bold;
    cursor:help
}

.page-id-7270 .tableselectfilter, .page-id-7270 .ui-selectmenu-button, .page-id-7270 .ui-selectmenu-button:focus, .page-id-7270 .tableinput {
    margin-right: 14px;
}
p a.fundlink{color:black;text-decoration: none}

.fundticker{background-color:var(--mainorange);color:#fff;border-radius: 5px;font-size:10px;padding:0 4px;}
.acompoption:hover .fundticker, .acompoption.selected .fundticker{
    background-color: #fff;
    color: var(--mainorange);
}

.simple-page article{width:100%;max-width:820px;margin:0 auto 100px;}
.simple-page article h1{
    margin-top:90px;
    margin-bottom:0;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
}

.simple-page article h2{
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.25px;
    color: #262338;
    margin-top:50px;
    margin-bottom:0;
}

.simple-page article h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.25px;
    color: #262338;
    margin-top:50px;
    margin-bottom:0;
}

.simple-page article p{
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #262338;
    margin-top:15px;
    margin-bottom:0;
}
.simple-page article p a{
 color: #FD7465;
    text-decoration:none
}

nav.navigation.post-navigation a{color:#FD7465;}

@media (max-width: 810px) {
    .simple-page article h1{
        margin-top:50px;
        margin-bottom:0;
        font-size: 24px;
        line-height: 34px;
    }
    .simple-page article h2{
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        margin-top:40px;
    }
    .simple-page article h3{
        font-size: 17px;
        line-height: 26px;
        margin-top:30px;
    }
    .simple-page article p{
        font-size: 15px;
        line-height: 24px;
    }
    .simple-page article p a{
        font-size: 15px;
        line-height: 24px;
        word-break: break-all;
    }

}

.newrised_investors.lead{margin-bottom:10px}
.newrisedblock .roundtype,
.hp-table.recent-fundraise .roundtype{
    margin-bottom:10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #737375;
    display: block;}

.hp-table.recent-fundraise .roundtype{
    font-size: 12px;
}
.abbrusd.nospan{display:block}
.hpt-col2.flexcol{flex-direction: column}


.clearfund {
    display: none;
    position: absolute;
    right: 10px;
    top:13px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(https://icoanalytics.org/wp-content/themes/ico/img/close_gray.svg);
    background-size: contain;
    background-position: center;
    cursor: pointer;
    z-index:4;
}
.acompwrap.custom-acomplete-wrap.infilters.hasword .clearfund{display: block}
.acompwrap.custom-acomplete-wrap.infilters.hasword input{background-image:none}
.catitem{text-decoration: none}
input#searchfund{
    -webkit-appearance: none !important;
}
input#searchfund:focus{
    outline: none !important;
}

.individuals.roundtype{margin-top:10px;}
.mobonly.coin-description{display: none}
@media(max-width:1024px){
    .mobonly.coin-description{display: block}
    .hpt-col4.alwaysblock span.dt-only{display: none}
    .site-main.internal.tsevents .datawrap.slickmobslider {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}

.home-events .coincard-content p.coin-description {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.home-events .coincard-content p.coin-description .platformitem{margin-right:2px;}
.home-events .coincard-content p.coin-description .platformitem:last-of-type{margin-right:0;}
.home-events .coincard-content p.coin-description .platformitem:after{content:", ";}
.home-events .coincard-content p.coin-description .platformitem:last-of-type:after{content:"";}
