html, body {
    height: 100% !important;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(13,27,72,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
body {
    font-family:"Poppins",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    background-color: #f4f7fc;
    color: #212529;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    margin: 0;
    letter-spacing: 0.03rem;
}
main {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.main-content {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: calc(100% - 270px);
    margin-left: 270px;
    padding: 94px 12px 0 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.main-content::before {
    background: #0e253f;
    content: " ";
    height: 264px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.section-content {
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: .7rem;
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
    padding: 24px;
}
.section-content:first-child {
    border-radius: 30px 60px 30px 15px;
    border: 3px solid #15859f;
    position: relative;
}
.section-content:first-child::before {
    content: "";
    background: url("/wp-content/themes/seozoom/assets/img/quadrati.svg") no-repeat;
    position: absolute;
    right: -80px;
    top: -73px;
    width: 200px;
    height: 150px;
}
.section-content:first-child .section-title,
.section-content:first-child .lead {
    background-color: #15859f;
    margin: -24px -44px;
    padding: 30px;
    color: #fff;
}
.section-content:first-child .section-title {
    padding-bottom: 15px;
    border-radius: 25px 55px 0 0;
}
.section-content .core-content a {
    color: #4c82f7;
    text-decoration: underline;
}
.section-content .core-content a:hover {
    color: #1a68d1;
    text-decoration: none;
}
.section-content:first-child .core-content ul {
    list-style: none;
}
.section-content:first-child .core-content ul li {
    position: relative;
    padding: 15px 0 0 20px;
}
.section-content:first-child .core-content ul li::before {
    content: "";
    height: 20px;
    width: 24px;
    background: url("/wp-content/themes/seozoom/assets/img/spunta.svg") no-repeat left center;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
}
.section-content:first-child .core-content ul.ez-toc-list {
    column-count: 2;
    column-gap: 40px;
    padding-left: 20px !important;
    margin-top: 15px !important;
}
.section-content:first-child .core-content ul.ez-toc-list li {
    break-inside: avoid;
    margin-bottom: 8px !important;
}
.section-content:first-child .core-content ul.ez-toc-list li::before {
    display: none;
}
.section-content:first-child .core-content .ez-toc-title-toggle {
    display: none;
}
.section-content:first-child .backtotop {
   display: none;
}
body > section {
    position: relative;
    margin: 0 auto;
    padding: 6.25rem 0;
    overflow: hidden;
}


/*** HEADER ***/
.header {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: calc(100% - 270px);
    height: 70px;
    margin-left: 270px;
    padding: 0 12px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    /*-webkit-backdrop-filter: blur(3px);*/
    /*backdrop-filter: blur(3px);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
    z-index: 15;
}
.header .header-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-items .left-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-items .left-header .logo-mobile {
    width: 50px;
    height: 40px;
    margin-right: 15px;
    display: none;
}
.header .header-items .left-header .logo-mobile img {
    height: 50px;
}
.header .header-items .left-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-items .outer-ring {
    width: 30px;
    height: 18px;
    display: block;
    border: 1px solid #9799a7;
    border-radius: 30px;
    position: relative;
}
.header .header-items .outer-ring .inner-ring {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: 4px;
    border-radius: 30px;
    display: block;
    background-color: #9799a7;
}
.header .header-items .toggle-sidebar.active .outer-ring {
	border-color: #0092a9;
}
.header .header-items .toggle-sidebar.active .outer-ring .inner-ring {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 4px;
	background-color: #0092a9;
}

.header .right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header .header-items .header-search-box {
    margin-left: 20px;
    position: relative;
}
.header .header-items .header-search-box  .asp_w_container_1 {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 6px;
}
.header .header-items .header-search-box  #ajaxsearchpro1_1 {
    min-width: 350px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: #f6f6f6 !important;
    box-shadow: none;
}
.header .header-items .header-search-box  #ajaxsearchpro1_1 .probox,
.header .header-items .header-search-box  #ajaxsearchpro1_2 .probox {
    height: 40px;
}
.header .header-items .header-search-box  #ajaxsearchpro1_1 .probox .promagnifier,
.header .header-items .header-search-box  #ajaxsearchpro1_2 .probox .promagnifier {
    box-shadow: none !important;
    background-color: #15859f !important;
    height: 40px;
    width: 40px;
}
.header .header-items .header-search-box  #ajaxsearchpro1_1 .probox .promagnifier:hover,
.header .header-items .header-search-box  #ajaxsearchpro1_2 .probox .promagnifier:hover {
    background-color: #007289 !important;
}
.header .header-items .header-search-box  #ajaxsearchpro1_1 .probox .promagnifier .innericon,
.header .header-items .header-search-box  #ajaxsearchpro1_2 .probox .promagnifier .innericon {
    height: 40px;
    width: 40px;
}
.header .header-items .header-search-box  #ajaxsearchpro1_1 .probox .promagnifier .innericon svg,
.header .header-items .header-search-box  #ajaxsearchpro1_2 .probox .promagnifier .innericon svg {
    fill: rgb(255,255,255) !important;
}
.header .btn-topic {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*
#header.backing {
    top: 0;
}
#header .logo-wrap a {
    display: flex;
    align-items: center;
}
#header .logo-wrap img {
    height: 45px;
}
#header .logo-side {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 30px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #2d2d2d;
}
#header .main-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
#header .main-nav ul li a {
    line-height: 44px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}
*/
.justify-content-betweeen {
    justify-content: space-between !important;
}
.side-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 42;
    display: none;
}
.sb-collapse .sidebar .condense {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sb-collapse .header, .sb-collapse .main-content {
    width: calc(100% - 80px);
    margin-left: 80px;
}


/** VARIE ***/
.page-title {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
.page-title .breadcrumb h5 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.page-title-2 .breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-title-2 .breadcrumb h5 {
    margin: 0;
}
.page-title .breadcrumb ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
}
.page-title .breadcrumb ul li {
    font-size: 13px;
    color: #777;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-title .breadcrumb ul li a {
    color: #fff;
}

.wp-caption-text {
    background-color: #f1f2f7;
    text-align: center;
    padding: 9px 5px 5px;
    margin-top: -17px;
    z-index: -1;
    position: relative;
    color: #000 !important;
    text-transform: uppercase;
    font-size: .85rem;
    border-radius: 0 0 10px 10px;
}
body.custom-background {
    background-color: #f8f8f8 !important;
}
.btn-outline-light {
    color: #f8f9fa !important;
}
.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529 !important;
}
.dropdown-toggle::after {
    border-top: 0.3em solid #fff !important;
}
.show .dropdown-toggle::after {
    border-top:  0.3em solid #212529 !important;
}
#pado-target {
    padding: 20px 30px;
    background: linear-gradient(90deg, rgb(199, 203, 214) -10%, rgb(241, 242, 247) 3%);
    border: 1px solid #dedede;
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #fff;
}
.pado-light .pado-post-heading {
    color: #064CDB;
    font-weight: 400 !important;
}
/*.si-file-text2,*/
.pado-counter .pado-post-heading::before,
.pado-light .pado-section-heading,
#menu-item-wpml-ls-13-it,
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: none;
}
/*** WIDGET FLAGS **/
.wpml-ls-legacy-dropdown-click {
    width: auto;
    max-width: none;
    display: inline-block;
    position: relative;
    z-index: 1024;
}
.wpml-ls-legacy-dropdown-click a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpml-ls-legacy-dropdown-click a:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    text-decoration: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    border: 1px solid;
    height: 12px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    min-width: 100%;
    text-align: left;
    background-color: #fff;
    color: #212529;
    border-radius: 0;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
    background-color: #f8f9fa;
}
/*** fine widget ***/

.pado-sharing-link {
    visibility: hidden !important;
    width: 0;
}
#pado-main {
    overflow: visible !important;
}
.pull-right {
    float: right;
}
iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.video a {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: 0;
    border-radius: 0.2rem;
    color: #dc3545;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #dc3545;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.video a:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    text-decoration: none;
}
#pado-content {
    margin-top: 0 !important;
}
.pado-light .pado-back-top {
    margin: 25px 0 !important;
}
.pado-back-top a {
    background-color: rgba(55,125,255,.1) !important;
    padding: 5px;
    border-radius: .35rem;
    font-size: .85rem;
    color: #007bff !important;
}
.pado-back-top a::after {
    content: "\f106";
    padding-left: 10px;
    font-family: 'Font Awesome 6 Pro';
}
.flags img {
    height: 12px
}


