/*
Theme Name: OCP Rapid Theme
Theme URI: http://www.oldcitypress.com
Version: 1.0
Description: A starting point for custom development.
Author: The OCP Team
Author URI: http://www.oldcitypress.com
template: bb-theme
*/


/* Custom CSS Not reflected due to indifferent bugs  */ 

.fl-full-width .container.fl-content-full {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
}

.fl-full-width .container.fl-content-full > .row {
	margin: 0
}

.fl-full-width .container.fl-content-full .fl-content {
	margin: 0;
	padding: 0;
}

.fl-builder-content-primary {
	position: relative;
	overflow: visible;
}

.sticky-row {
	position: sticky;
	top: 100;
	z-index: 20;
}

.fl-page {
	padding-top: 0 !important;
}

@media (min-width:992px) {
	.fl-page {
		padding-top: 149px !important;
	}
}


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

.fl-page-bar {
	border-bottom: none;
}

.fl-page-header-primary .fl-logo-img {
	max-height: none !Important;
}

/************************
**** PAGES
************************/

h1.uabb-heading {
	letter-spacing: 3px;
}

h2.uabb-heading {
	letter-spacing: 1px;
}

#page-menu .uabb-cl-ul {
	
}

#page-menu .uabb-cl-ul li {
	display: block;
	text-align: left;
}

.rss-items {
	list-style: none;
	padding: 5;
	 font-size:80%;
}
.rss-items li {
	display: block;
	margin-bottom: 8px;
}

.fl-content-slider .fl-slide-bg-link {
	z-index: 19;
}

.pconews {
  font-size:120%;
}

.anchor-fix.fl-row[id],
.anchor-fix .fl-module[id] {
	margin-top: -150px;
	padding-top: 150px;
}

#home-slider .bx-wrapper {
	margin-bottom: 0;
}

/************************
**** RESPONSIVE
************************/

@media ( max-width: 1440px ) {
	#main-buttons a {
		font-size: 18px;
		padding: 12px 8px;
	}
}

@media ( max-width: 1199px ) {
	.uabb-new-ib .uabb-new-ib-desc .uabb-new-ib-content {
		display: none;
	}
}

@media (min-width: 992px) {
	.fl-shrink-header .fl-logo-img {
		max-height: 46px !important;
		width: auto !important;
	}
}