/*
 Theme Name:   Microglo Theme - Based on neXum
 Theme URI:
 Description:  Microglo Theme - Based on neXum
 Author:       WHMPress
 Author URI:   https://whmpress.com/
 Template:     neXum
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  neXum
*/
/* THEME */
/*@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;700;900&display=swap);*/

body {
    overflow-x: hidden !important;
    background-color: var(--c-background, #FFF);
}

p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

a {
    color: var(--c-secondary, #00AEEF);
    font-weight: 600;
}

a:hover {
    text-decoration: none;
    color: var(--c-secondary, #00AEEF);
}

select#combo_id {
    display: none;
}

.preloader {
    background-color: var(--c-primary);
    background-image: var(--img-preloader);
    background-size: var(--size-preloader);
}

.title-border-blue {
    border-bottom: 3px solid  #00AEEF !important;
}

.title-border-green {
    border-bottom: 3px solid  #A6CD39 !important;
}

.title-border-pink {
    border-bottom: 3px solid  #EC008B !important;
}

/* VC NORMALIZE */
.vc_custom_heading {
    font-family: 'Poppins' !important;
}

/* SINGLE CSS */
.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.background-eee {
    background-color: #EEE;
    padding-top: 30px;
    margin-bottom: 30px !important;
}

.background-eee .gambit_sep_main {
    fill: #EEE;
}

.gambit_sep_parent_bottom {
    margin-top: -1px;
}


.image-inline {
    display: inline !important;
}

.image-border-radius-8 img {
    border-radius: 8px;
    overflow: hidden;
}

.image-border-darkblue img {
    border: 3px solid #033F62;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.list-vertical li {
    display: inline;
    margin: 0 10px;
}

.list-dots,
.list-dots ul,
.list-checkmark,
.list-checkmark ul,
.list-crosses,
.list-crosses ul {
    list-style: none;
    font-size: 16px;
    padding: 0 0 0 10px;
}

.list-dots li,
.list-checkmark li,
.list-crosses li {
    line-height: 28px;
}

.list-dots li:before,
.list-checkmark li:before,
.list-crosses li:before {
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 0 0 0 #000;
    border-radius: 100%;
    font-size: 28px;
    top: 4px;
    position: relative;
}

.list-dots li:before,
.list-checkmark li:before {
    content: '✔';
    color: #A6CD39 !important;
}

.list-crosses li:before {
    content: '✘';
    color: #EC5764 !important;
}

.color-white,
.color-white p {
    color: #FFF !important;
}

.color-black,
.color-black p  {
    color: #000 !important;
}

.text-shadow {
    text-shadow: -1px 1px 2px #000;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.margin-left-2vw {
    margin-left: min(2vw, 20px) !important;
}

/* ROWS */
.row-no-padding {
    padding: 0 !important;
}

.row-no-padding-bottom {
    padding-bottom: 0 !important;
}

.row-flex {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: initial !important;
}

.row-flex-align-start {
    align-items: flex-start !important;
}

.row-overflow-visible {
    overflow: visible !important;
}

.row-z-index-10 {
    z-index: 10 !important;
}

.row-split {
    width: 48% !important;
    padding: 10px;
    margin-top: 15px;
}

.row-white {
    background-color: #FFF;
}

.row-light-grey {
    background-color: #F0F0F0;
}

.row-grey {
    background-color: #EEE;
}

.row-lightblue {
    background-color: #e6f4ff;
}

.row-lightblue .gambit_sep_main {
    fill: #e6f4ff !important;
}

.row-product-info {
    background-color: rgba(0,0,0,0.2);
}

.gambit-sep-type-clouds2 path {
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.5));
}

.fa, .fas, .far {
    font-family: 'fontawesome';
    font-style: normal;
}

.fas.fa-check {
    color: #81d742;
    font-size: 16px;
    font-weight: bold;
}

body:not(.home) .preloader {
    display: none !important;
}

.preloader {
    display: none !important;
    background-color: #00AEEF;
    background-image: url('/images/preloader.svg');
    background-size: 80px;
}

/* NAVIGATION */
.navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navigation {
    background-color: #FFF;
    padding: 26px 0 0;
}

.navigation > .container {
    padding: 0;
    margin: 0;
    width: 100%;
}

.navigation > .container > .row {
    margin: 0;
}

.navigation > .container > .row > .col-sm-12 {
    padding: 0;
}

.navbar-nav.navbar-toggleable-md.main-navigation,
#site-navigation {
    display: block !important;
    margin: 0 auto !important;
}

#site-navigation > .col-sm-2 {
    margin: 0 auto;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
}

.navbar-toggler {
    display: none;
}

/* TODO: IDF COLOR */
#navbarSupportedContent {
    display: block;
    background: #00AEEF;
}

@media only screen and (max-width: 990px) {
    #site-navigation > .col-sm-2 {
        display: block;
    }
    .site-logo {
        text-align: center;
        display: block;
        width: 100%;
    }
    #dsm-header {
        text-align: center;
        display: block;
        width: 100%;
    }
}

/* responsive header */
#dsm-header p {
    font-size: 14px;
}

#dsm-header > div {
    display: inline-block;
}

.dsm-header-item {
    margin: 0 10px;
}
.dsm-header-item .count {
    font-weight: 900;
    font-size: 18px;
}

