/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 14:07:44 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: 'Raleway-Light';
	font-display: swap;
	src: url(https://www.bholleycreations.com/wp-content/uploads/2025/09/Raleway-Light.ttf);
}
@font-face {
	font-family: 'Raleway-Bold';
	font-display: swap;
	src: url(https://www.bholleycreations.com/wp-content/uploads/2025/09/Raleway-Bold.ttf);
}
@font-face {
	font-family: 'Shadows';
	font-display: swap;
	src: url(https://www.bholleycreations.com/wp-content/uploads/2025/09/ShadowsIntoLightTwo-Regular.ttf);
}
@font-face {
	font-family: 'Lato';
	font-display: swap;
	src: url(https://www.bholleycreations.com/wp-content/uploads/2025/09/Lato-Regular.ttf);
}
body {
	font-family: 'Raleway-Light';
	color:#141926;
}
body > div {
	font-size: 18px;
	color: #221d22;
	font-weight:400;
}
a {
	text-decoration: none !important;
	color: #141926;
}
/*HEADING_SECTION*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Shadows';
}
h1,h2.header-title{
	font-family: 'Shadows';
	font-size: 88px;
}
h2 {
	font-size: 36px;
	font-weight:400;
}
h3 {
	font-family: 'Raleway-Bold';
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h2.tagline{
	font-family: 'Lato';
}
.entry-content ul {
	margin-bottom: 0;
}
/***** 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 {
	color: #9570bd!important;
	font-size: 20px;
	font-family: 'Raleway-Bold';
}
.menu li {
	padding: 0 15px;
}
.menu li:first-child {
	padding-left: 0;
}
.menu li:last-child {
	padding-right: 0;
}
.vc_row .nav-primary,.menu-toggle {
	float: none;
}
.nav-primary .genesis-nav-menu a {
	padding-left: 0; 
	padding-right: 0; 
}
.widget ul > li {
	margin: 0;
}
.genesis-nav-menu .menu-item-type-post_type.current-menu-item > a {
	border-bottom:10px solid #77b5b6;
}
.genesis-nav-menu a {
	padding-bottom: 0;
}
/*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 {
	margin: 0;
}
/*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: 700;
	border-radius: 0;
	padding:15px 50px;
	background:#333955;
	box-shadow: 0px 0px 5px #000;
	border:none;
	font-family: 'Montserrat', sans-serif;
}
.vc_row.blog-row .vc_btn3.vc_btn3-style-custom {
	font-size:10px;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder {
	color: #67686B;
	opacity: 1;
}
:-moz-placeholder {
	color: #67686B;
	opacity: 1;
}
::-moz-placeholder {
	color: #67686B;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #67686B;
	opacity: 1;
}
/*FORM_SECTION*/
input,select,textarea {
	background-color: #fff;
	border:0 !important;
	color: #67686B !important;
	font-size: 18px;
	padding: 14px 12px !important;
	border-radius: 0px;
	line-height: 1;
}
.vc_row .gform_wrapper .gform_footer input[type="submit"] {
	margin: 0;
	background: #333333;
	font-weight: 700;
	color:#9570bd!important;
	border-radius:none;
	font-family: 'Raleway-Bold'!important;
	width:150px;
	box-shadow: 0px 0px 5px #000;
	border:0!important;
	font-size: 18px !important;
	padding: 12px 10px !important;
}
.vc_row .gform_wrapper .gform_footer {
	margin-top: 16px;
	text-align:right;
}
.vc_row textarea {
	resize: none;
	height: 130px;
}
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;
}
.gform_confirmation_message {
	color: #221d22;
	text-align: center;
	padding: 5em;
}
#contact h2.gform_submission_error, #contact .gfield_validation_message {
	background-color: #ffffffe3;
	padding: 2px;
	margin-top: 10px;
	display: inline-block;
	color: #ff0000;
	font-size:18px;
	box-shadow:none;
}
.error404 .search-form-input {
	border: 2px solid #000 !important;
}
.error404 .search-form-submit {
	color: #fff !important;
}
/*AUDIO_PLAYLIST*/
body .vc_row.audio-row .wp-playlist.wp-audio-playlist {
	background-color:#111111;
	position:relative;
	width: 80%;
	margin: 0 0 0 auto;
}
.vc_row.audio-row .mejs-container .mejs-controls, .vc_row.audio-row .mejs-container{
	background: #9570bd;
	padding: 0;
	width: 100% !important;
}
body .vc_row.audio-row .wp-playlist-prev, body .vc_row.audio-row .wp-playlist-next {
	position: relative;
	top: -40px;
	float: right;
	z-index: 9;
	width: 30px;
	height: 30px;
	background-color: transparent !important;
}
body .vc_row.audio-row .wp-playlist-prev {
	background-position: -73px 3px;
	right: 4em;
}
body .vc_row.audio-row .wp-playlist-next {
	background-position: -99px 3px;
	right: 4.5em;
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-play:before, .vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-pause:before, .vc_row.audio-row .wp-playlist-next, .vc_row.audio-row .wp-playlist-prev, .vc_row.audio-row .wpse-download:before {
	content: " ";
	background: url(https://www.bholleycreations.com/wp-content/uploads/2025/09/audio-button.svg) no-repeat;
	background-size: cover;
	width: 39px;
	height: 32px;
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-play:before{
	background-position: 4px 0;
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-pause:before{
	background-position: -39px 0;
}
.vc_row.audio-row .wpse-download:before{
	background-position: -145px 0;
}
.vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-play, .vc_row.audio-row .wp-audio-playlist .mejs-button.mejs-pause, .vc_row.audio-row .wpse-download:before, body .vc_row.audio-row .wp-playlist-prev, body .vc_row.audio-row .wp-playlist-next  {
	background-color:#9570bd;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.audio-row .wp-playlist .mejs-controls .mejs-button button {
	display: none;
}
.audio-row .wp-playlist-light .wp-playlist-caption {
	max-width: 100%;
}
.audio-row span.mejs-time-total.mejs-time-slider {
	position: relative;
	top: 13px;
	height: 8px;
}
.audio-row .wpse-download {
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 9999;
}
body .audio-row .wp-audio-playlist.wp-playlist-light .wp-playlist-playing, .vc_row.audio-row .vc_row .mejs-controls .mejs-time-rail .mejs-time-current{
	background-color:transparent;
}
body .audio-row .wp-audio-playlist.wp-playlist-light .wp-playlist-playing a span{
	color: #fff;
	font-weight: 400;
}
.vc_row.audio-row .mejs-controls .mejs-time-rail .mejs-time-current {
	height:8px;
	transition:none;
	background: #DAC7A9 !important;
}    
body .audio-row .mejs-button button {
	transition: none !important;
}
.audio-row .wp-playlist .wp-playlist-current-item img, .audio-row span.mejs-time-handle,  .audio-row span.mejs-time-loaded,body .audio-row span.mejs-time-loaded, body .audio-row span.mejs-time-hovered, body .audio-row span.mejs-time-buffering, .audio-row .toggle-font, .audio-row .wpse-download i, .audio-row .wp-audio-playlist span.mejs-currenttime, audio, .audio-row .vc_row .mejs-time, .vc_row.audio-row .mejs-time-float{
	display:none!important;
}
.audio-row .wp-audio-playlist .wp-playlist-tracks {
	background-color: #6db9a7;
	margin-top: 0;
	border-top: 1px solid #ffffff;
}
.vc_row.audio-row .wp-playlist-item-meta{
	color:#ffffff !important;
}
.vc_row.audio-row .wp-playlist-playing .wp-playlist-item-title {
	color:#20283c;
}
.audio-row .wp-playlist-current-item .wp-playlist-item-title {
	top: 4px;
	position: relative;
}
.audio-row .wp-audio-playlist .wp-playlist-item-title {
	font-size: 14px;
	color: #282828;
	z-index: 9;
	animation: none !important;
}
.audio-row .wp-playlist.wp-audio-playlist  {
	border: 0;
	padding: 0;
	margin: 0;
}
.audio-row .wp-audio-playlist .wp-playlist-current-item {
	margin-bottom: 0;
	position: absolute;
	width: calc(100% - 48px);
	left: 3.5em;
}
.audio-row .wp-audio-playlist .wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 10px 0;
	border-bottom: 1px solid #111111;
	padding-left: 20px !important;
}
.audio-row .wp-audio-playlist .mejs-time-rail {
	width: calc(100% - 100px)!important;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: auto;
}
.audio-row .wp-audio-playlist .mejs-controls {
	height: 40px;
}
.audio-row .wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .audio-row .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded, .audio-row .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color:#ffffff!important;
}
.audio-row .mejs-time {
	position: absolute;
	top: -49px;
	right: 0;
	z-index: 99999;
	padding: 0;
}
.vc_row.audio-row .vc_row .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #ffffff !important;
	z-index: -1;
}
.vc_row.audio-row .vc_row .mejs-controls a.mejs-horizontal-volume-slider {
	width: 18px;
	height: 14px;
	position: absolute;
	right: 3.3em;
}
.mejs-button {
	width: 35px!important;
}
.vc_row.audio-row .mejs-volume-button, .vc_row.audio-row .vc_row .wp-playlist .mejs-horizontal-volume-total, .audio-row .mejs-time, .audio-row .mejs-controls a.mejs-horizontal-volume-slider {
	display: none;
}
body.custom-event-class .vc_row.audio-row .wp-playlist-prev, body.custom-event-class .vc_row.audio-row .wp-playlist-next {
	display:none;
}
.custom-event-class .wpb_video_widget , .custom-event-class .wp-audio-playlist{
	background-image:url(https://www.bholleycreations.com/wp-content/uploads/2025/09/video.gif);
	height: 120px;
}
/*TESTIMONIAL-SECTION*/
.testimonial-row .testimonial {
	text-align:center;
	padding: 1em 8em;
}
#testimonials .wpmtst-testimonial-inner {
	text-align: center;
}
#testimonials .testimonial-name{
	margin-top:1em;
}
.vc_row .testimonial-content:before {
	left: 0;
	top: 0;
}
.vc_row .testimonial-content:after {
	right: 0;
	transform: rotate(180deg);
	bottom: 0px;
}
.vc_row .testimonial {
	padding: 0 4.5em;
	position: relative;
}
.testimonial-col.wpb_column .vc_column-inner  {
	background-repeat:no-repeat!important;
	background-position:center!important;
}
.vc_row .testimonial-content:before, .vc_row .testimonial-content:after {
	content: '';
	background-repeat: no-repeat;
	background-image: url(https://www.bholleycreations.com/wp-content/uploads/2025/09/left-testimonials.svg);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}
/*BANNER_SECTION */
#banner,#contact{
	background-image: linear-gradient(30deg, #77b4b5 0%, #378c93 100%);
}
#header .wpb_raw_code > .wpb_wrapper {
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
}
#header .text-right .wpb_raw_code > .wpb_wrapper a {
	line-height: 12px;
}
h1.site-title{
	font-family: 'Balthazar';
	font-weight: 400;
}
#banner{
	position:relative;
}
.wpb_single_image.caricature-img img {
	position: absolute;
	bottom: -100px;
}
#banner .wpb_column {
	position: inherit;
}
/* ABOUT_SECTION */
.circle-image img{
	width:70px;
	height:70px;
}
.wpb_single_image.circle-image  {
	border-radius: 250px;
	box-shadow: 0px 0px 5px #000;
}
#learn-more {
	background-position:top!important;
}
#about .vc_btn3-container.vc_do_btn.disable{
	margin-top: 0 !important;
}
/*BLOG_SECTION*/
.vc-gitem-zone-height-mode-auto:before {
	padding-top: 2em;
}
.sidebar input, .sidebar select, .sidebar textarea {
	border: 1px solid #000 !important;
}
.vc_row.blog-row .blog-content:hover{
	background: #333955b3;
	box-shadow: 15px 15px #BBC1BF;
	color: #fff;
}
.single .site-inner {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vc_row.blog-row .blog-content .vc_col-sm-12.vc_gitem-col{
	min-height: 460px;	
}
.blog-row h3{
	margin: 0 0 0px;
}
/*CONTACT_SECTION*/
#contact i,#blog i,#clients i,#testimonials i,#about i,#learn-more i{
	color:#9570bd!important;
	font-style:normal;
}
#clients h2,#testimonials h2,#about h2{
	box-shadow: 0px 0px 5px #77B5B6;
}
#learn-more h2,#contact h2{
	box-shadow: 0px 0px 5px #000;
}
#blog h2{
	box-shadow: 0px 0px 5px #0000008f;
}
/*FOOTER_SECTION*/
.site-footer p,.site-footer a{
	font-size:15px;
	color:#fff;
}
#contact h3 {
	font-size: 30px!important;
}
/*LOAD_MORE*/
.content-sidebar .content,.content-sidebar-sidebar .content,.sidebar-content-sidebar .content,.sidebar {
	padding: 2em 15px;
}
.vc_row .disable .vc_btn3, .vc_row .group  {
	display: none;
}
.vc_row .group.active {
	display: block;
}
.vc_row .preview-lazyload {
	position: absolute;
	top: 0;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px) {
	.menu a {
		font-size: 18px;
	}
	.menu li {
		padding: 0 9px;
	}
}
@media only screen and (max-width: 1023px) {}
@media only screen and (max-width: 959px) {
	.menu a span,.menu-toggle, .menu-toggle:hover, .menu-toggle:focus ,	.single-post .menu a span, .error404 .menu a span, .archive .menu a span {
		color: #333955;
	}
	.menu.genesis-nav-menu a {
		display: inline;
	}
	.menu li {
		padding: 7px 0;
	}
	.menu-toggle {
		padding:0;
		font-size: 25px;
		line-height:30px;
		font-weight: 700;
		float:right;
	}
	.menu li .sub-menu {
		padding-bottom: 0;
	}
	.vc_row .genesis-responsive-menu{
		top: 28px;
		background: #fff;
		position: absolute;
		left: 50%;
		z-index:9;
		width: 100%;
		border: 2px solid #fff;
		transform: translate(-50%, 0);
		padding: 0 0 10px 0 !important;
		text-align: center;
		border: 2px solid #333955;
	}
	.site-header .menu-toggle::before {
		top: 0;
	}
	#genesis-mobile-nav-primary span,.custom-event-class .genesis-responsive-menu {
		display: none;
	}
	.site-header .menu-toggle::before{
		content: '☰';
	}
	.site-header .menu-toggle.activated::before {
		content: "☓";
	}
	#header .text-center.wpb_column {
		z-index: 9;
	}
	h2.header-title{
		text-align:center!important;
	}
	h3 {
		font-size: 20px;
	}
	.wpb_single_image.caricature-img img {
		bottom: -122px;
		left: 0;
	}
	#header .wpb_column,.vc_row .gform_wrapper .gform_footer input[type="submit"]{
		width:100%!important;
	}
	#header .wpb_raw_code > .wpb_wrapper {
		justify-content: center;
	}
	.header-name.wpb_column {
		order: 2;
	}
	#learn-more{
		padding-top: 3em !important;
		background : linear-gradient(30deg, rgba(80, 46, 125, 1) 0%, rgba(84, 50, 129, 1) 4.44%, rgba(119, 84, 161, 1) 45.12%, rgba(141, 105, 181, 1) 78.42%, rgba(149, 113, 188, 1) 100%)!important;
		border-top:5px solid #282828;
	}
	#about{
		padding-bottom: 3em !important;
	}
	h1{
		font-size: 76px!important;
	}
	#banner{
		z-index: 0;
	}
	.mail-link{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.single .site-inner {
		height: auto;
		display: inherit;
	}
	h2.tagline {
		margin-top: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	h1,h5,h2,.vc_row .wpb_single_image,.vc_row .vc_btn3-container,.site-footer .text-right,.site-footer p,.site-footer .vc_row,#banner .site-logo,.vc_row .testimonial-name, .vc_row .testimonial-company,.vc_row.header-row,.vc_row.header-row .text-right {
		text-align: center !important;
	}
	.vc_row .testimonial-content::before, .vc_row .testimonial-content::after {
		width:30px;
		height: 30px;
	}
	.vc_row .testimonial {
		padding: 0 2em;
	}
	.sub-heading,h3 {
		text-align:center!important;
	}
	body .vc_row.audio-row .wp-playlist.wp-audio-playlist {
		margin: 0 auto;
		width: 90%;
	}
	h1 {
		font-size: 50px !important;
	}
	h2.tagline {
		font-size: 22px!important;
		padding-right: 0 !important;
	}
	#banner .wpb_column.vc_col-sm-4{
		order: 2;
	}
	.wpb_single_image.caricature-img img {
		position: inherit;
		padding-top: 16px;
	}
	#banner{
		padding-bottom: 0 !important; 
	}
	#about,#banner{
		padding-top:3em!important;
	}

}
@media only screen and (max-width: 640px) {
	.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
		grid-column: 1/-1;
	}
}
@media only screen and (max-width: 639px) {
	.wpb_raw_code.contact-links{
		margin-right: 0!important;
		display: block!important;
	}
	#footer .wpb_raw_code.contact-links {
		margin-right: 0!important;
	}

}
@media only screen and (max-width: 479px) {
	#header .wpb_raw_code a{
		font-size: 17px!important;
	}
	.sub-heading h2 {
		font-size: 27px;
	}
}
