/*
Theme Name: Fairhaven
Author: Fairhaven
Description: Fairhaven theme is a simple and attractive WordPress theme with responsive nature.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: fluid-layout, responsive-layout, custom-menu, featured-images, theme-options, light, red, green, blue ,orange, left-sidebar, custom-background, custom-colors, custom-menu, full-width-template, photoblogging, right-sidebar, threaded-comments, translation-ready, two-columns
Text Domain: fairhaven

----------------------------------------------------------------

	1.  Browser Reset Styles
	2.  Transitions/Animations (CSS3) Styles
	2.  General Form Elements Styles
	3.  Font Family Declaration + WordPress Styles + Galleries Styles
	4.  Header + Main Navigation Styles
	5.  Post/Page/Blog Content Styles + Pagination Styles
	6.  Sidebar Styles + Widgets Styles
	7.  Footer Styles
	8.  Comment Styles
	9.  Template/Custom Layouts Styles

----------------------------------------------------------------*/

/* =BROWSER RESET STYLES
================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
iframe,
embed,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline:none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

/* Typography */

body{
	background: none repeat scroll 0 0 #fff;
	word-wrap: break-word;
	overflow-x: hidden;
    overflow-y: visible;
}
body,
button,
input,
select,
textarea{
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
    background: none repeat scroll 0 0 #fff;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 24px;
    padding: 15px;
}

blockquote p{
	margin:0;
}


blockquote cite,
blockquote small {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	height:180px;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

th {
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.last-ele{
	margin:0 !important;
}


/* =TRANSITIONS/ANIMATIONS (CSS3) STYLES
================================================================*/

.tansition-css,
.main-navigation a,
#header .header-icons a,
.footer-navigation a,
.view-wrap a,
.single-cpost .busi-socials a {
	transition: all 0.3s linear 0s; 
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}


/* =GENERAL FORM ELEMENTS STYLES
================================================================*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	-moz-box-sizing: border-box;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.71429;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0.55rem;
    width: 100%;
	border-radius: 3px;	
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 10px;
    padding: 10.5px;
}

select{
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 9px;
    width: 100%;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* =FONT-FAMILY "NIMBUS-SANS",SANS-SERIF
================================================================*/
.main-navigation a,
#contact-block .ctitle,
#contact-block .cadds,
#contact-block .copyright_txt,
#contact-block .copyright_txt a,
h1.entry-title ,
h1.post-title a ,
.single h1.post-title,
h1.entry-title span,
.notfound-title,
.fair_event_entries .event-item h4 a,
.events-sidebar h3.wpt-widget-title,
.fair_event_entries .event-entry .event-attr,
.grid-title,
.single-cpost .btitle-wrap .busi-loc,
.single-cpost .busi-nowopen,
.single-cpost .busi-tagline,
.fair-cont-wrap  h1.post-title,
.footer-copyright,
.grid-content .feature-item,
.single-cpost .event-mttl,
.single-cpost .busi-subtitle,
.single-cpost .event-gmap .emap-title,
.flexslider .flex-caption .slide-ttl,
.single-cpost .busi-subtitle,
.fair-cont-wrap  h1.post-title span,
.single-cpost  .hfa-member,
h1.posttitle a,
.blist-item a.blist-title,
.filter-bar li a{
	font-family: "nimbus-sans-condensed",sans-serif;
}

/* =FONT-FAMILY DROID SERIF
================================================================*/
html,body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
#searchform input,
#sidebar .wpt-widget select,
#sidebar h3.wpt-widget-title,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
#logo #site-title a,
#logo #site-description,
.flexslider .flex-caption .slide-link{
	font-family: 'Droid Serif', serif;
}

/* =FONT-FAMILY OPEN SANS
================================================================*/
.opensans{
	font-family: "open sans",sans-serif;
}

/* =FONT-FAMILY LATO
================================================================*/
.lato,
#header .header-temp .temp-box,
#header .header-temp .awesome-weather-current-temp,
#header .header-temp .awesome-weather-current-temp sup,
.footer-navigation a,
.footer-copyright{
	font-family: "lato",sans-serif;
}


/* =WORDPRESS STYLES
================================================================*/

.sticky {
	display: block;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text,
.gallery-caption ,
.bypostauthor  {
	font-weight: normal;
}

.alignleft {
  	float: left;
  	margin: 0px 10px 10px 0px;
}
.alignright {
  	float: right;
  	margin: 0 0 10px 10px;
}
.aligncenter {
  	display: block;
  	margin: 0px auto 10px;
}


/* Galleries Styles */
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* =HEADER STYLES
================================================================*/
#header {
	background:#fff;
	height:250px;
    padding: 0;
    position: relative;
    z-index: 9999;
}

#header .container{
	position:relative;
}

#header  .top-header{
	box-sizing:border-box;
}

