/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2024 | 11:31:44 */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Pangolin&family=Raleway:wght@400;500;600&family=Roboto:wght@300;400;500;700&display=swap");
@font-face {
	font-family: "willow";
	src: url("http://site100.7nyc.com/level/wp-content/uploads/2021/08/willow_bloom.ttf");
}
/*BASIC_SETTINGS*/
body {
	font-family: "Roboto", sans-serif;
	color: #20283c;
}
body > div {
	font-size: 20px;
}
a {
	text-decoration: none !important;
	color: #20283c;
}
.white a {
	color: #ffffff;
}
.full-width-content .entry-content>.wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row{
	max-width: 1200px;
	margin: 0 auto;
}
.full-width-content .entry-content>.wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row{
	max-width: 100%;
}
/*HEADING_SECTION*/
h1,h2,h3,h4,h5,h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: #20283c;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h1.vc_custom_heading.site_title {
	font-family: "willow";
	font-size: 143px;
}
.inline {
	vertical-align: middle;
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
	font-family: "Pangolin", cursive;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.menu li {
	padding: 0 14px;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item {
	color: #ffffff;
	background-color: #d88143;
	padding: 12px 2px;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item:before,
.genesis-nav-menu .menu-item-type-post_type.current-menu-item:after {
	content: "";
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center;
	padding: 10px 0;
	position: absolute;
	height: 5px;
	width: 100%;
	left: 0;
	right: 0;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item:before {
	background-image: url(http://site100.7nyc.com/level/wp-content/uploads/2020/02/Jane-Doe-Voice-Artist-Menu-Background.png);
	top: -24px;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item:after {
	background-image: url(http://site100.7nyc.com/level/wp-content/uploads/2020/02/Jane-Doe-Voice-Artist-Menu-Background.png);
	bottom: -24px;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a {
	background-color: #149cd0;
	border: 0;
	width: 100%;
}
.menu li .sub-menu {
	top: 28px;
	background-color: #149cd0;
	padding-bottom: 15px;
	border: 0;
	width: 100%;
	text-align: left;
}
.menu li .sub-menu li a span {
	font-size: 18px;
	line-height: 23px;
}
.menu li .sub-menu li {
	padding: 10px 10px 0 10px;
}
.nav-primary .genesis-nav-menu a {
	padding: 0px;
}
#menu-section {
	background-image: linear-gradient(90deg, #fec358 0%, #d88143 100%);
}
/*BUTTON_SECTION*/
.vc_row .wpb_button,
.vc_row .wpb_content_element,
.vc_row ul.wpb_thumbnails-fluid > li,
.entry,
.vc_row .menu li,
.vc_row .vc_icon_element {
	margin-bottom: 0;
}
.vc_row .vc_grid-item .vc_btn3.vc_btn3-style-custom {
	font-size: 9px;
	padding: 2px 15px !important;
	border: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	font-size: 12px;
	-moz-border-radius: 2px;
	border-radius: 0;
	padding: 2px 17px !important;
	background-image: none;
	border: 3px solid #fec358;
}
.vc_gitem_row {
	height: 394px;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder {
	color: #20283c;
	opacity: 1;
}
:-moz-placeholder {
	color: #20283c;
	opacity: 1;
}
::-moz-placeholder {
	color: #20283c;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #20283c;
	opacity: 1;
}
/*FORM_SECTION*/
input,select,textarea {
	border: 0 !important;
	color: #20283c;
	font-size: 16px;
	padding: 14px 10px !important;
	border-radius: 0px;
}
.vc_row .gform_wrapper form {
	max-width: 86%;
	margin:0 auto;
}
.gfield_html p {
	margin-bottom:0px;
	color: #5d5e5e;
	font-size: 18px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	background: #2aaae2;
	padding: 14px 40px !important;
}
/* .vc_row .gform_wrapper .gform_footer{
margin-top: 16px;
} */
.vc_row textarea, .vc_row .gform_wrapper.gravity-theme .gfield textarea.medium{
	height: 90px;
}
/* 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;
	text-align: center;
}
/* .gform_confirmation_message {
padding: 2em 0;
} */
/*ICON_SECTION*/
.wpb_raw_code a {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}
.vc_row .banner-phone {
	background: #2aaae2;
	box-shadow: 2px 6px 16px 1px rgb(0 0 0 / 40%);
	width: 220px;
	margin: 0 auto;
	margin-bottom: 16px;
	line-height: 26px;
}
.banner-mail {
	background: #0d71ba;
	box-shadow: 2px 6px 16px 1px rgb(0 0 0 / 40%);
	width: 220px;
	margin: 0 auto;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name,
.vc_row .testimonial-company {
	display: inline-block;
	line-height: 1;
}
.vc_row .testimonial-company {
	border-left: 2px solid #20283c;
	margin-left: 10px;
	padding-left: 10px;
}
.vc_row .testimonial {
	padding: 0 2em;
	position: relative;
}
.vc_row .testimonial-content {
	margin-bottom: 1em;
}
/*FLIP SECTION*/
.vc_row .oxilab-flip-box-wrapper .oxilab-heading,
.vc_row .oxilab-flip-box-wrapper .oxilab-icon i {
	color: #ffffff;
}
.vc_row .oxilab-flip-box-1,
.vc_row .oxilab-flip-box-back-1,
.vc_row .oxilab-flip-box-2,
.vc_row .oxilab-flip-box-back-2 {
	border: 6px solid #d98145;
	background-color: #27aae1;
}
/*AUDIO SECTION*/
#target-demotag br {
	display: none;
}
body span.mejs-time-loaded,
body span.mejs-time-hovered,
body span.mejs-time-buffering,
.vc_row .mejs-volume-button,
.vc_row .mejs-time-handle-content,
.vc_row .mejs-horizontal-volume-slider,
.vc_row .mejs-time-float,
.mejs-time.mejs-duration-container,
.mejs-time.mejs-currenttime-container,
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: 5px;
	height: 8px;
}
body .mejs-time-current {
	background: #fec358 !important;
	height: 8px;
}
.vc_row .customaudioplayer .mejs-button > button,
body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.customaudioplayer .mejs-play:before,
.customaudioplayer .mejs-replay:before,
.customaudioplayer .mejs-pause:before,
.customaudioplayer .download-audio a, .custom-event-class .customaudioplayer:before {
	position: absolute;
	width: 20px;
	height: 25px;
	content: "";
	background-image: url(http://site100.7nyc.com/level/wp-content/uploads/2022/03/level-sprite.svg);
	background-size: 60px 12px;
	background-repeat: no-repeat;
}
.customaudioplayer .mejs-play:before,
.customaudioplayer .mejs-replay:before {
	background-position: 0px 8px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -18px 8px;
}
.customaudioplayer .download-audio a {
	top: -22px;
	right: 0px;
	background-position: -42px 8px;
}
.customaudioplayer .mejs-button {
	width: 25px;
	height: 24px;
}
.customaudioplayer .mejs-controls {
	height: 22px;
	padding: 0;
}
.vc_row .mejs-time-rail {
	margin: 0;
	height: 0;
}
.vc_row .wp-audio-shortcode {
	margin: 0;
	height: 16px !important;
	width: calc(100% - 26px) !important;
}
body .mejs-button > button:focus {
	outline: none !important;
}
.customaudioplayer {
	position: relative;
	width: 100%;
	margin: 32px auto;
	background: #d88143;
	min-height: 16px;
}
.custom-audio-title {
	position: absolute;
	top: -22px;
	left: 0;
	font-size: 14px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #090a0b;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}
.download-audio a {
	position: absolute;
	right: -8px;
	bottom: -2px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button {
	transition: none !important;
	top: 4px;
}
:focus {
	outline: none !important;
}
.custom-event-class .customaudioplayer:after {
	    content: '';
    background: #ffffff;
    position: absolute;
    width: calc(100% - 52px);
    height: 8px;
    left: -2px;
    margin: 0 auto;
    right: 0;
    top: 4px;
}
.custom-event-class .customaudioplayer:before {
	left: 0;
    top: 2px;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: -6px;
}
.custom-event-class .custom-audio-title {
	left: 42px;
}
/*SIDEBAR_SECTION*/
.error404 .site-inner, .single .site-inner, .archive .site-inner, .archive .article {
	padding:2em 0;
}
.single input, .archive input, .single select, .archive select,.error404 input{
	border: 2px solid #000000 !important;
}
.wp-playlist .mejs-controls .mejs-button button {
	left: 0;
}
.wp-audio-playlist .mejs-button>button{
	background-image:none!important;
}
.vc_row .wp-audio-playlist .mejs-button.mejs-play:before,
.vc_row .wp-audio-playlist .mejs-button.mejs-pause:before, 
.sidebar .vc_row .wp-playlist-next:before, 
.sidebar .vc_row .wp-playlist-prev:after, .sidebar .vc_row .toggle-font,
.vc_row .wp-audio-playlist .wpse-download{
	content:'';
	font-size: 20px;
	color: #fff;
	width: 30px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url() !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.sidebar .vc_row .mejs-button.mejs-play:before{
	background-position: 0px 0px;
}
.sidebar .vc_row .mejs-button.mejs-pause:before{
	background-position: -37px 0px;
}
.sidebar .vc_row .wp-playlist-next:before{
	background-position: -108px 0px;
}
.sidebar .vc_row .wp-playlist-prev:after{
	background-position: -72px 0px;
}
.sidebar .vc_row .toggle-font:before{
	background-position: -36px 0px;
}
.vc_row .wp-audio-playlist .wpse-download{
	background-position: -182px 0px;
	transform: translate(0px, 14px);
	position: absolute;
	right: 1em;
	z-index: 9;
}
.sidebar .vc_row .toggle-font{ 
	margin: 0;
	right: 54px;
	background-position: -145px 0px;
	position: absolute;
	z-index: 9;
	transform: translate(0px, 41px);
}
body .wp-playlist-item{
	padding-left: 8px !important;
}
.wp-audio-playlist .mejs-volume-button, .wp-audio-playlist .mejs-controls a.mejs-horizontal-volume-slider,.wp-audio-playlist .mejs-time.mejs-duration-container, .wp-playlist .wp-playlist-current-item img,span.mejs-time-handle, .home .mejs-time{
	display:none!important;
}
.wp-audio-playlist .wp-playlist-tracks {
	background-color: #ec008c;
}
.wp-audio-playlist .wp-playlist-current-item{
	text-align: left;	
}
.wp-audio-playlist .wp-playlist-item-title {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
body .wp-audio-playlist.wp-playlist-light .wp-playlist-playing{
	background: #a97c50;
	color: #ffffff;
}
.wp-playlist-current-item .wp-playlist-item-title {
	color: #121c1f;
	font-weight: 400;
	font-size: 18px;
	top: 4.2em;
}
.wp-playlist.wp-audio-playlist  {
	border: 0;
	padding: 0;
	margin: 0;
}
.wp-audio-playlist .wp-playlist-current-item {
	margin-bottom: 0;
	height: auto;
}
.wp-audio-playlist .wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 5px 0px;
	border-bottom: 2px solid #fff;
	background-color: #ec008c;
	text-align: left;
}
.wp-audio-playlist .mejs-time-rail {
	width: 100%;
	position: absolute;
	top: -34px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.wp-audio-playlist .mejs-button {
	top: -7px;
	position: relative;
	left: -10px;
}
.sidebar .wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .sidebar .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded, .sidebar .wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .sidebar .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #342104 !important;
}
.sidebar .wp-playlist-prev:before {
	position: relative;
	top: -26px;
	right: 93px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.sidebar .wp-playlist-next {
	position: relative;
	top: -26px;
	right: 73px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.sidebar .wp-playlist-prev {
	position: relative;
	top: -26px;
	right: 78px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.mejs-time {
	position: absolute;
	top: -49px;
	right: 0;
	z-index: 99999;
	padding: 0;
}
body .sidebar .mejs-controls{
	height: 19px;
}
.wp-audio-playlist span.mejs-currenttime {
	color: #3d362f;
}
.sidebar .vc_row .mejs-container .mejs-controls{
	background: transparent !important;
}
body .sidebar .mejs-time-current {
	background: #ec008c !important;
}
/*FOOTER_SECTION*/
.vc_row.represent_row p {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}
#footer-section {
	background-image: linear-gradient(0deg, #d88143 0%, #fec358 100%);
}
/*ABOUT_SECTION*/
.vc_row.bg-left {
	background-position: center left !important;
}
#videos,#clients,#contact {
	background-position: center right !important;
}
.vc_row .demo-column .inline {
	vertical-align: bottom;
	position: relative;
	top: 20px;
	left: 16px;
}
.vc_row.bio_row p {
	font-weight: 300;
}
.vc_row .demo-column .wpb_wrapper {
	background-image: url(http://site100.7nyc.com/level/wp-content/uploads/2020/02/Jane-Doe-Voice-Artist-Listen-Here.png);
	background-repeat: no-repeat;
	margin-top: -4.6em;
	background-size: 575px 112px;
}
.vc_row .demo-column .wpb_text_column .wpb_wrapper,
.vc_row .demo-column .wpb_single_image .wpb_wrapper,
.vc_row .demo-column .wpb_raw_code .wpb_wrapper {
	background: none;
	margin: 0;
}
.vc_row .demo-column .vc_column-inner:before {
	background: linear-gradient(0deg,rgba(216, 129, 67, 1) 0%,rgba(254, 195, 88, 1) 100%);
	position: absolute;
	width: 100%;
	height: 400px;
	z-index: -1;
	left: 0px;
	top: -42px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.vc_row.represent_row {
	background-image: url(http://site100.7nyc.com/level/wp-content/uploads/2020/02/contact.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.vc_row .pangolin {
	font-family: "Pangolin", cursive;
}
.site-container{
	overflow-x:hidden;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1880px) {
	#videos,#clients,#contact,#testimonials,#blog {
		background-size: 32% 100% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.menu a span, .vc_row.represent_row p{
		font-size: 14px;
	}
	.menu li {
		padding: 0px 8px;
	}
	h1.vc_custom_heading.site_title {
		font-size: 102px;
	}
	h2 {
		font-size: 28px;
	}
	.vc_row.bio_row .vc_inner .vc_col-sm-4 .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_row.represent_row h2 {
		font-size: 27px !important;
	}
	.vc_row.represent_row .vc_inner {
		padding-top: 10em !important;
	}
}
@media only screen and (max-width: 1023px) {
	.vc_row.parentrower {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex !important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mobilefirst {
		-webkit-order: 1;
		order: 1;
	}
	.mobilesecond {
		-webkit-order: 2;
		order: 2;
	}
	.vc_row.represent_row .wpb_column,
	.site-footer .vc_row .wpb_column,
	#videos .vc_row .wpb_column,
	#clients .vc_row .wpb_column,
	#contact .vc_row .wpb_column,
	#testimonials .vc_row .wpb_column,
	#blog .vc_row .wpb_column {
		width: 100%;
	}
	.vc_row.bg-right .vc_column-inner,
	.vc_row.bg-left .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_row.bg-right,
	.vc_row.bg-left,
	.vc_row.represent_row,
	#videos,
	#clients,
	#contact,
	#testimonials,
	#blog {
		background-image: none !important;
		padding: 0 !important;
	}
	.vc_row.bg-right .mobilefirst,
	.vc_row.bg-left .vc_col-sm-4 {
		padding: 4em 0;
		margin-bottom: 2em;
	}
	.vc_row.testimonial-row .vc_col-sm-8 {
		padding-bottom: 2em;
	}
	.vc_row.video_row .mobilefirst {
		background-color: #6ecddd;
		border-top: 15px solid #27aae1;
	}
	.vc_row.logo_row .mobilefirst,
	.vc_row.blog_row .blog_first {
		background-color: #fcb03b;
		border-top: 15px solid #f79420;
	}
	.vc_row.contact_row .mobilefirst {
		background-color: #27aae1;
		border-top: 15px solid #0974bb;
	}
	.vc_row.testimonial-row .vc_col-sm-4 {
		background-color: #27aae1;
		border-top: 15px solid #f79420;
	}
	.vc_row.blog_row .blog_first {
		background-color: #fcb03b;
		border-top: 15px solid #f79420;
	}
	.vc_row.blog_row .vc_grid-item.vc_col-sm-4 {
		padding-top: 0;
	}
	.vc_row.represent_row .vc_inner,
	.vc_row.represent_row h2 {
		padding: 0 !important;
	}
	.vc_row.banner_row .text-center .vc_column-inner {
		padding-left: 2em !important;
	}
	.vc_row.represent_row h2,
	.site-footer .vc_row .wpb_column {
		text-align: center !important;
	}
	.vc_row.represent_row h2 {
		color: #da8444 !important;
	}
}
@media only screen and (max-width: 959px) {
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		color: #fff;		
	}
	.menu-toggle {
		padding: 0px;
	}
	.menu li,
	.genesis-nav-menu .menu-item-type-post_type.current-menu-item {
		padding: 5px 0;
	}
	.menu li a {
		display: inline;
	}
	.nav-primary {
		width: 100%;
		margin: 0 auto;
		background-color: #d88143;
		border: 4px solid #fff;
		padding-bottom: 10px !important;
		top: -36px;
	}
	button#genesis-mobile-nav-primary {		
		position: absolute;
		right: 0;
		top: -58px;
	}
	.vc_row.header_row .wpb_column,
	.vc_row .oxilab-flip-box-col-4,
	.vc_row .oxilab-flip-box-col-3 {
		width: 100%;
	}
	.vc_row.header_row .wpb_column {
		text-align: center;
	}
	.genesis-nav-menu .menu-item-type-post_type.current-menu-item:before, .site-header .menu-toggle span {
		display: none;
	}
	.vc_row.bio_row .vc_col-sm-4 {
		width: 42%;
	}
	.vc_row.bio_row .vc_col-sm-8 {
		width: 58%;
	}
	.vc_row .demo-column .wpb_wrapper {
		margin-top: -3.5em;
		background-size: 870px 115px;
	}
	.vc_row.bio_row .vc_col-sm-8 .vc_column-inner {
		padding-left: 15px !important;
		padding-top: 2em;
	}
	.vc_row .gform_wrapper form {
		max-width: 100%;
	}
	.vc_row .oxilab-flip-box-col-4,
	.vc_row .oxilab-flip-box-col-3 {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	h1.vc_custom_heading,
	h2.vc_custom_heading,
	h3.vc_custom_heading,
	h4.vc_custom_heading,
	h5.vc_custom_heading,
	h6.vc_custom_heading,
	.vc_row .vc_btn3-container,
	.vc_row .wpb_single_image {
		text-align: center !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.vc_row.bio_row .vc_col-sm-8,
	.vc_row.banner_row .wpb_column {
		width: 100%;
	}
	.vc_row .testimonial div {
		text-align: center;
	}
	.vc_row.bio_row .vc_col-sm-4 {
		width: 62%;
		margin: 0 auto;
	}
	#banner {
		padding-bottom: 2em !important;
		background-image: none !important;
	}
	.vc_row.banner_row .text-center .vc_column-inner {
		padding: 0px !important;
	}
	.vc_row .demo-column .wpb_wrapper {
		margin-top: 0;
		background-size: 100% 28%;
		text-align: center;
		background-image: url(http://site100.7nyc.com/level/wp-content/uploads/2020/02/Jane-Doe-Voice-Artist-Background-Images.png);
	}
	.vc_row .demo-column .vc_column-inner:before {
		top: 0px;
		height: 100%;
	}
	.vc_row.bio_row {
		border-top: 15px solid #d98145;
	}
	.vc_row .demo-column .inline {
		left: 0px;
	}
}

@media only screen and (max-width: 639px) {
	.vc_row.bio_row .vc_col-sm-4,
	.nav-primary {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	.vc_row .demo-column h3.vc_custom_heading {
		font-size: 18px !important;
	}
	h2 {
		font-size: 24px;
	}
	.vc_row .testimonial-company {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		display: block;
	}
}