/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/

*,
body {
    font-family: Poppins, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
}

article,
header,
main,
nav {
    display: block;
}

a,
a:hover,
a:focus {
    color: #1976d2;
    text-decoration: none;
    background-color: transparent;
}

button,
input {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    font: inherit;
    color: inherit;
}

button {
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    text-decoration: none;
    overflow: visible;
    text-transform: none;
    border: none;
    min-width: 90px;
    background-position: center center;
    -webkit-appearance: button;
}

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

:-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #666;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

input::-ms-clear {
    display: none;
}

input {
    line-height: normal;
    height: 33px;
    background: #f9fbfd;
    border: 1px solid hsla(0, 0%, 60%, .54);
    border-radius: 4px;
    letter-spacing: .1px;
    margin-bottom: 10px;
    width: 49%;
    font-size: 12px;
    padding: 7px;
    color: #666;
    outline: 0;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ul {
    margin: 0;
}

ul ul {
    margin-bottom: 0;
}

strong {
    font-weight: 500;
}

/*** Banner ***/
#main-wrapper {
    margin-top: 90px;
}

.vce-sid-none .vce-main-content {
    padding: 0;
    margin: 0 auto;
}

.progress-bar-container {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 99;
}

.progress-bar-container__progress {
    height: 5px;
    background-color: #f57c00;
    width: 0%;
    float: left;
}

/* Breadcrumbs */
#mks-breadcrumbs p {
    margin: 0 0 30px;
}

#mks-breadcrumbs p span {
    line-height: 24px;
}

#mks-breadcrumbs p span:not(:last-of-type) {
    position: relative;
    padding: 0 24px 0 0;
}

#mks-breadcrumbs p span a {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.56px;
    color: #717580;
}

#mks-breadcrumbs p span:not(:nth-last-of-type(2)):after {
    content: "\e914";
    font-family: "icomoon";
    color: #CACBCF;
    font-size: 10px;
    transform: rotate(-90deg);
    display: inline-flex;
    position: absolute;
    top: 1px;
    right: 5px;
}

#mks-breadcrumbs p span:nth-last-of-type(2) a {
    color: #2E323A;
}

#mks-breadcrumbs .breadcrumb_last {
    display: none;
}

.vce-single .entry-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 60px;
}

.vce-single .entry-header .text-block {
    display: inline-flex;
    flex-direction: column;
    align-items: baseline;
    width: unset;
}

.vce-single .entry-header h1.entry-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.92px;
    color: #212121;
    margin: 0 0 20px;
}

.vce-single .entry-header .author-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 40px;
}

.vce-single .meta-author {
	display: flex;
}

.vce-single .meta-author-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    border: 1.74px solid #EDEEEF;
    box-shadow: 0px 17.4px 23.2px 0px rgba(155, 175, 163, 0.20);
    overflow: hidden;
    margin: 0 15px 0 0;
}

.vce-single .meta-author-wrapped {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.vce-single .meta-author-wrapped .vcard.author {
    line-height: 1;
}

.vce-single .meta-author-wrapped p, .vce-single .vcard.author a {
    font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.48px;
    color: #2E323A;
    margin: 0;
}

.vce-single .vcard.author a {
	text-decoration: underline;
}

.vce-single .meta-author-wrapped p {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #555;
}

.vce-single .updated {
    display: none;
}

.vce-share-bar .vce-share-items {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.vce-share-bar .meks_ess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
	margin: 0;
}

.vce-share-bar .meks_ess .meks_ess-item {
    color: #fff;
    margin: 0 5px !important;
    border: 0;
    min-width: 30px !important;
    width: 30px;
    height: 30px;
    border-radius: 20px !important;
    line-height: 30px;
    font-size: 16px;
    background: #2E323A;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.vce-share-bar .meks_ess .meks_ess-item:hover {
    border: 1px solid #2e323a;
    color: #2e323a;
    background: #fff;
}

.vce-share-bar .meks_ess .socicon-pinterest {
    display: none;
}

.vce-share-bar .meks_ess .socicon-twitter:before {
    content: "\ea69";
}

.vce-share-bar .meks_ess .socicon-facebook:before {
    content: "\e9a2";
}

.vce-share-bar .meks_ess .socicon-linkedin:before {
    content: "\e9a4";
}

.vce-share-bar .meks_ess .meks_ess-item.icon-copy .icon-link:before {
    font-weight: 656;
    font-size: 16px;
    content: "\e976";
}

.vce-share-bar .meks_ess .meks_ess-item:before {
    font-family: "icomoon" !important;
}

.vce-share-bar .meks_ess.no-labels span {
    display: none;
}

/* .vce-share-bar .meks_ess .meks_ess-item.icon-copy {
    background: #fff;
    color: #a8a8a8;
} */

.vce-share-bar .meks_ess .meks_ess-item.icon-copy .tooltiptext {
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 80px;
    display: block;
    line-height: 20px;
    font-size: 12px;
    visibility: hidden;
	font-family: Poppins, sans-serif;
    margin: 0;
}

.vce-share-bar .meks_ess .meks_ess-item.icon-copy:hover .tooltiptext {
    visibility: visible;
}

.meta-item.modified_date {
    display: none
}

.vce-single .entry-header .image-block {
    display: inline-flex;
    width: unset;
    border-radius: 20px;
    overflow: hidden;
}

.vce-single .entry-header .image-block .meta-image img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vce-single .entry-header .image-block .meta-image img:hover{
    transform: scale(1.05);
}

@media (max-width: 576px) {
	.vce-single .entry-header h1.entry-title {
		font-size: 32px;
		line-height: 120%;
		letter-spacing: -1.28px;
	}
	
	.vce-single .entry-header {
		flex-direction: column-reverse;
		margin: 0 0 20px;
	}
	
	.vce-single .entry-header .image-block {
		margin: 0 0 20px;
	}
	
	.vce-single .entry-header .author-social-wrapper {
		margin: 0;
	}
	
	.vce-single .meta-author-wrapped p, .vce-single .vcard.author a {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: -0.36px;
	}
	
	.vce-single .entry-header .author-social-wrapper {
		flex-direction: column;
    	align-items: flex-start;
		margin: 0;
	}
	
	.vce-single .entry-header .author-social-wrapper .vce-share-bar {
		margin: 20px 0 0 -5px;
	}
	
	.vce-single .entry-header .meks_ess .meks_ess-item {
		min-width: 26px;
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
}

/*** Pagination ***/
#vce-pagination {
    background: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 40px 0 0;
}

#vce-pagination .page-numbers {
    background-color: transparent;
    font-size: 12px;
    margin: 0px 5px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #717580;
    border-radius: 50%;
    border: 2px solid #717580;
}

