.compat-object-fit {
	background-size: cover !important;
	background-position: center center !important;
}

/* ==========================================================================
  HEADING CSS
  ========================================================================== */

	.header-tagline {
		color: #ca1c25;
		font-weight:600;
		text-transform:uppercase;
	}

	/* ==========================================================================
	 BEAVER BUILDER Specific CSS
	  ========================================================================== */

	.compat-object-fit .uabb-ultb3-img {
	    opacity: 0;
	}

	.uabb-adv-accordion-content p, 
	.uabb-adv-accordion-content ul li, 
	.uabb-adv-accordion-content ol li {
		font-size: 14px !important;
		line-height: 30px !important;
	}

	.uabb-content.uabb-tab-acc-content {
		font-size: 14px !important;
		line-height: 24px !important;
		color: #3a3a3a !important;
	}

 	.fl-builder-rich-text-settings .wp-editor-tools {
    	/* Remove Conflicts between Beaver Builder & Event Espresso */
    	display: block;
	}

	.half-row .fl-col, .three-row .fl-col {
		padding:0px 15px;
	}

	.fl-module-separator .fl-module-content {
		margin: 0 !important;
	}

	.fl-tabs-label:focus {
		outline:none;
	}

	.fl-tab-active {
		font-weight:600;
	}

	.fl-tabs-panel-content {
		font-weight:400;
	}

	.uabb-photo-gallery img {
		width: auto !important;
	}

	h3.uabb-adv-accordion-button-label {
		font-size: 14px;
		line-height: 22px;
		color: #111;
		font-weight: 600 !important;
		text-transform: uppercase;
    	letter-spacing: 1px;
	}

	.uabb-adv-accordion-content {
		font-size: 14px;
		letter-spacing: 0.08em;
		word-spacing: 0.05em;
		line-height: 26px;
		color: #3a3a3a;
	}

	.content-pages .uabb-infobox-content .uabb-infobox-text p {
		font-size: 14px;
		line-height: 26px;
		color: #3a3a3a;
		padding-bottom: 0;
	}

	.content-pages .uabb-infobox-content .uabb-infobox-text ul {
		margin: 10px 0 20px;
	}

	.six-tabs .fl-tabs-horizontal .fl-tabs-label {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.1em;
		font-weight: 700;
		width: 16%;
		margin: 0 0.33%;
		min-height: 64px;
		text-align: center;
		background: #ececec;
		transition: all 150ms linear;
	}

	.fl-tabs-label.fl-tab-active:focus, .fl-tabs-label.fl-tab-active, .fl-tabs-label:hover {
		background-color: #f47d31 !important;
		color: #fff;
	}

	.fl-tabs-panel-content.fl-tab-active {
		background: #fdfdfd;
	}

	.fl-tabs-panel-content {
		padding: 18px 25px !important;
	}
	
	

	/* ==========================================================================
	 Plugins Specific CSS
		========================================================================== */

	/*.home .dashicons-clock,
	.home .ee-event-datetimes-li-timerange,
	.home .ee-ical-lnk {
		display:none;
	}*/

	.home .ee-ical-lnk {
		display:none;
	}

	.sfm-navicon-button {
		display:none !important;
	}

	.gform_title {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 2px;
		color: #141414;
		text-transform: uppercase;
		position: relative;
		margin: 10px 0 20px 0;
		padding-bottom: 8px;
	}

	/*.gform_title::after {
		position: absolute;
		content: "";
		bottom: -1px;
		left: 0%;
		height: 2px;
		width: 60px;
		background: #c91c24;
	}*/

	.gform_title::after {
	    content: "";
	    position: absolute;
	    bottom: -3px;
	    left: 0px;
	    right: 0px;
	    height: 2px;
	    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f47d31), to(#231f20));
	    background-image: -webkit-linear-gradient(left, #f47d31, #231f20);
	    background-image: -moz-linear-gradient(left, #f47d31, #231f20);
	    background-image: -o-linear-gradient(left, #f47d31, #231f20);
	}

	.ginput_container_radio {
		margin:10px 0;
	}

	.mobile.tel {
		color:#ffffff;
		text-align:center;
	}

	.acf-map {
		width: 100%;
		height: 250px;
		border: #ccc solid 1px;
		margin: 20px 0;
	}

/**
 * 404
 * --------------------------------------------------------------------------- */

.error-404 .entry-header {
	background:#ffffff;
	padding:40px 0 10px 0;
}

.error-404 .entry-header .entry-title{
	text-align:center;
	color:#0a0a0a;
	font-weight:700;
	font-size:48px;
	margin:0;
}

.error-404 .entry-content {
	width:100%;
}

.error-404 .entry-content p {
	text-align:center;
}

/**
 * POST Layout (Single & Archive)
 * --------------------------------------------------------------------------- */

/***** SINGULAR ****/

.singular-post .main {
	/*max-width:1100px;*/
	margin:0 auto;
}

.singular-post .entry-byline {
	font-size:13px;
	line-height:16px;
	margin-bottom: 20px;
}

.singular-post main header.entry-header {
	padding: 10px 0;
}

.singular-post main .entry-title {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #141414;
	text-transform: uppercase;
	position: relative;
	margin: 10px 0 20px 0 !important;
	padding-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
}

.singular-post main h1.entry-title::after {
    content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	right: 0px;
	height: 2px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f47d31), to(#231f20));
	background-image: -webkit-linear-gradient(left, #f47d31, #231f20);
	background-image: -moz-linear-gradient(left, #f47d31, #231f20);
	background-image: -o-linear-gradient(left, #f47d31, #231f20);
}

.singular-post #main .entry-content {
	padding-top:0;
	width: 100%;
	/*border-bottom: 1px solid #ececec;*/
	padding-bottom: 10px;
}

.singular-post #main .entry-footer {
	padding: 0 20px;
	font-size:12px;
	line-height:14px;
}

.singular-post #main .loop-nav {
	padding: 10px 5px 25px;
	border-top: 1px dashed #e8e8e8;
	width: 98%;
	margin: 0 auto;
	font-style: italic;
	letter-spacing: 0.05em;
}

.singular-post #main .loop-nav a {
	color: #f48d9f;
}

.singular-post #main .loop-nav a:hover, .singular-post #main .loop-nav a:focus {
	color: #ef426d;
}

.singular-post #main .loop-nav>div {
	display:inline-block;
	width:50%;
}

