/*
Theme Name: Theme
Template: enfold
*/

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
    max-width: initial !important;
}

/* Breadcrumbs */

#lp-header .container {
	padding-top: 0px !important;
}

.lp-logo {
	max-width: 300px;
	width: 100%;
	margin-bottom: 100px;
	margin-right: 0px !important;
}

.lpheadertext {
	margin-bottom: 10px;
	font-size: 20px;
	color: #685642;
}

.lpheaderphone {
	font-size: 30px;
	color: #90ac68 !important;
}

#lp-form {
    border-color: #cfa861;
    padding: 50px;
	border: 1px solid #CFA861 !important;
	background: #90ac68;
}

#lp-form form {
    margin-bottom: 0px !important;
}

#lp-form label {
    font-weight: bold;
    font-size: 15px;
    color: white;
}

#lp-form input[type="text"], #lp-form input[type="email"], #lp-form input[type="tel"], #lp-form textarea, #lp-form select {
    height: 40px;
    padding: 10px 15px !important;
    vertical-align: middle !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    border-width: 0px !important;
	background-color: white !important;
}

#lp-form input.wpcf7-submit {
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 10px 20px 10px 20px;
	border-radius: 0px;
	background: #685642 !important;
	width: 100%;
}

#lp-form .wpcf7-spinner {
    display: none;
}

#homesplash .breadcrumb-trail {
	text-align: center !important;
	color: white !important;
	margin: auto !important;
    width: fit-content;
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

#homesplash .breadcrumb-trail a {
	color: white !important;
}

.title_container { 
	background-color: #f8f8f8!important; 
	color: #354635 !important;
}

.title_container .breadcrumb-trail, .title_container .breadcrumb-trail a {
	color: #354635 !important;
}

/*BOX STRIP */

#boxstrip {
	background: #90ac68 !important;
}

.boxcontainer {
    width: 33.3333%;
    float: left;
    padding: 40px 40px;
    outline: 1px solid rgba(255, 255, 255, 0.5);
    outline-offset: -15px;
    text-align: center;
    color: white !important;
	transition:0.5s;
}

.boxcontainer:hover {
	background: #354635;
}

.boxcontainer h3 {
	margin-bottom: 0px;
}

.boxcontainer a {
	text-decoration: none !important;
	color: white !important;
}

@media only screen and (max-width: 767px){	

#boxstrip {
	padding: 10px 0px;
}

.boxcontainer {
	width: 100%;
}	
}

/*Add your own styles here:*/

#buttonbar .avia-button {
    color: #354635 !important;
    border-color: white !important;
    background-color: white !important;
}

.wpcf7-spinner {
    display: none !important;
}

.html_av-overlay-side #top .av-burger-overlay-scroll {
    background: rgba(53, 70, 53, 0.8) !important;
}

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0px;
}

.avia-image-container-inner,.avia-image-container .avia_image {
	width: 100% !important;
}

.avia-slideshow li img {
    border-radius: 0px;
}

#top .flex_column_table {
    margin-top: 0px;
}

#scroll-top-link {display: none; }

.logo img {
	padding-top: 10px;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal !important;
	text-transform: none !important;
}

#top #header .avia_mega_div>.sub-menu {
    padding: 10px 20px 20px;
}

#header .six.units {
	width: auto !important;
}

#header .three.units {
	width: auto !important;
}

#header .avia-menu-text {
	white-space: nowrap !important;
}

#slimsection .container {
    max-width: 1100px !important;
}

#mapsection .container {
    padding: 0 0px !important;
	max-width: 100% !important;
	margin-bottom: -10px !important;
	width: 100% !important;
}

/**** AVIA BUTTONS AND MEDIA ****/

body div .avia-button {
    border-radius: 0px;
    padding: 13px 25px !important;
    font-size: 13px !important;
    border: 0px !import33ant;
	text-transform: uppercase;
	font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important;
	letter-spacing: .2em;
	border-bottom: 0px !important;
}

.avia-button.avia-color-theme-color {
	background: #90ac68 !important;
}


/***** HEADER *****/

#header {
	background: #191919 !important
}

.main_menu {
	padding-top: 30px;
}

.avia-menu-text {
	font-weight: normal !important;
}

.av-main-nav > li {
    height: 71px !important;
}