/*** FINE VARIE ***/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    letter-spacing: -1px;
}
a {
    word-wrap: break-word;
    color: #15859f;
    text-decoration: none;
}
a:hover {
    color: #007289;
    text-decoration: underline;
}
.text-seozoom {
    color: #15859f !important;
}
b, strong {
    font-weight: 600;
}
.navbar-vertical {
    display: block;
    padding: 0;
}
.navbar-vertical .navbar-collapse {
    margin-top: 26px;
    margin-right: -16px;
    margin-left: -16px;
}
.navbar-brand {
    margin-right: 30px;
    padding: 0;
}
.navbar-brand img {
    height: 50px;
}
.navbar-toggler {
    padding: 0 5px;
    color: #fff !important;
    border-color: #fff !important;
}
.navbar-toggler:hover {
    border-color: #333 !important;
    color: #333 !important;
    background-color: #fff;
}
.navbar-toggler-icon {
    width: 1.1em;
    background-image: none !important;
}
.navbar-toggler-icon i {
    line-height: 32px;
}
.doc-content-header {
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin-bottom: 0;
    padding: 30px 15px 29px 2.125rem;
    color: #fff;
}

/* generiche **/

.sticky-top {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
}
.f-75 {
    font-size: .75rem;
}
.f-85 {
    font-size: .85rem;
}
.f-100 {
    font-size: 1rem;
}
.close {
    text-shadow: none;
    opacity: 1;
}
.bg-dark {
    background-color: #2c323f !important;
    color: #fff;
}
.btn-inverted {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.btn-inverted:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #aaa;
}


