/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2024 | 20:06:57 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/Montserrat-Bold.ttf);
	src: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/Montserrat-Medium.ttf);
	src: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/Montserrat-Black.ttf);
	src: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/Montserrat-Regular.ttf);
}
@font-face {
	font-family: 'Prompt';
	font-display: swap;
	src: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/Prompt-SemiBold.ttf);
	src: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/Prompt-Regular.ttf);
}
@font-face {
	font-family: 'Libre Bodoni';
	font-display: swap;
	src: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/libre-bodoni.regular.ttf);
}
body {
	color:#282828;
	font-family: 'Montserrat';
	background-color:#ffffff;
}
body > div {
	font-size: 20px;
}
a {
	text-decoration: none !important;
	color:#282828;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Montserrat';
	color:#282828;
}
h1{
	font-family: 'Libre Bodoni';
	font-size:125px;
	text-shadow: 2px 2px 3px #00000054;
}
h2{
	font-weight:500;
}
/*MENU_SECTION*/
.menu a span {
	font-family: 'Montserrat';
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 18px;
}
.menu li {
	padding: 0px 12px;
}
.menu li:first-child{
	padding-left:0;
}
.menu li:last-child{
	padding-right:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item > a span{
	color:#efcd86;
}
.widget ul > li {
	margin-bottom: 0;
}
/*SUB-MENU*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	padding-bottom: 0;
	padding-top: 0;
	background-color:transparent;
}
.vc_row .menu li .sub-menu li{
	padding: 6px;
	margin:0;
	display:block;
}
.menu li .sub-menu{
	top: 19px;
	background: #79414A;
	border:1px solid #F6DDB1 !important;
	border:0;
	text-align: left;
	width: max-content;
}
.vc_row .menu li .sub-menu li a span{
	line-height: 23px;
	font-size:16px;
	color: #ffffff !important;
	text-transform:capitalize;
}
.menu li .sub-menu li{
	padding: 10px 15px 0 10px;
	margin:0;
	display: inherit;
}
.genesis-nav-menu .sub-menu .sub-menu{
	margin: 0;
	position: absolute;
	left: 100% !important;
	top: 0;
}
.vc_row .sub-menu-toggle {
	display: block !important;
	visibility: visible !important;
	top: 1px;
	right: -6px;
	padding: 7px 10px;
}
.sub-menu-toggle.activated::before {
	top: 3px;
}
.sub-menu-toggle::before {
	content: '';
	position: absolute;
	right: 8px;
	top: 8px;
	width: auto;
	height: auto;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	transition: none;
}
.genesis-nav-menu .menu-item.menu-item-has-children {
	margin-right: 15px;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row{
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row{
	max-width: 100%;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	font-size: 18px;
	font-weight: 800;
	border-radius:0px;
	padding: 8px 15px;
	color: #79414A;
	width: 255px;
	box-shadow: 7px 7px #3E3343;
	background:#F6DDB1;
	background-image: none;
}
#sub-banner .vc_btn3-container a:after {
	content: "";
	background-image: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/button-arrow.png);
	width: 17px;
	height: 26px;
	position: absolute;
	top: 5px;
	right: 12px;
}
#sub-banner .vc_btn3-container a{
	padding: 8px 25px 8px 0px !important;
	font-size:17px !important;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:#fff;
	opacity:  1;
}
:-moz-placeholder { 
	color:#fff;
	opacity:  1;
}
::-moz-placeholder {
	color:#fff;
	opacity:  1;
}
:-ms-input-placeholder {
	color:#fff;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #666677;
	border: 0!important;
	color:#fff!important;
	font-family: 'Prompt'!important;
	font-size: 15px !important;
	font-weight: 400!important;
	padding: 12px 12px !important;
	border-radius:0px !important;
	line-height: 1 !important;
}
.gform_footer input {
	background: #F6DDB1!important;
	margin: 0 0 0 auto;
	font-size: 18px !important;
	font-family: 'Montserrat'!important;
	font-weight:800!important;
	padding: 12px 50px !important;
	color:#79414A!important;
	box-shadow: 6px 6px #3E3343;
}
textarea {
	height:100px !important;
}
.gform_confirmation_message {
	color: #fff;
	text-align: center;
	padding: 9em 0 8em 0;
}
.vc_row .gform_wrapper .gform_footer {
	text-align: right;
}
h2.gform_submission_error, .gfield_validation_message, .gfield_required {
	background-color: #fff;
	margin-top: 15px;
	display: inline-block;
	padding: 5px;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .gform_validation_container,#banner .wpb_text_column br{
	display:none;
}
.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, audio{
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #ffffff;
	top: 9px;
	height: 10px;
	margin: 0;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .mejs-button {
	margin-right: 10px;
	top: 3px;
}
.customaudioplayer .mejs-button {
	width: 18px;
	height: 18px;
	position: relative;
	left: 0px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio :before, .custom-event-class .customaudioplayer:before{
	position: absolute;
	content: '';
	background-image: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/sprite-button.svg);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: cover;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position: -2px 0;
	top: 2px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -31px 5px;
}
.vc_row .mejs-time-rail {
	margin: 0;
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 19px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 100%;
	margin: 30px 0px;
	background-color: #79414A;
	padding: 0px 10px;
	min-height: 28px;
}
.custom-audio-title{
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 18px;
	width: calc(100% - 10px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	text-align: left;
}
.customaudioplayer .download-audio :before{
	background-position: -59px 0px;
	top: 3px;
	right: -1px;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: -1px;
	height: 21px;
	width: 21px;
	top: -25px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background : #efcd86 !important;
	height: 9.5px;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering {
	display:none !important;
}
body .mejs-button button{
	transition: none !important;
}
.vc_row .mejs-controls {
	padding-left: 0;
	height: 28px;
}
.custom-event-class .customaudioplayer:after{
	content: '';
	background: #ffffff;
	position: absolute;
	width: calc(100% - 75px);
	height: 10px;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 8px;
}
.custom-event-class .customaudioplayer:before{
	background-position: 0px 2px;
	left:10px;
	top:3px;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 3px;
}
.custom-event-class .wpb_video_widget {
	background-image:url(https://www.jillsvoice.com/wp-content/uploads/2023/07/video.gif);
	background-position: center !important;
}
#genre-narration .customaudioplayer .mejs-play:before,#genre-narration .customaudioplayer .mejs-replay:before,#genre-narration .customaudioplayer .mejs-pause:before,#genre-narration .customaudioplayer .download-audio :before,#genre-narration .custom-event-class .customaudioplayer:before{
	background-image: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/audio-button.svg);
}
#sub-banner .mejs-time-current{
	background: #F59036 !important;
}
#genre-narration .customaudioplayer {
	box-shadow: 3px 3px #402235;
}
#sub-banner .customaudioplayer{
	background-color: #214F70;
	width: 255px;
}
.sub-para .customaudioplayer,#genre-narration .customaudioplayer{
	margin: 15px 0 0 auto;	
}
/* Banner Section */
#banner .text-right .wpb_single_image img {
	position: absolute;
	top: 2px;
	right:15%;
}
#banner > .vc_row.wpb_row .wpb_column:first-child{
	z-index:9;
}
#banner .vc_row.vc_inner .wpb_column:nth-child(2),#banner .text-right{
	position: inherit;
}
#banner {
	position: relative !important;
}
.home #banner h1, .home #banner h2 {
	width: 575px;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company,.vc_row .testimonial-company a {
	display: inline-block;
	line-height: 1;
	color:#efcd86;
	font-size:18px;
	font-style:italic;
}
.vc_row .testimonial-content{
	color:#ffffff;
	font-size:20px;
}
.vc_row .testimonial-company:before {
	content: "|";
	margin: 0px 8px;
}
.vc_row .testimonial{
	padding: 0 4em;
	position:relative;
}
.vc_row .testimonial-content {
	margin-bottom: 2em;
}
.vc_row .testimonial-content:before, .vc_row .testimonial-content:after{
	content: '';
	background-repeat: no-repeat;
	background-image: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/left-quotes.svg);
	width: 60px;
	height: 60px;
	top: 0;
	position: absolute;
}
.vc_row .testimonial-content:before {
	left: 0;
}
.vc_row .testimonial-content:after {
	right: 0;
	left: initial;
	transform: rotate(180deg);
}
.wpmtst-testimonial-inner.testimonial-inner {
	text-align: center;
}
.wpmtst-testimonial-content.testimonial-content {
	text-align: left;
}
/*LOGO SECTION*/
.wpls-logo-showcase .slick-arrow svg{
	fill: #000;
}
.wpls-logo-showcase .slick-arrow {
	width: 40px!important;
	height: 40px!important;
}
body .vc_row .wpls-logo-showcase .slick-arrow{
	text-indent: 0;
	background: transparent !important;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
	padding: 5px 0;
}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img {
	box-shadow: 0 0 15px -2px #00000057 !important;
}
/*HEADER-SECTION*/
#header{
	background: linear-gradient(118deg, #39303F 65%, #335F82 49%);
}
/*FLIP_SECTION*/
#flip .oxi-addons-container .oxilab-flip-box-col-3 .oxilab-flip-box-front .oxilab-icon ,#responsive-image,#flip .oxilab-flip-box-back .oxilab-heading{
	display: none;
}
#flip .oxi-addons-container .oxilab-flip-box-col-3 .oxilab-flip-box-front .oxilab-flip-box-1 {
	background-color: #f2d496;
	box-shadow: none;
}
#flip .oxi-addons-container .oxilab-flip-box-col-3 .oxilab-flip-box-back .oxilab-flip-box-back-1 {
	background-color: transparent;
	border: 3px solid #f2d496;
	box-shadow: none;
}
#flip .oxi-addons-container .oxilab-flip-box-col-3 .oxilab-flip-box-back .oxilab-flip-box-back-1 .oxilab-info {
	color: #f2d496;
}
#flip .oxilab-flip-box-back-1-data .oxilab-info {
	text-align: left!important;
}
#flip .oxilab-flip-box-body-1 .oxilab-info{
	display: flex;
	justify-content: center;
}
#flip .oxilab-flip-box-back-1-data .oxilab-info,#flip .oxilab-flip-box-front .oxilab-flip-box-1-data .oxilab-heading{
	font-family: 'Montserrat'!important;
}
#flip .oxilab-flip-box-front .oxilab-flip-box-1-data .oxilab-heading {
	color: #3e3342!important;
}
/*ABOUT*/
#about p,#genre-narration p,.sub-para p{
	line-height:30px;
}
.sub-para p{
	line-height:40px !important;
}
#about,#genre-narration{
	background : linear-gradient(30deg, rgba(28, 76, 113, 1) 26.18%, rgba(52, 98, 137, 1) 96.34%);
}
.disable  .vc_btn3, .vc_row .group{
	display:none;
}
.vc_row .group.active {
	display: block;
}
#blog .vc_gitem-post-data p{
	text-align:left;
}
/*STUDIO-SECTION*/
#studio .wpb_text_column ul li {
	padding-bottom: 20px;
}
#studio ul > li::marker {
	font-size: 30px;
}
/* Home Contact Section */
.home-contact.vc_row.wpb_row > .wpb_column,.home-contact.vc_row.wpb_row .mobilesecond,#sub-banner #medical-caricature{
	position: inherit;
}
#contact .home-contact .wpb_single_image img {
	position: absolute;
	top: -35px;
}
#contact .wpb_raw_code .wpb_wrapper ,#genre-narration .wpb_raw_code .wpb_wrapper,#sub-banner .wpb_raw_code .wpb_wrapper,#political_contact  .wpb_raw_code .wpb_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#representation p{
	line-height:2.5;
	font-size:22px;
}
/*FOOTER-SECTION*/
#footer p{
	font-size:14px;
}
#footer .text-right > .vc_column-inner .wpb_wrapper ,#header .text-right > .vc_column-inner .wpb_wrapper{
	display: flex;
	justify-content: end;
	align-items: center;
	column-gap: 25px;
}
.load-more.disable {
	display: none;
}
/*MEDICAL-PAGE*/
#sub-banner #medical-caricature .wpb_single_image img {
	position: absolute;
}
.page-id-330 #sub-banner #medical-caricature .wpb_single_image img{
	bottom:0;
}
#genre-videos,#sub-banner{
	position:relative;
}
.medical-page #genre-videos:before {
	content: "";
	background: url(https://www.jillsvoice.com/wp-content/uploads/2023/07/medical-video-right.png);
	width: 200px;
	height: 234px;
	right: 0;
	top: 0;
	position: absolute;
}
#genre-narration h2,.vc_row .testimonial{
	font-family: 'Prompt';
}
#genre-narration h2.medical-heading{
	font-weight:600;
}
#genre-videos p,#videos P{
	color: #F6DDB1;
	font-size:14px;
}
h1.medical-heading,h1.political-heading{
	font-size:92px;
	text-shadow: 3px 2px #fff;
}
p{
	margin: 0 0 12px;
}
#about .wpb_text_column.white h2,#genre-narration h2 {
	color:#fff;
	margin: 10px 0 4px 0;
	font-size:30px;
}
.wp-caption-text{
	text-align: center;	
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1800px){
	#banner .text-right .wpb_single_image img {
		right: 10%;
	}
}
@media only screen and (max-width: 1600px){
	#banner .text-right .wpb_single_image img {
		right: 2%;
	}
}
@media only screen and (max-width: 1280px){
	#banner .text-right .wpb_single_image img {
		right: 0;
	}
	.page-id-448 #sub-banner #medical-caricature .wpb_single_image img {
		left: -53px;
	}
}
@media only screen and (max-width: 1200px){
	h1.medical-heading,h1.political-heading {
		font-size:70px;
	}
	.political-page #sub-banner .vc_row.sub-para {
		padding-top: 8em !important;
	}
	/*.political-page #sub-banner #medical-caricature img{
	width: 375px !important;
}*/
	.menu a span {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1023px){
	#genre-narration .wpb_raw_code .wpb_wrapper{
		flex-direction: column;
		row-gap: 8px;
	}

	#flip .oxilab-flip-box-back-1-data .oxilab-info {
		font-size: 15px!important;
	}
	.vc_row .testimonial-company::before {
		content: inherit;
	}
	.vc_row .testimonial-name {
		padding-right: 4px;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
	}
	.menu-toggle {
		padding:0;
		font-size: 25px;
		line-height:30px;
		font-weight: 700;
		float:right;
	}
	.menu li{
		padding: 10px 0px;
	}
	.menu li .sub-menu {
		padding-bottom: 0;
	}
	.menu {
		position: fixed;
		background:#79414A;
		z-index: 9;
		left: 0;
		text-align: left;
		height: 100%;
		top: 0;
		width: 65%;
		padding: 5px;
		overflow: auto;
	}
	.menu li .sub-menu {
		width: 100%;
	}
	.genesis-nav-menu .sub-menu {
		padding-left: 0;
	}
	.site-header .menu-toggle::before{
		content: '☰';
	}
	.site-header .menu-toggle.activated::before {
		content: "☓";
	}
	.menu-toggle span,#banner h1,#banner h2.tagline,#banner img,.home #banner h2.site-tag,.custom-event-class .vc_row .nav-primary  {
		display: none;
	}
	.oxilab-flip-box-col-3 ,#header .wpb_column,#banner .wpb_column,.home #banner h2{
		width: 100%!important;
	}
	#header .wpb_column.vc_col-sm-8{
		z-index:99;
	}
	#header .wpb_single_image.vc_align_left,#header .wpb_raw_code,h2.lets-work,#banner .wpb_raw_code {
		text-align:center!important;
	}
	#header .wpb_single_image.vc_align_left,#header .wpb_raw_code,#banner .wpb_raw_code ,#genre-narration .wpb_raw_code{
		padding: 3px 0;
	}
	#header .text-right > .vc_column-inner .wpb_wrapper,#responsive-image,#banner .wpb_raw_code {
		display: block!important;
	}
	#banner .wpb_raw_code{
		margin-right: 0 !important;
	}
	#about h2 {
		font-size: 27px;
	}
	#banner .wpb_text_column,#banner .wpb_text_column,.political-page #sub-banner .vc_row.sub-para{
		padding-bottom: 0!important;
		padding-top: 0 !important;
	}
	.home-contact .wpb_single_image img {
		left: 0;
	}
	#contact .wpb_raw_code .wpb_wrapper,#sub-banner .wpb_raw_code .wpb_wrapper  {
		flex-direction: column;
		row-gap: 8px;
	}
	h1.medical-heading {
		font-size: 65px;
	}
	h1.political-heading {
		font-size: 55px;
	}
	#banner {
		padding-top: 2.5em !important;
	}
	.home h2.lets-work ,.contact-icon{
		padding-top: 1em !important;
	}
	.page-id-448 #sub-banner #medical-caricature .wpb_single_image img {
		width: 470px;
	}
	.vc_row .sub-menu-toggle {
		top: 13px;
	}
}
@media only screen and (max-width: 767px){
	h1, h2,h3, .vc_row .wpb_single_image, .vc_row .vc_btn3-container, .site-footer .text-right, .site-footer p, .site-footer .vc_row,#representation .wpb_text_column p  {
		text-align:center !important;
	}
	.vc_row .testimonial{
		padding: 0 2em;
	}
	.vc_row .testimonial-content:before, .vc_row .testimonial-content:after{
		width: 25px;
		height: 25px;
	}
	#footer .text-right > .vc_column-inner .wpb_wrapper,#footer .text-right > .vc_column-inner > .wpb_wrapper {
		justify-content: center;
	}
	#footer .text-right > .vc_column-inner > .wpb_wrapper,#representation h2 {
		padding-bottom: 10px;
	}
	#contact .wpb_raw_code,#contact img,#home_contact img,#home_contact .wpb_raw_code,#genre-narration .wpb_text_column,.medical-page h2.lets-work,.political-page h2.lets-work{
		padding-top: 1em !important;
	}
	.vc_row .testimonial-company {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		display: block;
	}
	#sub-banner .wpb_single_image,#sub-banner h1 {
		display:none;
	}
	#sub-banner #medical-caricature .wpb_single_image img ,	#contact .home-contact .wpb_single_image img{
		position: inherit;
	}
	.vc_row.social-icon,.vc_row.sub-para{
		padding-top: 0!important;
	}
	#sub-banner .customaudioplayer {
		width: 100%;
	}
	.vc_row .blog-button{
		padding-right:0!important;
	}
}
@media only screen and (max-width: 639px){

}
@media only screen and (max-width: 479px){
	h2{
		font-size:28px;
	}
	#flip .oxilab-flip-box-back-1-data .oxilab-info {
		font-size: 13px !important;
	}
}