/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 04:19:32 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: "league-spartan";
	font-family: "tuffy";
	font-family: "raleway";
	font-display: swap;
	src: url("https://www.carolynpower.com/wp-content/uploads/2025/07/league-spartan-medium.ttf");
	src: url("https://www.carolynpower.com/wp-content/uploads/2025/07/tuffy_bold.ttf");
	src: url("https://www.carolynpower.com/wp-content/uploads/2025/07/raleway_bold.ttf"); 
	src: url("https://www.carolynpower.com/wp-content/uploads/2025/07/raleway_medium.ttf"); 
	src: url("https://www.carolynpower.com/wp-content/uploads/2025/07/raleway_regular.ttf"); 
}  
body {
	font-family: "league-spartan";
	color:#0a2d3f;
	background-color:#ffffff;
	font-weight: 400;
}
body > div {
	font-size: 20px;
}
a {
	text-decoration: none !important;
	color: #00537c;
}
.page .entry {
	margin-bottom: 0;
}
/*HEADING_SECTION*/
h2 , h3 , h4 , h5 , h6 {
	font-family: "league-spartan";
	font-weight: 400;
}
h1{
	font-size:40px;
	font-family: "tuffy";
}
h2 {
	font-size:36px;
	font-weight:600;

}
h3 {
	font-size:26px;

}
h4 {
	font-size:22px;

}
/***** Full Width CSS ******/
.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%;
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
	font-family: "raleway";
	font-weight:600;
	font-size: 24px;
	text-transform: uppercase;
}
.menu a span:hover,.genesis-nav-menu li.page_item.current-menu-item > a span:hover {
	color: #CC4959;
}

.vc_row .menu li {
	padding: 0 10px;
	margin:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.vc_row .nav-primary .genesis-nav-menu a {
	padding:0;
}
.header-row .menu-column.wpb_column, #header {
	z-index:99;
}
.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: #111944;
	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;
}
.vc_row .menu li:first-child {
	padding-left: 0;
}
.vc_row .menu li:last-child {
	padding-right: 0;
}
.vc_row .sub-menu-toggle{
	color: #ffffff;
	top: 2px;
	right: -6px;
	display: block !important;
	visibility: visible !important;
	padding: 0;
}
.sub-menu-toggle::before {
	content: "▼";
	width: auto;
	height: auto;
	font-size: 14px;
}
.sub-menu-toggle.activated::before {
	content: "▲";
}
.genesis-nav-menu .menu-item.menu-item-has-children {
	margin-right: 10px;
}
/*BUTTON_SECTION*/
.vc_row .vc_row .vc_btn3.vc_btn3-style-custom {
	background: #cc4959;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	padding: 2px 50px 0px 40px !important;
	line-height: 1.5;
	border: 2px solid #fff;
	border-radius: 40px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 0px 6px rgba(0,0,0,0.23);
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder {
	color: #0a2d3f;
	opacity: 1;
}
:-moz-placeholder {
	color: #0a2d3f;
	opacity: 1;
}
::-moz-placeholder {
	color: #0a2d3f;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #0a2d3f;
	opacity: 1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #cce8f5 !important;
	color: #0a2d3f;
	font-size: 16px !important;
	font-weight: 500;
	padding: 10px 15px !important;
	border-radius:1px !important;
	line-height: 1.5;
	border: 2px solid #cce8f5!important;
}
.vc_row .gform_wrapper .gform_footer input[type=submit] {
	border-radius: 25px !important;
	background-color: #cc4959 !important;
	border: 2px solid #f9f9f9 !important;
	color: #ffffff !important;
	margin: 0;
	font-weight: 700 !important;
	padding: 6px 2em 2px 2em !important;
	font-size: 22px !important;
	line-height:30px !important;
	text-align: center;

}
.vc_row .gform_wrapper .gfield textarea.medium {
	height: 80px !important;
	min-block-size: initial;
	resize: none;
}
.vc_row .gform_wrapper .gform_fields {
	gap: 16px;
}
.vc_row .gform_wrapper .gform_footer {
	text-align: center;
	display: block;
	margin-top: 16px;
	padding: 0;
}
.vc_row .gfield_html p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
.vc_row .gform_confirmation_message {
	color: #fff;
	padding: 7em 0;
}
.gform_wrapper.gform-theme .gfield.gfield--width-half {
	-ms-grid-column-span: 6;
	grid-column: span 6;
}
.gform_wrapper.gform-theme .gfield {
	grid-column: 1/-1;
}
.gform_wrapper.gform-theme .gform_fields {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	grid-column-gap: 2%;
	grid-row-gap: 16px;
}
.gform_wrapper.gform-theme .gfield.gfield--width-third {
	-ms-grid-column-span: 4;
	grid-column: span 4;
}
#contact h2.gform_submission_error, #contact .gfield_validation_message {
	background-color: #ffffffe3;
	padding: 2px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 400;
	color: #c02b0a;
	font-size: 18px;
	width: 100%;
}
.gform_wrapper.gform-theme .gfield.hidden_label label, .gform_validation_container {
	display: none;
}
:focus {
	outline:none !important;
}

