@import url("https://use.typekit.net/zxv0vev.css");

body,
h1, h2, h3, h4, h5, h6, 
.heading-font, 
.off-canvas-center 
.nav-sidebar.nav-vertical > li > a {
	font-family: "base-mono-narrow", "monospace" !important;
}

.alt-font {font-family: "base-mono-wide", "monospace" !important;}


#wrapper, #main {
    background: url(../img/wovbg.jpg);
	background-attachment: fixed;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}

.all-static-pages-bg {
    background: url(../img/all-static-pages.jpg);
	background-attachment: fixed;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}

.home #wrapper, .home #main {
	background: #7A0000 url(../img/red-bg.jpg);
	background-attachment: fixed;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}

/* .row {max-width: 900px;} */

.home #menu-footer-left-menu a,
.home #menu-footer-right-menu a {color: #16ffc1 !important;}
.home .wov-title {color: #16ffc1 !important;}
.home .wov-title:hover {font-weight:700; text-decoration: underline!important;}

.fancy-underline-wov:hover {font-weight:700; text-decoration: underline!important;}

.detail-page-practitioners {
  min-height: 500px;
}
/*
.header-wrapper.stuck, .header-shadow .header-wrapper, .layout-shadow #wrapper {
  /* -webkit-box-shadow: none!important;
  box-shadow: none!important;**
    -webkit-box-shadow: inset 0 90px 20px -36px rgb(0 0 0 / 55%);
    box-shadow: inset 0 90px 20px -36px rgb(0 0 0 / 55%);

}
*/
.wpc-filter-chip-name {
  font-size: .7em !important;
}

.inline-block{display:inline !important;}
.margin-left-20{margin-left:20px !important;}


footer#footer {
	position: fixed;
    bottom: 0vh;
}

/*code for mouse pointer*/
.cursor,
.cursor2,
.cursor3{
  position: fixed;
  border-radius: 50%;	
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  transition: all .1s linear;
  mix-blend-mode: difference; 
}
.cursor {
  background-color: #41f4c3;
  z-index: 109;
  height: 4px;
  width: 4px;
}
.cursor2,
.cursor3{
  height: 30px;
  width: 30px;
  z-index: 108;
  transition: all 0.3s ease-out;
}
.cursor.hover {
    height: 10px;
    width: 10px;
}
.cursor2.hover,
.cursor3.hover {
  transform: scale(1.4) translateX(-35%) translateY(-35%);
  border: none;
  background: transparent;
}

small {
    font-size: 75%;
}

/*
.cursor2.hover {
  background: rgba(255,255,255,0.3);
}
*/

.ball {
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  border: 2px solid #41f4c3;
  z-index: 100;
  transition: all .3s linear;
}

/*CSS for footer menus*/

.footer-left.pull-left {
	float: left;
}
.footer-right.pull-right {
	float: right ;
}

ul#menu-footer-left-menu .menu-item-has-children > ul.sub-menu,
ul#menu-footer-right-menu .menu-item-has-children > ul.sub-menu {
    display: none;
}

ul#menu-footer-left-menu ul.sub-menu {
	margin: 1.5em 0 1.5em 0em;
}

ul#menu-footer-left-menu .menu-item-has-children:hover > ul.sub-menu,
ul#menu-footer-right-menu .menu-item-has-children:hover > ul.sub-menu {
    display: block;
    position: absolute;
    bottom: 15px;
	padding: 10px;
}
ul#menu-footer-right-menu .menu-item-has-children > ul.sub-menu {
    margin-left: -3.5em;
}

ul#menu-footer-left-menu ::marker, ul#menu-footer-right-menu ::marker {
    display: none;
    content: "";
}

.accordion .toggle {right: 0 !important; left: unset !important;}
.accordion-title {padding: 0.6em 2.3em 0.6em 0.3em !important;}
.accordion-inner {padding: 1em 0.3em;}

.wpc-filter-practitioner_name .wpc-term-count {display:none !important;}

.border-radius {
	border-radius: 50px;
}

.recordings_posts .wp-post-image {border-radius: 25px;}

.sticky-circle {
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    height: 10em;
	width: 10em;
    position: fixed;
    bottom: 12%;
    right: 15%;
}

.home .rotate h2 {
    color: #16ffc1;
	font-size: 2em;
}

ul.cloud li {
    line-height: 1.2;
    font-size: 1.3em;
	margin-left: 1em;
    margin-right: 1em;
}

.sticky-circle-practitioner-page {
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    height: 10em;
    width: 10em;
    position: absolute;
    top: 50%;
    left: -15%;
}

::selection {
    background: #16ffc1;
}

