/*** 
font-family: 'AleoRegular';
font-family: 'AleoBold';
***/
/***
	1. Elements 
	2. Header
***/
/*** Elements ***/
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


body{
	background-image: url('../img/body_inside.jpg'), url('../img/body_bg.jpg');
    background-repeat: repeat-x, repeat;
	background-position:0 -216px, 0 0;

	/*position: relative;
	margin: 0;
	min-height: 100%;*/
}
body.home{
	background-image: url('../img/body_inside.jpg'), url('../img/body_bg.jpg');
    background-repeat: repeat-x, repeat;
	background-position:0 0, 0 0;
}
	
/*** Header ***/
body > header.contain-to-grid {
    margin-top: 1rem;
}
.toggle-topbar.menu-icon span{
	display:none;
}
.header-top{
	border-bottom: 1px solid #ddd;
	margin-bottom:0.25rem;
	padding-bottom: 9px;
	padding-left:0.938rem;
	padding-right:0.938rem;
}
.header-top p {
	font-size:0.75rem;
	margin-bottom: 0;
}
.header-top .left {
	color: #a9a9a9;
}
.header-top .right {
	color: #2a5935;
}
.header-top .right .fa{
	font-size:1.125rem;
	color:#bebfbf;
	padding-left:5px;
}
#banner{
	border-bottom: 10px solid #2a5935;
}
.tp-bannertimer {
	display: none;
}

/* Home Content Styles */
.container > .row{
	background:url(../img/container_bg.png) repeat;
}
body.home .container .row{
	padding:1.25rem 0;
}
.featured-block h4{
	text-transform:uppercase;
}
.featured-block p{
	font-size:12px;
	font-weight:bold;
}
.readmore , .gform_footer #gform_submit_button_1{
	background:#a9a9a9;
	padding:5px;
	/*color:#e2ce75;*/
	color:#2a5935;
	font-size:12px;
	font-weight:normal;
	border:0;
	float:right;
	cursor:pointer;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.readmore:hover , .gform_footer #gform_submit_button_1:hover{
	background:#e2ce75;
	color:#2a5935;
}
.featured-block {
	border-right:1px solid #a9a9a9;
	margin-bottom:3.125rem;
}
.featured-block:last-child {
	border-right:0;
}
.home-bottom {
	margin-top:1.25rem;
}
.home-bottom h3{
	margin-bottom:0;
	color:#858585;
}

/* About Us */
.main .type-page {
	margin-bottom: 40px;
}

/* Practice Page styles */
.practice-container{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.practice-block {
	position:relative;
	width:47%;
}
.practice-block:nth-child(odd){
	clear:both;
	margin-right:4%;
}
.practice-block h2 {
	border-bottom:2px solid #e2ce75;
	margin-bottom:16px;
	font-family:"AleoRegular";
}
.practice-block p{
	width:88%;
}
.practice-thumb {
	position:absolute;
	top:0;
	right:0;
}
.main {
	padding:2.375rem 0;
}
.header-title h1{
	margin-bottom:2.5rem;
}


/* Footer Styles */

/*.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}*/
.footer-widget {
	background:#2a5935;
	padding:1.25rem 0 0.8125rem 0;


}
.footer-widget * , .footer-widget a{
	color:#a9a9a9;
	font-size:12px;
}
.footer-widget .fa {
	background:#e2ce75;
	color:#2a5935;
	width:20px;
	height:20px;
	border-radius:20px;
	text-align:center;
	line-height:20px;
	font-size:12px;
}
.footer-widget p{
	margin-bottom:12px;
}
.footer-widget h4{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:14px;
}
footer.full-width p{
	margin:0.75rem 0;
	font-size:12px;
	color:#969696;
}
footer.full-width a {
	color:#969696;
}

.tp-bullets.simplebullets.round .bullet {
	background:none !important;
	background-color: #2a5935 !important;
	height: 10px !important;
	width: 10px !important;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
	background-color:#e2ce75 !important;
}

nav.expanded ul {
	background: #fff;
}

/**************** Media Queries **********************/

@media screen and (min-width:1024px){
	.header-top .right {
		margin-top:-6px;
	}
}
@media screen and (max-width:992px){
	html{
		font-size:87.5%; 
	}
}
@media screen and (min-width:768px) {
	.practice-thumb {
		top: 9px;
	}
}

@media screen and (max-width:768px){
	html{
		font-size:75%;
	}
	.top-bar {
		height: 100px;
	}
	h3{
		font-size:18px;
	}
	h4{
		 font-size:16px;
	}
	.footer-widget .columns:last-child ul li {
		font-size:11px;
	}
	.footer-widget .columns:last-child ul.right {
		float:left !important;
	}
}
@media screen and (min-width:768px){
	.top-bar-section {
		margin-top:2.875rem;
	 }
}
@media screen and (min-width:1024px) {
	.footer-widget .columns:first-child {
		width:25%;
	}
	.footer-widget .columns:nth-child(2) {
		width:40%;
	}
	.footer-widget .columns:last-child {
		width:26%;
		float:right;
	}
}
@media screen and (max-width:991px) {
	.top-bar {
	  height: 150px;
	}
}
@media screen and (max-width:641px){
	a.readmore.right {
		display: block;
	    margin: 0 auto;
	    width: 100px;
	    float: none!important;
	}
	.home-bottom {
		text-align: center;
	}
}



@media screen and (max-width:640px){
	.footer-widget .columns {
		margin-bottom:1rem;
	}
	.footer-widget .columns:last-child ul li {
		font-size:12px;
	}
	.footer-widget .columns:last-child ul.right {
		float:right !important;
	}
	.featured-block {
		border-right:0;
	}
	.practice-block {
		width:100%;
	}
	.practice-thumb {
		top: 0;
	}

	.gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half,
	.gform_wrapper textarea.medium {
		width: 97%!important;
	}


}
@media screen and (max-width:568px){
	.top-bar {
		height: 115px;
	}
}
@media screen and (max-width:480px){
	html{
		font-size:62.5%;
	}
	/*.top-bar {
		height: 70px;
	}*/
	.top-bar .toggle-topbar.menu-icon {
		margin-top: 0;
		top:10%;
	}
}
@media only screen and (max-width: 370px) {
	.header-top p {
    	float: none !important;
	}
	.header-top{
		text-align:center;
	}
	.header-top .left {
	  padding-bottom:5px;
	}
	.top-bar {
    	height: 115px;
	}
	.top-bar .name a {
	  width: 70%;
	}
}