#header .header-top-item{
	float:right;
}

#header .header-icons{
    border-left: 2px dotted #cd8519;
    margin-right: 15px;
    padding-left: 15px;
    padding-top: 16px;
    text-align: right;
}

#header .header-icons.mar-right{
	margin-right:0;
}

#header .header-icons a{
    background-color: #d3d3d4;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
	margin:0 3px;
}

#header .header-icons a:first-child{
	margin-left:0;
}

#header .header-icons a:last-child{
	margin-right:0;
}

#header .header-icons a:hover{
	background-color: #eee;
    color: #555;
}

#header .header-date, 
#header .header-temp{
    border-left: 2px dotted #000000;
    color: #999999;
    font-family: lato;
    font-size: 13px;
    font-weight: 900;
    margin-left: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-top: 23px;
	box-sizing:border-box;
	text-align:center;
	width: 160px;
}

#header .header-temp{
    box-sizing: border-box;
    font-size: 13px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 8px;
    text-align: left;
    width: 145px;
	padding-left: 10px;
}

#header .header-temp .cloud-icon{
	width:44px;
	height:39px;
	display:inline-block;
	background:url('images/cloud-icon.png') no-repeat;
}

#header .header-temp .temp-box{
    margin-left: 5px;
    position: relative;
    top: -15px;
	font-weight: 900;
}

#header .header-temp .awesome-weather-header,
#header .header-temp .awesome-weather-forecast{
	display:none;
}

#header .header-temp  .awesome-weather-wrap{
	margin:0;
	display: inline-block;
}

#header .header-temp .awesome-weather-current-temp{
	background-color: #ffffff;
    color: #999999;
    font-size: 13px;
    font-weight: 900;
    height: auto;
    padding: 0;
    text-shadow: none;
    width: auto;
}	

#header .header-temp .awesome-weather-current-temp sup {
    font-size: 13px;
    font-weight: 900;
    top: 0;
}

#header .header-search {
    float: right;
    margin-right: 10px;
    padding-top: 9px;
    width: 200px;
}


/* LOGO */
#logo {
    display: table;
    font-weight: normal;
    line-height: 28px;
    position: relative;
    top: -5px;
    width: 100%;
	table-layout: fixed;
}

#logo #site-title{
	display:table-cell;
	vertical-align:middle;
}

#logo #site-title a {
    color: #f2481a;
    display: block;
    font-size: 60px;
    font-weight: 500;
    text-decoration: none;
	line-height: 1.1;
}

#logo #site-description{
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
    margin-left: 3px;
    margin-top: 2px;
}

#logo a {
	color: #c6ff00;
	display: block;
	text-decoration: none;
}
#logo img { max-width: 100%; margin-left: 20px;}
#logo a span { display: block; }
#logo a .image { margin-bottom: 10px; }
#logo a .text { font-size: 24px; }


/* NAVIGATION */

.main-navigation{
    margin-top: 37px;
    width: 100%;
}

