html.js {
    margin-top: 0 !important;
}

body {
    font-family: 'Inter', Arial, sans-serif;
}

ul, p, h1, h2 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 25px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

button, button:hover, a:hover, input:focus, button:active, input[type="submit"]:focus, button:focus {
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    margin: 0 auto;
}

.divider {
    display: none;
    width: 100%;
}

.elementor-toc__spinner-container {
    overflow: hidden;
}

/* Animations */
@keyframes loaderAnimation {
    0%   {transform: rotate(0);}
    25%  {transform: rotate(90deg);}
    50%  {transform: rotate(180deg);}
    75%  {transform: rotate(270deg);}
    100%  {transform: rotate(360deg);}
}

/* Header styles */
.header-titles-wrapper {
    margin-right: 32px;
}

.header-navigation-wrapper {
    margin-left: auto;
}

.header-toggles {
    margin-right: 0;
}

/*.fixed_header {
    position: fixed;
    top: 39px;
    left: 0;
    width: 100%;
}*/
.fixed_header_wrap .vg_site_header_top_new{
	position: fixed;
    top: 0;
    width: 100%;
} 
.vg_menu_contact_us > a,
.vg_become_an_author > a,
.vg_menu_support > a {
    color: #FFFFFF;
    padding-left: 36px;
    position: relative;
}

.vg_menu_contact_us > a:before,
.vg_become_an_author  > a:before,
.vg_menu_support > a:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.vg_menu_contact_us > a:before {
    background-image: url('/blog/wp-content/uploads/2023/03/chat.svg')
}

.vg_menu_support > a:before {
    background-image: url('/blog/wp-content/uploads/2023/04/support.svg')
}
.vg_become_an_author > a:before {
    background-image: url('/blog/wp-content/uploads/2023/08/edit.svg');
    background-repeat: no-repeat ;
    background-position-y: center;
    background-size: 20px;
}

.eael-reading-progress-wrap .eael-reading-progress {
    top: 100px !important;
    z-index: 1 !important;
}

.eael-reading-progress-fill {
    height: 4px !important;
}

.primary-menu li span.icon {
    display: none;
}

.scrollable {
    position: revert !important;
}

.primary-menu li span.icon:before, .primary-menu li span.icon:after {
    height: 0;
    width: 0;
}

.primary-menu > li.menu-item-has-children:after {
    content: url("/blog/wp-content/uploads/2022/10/nav_chevron_down.svg");
    margin: -5px 0 0 0;
    position: absolute;
    right: 16px;
}

.primary-menu > li.menu-item-has-children:hover::after {
    content: url("/blog/wp-content/uploads/2022/11/nav_chevron_down_blue-2.svg");
}

.primary-menu > li.menu-item-has-children > a {
    padding-right: 28px;
}

.vg_latest_post_cats_links {
    display: inline-block;
    padding: 5px 10px;
    gap: 10px;
    border-radius: 2px;
    background: #DAE9FF;
    border: 1px solid #95BCF5;
    color: #0D50B4;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.home_top_latest_post {
    margin-bottom: 32px;
}

.latest__post__container {
    display: flex;
/*    background-image: url("/blog/wp-content/uploads/2023/01/latest_post_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}

.latest__post__infoBox {
    display: flex;
    flex-direction: column;
    margin-left: 18px;
    padding-right: 34px;
}

.latest__post__title {
    margin-bottom: 24px;
    font-family: 'Segoe UI', "Arial Black", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 32px;
    color: #1B2C74;
}

.latest__post__text {
    font-family: 'Segoe UI', "Arial Black", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #585E74;
}

.vg_latest_post_image img {
    width: 100%;
    border-radius: 4px;
}

.vg_latest_post_inner {
    position: relative;
}

.vg_latest_post_inner > .vg_listing_cat {
    display: none;
}

ul.primary-menu {
    flex-wrap: inherit;
    align-items: center;
    margin: 0;
}

.primary-menu > li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

ul.primary-menu > li:hover > a {
    color: #00A9E0 !important;
    border-bottom-color: #00A9E0;
    text-decoration: none;
}

.vg_header_menu .primary-menu > li > ul.sub-menu a {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.214286px;
    color: #717171;
}

.vg_header_menu .primary-menu > li > ul.sub-menu a:hover {
    text-decoration: none;
    color: #00A9E0;
}

.vg_header_menu .primary-menu > li.blog_parent_item > ul.sub-menu > li:first-child {
    display: flex;
    align-items: center;
}

.vg_header_menu .primary-menu > li.blog_parent_item > ul.sub-menu > li:first-child:after {
    content: "";
    background-image: url("/blog/wp-content/uploads/2022/11/arrow_right.svg");
    width: 25px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    font-size: 12px;
}

.vg_header_menu .primary-menu > li > ul.sub-menu {
    width: max-content;
    position: absolute;
    padding: 24px 32px;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    right: auto;
}

.vg_header_menu .primary-menu > li > ul.sub-menu > li:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid transparent;
}

.vg_header_menu .primary-menu > li > ul.sub-menu > li {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.vg_header_menu .primary-menu > li > ul.sub-menu > li:hover {
    border-color: #E3E7EE;
}

.primary-menu > li.menu-item-has-children > ul {
    visibility: hidden;
}

.primary-menu > li.menu-item-has-children:hover > ul {
    visibility: visible;
}

.primary-menu ul {
    top: calc(100% + 1rem);
    left: auto;
    right: auto;
}

.primary-menu ul::after {
    border-bottom-color: #FFFFFF !important;
}

.primary-menu > li.menu-item > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #001E42 !important;
    text-decoration: none;
}

.primary-menu > li > a {
    display: flex;
    height: 100%;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid;
    border-bottom-color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #001E42;
}

.primary-menu-wrapper, ul.primary-menu, .primary-menu > li {
    height: 100%;
}

.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: none;
}

.search-toggle-wrapper {
    display: flex;
    align-items: center;
}

.header-inner .search-toggle {
    display: inline-block;
    margin-right: 24px;
    padding: 0;
    width: auto;
    height: auto;
    position: unset;
}

.header-inner .search-toggle > svg {
    width: 24px;
    height: 24px;
}

.header-inner .search-toggle > svg > path {
    fill: transparent;
}

a.header__signUpBtn {
    padding: 0 16px;
    background: #2DBDEC;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    text-decoration: none;
    text-transform: capitalize;
}
a.header__signUpBtn.header__signUpBtn_without_bg{
    padding: 0 10px;
    background: none;
    color: #2DBDEC;
    border: 2px solid #2DBDEC;
    margin-left: 10px;
    font-weight: 600;
}

a.header__loginBtn {
    margin-right: 5px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 16px;
    background-color: transparent;
    color: #272727;
    text-transform: capitalize;
}

.vg_latest_post_cats_title {
    margin: 0;
    line-height: 40px;
}

.vg_latest_post_cats_title a {
    font-weight: 700;
    font-size: 42px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 40px;
}

.vg_latest_post_info {
    position: absolute;
    bottom: 35px;
    padding-left: 25px;
}

.vg_latest_post_publish {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F2F4F7;
}

/* Home category block */
.vg_category_block_title .vg_category_title {
    margin: 0 10px 0 0;
}

.vg_category_title a {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    word-break: keep-all;
}

.vg_category_block_title {
    align-items: center;
}

.vg_category_title, .vg_category_link {
    flex-basis: auto;
}

.vg_category_title_line {
    height: 1px;
    background: linear-gradient(to right, #00A9E0, rgba(0, 169, 224, 0.2));
    flex: 1;
}

.vg_category_link {
    display: flex;
    letter-spacing: -0.1px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #00A9E0;
    margin-left: 8px;
}

.vg_category_link_mobile {
    display: none;
    font-size: 10px;
    white-space: nowrap;
    text-transform: capitalize;
}

.vg_category_link svg {
    margin-left: 7px
}

.vg_category_link:hover svg > path {
    stroke: #00A9E0;
}

/* Post items */
.home_category_listing_item {
    margin-bottom: 32px;
}

.home_category_listing_item > .vg_listing_cat {
    margin-bottom: 10px;
}

.vg_listing_item_image img {
    width: 100%;
    height: inherit;
    border-radius: 4px;
    object-fit: cover;
}

.vg_listing_item_image {
    margin-bottom: 20px;
}

.vg_listing_item_image a {
    display: inline-block;
    width: 100%;
    height: 153px;
    overflow: hidden;
}

.vg_listing_cat {
    margin-bottom: 30px;
}

.vg_listing_cat a {
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 8px;
    background: #EEFBFF;
    border: 1px solid #82CCC6;
    border-radius: 2px;
    font-family: 'Inter', "Arial Black", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0DB4A7;
    text-transform: uppercase;
    text-decoration: none;
}

.vg_listing_post_title > a, .vg_listing_post_title > a:hover {
    text-decoration: none;
}

.vg_listing_post_title > a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #484964;
}

.vg_listing_post_title {
    min-height: 25px;
    margin-bottom: 5px;
}

div.vg_post_reading {
    display: flex;
    align-items: center;
    position: relative;
}

div.vg_post_reading .elementor-widget-container:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url('/blog/wp-content/uploads/2023/05/clock.svg');
    top: 1px;
    left: 0px;
}