/*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: #ffffff;
	top: 10px;
	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: 4px;
}
.vc_row .customaudioplayer .mejs-button {
	width: 17px;
	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.carolynpower.com/wp-content/uploads/2025/07/sprite.svg);
	width: 21px;
	height: 21px;
	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: -38px 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% - 25px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer {
	position: relative;
	width: 100%;
	margin: 0 auto 38px auto !important;
	min-height: 28px;
	padding: 36px 30px 20px 30px;


	border-radius: 40px;
	background-color:#094f79;
} 
.custom-audio-title {
	position: absolute;
	font-size: 18px;
	left: 55px;
	top: 20px;
	color: #ffffff;
	margin: 0 auto;
	display: inline-block;
	width: calc(100% - 50px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	text-transform: capitalize;
}
.customaudioplayer .download-audio .fa-download::before {
	background-position: -64px 0px;
	width: 29px;
	height: 18px;
}
.vc_row .fa-download {
	position: absolute;
	top: 2px;
	right: 24px;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 9px;
	width: 2px;
	top: -25px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current {
	background: #CC4959 !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: 14px;
  height: 21px;
  content: "";
  background-image: url(https://www.carolynpower.com/wp-content/uploads/2025/07/sprite.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  top: 44px;
  left: 29px;
}
.custom-event-class .customaudioplayer::after {
  content: '';
  background: #ffffff;
  position: absolute;
  width: calc(100% - 122px);
  height: 14%;
  left: -14px;
  margin: 0 auto;
  right: 0;
  top: 49px;
}
.custom-event-class .custom-audio-title {
	top: 22px;
	left: 52px;
}

.custom-event-class .customaudioplayer {
	padding: 5px 10px;
	min-height: 35px;
}

.custom-event-class .customaudioplayer .download-audio a {
  top: -13px;
}
.audio-block br {
	display:none;
}
.custom-event-class .wpb_video_widget {
	background-image:url(http://site69.webdnx.net/wp-content/uploads/2025/02/video.gif);
	background-position: center !important;
}
.vc_row .preview-lazyload {
	position: absolute;
	top: 0;
}
.audio-col .wpb_text_column br{
	display:none;
}
/*HEADER_SECTION*/
.wpb_raw_code.social-icons a{
	display:flex;
}
.wpb_raw_code.inline, .footer-row .inline{
	vertical-align:middle;
}
.logged-in #header {
	padding-top: 3.5em !important;
}
/*BANNER_SECTION*/
#banner h1{
	font-family: "tuffy";
	font-size:78px;
	text-shadow: 2px 4px 4px rgba(20, 21, 22, 0.51);
}
.vc_row.bio_row p{
	font-size:22px;
	line-height:1.3;
}
#banner h2 {
	font-size:36px;
	font-family: "raleway";
	font-weight:700;
}
#banner  h2 i {
	font-style:normal;
	font-weight:400;
}
#banner .wpb_raw_code {
	font-size:18px;
}

#banner .vc_col-sm-6 .wpb_wrapper h3.vc_custom_heading:nth-child(3) {
	text-indent:1.5em;
}
#banner .vc_col-sm-6 .wpb_wrapper h3.vc_custom_heading:nth-child(4) {
	text-indent:5em;
}
#banner .vc_col-sm-6 .wpb_wrapper h3.vc_custom_heading:nth-child(5) {
	text-indent:10.5em;
}
#banner p.vc_custom_heading {
	font-weight:700;
}
#banner {
	background-position: top !important;
}
/*BIO_SECTION*/