.main-navigation .mitem-description{
    color: #999999;
    display: block;
    font-size: 13px;
    font-weight: 300;
	line-height:16px;
    margin-top: 9px;
    text-transform: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	display:table;
	float: left;
	outline:none;
	position:relative;
}
.main-navigation li:first-child{
	border-top:0;
}
.main-navigation a {
    border-right: 2px dotted #cccccc;
    color: #000000;
    display: table-cell;
    font-size: 24px;
    font-weight: 600;
    line-height: 14px;
    outline: medium none;
    padding: 0 13px 7px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 114.5px;
	height: 72px;
}

.main-navigation li:first-child a {
	border-left: 2px dotted #cccccc;
}

.main-navigation ul ul {
    display: none;
    left: 0;
    padding-top: 2px;
    position: absolute;
    top: 100%;
    width: 200px;
}
.main-navigation ul ul ul{
    display: none;
    left: 100%;
    padding-top: 0px;
    position: absolute;
    top: 0;
    width: 200px;
}

.main-navigation ul ul li{
	float:none;
	width: 100%;
	background: none repeat scroll 0 0 #f2f2f2;
}
.main-navigation ul ul a{
	background: none repeat scroll 0 0 #f5f5f5;
	border: 0 none !important;
	color: #555;
	font-size: 22px;
	font-weight: 600;
	height: auto;
	line-height: 26px;
	padding: 10px 5px 10px 17px;
	text-transform: uppercase;
	width: auto;
}

.main-navigation ul ul  .mitem-description{
	display:none;
}

/* Mobile Navigation Style */

.main-navigation .mobmenu-toggle{
	background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #e5e5e5;
    color: #555555;
    cursor: pointer;
    display: block;
    font-size: 21px;
    margin: 0 auto;
    outline: medium none;
    padding: 12px;
    text-align: center;
    width: 25px;
}

.main-navigation .mobile-menu-active{
    position: absolute;
    top: calc(100% + 26px);
    width: 100%;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}

.main-navigation .mobile-menu-active li{
	float:none;
	width:100%;
}

.main-navigation ul.mobile-menu-active ul.sub-menu{
    display: block !important;
    left: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li{
    display: block;
	float:none;
	width:100%;
}

.main-navigation .mobile-menu-active li a{
	border:0;
	border-top:1px dotted #ccc;
	background:#f5f5f5;
	height: auto;
    padding: 15px;
	display: block;
	box-sizing:border-box;
    width: 100%;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li a{
	padding-left:25px;
}

.main-navigation .mobile-menu-active li:first-child a{
	border:0;
}

.main-navigation .mobile-menu-active li:hover a{
	background:#f2f2f2;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li:hover a{
	background:#eee;
}

/* =POST/PAGE/BLOG CONTENT STYLES
================================================================*/

#container{
	position:relative;
	height:100%;
	margin-top: 60px;
	margin-bottom: 0px;
}

.container{
	margin:0 auto;
}

.container.page-wrap{
	box-sizing: border-box;
}

#container img {
    max-width: 100%;
    height: auto;
    width: auto;
}

h1.entry-title { 
    color: #3c3c3c;
    font-size: 38.5px;
    font-weight: 300;
    line-height: normal;
    margin-top: 0;
    text-transform: none;
}

h1.entry-title:after {
    content: "";
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
}

h1.entry-title span{
    font-weight: 400;
}

h1.post-title {
    margin-bottom: 2px;
    margin-top: 5px;
}

h1.posttitle {
    margin-top: 0px;
}

.fair-content .post:first-child  h1.posttitle{
	margin-top:40px;
}

h1.post-title a{
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0;
}

.single h1.post-title  {
    color: #3c3c3c;
    font-size: 38.5px;
    font-weight: 300;
    line-height: normal;
    margin-top: 0;
    text-transform: none;
}

#content{
	padding-right: 30px;
}

#content .post-wrap{

}

#content .post-thumbnail img{
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0;
}