.vg_post_sidebar .vg_post_reading .elementor-shortcode {
    font-size: 12px;
}

.vg_post_reading_minutes:before {
    content: url("/blog/wp-content/uploads/2025/12/read_time.svg.svg");
    top: 12%;
    left: 0;
    position: absolute;
}

.vg_listing_post_excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.214286px;
    color: #525252;
}

.subscribeWrapper {
    max-width: 1296px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 9px 24px;
    background: #F7F9FD;
    border-radius: 4px;
}

.subscribeWrapper__title {
    font-size: 24px;
    line-height: 29px;
}

.subscribeWrapper__banner {
    padding: 0 10px;
    margin: 0 auto;
}

.subscribeWrapper__content {
    margin-bottom: 28px;
}

.subscribeWrapper__text {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.380952px;
    color: #1B2C74;
}

.subscribeWrapper__text p {
    margin-bottom: 18px;
}

.homePage__form {
    width: 40%;
    flex-basis: auto;
    margin-left: 55px;
}

.homePage__form_temp {
    display: flex;
    flex-basis: auto;
}

.homePage__form_temp .homePage__form__submitBtn {
    width: 40%;
    margin: 0;
    margin-left: 0;
}

.homePage__form_temp .homePage__form__container > p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 46px;
}

.wpcf7-form-control-wrap {
    width: 60%;
    height: 100%;
}

.homePage__form_temp .wpcf7-form-control-wrap {
    flex: 1;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.214286px;
}

.success_subscription_text.active, .existing_subscription_text.active {
    display:flex;
    align-items: center;
}

.success_subscription_text{
    padding: 13.5px 12px;
    border: 1px solid rgba(13, 187, 116, 0.38);
    border-radius: 10px;
}
.success_subscription_text img, .existing_subscription_text img {
    margin-right: 11px;
}
 .existing_subscription_text {
     padding: 13.5px 12px;
     border: 1px solid rgba(151, 180, 250, 1);
     border-radius: 10px;
 }
.success_subscription_text, .existing_subscription_text {
    display: none;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.380952px;
    color: #1B2C74;
    font-weight: 400;
}

.homePage__form__email:focus-visible {
    outline: none;
}

.homePage__form_temp input[type="email"].homePage__form__email {
    width: 100%;
    height: 46px;
    padding: 14px 12px;
    border-width: 0 !important;
    /*max-width: 265px;*/
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
    background: #FFFFFF;
    border: none;
    outline: none;
    letter-spacing: .2px;
}

.homePage__form__container {
    max-width: 505px;
}

.homePage__form__container, .resources__domainScanner__container {
    display: flex;
    height: 48px;
    border: 1px solid #E5E9EF;
    background-color: #FFFFFF;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
    border-radius: 4px;
}

.homePage__form__inp[type="email"] {
    max-width: 265px;
    box-sizing: content-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 12px;
    color: #A4A4A4;
    background: #FFFFFF;
    border: none;
    outline: none;
    letter-spacing: .2px;
}

.homePage__form__submitBtn[type="submit"]:hover {
    text-decoration: none;
}

.homePage__form__submitBtn[type="submit"].mobile {
    display: none;
}

.homePage__form__submitBtn[type="submit"], input[type="submit"].search_btn {
    min-width: 194px;
    padding: 0 11px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #00C0FF;
    border-radius: 4px;
    margin-left: auto;
}

.homePage__form__container {
    position: relative;
}

.homePage__form__submitBtn[type="submit"] {
    min-width: inherit;
    width: 194px;
}

.homePage__form__container .wpcf7-spinner {
    background-color: inherit;
    flex-basis: auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 89px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    animation: loaderAnimation .5s infinite;
}

.homePage__form__container .wpcf7-spinner:before {
    display: none;
}

.homePage__form__container .wpcf7-spinner:after {
    content: '';
    display: block;
    background-image: url('/blog/wp-content/uploads/2023/04/loader.png');
    width: 16px;
    height: 16px;
}

.wpcf7-form.submitting .homePage__form__container .homePage__form__submitBtn {
    font-size: 0;
}

input[type="submit"].search_btn {
    min-width: 143px;
    padding: 10px 20px;
}

.vg_title_with_line .elementor-widget-wrap {
    flex-wrap: nowrap;
}

/* Custom Table of content */
.custom-toc {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.custom-toc::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.custom-toc {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.custom-toc,
.custom-toc li{
    margin-left: 0;
    line-height: normal;
    display:flex;
    column-gap: 5px;
}

.custom-toc ul,
.custom-toc {
    list-style-type: none;
    margin-left: 0;
}

.custom-toc li a,
.custom-toc li a strong,
.custom-toc li a b,
.custom-toc li a span {
    font-weight: normal !important;
}

.custom-toc ul li:not(:first-child) {
    margin-top: 12px;
}

.custom-toc li a {
    font-size: 15px;
    color: #687182;
    line-height: 150%;
    position: relative;
    display: block;
}

.custom-toc a b,
.custom-toc a strong {
    font-weight: normal !important;
}

.custom-toc li a:hover {
    text-decoration: underline;
}

.custom-toc > ul li ul li > a:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #687182;
}

.custom-toc > ul li ul li ul li > a:before {
    border: 1px solid #687182;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: transparent;
}

.custom-toc .toc-active-link * {
    font-weight: 700 !important;
    color: #484964;
}

.custom-toc > ul li ul {
    margin-left: 24px;
}

.custom-toc > ul li ul li ul {
    margin-left: 16px;
}

.custom-toc > ul li ul li > a {
    padding-left: 12px;
}

.custom-toc > ul li ul li ul li > a {
    padding-left: 24px;
}

/* Table of content */
.elementor-widget-table-of-contents .elementor-toc__header {
    padding: 0 0 24px;
}

.elementor-widget-table-of-contents .elementor-toc__body {
    padding: 0;
    margin-top: 14px;
}

.elementor-widget-table-of-contents .elementor-toc__list-item {
    margin: 0 0 12px;
}

.elementor-toc__list-wrapper i {
    display: none;
}

.elementor-toc__list-wrapper > li > ul > li .elementor-toc__list-item-text {
    position: relative;
    padding-left: 12px;
}

.elementor-toc__list-wrapper > li > ul > li > div .elementor-toc__list-item-text:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #687182;
}

.elementor-toc__list-wrapper > li > ul > li > ul {
    margin-left: 18px !important;
}

.elementor-toc__list-wrapper > li > ul > li > ul > li > div .elementor-toc__list-item-text:before {
    border: 1px solid #687182;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: transparent;
}

.elementor-toc__list-wrapper .elementor-toc__list-item .elementor-toc__list-wrapper {
    margin-left: 24px;
}

/* Breadcrumbs */

#breadcrumbs a {
    color: #667085;
    transition: color .2s ease;
}

#breadcrumbs a:hover {
    color: #484964;
}

#breadcrumbs a:active {
    color: #00A9E0;
}

#breadcrumbs > span span:last-child a {
    color: #484964;
}

.single-post #site-header {
    margin-bottom: 0;
}

/* Footer */

.footer {
    padding: 48px 16px;
    background: #162568;
}

.footer__wrapper {
    max-width: 1296px;
    margin: 0 auto;
}

