/* @override 
	http://liwli.com/wp-content/themes/revive-master/css/master.css
*/
	
a,
select,
select option,
input {
	outline: none !important;
}

@media screen and (max-width: 1050px) {
	#logo {
		max-width: 150px;
		margin-top: 0px;
	}
	#header .top-bar-section ul li > a {
		font-size: 1.25rem;
		padding-left: 5px;
	}
}

@media screen and (max-width: 960px) {
	#logo {
		max-width: 110px;
		margin-top: -40px;
	}
	#header .top-bar-section ul li > a {
		font-size: 1rem; 
		padding-left: 5px;
	}
}

@media screen and (max-width: 768px) {
	#logo {
		max-width: 4.5rem;
		margin-top: 10px;
	}
	.top-bar-section ul li > a {
		font-size: 0.9rem;
	}
	#sub-header-wrapper .locations {
		text-align: center !important;
	}
	#homepage-banner-text {
		padding: 30px 0 0;
		min-height: 220px;
		background: #fff;
	}
	
}

#homepage-banner-text {
	padding: 120px 0 0;
	min-height: 320px;
}
@media screen and (max-width: 1024px) {
	#homepage-banner-text {
		padding: 60px 0 0;
		min-height: 220px;
		background: #fff;
	}
}

#homepage-banner-text h1 {
  font: 300 38px/1.1 "museo-sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

cite {
	font: 300 14px/1 "museo-sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	text-align: right;
	display: block;
	margin-bottom: 40px;
	color: #0C5185;
}


/* override for p tags */
.home .disclaimer p{
	font: 500 14px/1.5 "museo-sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	color: #999999;
}

/* style modal p tags */
#modal-body p {
		font: 400 18px/1.5 "museo-sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ;
}

/* override for forms */
.gform_body li {
	padding-bottom: 20px;
}

.gfield.field_sublabel_below input {
	margin-bottom: 0 !important;
}
h5.inline {
	margin: 0 0 1rem 0;
	padding: 0.5625rem 0;
}
.entry-content .addtoany_content_bottom {
	margin-top: 50px;
}
#success-slider .show-for-medium-up p {
	margin-bottom: 0;
}
.category [class*="block-grid-"].blog-index .panel,
.archive [class*="block-grid-"].blog-index .panel {
	min-height: 325px;
}
.category-long-island-weight-loss-videos .panel {
	min-height: 265px;
}

.category [class*="block-grid-"].panel,
.archive [class*="block-grid-"] .panel {
	margin-bottom: 0px;
}

.category [class*="block-grid-"] .panel figure,
.archive [class*="block-grid-"] .panel figure {
	margin: 0 !important;
}
@media screen and (max-width: 1024px) {
	.category [class*="block-grid-"] .panel img,
	.archive [class*="block-grid-"] .panel img {
		margin: 0 auto !important;
		width: 100%;
		max-width: 100%;
	}
	.home section.green {
		padding-bottom: 20px;
	}
	.home section.green .columns {
		text-align: center;
	}
	.home section.green .columns p {
		margin-bottom: 0;
	}
	#homepage-banner-text {
		text-align: center;
	}
	body.home {
		background: #fff !important;
	}	
}

.entry-content ol {
	margin-bottom: 20px;
}