#content .post-wrap .post{
	margin-top:50px;
	padding-top:50px;
	border-top:1px dotted #ccc;
}

#content .post-wrap .post:first-child{
	border:0;
	margin-top:0;
	padding-top:0;
}

#content .post .post-meta {
	font-size: 13px;
    margin-bottom: 15px;
}

#content .post .post-meta  span{
	margin-right:10px;
}

#content .post .post-meta  span i{
	color: #888;
    margin-right: 2px;
}

#content .post .post-meta  span a,#content .post .post-meta  span{
	color:#555;
	padding: 0 3px;
}

#content .post-read-more a{
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid #ddd;
    border-radius: 2px;
    float: right;
    margin-top: 0px;
    padding: 8px 10px;
}

#content .sticky-post{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    color: #f2481a;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding: 6px;
    text-transform: uppercase;
}

/* =PAGINATION STYLES
================================================================*/

.pagination {
    border: 1px solid #eaeaea;
    margin-top: 30px;
    padding: 5px 10px;
}	

.pagination div{
	margin:0;
}

.pagination a{
	outline:none;
}

/* =#SIDEBAR STYLES + WIDGET STYLES
================================================================*/

.widget-area,
.widget-area ul,
.widget-area ul li,
.widget-area ul li a{
	font-size:14px;
}

#sidebar .wpt-widget {
	margin-bottom:45px;
	list-style:none;
}

h3.wpt-widget-title{
	border-bottom: 1px dotted #eee;
	color: #666;
	font-size: 17px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.wpt-widget,
.wpt-widget li{
	list-style:none;
    margin-left: 2px;
    padding: 2px 0;
}

.wpt-widget ul{
	margin:0;
	list-style:none;
}	

/* Search Form Widget */
#searchform input[type="text"]{
	float:left;
	margin:0;
	width: calc(100% - 68px);
	border-radius: 3px 0 0 3px;
}
#searchform input[type="submit"]{
	float:left;
	border-left:0;
	margin:0;
	border-radius: 0 3px 3px 0;
	padding: 12px 11px;
	height: 42px;
}

/* Tag Widget */
.widget_tag_cloud a{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px !important;
    margin: 3px -1px 3px 3px;
    padding: 8px 15px;
}

/* Calender Widget */
#wp-calendar { 
	border-collapse: collapse; 
	border:1px solid #ddd; 
	width:100%; 
	border-top:none; 
	margin-bottom:0;
}
#wp-calendar td, 
#wp-calendar th {
	text-align:center;	
	padding: 0;
	line-height: 30px;
}
#wp-calendar caption { 
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0;
}
#wp-calendar thead, 
#wp-calendar tfoot { 
	line-height:33px; 
	background:#eee; 
}
#wp-calendar tbody { 
	line-height:33px; 
}
#wp-calendar #prev, 
#wp-calendar #next { 
	padding:0 10px; 
	background:#eee; 
}
#wp-calendar #prev { 
	text-align:left; 
}
#wp-calendar #next { 
	text-align:right; 
}

/* =#FOOTER STYLES
================================================================*/

#footer{
    background-color: #fff;
    padding: 38px 0 63px;
}

.footer-nav-wrapper{
    float: none !important;
    margin: 0 auto !important;
}

.footer-navigation{
	text-align:center;
}

.footer-navigation ul{
	margin:0;
}

.footer-navigation li{
	list-style:none;
	display:inline-block;
	margin-top: 12px;
}

.footer-navigation a{
    background: url("images/seprator.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color: #666666;
    font-size: 15px;
    padding: 0 10px 0 20px;
}

.footer-navigation li:first-child a{
	background:none;
}

.footer-copyright{
    color: #666666;
    font-size: 15px;
    margin-top: 12px;
    text-align: center;
}


/* =COMMENTS STYLES
================================================================*/

h3#comments{
	font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#commentsbox{
	margin-top:70px;
}

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #686868;
    font-size: 13px;
    line-height: 1.84615;
    padding: 5px 10px;
    text-transform: uppercase;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
    font-size: 1.14286rem;
    line-height: 1.5;
    margin-top: 10px;
    text-transform: uppercase;
	font-weight: 600;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
    color: #555;
    font-size: 13px;
    margin: 10px 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 1.71429;
    text-transform: uppercase;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
	display: none;
}