.dropdown-menu.show {
    padding: 0;
    z-index: 9999;
}

@media (min-width: 1440px) {
    .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }
}



/*#sidebar {*/
/*    background-color: #fff;*/
/*    padding: 5px;*/
/*    border: 1px solid #dee2e6;*/
/*    border-right: 1px solid #fff;*/
/*    border-radius: 5px 0 0 5px;*/
/*    margin-right: -17px;*/
/*}*/
/*#sidebar div {*/
/*    width: 100% !important;*/
/*}*/

.sidebar {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 270px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
}
.sidebar .sb-logo {
    height: 71px;
    padding: 0 24px;
    background-color: #fff;
    border-bottom: 1px outset rgba(0,0,0,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
}
.sidebar .sb-logo .sb-full img {
    height: 54px;
}
.sidebar .sb-logo .sb-collapse img {
    height: 40px;
}
.sidebar .sb-collapse {
    display: none;
}
.sb-collapse .sidebar {
    width: 80px;
    min-height: 100%;
    overflow: inherit;
}
.sb-collapse .sidebar:hover {
    width: 270px;
    box-shadow: 0 0 7px rgba(0,0,0,.36);
}
.sb-collapse .sidebar:hover .nav-vertical-2 a::before {
    position: absolute;
    background-color: rgba(0,0,0,.15);
    font-size: 14px;
}
.sb-collapse .sidebar:hover .condense {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    text-align: left;
    padding-left: 30px;
}
.sb-collapse .sidebar:hover .sb-collapse {
    display: none;
}
.sb-collapse .sidebar:hover .sb-full {
    display: block;
}

.sb-collapse .sidebar .sb-full {
    display: none;
}
.sb-collapse .sidebar .sb-collapse {
    display: block;
}
.sb-collapse .nav-vertical-2 a {
    border-right: none;
    padding: 5px;
    text-align: center;
}
.sb-collapse .nav-vertical-2 a::before {
    position: relative;
    text-align: center;
    font-size: 18px;
    background-color: transparent !important;
  	color: #212529;
    left: 0;
}


.sidebar .sb-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: calc(100vh - 70px);
    overflow-Y: auto;
    overflow-x: hidden;
}
.sb-left .card-title.condense {
    background-color: #f6f8fb;
    border-bottom: 1px solid #edeff2;
}
.sb-right {
    height: calc(100vh - 120px);
    position: sticky;
    top: 94px;
    padding: 0 14px;
}






/* article#keyword-research ul {
    display: inline-block;
}
article#keyword-research ul li {
    display: inline-block;
    width: 50%;
    float: left;
} */
#domande-frequenti #ez-toc-container, #glossario #ez-toc-container {
    margin-top: 2.5rem !important;
    border: none;
    background-color: transparent;
    padding: 0 0 20px;
}