.footer__title {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

.footer__navigationBtn {
    margin-bottom: 62px;
    text-align: center;
}

.footer__navigationLinks {
    margin-bottom: 40px;

}

.footer__navigationBtn a {
    /*max-width: 160px;*/
    /*width: 100%;*/
    padding: 10px 32px;
    margin: 0 12px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer__getStarted {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background: transparent;
}

.footer__contactUs:hover {
    background: #50d4ff;
    border-color: #50d4ff;
}

.footer__contactUs {
    border-color: #00C0FF;
    border-style: solid;
    border-width: 1px;
    background: #00C0FF;
    color: #fff;
}

.footer__line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #ffffff20, #ffffff 50%, #ffffff20 100%, #fff 100%);
}

.footer__navigationWrapper {
    margin-left: 80px;
    width: 140px;
}

.footer__navigationContent {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 0;
}

.footer__navigationContent .menu li {
    line-height: normal;
    margin-top: 0 !important;
    margin-bottom: 4px;
}

.footer__logos {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.footer__logos_inner > div{
    max-width: 50%;
}
.footer__logos_inner{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.footer__logos li img {
    margin:auto;
    max-width: 70px !important;
}

img.footer__logos__easyDmarc {
    margin-bottom: 41px;
}

.footer__navigationList {
    padding: 0;
    list-style-type: none;
}

.footer__navigationList > li {
    margin: 0;
}

.footer__navigationList > li:first-child a {
    font-weight: 700;
}

.footer__navigationItem {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.footer__navigationItem:hover {
    text-decoration: underline;
}

.footer__contactsMobile {
    display: flex;
    align-items: center;
}

.footer__contacts__mobileIcon {
    margin-right: 35px;
}

.footer__contacts {
    display: flex;
    justify-content: space-between;
}

.footer__contacts__number {
    display: flex;
    align-items: center;
    margin-right: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FFFFFF;
}

.footer__contacts__number > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__contacts__number > a:hover {
    text-decoration: underline;
}

.footer__contacts__number > img {
    margin-right: 8px;
}

.footer__socials span {
    width: 21px;
    height: 21px;
    margin: 0 6px;
    display: inline-block;
    background-image: url("/blog/wp-content/uploads/2022/10/socials_sprite.svg");
    transition-duration: .5s;
}

.footer__socials span:hover {
    transform: scale(1.2);
}

.footer__socials__li {
    background-position: -29px;
}

.footer__socials__tw {
    background-position: -65px;
}

.footer__socials__tg {
    background-position: -103px;
}

.footer__socials__yt {
    background-position: -140px;
}

.footer__socials__rd {
    background-position: -178px;
}

.footer__policy {
    background-color: #08102C;
    padding: 22px 10px;
}

.footer__policy__wrapper {
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer__policy_item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__policy_item:not(:last-child) {
    margin-right: 10px;
}

.footer__policy_item:hover {
    text-decoration: underline;
}

.footer__rights {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer__contacts__company {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__contacts__company .vg_menu_contact_us a,
.footer__contacts__company .vg_become_an_author a,
.footer__contacts__company .vg_menu_support a {
    font-size: 14px;
}

.footer__contacts__company .vg_menu_contact_us {
    margin-right: 40px;
}

/* Sidebar */
.sidebar__categoriesWrapper {
    padding: 22px 30px;
    width: 100%;
}

.sidebar__categories, .sidebar__subCategories {
    list-style-type: none;
}

.sidebar__categories__title {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2C74;
}

.sidebar__categories__name.active, .sidebar__subCategories__item.active {
    color: #00A9E0;
}

.sidebar__categories__name:hover, .sidebar__subCategories__item:hover {
    color: #00A9E0;
}

.sidebar__categories__item {
    width: 100%;
    padding-bottom: 8px;
    margin: 0 0 8px 0;
    /*border-bottom: 1px solid #EDEFF2;*/
    border-bottom: 1px solid red;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.142857px;
    color: #000000;
    cursor: pointer;
}

ul.sidebar__subCategories {
    margin-bottom: 8px;
}

.sidebar__subCategories, .sidebar__subCategories__item, .widget_categories li .cat-item {
    margin: 0;
}

.widget_categories .children {
    padding-left: 18px;
    margin-left: 10px;
    list-style-type: disc;
}

.sidebar__subCategories__item:not(:last-child) {
}

.sidebar__subCategories__item {
    padding-left: 18px;
    margin-top: 8px;
}

/* Sidebar posts */

.sidebar__postsWrapper__tabs {
    display: flex;
    flex-direction: row;
    margin-bottom: 28px;
    border-bottom: 2px solid #EEF0F3;
}

.sidebar__postsWrapper__tab {
    padding: 13px 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.214286px;
    color: #595959;
    cursor: pointer;
    position: relative;
}

.widget.widget_media_image {
    position: relative;
}

.widget {
    margin-left: 0;
}

li.widget_categories {
    margin-bottom: 32px;
}

.sidebar__postsWrapper__tab.active, .sidebar__postsWrapper__tab:hover {
    color: #3366FF;
}

.sidebar__postsWrapper__tab.active:after {
    content: "";
    border-bottom: 2px solid #3366FF;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}

.sidebar__post:not(:last-child) {
    margin-bottom: 32px;
}
.sidebar__post__date {
    justify-content: inherit;
}

.vg_post_reading_minutes {
    margin-left: 24px;
}

.vg_article_right_posts article .elementor-widget-wrap {
    padding: 0 !important;
}

.vg_article_right_posts > .elementor-widget-container {
    margin-top: 0 !important;
}

/* Domain Scanner */
.sidebar__domainScanner {
    padding: 19px 29px 30px 29px;
    margin-top: 20px;
    background: #F7F9FD;
    border: 1px solid #D2D9F7;
    border-radius: 4px;
}

.sidebar__domainScanner__title {
    font-family: 'Inter', Arial, sans-serif !important;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2C74;
}

.sidebar__domainScanner__text {
    font-family: 'Inter', Arial, sans-serif !important;
    margin-bottom: 11px;
    padding: 3px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.142857px;
    color: #595959;
}

.sidebar__domainScanner__form {
    width: 100%;
    margin: 0;
}

input.sidebar__domainScanner__inp {
    flex: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
    border-style: none;
    border-width: 0;
    padding: 9px 12px;
    outline: none;
    opacity: 0.8;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

.sidebar__domainScanner__container {
    height: 38px;
}

.sidebar__domainScanner__form input.sidebar__domainScanner__submit {
    max-width: 140px;
    flex-basis: 100%;
    padding: 0 7px;
    min-width: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar__banners {
    margin-top: 32px;
}

.sidebar__banner {
    width: 100%;
    max-width: 424px;
    height: 215px;
    margin-bottom: 25px;
    border-radius: 4px;
    position: relative;
}

.sidebar__banner > p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    position: absolute;
    bottom: 34px;
    left: 25px;
}

.sidebar__banner {
    height: inherit;
    object-fit: cover;
}

.mobile-nav-toggle {
    display: inline-block;
}

.mobile-nav-toggle .toggle-icon {
    height: inherit;
}

.nav-toggle .toggle-inner {
    display: inline-block;
    padding: 0;
}

.header-footer-group {
    margin-bottom: 38px;
    z-index: 5;
}

.header-inner .toggle {
    display: inline-block;
    width: 32px;
    padding: 0;
    position: unset;
}

.mobile__menu {
    height: 27px;
}

.menu-modal {
    top: 50px !important;
    height: calc(100vh - 50px);
}

.mobile-nav-toggle.active .mobile__menu.close {
    display: block;
}

.mobile-nav-toggle.active .mobile__menu.open {
    display: none;
}

button.close-nav-toggle {
    display: none;
}

.modal-menu .ancestor-wrapper, .menu-wrapper .menu-item {
    border: none;
    align-items: center;
}

.modal-menu > li > .ancestor-wrapper {
    height: 50px;
    border-bottom: 1px solid #EDEFF1;
}

.mobile-menu .sub-menu > .menu-item > .ancestor-wrapper {
    height: 37px;
    padding: 0 24px;
}

.mobile-menu .modal-menu li a,
.modal-menu li.current-menu-item > .ancestor-wrapper > a {
    text-decoration: none;
}

.mobile-menu .active_tab.ancestor-wrapper > a {
    color: #00C0FF !important;
}

.mobile-menu > .modal-menu > .menu-item > .ancestor-wrapper {
    padding: 0 0 0 24px;
}

.modal-menu > li > .ancestor-wrapper a {
    padding: 16px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #001E42;
}

.mobile-menu .modal-menu > li .ancestor-wrapper > button.sub-menu-toggle {
    width: 50px;
    padding: 16px 0;
    margin: 0;
    border: 0;
    text-align: center;
}

.sub-menu-toggle.active:before {
    content: url("/blog/wp-content/uploads/2022/11/nav_chevron_down_blue-2.svg");
    vertical-align: super;
}

.sub-menu-toggle:before {
    content: url("/blog/wp-content/uploads/2022/10/nav_chevron_down.svg");
    vertical-align: super;
}

.sub-menu-toggle svg {
    display: none;
}

.sub-menu-toggle.active ~ a {
    color: #00C0FF;
}

.sub-menu-toggle.active {
    transform: rotate(180deg);
}

.mobile-menu .sub-menu > .menu-item > .ancestor-wrapper a {
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.214286px;
    color: #717171;
    text-decoration: none;
}

.blog_parent_item .sub-menu ul.sub-menu {
    width: 100%;
    padding: 16px 0;
    background-color: #F8F9FB;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.blog_parent_item .sub-menu ul.sub-menu > li:not(:last-child) {
    padding-bottom: 16px;
}

.blog_parent_item > .sub-menu > li > .sub-menu > .menu-item a {
    padding: 0;
    margin: 0;
}

#menu-top-menu > .wpml-ls-menu-item:hover > a:after {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 0;
    transition: 0.3s;
}

#menu-top-menu > .wpml-ls-menu-item > a:after {
    content: url("/blog/wp-content/uploads/2022/12/Polygon-1.svg");
    margin-left: 5px;
    line-height: 12px;
    margin-top: -5px;
}

#menu-top-menu > .wpml-ls-menu-item > a:before {
    content: url("/blog/wp-content/uploads/2022/11/globe.svg");
    margin-right: 5px;
    line-height: 12px;
}

.wpml-ls-menu-item .wpml-ls-flag + span {
    margin-left: 0;
}

#menu-top-menu > .wpml-ls-menu-item > a > .wpml-ls-flag {
    display: none;
}

.wpml-ls-menu-item > .sub-menu > li:last-child {
    border-radius: 0 0 4px 4px;
}

.wpml-ls-menu-item > .sub-menu {
    width: 100px;
}

.wpml-ls-menu-item > .sub-menu > li {
    padding: 0 4px;
}

.vg_articles article a,
.vg_articles article img {
    width: 100%;
}

div.vg_articles article .elementor-widget-theme-post-title {
    margin-bottom: 8px;
    min-height: 80px;
}
.vg_subscribe_form input[type="email"]{
    padding:12px !important;
}

div.vg_articles article .elementor-widget-theme-post-featured-image {
    margin-bottom: 14px;
}

/* Search Form */
.searchForm {
    width: 100%;
}

.searchForm__wrapper {
    width: 100%;
    background: #F7F9FD;
    padding: 38px 29px;
}

.searchForm__wrapper_bordered {
    display: flex;
    border-radius: 4px;
    border: 1px solid #E5E9EF;
    background: #FFFFFF;
}

.searchForm__wrapper .search-field {
    padding: 9px 12px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
    outline: none;
    border: 0;
}

.searchForm__wrapper .search-field:focus {
    border: 0;
}

.vg_search_item_image img {
    width: 290px;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}

.search_listing_item_right {
    margin-left: 18px;
}

.search__postTitle {
    min-height: inherit;
    margin-bottom: 4px;
}

.search__post_date {
    justify-content: flex-start;
}

.search__title__wrapper {
    margin-bottom: 42px;
}

.search__title__wrapper .search__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.380952px;
    color: #000000;
}

.search__title_word {
    color: #00C0FF;
}

.postInner__content a.maxbutton {
    border: 0 !important;
    border-radius: 5px;
    background-color: #00A9E0 !important;
    box-shadow: none !important;
    height: 40px !important;
    padding: 0 16px !important;
    width: auto !important;
}

.postInner__content a.maxbutton:hover {
    background-color: #00C0FF !important;
}

.postInner__content a.maxbutton .mb-text {
    color: #FFFFFF !important;
    padding-top: 0 !important;
    line-height: 40px !important;
}

#ed_comments #comments {
    margin: 0;
}

#ed_comments #wpdcom .wpd-form-head,
#ed_comments #wpdcom {
    padding: 0;
    margin: 0;
}

#ed_comments #wpdcom .wpd-form-head {
    border: 0;
}

#ed_comments .wpdiscuz-textarea-wrap .wpd-avatar,
#ed_comments .wpd-avatar img {
    display: none !important;
}