.required {
	color: red;
}

.commentlist{
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #eee;
    font-size: 13px;
    list-style: outside none none;
    margin: 0;
    padding: 20px;
}
.commentlist em, .commentlist cite{
	font-style:normal;
}
.commentlist .comment-meta{
	margin-top:10px;
	margin-bottom: 10px;
}
.commentlist .comment-author img{
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}
.commentlist .children{
	list-style: outside none none;
    margin-left: 2em;
    margin-top: 30px
}
.commentlist li.comment {
	border-top: 1px dotted #ddd;
    margin-top: 25px;
    padding-top: 25px;
}

.commentlist li.comment:first-child{
	border-top: 0;
    margin-top: 0;
    padding-top: 0;
}


/* =TEMPLATE/CUSTOM LAYOUTS STYLES
================================================================*/

.custom-wrapper{
	padding-top:20px;
	background:#d1d1d1;
	padding-bottom: 50px;
}

.events-wrapper .grid-content{
	margin-bottom:40px;
}

/* #gridwrapper style */

.isotope-item { 
	z-index: 2;
}
.isotope-hidden.isotope-item {
	z-index: 1;
}
.isotope, 
.isotope .isotope-item { 
	-webkit-transition-duration: 0.8s; 
	-moz-transition-duration: 0.8s; 
	transition-duration: 0.8s; 
}
.isotope {
	-webkit-transition-property: height;
	-moz-transition-property: height; 
	transition-property: height;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity; 
	-moz-transition-property:-moz-transform, opacity; 
	transition-property:transform, opacity; 
}
.isotope-item  img {
	width:100% 
}

.grid-content{
	visibility:hidden;
}

.grid-content ul{
	margin:0;
	margin-left:-10px;
	margin-top:-10px;
}

.grid-content ul.gridwrapper2{
	margin-left:-10px;
}

.grid-content li{
	list-style:none;
	overflow: hidden;
}

.grid-title{
    background: none repeat scroll 0 0 rgba(255,255,255,.93);
    bottom: 0;
    color: #333333;
    font-size: 20px;
	font-weight:600;
    left: 0;
    padding: 12px 5px;
    position: absolute;
    right: 0;
    text-align: center;
}

.grid-content .staticimg  .static-descp{
	bottom: 0;
	color: #000000;
	display:table;
	font-size: 16px;
	font-weight: 600;
	left: 0;
	line-height: 22px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width:100%;
	height: 100%;
}

.grid-content .staticimg  .static-descp span{
    display: table-cell;
    padding: 0 30px;
    vertical-align: middle;
}