#about h1 {
	font-size:36px;
}
#about p{
	line-height:1.5;
	font-size:24px;
	text-align: left;
}
.vc_row .list-col.wpb_text_column{
	display: inline-block;
	text-align: left;
}
.vc_row .list-col ul{
	text-align: left;
	font-family: "league-spartan";
	font-size:24px;
}
.vc_row .list-col p{
	margin-bottom: 5px;
}
#about .wpb_wrapper{
	text-align:center;
}
/*VIDEO_SECTION*/
#load-more.disable, .group{
	display:none;
}
.group.active {
	display: block;
}
.vc_row .preview-lazyload {
	position: absolute;
	top: 0;
}
#banner h3 {
	text-shadow: 2px 4px 4px rgba(20, 21, 22, 0.51);
}
.vc_row .wpb_raw_code:hover svg{
	fill: #094F79;
}
#contact .wpb_text_column a:hover{
	color: #CC4959;
}
.vc_row .gform_wrapper .gform_footer input[type="submit"]:hover{
	background-color: #094F79 !important;
}
/*LOGO_SECTION*/
.vc_row .wpls-logo-showcase .slick-arrow {
	background-color: transparent;
	width: 50px;
	height: 50px;
}
.vc_row .wpls-logo-showcase .slick-arrow svg {
	fill: #6caecf;
}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img {
	width: 100%!important;
	height: auto!important;
	max-width: 100%!important;
}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img {
	box-shadow: 3px 3px 6px 4px rgba(0, 41, 71, 0.15) !important;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
	margin: 0;
	padding: 8px 0;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company {
	display: inline-block;
	line-height: 1;
	color:#ffffff;
	font-size:28px;
	font-family: "league-spartan";
}
.vc_row .testimonial-content{
	color:#ffffff;
	font-size:22px;
	font-family: "league-spartan";
}
.vc_row .testimonial-company {
	border-left: 2px solid #ffffff;
	margin-left: 10px;
	padding-left: 10px;
}
.vc_row .testimonial{
	padding: 0 5em;
	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.carolynpower.com/wp-content/uploads/2025/07/quotes.svg);
	width: 65px;
	height: 47px;
	position: absolute;
}
.vc_row .testimonial-content:before {
	left: 15px;
	top: 0;
}
.vc_row .testimonial-content:after {
	right: 15px;
	left: initial;
	transform: rotate(180deg);
	top: 0;

}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev::before, .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before{
	width: 37px !important;
	height: 37px!important;
	background: #6caecf!important;
}
.strong-view.nav-position-outside .wpmslider-controls {
	position: absolute;
	top: 83px;
	width: 100%;
}
/*BLOG_SECTION*/
.vc_row.blog-row h3{
	font-size:32px;
	font-weight:600;

}
.sidebar{
	padding: 2em 15px;
}
.content-sidebar .content, body.single-post .sidebar {
	padding: 7em 0px 2em 0;
}
body.single-post .sidebar {
	padding: 9em 0px 2em 0;
}
.search-form input[type="submit"], .wp-block-search__button[type=submit]{
	color: #ffffff !important;
}
.entry-content .search-form, .error404 .entry, .wpb_content_element {
	margin-bottom: 0px;
}
#blog .vc_gitem-post-data h2{
	font-size:26px;
}
#blog .vc_gitem-post-data-source-post_excerpt p{
	font-size:22px;
}
.wp-block-search__input{
	margin-bottom:10px;
}
.title-column h2 {
	font-size:34px;
}
.title-column span.vc_gitem-post-category-name {
	font-size:20px;
}
.hover-blog {
	background : #48ddf2;
}
.vc_row .vc_grid-filter {
	margin-bottom:0;
}
/*AUDIOBOOK*/
.vc_row.audiobook-row .custom-audio-title {
	display:none;
}
.vc_row.audiobook-row .customaudioplayer {
	width:100%;
	background: #070707;
}
.vc_row.audiobook-row .customaudioplayer .mejs-play:before, .vc_row.audiobook-row .customaudioplayer .mejs-replay:before, .vc_row.audiobook-row .customaudioplayer .mejs-pause:before, .vc_row.audiobook-row .customaudioplayer .download-audio :before, .custom-event-class .vc_row.audiobook-row .customaudioplayer:before{
	background-image: url(http://site91.webdnx.net/wp-content/uploads/2025/08/audiobook-buttons.svg); 
	height: 20px;
	background-size: 60px;
}
.vc_row.audiobook-row .customaudioplayer .mejs-play:before, .vc_row.audiobook-row .customaudioplayer .mejs-replay:before {
	background-position: 0px 3px;
}
.vc_row.audiobook-row .customaudioplayer .mejs-pause:before {
	background-position: -25px 3px;
}
.vc_row.audiobook-row .customaudioplayer .download-audio :before {
	background-position: -42px 2px;
}
body .vc_row.audiobook-row .mejs-time-current{
	background : #00537c !important;
}

/*CONTACT_SECTION*/

#contact .gfield_html p {
	text-align:center;
}
.vc_row .gform_wrapper .gform_footer {
	text-align: left;
}

