/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2023 | 07:05:33 */
@font-face {	
	font-family: "montserrat";
	font-family: "opensans";
	font-family: "croissantone";
	font-family: "oswald";
	font-family: "cabin";
	font-display: swap;
	src: url("https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/montserrat-reg.otf");
	src: url("https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/opensans-reg.ttf");
	src: url("https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/croissantone-reg.ttf");
	src: url("https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/oswald-regular.ttf");
	src: url("https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/cabin-reg.ttf");
}
/*BASIC_SETTINGS*/
body {
	font-family: "montserrat";
	font-size: 18px;
	color:#2f130f;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color:#2f130f;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: "oswald";	
	color:#333333;
}
h1 {
	font-size: 67.77px;
}
h2 {
	font-size: 35px;
	font-weight:700;
}
h3 {
	font-size: 22px;
	font-weight:700;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.site_title {
	color: #F5F5F5;
	text-shadow: 2px 2px 5px rgba(63, 30, 30, 0.45);
	padding-right: 3.3em;
}
.croissant {
	font-family: "croissantone";
	font-weight: 400;
}
/*MENU_SECTION*/
.menu a span {
	color: #999999;
	font-family: "cabin";
	font-size: 19.04px;
	text-transform: uppercase;
}
.menu li {
	padding: 0 14px;
}
.menu li:first-child{
	padding-left:0;
}
.menu li:last-child{
	padding-right:0;
}
.genesis-nav-menu li.page_item.current-menu-item > a span {
	color: #ffffff;
}
.nav-primary {   
	float: none;
}
.left-menu , .right-menu {
	padding-top: 20px;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	padding:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #0b7884;
	padding-bottom:10px;
	border:0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
	display: inherit;
}
.genesis-nav-menu .sub-menu .sub-menu{
	margin: 0;
	position: absolute;
	left: 100% !important;
	top: 0px;
}
.vc_row .sub-menu-toggle {
	padding:0;
	display: block;
	visibility: visible;
}
.sub-menu-toggle::before {
	content: "";
	border: 8px solid transparent;
	border-top: 8px solid #ffffff;
	vertical-align: bottom;
	width: auto;
	height: auto;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry, .vc_row .menu li {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	font-size: 18px;
	padding: 2px 18px;
	line-height: 1.5;
	background-image: none;
	font-family: "croissantone";
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color: #000000;
	opacity:  1;
}
:-moz-placeholder { 
	color: #000000;
	opacity:  1;
}
::-moz-placeholder { 
	color: #000000;
	opacity:  1;
}
:-ms-input-placeholder { 
	color: #000000;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #f5f5f5;
	border: 0px !important;
	color: #000000;
	padding: 12px;
	border-radius: 6px;
	font-size: 17px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	color: #e2eaed;
	background: #990000;
	font-size: 18px;
	padding: 7px 27px;
	border-radius: 5px;
	font-family: "croissantone";
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.vc_row .gform_wrapper .gform_footer{
	text-align: right;
	margin-top: 22px;
}
.vc_row textarea {
	height: 95px;
}
.vc_row .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 22px;
}
.gform_confirmation_message {
	padding: 6.5em 0;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row, .header-full-width .wpb-content-wrapper .row-container {
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width], .header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row {
	max-width: 100%;
}
/*HEADER SECTION*/
.logo-title {
	position: absolute;
	width: 280px;
	left: 50%;
	transform: translate(-50%, -15px);
}
.logo-title a {
	color: #e9e9dc;
	font-size: 42px;
	letter-spacing: 2px;
	font-family: "oswald";
}
.logo-description {
	font-weight: 100;
	font-size: 24px;
	color: #e9e9dc;
	padding-top: 1.5em;
	font-family: "montserrat";
	letter-spacing: 4px;
}
.vc_row.header-row .vc_inner {
	background-position: top !important;
}
/*ICON_SECTION*/
.inline{
	vertical-align: middle;
}
.wpb_raw_code.info-icon a {
	display: inline-flex;
	align-items: center;
	font-family: "opensans";
}
.hex-icon {
	background: url(https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/hexagon.svg) no-repeat top;
	padding: 8px;
}
.mail_icon {
	line-height:12px;
}
.left-icon {
	padding-left: 2em;
}
/*AUDIO_SECTION*/
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, #target-demotag br {
	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: #c3c1bf;
	top: 6px;
	height: 14px;
	border-radius: 2px;
}
body .mejs-time-current {
	background: #990000 !important;
	height:14px;
	border-radius: 2px;
}
.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: 28px;
	height: 28px;
	content: "";
	background-image: url(https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/sprite_image.svg);
	background-size: 94px 30px;
	background-repeat: no-repeat;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position: 0 2px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -37px 2px;
}
.customaudioplayer .download-audio a {
	top: -28px;
	right: 0px;
	background-position: -68px 0;
}
.customaudioplayer .mejs-button {
	width: 30px;
	height: 30px;
}
.customaudioplayer .mejs-controls {
	height: 28px;
	padding: 0;
}
.vc_row .mejs-time-rail{
	margin: 0;
	height: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 34px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer {
	position: relative;
	width: 68%;
	margin: 32px auto;
}
.custom-audio-title{
	position: absolute;
	top: -12px;
	left: 30px;
	font-size: 16px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
:focus{
	outline:none !important
}
.custom-event-class .wpb_video_widget {
	background-image:url(https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/video.gif);
}
.custom-event-class .customaudioplayer:after{
	content: '';
	background: #c3c1bf;
	position: absolute;
	width: calc(98% - 60px);
	height: 14px;
	left: -6px;
	margin: 0 auto;
	right: 0;
	top: 10px;
	border-radius: 2px;	
}
.custom-event-class .customaudioplayer {
	height: 32px;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 0;
}
.custom-event-class .customaudioplayer:before{
	background-position: 0;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company {
	display: inline-block;
	line-height: 1;
	color: #9b8380;
	font-style: italic;
}
.vc_row .testimonial-company {
	border-left: 2px solid #ded1c1;
	margin-left: 10px;
	padding-left: 10px;
}
.vc_row .testimonial{
	padding: 0 5em;
	position:relative;
}
.vc_row .testimonial-content {
	margin-bottom: 1em;
	color: #f5f5f5;
}
.vc_row .testimonial-content:before,.vc_row .testimonial-content:after  {
	content: '';
	background-image: url(https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/quotes.svg);
	position:absolute;
	left: 2px;
	top: 0;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;  
}
.vc_row .testimonial-content:after {
	right: 0 !important;
	left: initial;
	transform: rotate(180deg);
}
#testimonial_row, #represenation_row {
	background-position: top !important;
}
#represenation_row {
	z-index:9;    
}
/*LOGO SECTION*/
.vc_row .slick-next:after, .vc_row .slick-prev:after{
	content: ' ';
	background:url(https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/arrow.svg) no-repeat;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
}
.vc_row .slick-prev:after{
	left: 0;
}
.vc_row .slick-next:after{
	right: 0 !important;
	left: initial;
	transform: rotate(180deg);
}
body .vc_row .wpls-logo-showcase .slick-arrow{
	text-indent: 0;
	background: transparent !important;
}
.wpls-logo-showcase .slick-arrow svg {
	fill: transparent;
}
/*VIDEO SECTION*/
.preview-lazyload {
	position: absolute;
	top: 0;
}
#load-more.disable .vc_btn3, .vc_row .group{
	display:none;
}
.vc_row .group.active {
	display: block;
}
.sidebar h2 {
	font-size:32px;
}
/*CONTACT SECTION*/
.vc_row.rep_row .wpb_text_column p, .vc_row.rep_row .wpb_text_column p a {
	color: #a89fa8;
}
/*FOOTER_SECTION*/
.site-footer .wpb_text_column p a, .site-footer .wpb_text_column p, .site-footer .wpb_raw_code a {
	color: #e2eaed;
	font-family: "opensans";
}
.site-footer .mobilesecond p {
	font-size: 11px;
}
.site-footer .mobilefirst a {
	font-size: 14px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 2560px){
	#menu_row {
		padding-bottom: 6.2em !important;
	}
	#video {
		padding-top: 16.2em !important;
		background-position: top center !important;
	}
	#testimonial_row {
		margin-top: -16em !important;
		padding-bottom: 27em !important;
	}
}
@media only screen and (max-width: 1920px){
	#menu_row {
		padding-bottom: 2.2em !important;
	}
	#video {
		padding-top: 12.2em !important;
	}
	#testimonial_row {	
		margin-top: -12em !important;  
		padding-bottom: 15em !important;
	}
	#video .vc_inner {
		padding-bottom:0 !important;
	}
}
@media only screen and (max-width: 1200px){
	.menu li {
		padding: 0 6px;
	}
	.logo-description {
		font-size: 21px;
	}
	.left-icon {
		padding-left: 0;
	}
	.vc_row.header-row .vc_inner {
		background: none !important;
	}
}
@media only screen and (max-width: 1023px){
	.left-menu, .right-menu {
		padding-top: 12px;
	}
	.menu a span {
		font-size: 16px;
	}
	#contact {
		background-position: 67% 99% !important;
	}
}
@media only screen and (max-width: 959px){
	.vc_row .menu-toggle, .vc_row .sub-menu-toggle {
		color: #ffffff;
	}
	.vc_row .menu li {
		padding: 10px 6px;
	}
	.menu a span {
		font-size: 19px;
	}
	.vc_row .genesis-nav-menu {
		position: absolute;
		width: 100%;
		text-align: center;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #24333b;
		padding: 10px;
		top: 34px;
		z-index: 9;
	}
	.menu li .sub-menu{
		text-align: center;
		width: 100%;
		padding: 0;
		background-color: transparent;
	}
	.vc_row .sub-menu-toggle{
		width: 100% !important;
		text-align: right;
	}
	.menu-toggle span {
		display: none;
	}
	.site-header .menu-toggle::before, .site-header .menu-toggle.activated::before {
		content: " ☰ ";
		font-size: 28px;
		height: 35px;
		width: 35px;
		font-weight: 700;
		margin: 0px;
	}
	.site-header .menu-toggle.activated::before {
		content: "☓";
	}
	.vc_row.header-row .parentrower {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex!important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.vc_row.header-row .mobilefirst {
		-webkit-order: 1;
		order: 1;
	}
	.vc_row.header-row .mobilesecond {
		-webkit-order: 2;
		order: 2;
	}
	.vc_row.header-row .mobilethird {
		-webkit-order: 3;
		order: 3;
	}
	.vc_row.header-row .mobilefourth {
		-webkit-order: 4;
		order: 4;
	}
	.left-menu, .right-menu {
		padding-top: 0;
	}
	.vc_row.header-row .wpb_column {
		width:100%;
		text-align:center;
	}
	.logo-col .vc_column-inner {
		margin-top:0 !important;
	}
	#menu_row {
		padding-top: 1em !important;	
	}
	.customaudioplayer {
		width:100%;	
	}
	.vc_row.header-row .mobilethird {
		padding: 10px 0;
	}
}
@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;
		display:block  !important;
	}
	.text-right,.site-footer .vc_row .wpb_column, .vc_row .site-logo, .vc_row .testimonial div {
		text-align: center;
	}	
	.vc_row .testimonial-company {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		display: block;
	}	
	.vc_row .vc_btn3.vc_btn3-style-custom {
		font-size: 21px;
		width: 100%;	
	}	
	#contact {
		background-image: none !important;
		padding: 0 !important;
		background-color: #a8aeb7 !important;
	}
	.site-footer p.vc_custom_heading {
		text-align: center !important;
	}
	.vc_sep_width_70 {
		width: 100%;
	}
	.site-footer .mobilesecond .wpb_text_column p{
		padding-top: 6px;
		font-size: 12px;
	}
	.vc_row .testimonial-content:before, .vc_row .testimonial-content:after {
		width: 26px;
		height: 26px;
	}
	.vc_row .testimonial {
		padding: 0 2em;
	}
	#video, #represenation_row {
		margin-top: 0 !important;
		padding-top: 2em !important;
	}
	#represenation_row {
		padding-bottom: 2em !important;
	}
	#video {
		background-image: url(https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/mob_videobg.jpg) !important;
	}
	#represenation_row {
		background-image: url(https://www.harrisonbeesonvo.com/wp-content/uploads/2023/10/mob_agentbg.jpg) !important;
	}
	.vc_row.rep_row h2, #represenation_row .wpb_text_column {
		padding-top: 0 !important;
	}
	.vc_row.banner_row .vc_col-sm-6 h2, .vc_row.contact_row h2 {
		padding-bottom: 0 !important;	
	}
	#menu_row {
		background-image: url(https://www.harrisonbeesonvo.com/wp-content/uploads/2023/11/mob_banner.png) !important;
	}	
	.vc_row.banner_row .vc_inner .vc_col-sm-6 {
		padding-top: 1.5em !important;	
	}
	.vc_row.contact_row .wpb_single_image {
		padding-bottom: 6px;
	}
}
@media only screen and (max-width: 639px){
	.vc_row .mail_icon {
		display: block;
		padding: 10px 0 0 0 !important;
		margin: 0 !important;
		border: 0 !important;
	}
	.vc_row.testimonial_row .wpb_text_column{
		padding-top: 1em !important;
	}
	#testimonial_row {
		background: #474e56 !important;
		padding: 2em 0 !important;
	}
	#clients {
		margin-top: 0 !important;
		padding: 2em 0 !important;
	}
}
@media only screen and (max-width: 479px){
	.logo-title a {
		font-size: 38px;
	}
	h2 {
		font-size: 30px;
	}
	.vc_row.banner_row .vc_col-sm-5 h2 {
		font-size: 22px !important;
	}
}