.home .html.header-button-1, .home .html.header-button-1 a:hover, .home .html.header-button-1 a:focus {
    color: #16ffc1;
}

.html.header-button-1 a span:hover,
ul#menu-footer-left-menu a:hover,
ul#menu-footer-right-menu a:hover,
.text a:hover{
    text-decoration: underline;
	
}
footer#footer {
   z-index: 10;
}

li.html.header-button-1 span {
    text-transform: uppercase !important;
	font-weight: 100;
}

a.page-numbers {
    padding: 5px 10px;
}
span.page-numbers.current {
    padding: 5px 10px;
	font-weight: bold;
    color: #e54949;
}

.recodings-navigation .nav-previous h3 a:before{
    content: "";
    display: block;
    background: url("../img/rewind_icon.png") no-repeat;
	background-size: 30px 30px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 0 0;
}

.recodings-navigation .nav-next h3 a:before {
    content: "";
    display: inline-block;
    background: url("../img/forward_icon.png") no-repeat;
	background-size: 30px 30px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 0 0;
}

.float-right{float: right;}

.mfp-close-btn-in .mfp-close {
    color: beige!important;
}

iframe.wov-map {
    position: fixed;
    background: #000;
    border: none;
    top: 75px; 
	right: 0;
    bottom: 0; 
	left: 0;
    width: 100%;
    height: 100%;
}

.page-id-606 .header-wrapper {background-color: #fff !important;}
.page-id-606 .transparent .header-main {height: 75px !important; }
.page-id-606 .transparent #logo img {max-height: 75px;}


input[type=email], 
input[type=date], 
input[type=search], 
input[type=number], 
input[type=text], 
input[type=tel], 
input[type=url], 
input[type=password], 
textarea, select, 
.select-resize-ghost, 
.select2-container 
.select2-choice, 
.select2-container 
.select2-selection {
background-color: transparent !important;
}

.wpc-filters-widget-main-wrapper input[type=checkbox], 
.wpc-filters-widget-main-wrapper input[type=radio] {
background: transparent !important;
}

.lightbox-content {background-color: #39F4C3;}

.wov-fields {
    margin-bottom: 20px;
}
/*Header overlays*/
.header-wrapper.gray_header.stuck{
	-webkit-box-shadow: inset 0 100px 20px -45px rgb(250 250 240 / 90%);
    box-shadow: inset 0 100px 20px -45px rgb(250 250 240 / 90%);
}

.header-wrapper.green_header.stuck{
	-webkit-box-shadow: inset 0 100px 20px -45px rgb(163 253 228 / 95%);
    box-shadow: inset 0 100px 20px -45px rgb(163 253 228 / 95%);
}

.header-wrapper.red_header.stuck{
	-webkit-box-shadow: inset 0 100px 20px -45px rgb(111 0 0 / 75%);
    box-shadow: inset 0 100px 20px -45px rgb(111 0 0 / 75%);
}

/*Footer overlays*/

.absolute-footer-wov {padding-top:20px;}

#footer.red_footer {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(111 0 0) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(116 0 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(111 0 0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(116 0 1) 100%);
}

#footer.green_footer {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(163 253 228) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(163 253 228) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(163 253 228) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(163 253 228) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); */
}

#footer.gray_footer {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(253 250 243) 100%));
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(249 249 241) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(253 250 243) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(249 249 241) 100%);
}
.wpc-wrap-icons,
.widget-area .widget li.wpc-term-item a, 
.wpc-filters-widget-main-wrapper li.wpc-term-item a {
	    text-transform: uppercase;
		font-family: "base-mono-wide", "monospace" !important;
}

.practitioners-archive-page h5.post-title.is-large {margin-bottom:0;}
.practitioners-archive-page .recordings-highlights {margin-top: 15px;} 




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	
	.red_footer ul#menu-footer-left-menu .menu-item-has-children:hover > ul.sub-menu,
	.red_footer ul#menu-footer-right-menu .menu-item-has-children:hover > ul.sub-menu {
	   background-color: #7a0000 !important;
	}

	.gray_footer ul#menu-footer-left-menu .menu-item-has-children:hover > ul.sub-menu,
	.gray_footer ul#menu-footer-right-menu .menu-item-has-children:hover > ul.sub-menu {
	   background-color: #fff !important;
	}
	
	.green_footer ul#menu-footer-left-menu .menu-item-has-children:hover > ul.sub-menu,
	.green_footer ul#menu-footer-right-menu .menu-item-has-children:hover > ul.sub-menu {
	   background-color: #a3fde4 !important;
	}
	
}

@media only screen and (min-width: 1025px){
	.rotate {
		writing-mode: vertical-rl;
		text-align: center;
		transform: rotate(180deg);
	}
}