#ed_comments .wpd-avatar {
    background: url("/blog/wp-content/uploads/2023/08/user-icon.svg");
    width: 32px;
    height: 32px;
    background-size: 32px;
}

#ed_comments #wpdcom .wpd-comment .wpd-comment-left {
    width: 32px;
}

#ed_comments #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
    color: #484964;
    font-size: 14px;
    height: 100px !important;
    box-shadow: none;
    border-radius: 6px;
    border-color: #D8DAE5;
    padding: 12px;
    overflow: auto !important;
}

#ed_comments #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::placeholder {
    color: #A4A4A4;
    font-size: 14px;
    line-height: inherit;
}

#ed_comments #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap {
    flex-basis: 100%;
}

#ed_comments .wpd-field-group-title {
    display: flex;
}

#ed_comments .wpd-field-group-title .wpd-item{
    width: 100%;
}

#ed_comments .wc_comm_submit {
    background-color: #00A9E0;
    border-radius: 5px;
    height: 40px;
    line-height: inherit;
    font-weight: 400;
    padding: 0 16px;
}

#ed_comments #wpdcom .wpd-form-foot,
#ed_comments #wpdcom .wc-field-submit input[type="submit"] {
    margin-left: 0;
    margin-top: 0;
}

#ed_comments #wpdcom .wc-field-submit {
    justify-content: flex-start;
    margin-top: 24px;
    padding-top: 0;
}

#ed_comments #wpdcom .wpdiscuz-item:not(.wpd-field-checkbox) input,
#wpdcom .wpdiscuz-item:not(.wpd-field-checkbox) input {
    font-size: 14px;
    color: #484964;
    border-radius: 6px;
    height: 40px;
    border-color: #D8DAE5;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 12px;
}

#ed_comments #wpdcom .wpd-form .wpdiscuz-textarea-wrap,
#ed_comments #wpdcom .wpd-form-row .wpdiscuz-item {
    padding: 0;
}
#wpdcom .wpd-prim-button {
    background-color: #2ebffc!important;
}
#ed_comments #wpdcom .wpd-form-row .wpd-field-captcha.wpdiscuz-item{
    margin-top: 25px !important;
    text-align: center !important;
}
#ed_comments .wpd-field-comment {
    margin-bottom: 24px;
}

#ed_comments #wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single {
    display: flex;
}

#ed_comments #wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single input{
    display: none;
}
.vg_ebook_column input[type="checkbox"]:checked::before,
.vg_ebook_subscribe_checkbox input[type="checkbox"]:checked::before{
    content:'';
    background-color: #00C0FF;
    border-color: #00C0FF;
    background-image: url(/blog/wp-content/uploads/2023/08/white-check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.vg_ebook_subscribe_checkbox .wpcf7-list-item-label{
    color: #484964;
    font-size: 15px !important;
    padding-left: 10px;
}
.vg_ebook_subscribe_checkbox{
    margin-bottom: 20px;
    display: flex;
}

.vg_ebook_subscribe_checkbox .wpcf7-list-item.first{
    margin-left: 0;
}
#ed_comments #wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single input + label {
    position: relative;
    padding-left: 24px;
    color: #484964;
    display: block;
    font-size: 14px !important;
}

#ed_comments #wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single input + label:before {
    content: '';
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 16px;
    width: 16px;
    border: 1px solid #D8DAE5;
    transition: background-color .3s ease, border-color .3s ease;
}

#ed_comments #wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single input:checked + label:before {
    background-color: #00A9E0;
    border-color: #00A9E0;
    background-image: url("/blog/wp-content/uploads/2023/08/white-check-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
}

#ed_comments #wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single:first-child {
    margin: 16px 0;
    display: block;
    text-align: left;
}

#ed_comments #wpdcom .wpd-form-wrap {
    padding-bottom: 0;
}

#ed_comments #wpdcom #wpd-threads {
    margin-top: 38px;
}

#ed_comments #wpdcom .wpd-thread-list {
    padding: 0;
}

#ed_comments div.comment:first-of-type {
    margin-top: 48px;
}

#ed_comments #wpdcom .wpd-comment .wpd-comment-status .wpd-unapproved {
    margin-bottom: 4px;
}

#ed_comments #wpdcom .wpd-comment-status {
    padding: 0;
}

#ed_comments #wpdcom .wpd-reply.wpd_comment_level-2 {
    margin-left: 14px;
}

#ed_comments .depth-2 {
    position: relative;
}

#ed_comments .depth-2:before {
    content: '';
    width: 3px;
}

#ed_comments .wpd_comment_level-2 .wpd-avatar {
    width: 24px;
    height: 24px;
    background-size: 24px;
}