#vce-pagination .page-numbers.current {
    background-color: #3E424D;
    border: 2px solid transparent;
    color: #fff;
}

#vce-pagination .page-numbers.dots {
    border: 0;
}

.be-cta {
    padding: 30px 50px;
    border-bottom: 2px solid;
    border-top: 2px solid;
    margin: 0px;
    text-align: center;
}

.vce-single .entry-content {
    position: relative;
    padding: 0;
    width: 100%;
}

.vce-single .entry-content .content-wrapper {
    display: flex;
    justify-content: space-between;
}

.vce-single .entry-content .main-content {
    max-width: 100%;
}

.vce-single .entry-content .main-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
    color: #2E323A;
    margin: 0 0 1rem;
}

.vce-single .entry-content a {
    text-decoration: none;
    display: inline;
    word-wrap: break-word;
}

.vce-sid-none .vce-single .entry-content .wp-block-preformatted {
    background: #FFFBF4;
    border-radius: 20px;
    padding: 40px;
    margin: 20px 0;
    white-space: pre-line;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.8px;
    color: #212121;
}

.vce-single .entry-content :is(.wp-block-image,.wp-block-video) {
    margin: 20px 0;
	border-radius: 20px;
    overflow: hidden;
}

.vce-single .entry-content :is(.wp-block-image,.wp-block-video) img {
    width: 100%;
}

.vce-single .entry-content .yoast-table-of-contents {
    border: 1px solid #DBDDDF;
    border-radius: 20px;
    margin: 60px 0;
    padding: 20px;
    width: 100%;
}

.vce-single .entry-content .yoast-table-of-contents h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin: 0 0 10px;
}

.vce-single .entry-content ol li, .vce-single .entry-content ul li {
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
    list-style-type: disc;
    margin: 10px 0 0;
}

.vce-single .entry-content ol li:first-of-type, .vce-single .entry-content ul li:first-of-type {
    margin: 0;
}

.vce-single .entry-content ol, .vce-single .entry-content ul {
    vertical-align: top;
    position: relative;
    counter-reset: item;
    padding: 0;
    margin: 0 0 20px 20px;
}

.vce-single .entry-content .yoast-table-of-contents ul {
    margin: 0 0 0 20px;
}

.vce-single .entry-content .yoast-table-of-contents ul li {
    margin: 0px;
    list-style-type: disc;
    color: #1976d2;
}

.vce-single .entry-content .yoast-table-of-contents ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: -0.42px;
}

.vce-single .entry-content .yoast-table-of-contents ul li ul {
    margin-left: 30px;
}

.vce-single .entry-content .yoast-table-of-contents ul li {
    margin: 0px;
    list-style-type: disc;
    color: #1976d2;
}

.vce-single .entry-content :is(h1, h3, h4, h5, h6) {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.04px;
    color: #212121;
    margin: 40px 0 20px;
}

.vce-single .entry-content h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.04px;
    color: #212121;
    margin: 40px 0 20px;
}

/* FAQ */
.vce-single .entry-content .wp-block-yoast-faq-block {
    margin-top: 30px;
}

.vce-single .entry-content .schema-faq-section {
    display: flex;
    flex-direction: column;
    border: 1px solid #DBDDDF;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
}

.vce-single .entry-content .schema-faq-section.active {
    background-color: #FAFAFA;
	border: 1px solid #FAFAFA;
}

.vce-single .entry-content .schema-faq-question {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.72px;
    color: #2E323A;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 1.5rem;
    cursor: pointer;
}

.vce-single .entry-content .schema-faq-section .schema-faq-question:after {
    content: "\02795";
    position: absolute;
    margin-left: 5px;
    right: 0;
    font-size: 16px;
    font-weight: 400;
}

.vce-single .entry-content .schema-faq-section.active .schema-faq-question {
    margin: 0 0 10px;
}

.vce-sid-none .vce-single .entry-content p.schema-faq-answer {
    padding: 0;
    overflow: hidden;
    max-height: 0px;
    margin: 0;
    transition: max-height 333ms ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.42px;
    color: #3E424D;
}

.vce-single .entry-content .schema-faq-section.active .schema-faq-question:after {
    content: "\2796";
}

.vce-single .entry-content .wp-block-table {
    margin:30px 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: block;
}
  
.vce-single .entry-content .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 0;
    margin: 0;
    overflow: hidden;
}

.vce-single .entry-content .wp-block-table::-webkit-scrollbar {
    height: 4px;
}

.vce-single .entry-content .wp-block-table::-webkit-scrollbar-thumb {
    background: rgba(35, 35, 35, 0.7);
    border-radius: 12px;
}

.vce-single .entry-content .wp-block-table table thead {
    background-color: #fff;
    color: #2E323A;
}

