/*
Theme Name:     Voice Child
Theme URI:      https://mekshq.com/theme/voice/
Description:    Child theme for the Voice Theme
Author:         meks
Author URI:     https://mekshq.com
Template:       voice
Version:        0.1.0
*/
/*product overview table*/
.overview-table {
	margin-bottom: 30px;
	border: 1px solid #881e82;
	margin-left: calc(-780px / 2 + 600px / 2);
	margin-right: calc(-780px / 2 + 600px / 2);
}
.overview-table-title {
	background: #881e82;
	text-align: center;
	padding: 1rem;
	margin-bottom: 1.5rem;
}
.overview-table-title h3 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 2.7rem;
}
.overview-table-container {
	padding: 0 1em;
}
.product-overview {
	display: flex;
	justify-content: space-between;
	border-bottom: #881e82 1px solid;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	align-items: center;
}
.product-overview:last-of-type {
	border-bottom: none;
}
.product-overview:hover > .product-overivew_img img {
	transform: scale(1.1);
}
.product-overivew_img {
	width: 100px;
}
.product-overivew_img img {
	transition: .2s linear!important;
}
.product-overivew_text {
	width: calc(78% - 60px);
}
.product-overivew_text h6 {
	margin-bottom: 0;
}
.product-overivew_text h6 a {
	color: #232323;
}
.product-overivew_text h6 a:hover {
	color: #881e82;
}
.product-overivew_text p {
	font-size: .8em;
	margin-bottom: 0;
}
.product-overivew_text ul.product-features-list {
	font-size: 0.8em;
	margin-bottom: 0;
}
ul.product-features-list {
	display: flex;
	list-style: none;
	margin-left: 0;
	color: #881e82;
	font-weight: bold;
}
ul.product-features-list li {
	padding-right: 10px
}
ul.product-features-list li span{
	font-weight: normal;
}
.product-overview_cta {
	width: calc(22% - 60px);
}
.single-product-roundup {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #881e82;
}
.product-roundup_img {
	margin-bottom: 30px
}
.product-roundup_cta .button.product-cta, .product-box .button.product-cta{
	max-width: 300px;
	text-align: center;
}
.product-roundup_cta {
	margin-bottom:30px
}
.button.product-cta{
	background: linear-gradient(70deg, rgba(225,45,123,1) 0%, rgba(246,123,82,1) 20%, rgba(59,188,84,1) 40%, rgba(38,101,189,1) 60%, rgba(72,24,153,1) 80%, rgba(136,30,130,1) 100%);
    -webkit-animation: 3s infinite alternate gradientAnim;
    animation: 4s infinite alternate gradientAnim;
    background-size: 300% 300%;
/*	 background-color: var(--ast-global-color-1)!important;
    border-bottom: 2px solid #015892!important; */
    box-shadow: rgba(3, 3, 3, .4) 0 2px 3px 0px!important;
    word-wrap: normal;
    display: block;
    margin: 10px auto;
    line-height: 1.2em;
    text-decoration: none!important;
    text-transform: uppercase;
    color: #fff!important;
 /*   font-family: 'Open Sans', sans-serif;
    font-weight: 600!important; */
    font-size: 14px;  
    letter-spacing: normal;
    border-radius: 6px;
    padding: 12px 6px;
    transition: .2s linear!important;
	font-weight: bold;
}