#ed_comments .wpd_comment_level-2 .wpd-comment-left {
    width: 24px !important;
}

#ed_comments .wpd_comment_level-1 > .wpd-secondary-form-wrapper {
    margin-left: 52px;
}

#ed_comments #wpdcom .wpd-comment-footer .wpd-sep,
#ed_comments #wpdcom .wpd-comment-footer .wpd-toggle i,
#ed_comments [wpd-tooltip-position="left"]::before,
#ed_comments [wpd-tooltip-position="left"]::after,
#ed_comments .wpd-comment-footer .wpd-space,
#ed_comments .wpd-comment-label {
    display: none !important;
}

#ed_comments #wpdcom .wpd-comment-footer {
    justify-content: flex-end;
    flex-direction: row-reverse;
}
#ed_comments #wpdcom .wpd-comment-footer .wpd-tools i{
    display:none;
}

#ed_comments #wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies {
    cursor: pointer;
    padding-right: 16px;
    border-right: 1px solid #D8DAE5;
    margin-right: 16px;
}

#ed_comments #wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies,
#ed_comments #wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies > * {
    font-weight: 600;
    color: #2C79E7 !important;
    font-size: 16px !important;
}

#ed_comments  #wpdcom .wpd-comment-text {
    margin-bottom: 16px;
}

#ed_comments #wpdcom .wpd-thread-head .wpd-thread-info {
   border-bottom: 0;
}

#ed_comments #wpdcom .wpd-thread-head {
    border-width: 1px;
    border-color: #D8DAE5;
}

#ed_contribution_cover .elementor-field-type-recaptcha > div {
    padding: 0;
}

#vg_custom_file_upload.vg_file_upload_error {
    border-color: red;
}
#vg_custom_file_upload {
    border: 1px dashed #C2D1FF;
    min-height: 65px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
}

#vg_custom_file_upload.vg_uploaded_text {
    font-size: 14px;
    color: #1A3380;
}

#vg_custom_file_upload .custom-text {
    background: url('/blog/wp-content/uploads/2023/08/Vector.svg') no-repeat;
    padding-left: 24px;
    font-size: 12px;
    color: #1A3380;
}

#ed_contribution_cover {
    background-size: 100% 372px;
    margin-top:-38px !important;
}
#ed_contribution_cover form:not([name="Subscribe-form"]) .elementor-field{
    padding: 6px 12px;
}
#ed_contribution_cover form:not([name="Subscribe-form"]) .elementor-field-type-submit {
    margin-bottom: 0;
}

.ed_article_item .elementor-icon-box-wrapper {
    display: flex !important;
}

.ed_article_item .elementor-icon-box-icon {
    flex-shrink: 0 !important;
    margin-right: 8px !important;
    margin-top: 4px !important;
}

.ed_article_item .elementor-icon-box-description {
    text-align: left;
}
/* MEDIA */
@media only screen and (max-width: 450px) {
    #ed_contribution_cover{
        width:100%!important;
    }
    .vg_site_header_top #menu-top-menu {
        justify-content: flex-start;
        font-size: 10px;
    }

    .widget:first-child {
        margin: 0;
    }

    .vg_site_header_top #menu-top-menu > li > a {
        font-size: 10px;
        padding-left: 0px;
    }

    .vg_menu_contact_us > a:before, .vg_menu_support > a:before, .vg_become_an_author > a:before {
        background-size: 16px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        display: none;
    }

    .vg_phone_item > a > img {
        display: none;
    }

    .vg_site_header_top li.menu-item-has-children .sub-menu {
        right: -50%;
    }
}

/* Category page */
.viewMore__wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.viewMore__btn:after {
    content: url("/blog/wp-content/uploads/2022/11/arrowDown_cat.svg");
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.viewMore__btn:hover::after {
    content: url("/blog/wp-content/uploads/2022/11/arrowDown_cat_blue.svg");
}

.viewMore__btn:hover {
    color: #00A9E0;
}

.viewMore__btn {
    padding: 0 23px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #A6B5C5;
    white-space: nowrap;
}

.viewMore__wrapper:after, .viewMore__wrapper:before {
    content: "";
    border-top: 1px solid #A6B5C5;
    flex-basis: auto;
    width: 50%;
    display: inline-block;
}

.page-pagination .nav-links > .page-numbers.current {
    background: #2dbdecba;
    border-radius: 5px;
    color: #ffffff;
}

.page-pagination .nav-links .page-numbers {
    margin: 0 5px;
    padding: 3px 8px;
    color: #595959;
}

.page-pagination .nav-links span:first-child {
    margin-left: 0;
}

.page-pagination .nav-links {
    width: 100%;
    font-size: 16px;
    justify-content: flex-start;
}

.pagination .nav-links {
    margin: 0;
}

.breadcrumb {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.142857px;
    color: #667085;
}

.breadcrumb span a:not(:last-child) {
    color: #667085;
}

.vg_seperator {
    margin: 0 14px;
}

.vg_seperator:not(:last-child):after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-image: url("/blog/wp-content/uploads/2022/11/arrowDown_cat.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}

.breadcrumb span a > *:not(span) {
    display: none;
}

.breadcrumb span a:last-child {
    color: #484964;
}

.postInner .vg_listing_cat {
    margin-right: 8px;
}

.postInner__title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.380952px;
    color: #000000;
}

.postInner__date {
    justify-content: flex-start;
    margin-bottom: 24px;
}

.postInner__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.214286px;
    color: #252E4F;
}

.postInner__content figure {
    max-width: 100%;
}

.postInner__content :is(h1, h2, h3, h4, h5, h6) {
    margin: 64px 0 24px 0;
}
.postInner__content blockquote :is(h1, h2, h3, h4, h5, h6) {
    margin-top:17px;
    margin-bottom: 17px;
}

.postInner__content :is(h1, h2, h3, h4, h5, h6),
.postInner__content :is(h1, h2, h3, h4, h5, h6) *,
.postInner__content h2 a {
    font-family: 'Inter', sans-serif;
    font-weight: 700 !important;
    line-height: 150%;
    color: #484964;
}

.postInner__content h2 {
    font-size: 37px;
}

.postInner__content h3 {
    font-size: 31px;
}

.postInner__content h4 {
    font-size: 26px;
}

.postInner__content h5,
.postInner__content h6 {
    font-size: 24px;
}

.postInner__content a:hover {
    text-decoration: underline;
}

.postInner__content a {
    color: #00C0FF;
}

.postInner__content p img {
    padding-bottom: 10px;
}

.postInner__content p.p_without_margin {
    margin-bottom: 0px;
}
.postInner__content .heading-with-no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.postInner__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 24px;
}

.postInner__content > p {
    margin-bottom: 25px;
}

.postInner__content ul,
.postInner__content ol {
    margin: 24px 0;
}

.postInner__content ul li,
.postInner__content ol li {
    position: relative;
    margin-left: 24px;
    padding-left: 20px;
}

.postInner__content ul li:before {
    content: '';
    background-color: #242E4F;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    left: 5px;
    top: 11px;
    position: absolute;
}

.postInner__content ol {
    list-style-type: none;
    counter-reset: section;
}

.postInner__content ol:not(.vg_list) li:before {
    content: counter(section) '.';
    counter-increment: section;
    position: absolute;
    left: 0;
    top: 0;
}
.postInner__content ol.vg_list > li{
    list-style: number;
    padding-left: 5px;
}

/* Post sidebar */
.widget.ez-toc {
    margin-bottom: 24px;
}

#ez-toc-container ul ul {
    margin-left: 0;
}

.ez-toc-title, .vg_sidebar_title {
    width: 100%;
    display: inherit;
    padding-bottom: 22px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -0.4px;
    text-align: left;
    color: #1B2C74;
    border-bottom: 1px solid #E1E5ED;
}

.vg_sidebar.fixed {
    top: 10px;
    position: fixed;
    right: calc((100% - 1296px) / 2);
    flex: 0 0 28%;
    /*height: 100%;*/
    height: calc(100% - 120px);
    /*padding-bottom: 87px;*/
    overflow: auto;
}

.ez-toc-list a {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.ez-toc-list > li > a.ez-toc-link:before {
    content: '';
}

.ez-toc-widget-container nav ul .ez-toc-heading-level-3 a {
    position: relative;
    padding-left: 22px;
}

.ez-toc-widget-container nav ul .ez-toc-heading-level-3 a::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #687182;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 8px;
}

.ez-toc-widget-container nav ul .ez-toc-heading-level-4 a {
    position: relative;
    padding-left: 22px;
}