#page-nav {
    /*background-image: -webkit-linear-gradient(90deg, #E36159 0%, rgba(121,110,255,0.95), rgba(33,200,122,0.95) 100%);*/
    /*border-radius: 5px 0 0 5px;*/
    font-size: .85rem;
}

.nav-link.active {
  color: #064CDB !important;
  border-color: #064CDB !important;
}

.nav-vertical-2 {
    width: 100%;
}
.nav-vertical-2 li {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    border-bottom: .1px solid #dee2e6;
    position: relative;
}
.nav-vertical-2 li:last-child {
    border-bottom: none;
}
.nav-vertical-2 li.active {
    padding-bottom: 0;
    font-weight: 600;
    color: #fff;
}
.nav-vertical-2 li.active a::before {
    background: none;
}
.nav-vertical-2 li.active a:hover {
    color: #fff;
}
.nav-vertical-2 a {
    display: block;
    border-right: 3px solid transparent;
    padding: 7px 10px 7px 45px;
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: 0;
}
.nav-vertical-2 a::before {
    content: "";
    position: absolute;
    /*background-color: rgba(0,0,0,.15);*/
	/*color: #fff;*/
    width: 30px;
    height: 100%;
    left: 10px;
    top: 0;
    z-index: 0;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 1.1em;
}


.nav-vertical-2 li.cat-progetto-seo a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-progetto-seo a::before {
    content: "\f0ac";
	/*background-color: #93a813;*/
}
.nav-vertical-2 li.cat-seo a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-seo a::before,
.nav-vertical-2 li.cat-analizza a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-analizza a::before {
    content: "\e0e5";
}
.nav-vertical-2 li.cat-keyword-research a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-keyword-research a::before {
    content: "\f0c0";
	/*background-color: #f06445;*/
}
.nav-vertical-2 li.cat-competitor a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-competitor a::before {
    content: "\f0c0";
	/*background-color: #536dfe;*/
}
.nav-vertical-2 li.cat-copywriting a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-copywriting a::before {
    content: "\f303";
    /* content: "\f717"; */
}
.nav-vertical-2 li.cat-keyword-research a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-keyword-research a::before {
    content: "\f084";
	/*background-color: #16a085;*/
}
.nav-vertical-2 li.cat-link-building a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-link-building a::before {
    content: "\f0c1";
}
.nav-vertical-2 li.cat-social a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-social a::before {
    content: "\f0a1";
}
.nav-vertical-2 li.cat-ads a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-ads a::before {
    content: "\f153";
}
.nav-vertical-2 li.cat-reportistica a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-reportistica a::before {
    content: "\f1c1";
	/*background-color: #0092a9;*/
}
.nav-vertical-2 li.cat-strumenti-ai a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-strumenti-ai a::before {
    content: "\f544";
	/*background-color: #58c9f3;*/
}
.nav-vertical-2 li.cat-osservatorio a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-osservatorio a::before {
    content: "\e03e";
    /*background-color: #cd97eb;*/
}
.nav-vertical-2 li:nth-child(13) a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li:nth-child(13) a::before {
    content: "\f37e";
}
.nav-vertical-2 li.cat-faq a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-faq a::before {
    /* content: "\f05a"; */
    content: "\e243";
}
.nav-vertical-2 li.cat-glossario a::before, .sb-collapse .sidebar:hover .nav-vertical-2 li.cat-glossario a::before {
    content: "\e0bf";
    /* content: "\e0bf"; */
}
.nav-vertical-2 li.cat-progetto-seo a:before{
    color: #93a813;
}
.nav-vertical-2 li.cat-analizza a:before,
.nav-vertical-2 li.cat-seo a:before {
    color: #fb8521;
}
.nav-vertical-2 li.cat-keyword-research a:before {
    color: #16a085;
}
.nav-vertical-2 li.cat-competitor a:before {
    color: #f06445;
}
.nav-vertical-2 li.cat-copywriting  a:before{
    color: #536dfe;
}
.nav-vertical-2 li.cat-link-building  a:before{
    color: #536dfe;
}
.nav-vertical-2 li.cat-social a:before {
    color: #e25693;
}
.nav-vertical-2 li.cat-ads a:before {
    color: #1aa1e1;
}
.nav-vertical-2 li.cat-reportistica a:before {
    color: #0092a9;
}
.nav-vertical-2 li.cat-strumenti-ai a:before{
    color: #58c9f3;
}
.nav-vertical-2 li.cat-osservatorio a:before{
    color: #cd97eb;
}
.nav-vertical-2 li:nth-child(13) a:before{
    color: #536dfe;
}
.nav-vertical-2 li:nth-child(14) a:before{
    color: #536dfe;
}
.nav-vertical-2 li.active a:before{
    color: #fff !important;
    font-weight: 300;
}



