/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.adv_728 {
    display: none;
}
header { max-height: 3em; }

html, body, header {
	background-color: #ffffff !important;
}

/* to change background color to #fafafa */

blockquote {
	font-size: initial;
}

.title h1 {
	font-size: 3.4em !important;
    font-weight: 300;
    text-transform: none !important;
    line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6, .cols2 .content .box_cols .col_1_2 h3, .topSlider li, .post_carousel li, .breadcrumbs, .content .widget-container, .sidebar .widget-container, a.link-add-comment, .postSlider .slide_image {
	color: #110d09;
	font-family: 'Yanone Kaffeesatz', Verdana, Geneva, sans-serif;
	line-height: 1em;
}

.header_container, .header_full, .header_left {
	vertical-align: middle;
	height: 90px;
	padding: 5px;
}

.header_right {
	height: 50px;
}

.logo {
	z-index: 99;
}

/* Search bar - Desktop Only */

#searchForm {
    z-index: 99;
}

.topsearch {
    float: right;
    height: 35px;

}

.topsearch .btn-search {
    z-index: 99;
	  margin-bottom: 2px;
}


.topsearch .stext {
	z-index: 99;
	-webkit-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	margin-right: -2px;
	padding: 2px 2px 2px;
	margin-top: 0;
	height: 19px;
	-webkit-box-shadow: inset 0 -1px 3px 0 #212121;
	box-shadow: inset 0 -1px 3px 0 #676767;
	border: 1px;
	border-color: black;
	border-style: solid;
}

/* Burger Bar */

button#responsive-menu-button, button#responsive-menu-button:hover {
    padding: 9px 13px 9px 13px;
    margin-top: 10px;
    border: 1px solid #888;
    border-radius: 5px;
	  height: 50px;
	  background: #212121;
}

.responsive-menu-open button#responsive-menu-button:hover, .responsive-menu-open button#responsive-menu-button:focus, button#responsive-menu-button:hover, button#responsive-menu-button:focus {
  background-color: #212121 !important;	
	background: #212121;
	}


.url, .link-author, a.link-author,
.link-reply, .isauthor {
	color: #ffd800;
	text-transform: uppercase;
	padding: 0 10px;
	background: #ffffff;
	margin-right: 2px;
}

.tribe-events-meta-group, .tribe-events-meta-group-details, .tribe-events-meta-group-venue, .tribe-events-meta-group-gmap {
	width: 549.5937px;
}

.abh_tab_content .abh_text .abh_description {
	position: static !important;
	padding-top: 30px !important;
	padding-left: 10px !important;
	font-size: 14px !important;
	width: 100% !important;
}

article {
	font-size: 1.3em;
}

a.link-name {
    font-size: 1.2em;
    letter-spacing: 0.2px;
}

.score_box {
	display: none;
}

.ngg-imagebrowser img {
	border: 1px solid #A9A9A9;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block !important;
	padding: 5px;
}

.caroufredsel_wrapper, .postSlider {
	height: 370px;
}

.wp-caption {
	margin: 15px;
	width: 100%;
}

.header_container header {
    margin-top: 17px !important;
    height: 130px !important;
}
	
.table {
	border: 1px, solid;
}

.post-item.title-over.odd {
	width: 300px;
}

/* Mobile Media Queries */

@media (max-width: 480px) {
	header {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
}


@media only screen and (min-width: 320px) {
#topmenu {
    display: block;
}
}


/* Tablet Media Queries */

@media (max-width: 900px) and (min-width: 480px) {
.logo img {
	margin-top: 10px;
}
}

@media (max-width: 900px) {
	.topsearch {
		display: none;
	}
}

/* Desktop Media Queries */

@media (min-width: 900px) {
button#responsive-menu-button {
    display: none;
}
}