.ez-toc-widget-container nav ul .ez-toc-heading-level-4 a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #687182;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 5px;
}

div.ez-toc-widget-container ul.ez-toc-list {
    padding: 0;
}

.ez-toc-widget-container ul li a:hover {
    text-decoration: underline;
}

.ez-toc div.ez-toc-widget-container ul.ez-toc-list > ul {
    margin-left: 0;
}

.ez-toc-widget-container ul li a {
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 15px;
    color: #687182;
}

.ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 18px;
}

.ez-toc-list li.active a {
    color: #484964;
    font-weight: 700;
}

.ez-toc-list li.active {
    background-color: transparent !important;
}

div.ez-toc-widget-container li {
    line-height: 16px;
}

.posts__sidebar__mobile > .widget.ez-toc {
    margin: 0 0 24px 0;
}

.vg_posts_sidebar .vg_listing_post_date {
    justify-content: flex-start;
    margin-bottom: 8px;
}

.vg_posts_sidebar .vg_listing_post_title {
    min-height: inherit;
}

/* Resource */
.resources_page {
    padding-top: 28px;
}

.resources__about, .resources__domainScanner {
    width: 100%;
    max-width: 50%;
}

.resources__banner img {
    width: 100%;
}

.resources__banner, .resources__domainScanner__form {
    width: 100%;
    max-width: 49.5%;
}

.resources__domainScanner__form {
    padding-left: 15px;
}

.resources__top__section {
    margin-bottom: 64px;
}

.resources__top__section, .resources__middle__section {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.resources__about__title {
    margin-bottom: 25px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.380952px;
    color: #1B2C74;
}

.resources__about__text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.214286px;
    color: #595959;
    margin-bottom: 25px;
}

.resources__about__title .highlighted {
    color: #00C0FF;
}

.resources__about__btn {
    display: inline-block;
    padding: 9px 20px;
    background: #00C0FF;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.resources__about__btn:hover {
    background: #50d4ff;
}

.resources__middle__section {
    justify-content: space-between;
    margin: 64px 0;
}

.resources__domainScanner {
    max-width: 520px;
    width: 100%;
}

.resources__domainScanner__title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.285714px;
    color: #1B2C74;
}

.resources__domainScanner__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.214286px;
    color: #3A3A3A;
}

input.resources__scannerInp {
    max-width: 435px;
}

input[type="submit"].resources__scanBtn {
    max-width: 150px;
    padding: 10px 16px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #00C0FF;
    border-radius: 4px;
}

.resources__scannerInp.error, .sidebar__domainScanner__inp.error {
    box-shadow: 0 2px 10px rgb(219 29 29 / 34%);
    color: rgb(219 29 29);
}

.resources__domainScanner__container {
    margin-left: auto;
    max-width: 510px;
    height: 43px;
}

.resources__bottom__section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 64px;
}

.resources__bottom__block:nth-child(2n+1) {
    margin-right: 32px;
}

.resources__bottom__block {
    max-width: 632px;
    flex-basis: 48%;
    padding: 32px;
    margin-bottom: 32px;
    background: #FFFFFF;
    box-shadow: 0 8px 35px rgba(229, 236, 244, 0.9);
    border-radius: 10px;
}

.resource__block__title {
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 42px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.285714px;
    color: #1B2C74;
    position: relative;
}

.resources__bottom__block .resource__block__title:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 29px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.resources__bottom__block.blog .resource__block__title:before {
    background-image: url("/blog/wp-content/uploads/2022/11/blog_icon.svg");
}

.resources__bottom__block.knowledge .resource__block__title:before {
    background-image: url("/blog/wp-content/uploads/2022/11/knowledge_icon.svg");
}

.resources__bottom__block.library .resource__block__title:before {
    background-image: url("/blog/wp-content/uploads/2022/11/library_icon.svg");
}

.resources__bottom__block.news .resource__block__title:before {
    background-image: url("/blog/wp-content/uploads/2022/11/news_icon.svg");
}

.resource__block__text {
    margin-bottom: 8px;
    margin-left: 33px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #121C2D;
}

.resource__block__learnMore {
    margin-left: 33px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.142857px;
    color: #00A9E0;
}

.resource__block__learnMore:hover {
    text-decoration: underline;
}

.resource__block__learnMore:after {
    content: url("/blog/wp-content/uploads/2022/11/arrow_right_blue.svg");
    margin-left: 5px;
    vertical-align: middle;
}

/* Ebook Single page */
.ebook__postInner {
    padding-right: 15px;
}

.ebook__postInner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.214286px;
    color: #3A3A3A;
}

.ebook__content__wrapper {
    position: relative;
}

.subscribeWrapper__ebook {
    margin-top: 48px;
}

.subscribeWrapper__ebook > .subscribeWrapper {
    padding: 50px 0 50px 40px;
}

.subscribeWrapper__ebook .wpcf7-form-control-wrap {
    flex: 1;
}

.wpcf7-spinner {
    flex-basis: 100%;
}

.ebook__contentTitle {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #1B2C74;
}

.subscribeWrapper__ebook .subscribeWrapper__banner > img {
    position: relative;
    right: -25px;
}

.subscribeWrapper__ebook .homePage__form_temp .homePage__form__container > p {
    height: 47px;
}

.vg_ebook_topBeck {
    width: 100%;
    height: 500px;
    padding: 0 15px;
    background-image: url("/blog/wp-content/uploads/2023/01/ebook-bg.jpg");
    background-position: left center, left center;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    position: absolute;
    top: 175px;
    left: 0;
}

.ebook__contentWrapper {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    padding-top: 200px;
}

.vg_ebook_top {
    max-width: 1296px;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 39px);
    position: relative;
}

.vg_ebook_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    position: relative;
}

.ebook__form__wrapper {
    max-width: 546px;
    width: 50%;
    padding: 48px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
}

.vg_ebook_title__wrapper {
    height: 100%;
    width: 50%;
    margin-top: 39px;
}

/*.vg_ebook_image img {*/
/*    width: 100%;*/
/*    max-width: 550px;*/
/*    height: 350px;*/
/*    position: absolute;*/
/*    bottom: -120px;*/
/*}*/
.vg_ebook_image {
    margin-bottom: 32px;
}

.vg_ebook_content {
    width: 100%;
}

.ebook__form__wrapper label {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #687182;
}

.ebook__form__wrapper label input:focus, .ebook__form__wrapper label input:focus-visible {
    outline: none;
}

.ebook__form__wrapper label input {
    margin-top: 8px;
    padding: 6px 12px;
    width: 450px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #717171;
}

.ebook__form__wrapper input[type="submit"] {
    width: 100%;
    height: 46px;
    padding: 10px 20px;
    background: #00C0FF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
}

.ebook__form__wrapper input[type="submit"]:hover {
    border-color: #50d4ff;
}

.ebook__form__wrapper br {
    display: none;
}

.vg_ebook_form_title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.285714px;
    color: #1B2C74;
}

.menu-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #ffffFf;
}

.mobile__menu__authBlock {
    display: none;
    justify-content: space-evenly;
    width: 100%;
    padding: 0 17px;
}

.mobile__menu__authBlock a {
    padding: 7px 20px;
    width: 138px;
    height: 38px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: -0.285714px;
    text-align: center;
}

.mobile__menu__authBlock .mobile__loginBtn + a {
    margin-left: 10px;
}

.mobile__menu__authBlock .mobile__loginBtn {
    color: #00C0FF;
    background: transparent;
    border: 1px solid #00C0FF;
}

.mobile__menu__authBlock .mobile__signUp {
    color: #FFFFFF;
    background: #00C0FF;
}