.grid-content .feature-item{
	background: url("images/featured-img.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	height: 60px;
	left: -2px;
	letter-spacing: -1px;
	line-height: 22px;
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 11px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	width: 109px;
}

.filter-bar{
	background:#fff;
	margin: 0 0 20px;
	list-style:none;
}

.filter-bar li{
	display:inline-block;
}

.filter-bar li a{
	display:inline-block;
	padding:8px 25px;
	background:#fff;
	color:#000;
	border-right:1px solid #D1D1D1;
	font-weight:600;
	font-size:21px;
	outline:none;
	transition: all 0.1s linear 0s; 
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
}	

.filter-bar li a.active,
.filter-bar li a:hover{
	background:#000;
	color:#fff;
}

.filter-wrap ul{
	margin-bottom:0 !important;
}

.view-wrap{
    margin-left: 15px !important;
    margin-right: 15px;
    margin-top: 8px;
    text-align: right;
}

.view-wrap a{
	font-size:20px;
	color: #000;
    font-size: 23px;
	margin:0px 5px;
}

.blist-item{
	background: #fff none repeat scroll 0 0;
	box-sizing: border-box;
	display: block;
	float: none !important;
	left: 0 !important;
	padding: 10px;
	position: relative !important;
	text-align: left;
	top: 0 !important;
	width: calc(100% - 20px) !important;
	height: auto !important;
	margin:10px 0 10px 10px!important;
}

.blist-item a.blist-title{
	color: #333333;
	font-size: 20px;
	font-weight: 600;
}

.blist-item .blist-wrap{
	display:table-cell;
	vertical-align:middle;
}

.blist-item  .busi-phone,
.blist-item  .adds-entry{
	display:inline-block;
}

.staticimg.active,
.lastsimg.active{
	background: #fff none repeat scroll 0 0;
	box-sizing: border-box;
	display: block;
	float: none !important;
	left: 0 !important;
	position: relative !important;
	text-align: left;
	top: 0 !important;
	margin:10px 0 10px 10px!important;
}

.blist-item .feature-item{
	display:none;
}

.blist-item:nth-child(even) {background: #fff}
.blist-item:nth-child(odd) {background: #f5f5f5}

.gridwrapper2.active{
	height:auto !important;
}

/* Events Sidebar Style */

.events-sidebar h3.wpt-widget-title{
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin: 0;
    padding: 18px 10px 18px 30px;
    text-transform: uppercase;
	border:0;
}

.events-sidebar .wpt-widget{
	margin:0 0 40px 0;
	padding:0;
	background: none repeat scroll 0 0 #ffffff;
}

.events-sidebar .wpt-widget > ul{
	margin:0 0 40px 0;
	padding: 50px 30px 30px 30px;
}

/* Events Widget Style */

.fair_event_entries .event-entry-wrap{
	padding:0;
}

.fair_event_entries .event-startdate{
	margin-top:0;
	margin-bottom: 20px !important;
	width: 70px !important;
}

.fair_event_entries .event-month,
.fair_event_entries .event-day{
	font-size: 17px;
    font-weight: bold;
	display:block;
	text-transform:uppercase;
}
.fair_event_entries .event-day{
	font-size: 38px;
	line-height: 40px;
}

.fair_event_entries .event-entry-wrap{
	margin-bottom:55px;
}

.fair_event_entries .event-item{
	margin-top:36px;
	letter-spacing: -0.1px;
}

.fair_event_entries .event-item:first-child{
	margin-top:0px;
}

.fair_event_entries .event-item h4{
	margin-bottom: 1px;
    margin-top: -5px;
}

.fair_event_entries .event-item h4 a{ 
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.fair_event_entries div.event-entry{
	border-left: 1px dotted #000000;
	margin-left: 0px;
	padding-left: 20px;
}

.fair_event_entries .event-entry .event-attr{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.fair_event_entries .fair_event_time span{
	margin:0px 2px;
}


/* Fair Content Style */
.fair-cont-wrap{
	padding-top:20px;
	background:#D1D1D1;
	padding-bottom: 50px;
}

.fair-cont-wrap #content{
	background: none repeat scroll 0 0 #ffffff;
	padding-right:0;
}

.fair-cont-wrap .fair-content{
	padding: 30px;
}

.fair-cont-wrap  h1.post-title{
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin: 0;
    padding: 18px 10px 18px 30px;
    text-transform: uppercase;
	letter-spacing: -0.5px;
}

.fair-cont-wrap #sidebar {
	background: none repeat scroll 0 0 #ffffff;
    padding: 20px;
}

.fair-cont-wrap .wpt-widget-title{
	color:#333;
}

.home #content.widecolumn{
	display:none;
}

.home #content.widecolumn h2{
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 31px;
	margin: 0;
	padding: 18px 10px 18px 30px;
	text-transform: uppercase;
	font-family: "nimbus-sans-condensed",sans-serif;
}

.home #content.widecolumn .lead-in{
	padding: 30px;
}