.vce-single .entry-content .wp-block-table table th, .vce-single .entry-content .wp-block-table table td {
    text-align: left;
    padding: 16px 20px;
    vertical-align: middle;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.vce-single .entry-content .wp-block-table table th:last-child, .vce-single .entry-content .wp-block-table table td:last-child {
    border-right: 0;
}

.vce-single .entry-content .wp-block-table table th, .vce-single .entry-content .wp-block-table table tbody tr:first-of-type td {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.vce-single .entry-content .wp-block-table table td {
    font-size: 14px;
    line-height: 1.5;
}

.vce-single .entry-content .wp-block-table table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.vce-single .entry-content .wp-block-table table tbody tr:hover {
    background-color: #f1f5f9;
    transition: background 0.2s ease-in-out;
}

.vce-single .entry-content .wp-block-table table tbody tr:last-of-type td {
    border-bottom: 0;
}

.be-related-topics-hub {
    background: #f6f6f6;
    line-height: 1.5em;
    padding: 30px;
    border-radius: 4px;
}

.be-related-topics-hub code {
    white-space: normal;
}

.vce-sid-none .vce-single .entry-content p.publish-date {
    display: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #979797;
    padding-top: 60px;
}

.vce-sid-none .vce-single .entry-content p.publish-date time {
    font-size: 16px;
}

/* Preformated Block */
.vce-sid-none .vce-single .entry-content .wp-block-preformatted {
    background: #FFFBF4;
    border-radius: 20px;
    padding: 40px;
    margin: 20px 0;
    white-space: pre-line;
	font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
	color: #212121;
}

/* Pullquote Block */
.vce-sid-none .vce-single .entry-content .wp-block-pullquote {
    padding: 40px;
    margin: 0 0 40px;
    border-top: 2px solid #545454;
    border-bottom: 2px solid #545454;
}

.vce-sid-none .vce-single .entry-content .wp-block-pullquote blockquote {
    margin: 0;
}

.vce-sid-none .vce-single .entry-content .wp-block-pullquote blockquote p, .vce-sid-none .vce-single .entry-content .wp-block-pullquote blockquote p a {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    color: #141414;
}

 .vce-sid-none .vce-single .entry-content .wp-block-pullquote blockquote p a {
    color: #1976d2;
}

.vce-sid-none .vce-single .entry-content .wp-block-pullquote blockquote cite {
    font-size: 20px;
    line-height: 30px;
    color: #212121;
}

/* Quotes Block */
.vce-sid-none .vce-single .entry-content .wp-block-quote {
    margin: 0 0 20px;
    padding: 84px 40px 40px 40px;
    border-radius: 20px;
    background: #FAFAFA;
	position: relative;
}

.vce-sid-none .vce-single .entry-content .wp-block-quote p:before {
	content: "\e9fd";
	font-family: "icomoon";
	font-size: 60px;
    line-height: 100%;
    position: absolute;
    top: 20px;
    color: #EDEEEF;
}

.vce-sid-none .vce-single .entry-content .wp-block-quote p {
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.88px;
	color: #212121;
    margin: 0 0 40px;
}

.vce-sid-none .vce-single .entry-content .wp-block-quote cite {
    font-size: 13px;
	font-weight: 500;
	font-style: normal;
	line-height: 100%;
	letter-spacing: -0.538px;
	text-transform: capitalize;
    color: #212121;
}

/* Youtube Video Block */
@keyframes bloom {
    0% {
        transform: scale(0.5)
    }

    50% {
        opacity: 0.5
    }

    90% {
        opacity: 1
    }

    100% {
        transform: scale(1.5)
    }
}

.ytvideo-container {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: auto;
    margin: 40px 0;
}

.ytvideo-container .be-yt-thumb {
    width: 100%;
    height: auto
}

.ytvideo-container .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    display: inline-block
}

.ytvideo-container .play-icon .play-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.ytvideo-container .play-icon .play-btn:after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -45px;
    left: -45px;
    right: -45px;
    bottom: -45px;
    opacity: 0;
    -webkit-animation: bloom 3s 0.16s linear infinite;
    animation: bloom 3s 0.16s linear infinite
}

.ytvideo-container .play-icon .play-btn .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit
}

.ytvideo-container .play-icon .play-btn .icon-wrapper img {
    width: 100%;
    height: auto
}

.ytvideo-container .play-icon .play-btn .icon-wrapper:before {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    opacity: 0;
    -webkit-animation: bloom 3s 0.48s linear infinite;
    animation: bloom 3s 0.48s linear infinite
}

.ytvideo-container .play-icon .play-btn .icon-wrapper:after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0;
    -webkit-animation: bloom 3s 0.8s linear infinite;
    animation: bloom 3s 0.8s linear infinite
}

/* Subscribe Block */
.subscribe-block {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding:60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 40px;
}

.subscribe-content {
    width:80%;
}

.subscribe-content p.subscribe-heading {
    font-weight:600;
}

.subscribe-content p.subscribe-tnc, .subscribe-content p.subscribe-tnc a {
    font-size:10px;
    padding-top:15px;
}

.subscribe-content #bannerNewsletter .topScreenSubmitWrapper.InputWithCTA_halfInputRight.InputWithCTA_inputCTANewline {
    width: 150px;
}

.subscribe-content #bannerNewsletter .FloatingInput_inputWrapper i {
    color: #666;
    top: 13px;
    left: 15px;
    font-size:20px;
}

.subscribe-content #bannerNewsletter .InputWithCTA_halfInputLeft {
    height: 48px;
}

.subscribe-content #bannerNewsletter .FloatingInput_inputWrapper {
    border: 2px solid #1976d2;
    min-height:48px;
}

.subscribe-content #bannerNewsletter .topScreenSubmitWrapper.InputWithCTA_halfInputRight.InputWithCTA_inputCTANewline {
    height:48px;
    right: 65px;
}

.subscribe-content #bannerNewsletter .InputWithCTA_halfInputRight .InputWithCTA_watchDemo {
    text-transform: initial;
    background: #3888D7;
    font-weight: 500;
    border-color: #3888D7;
    height:48px;
    cursor:pointer;
}
/* End Subscribe Block */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #vce-pagination .prev.page-numbers {
        left: calc(50% - 200px);
        margin-left: 0px;
    }

    .vce-lay-c:hover h2.entry-title a{
        background-size: 0%;
        text-decoration: underline;
    }

    .vce-related-box p.entry-title:hover a{
        background-size: 0%;
        text-decoration: underline;
    }
}

@media all and (max-width: 1023px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #vce-pagination .prev.page-numbers {
        left: calc(50% - 108px);
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .search-wrapper {
        width: calc(100% - 37px);
        max-width: inherit;
    }

    .vce-search-form:hover .search-wrapper {
        width: calc(100% - 37px);
    }

    .vce-search-form {
        position: inherit;
        margin-top: 105px;
    }

    .vce-search-input {
        background-color: #fff !important;
        display: inline-block !important;
        width: 100% !important;
        margin-left: 15px;
        box-shadow: none;
    }

    .vce-search-submit {
        right: 10px;
        position: absolute;
    }

    .top-banner {
        margin-top: 20px;
    }

    .vce-single .entry-content .wp-block-video video {
        width: 100%;
    }

    .vce-single .entry-content .schema-faq-question {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .vce-single .entry-content .yoast-table-of-contents {
        padding: 20px;
    }

    .vce-sid-none .vce-single .entry-content .wp-block-preformatted {
        padding: 40px 20px;
    }

    .vce-sid-none .vce-single .entry-content .wp-block-pullquote {
        padding: 40px 20px;
    }

    .vce-sid-none .vce-single .entry-content .wp-block-pullquote blockquote p, .vce-sid-none .vce-single .entry-content .wp-block-pullquote blockquote p a {
        font-size: 26px;
        line-height: 38px;
    }

    .vce-sid-none .vce-single .entry-content .wp-block-quote {
        padding: 84px 20px 20px 40px;
    }

    /* Subscribe Block */
    .subscribe-block {
        padding:30px 0;
    }

    .subscribe-content {
        width:90%;
    }

    .subscribe-content #bannerNewsletter .InputWithCTA_halfInputLeft {
        width: 100%;
    }

    .subscribe-content #bannerNewsletter .topScreenSubmitWrapper.InputWithCTA_halfInputRight.InputWithCTA_inputCTANewline {
        width: 110px;
    }

    .subscribe-content #bannerNewsletter .topScreenSubmitWrapper.InputWithCTA_halfInputRight.InputWithCTA_inputCTANewline {
        height: 48px;
        right: 0px;
    }

    .subscribe-content #bannerNewsletter .InputWithCTA_halfInputLeft input {
        width: 100%;
    }

    .subscribe-content .error {
        display: initial;
    }

    .subscribe-content p.subscribe-tnc, .subscribe-content p.subscribe-tnc a {
        font-size: 9px;
        margin-bottom: 0;
    }

    .try-for-free-block {
        flex-direction: column;
    }
    
    .try-for-free-block .txt-block {
        padding: 0;
    }
    
    .try-for-free-block .txt-block h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    
    .try-for-free-block .txt-block p {
        font-size: 16px;
        line-height: 1.5;
        margin: 30px 0;
    }
    
    .try-for-free-block .btn-block {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .vce-search-submit {
        right: 7px;
    }
}