.notFound__container {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.notFound__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.5px;
    background: linear-gradient(180deg, #17276C 0%, #132160 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.notFound__text {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #757575;
}

.notFound__icon {
    margin-bottom: 32px;
}

.notFound__icon svg {
    margin: 0 auto;
}

.notFound__homeBtn {
    width: 100%;
    padding: 12px;
    max-width: 230px;
    height: 48px;
    background: #00C0FF;
    color: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: inherit;
}

.ebook__mobile__image {
    display: none;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    position: relative;
}

.ed_social_box .elementor-share-btn {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.vg_stiky_sidebar {
    position: sticky !important;
    top: 170px !important;
    height: calc(100vh - 150px);
    overflow-y: auto;
    flex-direction: column;
    display: flex !important;
    justify-content: flex-start !important;
    transition: height .3s ease;
    padding-right: 4px !important;
}

.vg_stiky_sidebar::-webkit-scrollbar {
    width: 6px;
}

.vg_stiky_sidebar::-webkit-scrollbar-thumb {
    background: #D6E0FF;
    border-radius: 10px;
}

.vg_post_sidebar.vg_stiky_sidebar {
    height: calc(100vh - 173px);
}

.fixed_header_wrap ~ main .vg_stiky_sidebar,
.fixed_header_wrap ~ div .vg_stiky_sidebar{
    padding-bottom: 0 !important;
    height: calc(100vh - 62px);
}

@media only screen and (min-width: 768px) {

    .vg_copy_page_url:hover svg {
        opacity: 0;
    }

    .vg_copy_page_url:hover:before {
        opacity: 1;
    }

}

@media only screen and (min-width: 1000px) {
    .blog_parent_item .sub-menu ul.sub-menu {
        width: 184px;
        position: absolute;
        padding: 24px 32px;
        border-radius: 0 0 4px 0;
        top: -24px;
        left: calc(100% + 32px);
    }

    .blog_parent_item:hover .sub-menu {
        opacity: 1;
        transform: translateY(0) !important;
        transition: opacity 0.1s linear, transform 0.1s linear !important;
        border-radius: 0 0 0 4px;
        position: relative;
    }

}

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

    .ed_social_box .elementor-share-btn {
        margin-right: 3px;
    }

    .ed_social_box .elementor-widget-heading .elementor-widget-container {
        padding-right: 4px !important;
    }

}

@media only screen and (max-width: 1200px) {
    .homePage__form__submitBtn[type="submit"] {
        font-size: 13px;
    }

    .homePage__form__container .wpcf7-form-control-wrap {
        width: calc(100% - 194px);
    }
}

@media only screen and (max-width: 1000px) {
    .menu-wrapper.section-inner {
        width: 100%;
    }

    .mobile-menu > .modal-menu {
        position: unset;
        left: 0;
        width: 100%;
    }

    ul.primary-menu {
        flex-wrap: inherit;
    }

    .custom-logo-link img.custom-logo {
        display: none;
    }

    .custom-logo-link .mobile__logo {
        display: block;
    }

    .header-inner .search-toggle {
        margin-right: 11px;
    }

    .vg_header_wrapper {
        display: block;
    }

    .blog_parent_item .sub-menu ul.sub-menu {
        box-shadow: none;
    }

    .homePage__form_temp {
        justify-content: center;
    }

    .header-titles-wrapper {
        height: 100%;
        padding: 0;
        margin: 0;
        justify-content: flex-end;
    }

    .vg_header_inner {
        height: 50px;
    }

    .vg_sidebar:not(.vg_posts_sidebar) {
        display: none;
    }

    .vg_posts_sidebar__desktop .widget.ez-toc {
        display: none;
    }

    .vg_sidebar_related {
        margin-top: 32px;
    }

    .vg_sidebar.vg_posts_sidebar {
        max-width: 100%
    }

    .vg_main_content {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .vg_sidebar li.widget_media_image .widgettitle {
        padding-right: 25px;
    }

    .subscribeWrapper__text {
        font-size: 20px;
    }

    .subscribeWrapper__banner {
        /*TODO*/
        flex-basis: 15%;
    }

    .vg_mobile_logo {
        display: block !important;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .vg_header_wrapper .header-titles-wrapper {
        position: relative;
    }

    .footer__title {
        font-size: 30px;
    }

    .footer__navigationWrapper {
        margin-left: 40px;
        flex-basis: 25%;
    }

    .footer__navigationWrapper:nth-child(-n+3) {
        margin-bottom: 25px;
    }

    .mobile-menu .modal-menu > li > .sub-menu.active {
        border-bottom: 1px solid #EDEFF1;
    }

    .blog_parent_item > .sub-menu {
        height: auto !important;
    }

    .blog_parent_item .sub-menu ul.sub-menu {
        width: 100%;
        position: unset;
    }

    /*    Search   */
    .search_listing_item {
        margin-bottom: 32px;
    }

    .searchForm {
        margin-bottom: 32px;
    }

    .vg_ebook_title__wrapper {
        display: none;
    }

    .ebook__form__wrapper {
        margin: 360px auto 24px auto;
        padding: 36px;
        width: 70%;
        position: initial;
    }

    .ebook__contentWrapper {
        max-width: 100%;
        padding-top: 0;
    }

    .vg_ebook_topBeck {
        top: 88px;
    }

    .vg_ebook_image {
        display: none;
    }

    .ebook__mobile__image {
        display: block;
        position: absolute;
        max-width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }

  /*  .ebook__contentTitle {
        display: none;
    }*/

    .subscribeWrapper__ebook > .subscribeWrapper {
        padding: 20px 0 20px 0;
    }

    .subscribeWrapper__ebook .subscribeWrapper__banner > img {
        right: 0;
    }

    .eael-reading-progress-wrap .eael-reading-progress {
        top: 50px !important;
    }

    .footer__contacts {
        flex-direction: column;
    }

    .footer__contacts__number {
        flex: auto;
    }

    .footer__contactsMobile {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 900px) {
    .resources__bottom__section {
        flex-direction: column;
        flex-wrap: initial;
    }

    .resources__bottom__block:nth-child(2n+1) {
        margin-right: auto;
    }

    .resources__bottom__block {
        flex-basis: 100%;
        margin: 0 auto;
        margin-bottom: 32px;
    }

}

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

    body:not(.single-event) h1 {
        font-size: 32px !important;
        line-height: 150% !important;
    }
    .elementor-toc__body .elementor-toc__list-item-text {
        font-size: 11px;
    }

    .elementor-widget-table-of-contents .elementor-toc__list-item {
        margin-bottom: 8px;
    }

    .elementor-toc__list-wrapper > li > ul > li > div .elementor-toc__list-item-text:before,
    .elementor-toc__list-wrapper > li > ul > li > ul > li > div .elementor-toc__list-item-text:before {
        width: 4px;
        height: 4px;
        top: 9px;
    }

    .latest__post__container {
        flex-direction: column;
    }

    .latest__post__infoBox {
        padding: 15px 0;
    }

    .latest__post__banner {
        display: none;
    }

    .vg_latest_post_cats_title a {
        font-size: 30px;
    }

    .subscribeWrapper {
        flex-wrap: wrap;
    }

    .subscribeWrapper__text {
        /*margin-bottom: 25px;*/
        flex-basis: 100%;
        text-align: center;
        order: 1;
    }

    .subscribeWrapper__banner {
        flex-basis: 100%;
        order: 3;
    }

    .subscribeWrapper__banner > img {
        max-width: 100px;
        width: 100%;
        margin: 0 auto;
    }

    .vg_subscribe__form {
        margin-bottom: 25px;
        flex-basis: 100%;
        margin-left: 0;
        order: 2;
    }

    .home_category_listing {
        grid-template-columns: repeat(2, 1fr);
    }

    .homePage__form__inp[type="email"] {
        max-width: inherit;
    }

    .footer__policy_item:not(:last-child) {
        margin-right: 0;
    }

    .footer__policy_item {
        flex-basis: 50%;
    }

    .vg_site_header_top #menu-top-menu {
        justify-content: center;
    }

    .search_listing_item .search_listing_item_left {
        max-width: 40%;
    }

    .searchForm__wrapper {
        padding: 26px 11px;
    }

    .vg_main_content {
        padding: 0;
    }

    .vg_search_content {
        margin-top: 0;
    }

    .searchForm {
        margin-bottom: 38px;
    }

    .footer__navigationContent {
        flex-direction: column;
    }

    .footer__logos {
        width: 100%
        margin-bottom: 15px;
    }

    .footer__navigationContent div.footer__navigationContent, .footer__navigationContent div.footer__navigationWrapper {
        margin-left: 0;
        flex-basis: 50%;
    }

    .widget_media_image {
        flex: auto;
    }

    .widget_nav_menu {
        margin: 0;
    }

    .postInner__title {
        font-size: 18px;
        line-height: 22px;
    }

    .postInner__content h2 {
        font-size: 26px;
    }

    .postInner__content h3 {
        font-size: 22px;
    }

    .postInner__content h4 {
        font-size: 18px;
    }

    .postInner__content p,
    .postInner__content li {
        font-size: 16px;
    }

    .postInner__content ul,
    .postInner__content ol {
        margin: 16px 0;
    }

    .postInner__content :is(h1, h2, h3, h4, h5, h6) {
        margin-top: 32px;
    }

    .postInner__content p {
        margin-bottom: 16px;
    }

    .vg_listing_post_title > a {
        font-size: 16px;
    }

    .vg_sidebar li.widget_media_image .widgettitle {
        font-size: 16px;
    }

    .vg_listing_cat a {
        font-size: 12px;
    }

    .vg_listing_cat {
        padding: 4px 10px;
    }

    .resources__top__section, .resources__middle__section {
        flex-direction: column;
    }

    .resources__about, .resources__domainScanner,
    .resources__banner, .resources__domainScanner__form {
        max-width: inherit;
    }

    .resources__domainScanner__form {
        padding-left: 0;
    }

    .resources__about {
        margin-bottom: 32px;
    }

    .resources__domainScanner {
        margin-bottom: 15px;
    }

    .resources__bottom__section {
        margin-top: 0;
    }

    .resources__domainScanner__container {
        margin: auto;
    }

    .ebook__form__wrapper {
        width: 100%;
    }

    .vg_ebook_success.vg_success_ok p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .ez-toc-title, .vg_sidebar_title {
        font-size: 16px;
    }

    .ez-toc-widget-container ul li a {
        font-size: 11px;
    }

    .ez-toc-widget-container nav ul .ez-toc-heading-level-4 a,
    .ez-toc-widget-container nav ul .ez-toc-heading-level-3 a {
        padding-left: 16px;
    }

    .ez-toc-widget-container nav ul .ez-toc-heading-level-3 a::before {
        width: 3px;
        height: 3px;
        top: 10px;
        left: 6px;
    }

    .ez-toc-widget-container nav ul .ez-toc-heading-level-4 a::before {
        width: 4px;
        height: 4px;
        top: 9px;
        left: 5px;
    }

    .homePage__form__container .wpcf7-form-control-wrap {
        width: calc(100% - 130px);
    }

    .homePage__form__submitBtn[type="submit"] {
        width: 130px;
    }

    .homePage__form__container .wpcf7-spinner {
        right: 57px;
    }

    .vg_category_top > .elementor-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .vg_subscription_title {
        text-align: center;
    }

    .vg_cat_img {
        text-align: left;
    }

    .vg_custom_toc {
        margin-bottom: 32px !important;
    }

    .custom-toc li a,
    #breadcrumbs a {
        font-size: 11px;
    }

    .vg_stiky_sidebar {
        position: static !important;
    }

    .vg_stiky_sidebar,
    .vg_article_sidebar {
        height: auto !important;
        padding-bottom: 0 !important;
        padding-right: 0 !important;
    }
	.vg_site_header_top_new .vg_site_header_top_wrapper{
		font-size:10px;
        padding: 0 10px;
	}

}

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

    #ed_comments .wpd-form-foot .wc_name-wrapper {
        margin-bottom: 24px;
    }

}