.singular-post #main .loop-nav .prev {
	float:left;
}

.singular-post #main .loop-nav .next {
	float:right;
	text-align:right;
}

.singular-post #main .entry-content img {
	max-width:100%;
	height:auto;
	/*box-shadow: 3px 1px 6px rgba(0,0,0,0.15);*/
}

.singular-post img.wp-post-image {
	/*max-height:350px;*/
	object-fit:cover;
	margin-bottom: 10px;
}


/***** BLOG & ARCHIVE ****/

 .blog main, .archive main {
		background:transparent;
		/*display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
 }

/*.blog aside .sidebar, .archive aside .sidebar, .singular-post .sidebar {
	margin-top: 0px;
}*/

.blog main .archive-title {
 color: #0a0a0a;
}

.user main .archive-title, .archive main .archive-title, .taxonomy-post_tag main .archive-title, .blog main .archive-title {
	font-weight: 600;
	letter-spacing: 4px;
	word-spacing: 4px;
	text-transform: capitalize;
	margin: 5px 0;
	padding-left: 10px;
	font-family: 'Dancing Script', cursive;
	display: inline-block;
}

.user main .archive-description p {
	color: #9e9e9e;
	font-size: 13px;
	line-height: 20px;
	margin:0;
}

.blog main .archive-header, .archive main .archive-header {
	background-size:cover !important;
	background-position:center center !important;
	width:100%;
	background: transparent;
}

.archive article, .blog article {
	display: table;
	width: 100%;
	vertical-align: top;
	padding: 0px 10px 20px 10px;
}

.archive-dentist article, .taxonomy-division article {
	width:33.33333%;
	display:inline-block;
}

.archive-dentist article img, .taxonomy-division article img {
	height:250px !important;
	max-width:100% !important;
	width: 200px !important;
}

.archive-dentist article>.entry-summary, .taxonomy-division article>.entry-summary {
	padding:0 !important;
}

.archive-dentist article>.entry-header, .taxonomy-division article>.entry-header {
	padding:0 !important;
}

.archive article a.posts-btn, .blog article a.posts-btn {
	border: 1px solid #141414;
	border-radius: 1px;
	color: #141414;
	padding: 8px 20px 8px;
	margin: 0 0 20px 0;
	display:inline-block;
	letter-spacing: 2px;
	font-size: 11px;
	float: right;
	font-weight: bold;
	margin-top: 10px;
}

.archive article a.posts-btn:hover, .blog article a.posts-btn:hover {
	background: transparent;
	border: 1px solid #f47d31;
	color: #141414;
}

.blog article>.entry-header, .archive article>.entry-header {
	padding:0 15px 10px 15px;
}

.blog article>.entry-summary, .archive article>.entry-summary {
	padding:0 15px;
}

.blog article>.entry-header> h2.entry-title, .taxonomy-category article>.entry-header> h2.entry-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #141414;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 20px 0 !important;
	padding-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
}