.representation-title p{
	text-transform:uppercase;
	text-shadow: 2px 4px 4px rgba(20, 21, 22, 0.51);
}

/*FOOTER_SECTION*/
.footer-row .wpb_text_column p {
	font-size:16px;
}
/*VOICEOVER PAGE*/
.audio-row .customaudioplayer {
	margin: 0 auto 5px auto !important;
	padding: 0px 0px 0px 0px;
}
.audio-row .custom-audio-title {
	top: -20px;
	left:28px;
}
.audio-row  h3 {
	font-weight:600;
}
.voiceover-page #banner  .customaudioplayer {
	margin: 0 auto 38px 0 !important; 
}
.social-col .wpb_wrapper {
	display: flex;
	justify-content: space-between;
}
.voiceover-page #banner .responsive-img .desktop-img, .voiceover-page #banner .responsive-img .tab-img{
	display: none;
}
/* Sample Page*/
.sample .custom-audio-album, .sample .custom-audio-artist, .sample .custom-audio-year, .sample .custom-audio-genre, .sample .custom-audio-comment, .sample .custom-audio-track_number {
	color: #fff;
}
/* Fixed Header */

*#header {
	top: 0px;
	position: fixed !important;
	z-index: 99;
	width: 100%;
	border-bottom:5px solid #fff;
}
#header.fixed {
	top: 0px;
	position: fixed !important;
	z-index: 99;
	width: 100%;
}
.admin-bar #header.fixed {
	top: 32px;
}
.site-container{
	overflow-x: hidden;
}
.error404  .content {
	padding: 7em 0px 1em 0!important;
}
.custom-event-class #banner .customaudioplayer {
	margin: 0 auto 38px 0 !important;
	padding: 56px 30px 30px 30px !important;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1950px){ 
	#banner {
		padding-top: 5em !important;
		padding-bottom: 5em !important;
	}
	.voiceover-page #banner {
		padding-top: 2em !important;
		padding-bottom: 2em !important;
		background-position: 75% 100% !important;
	}
	#banner {
		background-position: 84% 100% !important;
	}
}
@media only screen and (max-width: 1700px){ 

	.voiceover-page #banner {
		padding-top: 1em !important;
		padding-bottom: 1em !important;
		background-position: 69% 100% !important;
	}
	#banner {
		padding-top: 3em !important;
		padding-bottom: 3em !important;
	}
}
@media only screen and (max-width: 1350px){ 
	.voiceover-page #banner > .vc_row.wpb_row {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1280px){ 
	#banner {
		background-position: right !important;
	}
	.voiceover-page #banner, #banner {
		background-size: contain !important;
		background-position: right !important;	
		background-color: #6caed0;
	}
	#banner {
		background-image: url(https://www.carolynpower.com/wp-content/uploads/2025/07/home-bg.jpg) !important;
	}
	.voiceover-page #banner {
		background-image: url(https://www.carolynpower.com/wp-content/uploads/2025/07/voiceover-bg.jpg) !important;
	}
}
@media only screen and (max-width: 1200px){
	.representation p {
		font-size: 16px;
	}
	#banner h1 {
		font-size: 63px;
	}
	#banner h2 {
		font-size: 29px;
	}

	.voiceover-page #banner h1 {
		font-size: 58px;
	}
	.voiceover-page #banner h2 {
		font-size: 25px;
	}
	.menu a span {
		font-size: 20px;
	}
	#banner {
		padding-top: 2em !important;
		padding-bottom: 2em !important;
	}
	#videos h3 {
		font-size: 19px;
	}
	.voiceover-page #banner p{	
		font-size:18px;
		line-height:21px;
	}
	.voiceover-page #banner .wpb_text_column {
		margin-right: 0 !important;
	}

	.vc_row .social-col{
		text-align:left;
	}
	.vc_row  .actor-access{
		margin-right: 15px !important;
		margin-left: 15px !important;
	}
	.voiceover-page #banner .text-column.wpb_column {
		width: 52%;
	}
}
@media only screen and (max-width: 1140px){
	.voiceover-page #banner .text-column.wpb_column {
		width: 46%;
	}
}
@media only screen and (max-width: 1090px){
	.voiceover-page #banner .text-column.wpb_column {
		width: 42%;
	}
	
	.custom-audio-title {
    font-size: 15px;
    width: 66%;
  }
}
@media only screen and (max-width: 1023px){
	.voiceover-page #banner .wpb_text_column  {
		margin-right: 120px !important;
	}
	.voiceover-page #banner .text-column.wpb_column {
		width: 50%;
	}
	.vc_row .menu li {
		padding: 0 5px;
	}
}
@media only screen and (max-width: 991px){
	#banner, .voiceover-page #banner {
		background-image:none !important;
		background-color: #6aafd0;
	}
	.voiceover-page #banner {
		padding-top: 0em !important;
		margin-top:6em !important;
	}
	#banner .wpb_text_column {
		padding-right:0 !important;
	}
	.social-col  .vc_column-inner  {
		margin-right: 0px !important;
	}
	.social-col .wpb_wrapper {
		justify-content: center;
	}

	#banner {
		padding-bottom: 0 !important;
		padding-top: 0em !important;
		margin-top:6em !important;
	}
	.home #banner .text-center, .vc_row .social-col,.site-footer .vc_column-inner,.representation .vc_column-inner {
		text-align: center;
	}
	#banner .banner-title-col.vc_hidden-xs {
		display: none !important;
	}
	#banner .vc_column_container,#contact .vc_column_container,.voiceover-page #banner .customaudioplayer,.site-footer .vc_column_container {
		width:100%;
	}
	.voiceover-page #banner .text-column.wpb_column{
		width:inherit;
	}
	.voiceover-page #banner .wpb_text_column {
		margin-right: 0px !important;
		margin-top: 30px;
	}
	#banner .vc_hidden-sm {
		display: block !important;
	}
	.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;
	}
	.mobilethird {
		-webkit-order: 3;
		order: 3;
	}
	#contact{
		padding-bottom:0!important;
	}
	.vc_row .wpmslider-prev {
		padding-right: 0;
		position: absolute;
		left: 0;
	}
	.vc_row .wpmslider-next {
		padding-left: 0;
		position: absolute;
		right: 0;
	}
	.strong-view.nav-position-outside .wpmslider-controls {
		top: 146px;

	}
	.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev::before, .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before {
		width: 24px !important;
		height: 24px !important;
	}

}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #B3DDEC;
	}
	.menu-toggle {
		padding: 0;
		font-size: 25px;
		line-height:30px;
		font-weight: 700;
		float:right;
	}
	.vc_row .menu li {
		padding: 5px 0;
		text-align:center;
	}
	.vc_row .genesis-responsive-menu{
		top: 23px;
		background: #0a2d3f;
		z-index: 9;
		position: absolute;
		left: 50%;
		width: 100%;
		border: 3px solid #B3DDEC;
		transform: translate(-50%, 0);
		padding: 15px 0 15px 0 !important;
	}
	.site-header .menu-toggle::before{
		content: '☰';
	}
	.menu-toggle span {
		display: none;
	}
	.site-header .menu-toggle::before, .site-header .menu-toggle.activated::before {
		position: relative;
		top: -2px;
	}
	.site-header .menu-toggle.activated::before {
		content: "☓";
	}
	.sidebar nav{
		display: block;
	}
	.header-row .wpb_column{
		width:100%;
		text-align:center;
	}
	.header-row .vc_col-sm-7 {
		z-index:9;
	}
	.vc_row .oxilab-flip-box-col-3 {
		width: 100%;
		margin: 15px auto;
	}
	#contact .headshot-image {
		position: static;
		width: 100%;
		height: 100%;
	}
	.vc_row .gform_wrapper {
		padding-bottom: 2em;
	}
	.hover-blog .vc_grid-filter {
		padding-bottom: 5px !important;
	}
	.hover-blog .vc_gitem-post-data {
		margin-bottom:0;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		display: block;
	}
	.vc_row .testimonial-company {
		border-left: 0;
		margin-left: 0;
		padding: 10px 0 0 0;
		line-height: 25px;
	}
	#banner h1 {
		font-size: 57px;
	}	
	#banner h2 {
		font-size: 24px;
	}
	#banner, .voiceover-page #banner  {
		margin-top:7.5em !important;
	}
	.custom-event-class .nav-primary {
		display: none;
	}
	body.single-post .sidebar {
		padding: 2em 0px 0em 0;
	}
	.content-sidebar .content {
		padding: 9em 0px 0em 0;
	}

}
@media only screen and (max-width: 767px){
	h1, h2, h3, .site-footer p, .vc_row .text-right, .vc_row .vc_btn3-container, .vc_row.contact-row .vc_row, .vc_row .gform_wrapper .gform_footer,#banner .vc_custom_heading, .site-logo, #banner, .vc_grid-filter.vc_grid-filter-left {
		text-align:center !important;
	}
	.customaudioplayer, .gform_wrapper {
		width:100%;
	}
	#contact {
		padding-bottom:3em;
	}
	.site-footer .wpb_text_column {
		padding-top:10px;
	}
	#audio-row{
		padding-top: 1em !important;
		padding-bottom: 3em !important;

	}
	#banner .vc_col-sm-6 .wpb_wrapper h3.vc_custom_heading:nth-child(3), #banner .vc_col-sm-6 .wpb_wrapper h3.vc_custom_heading:nth-child(4), #banner .vc_col-sm-6 .wpb_wrapper h3.vc_custom_heading:nth-child(5) {
		text-indent: 0;
	}
	#contact .wpb_raw_code {
		padding-top:0 !important;
	}

	.vc_row.audiobook-row .wpb_text_column {
		padding-top:10px !important;
	}
	.representation .wpb_text_column,.representation .wpb_wrapper,#banner .wpb_single_image{
		display:block;
	}
	.representation .text-center{
		margin-bottom:20px;
	}
	.gform-body{
		text-align:left;
	}
	.custom-audio-title {
		left: 28px;
		text-align: center;
	}
	.site-header .wpb_raw_code, .site-footer .wpb_raw_code {
		margin-right: 6px !important;
	}
	#about p,.vc_row .list-col ul  {
		line-height: 1.3;
		font-size: 20px;
	}
	.vc_row .audio-player-col .vc_column-inner{
		padding-top: 2em !important;
	}
	.vc_row .character-row{
		padding-top: 1em !important;
	}
}
@media only screen and (max-width: 641px){
	#contact .wpb_raw_code {
		padding:1em 0 0 0 !important;
		display:block;
	}
	#contact .gform_wrapper {
		padding-bottom:2em;
	}
	.social-col .wpb_wrapper {
		display:block;
	}
	.vc_row  .actor-access{
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.social-col .wpb_single_image {
		padding-top: 10px;
	}
	.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
		padding: 8px 15px;
	}
}
@media only screen and (max-width: 479px){
	.vc_row .testimonial-content::before, .vc_row .testimonial-content::after {
		width: 30px;
		height: 24px;
	}
	.vc_row .testimonial-content::before {
		left: 8px;
	}
	.vc_row .testimonial-content::after {
		right: 8px;
	}
	.vc_row .testimonial {
		padding: 0 2em;
	}
	.vc_grid-filter>.vc_grid-filter-item>span {
		font-size: 18px;
	}
	.hover-blog .vc_gitem-post-data-source-post_excerpt p {
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 0;
	}
	.hover-blog .vc_gitem-post-data-source-post_title h2 {
		font-size: 20px !important;
	}
	.hover-blog .vc_grid-filter>.vc_grid-filter-item>span {
		font-size: 15px;
	}
	h2 {
		font-size: 27px;
	}
	#banner h2 {
		font-size: 22px;
	}
	#blog .vc_gitem-post-data-source-post_excerpt p {
		font-size: 15px;
	}
	#banner h1 {
		font-size: 43px;
	}
	.vc_row .about_list{
		padding-right: 0em !important;
		padding-left: 0em !important;
	}

}