/* Author Section */
.author-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0 0 80px;
}

.author-section::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
}

.author-section .author-content {
    padding: 0;
    float: unset;
}

.author-section .author-content .author-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-section .author-content .author-block h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.44px;
    text-align: center;
    color: #212121;
    margin: 0 0 40px;
}

.author-section .author-content .author-block .img-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 20px;
}

.author-section .author-content .author-block .img-block .data-image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 20px;
}

.author-section .author-content .author-block .img-block .data-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.author-section .author-content .author-block .img-block .name {
    text-align: center;
}

.author-section .author-content .author-block .img-block .name .author-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.64px;
    color: #212121;
    margin: 0 0 4px;
}

.author-section .author-content .author-block .img-block .name .author-designation {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.42px;
    color: #212121;
    margin: 0;
}

.author-section .author-content .author-block .txt-block {
    display: inline-flex;
    flex-direction: column;
    max-width: 1168px;
}

.author-section .author-content .author-block .txt-block .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.54px;
    color: #212121;
    min-height: 180px;
    text-align: center;
}

.author-section .author-content .author-block .txt-block .description a {
    color: #212121;
    text-decoration-line: underline;
}

.author-section .author-content .author-block .txt-block .profile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
}

.author-section .author-content .author-block .txt-block .profile .right-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-section .author-content .author-block .txt-block .profile .right-wrapper div:not(:nth-of-type(1)) {
    padding-left: 0;
}

.author-section .author-content .author-block .txt-block .profile .company p {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    margin: 0;
    text-transform: capitalize;
}

.author-section .author-content .author-block .txt-block .profile .social-media,
.author-section .author-content .author-block .txt-block .profile .company {
    display: flex;
    align-items: center;
}

.author-section .author-content .author-block .txt-block .profile .company {
    align-items: flex-start;
    display: none;
}

.author-section .author-content .author-block .txt-block .profile .social-media span,
.author-section .author-content .author-block .txt-block .profile .company span {
    font-size: 12px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.48px;
    color: #2E323A;
    text-transform: uppercase;
}

.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess {
    display: flex;
    margin: 0 0 0 10px;
}

.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item {
    color: #fff;
    min-width: unset;
    margin: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess-item:nth-of-type(1) {
    background: #2E323A;
}

.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess-item:nth-of-type(2) {
    background: #2E323A;
}

.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess-item:nth-of-type(3) {
    background: #2E323A;
}

.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item:not(:nth-of-type(1)) {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .author-section {
        padding: 25px 0;
        margin: 0 0 25px;
    }

    .author-section .author-content .author-block {
        flex-direction: column;
    }

    .author-section .author-content .author-block .img-block {
        margin: 0 0 24px;
        align-items: center;
        justify-content: center;
    }

    .author-section .author-content .author-block .txt-block {
        width: 100%;
    }

    .author-section .author-content .author-block .txt-block .profile {
        flex-direction: column;
        width: 100%;
    }

    .author-section .author-content .author-block .txt-block .name {
        flex-direction: column;
        width: 100%;
    }

    .author-section .author-content .author-block .txt-block .profile .name .author-title,
    .author-section .author-content .author-block .txt-block .profile .name .author-designation {
        margin: 0;
    }

    .author-section .author-content .author-block .txt-block .profile .right-wrapper {
        width: 100%;
        justify-content: space-between;
        margin: 12px 0 0;
    }
}

/* Footer Author Section */
.footer-author-section {
    position: relative;
    display: flex;
	width: 100%;
    background: #fff;
    padding: 40px;
    margin: 50px 0;
    border-radius: 20px;
    border: 1px solid #DBDDDF;
}

.footer-author-section::before {
    content: none;
    position: absolute;
    width: 68vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F8FD;
    z-index: -1;
    border-radius: 20px;
}

.footer-author-section .author-content {
    padding: 0;
    float: unset;
    width: 100%;
    margin: 0 auto;
}

.footer-author-section .author-content .author-block {
    display: flex;
}

.footer-author-section .author-content .author-block .txt-block {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.footer-author-section .author-content .author-block .txt-block h2 {
    font-size: 22px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.88px;
    color: #212121;
    margin: 0 0 10px;
}

.footer-author-section .author-content .author-block .txt-block .description {
    font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.54px;
    color: #212121;
    min-height: 100px;
}

.footer-author-section .author-content .author-block .txt-block .description a {
    color: #212121;
	text-decoration: underline;
}

.footer-author-section .author-content .author-block .txt-block .profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0;
}

.footer-author-section .author-content .author-block .txt-block .profile .left-wrapper {
    display: flex;
    align-items: center;
}

.footer-author-section .author-content .author-block .txt-block .profile .left-wrapper .img-block {
    display: flex;
    align-items: flex-start;
    margin: 0 5px 0 0;
}

.footer-author-section .author-content .author-block .txt-block .profile .left-wrapper .img-block .img-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
	border: 3px solid #EDEEEF;
	box-shadow: 0px 30px 40px 0px rgba(155, 175, 163, 0.20);
    overflow: hidden;
}

.footer-author-section .author-content .author-block .txt-block .profile .left-wrapper .img-block .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-author-section .author-content .author-block .txt-block .profile .name .author-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.64px;
    color: #212121;
    margin: 0;
}

.footer-author-section .author-content .author-block .txt-block .profile .name .author-designation {
	font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.42px;
	margin: 0;
	color: #212121;
}

.footer-author-section .author-content .author-block .txt-block .profile .right-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 50%;
}

.footer-author-section .author-content .author-block .txt-block .profile .right-wrapper div:not(:nth-of-type(1)) {
    padding-left: 30px;
}