.nav-vertical-2 li.cat-progetto-seo.active {
    background-color: #93a813;
}
.nav-vertical-2 li.cat-analizza.active,
.nav-vertical-2 li.cat-seo.active {
    background-color: #fb8521;
}
.nav-vertical-2 li.cat-keyword-research.active {
    background-color: #16a085;
}
.nav-vertical-2 li.cat-competitor.active {
    background-color: #f06445;
}
.nav-vertical-2 li.cat-copywriting.active {
    background-color: #536dfe;
}
.nav-vertical-2 li.cat-link-building.active {
    background-color: #536dfe;
}
.nav-vertical-2 li.cat-social.active {
    background-color: #e25693;
}
.nav-vertical-2 li.cat-ads.active {
    background-color: #1aa1e1;
}
.nav-vertical-2 li.cat-reportistica.active {
    background-color: #0092a9;
}
.nav-vertical-2 li.cat-strumenti-ai.active {
    background-color: #58c9f3;
}
.nav-vertical-2 li.cat-osservatorio.active {
    background-color: #cd97eb;
}
.nav-vertical-2 li:nth-child(13).active {
    background-color: #536dfe;
}
.nav-vertical-2 li:nth-child(14).active {
    background-color: #536dfe;
}


.nav-vertical-2 a:hover {
    background: rgba(0, 0, 0, .05);
    text-decoration: none;
}
.nav-vertical-2 .nav a {
    padding: .5rem 1.25rem .5rem 1.875rem;
    font-size: 0.875rem;
    color: #555555;
}
.nav-vertical-2 a.active {
    color: #064CDB;
    border-color: #064CDB;
}



/* contenuto */
.doc-content {
    position: relative;
    z-index: 10;
}
.doc-content-body > #box-cont {
    padding: 2.125rem;
    border: 1px solid #dee2e6;
    border-bottom: none;
    z-index: 5;
}
.doc-content-body > #box-cont img {
    border-radius: 6px;
    box-shadow: 0 0 6px #777;
    padding: 5px;
    margin: 0 auto 1rem;
    display: block;
}
.doc-content-body > aside {
    padding: 0 0 3.125rem 0;
    margin-top: -15px;
}
.doc-content-body .toc {
    margin-left: -31px;
    margin-right: -30px;
	 border-bottom: 1px solid #dedede;
}
.doc-content-body .toc:last-child {
	 border-bottom: none;
}
.doc-content-body .toc li {
	position: relative;
}
.sidebar_cat_title::before {
	content: " ";
	border: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 .1rem .1rem 0;
	display: inline-block;
	padding: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	transition: all .2s ease-out;
}
.open_arrow .sidebar_cat_title::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

body.page-id-604 .toc.open_arrow li.cat-progetto-seo a,
body.page-id-58 .toc.open_arrow li.cat-progetto-seo a {
    color: #000 !important;
    border-color: transparent !important;
}

.toc .nav-link {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    width: 100%;
    color: #999999;
    font-size: 0.875rem;
    border-left: 2px solid transparent;
    padding: 0.5rem 20px;
}
.toc .nav-link:hover {
    color: #000;
    border-color: #adb5bd;
	text-decoration: none;
}
.toc .sidebar_doc_active a {
    color: #064CDB;
    border-color: #064CDB;
}
.aligncenter {
    max-width: 100%;
    height: auto;
}
.document-content h2 {
    border-bottom: 1px solid #01A89E;
    margin: 30px 0 15px;
    color: #01A89E;
    font-weight: 300;
    font-size: 1.5rem;
    /*text-transform: lowercase;*/
}


/*** BACKGROUND SOFT ***/