@media only screen and (max-width: 540px) {
	.vg_site_header_top_new .vg_site_header_top_wrapper a{
		width:auto;
	}
    .latest__post__title {
        font-size: 30px;
    }

    .latest__post__text {
        font-size: 16px;
    }

    .vg_latest_post_cats_linksWrapper {
        display: none;
    }

    .vg_latest_post_cats_title a {
        font-size: 18px;
    }

    .vg_latest_post_inner > .vg_listing_cat {
        display: block;
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .vg_category_title a {
        font-size: 14px;
    }

    .vg_category_link_mobile {
        display: block;
    }

    .vg_category_link_desktop {
        display: none;
    }

    .home_category_listing .home_category_listing_item {
        flex: 100%;
    }

    .home_category_listing {
        grid-template-columns: repeat(1, 1fr);
    }

    .vg_listing_item_image, .vg_listing_cat, .vg_listing_post_title, .vg_listing_post_date {
        margin-bottom: 13px;
    }

    .vg_listing_post_title {
        min-height: inherit;
    }

    .vg_listing_item_image a {
        width: 100%;
        height: 180px;
    }

    .vg_category_block_title .vg_category_title {
        line-height: 0;
    }

    .vg_sidebar li.widget_media_image .widgettitle {
        padding-right: 10px;
        left: 10px;
    }

    .divider {
        display: block;
    }

    .subscribeWrapper {
        padding: 32px 10px 0 10px;
    }

    .homePage__form_temp {
        margin-left: 0;
    }

    .homePage__form__submitBtn[type="submit"].mobile {
        min-width: 100px;
        display: block;
    }

    .wpml-ls-item > .sub-menu {
        left: -25px;
    }

    .footer__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -0.285714px;
    }

    .footer__navigationBtn > a {
        display: block;
        width: 100%;
        margin: 8px auto;
    }

    .footer__navigationContent, .footer__policy__wrapper {
        flex-direction: column;
    }

    .footer__logos {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__logos > ul{
        width: 100%;
    }

    .footer__contacts .footer__socials{
        display: flex;
        justify-content: center;
        column-gap: 10px;
    }
    .footer__logos > img:not(.footer__logos__easyDmarc) {
        flex-basis: 33%;
        max-width: 15%;
    }

    .footer__contacts__company {
        display: flex;
        flex-direction: column;
        padding-left: 16px;
    }

    .footer__contacts__number {
        flex: inherit;
        margin-right: 16px;
    }

    img.footer__logos__easyDmarc {
        margin-bottom: 24px;
    }

    .footer__navigationWrapper {
        margin-left: 0;
        flex-basis: 50%;
    }

    .footer__contactsMobile {
        display: flex;
        justify-content: center;
    }

    .vg_menu_contact_us > a,
    .vg_become_an_author > a,
    .vg_menu_support > a {
        padding-left: 24px;
    }

    .footer__navigationWrapper:nth-child(2n-1) {
        padding-right: 25px;
    }

    .footer__navigationWrapper .widget_nav_menu:nth-child(n+2) {
        margin-top: 16px;
    }

    .footer__rights {
        /*text-align: center;*/
        margin-top: 16px;
    }

    .footer__contacts__number:not(:last-child) img {
        display: none;
    }

    .footer__contacts__mobileIcon {
        width: 20px;
        margin-right: 12px;
    }

    .footer__contacts__number:nth-child(n+3):not(:last-child) {
        display: none;
    }

    .vg_site_header_top #menu-top-menu > li {
        /*flex: auto;*/
        padding: 0 5px;
        position: relative;
        width: auto;
    }

    .vg_site_header_top #menu-top-menu > li:not(:last-child) {
        padding-right: 10px;
    }
    .vg_site_header_top nav .menu > li:not(:last-child) {
        margin-right: 7px;
    }

    .vg_site_header_top_wrapper {
        width: 100% !important;
    }

    .vg_phone_item .sub-menu li {
        padding: 0;
    }

    li.vg_phone_item > .sub-menu {
        width: 170px !important;
        white-space: nowrap;
        background: transparent;
    }

    .search_listing_item {
        flex-direction: column;
    }

    .search_listing_item .search_listing_item_left {
        margin-bottom: 22px;
    }

    .search_listing_item .search_listing_item_left, .search_listing_item .search_listing_item_right {
        max-width: 100%;
        margin-left: 0;
    }

    .search__title__wrapper {
        margin-bottom: 16px;
    }

    .search__title__wrapper > .search__title {
        line-height: 22px;
        font-size: 18px;
    }

    .vg_search_item_image img {
        width: 100%;
    }

    input[type="submit"].search_btn {
        min-width: 100px;
    }

    .footer__logos .widget_media_image img {
        margin: 0 auto;
    }

    .footer__logos .widget_media_image:first-child {
        flex-basis: 100%;
    }

    .resources__about__title {
        font-size: 24px;
    }

    .resources__about__text {
        font-size: 14px;
    }

    .resources__domainScanner__text, input[type="submit"].resources__scanBtn {
        font-size: 15px;
    }

    .resources__middle__section {
        margin-bottom: 32px;
    }

    .resources__bottom__block {
        padding: 15px;
    }

    .resource__block__text, .resource__block__learnMore {
        margin-left: 17px;
    }

    .resource__block__title {
        font-size: 14px;
        padding-left: 22px;
    }

    .resource__block__text {
        font-size: 12px;
    }

    .resources__bottom__block .resource__block__title:before {
        width: 16px;
        height: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .vg_ebook_form_title {
        font-size: 18px;
    }

    .ebook__form__wrapper {
        padding: 26px 10px;
    }

    #site-header .searchInput {
        font-size: 14px;
    }

    div.vg_articles .elementor-posts-container {
        grid-template-columns: repeat(1,1fr);
    }

    .vg_articles article img {
        max-height: 180px;
        object-fit: cover;
    }

}