#header .widget {
    text-align: right;
    position: absolute;
    width: auto;
    right: 15px !important;
    z-index: 9999 !important;
    height: 40px;
    padding-bottom: 0px !important;
	line-height: normal;
    overflow: hidden !important;
	padding: 0px;
	top: 20px;
	font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important;
}

.toptext {
    font-size: 18px;
    padding-right: 5px;
}

.topphone {
    font-size: 18px;
    margin-bottom: 3px;
    color: white !important;
    padding: 7px 20px;
    background-color: #685642;
    border-radius: 5px;
    display: inline-block;
    transition: 0.3s;
}

.topphone:hover {
    background-color: #90ac68;
	color: white !important;
}


/* SPLASH */

#homesplash .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

#homesplash p {
	color: #ffffff;
}

#homesplash h1 {
	color: #354635;
	font-size: 45px;
}

#homesplash h2 {
	color: #ffffff;
	font-size: 28px;
}

#subsplash p {
	color: #ffffff;
}

#subsplash h1 {
	color: #354635;
	font-size: 60px;
}

.splashwhite {
	position: relative;
	max-width: 800px;
	margin: auto;
    padding: 40px;
    background: rgba(144, 172, 104, 0.7);
}

/* HOMEMAIN */

.whiteheading h2 {
	color: white !important;
	font-size: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#hometop .container {
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

#hometop h2 {
	margin-bottom: 30px;
	font-size: 30px;
}

#homemain .container {
	padding-bottom: 60px;
	padding-top: 10px;
}

#homemain .flex_column_table {
	margin-top: 0px !important;
}

#homemain .av-flex-placeholder {
    width: 2%;
}

#homemain .avia_textblock {
    clear: both;
    line-height: 1.65em;
    padding: 40px 0px;
    margin: auto;
}

.homebox {
	position: relative;
	padding-bottom: 100px !important;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3);
}

.homeboximage {
	position: relative;
    background: rgba(0, 0, 0, 0.5);
}

.homebox .avia_textblock {
    padding: 20px 40px !important;
}

.homebox .avia-button-wrap {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 40px !important;
}

/*
.flex_column.homebox {
	outline: 1px solid #cfa861;
    outline-offset: -16px;
}

.homeboximage:after {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 0px;
	left: 15px;
	right: 15px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 0px !important;
}
*/

#hometour {
	background-color: #EFEFEF;
}

.tourleft {
	position: relative;
    background: #90ac68;
	padding: 60px !important;
}

.tourleft h1,.tourleft h2,.tourleft h3 {
	color: #354635;
}

.tourleft p {
	color: white !important;
}

.tourleft a {
	color: #354635 !important;
}

.tourleft .avia-button.avia-color-theme-color {
	background-color: #685642 !important;
	color: white !important;
}

#homeform h2 {
	padding-bottom: 30px;
}

#homeform .avia_codeblock_section {
	max-width: 700px;
	margin: auto;
}

#altsection .container {
	max-width: 1000px;
	margin: auto !important;
}

#altsection .flex_column {
    background: white;
    padding: 60px;
	/*
    outline: 1px solid #cfa861;
    outline-offset: -15px;
	*/
}

.av-iconlist-small .iconlist_title_small {
	font-size: 18px !important;
}


/* BLOG */

div .av_one_third {
    margin-left: 3%;
    width: 31.333333333333333333%;
}

.small-preview img, .big-preview img {
    border-radius: 0px !important;
}

.entry-content-wrapper .big-preview.single-big {
    padding: 0 0px 30px 0 !important;
}

#mainblog .avia-content-slider .slide-image img {
    height: -webkit-fill-available !important;
    max-height: 200px;
}

.avia-content-slider .slide-image {
    border-radius: 0px !important;
	margin-bottom: 0px !important;
}

.avia-content-slider .slide-image img {
	border-radius: 0px !important;
}

.html_modern-blog .avia-content-slider .slide-meta {
    margin-top: 0px;
	display: none !important;
}

.avia-content-slider .slide-entry-title {
    font-size: 1.4em !important;
    line-height: 1.4em !important;
    margin: 0;
}

.avia-content-slider .slide-entry-excerpt {
    font-size: 14px;
}

div#ez-toc-container {
    padding: 30px;
    margin-right: 30px;
	border-radius: 20px;
}

#ez-toc-container p.ez-toc-title {
    font-size: 20px;
    padding-bottom: 15px;
}