.bg-soft-primary {
    background-color: rgba(55,125,255,.1) !important;
}
.bg-soft-secondary {
    background-color: rgba(161, 128, 218, .175) !important;
}
.bg-soft-warning {
    background-color: rgba(229,165,75,.175) !important;
}
.bg-soft-success {
    background-color: rgba(75,191,115,.175) !important;
}
.bg-soft-info {
    background-color: rgba(0,201,219,.1) !important;
}
.bg-soft-danger {
    background-color: rgba(217,83,79,.175) !important;
}
.bg-soft-light {
    background-color: rgba(239,242,246,.175) !important;
}
.bg-soft-dark {
    background-color: rgba(19,33,68,.1) !important;
}
.badge-soft-default {
    background-color: rgba(199, 203, 214, .60) !important;
}

/*** BADGE SOFT ***/

.badge-soft-primary {
    background-color: rgba(55,125,255,.1) !important;
    color: #377dff !important;
}
.badge-soft-secondary {
    background-color: rgba(161, 128, 218, .175) !important;
    color: #a180da !important;
}
.badge-soft-warning {
    background-color: rgba(229,165,75,.175) !important;
    color: #ec9a3c !important;
}
.badge-soft-success {
    background-color: rgba(75,191,115,.175) !important;
    color: #4bbf73 !important;
}
.badge-soft-info {
    background-color: rgba(0,201,219,.1) !important;
    color: #1f9bcf !important;
}
.badge-soft-danger {
    background-color: rgba(217,83,79,.175) !important;
    color: #d9534f !important;
}
.badge-soft-light {
    background-color: rgba(239,242,246,.175) !important;
    color: #eff2f6 !important;
}
.badge-soft-dark {
    background-color: rgba(19,33,68,.1) !important;
    color: #293042 !important;
}


/* footer */

body > footer {
    background: linear-gradient(-230deg, #444d65, #171e28, #171e28, #171e28, #444d65) !important;
}
#privacy li {
    background-color: transparent;
    border: none;
}
#privacy li a {
    font-size: .75rem;
}
.list-group-minimal .list-group-item {
    margin-bottom: 15px;
    padding: 0;
    background: transparent;
    border: 0;
}
.list-group-minimal.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    padding: 0.75rem 1.25rem;
    background: transparent;
}
.art-social ul li a {
    font-size: 2.2rem;
    margin: 0 0.5rem;
}

