#calendar_wrap caption, .header_font, .sod_select, .vc_tta-tabs-list, body, .regular_font, input, textarea {
    font-family: 'Cabin', sans-serif;
}

.menu_at_top .sticky_vrv #vrv_sticky_menu{
	/*top: 0;*/
}

@media (max-width: 869px) {
.menu_at_top #vrv_sticky_menu {
	display: none;
}
.menu_at_top .sticky_vrv #vrv_sticky_menu{
	display: block;
}

#verve_logo_after img {
	max-width: none;
}

#verve_logo_after, #verve_logos_wrapper, #vrv_home_link, #verve_header_inner, #verve_logo_after img  {
	width: 210px!important;
	height: 40px!important;
	max-width: none!important;
	max-height: none!important;
	z-index: 99999999999999999999999;
	display:  block;
	opacity: 1;
} 
}
@media (max-width: 350px) {
#vrv_sticky_menu a {
	font-size: 20px;
}
}



/*
@media (min-width: 870px) {
	#verve_logo_after {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	margin-left: -41px;
	}
	
	 #verve_logo_after img {
		 padding-right: 50px;
	 }
}
*/