.button.product-cta:hover {
	transform: scale(1.1);
}
@-webkit-keyframes gradientAnim{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes gradientAnim{0%,to{background-position:0 50%}50%{background-position:100% 50%}}
/* product box */
/*ribbon*/
.ribbon-container {
	position: relative;
}
.hide-ribbons .product-box .ribbon {
	display: none;
}
 .ribbon{
	position: absolute;
	top: -12px;
	left: -10px;
/*	color: var(--ast-global-color-5);
	 background-color: var(--ast-global-color-1);
	font-size: 13px;
	padding: 2px 15px 2px 15px;
	text-transform: uppercase;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	font-weight: 700;
	 transition: all .2s */
	z-index: 10;	 
	text-transform: uppercase;	 
	background: #881e82;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border: 2px solid #881e82;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px!important;
    word-break: break-word;
	font-weight: 700;
	line-height: 1;
	word-spacing: 1px;
}  
.fp-table  .ribbon{
	top: 10px;
	left: -10px;
	white-space: nowrap;
}
 .ribbon:before, .ribbon:after {
	 content: ' ';
	 position: absolute;
	 width: 0;
	 height: 0;
}  
 .ribbon:before{}  
.ribbon:after{
	
    border-style: solid;
    border-width: 0 9px 20px 0;
    border-color: transparent #5F155B transparent transparent;
    position: absolute;
    left: -2px;
    top: calc(100% + 2px)
}
.ribbon.small {
	font-size: .7em;
	left: -10px;
	top: -15px;
	padding: 2px 7px 2px 7px;
}
.ribbon.small:after {
	border-width: 2px 5px;
}
/*product box*/
.product-box {
	border: 2px solid #881e82;
	padding: 1.5rem;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	margin: 1.6em 0;
	transition: all .2s;
}
.ast-flex {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.ast-align-items-center {
align-items: center;
}
.ast-hidden{
	display: none;
}
.product-box-row {
	align-items: center;
}/*
.product-box:hover {
	border: 5px solid var(--ast-global-color-0);
}
.product-box:hover .ribbon {
	background-color: var(--ast-global-color-0);
}*/
.product-box h3 {
	margin-bottom: .5em;
	text-align: center;
	font-size: 24px;
	margin-top: 0 !important;
	/*color: var(--ast-global-color-8) !important;*/
}
.product-box h3 a {
	text-decoration: underline;
} 
.product-box .product-box-image {
	flex: 1;
	text-align: center;
}
.product-box .product-box-image img {
	max-height: 300px; 
	width: auto;
}
.product-box .product-box-content {
	margin-left: 2em;
	flex: 2;
}
.product-box .best-for {
	font-weight: bold;
	background-color: #881e82;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	display: inline-block;
	line-height: 1;
	margin-bottom: 0;
	transition: all .2s;
	font-size: 14px;
}

.product-box .short-review {
	line-height: 1.3;
	font-size: .8em;
	margin: 0 0 .9em;
}
.product-box dl.scores-list {
	font-size: 14px;
	margin: .5em auto;
	width: 300px;
}
.product-box dl.scores-list dt:last-of-type, .product-box dl.scores-list dd:last-of-type {
	border-bottom: none;
}
.product-box .links {
	margin-top: 1em
}
.product-box .links p:last-of-type {
	margin-bottom: 0;
}
dl.scores-list{
	justify-content: space-between;
align-items: center;
	display: flex;
flex-flow: row wrap;
}
dl.scores-list dt {
	flex-basis: auto;
	width: calc(100% - 100px);
	line-height: 20px;
	padding: 2px 4px;
	border-bottom: 1px solid #ededed;
}
@media all and (max-width: 544px){
	dl.scores-list dt {
		padding-left: 0;
	}
}
dl.scores-list dd {
	flex-grow: 1;
	margin: 0;
	padding: 2px 4px;
	border-bottom: 1px solid #ededed;
	flex-basis: auto;
	width: 100px;
}
/*hero product box*/
.product-box.hero-product-box {
	border: none;
}
.product-box.hero-product-box  h3 {
margin-bottom: 1em;
}
.product-box.hero-product-box .product-box-row {
	align-items: flex-start;
}
.product-box.hero-product-box .product-box-image{
	flex: initial;
	width: 43%
}
.product-box.hero-product-box .product-box-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 1.5em;
}
.product-box.hero-product-box h4 {
	margin-bottom: 10px;
}
.product-box.hero-product-box .short-review {
	font-size: 16px;
	width: 50%;
	border-right: 1px solid #ededed;
	margin-bottom: 0;
}
.product-box.hero-product-box .short-review ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.product-box.hero-product-box .short-review ul li i {
	color: var(--ast-global-color-1);
}
.product-box.hero-product-box .ratings {
	width: 48%;
}
.product-box.hero-product-box .links {
	width: 100%;
	margin-top: 10px;
}
.product-box.hero-product-box dl.scores-list {
	width: auto !important;
	font-size: 16px;
	margin: 0;
}
.product-box.hero-product-box dl.scores-list dt {
	font-weight: 400;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: none;
	width: calc(100% - 100px);
}
.product-box.hero-product-box dl.scores-list dd {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: none;
	width: 100px;
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}
.product-box.hero-product-box dl.scores-list .star-ratings-sprite {
	margin: 0;
}
.product-box.hero-product-box dl.scores-list .displayRating {
	margin: 0;
}
.product-box.hero-product-box .single-prod-badge {
	top: 25px;
	right: 25px;
}
.product-box.hero-product-box .progress {
  width: 70px;
  height: 70px;
}
.product-box.hero-product-box .progress::after {
border: 5px solid #fafafa;
}
.product-box.hero-product-box .progress .progress-bar {
  border-width: 5px;
}
.ratings_total {
	justify-content: space-between;
	align-items: center;
	width: 220px;
}
.ratings_total .star-ratings-sprite {
	display: inline-block;
	margin: 0;
}
.ratings_total .displayRating{
font-size: 14px;
font-weight: 600;
}

.product-box.hero-product-box .progress .progress-value h2 {
	font-weight: 600;
	font-size: 1.7em;
	margin-top: 0px !important;
	margin-bottom: 0;
}
.product-box.hero-product-box .progress .progress-value h2 small {
	font-weight: 400;
}
@media all and (max-width:768px) {
	.product-box h3, .product-box .product-box-image{
		text-align: center
	}
	.product-box .product-box-image {
		flex: auto;
	}
	.product-box .product-box-content {
		margin-top: 1em;
		margin-right: 2em;
		margin-left: 2em;
		flex: auto;
		width: 100%;
	}
	.product-box .links a {
		max-width: 300px;
		width: 100%;
	}
	
	.product-box.hero-product-box h3 {
		text-align: left;
		margin-right: 80px;
	}
	.product-box.hero-product-box .product-box-image {
		width: 100%
	}
	.product-box.hero-product-box .product-box-content{
		margin: 1em 0;
	}
}
@media (max-width: 544px){
	.product-box .product-box-content {
		margin-right: 0em;
		margin-left: 0em;
		
	}
	.product-box dl.scores-list{
		width: 100%;
	}
	.blog-layout-1 {	
	    padding: 0 0em;
	}
	
	.product-box.hero-product-box h3 {
		font-size: 1.1em;
	}
	.hero-product-box.product-box .product-box-content {
		margin-bottom: 0;
	}
	.product-box.hero-product-box .short-review {
		border-right: none;
	}
	.product-box.hero-product-box .ratings {
		display: none;
	}
	.product-box.hero-product-box .short-review, .product-box.hero-product-box .ratings {
		width: 100%
	}
}
.vce-header-ads{
	margin: 53px 0;
}
.vce-header-ads h4{
	margin: 0;
}

@media only screen and (min-width: 200px) and (max-width: 670px) {
	 .entry-content, .meta-category a, .vce-featured-section a {
        font-size:18px;
	 	line-height: 26px;
    }
	
	.overview-table {
		margin-left: 0;
		margin-right: 0;
	}
	.overview-table-title h3 {
		font-size: 20px;
	}
	.product-overview {
		flex-direction: column;
	}
	.product-overivew_img {
		width: 100%;
		text-align: center;
	}
	.product-overivew_text, .product-overview_cta {
		width: 100%;
	}
	.product-overview_cta .button.product-cta {
		max-width: 300px;
		text-align: center;
	}
	ul.product-features-list li span {
		display: block;
	}
}
@media (max-width: 420px) {
    .vce-header-ads {
        width:100%;
		margin: 10px auto !important;
    }
}
@media only screen and (max-width: 1023px) {
 	.site-branding img {
        max-width: 120px;
        max-height: 38px;
    }
}
@media only screen and (max-width: 1023px)  and (min-width: 671px) {
	.overview-table {
		margin-left: calc(-90vw / 2 + 620px / 2);
		margin-right: calc(-90vw / 2 + 620px / 2);
	}
	.overview-table-title h3 {
		font-size: 2.3rem;
	}
	.product-overivew_text {
		width: calc(100% - 120px);
	}
	.product-overview_cta {
		width: 100%;
	}
	.product-overview {
		flex-wrap: wrap;
	}
	.product-overview_cta .button.product-cta {
		max-width: 300px;
		text-align: center;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	.overview-table {
		margin-left: calc(-650px / 2 + 600px / 2);
		margin-right: calc(-650px / 2 + 600px / 2);
	}
	.overview-table-title h3 {
		font-size: 2.3rem;
	}
	.product-overivew_text {
		width: calc(100% - 120px);
	}
	.product-overview_cta {
		width: 100%;
	}
	.product-overview {
		flex-wrap: wrap;
	}
	.product-overview_cta .button.product-cta {
		max-width: 300px;
		text-align: center;
	}
}