/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2024 | 09:11:16 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: "KolkerBrush-Regular";
	src: url("https://www.shovannapratap.com/wp-content/uploads/2022/11/KolkerBrush-Regular.ttf");
}
@font-face {
	font-family: "Merriweather-Regular";
	src: url("https://www.shovannapratap.com/wp-content/uploads/2022/11/Merriweather-Regular.ttf");
}
@font-face {
	font-family: "Merriweather-Light";
	src: url("https://www.shovannapratap.com/wp-content/uploads/2022/11/Merriweather-Light.ttf");
}
@font-face {
	font-family: "Merriweather-Bold";
	src: url("https://www.shovannapratap.com/wp-content/uploads/2022/11/Merriweather-Bold.ttf");
}
@font-face {
	font-family: "SourceSansPro-Regular";
	src: url("https://www.shovannapratap.com/wp-content/uploads/2022/11/SourceSansPro-Regular.otf");
}
body {
	font-family: "SourceSansPro-Regular";
	color:#221d22;
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #221d22;
}
.site-inner {
	margin-top:0;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: "Merriweather-Regular";
	font-weight : 700;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
	font-weight:400;
}
h3, .vc_row.about-row .text-center h2 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*MENU_SECTION*/
.vc_row .menu a {
	color: #252626;
	font-size: 27px;
	font-weight: 400;
}
.vc_row .menu li {
	padding: 0 20px;
	margin:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.vc_row .nav-primary .genesis-nav-menu a {
	padding:0;
}
.menu li:last-child {
	padding-right:0
}
.menu li:first-child {
	padding-right:0
}
.genesis-nav-menu li.page_item.current-menu-item > a span{
	color: #ffffff;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #d9d9d8;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li a span{
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
	display:block;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .page.entry {
	margin-bottom: 0;
}
.vc_row .vc_row .vc_btn3.vc_btn3-style-custom {
	background : linear-gradient(90deg, rgba(199, 51, 83, 1) 0%, rgba(236, 30, 46, 1) 100%);
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 0px;
	padding: 8px 20px;
	border: 0;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #252626;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #252626;
	opacity:  1;
}
::-moz-placeholder {
	color:    #252626;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #252626;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: transparent;
	border: 2px solid #252626 !important;
	color: #252626 !important;
	font-size: 14px !important;
	font-weight: 400;
	padding: 10px 12px !important;
	border-radius:0px !important;
	line-height:1;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	background : linear-gradient(90deg, rgba(199, 51, 83, 1) 0%, rgba(236, 30, 46, 1) 100%);
	font-size: 20px !important;
	color: #ffffff !important;
	border: 0 !important;
	font-weight:400;
	margin: 0;
	width:100%;
	padding: 5px 0 !important;
}
.vc_row .gform_wrapper .gform_footer{
	margin-top: 16px;
}

.vc_row .gform_wrapper.gravity-theme .gfield  textarea {
	height: 90px;
	resize: none;
}
body .top_label div.ginput_container {
	line-height:0;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
	-ms-grid-column-span: 6;
	grid-column: span 6;
}
.gform_wrapper.gravity-theme .gfield {
	grid-column: 1/-1;
}
.gform_wrapper.gravity-theme .gform_fields {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr 2%)[12];
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	grid-column-gap: 2%;
	grid-row-gap: 16px;
}
.gform_wrapper.gravity-theme .gfield label, .gform_validation_container {
	display:none;
}
h2.gform_submission_error {
	font-size: 24px;
}
.vc_row .gform_confirmation_message{
	padding:2em 0;
}
.vc_row .gfield_validation_message, h2.gform_submission_error {
	color:#ff0000;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content{
	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: #252626;
	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: 5px;
	top: 4px;
}
.vc_row .customaudioplayer .mejs-button {
	width: 19px;
	height: 21px;
	position: relative;
	left: 0px;
	padding-top:0 !important;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before{
	position: absolute;
	content: '';
	background-image: url(https://www.shovannapratap.com/wp-content/uploads/2022/11/player-buttons.svg);
	width: 19px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: cover;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position: 0px 0px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -39px 0px;
}
.vc_row .mejs-time-rail {
	margin: 0;
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 21px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 88%;
	margin: 0 auto 38px auto;
	min-height: 28px;
	background: transparent;
	border:1px solid #252626;
	padding: 0 10px;
}
.custom-audio-title{
	position: absolute;
	top: -21px;
	left: 13px;
	font-size: 14px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #252626;
}
.customaudioplayer .download-audio .fa-download:before{
	background-position: -72px 2px;
}
.vc_row .fa-download {
	position:absolute;
	top:0;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 21px;
	width: 19px;
	top: -26px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background: #ec1e2e !important;
	height: 10px;
}
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:before {
	position: absolute;
	width: 19px;
	height: 23px;
	content: "";
	background-image: url(https://www.shovannapratap.com/wp-content/uploads/2022/11/player-buttons.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top: 1px;
	left: 10px;
}
.custom-event-class .customaudioplayer:after {
	content: '';
	background: #252626;
	position: absolute;
	width: calc(100% - 75px);
	height: 35%;
	left: -9px;
	margin: 0 auto;
	right: 0;
	top: 8px;
}
.custom-event-class .custom-audio-title {
	top: -23px;
	left: 8px;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 0px;
}
.audio-block br {
	display:none;
}
/*HEADER_SECTION*/
#menu-row {
	background : linear-gradient(0deg, rgba(199, 51, 83, 1) 0%, rgba(236, 30, 46, 1) 100%);
}
.header-icons .wpb_raw_code a {
	font-size:16px;
}
.logo-title {
	font-family: "Merriweather-Bold";
	font-size: 25px;
	line-height:1;
}
.logo-description {
	font-family: "Merriweather-Light";
	font-size:17px;
}
.header-menu {
	display:none;
}
.wpb_raw_code a {
	display: flex;
	align-items: center;
	line-height: initial;
}
/*BIO_SECTION*/
.vc_row.banner-row h1 {
	font-family: "KolkerBrush-Regular";
	font-weight:400;
	font-size:133px;
	line-height: 80px;
}
.vc_row.banner-row h2 {
	font-family: "Merriweather-Light";
	font-size:43px;
}
p {
	line-height: 35px;
}
.vc_row.tagline-row h2 {
	font-size:27px;
}
#tagline-row {
	background : linear-gradient(90deg, rgba(3, 102, 133, 1) 0%, rgba(2, 70, 75, 1) 100%);
}
.vc_row.about-row i {
	font-style:normal;
	color:#ec1e2e;
}
.vc_row.about-row li {
	list-style-type:none;
	position:relative;
}
.vc_row.about-row li:before {
	content:'\»';
	position:absolute;
	left: -30px;
	font-size: 25px;
	top: -8px;
}
.vc_row.about-row li:last-child:before {
	display:none;
}
.vc_row.about-row .text-center .wpb_wrapper, .vc_row.studio-row .text-center .wpb_wrapper {
	display:inline-block;
	text-align:left;
}
.vc_row.studio-row .text-center li {
	line-height: 4;
}
/*VIDEO_SECTION*/
#load-more.disable, .group{
	display:none;
}
.group.active {
	display: block;
} 
.vc_row .wpb_video_widget .wpb_video_wrapper {
	padding-top: 0;
}
.wpb_video_widget .wpb_wrapper iframe {
	position: relative;
}
#videos, #blog, #studio {
	background : linear-gradient(30deg, rgba(3, 102, 133, 1) 0%, rgba(2, 70, 75, 1) 100%);
}
/*LOGO_SECTION*/
.vc_row .shadow-row:after, .vc_row .shadow-row:before {
	position: relative;
	z-index: 9;
	content: '';
	bottom: 0;
	height: 20px;
	width: 100%;
	background: -webkit-radial-gradient(ellipse at 50% 0,rgba(0,0,0,.2),transparent 58%);
	background: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.2),transparent 58%);
}
.vc_row .shadow-row:before {
	transform: rotate(180deg);
	top:0;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company {
	display: inline-block;
	line-height: 1;
	color:#ec1e2e;
}
.vc_row .testimonial-company {
	border-left: 2px solid #ec1e2e;
	margin-left: 10px;
	padding-left: 10px;
}
.vc_row .testimonial{
	padding: 0 5em;
	position:relative;
}
.vc_row .testimonial-content {
	margin-bottom: 1.5em;
}
.vc_row .testimonial-content p {
	line-height: 30px;
}
.vc_row .testimonial-content:before, .vc_row .testimonial-content:after{
	content:'';
	position:absolute;
	width: 65px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
}
.vc_row .testimonial-content:before {
	background-image:url('https://www.shovannapratap.com/wp-content/uploads/2022/11/left-quote.svg');
	left:2px;
	top:0;
}
.vc_row .testimonial-content:after {
	background-image:url('https://www.shovannapratap.com/wp-content/uploads/2022/11/right-quote.svg');
	right:2px;
	bottom:0;
}
/*BLOG_SECTION*/
.vc_row .vc_gitem-post-data-source-post_title h2  {
	font-family: "SourceSansPro-Regular";
	font-size:24px;
}
.vc_row .vc_gitem-post-data-source-post_excerpt p {
	font-size: 16px;
	line-height: 27px;
}
/*CONTACT_SECTION*/
.vc_row.contact-row h2 i {
	font-style:normal;
	color:#ffffff;
}
.vc_row .gfield_html h3 {
	font-family: "SourceSansPro-Regular";
	font-size:21px;
}
.vc_row .gfield_html p {
	margin-bottom: 20px;
}
.vc_row .gfield_html h3, .vc_row .gfield_html p {
	text-align:left;
}
/*FOOTER_SECTION*/
#footer {
	background : linear-gradient(0deg, rgba(3, 102, 133, 1) 0%, rgba(2, 70, 75, 1) 100%);
}
.error404 .content {
	padding:2em 0;
}
.error404 .content input {
	border:2px solid #000000 !important;
}
.error404 .content .search-form-submit {
	color:#ffffff !important;
}
.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%;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.vc_row .menu li {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 1023px){
	.vc_row .menu a {
		font-size: 25px;
	}
	.vc_row.banner-row h1 {
		font-size: 120px;
	}
	.vc_row.banner-row h2 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 959px){
	.genesis-nav-menu li.page_item.current-menu-item > a span:after {
		display:none;
	} 
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #ffffff;
	}
	.menu-toggle {
		float:right;
		line-height:2;
	}
	.vc_row .menu li {
		padding: 5px 0;
		text-align:center;
	}
	.vc_row .nav-primary{
		top: 30px;
		background: #000000;
		z-index: 999999;
		position: absolute;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
		padding: 10px 0 10px 0 !important;
		border:3px solid #963224;
	}

	.menu-toggle span {
		display: none;
	}
	.site-header .menu-toggle::before, .site-header .menu-toggle.activated::before {
		content: "☰" !important;
		position: relative;
		margin-right: 0px;
		top: 0px;
		float: none;
		font-size:25px;
		font-weight:700;
		color:#ffffff;
	}
	.site-header .menu-toggle.activated::before {
		content: "☓"!important;
	}
	.menu a {
		width: auto;
		height: auto;
	}
	.menu a span {
		color:#ffffff;	
	}
	.site-header .wpb_column, .audio-row .wpb_column {
		width:100%;
	}
	.site-header .wpb_column {
		text-align:center;
	}
	.site-footer .wpb_text_column p {
		font-size: 14px;
	}
	.left-menu, .right-menu {
		display:none;
	}
	.header-menu {
		display:block;
	}
	.vc_row .icon-envelope {
		padding: 10px 0 0 0 !important;
	}
	.vc_row.contact-row .wpb_raw_html {
		display:block;
	}
	.header-icons .wpb_raw_code a {
		margin: 5px 0;
	}
	.wpb_raw_code a {
		justify-content: center;
	}
	.vc_row.header-icons {
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	.vc_row.about-row .text-center h2 {
		font-size: 23px;
	}
	.vc_row.banner-row h1 {
		font-size: 95px;
	}
	.vc_row.studio-row .text-center li {
		line-height: 2;
	}
}
@media only screen and (max-width: 767px){
	.vc_row .text-right, .site-footer p, .vc_row .vc_btn3-container, .vc_row .wpb_single_image, h1, h2, h3, .vc_row .gfield_html p {
		text-align:center !important;
	}
	.error404 .entry-content .search-form {
		width:100%;
	}
	.site-footer .wpb_text_column p {
		line-height: 20px;
	}
	.vc_row.about-row .vc_btn3-container {
		margin: 0 auto 30px auto;
	}
	.vc_row.about-row .text-center {
		padding-top:2em;
	}
	.site-footer .vc_row .vc_row {
		padding-top:0 !important;
	}
	.vc_row.contact-row .wpb_single_image {
		padding-bottom:1em;
	}
	.vc_row.banner-row h2 {
		padding-bottom: 1.5em;
	}
}
@media only screen and (max-width: 640px){
	.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
		grid-column: 1/-1;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		display: block;
		padding: 10px 0 0 0;
	}
	.vc_row .testimonial-company {
		border-left: 0;
		margin-left: 0;
	}
}
@media only screen and (max-width: 479px){
	.vc_row.banner-row h1 {
		font-size: 60px;
	}
	.vc_row.banner-row h2 {
		font-size: 22px;
		padding-bottom: 2.5em;
	}
	.vc_row.about-row h2 {
		font-size: 30px;
	}
	.vc_row .testimonial {
		padding: 0 1.5em;
	}
	.vc_row .testimonial-content:before, .vc_row .testimonial-content:after {
		width: 18px;
		height: 17px;
	}
	.vc_row.tagline-row h2 {
		font-size: 16px;
	}
	.site-footer .vc_column-inner {
		background-size:cover !important;
	}
	h2 {
		font-size: 22px;
	}
}