.callbanner {
    padding: 50px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(https://bodhimentalhealth.com/wp-content/uploads/man-on-beach-looking-away.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    text-align:center !important;
}

.callbanner h4 {
	font-size: 24px;
	text-align: center !important;
	text-shadow: 1px 1px #ffffff;
}


/* SIDEBAR and WIDGETS */

.avia-section .content .entry-content-wrapper {
    margin-right: 0px !important;
}

.sidebar_right .content .entry-content-wrapper  {
    margin-right: 350px;
}

.sidebar_right .container .content  {
    margin-right: -350px !important;
    width: 100% !important;
}

.avia-section .post-entry-type-page  {
    margin-right: 0px !important;
}

.sidebar_right .sidebar {
    width: 350px !important;
}

.sidebar .widget {
    clear: both;
    position: relative;
    padding: 0 15px 15px;
    float: none;
    margin-bottom: 20px;
    margin-right: 4px;
    background-color: #f2f2f3;
    border-radius: 0px;
}

.inner_sidebar {
    margin-left: 0px;
}

.sidebar, .content {
    border: none!important;
}

.sidebar .widgettitle {
    padding: 15px 0px 10px;
    border-bottom: 1px solid #6ca2c9;
    border-radius: 0px; 
    font-weight: normal;
    font-size: 24px;
}

.sidebox {
	background: url(https://bodhimentalhealth.com/wp-content/uploads/servicethumb2.jpg);
	background-size: cover;
	padding: 0px !important;
}

.sideboxoverlay {
	background-color: #685642;
	opacity: 0.8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.sideboxinner {
    padding: 40px 10px !important;
	position: relative !important;
}

.sidebox h2, .sidebox h3, .sidebox p {
	color: white !important
}

.sidebox h2, .sidebox h3, .sidebox p {
	color: white !important
}

.sidebox h2 {
	font-size: 24px;
}

.sidebox h3 {
	font-size: 18px;
}

.btn_question .fa {
	padding-right: 5px;
	vertical-align: middle;
}

.btn_questionwrap {
	padding-top: 20px;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.btn_bannerwrap {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	text-align: right;
	width: 100%;
}

.btn_question {
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 16px !important;
    background-color: #90ac68;
    border-bottom-width: 0;
    line-height: 1.2em;
    position: relative;
    color: white !important;
    text-decoration: none !important;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    display: inherit;
    transition: 0.3s;
    width: fit-content;
    margin: auto;
}

.btn_question a {
	color: white !important;
    text-decoration: none !important;
}

.btn_questionwrap a[href^="tel"] {
    color: white !important;
    text-decoration: none;
}

.btn_question:hover {
	background: white !important;
	color: #90ac68 !important;
}

.btn_questionwrap:hover a[href^="tel"] {
    color: #90ac68 !important;
    text-decoration: none;
}

.sidebarblogposts {
    padding: 0 0px 15px !important;
}

.sidebarblogposts .widgettitle {
    margin: 0px 15px !important;
    padding: 15px 0px 0px !important;
    border-bottom: none !important;
}

.pis-thumbnail {
	margin: 10px 0px 0px !important
}

.pis-thumbnail img {
    padding: 0px !important;
    width: 100% !important;
}

.pis-title {
	margin: 5px 15px 15px 15px !important;
}

.sidebarform {
	background-color: #354635 !important;
}

.sidebarform .widgettitle {
    padding: 15px 0px 0px !important;
    border-bottom: none !important;
}

.sidebarform h3 {
	color: white !important;
}

.sidebarform {
	color: white !important;
}

.sidebarform form {
    margin-bottom: 5px !important;
}

#sidebarform div.wpcf7 {
    max-width: 100% !important;
    margin: auto;
}

#sidebarform input[type="text"],
#sidebarform input[type="email"],
#sidebarform input[type="tel"],
#sidebarform textarea,
#sidebarform select {
	height: 40px !important;
	margin-bottom: 10px !important;
	border-radius: 4px !important;
	border: 0px !important;
	font-size: 14px !important;
	background: #ffffff !important;
	padding: 8px 6px !important;
}

#sidebarform input[type="submit"] {
	height: 40px !important;
	width:100% !important;
	border-radius: 0px !important;
    margin-top: 0px !important;
	background: #b2d47f !important;
	padding: 6px 8px !important;
	color: #354635 !important;
}

/* TABLET STYLES */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	
.sidebar {
    padding-top: 0px !important;
}
	
.sidebar_right .content .entry-content-wrapper  {
    margin-right: 0px !important;
	padding-right: 0px !important;
}
	
.sidebar_right .sidebar {
    width: 100% !important;
}
	
.btn_question {
	font-size: 18px;
	padding: 10px 15px;
}
}