.archive-dentist article>.entry-header> h2.entry-title, .taxonomy-division article>.entry-header> h2.entry-title {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #141414;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin: 10px 0 0 0 !important;
	padding-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
}

.blog article>.entry-header> h2.entry-title::after, .archive article>.entry-header> h2.entry-title::after {
    content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	right: 0px;
	height: 1.5px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f47d31), to(#231f20));
	background-image: -webkit-linear-gradient(left, #f47d31, #231f20);
	background-image: -moz-linear-gradient(left, #f47d31, #231f20);
	background-image: -o-linear-gradient(left, #f47d31, #231f20);
}

.blog article>.entry-header> h2.entry-title a, .archive article>.entry-header> h2.entry-title a {
	color: #141414;
}

.blog article>.entry-header> h2.entry-title a:hover, .archive article>.entry-header> h2.entry-title a:hover {
	color: #f05a28;
}

.blog article img, .archive article img {
	object-fit:cover;
	/*height:150px;*/
	max-width: 250px;
	border-radius: 1px;
	transition: box-shadow 200ms ease-in;
	border: 1px solid rgba(204, 204, 204, 0.52);
    padding: 3px;
}

.blog article>a, .archive article>a {
	display: table-cell;
    vertical-align: top;
}

a.blog_feature_img {
	width: 250px !important;

}

.blog article img:hover, .archive article img:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}


.archive article .entry-summary p, .blog article .entry-summary p {
	font-size: 13px;
	padding-top: 5px;
}

div.espresso-event-list-wrapper-dv p {
	font-size: 13px;
	padding-top: 5px;
}

.blog .entry-byline, .archive .entry-byline {
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 11px;
	letter-spacing: 0.03em;
}

.blog .entry-byline a, .archive .entry-byline a {
	color: #222;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.taxonomy-category-success-stories .entry-byline {
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
}

nav.pagination .page-numbers {
    margin: 0 5px;
}

nav.pagination {
    margin: 5px 0;
    text-align: center;
    font-size: 13px;
    font-style: italic;
}

h2.screen-reader-text {
	display:none;
}

/***** DENTIST *****/

.singular-dentist main .page-wrapper {
	display:flex;
	flex-wrap:wrap;
}

.singular-dentist main .breadcrumbs {
	width:100%;
	padding: 10px 0;
}

.singular-dentist main .dentist-profile {
	width:30%;
	text-align:center;
	padding-top:15px;
}

.singular-dentist main article {
	width:70%;
}

.dentist-profile img {
	max-width: 300px;
}

.dentist h1.entry-title {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #141414;
	text-transform: uppercase;
	position: relative;
	margin: 10px 0 20px 0;
	padding-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
}

.dentist h1.entry-title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    height: 2px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f47d31), to(#231f20));
    background-image: -webkit-linear-gradient(left, #f47d31, #231f20);
    background-image: -moz-linear-gradient(left, #f47d31, #231f20);
    background-image: -o-linear-gradient(left, #f47d31, #231f20);
}

.dentist div.position, .dentist div.education {
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}

.dentist div.entry-content {
	border-top: 1px solid #f47d31;
	padding: 20px 0;
	margin-top: 30px;
}


p.ez-toc-title {
	font-size: 16px!important;
	color: #ffffff!important;
	font-weight: bold!important;
}

#ez-toc-container.ez-toc-white {
    background: #F47D31!important;
    border: 2px solid #F47D31!important;
	padding: 20px!important;
	margin: 20px 0!important;
}

.ez-toc-toggle i.ez-toc-glyphicon{
	color: #444444!important;
}
#ez-toc-container a{
	color: #ffffff!important;
}

#main .big-fonts li{
	font-size: 20px!important;
	font-weight: bold;
}

#main .big-fonts li p{
	font-size: 15px!important;
	font-weight: normal;
}

#main .big-fonts li li{
	font-size: 15px!important;
	font-weight: normal;
}