/* Single Custom Posts (Event & Business) Content Style */

#content.single-cpost {
	background:transparent;
}

.single-cpost h1.post-title{
	font-size:24px;
	font-weight:600;
}

.single-cpost div.event-lbox{
	background:#fff;
	margin-bottom:30px !important;
}

.single-cpost .event-inner{
	padding:31px;
}

.single-cpost .event-meta,
.single-cpost .event-teaser,
.single-cpost .event-description{
	padding:0 0 30px;
}

.single-cpost .event-entry{
	margin-bottom: 2px;
}

.single-cpost .event-mttl{
    font-size: 20px;
    font-weight: 600;
    margin-left: -10px !important;
    margin-right: 3px;
    text-align: right;
}

.single-cpost  .event-mcont{
    border-left: 2px dotted #000000;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-top: 2px;
}

.single-cpost .event-addcal{
	padding: 20px 0 30px;
    position: relative;
    z-index: 99;
}

.single-cpost .event-gallery .item{
	text-align:right;
	position:relative;
}

.single-cpost .event-gallery  .item.no-margin{
	margin-left:0;
	text-align:left;
}

.single-cpost .event-gallery  .item{
	margin-bottom:17px;
}

.single-cpost  .event-gmap{
	margin:0 1px;
	margin-top:2px;
	position:relative;
	margin-bottom: 19px;
}

.single-cpost  .event-gmap .emap-title{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    font-size: 20px;
    font-weight: 600;
    margin-top: -6px;
    padding: 10px;
    text-align: center;
}

.single-cpost  .thumb-wrap{
	position:relative;
	display:inline-block;
}

/* Business Single Post Style */

.single-cpost .btitle-wrap{
	background:#000;
	padding: 11px 30px 15px;
}

.single-cpost .btitle-wrap h1{
	padding:0;
	margin-top:6px;
}

.single-cpost .btitle-wrap .busi-loc{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2;
    margin-left: 5px;
    position: relative;
    text-transform: none;
    top: -2px;
}

.single-cpost .busi-socials{
	text-align:right;
}

.single-cpost .busi-socials a{
    background: none repeat scroll 0 0 #000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
	margin-left:5px;
}

.single-cpost  .busi-saleicon{
    background: url("images/sale-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 55px;
    margin-top: 47px;
    width: 84px;
	outline:none;
}

.single-cpost .busi-hourinfo{
	margin-top:15px;
}

.single-cpost .busi-nowopen{
    color: #6edb66;
    font-size: 23px;
    font-weight: 600;
    line-height: 21px;
    padding-left: 10px;
	padding-top:2px;
    text-align: right;
}

.single-cpost .busimarginb{
	margin-bottom: 22px;
}

.single-cpost .busi-metawrap .event-meta .event-entry{
	padding-left:10px;
}

.single-cpost .busi-tagline{
    font-size: 21px;
    font-weight: 600;
	margin-bottom:40px;
}

.single-cpost .busi-subtitle {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 14px;
}

.single-cpost .busi-saleinfo{
	margin-top:40px;
}

.single-cpost .business-simple-listing .event-gallery .item{
	text-align:left;
}

.single-cpost .busi-links{
	text-align:right;
}

.single-cpost .busi-links a{
	font-size:12px;
	border-left:1px solid;
	padding:0px 6px;
}

.single-cpost .busi-links a:first-child{
	border:0;
}

.single-cpost  h1.post-title{
	position:relative;
}

.single-cpost  .hfa-member{
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	text-align: right;
	text-transform: none;
	margin-top: 12px;
}

/*Additional Styles*/

#header .header-date, #header .header-temp, .main-navigation a, .main-navigation li:first-child a {
	border-color: #6B8EAE;
	height: 49px;
}

.awesome-weather-attribution {
	visibility: hidden;
}