/* MOBILE STYLES */
@media only screen and (max-width: 767px) {
	
div#ez-toc-container {
    width: 100%;
}

.sidebar {
    padding-top: 0px !important;
}
	
.sidebar_right .content .entry-content-wrapper  {
    margin-right: 0px !important;
}
	
.sidebar_right .sidebar {
    width: 100% !important;
}
}


/* Contact Form 7 Styles */

div.wpcf7 {
    max-width: 1000px;
    margin: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select
{
    height: 50px;
    padding: 10px 0px !important;
    vertical-align: middle !important;
    margin-bottom: 10px !important;
    border-radius: 0px !important;
	border-width: 0px !important;
	border-bottom: 1px solid !important;
	font: inherit !important;
}

#top textarea {
    min-height: 100px;
}

input.wpcf7-submit {
	margin-top: 20px;
    border-radius: 0px;
    padding: 13px 25px !important;
    font-size: 18px !important;
    border: 0px !import33ant;
	text-transform: uppercase;
	font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important;
	letter-spacing: .2em;
	background-color: #90ac68 !important;
    transition: 0.3s;
}


input.wpcf7-submit:hover {
	background-color: white !important;
	color: black !important;
}


.submitbutton {
	width: 100% !important;
	text-align: center !important;
}

.marginfix {
	margin-bottom: 0px !important;
}

div.wpcf7-mail-sent-ok {
    border: 0px solid #ffffff !important;
}


/* FOOTER */

#footer .flex_column {
	margin-bottom: 0px !important;
}

#footer {
    border-top: none !important;
}

.footerlogo img {
	padding-top: 10px;
}

#footer {
	font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important;
}

#footer .widget_nav_menu {
    padding: 0px;
	text-align: center;
}

#footer .widget_nav_menu a {
    padding: 0px;
}

#footer .widget_nav_menu ul:first-child> {
    border: none;
    padding: 0px;
}

.footercontact {
	text-align: center;
}

.footercontact h3 {
	font-size: 20px;
	color: #90ac68;
}

.footersocial {
	text-align: center;
}

#footer ul.mks_social_widget_ul li a {
    background: none !important;
    border: 1px solid #d5d5d6 !important;
}

#footer ul.mks_social_widget_ul li a:before {
    color: #191919;
}


/* CUSTOM STYLES */
@media only screen and (min-width: 989px) and (max-width: 1280px) {

div .logo {
    max-height: 80px;
}

}


/* TABLET STYLES */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	
.main_menu {
    padding-top: 0px;
}	
	
#header .widget {
    top: 28px !important; 
    right: 60px !important;
}
	
.toptext {
	display: none !important;
}
	
#homesplash .container {
	padding-top: 60px !important;
}

.submitbutton {
    margin-left: 0% !important;
	width: 100% !important;
}
	
.avia-button-wrap a, .avia-button-wrap {
    display: block!important;
    width: 100%!important;
    margin: auto!important;
    float: none!important;
}
	
body div .avia-button {
    width: fit-content !important;
}
	
}

/* MOBILE STYLES */
@media only screen and (max-width: 767px) {
	
#homesplash h1 {
	font-size: 30px;
}

.phone-info {
    font-size: 13px;
}
	
.tourleft {
	padding: 40px;
}
	
#altsection .flex_column {
    padding: 40px;
}
	
.main_menu {
    padding-top: 0px;
}
	
#header .widget {
    display: none !important;
}
	
#homesplash .container {
	padding-top: 80px !important;
}
	
.submitbutton {
    margin-left: 0% !important;
	width: 100% !important;
}
	
.avia-button-wrap a, .avia-button-wrap {
    display: block!important;
    width: 100%!important;
    margin: auto!important;
    float: none!important;
}
	
body div .avia-button {
    width: fit-content !important;
}
	
.avia-content-slider .slide-image img {
    border-radius: 0px !important;
    width: 100%;
}
	
#footer .widget {
	text-align: center !important;
}
	
#footer .news-content {
    width: fit-content;
    margin: auto;
}

#footer .news-headline {
    text-align: left;
}
	
}