/* TABLE OF CONTENTS */
/* TABLE OF CONTENTS */
#toc_container {
    padding: 20px;
    position: relative;
    z-index: 50;
    margin-right: 20px;
    outline: 10px solid rgb(219,237,247);
}

#toc_container a {
    font-weight: 500;
}

#toc_container a:hover {
    text-decoration: none;
}

#toc_container a .toc_number {
    color: #000;
    font-family: roboto;
}

/* page */
.page-wrapper {
    overflow-x: hidden;
}

/* TODO: IDF COLOR */
[class*=page-title] {
    font-family: 'Poppins' !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #000;
}

.dsm-page-title {
    border-bottom: 3px solid var(--c-primary, rgb(166,205,57));
    padding-bottom: 10px;
    margin: 20px 10% 30px;
    text-align: center !important;
}

.dsm-page-subtitle {
    font-size: 22px;
    margin-bottom: 15px;
}

.dsm-page-title-header {
    border-bottom: 3px solid rgb(135, 135, 135);
    padding-bottom: 10px;
    margin: 15px 15px 0;
    display: block;
    text-align: center;
}

.dsm-page-subtitle-header {
    color: #333;
    font-size: 16px;
    line-height: 35px;
}

.page-title {
    padding: 25px 0 10px;
}

.section-title,
.section-title {
    font-family: 'Poppins';
    color: #000;
    display: inline-block;
    background-color: #DBEDF7;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 25px 40px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.section-title + .divider {
    height: 5px;
    width: 95%;
    margin: 0 auto;
    left: 2.5%;
    background-color: #00AEEF;;
    top: 20px;
    position: absolute;
}

.paragraph-title {
    font-family: 'Poppins';
    color: #000;
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 10px;
    text-align: center;
}

/* TODO: IDF COLOR */
.brand-comb {
    box-shadow: inset 0 0 10px 0px #000;
    width: 101vw;
    margin-left: -.5vw;
    background-position: center;
}

.brand-comb h1 {
    color: #FFF;
}

.brand-comb h2 {
    display: none;
}

.single-post .brands {
    display: none;
}

.rank-math-breadcrumb {
    padding-top: 10px;
}

.rank-math-breadcrumb span {
    color: #000;
}

/* SINGLE BLOCK */
.single-blog {
    padding: 0;
}

.single-blog-content {
    padding-top: 35px;
}

.single-blog .single-blog-content {
    color: #000;
}

.single-blog .single-blog-content p {
    text-align: justify;
}

/* Taxonomy Continent/Country */
body[class*=tax-continent] .brand-comb {
    margin-bottom: 25px;
    height: 60px;
    padding-top: 9px;
    background-position: 50% 75% !important;
}

body[class*=tax-continent] .news-block-one {
    display: flex;
    align-items: center;
}

body[class*=tax-continent] .fi.fis {
    margin-right: 10px;
    width: 2.5em !important;
    height: 2.5em !important;
    border-radius: 100% !important;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px 0px #000;
}

body[class*=tax-continent] .news-block-one a {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

body[class*=tax-continent] .news-block-one a:hover {
    text-decoration: none;
}

body[class*=tax-continent] .news-block-one a .detail-location {
    color: var(--c-secondary, #00AEEF);
}

body[class*=tax-continent] .news-block-one a:hover .detail-location {
    color: var(--c-secondary, #00AEEF);
}

body[class*=tax-continent] .detail-extra {
    font-size: 0.85rem;
    color: #000;
    font-weight: 300;
}

/* DSM QUOTE BLOCKS */
.dsm-quote-block .fa-star {
    color: gold;
    float: right;
    font-size: 22px;
    margin: 2px;
}

.dsm-quote-content {
    padding: 10px 0;
    font-size: 24px;
}

.dsm-quote-author {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.dsm-row-radios > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
}

.dsm-row-radios .wpb_single_image {
    width: 20%;
}

/* VISUAL COMPOSER */
.vc_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 35px;
}

.vc_row.dsm-row-no-padding {
    padding: 0;
}

.vc_sep_pos_align_center {
    padding: 25px 0 30px;
}

.vc_separator h4 {
    font-size: 36px !important;
    font-weight: 700 !important;
    text-align: center !important;
}


.old-price {
    text-decoration: line-through;
    color: #ec1e13;
    font-size: 28px;
    margin-bottom: -10px;
    margin-top: -5px;
}

/* WHMPRESS SEARCH */
.whmp_domain_search_ajax_results {
    padding: 0;
}

.whmp_search_ajax_title {
    margin: 0 !important;
    max-width: 100% !important;
}

/* OWL CAROUSEL */
.owl-wrapper {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}

.owl-carousel .owl-item {
    padding: 0 15px;
    text-align: center;
}

.brands {
    padding: 0px 0 35px;
}

.brands-border {
    border: none !important;
}

/* FOOTER */
.footer {
    padding: 25px;
    text-align: center;
    color: #FFF !important;
}

.footer h5 {
    color: #FFF !important;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
}

.footer .last {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.footer button {
    width: 100%;
    font-weight: 500;
    font-size: 16px !important;
}
.footer-end .container .left,
.footer-end .container .right
{
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.tp-widget-wrapper {
    transform: scale(1.3) !important;
}