.footer-author-section .author-content .author-block .txt-block .profile .company p {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    margin: 0;
    text-transform: capitalize;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media,
.footer-author-section .author-content .author-block .txt-block .profile .company {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.footer-author-section .author-content .author-block .txt-block .profile .company {
    display: none;
    align-items: flex-start;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media span,
.footer-author-section .author-content .author-block .txt-block .profile .company span {
    font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.48px;
    color: #4D5360;
    text-transform: uppercase;
	margin-right: 10px;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 22px;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item {
    color: #fff;
    min-width: unset;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 18px;
    font-size: 16px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.socicon-pinterest,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.socicon-pinterest {
    display: none;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.socicon-twitter:before,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.socicon-twitter:before {
    content: "\ea69";
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.socicon-facebook:before,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.socicon-facebook:before {
    content: "\e9a2";
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.socicon-linkedin:before,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.socicon-linkedin:before {
    content: "\e9a4";
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.meks_ess-item.icon-copy .icon-link:before,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item.icon-copy .icon-link:before {
    font-weight: 656;
    font-size: 16px;
    content: "\e976";
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item:before,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item:before {
    font-family: "icomoon" !important;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess.no-labels .meks_ess-item span,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess.no-labels .meks_ess-item span {
    display: none;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess-item:nth-of-type(1) {
    background: #2E323A;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess-item:nth-of-type(2) {
    background: #2E323A;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess-item:nth-of-type(3) {
    background: #2E323A;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item:not(:nth-of-type(1)) {
    margin-left: 8px;
}

.footer-author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item:hover,
.author-section .author-content .author-block .txt-block .profile .social-media .meks_ess .meks_ess-item:hover {
    border: 1px solid #2e323a;
    color: #2e323a;
    background: #fff;
}

@media (max-width: 576px) {
    .footer-author-section {
        padding: 40px 20px;
		margin: 20px 0;
    }

    .footer-author-section .author-content {
        width: 100%;
		text-align: center;
    }
	
	.footer-author-section .author-content .author-block .txt-block .description {
		text-align: center;
	}

    .footer-author-section .author-content .author-block .txt-block .profile {
        flex-direction: column;
        align-items: center;
    }

    .footer-author-section .author-content .author-block .txt-block .profile .right-wrapper {
        width: 100%;
        justify-content: center;
        margin: 40px 0 0;
    }
}

/* Sticky Cards Section */
.vce-single .entry-content .content-wrapper {
    display: flex;
}

.vce-single .content-wrapper .sticky-cards-wrapper {
    position: sticky;
    top: 80px;
    align-self: flex-start;
    width: 30%;
    max-width: 300px;
}

.vce-single .content-wrapper .sticky-card {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
}

.vce-single .content-wrapper .sticky-card:not(:nth-of-type(1)) {
    margin: 0 0 40px;
}

.vce-single .content-wrapper .sticky-card h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1.36px;
    color: #212121;
    text-align: center;
    margin: 0 0 3px;
}

.vce-single .content-wrapper .sticky-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.42px;
    color: #212121;
    text-align: center;
    margin: 0 0 20px;
}

.vce-single .content-wrapper .sticky-card .cta-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}

.vce-single .content-wrapper .sticky-card .cta-wrapper .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 6px);
    min-height: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
    border-radius: 8px;
    text-decoration: none;
}

.vce-single .content-wrapper .sticky-card .cta-wrapper .button.primary {
    color: #fff;
    border: 1px solid #2E323A;
    background: #1976d2;
}

.vce-single .content-wrapper .sticky-card .cta-wrapper .button.primary:hover {
    background-color: #135aa0;
    text-decoration: none;
}

.vce-single .content-wrapper .sticky-card .cta-wrapper .button.secondary {
    background-color: transparent;
    color: #1976d2;
    border: 1px solid #1976d2;
}

.vce-single .content-wrapper .sticky-card .cta-wrapper .button.secondary:hover {
    background: rgba(25, 118, 210, 0.1);
    text-decoration: none;
}

@media (max-width: 1199px) {
    .vce-single .content-wrapper .sticky-card {
        padding: 16px;
    }
    .vce-single .content-wrapper .sticky-card h2 {
        font-size: 21px;
        line-height: 27px;
    }
}

@media (max-width: 991px) {
    .vce-single .content-wrapper .sticky-cards-wrapper {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .vce-single .entry-content .content-wrapper {
        flex-direction: column;
    }
    
    .vce-single .entry-content .main-content {
        width: 100%;
    }

    .vce-single .content-wrapper .sticky-cards-wrapper {
        margin: 30px auto 0;
    }
}

/* Main Content */
.vce-single .content-wrapper {
	display: flex;
	justify-content: space-between;
}

.vce-single .content-wrapper .main-block {
	max-width: 758px;
}

.vce-single .content-wrapper .sticky-block {
	position: sticky;
	top: 80px;
	width: 100%;
    max-width: 424px;
	min-height: 300px;
    max-height: 570px;
    border-radius: 40px;
    padding: 40px;
    background: #FFF;
    box-shadow: 0px 5px 40px 0px rgba(155, 175, 163, 0.15);
	margin: 50px 0 10px;
}

.vce-single .content-wrapper .sticky-block .blueSideBar img {
    border-radius: 20px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin: 0 0 30px;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .label {
    display: none;
}
 
.vce-single .content-wrapper .sticky-block .blueSideBar .sideBannerHeading {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.96px;
    color: #4D5360;
    text-align: center;
    margin: 0 0 20px;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .input-wrapper {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .input-wrapper i {
    position: absolute;
    color: #4D5360;
    top: 12px;
    left: 6px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 333ms ease all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .input-wrapper input {
    position: relative;
    padding: 12px 12px 12px 34px;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    min-height: 40px;
    border: 1px solid #DBDDDF;
    background: #fafafa;
    transition: border 100ms ease;
    font-size: 12px;
    color: #212121;
    margin: 0;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .input-wrapper input:placeholder-shown {
    color: #717580;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .submit-button {
    display: flex;
    height: 45px;
    padding: 16px 44px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #1976D2;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.623px;
    color: #FFF;
    width: 100%;
    transition: 333ms ease all;
    cursor: pointer;
    transition: background .3s ease;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .submit-button:hover {
    background: #135aa0;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .terms {
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.3px;
    text-align: center;
    margin: 30px 0 0;
    color: #212121;
}

.vce-single .content-wrapper .sticky-block .blueSideBar .terms a {
    color: #1976D2;
}

@media (max-width: 1399px) {
	.vce-single .content-wrapper .main-block {
		width: calc((100% - 424px) - 40px);
	}
}

@media (max-width: 850px) {
	.vce-single .content-wrapper {
		flex-direction: column;
	}
	
	.vce-single .content-wrapper .main-block {
		width: 100%;
		max-width: unset;
	}
	
	.vce-single .content-wrapper .sticky-block {
		position: unset;
		margin: 40px auto;
	}
}

@media (max-width: 849px) {
    .vce-single .content-wrapper .sticky-block {
        padding: 40px 20px;
        margin: 0 auto 20px;
    }
}

/* Featured Articles */
.voice-child .featured-section {
    padding: 80px 0;
    background: #F4F6F9;
}

.voice-child .featured-articles {
    display: flex;
    flex-direction: column;
}

.voice-child .featured-articles .main-box-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.04px;
    color: #3E424D;
    margin: 0 0 40px;
}

.voice-child .featured-articles .featured-cards-wrapper {
    display: flex;
    justify-content: start;
    margin: 0 -12px;
}

.voice-child .featured-articles .featured-cards {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    width: calc((100% / 4) - 24px);
    margin: 0 12px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.voice-child .featured-articles .featured-cards:nth-of-type(n+5) {
    display: none;
}

.voice-child .featured-articles .featured-cards img {
    min-height: 240px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.voice-child .featured-articles .featured-cards .text-block {
    display: flex;
    flex-direction: column;
    padding: 30px 30px 70px;
    position: relative;
    height: 100%;
}

.voice-child .featured-articles .featured-cards .text-block h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
    color: #2E323A;
    margin: 0 0 20px;
}

.voice-child .featured-articles .featured-cards .text-block h3 a {
    font-size: inherit;
    color: inherit;
}

.voice-child .featured-articles .featured-cards .text-block p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.42px;
    color: #4D5360;
    margin: 0;
}

.voice-child .featured-articles .featured-cards .text-block span {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    color: #717580;
    left: 30px;
    bottom: 30px;
}

.voice-child .featured-articles .featured-cards:hover {
    border: 1px solid #DBDDDF;
    background: #FAFAFA;
}

.voice-child .featured-articles .featured-cards:hover img {
    transform: scale(1.05);
}

.voice-child .featured-articles .featured-cards:hover .text-block h3 {
    color: #1976D2;
}

.voice-child .featured-section.home {
    background: #fff;
}

.voice-child .featured-section.home .featured-articles .featured-cards {
    background: #fafafa;
}

@media (max-width: 1199px) {
    .voice-child .featured-articles .featured-cards-wrapper {
        flex-wrap: wrap;
    }

    .voice-child .featured-articles .featured-cards {
        width: calc((100% / 2) - 24px);
    }

    .voice-child .featured-articles .featured-cards:nth-of-type(n+3) {
        margin: 20px 12px 0;
    }
}

@media (max-width: 576px) {
    .voice-child .featured-articles .featured-cards {
        width: 100%;
    }

    .voice-child .featured-articles .featured-cards .text-block {
        height: auto;
    }

    .voice-child .featured-articles .featured-cards:nth-of-type(n+2) {
        margin: 20px 12px 0;
    }
}

/* Related Articles */
.voice-child .vce-related-articles .main-box-inside {
    padding: 80px 0;
}

.voice-child .vce-related-articles .main-box-inside .main-box-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.72px;
    padding: 0;
    margin: 0 0 40px;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper {
    display: flex;
    justify-content: start;
    margin: 0 -12px;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: unset;
    width: calc((100% / 4) - 24px);
    padding: 20px 20px 50px;
    border-radius: 20px;
    background: #FAFAFA;
    overflow: hidden;
    margin: 0 12px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article .meta-image {
    display: flex;
    border-radius: 10px;
    width: 100%;
    min-height: 140px;
    margin: 0 0 20px;
    overflow: hidden;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article .meta-image a {
    width: 100%;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article .meta-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article .entry-header {
    margin: 0;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article .entry-title {
    margin: 0;
    padding: 0;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article .entry-title a {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.51px;
    color: #2E323A;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article .entry-meta {
    position: absolute;
    bottom: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.4px;
    color: #717580;
    text-transform: uppercase;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article:hover {
    border: 1px solid #DBDDDF;
    background: #FAFAFA;
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article:hover .meta-image img {
   transform: scale(1.05);
}

.voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article:hover .entry-title a {
    color: #1976d2;
}

@media (max-width: 1199px) {
    .voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper {
        flex-wrap: wrap;
    }

    .voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article {
        width: calc((100% / 2) - 24px);
    }

    .voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article:nth-of-type(n+3) {
        margin: 20px 12px 0;
    }
}

@media (max-width: 576px) {
    .voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article {
        width: 100%;
    }

    .voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article .text-block {
        height: auto;
    }

    .voice-child .vce-related-articles .main-box-inside .related-articles-cards-wrapper article:nth-of-type(n+2) {
        margin: 20px 12px 0;
    }
}

/** Home Page Styles **/
.voice-child .vce-main-content .main-box {
    padding: 0 0 40px;
}
.voice-child .vce-main-content .main-box .main-box-inside {
    display: flex;
    flex-direction: column;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 24px);
    margin: 0 12px;
    border-radius: 20px;
    padding: 20px 20px 70px;
    background: #FAFAFA;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post:nth-of-type(n+4) {
    margin: 20px 12px 0;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .meta-image {
    display: flex;
    border-radius: 10px;
    width: 100%;
    min-height: 200px;
    margin: 0 0 20px;
    overflow: hidden;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .meta-image a {
    width: 100%;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .meta-image a .flip {
    display: none;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .meta-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .entry-header .entry-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.88px;
    color: #2E323A;
    margin: 0;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .entry-header .entry-title a {
    font-size: inherit;
    color: inherit;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .entry-header .entry-meta {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .entry-header .entry-meta .meta-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    color: #717580;
    text-transform: uppercase;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post:hover {
    border: 1px solid #DBDDDF;
    background: #FAFAFA;
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post:hover .meta-image img {
   transform: scale(1.05);
}

.voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post:hover .entry-header .entry-title {
    color: #1976d2;
}

@media (max-width: 1199px) {
    .voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post {
        width: calc((100% / 2) - 24px);
    }

    .voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post:nth-of-type(n+3) {
        margin: 20px 12px 0;
    }
}

@media (max-width: 576px) {
    .voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post {
        width: 100%;
    }

    .voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post .text-block {
        height: auto;
    }

    .voice-child .vce-main-content .main-box .main-box-inside .vce-loop-wrap .vce-post:nth-of-type(n+2) {
        margin: 20px 12px 0;
    }
}

/** Home Banner **/
.voice-child .top-banner .banner-block h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2.56px;
    color: #2E323A;
    margin: 0 0 20px;
}

.voice-child .top-banner .banner-block p {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
    color: #2E323A;
    margin: 0 0 40px;
}

.voice-child .top-banner .banner-block p span {
    font-weight: 500;
}

.voice-child .top-banner .banner-block .latest-post .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .img-block {
    width: calc(50% - 12px);
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .img-block img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .img-block:hover img {
    transform: scale(1.05);
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block span {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
    color: #2E323A;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .tooltiptext {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.6px;
    color: #2E323A;
    margin: 30px 0;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block h2:hover {
    color: #1976D2;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block h2 a {
    color: inherit;
    text-decoration: none;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .author-section {
    display: flex;
    padding: 0;
    margin: 0;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .author-section .avatar {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #EDEEEF;
    box-shadow: 0px 30px 40px 0px rgba(155, 175, 163, 0.20);
    overflow: hidden;
    margin: 0 15px 0 0;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .author-section a {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.64px;
    color: #212121;
    margin: 0;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .author-section a:hover {
    color: #1976D2;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .author-section .author-designation,
.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .author-section .author-designation p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.42px;
    color: #212121;
    margin: 0;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .share-section {
    display: flex;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .share-section .label {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
    color: #4D5360;
    margin: 0 5px 0 0;
}

.voice-child .top-banner .banner-block .latest-post .wrapper .vce-share-bar {
    position: relative;
}

@media (max-width: 991px) {
    .voice-child .top-banner .banner-block .latest-post .wrapper {
        align-items: unset;
    }

    .voice-child .top-banner .banner-block .latest-post .wrapper .txt-block h2 {
        font-size: 30px;
    }

    .voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block {
        align-items: flex-start;
        flex-direction: column;
    }

    .voice-child .top-banner .banner-block .latest-post .wrapper .txt-block .profile-block .share-section {
        margin: 20px 0 0;
    }
}

@media (max-width: 767px) {
    .voice-child .top-banner .banner-block .latest-post .wrapper .txt-block h2 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .voice-child .top-banner .banner-block h1 {
        font-size: 48px;
        margin: 20px 0;
    }

    .voice-child .top-banner .banner-block p {
        font-size: 20px;
    }

    .voice-child .top-banner .banner-block .latest-post .wrapper {
        flex-direction: column;
    }

    .voice-child .top-banner .banner-block .latest-post .wrapper .img-block {
        width: 100%;
        margin: 0 0 30px;
    }

    .voice-child .top-banner .banner-block .latest-post .wrapper .txt-block {
        width: 100%;
    }
}

.voice-child .archive-banner {
    margin: 0px;
}

.voice-child .archive-banner .banner-block {
    align-items: center;
}

.voice-child .archive-banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.54px;
    margin: 0 0 40px;
}

.voice-child .archive-banner .banner-block form {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 420px;
}

.voice-child .archive-banner .banner-block .input-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
}

.voice-child .archive-banner .banner-block .input-wrapper i {
    position: absolute;
    color: #717580;
    top: 20px;
    left: 12px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 333ms ease all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.voice-child .archive-banner .banner-block .input-wrapper input {
    position: relative;
    border-radius: 15px;
    border: 1px solid #CACBCF;
    background: #fff;
    width: auto;
    min-width: 240px;
    padding: 16px 16px 16px 40px;
    height: 64px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.56px;
    color: #717580;
}

.voice-child .archive-banner form.error input:not([type="submit"]) {
    border: 1px solid #f44336 !important;
}

.voice-child .archive-banner .banner-block .input-wrapper input:placeholder-shown {
    color: #717580;
}

.voice-child .archive-banner .banner-block .submit-button {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #2E323A;
    padding: 16px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.64px;
    color: #FFF;
    cursor: pointer;
    min-width: 154px;
    height: 64px;
    margin: 0 0 0 10px;
}

.voice-child .archive-banner .banner-block .error-msg {
    position: absolute;
    top: 100%;
    text-align: left;
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #b71c1c;
    width: 100%;
    line-height: 1;
}

@media (max-width: 576px) {
    .voice-child .archive-banner .banner-block form {
        max-width: unset;
        flex-direction: column;
    }

    .voice-child .archive-banner .banner-block .input-wrapper input {
        width: 100%;
    }

    .voice-child .archive-banner .banner-block .submit-button {
        margin: 10px 0 0;
    }
}

/* Home Newletter Styles */
.voice-child .newsletter-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-radius: 20px;
    background: #F4F6F9;
    margin: 0 0 80px;
}

.voice-child .home-page-newsletter .newsletter-block {
    margin: 80px 0 0;
}

.voice-child .newsletter-block h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
    color: #2E323A;
    margin: 0;
}

.voice-child .newsletter-block form {
    display: flex;
    align-items: center;
    position: relative;
}

.voice-child .newsletter-block form input {
    border-radius: 15px;
    border: 1px solid #CACBCF;
    background: #fff;
    width: auto;
    min-width: 240px;
    padding: 16px 16px 16px 10px;
    height: 64px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.56px;
    color: #717580;
}

.voice-child .newsletter-block form input::placeholder,
.voice-child .newsletter-block form input::-webkit-input-placeholder,
.voice-child .newsletter-block form input::-moz-placeholder,
.voice-child .newsletter-block form input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
    color: #717580;
}

.voice-child .newsletter-block form input[type=submit] {
    padding: 16px;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 10px;
    border-radius: 15px;
    background: #2E323A;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.607px;
    color: #FFF;
    cursor: pointer;
    min-width: unset;
    width: 184px;
    transition: background-color 0.3s ease, padding-right 0.3s ease;
}

.voice-child .newsletter-block form .submitWrapper {
    position: relative;
}

.voice-child .newsletter-block form .submitWrapper i {
    position: absolute;
    right: 32px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    color: #fff;
    font-size: 14px;
    top: 50%;
    transform: translate(-24px, -50%);
}

.voice-child .newsletter-block form .submitWrapper:hover input[type=submit] {
    padding-right: 32px;
}

.voice-child .newsletter-block form .submitWrapper:hover i {
    transform: translate(0, -50%);
    opacity: 1;
}

@media(max-width: 767px) {
    .voice-child .newsletter-block {
        flex-direction: column;
        padding: 20px;
        margin: 0 0 40px;
    }

    .voice-child .newsletter-block h2 {
        margin: 0 0 20px;
    }

    .voice-child .newsletter-block form,
    .voice-child .newsletter-block form input {
        width: 100%;
    }
}

@media(max-width: 576px) {
    .voice-child .newsletter-block form {
        flex-direction: column;
    }

    .voice-child .newsletter-block form .submitWrapper {
        width: 100%;
    }

    .voice-child .newsletter-block form .submitWrapper i {
        display: none;
        opacity: 0;
    }

    .voice-child .newsletter-block form input[type=submit] {
        width: 100%;
        margin: 10px 0 0;
        padding: 16px;
    }
}

/* Home Blog Filter Styles */
.voice-child .blog-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}

.voice-child .blog-filter h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
    color: #2E323A;
    margin: 0;
}

.voice-child .blog-filter .form-section {
    display: flex;
    align-items: center;
}

.voice-child .blog-filter .form-section form .search-wrapper {
    position: relative;
}


.voice-child .blog-filter .form-section form .search-wrapper input {
    border-radius: 10px;
    border: 1px solid #DBDDDF;
    background: #FAFAFA;
    width: auto;
    min-width: 240px;
    padding: 16px 36px 16px 10px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
    color: #4D5360;
    margin: 0;
}

.voice-child .blog-filter .form-section form .search-wrapper input::placeholder,
.voice-child .blog-filter .form-section form .search-wrapper input::-webkit-input-placeholder,
.voice-child .blog-filter .form-section form .search-wrapper input::-moz-placeholder,
.voice-child .blog-filter .form-section form .search-wrapper input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.56px;
    color: #717580;
}

.voice-child .blog-filter .form-section form .search-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #4D5360;
}

.voice-child .blog-filter .form-section form button {
    display: none;
}

.voice-child .blog-filter .form-section select {
    border-radius: 10px;
    border: 1px solid #CACBCF;
    padding: 6px 12px;
    font-size: 12.692px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.508px;
    color: #4D5360;
    height: 49px;
    width: 112px;
    text-overflow: ellipsis;
    margin: 0 0 0 10px;
}

.voice-child .blog-filter .form-section .filter-dropdown {
    display: flex;
    position: relative;
}

.voice-child .blog-filter .form-section .filter-dropdown button[type=submit] {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #CACBCF;
    background: #fff;
    padding: 6px 12px;
    font-size: 12.692px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.508px;
    color: #4D5360;
    height: 49px;
    width: 112px;
    text-overflow: ellipsis;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.voice-child .blog-filter .form-section .filter-dropdown button[type=submit]::after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.voice-child .blog-filter .form-section .filter-dropdown .dropdown-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 10;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
    height: auto;
    min-width: 272px;
    max-height: 274px;
    overflow-y: auto;
}

.voice-child .blog-filter .form-section .filter-dropdown:hover .dropdown-list {
    display: block;
}

.voice-child .blog-filter .form-section .filter-dropdown .dropdown-list li {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.voice-child .blog-filter .form-section .filter-dropdown .dropdown-list li button {
    display: flex;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    margin: 0;
    height: auto;
}

.voice-child .blog-filter .form-section .filter-dropdown .dropdown-list li button::after {
    content: none;
}

.voice-child .blog-filter .form-section .filter-dropdown .dropdown-list li:hover {
    background: #f5f5f5;
}

.voice-child .blog-filter .form-section .filter-dropdown:hover .dropdown-list form {
    padding: 10px 15px;
}

.voice-child .blog-filter .form-section .filter-dropdown:hover .dropdown-list form .input-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
}

.voice-child .blog-filter .form-section .filter-dropdown:hover .dropdown-list form .input-wrapper input {
    position: relative;
    padding: 12px 34px 12px 12px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    min-height: 40px;
    border: 1px solid #dbdddf;
    background: #fafafa;
    transition: border .1s;
    font-size: 12px;
    color: #212121;
    margin: 0;
}

.voice-child .blog-filter .form-section .filter-dropdown:hover .dropdown-list form .input-wrapper input:placeholder-shown {
    color: #717580;
}

.voice-child .blog-filter .form-section .filter-dropdown:hover .dropdown-list form .input-wrapper input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.voice-child .blog-filter .form-section .filter-dropdown:hover .dropdown-list form .input-wrapper i {
    position: absolute;
    color: #4d5360;
    top: 10px;
    right: 6px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 333ms;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .voice-child .blog-filter {
        flex-direction: column;
    }

    .voice-child .blog-filter h2 {
        margin: 0 0 20px;
    }

    .voice-child .blog-filter .form-section {
        width: 100%;
    }

    .voice-child .blog-filter .form-section .vce-search-form {
        width: 100%;
        margin: 0;
    }

    .voice-child .blog-filter .form-section .vce-search-form .search-wrapper {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .voice-child .blog-filter .form-section {
        flex-direction: column;
    }

    .voice-child .blog-filter .form-section .vce-search-form,
    .voice-child .blog-filter .form-section form,
    .voice-child .blog-filter .form-section .filter-dropdown {
        width: 100%;
    }

    .voice-child .blog-filter .form-section .vce-search-form {
        margin: 0 0 10px;
    }

    .voice-child .blog-filter .form-section .filter-dropdown button[type=submit] {
        width: 100%;
        margin: 0;
    }
}

/* Authour Details Page Support Section */
.support-section {
    display: flex;
    padding: 60px 0;
    background: #2E323A;
}

.support-section .text-block {
    display: flex;
    flex-direction: column;
}

.support-section .text-block h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    color: #FFF;
    margin: 0 0 20px;
}

.support-section .text-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
    color: #FFF;
    margin: 0;
}

.support-section .text-block a {
    display: flex;
    width: 285px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #1976D2;
    margin: 40px 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.623px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.support-section .text-block a:hover {
    background: #135aa0;
}

.support-section .img-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-section .img-block img {
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .support-section .text-block {
        margin: 20px 0 0;
        align-items: center;
    }

    .support-section .row {
        flex-direction: column-reverse;
    }

    .support-section .text-block h2,
    .support-section .text-block p {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .support-section {
        padding: 40px 0;
    }

    .support-section .text-block h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.72px;
        margin: 0 0 10px;
    }

    .support-section .text-block p {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.42px;
    }

    .support-section .text-block a {
        width: 100%;
        margin: 20px 0 0;
    }
}

.vce-single .error-msg,
.voice-child .error-msg {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #b71c1c;
    width: 100%;
    line-height: 1;
    margin: 0;
    position: relative;
    top: -10px;
}

.vce-single .error-msg.success,
.voice-child .error-msg.success {
    color: #249452;
}

.voice-child .newsletter .error-msg {
    position: absolute;
    top: 100%;
    text-align: left;
    margin: 10px 0 0;
}

.vce-single .input-wrapper.error,
.voice-child .newsletter.error {
    input:not([type="submit"]) {
        border: 1px solid #f44336 !important;
    }
}

/* Support Section or Newsletter */
.footer-newsletter {
    padding: 60px 0;
    background: #2E323A;
}

.footer-newsletter .section-heading {
    font-size: 64px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2.56px;
    text-align: left;
    color: #fff;
    margin: 0;
}

footer.entry-footer {
    padding: 0px;
}