/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* General Custom CSS */
html.html_boxed {
	background: url(images/leaf-bg.jpg) repeat fixed left 0;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.5;
}
h2{
	text-align: center;
}


.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    letter-spacing: 0;
	text-transform: none;
}
span.black{
	color: #334b25;
	font-size: 65%;
}
/* top menubar adjustment */
.main_menu {right: -40px;}
.avia-menu.av_menu_icon_beside {padding-right: 5px;}

/*sub-menu */
.header_color .main_menu ul ul{background-color: #ffffff!important;}

/* @group treatment- bottom quote */

#bottomquote h4{
	font-size: 1.3em;
	color: #40522e;
}

#bottomquote img.alignleft{
	position: relative;
	margin-top: -80px;
}

/* @end */

/* @group contact page*/

.main_color div.contact{
	text-align: center;
}
#top #wrap_all .all_colors .contact h2,
#top #wrap_all .all_colors .contact h3{
	margin: 0;
	line-height: 1.3;
}

.contact p{margin: 0;}
.main_color div.contact span.creds{
	font-size: 20px;
	font-weight: 400;
}
.main_color div.contact span.email{
	font-size: 18px;
	line-height: 2;
}
/* .main_color div.contact span.email a{
	color: #879d7a;
	text-decoration: none;
}
.main_color div.contact span.email a:hover{
	color: #b11515;
	text-decoration: underline;
} */
.main_color div.contact span.gc-cs-link{
	color: #879d7a;
	text-decoration: none;
}
.main_color div.contact span.gc-cs-link:hover{
	color: #5ba62f;
	text-decoration: underline;
}

/* @end */

/* @group bottom info*/

#bottom_info .treatcost,
#bottom_info .bottom-address,
#bottom_info .office-hours{
	padding: 14px 0 6px;
	text-align: center;
	border: 3px solid rgba(95,127,76,0.5404676);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: rgba(255,255,255,0.5);
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}


#bottom_info .treatcost h4,
#bottom_info .bottom-address h4,
#bottom_info .office-hours h4{
	text-align: center;
	color: #7c9b6a;
	/*text-shadow: #5d5d5d 2px 1px 1px;*/
	font-size: 1.5em;
	line-height: 1;
}
#bottom_info .office-hours p,
#bottom_info .bottom-address p{
	font-size: 19px;
	line-height: 1.4;
	color: #57664d;
}
#bottom_info .office-hours p{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	margin-top:4px;

}
#bottom_info .office-hours span.day{
	width: 225px;
	text-align: center;
	display: inline-block;
	color: #57664d;
}
#bottom_info .office-hours span.time {
	/*float: right;*/
	display: inline-block;
	width: 220px;
	line-height: 1.1;
	padding-top: 2px;
	padding-bottom:8px;
	/*padding-left: 13px;*/
	color: #57664d;
}
#bottom_info .treatcost p{
	text-align: center;
}
#bottom_info .treatcost p span.name{
	font-size: 18px;
	color: #57664d;
	width: 190px;
	display: inline-block;
	line-height: 1.1;
	text-align: right;
}
#bottom_info .treatcost p span.price{
	width: 90px;
	display: inline-block;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 10px;
}
#bottom_info span.gc-cs-link{
	color: #879d7a;
	text-decoration: none;
}
#bottom_info span.gc-cs-link:hover{
	color: #5ba62f;
	text-decoration: underline;
}


/* @end */


/* @group footer*/

.copyright, .phone-info {font-size: 16px;}
#socket .menu{ font-size:16px}
#socket .menu a{ color:#0e2600;}
#socket .menu a:hover{color:#3e6e26 }

/* @end */

/* @group social buttons */
#top #wrap_all .social_bookmarks li a,
#top #wrap_all .av-social-link-facebook {
    color: #fff;
    background-color: #37589b;
	text-decoration: none;
}
#top #wrap_all .av-social-link-facebook:hover,
#top #wrap_all .social_bookmarks li a:hover {
    color: #567f3f;
    background: transparent;
}
/* social buttons size */

#top #wrap_all .social_bookmarks {
  height: 48px;
}

#top #wrap_all .social_bookmarks li {
    width: 48px;}

#top #wrap_all .social_bookmarks li a {
    font-size: 34px; 
	width: 48px;
	line-height:46px;
}


/* @end */

/*.*//*.*//*.*//*.*//*.*//*.*//*.*//*.*//*.*//*.*//*.*//*.*//*.*//*.*//*.*/
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	
	 /* footer Menu Items */
 .avia3-menu .menu .menu-item{
  line-height:1.5em !important;
 }
	
	

}