.topic .card {
    background-image: linear-gradient(18deg, #000 0%, #2E6898 40%, #a40778);
}


/*** MEDIAQUERY ***/
@media only screen and (max-width: 1399px) {
    .header, .main-content {
        width: calc(100% - 250px);
        margin-left: 250px;
    }
    .sb-default .sidebar {
        width: 250px;
    }
}



@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1199px) {
    .section-content:first-child .section-title,
    .section-content:first-child .lead {
        margin: -24px -34px;
    }
    .header .btn-topic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header .btn-topic:hover {
        text-decoration: none;
    }
    .open-topic {
        right: 0 !important;
    }
    .topic {
        width: 300px;
        height: 100vh;
        position: fixed;
        right: -300px;
        top: 12px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 43;
    }
    .topic .topic-sidebar {
        height: calc(100vh - 24px);
        overflow: auto;
        top: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .section-content:first-child .section-title, .section-content:first-child .lead {
        margin: -24px -24px;
    }
}
@media screen and (max-width: 991px) {
    .sidebar-overlay {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 40;
    }
    .sb-collapse .sidebar:hover .sb-full {
        display: none;
    }
    .sb-collapse .sidebar:hover .sb-collapse {
        display: block;
    }
    .sb-collapse .sidebar {
        width: 80px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
    }
    .sb-collapse .sidebar:hover {
        width: 80px;
        box-shadow: none;
    }
    .sb-collapse .sidebar:hover .condense {
        display: none !important;
    }
    .sb-collapse .nav-vertical-2 a::before {
        width: 70px;
    }
    .sb-collapse .sidebar:hover .nav-vertical-2 a::before {
        position: relative;
        text-align: center;
        font-size: 18px;
        background-color: transparent;
    }
    .sb-collapse .sidebar .sb-wrapper {
        pointer-events: none;
    }





    #page-nav {
        border-radius: 0;
    }
    .navbar-vertical .logo {
        padding-bottom: 15px;
    }
    .doc-content .col {
        padding: 0;
    }
    .doc-content-header {
        background-color: #0e0b2b;
    }
    .doc-content-header .col-auto.text-sm-end {
        padding-right: 15px;
    }
    .doc-content-body .toc {
        margin-left: -32px;
        border-radius: 0;
    }
}
@media screen and (max-width: 768px) {
    body.page-id-604 .toc li,
    body.page-id-58 .toc li {
        height: auto !important;
    }
}
@media screen and (max-width: 767px) {
    body.wp-theme-seozoom #ajaxsearchpro1_1 .probox,
    body.wp-theme-seozoom #ajaxsearchpro1_2 .probox,
    body.wp-theme-seozoom div.asp_m.asp_m_1 .probox {
        height: 40px;
        width: 40px;
        background: #15859f;
    }
    body.wp-theme-seozoom #ajaxsearchpro1_1 .probox .promagnifier .innericon,
    body.wp-theme-seozoom #ajaxsearchpro1_2 .probox .promagnifier .innericon,
    body.wp-theme-seozoom div.asp_m.asp_m_1 .probox .promagnifier .innericon {
        width: 40px;
        height: 40px;
        float: none;
    }
    body.wp-theme-seozoom #ajaxsearchpro1_1 .probox .proinput input.orig,
    body.wp-theme-seozoom #ajaxsearchpro1_2 .probox .proinput input.orig,
    body.wp-theme-seozoom div.asp_m.asp_m_1 .probox .proinput input.orig {
        font-family: "Poppins", sans-serif;
        color: #fff;
    }
    body.wp-theme-seozoom #ajaxsearchpro1_1.asp_compact,
    body.wp-theme-seozoom #ajaxsearchpro1_2.asp_compact,
    body.wp-theme-seozoom div.asp_m.asp_m_1.asp_compact {
        top: 14px !important;
    }
    body.wp-theme-seozoom #ajaxsearchpro1_1 .probox .promagnifier,
    body.wp-theme-seozoom #ajaxsearchpro1_2 .probox .promagnifier,
    body.wp-theme-seozoom div.asp_m.asp_m_1 .probox .promagnifier {
        box-shadow: none !important;
    }
    body.wp-theme-seozoom #ajaxsearchpro1_1 .probox .promagnifier .innericon svg,
    body.wp-theme-seozoom #ajaxsearchpro1_2 .probox .promagnifier .innericon svg,
    body.wp-theme-seozoom div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
        fill: rgb(255,255,255);
    }
    .header .header-items {
        padding-right: 40px;
    }
    .header .btn-topic {
        margin-right: 1rem !important;
    }
    .logo-footer img {
        height: 60px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .header {
        width: 100%;
        margin-left: 0;
    }
    .header .header-items .left-header .logo-mobile {
        display: block;
    }
    .sb-default .sidebar {
        -webkit-transform: translateX(-270px);
        transform: translateX(-270px);
        width: 270px;
    }
    .sb-collapse .sidebar {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        width: 270px;
    }
    .sb-collapse .sidebar .sb-logo .sb-full {
        display: block;
    }
    .sb-collapse .sidebar .sb-logo .sb-collapse {
        display: none;
    }
    .sb-collapse .sidebar:hover .sb-wrapper {
        pointer-events: initial;
    }
    .sb-default .sidebar {
        -webkit-transform: translateX(-270px);
        transform: translateX(-270px);
        width: 270px;
    }
    .sb-collapse .sidebar:hover {
        width: 270px;
    }

    .sb-collapse .sidebar .condense {
        display: inline-block;
    }
    .sb-collapse .sidebar:hover .condense {
        display: inline-block !important;
        padding: 0;
    }
    .sb-collapse .sidebar .nav-vertical-2 a {
        padding: 7px 10px 7px 45px;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sb-collapse .nav-vertical-2 a::before {
        position: absolute;
        width: 50px;
    }
    .sb-collapse .sidebar:hover .nav-vertical-2 a::before {
        position: absolute;
    }
    .main-content {
        width: 100%;
        margin-left: 0;
    }
    .copy {
        text-align: center;
        margin-bottom: 1rem;
    }
    #privacy {
        display: block ruby;
        text-align: center;
    }
}



@media screen and (max-width: 540px) {
    article#keyword-research ul li {
        display: block;
        width: 100%;
        float: none;
    }
    .video.pull-right {
        float: left;
        margin: 15px 0 30px;
        width: 100%;
    }
    #privacy li a {
        font-size: .85rem;
    }
    .section-content:first-child .core-content ul.ez-toc-list {
        column-count: 1;
    }
}

